:root {
    /* raj css vars */
    --rgba-primary-1: rgb(255, 20, 81, 0.1);
    --rgba-primary-2: rgb(255, 20, 81, 0.2);
    --rgba-primary-3: rgb(255, 20, 81, 0.3);
    --rgba-primary-4: rgb(255, 20, 81, 0.4);
    --rgba-primary-5: rgb(255, 20, 81, 0.5);
    --rgba-primary-6: rgb(255, 20, 81, 0.6);
    --rgba-primary-7: rgb(255, 20, 81, 0.7);
    --rgba-primary-8: rgb(255, 20, 81, 0.8);
    --rgba-primary-9: rgb(255, 20, 81, 0.9);
    --primary-color: #FF3637;
    --primary-hover: #ee0f4b;
    --primary-gradient: linear-gradient(92.54deg, #FF1451 0%, #FF3637 100%);
    --body-bg: #FFFFFF;
    --bg-white: #FFFFFF;
    --bg-dark: #212121;
    --bg-dark-10: rgba(1, 1, 1, 0.1);
    --bg-dark-50: rgba(1, 1, 1, 0.5);
    --bg-light-05: rgba(217, 217, 217, 0.05);
    --bg-white-05: rgba(255, 255, 255, 0.05);
    --sidebar-bg: #1c1c1c;
    --text-dark: #010101;
    --text-light: #fff;
    --text-light-50: rgba(255, 255, 255, 0.5);
    --theme-br-white: rgba(255, 255, 255, 0.2);
    --theme-br-dark: rgba(1, 1, 1, 0.1);
    --white-color: #fff;
    --black-color: #010101;
    --theme-bg: rgb(242, 242, 242);
    --theme-color: rgba(1, 1, 1, 0.6);
    --theme-br: rgba(0, 0, 0, 0.2);
    --btn-color: var(--white-color);
    /* raj css vars */
    
    --secondary-color: #FDDB8A;
    --secondary-color2: #CDD4ED;
    --secondary-color3: #8B93B1;
    --tertiary-color: #fff;
    --hover-color: #0D1216;
    --black-bg: #000;
    --danger-color: #FF4D4D;
    --danger-color2: #FF4A4A;
    --danger-color3: #ec4242;
    --primary-color5: #FFC700;
    --primary-color6: #FFC700;
    --primary-color7: #FFC700;
    --grey-color: #646464;
    --theme-bg2: #f2f2f2;
    --theme-br2: #FFC700;
    --theme-br3: rgba(1, 1, 1, 0.15);
}

.dark-theme-color {
    --theme-bg2: #101010;
    --theme-color2: rgba(255, 255, 255, 0.60);
    --grey-color: #d1d1d1;
    --theme-br3: rgba(255, 255, 255, 0.15);
    --tertiary-color: #fff;

    /* raj css vars */
    --body-bg: #262626;
    --bg-white: #000000;
    --bg-dark: #ffffff;
    --bg-dark-10: rgba(255, 255, 255, 0.1);
    --bg-dark-50: rgba(255, 255, 255, 0.5);
    --bg-dark-05: rgba(217, 217, 217, 0.05);
    --sidebar-bg: #303030;
    --text-dark: #fff;
    --text-light: #010101;
    --bg-light-05: rgba(0, 0, 0, 0.05);
    --text-light-50: rgba(0, 0, 0, 0.5);
    --theme-bg: rgba(255,255,255,0.1);
    --theme-br: rgba(255, 255, 255, 0.2);
    --theme-color: rgba(255, 255, 255, 0.6);
    /* raj css vars */
}

.flex-1{
    flex: 1;
}

.bg-primary{
    background: var(--primary-color) !important;
}

.bg-white {
    background: var(--theme-bg) !important;
}

p {
    color: var(--theme-color);
}

.text-dark {
    color: var(--text-dark) !important;
}

.text-light {
    color: var(--text-light) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.primary-hover {
    color: var(--primary-hover) !important;
}

.red-clr {
    color: var(--danger-color);
}

.theme-text-color {
    color: var(--theme-color) !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;
    }
}

/* Block Size */
.block-size li,
.block-size .nav-item{
    min-width: fit-content;
}
/* Block Size */

/* Scrollbar Thin */
.scrollbar-thin {
    overflow: auto;
}

/* Scrollbar */
.scrollbar-thin::-webkit-scrollbar {
    height: 5px; /* Horizontal scrollbar height */
    cursor: pointer;
}

/* Scrollbar Track */
.scrollbar-thin::-webkit-scrollbar-track {
    height: 10px;
}

/* Scrollbar Thumb */
.scrollbar-thin::-webkit-scrollbar-thumb {
    background-color: rgba(100, 100, 100, 0.5);
    border-radius: 10px;
    transition: background-color 0.3s ease;
    cursor: pointer; /* Pointer cursor added */
}
/* Hover Effect on Thumb */
.scrollbar-thin::-webkit-scrollbar-thumb:hover {
    background: rgba(100, 100, 100, 0.8); /* Darker on hover */
}

/* Optional: Scrollbar corner (if both vertical & horizontal present) */
.scrollbar-thin::-webkit-scrollbar-corner {
    background: transparent;
}
  
/* Scrollbar Thin */

/* Breadcumb */

.breadcrumb-design {
    align-items: baseline;
    margin: 0px 0px 10px 0px;
}

.breadcrumb-design .breadcrumb-item a {
    color: var(--text-light);
    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-light);
    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: 500;
    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-light);
}

.table-design.table tbody tr td {
    vertical-align: middle;

}

.table-design.table .field-design tr td {
    padding: 10px 30px!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-light);
    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-light);
    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-light) !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-light);
}

.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-light);
    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-light);
    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-light);
    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(--theme-color);
    box-shadow: none;
    outline: none !important;
    outline-offset: 0;
    border-color: var(--primary-color);
}

.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-light);
    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-light);
    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-light);
    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(--text-dark);
}


/* 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-light);
}

.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-light);
    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(--theme-color);
    line-height: 1.1875rem;
}


/* Pagination CSS End */


/* Tags Input Css */

div.tagsinput div,
div.tagsinput span.tag {
    display: block;
    float: left
}

div.tagsinput {
    background: transparent;
    padding: 5px 15px 5px;
    height: auto;
    overflow-y: auto;
    border-radius: 5px;
    min-height: 40px;
    border: 1px solid var(--theme-br);
}

div.tagsinput span.tag {
    border: 1px solid var(--theme-br3);
    -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(--theme-color) !important;
    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;
    color: var(--danger-color3) !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(--btn-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.blue-btn-outline,
a.blue-btn-outline,
.blue-btn-outline:focus,
a.blue-btn-outline:focus {
    color: var(--text-dark);
    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(--btn-color);
    background-color: var(--danger-color);
    border-color: var(--danger-color);
}

.red-btn:hover,
a.red-btn:hover {
    color: var(--btn-color);
    background-color: var(--danger-color3);
    border-color: var(--danger-color3);
}

.red-btn-outline,
a.red-btn-outline,
.red-btn-outline:focus,
a.red-btn-outline:focus {
    transition: 0.3s;
    color: var(--danger-color);
    border-color: var(--danger-color);
}

.red-btn-outline:hover,
a.red-btn-outline:hover {
    color: var(--white-color);
    background-color: var(--danger-color3);
    border-color: var(--danger-color3);
    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(--primary-color);
    color: var(--primary-color);
}

.secondary-btn1,
a.secondary-btn1,
.secondary-btn1:focus,
a.secondary-btn1:focus {
    color: var(--btn-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.secondary-btn1:hover,
a.secondary-btn1:hover {
    color: var(--btn-color);
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

.disable-btn,
a.disable-btn,
.disable-btn:focus,
a.disable-btn:focus {
    color: var(--text-dark);
    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(--theme-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 !important;
}

.form-control:focus {
    background: transparent !important;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
    color: var(--theme-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(--primary-color) !important;
}

input::placeholder,
textarea::placeholder {
    color: var(--theme-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(--black-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,
.auth-section .forgot-link {
    color: var(--theme-color) !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: var(--btn-color) !important;
    background-color: #efefef !important;
    border-color: transparent !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: 6px;
    gap: 10px;
    position: relative;
    border: 1px solid var(--theme-br);
}

.form-item-in i {
    color: var(--text-dark);
}

.form-item-in input {
    border: 0 !important;
    background: transparent !important;
    outline: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.user-section-card {
    background: url(../default/images/login-pr.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0px;
}

.user-section-card .top-content {
    padding: 35px;
    padding-bottom: 0;
    max-width: 570px;
}

.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: 50px;
    font-family: inter;
    color: var(--white-color);
    line-height: 1.3;
}

.user-section-card .top-content .main-title .theme-stroke-text{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
    font-family: monospace; 
}

.user-section-card .top-content .description {
    font-weight: 400;
    font-size: 14px;
    color: var(--white-color);
    line-height: 1.7;
}

.user-section-card .top-content .description span{
    font-weight: 500;
}

.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-top-left-radius: 40px !important;
    border-color: var(--primary-color);
    border-bottom-right-radius: 40px !important;
}

.dt-button::before,
.btn.btn-outline::before,
.btn.btn-white::before,
.btn.btn-primary::before {
    content: "";
    width: 4px;
    height: 40%;
    background-color: var(--primary-color);
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s;
}

.dt-button::after,
.btn.btn-outline::after,
.btn.btn-white::after,
.btn.btn-primary::after {
    content: "";
    width: 4px;
    height: 40%;
    background-color: var(--primary-color);
    position: absolute;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    pointer-events: none;
    opacity: 0;
    right: 0;
    transition: all 0.2s;
}

.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 {
    height: 60%;
    opacity: 1;
}

.dt-button:hover::before,
.btn.btn-white:hover::before,
.btn.btn-outline:hover::before,
.btn.btn-primary:hover::before {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    transform: translate(5px, -15px) rotate(45deg);
}

.dt-button:hover::after,
.btn.btn-white:hover::after,
.btn.btn-outline:hover::after,
.btn.btn-primary:hover::after {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    transform: translate(-5px, 15px) rotate(45deg);
} */

/* No Style */
.btn-no-style{
    border-radius: 5px;
}
.btn-no-style::before,
.btn-no-style::after{
    display: none!important;
}
.btn-no-style:hover{
    border-radius: 5px!important;
    box-shadow: unset!important;
}
/* No Style */

.user-section-card h1 {
    font-size: 3rem;
}
.auth-section {
    margin-top: 0px !important;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    padding: 40px;
    background: var(--bg-dark-05)!important;
    border: 1px solid var(--theme-br)!important;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.auth-section .heading{
    color: var(--white-color)!important;
}

.auth-section .forgot-link{
    display: block;
    text-align: right;
    color: var(--primary-color)!important;
}
@media only screen and (max-width: 575px){
    .auth-section {
        padding: 30px 15px;
    } 
}
.auth-section .sitelogo{
    width: 260px;
    margin-bottom: 30px;
}

.form-color.color-input::-webkit-color-swatch {
    border: 1px solid transparent !important;
}

.setting-box {
    border: 1px solid var(--theme-br3);
}

.listing-list li input:focus {
    background: transparent !important;
    color: var(--theme-color);
}

/* css by raj 20-dec-2024 */

/* for email content */
.border-wrapper-box {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    color: var(--theme-color);
}

.with-copy {
    position: relative;
}

/* .with-copy::after{
    content: "\f0c5";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    cursor: pointer;
    top: 10px;
    right: 12px;
} */
.form-control:disabled,
.form-control[readonly] {
    background: transparent !important;
}

.codeOutput {
    /* Hide scrollbar for WebKit-based browsers (Chrome, Edge, Safari, etc.) */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.codeOutput::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width : 575px) {
    .border-wrapper-box {
        padding: 10px;
    }

    .with-copy::after {
        top: 7px;
    }
}

.nav-tabs-style-1 .nav-tabs .nav-link {
    color: var(--theme-color);
    background: transparent;
    border: 1px solid var(--theme-br);
    border-bottom: 0;
}

.nav-tabs-style-1 .nav-tabs .nav-link.active {
    color: var(--black-color);
    font-weight: 500;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.nav-tabs-style-1+.tab-content {
    border: 1px solid var(--theme-br3);
    /*border-top: 0; */
    padding: 15px;
    border-radius: 0 0 5px 5px;
    color: var(--theme-text-color);
}

.nav-tabs {
    border: 0 !important;
}

/* for email content */

/* css by raj 20-dec-2024 */
.note-editable {
    color: var(--theme-color);
}

.btn-close {
    color: var(--theme-color) !important;
}

.dark-theme-color .btn-close {
    filter: invert(1) !important;
}


.sticky-header {
    position: sticky;
    top: 30px;
    background: var(--body-bg);
    padding: 10px 0 20px 0px;
    z-index: 103;
}

.sticky-header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1000px;
    background: var(--body-bg);
    z-index: -1;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width : 991px) {
    .sticky-header {
        top: 70px;
    }
}

.sticky-top {
    position: sticky;
    top: 100px;
    z-index: 101;
}

.with-copy .note-editor.note-airframe .note-editing-area .note-editable {
    height: 400px;
    /* background: #fff; */
}
.with-copy .note-editor.note-airframe .note-editing-area .note-editable p{
    color: var(--theme-color) !important;
}
@media(min-width: 1600px) {

    .with-copy .note-editor.note-airframe .note-editing-area .note-editable {
        height: 500px;
    }
}

.form-control:disabled,
.form-control[readonly] {
    cursor: pointer;
}


/* css raj 22-feb-2025 */

/* login page css */
.theme-logo{
    margin-bottom: 25px;
}

.checkStatus{
    position: fixed;
    top: 10px;
    right: 10px;
    display: none;
}
.checkStatus span{
    display: block;
}
.login-body{
    background: #252525 !important;
}
.btn-wrapper-login .signbtn,
.btn-wrapper .signbtn:focus{
    background: linear-gradient(92.54deg, #FF1451 0%, #FF3637 100%)!important;
    font-weight: 600;
    font-size: 14px;
    border: 0;
    border-radius: 5px !important;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 10px !important;
    color: var(--white-color) !important;
}
/* Autofill Background Fix (Chrome, Edge, Safari) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: var(--text-dark) !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Firefox Autofill Fix */
input:-moz-autofill {
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: var(--text-dark);
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}

.signup .dark-link{
    font-weight: 500;
    font-size: 14px;
    color: var(--primary-color) !important;
}
.form-item .form-item-in input{
    background: transparent !important;
    border-radius: 0;
    color: var(--white-color) !important;
}
.login-bg-after{
    position: relative;
}
.login-bg-after::after{
    content: '';
    background: #252525 url('../images/login-bg-after.png');
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
}
.auth-section .sub-heading-border{
    position: relative;
    padding-bottom: 35px;
    display: inline-block;
}
.auth-section .sub-heading-border::after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.8;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.32) 49%, rgba(255, 255, 255, 0.08) 100%);
}
.user-section-card .bottom-content{
    position: relative;
    margin-top: auto;
}
.user-section-card .bottom-content .media-img{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 540px;
    margin: auto;
}
.user-section-card .bottom-content .media-img img{
    object-fit: contain;
    height: 100%;
}
/* .user-section-card .bottom-content::before,
.user-section-card .bottom-content::after{
    content: '';
    height: 150%;
    width: 45px;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    background: var(--white-color);
    filter: blur(15px);
    position: absolute;
    z-index: 2;
    pointer-events: none;
} */
.user-section-card .bottom-content::after{
    right: auto;
    left: -20px;
}
.form-item label{
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color);
}
.testimonails-card{
    position: relative;
    background: #252525 !important;
    border-radius: 10px !important;
    color: var(--white-color) !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimonails-card::after{
    content: '';
    position: absolute;
    pointer-events: none;
    background: url(../images/testimonails-card-after.png) no-repeat;
    bottom: 15px;
    right: 15px;
    height: 90px;
    width: 75px;
    transform: rotate(7deg);
}
.testimonails-card p {
    color: var(--white-color) !important;
    /* margin-bottom: 30px; */
    font-weight: 400;
    font-size: 14px;
}
.testimonails-card .user-content .username {
    color: var(--white-color) !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
}
.testimonails-card .user-content span {
    font-weight: 400;
    font-size: 12px;
    color: var(--text-light-50) !important;
}
.testimonails-card .user-img{
    border: 0 !important;
}
/* login page css */

/* ui-pnotify-text */
.alert-danger{
    background: var(--danger-color) !important;
    background-color: var(--danger-color) !important;
    border-color: var(--danger-color) !important;
}
.ui-pnotify-text p{
    margin-bottom: 0;
}
/* ui-pnotify-text */

/* css raj 22-feb-2025 */

/* css raj 12-march-2025 */
/* for body bg */
body.with-blur-and-bg {
    background: #000 url(../images/body-bg.png) center/cover no-repeat !important;
    background-attachment: fixed !important;
}
.container-wrapper{
    /* backdrop-filter: blur(15px); */
}
/* for body bg */

/* data table css */
.page-item.active .page-link{
    color: var(--text-dark) !important; 
}
/* data table css */

/* create-first */
.create-first{
    min-height: calc(100vh - 100px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
@media only screen and (max-width : 991px){
    .create-first{
        min-height: calc(100vh - 140px);
    }
}
.create-first .description{
    font-weight: 500;
    font-size: 18px;
    color: var(--text-dark);
    margin: 0;
}
/* create-first */

/* info-tooltip */
.modal-title .info-tooltip{
    font-size: 16px;
}
/* info-tooltip */

/* createAvatarModal-box */
.createAvatarModal-box{
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: 0.4s;
    position: relative;
    .inner-content{
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: calc(100% - 40px);
    }
    img, video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.5s;
    }
    .hover-play{
        display: none;
    }
    .hover-video video{
        display: none;
    }
    &.hover-video:hover img{
        display: none !important;
    }
    &.hover-video:hover video{
        display: block;
    }
}
.createAvatarModal-box .title{
    font-weight: 500;
    font-size: 18px;
    color: var(--white-color);
    margin-bottom: 5px;
    text-wrap: nowrap;
    z-index: 2;
}
.createAvatarModal-box .description{
    margin-bottom: 0;
    font-size: 14px;
    color: var(--white-color);
    margin-bottom: 0;
}
.createAvatarModal-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.createAvatarModal-box::after{
    position:absolute;
    content:"";
    z-index:1;
    opacity:1;
    left: 0;
    bottom:0;
    width:100%;
    height:100px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); */
    background: linear-gradient(180deg, rgba(255, 54, 55, 0) 0%, #FF3637 100%);
    transition: 0.4s;
}
.createAvatarModal-box:hover::after{
    background: linear-gradient(180deg, rgba(255, 54, 55, 0) 0%, #FF3637 100%);
}
.createAvatarModal-box:hover{
    border-color: var(--primary-color);
}   
/* createAvatarModal-box */

/* .nav-pills.nav-pills-style-1 */
.nav-pills.nav-pills-style-1{
    display: inline-flex;
    width: fit-content;
    padding: 5px;
    background: var(--theme-bg);
    border-radius: 50px;
}
.nav-pills.nav-pills-style-1 .nav-item .nav-link {
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 25px !important;
    color: var(--theme-color);
    font-weight: 500;
}
.nav-pills.nav-pills-style-1 .nav-item .nav-link.active{
    color: var(--white-color) !important;
}
.nav-pills.nav-pills-style-1.nav-pills-with-gradient{
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    gap: 15px;
}
.nav-pills.nav-pills-style-1.nav-pills-with-gradient .nav-item .nav-link {
    padding: 10px 15px !important;
    border-radius: 0;
    border-bottom: 1px solid transparent;
}
.nav-pills.nav-pills-style-1.nav-pills-with-gradient .nav-item .nav-link.active{
    background: linear-gradient(180deg, transparent 0%, var(--rgba-primary-2) 100%) !important;
    border-color: var(--primary-color);
}
.nav-pills.nav-pills-style-1.nav-pills-with-gradient .nav-item .nav-link:hover {
    color: var(--white-color);
}
/* .nav-pills.nav-pills-style-1 */

/* .nav-pills.nav-pills-style-2 */
.nav-pills.nav-pills-style-2{
    display: inline-flex;
    width: fit-content;
    padding: 5px;
    background: var(--theme-bg);
    border-radius: 50px;
}
.nav-pills.nav-pills-style-2 .nav-item .nav-link {
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 15px !important;
    color: var(--theme-color);
    font-weight: 500;
}
.nav-pills.nav-pills-style-2 .nav-item .nav-link.active{
    color: var(--white-color) !important;
}
.nav-pills.nav-pills-style-2.nav-pills-with-gradient{
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    gap: 15px;
}
.nav-pills.nav-pills-style-2.nav-pills-with-gradient .nav-item .nav-link {
    border-radius: 5px;
    border: 1px solid var(--theme-br);
}
.nav-pills.nav-pills-style-2.nav-pills-with-gradient .nav-item .nav-link.active{
    background: var(--primary-gradient) !important;
    border-color: var(--primary-color);
}
/* .nav-pills.nav-pills-style-2 */

/* .avatar-wrapper */
.avatar-wrapper{
    position: relative;
}
.avatar-wrapper .cross-icon{
    position: absolute;
    z-index: 1;
    background: red !important;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 14px;
    cursor: pointer;
    top: 0;
    right: 0;
    transform: translate(30%, -30%);
}
.avatar-wrapper .avatar-wrapper-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* align-items: center; */
    cursor: pointer;
}
.avatar-wrapper .avatar-img {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--theme-br3);
    position: relative;
    transition: 0.3s;
}
/* .avatar-wrapper .avatar-img:hover{
    box-shadow: 0 0 10px 1px var(--primary-color);
} */

.avatar-wrapper .avatar-img .check-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 20px;
    width: 20px;
    opacity: 0;
    transition: 0.4s;
    background: var(--primary-color) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avatar-wrapper.avatar-wrapper-style-2 .check-icon {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(2px);
    border-radius: 0;
    flex-direction: column;
    gap: 10px;
}

.avatar-wrapper .avatar-img i {
    color: var(--text-primary);
    font-size: 10px;
}
.avatar-wrapper .avatar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.avatar-wrapper.avatar-wrapper-style-2 .avatar-wrapper-inner:hover .avatar-img {
    border-color: var(--primary-color);
    box-shadow: 0px 0px 20px 0px rgba(255, 30, 75, 0.40);
}
.avatar-wrapper.avatar-wrapper-style-2 .avatar-wrapper-inner:hover .avatar-img .check-icon {
    opacity: 1;
}
.avatar-wrapper.avatar-wrapper-style-2 .avatar-wrapper-inner:hover p {
    color: var(--white-color);
}
.avatar-wrapper.active .avatar-wrapper-inner p {
    color: var(--white-color);
}
.avatar-wrapper .avatar-wrapper-inner p {
    transition: 0.4s;
    text-align: center;
    &.avatar-name{
        text-align: center;
    }
}
@media (max-width:1600px) {
    .avatar-wrapper.avatar-wrapper-style-2 .avatar-img {
        height: 250px;
    }
}
@media (max-width:1400px) {
    .avatar-wrapper .avatar-img {
        height: 210px;
    }
    .avatar-wrapper.avatar-wrapper-style-2 .avatar-img {
        height: 210px;
    }
}
@media (max-width:575px) {
    .avatar-wrapper.avatar-wrapper-style-2 .avatar-img {
        height: 210px;
    }
}
.custom-upload-2.custom-upload-2-style-1{
    background: var(--theme-bg);
    backdrop-filter: blur(15px);
    border-radius: 10px;
}
.custom-upload-2.custom-upload-2-style-1 .custom-file-upload{
    height: 100%;
    border-style: solid;
    background: transparent;
}
.custom-upload-2.custom-upload-2-style-1 .custom-file-upload.custom-height{
    height: 250px;
}
@media (max-width:1600px) {
    .custom-upload-2.custom-upload-2-style-1 .custom-file-upload.custom-height{
        height: 230px;
    }
}
@media (max-width:1400px) {
    .custom-upload-2.custom-upload-2-style-1 .custom-file-upload.custom-height{
        height: 210px;
    }
}
.custom-upload-2.custom-upload-2-style-1 i{
    color: var(--theme-color);
}
/* .avatar-wrapper */

/* btn classes */
.btn.btn-white{
    background: var(--white-color) !important;
    color: var(--primary-color) !important;
}
.btn.btn-white:hover{
    background: var(--primary-color) !important;
    color: var(--white-color) !important;
}
/* btn classes */

/* uploadModal */
#uploadModal .form-check-input[type="checkbox"]{
    height: 16px !important;
    width: 16px !important;

}
/* uploadModal */

/* modal css */
.modal-backdrop{
    /* background-color: rgba(255, 255, 255, 0.01) !important; */
    background-color: var(--text-light-50) !important;
    backdrop-filter: blur(30px) !important;
}
.modal-backdrop.show{
    opacity: 1 !important; 
}
.modal-content{
    background-color: var(--theme-bg) !important;
    border-color: var(--theme-br);
    border-radius: 10px;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}
.modal-header {
    border-bottom: 0 !important;
    padding-bottom: 0;
}
.modal-footer {
    border: 0 !important;
    padding-top: 0;
}
/* modal css */

/* blur after classes */
body.with-blur-and-bg{
    position: relative;
}
body.with-blur-and-bg::after{
    position: absolute;
    content: '';
    background: rgba(2, 10, 16, 0.10);
    backdrop-filter: blur(15px);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.custom-tabs {
    padding: 10px;
    background: #ffffff0f;
    border-radius: 10px;
    backdrop-filter: blur(20px);
}
/* blur after classes */

/* css raj 12-march-2025 */