:root {
    --bs-primary: #EC2CA3 !important;
    --bs-secondary: #0D0A4D !important;
    --bs-light: #FBEAFF !important;
    --primary-color:var(--bs-primary);
    --primary-hover: #d3228f;

    /* OPACITY 0 To 01 */
    --rgba-primary-01: rgba(236, 44, 163, 0.01);
    --rgba-primary-02: rgba(236, 44, 163, 0.02);
    --rgba-primary-03: rgba(236, 44, 163, 0.03);
    --rgba-primary-04: rgba(236, 44, 163, 0.04);
    --rgba-primary-05: rgba(236, 44, 163, 0.05);
    --rgba-primary-06: rgba(236, 44, 163, 0.06);
    --rgba-primary-07: rgba(236, 44, 163, 0.07);
    --rgba-primary-08: rgba(236, 44, 163, 0.08);
    --rgba-primary-09: rgba(236, 44, 163, 0.09);

    /* OPACITY 0 To 1 */
    --rgba-primary-1: rgba(236, 44, 163, 0.1);
    --rgba-primary-2: rgba(236, 44, 163, 0.2);
    --rgba-primary-3: rgba(236, 44, 163, 0.3);
    --rgba-primary-4: rgba(236, 44, 163, 0.4);
    --rgba-primary-5: rgba(236, 44, 163, 0.5);
    --rgba-primary-6: rgba(236, 44, 163, 0.6);
    --rgba-primary-7: rgba(236, 44, 163, 0.7);
    --rgba-primary-8: rgba(236, 44, 163, 0.8);
    --rgba-primary-9: rgba(236, 44, 163, 0.9);

    --body-bg: #190310;
    --sidebar-bg: #390323;
    --theme-bg: #20131F;
    --theme-dark: #190310;
    --theme-br: rgba(255, 255, 255, 0.15);
    --theme-br2: rgba(255, 255, 255, 0.10);
    --text-danger: rgba(251, 63, 70, 1);
    --theme-white: #fff;
    --theme-text-color: #FFFFFF;
    --theme-text-color2: rgba(255, 255, 255, 0.60);
    --theme-black: #000000;
    --theme-black-low-opacity: rgba(9, 38, 51, 0.05);
    --theme-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    
    /* Tushar Var Css */
    --title-color: #FFFFFF;
    --primary-br: rgba(112, 105, 232, 0.15);
    --bg-dark: #1B101A;
    --bg-dark-05: rgba(9, 38, 51, 0.05);
    --bg-light-05: rgba(255, 255, 255, 0.05);
    --text-secondary: var(--bs-secondary);
    --light-bg: var(--bs-light);
    --text-white: #fff;
    --text-dark: #0D0A4D;

    /* Font Family */
    --font-title : "Plus Jakarta Sans", sans-serif;
    --font-base  : "Manrope", sans-serif;
    /* Tushar Var Css */

    

    --secondary-color: #FDDB8A;
    --secondary-color2: #CDD4ED;
    --secondary-color3: #8B93B1;
}

::selection{
    background-color: var(--primary-color);
    color: var(--theme-white);
}

.text-danger {
  color: var(--text-danger) !important;
}

.scroll-none{
    scrollbar-width: none;
}

.text-warning {
  color: rgba(255, 136, 18, 1) !important;
}

.text-info {
  color: rgba(35, 157, 254, 1) !important;
}

.text-success {
  color: rgba(76, 175, 80, 1) !important;
}


.invert-0{
    filter: invert(0);
}
.invert-1{
    filter: invert(1) !important;
}

.theme-text-color{
    color: var(--theme-text-color);
}

.bg-white {
    background: var(--theme-white) !important;
}

.bg-light{
    background: #FBF9F9 !important;
}

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

/* p {
    color: var(--theme-text-color);
} */

.disabled-btn {
    pointer-events: none;
    opacity: 0.6;
}

.text-dark {
    color: var(--theme-black) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.red-clr {
    color: var(--text-danger);
}

body {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

@media (max-width: 991px) {
    .row::-webkit-scrollbar {
        display: none !important;
    }
}

button,
a {
    cursor: pointer;
}

.w700 {
    font-weight: 700;
}

.w600 {
    font-weight: 600;
}

.w500 {
    font-weight: 500;
}

.w800 {
    font-weight: 800;
}

.gap1 {
    gap: 20px;
}

.rounded-12 {
    border-radius: 12px;
}

.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;
    }
}



/* Tushar Custom Css  */
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6,
.title{
    color: var(--theme-white);
    font-family: var(--font-title);
}

.title-line,
.title-line1,
button,.btn,
.menu-title{
    font-family: var(--font-title) !important;
}


.two-line-ellipsis {
    max-width: 220px;
    line-height: 1.4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.modal-backdrop.show{
    opacity: 0.8 !important;
}
.details-modal{
    
}
.theme-box{
    padding: 15px;
    border: 1px solid var(--theme-br);
    border-radius: 12px;
    background-color: var(--theme-dark);
    .form-group{
       .text-area{
        position: relative;
        i{
            position: absolute;
            bottom: 12px;
            right: 12px;
            color:var(--primary-color);
        }
       }
    }
}

.title{
    font-weight: 600;
    color: var(--title-color);
}

.flex-1{flex: 1;}
.flex-2{flex: 2;}
.flex-3{flex: 3;}

.radius-1{ border-radius: 0.25rem;}
.radius-2{ border-radius: 0.375rem;}
.radius-3{ border-radius: 0.5rem;}
.radius-4{ border-radius: 1rem;}
.radius-5{ border-radius: 2rem;}
.radius-circle{ border-radius: 50%;}
.radius-pill{ border-radius: 50rem;}

.link-line{
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    text-decoration: underline;
}
.fs-10{font-size: 10px !important;}
.fs-12{font-size: 12px !important;}
.fs-14{font-size: 14px !important;}
/* Tushar Custom Css  */

/* Breadcumb */

.breadcrumb-design {
    align-items: baseline;
    margin: 0px 0px 10px 0px;
}

.breadcrumb-design .breadcrumb-item a {
    color: var(--theme-white);
    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(--theme-white);
    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: 1.25rem 1.25rem 1.25rem 1.25rem;
    border: 1px solid var(--theme-br);
}

.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(--theme-white);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--theme-white);
}

.table-design.table tbody tr td {
    vertical-align: middle;

}

.table-design.table .field-design tr td {
    padding: 1rem 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(--theme-white);
    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{
    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: 500 !important;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--theme-white) !important; 
    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(--theme-white) !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(--theme-white);
}

.fiter-drop.bootstrap-select .dropdown-menu li a:hover {
    /*color: var(--primary-color);*/
    /*background-color: var(--theme-white);*/
}

.fiter-drop.bootstrap-select .dropdown-item.active {
    color: var(--theme-white);
    background-color: var(--theme-white);
}


/* 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-bg);
    backdrop-filter: blur(15px);
    /*padding: 16px 15px !important;*/

    font-size: 14px;
    color: var(--theme-white) !important;
    /*min-height: 100%;*/
    /*height:2.75rem;*/
    display: flex !important;
    align-items: center !important;
    box-shadow: 0px solid var(--theme-white) !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline: 0px solid var(--theme-white) !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(--theme-white);
}

.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(--theme-white);
    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(--theme-white);*/
/*}*/

.custom-drop.bootstrap-select .dropdown-item.active {
    color: var(--theme-white);
    background-color: var(--theme-white);
}

.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-white);
    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(--theme-white);
    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(--theme-white);
    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(--theme-white);
    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;
}
.form-label {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    color: var(--theme-text-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(--theme-white);
}

.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(--theme-white);
    line-height: 1.1875rem;
    border: 1px solid var(--theme-br);
    box-shadow: none;
    outline: none;
    border-radius: 8px;
}

.pagination input::placeholder {
    font-size: 14px;
    color: var(--theme-white);
    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(--theme-white)000;
    font-size: 14px;
    line-height: 1.0625rem;
    border-radius: 5px;
}

div.tagsinput span.tag a {
    color: var(--theme-white)000;
    text-decoration: none;
    font-weight: 600
}

div.tagsinput input {
    border: 1px solid transparent;
    background: 0 0;
    color: var(--theme-white);
    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(--text-danger) !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-text-color); */
    color: var(--theme-white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.blue-btn:hover,
a.blue-btn:hover {
    color: var(--theme-white);
    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(--theme-white);
    background-color: transparent;
    border-color: var(--theme-br);
}

.blue-btn-outline:hover,
a.blue-btn-outline:hover {
    color: var(--theme-white);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.red-btn,
a.red-btn,
.red-btn:focus,
a.red-btn:focus {
    color: var(--theme-white);
    background-color: var(--text-danger);
    border-color: var(--text-danger);
}

.red-btn:hover,
a.red-btn:hover {
    color: var(--theme-white);
    background-color: var(--text-danger);
    border-color: var(--text-danger);
}

.red-btn-outline,
a.red-btn-outline,
.red-btn-outline:focus,
a.red-btn-outline:focus {
    transition: 0.3s;
    color: var(--text-danger);
    border-color: var(--text-danger);
}

.red-btn-outline:hover,
a.red-btn-outline:hover {
    color: var(--theme-white);
    background-color: var(--text-danger);
    border-color: var(--text-danger);
    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(--theme-white);
    background-color: var(--secondary-color3);
    border-color: var(--secondary-color3);
}

.secondary-btn1:hover,
a.secondary-btn1:hover {
    color: var(--theme-white);
    background-color: #737c9f;
    border-color: #737c9f;
}

.disable-btn,
a.disable-btn,
.disable-btn:focus,
a.disable-btn:focus {
    color: var(--theme-black);
    background-color: rgb(0, 0, 0, 0.03);
    border-color: var(--theme-br);
    pointer-events: none !important;
}

.disable-btn:hover,
a.disable-btn:hover {
    color: var(--secondary-color3);
    background-color: var(--theme-white);
    border-color: var(--theme-white);
}

.mr20 {
    margin-right: 20px;
}

input.form-control,
.form-control {
    background: var(--theme-bg);
    padding: 10px 15px;
    color: var(--text-white);
    border-color: var(--theme-br);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    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(--bg-light-05) !important;
    border-color: var(--primary-color) !important;
    outline: 0;
    box-shadow: none;
    color: var(--theme-text-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-text-color2) !important;
}



.login-form,
.auth-section {
    background: transparent;
    position: relative;
}

.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-br);
    color: var(--theme-white) !important;
}

.login-form input::placeholder,
.auth-section input::placeholder,
.login-form input:focus,
.auth-section input:focus {
    /* background: var(--theme-white)!important;
    color: var(--theme-white)!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: var(--theme-text-color2) !important;
}


.footer-text {
    background: #ffffff1e;
}

.wrapper {
    width: 100%;
}

.forget-pass-body,
.login-body {
    background: var(--body-bg)!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(--theme-white) !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.btn-white {
    color: var(--text-dark) !important;
    background-color: #fff !important;
    border-color: #fff !important;
    &:hover{
        color: var(--text-white) !important;
        background-color: var(--primary-color) !important;
        border-color: var(--primary-color) !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: var(--theme-bg);
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    .input-icon{
        width: 73px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);    
        i{
            color: var(--text-white);
            font-size: 22px;
        }
    }
    .form-control{
        padding: 15px 25px !important;
        background: transparent !important;
        font-size: 16px;
        border-radius: 0;
        color: var(--text-white) !important;
        height:65px;
    }
    .toggle-password{
        top: 50%;
        right: 20px;
        transform: translate(0px, -50%);
    }
    @media only screen and (max-width: 1400px) {
        border-radius: 10px!important;
        .input-icon{
            height:40px;
            i{
                font-size: 18px;
            }
        }
        .form-control{
            height:40px;
        }
    }
}

.auth-wrapper{
    width: 100%;
    height: 100%;
    min-height: 800px;
    background-image: url('../images/bg-login.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
    @media only screen and (max-width: 1400px) {
        min-height: 600px;
    }
    .login-bg-icon {
        position: absolute;
        width: 70px;
        height: 70px;
        top: 15%;
        right: 6%;
    }
}

.form-item-in input {
    border: 0 !important;
    background: transparent !important;
    outline: none !important;
    padding-left: 0!important;
    padding-right: 0!important;
    color: var(--text-secondary) !important;
}
.user-section-card {
    width: 100%;
    height: 100%;
    border-radius: 0;
    color: var(--title-color);
    position: relative;
    overflow: hidden;
}
.user-section-card .top-content{
    padding: 40px;
    padding-bottom: 0;
    .tag-line{
        background: linear-gradient(90deg, rgba(224, 68, 165, 0.15) 0%, rgba(93, 15, 72, 0.15) 100%);
        margin-top: 30px;    
        padding: 8px 20px;
        border-left: 3px solid var(--primary-color);
        font-family: var(--font-title);
        font-weight: 500;
        font-size: 28px;
        letter-spacing: 3%;
        text-transform: capitalize;
        color: var(--primary-color);
    }
}
.user-section-card .top-content .sitelogo{
    width: 240px;
    margin-bottom: 18px;
}
.user-section-card .top-content{
    max-width: 800px; 
    .main-title{
        color: var(--theme-text-color);
        font-weight: 800;
        font-size: 70px;
        letter-spacing: 1px;
        line-height: normal;
        @media only screen and (max-width: 1400px) {
            font-size: 58px;
            line-height: normal;
        }
    }
}
.user-section-card .top-content .description{
    font-weight: 400;
    font-size: 16px;
}

.user-section-card .bottom-content{
    max-width: calc(100% - 60px) !important;
    margin: auto auto 40px;
    .media-img{
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        img{
            object-fit: contain;
            height: 100%;
            width: 100%;
        }
    }
}

.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);
}

.user-section-card h1 {
    font-size: 3rem;
}

.auth-section {
    margin-top: 20px !important;
    display: inline-block;
}

.auth-section {
    display: inline-block;
    width: 100%;
    max-width: calc(100% - 120px);
    min-height: calc(100% - 65px);
    max-height: calc(100% - 65px);
    padding: 100px 70px;
    border-radius: 80px 80px 0 0;
    backdrop-filter: blur(10px);
    overflow: hidden;
    margin-top: 0px !important;
    background: rgba(32, 19, 31, 0.95) !important;
    border: 1px solid var(--theme-br) !important;
    border-bottom: 0 !important;
    position: relative;
    @media only screen and (max-width: 1400px) {
        padding: 40px;
        min-height: calc(100% - 45px);
    }

    .logo-media {
        margin-bottom: 43px;
        margin-left: auto;
        margin-right: auto;
        height: 130px;
        width: 130px;
        border: 1px solid var(--theme-br);
        border-radius: 30px;
        padding: 15px;
        background: var(--bg-light-05);
        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        @media only screen and (max-width: 1400px) {
            height: 90px;
            width: 90px;
            margin-bottom: 20px;
        }
        
    }
    .heading {
        margin-bottom: 15px;
        color: var(--title-color) !important;
        @media only screen and (max-width: 1400px) {
            font-size: 30px;
            margin-bottom: 10px;
        }
    }

    .sub-heading {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        font-family: var(--font-base);
        margin-bottom: 10px;
        @media only screen and (max-width: 1400px) {
            font-size: 14px;
        }
    }

    .sub-heading-border {
        position: relative;
        margin: 40px 0 60px;
        display: inline-block;
        width: calc(100% - 180px);
        height: 1px;
        background: linear-gradient(90deg, rgba(13, 10, 77, 0) 0%, rgba(255, 255, 255, 0.5) 48.21%, rgba(13, 10, 77, 0) 100%);
        svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
        }
        @media only screen and (max-width: 1400px){
            margin: 20px 0 20px;
        }
    }

    .forgot-link {
        display: block;
        text-align: right;
        font-weight: 500;
        font-size: 14px;
        color: var(--theme-text-color) !important;
        text-decoration: none;
    }

    .sitelogo {
        width: 260px;
        margin-bottom: 30px;
    }

    @media only screen and (max-width: 575px) {
        padding: 30px 15px;
    }
    &::before{
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        background: var(--primary-color);
        outline: 1px solid var(--primary-color);
        border-radius: 50%;
        top: -40%;
        left: 50%;
        transform: translate(-50%, 50%);
        filter: blur(150px);
        z-index: 999;
    }
    &::after{
        content: "";
        position: absolute;
        width: calc(100% - 115px);
        height: 16px;
        background: var(--rgba-primary-4);
        filter: blur(12px);
        bottom: 30px;
        left: 50px;
        border-radius: 100%;
        outline: 1px solid var(--rgba-primary-4);
        backdrop-filter: blur(44px)
    }
}
.form-item {
    position: relative;
    margin-bottom: 15px;
    .form-label{
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: var(--text-white);
        font-family: var(--font-title);
        margin-bottom: 10px;
    }
    /* .form-check-input:checked[type=checkbox] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
        background-color: var(--primary-color)!important;
        border-color: var(--primary-color)!important;
    }
    .form-check-input:focus {
        border-color: var(--primary-color)!important;
        box-shadow: 0 0 0 .25rem var(--rgba-primary-1)!important;
    } */
}
.label-items {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    & i {
        color: var(--primary-color);
    }

    & .form-label {
        color: var(--text-white);
        margin-bottom: 0px;
    }
}
.heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--title-color);
    @media (min-width:768px) {
        font-size: 38px;
        line-height: 38px;
    }
}


.form-color.color-input::-webkit-color-swatch {
    border: 1px solid transparent !important;
}

.setting-box {
    border: 1px solid var(--theme-br);
}

/* 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: 0;
    overflow: hidden;
    /* background: linear-gradient(180deg, var(--sidebar-bg) 20%, #000 100%); */
    /* background: var(--sidebar-bg); */
}
.sidebar-menu li.profile.style-2 {
    /* border: 0; */
    border-radius: 5px;
    overflow: hidden;
}
.sidebar-menu li.profile.style-2 {
    left: 0;
    bottom: 0;
    width: 100%;
}
.sidebar-menu li.profile.style-2 .profile-pic{
    border-radius: 5px;
    overflow: hidden;
    width: 25px;
    height: 25px;
}
.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: 500;
    font-size: 14px;
    border: 0;
    border-radius: 8px !important;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 10px 15px !important;
    color: var(--theme-white) !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: var(--text-white) !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 */

/* Tushar Default Css Start   */
.icon-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    &.icon-md{
        width: 36px;
        min-width: 36px;
        height: 36px;
        border-radius: 5px;
        i{
            font-size: 18px;
        }
    }
    &.icon-lg{
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 10px;
        i{
            font-size: 22px;
        }
    }
    &.icon-sm{
        width: 30px;
        min-width: 30px;
        height: 30px;
        border-radius: 5px;
    }
    &.icon-primary-05{
        background-color: var(--rgba-primary-05);
        color: var(--primary-color);
        border: 1px solid var(--primary-br);
    }
    &.icon-default{
        background-color: var(--theme-bg);
        color: var(--theme-text-color);
        border: 1px solid var(--theme-br);
    }
    svg path{
        fill: currentColor;
    }
    &.icon-gradient{
        background: radial-gradient(80.56% 80.56% at 50% 35.65%, #B40070 0%, rgba(236, 44, 163, 0.15) 100%);
        border: 1px solid rgba(255, 153, 216, 0.3);
        border-radius: 15px;
    }
}
/* Tushar Default Css Start   */

/* css raj 07-june-2025 */

/* agent-build-page */
.agent-build-wrapper{
    --agent-build-header: 60px;
    --agent-build-left-panel: 160px;
    --agent-build-right-panel: 400px;
    --agent-build-transition: 0.3s ease;
    --agent-build-tab-btn-height: 50px;
    @media only screen and (max-width: 991px){
        --agent-build-header: 125px;
    }
    &.left-panel-is-closed{
        .agent-build-left-panel{
            transform: translateX(-100%);
        }
        @media only screen and (min-width: 1200px){
            .agent-build-middle-panel{
                left: 0;
                width: calc(100% - var(--agent-build-right-panel));
            }
        }
    }
    &.right-panel-is-closed{
        .agent-build-right-panel{
            transform: translateX(100%);
        }
    }
    .left-panel-open-icon{
        height: 50px;
        width: 50px;
        position: fixed;
        top: calc(var(--agent-build-header) + 10px);
        left: -20px;
        background: var(--primary-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: var(--theme-white);
        cursor: pointer;
        z-index: 1;
        i{
            transform: translateX(5px);
        }
    }
    .agent-build-header{
        height: var(--agent-build-header);
        background: var(--theme-black);
        padding: 10px 15px;
        display: flex;
        align-items: center;
        .back-to-dashboard{
            display: flex;
            align-items: center;
            .left-part{
                display: flex;
                align-items: center;
                gap: 10px;
                padding-right: 10px;
                border-right: 1px solid rgba(255, 255, 255, 0.15);
                @media only screen and (max-width: 575px){
                    gap: 5px;
                    padding-right: 5px;
                }
                a{
                    color: rgba(255, 255, 255, 0.6);
                    font-size: 20px;
                }
            }
            .right-part{
                padding-left: 10px;
                color: var(--theme-white);
                 @media only screen and (max-width: 575px){
                    padding-left: 5px;
                }
            }
        }
    }
    .agent-build-left-panel,.agent-build-right-panel{
        height: calc(100vh - var(--agent-build-header));
        background: var(--theme-bg);
        position: fixed;
        top: var(--agent-build-header);
        transition: var(--agent-build-transition);
    }
    .agent-build-left-panel{
        width: var(--agent-build-left-panel);
        left: 0;
        z-index: 2;
        .top-title{
            height: 50px;
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid var(--theme-br);
            p{
                font-size: 16px;
                font-weight: 500;
                color: var(--theme-black);
            }
            .left-panel-close{
                cursor: pointer;
            }
        }
        .agent-build-views-wrapper{
            padding: 15px;
            height: calc(100% - 50px);
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 20px;
            .agent-build-views{
                text-align: center;
                .agent-build-views-inner{
                    background: var(--theme-white);
                    border-radius: 5px;
                    padding: 15px 10px;
                    margin-bottom: 10px;
                    outline: 2px solid transparent;
                    transition: var(--agent-build-transition);
                    &.active-now{
                        outline-color: var(--primary-color);
                    }
                }
                .view-name{
                    color: var(--theme-black);
                    margin-bottom: 0;
                }
            }
        }
    }
    .agent-build-right-panel{
        width: var(--agent-build-right-panel);
        right: 0;
        @media only screen and (max-width: 375px){
            width: 320px;
        }
        .right-panel-close{
            cursor: pointer;
            background: var(--primary-color);
            border-radius: 5px 0 0 5px;
            padding: 20px 5px;
            position: absolute;
            top: 10px;
            left: 0;
            transform: translateX(-100%);
            color: var(--theme-white);
            z-index: 10;
        }
        .right-panels-tab-scroll{
            height: calc(100vh - (var(--agent-build-tab-btn-height) * 2 + var(--agent-build-header)));
            overflow-y: auto;
            padding: 20px 15px;
            @media only screen and (max-width: 991px){
                padding: 15px;
            }
        }
    }
    .agent-build-middle-panel{
        width: calc(100% - (var(--agent-build-left-panel) + var(--agent-build-right-panel)));
        height: calc(100vh - var(--agent-build-header));
        left: var(--agent-build-left-panel);
        position: relative;
        transition: var(--agent-build-transition);
        @media only screen and (max-width: 1199px){
            width: 100%;
            left: 0;
        }
        .agent-build-main-content{
            padding: 30px 50px;
            height: 100%;
            @media only screen and (max-width: 767px){
                padding: 15px 20px;
            }
            div{
                height: 100%;
                width: 100%;
                background: blue;
            }
        }
    }
    .section-title{
        font-weight: 500;
        font-size: 16px;
        color: var(--theme-black);
        margin-bottom: 15px;
    }
    .chatbot-style-wrapper{
        display: block;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        .selected-bot-color {
            width: 100%;
            height: 100%;
            position: absolute !important;
            margin: 0;
            z-index: 1;
            opacity: 0;
            cursor: pointer;
            top: 0;
            left: 0;
            &:checked{
                & + .chatbot-style-inner i,
                & + .chatbot-style-inner::before{
                    opacity: 1;
                }
                & + .chatbot-style-inner::after{
                    border-width: 2px;
                    border-color: var(--primary-color);
                }
            }
        }
        .chatbot-style-inner{
            img{
                width: 100%;
            }
            i{
                color: var(--theme-white);
                position: absolute;
                top: 5px;
                left: 5px;
                opacity: 0;
            }
            &::before{
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                background: var(--primary-color);
                box-shadow: 0px 0px 10px 0px #0000004D;
                height: 35px;
                width: 35px;
                clip-path: polygon(0 0, 0% 100%, 100% 0);
                opacity: 0;
            }
            &::after{
                content: '';
                position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                border: 1px solid var(--theme-br);
                border-radius: 5px;
            }
        }
    }
}
/* agent-build-page */

/* .color-picker-parent */
.color-picker-parent{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: var(--bg-light-05);
    border: 1px solid var(--theme-br);
    border-radius: 5px;
}
.color-picker-parent input{
    width: 26px;
    height: 24px;
    -webkit-appearance: none; /* Chrome/Safari */
    -moz-appearance: none;    /* Firefox */
    appearance: none;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.color-picker-parent p{
    color: var(--theme-black);
    margin: 0;
}
/* .color-picker-parent */

/* nav nav-pills nav-pills-style-3 */
.nav-pills{
    &.nav-pills-style-3{
        gap: 10px;
        .nav-link{
            padding: 8px 25px !important;
            border: 1px solid transparent;
            font-size: 16px;
            font-weight: 500;
            color: var(--theme-white);
            display: flex;
            align-items: center;
            gap: 10px;
            transition: 0.3s;
            border-radius: 5px;
            &:hover{
                background: var(--rgba-primary-3) !important;
                border-color: var(--primary-color);
            }
            &.active{
                background: var(--rgba-primary-3) !important;
                border-color: var(--primary-color);
            }
        }
    }
}
/* nav nav-pills nav-pills-style-3 */

/* nav nav-pills nav-pills-style-4 */
.nav-pills{
    &.nav-pills-style-4{
        box-shadow: inset 0 -2px 0 0 var(--theme-br);
        .nav-item{
            width: 50%;
            .nav-link{
                width: 100%;
                border-radius: 0;
                font-size: 16px;
                font-weight: 500;
                color: var(--theme-text-color);
                height: var(--agent-build-tab-btn-height);
                padding: 0 !important;
            }
        }
        &.with-changes{
            box-shadow: unset;
            background: var(--rgba-primary-1);
            .nav-link{
                border-bottom: 3px solid transparent;
                &.active{
                    background: transparent !important;
                    border-color: var(--primary-color);
                    color: var(--primary-color) !important;
                }
            }
        }
    }
}
/* nav nav-pills nav-pills-style-4 */

/* nav-pills nav-pills-style-5 */
.nav-pills.nav-pills-style-5{
    border-radius: 5px 5px 0 0;
}
.nav-pills.nav-pills-style-5 .nav-item:first-child .nav-link{
    border-right: 0 ;
    border-radius: 5px 0px 0 0;
}
.nav-pills.nav-pills-style-5 .nav-item:last-child .nav-link{
    border-radius: 0 5px 0 0;
}
.nav-pills.nav-pills-style-5 .nav-item{
    width: 50%;
}
.nav-pills.nav-pills-style-5 .nav-item .nav-link{
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    background: var(--rgba-primary-2);
    color: var(--theme-text-color);
    padding: 10px !important;
}
.nav-pills.nav-pills-style-5 + .tab-content{
    height: 245px;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    overflow-y: auto;
    background: var(--theme-white);
}
/* nav-pills nav-pills-style-5 */

/* nav-pills nav-pills-style-6 */
.nav-pills{
    &.nav-pills-style-6{
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        .nav-item{
            flex: 1 1 auto;
            .nav-link{
                padding: 10px 15px !important;
                margin: 0;
                width: 100%;
                border-radius: 0;
                background: var(--rgba-primary-05);
                color: var(--theme-text-color);
                font-weight: 500;
                font-size: 14px;
                border: 1px solid transparent;
                transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                line-height: 18px;
                border-radius: 8px;
                &.active{
                    background: var(--primary-color) !important;
                    border-color: var(--primary-color) !important;
                    border-radius: 8px;
                }
            }
        }
    }
}
/* nav-pills nav-pills-style-6 */
/* nav-pills nav-pills-style-7 */
.nav-pills{
    &.nav-pills-style-7{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        overflow: hidden;
        .nav-item{
            .nav-link{
                padding: 0;
                background: transparent;
                color: var(--theme-text-color);
                font-weight: 500;
                font-size: 15px;
                line-height: 20px;
                border: none;
                display: flex;
                align-items: center;
                gap: 10px;
                .dot-circle{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 12px;
                    height: 12px;
                    background: #180310;
                    position: relative;
                    border-radius: 50%;
                    border: 1px solid var(--primary-color);
                    &::after{
                        content: "";
                        position: absolute;
                        width: 6px;
                        height: 6px;
                        left: 50%;
                        top: 50%;
                        transform: translate(-50%, -50%) scale(0);
                        background: var(--primary-color);
                        transition: all 0.3s;
                        border-radius: 50%;
                    }
                }
                &.active{
                    background: transparent;
                    .dot-circle{
                        background: transparent;
                        &::after{
                            transform: translate(-50%, -50%) scale(1);
                        }
                    }
                }
            }
        }
        + .tab-content{
            overflow-y: auto;
            overflow-x: hidden;
        }
    }
}
/* nav-pills nav-pills-style-7 */

/* custom row gap classes */
.row-gap-10{
    row-gap: 10px;
}
.row-gap-15{
    row-gap: 15px;
}
/* custom row gap classes */



/* css raj 07-june-2025 */

/* Super Agents Create */
.agent-select-wrapper{
    padding: 15px;
    border: 1px solid var(--theme-br);
    border-radius: 5px;
    .title{
        margin-bottom: 20px;
        font-size: 14px;
    }
    .agent-select-list{
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }
}
.select-agent{
    position: relative;
    .img-wrapper{
        position: relative;
        border: 1px solid var(--theme-br);
        border-radius: 5px;
        overflow: hidden;
        min-width: 50px;
        width: 50px;
        height: 50px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }
        &::after{
            content: "";
            position: absolute;
            width: 100%;
            height: 0;
            bottom: 0px;
            left: 0px;
            background: linear-gradient(180deg, rgba(9, 38, 51, 0) 50%, #092633 100%);   
            opacity: 0;
            transition: all 0.3s; 
        }
        &:hover{
            &::after{
                opacity: 1;
                height: 100%;
            }
        }
    }
    .close-btn{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        right: -8px;
        top: -8px;
        background: var(--theme-black-low-opacity);
        border: 1px solid var(--theme-br);
        backdrop-filter: blur(10px);
        border-radius: 3px;
        font-size: 10px;
        color: var(--theme-black);    
    }
}

.agent-wrapper{
    padding: 15px;
    border: 1px solid var(--theme-br);
    border-radius: 5px;
}
.agent-card {
    background: var(--body-bg);
    border: 1px solid var(--theme-br);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition:  all 0.4s;
    height: 290px;
    @media (min-width : 1600px){
        height: 380px;
    }
    &.active,
    &:hover{
        border-color: var(--primary-color);
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    }
    .agent-card-image {
        position: relative;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .agent-card-info{
        text-align: center;
        padding: 15px;
        position: absolute;
        bottom: 0;
        left: -1px;
        width: 101%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .agent-card-check{
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
        .form-check-input{
            width: 16px;
            height: 16px;
            border-radius: 3px;
            background-color: var(--body-bg) !important;
            &:checked{
                background-color: var(--primary-color) !important;
                border-color: var(--primary-color) !important;
            }
        }
    }

    .agent-card-name {
        font-size: 12px;
        font-weight: 400;
        color: var(--theme-text-color);
        margin: 0;
    }
    
    .agent-card-role {
        font-size: 14px;
        font-weight: 500;
        color: var(--title-color);
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 190px;
        white-space: nowrap;
    }
}
/* Super Agents Create */

/* == Tushar Css Start 26-11-2025 == */
/* Custom upload container */
.upload-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px;

    .upload-label {
        display: inline-block;
        background-color: #007BFF;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: bold;

        &:hover {
            background-color: #0056b3;
        }
    }

    .file-input {
        display: none;
    }

    .file-info {
        margin-top: 15px;
        font-size: 14px;
        color: #555;
    }

    .image-preview {
        margin-top: 20px;

        img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        }
    }
}

/* Share Modal */
.share-modal{
    @media only screen and (min-width : 757px) {
        .modal-dialog{
            width: calc(100% - 150px);
            max-width: 900px;
        }
    }
    .modal-content{
        border-radius: 20px;
    }
    .modal-header{
        margin: 0 20px;
        padding: 15px 5px 10px;
        .modal-title{
            font-size: 20px;
            font-weight: 600;
        }    
    }
    .modal-body{
        padding: 20px;
    }
    .preview-wrapper{
        border: 1px solid var(--theme-br);
        border-radius: 8px;
        overflow: hidden;
        max-height: 235px;
        height: 100%;   
        background-color: var(--theme-bg);
        position: relative;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        } 
        .preview-btn{
            background: var(--theme-white);
            color: var(--primary-color);
            border-radius: 8px;
            box-shadow: 0px 3px 10px rgba(112, 105, 232, 0.4);
            border-color: transparent;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 10px 15px!important;
            transition: all 0.5s;
            &:hover{
                background: var(--primary-color);
                color: var(--theme-white)!important;
            }
        }
    }
    .qr-wrap {
        width: 100%;
        .qr-box{
            background-color: var(--theme-bg);
            border-radius: 8px;
            border: 1px solid var(--theme-br);
            padding: 13px;
            width: 140px;
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .qr-info{
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 10px;
            .comman-card{
                border-radius: 6px;
                padding: 10px;
                background: var(--theme-bg);
                border: 1px solid var(--theme-br);
                display: flex;
                gap: 5px;
                flex-direction: row;
                align-items: center;
                justify-content: start;
                .info-icon{
                    width: 70px;
                    height: 42px;
                    border-radius: 4px;
                    border: 1px solid var(--theme-br);
                    background: rgba(255, 255, 255, 0.1);
                    color: rgba(255, 207, 236, 1);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 25px;
                    i{
                        color: rgba(255, 207, 236, 1);
                        margin: auto;
                    }
                }
                .card-details{
                        margin: auto;
                        text-align: center;
                    p{
                        font-weight: 500;
                        font-size: 12px;
                        line-height: 18px;
                        margin: 0;
                    }
                    h6{
                        font-weight: 400;
                        font-size: 10px;
                        line-height: 15px;
                        color: #ffffff;
                        margin: 0;
                    }
                }
            }
        }
    }
}
.share-presentation-preview{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Social Icons */
.social-list{
    padding: 10px;
    background: var(--theme-bg);
    border: 1px solid var(--theme-br);
    border-radius: 8px;
}
.social-icons{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border: 1px solid var(--theme-br);
    border-radius: 6px;
    min-width: 73px;
    min-height: 65px;
    gap: 5px;
    background-color: var(--theme-dark);
    transition: all 0.3s ease;
    .name{
        color: var(--theme-text-color);
        font-size: 10px;
        font-weight: 500;
    }
    &:hover{
        border-color: var(--primary-color);
    }
}

/* DB > Stat Card  */
.stat-card {
    position: relative;
    padding: 22px 25px;
    border-radius: 14px;
    background: var(--theme-dark);
    border: 1px solid var(--theme-br);
    overflow: hidden;
    transition: all 0.4s ease;
    &::before{
        content: "";
        position: absolute;
        width: 167px;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        background: linear-gradient(90deg, rgba(236, 44, 163, 0) 0%, #EC2CA3 50%, rgba(236, 44, 163, 0) 100%);
    }
    &::after{
        content: "";
        position: absolute;
        width: 90px;
        height: 90px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -40px;
        background: #FA2D8F;
        filter: blur(55px);
    }
    .stat-content {
        position: relative;
        z-index: 2;

        .stat-number {
            margin: 0;
            font-size: 45px;
            font-weight: 600;
            color: var(--theme-text-color);
        }
    
        .stat-label {
            margin: 4px 0 0;
            font-size: 16px;
            color: var(--theme-text-color);
            font-weight: 500;
        }
    }
    .stat-bg {
        position: absolute;
        right: 15px;
        bottom: -6px;
        transform: rotate(-6deg);
        color: transparent;
        -webkit-text-stroke: 1px var(--theme-br);
        opacity: 0.7;
        pointer-events: none;
        transition: all 0.4s ease;
        svg{
            width: 120px;
            height: 120px;
            path{
                fill: var(--theme-br);
            }
        }
    }
    &:hover{
        border-color: var(--primary-color);
        background: var(--rgba-primary-05);
        box-shadow: 0 20px 20px -20px var(--rgba-primary-3);
    }
}
/* DB > Stat Card  */


/* Tushar Css End */

/* Ambuj Css Starts (27-feb-2026)*/
@media only screen and (max-width : 1024px) {
    .stat-card {
        .stat-content {
            .stat-number {
                font-size: 24px;
            }
        }
        .stat-bg {
            svg{
                height: 90px;
                width: 90px;
            }
        }
    }
    
}

/* 24-april-2026 */

.theme-custom-table {
    background: var(--theme-bg);
    border-radius: 6px;
    border: 1px solid var(--theme-br);
    .table {
        thead {
            tr {
                border: 0;
                background: rgba(255, 255, 255, 0.05);
                th {
                    border-bottom: 1px solid var(--theme-br) !important;
                    border-top: 0;
                    color: var(--text-white) !important;
                    font-weight: 500;
                    font-size: 14px;
                    padding: 15px !important;
                    text-align: center;
                }
            }
        }
        tbody{
            tr:last-child {
                td {
                    border-color: transparent !important;
                }
            }
        }
    }
    .table-no-record {
        padding: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }
}

/* Analytics Modal */

.details-modal{
    .modal-dialog {
        max-width: 910px;
    }    
    svg{
        width: 20px;
    }
    .theme-box{
        background: rgba(27, 16, 26, 1);
    }
    .modal-header{
        padding:0.5rem 1rem;
    }
    .comman-card {
        list-style: none;
        padding: 0;
        transition: all 0.5s;
        .card-details {
            border: 1px solid var(--theme-br);
            border-radius: 10px;
            text-align: center;
            overflow: hidden;
            height: 80px;
            h6 {
                font-weight: 600;
                font-size: 14px;
                color: var(--theme-white);
                width: 100%;
                height: 40px;
                background: rgba(255, 255, 255, 0.05);
                display: flex;
                align-items: center;
                justify-content: center;
            }
            span{
                font-size: 14px;
                font-weight: 500;
                color: var(--theme-white);
            }
            &:hover {
                transform: translateY(-3px);
                box-shadow: 0 6px 25px rgba(0,0,0,0.4);
            }
        }
    }
    @media (min-width: 768px) {
        .comman-card.w-50 {
            width: calc(25% - 12px) !important;
        }
    }

    @media (max-width: 767px) {
        .comman-card.w-50 {
            width: calc(50% - 8px) !important;
        }
    }
}

.theme-box{
    .form-label {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        svg{
            width: 22px;
            height: 22px;
        }
    }
    .social-list {
        padding: 0;
        border: 0;
        justify-content: space-between;
        background: none;
    }
}

.preview-body{
    overflow-y: hidden;
     padding: 10px 0;
    .preview-wrapper{
        display: flex; 
        gap: 10px; 
        .media-parent{
            position: relative;
            overflow: hidden;
            border: 1px solid var(--primary-color);
            border-radius: 8px;
            .media-count{
                width: 24px;
                height: 24px;
                border: 1px solid var(--primary-color);
                display: flex;
                align-items: center;
                justify-content: center;
                background: var(--primary-color);
                position: absolute;
                border-bottom-right-radius: 6px;
                p {
                    margin: 0;
                    font-size: 10px;
                }
            }
            .preview-media {
                width: 200px;
            }
            .media-inner {
                /* width: 40px;
                height: 24px; */
                display: flex;
                align-items: center;
                justify-content: center;
                background: rgba(255, 207, 236, 1);
                border-radius: 6px;
                position: absolute;
                bottom: 10px;
                right: 10px;
                gap: 8px;
                padding: 5px 8px;
                svg{
                    width: 12px;
                    height: 12px;
                }
                 p {
                    margin: 0;
                    font-weight: 500;
                    font-size: 12px;
                    color: var(--primary-color);
                }
            }
        }
    }
}


.toast-message {
    font-size: 15px;
    font-weight: 600;
}

.ui-pnotify-text{
    p{
        color: var(--theme-white)!important;
    }
}

/* Analytics Modal */


/* Ambuj Css Starts */