
/*LANGUAGE*/

.nav__langs {
    position: relative;
    z-index: 1;
    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: #241e1d;
    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-success {
    color: green;
}


/*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 .form-group {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.payment-pay .form-group label {
    text-align: left;
    font-size: 14px;
}
.payment-pay .form-group .form-control {
    color: #e2e5fc;
    border: 0;
    height: 48px;
    background-color: rgba(226, 229, 252, .2);
    border: 1px solid rgba(226, 229, 252, .6);
    border-radius: 6px;
    padding: 0 10px;
}
.payment-pay .form-group option {
    background-color: gray;
}
.payment-pay button {
    margin: auto;
}
.payment-pay input::placeholder {
    color: #bfbfbf;
}
.payment__input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.payment__input input {
    width: 75%;
}
.payment_bonus_price {
    border: 1px solid #e7ae35;
    height: 48px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    color: #e7ae35;
    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: 50px;
}
.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 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;
    }
}
.auth-block {
    display: flex;
    justify-content: center;
    margin-top: 150px;
}
.auth-block input {
    border: 0;
    background-color: #2f2f2f;
    border: 1px solid gray;
    padding: 20px 15px;
    min-width: 350px;
    color: #fff;
}
.auth-block input::placeholder {
    color: gray;
}
.auth-block .form-group {
    position: relative;
    margin-bottom: 20px;
    width: max-content;
}
.password-toggle {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.auth-block form {
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.register-block h3 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.register-block p {
    color: gray;
    text-align: center;
}
.register-block a {
    color: #dba236;
    text-decoration: none;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}

.checkbox-container {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #bebebe;
    cursor: pointer;
    user-select: none;
    flex-wrap: wrap;
    width: 350px;
    justify-content: center;
    margin: auto;
}

.checkbox-container input {
    display: none;
}

.checkbox-container a {
    color: #dba236;
    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 #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    display: none;
    position: absolute;
    top: 4px;
}

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

.checkbox-container input:checked + .checkmark::after {
    display: block;
}


/*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;
    border: 1px solid #ddd; /* Adds a subtle border */
    background-color: rgb(0, 0, 0, 0.4);

}
.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: #241e1d;
}
.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;
}
.send-to-game {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.send-to-game .form-group {
    width: 32%;
}
#warehouse form {
    max-width: 100%;
    background: 0;
    padding: 0;
    border: 0;
    margin: 0;
    color: #bebebe;
}
/*STATS END*/
.alert.alert-danger {
    font-size: 12px;
    color: #ff6666;
}
.alert.alert-success {
    font-size: 12px;
    color: #00c927;
}

.stats-page {
    color: #fff;
    margin-top: 120px;
    padding: 0 60px;
    padding-bottom: 60px;
  min-height: 100vh; /* Ensures the height covers the full viewport */
}
.stats-title-block h1 {
    text-align: center;
}
.stats-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.stats-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.stats-menu a {
    text-decoration: none;
    color: #000;
    background-color: #dba236;
    padding: 5px 10px;
    border-radius: 4px;
}
.stats-menu .active a {
    background-color: #73b258;
}
.bonus-item p {
    color: #bebebe;
}
.donate-title {
    color: #fff;
    margin-bottom: 20px;
}
#donate {
    background: #2e2e2e;
    padding: 0 30px;
    padding-top: 120px;
    color: #bebebe;
}