:root {
    --primary-color-code: 107,13,241;
    --primary-color: rgba(var(--primary-color-code),1);
    --primary-hover: color-mix(
        in srgb,
        var(--primary-color) 85%,
        black
    );
    --theme-btn-gradient: linear-gradient(90deg, #FF4F70, #A020F0, #4A00FF, #A020F0,#FF4F70);
    --theme-gradient: linear-gradient(90deg, #FF4F70 0%, #A020F0 47.87%, #4A00FF 100%);


	--theme-gradient-light: rgb(50 93 238 / 10%);
    --theme-white: #fff;
    --theme-black: #000;
    --primary-color2: #006adb;
    --primary-color3: #FF5858;
    --primary-color4: #ec4242;
    --secondary-color: #FDDB8A;
    --secondary-color2: #CDD4ED;
    --secondary-color3: #8B93B1;
    --tertiary-color: #F5F6FA;
    --hover-color: #ffffff;
    --white-color: #fff;
    --black-color: #222222;
    --danger-color:#FF4D4D;
    --danger-color1: #FF4A4A;
    --primary-color5: #27215D;
    --primary-color6: #374073;
    --primary-color7: #3B3572;
    --theme-bg: linear-gradient(141.81deg, #292829 4.26%, #191919 97.73%);
    --theme-bg2:#F5F5F5;
    --theme-color:rgba(34, 34, 34, 0.6);
    --theme-color2:#25272E;
    --theme-br: #FFFFFF26;
    --theme-br2: #FFFFFF26;
    --theme-br3: #FFFFFF26;


    /* Tushar Css Variables */
    --sidebar-bg: var(--rgba-primary-1);
    --bg-dark-05: rgba(0, 0, 0, 0.05);
    --primary-br: rgba(53, 134, 240, 0.15);
    --theme-light: #F6F7FB;
    --text-white: #fff;
    --text-dark: #010101;
    --title-color: #fff;
    --body-bg: #000;
    --theme-br-light: #FFFFFF26;
    --theme-text-color: rgba(255,255,255,0.6);
    
    --primary-op-01: rgba(53, 134, 240, 0.01);
    --primary-op-02: rgba(53, 134, 240, 0.02);
    --primary-op-03: rgba(53, 134, 240, 0.03);
    --primary-op-04: rgba(53, 134, 240, 0.04);
    --primary-op-05: rgba(53, 134, 240, 0.05);
    --rgba-primary-1: rgba(var(--primary-color-code), 0.1);
    --rgba-primary-2: rgba(var(--primary-color-code), 0.2);
    --rgba-primary-3: rgba(var(--primary-color-code), 0.3);
    --rgba-primary-4: rgba(var(--primary-color-code), 0.4);
    --rgba-primary-5: rgba(var(--primary-color-code), 0.5);
    --rgba-primary-6: rgba(var(--primary-color-code), 0.6);
    --rgba-primary-7: rgba(var(--primary-color-code), 0.7);
    --rgba-primary-8: rgba(var(--primary-color-code), 0.8);
    --rgba-primary-9: rgba(var(--primary-color-code), 0.9);

    --info-color: #609BEB;
}
/* Extra Css by Tushar */
table.dataTable.table-striped>tbody>tr>*{
    box-shadow: none !important;
    border-bottom: 1px solid var(--theme-br) !important;
}
.w-fit-content{
    width: fit-content !important;
}
.shadow-none{
    box-shadow: unset !important;
}
.overlay-bg{
    position: relative;
    &::after{
        content: "";
        position: absolute;
        top: 0;    
        left: 0;
        background: var(--text-light-50);
        width: 100%;
        height: 100%;    
        opacity: 0;
        transition: all 0.4s;
    }
    &:hover{
        &::after{
            opacity: 1;
        }
    }
}
.note-btn.dropdown-toggle::after{
    display: none;
}
.title{
    color: var(--title-color);
}
.modelw-450{
    /* max-width: 650px !important; */
    @media (min-width:991px) {
        max-width: 450px !important;
    }
    @media (max-width:600px) {
        max-width: 500px !important;
    }
}
.font-14{
    font-size: 14px !important;
}
.font-12{
    font-size: 12px !important;
}
.m-b15{
    margin-bottom: 15px;
}
.primary-text{
    color: var(--primary-color) !important;
}
.bg-primary-light{
    background: var(--primary-op-05);
}
.text-theme-color{
    color: var(--theme-text-color);
}
.radius-5{
    border-radius: 5px !important;
}
.radius-10{
    border-radius: 10px !important;
}
.object-fit-contain{
    object-fit: contain !important;
}
.object-fit-cover{
    object-fit: cover !important;
}
.flex-1 {
    flex: 1;
}

/* Extra Css by Tushar */
.red-clr {
    color: var(--primary-color3);
}
.w700{font-weight: 700;}
.w600{font-weight: 600;}
.w500{font-weight: 500;}
.gap1 {
    gap: 20px;
}
.radius15 {
    border-radius: 15px;
}
.radius65 {
    border-radius: 65px;
}
.mt10 {
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt19{
    margin-top: 19px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}
.mr10 {
    margin-right: 10px;
}
.ml10{
    margin-left: 10px;
}
.height60 {
    height: 60px;
}
.height235 {
    min-height: 235px !important;
}
.mheight130 {
    max-height: 130px;
}
.gap15 {
    gap: 15px;
}
.pointer {
    cursor: pointer;
}
@media (min-width:768px) {
    .mt-md28 {
        margin-top: 1.75rem;
    }
    .mt-md30 {
        margin-top: 30px;
    }
    .mt-md35{
        margin-top: 35px;
    }
    .mt-md40 {
        margin-top: 40px;
    }
    .mt-md50 {
        margin-top: 50px;
    }
    .mt-md25 {
        margin-top: 25px;
    }
    .mt-md0 {
        margin-top: 0px;
    }
    .mb-md0 {
        margin-bottom: 0px;
    }
    .gap-md50 {
        gap: 50px;
    }
    .mt-md80{
        margin-top: 80px;
    }
    .mr-md30{
        margin-right: 30px;
    }
}
/* Breadcumb */
.breadcrumb-design {
    align-items: baseline;
    margin: 0px 0px 10px 0px;
}
.breadcrumb-design .breadcrumb-item a {
    color: var(--text-primary);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.9075rem;
}
.breadcrumb-design .breadcrumb-item a:hover {
    color: var(--primary-color);
}
.breadcrumb-design .breadcrumb-item.active {
    color: var(--text-primary);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.9075rem;
}
/* Breadcumb End */
/* Table Design */
.table-wrapper {
    background: var(--white-color);
    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(--white-color) !important;
    vertical-align: baseline;
    white-space:nowrap;
}
.table-design.table tbody tr {
    background: var(--tertiary-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--text-primary);
}
.table-design.table tbody tr td {
    vertical-align: middle;
}
/*.table-design.table tbody tr td:first-child {*/
/*    border-top-left-radius: 15px;*/
/*    border-bottom-left-radius: 15px;*/
/*}*/
/*.table-design.table tbody tr td:last-child {*/
/*    border-top-right-radius: 15px;*/
/*    border-bottom-right-radius: 15px;*/
/*}*/
.table-design.table tbody tr td a.link {
    color: var(--text-primary);
    text-decoration: none;
}
.table-design.table tbody tr td a.link:hover {
    color: var(--primary-color);
    text-decoration: underline;
}
.table-design .action-link {
    display: flex;
    gap: 10px;
}
a.action-btn,
a.action-btn:focus {
    width: 30px;
    height: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid transparent;
}
/* Table Design End */
/* Tab Design */
.tab-design {
    border: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tab-design .nav-link {
    margin: 0px 30px 0px 0px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--text-primary);
    padding: 0px 0px 5px 0px;
    cursor: pointer;
    border-bottom-width: 1px;
    border-style: solid;
    text-transform: capitalize;
}
.tab-design .nav-link:last-child {
    margin: 0px;
}
.tab-design .nav-link.active {
    font-weight: 600;
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
}
@media (max-width:767px) {
    .tab-design .nav-item,
    .tab-design>.nav-link {
        flex-basis: 0;
        flex-grow: 1;
        text-align: center;
    }
}
/* Tab Design End */
/* Filter Dropdown */
.filter-text {
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
    color: var(--secondary-color3);
}
.fiter-drop {
    width: auto !important;
    min-width: 80px!important;
}
.fiter-drop>button,
.fiter-drop>button:hover,
.fiter-drop>button:focus,
.fiter-drop.bootstrap-select .dropdown-toggle:focus {
    background: #ffffff;
    border-radius: 6px;
    padding: 8px 10px;
    border: 1px solid var(--secondary-color2);
    font-size: 14px;
    line-height: 1.0625rem;
    font-weight: 400;
    color: var(--text-primary) !important;
    box-shadow: none;
    outline: none !important;
    outline-offset: 0;
}
.fiter-drop.bootstrap-select .dropdown-toggle::after {
    /*display: none;*/
}
.fiter-drop.bootstrap-select .dropdown-menu {
    background: var(--theme-white);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    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;
}
.fiter-drop.bootstrap-select .dropdown-menu li a:hover {
    /*color: var(--primary-color);*/
    /*background: var(--white-color);*/
}
.fiter-drop.bootstrap-select .dropdown-item.active {
    color: var(--text-primary);
    background: 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-color);
    backdrop-filter: blur(15px);
    /*padding: 16px 15px !important;*/
    font-size: 14px;
    color: var(--text-white) !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-white) !important;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
    /*border-radius: 10px;*/
    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;
    text-indent: 0;
}
.custom-drop.bootstrap-select .dropdown-menu li a:hover{
    background: var(--theme-color);
}
.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: var(--white-color);*/
/*}*/
.custom-drop.bootstrap-select .dropdown-item.active {
    color: var(--text-primary);
    background: var(--white-color);
}
.custom-drop.bootstrap-select .bs-searchbox .form-control:focus {
    font-weight: 500;
    font-size: 14px;
    /*line-height: 1.0625rem;*/
    padding: 10px 20px;
    color: var(--text-primary);
    box-shadow: none;
    outline: none !important;
    outline-offset: 0;
    border-color: var(--theme-br);
}
.custom-drop.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: var(--text-white) !important;
}
/* Selectpicker Dropdown End*/
/* Accordion Css */

.accordion-list .accordion-item {
    border: 1px solid var(--theme-br);
    border-radius: 10px;
    background: var(--theme-bg);
}

.accordion-list .accordion-button,
.accordion-list .accordion-button:focus {
    padding: 1rem 1.25rem 1rem 25px;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.05875rem;
    color: var(--text-primary);
    background: transparent;
    border: none;
    box-shadow: none;
}

.accordion-list .accordion-button:not(.collapsed) {
    background: transparent;
}

.accordion-list .accordion-button:not(.collapsed)::after {
    transform: rotate(360deg);
    position: absolute;
    right: 10px;
    background: none;
    color: var(--text-primary);
    content: "";
    position: absolute;
    font-family: 'icomoon' !important;
    content: "\e906" !important;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4rem;
}

.accordion-list .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}

.accordion-list .accordion-button::after {
    position: absolute;
    left: 0px;
    transform: rotate(270deg);
    font-family: 'icomoon' !important;
    content: "\e906" !important;
    background-repeat: no-repeat;
    color: var(--text-primary);
    content: "";
    position: absolute;
    background: transparent;
    font-weight: 600;
    font-size: 1rem;
    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(--theme-text-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: 500;
    font-size: 14px;
    line-height: 1.250rem;
    color: var(--title-color);
}
/* Form css End */
/* Pagination CSS */
.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagination a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.05875rem;
    color: var(--secondary-color3);
    text-decoration: none;
}
.pagination a:hover {
    color: var(--text-primary);
}
.pagination .form-control,
.pagination .form-control:focus,
.pagination .form-control:hover {
    max-width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    color: var(--primary-color);
    line-height: 1.1875rem;
    border: 1px solid var(--theme-br);
    box-shadow: none;
    outline: none;
    border-radius: 6px;
}
.pagination input::placeholder {
    font-size: 14px;
    color: var(--text-primary);
    line-height: 1.1875rem;
}
/* Pagination CSS End */
/* Tags Input Css */
div.tagsinput div,
div.tagsinput span.tag {
    display: block;
    float: left
}
div.tagsinput {
    background: var(--white-color);
    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(--tertiary-color);
    margin-right: 5px;
    margin-top: 3px;
    color: #000000;
    font-size: 14px;
    line-height: 1.0625rem;
    border-radius: 5px;
}
div.tagsinput span.tag a {
    color: #000000;
    text-decoration: none;
    font-weight: 600
}
div.tagsinput input {
    border: 1px solid transparent;
    background: 0 0;
    color: #000;
    outline: 0;
    padding: 3px 0;
    width: 100%!important;
    font-size: 14px;
    line-height: 1.0625rem;
    padding: 5px 0px;
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0
}
.not_valid {
    background: #FBD8DB!important;
    color: var( --primary-color4)!important;
    border-radius: 5px;
    padding: 5px 10px!important;
    width: max-content!important;
}
/* White box */
.white-box {
    background: var(--white-color);
    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: 10px;
    font-size: 14px;
    line-height: 1.1875rem;
}
.blue-btn,
a.blue-btn,
.blue-btn:focus,
a.blue-btn:focus {
    color: var(--white-color);
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.blue-btn:hover,
a.blue-btn:hover {
    color: var(--white-color);
    background: var(--primary-color2);
    border-color: var(--primary-color2);
}
.blue-btn-outline,
a.blue-btn-outline,
.blue-btn-outline:focus,
a.blue-btn-outline:focus {
    color: var(--theme-text-color);
    background: transparent;
    border-color: var(--theme-br);
}
.blue-btn-outline:hover,
a.blue-btn-outline:hover {
    color: var(--theme-white);
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.red-btn,
a.red-btn,
.red-btn:focus,
a.red-btn:focus {
    color: var(--white-color);
    background: var(--primary-color3);
    border-color: var(--primary-color3);
}
.red-btn:hover,
a.red-btn:hover {
    color: var(--white-color);
    background: var(--primary-color4);
    border-color: var(--primary-color4);
}
.red-btn-outline,
a.red-btn-outline,
.red-btn-outline:focus,
a.red-btn-outline:focus {
    color: var(--primary-color3);
    border-color: var(--primary-color3);
}
.red-btn-outline:hover,
a.red-btn-outline:hover {
    color: var(--theme-white);
    background: var(--primary-color4);
    border-color: var(--primary-color4);
}
.secondary-btn {
    color: var(--secondary-color3);
    font-size: 0.75rem;
    line-height: 0.9375rem;
    border: 1px solid var(--secondary-color3);
    padding: 5px 10px;
    border-radius: 20px;
    text-decoration: none;
}
.secondary-btn:hover {
    border-color: var(--theme-br2);
    color: var(--theme-text-color);
}
.secondary-btn1,
a.secondary-btn1,
.secondary-btn1:focus,
a.secondary-btn1:focus {
    color: var(--text-white) !important;
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.secondary-btn1:hover,
a.secondary-btn1:hover {
    color: var(--white-color);
    background: #4361d6;
    border-color: #4361d6;
}
.disable-btn,
a.disable-btn,
.disable-btn:focus,
a.disable-btn:focus {
    color: var(--text-white) !important;
    background: var(--theme-bg) !important;
    border-color: var(--theme-br) !important;
    pointer-events: none !important;
}
.disable-btn:hover,
a.disable-btn:hover {
    color: var(--secondary-color3) !important;
    background: var(--tertiary-color) !important;
    border-color: var(--tertiary-color) !important;
}
.mr20{
    margin-right: 20px;
}
.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;
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 575px){
    .form-control {
        padding: 8.5px 8px;
    }
}
.form-control:disabled{
    background: var(--theme-color) !important;
    border-color: var(--theme-br);
    cursor: not-allowed;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
    color: var(--white-color) !important;
    border-color: var(--primary-color);
    background: var(--theme-bg) !important;
}
.form-control.white{
    color: #000 !important;
    border-color: rgba(0,0,0,0.1) !important;
}
.form-control.white:focus{
    color: #000 !important;
    outline: 0;
    box-shadow: none;
    border-color: var(--primary-color) !important;
}
input::placeholder,textarea::placeholder{
    color: var(--theme-text-color) !important;
}
/* Tushar Css Start  */
.effect-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: background 0.4s;
    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--primary-color);
        z-index: -1;
        transition: transform 0.4s ease;
        transform: translateX(100%);
    }
    &:hover::after {
        transform: translateX(0%);
    }
    &:not(:hover)::after {
        transform: translateX(-100%);
        transition: transform 0.4s ease;
    }
    &:hover {
        background: transparent;
    }
}
/* for email content */
.border-wrapper-box {
    padding: 20px;
    border-radius: 10px;
    background: var(--theme-bg);
    border: 1px solid var(--theme-br);
    color: var(--theme-text-color);
}
.with-copy {
    position: relative;
}
.form-control:disabled,
.form-control[readonly] {
    background: var(--theme-bg) !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;
    }
}
/* create-first */
.create-first{
    min-height: calc(100vh - 80px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    background: var(--theme-bg) !important;
    border-radius: 12px;
    box-shadow: 0px 0px 230px 0px rgba(0, 0, 0, 0.10);
}
@media only screen and (max-width: 991px){
    .create-first{
        min-height: calc(100vh - 140px);
    }
}
.create-first {
    .title{
        font-weight: 600;
        font-size: 28px;
        color: var(--text-white);
        margin: 0;
    }
    img{
        width: 150px;
    }
    .description{
        max-width: 470px;
        margin: 0;
        text-align: center;
        color: var(--theme-text-color);
        font-weight: 500;
    }
}
/* create-first */
.nav-tabs-style-1 .nav-tabs .nav-link {
    color: var(--theme-text-color);
    background: transparent;
    border: 1px solid var(--theme-br);
    border-bottom: 0;
}
.nav-tabs-style-1 .nav-tabs .nav-link.active {
    color: var(--text-white);
    font-weight: 500;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.nav-tabs-style-1+.tab-content {
    border: 1px solid var(--theme-br);
    padding: 15px;
    border-radius: 0 0 5px 5px;
    color: var(--theme-text-color);
    background: var(--theme-bg);
}
.nav-tabs {
    border: 0 !important;
}
/* for email content */
/* copy-download-parent  */
.copy-download-parent{
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: -30px;
    right: 12px;
}
.download-icon,
.copy-icon{
    color: var(--theme-text-color);
    margin: 0;
}
.download-icon:hover,
.copy-icon:hover{
    color: var(--primary-color);
}
/* copy-download-parent  */

/* Sticky Header */
.sticky-header {
    position: sticky;
    top: 20px;
    background: var(--body-bg);
    padding: 10px 0 20px 0px;
    z-index: 103;
}
.sticky-header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 94px;
    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: 20px;
    z-index: 102;
}
/* product large changes */
.tools-navbar{
    display: none !important; 
}
/* custom-share-modal */
.a2a_full_services {
  padding: 0 !important;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  .a2a_i {
    justify-content: center !important;
  }
  a.a2a_i {
    width: 50px;
    height: 50px;
    font-size: 0;
    text-align: center;
    padding: 10px;
    border: 1px solid var(--theme-br);
    border-radius: 5px;
    background: transparent;
  }
  a.a2a_i,
  a.a2a_more {
    .a2a_svg {
      background-size: 24px;
      height: 24px;
      width: 24px;
      margin: 0;
      display: inline-block;
      vertical-align: bottom;
    }
  }
}
a.a2a_i {
  .a2a_svg {
    margin: 0 6px 0 0;
  }
}
.a2a_svg {
  svg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    display: block;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
  }
}
a.a2a_i,
i.a2a_i {
  display: block;
  float: left;
  border: 1px solid var(--theme-br);
  line-height: 24px;
  padding: 6px 8px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 132px;
}
.custom-share-modal {
  .modal-content {
    .a2a_full_services {
      max-height: 140px;
    }
  }
  .modal-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.a2a_full_services {
    height: 280px;
    overflow-y: scroll;
    padding: 20 20px;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 20px 0 0 0;
}
.a2a_full_services svg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    display: block;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
}
a.a2a_i,
i.a2a_i {
    display: block;
    float: left;
    line-height: 24px;
    padding: 6px 8px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 132px;
}
.a2a_full_services .a2a_i {
    display: inline-block;
    float: none;
    width: 181px;
    width: calc(33.334% - 18px);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
a.a2a_i .a2a_svg,
a.a2a_more .a2a_svg {
    background-size: 30px!important;
    height: 30px!important;
    min-height: 30px !important;
    width: 30px!important;
    line-height: 30px!important;
    vertical-align: bottom;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 2px;
}
.url-card-box {
  /* padding: 30px; */
  /* border-radius: 10px; */
  .content {
    display: flex;
    gap: 1rem;
    border: 1px solid var(--theme-br);
    border-radius: 5px;
    padding: 0px 10px;
    align-items: center;
  }
}
/* custom-share-modal */

/* tushar Login Css Start  */
.user-section-card {
    /* background: url(../default/images/login-pr.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 100%; */
    height: 100%;
    border-radius: 0px;
    width: 100%;
    padding: 30px;
    background: #F7F8FC;
    border-right: 1px solid var(--theme-br);
    .mask-img{
        -webkit-mask-image: url(../default/images/mask-img.png);
        mask-image: url(../default/images/mask-img.png);
        mask-repeat: no-repeat;
        mask-size: auto 100%;
        height: 100%;
        img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }
    @media (min-width: 1440px){
        /* background-size: contain; */
    }
    .login-banner-img{
        width: 100%;
        height: 100%;
        img{
            height: 100%;
            width: 100%;
            object-fit: contain;
        }
    }
}

.user-section-card .top-content {
    padding: 30px;
    padding-bottom: 0;
    max-width: 460px;
    display: none
}

.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: 55px;
    color: var(--text-white);
    line-height: 1.2;
}

.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(--text-white);
    font-family: monospace;
}
.user-section-card .top-content .main-title .mid-text {
    color: var(--text-light);
}

.user-section-card .top-content .description {
    font-weight: 400;
    font-size: 14px;
    color: var(--text-white);
    line-height: 1.7;
    max-width: 310px;
}

.user-section-card .top-content .description span {
    font-weight: 500;
}
/* tushar Login Css End  */


/* Ghibli Details Modal SCSS */
.ghibli-details-modal {
  .modal-dialog {
    max-width: 880px;
  }
  .modal-content {
    border: unset;
    box-shadow: 0 0 100px 5px rgba(0, 0, 0, 0.4);
    border: 0;
  }
  .modal-body {
    padding: 20px;
  }
  .modal-inner-left {
    max-height: calc(100vh - 110px);
    height: 100%;
    display: flex;
    flex-direction: column;
    .media-bx {
      max-height: calc(100vh - 110px);
      height: 100%;
      display: flex;
      align-items: center;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      overflow: hidden;
      img {
        height: 100%;
      }
    }
    .media-icon-bx {
      position: absolute;
      width: 36px;
      height: 36px;
      top: 15px;
      right: 15px;
      background: var(--theme-bg2);
      border: 1px solid rgba(1, 1, 1, 0.15);
      border-radius: 5px;
      display: none;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: var(--theme-text-color);
    }
  }
  .modal-inner-right {
    .info-meta {
      display: flex;
      align-items: start;
      flex-direction: column;
      gap: 3px;
      .meta-title {
        color: var(--theme-text-color);
      }
      span {
        display: block;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: var(--black-color);
      }
    }
  }
  @media only screen and (max-width: 991px) {
    .col-lg-8 {
      order: 2;
    }
  }
}
.prompt-box {
  &.prompt-box-style-2 {
    .form-label {
      color: var(--theme-text-color);
      font-size: 14px;
      margin-bottom: 5px;
    }
    .copy-btn {
      position: absolute;
      right: 10px;
      bottom: 10px;
      font-size: 14px;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      background: transparent;
      color: var(--theme-text-color);
      border: 1px solid var(--theme-br);
    }
    .form-control,
    .form-control::placeholder {
      font-size: 14px;
      color: var(--theme-text-color);
    }
  }
}
.btn {
  &.btn-outline {
    border: 1px solid var(--theme-br) !important;
    color: var(--theme-text-color);
    &:hover,
    &:focus,
    &:active{
        border-color: var(--primary-color) !important;
        background: var(--primary-color) !important;
        color: var(--text-white);
    }
  }
}
/* Ghibli Details Modal SCSS */

.btn-light {
    color: var(--text-dark) !important;
    background: var(--text-white) !important;
    border-color: 1px solid var(--theme-br) !important;
}
/* .btn-light.active {
    box-shadow: none !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
} */

.nav-pills{
    &.nav-pills-style-2{
        background: transparent;
        border-radius: unset;
        gap: 15px;
        padding: 0;
        .nav-item .nav-link{
            border-radius: 8px;
            padding: 10px 15px;
            border: 1px solid var(--primary-color);
            color: var(--text-white);
            &.active{
                border-color: var(--primary-color);
            }
        }
    }
    &.nav-pills-with-gradient{
        background: transparent;
        border-radius: 0px;
        padding: 0px;
        gap: 15px;
        .nav-item .nav-link {
            padding: 10px 15px !important;
            border-radius: 0;
            border-bottom: 1px solid transparent;
            &.active{
                background: linear-gradient(180deg, transparent 0%, var(--rgba-primary-2) 100%) !important;
                border-color: var(--primary-color);
                color: var(--primary-color);
            }
            &:hover{
                color: var(--primary-color);
            }
        }
    }
}

 .prompt-box{
    /* textarea.form-control{   
        min-height: 140px;
    } */
    .generate-button{
        background: transparent;
        color: var(--primary-color);
        width: auto;
        height: auto;
        font-size: 20px !important;
        bottom: 10px !important;
    }
}
.my_target{
    padding: 8px !important;
}
.generate-button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: var(--primary-color);
    padding: 0 !important;
    font-size: 12px !important;
    box-shadow: unset;
    outline: unset;
    border: 0;
    border-radius: 5px;
    color: var(--theme-text-color);
    &.top-left{
        position: absolute;
        top: 10px;
        left: 10px;
    }
    &.bottom-left{
        position: absolute;
        bottom: 10px;
        left: 10px;
    }
    &.top-right{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    &.bottom-right{
        position: absolute;
        bottom: 9px;
        right: 10px;
    }
}

/* Sweet Alert  */
button.swal2-styled{
    border-radius: 8px;
}
.swal2-styled.swal2-confirm{
    background: var(--primary-color) !important;
}
.swal2-styled.swal2-cancel{
    background: #FF5858 !important;
}
/* Sweet Alert  */

/* Theme Modal Start */
.theme-modal{
    .modal-header{
        padding: 10px 15px;
        .modal-title{
            color: var(--title-color);
            font-weight: 600;
        }
    }
    .modal-body{
        padding: 15px;
    }
    .tab-pane,
    .tab-content{
        height: 100%;
    }
    .tab-inner-content{
        display: flex;
        flex-direction: column;
        height: calc(100% - 55px);
    }
}
/* Theme Modal End */

/* Theme custom tabs Start */
.theme-custom-tabs{
    .nav-link{
        color: var(--primary-color);
        &.active{
            background: var(--primary-color);
            color: var(--text-white);
        }
    }
    &.with-outline{
        border-bottom: 1px solid var(--theme-br);
        .nav-link{
            color: var(--theme-text-color);
            background: transparent;
            border-bottom: 2px solid transparent;
            border-radius: 0;
            &.active{
                background: transparent;
                color: var(--primary-color);
                font-weight: 600;
                border-color: var(--primary-color);
            }
        }
    }
}
/* Theme custom tabs End */

/* Theme Custom  Start */
.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;
                }
            }
        }

        tbody {
            &>tr td {
                padding: 15px !important;
                background: transparent !important;
                color: var(--theme-text-color) !important;
                vertical-align: middle;

                .visit-link {
                    color: var(--primary-color);
                    text-decoration: underline;
                }
            }

            tr td {
                border-bottom: 1px solid var(--theme-br) !important;
            }

            tr:last-child {
                td {
                    border-color: transparent !important;
                }
            }
        }

        .table>:not(caption)>*>* {
            padding: 15px !important;
        }
    }
    .table-no-record{
        padding: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        @media (max-width: 767px) {
            align-items: flex-start;
        }
    }
}
/* Feature Banner Start */
.feature-banner{
    position: relative;
    background: var(--theme-bg);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--rgba-primary-1);
    padding: 10px 15px;
    border-left: 3px solid var(--primary-color);
    box-shadow: 0 10px 20px -20px rgba(0, 0, 0, 0.4);
    .feature-title{
        font-weight: 600;
        margin-bottom: 3px;
        color: var(--title-color);
    }
    .feature-subtitle{
        font-weight: 400;
        color: var(--theme-text-color);
    }
}
/* Feature Banner End */

.overflow-content {
    max-width: 350px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* Tushar Css End  */


/* css raj starts 15-dec-26 */

/* css fixes */
.checkStatus.isValid{
    background: #f3d4d7ff !important;
}
i.btn-close{
    filter: unset;
}
.temp_js_loader{
    img{
        width: unset !important; 
        height: 100px !important;
    }
}
.btn-lg{
    padding: 15px 20px !important;
    font-size: 16px !important;
}
table.table-striped.dataTable{
    thead{
        tr{
            th{
                border-bottom: 1px solid var(--theme-br) !important;
                background: var(--rgba-primary-1);
            }
        }
    }
}
.bootstrap-select{
    .dropdown-header{   
        font-size: unset;
        color: var(--text-white);
    }
}
.sticky-top-2{
    @media only screen and (min-width: 1200px){
        position: sticky;
        top: 20px;
    }
}
.btn.btn-outline-dashed.grey:hover, .btn.btn-outline-dashed {
    border: 1px dashed var(--primary-color);
    color: var(--primary-color);
}
.faq-outline:hover {
    background: var(--primary-color) !important;
    color: var(--theme-white) !important;
}
.dropdown.bootstrap-select.language .dropdown-menu{
    min-width: 380px !important;
}
.dropdown.bootstrap-select.timezone .dropdown-menu{
    min-width: 260px !important;
}
.placeholder-badge {
    border-radius: 6px;
    padding: 6px 10px;
    background: rgba(255, 255, 255,0.1);
    color: var(--text-white);
    border: 1px solid var(--theme-br);    
    transition: all 0.4s ease;
}

.action-button {
    background: var(--primary-color);
    color: var(--text-white);
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid var(--primary-br);
    transition: all 0.4s ease;

    &:hover {
        border-color: var(--primary-color);
        background: var(--primary-hover);
        color: var(--text-white);
    }
}
#modalMessage,
#modalMessageStand,
#modalMessageEmbeded,
#modalMessageembed{
    word-break: break-all;
    border: 1px solid var(--theme-br);
    padding: 10px;
    border-radius: 5px;
}
.btn-secondary{
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid var(--theme-br) !important;
}
hr{
    margin: 15px 0;
    background: var(--theme-br);
    opacity: 1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--text-white);
    transition: background 5000s ease-in-out 0s;
    box-shadow: unset;
    background: #FFFFFF0D;
}
.gradient-border {
    position: relative;
}
.gradient-border::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* border thickness */
    border-radius: inherit;

    background:
        linear-gradient(0deg,
            rgba(255, 120, 210, 0.1),
            rgba(255, 120, 210, 0.1)
        ),
        linear-gradient(160.27deg,
            rgba(255, 120, 210, 0.35) 2.82%,
            rgba(153, 72, 126, 0) 16.96%
        ),
        linear-gradient(317.89deg,
            rgba(255, 120, 210, 0.8) 4.44%,
            rgba(153, 72, 126, 0) 18%
        );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}
.text-primary{
    color: var(--primary-color) !important;
}
.bg-primary{
    background: var(--primary-color) !important;
}
.theme-text-color{
    color: var(--theme-text-color) !important;
}
.setting-box{
    background: var(--theme-bg) !important;
}
th.sorting.sorting_asc{
    border: 0 !important;
}
.dropdown-menu{
    color: var(--theme-text-color);
}
.cancelbutton, .cancelbutton:focus{
    filter: invert(1);
}
/* css fixes */

/* .file-upload-design */
.file-upload-design{
    width: 100%;
    padding: 25px 20px;
    border: 1px solid var(--theme-br);
    border-radius: 8px;
    background: #FFFFFF0D;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    input.imageInput{
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 5;
    }
    .preview{
        height: 60px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 6px;
        border-radius: 8px;
        overflow: hidden;
        .default-icon{
            font-size: 47px;
            color: var(--theme-text-color);
        }
        .uploadedImage{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
    .title{
        font-weight: 500;
        font-size: 14px;
        color: var(--title-color);
        text-align: center;
        margin-bottom: 6px;
    }
    .sub-title{
        color: var(--theme-text-color);
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
        span{
            color: var(--primary-color);
        }
    }
}
/* .file-upload-design */

/* .switch.switch-style-2 */
.switch.switch-style-2{
    width: 34px;
    height: 20px;
    .slider:before{
        height: 14px;
        width: 14px;
        bottom: 2px;
    }
    input:checked+.slider:before {
        -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
        transform: translateX(12px);
    }
}
/* .switch.switch-style-2 */

/* .switch.switch-style-3 */
.switch.switch-style-3 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px !important;
    cursor: pointer;
}
.switch.switch-style-3 input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch.switch-style-3 .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--rgba-primary-2) !important;
    transition: 0.4s;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    border: 0;
}
.switch.switch-style-3 .slider::after,
.switch.switch-style-3 .slider::before {
    position: absolute;
    content: "Left";
    font-size: 14px;
    height: 40px;
    width: 50%;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: var(--theme-white);
    transform: none !important;
}
.switch.switch-style-3 .slider::before {
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.switch.switch-style-3 .slider::after {
    content: "Right";
    left: auto;
    right: 0;
    background: transparent;
    color: var(--theme-text-color);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.switch.switch-style-3 input:checked + .slider::before {
    background: transparent;
    color: var(--theme-text-color);
}
.switch.switch-style-3 input:checked + .slider::after {
    background: var(--primary-color);
    color: var(--theme-white);
}
#switch .slider::before {
    content: 'Dark' !important;
}
#switch .slider::after {
    content: 'Light' !important;
}
#regional-lang .slider::before {
    content: 'No' !important;
}
#regional-lang .slider::after {
    content: 'Yes' !important;
}
.ai-response .slider::before {
    content: 'Manually' !important;
}
.ai-response .slider::after {
    content: 'Ai Response' !important;
}
/* .switch.switch-style-3 */

/* create-business */
.create-business{
    background: var(--theme-bg);
    border: 1px solid var(--theme-br2);
    padding: 20px;
    border-radius: 15px;
    position: relative;
    width: 100%;
    .dynamic-border{
        @media only screen and (min-width: 767px){
            border: 0;
            border-right: 1px solid var(--theme-br);
        }
    }
}
/* create-business */

/* business-generator-wrapper */
.business-generator-wrapper {
    background: #0B0511 url(../images/business-generator/bg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
    .business-generator-inner {
        width: 100%;
        max-width: 780px;
        .headline-text {
            margin-bottom: 20px;
            .headline {
                -webkit-background-clip: text;
                background-clip: text;
                -webkit-text-fill-color: transparent;
                color: transparent;
                display: block;
                font-family: Inter;
                font-weight: 700;
                font-size: 62px;
                line-height: 90px;
                text-align: center;
                text-transform: uppercase;
                @media only screen and (max-width: 575px){
                    font-size: 30px;
                    line-height: 40px;
                }

                &.first {
                    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #6C538B 77.5%);
                }

                &.second {
                    background-image: 
                        linear-gradient(118.49deg, rgba(196, 113, 172, 0) 40%, rgba(196, 113, 172, 0.8) 85%), 
                        linear-gradient(180.04deg, rgba(255, 255, 255, 0.9) 0.03%, #6C538B 77.76%);
                    background-blend-mode: normal;
                }
            }
        }
        .search-bar-wrap {
            --angle: 260deg;
            position: relative;
            display: flex;
            align-items: center;
            padding: 16px 25px;
            background: transparent;
            border-radius: 50px;
            border: solid 2px transparent;
            margin-bottom: 20px;
            z-index: 1;
            @media only screen and (max-width: 575px){
                flex-direction: column;
                align-items: start;
                padding: 10px;
                border-radius: 5px;
                row-gap: 10px;
            }
            &::before, &::after {
                --full: conic-gradient(red 0 0);
                content: "";
                position: absolute;
                inset: -2px;
                border: inherit;
                border-radius: inherit;
                box-shadow: 0 0 6em rgba(0, 0, 0, 0.001);
                background: conic-gradient(
                    from var(--angle),
                    #F22785 0%,
                    #9b29bd 25%,
                    #3531F4 50%,
                    #9b29bd 75%,
                    #F22785 100%
                ) border-box;
                -webkit-mask: var(--full) no-clip subtract, var(--full) padding-box;
                mask: var(--full) no-clip subtract, var(--full) padding-box;
                -webkit-mask-composite: destination-out;
                mask-composite: exclude;
                pointer-events: none;
            }
            &::before {
                z-index: 2;
            }
            &::after {
                filter: blur(10px);
                opacity: 0.8;
                z-index: -1;
            }
            .search-input {
                flex: 1;
                background: transparent;
                border: none;
                outline: none;
                color: var(--theme-text-color);
                font-weight: 500;
                font-size: 16px;
                padding-right: 20px;
                color: var(--text-white);
                @media only screen and (max-width: 575px){
                    width: 100%;
                }

                &::placeholder {
                    font-size: 16px;
                    color: var(--theme-text-color);
                }
            }
            .action-button {
                font-weight: 500;
                font-size: 14px;
                padding: 9px 16px;
                border-radius: 25px !important;
                position: relative;
                z-index: 3;
                @media only screen and (max-width: 575px){
                    border-radius: 5px !important;
                }
            }
        }
        .keyword-list{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-bottom: 20px;
            flex-wrap: wrap;
            @media only screen and (max-width: 575px){
                margin-bottom: 20px;
                gap: 8px;
            }
            .keyword-pill{
                font-weight: 500;
                font-size: 12px;
                color: var(--text-white);
                padding: 4px 25px;
                border-radius: 25px;
                border: 1px solid var(--theme-br);
                transition: all 0.5s;
                background: linear-gradient(95.64deg, rgba(242, 39, 133, 0.15), rgba(53, 49, 244, 0.15), rgba(242, 39, 133, 0.15));
                background-size: 200%;
                @media only screen and (max-width: 575px){
                    padding: 8px 15px;
                    width: 45%;
                }
                &:hover{
                    background-position: right center;
                }
            }
        }
        .feature-strip {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 23px;
            flex-wrap: wrap;
            .feature-item {
                display: inline-flex;
                align-items: center;
                gap: 10px;
                color: #F1D5FF;
                font-size: 14px;
                font-weight: 400;
                padding: 0;
                .icon {
                    display: inline-flex;
                    svg {
                        width: 14px;
                        height: 14px;
                        /* fill: var(--primary-color); */
                    }
                }
            }
            .content-wrap {
                display: inline-flex;
                align-items: center;
                gap: 10px;
                padding-left: 23px;
                border-left: 1px solid #FFFFFF26;
            }
        }
    }
}
/* business-generator-wrapper */

/* business-generator-listing-wrapper */
.business-generator-listing-wrapper{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    @media only screen and (max-width: 575px){
        padding: 30px 15px;
    }
    .business-generator-inner{
        width: 100%;
        max-width: 1166px;
        .headline-text{
            .headline{
                font-weight: 700;
                font-size: 48px;
                text-align: center;
                color: rgba(240, 234, 255, 1);
                margin-bottom: 50px;
                @media only screen and (max-width: 575px){
                    margin-bottom: 30px;
                    font-size: 28px;
                }
            }
        }
    }
}
/* business-generator-listing-wrapper */

/* business-list-card */
.business-list-card {
    position: relative;
    height: 200px;
    background: var(--theme-bg);
    border-radius: 12px;
    padding: 15px;
    transition: all .4s ease;
    overflow: visible;
    display: block;
    &.ater-none{
        &::after{
            display: none;
        }
    }
    & > * {
        z-index: 2;
    }
    &::before {
        content: '';
        position: absolute;
        inset: -1px;
        border-radius: inherit;
        background: var(--theme-gradient);
        opacity: 0;
        transition: opacity .4s ease;
        pointer-events: none;
        z-index: -1;
    }
    &::after {
        /* content: ''; */
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: var(--theme-bg);
        opacity: 0;
        transition: opacity .4s ease;
        pointer-events: none;
        z-index: 0;
    }
    &:hover::before {
        opacity: 1;
    }
    &:hover::after {
        opacity: 0.7;
    }
    .list-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
        position: relative;
        .title {
            color: var(--text-white);
            font-size: 16px;
            font-weight: 500;
            text-transform: capitalize;
        }
        .edit-btn {
            background: var(--primary-color);
            border: 1px solid var(--theme-br);
            color: var(--text-white);
            font-size: 12px;
            padding: 6px 12px;
            border-radius: 6px;
            cursor: pointer;
            transition: all .35s ease;
            opacity: 0;
            pointer-events: none;
        }
    }

    .list-content {
        transition: all .35s ease;
        background: rgba(217, 217, 217, 0.1);
        border-radius: 8px;
        overflow: hidden;
        position: absolute;
        inset: 0;
        z-index: 0;
        .list-image-parent {
            position: relative;
            height: 100%;
            overflow: hidden;
            border-radius: 12px;
            &::after {
                display: none;
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                height: 70px;
                width: 100%;
                background: linear-gradient(180deg, #1c1b1c 1.09%, rgba(33, 32, 33, 0.6) 60.27%, rgba(25, 25, 25, 0) 100%);
                pointer-events: none;
            }
            #qrcode-preview{
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                canvas{                
                    width: 120px !important;
                    height: 120px !important;
                }
            }
            img{
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
        }
    }

    .list-actions {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: all .35s ease;
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 30px);
        .btn{
            width: 50%;
        }
    }

    &:hover {
        .list-actions,.edit-btn {
            opacity: 1;
            pointer-events: auto;
        }
    }
}
/* business-list-card */

/* .business-list-card.business-list-card-style-2 */
.business-list-card{
    &.business-list-card-style-2{
        height: 240px;
        display: block;
        &::after {
            display: none;
        }
    }
}
/* .business-list-card.business-list-card-style-2 */

/* .business-list-card.content-suite */
.business-list-card.content-suite{
    height: 425px;
    display: block;
    .list-image-parent {
        &::after{
            display: block;
        }
    }
}
/* .business-list-card.content-suite */

/* header css */
.header-logo-parent{
    a{
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(19, 16, 43, 1);
        border-radius: 12px;
        height: 60px;
        border: 1px solid var(--theme-br);
    }
}
/* header css */

/* count-wrapper-parent */
.count-wrapper-parent {
    padding: 15px;
    border-radius: 12px;
    background: var(--theme-bg);
    .count-wrapper {
        height: 100%;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        padding: 15px 20px;
        text-align: center;
        border: 1px solid var(--theme-br);
        .count-value {
            font-size: 28px;
            font-weight: 700;
            color: var(--text-white);
            line-height: normal;
        }

        .count-label {
            font-size: 14px;
            font-weight: 500;
            color: var(--theme-text-color);
        }
    }
}
/* count-wrapper-parent */

/* dashboard-swiper */
.quick-links{
    background-image: url("https://cdn.oppyotest.com/launches/bizora/product/quick-links-bg.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 15px;
    border-radius: 12px;
    .title{
        font-size: 20px;
    }
    .dashboard-swiper-parent{
        position: relative !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 -15px;
        .dashboard-swiper{
            padding: 25px 5px;
            width: calc(100% - 30px);
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            .swiper-slide{
                transition: 0.3s ease-in-out;
            }
            .swiper-slide-prev{
                transform: translateY(0) rotate(-5deg);
            }
            .swiper-slide-active{
                transform: translateY(-24px) rotate(0deg);
                & + .swiper-slide{
                    transform: translateY(0) rotate(5deg);
                }
            }
            @media only screen and (min-width: 575px){
                .swiper-slide-active{
                    transform: translateY(0) rotate(-5deg);
                    & + .swiper-slide{
                        transform: translateY(-24px) rotate(0deg);
                        & + .swiper-slide{
                            transform: translateY(0) rotate(5deg);
                        }
                    }
                }
            }
            @media only screen and (min-width: 1800px){
                .swiper-slide-active{
                    transform: translateY(0) rotate(-5deg);
                    & + .swiper-slide{
                        transform: translateY(-24px) rotate(0deg);
                        & + .swiper-slide{
                            transform: translateY(-24px) rotate(0deg);
                            & + .swiper-slide{
                                transform: translateY(0) rotate(5deg);
                            }
                        }
                    }
                }
            }
        }
        .swiper-navigation{
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: calc(100% - 20px);
            flex-direction: row-reverse;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
            pointer-events: none;
            .swiper-button-next,
            .swiper-button-prev {
                --swiper-theme-color: var(--text-white);
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 28px !important;
                height: 28px !important;
                left: unset;
                right: unset;
                background: rgba(255, 255, 255, 0.05);
                margin: unset;
                backdrop-filter: blur(5px);
                border-radius: 6px;
                transition: background 0.3s ease-in-out, all 0.5s;
                pointer-events: auto;
                &::after{
                    display: none;
                }
                &:hover{
                    background: var(--primary-color);
                }
            }
        }
    }
}
/* dashboard-swiper */

/* AI Proposal */
.ai-proposal-box{
    background: var(--white-color);
    padding: 20px;
    border-radius: 8px;
    overflow-y: auto;
    height: 600px;
    color: var(--text-dark) !important;
    &>*{
        color: var(--text-dark) !important;
    }
    @media only screen and (min-width: 1200px){
        height: calc(100% - 50px);
    }
}
/* AI Proposal */

/* email-sequence-box */
.email-sequence-box-parent {
    position: relative;
    border-radius: 8px;
    padding: 1px;
    background: var(--body-bg);
    .email-sequence-box-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        background: var(--theme-bg);
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        position: relative;
        z-index: 1;
        .edit-btn {
            height: 26px !important;
            width: 26px !important;
            padding: 0;
            border-radius: 4px !important;
            i{
                font-size: 12px !important;
            }
        }
    }


    &::after {
        content: '';
        position: absolute;
        inset: -1px;
        border-radius: inherit;
        background: var(--theme-gradient);
        opacity: 0;
        transition: opacity .4s ease;
        pointer-events: none;
        z-index: 0;
    }

    &:hover {

        &::after,
        .buttons {
            opacity: 1;
        }
    }

    .email-sequence-box {
        padding: 15px;
        height: 235px;
        overflow-y: auto;
        font-size: 10px;
        inset: 0;
        position: relative;
        z-index: 1;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        background-color: var(--body-bg);
        background-image: url("../images/email-sequance-box.png");
        background-position: center;
        background-size: 100% 100%;
        color: var(--text-white) !important;
        &>*{
            color: var(--text-white) !important;
        }
    }
}
/* email-sequence-box */

/* back-btn */
.back-btn{
    height: 33px;
    width: 33px;
    background: rgba(0, 0, 0, 0.3) !important;
}
/* back-btn */

/* social-post-box */
.social-post-box{
    padding: 15px;
    border-radius: 8px;
    background: var(--body-bg);
    .buttons{
        position: absolute;
        top: 10px;
        right: 10px;
        transition: 0.4s;
        z-index: 3;
        a{
            height: 30px;
            width: 30px;
            border-radius: 5px !important;
        }
    }
    .img-parent{
        aspect-ratio: 16 / 8;
        border-radius: inherit;
        position: relative;
        margin-bottom: 15px;
        border: 1px solid var(--theme-br);
        img{
            border-radius: inherit;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }
    .text-code-parent{
        position: relative;
        aspect-ratio: 16 / 8;
        border-radius: inherit;
        .text-code {
            height: 100%;
            overflow-y: auto;
            font-size: 10px;
            padding: 10px;
            border-radius: inherit;
            border: 1px solid var(--theme-br);
            background: var(--theme-bg);

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                color: var(--text-white) !important;
            }

            p {
                color: var(--text-white) !important;
            }

            a {
                color: var(--primary-color) !important;

                &:hover {
                opacity: 0.8;
                }
            }
        }
    }

}
/* social-post-box */

/* social-post-box social-post-box-style-2*/
.social-post-box{
    &.social-post-box-style-2{
        height: 640px;
        background: var(--theme-bg);
        .img-parent,.text-code-parent{
            height: calc(50% - 8px);
            aspect-ratio: unset;
            .note-editor{
                height: 100% !important;
            }
            .note-editing-area{
                height: 100% !important;
            }
            .note-editable{
                height: 83% !important;
            }
        }
        @media only screen and (max-width: 575px){
            height: 440px;
        }
    }
}
/* social-post-box social-post-box-style-2*/

/* social-post-updated */
.social-post-left,.social-post-right,.social-post-mid{
    background: var(--body-bg);
    position: relative;
    border-radius: 10px;
    padding: 1px;
    height: calc(100vh - 210px) !important;
    display: flex;
    flex-direction: column;
    .head{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        background: var(--theme-bg);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
        z-index: 1;
    }
    .content{
        padding: 15px;
        overflow-y: auto;
        inset: 0;
        position: relative;
        z-index: 1;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background: var(--body-bg);
        flex-grow: 1;
    }
}
.social-post-left{
    .list{
        display: flex;
        flex-direction: column;
        gap: 10px;
        background: transparent;
        .list-item{
            display: flex;
            gap: 10px;
            padding: 10px !important;
            border-radius: 8px;
            background: var(--theme-bg);
            align-items: center;
            outline: 0;
            border: 0;
            &.active{
                color: var(--text-white);
                .list-icon{
                    i{
                        color: var(--text-white);
                    }
                }
            }
            .list-icon{
                height: 35px;
                width: 35px;
                border-radius: 6px;
                background: var(--body-bg);
                display: flex;
                align-items: center;
                justify-content: center;
                i{
                    color: var(--theme-text-color);
                }
            }
        }
    }
}
.social-post-mid{
    .download-btn{
        background: var(--primary-color);
        height: 27px;
        width: 27px;
        padding: 0;
        border-radius: 4px !important;
        border: 1px solid var(--theme-br);
    }
    .content{
        img{
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: top;
        }
    }
}
.social-post-right{
    .copy-btn{
        border-radius: 4px !important;
        background: var(--body-bg);
        padding: 0;
        height: 27px;
        width: 27px;
        border: 1px solid var(--theme-br);
        color: var(--theme-white);
    }
    .content {
        & > *{
            color: var(--title-color) !important;
        }
        .user {
            display: flex;
            align-items: center;
            gap: 10px;
            img {
                min-width: 40px;
                width: 40px;
                height: 40px;
                border-radius: 6px;
                object-fit: cover;
            }
            .details {
                h4 {
                    margin: 0;
                    font-size: 14px;
                    font-weight: 500;
                    color: var(--text-white);
                }
                span {
                    font-size: 12px;
                    color: var(--theme-text-color);
                }
            }
        }
        ul {
            margin: 0 0 10px 18px;
            padding: 0;
            li {
                font-size: 13px;
                list-style: unset;
                margin-bottom: 6px;
            }
        }
        .tags {
            font-size: 13px;
            color: #9E70FF;
        }
    }
}
/* social-post-updated */

/* .create-card */
.create-card{
    min-height: calc(100vh - 110px);
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    position: relative;
    .user-icons {
        width: 150px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--theme-text-color);
        img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        h5{
            font-weight: 600;
            color: var(--theme-white);
        }
    }
}
/* .create-card */

/* Agents List Css */
.agent-list-wrapper-outer{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 10px;
    overflow-x: auto;
    min-height: 300px;
}
.agent-list-wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--theme-br);
    padding: 15px;
    border-radius: 5px;
    background: var(--body-bg);
    gap: 30px;
    flex-wrap: wrap;
    min-width: 1000px;
    .left-content{
        display: flex;
        align-items: center;
        gap: 12px;
        flex: 1;
        min-width: 350px;
    }
    .mid-content{
        flex: 1;
        display: flex;
        align-items: center;
        gap: 50px;
    }
    .right-content{
        flex: 1;
    }
    .agent-media{
        width: 80px;
        height: 80px;
        border-radius: 5px;
        /* overflow: hidden; */
        position: relative;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
        }
        .fav-icon{
            width: 24px;
            height: 24px;
            top: -10px;
            left: -10px;
            position: absolute;
            border-radius: 4px;
            font-size: 14px;
            background: var(--theme-bg);
            color: var(--primary-color);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1;
        }
        .badge{
            background: var(--primary-color);
            color: var(--theme-white);
            padding: 5px 10px;
            border-radius: 5px;
            position: absolute;
            top: 50%;
            width: fit-content;
            left: 50%;
            transform: translate(-50%, -50%);
            line-height: 11px;
            font-weight: 500;
        }
    }
    .agent-info{
        display: flex;
        flex-direction: column;
        gap: 6px;
        .name{
            font-size: 16px;
            margin-bottom: 0;
            text-overflow: ellipsis;
            overflow: hidden;
            max-width: 180px;
            white-space: nowrap;
            color: var(--title-color);
        }
        .date{
            color: var(--theme-text-color);
            font-size: 12px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
    }
    .agent-meta-info{
        display: inline-flex;
        align-items: center;
        gap: 8px;
        .badge{
            position: unset;
            padding: 2px 6px;
            font-weight: 500;
            font-size: 12px;
            line-height: 18px;
            color: var(--theme-text-color);
            background: var(--theme-bg);
            border-radius: 5px;
        }
    }
    .agents-listing-icons {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        .icon-bx {
            width: 40px;
            height: 40px;
            background: var(--theme-bg);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            color: var(--theme-text-color);
        }
        .desc {
            font-size: 12px;
            margin: 0;
        }
        .number {
            font-weight: 500;
            font-size: 18px;
            margin: 0;
            color: var(--title-color);
        }
    }
    .action-link{
        .action-btn.icon-btn{
            border: 1px solid var(--theme-br);
            color: var(--primary-color);
            font-size: 16px;
            border-radius: 5px;
            height: 40px;
            transition: 0.3s;
            &:hover{
                background: var(--primary-color);
                border-color: var(--primary-color);
                color: var(--theme-white);
            }
        }
    }
}
.dropdown-no-arrow>a::before {
    display: none !important;
}
.action-link.action-link-style-2 {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: end;
}
/* Agents List Css */

/* Toggle Switch Css  */
.toggle-switch {
    position: relative;
    display: inline-block;
    height: 40px;
    background: var(--theme-bg);
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    width: 140px;
    border: 0;

    input:checked+.slider {
        background: transparent;
    }

    input {
        position: absolute;
        opacity: 0;
        left: 0;
        top: 0;
        visibility: hidden;
    }

    .slider {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        position: relative;
        transition: all 0.4s ease;
        border: unset;
        padding: 5px;
        background: transparent;

        &::before {
            content: '';
            position: absolute;
            height: calc(100% - 10px);
            width: 46.43%;
            top: 50%;
            left: 5px;
            background-color: var(--primary-color);
            border-radius: 5px;
            transition: all 0.4s ease;
            z-index: 1;
            transform: translateY(-50%) !important;
        }

        .label {
            width: 100%;
            text-align: center;
            z-index: 2;
            font-weight: 500;
            transition: color 0.3s ease;
            font-size: 12px;
            color: var(--theme-text-color);
        }
        .active {
            color: var(--title-color);
        }

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

    input:checked {
        ~ .slider {
            &::before {
                left: 5px;
            }
            .active {
                color: var(--theme-white);
            }

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

        }
    }

    input:checked+.slider{
        :before {
            transform: translateX(6px);
        }
    }

    input:not(:checked) {
        ~ .slider {
            &::before {
                left: 50%;
            }
            .inactive {
                color: var(--theme-white);
            }

            .active {
                color: var(--theme-text-color);
            }
        }
    }
}
/* Toggle Switch Css  */

/* .custom-file-upload */
.custom-file-upload {
    width: 100%;
    border-radius: 10px;
    display: flex !important;
    flex-direction: column;
    row-gap: 7px;
    position: relative;
    align-items: center;
    justify-content: center;
    background: var(--theme-bg);
    padding: 30px 50px;
    color: var(--primary-color);
    font-weight: 400;
    .image-box{
        height: 70px;
        width: 70px;
        border-radius: 5px;
        position: relative;
        img{
            height: 100%;
            width: 100%;
            object-fit: cover;
            border-radius: inherit;
        }
    }
}
.custom-file-upload i {
    font-size: 2rem;
    color: var(--primary-color);
}
/* .custom-file-upload */

/* create-avatar */
/* .back-icon */
.back-icon i{
    font-size: 22px;
    display: inline-block;
    cursor: pointer;
    display: none;
}
/* .back-icon */

/* .nav-pills */
.nav-pills.nav-pills-style-1{
    gap: 10px;
}
.nav-pills.nav-pills-style-1 .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    min-width: 100px;
    border-bottom: 1px solid transparent;
    padding: 0 !important;
    padding-bottom: 5px !important;
    background: transparent !important;
    border-radius: 0;
    color: var(--theme-text-color) !important;
    font-weight: 500 !important;
    @media screen and (max-width:757px){
        min-width: 70px;
        font-size: 12px;
        i{
            font-size: 18px !important;
        }
    }
}
.nav-pills.nav-pills-style-1 .nav-link.active {
    border-color: var(--primary-color);
    color: var(--primary-color) !important;
}
.nav-pills.nav-pills-style-1 .nav-link i {
    font-size: 22px;
}
.nav-pills.nav-pills-style-1 .nav-link:hover{   
    color: var(--primary-color) !important;
}
/* .nav-pills */

/* .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(--theme-white);
    font-size: 14px;
    cursor: pointer;
    top: 0;
    right: 0;
    transform: translate(30%, -30%);
}
.avatar-wrapper .avatar-wrapper-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    cursor: pointer;
}
.avatar-wrapper .avatar-img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--theme-br);
    position: relative;
    transition: 0.4s;
}
.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;
    border-radius: 0;
}

.avatar-wrapper .avatar-img i {
    color: var(--theme-white);
    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 var(--rgba-primary-5);
}
.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(--primary-color);
}
.avatar-wrapper.active .avatar-wrapper-inner p {
    color: var(--primary-color);
}
.avatar-wrapper .avatar-wrapper-inner p {
    transition: 0.4s;
}
@media (max-width:1400px) {
    .avatar-wrapper .avatar-img {
        height: 210px;
    }
    .avatar-wrapper.avatar-wrapper-style-2 .avatar-img {
        height: 250px;
    }
}
@media (max-width:575px) {
    .avatar-wrapper.avatar-wrapper-style-2 .avatar-img {
        height: 210px;
    }
}
.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: 400px;
}
@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-text-color);
}
/* .avatar-wrapper */

/* .avatar-chatbot */
.avatar-chatbot-welcome{
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
.avatar-chatbot{
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
}
.avatar-chatbot:hover{  
    box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.3);
}
.avatar-chatbot{
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    padding: 30px;
    padding-top: 15px;
    max-width: 266px;
    margin: 0 auto;
}
.avatar-chatbot::before,
.avatar-chatbot::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 31.25%, #B4FD83 108.81%);

}
.avatar-chatbot::after{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 83.25%, #000000 106.37%);
}
.avatar-chatbot .call-screen{
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.avatar-chatbot-preview-text{
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-text-color);
}
.avatar-chatbot .call-screen .user-name{
    font-size: 20px;
    font-weight: 600;
}
.avatar-chatbot .call-screen .status{
    font-size: 18px;
    color: var(--theme-white);
}
.avatar-chatbot .call-screen .calling-icons{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.avatar-chatbot .call-screen .calling-icons .icons{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}
.avatar-chatbot .call-screen .calling-icons .icons:hover{
    transform: translateY(-5px);
}
.avatar-chatbot .call-screen .calling-icons .icons i{
    font-size: 20px;
    color: var(--theme-white);
}
.avatar-chatbot-preview {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.avatar-chatbot-preview .chatbot-preview {
    width: 55px;
    height: 85px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: 0.4s;
    cursor: pointer;
}
.avatar-chatbot-preview .chatbot-preview img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.avatar-chatbot-preview .chatbot-preview.active {
    border-color: var(--primary-color);
    box-shadow: 0px 0px 20px 0px var(--rgba-primary-8);
    transform: scale(1.1);
}
#chatbot-preview-one:hover,
#chatbot-preview-two:hover{
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.1);
}
/* .avatar-chatbot */

/* nav-pills-style-2  */
.nav-pills.nav-pills-style-2{
    gap: 20px;
}
.nav-pills.nav-pills-style-2 .nav-link{
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    padding: 10px 15px !important;
    color: var(--primary-color);
    font-weight: 500;
    &.with-tooltip {
        padding: 0 !important;
        span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 15px !important;
        }
    }
}
.nav-pills.nav-pills-style-2 .nav-link.active{
    background: var(--primary-color) !important;
    color: var(--theme-white) !important;
}
/* nav-pills-style-2  */

/* .selected-audio */
.selected-audio-outer{
    position: relative;
}
.selected-audio-outer .selected-audio-radio{
    width: 100%;
    height: 100%;
    position: absolute !important;
    margin: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}
.selected-audio-outer .selected-audio-inner{
    position: relative;
    padding: 10px 15px;
    border: 1px solid var(--theme-br);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.4s;
}
.selected-audio-inner .selected-audio-icon::after{
    position: relative;
    content: "\f144";
    font-weight: 400;
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    color: var(--primary-color);
}
input.selected-audio-radio:checked + .selected-audio-inner .selected-audio-icon::after {
    content: "\f028";
    font-weight: 900;
}
input.selected-audio-radio:checked + .selected-audio-inner{
    border-color: var(--primary-color);
    box-shadow: 0px 0px 10px 0px var(--rgba-primary-8);
}
/* .selected-audio */

/* border-after */
.border-after{
    position: relative;
}
.border-after::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
}
@media (max-width: 575px){
    border-after::after{
        display : none;
    }
}
/* border-after */

/* knowledge-source radio buttons */
.knowledge-source label {
    position: relative;
}
.knowledge-source .btn {
    color: var(--theme-text-color);
}
.knowledge-source input[type="radio"] {
    width: 100%;
    height: 100%;
    position: absolute !important;
    margin: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}
.knowledge-source input[type="radio"]:hover + .btn{
    background: var(--rgba-primary-2) !important;
}
.knowledge-source input[type="radio"]:checked + .btn{
    background: var(--primary-color) !important;
    color: var(--theme-white) !important;
}
/* knowledge-source radio buttons */

/* form-group label */
.form-group label{
    font-weight: 400;
}
.form-group label:not(.switch) {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-white);
    margin-bottom: 5px;
}
/* form-group label */

/* Chat Agents Box Css  */
/* bot section css */
[agent-data-style="1"] {
    --agent-primary: var(--primary-color);
    --agent-bot-bg: var(--body-bg);
    --agent-bot-title-text: var(--text-white);
    --agent-bot-text: var(--text-white);
    --agent-bot-white-text: #ffffff;
    --agent-primary-bg: var(--primary-color);
    --agent-suggest-bg: var(--rgba-primary-2);
    --agent-suggest-br: rgba(255, 255, 255, 0.15);
    --agent-suggest-text: var(--text-white);
    --agent-msg-bubble-bg: var(--rgba-primary-2);
    --agent-msg-bot-bubble-bg: rgba(108, 139, 255, 0.20);
    --agent-msg-bubble-text: var(--text-white);
    --agent-name-color: #ffffff;
    --agent-role-color: #ffffff;
    --panel-bg: var(--theme-gradient);
    --agent-input-bg: var(--theme-bg);
    --agent-input-border: var(--theme-br);
    --agent-input-text-color: var(--agent-bot-text);
    --agent-btn-bg: var(--theme-gradient);
    --agent-voice-icon-bg: var(--theme-gradient);
    --agent-voice-icon-color: #fff;
}
/* bot section css */

.channel-view{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    height: max-content;
    margin: 0 auto;
    overflow: hidden;
    .display-none{
        display: none;
    }
    .m-b0{
        margin-bottom: 0;
    }
}

.chat-panel-container{
    width: 780px;
    height: 100%;
    background: #0B0511 url(../images/body-bg.png) no-repeat center center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    border-radius: 20px;
    display: flex;
    padding: 20px;
    position: relative;
    &.standalone-view{
        height: 620px;
        max-height: calc(100% - 30px);
        gap: 20px;
        .right-panel{
            .agent-img{
                margin-top: auto;
            }
        }
        &.left-chat-col{
            .left-panel{
                &.chat-panel{
                    .support-actions{
                        display: none !important;
                    }
                }
            }
        }
        &.super-agent{
            .right-chat-col .right-panel{
                .slider-container{
                    display: flex;
                }
                .live-btn{
                    display: inline-flex;
                }
            }
        }
    }
    &.chatbot-view{
        width: 358px;
        padding: 0;
        height: 480px;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        overflow: hidden;
        .left-chat-col{
            padding-top: 60px;
            height: calc(100% - 30px);
            &.welcome-screen{
                padding-top: 0;
                .left-panel{
                    padding: 0;
                }
            }
            .left-panel{
                padding: 20px;
                height: 100%;    
            }
        }
        .right-chat-col{
            height: fit-content;
            width: 100%;
            position: absolute;
            top: 0;
            .menu-btn{
                display: none;
            }
            .right-panel{
                width: 100%;
                height: 60px;
                padding: 5px;
                flex-direction: unset;
                max-width: 358px;
                border-radius: 10px 10px 0 0;
                .head-content{
                    padding-left: 70px;
                    padding-top: 0;
                    gap: 4px;
                    justify-content: center;
                    align-items: start;
                    .name{
                        font-size: 14px;
                    }
                    .role{
                        font-size: 10px;
                        margin-bottom: 0;
                    }
                }
                .agent-img{
                    justify-content: center;
                    width: 65px;
                    max-height: 100%;
                    height: 55px;
                    display: flex;
                    position: absolute;
                    bottom: 0;
                    img{
                        object-fit: cover;
                        object-position: top center;
                        width: 95%;
                        height: auto;
                    }
                }
            }
        }  
        .chat-container{
            height: calc(100% - 60px) !important;
            overflow-y: auto;
            padding-right: 10px;
            margin-right: -15px;
            .chat-message{
                &.agent-suggest{
                    .avatar{
                        display: none;
                    }
                    .message-content {
                        font-size: 14px;
                    }
                }
                &.agent{
                    padding-right: 20px;
                }
                &.user{
                    padding-left: 20px;
                }
                .avatar{
                    min-width: 30px;
                    width: 30px;
                    height: 30px;
                    object-fit: contain;
                    border: 1px solid var(--theme-br);
                }
            }
        }
        .agent-privacy-policy{
            margin-bottom: 20px;
            margin-top: 0;
        }
        .agent-privacy-policy{
            margin-top: auto;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 14px;
            color: var(--agent-bot-text);
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 7px;
            span{
                font-weight: 400;
                font-size: 12px;
            }
        }
        .support-actions{
            position: relative;
            overflow: hidden;
            z-index: 1;
            gap: 30px;
            &::after{
                content: "";
                position: absolute;
                width: 602px;
                height: 285px;
                background: var(--panel-bg);
                z-index: -1;
                border-radius: 0 0 340px 340px;
                left: 50%;
                top: -136px;
                transform: translateX(-50%);
            }
            .info-line{
                display: none;
            }
            .support-actions-wrapper{
                display: inline-flex !important;
                flex-direction: column;
                gap: 25px;
                justify-content: center;
                align-items: center;
                /* height: 100%; */
                text-align: center;
                .support-media{
                    overflow: hidden;
                    width: 125px;
                    height: 125px;
                    background: var(--panel-bg);
                    border-radius: 50%;
                    border: 2px solid #ffff;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: top;
                    }
                }
                .name{
                    font-size: 16px;
                    font-weight: 500;
                    color: var(--agent-bot-text);
                }
                .role{
                    font-size: 12px;
                    color: var(--agent-bot-text);
                }
            }
        }
        &.super-agent{
            .left-chat-col{
                padding-top: 160px;
            }
            .right-chat-col .right-panel{
                height: 160px;
                .head-content{
                    padding-left: 0;
                    padding-top: 0;
                    gap: 4px;
                    justify-content: center;
                    align-items: center;
                }
                .slider-container{
                    display: flex;
                }
                .live-btn{
                    display: inline-flex;
                }
                .agent-img{
                    display: none;
                }
            }
        }
    }
    .chat-container {
        display: flex;
        flex-direction: column;
        gap: 25px;
        flex: 1;
        height: calc(100% - 60px) !important;
        overflow-y: auto;
        /* padding-right: 10px;
        margin-right: -10px; */
        .chat-message {
            display: flex;
            align-items: center;
            &.agent-suggest{
                align-items: flex-start;
                .message-content {
                    font-size: 16px;
                }
            }
            &.agent {
                align-items: center;
                padding-right: 50px;
            }
            &.user {
                justify-content: flex-end;
                padding-left: 50px;
            }
            .avatar {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                margin-right: 10px;
            }
            .message-content {
                color: var(--agent-bot-text);
                font-size: 14px;
                display: flex;
                flex-direction: column;
                gap: 15px;
                p{
                    color: var(--agent-bot-text);
                    margin-bottom: 0;
                }
            }
            .user-bubble {
                background-color: var(--agent-msg-bubble-bg);
                padding: 8px 10px;
                border-radius: 10px 10px 0 10px;
                font-weight: 500;
                max-width: fit-content;
                color: var(--agent-msg-bubble-text);
                word-break: break-all;
                max-width: 280px;
            }
            .agent-bubble{
                background-color: var(--agent-msg-bubble-bg);
                padding: 8px 10px;
                border-radius: 0 10px 10px 10px;
            }
        }
        .btn-group {
            position: relative;
            display: inline-flex;
            vertical-align: middle;
            gap: 10px;
            flex-wrap: wrap;
            .agent-suggest-btn {
                background-color: var(--agent-suggest-bg);
                border: 1px solid var(--agent-suggest-br);
                color: var(--agent-suggest-text);
                padding: 8px 10px;
                border-radius: 5px;
                font-size: 14px;
                font-weight: 500;
                cursor: pointer;
                line-height: 1.3; 
                &:hover {
                    background-color: var(--primary-color);
                }
            }
        }
        .agent-name,
        .highlight {
            color: var(--btn-text);
        }
    }
}
.left-chat-col{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    .left-panel{
        width: 100%;
        height: 100%;
        position: relative;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        /* overflow-x: hidden; */
        &.chat-panel{
            .support-actions{
                display: none;
            }
            .agent-input-wrapper,
            .chat-container{
                display: flex !important;
            }
        }
        &.call-panel{
            .support-actions{
                display: none;
            }
            .agent-input-wrapper,
            .chat-container{
                display: none !important;
            }
            .agent-call-wrapper{
                display: flex !important;
            }
        }
    }
}
.right-chat-col{
    height: 100%;
    .right-panel{
        background: var(--panel-bg);
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        width: 232px;
        height: 100%;
        position: relative;
        overflow: hidden;
        .menu-btn{
            color: var(--agent-bot-white-text);
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 18px;
            border: unset;
        }
        .head-content{
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            gap: 5px;
            flex: 1;
            padding-top: 10px;
            .name{
                font-size: 16px;
                font-weight: 500;
                display: flex;
                align-items: center;
                gap: 5px;
                color: var(--agent-name-color);
            }
            .role{
                color: var(--agent-role-color);
                font-size: 12px;
                font-weight: 400;
            }
        }
        .agent-img{
            max-height: 62%;
            width: 100%;
            img{
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: bottom;
            }
        }
    }
}
/* Chat Agents Box Css  */

/* First Support Actions  */
.support-actions {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.support-actions h2 {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color:var(--agent-bot-title-text);
}

.button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.chat-btn-primary {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--agent-primary-bg);
    border-radius: 5px;
    padding: 8px 16px;
    border: 1px solid var(--agent-primary-bg);
    color: #fff;
    min-width: 142px;
}

.custom-file-upload {
    width: 100%;
    border-radius: 10px;
    display: flex !important;
    flex-direction: column;
    row-gap: 7px;
    position: relative;
    align-items: center;
    justify-content: center;
    background: var(--theme-bg);
    padding: 30px 50px;
    color: var(--primary-color);
    font-weight: 400;
    
    
    .image-box{
        height: 70px;
        width: 70px;
        border-radius: 5px;
        position: relative;
        img{
            height: 100%;
            width: 100%;
            object-fit: cover;
            border-radius: inherit;
        }
    }
}

.custom-file-upload i {
    font-size: 2rem;
    color: var(--primary-color);
}
/* First Support Actions  */

/* upload modal */
.upload-modal{
    .upload-area{
        .left-area{
            padding: 20px;
            display: flex;
            flex-direction: column;
            height: 100%;
            overflow: hidden;
            position: sticky;
            top: 0;
        }
        .right-area{
            border-left: 1px solid var(--theme-br);
            padding: 15px 25px;
            overflow-y: auto;
            height: calc(100vh - 100px);    
        }
    }
}
.upload-modal .form-check {
    margin-bottom: 15px;
    padding-left: 2em;
}

.upload-modal .form-check .form-check-input {
    border-radius: 2px;
    margin-left: -1.8em;
}

.upload-modal .form-check .form-check-label {
    font-size: 12px;
    font-weight: 400;
    color: var(--theme-text-color);
}

.compare-wrapper .head-content {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.compare-wrapper .head-content .title {
    color: var(--title-color);
}

.compare-wrapper p {
    font-size: 12px;
    margin-bottom: 15px;
}

/* compareGoodSwiper */
.compareGoodSwiper .swiper-pagination,
.compareBadSwiper .swiper-pagination {
    position: unset;
    padding-top: 5px;
}

.compareGoodSwiper .swiper-pagination .swiper-pagination-bullet,
.compareBadSwiper .swiper-pagination .swiper-pagination-bullet {
    background: var(--theme-text-color);
}

.compare-image {
    width: 100%;
    height: 120px;
    background: var(--theme-white);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.compare-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* upload modal */
/* create-avatar */

/* template-box */
.template-box .media img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.template-box{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    .template-box-img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    &:hover{  
        .select-btn-parent{
            opacity: 1;
            visibility: visible;
        }
    }
    .select-btn-parent{
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: 0.4s;
    }
    &.template-box-style-2{
        display: flex;
        overflow: hidden;
        background: var(--theme-bg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 200px;
        padding: 12px;
        justify-content: space-between;
        position: relative;
        transition: all 0.5s;
        .left-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 40px 15px 40px 10px;
            border-radius: 6px 0 0 6px;
            flex: 1;
            @media only screen and (max-width : 1920px) {
                padding: 40px 65px 40px 10px;
            }
            @media only screen and (max-width : 1600px) {
                padding: 40px 40px 40px 10px;
            }
            @media only screen and (max-width : 1440px) {
                padding: 40px 20px 40px 10px;
            }

            .title {
                font-size: 8px;
                /* color: var(--title-color); */
                color: #000;
                font-weight: 600;
                margin-bottom: 50px;
            }
        }
        .right-content {
            padding-right: 12px;
            .img-bx{
                height: 100%;
                max-height: 180px;
                max-width: 125px;
                min-width: 125px;
                background: var(--primary-color);
                img{
                    height: 100%;
                    object-fit: cover;
                    width: 100%;
                }
            }
        }
        .chooseBtn{
            position: absolute;
            top:-100%;
            left: 50%;
            transform: translate(-50%, -50%);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: all 0.5s;
            padding: 8px 12px !important;
            font-size: 13px !important;
            z-index: 2;    
        }
        &::after{
            content: "";
            position: absolute;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            z-index: 1;
            transition: all 0.5s;
            transform: scale(0);
        }
        &:hover{
            &::after{
                opacity: 1;
                transform: scale(1);
            }
            .chooseBtn{
                top: 50%;
                opacity: 1;
                visibility: visible;
                pointer-events: all;
            }
        }
    }
}
/* template-box */

/* social-post-single */
.social-post-img{
    height: 400px;
    img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
.social-post-single{
    background: var(--body-bg);
    padding: 20px;
    border-radius: 8px;
    overflow-y: auto;
    height: 400px;
    &>*{
        color: var(--text-white) !important;
    }
}
/* social-post-single */


/* btn-pulse */
.btn-pulse {
    -webkit-animation: pulse-back 1.5s linear infinite;
    animation: pulse-back 1.5s linear infinite;
}
@-webkit-keyframes pulse-back {
    0% {
      transform: scale(0.75);
      box-shadow: 0 0 0 0 var(--rgba-primary-7);
    }
    60% {
      transform: scale(1);
      box-shadow: 0 0 0 24px var(--rgba-primary-1);
    }
    90% {
      transform: scale(1);
      box-shadow: 0 0 0 0 var(--rgba-primary-1);
    }
    100% {
      transform: scale(0.75);
      box-shadow: 0 0 0 0 var(--rgba-primary-1);
    }
}
/* btn-pulse */

/* avatar-main-tabs */
.avatar-main-tabs {
    position: sticky;
    top:30px;
    padding-bottom: 10px;
    margin-bottom: -10px;
    z-index: 40;
}
@media only screen and (max-width : 991px){
    .avatar-main-tabs {
        top: 70px;
        border-bottom: 1px solid var(--theme-br);
        margin-bottom: 10px;
    }

}
.avatar-main-tabs::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1000px;
    background: var(--body-bg);
    z-index: -1;
    bottom: 0;
}
/* avatar-main-tabs */

/* animation-wrapper */
.gelatine {
    animation: gelatine 0.5s infinite;
}
@keyframes gelatine {
    from, to { transform: scale(1, 1); }
    25% { transform: scale(0.9, 1.1); }
    50% { transform: scale(1.1, 0.9); }
    75% { transform: scale(0.95, 1.05); }
}
.pulse {
    animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}
.flash {
    animation: flash 500ms ease infinite alternate;
  }
@keyframes flash {
    from { opacity: 1; }	
    to { opacity: 0; }
}
.hithere {
    animation: hithere 1s ease infinite;
}
@keyframes hithere {
    30% { transform: scale(1.1); }
    40%, 60% { transform: rotate(-10deg) scale(1.1); }
    50% { transform: rotate(10deg) scale(1.1); }
    70% { transform: rotate(0deg) scale(1.1); }
    100% { transform: scale(1); }
}
/* .bounce {
    animation: bounce 2s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
} */
.bounce {
    animation: bounce 2s ease infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
.shake {
    animation: shake 2s ease infinite;
}
@keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
    20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.swing {
    transform-origin: top center;
    animation: swing 2s ease infinite;
}
@keyframes swing {
    20% { transform: rotate(15deg); }	
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }	
    80% { transform: rotate(-5deg); }	
    100% { transform: rotate(0deg); }
}
.flip {
    backface-visibility: visible !important;
    animation: flip 2s ease infinite;
}
@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(0px) rotateY(170deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(0px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in;
    }
} 
.wobble {
    animation: wobble 2s ease infinite;
}
@keyframes wobble {
    0% { transform: translateX(0%); }
    15% { transform: translateX(-25%) rotate(-5deg); }
    30% { transform: translateX(20%) rotate(3deg); }
    45% { transform: translateX(-15%) rotate(-3deg); }
    60% { transform: translateX(10%) rotate(2deg); }
    75% { transform: translateX(-5%) rotate(-1deg); }
    100% { transform: translateX(0%); }
}

.animation-wrapper{
    display: inline-block;
    position: relative;
}
.avatar-chatbot-outer{
    cursor: pointer;
    border-radius: 5px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    @media only screen and (max-width : 575px) {
        width: 120px;
        height: 120px;
    }
}
.avatar-chatbot-outer img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.avatar-chatbot-outer .chatbot-status{
    position: absolute;
    top: 25px;
    right: 30px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00DC30;
    outline: 2px solid var(--theme-white);
}
.animation-wrapper .selected-animation-radio{
    width: 100%;
    height: 100%;
    position: absolute !important;
    margin: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}
.animation-wrapper .avatar-wrapper-inner .avatar-img{
    border-width: 4px;
    border-radius: 50%;
}
.animation-wrapper .avatar-wrapper-inner .avatar-img .check-icon{
    top: 20px;
    left: 20px;
}
.animation-wrapper.avatar-wrapper .avatar-img .check-icon{
    height: 24px;
    width: 24px;
}
.animation-wrapper.avatar-wrapper .avatar-img i {
    font-size: 14px;
}
.animation-wrapper .selected-animation-radio:checked + .avatar-wrapper-inner .avatar-img{
    border-color: var(--primary-color);
    box-shadow: 0px 0px 20px 0px var(--rgba-primary-5);
}
.animation-wrapper .selected-animation-radio:checked + .avatar-wrapper-inner .avatar-img .check-icon{
    opacity: 1;
}
.animation-wrapper .selected-animation-radio:checked + .avatar-wrapper-inner p{
    color: var(--primary-color);
}
.animation-wrapper .avatar-img{
    animation: none;
}
.animation-wrapper .selected-animation-radio:hover + .avatar-wrapper-inner .avatar-img.gelatine{
    animation: gelatine 0.5s infinite;
}
.animation-wrapper .selected-animation-radio:hover + .avatar-wrapper-inner .avatar-img.pulse{
    animation: pulse 1s infinite ease-in-out alternate;
}
.animation-wrapper .selected-animation-radio:hover + .avatar-wrapper-inner .avatar-img.flash{
    animation: flash 500ms ease infinite alternate;
}
.animation-wrapper .selected-animation-radio:hover + .avatar-wrapper-inner .avatar-img.hithere{
    animation: hithere 1s ease infinite;
}
/* .animation-wrapper .selected-animation-radio:hover + .avatar-wrapper-inner .avatar-img.bounce{
    animation: bounce 2s ease infinite;
} */
.animation-wrapper .selected-animation-radio:hover + .avatar-wrapper-inner .avatar-img.bounce{
    animation: bounce 2s ease infinite;
}
.animation-wrapper .selected-animation-radio:hover + .avatar-wrapper-inner .avatar-img.shake{
    animation: shake 2s ease infinite;
}
.animation-wrapper .selected-animation-radio:hover + .avatar-wrapper-inner .avatar-img.swing{
    animation: swing 2s ease infinite;
}
.animation-wrapper .selected-animation-radio:hover + .avatar-wrapper-inner .avatar-img.flip{
    animation: flip 2s ease infinite;
}
/* animation-wrapper */

/* Agent Input Wrapper */
.agent-input-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 25px;
    position: relative;
    .agent-input-bx {
        width: 100%;
    }
    .agent-input {
        width: 100%;
        height: 50px;
        padding: 14px 50px 14px 15px;
        background: var(--agent-input-bg);
        border: 1px solid var(--agent-input-border);
        border-radius: 10px;
        font-weight: 500;
        line-height: 1.5;
        font-size: 14px;
        color: var(--agent-input-text-color);
        background-clip: padding-box;
        box-shadow: none;
        display: block;
        transition: border-color 0.15s ease-in-out;
        &::placeholder {
            color: var(--theme-text-color) !important;
            font-weight: 500 !important;
        }
        &:focus,
        &:focus-visible,
        &:active {
            border-color: var(--agent-input-border);
            box-shadow: none;
            outline: none;
        }
    }
    .agent-input-btn {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        .msgButton {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--agent-voice-icon-bg);
            color: var(--agent-voice-icon-color);
            border: unset !important;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.4s ease;
            padding-top:1px;
            *{
                transition: all 0.4s ease;
            }
            &:hover{
                /*background-color: var(--agent-bot-white-text);*/
                /*color: var(--agent-voice-icon-bg);*/
                i{
                    transform: scale(1.1);
                }
            }
            &.voice-active {
                .voice {
                    display: block;
                }
                .send {
                    display: none;
                }
            }
            &.send-active {
                .voice {
                    display: none;
                }
                .send {
                    display: block;
                }
            }
        }
    }
}
/* Agent Input Wrapper */

/* feedback-radio */
.feedback-radio-parent{
    position: relative;
    transition: 0.4s;
    display: block;
    max-width: fit-content;
    margin: 0 auto;
    border: 1px solid var(--theme-br);
    border-radius: 5px;
}
.feedback-radio-parent:hover{
    transform: translateY(-5px);
}
.feedback-radio-parent .feedback-radio{
    width: 100%;
    height: 100%;
    position: absolute !important;
    margin: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}
.feedback-radio-parent img{
    border-radius: 5px;
    border: 4px solid transparent;
    transition: 0.4s;
}
.feedback-radio-parent .feedback-radio:checked + img{
    border-color: var(--primary-color);
}
.feedback-radio-parent .feedback-radio:checked + img + .check-icon{
    opacity: 1;
}
.feedback-radio-parent .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;
}
.feedback-radio-parent .check-icon {
    color: var(--text-white);
    font-size: 10px;
}
/* feedback-radio */

/* Settings > Live Schedule */
.time-input-wrapper {
    position: relative;
}

.time-input-wrapper::before {
    content: "\f017"; 
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-text-color);
}

.time-input{
    padding-left: 38px;
}

.time-input::-webkit-calendar-picker-indicator {
    background: none;
    color: transparent;
    cursor: pointer;
    height: auto;
    width: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
/* Settings > Voice Schedule */

/* radio-switch */
.radio-switch{
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    label{
        cursor: pointer;
        margin: 0 !important;
        input{
            opacity: 0;
            width: 0;
            height: 0;
            position: absolute;
            &:checked + .btn-look{
                background: var(--primary-color);
                color: var(--text-white);
            }
        }
        .btn-look{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 15px;
            background: var(--rgba-primary-2);
            font-size: 14px;
            font-weight: 500;
            color: var(--theme-text-color);
            width: 120px;
            transition: 0.3s ease;
        }
    }
}
/* radio-switch */

/* theme-card-style-2 */
.theme-card{
    &.theme-card-style-2{
        background: var(--body-bg);
    }
}
/* theme-card-style-2 */

/* input-group */
.input-group{
    .input-group-text{
        background: rgba(72, 71, 72, 1);
        border-color: var(--theme-br);
        color: var(--theme-text-color);
        font-weight: 500;
        font-size: 14px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}
/* input-group */

/* btn-primary-alt */
.btn.btn-primary-alt{
    background: var(--primary-color);
    color: var(--text-white);
    &:hover{
        background: var(--primary-hover);
    }
}
/* btn-primary-alt */

/* .form-control-style-2 */
.form-control{
    &.form-control-style-2{
        background: var(--body-bg) !important;
        &:focus{
            background: var(--body-bg) !important;
        }
        &:disabled,
        &[disabled] {
            opacity: 0.6;
        }
    }
}
/* .form-control-style-2 */

/* agent-chatbox css */
.agent-chatbox{
    background: var(--theme-bg);
    padding: 15px;
    border-radius: 12px;
    position: relative;
    height: calc(100vh - 110px);
    @media only screen and (max-width: 991px){
        height: unset;
    }
    .agent-left-large{
        padding: 20px;
        padding-top: 55px;
        background: rgba(0, 0, 0, 0.35);
        border-radius: 8px;
        border: 1px solid var(--theme-br);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 80px;
        @media only screen and (max-width: 1600px){
            padding-top: 20px;
            gap: 30px;
        }
        .agent-profile{
            width: 124px;
            height: 124px;
            min-width: 124px;
            min-height: 124px;
            border-radius: 20px;
            border: 2px solid var(--theme-br);
            overflow: hidden;
            margin-bottom: 30px;
            @media only screen and (max-width: 1600px){
                width: 94px;
                height: 94px;
                min-width: 94px;
                min-height: 94px;
                margin-bottom: 15px;
            }
            img{
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
        }
        .title{
            font-weight: 500;
            font-size: 24px;
            @media only screen and (max-width: 1600px){
                font-size: 20px;
            }
        }
        .status-box {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 10px;
            border-radius: 14px;
            background: var(--theme-bg);
            border-radius: 8px;
            border: 1px solid var(--theme-br);
            .status-label {
                color: var(--theme-text-color);
                font-size: 12px;
                font-weight: 500;
            }
            .status-value {
                padding: 3px 10px;
                border-radius: 6px;
                font-size: 12px;
                font-weight: 400;
                &.active {
                    background: rgba(64, 255, 64, 0.05);
                    color: rgba(64, 255, 64, 0.8);
                    border: 1px solid rgba(64, 255, 64, 0.5);
                }
                &.inactive {
                    background: rgba(255, 64, 64, 0.05);
                    color: #ff4d4d;
                    border: 1px solid #ff4d4d;
                }
            }
        }
        .action-buttons{
            padding: 28px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            row-gap: 15px;
            background: var(--theme-bg);
            border: 1px solid var(--theme-br);
            border-radius: 6px;
            color: var(--theme-text-color);
            height: 100%;
            text-align: center;
            @media only screen and (max-width: 1600px){
                padding: 10px 15px;
                row-gap: 8px;
            }
            i{
                font-size: 33px;
                @media only screen and (max-width: 1600x){
                    font-size: 24px;
                }
            }
        }
    }
    .agent-right-large{
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid var(--theme-br);
        display: flex;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.35);
        @media only screen and (max-width: 991px){
            height: 476px;
        }
        .chat-header{
            background: transparent;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 255, 255, 0.05);
            .profile{
                width: 45px;
                height: 45px;
                border-radius: 8px;
                overflow: hidden;
                img{
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }
            }
            .user-details{
                .title{
                    font-weight: 500;
                    margin-bottom: 0px;
                }
                .user-status{
                    display: flex;
                    align-items: center;
                    i{
                        font-size: 5px;
                        margin-right: 5px;
                        color: rgba(102, 255, 102, 1);
                    }
                    span{
                        font-size: 12px;
                        color: var(--theme-text-color);
                    }
                }
            }
        }
        .chat-content{
            flex-grow: 1;
            overflow-y: auto;
            padding: 20px;
            padding-bottom: 12px;
            margin-bottom: 12px;
            display: flex;
            flex-direction: column;
            gap: 5px;
            .chat-message {
                display: flex;
                align-items: flex-start;
                gap: 8px;
                &.left {
                    justify-content: flex-start;
                    .bubble {
                        background: var(--theme-bg);
                        color: var(--theme-text-color);
                        border: 1px solid var(--theme-br);
                        border-radius: 8px 8px 8px 0px;
                    }
                }
                &.right {
                    justify-content: flex-end;

                    .message-wrap {
                        align-items: flex-end;
                    }
                    .bubble {
                        background: #7c2cff;
                        color: var(--text-white);
                        border-radius: 8px 8px 0px 8px;
                        border: 1px solid var(--rgba-primary-8);
                    }
                }
            }
            .avatar {
                width: 37px;
                height: 37px;
                flex-shrink: 0;
                border-radius: 8px;
                overflow: hidden;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
            .message-wrap {
                display: flex;
                flex-direction: column;
                gap: 6px;
                max-width: 75%;
            }
            .bubble {
                padding: 8px 15px;
                font-size: 14px;
                line-height: 1.4;
                word-break: break-word;
            }
            .time {
                font-size: 10px;
                color: var(--theme-text-color);
            }
        }
        .chat-footer{
            padding: 20px;
            padding-top: 12px;
            position: relative;
            &::after {
                content: "";
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                width: calc(100% - 40px);
                height: 1px;
                background: var(--theme-br);
            }
            .btn{
                border-top-left-radius: 0 !important;
                border-bottom-left-radius: 0 !important;
            }
        }
    }
}
/* agent-chatbox css */

/* subscriptionModal */
.subscriptionModal{
    .modal-content{
        overflow: hidden;
        border-radius: 15px;
        border-color: var(--primary-color);
    }
    .buy-now{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid var(--primary-color);
        padding: 10px;
        border-radius: 10px;
        @media only screen and (max-width: 575px){
            flex-direction: column;
            gap: 10px;
        }
    }
    .subscriptionModal-left{
        padding: 15px
    }
    .media-bx{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
        background: var(--primary-color);
        transform: translateX(1px)
    }
}
/* subscriptionModal */

/* delivery-panel-banner */
.delivery-panel-banner {
    height: 310px;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    background-image: url("https://cdn.oppyotest.com/launches/bizora/product/delivery-panel-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    .title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
        color: var(--title-color);
    }
    .desc {
        color: var(--theme-text-color);
    }
}
/* delivery-panel-banner */

/* delivery-Panel-list */
.delivery-Panel-list{
    display: flex;
    align-items: end;
    justify-content: space-between;
    @media only screen and (max-width: 768px){
        flex-direction: column;
        row-gap: 10px;
        align-items: start;
    }
    .icon-box{
        width: 50px;
        min-width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--theme-br);
        background: var(--theme-bg);
        border-radius: 8px;
    }
    .title{
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 4px;
    }
    .desc{
        font-size: 12px;
        margin-bottom: 0;
    }
}
/* delivery-Panel-list */

/* clockpicker-popover */
.clockpicker-popover{
    z-index: 999999;
    .popover-title{
        background: var(--body-bg);
        color: var(--text-white);
    }
    .popover-content{
        background: var(--theme-bg);
        .clockpicker-plate{   
            background: var(--body-bg);
            border-color: var(--theme-br);
            .clockpicker-tick{
                color: var(--text-white);
                font-size: 14px !important;
                &:hover{
                    background: var(--rgba-primary-3);
                }
            }
            .clockpicker-canvas{
                line{
                    stroke: var(--primary-color);
                }
                .clockpicker-canvas-bearing,.clockpicker-canvas-fg{
                    fill: var(--rgba-primary-6);
                }
                .clockpicker-canvas-bg{
                    fill: var(--primary-color);
                }
            }
        }
    }   
}
/* clockpicker-popover */

/* business-to-dashboard */
.business-to-dashboard{
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    border: 1px solid var(--theme-br);
    color: var(--text-white);
    border-radius: 6px;
    justify-content: center;
    background: var(--theme-bg);
    position: absolute;
    top: -15px;
    right: -15px;
    &:hover{
        color: var(--text-white);
    }
}
/* business-to-dashboard */

/* setting-box.setting-box-style-2 */
.setting-box-style-2-parent{
    max-width: 1042px;
    margin: 0 auto;
    padding: 40px 0;
    @media only screen and (max-widht: 575px){
        padding: 0;
    }
    .setting-box{
        &.setting-box-style-2{
            background: var(--body-bg) !important;
            padding: 10px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            flex-direction: row;
            transition: 0.3s ease;
            &:hover{
                background: var(--primary-color) !important;
                transform: none;
                .icons-box{
                    background: var(--white-color);
                    transition: 0.3s ease;
                    .setting-icon{
                        transition: 0.3s ease;
                        color: var(--primary-color) !important;
                    }
                }
            }
            .bg{
                display: none !important;
            }
            .icons-box{
                min-width: 50px;
                max-width: 50px;
                height: 50px;
                border-radius: 8px;
                border: 1px solid var(--theme-br);
                display: flex;
                align-items: center;
                justify-content: center;
                background: rgba(255, 255, 255,0.1);
                .setting-icon{
                    font-size: 22px;
                    color: var(--text-white);
                }
            }
            .title{
                color: var(--text-white);
                font-weight: 500;
                font-size: 14px;
                margin-bottom: 4px;
            }
            .desc{
                font-weight: 400;
                font-size: 12px;
                margin-bottom: 0;
                color: var(--theme-text-color);
            }
            .right-icon{
                color: var(--theme-text-color);
                font-size: 16px;
            }
        }
    }
}
/* setting-box.setting-box-style-2 */

/* css raj starts 15-dec-26 */