:root {
	--primary: #E3B33F;
	--primaryDark: #b17d02;
	--black: #121717;
	--white: #FFFFFF;
	--bgPrimary: #121717;
	--bgSecondary: #15191f;
	--bgCard: #35393E76;
	--textPrimary: #ffffff;
	--textSecondary: #A0A0A0;
	--bgl2: #1f242a;
}

::-moz-selection {
  color: var(--bgPrimary);
  background: var(--primary);
}
::selection {
  color: var(--bgPrimary);
  background: var(--primary);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  background: var(--primary); 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primaryDark); 
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar { 
    display: none;
}

.font-inter {
    font-family: "Inter", sans-serif !important;
}

.font-roboto {
  font-family: "Roboto", sans-serif !important;
  font-variation-settings:
    "wdth" 100;
}

.w-20{
    width: 20%;
}
.w-40{
    width: 40%;
}

h1{
    font-size: 26px !important;
}

.bg-primary{
    background-color: var(--bgPrimary) !important;
}
.bgSecondary{
    background-color: var(--bgSecondary) !important;
}

.textPrimary{
    color: var(--textPrimary) !important; 
}
.textSecondary{
    color: var(--textSecondary) !important; 
}
.text-gold{
    color: #E3B33F;
}
.text-green{
    color: #09b286;
}
.text-red{
    color: #f06a67;
}
.text-gray{
    color: #575b60;
}
.text-pink{
    color: #FF3282;
}

.layout-navbar-fixed .nav-link .mask-dots-9 {
    animation: reset45 1s;
    rotate: 0deg;
    background-color: gray !important;
}
.sidebar-collapse .nav-link .mask-dots-9 {
    animation: rotate45 1s;
    rotate: 45deg;
    background-color: white !important;
}
.sidebar-collapse .nav-link .dot-wrapper {
    background: var(--bgl2);
    border-radius: 50%;
}

a.nav-link {
    display: flex;
    align-items: center;
}
.nav-link.active{
    background-color: #1F242A !important;
    color: #E3B33F !important;
}
.nav-link.active .m-icon.mask {
    background-color: #E3B33F !important;
}

@media (min-width: 1801px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header{
        margin-left: 300px;
    }
    
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav):not(.sidebar-collapse) .content-wrapper, 
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav):not(.sidebar-collapse) .main-footer, 
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav):not(.sidebar-collapse) .main-header{
        margin-left: 300px;
    }
}
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .brand-link, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .brand-link,
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover ,
.main-sidebar, .main-sidebar::before, 
.layout-navbar-fixed .wrapper .brand-link, 
.layout-navbar-fixed .wrapper .main-sidebar:hover .brand-link {
    width: 300px;
}
/*.main-sidebar:hover ~ body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {*/
/*    margin-left: 300px;*/
/*}*/
.sidebar-collapse.sidebar-mini .main-sidebar.sidebar-focused .nav-child-indent .nav-link, .sidebar-collapse.sidebar-mini .main-sidebar:hover .nav-child-indent .nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar.sidebar-focused .nav-child-indent .nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar:hover .nav-child-indent .nav-link, .sidebar-collapse.sidebar-mini-xs .main-sidebar.sidebar-focused .nav-child-indent .nav-link, .sidebar-collapse.sidebar-mini-xs .main-sidebar:hover .nav-child-indent .nav-link,
.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(300px - .5rem* 2);
}
.sidebar-mini .main-sidebar .nav-child-indent .nav-treeview .nav-link, .sidebar-mini-md .main-sidebar .nav-child-indent .nav-treeview .nav-link, .sidebar-mini-xs .main-sidebar .nav-child-indent .nav-treeview .nav-link {
    width: calc(300px - .5rem* 2 - 1.7rem);
}

.sidebar-collapse .main-sidebar:hover .nav-sidebar.nav-child-indent .nav-treeview,
.sidebar-collapse .sidebar-focused .nav-sidebar.nav-child-indent .nav-treeview,
.nav-sidebar.nav-child-indent .nav-treeview {
    padding-left: 1.7rem;
}
.nav-treeview .nav-item {
    border-left: solid 1px #282f38;
}
.nav-sidebar .nav-item>.nav-link {
    margin-bottom: 0;
    padding-bottom: .7rem;
}

.sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
    margin-left: -300px;
}

.content-header {
    padding: 15px 1rem;
}
.content-wrapper>.content {
    padding: 0 1rem;
}

/*@media (min-width: 768px) {*/
/*    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header{*/
/*        margin-left: 300px !important;*/
/*    }*/
/*}*/

.sidebar-collapse .content-wrapper{
    margin-left: 0 !important;
}

.nav-item .nav-icon.m-icon {
    max-width: 20px;
    max-height: 20px;
    margin-right: .7rem;
}

@keyframes reset45 {
    0% {
        rotate: 45deg;
    }
    100% {
        rotate: 0deg;
    }
}
@keyframes rotate45 {
    0% {
        rotate: 0deg;
    }
    100% {
        rotate: 45deg;
    }
}

@keyframes reset90 {
    0% {
        rotate: 90deg;
    }
    /*25% {*/
    /*    rotate: 45deg;*/
    /*}*/
    /*50% {*/
    /*    rotate: 0deg;*/
    /*}*/
    /*75% {*/
    /*    rotate: -45deg;*/
    /*}*/
    100% {
        rotate: -90deg;
    }
}
@keyframes reset90to0 {
    0% {
        rotate: 90deg;
    }
    /*25% {*/
    /*    rotate: 45deg;*/
    /*}*/
    /*50% {*/
    /*    rotate: 0deg;*/
    /*}*/
    /*75% {*/
    /*    rotate: -45deg;*/
    /*}*/
    100% {
        rotate: 0deg;
    }
}
@keyframes rotate90 {
    0% {
        rotate: -90deg;
    }
    /*25% {*/
    /*    rotate: -45deg;*/
    /*}*/
    /*50% {*/
    /*    rotate: 0deg;*/
    /*}*/
    /*75% {*/
    /*    rotate: 45deg;*/
    /*}*/
    100% {
        rotate: 90deg;
    }
}
@keyframes expandCard {
    from {
        max-height: 0;
        opacity: 0;
    }
    to {
        max-height: 1000px;
        opacity: 1;
    }
}

@keyframes collapseCard {
    from {
        max-height: 1000px;
        opacity: 1;
    }
    to {
        max-height: 0;
        opacity: 0;
    }
}

.filter-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.switch-tab {
    display: flex;
    background-color: #1F242A;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    width: fit-content;
    padding: 2px;
}
.switch-tab input {
    display: none;
}
.switch-tab .toggle-btn {
    flex: 1;
    text-align: center;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 14px;
    color: #A0A0A0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
    white-space: nowrap;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
.switch-tab .toggle-btn.active {
    color: white;
}
.switch-tab .toggle-btn.active .m-icon{
    background-color: white;
}
.switch-tab .slider {
    position: absolute;
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    background-color: #575B60;
    border-radius: 23px;
    transition: 0.3s ease;
}

.form-control{
    border-radius: 22px;
    background: #1F242A;
    border: 1px solid #707070;
    border-left: none;
    color: #fffffa;
}
.form-control:focus{
    background: #1F242A;
    color: #fffffa;
}
.filter-container .input-group-general{
    max-width: 300px;
}
.input-group-general.input-group-sm .input-group-text{
    border-radius: 22px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-general .input-group-text{
    border-radius: 22px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #1F242A;
    color: #707070;
    border: 1px solid #707070;
    border-right: none;
}
.input-group-general .form-control{
    border-radius: 22px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #1F242A;
    border: 1px solid #707070;
    border-left: none;
    color: #fffffa;
}

.input-group-password{
    position: relative;
    display: flex;
    align-items: center;
}
.input-group-password i{
    position: absolute;
    right: 1rem;
    cursor: pointer;
}

.progress-line {
    background: #121717;
    border-radius: 20px;
}
.progress-line .progress{
    background: var(--primary);
    height:100%;
    width:50%;
    border-radius: 20px;
}

.default-shadow{
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); 
}

.nowrap{
    white-space: nowrap;
}
.t-truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    --lines: 2;
    -webkit-line-clamp: var(--lines);
}
.ribbon-left{
    right: 0;
    left: -2px;
    rotate: -90deg;
}

.btn-primary {
    background: transparent linear-gradient(180deg, #F4C553 0%, #DAA934 49%, #BF8C15 100%) 0% 0% no-repeat padding-box;
    color: #000000;
    border-color: var(--primary);
    width: 100%;
    padding: .5rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-secondary {
    background: #1F242A 0% 0% no-repeat padding-box;
    border: 1px solid #575B60;
    color: #787B7F;
    width: 100%;
    padding: .5rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-blur {
    width: 100%;
    padding: .5rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bgPrimary) 0% 0% no-repeat padding-box;
    opacity: 0.74;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    color: white;
    gap: .5rem;
    white-space: nowrap;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background: #3A372A 0% 0% no-repeat padding-box;
    color: #E3B33F;
    border-color: var(--primary);
}
.btn-primary:not(:disabled):not(.disabled).active .m-icon.mask, .btn-primary:not(:disabled):not(.disabled):active .m-icon.mask, .show>.btn-primary.dropdown-toggle .m-icon.mask, 
.btn-primary:hover .m-icon.mask, .btn-primary:focus .m-icon.mask, .btn-primary:active .m-icon.mask{
    background-color: #E3B33F !important;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle, 
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
    background: #1F242A 0% 0% no-repeat padding-box;
    color: #787B7F;
}
.btn-blur:hover, .btn-blur:focus, .btn-blur:active{
    background: var(--bgPrimary) 0% 0% no-repeat padding-box;
    color: white;
}
.a-secondary-no-hover{
    color: var(--textSecondary);
}

.btn-gold-gold {
    background: #3A372A 0% 0% no-repeat padding-box;
    padding: 5px 15px;
    border-radius: 20px;
    color: #E3B33F;
    white-space:nowrap;
}
.btn-gold-gold:hover {
    background: #3A372A 0% 0% no-repeat padding-box;
    color: #E3B33F;
}
.btn-orange {
    background: #3A372A 0% 0% no-repeat padding-box;
    padding: 5px 15px;
    border-radius: 20px;
    color: #E3B33F;
    white-space:nowrap;
}
.btn-orange:hover{
    background: #3A372A 0% 0% no-repeat padding-box;
    color: #E3B33F;
}
.btn-green {
    background: #293C37 0% 0% no-repeat padding-box;
    padding: 5px 15px;
    border-radius: 20px;
    color: #09B286;
    white-space:nowrap;
}
.btn-green:hover{
    background: #293C37 0% 0% no-repeat padding-box;
    color: #09B286;
}
.btn-red {
    background: #4D3337 0% 0% no-repeat padding-box;
    padding: 5px 15px;
    border-radius: 20px;
    color: #f06a67;
    white-space:nowrap;
}
.btn-red:hover{
    background: #4D3337 0% 0% no-repeat padding-box;
    color: #f06a67;
}
.btn-pink {
    background: #FF3380;
    padding: 5px 15px;
    border-radius: 20px;
    color: white;
    white-space: nowrap;
}
.btn-pink:hover {
    background: #FF3380;
    color: white;
}

.btn-sm{
    height: calc(1.8125rem + 2px);
}


.b-dark {
    background: #1B2024;
}
.b-dark2 {
    background: #121717;
}

.m-card {
    background: #1f242a 0% 0% no-repeat padding-box;
    padding: 10px;
    border-radius: 10px;
}
.m-card-body {
    overflow: hidden;
    max-height: 1000px;
    animation: expandCard 1s forwards;
}
.m-card-collapsable.collapsing-out .m-card-body {
    animation: collapseCard 1s forwards;
}

.btn-m-card-collapse .mask-chevron, .m-card-header .mask-chevron {
    rotate: -90deg;
    animation: reset90 1s;
}
.m-card-collapsable.collapsed .btn-m-card-collapse .mask-chevron, .m-card-collapsable.collapsed .m-card-header .mask-chevron {
    rotate: 90deg;
    animation: rotate90 1s;
}

.btn-m-card-collapse{
    cursor:pointer;
}

.notification-container{
    background:#1F242A;color:white;width:400px;height:fit-content;max-height:calc(90vh - 65px);position: fixed;top: 65px;right: 2rem;z-index: 1991;border-radius: 10px;
}
.notif-head{
    border-bottom: 1px solid #2d3636;
}
.notif-body{
    height:fit-content;max-height: calc(90vh - 65px - 55px);overflow: auto;
}
.notif-item{
    cursor: pointer;
    border-bottom: 1px solid #414059 !important;
}
.notif-item.unread{
    background: #ddb9638f;
}
.notif-sender{
    min-width:40px;
    min-height:40px;
    background-color:#575b60;border-radius: 50%;
}
.notif-item:hover{
    background: #181D1D;
}

.fs-10{
    font-size:10px;
}
.fs-12{
    font-size:12px;
}
.fs-14{
    font-size:14px;
}
.fs-16{
    font-size:16px;
}
.fs-18{
    font-size:18px;
}
.fs-20{
    font-size:20px;
}


.radio-group {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-family: sans-serif;
    color: #fff;
}
.radio-option {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}
.radio-option input[type="radio"] {
    opacity: 0;
    position: absolute;
}
.custom-radio {
    height: 20px;
    width: 20px;
    border: 4px solid #444;
    border-radius: 50%;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background-color 0.2s;
}
.custom-radio::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
}
.radio-option input[type="radio"]:checked + .custom-radio {
    border-color: var(--primary);
}
.radio-option input[type="radio"]:checked + .custom-radio::after {
    transform: scale(1);
}

.on-off-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}
.on-off-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.on-off-switch .slider {
    position: absolute;
    cursor: pointer;
    background-color: var(--bgPrimary);
    border-radius: 34px;
    transition: background-color 0.4s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.on-off-switch .slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.4s;
}
.on-off-switch input:checked + .slider {
  background: var(--primary);
}
.on-off-switch input:checked + .slider::before {
  transform: translateX(30px);
}


.btn-close-modal:focus, .btn-close-modal:focus-visible{
    border: 0;
}

.modal-primary{
    background-color: #1F242A;
}
.modal.right .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    width: 420px;
    height: 100vh;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s ease-out;
}
.modal.right.show .modal-dialog {
    transform: translate3d(0, 0, 0);
}
.modal.right .modal-content {
    height: 100vh;
    overflow-y: auto;
    border-radius: 0;
}



.table-cardlike-item{
    border-spacing: 0 10px !important;
    border-collapse: separate;
}
.table-cardlike-item tbody tr td{
    background: #1f242a !important;
    border: none !important;
}
.table-cardlike-item tbody tr td:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.table-cardlike-item tbody tr td:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
    color: var(--textSecondary) !important;
}

.dt-info {
    color: var(--textSecondary) !important;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: var(--bgCard) !important;
    border-radius: 10px !important;
}
div.dt-container .dt-paging .dt-paging-button:hover {
    background: var(--bgCard) !important;
    border-radius: 10px !important;
}