:root {
    --rgba-primary-1: rgb(180, 253, 131, 0.1);
    --rgba-primary-2: rgb(180, 253, 131, 0.2);
    --rgba-primary-3: rgb(180, 253, 131, 0.3);
    --rgba-primary-4: rgb(180, 253, 131, 0.4);
    --rgba-primary-5: rgb(180, 253, 131, 0.5);
    --rgba-primary-6: rgb(180, 253, 131, 0.6);
    --rgba-primary-7: rgb(180, 253, 131, 0.7);
    --rgba-primary-8: rgb(180, 253, 131, 0.8);
    --rgba-primary-9: rgb(180, 253, 131, 0.9);

    --primary-hover: #99ff55;

    --primary-color: #B4FD83;
    --primary-color2: #B4FD83;
    --primary-color3: #FF5858;
    --primary-color4: #ec4242;
    --secondary-color: #FDDB8A;
    --secondary-color2: #CDD4ED;
    --secondary-color3: #8B93B1;
    --tertiary-color: #fff;
    --text-primary: #000;
    --hover-color: #fff;
    --white-color: #fff;
    --black-color: #fff;

    --danger-color: #FF4D4D;
    --danger-color1: #FF4A4A;
    --primary-color5: #B4FD83;
    --primary-color6: #B4FD83;
    --primary-color7: #B4FD83;
    --grey-color: #646464;
    --blue-gradient: #B4FD83;
    --blue-gradient1: #B4FD83;
    --theme-bg: #141414;
    --theme-bg2: #141414;
    --theme-color: rgba(255,255,255,0.6);
    --theme-color2: rgba(255,255,255,0.6);
    --theme-br: #FFFFFF26;
    --theme-br2: #B4FD83;
    --theme-br3: #FFFFFF26;

    /* raj css vars */
    --body-bg: #000;
    --sidebar-bg: #000000;
    /* raj css vars */
}

.dark-theme-color {
    --theme-bg: #1f1930;
    --theme-bg2: #050012;
    --white-color: #fff;
    --black-color: #fff;
    --theme-br: rgba(255, 255, 255, 0.20);
    --theme-color: #fff;
    --theme-color2: rgba(255, 255, 255, 0.60);
    --grey-color: #d1d1d1;
    --theme-br3: rgba(255, 255, 255, 0.15);
    /* --text-primary: #000; */
    --tertiary-color: #fff;

    background: var(--theme-bg2) !important;

}

.theme-color{
    color: var(--theme-color);
}

.bg-white {
    background: var(--theme-bg) !important;
}

p {
    color: var(--theme-color);
}

.text-dark {
    color: var(--white-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.red-clr {
    color: var(--primary-color3);
}

.theme-text-color {
    color: var(--theme-color2) !important;
}

body {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

@media (max-width: 991px) {
    .row {
        /*  overflow-y: hidden!important;
        overflow-x: hidden!important;*/
        /* margin-left: 0;
        margin-right: 0; */
    }

    .row::-webkit-scrollbar {
        display: none !important;
    }
}

button,
a {
    cursor: pointer;
}

.w700 {
    font-weight: 700;
}

.w600 {
    font-weight: 600;
}

.w500 {
    font-weight: 500;
}

.gap1 {
    gap: 20px;
}

.radius15 {
    border-radius: 15px;
}

.radius65 {
    border-radius: 65px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt19 {
    margin-top: 19px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}


.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.height60 {
    height: 60px;
}

.height235 {
    min-height: 235px !important;
}

.mheight130 {
    max-height: 130px;
}

.gap15 {
    gap: 15px;
}

.pointer {
    cursor: pointer;
}

@media (min-width:768px) {
    .mt-md28 {
        margin-top: 1.75rem;
    }

    .mt-md30 {
        margin-top: 30px;
    }

    .mt-md35 {
        margin-top: 35px;
    }

    .mt-md40 {
        margin-top: 40px;
    }

    .mt-md50 {
        margin-top: 50px;
    }

    .mt-md25 {
        margin-top: 25px;
    }

    .mt-md0 {
        margin-top: 0px;
    }

    .mb-md0 {
        margin-bottom: 0px;
    }

    .gap-md50 {
        gap: 50px;
    }

    .mt-md80 {
        margin-top: 80px;
    }

    .mr-md30 {
        margin-right: 30px;
    }
}


/* Breadcumb */

.breadcrumb-design {
    align-items: baseline;
    margin: 0px 0px 10px 0px;
}

.breadcrumb-design .breadcrumb-item a {
    color: var(--text-primary);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.9075rem;
}

.breadcrumb-design .breadcrumb-item a:hover {
    color: var(--primary-color);
}

.breadcrumb-design .breadcrumb-item.active {
    color: var(--text-primary);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.9075rem;
}


/* Breadcumb End */


/* Table Design */

.table-wrapper {
    background: var(--theme-bg);
    border-radius: 15px;
    padding: 10px 1.25rem 1.25rem 1.25rem;
}

.table-design.table {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin: 0px;
}

.table-design.table>:not(caption)>*>* {
    padding: 1rem 2rem;
}

.table-design.table thead tr th {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--secondary-color3);
    vertical-align: baseline;
    white-space: nowrap;
}

.table-design.table tbody tr {
    background-color: var(--tertiary-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--text-primary);
}

.table-design.table tbody tr td {
    vertical-align: middle;

}

.table-design.table .field-design tr td {
    padding: 0 2rem !important;
}

/*.table-design.table tbody tr td:first-child {*/
/*    border-top-left-radius: 15px;*/
/*    border-bottom-left-radius: 15px;*/
/*}*/

/*.table-design.table tbody tr td:last-child {*/
/*    border-top-right-radius: 15px;*/
/*    border-bottom-right-radius: 15px;*/
/*}*/
.table-design.table tbody tr td a.link {
    color: var(--text-primary);
    text-decoration: none;
}

.table-design.table tbody tr td a.link:hover {
    color: var(--primary-color);
    text-decoration: underline;
}



.table-design .action-link {
    display: flex;
    gap: 10px;
}

a.action-btn,
a.action-btn:focus {
    width: 30px;
    height: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid transparent;
}


/* Table Design End */


/* Tab Design */

.tab-design {
    border: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab-design .nav-link {
    margin: 0px 30px 0px 0px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--text-primary);
    padding: 0px 0px 5px 0px;
    cursor: pointer;
    border-bottom-width: 1px;
    border-style: solid;
    text-transform: capitalize;
}

.tab-design .nav-link:last-child {
    margin: 0px;
}

.tab-design .nav-link.active {
    font-weight: 600;
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
}

@media (max-width:767px) {

    .tab-design .nav-item,
    .tab-design>.nav-link {
        flex-basis: 0;
        flex-grow: 1;
        text-align: center;
    }
}


/* Tab Design End */


/* Filter Dropdown */

.filter-text {
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
    color: var(--secondary-color3);
}

.fiter-drop {
    width: auto !important;
    min-width: 40px !important;
}

.fiter-drop>button,
.fiter-drop>button:hover,
.fiter-drop>button:focus,
.fiter-drop.bootstrap-select .dropdown-toggle:focus {
    background-color: var(--theme-bg);
    border-radius: 6px;
    padding: 8px 10px;
    border: 1px solid var(--secondary-color2);
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
    color: var(--text-primary) !important;
    box-shadow: none;
    outline: none !important;
    outline-offset: 0;
}

.fiter-drop.bootstrap-select .dropdown-toggle::after {
    /*display: none;*/
}

.fiter-drop.bootstrap-select .dropdown-menu {
    background: var(--theme-bg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border: none;
    padding: 0px 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--primary-color);
}

.fiter-drop.bootstrap-select .dropdown-menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.0625rem;
    padding: 8px 10px;
    font-weight: 400;
    color: var(--text-primary);
}

.fiter-drop.bootstrap-select .dropdown-menu li a:hover {
    /*color: var(--primary-color);*/
    /*background-color: var(--white-color);*/
}

.fiter-drop.bootstrap-select .dropdown-item.active {
    color: var(--text-primary);
    background-color: var(--white-color);
}


/* Filter Dropdown End */


/* Selectpicker Dropdown */

.custom-drop button,
.custom-drop button:hover,
.custom-drop button:focus,
.custom-drop.bootstrap-select .dropdown-toggle:focus {
    border-radius: 5px;
    border: none;
    background: var(--theme-bg2);
    backdrop-filter: blur(15px);
    /*padding: 16px 15px !important;*/

    font-size: 14px;
    color: var(--black-color) !important;
    /*min-height: 100%;*/
    /*height:2.75rem;*/
    display: flex !important;
    align-items: center !important;
    box-shadow: 0px solid var(--white-color) !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline: 0px solid var(--white-color) !important;
}

/*.custom-drop button:before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: calc(100% - 1.25rem);*/
/*    background: var(--secondary-color2);*/
/*    position: absolute;*/
/*    right: 45px;*/
/*}*/

.custom-drop .dropdown-toggle:after {
    display: inline-block;
    content: "\e907" !important;
    font-family: 'icomoon';
    border: 0px solid transparent;
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--black-color);
}

.custom-drop.bootstrap-select .dropdown-toggle .filter-option {
    height: auto !important;
    max-width: calc(100% - 40px);
}

.custom-drop .dropdown-toggle.show:after {
    transform: rotate(180deg);
}

.custom-drop.bootstrap-select .dropdown-menu {
    background: var(--theme-bg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    /*border-radius: 5px;*/
    border: none;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--primary-color);
}

.custom-drop.bootstrap-select .dropdown-menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.0625rem;
    padding: 10px !important;
    color: var(--text-primary);
    text-indent: 0;
}

.custom-drop.bootstrap-select .dropdown-menu li:last-child a {
    padding-bottom: 0px;
}

.custom-drop.bootstrap-select .dropdown-menu li:first-child a {
    padding-top: 0px;
}

/*.custom-drop.bootstrap-select .dropdown-menu li a:hover {*/
/*    color: var(--primary-color);*/
/*    background-color: var(--white-color);*/
/*}*/

.custom-drop.bootstrap-select .dropdown-item.active {
    color: var(--text-primary);
    background-color: var(--white-color);
}

.custom-drop.bootstrap-select .bs-searchbox .form-control:focus {
    font-weight: 500;
    font-size: 14px;
    /*line-height: 1.0625rem;*/
    padding: 10px 20px;
    color: var(--text-primary);
    box-shadow: none;
    outline: none !important;
    outline-offset: 0;
    border-color: var(--theme-br2);
}

.custom-drop.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: var(--theme-bg) !important;
}


/* Selectpicker Dropdown End*/


/* Accordion Css */

.accordion-list .accordion-item {
    border: 0px;
    background: var(--theme-bg);
}

.accordion-list .accordion-button,
.accordion-list .accordion-button:focus {
    padding: 1rem 1.25rem 1rem 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.05875rem;
    color: var(--text-primary);
    background: transparent;
    border: none;
    box-shadow: none;
}

.accordion-list .accordion-button:not(.collapsed) {
    /*background: transparent;*/
}

.accordion-list .accordion-button:not(.collapsed)::after {
    transform: rotate(360deg);
    position: absolute;
    left: 0px;
    background: none;
    color: var(--text-primary);
    content: "";
    position: absolute;
    font-family: 'icomoon' !important;
    content: "\e906" !important;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4rem;
}

.accordion-list .accordion-button:not(.collapsed) {
    /*background: transparent;*/
    box-shadow: none;
}

.accordion-list .accordion-button::after {
    position: absolute;
    left: 0px;
    transform: rotate(270deg);
    font-family: 'icomoon' !important;
    content: "\e906" !important;
    background-repeat: no-repeat;
    color: var(--text-primary);
    content: "";
    position: absolute;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4rem;
}


/* Accordion Css End */


/* Form css */


/*CSS - Placeholder Color*/

::-webkit-input-placeholder {
    color: var(--secondary-color3) !important;
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
}

::-moz-placeholder {
    color: var(--secondary-color3) !important;
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: var(--secondary-color3) !important;
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
}

:-moz-placeholder {
    color: var(--secondary-color3) !important;
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
}

/*.field-design .form-control,*/
/*.field-design .form-control:hover,*/
/*.field-design .form-control:focus {*/
/*    height: 2.75rem;*/
/*    box-shadow: none;*/
/*    border: 1px solid var(--theme-br);*/
/*    border-radius: 6px;*/
/*    color: var(--grey-color);*/
/*    padding: 10px 15px;*/
/*    outline: none;*/
/*    font-size: 14px;*/
/*    line-height: 1.0625rem;*/
/*    font-weight: 400;*/
/*}*/

/*.field-design .form-control.textarea,*/
/*.field-design .form-control.textarea:focus,*/
/*.field-design .form-control.textarea:active {*/
/*    resize: none;*/
/*    border: 1px solid var(-theme-br);*/
/*    height: 80px !important;*/
/*}*/

.form-label {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.250rem;
    color: var(--black-color);
}


/* Form css End */


/* Pagination CSS */

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagination a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.05875rem;
    color: var(--secondary-color3);
    text-decoration: none;
}

.pagination a:hover {
    color: var(--text-primary);
}

.pagination .form-control,
.pagination .form-control:focus,
.pagination .form-control:hover {
    max-width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    color: var(--text-primary);
    line-height: 1.1875rem;
    border: 1px solid var(--theme-br);
    box-shadow: none;
    outline: none;
    border-radius: 6px;
}

.pagination input::placeholder {
    font-size: 14px;
    color: var(--text-primary);
    line-height: 1.1875rem;
}


/* Pagination CSS End */


/* Tags Input Css */

div.tagsinput div,
div.tagsinput span.tag {
    display: block;
    float: left
}

div.tagsinput {
    background: var(--theme-bg);
    padding: 5px 15px 5px;
    height: auto;
    overflow-y: auto;
    border-radius: 6px;
    min-height: 40px;
    border: 1px solid var(--secondary-color2);
}

div.tagsinput span.tag {
    border: 1px solid #eff3f6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 10px;
    text-decoration: none;
    background: var(--rgba-primary-1);
    margin-right: 5px;
    margin-top: 3px;
    color: var(--white-color)000;
    font-size: 14px;
    line-height: 1.0625rem;
    border-radius: 5px;
}

div.tagsinput span.tag a {
    color: var(--white-color)000;
    text-decoration: none;
    font-weight: 600
}

div.tagsinput input {
    border: 1px solid transparent;
    background: 0 0;
    color: var(--white-color);
    outline: 0;
    padding: 3px 0;
    width: 100% !important;
    font-size: 14px;
    line-height: 1.0625rem;
    padding: 5px 0px;
}

.form-select {
    box-shadow: none !important;
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0
}

.not_valid {
    background: #FBD8DB !important;
    color: var(--primary-color4) !important;
    border-radius: 5px;
    padding: 5px 10px !important;
    width: max-content !important;
}


/* White box */

.white-box {
    background: var(--theme-bg);
    border-radius: 15px;
    padding: 1.25rem;
}

@media (min-width:768px) {
    .white-box {
        padding: 1.875rem;
    }
}


/* Button css */

a.base-btn,
.base-btn,
a.base-btn:focus,
.base-btn:focus {
    padding: 10px 30px;
    min-height: 40px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: transparent;
    border: solid 1px transparent;
    cursor: pointer;
    text-align: center;
    line-height: normal;
    outline: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.0625rem;
    gap: 10px;
}

a.base-btn.btn-50,
.base-btn.btn-50,
a.base-btn.btn-50:focus,
.base-btn.btn-50:focus {
    padding: 10px 30px;
    min-height: 50px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.1875rem;
}

.blue-btn,
a.blue-btn,
.blue-btn:focus,
a.blue-btn:focus {
    color: var(--theme-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.blue-btn:hover,
a.blue-btn:hover {
    color: var(--white-color);
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}

.blue-btn-outline,
a.blue-btn-outline,
.blue-btn-outline:focus,
a.blue-btn-outline:focus {
    color: var(--black-color);
    background-color: transparent;
    border-color: var(--theme-br);
}

.blue-btn-outline:hover,
a.blue-btn-outline:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.red-btn,
a.red-btn,
.red-btn:focus,
a.red-btn:focus {
    color: var(--white-color);
    background-color: var(--primary-color3);
    border-color: var(--primary-color3);
}

.red-btn:hover,
a.red-btn:hover {
    color: var(--white-color);
    background-color: var(--primary-color4);
    border-color: var(--primary-color4);
}

.red-btn-outline,
a.red-btn-outline,
.red-btn-outline:focus,
a.red-btn-outline:focus {
    transition: 0.3s;
    color: var(--primary-color3);
    border-color: var(--primary-color3);
}

.red-btn-outline:hover,
a.red-btn-outline:hover {
    color: var(--text-primary);
    background-color: var(--primary-color4);
    border-color: var(--primary-color4);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.secondary-btn {
    color: var(--secondary-color3);
    font-size: 0.75rem;
    line-height: 0.9375rem;
    border: 1px solid var(--secondary-color3);
    padding: 5px 10px;
    border-radius: 20px;
    text-decoration: none;
}

.secondary-btn:hover {
    border-color: var(--theme-br2);
    color: var(--theme-br2);
}

.secondary-btn1,
a.secondary-btn1,
.secondary-btn1:focus,
a.secondary-btn1:focus {
    color: var(--white-color);
    background-color: var(--secondary-color3);
    border-color: var(--secondary-color3);
}

.secondary-btn1:hover,
a.secondary-btn1:hover {
    color: var(--white-color);
    background-color: #737c9f;
    border-color: #737c9f;
}

.disable-btn,
a.disable-btn,
.disable-btn:focus,
a.disable-btn:focus {
    color: var(--white-color);
    background-color: rgb(0, 0, 0, 0.03);
    border-color: var(--theme-br3);
    pointer-events: none !important;
}

.disable-btn:hover,
a.disable-btn:hover {
    color: var(--secondary-color3);
    background-color: var(--tertiary-color);
    border-color: var(--tertiary-color);
}

.mr20 {
    margin-right: 20px;
}

.form-control {
    background: transparent;
    padding: 10px 15px;
    color: var(--white-color);
    border-color: var(--theme-br);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media only screen and (max-width : 575px) {
    .form-control {
        padding: 6px 8px;
    }
}

.form-control:disabled {
    background: var(--theme-bg) !important;
    border-color: transparent;
    cursor: not-allowed;
}

.form-control:focus {
    /* background: var(--theme-bg) !important; */
    border-color: var(--theme-br2);
    outline: 0;
    box-shadow: none;
    color: var(--white-color);
}

.form-control.white {
    color: #fff !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.form-control.white:focus {
    color: #fff !important;
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-br2) !important;
}

input::placeholder,
textarea::placeholder {
    color: var(--grey-color) !important;

}


.forget-pass-body,
.login-body {
    background: url('../images/loginbg.webp') !important;
    background-size: cover !important;
}


.login-form,
.auth-section {
    background: transparent;
    position: relative;
}

.login-form .logo::before,
.login-form::before,
.auth-section .logo::before,
.auth-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    filter: blur(1px);
    border: 2px rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
    border-radius: 5px;
}

.login-form .logo img,
.auth-section .logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.login-form .logo,
.auth-section .logo {
    width: 120px;
    height: 120px;
    border: 2px solid rgba(255, 255, 255, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    /* top: -50%; */
    /* transform: translateY(50%); */
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.login-form .logo::before,
.auth-section .logo::before {
    border-radius: 50%;
    fill: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(25px);
}


.login-form input,
.auth-section input {
    background: var(--theme-bg0) !important;
    border: 1px solid var(--theme-br3);
    color: var(--white-color) !important;
}

.login-form input::placeholder,
.auth-section input::placeholder,
.login-form input:focus,
.auth-section input:focus {
    /* background: var(--white-color)!important;
    color: var(--white-color)!important;   */
}

.login-form .sub-heading,
.login-form .forgot-link,
.auth-section .sub-heading,
/* .login-form input:target::placeholder,
.auth-section input:target::placeholder, */
.auth-section .forgot-link {
    color: rgba(0, 0, 0, 0.6) !important;
}


.footer-text {
    background: #ffffff1e;
}

.wrapper {
    width: 100%;
}

.forget-pass-body,
.login-body {
    /* background: var(--theme-bg2)!important; */
    background: url('../images/login-background.webp') !important;
    background-size: 100% 100% !important;
    transition: 0.4s;
}

.btn-primary {
    background-color: var(--primary-color) !important
}

.btn-light {
    color: #000 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.btn-light.active {
    box-shadow: none !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.form-item-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    padding: 0 10px;
    border-radius: 5px;
    gap: 10px;
    border: 1px solid #0007191F;
}

.form-item-in i {
    color: #00121A;
}

.form-item-in input {
    border: 0 !important;
    background: transparent !important;
    outline: none !important;
    padding-left: 0!important;
    padding-right: 0!important;
    color: #000 !important;
}
.user-section-card {
    width: 100%;
    max-width: 415px;
    height: calc(100% - 60px);
    border-radius: 10px;
    background: var(--primary-color);
    color: var(--white-color);
    padding-bottom: 10px;
}
.user-section-card .top-content{
    padding: 40px 30px;
    padding-bottom: 0;
}
.user-section-card .top-content .sitelogo{
    width: 240px;
    margin-bottom: 18px;
}
.user-section-card .top-content .main-title,
.user-section-card .top-content .description{
    font-weight: 700;
    font-size: 34px;
    font-family: inter;
    color: #000;
}
.user-section-card .top-content .description{
    font-weight: 400;
    font-size: 16px;
}
.slider-main-image {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.slider-main-image::before,
.slider-main-image::after{
    content: '';
    height: 100%;
    width: 50px;
    top: 0;
    right: -20px;
    background: var(--primary-color);
    filter: blur(20px);
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.slider-main-image::after{
    right: auto;
    left: -20px;
}
@keyframes slider-image-running {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.slider-main-image img {
    display: block;
    animation: slider-image-running 50s linear infinite;
    height: 100%;
}
.tabs-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.dt-button,
.btn.btn-outline,
.btn.btn-white,
.btn.btn-primary {
    transition: 0.4s;
    position: relative;
}

.dt-button:hover,
.btn.btn-outline:hover,
.btn.btn-white:hover,
.btn.btn-primary:hover {
    box-shadow: 0 0.5em 1.5em -0.5em var(--primary-color) !important;
    border-radius: 0 !important;
    border-color: var(--primary-color);
}

.dt-button::before,
.btn.btn-outline::before,
.btn.btn-white::before,
.btn.btn-primary::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    top: -4px;
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s;
}

.dt-button::after,
.btn.btn-outline::after,
.btn.btn-white::after,
.btn.btn-primary::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    pointer-events: none;
    opacity: 0;
    right: 0;
    bottom: -4px;
    transition: all 0.4s;
}

.btn.btn-white:hover::before,
.btn.btn-outline:hover::before,
.btn.btn-primary:hover::before,
.dt-button:hover::before,

.dt-button:hover::after,
.btn.btn-white:hover::after,
.btn.btn-outline:hover::after,
.btn.btn-primary:hover::after {
    opacity: 1;
}

.dt-button:hover::before,
.btn.btn-white:hover::before,
.btn.btn-outline:hover::before,
.btn.btn-primary:hover::before {
    width: 100%;
}

.dt-button:hover::after,
.btn.btn-white:hover::after,
.btn.btn-outline:hover::after,
.btn.btn-primary:hover::after {
    width: 100%;
}

.user-section-card h1 {
    font-size: 3rem;
}

.auth-section {
    margin-top: 20px !important;
    display: inline-block;
}

.form-color.color-input::-webkit-color-swatch {
    border: 1px solid transparent !important;
}

.setting-box {
    border: 1px solid var(--theme-br3);
}

/* css raj 27-dec-2024 */

/* .container-wrapper  */
.container-wrapper {
    background: var(--body-bg);
}

/* .container-wrapper  */

/* sidebar css */
.sidebar.sidebar-show {
    padding: 20px;
}
.sidebar-menu {
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, #000 20%, var(--rgba-primary-5) 100%);
}
.sidebar-menu li.profile.style-2 {
    border: 0;
    border-radius: 5px;
    overflow: hidden;
}
.sidebar-menu li.profile.style-2 {
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
}
.sidebar-menu li.profile.style-2 {
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
}
.sidebar-menu li.profile.style-2 .profile-pic{
    border-radius: 5px;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
.sidebar-menu li.profile.style-2 .profile-pic img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.under-sub-menu{
    height: 45% !important; 
    border-bottom: 1px solid var(--theme-br);
    overflow-y: auto;
}
/* sidebar css */

/* login page css */
.btn-wrapper-login .signbtn,
.btn-wrapper .signbtn:focus{
    background: var(--primary-color) !important;
    font-weight: 600;
    font-size: 14px;
    border: 0;
    border-radius: .25rem !important;
    outline: 0 !important;
    box-shadow: none !important;
    padding: .375rem .75rem !important;
    color: #000 !important;
}
/* Autofill Background Fix (Chrome, Edge, Safari) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

/* Firefox Autofill Fix */
input:-moz-autofill {
    box-shadow: 0 0 0 1000px #fff inset !important;
}

.signup .dark-link{
    font-weight: 500;
    font-size: 14px;
    color: #00121A !important;
}
.form-item .form-item-in input{
    background: transparent !important;
}
/* login page css */

/* ui-pnotify-text */
.ui-pnotify-text p{
    color: #000;
    margin-bottom: 0;
}
/* ui-pnotify-text */

/* css raj 27-dec-2024 */