:root{
    /* --sidebar-background:#1c2025; */ /* This is a more darker version */
    /* --sidebar-background:#2b323a; */ /* This is a bit lighter version */
    --sidebar-background:#282e35;
}


.wallet-btn-box{
    padding:5px 5px 12px 7px;
    background-color:#31bcd3;
    border-radius: 2px;
    border:1px solid #ffffff7a;
    color:white;
    cursor: pointer;
    transition:0.3s all ease;
}

.wallet-btn-box:hover{
    background-color:white;
    color:#2eb1c9;
}

.wallet-btn-box i{
    font-size:30px;
}

.wallet-btn-box span{
    font-size:13px;
}


.dark-scrollbar::-webkit-scrollbar{
    width:5px;
}

.dark-scrollbar::-webkit-scrollbar-track{
    background-color:#3e4b59;
}

.dark-scrollbar::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#1f252d;
}

#chat-locked, .chatbro_minimized_header{
    background: linear-gradient(113deg,#03A9F4 ,#00b9d0)!important;
}

.popover-light{
    background-color:#00BCD4;
    border: 1px solid #4DD0E1;
}
.popover-light .popover-header, .popover-light .popover-body{
    color:#fff;
}
.popover-light .arrow::before{
    border-bottom-color: #80DEEA;
}
.popover-light .arrow::after{
    border-bottom-color: #00BCD4;
}

.left-side-menu-dark .logo-box{
    background:var(--sidebar-background);
}

.left-side-menu-dark .left-side-menu {
    background: var(--sidebar-background);
    border:none;
}

.left-side-menu-dark .left-side-menu #sidebar-menu > ul > li > a.active {
    background-color: #22272d;
    border-left:2px solid rgba(255, 255, 255, 0.3);
}

#sidebar-menu > ul > li > a.active i {
    color:#00BCD4;
}

.img-white-stroke{
    /* --stroke-color: #ffffffb0; */
    /* --stroke-color: #00000070; */
    --stroke-color: #0000001f;
    filter: drop-shadow(  1px  1px 0 var(--stroke-color))
            drop-shadow( -1px  1px 0 var(--stroke-color))
            drop-shadow(  1px -1px 0 var(--stroke-color))
            drop-shadow( -1px -1px 0 var(--stroke-color));
}

.card-header.dark-header{
    /* background-color: #2c353e; */
    background: linear-gradient( 315deg, #2c353e 75%, #262f38);
}

.card-header.darker-header{
    background-color: #28323b;
}

.light-color-boxes .card-box{
    background-color: #212930;
    border:none;
    border-radius: 15px;
}

.light-color-boxes .avatar-lg i{
    font-size:35px !important;
}

.light-color-boxes h3{
    font-weight: 400 !important;
}

.light-color-boxes p{
    opacity: 0.8;
}

.light-color-boxes .avatar-lg{
    border: none !important;
}

.light-color-boxes .card-green .avatar-lg{
    background-color: rgba(26,188,156,.2) !important;
}
.light-color-boxes .card-green i, .light-color-boxes .card-green h3, .light-color-boxes .card-green{
    color:#1abc9c !important;
}

.light-color-boxes .card-blue .avatar-lg{
    background-color: rgba(59,175,218,.2) !important;
    /* background-color: rgba(0,123,255,.0627451) !important; */
}
.light-color-boxes .card-blue i, .light-color-boxes .card-blue h3, .light-color-boxes .card-blue{
    color:#3bafda !important;
    /* color:#007bff !important; */
}

.light-color-boxes .card-red .avatar-lg{
    background-color: rgba(255,7,58,.12549) !important;
}
.light-color-boxes .card-red i, .light-color-boxes .card-red h3, .light-color-boxes .card-red{
    color:#ff073a !important;
}

.light-color-boxes .card-dark .avatar-lg{
    background-color: rgba(138,146,154,.2) !important;
}
.light-color-boxes .card-dark i, .light-color-boxes .card-dark h3, .light-color-boxes .card-dark{
    color:#8a929a !important;
}

.light-color-boxes .card-yellow .avatar-lg{
    background-color: rgba(247, 184, 75, 0.2) !important;
}
.light-color-boxes .card-yellow i, .light-color-boxes .card-yellow h3, .light-color-boxes .card-yellow{
    color:#f7b84b !important;
}

p.sub-header{
    /* color: #9dd3ffbf; */
    letter-spacing: 0.3px;
    color:#a8b5c3;
    opacity:0.8;
}

p.sub-header a {
    border-bottom: 1px solid;
}


.range-selector{
    margin-top: 7px;
    /* background-color: #29313A; */
}

.range-selector span{
    padding:6px 30px;
    display: inline-block;
    border-radius: 2px;
    background-color: #29313A;
    color:#00a8ff;
    cursor: pointer;
    /* clip-path: polygon(50% 0%, 100% 50%, 56% 100%, 0 100%, 0 0); */
    /* margin-right:-6px; */
    transition: 0.4s all ease;
    /* clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%); */
    /* clip-path: polygon(75% 0%, 90% 50%, 75% 100%, 0% 100%, 15% 50%, 0% 0%); */
    clip-path:polygon(75% 0%, 90% 50%, 75% 100%, 0% 100%, 12% 50%, 0% 0%);
    z-index: -1;
    margin-right:-28px;
}

.range-selector span:after{
    clip-path: polygon(78% 51%, 0 0, 0 100%);
}
.range-selector span:hover{
    background-color: #002539;
}

.range-selector span.active{
    background-color:#00a8ff;
    color:#29313A;
    cursor: default;
    z-index: 999;
}

.swal2-popup.swal2-toast{
    box-shadow: none !important;
}

.swal2-header{
    padding: 3px 10px !important;
}

.btn2{
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 15px 0 rgba(40, 48, 55, 0.6) !important;
    box-shadow: 0 0 15px 0 rgba(40, 48, 55, 0.6) !important;
}

.btn2:hover{
    color:white !important;
}

.btn2.btn-primary{
    background-color: #3bafda2b;
    color:#3699ff;
}

.btn2.btn-primary:hover{
    background:#3699ff;
}

.btn2.btn-success{
    background-color: #12CBC42b;
    color:#10ac84;
}

.btn2.btn-success:hover{
    background:#10ac84;
}

.btn2.btn-warning{
    background-color: #f7b84b2b;
    color:#f7b84b;
}

.btn2.btn-warning:hover{
    background:#f0a119;
}

.btn2.btn-pink{
    background-color: #f672a72b;
    color:#f672a7;
}

.btn2.btn-pink:hover{
    background:#f672a7;
}

.btn2.btn-info{
    background-color: #1bc0db2b;
    color:#1bc0db;
}

.btn2.btn-info:hover{
    background:#1bc0db;
}

.btn3{
    border-radius: 8px;
    /* background-color: #3bafda14; */
    background-color:#2b333c;
    -webkit-box-shadow: 0 0 15px 0 rgba(40, 48, 55, 0.6) !important;
    box-shadow: 0 0 15px 0 rgba(40, 48, 55, 0.6) !important;
}
.btn3:hover{
    color: white !important;
}
.btn3.btn-primary{
    color: #70c0ff;
    border: 1.5px solid #3699ffb5;
}
.btn3.btn-primary:hover{
    background-color: #3699ff;
}
.btn-primary:not(:disabled):not(.disabled).active{
    background-color: #3699ffb5;
}
.btn3.btn-success{
    color: #04d09c;
    border: 1.5px solid #10ac84b5;
}
.btn3.btn-success:hover{
    background-color: #10ac84;
}
.btn3.btn-light{
    border: 1.5px solid #5f6a78;
}
.btn3.btn-light:hover{
    background-color: #49535e;
    border-color: #49535e;
}

l,m,x,sf,l2{
    font-size: 10px;
    padding:0px 6px;
    border-radius: 14px;

    border: 1px solid #757575;
    color: #b6b6b6;

    margin-left:5px;
    font-weight: 500;
    height:19px;
    line-height: 17px;
    display: inline-block;
    position:relative;
    top:-1px;
    /* margin-top: 1px; */
    /* text-decoration: uppercase; */
}
m{
    border:1px solid #00a8ff;
    color:#00a8ff;
}
sf{
    border:1px solid #10ac84;
    color:#1dd1a1;
}
x,l2{
    color:#364f6b;
    animation: max_level_shine 3s ease-in-out  infinite;
    animation-fill-mode: forwards; 
    box-shadow: 0px 0px 2px 0px #00BCD4 inset;
    letter-spacing: 1px !important;
}

.chatbro_messages .chatbro_message_name, .chatbro_messages .chatbro_message_reply_name{
    max-width: 100% !important;
}

.chatbro_system_messages_wrapper{
    max-height: 300px !important;
}

.chatbro_messages .chatbro_message_auth_name, .chatbro_messages .chatbro_message_reply_auth_name, .chatbro_chat_name, .chatbro_participant_count,
.chatbro_header .chatbro_title, .chatbro_header .chatbro_movable_minimized_title, .chatbro_header .chatbro_movable_minimized_last_message{
    font-weight: 500 !important;
}

.chatbro_participant_ico { top:0px !important }

.chatbro_messages .chatbro_message td {
    border-top: 1px solid #424c56!important;
}

.chatbro_messages .chatbro_message_name, .chatbro_messages .chatbro_message_reply_name{
    overflow:visible !important;
}

.chatbro_messages .chatbro_messages_history_plug, .chatbro_fake_messages .chatbro_messages_history_plug{
    /* Hides the Patron message section */
    display: none !important;
}

@keyframes max_level_shine{
    0% {
        border:1px solid #a7ff83;
        color:#a7ff83;
    }
    33% {
        border:1px solid #43dde6;
        color:#43dde6;
    }
    66% {
        border:1px solid #FFC312;
        color:#FFC312;
    }
    100% {
        border:1px solid #a7ff83;
        color:#a7ff83;
    }
}

x::before{
    content:"Max";
}

m::before{
    content:"Mod"
}
sf::before{
    content:"Staff"
}
l::before, l2::before{
    content:"Lvl ";
}
l::after, l2::after{
    content:attr(class);
}

.favourite-btn{
    border:1px solid white;
    padding:1px 5px;
    border-radius: 50%;
    color:white;
    transition:0.2s all ease;
    display: inline-block;
    background-color: #25273170;
    -webkit-box-shadow:0px 0px 5px #42424233;
    box-shadow:0px 0px 5px #42424233;
}

.offerwall-card .favourite-btn, .giftcard-box .favourite-btn{
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
}

.favourite-btn:hover:not(.favourited){
    color:#e84393;
    background-color:white;
}

.favourite-btn.favourited{
    background-color:#e84393;
    /* border-color: #ffffff52; */
    border-color: #ffffff00;
    box-shadow: 0 0 4px 0 #e8439370 !important;
    -webkit-box-shadow: 0 0 4px 0 #e8439370 !important;
}

.favourite-loading{
    pointer-events: none;
    opacity: 0.6;
}

.favourites-count{
    position: absolute;
    right: 42px;
    width: 35px;
    top: 15px;
    text-align: right;
    font-size: 11px;
    color: white;
    opacity: 0.8;
}

.favourites-count-alt{
    position: absolute;
    right: 40px;
    top: 13px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    opacity: .8;
    background-color: #25273170;
    border-radius: 20px;
    padding: 2px 10px;
}

.flag-icon{
    font-size:20px;
    border-radius: 4px;
    background-size: auto !important;
}

.left-side-menu-dark .left-side-menu .nav-second-level li a.active, .left-side-menu-dark .left-side-menu .nav-thrid-level li a.active{
    font-weight: 500;
}

.ribbon-box .ribbon-two span{
    font-weight: 500;
}

@media (max-width: 767.98px) { 
    .navbar-custom .app-search{
        max-width: 130px;
    }
}

.btn.disabled {
    pointer-events: none;
}

.page-loader{
    width:100%;
    height:100vh;
    z-index: 99999;
    position:absolute;
    text-align: center;
    display: none;
}

.page-loader .loader-spinner{
    margin-top:100px;
    font-size: 26px;
    margin-left: -36px;
    position: fixed;

    border-right-color: #8f6ee6;
    border-bottom-color: #FFEB3B;
    border-left-color: #FF5722;
    border-top-color: #2196F3;

    border-color: rgba(255, 255, 255, 0.18);
    border-left-color:white;

}

.page-loader-wrapper {
    position: relative;
}

#wrapper .container-fluid{
    transition:0.2s all linear;
}

#wrapper .container-fluid.blur-content{
    filter:blur(25px);
}

.chat-box-locked{
    position: fixed;
    right: 20px;
    bottom: 20px;
    background:linear-gradient(113deg,#03A9F4 ,#00b9d0)!important;
    border-radius: 4px;
    /* height: 40px;
    width: 135px; */
    color:white;
    font-weight: 500;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 768px){
    #phone-verification-modal .modal-dialog{
        max-width: 100%;
        margin: 0.5rem;
    }
}

@media (min-width: 576px){
    #phone-verification-modal .modal-dialog{
        max-width: 800px;
        /* margin: 1.75rem auto; */
    }
}

.phone-verification-feature-card{
    min-height: 160px;
    /* background-color:#212930; */
    background: linear-gradient( 315deg, #2c353e 75%, #262f38);
    /* background:linear-gradient(45deg, #212930, #283038); */
}

.phone-verification-feature-card .feature-img-container img{
    width:50px;
}

.phone-number-container, .otp-form-container, .email-verification-required-box{
    /* background:linear-gradient(45deg, #212930, #283038); */
    background: linear-gradient( 315deg, #2c353e 75%, #262f38);
}

.otp-verified-success{
    background:linear-gradient( to bottom, #2c353e 0%, #262f38 80%, #0a0a0a70);
    /* background:linear-gradient( to bottom, #2c353e 0%, #262f38 80%, #44634505); */
    padding-top:28px;
    border-bottom: 2px solid #b4ffb7 !important;
    /* background:linear-gradient(to right, rgb(168, 255, 120), rgb(120, 255, 214)); */
    /* color:#36404A; */
}

.iti__arrow{
    border-top: 4px solid #a8b5c3 !important;
}

.iti__arrow--up{
    border-top:none !important;
    border-bottom: 4px solid #a8b5c3 !important;
}

.iti__country-list{
    border:none !important;
    background-color:#21272e !important;
    border-radius: 5px;
}

.iti--separate-dial-code .iti__selected-flag{
    border-radius: 6px;
    background-color: #2c353ec2 !important;
    transition:0.2s all linear;
}

.iti--separate-dial-code .iti__selected-flag:hover{
    background-color: #2B343D !important;
}

#phone_number_input{
    border:none;
    outline:2px solid #414d59;
    border-radius: 6px;
    transition:0.2s all linear;
}

#phone_number_input:focus{
    outline-color: #495561;
}

.send-otp-btn, .verify-otp-btn{
    border-radius: 6px;
}


#otp_input {
    background-color:transparent !important;

    padding:0px;
    padding-left: 15px;
    letter-spacing: 41px;
    border: 0;
    background-image: linear-gradient(to left, rgb(214, 214, 214) 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
}
  
#otp-input-inner{
    left: 0;
    position: sticky;
}
  
#otp-input-outer{
    width: 190px; 
    overflow: hidden;
}

.otp-back-btn{
    font-size:13px;
    position: absolute;
    /* top:-10px; */
    cursor:pointer;
    margin-top:-8px;
    margin-left:-8px;
}

td.cell-enable-wrap{
    white-space:normal !important;
}

#feedback-modal [type=radio]{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

#feedback-modal .modal-body{
    background:linear-gradient(292deg, #232c34, #19242e);
    border-radius: 8px;
    padding: 20px;
}

#feedback-modal .modal-content{
    border-radius: 8px;
}

#feedback-modal [type=radio]:checked + label{
    border:2px solid lightseagreen;
    background-color: #152928;
}

#feedback-modal [type=radio]:checked + label::before{
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;

    content: "\F5E0";
    position: absolute;
    top: 5px;
    left: 22px;
    color: lightseagreen;
    font-size: 20px;
}

#feedback-modal .feedback-submitted-close-btn{
    border-radius: 8px;
}

#feedback-modal .category-button{
    background-color:#121b24;
    border:2px solid #414d59;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    transition: 0.2s all ease;
}

#feedback-modal .category-button:hover{
    border-color: #5a6878;
    /* border-color: #414d59; */
}

#feedback-modal textarea{
    background-color:#121b24;
    border-radius: 8px;
}

#feedback-modal .submit-feedback-btn{
    border-radius: 8px;
    background:linear-gradient(to right, rgb(79 123 254), rgb(57 85 255));
    border:none;
    transition: 0.2s all ease;
}

#feedback-modal .submit-feedback-btn:hover{
    transform: scale(1.05);
}

#feedback-modal .category-button .category-text{
    font-weight: 500;
    margin-top:5px;
}

#feedback-modal .category-button img{
    height: 48px;
}

.share-feedback-btn{
    border-radius: 8px;
    background:linear-gradient(to right, rgb(79 123 254), rgb(57 85 255));
    border:none;
    color:#ffffffed;
    opacity: 0.9;
    transition: 0.2s all ease;
}

.share-feedback-btn.sidebar-btn{
    background:linear-gradient(to right, rgb(31 36 42), rgb(19 22 26));
    /* color:#d0e8ff; */
    color:#cff8ff;
}

.share-feedback-btn:hover{
    color:white;
    opacity: 1;
}

.share-feedback-btn.sidebar-btn:hover{
    color:#e3fbff;
}

.loader-spinner-alt{
    border-color: rgba(255, 255, 255, 0.18);
    border-left-color:white;
}

.sweetalert-info-box{
    background-color: #bdbdbd2e;
    padding: 12px;
    border-radius: 8px;
    text-align: left;
    color: #6f6f6f;
    font-size: 14px;
}

.sweetalert-info-box.box-warning{
    border:2px solid #fad9d7;
}

.responsive-modal{
    z-index: 5001; /* 5000 is for the chatbro popup */
}
.responsive-modal .modal-header{
    border-bottom: 0px;
    /* background: #1f262d; */
    /* background: #22272d; */
    /* background: #2e363e; */
    background: #2a343d;
    /* -webkit-box-shadow: 0 0 15px 0 rgb(40 48 55 / 60%) !important;
    box-shadow: 0 0 15px 0 rgb(40 48 55 / 60%) !important; */
    padding: 0.75rem 0.75rem;
    border-radius: 6px 6px 0px 0px;
}

.responsive-modal .modal-header .close{
    margin-top: -18px;
    position: relative;
    top: 0.5px;
}

.responsive-modal .modal-title{
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
}

.responsive-modal .modal-content{
    border-radius: 8px;
    /* background-color: #2a343d; */
    /* background-color: #343a41; */
}

.responsive-modal tr.even {
    background-color: #323b45;
}

.slide-in-bottom{
    transform: translateY(25%);
    /* opacity: 0.5; */
    transition: 0.3s all;
}
.slide-in-bottom.show{
    transform: translateY(0);
    /* opacity: 1; */
}

.details-section{
    position: relative;
    display: none;
}
.details-section h4{
    font-size: 18px;
    text-align: center;
    margin-bottom: 0.75rem;
}
.details-section ul{
    margin-left: -15px;
}

@media only screen and (max-width: 768px) {
    .responsive-modal .modal-header .close-desktop-btn{
        display: none;
    }
    .responsive-modal .close-mobile-btn{
        display: block !important;
        float: left;
        margin-left: -1rem;
    }
    .responsive-modal .modal-dialog{
        width: 100%;
        height: 100%;
        margin: auto;
        min-height: 100%; /* To override min height set as calc(100% - 1rem) by bootstrap */
    }
    .responsive-modal .modal-dialog.modal-full-screen-md{
        max-width: 100%; /* This will make the modal completely full screen. It is avoided on tablets with small modals to prevent the modal from taking up too much screen space */
    }
    .responsive-modal .modal-content{
        height: 100%;
        border-radius: 0px;
    }
    .responsive-modal .modal-header{
        border-radius: 0px;
    }
    .responsive-modal .modal-header .modal-title{
        width: 100%;
        text-align: center;

        /* To adjust the text so it looks like it is in the center, considering the width of the back button */
        margin-left: -22px;
    }
}

/* Modals with less amount of content looks bad as full screen on tablets. Not easily possible to manage this without using pre-processors, this is just a workaround to avoid making it look too bad */
/* With this, small modals on tablets won't be full screen, but still will have back button instead of close button. Which may look little bit odd */
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .responsive-modal .modal-dialog.modal-full-screen-sm{
        margin:1.75rem auto;
        height: auto;
    }
    .responsive-modal .modal-dialog.modal-full-screen-sm .modal-content{
        border-radius: 8px;
    }
}