.navbar-grey {
    background: #27293d;
    border-bottom: 1px solid #2b3553;
}


div[class*="col-"] {
    padding: 12px;
}



.mt-25 {
    margin-top: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.card.no-bg {
    background-color: transparent;
    box-shadow: none;

}



.modal .modal-content {
    background-color: #222a42;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.modal .modal-header button.close span {
    color: #fff !important;
}

.modal .modal-content .modal-body .avatar-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px
}

.modal .modal-content .modal-body .avatar-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 50%
}

.rating-section {}

.rating-section .btn {
    align-items: center;
    border-radius: 5px;
    display: inline-grid;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content auto max-content;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .025rem;
    line-height: normal;
    max-width: 100%;
    outline: none;
    position: relative;
    text-decoration: none;
    text-indent: .025rem;
    text-transform: uppercase;
    transition-property: box-shadow, transform, opacity, background;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    flex-shrink: 0;
}






.rating-section .text-servers,
.rating-section label.form-label {
    font-size: .875rem !important;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .0071428571em !important;
    font-family: Roboto, sans-serif;
    text-transform: none !important;
    color: #fff;
}

.rating-section .rating {
    overflow: hidden;
    vertical-align: bottom;
    width: 150px;
    height: 22px;
    margin-left: -40px;
    margin-bottom: 25px;
}

.rating-section .rating>input {
    opacity: 0;
    margin-right: -100%
}

.rating-section .rating>label {
    position: relative;
    display: block;
    float: right;
    background: url(/assets/img/global/star-off-22.png);
    background-size: 22px 22px
}

.rating-section .rating>label:before {
    display: block;
    opacity: 0;
    content: '';
    width: 22px;
    height: 22px;
    background: url(/assets/img/global/star-on-22.png);
    background-size: 22px 22px;
    transition: opacity .2s linear;
    cursor: pointer;
}

.rating>label:hover:before,
.rating>label:hover~label:before,
.rating:not(:hover)> :checked~label:before {
    opacity: 1
}



.rating-section .input-group-custom {

    border: 1px solid #2b3553;
    border-radius: 0.4285rem;

}

.rating-section .input-group-custom input {

    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;

    border-radius: 5px;
    background: transparent;
    font-size: 14px;
    padding: 16px 15px 15px 15px;
    border: none;
    outline: none;
    color: hsla(0, 0%, 100%, .8);
}

.rating-section .form-input input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2px;
    width: 100% !important;
}


.rating-section .input-group-custom .input-group-text {
    border: none;
    outline: none;
    color: hsla(0, 0%, 100%, .8);
}


.rating-section .input-group-custom .filter-icon {
    cursor: pointer;
    display: flex;
    padding: .375rem .75rem;
    align-items: center;
    color: hsla(0, 0%, 100%, .8);
}


.rating-section .rating-filter-form {
    display: none;
    margin-top: 25px;
}



.rating-section .card-purple {
    margin-bottom: 20px !important;
}

.rating-section .mu-servers-list {}

.rating-section .mu-servers-list .align-center {
    align-items: center !important;
}

.rating-section .mu-servers-list .card {
    background-color: #27293d;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.rating-section .mu-servers-list .card {
    border-block-end-width: 4px !important;
    border-block-end-style: solid !important;
    border-block-end-color: rgb(43 53 83) !important;
    border-block-start-width: 4px !important;
    border-block-start-style: solid !important;
    border-block-start-color: rgb(43 53 83) !important;
}


.rating-section .mu-servers-list .card.premium {
    border-block-end-width: 4px !important;
    border-block-end-style: solid !important;
    border-block-end-color: #dc3545 !important;
    border-block-start-width: 4px !important;
    border-block-start-style: solid !important;
    border-block-start-color: #dc3545 !important;
}

.rating-section .mu-servers-list .card .img-resp {
    display: flex;
    flex: 1 0 auto;
    height: 100px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.rating-section .mu-servers-list .card .img-resp .img-cover {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.rating-section .mu-servers-list .card.premium .item-position {
    background: rgb(220 53 69 / 30%) !important;
}

.rating-section .mu-servers-list .card-header {
    background-color: #27293d;
    padding: 20px;
}

.rating-section .mu-servers-list .card-header .card-item {
    align-items: center;
    display: grid;
    flex: none;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content auto max-content;
    padding: 15px 20px;
}

.rating-section .mu-servers-list .card-header .card-item .card-item-content {
    align-self: center;
    grid-area: content;
    overflow: hidden;
}

.rating-section .mu-servers-list .card-header .card-item .mr-1 {
    margin-right: 4px !important;
}

.rating-section .mu-servers-list .card-header .card-item .mr-2 {
    margin-right: 8px !important;
}


.rating-section .mu-servers-list .card-header .card-item .mie-12 {
    margin-inline-end: 12px !important;
}


.rating-section .mu-servers-list .card-header .card-item .card-item-content .mie-12 .item-position {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    background: #2b3552;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.09);
    border-style: solid;
    border-width: 0;
    flex: none;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    transition-property: width, height;
    vertical-align: middle;
}


.rating-section .mu-servers-list .card-header .card-item .card-item-content .item-link {
    font-size: 1.25rem !important;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: .0125em !important;
    font-family: Roboto, sans-serif;
    text-transform: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.rating-section .mu-servers-list .card-header .card-item .card-item-content .card-item-subtitle {
    padding: 0 0 .25rem;
    line-height: 1.425;
    flex: none;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0094rem;
    opacity: 1;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.rating-section .mu-servers-list .card-header .card-item .card-item-content .card-item-subtitle .item-rating {
    max-width: 100%;
    display: inline-flex;
    white-space: nowrap;
    pointer-events: none;
    margin-inline-end: 8px !important;
}


.rating-section .mu-servers-list .card-header .card-item .card-item-content .card-item-subtitle .btn {
    border: 0px !important;
    background: transparent !important;
}

.rating-section .mu-servers-list .card-header .card-item .card-item-content .card-item-subtitle span.vote-emoji {
    height: 26px;
    font-size: .75rem;
    padding: 0 10px;
    border-radius: 9999px;
    border: 1px solid #2b3552 !important;
    background: #2b3552 !important;
    color: #fff !important;
    border-style: solid;
    border-width: 0;

    align-items: center;
    display: inline-flex;
    font-weight: 400;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

.rating-section .mu-servers-list .card-header .card-item .card-item-content .card-item-subtitle span.vote-emoji:hover {
    background: #323e61 !important;
}

.rating-section .mu-servers-list .card-header .card-item .card-item-content .card-item-subtitle span.vote-emoji span {
    margin-left: 4px;
}

.rating-section .mu-servers-list .card-header .card-item .card-item-content .card-item-subtitle .item-rating .rating_bar {
    width: 80px;
    height: 16px;
    background: url(/assets/img/global/stars-16.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    text-align: left;
}

.rating-section .mu-servers-list .card-header .card-item .card-item-content .card-item-subtitle .item-rating .rating_bar .rating_progress {
    height: 16px;
    background: url(/assets/img/global/stars-16.png);
    background-position: 0 -17px;
    background-repeat: repeat-x;
}

.rating-section .mu-servers-list .card-header .card-item .card-item-content .card-item-subtitle .dropdown {
    position: static
}

.rating-section .mu-servers-list .card-header .card-item .card-item-content .card-item-subtitle .dropdown-menu {
    background: #2b3552;
    padding: .40rem;
}


.rating-section .mu-servers-list .card-header .card-item .item-vote {
    grid-area: append;
    padding-inline-start: .5rem;
    align-items: center;
    display: flex;
}


.rating-section .mu-servers-list .card-header .card-item .item-vote .btn span {
    margin-left: 4px !important;
}

.rating-section .mu-servers-list .card-body {
    padding: 20px;
}

.rating-section .mu-servers-list .card-body h5 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.rating-section .mu-servers-list .card-body p {
    font-size: 0.9rem;
    color: #b3b2c6;
}

.rating-section .mu-servers-list .tags {
    margin-top: 10px;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.175);
}

.rating-section .mu-servers-list .tags span {
    background: #2b3552 !important;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 0.85rem;
    display: inline-block;
    margin: 0px 5px 5px 0px;
}


.rating-section .mu-servers-list .card-footer {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2b2a3b;
}

.rating-section .mu-servers-list .card-footer span {
    display: flex;
    align-items: center;
    gap: 5px;
}


.rating-section .server-card {
    box-shadow: 0 3px 1px -2px rgba(20, 18, 33, 0.08), 0 2px 2px 0 rgba(20, 18, 33, 0.12), 0 1px 5px 0 rgba(20, 18, 33, 0.12);
    background-color: #27293d;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    border-color: rgba(255, 255, 255, 0.09);
    border-style: solid;
    border-width: 0;
    display: block;
    overflow: hidden;
    overflow-wrap: break-word;
    position: relative;
    padding: 0;
    text-decoration: none;
    transition-duration: .28s;
    transition-property: box-shadow, opacity, background;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    z-index: 0;
    margin-bottom: 20px !important;
}

.rating-section .server-card.overflow-u {
    overflow: unset !important;
}

.rating-section .server-card .card-item {
    align-items: center;
    display: grid;
    flex: none;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content auto max-content;
    padding: 15px 20px;
}

.rating-section .server-card .card-item .card-content {
    align-self: center;
    grid-area: content;
    overflow: hidden;
}

.rating-section .server-card .c-row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin: -12px;
    align-items: center !important;
    justify-content: space-between !important;
}

.rating-section .server-card .card-item .card-content .tags {
    margin-right: 10px;
    padding: 10px 0px 10px 0px;

}

.rating-section .server-card .card-item .card-content .tags span {
    background: #2b3552 !important;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 0.85rem;
    display: inline-block;
    margin: 0px 5px 5px 0px;
}


.rating-section .server-card .card-item .card-content .card-subtitle {
    padding: 0 0 .25rem;

    line-height: 1.425;

    display: block;
    flex: none;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0094rem;
    opacity: 1;
    overflow: hidden;

    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    color: #fff;
}

.rating-section .server-card .card-text {
    line-height: 1.425;
    flex: 1 1 auto;

    letter-spacing: .0094rem;
    opacity: 1;
    padding: 20px;
    text-transform: none;
    border-top: 1px solid rgba(0, 0, 0, 0.175);
}

.rating-section .server-card .card-text p {
    letter-spacing: .0094rem;
    font-size: .875rem;
    font-weight: 400;
    color: #b3b2c6;
}


.rating-section .server-card .card-actions {
    align-items: center;
    display: flex;
    flex: none;
    min-height: unset;
    padding: 0 12px 12px;
    gap: .5rem;
    justify-content: center !important;
}



.pagination .page-item .page-link {
    background-color: #27293d;
    border: 1px solid rgb(43 53 83);
}

.pagination .active>.page-link,
.pagination .page-link.active {
    background: #2b3552 !important;
    border: 1px solid rgb(43 53 83);
}


@media (min-width: 992px) {
    .justify-lg-end {
        justify-content: flex-end !important;
    }

}



.popover-body {
    color: #525f7f;
    background: #2b3552 !important;
    border-radius: 5px;
    padding: 8px !important;
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 0.75rem 0.75rem 0.75rem;
    border-bottom-color: #2b3552;
}


.transparent-bg {
    background-color: transparent !important;
}

.no-border {
    border: 0 !important;
}



.top-servers-choise-list {
    overflow: auto;
    padding: 8px 0;
    position: relative;
    outline: none;
    padding-right: 4px !important;
    padding-left: 4px !important;
}


.top-servers-choise-list .main-list-item {
    min-height: 30px;
    padding-inline: 8px;
    cursor: pointer;
    border-radius: 6px;
    align-items: center;
    display: grid;
    flex: none;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content 1fr auto;
    outline: none;
    max-width: 100%;
    padding: 4px 16px;
    position: relative;
    text-decoration: none;
}


.top-servers-choise-list .main-list-item:hover {
    background-color: rgb(0 0 0 / 10%);
}


.top-servers-choise-list .main-list-item:not(:only-child) {
    margin-bottom: 4px;
}


.top-servers-choise-list .main-list-item-content {
    align-self: center;
    grid-area: content;
    overflow: hidden;
}

.top-servers-choise-list .main-list-item-title {
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1rem;
    text-transform: none;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: normal;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal;
    word-wrap: break-word;
}



.top-servers-choise-list .main-list-item-title a {
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-inline-start: 8px !important;
    letter-spacing: .0125em !important;
}


.top-servers-choise-list .main-list-item-icon {
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1em;
    min-width: 1em;
}


.top-servers-choise-list .main-list-item-title .main-list-item-icon svg {
    fill: rgb(255, 180, 0);
}

.top-servers-choise-list .main-list-item-title.is-premium span {
    color: #dc3545;
}

.top-servers-choise-list .main-list-item-title.is-premium .main-list-item-icon svg {
    fill: #dc3545;
}


.top-servers-choise-list .main-list-item-votes {
    align-self: center;
    display: flex;
    align-items: center;
    grid-area: append;
    color: hsla(0, 0%, 100%, .8);
}





.top-servers-list {
    margin-bottom: 20px;
}


.top-servers-list.vip-list .server-item.vip-type-high {
    background: linear-gradient(90deg, rgba(255, 76, 81) 0, rgba(255, 180, 0));
    color: #fff !important;
}

.top-servers-list.vip-list .server-item.vip-type-high a {
    color: #fff !important;
}

.top-servers-list.vip-list .server-item.vip-type-high .icon {
    fill: #fff !important;
}


.top-servers-list h5 {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: .875rem !important;
    line-height: 1.6;
    letter-spacing: .0071428571em !important;
    font-family: Roboto, sans-serif;
    align-items: center !important;
    display: flex !important;
}

.top-servers-list .server-item {
    overflow: hidden;
    padding: 3px 0;
    margin: 7px 0;
    color: hsla(0, 0%, 100%, 1);
    background: #27293d;
    border-color: rgb(43 53 83);
    border-style: solid;
    border-width: 0;
    border-radius: 6px;
    display: block;
    overflow-wrap: break-word;
    position: relative;
    text-decoration: none;
    transition-duration: .28s;
    transition-property: box-shadow, opacity, background;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    z-index: 0;
    box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1);
}

.top-servers-list .server-item.vip-type-low {
    color: #16b1ff;
}

.top-servers-list .server-item.vip-type-low a {
    color: #16b1ff;
}

.top-servers-list .server-item.vip-type-low .icon {
    fill: #16b1ff;
}


.top-servers-list .server-item.vip-type-medium {
    color: #ffb400;
}

.top-servers-list .server-item.vip-type-medium a {
    color: #ffb400;
    font-weight: 900;
}

.top-servers-list .server-item.vip-type-medium .icon {
    fill: #ffb400;
}



.top-servers-list .server-item.vip-type-high {
    color: #ff4c51;
}

.top-servers-list .server-item.vip-type-high a {
    color: #ff4c51;
    font-weight: 900;
}

.top-servers-list .server-item.vip-type-high .icon {
    fill: #ff4c51;
}







.top-servers-list .no-gutters {
    margin: 0;
}

.top-servers-list .justify-start {
    justify-content: flex-start !important;
}

.top-servers-list .justify-end {
    justify-content: flex-end !important;
}


.top-servers-list .server-item .icon {
    fill: #a5a5a5;
    width: 30px;
    text-align: center !important;
    margin-right: 4px !important;
    margin-left: 4px !important;
    height: 20px;
    width: 20px;
}


.top-servers-list .server-item .icon svg {
    width: 100%;
    height: 100%;
}



.top-servers-list .server-item .name {
    width: calc(100% - 62px);
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    text-align: left !important;
}

.top-servers-list .right-info {

    position: relative;
    overflow: hidden;

    justify-content: flex-end !important;
}

.top-servers-list .right-info span {

    font-weight: 500;
    font-size: 12px;
    width: 100%;
    letter-spacing: -.3px;
    margin-inline-end: 4px !important;

}

.top-servers-list .right-info span.rates {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}





.top-servers-list .show-more-btn {
    margin-inline-end: 12px !important;
}


.show-more-btn,
.show-less-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
}

.show-more-btn {
    margin-inline-end: 12px;
}


.show-more-btn .fa-sort-down {
    position: relative;
    top: -1px;
    left: 5px;
}

.show-less-btn .fa-sort-up {
    position: relative;
    top: 6px;
    left: 5px;
}




.list-bonus {
    border-radius: 0;
    overflow: auto;
    padding: 8px 0;
    position: relative;
    outline: none;
}

.list-bonus .list-item {
    padding-inline: 16px;
    min-height: 40px;
    align-items: center;
    display: grid;
    flex: none;
    grid-template-areas: "prepend content append";
    grid-template-columns: max-content 1fr auto;
    outline: none;
    max-width: 100%;
    padding: 4px 16px;
    position: relative;
    text-decoration: none;
}

.list-bonus .list-item .item-prepend {
    align-items: center;
    align-self: center;
    display: flex;
    grid-area: prepend;
    width: 32px;
}

.list-bonus .list-item .item-prepend .item-icon {
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    height: 1em;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1em;
    min-width: 1em;
}

.list-bonus .list-item .item-content {
    align-self: center;
    grid-area: content;
    overflow: hidden;
}


.list-bonus .list-item .item-content .item-title {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .0094rem;
    line-height: 1.5;
    text-transform: none;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: normal;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: normal;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.6);
}

.news-body,.page-body {
    color: hsla(0, 0%, 100%, .8);
}

.svg-icon {
    height: 20px;
    width: 20px;
    display: block;
}

.user-balance-info .topup_text {
    font-size: 14px;
    padding: 5px
}

.user-balance-info .topup_balance {
    color: hsla(0, 0%, 100%, .8);
    border: 1px solid rgb(255, 180, 0);
    border-radius: 9999px;
    font-size: .875rem;
    padding: 0 12px;

    align-items: center;
    display: inline-flex;
    font-weight: 400;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    height: 32px;
}


.user-balance-info .topup_balance span {
    margin-left: 0.50rem;
    color: rgb(255, 180, 0);
}


ul.nav li.top-servers a {
    border-top: 1px solid rgb(255, 180, 0);
    border-bottom: 1px solid rgb(255, 180, 0);
}

ul.nav li.top-servers a p {
    color: rgb(255, 180, 0) !important;
    font-weight: bold;
}




.dropdown-menu a.dropdown-item.premium-benefit {
    border-top: 1px solid rgb(75 55 151 / 50%);
    border-bottom: 1px solid rgb(75 55 151 / 50%);
    color: #4b3797;
}


.dropdown-menu .dropdown-item {
    color: rgb(0 0 0 / 70%);
}


.project-info {
    display: block;
    flex: none;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0094rem;
    opacity: 1;
    overflow: hidden;
    padding: 0 1rem;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.7) !important;
}

.project-info .rating {
    max-width: 100%;
    display: inline-flex;
    white-space: nowrap;
}

.project-info .rating .text-rating {
    font-size: .875rem !important;
    font-weight: 400;
    line-height: 1.425;
    letter-spacing: .0178571429em !important;
    font-family: Roboto, sans-serif;
    text-transform: none !important;
}


.project-info .rating .count {
    height: 26px;
    font-size: .75rem;
    padding: 0 10px;
    border-radius: 4px;
    background: #2c2e45;
    color: rgba(255, 255, 255, 0.7) !important;
    border-color: rgba(255, 255, 255, 0.09);
    border-style: solid;
    border-width: 0;
    align-items: center;
    display: inline-flex;
    font-weight: 400;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    box-shadow: 0 0 0 0 rgba(20, 18, 33, 0.08), rgba(0, 0, 0, .2), 0 0 0 0 rgba(20, 18, 33, 0.12), rgba(0, 0, 0, .14), 0 0 0 0 rgba(20, 18, 33, 0.04), rgba(0, 0, 0, .12) !important;
}

.badge-premium,.badge-vip {
    padding: 0;
    line-height: 1.6;
    flex: none;
    font-size: 1.25rem;
    font-weight: 500;
    -webkit-hyphens: auto;
    hyphens: auto;
    letter-spacing: .0094rem;
    min-width: 0;
    overflow-wrap: normal;
    overflow: hidden;
    padding: .5rem 1rem;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    word-break: normal;
    word-wrap: break-word;
    flex-wrap: wrap !important;
    align-items: center !important;
    font-size: .875rem;
    padding: 0 12px;
    height: 32px;
    border-radius: 6px;
    background: #2c2e45;
    color: rgba(255, 255, 255, 0.7);
}


.badge-premium.active {
    color: rgb(255, 76, 81) !important;
    background: rgb(255 76 81 / 15%)!important;
}

.badge-vip.active {
    color: rgb(255 180 0) !important;
    background: rgb(255 180 0 / 15%) !important;
}

.align-center {
    align-items: center !important;
}

.justify-center {
    justify-content: center !important;
}



.banner-container {
    display: flex;
    flex-direction: column;
    gap: 20px;

}


.top-banner-wrapper {
    width: 100%;
}

.top-banners {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 0px 0px 10px;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.top-banners::-webkit-scrollbar {
    height: 8px;
}

.top-banners::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.top-banners::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.top-banners::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.top-banner {
    flex: 0 0 auto;
}


.right-banner-wrapper {
    width: 330px;
    margin-left: auto;
}

.right-banners {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 700px;
    overflow-y: auto;
    padding: 5px 5px 5px 0;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.right-banners::-webkit-scrollbar {
    width: 8px;
}

.right-banners::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.right-banners::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.right-banners::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.right-banner {
    width: 100%;
}


img.lazy {
    opacity: 0;
    transition: opacity 0.3s;
}

img.lazy.loaded {
    opacity: 1;
}


.banner-item {
    display: flex;
    align-items: center;
    justify-content: center;
}


.action__dropdown {
    position: relative;
    display: inline-block;
  }
  
  .action__dropdown-toggle {
    background: transparent;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
  }
  
  .action__dropdown-toggle:focus {
      outline: none !important;
      box-shadow: none !important;
      border-color: transparent !important;
  }
  
  
  .action__dropdown-menu {
    position: absolute;
    right: 0;
    top: 70%;
    min-width: 160px;
    background: #27293d;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    margin: 2px 0 0;
    display: none;
    z-index: 1000;
  }
  
  .action__dropdown-item {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
  }
  
  .action__dropdown-item:hover {
    background-color: #27293d;
  }
  
  .action__dropdown-item.text-danger {
    color: #dc3545;
  }
  
  .action__dropdown-item.text-danger:hover {
    color: #bd2130;
  }
  
  .action__dropdown-divider {
    height: 0;
    margin: 5px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .action__dropdown-item i {
    margin-right: 8px;
    width: 16px;
    text-align: center;
  }
  .action__dropdown.open .action__dropdown-menu {
    display: block;
  }

.table-responsive {overflow: visible !important;}
.dataTables_scrollBody {overflow: visible !important;}

.sidebar .user {
    padding: 20px 0 10px;
    margin: 10px 0;

    text-align: center;
  }
  
  .sidebar .user .photo {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.3);
  }
  
  .sidebar .user .photo img {
    width: 100%;
    height: auto;
  }
  
  .sidebar .username {
    color: #fff;
    margin-top: 10px;
    display: block;
    font-weight: 600;
    text-align: center;
  }


  .tools a.clink {
        border: none;
        padding: 5px 10px;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.7);
        font-size: 1.1rem;
  }


  .badge-success {
    color: rgb(86, 202, 0);
    background-color: rgba(86, 202, 0, 0.15);
  }
  
  a.badge-success:hover,
  a.badge-success:focus {
    color: rgb(86, 202, 0);
    background-color: rgba(86, 202, 0, 0.15);
  }
  
  .badge-warning {
    color: rgb(255 180 0) !important;
    background: rgb(255 180 0 / 15%) !important;
  }
  
  a.badge-warning:hover,
  a.badge-warning:focus {
    color: #ffffff;
    background-color: rgba(255, 100, 63, 0.15);
  }
  
  .badge-info {
    color: rgb(22, 177, 255) !important;
    background-color: rgba(22, 177, 255, 0.15);
  }
  
  a.badge-info:hover,
  a.badge-info:focus {
    color: rgb(22, 177, 255) !important;
    background-color: rgba(22, 177, 255, 0.15);
  }
  
  .badge-danger {
    color: rgb(255,76,81);
    background-color: rgba(255,76,81, 0.15);
  }
  
  a.badge-danger:hover,
  a.badge-danger:focus {
    color: rgb(255,76,81);
    background-color: rgba(255,76,81, 0.15);
  }
  
  .badge-light {
    color: rgb(145, 156, 166);
    background-color: rgba(173, 181, 189, 0.15);
  }
  
  a.badge-light:hover,
  a.badge-light:focus {
    color: rgb(145, 156, 166);
    background-color: rgba(145, 156, 166, 0.15);
  }
  
  .badge-dark {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.15);
  }
  
  a.badge-dark:hover,
  a.badge-dark:focus {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.15);
  }
  
  .badge-default {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(52, 70, 117, 0.15);
  }
  
  a.badge-default:hover,
  a.badge-default:focus {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(52, 70, 117, 0.15);
  }
  
  .badge-white {
    color: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.15);
  }
  
  a.badge-white:hover,
  a.badge-white:focus {
    color: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.15);
  }
  
  .badge-neutral {
    color: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.15);
  }
  
  a.badge-neutral:hover,
  a.badge-neutral:focus {
    color: rgba(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.15);
  }
  
  .badge-darker {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.30);
  }
  
  a.badge-darker:hover,
  a.badge-darker:focus {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.30);
  }
  
  
  .banner-preview {
	position: relative !important;
    width: 830px;
    height: 100px;
    margin-bottom: 1%;
  }

  .banner-preview .banner-action-delete {
	position:absolute;
	color: #ec250d;
    top: 10px;
    right: 15px;
  }
  
.banner-preview .banner-action-delete a { color: #ec250d; }
	
	
.cf-turnstile {
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    position: relative;
}


@media screen and (max-width: 600px) {
    .cf-turnstile {
        transform: scale(0.8);
        transform-origin: left center;
    }
}


@media screen and (max-width: 400px) {
    .cf-turnstile {
        transform: scale(0.7);
    }
}