:root {
    --btn-gradient : #5289EF;
	--theme-gradient :  #5289EF;
	--theme-gradient-light : rgb(50 93 238 / 10%);
    --primary:#5289EF;
    --primary-hover:#2752df;
    --theme-white : #fff;
    --theme-black : #000;
    --primary-color: #5289EF;
    --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: #101315;
    --black-color: #101315;
    --danger-color:#FF4D4D;
    --danger-color1: #FF4A4A;
    --primary-color5: #27215D;
    --primary-color6: #374073;
    --primary-color7: #3B3572;
    --grey-color: #797A7F;
    --blue-gradient:#5289EF;
    --blue-gradient1:  #5289EF;
    --theme-bg:#F7F8FC;
    --theme-bg2:#1F2025;
    --theme-color:#F1F3F5;
    --theme-color2:#25272E;
    --theme-br: rgba(82, 137, 239, 0.15);
    --theme-br2:#5289EF;
    --theme-br3: #797A7F;
    /* --theme-text-color: #5B6B78; */


    /* Tushar Css Variables */
    --primary-br: rgba(82, 137, 239, 0.15);
    --theme-light: #F6F7FB;
    --text-white: #fff;
    --text-dark: #101315;
    --body-bg: #ffff;
    --theme-br-light: rgba(1, 1, 1, 0.15);
    --theme-text-color: rgba(1, 1, 1, 0.6);
    --primary-op-01: rgba(82, 137, 239, 0.01);
    --primary-op-02: rgba(82, 137, 239, 0.02);
    --primary-op-03: rgba(82, 137, 239, 0.03);
    --primary-op-04: rgba(82, 137, 239, 0.04);
    --primary-op-05: rgba(82, 137, 239, 0.05);
    --rgba-primary-1: rgba(82, 137, 239, 0.1);
    --rgba-primary-2: rgba(82, 137, 239, 0.2);
    --rgba-primary-3: rgba(82, 137, 239, 0.3);
    --rgba-primary-4: rgba(82, 137, 239, 0.4);
    --rgba-primary-5: rgba(82, 137, 239, 0.5);
    --rgba-primary-6: rgba(82, 137, 239, 0.6);
    --rgba-primary-7: rgba(82, 137, 239, 0.7);
    --rgba-primary-8: rgba(82, 137, 239, 0.8);
    --rgba-primary-9: rgba(82, 137, 239, 0.9);
}
/* Extra Css by Tushar */
table.dataTable.table-striped>tbody>tr.odd>*{
    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-color: 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;
}
.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;
}
.m-b15{
    margin-bottom: 15px;
}
.primary-text{
    color: var(--primary-color) !important;
}
.bg-primary-light{
    background-color: 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);
}
.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-color: var(--tertiary-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.0625rem;
    color: var(--text-primary);
}
.table-design.table tbody tr td {
    vertical-align: middle;
}
/*.table-design.table 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);
    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: var(--primary);
}
@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-color: #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);
}
.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);*/
    /*background-color: var(--white-color);*/
}
.fiter-drop.bootstrap-select .dropdown-item.active {
    color: var(--text-primary);
    background-color: var(--white-color);
}
/* Filter Dropdown End */
/* Selectpicker Dropdown */
.custom-drop button,
.custom-drop button:hover,
.custom-drop button:focus,
.custom-drop.bootstrap-select .dropdown-toggle:focus {
    border-radius: 5px;
    border: none;
    background: var(--theme-color);
    backdrop-filter: blur(15px);
    /*padding: 16px 15px !important;*/
    font-size: 14px;
    color: var(--black-color) !important;
    /*min-height: 100%;*/
    /*height:2.75rem;*/
    display: flex !important;
    align-items: center !important;
    box-shadow: 0px solid var(--white-color) !important;
    outline: 0px auto -webkit-focus-ring-color!important;
    outline: 0px solid var(--white-color) !important;
}
/*.custom-drop button:before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: calc(100% - 1.25rem);*/
/*    background: var(--secondary-color2);*/
/*    position: absolute;*/
/*    right: 45px;*/
/*}*/
.custom-drop .dropdown-toggle:after {
    display: inline-block;
    content: "\e907" !important;
    font-family: 'icomoon';
    border: 0px solid transparent;
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--black-color);
}
.custom-drop.bootstrap-select .dropdown-toggle .filter-option {
    height: auto !important;
    max-width: calc(100% - 40px);
}
.custom-drop .dropdown-toggle.show:after {
    transform: rotate(180deg);
}
.custom-drop.bootstrap-select .dropdown-menu {
    background: var(--theme-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);
}
.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);*/
/*    background-color: var(--white-color);*/
/*}*/
.custom-drop.bootstrap-select .dropdown-item.active {
    color: var(--text-primary);
    background-color: var(--white-color);
}
.custom-drop.bootstrap-select .bs-searchbox .form-control:focus {
    font-weight: 500;
    font-size: 14px;
    /*line-height: 1.0625rem;*/
    padding: 10px 20px;
    color: var(--text-primary);
    box-shadow: none;
    outline: none !important;
    outline-offset: 0;
    border-color : var(--theme-br);
}
.custom-drop.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: var(--black-color) !important;
}
/* Selectpicker Dropdown End*/
/* Accordion Css */

.accordion-list .accordion-item {
    border: 1px solid var(--theme-br);
    border-radius: 10px;
    background: var(--body-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(--grey-color);*/
/*    padding: 10px 15px;*/
/*    outline: none;*/
/*    font-size: 14px;*/
/*    line-height: 1.0625rem;*/
/*    font-weight: 400;*/
/*}*/
/*.field-design .form-control.textarea,*/
/*.field-design .form-control.textarea:focus,*/
/*.field-design .form-control.textarea:active {*/
/*    resize: none;*/
/*    border: 1px solid var(-theme-br);*/
/*    height: 80px !important;*/
/*}*/
.form-label {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.250rem;
    color: var(--black-color);
}
/* Form css End */
/* Pagination CSS */
.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagination a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.05875rem;
    color: var(--secondary-color3);
    text-decoration: none;
}
.pagination a:hover {
    color: var(--text-primary);
}
.pagination .form-control,
.pagination .form-control:focus,
.pagination .form-control:hover {
    max-width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    color: var(--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-color: var(--primary);
    border-color: var(--primary);
}
.blue-btn:hover,
a.blue-btn:hover {
    color: var(--white-color);
    background-color: var(--primary-color2);
    border-color: var(--primary-color2);
}
.blue-btn-outline,
a.blue-btn-outline,
.blue-btn-outline:focus,
a.blue-btn-outline:focus {
    color: var(--theme-text-color);
    background-color: transparent;
    border-color: var(--theme-br);
}
.blue-btn-outline:hover,
a.blue-btn-outline:hover {
    color: var(--theme-white);
    background-color: var(--primary);
    border-color: var(--primary);
}
.red-btn,
a.red-btn,
.red-btn:focus,
a.red-btn:focus {
    color: var(--white-color);
    background-color: var(--primary-color3);
    border-color: var(--primary-color3);
}
.red-btn:hover,
a.red-btn:hover {
    color: var(--white-color);
    background-color: var(--primary-color4);
    border-color: var(--primary-color4);
}
.red-btn-outline,
a.red-btn-outline,
.red-btn-outline:focus,
a.red-btn-outline:focus {
    color: var(--primary-color3);
    border-color: var(--primary-color3);
}
.red-btn-outline:hover,
a.red-btn-outline:hover {
    color: var(--theme-white);
    background-color: 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-br2);
}
.secondary-btn1,
a.secondary-btn1,
.secondary-btn1:focus,
a.secondary-btn1:focus {
    color: var(--text-white) !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.secondary-btn1:hover,
a.secondary-btn1:hover {
    color: var(--white-color);
    background-color: #4361d6;
    border-color: #4361d6;
}
.disable-btn,
a.disable-btn,
.disable-btn:focus,
a.disable-btn:focus {
    color: var(--text-dark) !important;
    background-color: 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-color: var(--tertiary-color) !important;
    border-color: var(--tertiary-color) !important;
}
.mr20{
    margin-right: 20px;
}
.form-control {
    background: var(--body-bg);
    padding: 10px 15px;
    color: var(--text-dark);
    border-color: var(--theme-br);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media only screen and (max-width : 575px){
    .form-control {
        padding: 6px 8px;
    }
}
.form-control:disabled{
    background: var(--theme-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);
}
.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(--grey-color) !important;
}
/* Tushar Css Start  */
.effect-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: background-color 0.4s;
    &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: 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-color: transparent;
    }
}
/* for email content */
.border-wrapper-box {
    padding: 20px;
    border-radius: 10px;
    background-color: var(--body-bg);
    border: 1px solid var(--theme-br);
    color: var(--theme-text-color);
}
.with-copy {
    position: relative;
}
.form-control:disabled,
.form-control[readonly] {
    background: var(--body-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 - 100px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    background-color: var(--body-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-dark);
        margin: 0;
    }
    .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-color: var(--body-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  */
/* info-tooltip */
.info-tooltip{
    cursor: pointer;
    opacity: 0.6;
}
.tooltip{
    z-index: 999999 !important;
}
.tooltip.show{
    opacity: 1 !important;
}
/* Sticky Header */
.sticky-header {
    position: sticky;
    top: 80px;
    background: var(--body-bg);
    padding: 10px 0 20px 0px;
    z-index: 103;
}
.sticky-header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 94px;
    background: var(--theme-bg);
    z-index: -1;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width : 991px) {
    .sticky-header {
        top: 70px;
    }
}
.sticky-top {
    position: sticky;
    top: 160px;
    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-reverse;
    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;
}
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem 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;
    width: 30px!important;
    line-height: 30px!important;
    display: inline-block;
    vertical-align: bottom;
    display: flex;
    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-color: #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-dark);
    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-dark);
    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-dark);
    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: 12px;
      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-color: var(--primary-color) !important;
        color: var(--text-white);
    }
  }
}
/* Ghibli Details Modal SCSS */

.btn-light {
    color: var(--btn-color) !important;
    background-color: #efefef !important;
    border-color: transparent !important;
}

.btn-light.active {
    box-shadow: none !important;
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.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);
            &.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-color: var(--primary) !important;
}
.swal2-styled.swal2-cancel{
    background-color: #FF5858 !important;
}
/* Sweet Alert  */
/* Tushar Css End  */
