/* @font-face {
    font-family: 'Apercu Bold';
    src:  url(../Larsseit/Larsseit-BoldItalic.otf) format('otf');
  }
  @font-face {
    font-family: 'Apercu Black';
    src:  url(../Apercu-Font/ApercuPro-Light.ttf) format('ttf');
  } */

  .Toastify__toast-container {
    z-index: 100;
    position: relative;
}

.main-banner-slider {
    height: 567px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.paginate-slider {
    position: absolute;
    bottom: 115px;
    left: 0;
    z-index: 1;
    right: 0;
    color: #fff;
    margin: auto;
    font-family: 'Myriad Pro Regular';
}
.slider-new .paginate-slider{
    bottom: 109px;
}

.main-banner-slider .slick-dots li {
    width: 13px;
    z-index: 10;
}

.main-banner-slider .slick-dots li button:before {
    border-radius: 10px !important;
    border: 0.5px solid #FFF !important;
    background: transparent !important;
    content: '' !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
}

.main-banner-slider .slick-dots li.slick-active button:before {
    color: none !important;
    background: #fff !important;
    opacity: 1 !important;
}

.main-banner-slider .slick-dots {
    bottom: 80px !important;
}

.main-banner-slider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* object-position:top center; */
    /* object-position: 0px 10%; */
    object-position: center 10%;
}

.main-banner-slider .khloe-modal-image {
    object-position: center;
}

.main-banner-slider .sparx-model-image {
    object-position: center;
}

.main-banner-slider .individual {
    object-fit: contain;
    background-color: #a1a1a1;
    /* background: linear-gradient(180deg, #5b5a5a 0%,#000  100%); */
    /* background: linear-gradient(200deg, #560303 0%, #d29494 100%); */
    /* background: radial-gradient(   #865663,#8d4358,#000);
        /* background: radial-gradient(52.17% 52.17% at 50% 50%, #FF7400 0%, #C50000 100%); */
    background: radial-gradient(62.5% 62.5% at 50% 50%, #5b5a5a 0%, #000 100%);
}

.main-banner-slider .slide {
    position: relative;
    /* height: 88vh; */
    height: 567px;
}

.main-banner-slider .content-slide {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}

.main-banner-slider .content-slide h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Apercu Pro';
    letter-spacing: 0.4rem;
    font-style: normal;
}

.explore-modal-btn {
    display: inline-block;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 6px 30px;
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    max-width: max-content;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 200px;
    transition: all ease-in-out .4s;
    font-family: 'Apercu Pro Bold';
    letter-spacing: 1px;
}
@-moz-document url-prefix() {
.explore-modal-btn {
    font-weight: 600;
}
}

.explore-modal-btn.orange-back {
    background-color: #896F43;
    color: #fff;
}

.explore-modal-btn.orange-back:hover {
    background-color: #000;
}

.explore-modal-btn.black.opacity-reward {
    background-color: #e2e2e2;
    color: #acacac;
    border-color: #e2e2e2;
}

.explore-modal-btn:hover {
    background-color: #000;
    color: #fff;
}

.explore-modal-btn.black {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
.explore-modal-btn.black.disable {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: not-allowed;
}

.explore-modal-btn.black:active {
    background-color: #000 !important;
}

.explore-modal-btn.black:focus {
    box-shadow: none;
}

.explore-modal-btn.black:hover {
    background-color: #000;
}

.welcome-taboo-sec {
    padding: 30px 0 50px 0;
}

.welcome-taboo-sec .welcome-font {
    text-align: left;
}

.welcome-taboo-sec .welcome-font h2 {
    color: #000;
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 0px;
    text-transform: uppercase;
    /* font-family: 'Apercu Pro', sans-serif; */
    font-family: 'Apercu Pro';
    letter-spacing: 0.4rem;
}

.welcome-taboo-sec .welcome-font p {
    color: #acacac;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: 'Apercu Pro Regular';
    letter-spacing: 1px;
}

.welcome-taboo-sec .welcome-font p .bold-text{
    color: #4e4e4e;
    font-weight: bold;
}

.welcome-taboo-sec .welcome-font p a,
.welcome-taboo-sec .welcome-font p button {
    color: #acacac;
    text-decoration: none;
    font-family: 'Apercu Pro Bold';
}

.modal-slider {
    position: relative;
    overflow: hidden;
    max-width: 480px;
    padding: 10px;
    /* 
    height: 500px; */
    margin-bottom: 30px;
}

.modal-slider img {
    object-fit: cover;
    height: 500px;
    width: 100%;
    object-position: top;
}

.modal-slider:focus-visible,
.modal-slider img:focus-visible {
    border-color: transparent;
}

/* .modal-slider .content-welcome{
    bottom: 15%;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;  
    width: 60%;
} */
.modal-slider .content-welcome {
    right: 0;
    bottom: 15%;
    position: absolute;
    /* top: 60%; */
    left: 0;
    /* transform: translate(-50%, -50%); */
    text-align: center;
    z-index: 9;
    margin: auto;
    width: 67%;
}

.modal-slider .content-welcome h3 {
    color: #fff;
    font-size: 30px;
    text-align: left;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Apercu Pro';
    letter-spacing: 3px;
}

.welcome-taboo-sec .slick-arrow.slick-prev,
.main-banner-slider .slick-arrow.slick-prev {
    width: 42px !important;
    height: 42px !important;
    opacity: 1;
    top: auto !important;
    right: auto !important;
    left: 43% !important;
    border-radius: 6px;
    z-index: 1;
}

.welcome-taboo-sec .slick-arrow.slick-next {
    bottom: -63px !important;

}

.main-banner-slider .slick-arrow.slick-next {
    bottom: 85px !important;

}

.welcome-taboo-sec .slick-arrow.slick-prev:before,
.main-banner-slider .slick-arrow.slick-prev:before {
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.welcome-taboo-sec .slick-arrow.slick-prev:before {
    background-image: url(../images/home-new/Greaterthan.svg);

}

.main-banner-slider .slick-arrow.slick-prev:before {
    background-image: url(../images/home-new/Greaterthan-w.svg);

}

.welcome-taboo-sec .slick-arrow.slick-next,
.main-banner-slider .slick-arrow.slick-next {
    width: 42px !important;
    height: 42px !important;
    opacity: 1;
    border-radius: 6px;
    top: auto !important;
    right: 43%;
    z-index: 1;
}

.welcome-taboo-sec .slick-arrow.slick-prev {
    bottom: -63px !important;

}

.main-banner-slider .slick-arrow.slick-prev {
    bottom: 85px !important;

}

.welcome-taboo-sec .slick-arrow.slick-next:before,
.main-banner-slider .slick-arrow.slick-next:before {
    /* content: '>'; */
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.welcome-taboo-sec .slick-arrow.slick-next:before {
    background-image: url(../images/home-new/Lesserthan.svg);

}

.main-banner-slider .slick-arrow.slick-next:before {
    background-image: url(../images/home-new/Lesserthan-w.svg);

}

/* .main-banner-slider .total-cap-banner{
    bottom: 0;
} */
.paginate-slider {
    font-size: 16px;
}

/* ==============modal tier code start====================== */
.modal-tier {
    padding: 0;
}

.modal-tier .modal-content {
    padding: 20px 30px;
    border-radius: 0;
    box-shadow: 0px 0px 32px #4e4e4e;
    border: none;
}

.modal-tier .border-none {
    border-bottom: none;
}

.modal-tier .modal-header,
.modal-tier .modal-body,
.modal-tier .modal-footer {
    padding: 0;
}

.modal-tier .modal-body {
    padding: 25px 0 10px;
}

.modal-tier .modal-body p {
    font-size: 16px;
    color: #424242;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: 'Apercu Pro Regular';
    letter-spacing: 1px;
}

.modal-tier .modal-body .about-model-para {
    color: #acacac;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.modal-tier .modal-header {
    justify-content: center;
    border-bottom-width: 3px;
}

.modal-tier.about-model {
    box-shadow: 0px 0px 32px #4e4e4e;
    padding-right: 0 !important;
}

.modal-backdrop.show {
    opacity: 0 !important;
}

.modal-tier .modal-footer {
    border: none;
}

.modal-tier .modal-header .logo {
    height: 40px;
    margin-bottom: 15px;
}

.modal-tier .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-tier .btn-close:focus {
    box-shadow: none;
}

.modal-tier .explore-modal-btn.black {
    min-width: auto;
    border-radius: 0;
    padding: 2px 8px;
}

.modal-tier.test-modal .modal-header {
    border-bottom: none;
}

.modal-tier.test-modal .modal-content {
    background-color: transparent;
    box-shadow: none;
    text-align: center;
    padding: 0;
}

.modal-tier.test-modal .modal-dialog {
    width: min-content;
}

.modal-tier.test-modal .modal-body {
    padding: 0;
}

.modal-tier.test-modal .modal-header .btn-close {
    background-color: #fff;
    top: 15px;
    right: 15px;
    z-index: 1111;
    border-radius: 50%;
}

.explore-modal-btn.thumbnail-btn {
    min-width: auto;
}

.welcome-font .explore-modal-btn.black {
    border-radius: 0;
    padding: 2px 10px;
    min-width: auto;
    line-height: 18px;
}

.modal-tier.about-model .modal-dialog {
    max-width: 350px;
    margin: auto;
}

.modal-tier.about-model .modal-header {
    border: none;
}

.modal-tier.about-model .modal-content {
    padding: 10px 20px;
}

.welcome-font .tooltip img {
    height: 20px;
}

.welcome-font .tooltip {
    /* position: relative; */
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1 !important;
    /* position: relative; */
    border: none;
    margin-left: 20px;
}

.welcome-font .tooltip .tooltiptext {
    visibility: hidden;
    width: 487px;
    background-color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    box-shadow: 0px 0px 32px #4e4e4e;
    text-align: left;
    padding: 10px;
    left: 0;
    right: 0;

    color: #acacac;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: 'Apercu Pro Regular';
    letter-spacing: 1px;
}

.modal-tier .modal-body .welcome-taboo-sec .welcome-font.tier p {
    color: #acacac;
    font-weight: normal;
}

.welcome-font .tooltip:hover .tooltiptext {
    visibility: visible;
}

.social-links-new.left-text {
    text-align: left;
    margin-bottom: 35px;
}

.social-links-new.left-text a {
    margin: 0;
}

.social-links-new .set-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.transaction-text h4 {
    text-transform: uppercase;
    color: #ffffffe6;
    margin: 0px 10px 20px;
    font-size: 16px;
    font-family: 'Apercu Pro Regular';
    font-weight: normal;
    letter-spacing: 2px;
}

/* .modal-backdrop.show {
    opacity: 0;
} */
/* ==============modal tier code end====================== */
.dashboard-new {
    padding-top: 120px;
}

.exchange-lists {
    padding: 40px 0;
    background-color: #000;
}

.exchange-lists a {
    margin: 0 66px;
}

.exchange-lists a p {
    font-size: 36px;
    color: #fff;
    font-weight: 900;
    font-family: 'Apercu Pro Bold';
    letter-spacing: 0.4rem;
}

.exchange-lists a img {
    max-height: 80px;
    width: auto;
    height: 50px;
}

.exchange-lists.welcome-taboo-sec .welcome-font h2 {
    color: #fff;
}

.profile-section img {
    height: 90px;
    width: 90px;
    object-fit: contain;
    border-radius: 50%;
    margin-right: 5px;
}

.welcome-taboo-sec .welcome-font .profile-section .para-content {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-break: anywhere;
}

.stake-taboo {
    padding-left: 0;
    margin-bottom: 20px;
}

.stake-taboo li {
    position: relative;
    list-style: none;
}

.stake-taboo li::before {
    content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 50%;
    background-color: #acacac;
    top: 0;
    bottom: 0;
    margin: auto;
}

.welcome-taboo-sec .welcome-font .stake-taboo li p {
    margin-bottom: 5px;
    margin-left: 20px;
}

.dashboard-new .stake-edit-left,
.modal-tier .stake-edit-left {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.dashboard-new .radio .cr {
    margin-right: 10px !important;
}

.dashboard-new .bsc-block span {
    width: 100%;
}

.dashboard-new .stake-edit-left .input-group,
.modal-tier .stake-edit-left .input-group {
    background-color: #e2e2e2;
}

.dashboard-new .stake-edit-left .input-group .input-group-text,
.modal-tier .stake-edit-left .input-group .input-group-text {
    background-color: transparent;
}

.modal-tier input:focus {
    box-shadow: none;
}

.modal-tier .sign-sec {
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.dashboard-new .stake-edit-left .form-label {
    font-family: 'Apercu Pro';
    font-weight: 500 !important;
}

.welcome-font .explore-modal-btn.black,
.modal-tier .explore-modal-btn.black {
    font-family: 'Apercu Pro Regular';
    font-weight: 500;
}

.welcome-font .explore-modal-btn.black:focus-visible,
.welcome-font .explore-modal-btn.black:active {
    background-color: #000;
    box-shadow: none;
}

/* .dashboard-new .individual-modal{
    margin: 20px;
} */
.model-buttons-flex {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.dashboard-new .radio .cr {
    margin-right: 5px !important;
}

.model-buttons-flex>div {
    width: 48.3%;
}

.welcome-taboo-sec .welcome-font .dash-new-content p b {
    color: #424242;
}

.model-buttons-flex>div .common-btn {
    max-width: 100%;
    width: 100%;
    line-height: 20px;
    margin: 0;
}

.welcome-font .model-buttons-flex .explore-modal-btn.black {
    min-width: -webkit-fill-available;
    text-align: center;
}

@media (max-width:1400px) {
    .modal-slider .content-welcome h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .explore-modal-btn {
        font-size: 15px;
        line-height: 17px;
        min-width: 149px;
    }

    .modal-slider .content-welcome {
        width: 71%;
    }
}

@media (max-width:991px) {
    .main-banner-slider .slick-dots {
        bottom: 45px !important;
    }
    .main-banner-slider .slick-arrow.slick-prev, .main-banner-slider .slick-arrow.slick-next{
        bottom: 42px !important;
    }
    .slider-new .paginate-slider{
        bottom: 67px;
    }
    .paginate-slider{
        bottom: 71px ;
    }
    .exchange-lists a p {
        font-size: 18px;
    }

    .welcome-taboo-sec .welcome-font p {
        margin-bottom: 12px;
    }

    .main-banner-slider .slide,
    .main-banner-slider {
        height: 60vh;
    }

    .main-banner-slider.invidual-images .slide,
    .main-banner-slider.invidual-images {
        height: auto;
    }

    .main-banner-slider {
        margin-top: 24px;
    }

    .main-banner-slider .content-slide h1 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 14px;
    }

    .explore-modal-btn {
        font-size: 14px;
        line-height: 14px;
        min-width: 149px;
    }

    .welcome-taboo-sec .welcome-font h2 {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.2rem;
        margin-bottom: 15px;
    }

    .modal-slider {
        height: 400px;
    }

    .modal-slider img {
        height: 400px;
    }

    .modal-slider .content-welcome h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .welcome-taboo-sec .welcome-font p {
        text-align: justify;
    }
}

@media (max-width:768px) {
    .responsive-padding {
        margin: 1.2rem 0;
    }

    .exchange-lists {
        padding: 20px 0;
    }
    .welcome-taboo-sec .welcome-font h2{
        font-size: 16px;
    }

    .order-responsive {
        order: 1;
    }

    .welcome-taboo-sec .welcome-font .profile-section .para-content {
        font-size: 14px;
        word-break: break-all;
    }

    .profile-section img {
        height: 80px;
        width: 80px;
    }

    .exchange-lists a {

        margin: 0 30px;
    }

    .exchange-lists a img {
        max-height: 28px;
    }

    .welcome-font .tooltip .tooltiptext {
        width: 280px;
    }

    .main-banner-slider .slick-dots {
        bottom: 20px !important;
    }

    .main-banner-slider .slick-arrow.slick-prev,
    .main-banner-slider .slick-arrow.slick-next {
        bottom: 18px !important;
    }

    .main-banner-slider .slick-dots li button:before {
        width: 6px !important;
        height: 6px !important;
    }

    .paginate-slider {
        bottom: 54px;
        font-size: 14px;
    }
    .slider-new .paginate-slider{
        bottom:42px;
    }

    .welcome-taboo-sec .slick-arrow.slick-prev:before,
    .main-banner-slider .slick-arrow.slick-prev:before,
    .welcome-taboo-sec .slick-arrow.slick-next:before,
    .main-banner-slider .slick-arrow.slick-next:before {
        background-size: 17px;
    }

    .welcome-taboo-sec .slick-arrow.slick-next,
    .main-banner-slider .slick-arrow.slick-next {
        right: 34% !important;
    }

    .welcome-taboo-sec .slick-arrow.slick-prev,
    .main-banner-slider .slick-arrow.slick-prev {
        left: 34% !important;
    }

    .explore-modal-btn {
        min-width: auto;
        font-size: 12px;
        padding: 4px 30px;
    }

    .main-banner-slider .khloe-modal-image {
        object-position: right;
    }

    .main-banner-slider .sparx-model-image {
        object-position: right;
    }

    .main-banner-slider .slide,
    .main-banner-slider {
        height: 50vh;
    }

    /* .modal-slider .content-welcome{
    top: 40%;
} */
}
@media (max-width:576px){
    .main-banner-slider .slide, .main-banner-slider{
        height: 38vh
    }
    .paginate-slider{
        bottom: 30px;
    }
    .slider-new .paginate-slider{
        bottom: 25px;
    }
    .main-banner-slider .slick-dots {
        bottom: 6px !important;
    }
    .main-banner-slider .slick-arrow.slick-prev, .main-banner-slider .slick-arrow.slick-next{
        bottom: 0px !important;
    }
}
@media (min-width:1400px) {}

@media (max-width:400px) {
    .main-banner-slider .content-slide {
        width: 100%;
    }

    /* .main-banner-slider .slick-arrow.slick-prev,
    .main-banner-slider .slick-arrow.slick-next {
        bottom: 45px !important;
    }

    .main-banner-slider .slick-dots {
        bottom: 50px !important;
    }

    .paginate-slider {
        bottom: 70px;
    } */

    .main-banner-slider .slide,
    .main-banner-slider {
        min-height: 196px;
    }
}

.error-msg {
    font-size: 12px;
    text-align: center;
    margin: 15px 0 10px;
    color: red !important;
}


/* new css exchange */

.logo-main-box {}

.logo-main-box p.mb-0 {
    font-size: 20px;
    letter-spacing: 2px;
}
.word-break{
    word-break: break-all;
}
.exchange-lists .logo-exchange-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.exchange-lists .logo-exchange-list a {
    margin: 0;
    display: block;
}

.exchange-lists .logo-exchange-list a img {
    background-color: #303030;
    margin: 6px;
    padding: 10px;
    height: 38px;
    width: auto;
}

.exchange-lists {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

@media (max-width:768px) {
    .exchange-lists .logo-exchange-list a img {
        padding: 7px;
        height: 38px;
        min-width: 120px;
        object-fit: contain;
    }
}

.shadow-login-box {
    background-image: url(../images/home-new/Front-Cover.jpg);
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
}

.inner-box .otp_box {
    display: flex;
}

.inner-box .otp_box input {
    border-radius: 4px;
    height: 36px !important;
    width: 36px !important;
}

.shadow-login-box {
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
}

.shadow-login-box .inner-box {
    padding: 20px;
    background-color: rgb(244, 244, 244);
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 40px 15px;
    color: #848383;
    margin-top: 4.5rem;
    margin-bottom: 2rem;
}

.shadow-login-box .inner-box h3 {
    color: #000;
    margin-bottom: 2rem;
    font-weight: 600;
}

.shadow-login-box .inner-box label {
    text-align: left;
    display: block;
    font-weight: 600;
    color: rgb(88, 88, 88);
}

.shadow-login-box .inner-box input {
    box-shadow: none;
    outline: none;
}

.inner-box .otp_box {
    margin-bottom: 2rem;
}

@media (max-width:570px) {
    .inner-box .otp_box input {
        height: 30px !important;
        width: 30px !important;
        margin-right: 8px !important;
    }
    .modal-tier.about-model .modal-dialog {
        max-width: 300px;
    }
}

/* ================extra added css for dashboard===================== */
.creater-dash-sec.new-dash-admin {
    padding: 90px 15px 45px 255px !important;
    text-align: left;
    min-height: 90vh;
    font-family: 'Apercu Pro Regular';
}

.creater-dash-sec.stakes-padding {
    padding: 140px 20px 40px;
}

.creater-dash-sec.stakes-padding.new-padding {
    padding: 125px 20px 40px;
}

.creater-dash-sec.new-dash-admin .top-collect-creater {
    padding: 0;
}

.shadow-box label,
.creater-dash-sec .main-heading-inner {
    font-weight: 600;
}

.shadow-box label span {
    color: #6d6d6d;
    font-size: 14px;
}

.header-new.admin.scroll-show {
    background-color: #000;
}

.sidemenu-creater.new-admin ul li {
    padding: 25px 20px;
}

.sidemenu-creater.new-admin {
    background-color: #000;
    height: 100% !important;
    position: fixed;
    left: 0;
    top: 65px;
    /* background-color: #d4600b; */
    height: calc(100vh - 95px) !important;
    width: 240px;
    display: block;
    overflow: hidden;
    padding-top: 10px;
    transition: 0.2s ease-in;
    z-index: 10;
}

.sidemenu-creater.new-admin.show_side_bar_with_animation {
    width: 220px;
}

.sidemenu-creater.new-admin.show_side_bar_with_animation ul li a {
    gap: 15px;
    font-family: 'Apercu Pro Regular';
}

.sidemenu-creater.new-admin ul li a img {
    opacity: 1;
}

.sidemenu-creater.new-admin ul li a {
    display: flex;
    gap: 15px;
    color: #FFF;
    font-weight: 600;
    line-height: 18px;
    font-size: 16px;
    align-items: center;
    text-decoration: none;
    opacity: 0.6;
    letter-spacing: 0.6px;
    font-family: 'Apercu Pro Regular';
}

.sidemenu-creater.new-admin ul li a:hover {
    opacity: 1;
    color: #fff;
}

.sidemenu-creater.new-admin ul li:hover a {
    opacity: 1;
}

.header-new.admin {
    top: 0;
}

.header-first-strip.admin {
    bottom: 0;
    top: auto;
}

.header-first-strip.admin a {
    text-decoration: none;
}

.sidemenu-creater.new-admin .sidebar-arrow {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    /* height: 40px;
    width: 40px; */
}

.sidemenu-creater.new-admin .sidebar-arrow a {
    border: 2px solid #fff;
    padding: 8px;
    border-radius: 50%;
    color: #fff;

}

.sidemenu-creater.new-admin .sidebar-arrow a i {
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.sidemenu-creater.new-admin.show_side_bar_with_animation .sidebar-arrow a i {
    transform: rotate(180deg);
}

.same-admin-id.space-left {
    padding-left: 145px;
}

.header-new .menu-btn.admin {
    display: none;
}

.transaction-tabs {
    border-bottom: 0.8px solid #ddd !important;
    margin-bottom: 2.4rem !important;
}

.transaction-tabs li {
    border: none;
}

.transaction-tabs button {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000 !important;
    border: none !important;
    margin-bottom: 10px !important;
    padding: 6px 20px;
    border-radius: 4px;
    margin: 5px 10px;
    font-family: 'Apercu Pro Bold';
}

.creater-dash-sec .tab-content .latest-user-row h3 {
    font-family: 'Apercu Pro Regular';
}

.transaction-tabs .nav-link.active {
    background-color: #000 !important;
    color: #fff !important;
}

.header-new.admin .explore-modal-btn {
    background-color: #fff;
    color: #000;
}

.transaction-tabs .explore-modal-btn {
    min-width: auto;
}

.creater-dash-sec.new-dash-admin .shadow-box {
    margin-bottom: 2rem;
}

.new-dash-admin .pagination {
    justify-content: end;
}

.new-dash-admin .pagination .page-link {
    color: #000;
    box-shadow: none;
    padding: 8px 16px;
}

.new-dash-admin .main-heading-inner {
    font-family: 'Apercu Pro Regular';
    font-weight: 600;
}

.new-dash-admin .pagination .page-item.active .page-link {
    background-color: #000;
    color: #fff;
    outline: none;
    border-color: #000;
}

.new-dash-admin .pagination .page-link:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.table-tank .explore-modal-btn {
    min-width: auto !important;
}

.creater-dash-sec.new-dash-admin .table-tank .owner-row-outer {
    justify-content: center;
}

.buy-coin-taboo {
    color: #000;
    font-size: 32px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 16px;
    text-transform: capitalize;
    font-family: 'Apercu Pro';
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.tnc-box {
    text-align: justify;
    margin-top: 8rem;
    margin-bottom: 2rem;
}

.privacymain .main1 h1 {
    color: #000;
    font-size: 36px;
    font-weight: 900;
    line-height: 50px;
    margin-bottom: 16px;
    text-transform: uppercase;
    /* font-family: 'Apercu Pro', sans-serif; */
    font-family: 'Apercu Pro';
    letter-spacing: 0.4rem;
}

.privacymain .main1 p {
    color: #858585;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 20px;
    font-family: 'Apercu Pro Regular';
    letter-spacing: 1px;
}

.privacymain .main1 ul {
    padding-left: 0;
}

.privacymain .main1 ul li {
    list-style: none;
    font-size: 16px;
    color: #858585;
    font-family: 'Apercu Pro Regular';
    font-weight: normal;
    line-height: 22px;
}

.privacymain .main1 ul li span {
    color: #202020;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
    /* font-family: 'Apercu Pro', sans-serif; */
    font-family: 'Apercu Pro';
    letter-spacing: 1px;
    margin-top: 40px;
    display: inline-block;
}

.thumbnail-image {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 12px;
    cursor: pointer;
}

.thumbnail-image img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.thumbnail-image input {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.main-form-order .group-btn {
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;

}

@media (max-width:991px) {
    .sidemenu-creater.new-admin .sidebar-arrow {
        display: none;
    }

    .header-new .menu-btn.admin {
        display: block;
    }

    .same-admin-id.space-left {
        padding-left: 0;
    }

    .sidemenu-creater.new-admin ul li {
        padding: 20px 10px;
    }

    .sidemenu-creater.new-admin ul {
        display: block;
    }

    .new-dash-admin .table-tank.table {
        min-width: 1100px;
    }

    .sidemenu-creater.new-admin {
        display: none;
    }

    .sidemenu-creater.new-admin.show_side_bar_with_animation {
        display: block;
    }

    .creater-dash-sec.new-dash-admin {
        padding: 90px 15px 20px !important;
    }

    .creater-dash-sec .profile-img-left-box {
        height: auto;
    }

    .table-tank .explore-modal-btn {
        padding: 4px 15px;
        font-size: 13px;
    }

    .privacymain .main1 h1 {
        font-size: 18px;
        line-height: 25px;
    }

    .privacymain .main1 ul li span {
        font-size: 16px;
        line-height: 22px;
    }

    .privacymain .main1 p,
    .privacymain .main1 ul li {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width:768px) {
    .buy-coin-taboo {
        font-size: 24px;
        line-height: 30px;
    }

    .buy-coin-shadow-box {
        padding: 20px 14px;
    }

    .creater-dash-sec.stakes-padding.new-padding {
        padding: 110px 10px 40px;
    }

    .creater-dash-sec.stakes-padding.new-padding .profile-img-stakes {
        margin: 0px 0 30px !important;
    }

    .sidemenu-creater.new-admin {
        top: 65px;
        height: calc(100vh - 65px) !important;
    }

    .header-new.admin .explore-modal-btn {
        font-size: 12px;
        padding: 5px;
    }

    .creater-dash-sec .latest-user-row h3 {
        font-size: 20px;
    }

    .sidemenu-creater.new-admin ul li {
        padding: 14px 10px;
    }

    .sidemenu-creater.new-admin.show_side_bar_with_animation {
        width: 200px;
    }

    .creater-dash-sec.new-dash-admin .shadow-box h5 {
        font-size: 16px;
        font-weight: 500;
    }

    .creater-dash-sec.new-dash-admin .nft-list-btn-row {
        margin-bottom: 2rem !important;
    }

    .sidemenu-creater.new-admin ul li a {
        font-size: 16px;
    }

    .creater-dash-sec.new-dash-admin .pagination .page-link {
        padding: 5px 12px;
    }
}

@media (max-width:400px) {
    .sidemenu-creater.new-admin {
        top: 55px;
        height: calc(100vh - 55px) !important;
    }

    /* .creater-dash-sec.new-dash-admin {
        padding: 90px 10px 10px 76px !important;
    } */
    .transaction-tabs button {
        font-size: 0.8rem;
        padding: 6px 10px;
        margin: 5px 3px;
    }
}

.otp-outer .otp_box input {
    height: 40px !important;
    width: 40px !important;
}

.otp-outer .otp_box {
    justify-content: space-between;
}

.otp-outer .otp_box input:focus-visible {
    /* border: none; */
    box-shadow: none;
    outline: none;
}

.terms-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 14px 0;
}

.terms-table td,
.terms-table th {
    border: 1px solid #b9b9b9;
    text-align: left;
    padding: 8px;
}

.buy-otp input {
    width: 100% !important;
    border-radius: 0.375rem;
    border: none;
}

.buy-otp input:focus-visible {
    /* border: none; */
    outline: none;
    border: none;
}

/*   
  tr:nth-child(even) {
    background-color: #dddddd;
  } */
.common-modal-banner {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    /* transform: translate(-50%, -50%); */
    text-align: center;
}

.common-modal-banner .slick-slider,
.common-modal-banner .slick-list,
.common-modal-banner .slick-track {
    height: 100%;
}
.community-entrance{
    height: 100vh;
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px 0;
}
.community-entrance .banner-entrance{
    object-fit: contain;
    width: auto;
    height: 100%;
}
.community-entrance .modal-entrance{
    position: absolute;
    max-width: 380px;
    width: 100%;
    top: 74%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 16px;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0px 0px 32px #4e4e4e;
}
.community-entrance .modal-entrance img{
    margin-bottom: 6px;
    max-height: 20px;
}
.community-entrance .modal-entrance .grade-in{
    background-color: #acacac;
    color: #fff;
}
.community-entrance .modal-entrance  p{
    color: #acacac;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.fade.modal-calendar.modal.show{
    padding-right: 0px !important;
}
.modal-calendar .modal-content{
    box-shadow: 0 0 16px rgba(189, 189, 189, 0.63);
}

@media (max-width:991px) {
    .terms-table {
        min-width: 700px;
    }
}
@media (max-width:768px){
.community-entrance .modal-entrance{
    max-width: 300px;
    top: 65%;
    padding: 8px;
}
.welcome-font .explore-modal-btn.black{
    font-size: 12px;
    line-height: 16px;
}
.community-entrance .modal-entrance p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}
}

@media (max-width:576px) {
    .otp-outer .otp_box input {
        height: 30px !important;
        width: 30px !important;
        margin-right: 10px !important;
    }

    .buy-otp input {
        margin-right: 10px !important;
    }
    .new-quick-link .terms-footer span{
        display: none;
    }
}
.play-btn-row{
    display: flex;
    align-items: center;
}
.white-bg:hover{
    background-color: #fff !important;
    color: #000 !important;
}
.update-profile-img {
    display: inline-block;
    position: relative;
}
.update-profile-img button{
    position: absolute;
    bottom: 0.2rem;
    right: 0.4rem;
    font-weight: 800;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    height: 32px;
    width: 32px;
    border-color: transparent;
    display: flex;
    align-items: center;
    font-size: 32px;
    justify-content: center;
}
.models-img-list{
    padding: 8px 12px 20px;
}
.models-img-list ul{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-height: 328px;
    margin-top: 2rem;
    overflow-y: scroll;
}
.models-img-list ul li{
    list-style: none;
    position: relative;
}
.models-img-list ul li img{
    height: 100px;
    width: 100px;
    object-fit: contain;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}
.models-img-list ul li i{
    position: absolute;
    bottom: 0.2rem;
    right: 0.4rem;
    font-weight: 800;
    border-radius: 50%;
    /* background-color: #000; */
    color: #b8161c;
    height: 20px;
    width: 20px;
    border-color: transparent;
    display: flex;
    align-items: center;
    font-size: 24px;
    justify-content: center;
}