.display_off {
    display: none !important;
}
.rank-top-10 > div:nth-of-type(n+11) {
    display: none !important;
}


.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-block {
    display: block !important;
}
.ml-2, .mx-2 {
    margin-left: .5rem !important;
}
.w-15 {
    width: 15% !important;
}
.w-85 {
    width: 85% !important;
}
.w-75 {
    width: 75% !important;
}

.text-center, .footer_wrap {
    text-align: center !important;
}

.sc_btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

.btn-cate {
    background: #f3cddc;
    color: #000;
}
.btn-tag {
    background: #d5d5d5;
    color: #000;
}
.btn-primary {
    color: #fff;
    background-color: #6e3bb6;
    border-color: #6e3bb6;
}


a, a[name]:hover {
    color: #fff;
    text-decoration: none;
    padding: 5px;
}
.btn-xs, .btn-cate, .btn-tag {
    padding: .1rem .25rem;
    font-size: .75rem;
    line-height: 1.2;
    border-radius: .1rem;
    margin-bottom: 0.25rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

@media (prefers-reduced-motion: reduce)
.btn {
    -webkit-transition: none;
    transition: none;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.p-2, .btn-linelogin .btn_logo, .btn-linelogin .btn_text, .btn-google .btn_logo, .btn-google .btn_text, .btn-yahoo .btn_logo, .btn-yahoo .btn_text, .footer_wrap, .prbox_wrap {
    padding: .5rem !important;
}
.mb-1, .btn-cloud, .my-1 {
    margin-bottom: .25rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.m-1, .prbox_wrap {
    /*margin: .25rem !important; */
}


.border {
    border: 1px solid #dee2e6 !important;
}
.ml-auto, .mx-auto, #header, #container, #footer, #header div:first-child {
    margin-left: auto !important;
}
.mr-auto, .mx-auto, #header, #container, #footer, #header div:first-child {
    margin-right: auto !important;
}
