@font-face {
    font-family: 'AvenirNextCyr-Regular';
    src: url('../fonts/avenirnextcyr-regular.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/avenirnextcyr-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/avenirnextcyr-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/avenirnextcyr-regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/avenirnextcyr-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/avenirnextcyr-regular.svg#avenirnextcyr-regular') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
    font-family: 'AvenirNextCyr-Medium';
    src: url('../fonts/avenirnextcyr-medium.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/avenirnextcyr-mediumd41d.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/avenirnextcyr-medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/avenirnextcyr-medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/avenirnextcyr-medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/avenirnextcyr-medium.svg#avenirnextcyr-medium') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
    font-family: 'AvenirNextCyr-Bold';
    src: url('../fonts/avenirnextcyr-bold.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/avenirnextcyr-boldd41d.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/avenirnextcyr-bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/avenirnextcyr-bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/avenirnextcyr-bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/avenirnextcyr-bold.svg#avenirnextcyr-bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

/*СТАТИСТИКА СТРАНИЦЫ*/
.stats-page {
    position: relative;
    background-color: #252525;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid rgb(255 255 255 / 10%);
}
.stats-title-block {
    overflow: hidden;
    position: relative;
    z-index: 999;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid rgb(255 255 255 / 10%);
}
.stats-title-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/lin2web/lin2-cube-texture.png");
    width: 212px;
    height: 156px;
    filter: grayscale(1);
}
.stats-title-block::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/lin2web/lin2-cube-texture.png");
    width: 212px;
    height: 156px;
    filter: grayscale(1);
}
.stats-title-block h1 {
    text-align: center;
    font-size: 36px;
    color: #97fdfd;
    text-shadow: none;
}
.stats-title-block .server-switcher {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.stats-content {
    position: relative;
    z-index: 99;
}
.stats-menu {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0;
}
.stats-menu li {
    margin: 0 !important;
    margin-bottom: 10px !important;
    padding: 0;
}
.stats-menu li.active a {
    color: #000;
    background-color: #00FF95;
}
.stats-menu li a {
    text-transform: uppercase;
    font-size: 14px;
}

/*STATS*/
.clan-crest {
    display: flex;
    align-items: center;
    justify-content: center;
}
.clan-crest img {
    margin-top: -3px;
}
.clan-crest span {
    display: block;
}
.clan-skills img {
    width: 24px;
    display: inline-block;
}
.lin2Table .castle {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.lin2Table .default-link {
    margin: auto;
}
.castle td {
    line-height: 14px;
    padding: 5px 10px !important;
    font-size: 14px !important;
}

.glav td {
    /*font-size: 14px;*/
    color: #FFF !important;
    text-align: center;
    border-bottom: none;
    border-top: none;
}
.omg {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    /*margin-left: 25px;*/
}
.omg a {
    color: #bebebe;
    text-decoration: none;
}
.omg td {
    border: 1px solid rgb(255 255 255 / 10%);
    height: 44px;
    text-align: center;
    color: #bebebe
}
tr.glav {
    background: #1b1b1b;
}
.epic_boss_list {
    background: #2b324a;
    margin: auto;
}
.eb_description {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.eb_item {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #2f2b2a;
}
.eb_title {
    font-size: 16px;
    width: 60%;
    margin-left: 20px;
    color: #ebc33a;
}
.eb_title span {
    color: #fff;
}
.eb_status {
    width: max-content;
    font-size: 14px;
    color: #fff;
    background-color: #007717;
    padding: 3px;
    border-radius: 3px;
}
.eb_status.eb_offline {
    background-color: #ff5f5f;
}
.eb_level {
    font-size: 16px;
    color: #bebebe;
}
.eb_item:nth-child(odd) {
    background: #221e1d;
}
.eb_dead {
    filter: grayscale(1);
}
.eb_num {
    color: #bebebe;
    margin-right: 10px;
    font-size: 16px;
}
body .castle {
    min-width: auto !important;
    width: 49% !important;
    margin-bottom: 20px;
    background: rgb(255 255 255 / 4%);
}
.castle-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.donate-result {
    display: flex;
    align-items: center;
}
.donate-result p {
    margin-right: 20px;
}
form.unstuck-form {
    background: transparent;
    padding: 0;
}
.btn-primary {
    background: #dad0a4;
    color: #000;
    font-size: 14px;
    padding: 5px 8px;
}
.btn-primary:hover {
    transition: 0.3s;
    background: #fff;
}

/*STATS END*/



/*LANGUAGE*/

.nav__langs {
    position: relative;
    z-index: 999999;
    max-height: 30px;
    margin: auto 0;
}
.nav__langs-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    flex-wrap: nowrap;
    cursor: pointer;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
}
.nav__langs-item:hover, .nav__langs-item.active {
    color: #fff;
}
.nav__langs-item img {
    width: 22px;
    aspect-ratio: 34/24;
    border-radius: 2px;
}
.nav__langs-item--current:after {
    content: "";
    width: 12px;
    aspect-ratio: 12 / 6;
    background: url("../img/lin2web/arrow.png");
    background-size: 100% 100%;
    transition: transform 0.3s ease-in-out;
}

.nav__langs-item.active:after {
    transform: scale(1, -1);
}
.nav__langs-stroke {
    list-style-type: none;
    position: absolute;
    z-index: 1;
    top: calc(100% + 10px);
    left: -10px;
    padding: 10px;
    border-radius: 6px;
    background-color: rgba(20, 20, 20, 0.8);
    display: none;
}
.nav__langs-stroke li:not(:first-child) {
    margin-top: 10px;
}
.nav__links {
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 30px;
    margin-left: auto;
    position: relative;
    z-index: 2;
}
.nav__links-item {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 15px;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 6px;
    transition: color 0.3s ease-in-out;
}
.nav__links-item:hover {
    color: var(--brand-color);
}
.nav__links-item img {
    height: 16px;
}
.nav__switch {
    width: 34px;
    height: 34px;
    position: relative;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.15);
    display: none;
    transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
    z-index: 3;
    border-radius: 50%;
    margin-left: auto;
}
.nav__switch:hover {
    background-color: var(--brand-color);
}
.nav__switch:hover:after, .nav__switch:hover:before, .nav__switch:hover .nav__switch-item {
    background: #1c2227;
}
.nav__switch:hover .nav__switch-item {
    transform: scale(0.7, 1);
}
.nav__switch.active:after {
    transform: rotate(-135deg) scale(0.7, 1);
    top: calc((100% - 2px) / 2);
}
.nav__switch.active:before {
    transform: rotate(135deg) scale(0.7, 1);
    top: calc((100% - 2px) / 2);
}
.nav__switch.active .nav__switch-item {
    transform: scale(0, 1);
}
.nav__switch:after {
    content: "";
    width: calc(100% - 12px);
    height: 2px;
    background: #cdcfd1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    top: 11px;
    left: 6px;
    transform: scale(0.7, 1);
}
.nav__switch:before {
    content: "";
    width: calc(100% - 12px);
    height: 2px;
    background: #cdcfd1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    top: calc(100% - 13px);
    left: 6px;
    transform: scale(0.7, 1);
}
.nav__switch-item {
    width: calc(100% - 12px);
    height: 2px;
    background: #cdcfd1;
    position: absolute;
    top: calc((100% - 2px) / 2);
    left: 6px;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    transform: scale(0.7, 1);
}
/*LANG END*/


.alert-danger {
    color: #fff;
    background-color: rgb(255 0 0 / 20%);
    width: max-content;
    font-size: 12px;
    padding: 5px 10px;
}
.alert-success {
    font-size: 12px;
    color: #00c927;
}


/*PAYMENT LINE*/
#payment-form {
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.payment-pay {
    width: 48%;
}
#payment-bonus {
    margin-right: 5px;
}
#payment_bonus_list {
    width: 48%;
}

.bonus-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}
.bonus-item::after {
    background-image: url("../img/lin2web/line-bonus.png");
    content: "";
    position: absolute;
    bottom: -15px;
    width: 524px;
    height: 1px;
    margin: auto;
    left: 0;
    right: 0;
}
.bonus-item:last-child {
    margin-bottom: 0;
}
.bonus-item:last-child::after {
    display: none;
}
.bonus-item p span {
    color: #e7ae35;
}

.payment-pay button {
    margin: auto;
}
.payment-pay input::placeholder {
    color: #bfbfbf;
    font-family: "AvenirNextCyr-Regular", sans-serif;
}
.payment__input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.payment__input input {
    width: 75%;
}
.payment_bonus_price {
    font-family: "AvenirNextCyr-Regular", sans-serif;
    border: 1px solid #e7ae35;
    height: 48px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    color: #e7ae35;
    min-width: 150px;
}
.payment_select {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.pay_method.active {
    border-color: #e7ae35;
    border-radius: 8px;
}
.pay_method {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: border-color .3s;
    display: inline-block;
}
.pay_method img {
    display: flex;
    height: 46px;
}
.pay-currency {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.curr-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #454251;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.curr-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}



.payment__range.noUi-horizontal .noUi-handle {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: #ffbd01 ;
    border: none;
    box-shadow: none;
    top: -9px;
    right: -13px;
}
.payment__range.noUi-target {
    background: #1c1718;
    border-radius: 5px;
    border: 1px solid #505050;
    box-shadow: none;
}
.payment__range {
    margin-top: 20px;
}
.payment__range .noUi-value {
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
    color: #afafaf;
}
.payment__range .noUi-marker-horizontal.noUi-marker-large {
    height: 10px;
}
.payment__range .noUi-marker-horizontal.noUi-marker {
    width: 1px;
}
.payment__range .noUi-marker-large {
    background: #686363;
}
.payment__range .noUi-marker {
    background: #483f41;
}
.payment__range .noUi-pips-horizontal {
    height: 42px;
}
.payment__range.noUi-horizontal .noUi-connect {
    background: #ffbd01;
}
.payment__range .noUi-tooltip {
    border: 1px solid #505050;
    border-radius: 5px;
    background: #1c1718;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    padding: 6px 5px 5px;
}
.payment__range.noUi-horizontal {
    height: 10px;
    margin-bottom: 30px;
}
.noUi-handle-lower::before, .noUi-handle-lower::after {
    display: none;
}



.payment__banner {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    padding: 30px 0px;
    background: #000;
    position: relative;
    overflow: hidden;
    border: 1px solid #505050;
}
.payment__banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    object-position: center center;
}
.payment__banner-content {
    width: 100%;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.payment__banner-content .payment-bonus-title {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
}
.payment__banner-content p {
    font-size: 20px;
    line-height: 1em;
    font-weight: normal;
}



.present__title {
    display: flex;
    align-items: center;
    gap: 20px;
}
.payment-bonus-all {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
}
.bonus-prize-item {
    opacity: 0.5;
    border: 1px solid rgb(255 255 255 / 20%);
    padding: 10px;
    border-radius: 6px;
    background: #241e1d;
}
.bonus-prize-item h4 {
    color: #ffc456;
    margin-bottom: 10px;
}
.present__title-text {
    font-size: 22px;
    color: #b3b3b3;
    font-weight: normal;
}
.present__title-text small {
    font-size: 14px;
}
.bonus-item {
    padding-left: 0 !important;
}
.bonus-item small {
    font-size: 14px;
}
.bonus-item p {
    font-family: "AvenirNextCyr-Regular", sans-serif;
    color: #dfdfdf;
}
.bonus-item li {
    display: grid;
    grid-template-columns: 8% 1fr;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding-top: 5px;
    padding-bottom: 5px;
    color: #b3b3b3;
}
.bonus-item li:last-child {
    border-bottom: 0 transparent;
}
.bonus-item li:after {
    display: none !important;
}
/*PAYMENT LINE END*/

@media only screen and (max-width : 480px) {
    #payment-form {
        flex-wrap: wrap;
    }
    .payment-pay {
        width: 100%;
    }
    #payment-bonus {
        width: 100%;
    }
    .bonus-item::after {
        display: none;
    }
}

#donate {
    padding: 60px 0;
}
.donate-title-block {
    text-align: center;
    margin-bottom: 20px;
}
.donate-title-block p {
    color: #bebebe;
    font-size: 14px;
}
.donate-title-block img {
    margin: 5px 0;
}
.donate-title {
    font-family: "AvenirNextCyr-Regular", sans-serif;
    color: #fff;
    font-size: 20px;
}
.price_donate {
    display: none;
}


.btn-orange {
    font-family: Nunito, sans-serif;
    cursor: pointer;
    color: #000;
    border-color: #ffc456;
    font-size: 16px;
    padding: 10px 30px;
    display: inline-flex;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    justify-content: center;
    border-radius: 8px;
    line-height: 1.2;
    text-transform: uppercase;
    background: rgb(255, 196, 86);
    background: linear-gradient(0deg, rgba(255, 196, 86, 1) 0%, rgba(255, 166, 0, 1) 100%);
    text-shadow: 1px 5px 15px #ffc456;
}
.btn-orange::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.8;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
    background-color: rgba(255, 255, 255, 0.5);
}
.btn-orange:hover {
    background-color: #ffc456;
}
.btn-orange:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.btn-orange:disabled {
    background-color: #404040;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none;
}

.btn-green {
    cursor: pointer;
    color: #000;
    border-color: #00FF95;
    font-size: 14px;
    padding: 8px 30px;
    display: inline-flex;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    justify-content: center;
    border-radius: 8px;
    line-height: 1.2;
    text-transform: uppercase;
    background: #00FF95;
    text-shadow: 1px 5px 15px #ffc456;
}
.btn-green::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.8;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
    background-color: rgba(255, 255, 255, 0.5);
}
.btn-green:hover {
    background-color: #00ff11;
}
.btn-green:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.btn-green:disabled {
    background-color: #404040;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none;
}
.referral_link {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 80px;
}
.referral_copy_link {
    position: relative;
}
.copy-message {
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.auth-bg {
    background-image: url("../img/lin2web/bg-page.jpg");
    background-position: center top;
    background-size: cover;
    height: 100vh;
}
.auth-page {
    max-width: 600px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 90px;
    margin: auto;
}
.auth-page h1 {
    color: #bdbdbd;
    text-align: center;
    font-size: 36px;
    text-shadow: 1px 5px 10px rgb(0 0 0 / 60%);
}
.auth-page form {
    width: 100%;
    margin-top: 20px;
}

.password-group {
    position: relative;
}
.password-group .password-toggle {
    position: absolute;
    right: 10%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.password-toggle {
    cursor: pointer;
}

.link-gray {
    color: #d5d5d5;
    text-decoration: underline;
    font-size: 16px;
}
.link-gray:hover {
    color: #fff;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}

.login_button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.link-auth {
    font-family: "AvenirNextCyr-Medium", sans-serif;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/lin2web/btn-auth.png");
    width: 259px;
    height: 64px;
}
.link-auth span {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: auto;
    text-shadow: 3px 1px 7px #ff7600;
}
.link-auth:hover {
    filter: contrast(1.5);
}



.checkbox-container {
    font-family: "AvenirNextCyr-Regular", sans-serif;
    display: flex !important;
    align-items: center;
    font-size: 14px;
    color: #bebebe;
    cursor: pointer;
    user-select: none;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.checkbox-container input {
    display: none;
}

.checkbox-container a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.checkbox-container a:hover {
    text-decoration: underline;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

.checkmark::after {
    content: '';
    width: 4px;
    height: 8px;
    border: solid #ffb100;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    display: none;
    position: absolute;
    top: 4px;
}

.checkbox-container input:checked + .checkmark {
    border-color: #ffb100;
}

.checkbox-container input:checked + .checkmark::after {
    display: block;
}
.lin2Table td span {
    color: #fff;
}


select.form-control {
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #aa8e5e;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.payment-pay .form-group {
    margin-bottom: 15px;
}
.payment-pay .payment__range {
    margin-top: 50px;
}
.form-group.get-res {
    text-align: center;
}
button.register {
    border: 0;
    cursor: pointer;
}
.stat-item:last-child {
    border: none;
    padding-bottom: 0;
}
.tab-btn {
    text-decoration: none;
    font-size: 14px;
}
textarea {
    width: 100%;
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #aa8e5e;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
}



/*ACP PANEL TOP*/
.acp-panel-top-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dropdown-menu {
    filter: grayscale(1);
    display: none;
    position: absolute;
    right: 0;
    min-width: 160px;
    margin-top: 4px;
    text-align: right;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    align-items: center;
    padding: 3px 10px;
    border: 1px solid rgb(235 182 134 / 30%);
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
}

.dropdown-menu a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.dropdown-menu a:hover {
    opacity: 0.7;
}
.dropdown-menu.show {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 5px;
}
.arrow-down-acp {
    margin-left: 10px;
    border: solid #ffd700;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    width: 2px;
    height: 2px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    transform-origin: 60% 70%;
    margin-top: -5px;
}

.arrow-down-acp.rotate {
    transform: rotate(225deg);
}
/*ACP PANEL TOP END*/

.char_name {
    display: flex;
    align-items: center;
    gap: 5px;
}