:root {
    --theme1:#2F2FB3;
    --theme1Dark:#202092;
    --theme1ExtraDark:#1c1c80;
    --theme1Light:#4747d6;
    --theme1ExtraLight:#2f2fb311;

    --textDark:#0F0F0F;
    --textLight:#8B8B8B;
    --lightBorderColor:#EFF1F3;
    --bgLight:#EFF2F5;
    --bgExtraLight:#eff2f544;
    --themeDark:#1B2559;

    --themeSuccess:#1FD347;
    --themeSuccessDark:#17BD3C;
    --themeSuccessExtraLight:#F0FDF4;
    --themeDanger:#FF0000;
    --themeDangerExtraLight:#ff000012;
    --themeWarning:#D97706;
    --themeWarningExtraLight:#FFFBEB;
    --white:#ffffff;

    --sidebarWidth: 180px;

}
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #adadad;
}

/* Comman CSS Start */
    body, * {
        font-family: "Public Sans", sans-serif;
    }
    .text-theme1 {
        color: var(--theme1) !important;
    }
    body:has(>.sidebarMain){
        /* display: flex; */
    }
    .pageMainWraper {
        min-height: 100vh;
    }
    .sidebarMain~.pageMainWraper{
        width: calc(100% - var(--sidebarWidth));
        margin-left: auto;
    }
    .inputIcon .inpIcon i, .form-switch .form-check-input, .form-switch .form-check-input::after, .btnHeader svg path, .btnHeader i,
    .mainHeader .navbar-nav .nav-link::before, .customInput~label svg path, .notificationTitle, .notificationItem {
        transition: ease-in-out .3s;
    }
    .tx-12 {
        font-size: 12px;
    }
    .dropdownDesign .dropdown-menu {
        border:1px solid var(--lightBorderColor) !important;
    }
    .dropdown-menu .dropdown-item {
        font-size: 14px;
        font-weight: 500;
        padding: 10px 16px;
        color: var(--themeDark);
    }
    .dropdown-menu .dropdown-item i {
        font-size: 20px;
        color: var(--textLight);
    }
    .dropdown-menu li {
        border-bottom: 1px solid var(--lightBorderColor);
    }
    .dropdown-menu li:last-child {
        border-bottom: none;
    }
    .dropdown-menu li:has(>.dropdown-item:hover) {
        border-color: var(--bgLight);
    }
    .dropdown-menu li:has(>.dropdown-item:active), .dropdown-menu li:has(>.dropdown-item.active) {
        border-color: var(--theme1);
    }
    .dropdown-menu .dropdown-item:hover {
        background-color: var(--bgLight);
        color: var(--themeDark);
    }
    .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active,
    .dropdown-menu .dropdown-item:active i, .dropdown-menu .dropdown-item.active i {
        background-color: var(--theme1);
        color: var(--white);
    }
    .material-symbols-rounded {
        font-size: 20px;
    }
    .eye_icon{
        position: absolute;
        top: 18px;
        right: 20px;
        font-size: 14px;
    }

    #upload_payment_proof_div {
        width: 130px;
        height: 60px;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #upload_payment_proof_image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Comman CSS End */

/* Button CSS Start */
.btnStyle1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border-radius: 8px;
    padding: 16px 32px;
}
.btnTheme1 {
    border-color: var(--theme1);
    background-color: var(--theme1);
    color: var(--white);
}
.btnTheme1:hover, .btnTheme1:active {
    border-color: var(--theme1Dark) !important;
    background-color: var(--theme1Dark) !important;
    color: var(--white) !important;
}
.btnOutLineTheme1 {
    border-color: var(--theme1);
    background-color: var(--white);
    color: var(--themeDark);
}
.btnOutLineTheme1:hover, .btnOutLineTheme1:active {
    border-color: var(--theme1Dark) !important;
    background-color: var(--theme1Dark) !important;
    color: var(--white) !important;
}
.iconBtn {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnTxt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.btnTxtTheme1 {
    color: var(--theme1);
}
.btnTxtTheme1:hover, .btnTxtTheme1:active {
    color: var(--theme1Dark) !important;
}
.btn-close {
    font-size: 12px;
    opacity: 1 !important;
    padding: 10px !important;
    background-image: none;
}
.btnOutlineStyle {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border-radius: 10px;
    padding: 10px 14px;
}
.btnOutlineLight {
    color: var(--textDark);
    border: 1px solid var(--lightBorderColor);
    background-color: var(--white);
}
.btnOutlineLight:hover, .btnOutlineLight:active {
    color: var(--theme1) !important;
    border: 1px solid var(--theme1) !important;
    background-color: var(--white) !important;
}
.btnOutlineLight.notificationRemove:hover, .btnOutlineLight.notificationRemove:active {
    color: var(--theme1) !important;
    border: none !important;
    background-color: transparent !important;
}
.btnIconOutline {
    width: 36px;
    height: 36px;
    outline: none;
    flex: 0 0 auto;
    border-radius: 4px;
    border: 1px solid var(--lightBorderColor);
    transition: ease-in-out .3s;
}
.btnIconOutline:hover, .btnIconOutline:active, .btnIconOutline.show {
    color: var(--theme1);
    border-color: var(--theme1) !important;
}

.dashBoard:hover, .dashBoard:active {
    border-color: var(--theme1Dark) !important;
    background-color: var(--theme1Dark) !important;
    color: var(--white) !important;
}
/* Button CSS End */


/* Form-control CSS Start */
.form-control, .form-select {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--themeDark);
    padding: 14px 18px;
    border-radius: 4px;
    border-color: var(--lightBorderColor);
}
.form-control::placeholder {
    color: var(--textLight);
}
.form-control:focus, .form-select:focus {
    border-color: var(--theme1);
}
.form-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--textLight);
}

.inputOuter .form-label {
    padding: 5px 8px;
    background-color: var(--white);
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 1;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}
.defaultPassAlert {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--themeDanger);
}
.fileUploadOuter {
    border: 1px solid var(--lightBorderColor);
    border-radius: 4px;
    padding: 14.5px 18px;
    transition: ease-in-out .3s;
}
.fileInputLarge .fileUploadOuter {
    border: 1px dashed var(--lightBorderColor);
}
.fileInputLarge .fileUploadOuter .material-symbols-rounded {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #F9FAFB;
}
.fileInputLarge .fileUploadOuter .uploadTitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--themeDark);
}
.fileUploadOuter:hover {
    border-color: var(--theme1);
}
.fileUploadOuter:hover .material-symbols-rounded {
    color: var(--theme1);
}
.fileUploadOuter .material-symbols-rounded {
    color: var(--textLight);
    transition: ease-in-out .3s;
}
.fileUploadOuter .fileUploadTitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--textLight);
}
.form-check .form-check-label {
    line-height: 2;
}
.form-check .form-check-input {
    width: 18px;
    height: 18px;
    border-color: var(--lightBorderColor);
    border-width: 2px;
}
.form-check .form-check-input:checked {
    border-color: var(--theme1);
    background-color: var(--theme1);
}
.form-check .form-check-input[type="radio"] {
    width: 16px;
    height: 16px;
    border-color: var(--themeDark);
    position: relative;
    transition: ease-in-out .3s;
}
.form-check .form-check-input[type="radio"]::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    inset: 0;
    margin: auto;
    background-color: var(--theme1);
    opacity: 0;
    transition: ease-in-out .3s;
}
.form-check .form-check-input[type="radio"]:checked {
    border-color: var(--theme1);
    background-color: var(--white);
}
.form-check .form-check-input[type="radio"]:checked::after {
    opacity: 1;
}
.form-check-radio .form-check-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--themeDark);
}
.form-control~.inpIcon {
    top: 15px;
    cursor: pointer;
}
.form-control~.inpIcon i {
    color: var(--textLight);
}
.form-control~.inpIcon:hover i, .form-control:focus~label.inpIcon i {
    color: var(--theme1);
}
.form-control:has(~label.inpIcon) {
    padding-left: 50px;
}
.form-switch .form-check-input {
    width: 28px;
    height: 16px;
    border-width: 2px;
    border-color: var(--textLight);
    background-color: #9ea2ae31;
    background-image: none;
    position: relative;
}
.form-switch .form-check-input:checked {
    border-color: var(--theme1);
    background-color: var(--theme1ExtraLight);
}
.form-switch .form-check-input:checked::after {
    background-color: var(--theme1);
    margin: 2px 0px 2px 14px;
}
.form-switch .form-check-input::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color:  var(--textLight);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 2px 14px 2px 2px;
}
.form-switch .form-check-label, .form-check:not(.form-switch) .form-check-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--textLight);
}
.form-check:not(.form-switch) .form-check-input {
    width: 18px;
    height: 18px;
    border-width: 2px;
    border-color: var(--lightBorderColor);
}
.form-check:not(.form-switch) .form-check-input:checked {
    border-color: var(--theme1);
    background-color: var(--theme1);
}
.captchaInput {
    min-width: 130px;
}
/* Form-control CSS End */


/* Select2 CSS Start */
.customSelect2~.select2-container--default .select2-selection--single {
    color: var(--themeDark);
    padding: 14px 18px;
    border-radius: 4px;
    border-color: var(--lightBorderColor);
    height: 100%;
}
.customSelect2~.select2-container--default .select2-selection--single .filterSelect2Lable {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.36;
    padding: 0;
}
.customSelect2~.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 14px;
    background-image: url(../img/icon/select2Icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: ease-in-out .3s;
}
.customSelect2~.select2-container--default.select2-container--open.select2-container--focus .select2-selection--single .select2-selection__arrow {
    transform: rotateX(-180deg);
}
.customSelect2~.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-dropdown {
    border-color: var(--lightBorderColor);
}
.select2-dropdown .select2-search.select2-search--dropdown .select2-search__field, .select2-dropdown .select2-search.select2-search--dropdown .select2-search__field:focus-visible{
    border-radius: 8px;
    border-color: var(--lightBorderColor);
    outline: none;
    padding: 4px 12px;
    transition: ease-in-out .3s;
}
.select2-dropdown .select2-search.select2-search--dropdown .select2-search__field:focus, .customSelect2~.select2-container--default.select2-container--open .select2-selection--single{
    border-color: var(--theme1);
}
.select2-container--default .select2-results__option--selected {
    background-color: var(--theme1)  !important;
    color: var(--white) !important;
}
.select2-results__option {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    color: var(--themeDark);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--theme1ExtraLight);
    color: var(--theme1);
}
.customSelect2~.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: 21px;
}


/* Filter Select2 */
.customSelect2.filterSelect2~.select2-container {
    width: auto !important;
}
.customSelect2.filterSelect2~.select2-container--default .select2-selection--single {
    color: var(--themeDark);
    padding: 11px 32px 11px 18px;
    border-radius: 2px;
    border-color:  #DDDDDD;
    background-color: #F8F8F8;
    text-wrap: nowrap;
    height: 100%;
    min-width: 120px;
}
.customSelect2.filterSelect2~.select2-container.select2-container--focus .select2-selection--single {
    background-color: var(--theme1ExtraLight) !important;
}
.customSelect2.filterSelect2~.select2-container.select2-container--focus .select2-selection--single .filterSelect2Lable {
    color: var(--theme1) !important;
}
.customSelect2.filterSelect2~.select2-container.select2-container--below:not(.select2-container--open) .select2-selection--single {
    background-color: var(--theme1) !important;
}
.customSelect2.filterSelect2~.select2-container .select2-selection--single .filterSelect2Lable {
    font-weight: 500;
}
.customSelect2.filterSelect2~.select2-container.select2-container--below:not(.select2-container--open) .select2-selection--single .filterSelect2Lable {
    color: var(--white) !important;
}
.customSelect2.filterSelect2~.select2-container.select2-container--below:not(.select2-container--focus.select2-container--open) .select2-selection--single .select2-selection__arrow {
    filter: brightness(100);
}
.customSelect2.filterSelect2~.select2-container--default:not(.select2-container--open.select2-container--focus) .select2-selection--single .select2-selection__arrow {
    transform: rotate(-90deg);
}
.customSelect2~.select2-container--default.select2-container--open.select2-container--focus .select2-selection--single .select2-selection__arrow {
    transform: rotate(0deg);
}
/* Select2 CSS End */
.card-title~.inputOuter .select2-container {
    min-width: 150px;
  }


/* Login Page CSS Start */
.pageMainWraper:has(>.contentWrapper .loginMainOuter) {
    background: linear-gradient(90.97deg, #ffffff 10.39%, #ffffff 47.42%, #637174 96.95%);
}
.pageMainWraper .contentWrapper:has(> div .loginMainOuter) {
    background: url(../img/homePage.png);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: bottom left;
    min-height: 550px;
}
.loginMainOuter .loginContent {
    background: linear-gradient(90deg, rgba(2, 3, 3, 0), #272F58 60%, rgba(2, 3, 3, 0) 100%);
}
.loginMainOuter .loginContent .loginTitle {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--white);
}
.loginInner {
    max-width: 450px;
    margin: auto;
    border-radius: 12px;
    background-color: var(--white);
    padding: 30px;
    margin-top: 0 !important;
}
.loginInner .logoOuter .logoImg {
    height: 55px;
}
.loginScrollar {
    /*height: calc(100vh - 331px);*/
    min-height: calc(550px - 250px);
    overflow: hidden auto;
    padding-right: 8px;
}
.loginInner .loginTitle {
    border-color: var(--lightBorderColor);
}
.loginInner .loginTitle .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--textDark);
}
.loginInner .loginTitle .subTitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--textLight);
}
.captchaOuter {
    padding: 12px 20px;
    height: 50px;
    background-color: var(--theme1ExtraLight);
    border: 1px dashed #A3AED0;
    border-radius: 8px;
}
/* Login Page CSS End */




/* Header CSS Start */
.mainHeader {
    border-color: var(--lightBorderColor) !important;
}
.mainHeader .navbar-brand {
    width:320px;
}
.mainHeader .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--textDark);
    padding: 9px 18px;
    border-bottom: 2px solid transparent;
}
.mainHeader .navbar-nav .nav-link:hover {
    color: var(--theme1);
    border-color: var(--theme1ExtraLight);
}
.mainHeader .navbar-nav .nav-link.active {
    color: var(--theme1);
    border-color: var(--theme1);
}
.btnHeader, .profileBtn .imgOuter {
    width: 24px;
    height: 24px;
    background-color: var(--bgExtraLight);
}
.btnHeader:not(.profileBtn):hover, .btnHeader:not(.profileBtn):active, .btnHeader:not(.profileBtn).active {
    background-color: var(--theme1ExtraLight) !important;
    border-color: var(--theme1ExtraLight) !important;
}
.btnHeader i {
    color: var(--textLight);
}
.btnHeader:hover i, .btnHeader:hover svg path {
    color: var(--theme1);
    fill: var(--theme1);
}
.profileBtn, .profileBtn:active {
    border-color: var(--white) !important;
    background-color: transparent !important;
}
.profileBtn img {
    object-fit: cover;
    object-position: top center;
}
.notificationCount {
    min-width: 14px;
    height: 14px;
    border-radius: 50px;
    background-color: var(--theme1);
    color: var(--white);
    font-size: 10px;
    padding: 3px;
}
.mobileMenuOffcanvas .offcanvas-header {
    border-color: var(--lightBorderColor);
}
.mainHeader .form-control:has(~label.inpIcon) {
    padding-left: 35px;
}
.profileBtn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--textLight);
}
/* Header CSS End */

.pageHeader .pageTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--textDark);
}
.pageHeader .breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--textLight);
}
.pageHeader .breadcrumb .breadcrumb-item a {
    color: var(--theme1);
    text-decoration: none;
}
.pageHeader .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '';
    display: block;
    width: 20px;
    height: 12px;
    background: url(../img/icon/rightArrowLight.svg);
    background-repeat: no-repeat;
}

.currentDate {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--textLight);
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid var(--lightBorderColor);
}
.currentDate i {
    font-size: 18px;
    color: var(--textLight);
}

/* Sidebar CSS Start */
.menuItem .menuLink, .menuItem .menuLink .manuTitle, .menuItem .menuLink svg path, .sidebarMain,
.sidebarHeader .sidebarLogo img, .sideBarHideShow svg, .manuTitle::before, .manuTitle {
    transition: ease-in-out .3s;
}
.sidebarMain {
    width: var(--sidebarWidth) !important;
    background-color: var(--white);
    flex: 0 0 auto;
    border-right: 1px solid var(--lightBorderColor) !important;
}
.sidebarHeader {
    border-color: var(--lightBorderColor) !important;
}
.sidebarHeader .sidebarLogo {
    height: 25px;
}
.menuItem {
    margin: 4px 0;
}
.menuItem:first-child{
    margin-top: 0;
}
.menuItem:last-child{
    margin-bottom: 0;
}
.menuItem .menuLink {
    padding: 14px;
    border-radius: 6px;
    background-color: var(--white);
}
.menuItemND .menuLinkND {
    padding: 14px;
    border-radius: 6px;
    background-color: var(--theme1);
}
.logOutBtn {
    padding: 14px !important;
    border-radius: 6px;
}
.logOutBtn svg {
    flex: 0 0 auto;
}
.menuItem .menuLink .manuTitle, .menuItem .menuHeading, .logOutBtn .manuTitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--textLight);
    padding-left: 14px;
    margin-top: 1px;
}
.menuItem .menuHeading {
    font-weight: 500;
    color: var(--textDark);
    padding: 14px;
}
.menuItem.active .menuLink {
    background-color: var(--theme1);
}
.menuItem:not(.active):hover .menuLink {
    background-color: var(--theme1ExtraLight);
}
.menuItem.active .menuLink .manuTitle {
    color: var(--white);
}
.menuItem:not(.active):hover .menuLink .manuTitle {
    color: var(--theme1);
}
.menuItem.active .menuLink svg path {
    fill: var(--white);
}
.menuItem:not(.active):hover .menuLink svg path{
    fill: var(--theme1);
}
.menuItem.divider {
    margin: 14px;
    width: calc(100% - 28px);
    background: var(--lightBorderColor);
    height: 1px;
}
.menuInner {
    height: calc(100vh - 160px);
}
body.smallSidebar {
    --sidebarWidth: 79px;
}
body.smallSidebar .menuItem:has(>.menuHeading) {
    margin: 0;
}
body.smallSidebar .sidebarLogo .bigLogo, body:not(.smallSidebar) .sidebarLogo .smallLogo {
    opacity: 0;
}
/* body.smallSidebar .menuItem .menuLink .manuTitle,  */
body.smallSidebar .menuItem .menuHeading {
    font-size: 0;
    line-height: 0;
    padding: 0;
}
body.smallSidebar .sideBarHideShow svg {
    transform: rotateY(180deg);
}
.menuItem .menuLink .manuTitle {
    position: relative;
}
body.smallSidebar .menuItem .menuLink .manuTitle::before, body.smallSidebar .logOutBtn .manuTitle::before{
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    border-right: solid 7px #e9e9ff;
    border-bottom: solid 7px transparent;
    border-top: solid 7px transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7px;
    margin: auto;
    opacity: 0;
}
body.smallSidebar .menuItem .menuLink .manuTitle, body.smallSidebar .logOutBtn .manuTitle {
    position: fixed;
    color: var(--theme1);
    background-color: #e9e9ff;
    left: 70px;
    padding: 2px 7px;
    border-radius: 3px;
    opacity: 0;
}
body.smallSidebar .menuItem.active:hover .menuLink .manuTitle, body.smallSidebar .logOutBtn:hover .manuTitle {
    color: var(--white);
    background-color: var(--theme1);
}
body.smallSidebar .menuItem.active:hover .menuLink .manuTitle::before, body.smallSidebar .logOutBtn:hover .manuTitle::before {
    border-right-color: var(--theme1);
}
body.smallSidebar .menuItem:hover .menuLink .manuTitle, body.smallSidebar .menuItem:hover .menuLink .manuTitle::before, body.smallSidebar .logOutBtn:hover .manuTitle::before, body.smallSidebar .logOutBtn:hover .manuTitle {
    opacity: 1;
}
/* Sidebar CSS End */

/* Dashboard Cards CSS Start */
.dashboardCardsInner {
    border: 1px solid var(--lightBorderColor);
    border-radius: 4px;
}
.dashboardCardsInner .cardInner .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--textDark);
}
.dashboardCardsInner .cardInner .loseGain {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--textLight);
}
.dashboardCardsInner .cardInner .loseGain .icon {
    width: 20px;
    height: 20px;
}
.dashboardCardsInner .cardInner .loseGain .icon i {
    font-size: 16px;
}
.dashboardCardsInner .cardInner .loseGain.gain .icon {
    background-color: var(--themeSuccessExtraLight);
}
.dashboardCardsInner .cardInner .loseGain.gain .icon i {
    color: var(--themeSuccess);
}
.dashboardCardsInner .cardInner .loseGain.lose .icon {
    background-color: var(--themeDangerExtraLight);
}
.dashboardCardsInner .cardInner .loseGain.lose .icon i {
    color: var(--themeDanger);
}
.dashboardCardsInner .cardInner .totalValue {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--textDark);
}
.dashboardCardsInner .cardInner .smallGraphOuter {
    width: 80px;
}
.dashboardCardsInner div:not(:last-child):has(>.cardInner) {
    border-right: 1px solid var(--lightBorderColor);
}

.card {
    border-color: var(--lightBorderColor);
}
.card .card-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--textDark);
}
.employess .icon {
    background: var(--theme1ExtraLight);
    width: 30px;
    height: 30px;
}
h3.total_amount {
    color: var(--textDark);
    font-weight: 600;
}
.card .graphOuter {
    max-width: 220px;
    margin: auto;
}
.label_chart span.rounded-circle {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    background: var(--theme1ExtraLight);
}
.first .label_chart span.rounded-circle {
    background: var(--theme1);
}
.second .label_chart span.rounded-circle {
    background: var(--theme1Dark);
}
.third .label_chart span.rounded-circle {
    background: var(--theme1ExtraDark);
}
.rantGraphItem {
    font-size: 14px;
    font-weight: 400;
    color: var(--textLight);
}
.rantGraphItem b {
    color: var(--textDark);
}
.rantGraphItem::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: var(--theme1);
    flex: 0 0 auto;
}
.rantGraphItem.light::before {
    background-color: var(--theme1ExtraLight);
}
.bigGraphOuter {
    max-width: 300px;
    margin: auto;
}
/* Dashboard Cards CSS End */

/* Nav-Tabs CSS Start */
.nav-tabs {
    border-color: var(--lightBorderColor);
}
.nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--textDark);
    padding: 10px 20px;
    border-radius: 0 !important;
    border-bottom: 2px solid transparent !important;
}
.nav-tabs .nav-link:hover {
    color: var(--theme1);
    border-color:var(--theme1ExtraLight) !important;
}
.nav-tabs .nav-link.active {
    color: var(--theme1);
    border-color:var(--theme1) !important;
}
/* Nav-Tabs CSS End */

/* Table Design CSS Start */
.card {
    border-color: var(--lightBorderColor);
    border-radius: 16px;
    box-shadow: 2px 4px 24px 0px #0000000D;
}
.tableHeader {
	padding: 12px 24px;
}
.tableHeader .tableSearch .form-label svg path {
	stroke:var(--themeDark);
}
.tableHeader .tableSearch .form-label:hover svg path {
	stroke:var(--theme1);
}
.tableHeader .tableSearch .form-label {
	top:9px;
	width: 18px;
	height: 18px;
}
.tableHeader .tableSearch .form-control {
	background-color: var(--bgLight);
	padding: 10px 6px 10px 32px;
}
.customTableDesign table.dataTable {
	margin: 0 !important;
}
.customTableDesign .dataTables_wrapper .row:first-child,
.customTableDesign table thead tr th::after,
.customTableDesign table thead tr th::before {
	display: none !important;
}
/* .customTableDesign table thead tr th {
    background-color: #EFF2F5;
} */
.customTableDesign table thead tr th, .customTableDesign table tbody tr td {
	font-size: 14px;
	font-weight: 500;
	/*line-height:1;*/
	padding:17px 12px;
	color: var(--darkColor);
	border-top:1px solid var(--lightBorderColor);
	border-bottom:1px solid var(--lightBorderColor);
    text-wrap: nowrap;
    vertical-align: baseline;
}
.customTableDesign table tfoot tr td {
	font-size: 14px;
	font-weight: 500;
	line-height:1.5;
	padding:12px 12px;
	color: var(--darkColor);
    text-wrap: nowrap;
    background-color: #FAF8F8;
}
.customTableDesign table thead tr th:first-child{
	padding:17px 12px 17px 24px;
}
.customTableDesign:not(.notAction) table thead tr th:last-child {
	padding:17px 24px 17px 12px;
	text-align: right;
}
.customTableDesign.withCheckBox table thead tr th:first-child,
.customTableDesign.withCheckBox table tbody tr td:first-child {
	width: 0px !important;
}
.customTableDesign table tbody tr td {
	font-weight: 400;
	padding:10px 12px;
	border:none;
    vertical-align: middle;
}
.customTableDesign table tbody tr td .actionBtn i {
    color: var(--textLight);
    transition: ease-in-out .3s;
}
.customTableDesign table tbody tr td .actionBtn:hover i, .customTableDesign table tbody tr td .actionBtn:active i, .customTableDesign table tbody tr td .actionBtn.show i {
    color: var(--theme1);
}
.customTableDesign table tbody tr td:first-child {
	padding:10px 12px 10px 24px;
}
.customTableDesign:not(.notAction) table tbody tr td:last-child, .customTableDesign table tfoot tr td:last-child {
	padding:10px 24px 10px 12px;
	text-align: right;
}
.customTableDesign table tbody tr:first-child td {
	padding-top:20px;
}
.customTableDesign table tbody tr:last-child td {
	padding-bottom:20px;
}
.customTableDesign .dataTables_wrapper .row:nth-child(2) .col.s12 {
	padding: 0 !important;
}
.customTableDesign .dataTables_wrapper .row:last-child {
	border-top:1px solid var(--lightBorderColor);
	background:var(--white);
	padding: 14px 24px;
    border-radius: 0 0 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination {
	gap:16px;
}
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button .page-link {
	width: 36px;
	height:36px;
	font-size:14px;
	font-weight:400;
	color:var(--themeDark);
	border-radius: 4px;
	padding:0;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:none;
	background-color:var(--white);
	border:1px solid var(--lightBorderColor);
}
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button.previous .page-link,
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button.next .page-link {
	font-size:0;
}
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button.previous .page-link::before,
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button.next .page-link::before {
	content:'';
	display: block;
	width: 8px;
	height: 8px;
}
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button.previous .page-link::before {
	border-left:2px solid var(--textLight);
	border-bottom:2px solid var(--textLight);
	transform:rotate(45deg);
    margin-left: 4px;
}
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button.next .page-link::before {
	border-right:2px solid var(--textLight);
	border-top:2px solid var(--textLight);
	transform:rotate(45deg);
    margin-right: 4px;
}
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button .page-link:hover {
	color:var(--theme1);
	background-color:transparent;
	border:1px solid var(--theme1);
}
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button .page-link:hover::before {
	border-color:var(--theme1);
}
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button .page-link:active,
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button .page-link.active,
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button.active .page-link {
	color:var(--white);
	background-color:var(--theme1);
	border:1px solid var(--theme1);
}
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button .page-link:active::before,
.customTableDesign .dataTables_wrapper .row .dataTables_paginate .pagination .paginate_button .page-link.active::before{
	border-color:var(--white);
}
.customTableDesign .dataTables_wrapper .dataTables_length label {
    font-size: 0;
}
.dataTableCustomSelect .form-control {
    padding: 10px 16px;
    min-width: 70px;
    max-width: 70px;
    background-color: var(--theme1);
    color: var(--white);
    background-size: 14px;
    opacity: 1;
    box-shadow: none;
    background-image: url(../img/icon/dropDownArrowWhite.png);
}
.customTableDesign .dataTables_wrapper .row:last-child .col:first-child {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
}
.customTableDesign .dataTables_wrapper .dataTables_info {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.dataTables_filter label {
    font-size: 0;
    position: relative;
}
.dataTables_filter label .dataTableLable{
    position: absolute;
    top: 9px;
    left: 14px;
    cursor: pointer;
}
.customInput {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--themeDark);
    padding: 9px 16px 9px 40px !important;
    border-radius: 4px;
    box-shadow: none !important;
    border-color:var(--lightBorderColor) !important;
}
.customInput::placeholder {
    color: var(--textLight) !important;
}

.customInput~label:hover svg path, .customInput:focus~label svg path {
    stroke: var(--theme1);
}
.customInput:focus {
    border-color:var(--theme1) !important;
}
.col:has(>.dataTables_length.dataTableCustomSelect),
.col:has(>.dataTables_paginate)  {
    padding: 0 !important;
}
.dataTables_empty {
    text-align: center !important;
}
.statusBudge {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-block;
}
.statusBudge.approve {
    background-color: var(--themeSuccessExtraLight);
    color: var(--themeSuccess);
}
.statusBudge.pending {
    background-color: var(--themeWarningExtraLight);
    color: var(--themeWarning);
}
.statusBudge.reject {
    background-color: var(--themeDangerExtraLight);
    color: var(--themeDanger);
}
.statusBudge.theme1 {
    background-color: var(--theme1ExtraLight);
    color: var(--theme1);
}
button.statusBudge.theme1:hover, button.statusBudge.theme1:active {
    background-color: var(--theme1) !important;
    color: var(--white) !important;
}
.dataTableSearch .selectedStudent {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--textLight);
}
.dataTableSearch .selectedStudent .studentCount {
    padding: 8px 20px;
    border-radius: 10px;
    border: 1px solid var(--lightBorderColor);
}
.customTableDesign .form-check-input {
    width: 15px;
    height: 15px;
    box-shadow: none !important;
    border-color: var(--lightBorderColor);
}
.customTableDesign .form-check-input:checked {
    border-color: var(--theme1);
    background-color: var(--theme1);
}
.tableUserImg {
    width: 38px;
    height: 38px;
}
.tableUserImg img {
    object-fit: cover;
    object-position: top center;
}
.tableEmptyState {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tableEmptyState .tableEmptyStateImg {
    width: 160px;
}
.dropdownDesign.tableFilter .btnIconOutline i {
    position: absolute;
    margin: auto;
    transition: ease-in-out .3s;
}
.dropdownDesign.tableFilter .btnIconOutline:not(.show) i.closeIcon, .dropdownDesign.tableFilter .btnIconOutline.show i.filterIcon {
    opacity: 0;
}
.dropdownDesign.tableFilter .dropdown-menu {
    min-width: 280px;
}
/* Table Design CSS End */

/* Custom Modal CSS Start */
.modalDesign .modal-header {
    border-color: var(--lightBorderColor);
}
.modalDesign .modal-content {
    border-color: var(--lightBorderColor);
}
.modalDesign .modal-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
/* Custom Modal CSS End */

/* Notification CSS Start */
.notificationItem:not(:last-child) {
    border-bottom: 1px solid var(--lightBorderColor);
}
.notificationItem.unred {
    background-color: var(--bgLight);
    border-color: var(--white);
}
.notificationItem:hover {
    background-color: var(--theme1ExtraLight);
    border-color: var(--theme1ExtraLight);
}
.notificationItem .notificationDetail .notificationIcon {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    flex: 0 0 auto;
    background-color: var(--theme1);
}
.notificationItem .notificationDetail .notificationContent .notificationTitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--textDark);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-decoration: none;
}
.notificationItem .notificationDetail:hover .notificationContent .notificationTitle {
    color: var(--theme1);
}
.notificationItem .notificationDetail .notificationContent .notificationDate {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--textLight);
}
.notificationFullContent {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--textDark);
}
/* Notification CSS End */

/* Footer CSS Start */
.mainFooter .footerTitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--textLight);
    border-top: 1px solid var(--lightBorderColor);
}
/* Footer CSS End */

/* Empty State CSS Start */
.emptyStateOuter {
    min-height: 300px;
}
.emptyStateOuter .emptyStateImg {
    width: 150px;
}
td .emptyStateOuter {
    min-height: unset;
}
/* Empty State CSS End */

.searchOffcanvas {
    height: fit-content !important;
}


.dashBoardBtn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--theme1);
    color: #fafafc!important;
    font-weight: 700;
    border-radius: 8px;
    padding: 1px -2px;
    transition: all 0.3s ease;
}

.dashBoardBtn svg path {
    fill: #fff;
    transition: all 0.3s ease;
}

.dashBoardBtn:hover {
    background: var(--theme1);
    color: #fff !important;
}

.dashBoardBtn:hover svg path {
    fill: #fff;
}

.container-fluid {
        width: 97% !important;
    }

















/* Responsive CSS */
/* Min-width */
@media (min-width: 992px){
    .container-fluid {
        padding: 0 35px;
        width: 97% !important;
    }
}

/* Max-width */
@media (max-width: 1399.98px){
    .form-control:has(~label.inpIcon) {
        padding-left: 42px;
    }
    .captchaOuter {
        padding: 8px 16px;
        height: 46px;
    }
    .iconBtn {
        width: 46px;
        height: 46px;
    }
    .btnStyle1 {
        padding: 15px 24px;
    }
    .loginInner .loginTitle .title {
        font-size: 22px;
    }
}
@media (max-width: 1199.98px){
    .loginMainOuter .loginContent .loginTitle {
        font-size: 38px;
    }
    .pageMainWraper .contentWrapper:has(> div .loginMainOuter) {
        min-height: 500px;
    }
    .loginScrollar {
        height: calc(100vh - 259px);
        min-height: calc(500px - 210px);
    }
}
@media (max-width: 991.98px){
    :root{
        --sidebarWidth: 300px;
    }
    .sidebarMain~.pageMainWraper {
        width: 100%;
    }

    .customSelect2~.select2-container--default .select2-selection--single, .form-control, .form-select {
        padding: 11px 18px;
    }
    .form-control~.inpIcon {
        top: 12px;
    }
    .form-control:has(~label.inpIcon) {
        padding-left: 34px;
    }
    .captchaOuter {
        padding: 8px 16px;
        height: 42px;
    }
    .iconBtn {
        width: 42px;
        height: 42px;
    }
    .btnStyle1 {
        padding: 13px 24px;
    }
    .pageMainWraper .contentWrapper:has(> div .loginMainOuter) {
        min-height: unset;
        background-size: 100%;
        background-position: right bottom;
    }
    .loginScrollar {
        height: calc(100vh - 236px);
        min-height: unset;
    }
    .loginMainOuter .loginContent .loginTitle {
        font-size: 24px;
    }
    .loginInner .loginTitle .title {
        font-size: 20px;
    }
    .loginInner .loginTitle .subTitle {
        font-size: 13px;
    }
    .loginInner {
        margin: auto !important;
        position: unset !important;
        padding: 20px;
    }
    .dashboardCardsInner .cardInner .totalValue {
        font-size: 20px;
    }
    .mainHeader .navbar-nav .nav-link {
        border-bottom: none;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 6px 0;
    }
    .mainHeader .navbar-nav .nav-link::before {
        content: '';
        display: block;
        width: 0px;
        height: 2px;
        border-radius: 50px;
        background-color: transparent;
    }
    .mainHeader .navbar-nav .nav-link:hover::before {
        width: 12px;
        background-color: var(--theme1ExtraLight);
    }
    .mainHeader .navbar-nav .nav-link.active::before {
        width: 12px;
        background-color: var(--theme1);
    }
    .sidebarLogo .smallLogo {
        opacity: 1 !important;
        position: unset !important;
    }
    .menuItem .menuLink, .logOutBtn {
        padding: 10px 16px !important;
    }
}
@media (max-width: 767.98px){
    /* .pageMainWraper .contentWrapper:has(> div .loginMainOuter) {
        background-size: 100%;
        background-position: right bottom;
    } */
    .mainHeader .navbar-brand {
        width: auto;
        height: 50px;
    }
}
@media (max-width: 575.98px){
    .dashboardCardsInner .cardInner .totalValue, .loginInner .loginTitle .title, .pageHeader .pageTitle {
        font-size: 16px;
    }
    .btnHeader, .profileBtn .imgOuter {
        width: 24px;
        height: 24px;
    }
    .mainHeader .navbar-brand {

    }
    .pageHeader .breadcrumb .breadcrumb-item, .currentDate {
        font-size: 12px;
    }
    .currentDate {
        padding: 3px 6px;
    }
    .loginMainOuter .loginContent .loginTitle {
        font-size: 20px;
    }
    .loginInner .logoOuter .logoImg, .loginInner .logoOuter .logoImg img {
        height: unset !important;
        width: 100%;
    }
    .dashboardCardsInner div:not(:last-child):has(>.cardInner) {
        border-right: none;
        border-bottom: 1px solid var(--lightBorderColor);
        padding-bottom: 24px;
    }
}
@media (max-width: 380.98px){
    .btnHeader, .profileBtn .imgOuter {
        width: 24px;
        height: 24px;
    }
}
/* @media (max-width: 000.98px){
} */


.adminnotification-badge {
  /*position: absolute;*/
  top: 2px;
  right: 10px;
  background: #ff3b3b;
  color: white;
  font-size: 11px;
  font-weight: 600;
  border-radius: 50%;
  padding: 2px 6px;
  min-width: 18px;
  height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.6);
  z-index: 2;
  animation: badge-pulse 1.5s infinite;
}

.adminnotification-ring {
  /*position: absolute;*/
  top: 0px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 60, 60, 0.5);
  border-radius: 50%;
  animation: ring-pulse 1.5s infinite;
  z-index: 1;
}

@keyframes badge-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
  }
}

@keyframes ring-pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.9;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.adminnotification-badge2 {
  position: absolute;
  top: 2px;
  left: 52px;
  background: #ff3b3b;
  color: white;
  font-size: 11px;
  font-weight: 600;
  border-radius: 50%;
  padding: 2px 6px;
  min-width: 18px;
  height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.6);
  z-index: 2;
  animation: badge-pulse 1.5s infinite;
}

.adminnotification-ring2 {
  position: absolute;
  top: 0px;
  left: 55px;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 60, 60, 0.5);
  border-radius: 50%;
  animation: ring-pulse 1.5s infinite;
  z-index: 1;
}
