
@font-face {
    font-family: titleFontFamily;
    src: url(/font-family/tangerine/Tangerine-Regular.ttf);
}

@font-face {
    font-family: packetFontFamily;
    src: url(/font-family/poiret/PoiretOne-Regular.ttf);
}

@font-face {
    font-family: casinoDefaultFontFamily;
    src: url(/font-family/zen-kaku/ZenKakuGothicNew-Regular.ttf);
}

.titleFont {
    font-family: titleFontFamily, serif;
}

.packetFont {
    font-family: packetFontFamily, serif;
}

.font-32{
    font-size: 32px;
}

html {
    overflow-y: scroll
}

html,
body{
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-size: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

body.admin-body{
    /*-ms-overflow-style: none;*/
    /*!* IE and Edge *!*/
    /*scrollbar-width: none;*/
    /*!* Firefox *!*/
    /*overflow: hidden;*/
}

/*body.admin-body::-webkit-scrollbar {*/
/*    display: none;*/
/*    !* Chrome  *!*/
/*}*/

header{
    background-color: #57BC65;
    height: 50px;
    width: 100%;
    z-index: 1000;
    flex: 0 0 auto;
}

header *{
    font-weight: bold;
}

header .logo{
    /* background: #D9D9D9; */
    /* background: #AF3030; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100%;
    /*width: 210px;*/
}

.logo-header{
    /*background-color: #D9D9D9;*/
    min-width: 137px;
    width: 13%;
}

#content-wp{
    display: flex;
    flex: 1 1 auto;
    margin-top: 50px;
    /*min-height: 500px;*/

    /*overflow: auto;*/
    /*overflow-y: hidden;*/
}

#sidebar{
    flex: 1 1 auto;
    /*padding: 10px;*/
    min-width: 170px;
    max-width: 260px;
    /* background-color: #F6FCF4; */
}

.header-nav-dashboard {
    position: fixed;
}

@media screen and (max-width: 500px) {
    .mb-scrollable {
        margin-bottom: 70px;
    }
    .mb-scrollable-game {
        margin-bottom: 68px;
    }
    .mh-sidebar {
        min-height: 500px;
    }
    #content {
        margin-left: 0 !important;
    }
}

#content {
    flex: 1 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /*background-color: #F4F4F6;*/
    margin-left: 260px;
}

#sidebar {
    width: 260px;
}

.side-bar-item{
    font-weight: bold;
    display: block;
    color: #000000;
    padding: 7px 10px;
    /* border-radius: 5px; */
}

.side-bar-item:hover{
    background-color: #57BC65;
    color: #FFFFFF;
}

.side-bar-item.select{
    background-color: #57BC65;
    /* color: #FFFFFF; */
    color: #FFFFFF;
}

.side-bar-item-wa {
    font-weight: bold;
    display: block;
    color: #000000;
    padding: 0;
    background-color: #323738;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.side-bar-item-wa:hover{
    /*background-color: #242728;*/
    color: #FFFFFF;
}

.side-bar-item-wa.select{
    background-color: #242728;
    color: #FFFFFF;
}

.wa-mb-dropdown-href-pc:hover {
    background-color: #323738;
}

.wa-mb-dropdown-item-pc:hover {
    background-color: #242728;
}
.wa-mb-dropdown-item-pc.active {
    background-color: #242728 !important;
    border-radius: 10px 10px 0 0 !important;
}

.wa-mb-dropdown-btn-wp-pc {
    background-color: #464F50 !important;
}

.wa-mb-collapse-pc {
    background-color: #242728 !important;
}

.wa-mb-dropdown-icon {
    min-width: 40px;
    display: flex;
    justify-content: center;
}

.wa-mb-dropdown-item-pc {
    min-height: 45px;
}

.btn-primary-2 {
    background-color: #1E34A3;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.radius-10 {
    border-radius: 10px;
}

.parent_menu{
    position: relative;
}

.parent_menu .sub-sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}

.parent_menu:hover > .sub-sub-menu {
    display: block;
}

.sub-sub-menu {
    width: 200px;
    z-index: 1000;
}

.sub-sub-menu li {
    width: 100%;
    background-color: #F2F2F2;
    padding: 7px 10px;
    box-shadow: 2px 2px 2px #888888;
    font-weight: bold;
    color: black !important;
}

.sub-sub-menu li:hover {
    background-color: #57BC65;
    color: #FFFFFF !important;
}

.active-background {
    background-color: #57BC65;
    color: #FFFFFF !important;
}
.select-language {
    margin-right: 23px;
}
.color-purple {
    color: #3900DB;
}
.color-red {
    color: #FF0000;
}
.color-green {
    color: #57BC65;
}
.icon-copy {
    position: absolute;
    right: -26;
    font-size: 24px;
    cursor: pointer;
    top: -3px;
}
.btn-red {
    font-weight: bold;
    padding: 5px 10px;
    background-color: #CE4740;
    border-radius: 10px;
    cursor: pointer;
    color: white;
}
.btn-white {
    font-weight: bold;
    padding: 4px 9px;
    background-color: white;
    border-radius: 10px;
    cursor: pointer;
    color: #6D6565;
    border: 1px solid #6D6565;
}
.color-gray {
    color: #6D6565;
}

[v-cloak]{
    display: none !important;
}

.text-color-golden {
    color: rgb(221 173 101);
}

#sidebar-toggle {
    display: none;
}

#sidebar-mobile {
    display: none;
}

#profile-mobile {
    display: none;
}

.d-flex-not-important {
    display: flex;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.main-header{
    background-image: url("/images/mlm/banner22.png");
    background-position: left;
    background-size: auto;
    background-repeat: no-repeat;
}

.btn-header {
    min-width: 120px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.Input_root__lWEbp {
    height: 3rem;
    background-color: #242937;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 15px;
    padding: .75rem .75rem .75rem 2.5rem;
    box-sizing: border-box;
    border: 1px solid #242937;
}
.Input_root__lWEbp:focus {
    color: white;
    background-color: #242937;
    border: 1px solid #FFFFFF;
    box-shadow: none;
}
.Input_root__lWEbp::placeholder {
    color: #808EA4;
    font-weight: 700;
}

.Input_root__lWEbp_secondary {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    height: 36px !important;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 165px !important;
}

.Input_root__lWEbp_secondary:focus {
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    border: none !important;
}

.btn-auth-group {
    display: flex;
    align-items: center;
}

.dropdown-toggle-custom-arrow {
    color: #F5BD00;
}
.dropdown-toggle-custom-arrow:after {
    color: #F5BD00;
    border-top: 0.7em solid;
    border-right: 0.7em solid transparent;
    border-bottom: 0;
    border-left: 0.7em solid transparent;
}

.dropdown-toggle-custom-arrow-d-none {
    cursor: default !important;
}
.dropdown-toggle-custom-arrow-d-none:after {
    display: none;
}

.dropdown-account-setting {
    min-width: 340px;
}

.dropdown-balance {
    min-width: 150px;
}

.header-avatar {
    width: 40px;
    height: 40px;
    background-color: #D9D9D9;
    border-radius: 50%;
}

.header-avatar img {
    object-fit: cover;
    border-radius: 50%;
}

.mega-dropdown-menu {
    position: fixed;
}

.dropdown-menu-account-setting {
    border-radius: 10px;
}

.dropdown-item-custom {
    padding: 0 0.75rem;
}
.dropdown-item-custom:hover {
    background-color: #789296;
}
.dropdown-item-custom-last:hover {
    background-color: #789296;
    border-radius: 0 0 10px 10px;
}

.dropdown-item-href:hover {
    background-color: #546669;
}

.dropdown-header-first-item-border-radius {
    border-radius: 5px 5px 0 0 !important;
}
.dropdown-header-last-item-border-radius {
    border-radius: 0 0 5px 5px !important;
}

.border-radius-none {
    border-radius: 0 !important;
}

.border-radius-5px {
    border-radius: 5px;
}

.border-radius-10px {
    border-radius: 10px;
}

.border-radius-50 {
    border-radius: 50%;
}

.border-bottom-1 {
    border-bottom: 1px solid #FFFFFF;
}

.wa-table tr th {
    background-color: #1f2330 !important;
}
.wa-table tr th,
.wa-table td {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wa-table tr td, .wa-table tr th{
    border: none;
}

.wa-table-no-data {
    border-top: 1px solid #EAEBEA;
    border-bottom: 1px solid #EAEBEA;
}

/* paginate  */
.admin-pagination {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 1rem;
}

.admin-page-link {
    border-radius: 3px;
    text-decoration: underline;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #c3c3c3;
    margin-right: 8px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 3px;
}

.admin-page-link:hover {
    opacity: 0.8;
}

.admin-page-link:not(.admin-page-link.active,
    /*.admin-page-link:first-child,*/
    .admin-page-link:hover) {
    background-image: linear-gradient(180deg, transparent, #2a3041);
}

.admin-page-link.active
/*.admin-pagination .admin-page-link:first-child*/
{
    background-color: #060709;
    color: #FFFFFF;
    text-decoration: none;
}
/* END paginate  */

.wa-table-crypto-icon-wp {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.wa-table-crypto-icon {
    width: 12px;
}
.bg-26A17B {
    background-color: #26a17b;
}
.bg-595252 {
    background-color: #1C202C;
}

.wa-delete-icon {
    width: 18px;
}

.d-flex-to-d-d-block {
    display: flex;
}

.btn-header-mobile {
    min-width: 90px
}

.hidden-scrollbar {
    -ms-overflow-style: none; /* Ẩn thanh cuộn ngang trên IE và Edge */
    scrollbar-width: none; /* Ẩn thanh cuộn ngang trên Firefox */
}

.hidden-scrollbar::-webkit-scrollbar {
    display: none; /* Ẩn thanh cuộn ngang trên Chrome, Safari và các trình duyệt Webkit */
}

.modal {
    z-index: 1050 !important;
    /*position: relative;*/
}
.modal-content {
    z-index: 1050 !important;
}
.modal-backdrop {
    z-index: 1040 !important;
    /*pointer-events: none;*/
}
.modal-open {
    max-width: 100%;
    height: 100%;
    /*position: fixed;*/
}

.bs-common {
    box-shadow: 0 4px 4px 0 #00000040;
}

@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {

}

@media screen and (max-width: 500px) {
    #sidebar-toggle {
        display: flex;
    }
    .pc-select-language {
        display: none !important;
    }
    #sidebar {
        display: none;
    }
    .main-header{
        display: none !important;
    }
    .btn-auth-group {
        display: none;
    }
    .header-account-setting {
        display: none !important;
    }
    .d-flex-to-d-d-block {
        display: block;
    }
}
@media screen and (max-width: 375px) {
    .btn-header-mobile {
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 12px;
    }
}
@media screen and (max-width: 320px) {
    .btn-header-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-width: 65px;
        font-size: 10px;
    }
}

/*@media screen and (max-width: 420px) {*/
/*    .btn-header-mobile {*/
/*        padding-left: 5px !important;*/
/*        padding-right: 5px !important;*/
/*        min-width: 50px;*/
/*        font-size: 13px;*/
/*    }*/
/*}*/
