@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root{
    --color-dk-grey:#555555;
    --color-dk1-grey:#716f6f;
    --color-grey:#a7a7a7;
    --color-lg-grey:#f9f9f9;
    --color-lg1-grey:#f7f8f9;
    --color-md-grey:#d5d5d5;
    --color-md1-grey:#edecec;
    --color-md2-grey:#e9e9e9;
    --color-orange:#fe5a43;
    --color-lg-orange:#ff8a00;
    --color-green:#3bcb3b;
    --color-megaMenu-bg:#f9f9f9;
    --color-megaMenu-sidebg:#f1f1f1;
    --color-megaMenu-sidebg:#f5f0ef;
    --color-megaMenu-side-title:#404040;/*#f94e4e;*/
    --color-megaMenu-side-hl:#f94e4e;
    --color-footer-bg:#fbfbfb;
    --color-divider:#e9ecef;
    --color-link:#fe5a43;
    --color-thumb-title:#410c04;
    --color-thumb-desc:#fd6c5b;
    --color-grey-desc:#938c8c;
    --color-tag:#fe5a43;
    --color-form-itm:#edecec;
    --size-thumb-radious:15px;
    --size-small-radious:10px;
    --size-selection-radious:10px;
    --color-filter-orange:invert(39%) sepia(54%) saturate(6743%) hue-rotate(347deg) brightness(116%) contrast(101%);
    --color-filter-white:invert(96%) sepia(100%) saturate(0%) hue-rotate(119deg) brightness(105%) contrast(106%);
    --color-filter-lg-grey:invert(96%) sepia(6%) saturate(86%) hue-rotate(188deg) brightness(88%) contrast(95%);
    --tab-width:50px;
}




html {
    overflow-x: hidden;
}

/*html ::-webkit-scrollbar {
    width: 0;
    height: 0.02rem;
}*/

body{
  /*  font-family:'Roboto', sans-serif;*/
    font-family: "Arial", "黑体", "sans-serif";
    padding:0px;
    margin:0px;
    font-size:14px;
    letter-spacing: 1px;
    background: #f7f7f7;
    min-width: 1300px;
    
}

body.home{
    background: white;
}
/* Chrome, Safari, Edge */
body::-webkit-scrollbar {
    display: none;
}

/* Firefox */
body {
  scrollbar-width: none;
}



a{color:var(--color-dk-grey); text-decoration: none;}
a:hover{color:var(--color-orange); text-decoration: none;}


/*.hide{display: none!important;}*/
.hide{opacity: 0!important;}
.hide-display {display: none!important;}



/**************************************************************************************************/
/*** Commom START ******************************************************************************/
/**************************************************************************************************/

.border > div{
    border:1px solid red;
}

.bg{
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #706e6e;
  opacity: 1; /* Firefox */
  font-size: .9em;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #706e6e;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #706e6e;
}

.disable-click{pointer-events: none;}
/********************BTN***********************/
/*.btn-gp{
    display: flex;
    gap:5px;
}
.ui-btn, .ui-btn-s {
    display: inline-block;
    font-weight: 400;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    padding: 0.3rem 0.85rem;
    background: #ea0d0e;
    background: linear-gradient(142deg, rgb(248 123 123) 10%, rgb(240 54 54) 100%);
    margin: 0.2rem;
    transition: all -.7s ease; 
    white-space: nowrap;
    text-transform: uppercase
}

a.ui-btn:hover{
    color:white;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-long{
    padding-left:4rem;
    padding-right:4rem;
}
.btn-line{
    background: transparent;
    border: 2px solid var(--color-orange);
    padding: 3px;
    color: var(--color-orange);
}

.btn-fit, .bth-fit{
    width:100%;
}

.btn-lg{
     padding: 10px 20px!important;
}

.btn-s{
    padding:2px 5px;
    font-size: 0.6rem;
}

.btn-disable{
    filter: grayscale(1);
    opacity: 0.3;
}*/


.section-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em;
/*    padding-left:25px;*/
}

.subtitle{
    font-size: 1.2em;
    margin-bottom: 10px;
}

.subtitle-desc{
    color:var( --color-grey);
}

.value{
    font-weight: 700;
    font-size: 1rem;
}

.value-s{
    font-size: 1.1em;
}
.value-m{
    font-size: 1em;
}

.value-m{
    font-size: 1.3em;
}
  


.unit{
    font-size: 0.9em;
    color:var( --color-grey);
}

.label{
    font-size: 0.75rem;
    color:var(--color-grey);
}

.note-color-lg{
    color:rgba(0,0,0,0.45)!important;
}
.note-color{
    color: rgb(249 176 176) !important;
}
.note .arrow{
    opacity: 0.4;
}

.note{
    font-size:  0.7rem;
}
.note-xl{
    font-size:  0.85rem;
    color:rgba(0,0,0,0.65);
}
.note-lg{
    font-size:  0.75rem;
    color:rgba(0,0,0,0.65);
}

.small-note{
    color:#c3c0c0;
    font-size: 0.7em;
}

.desc{
    font-size: 0.8rem;
}

.filter-orange{
    filter:var(--color-filter-orange);
}

.vline{
    height: 10px;
    width:1px;
    background: var(--color-md-grey);
    align-self: center;
}

.text-primary{
    color:var(--color-dk-grey)!important;
    font-weight: 600;
}

.watermark{
    position: absolute;
    bottom:10px;
    left:10px;
}
.link-line{
      text-decoration: underline;
    font-weight: 600;
}
.link{
    font-weight: 600;
}
.more-link{
        align-self: center !important;
    -ms-flex-item-align: center!important;
}
    .more-link a, .link, .link-line{
        color: #fe5a43;
        color:  var(--color-link);
}
    .more-link img, .link img{
        filter: var(--color-filter-orange);
    }

.home .more-link{
    padding-right: 0;
}


.section-box{
   background:white;
   padding: 35px;
   border-radius: var( --size-thumb-radious);
}


.top-menu{
    background: white;
    padding: 20px 50px;
}

.top-menu .logo img{
    width:80px;
}
.top-menu .menu img:hover{
    filter:invert(87%) sepia(2%) saturate(3%) hue-rotate(337deg) brightness(97%) contrast(86%);
}

.add-box{
    background: #f1f1f1;
    border-radius: var(--size-thumb-radious);
    color:var(--link);
    text-align: center;
    padding:20px;
}
.add-box a{
    width: 100%;
    text-align: center;
}

.modal-confirm{
    text-align: center;
}

.pic-no-data{
   text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
/**************************************************************************************************/
/*** FORM START ******************************************************************************/
/**************************************************************************************************/
.form-group{
   margin-bottom:0;
}
.form-group:not(:last-child) {
   margin-bottom: 25px;
}
    .form-group >.row {
        margin-right:0;
        margin-left:0;
    }
    .form-group >.row > div {
        padding-right:0;
        padding-left:0;
    }
    .form-group .value{
        text-align: right;
        min-height: 18px;
    }
        .form-group .value > span{
            margin-left: 10px;
        }
        .form-group .value.label{
            font-size: 1em;
        }

    .form-group .display-txt{

    }

    .form-group .has-arrow .value > span{
        position: relative;
        padding-right: 15px;
    }

    .form-group .has-arrow .value span:after{
        position: relative;
        content: url(../../images/icon-list-arrow.png);
        position: absolute;
        right: -8px;
        top: -30%;
        transform: scale(.8);
        opacity: 0.4;
    }





.error-msg {
    font-size: 0.9em;
    color: red;
    position: relative;
  
}
.error-msg::before {
    font-family: "Font Awesome 6 Free";
    content: "\f06a"; /* Font Awesome exclamation-circle */
    font-weight: 900;
    margin-right: 6px;
    color: red;
}

.note-msg{
    font-size: 0.9em;
    color: var(--color-dk-grey);
    position: relative;
    margin-top: 10px;
}
.note-msg img{
    width:20px;
    margin-right: 10px;
    opacity: 0.3;
}




.password-wrapper {
  position: relative;
}

.password-wrapper input {
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  color: #666;
  opacity: 0.5;
}



.custom-selectbox select{
    border:0;
}
/**************************************************************************************************/
/*** MEGA MENU ADD ON START ******************************************************************************/
/**************************************************************************************************/
.header{
    padding: 0 40px;
}

.header{
    position: relative;
    z-index: 1000;
}

.header .menu__btn{
    margin-right: 10px;
}
.header__logo img{
     width:80px; 
}

.header .header__logo{
   min-width: 100px; 
}

.header__menu ul li{
   padding: 0 15px 0 0px; 
  /*      margin: 1rem 0;*/
}
.header__menu ul li.active a{
  color:var(--color-orange); 
  font-weight: 600;
 /* background: var(--color-tag);*/
   /* border-radius: 40px;*/
   /* clip-path: polygon(10% 25%, 100% 25%, 90% 75%, 0% 75%);*/
      /* Top-left, Top-right, Bottom-right inward, Bottom-left */
      /*  clip-path: inset(25% 5% 25% 5%);*/

}
.header__menu ul li a{
    font-weight: 500;
    padding: 5px 20px 5px 5px;
    padding: 0;
    border-radius: 20px;
}
    .header__menu ul li.active > a{
/*        background: var(--color-tag);
        color:white;
        border-radius: 5px;*/
    }
.expand-btn:after {
    right: 5px;
}
.header__menu ul li.active a:hover{
    /*color:white!important;*/
}

.header__menu .main__menu > .menu__item > .menuItem__link{
    text-transform: uppercase;
   /* height: auto;*/
    padding: 5px 20px 5px 8px;
}

.header__menu .mega__menu{
 /*   overflow-y:auto;
    max-height: 92vh;*/
}
    .header__menu .mega__menu::-webkit-scrollbar {
      display: none;
    }

.header__menu .sub__menu{
    transition: none;
    /*transition: all 0.1s ease;*/
}
.header__menu .megaMenu__wrap{
  /*  box-shadow: none!important;*/
    padding: 0;
   /* background: #ccc;*/
}

.header__menu .menu__catalogue .megaMenu__wrap {
    background-color: #f9f9f9;
    background-color: var(--color-megaMenu-bg);
    overflow-y:auto;
    max-height: 95vh;
}
@media (min-width: 1024px) {
  .header__menu .menu__catalogue .megaMenu__wrap {
    min-width: 100%;
    flex-basis: 100%;
  }
}
/*    --color-megaMenu-bg:#f9f9f9;
    --color-megaMenu-sidebg:#f1f1f1;*/

.header__menu .megaMenu-side-info{
    width:20%;
    color:black;
   background-color: var(--color-megaMenu-sidebg);
 /*  padding-top: 60px;*/
    display: -ms-flexbox!important;
    display: flex !important;
    transform: translateY(-30%;);

}
    .header__menu .menu-side-wrapper{
       margin-right: 20px;
       padding-left: 30px; 
       margin-bottom: 50px;
       padding-top: 50px;
/*       position: absolute;
       bottom: 20px;*/
       /*align-self: end;*/
      
       
    }
    .header__menu .menu-side-wrapper .menu-side-title{
        font-size: 2.5em;
        font-weight: 700;
        margin-bottom: 30px;
        text-transform: uppercase;
        color:var(--color-megaMenu-side-title);
    }
    .header__menu .menu-side-hl{
        font-size: 1.2em;
        font-weight: 600;
        color: var( --color-megaMenu-side-hl);
    }
    .header__menu .menu-side-wrapper p{
        color:#ccc;
        color: var(--color-grey-desc);
    }


.header__menu .menu-inner-wrapper{
    width:100%;
}

.header__menu .itm-gp{

}
    .header__menu .itm-gp{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap:20px;
        margin-top: 40px;
        padding-left: 50px;
        padding-bottom: 40px;
        background-color: #f9f9f9;
    }
        .header__menu .itm-gp .itm{
            margin-bottom: 25px;
            padding-left:35px;
            padding-right:35px;
        }
            .header__menu .itm-gp .itm a >img{
                border-radius: 20px;
                width:100%;
                transition: all 0.7s ease;
             /*   width: 150px;
                height: 190px;*/
            }

             
             /*FAllback method for Safari < 15 , aspect-ratio only support in Safari 15 and above */
            .header__menu .itm-gp .itm a {
              position: relative;
              width: 100%;
              padding-top: 125%; /* 16:20 ratio = 20/16 * 100 */
              overflow: hidden;
              /*background: var(--color-md-grey);*/
            }
            .header__menu .itm-gp .itm a > img{
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              object-fit:fill;
            }

             /* Optional: Reset padding if native aspect-ratio is supported */
             @supports (aspect-ratio: 16 / 20) {
              .header__menu .itm-gp .itm a {
               /* aspect-ratio: 16 / 4;*/
                padding-top: 0;         /* cancel fallback */
                position: relative;     /* still needed for absolute image */
              }
                  .header__menu .itm-gp .itm a > img {
                     aspect-ratio: 16 / 20;
                     position:unset;
                     height: auto;
                     top: unset;
                     left: unset;
                 }
            }

            /* When hovering on any image inside the group */
            .header__menu .itm-gp:hover .itm a  {
                filter: /*grayscale(100%) brightness(0.7) */saturate(55%) sepia(80%) hue-rotate(360deg);
                opacity: 0.5;
            }
            /* Except the one being hovered */
            .header__menu .itm-gp .itm a:hover {
                filter: none;
                transform: scale(1.05);
                opacity: 1;
                box-shadow: rgb(241 78 13 / 85%) 0px 25px 20px -20px;
            }
            /* Prevent grey-out if only one img */
            .header__menu .itm-gp:has(.itm:nth-child(1):last-child):hover img {
                  filter: none;
                 transform: scale(1.05);
                opacity: 1;
                   box-shadow: rgb(241 78 13 / 85%) 0px 25px 20px -20px;
            }
            /* Dim all by default when any active */
            .header__menu .itm-gp .itm a.active img {
                filter: grayscale(100%) brightness(0.6);
            }
            /* Highlight the selected one */
            .header__menu .itm-gp .itm a.active img {
                filter: none !important;
                transform: scale(1.05);
                opacity: 1;
                box-shadow: rgb(241 78 13 / 85%) 0px 25px 20px -20px;
            }

            .header__menu .itm-gp .itm a{
                position: relative;
                display: inline-block;
            }

                .header__menu .itm-gp .itm a[data-lang]::after {
                    content: attr(data-lang);
                    position: absolute;
                    top: 7%;
                    right: 7%;
                    background: #f45b0f;
                    color: white;
                    font-weight: bold;
                    font-size: 12px;
                    padding: 3px 10px;
                    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
                    border-radius: 6px;
                    z-index: 10;
                }


.header .lang-box{}
    .header .lang-box > a:hover{
        cursor: pointer;
    }
    .header .lang-box a img, .header .lang-box .flag{
        width:30px;
        margin-right: 15px;
    }

    .header .lang-box .header_dropdown_custom.dropdown-menu {
        background-color: white;
        left: -1px !important;
        padding: 15px 0;
        min-width: 0;
        border-radius: 10px;
        top: 23px !important;
    }

    .header .lang-box .header_dropdown_custom.dropdown-menu li {
        padding:15px;
        
    }
        .header .lang-box .header_dropdown_custom.dropdown-menu li:not(:last-child){
            border-bottom: 1px solid var(--color-divider);
        }

    .header .lang-box .lang-selection{
        display: flex;
        gap: 0px;
    }
        .header .lang-box .lang-selection a{
            font-size: 0.8em;
            color:var(--color-link);
            padding:0px 7px;
            position: relative;
        }
            .header .lang-box .lang-selection a:first-child{
                padding-left:0;
            }
            .lang-selection > a:not(:last-child)::after {
              content: '';
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              height: 60%; /* make it shorter */
              border-right: 1px solid var(--color-divider);
            }

.header .menu-right-opt .navbar-nav{
    flex-direction: unset;
    gap:15px;
}

.header .menu-right-opt .navbar-nav > .dropdown > a{
    padding: 17px 0;
    display: block;
}
.header .menu-right-opt .navbar-nav > .dropdown > a >img{
    width:30px;
}
.header .menu-right-opt .dropdown-toggle::after{
    content:none;
}


.header .menu-right-opt .navbar-nav .dropdown-menu{
    position: absolute;
    left: 50%;
    padding: 15px;
    min-width: 250px;
    transform: translateX(-50%);
    margin-top:-1px;
}
.header .menu-right-opt .dropdown-submenu {
    position: relative;
}

.header .menu-right-opt .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.header .menu-right-opt .dropdown:hover>.dropdown-menu {
    display: block;
}

/*
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
*/

.header .menu-right-opt .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.header .menu-right-opt .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}


/***********SLIDE **************/

/*FAllback method for Safari < 15 , aspect-ratio only support in Safari 15 and above */
.banner-ratio-box{
  position: relative;
  width: 100%;
  padding-top: 25%; /* 16:4 ratio = 4/16 * 100 */
  overflow: hidden;
}
.banner-ratio-box img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit:fill;
}

 /* Optional: Reset padding if native aspect-ratio is supported */
 @supports (aspect-ratio: 16 / 4) {
  .banner-ratio-box {
   /* aspect-ratio: 16 / 4;*/
    padding-top: 0;         /* cancel fallback */
    position: relative;     /* still needed for absolute image */
  }
      .banner-ratio-box img {
         aspect-ratio: 16 / 4;
         position:unset;
         height: auto;
         top: unset;
         left: unset;
     }
}

/*.carousel-inner img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 4; 
  display: block;
  object-fit:fill;
}*/
/***********USER **************/
.vip-level-gp{
    background: var(--color-md1-grey);
    padding: 2px 6px;
    border-radius: 5px;
    display: flex;
    gap:7px;
    justify-content: center;
    font-size: 0.95em;
    font-weight: 600;
}

.vip-level-progress{
   padding: 15px;
   background: var(--color-md1-grey);
   background: linear-gradient(142deg, #ffefe9 40%, #f7ccb2 100%);
   border-radius: 10px;
}

.dropdown-menu .kyc-box{
    background: var(--color-md1-grey);
    padding: 5px;
    border-radius: 10px;
    margin: 0px;
}

/***********EMAIL & WALLET **************/

.dropdown.mail > a[data-mail]{
    position: relative;    
}
    .dropdown.mail > a[data-mail]:before{
        content: attr(data-mail);
        position: absolute;
        top: 8px;
        right: -5px;
        padding: 4px 4px;
        border-radius: 3rem;
        background: red;
        color: white;
        z-index: 10;
        font-size: 0.7rem;
        line-height: 1;
    }

.dropdown.mail .dropdown-menu > a{
    font-size: 0.8rem;
    margin:6px 0;
    display: block;
    padding: 10px 10px;
     border-radius: 1rem;
}
    .dropdown.mail .dropdown-menu > a:hover, .dropdown.wallet .dropdown-menu > a:hover {
        background: var(--color-md1-grey); 
    }
.header .menu-right-opt .navbar-nav .wallet .value{
    margin-top: -5px;
    font-size: 0.85rem;
}
.header .menu-right-opt .navbar-nav .wallet .label{
    font-weight: 400;
    font-size: 0.7rem;
}
.header .menu-right-opt .navbar-nav .wallet .refresh{
    filter: invert(67%) sepia(20%) saturate(4186%) hue-rotate(305deg) brightness(106%) contrast(95%);
}
.header .menu-right-opt .dropdown.wallet .dropdown-menu > a {
    font-size: 0.8rem;
    margin:8px 0;
    display: block;
    padding: 10px 10px;
     border-radius: 1rem;
}
    .header .menu-right-opt .dropdown.wallet .dropdown-menu > a img{
        filter: invert(39%) sepia(54%) saturate(6743%) hue-rotate(347deg) brightness(116%) contrast(101%);
    }

/*********** USER SUB MENU *******************/
.accordion .menu_accor{
    margin:15px 0;
}
.accordion .menu_accor.no-hover{
    margin:0;
}
.accordion .menu_accor button.btn-footer {
    background: #161f2c00;
    width: 100%;
    text-align: left;
    font-size: 0.9em;
    padding: 5px 15px;
    border: none;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
}
.accordion .menu_accor .btn-footer > img {
    width: 30px;
    filter: invert(39%) sepia(54%) saturate(6743%) hue-rotate(347deg) brightness(116%) contrast(101%);
    margin-right: 10px;
}
.accordion .menu_accor .btn-footer + div {
    
}
    .accordion .menu_accor button.btn-footer::after {
        content: url(../../images/icon-arrow-dw.png);   
        position: absolute;
        right: 17px;
        top: 10px;
        transform: rotate(180deg);
        transition: all 0.3s;
    }
    .accordion .menu_accor button.btn-footer:hover {
        background: linear-gradient(to right, #658f2c 10%, #6fa516 100%);
        background: var(--color-md1-grey);
        border-radius: 1rem;
        color:var(--color-orange);
    }
    .accordion .menu_accor.no-hover button.btn-footer:hover {
        background: transparent;
    }
    .accordion .menu_accor button.btn-footer.collapsed::after {
        content: url(../../images/icon-arrow-dw.png);
        transform: rotate(360deg);
        transition: all 0.3s;
    }

/*#accordion .menu_accor .modal-menu-ul li a {
    color: #d7ef10;
    text-transform: uppercase;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    padding: 0 15px;
}*/

.accordion .menu_accor .modal-menu-ul-inn ul {
    list-style: none;
    padding: 0px 0px 0 22px;
}
.accordion .menu_accor .modal-menu-ul-inn ul.list-bullet {
    list-style:circle;
}
    .accordion .menu_accor .modal-menu-ul-inn li {
        padding: 5px 0px;
        text-align: left;
        border-radius: 1rem;
        margin: 10px 0;
    }

    .accordion.accordian-txt .menu_accor .modal-menu-ul-inn li {
        padding:0;
    }
    .accordion.accordian-txt .menu_accor .modal-menu-ul-inn li:hover {
        background: transparent;
    }
    .modal-menu-ul-inn ul li.active{
         background: linear-gradient(142deg, #fdf4da 30%, #f9d38d 100%);
    }
        .accordion .menu_accor .modal-menu-ul-inn li:hover {
            background: linear-gradient(to right, #658f2c 10%, #6fa516 100%);
            background: var(--color-md1-grey);
            
        }
        .accordion .menu_accor .modal-menu-ul-inn li a {
            color: var(--color-dk1-grey);
            padding-left: 35px;
            font-size: 0.8rem; 
        }
            .accordion .menu_accor .modal-menu-ul-inn li a:hover {
                color:var(--color-orange)!important;
            }





/**************************************************************************************************/
/*** LOGIN START ******************************************************************************/
/**************************************************************************************************/

.login-box{
    border-radius: 20px;
    background: white;
}
.login-box .side-info{
    background: #f5f1ee;
    border-bottom-left-radius: 20px;
}
.login-box .side-info .side-img{
    border-top-left-radius: 20px;
    width: 100%;
}

.login-box .form-content{
    padding:120px;

}
.login-box .login-title + p{
    font-size:1.5em;
}
    .login-box .login-title > b{
        color:#ff6507;
    }

.login-box .license-container img{
    width:50px;
}

.login-box .license-container {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #8697a2;
    gap:10px;
}

.link-register{
    text-align: center;
}

.external-break-line {
    margin: 0.1rem 0 0.3rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.external-break-line .break-line {
    height: 0.01rem;
    background: #e9ecef;
    background: var( --color-divider);
    margin: 0.15rem 0;
}

.social-acc-selection{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap:20px;
}

.social-acc-selection img{
    width:60px;
}

.must-fill-in::after {
    color: #e0082d;
    content: "*";
    margin-left: 3px;
    font-size: 0.9em;
}


.side-info .carousel-inner{
    border-top-left-radius: 20px;
}
    .side-info .carousel-inner.caption-only{
        min-height: 100px;
        display: flex;
        text-align: center;
        justify-self: center;

    }
        .side-info .carousel-inner.caption-only .carousel-caption{
            color:black;
            bottom:0;
            top:0;
        }
            .side-info .carousel-inner.caption-only h3 + p{
              color:grey;
            }

.ad-gp{
   margin-top:50px; 
}
.ad-gp img{
   width:140px; 
}


/**************************************************************************************************/
/*** HOME START ******************************************************************************/
/**************************************************************************************************/
.body-content{
   /*padding: 20px 150px;*/
}

/*@media (min-width: 1200px) {
    .body-content {
        max-width: 1140px;
      
    }
}
@media (max-width: 768px) {
    .body-content {
        max-width: 960px;

    }
}
@media (min-width: 768px) {
    .body-content {
        max-width: 720px;
    }
}*/

section{
    margin:20px 0;
}

.promo-slider {
    margin-top: 0;
}
/**************************************************************************************************/
/*** SLICK SLIDER START ******************************************************************************/
/**************************************************************************************************/

slick-slider{
    /*width:100%;*/
}
.slick-slider .itm{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  
}



.slick-slider .slick-disabled {
  opacity : 0; 
  pointer-events:none;
}

.slick-arrow{
    -webkit-appearance: none;
    position: absolute;
    border-radius: 100%;
    border:0;
    background:orange;
    padding: 4px 5px;
    z-index: 10;
    align-self: center !important;
    -ms-flex-item-align: center!important;
}
.slick-arrow > img{
    filter: invert(100%) sepia(19%) saturate(2535%) hue-rotate(175deg) brightness(123%) contrast(108%);
}
.slick-next{
    right:-10px;
}

.slick-prev{
    left:-10px;
}
.slick-slide{
    margin:10px;
}

/**************************************************************************************************/
/*** THUMB START ******************************************************************************/
/**************************************************************************************************/


.slider-thumb-gp .itm img, .thumb img{
     border-radius:  var(--size-thumb-radious);  
    width: 100%;
}
.thumb-slider{}

.thumb-slider .slick-slider .itm{
    max-width: 308px; /*Resolved itm width scale up to fill when slick item less that slidesToShow, */
    position: relative;
}
.thumb-slider .slick-arrow{
   /* transform: translateY(-55%);*/
    top: 35%;
}
.thumb-tag-info{
    position: relative;
}
.thumb-tag-info::after{
    right:10px;
    top:10px;
}
.thumb-tag-info[data-tag="new"]::after{
    content: url('../../images/thumb-tag-new.png');
    position: absolute;

}
.thumb-tag-info[data-tag="hot"]::after{
    content: url('../../images/thumb-tag-hot.png');
    position: absolute;
}

.thumb{
    position: relative;
   
}
    .thumb::after {
        content:'';
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background: rgba(0,0,0,0.75);
        z-index: 5;
        opacity: 0;
        transition: opacity 0.7s ease;
    }
        .thumb:hover::after {
            opacity: 1;
         }

    .thumb::before {
      content: url('../../images/icon-play.png');
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 5px 10px;
      border-radius: 100%;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.7s ease;
      z-index: 10;
    }
        .thumb:hover::before {
          opacity: 1;
        }

.thumb-title-gp{
    margin-top:10px;
}
.thumb-title-gp div{
    align-self: center!important;;
    -ms-flex-item-align: center!important;
}

.thumb-title-gp .tag{
      background: #f45b0f;
      color: white;
      font-weight: bold;
      font-size: 12px;
      padding: 3px 10px;
      clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
      /* Top-left, Top-right, Bottom-right inward, Bottom-left */


     transform: skew(-60deg);
     border-radius: 6px;
      z-index: 10;
      pointer-events: none;
}

.thumb-title{
  color: #fe5a43;
  color:  var(--color-thumb-title);
  font-size: 1.1em;
  font-weight: 500;
    
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:100%;
}

.thumb-desc{
  color: #fe5a43;
  color:  var(--color-thumb-desc);
  font-size: 1em;
    
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:100%;
}


.advance-thumb-shape .thumb{
    position: relative;
    display: inline-block;
}
.advance-thumb-shape .thumb::after {
        content:'';
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background: rgba(255,255,255,0.8);
        z-index: 5;
        opacity: 0;
        transition: opacity 0.7s ease;
    }
        .thumb:hover::after {
            opacity: 1;
         }

.advance-thumb-shape .thumb::before {
      content: attr(data-lang);
      position: absolute;
      top: 45%;
      left: 45%;
      transform: translate(-50%, -50%);
      color:white;
      background: linear-gradient(to top, #f45b0f, #ff8c00);
      text-transform: uppercase;
      font-weight: 600;
      padding: 5px 10px;
      border-radius: 10px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.7s ease;
      z-index: 10;
    }
        .thumb:hover::before {
          opacity: 1;
        }

.advance-thumb-shape .thumb-title{
    margin-top: -45px;
    font-weight: 600;
    z-index: 10;
}
.advance-thumb-shape .thumb-desc{
      margin-top: -10px;
}
.advance-thumb-shape .thumb-desc, .advance-thumb-shape .thumb-title{
    text-align: center;
    transform: translateX(-7%);
    
}

.coin-gp {
    margin-top: 0.1rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 1rem;
    padding: 0 0.75rem;
    font-size: 1.2em;
    font-weight: 600;
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    z-index: 10;
}

.coin-gp .icon {
    padding-right: 0.3rem;
}

.coin-gp .txt {
    color: #ffb300;
    font-size: 0.8em;
    line-height: 1;
}
/**************************************************************************************************/
/*** COLLABORATING PARTNERS START ******************************************************************************/
/**************************************************************************************************/
.collaborating-partners .video{
    background: black;
    border-radius:  var(--size-thumb-radious);    
}
.collaborating-partners .side-img img{
    width: 100%;
     border-radius:  var(--size-thumb-radious);    
}
.collaborating-partners-selection .itm img{
    filter: brightness(70%) grayscale();
    border-radius:  var(--size-thumb-radious);   
    cursor: pointer;
}
.collaborating-partners-selection .itm.active img{
    filter: none;
    
}
.collaborating-partners-selection .thumb-title{
    margin-top: 10px;
}

/**************************************************************************************************/
/*** PARTNERS START ******************************************************************************/
/**************************************************************************************************/
.partners-slider .slick-slide{
    background: #fdfaf8;
    padding: 20 30px;
    height: 100px;
    border-radius:  var(--size-thumb-radious);   
}

.partners-slider .slick-slide>div{
    display:flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.partners-slider .itm{
    text-align: center;
}
.partners-slider .itm img{
    
    width:70%;
    margin-left: auto;
    margin-right: auto;
}

/**************************************************************************************************/
/*** FOOTER START ******************************************************************************/
/**************************************************************************************************/
footer {
    background: #ebe8e1;
    background:var(--color-footer-bg);
    padding: 30px 150px;
    margin-top: 3rem;
}

footer .logo{
    margin-bottom: 2rem;
}
    footer .logo img{
        width: 90px;
    }
.license-logo{
    margin-top: 50px;
}
    .license-logo img{
        width:100px
    }

.cert-logo{
    margin-top: 50px;
    width:80%;
}
.cert-logo img{
    width:70px;
    margin-right:20px;
    margin-top: 20px;
     filter: grayscale(100%) opacity(0.5);
}

.copyright{
    text-align: center;
    margin-bottom: 20px;
    color:#878484;
    font-size: 0.95em;
}

.copyright img{
    width:20px;
    margin-right: 2px;
    margin-left: 2px;
    opacity: 0.5;
}

footer .copyright{
    color:white;
}
footer .copyright img{
    opacity: 0.8;
}

.payment-method-logo{
 
}
.payment-method-logo img, .respondsible-gaming-logo img, .social-logo img {
    filter: grayscale(100%) opacity(0.5);
    margin-top: 20px;
    margin-left: 5px;
}

footer .footer-title {
    font-weight: 500;
    color: black;
    text-transform: uppercase;
}

footer p {
    color: #828282;
    width: 80%;
}

.footer-itm-gp img{
    height: 35px;
    object-fit: contain;
}
footer .footer-info-gp .footer-itm-gp ul {
    margin-top: 1rem;
}
footer .footer-info-gp .footer-itm-gp li {
    list-style: none;
    color: #bfbaba;
    margin: 1rem 0;
}

footer .copyright {
    color: #6d6b6b;
    text-align: center;
    width: 100%;
    margin-top: 4rem;
}

/**************************************************************************************************/
/*** DEPOSIT START ******************************************************************************/
/**************************************************************************************************/

.amt-selection{
    margin-left: -5px;
    margin-right: -7px;
}
    .amt-selection .itm, .method-selection .itm {
        margin-bottom: 1rem;
    }
        .amt-selection .itm.active > span, .method-selection .itm.active > div {
            background: linear-gradient(178deg, #ffdede 10%, #fbc6c6 100%);
          /*  background: linear-gradient(178deg, #ffc961 10%, #ffb100 100%);*/
            box-shadow: rgb(243 19 19 / 25%) 0px 20px 15px -15px;
            border: 1px solid rgb(237 141 106 / 50%);
            /*border: 1px solid rgb(237 106 106 / 50%);*/
        }
        .amt-selection .itm > span, .method-selection .itm > div {
            padding: 10px 5px;
            margin-left: 5px;
            margin-right: 5px;
            background: #f1f1f1;
            font-weight: 600;
            color: #3b3b3b;
            display: block;
            text-align: center;
            border-radius: var(--size-selection-radious);
            cursor: pointer;
            display: flex;
            flex-direction: column;
            
        }

        .method-selection .itm > div {
            width:100%;
        }
        .method-selection .itm > div .icon > img {
            width: 40px;
            margin-bottom: 5px;
        }

        .amt-selection .label, .method-selection .label {
            color: black;
        }
        
        .method-selection .itm {
            display: flex;
        }

        .method-selection > div .icon img{
            width:40px;
        }



/**************************************************************************************************/
/*** NOTIFICATION START ******************************************************************************/
/**************************************************************************************************/

/*body.notification .header .menu__horizontal{
    justify-content: flex-start;
}*/

.right-pane{
    width:280px;
 
}

.right-pane .section-box{
       padding:20px;
}

.bg-box{
    background-size: contain;
    height: 300px;
}

.content-middle-gap{
    width:20px;
}

.refer-code{
    background: rgba(255,255,255,0.4);
    border-radius: 15px;
    padding: 10px;
    font-weight: 600;
    text-align: center;
}


.inbox table{
    color:black;
}

.inbox table tr td, .inbox table tr th {
    white-space: nowrap;
}

.inbox .option-gp{
    font-size: 0.8rem;
}
    .inbox .option-gp .action-gp{
        display: flex;
        gap:35px;
    }
      .inbox .option-gp .action-gp a{
          color:orangered
      }
        .inbox .option-gp .action-gp img{
            margin-right: 10px;
        }

      
.inbox table .ui-checkbox {
    padding-left: 0;
    margin-top: -5px;
    display: block;
    position: relative;
  
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.inbox table tr td:first-child{
    justify-items: center;
    align-self: center;
}



table thead tr th{
    padding: 0px 8px;
}
table tbody tr {
   background: var(--color-md1-grey);
}
table tr td {
    padding: 8px;
}
table tr td:first-child {
    border-top-left-radius: 0.65rem;
    border-bottom-left-radius: 0.65rem;
}
table tr td:last-child {
    border-top-right-radius: 0.65rem;
    border-bottom-right-radius: 0.65rem;
}
.table-alt tbody tr:nth-child(odd) {
    background: #edecec;
    background: var(--color-lg-grey);
}



/************REFER CODE***********/

.navbar-nav .refer-code .dropdown-menu {
    position: absolute;
    left: 50%;
    padding: 15px;
    min-width: 200px;
    transform: translateX(-50%);
    margin-top: -2px;
}
    .refer-code.dropdown:hover>.dropdown-menu {
        display: block;
    }
        .refer-code.dropdown .dropdown-menu a{
            margin: 12px 0;
            display: block;
            padding: 10px 15px;
            border-radius: 15px;
        }
            .refer-code.dropdown .dropdown-toggle::after{
                content:'';
                border:0;
            }
            .refer-code.dropdown .dropdown-menu a:hover{
                background: var(--color-lg-grey);

            }
                .refer-code.dropdown .dropdown-menu a:hover .note-lg{
                     color: var(--color-orange);
                }
                .refer-code.dropdown .dropdown-menu a img{
                    filter: grayscale();
                }
                    .refer-code.dropdown .dropdown-menu a:hover img{
                        filter: none;
                    }

/************WITHDRAW ***********/

.wallet-balance-gp{
    
}
.wallet-balance-gp .icon img{
    width:20px;
    margin-left:5px;
    filter:var(--color-filter-orange);
}


.notice-gp ul li{
    font-size: 0.8rem;
    color:var(--color-dk1-grey);
}
.turnover-grid-gp .itm{
    background: var(--color-lg1-grey);
    border-radius: var(--size-thumb-radious);
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
    .turnover-grid-gp .itm:hover .ui-btn{
        background: linear-gradient(142deg, rgb(248 123 123) 10%, rgb(240 54 54) 100%);
        color:white;
    }
    .turnover-grid-gp .itm .title{
        color:var(--color-dk-grey);
    }
    .turnover-grid-gp .itm .logo img{
        width:50px;
        margin-right: 10px;
    }
    .turnover-grid-gp .itm .icon-add{
        filter: var(----color-filter-lg-grey);
    }
    .turnover-grid-gp .itm:hover .icon-add{
        filter:var(--color-filter-orange);
    }
    .turnover-grid-gp .itm .info{
        margin-top: 15px;
        margin-bottom: 10px;
        padding: 4px 9px;
        background: rgba(255,255,255, 0.9);
        border-radius: var(--size-thumb-radious);
    }
    .turnover-grid-gp .itm .info > div{
        align-self: center;
    }

.modal-transfer-to-game .modal-dialog{
    min-width: 600px;
}
.modal-transfer-to-game .modal-body{
   padding: 40px 60px; 
}
.modal-transfer-to-game .info{
    padding:10px;
    background: var(--color-md1-grey);
    border-radius: 10px;
}

.modal-transfer-to-game .info > .row > div{
    align-self: center;
}


.tab-gp.grid-layout li{
    min-width: 5px;
}

/*.tab-wit-hlogo .nav-link{
    flex-direction: unset!important;
    display: block !important;
}
.tab-wit-hlogo .logo img{
    width:20px;
    margin-right: 5px;
}*/


.game-parent-gp >.tab.box{
    background: var(--color-lg-grey);
    padding: 20px;
    border-radius: var(--size-thumb-radious);
}
.grid-thumb-layout{
     display: grid!important;
    /*flex-wrap: wrap;*/
    grid-gap: 40px;
    gap: 40px; /* modern version of grid-gap */
    grid-template-columns: repeat(7, 1fr);
}
.grid-thumb-layout .itm{
    min-width: 0;/*for thumb title able to chopped*/
}
.grid-thumb-layout .thumb-tag-info{
    border-radius: var(--size-thumb-radious);
    overflow: hidden;
}
.grid-thumb-layout .thumb{
    display: flex;
}
.grid-thumb-layout .thumb-img{
    width:100%;
}




/**************************************************************************************************/
/*** FAQ START ******************************************************************************/
/**************************************************************************************************/

.info-center .desc{
    color:var(--color-dk1-grey);
    padding: 0 15px;
}
.accordion{
  counter-reset: list-number;
}
    .accordion .itm_accor{
        margin-bottom: 5px;
    }
/*        .accordion .itm_accor.no-hover{
            margin:0;
        }*/
        .accordion .itm_accor .accor-title {
            position: relative;
            background: #161f2c00;
            width: 100%;
            text-align: left;
            font-size: 1.2em;
            padding: 10px 15px;
            margin-bottom: 15px;
            border: none;
            position: relative;
            font-weight: 600;
            counter-increment: list-number;
        }
            .accordion .itm_accor .accor-title::before {
                content: counter(list-number) ". ";
            }
            .accordion .itm_accor .accor-title::after {
                content: url(../../images/icon-arrow-dw.png);   
                position: absolute;
                right: 17px;
                top: 10px;
                transform: rotate(180deg);
                transition: all 0.3s;
            }

    
/*            .accordion .itm_accor button.accor-title:hover {

            }
            .accordion .itm_accor.no-hover button.accor-title:hover {
                background: transparent;
            }*/
            .accordion .itm_accor .accor-title{
                border-bottom:1px solid var(--color-md2-grey);
            }
            .accordion .itm_accor .accor-title.collapsed::after {
                content: url(../../images/icon-arrow-dw.png);
                transform: rotate(360deg);
                transition: all 0.3s;
            }
            .accordion .itm_accor .accor-title + .accor-centent{
                padding: 0 25px;
                color:var(--color-dk-grey);
                margin-bottom: 10px;
            }
/**************************************************************************************************/
/*** Select-box START ******************************************************************************/
/**************************************************************************************************/

.select-box{
    
}

.select-box .curr-selection{
    position: relative;
    background: var(--color-md2-grey);
    padding: 5px 20px;
    border-radius: 3rem;
    align-items: center;
    min-width: 150px;
    display: flex;
}
    .select-box .curr-selection:after{
        position: absolute;
        top: 50%;
        right: 15px;
        content: " ";
        font-family: "Font Awesome 6 Free";
        font-size: 13px;
        font-weight: 900;
        opacity: 0.75;
        transform: translateY(-50%) rotate(0);
        transition: 0.25s;
    }
    .select-box .curr-selection[aria-expanded="true"]:after{
         transform: translateY(-50%) rotate(180deg);
    }
    .select-box .curr-selection span{
    /*    -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;*/
    }

    .select-box ul.dropdown-menu{
        min-width: 250px;
        padding: 0 10px;
    }
    .select-box ul.dropdown-menu > li{
        padding:8px 15px;
        margin:5px 0;
        display: flex;
    }
    .select-box ul.dropdown-menu > li.active{
        background:#ff8a00;
        border-radius: 3rem;
        color: white;  
    }
    .select-box ul.dropdown-menu > li.active a{
        color: white;  
    }