@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --flaxxa-yellow: #5E6EFB;
    --flaxxa-yellow-shade: #FFFBE5;
    --radius: 12px;
    --light-dark:#525252;
    --dark: #2B2B2B;
    --border-line: #dbdbdbc5;
    --border-line-light: #dbdbdbc5;
    --flaxxa-red:#FC201E;
    --flaxxa-red-shade:#FFE6E6;
    --flaxxa-blue:#1059ED;
    --flaxxa-blue-shade:#E7EFFD;
    --flaxxa-green:#00AC2A;
    --flaxxa-green-shade:#E5FFEC;

}
body * {
    font-family: "Inter", serif;
}
.f-12{font-size: 12px !important;}
.f-13{font-size: 13px !important;}
.f-14{font-size: 14px !important;}
.f-15{font-size: 15px !important;}
.f-16{font-size: 16px !important;}
.f-17{font-size: 17px !important;}
.f-18{font-size: 18px !important;}
.f-20{font-size: 20px !important;}
.f-22{font-size: 22px !important;}
.fw-2{font-weight:200 !important;}
.fw-3{font-weight:300 !important;}
.fw-4{font-weight:400 !important;}
.fw-5{font-weight:500 !important;}
.fw-6{font-weight:600 !important;}
.fw-7{font-weight:700 !important;}
.fw-8{font-weight:800 !important;}
/* .side-menu__item.active .side-menu__icon{
    color: var(--flaxxa-yellow) !important;
} */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    color: #4c4c5c;
    font-weight: 600;
}
.app-content {
    min-height: calc(100vh - 92px);
}
.side-menu__item.active .side-menu__label{
    font-weight: 600;
}
.side-menu__item.active {
  /* background: linear-gradient(45deg, #fc201e40, #f1c70052) !important; */
  background: linear-gradient(45deg, #fdbae47d, #1f36fd80) !important;
  border-left: none;
 
}
.side-menu__icon{
    color: var(--light-dark);
}
.side-menu__item:hover, .side-menu__item:focus{
    background: #fafafa;
}
.side-menu__item:hover .side-menu__icon, .side-menu__item:focus .side-menu__icon{
    color: var(--dark);
   
}
.side-menu__item:hover, .side-menu__item:focus{
    border-left: none; 
}
.side-menu__item {
    height: auto;
    margin: 0px 12px;
    padding: 10px 12px 8px 11px;
    border-radius: 8px !important;
    margin-bottom: 4px;
}
.desktop-lgo {
    height: auto !important;
    margin-top: 0;
    width: 160px;
}
.usage-icon i {
    margin: 0px 0px 10px;
    font-size: 28px;
    /* background: -webkit-linear-gradient(#e5c846, #dc3d30); */
    background: -webkit-linear-gradient(#FFB7E3, #1027FB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff !important;
    padding-top: 0px;
}
.text-primary {
    color: var(--flaxxa-yellow) !important;
}
.user-dashboard-special-box {
    background: #f7f7f7;
    margin-bottom: 0px;
}
.user-dashboard-special-box .card-body {
    padding: 1rem !important;
}
#user-dashboard-background ,
.gredient-card{
    /* background: linear-gradient(45deg, #fc201e40, #f1c70052) !important; */ 
    background: linear-gradient(45deg, #fdbae47d, #1f36fd42) !important;
    border-radius: var(--radius);
    margin-left: 0rem;
    margin-right: 0rem;
    padding: 2.2rem 1.7rem;
}
.homecreditbtn {
    position: absolute;
    top: 15px;
    right: 15px;
}
.custom-pricing-plan-button{
    background:#fff;
}
div#user-dashboard-background h6,
.gredient-card h6 {
    color: #646464;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 15px;
}div#user-dashboard-background .btn,
.gredient-card .btn {
    padding: 7px 17px;
}
#user-dashboard-background #awselect_template-selection {
    width: 100%;
}
#user-dashboard-background #awselect_template-selection .front_face .placeholder {
    text-align: left;
    line-height: 2;
    padding-left: 35px;
    font-size: 14px;
}
#user-dashboard-background img.getstrated {
    position: absolute;
    width: 220px;
    left: 10%;
}
#user-dashboard-background #awselect_template-selection .front_face>.bg {
    height: 51px;
    padding-left: 45px;
}
#user-dashboard-background .select2-container {
    width: 100% !important;
}
#user-dashboard-background .select2-container .select2-selection {
    height: 52px;
    font-size: 15px;
    padding-left: 45px;
    padding-right: 120px;
}
#user-dashboard-background .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #fff !important;
    border-color: #e5e4fd !important;
    height: 36px !important;  
    border-radius: 8px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--flaxxa-yellow);
    color: white;
}
.select2-container--open .select2-dropdown--below {
    border: 1px solid #e5e4fd !important;
    border-top: 0px !important;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}
.text-info {
    color: var(--flaxxa-yellow) !important;
}
.card {
    border-radius: 12px;
    box-shadow: 0px 0px 15px 0px rgba(104, 134, 177, .07);
    border:0px;
}
.card-body {
    padding: 1.3rem 1.3rem;
}
.card-title {
    color: #4c4c5c; 
    font-weight: 600;
    font-size: 16px;
    transition:.3s;
} 
p {
    font-size: 14px;
}
.page-leftheader ol, .page-rightheader ol{
    background: #0000000f;
    padding: 8px 20px;
    border-radius: 7px;
    border: 1px dashed #b5b5b5;
    width: fit-content;
}
.page-leftheader .breadcrumb-item a, .page-rightheader .breadcrumb-item a{
    color: var(--light-dark);
}
.page-leftheader .breadcrumb-item.active a{
    color: var(--dark);
    font-weight: 600;
}
.page-leftheader .breadcrumb-item, .page-rightheader .breadcrumb-item{
    font-size: 13px;
}
.mini-card{
    padding: 10px;
    background: var(--flaxxa-yellow-shade);
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    border: 1px solid #efefef;
    background-image: url("/img/brand/minibgg.png");
    background-position: bottom;
    background-position-y: 0px;
    /* padding: 10px;
    background: var(--flaxxa-yellow-shade);
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    border: 1px solid #efefef;
    background-image: url(/img/brand/minibgg.png);
    background-position-y: 13px;
    background-repeat: no-repeat; */
}
#back-to-top{
    display: flex;
    line-height: normal;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.field input:hover, .field input:focus, .field select:hover, .field select:focus{
    border-color: var(--flaxxa-yellow) !important;

}
#template-buttons-group #save-button i {
    background: var(--flaxxa-yellow) !important;
    color: #FFF !important;
}
.template-view .template-icon i.blog-icon{
    background: var(--flaxxa-yellow-shade);
    color: var(--flaxxa-yellow);
}
.slide-menu a.active {
    color: #1027FB !important;
}
#back-to-top:hover{
    color: var(--flaxxa-yellow) !important;
}
.nav-link.icon .header-icon {
    border-radius: 8px;
    background: #f2f5f9;
    color: #6c6c80;
}
span.fa.fa-align-left.header-icon {
    line-height: 1.3;
}
.sidenav-toggled .side-menu__new{
    display: none;
}
.sidenav-toggled1 .side-menu__new{
    display: inline !important;
}
.wizard-nav .wizard-nav-inner{
    padding: 20px;
}
.side-menu .side-menu__icon{
    /* background: -webkit-linear-gradient(#e5c846, #dc3d30); */
    background: -webkit-linear-gradient(#FFB7E3, #1027FB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-icon-dash{
    background: var(--flaxxa-yellow-shade);
    color: var(--flaxxa-yellow);
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 15px;
}
.special-buttons .btn-special{
    margin-right: 0px;
}
.btn{
    box-shadow: none !important;
    border-radius: 8px !important;
    font-size: 13px;
    padding: 10px 15px;
}
.btn-sm{
    padding: 7px 12px;
    font-size: 11px;
}
.btn-outline-primary {
    color: var(--flaxxa-yellow);
    border-color: var(--flaxxa-yellow);
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-outline-primary:hover {
    text-transform: capitalize;
    color: #fff !important;
    background-color: var(--flaxxa-yellow) !important;
    border-color: var(--flaxxa-yellow) !important;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    background-color: var(--flaxxa-yellow);
    border-color: var(--flaxxa-yellow);
}
.btn-secondary, .btn-secondary:hover {
    color: #fff !important;
    background-color: #1027FB;
    border-color: #1027FB;
}
#skip-step, #skip-step:hover {
    background-color: #ff9d01 !important;
    border-color: #ff9d01;
    transition: all 0.5s ease;
    color: #fff !important;
    margin-top: 10px;
}
#generate-ideas, #next-step, #generate-keywords, #generate-outlines, #generate-images, #skip-step {
    width: 49%;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    padding: 8px 10px !important;
    margin-bottom: 10px;
}

.side-menu__new {
    background: var(--flaxxa-yellow);
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000 !important;
    font-weight: 600;
}
.app-sidebar .side-item.side-item-category.line{
    position: relative;
    text-align:center
}
.app-sidebar .side-item.side-item-category.line:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    background: #ebecf1;
    left: 0;
    top: 7px;
    z-index: -1;
}
.side-menu {
    margin-top: 85px;
    border:0px;
}
footer.footer {
    background: #fff;
    text-align: right;
    padding: 12px 40px;
    /* border-top: 1px solid #ececec; */
    color: #222;
    z-index: 0;
    text-align: center;
    position: relative;
}
.footer a:not(.btn) {
    color: var(--flaxxa-yellow);
    font-weight: 700;
}

.app-header, .app-sidebar__logo {
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.01), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
    border-bottom: 1px solid #ececec;
    height: 67px;
    padding-top: 0.50rem;
    padding-bottom: 0.45rem;
}
.smart-header.header {
    background: #fff;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.01), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
    border-bottom: 1px solid #ececec;
}
.app-sidebar__logo {
    text-align: left;
    padding: 6px 25px;
}
.app-sidebar .side-item.side-item-category.line span{
    background:#fff;
    padding:0px 10px;
}
.input-box textarea:hover, .input-box textarea:focus{
    border-color:var(--flaxxa-yellow);

}
.custom-switch-input:focus ~ .custom-switch-indicator{
    border-color:var(--flaxxa-yellow) !important;

}
.custom-switch-input:checked ~ .custom-switch-indicator{
    background: var(--flaxxa-yellow) !important;
}
.dropdown-item:hover, .dropdown-item:focus{
    color: var(--flaxxa-yellow);
}
.input-box input:hover, .input-box input:focus{
    border-color:var(--flaxxa-yellow) !important;

}
select.form-select:hover, select.form-select:focus{
    border-color:var(--flaxxa-yellow) !important;

}
.special-buttons .btn-special:hover, .special-buttons .btn-special:focus {
    background: var(--flaxxa-yellow);
    color: #fff;
}
.create-project{
    background-color:var(--flaxxa-yellow);
}
.btn-keywords:hover {
    background-color:var(--flaxxa-yellow);
    border-color:var(--flaxxa-yellow);
}
.app-content .side-app {
    padding: 35px 2rem 0;
}
.page-header {
    margin-top: 0px !important;
}
.wizard-nav .wizard-nav-inner .current-step{
    background: var(--flaxxa-yellow);
}
#back-to-top {
    background: var(--flaxxa-yellow);
}
#meta-container-editor #save-button{
    background-color:var(--flaxxa-yellow);
}
.table-action-buttons {
    background: #f5f9fc;
    line-height: 0px !important;
    margin-bottom: 3px;
    border-radius: 0.42rem;
    color: #67748E;
    text-align: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border: 0px;
}
.request-action-button:hover{
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(29, 39, 59, 0.15);
}
.side-menu__item:hover .angle, .side-menu__item:focus .angle{
    color: var(--flaxxa-yellow);
}

.usage-info p {
    font-size: 14px;
    color: #4c4c5c;
    font-weight: 400 !important;
}
.slide.is-expanded a.slide-item:hover {
    margin-left: 5px;
    text-decoration: none;
    transition: all 0.3s;
    color:  #1027FB  !important;
}
.swal2-file, .swal2-input, .swal2-textarea{
    border-radius: 31px !important;
}
#dashboard-background{
    background: #fff !important;
}
.swal2-styled.swal2-confirm{
    background-color: var(--flaxxa-yellow) !important;
    border-color: var(--flaxxa-yellow) !important;
}
.swal2-input:hover, .swal2-input:focus{
    box-shadow: none !important;
    border-color: var(--flaxxa-yellow) !important;
}
#profile-pages a:hover, #profile-pages a:focus{
    color: var(--flaxxa-yellow) !important;
}
.flex-class{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
}
.chat-main-container .chat-sidebar-container .chat-sidebar-messages .selected-message {
    border: 0px;
    background: #d0cef8  !important;
}
.chat-main-container .chat-sidebar-container .chat-sidebar-messages .selected-message .chat-info{
    color:#000;
}
.chat-main-container .chat-sidebar-container .chat-sidebar-messages .selected-message .chat-title{ 
    color: #000;
}
.chat-main-container .chat-sidebar-container .chat-sidebar-messages .chat-sidebar-message{
    border:0px;
}
.chat-main-container .chat-sidebar-container .chat-sidebar-messages .chat-sidebar-message:hover{
    background:#d0cef8 ;
}
.chat-main-container .chat-sidebar-container .chat-sidebar-messages .chat-sidebar-message:hover, .chat-main-container .chat-sidebar-container .chat-sidebar-messages .chat-sidebar-message:focus{
    border:0px !important;
}
.chat-actions a:hover{
    color:#000;
}
.chat-actions{
    opacity: 1;
}
.chat-actions i {
    font-weight: 400;
}
#back-to-top:hover i{
    color: var(--flaxxa-yellow);

}
.referral-edit-small {
    position: absolute;
    right: 1rem;
    background: var(--flaxxa-yellow-shade);
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 10px;
    color: var(--flaxxa-yellow);
    font-weight: 600;
}
#audio-format .input-control:checked, #voice-types .input-control:checked{
    background-color: var(--flaxxa-yellow) !important;
}
#audio-format .input-control:checked + .label-control, #voice-types .input-control:checked + .label-control{
    color: var(--flaxxa-yellow) !important;
}
.number-font{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px !important;
}
.user-dashboard-special-box .d-flex {
    flex-direction: column-reverse;
    align-items: start;
}
.usage-icon-dashboard {
    font-size: 27px;
    padding-top: 0px;
    /* background: -webkit-linear-gradient(#e5c846, #dc3d30); */
    background: -webkit-linear-gradient(#FFB7E3, #1027FB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dashboard-menu-button .btn {
    padding: 7px 12px; 
}
.chat-boxes a{
    position: relative;
    top: 35px;
    margin-left: 1rem;
    float: right;
    z-index: 200;
    right: 12px;
}
.widget-user-image {
    border-radius: 50%;
    box-shadow: none;
    border: 1px solid #ccc;
}

.wizard-nav .wizard-nav-inner {
    background-color: #fff;
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
    padding: 10px;
    border-radius: 50vh;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.dash-img {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 150px;
} 
.pad-right{
 padding-right: 5px;
}
#search-field input[type=search]:focus {
    border: 0px;
    box-shadow: none !important;
    padding: 10px 10px;
    background-color: #f3f5f9;
    padding-left: 35px !important;
}
input[type=search] {
    padding: 10px 10px !important;
    background-position: 8px 11px !important;
    margin-top: 3px !important; 
}
@media (max-width: 1200px) {
    .dash-img {
       display: none;
    }
}
@media (min-width: 768px) {
    .sidenav-toggled .header-brand-img.mobile-logo {
        display: flex;
        margin-top: 5px;
        object-fit: contain;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .header-brand-img.desktop-lgo {
        margin-left: 0rem;
    }
}
@media (max-width: 480px) {
    .mini-card {
        height: 180px;
        margin-top: 11px;
    }
}
@media (max-width: 992px) {
    .page-header .page-leftheader ol {
        padding-top: 8px;
    }
}
.item-card {
    background: linear-gradient(180deg, #5e6efb47 0, #5e6efb00);
    text-align: center;
    border-radius: 12px;
    padding: 27px 10px;
    height: 100%;
}
.item-card .icon{
    background-color: var(--flaxxa-yellow);
    height: 48px;
    width: 48px;
    margin: 0 auto 12px;
    border-radius: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.item-card .icon i{
    color:#fff;
}
.item-card h6 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}
.item-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.item-card.card2 {
    background: linear-gradient(180deg, #ffb7e35e 0, #ffb7e30a);
}
.item-card.card2 .icon{
    background: #FFB7E3;
}
.item-card.card3 {
    background: linear-gradient(180deg, #1027fb66, #1027fb00);
}
.item-card.card3 .icon{
    background: #1027FB;
}
.searchcard {
    /* background: linear-gradient(45deg, #fc201e40, #f1c70052) !important; */
    background:linear-gradient(45deg, #fdbae47d, #1f36fd42) !important ;
    padding: 50px 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(104, 134, 177, .07);
    text-align: center;
}
.searchcard .form-control {
    box-shadow: none !important;
    margin: 20px auto 0px !important;
    border-radius: 12px !important;
    font-size: 15px;
    padding-left: 40px !important;
}
#create-ai-button {
    position: absolute;
    right: 1.8rem;
    top: 1rem;
}
.searchcard .form-group {
    max-width: 650px;
    margin: auto;
}
.search-template i.far.fa-search {
    position: absolute;
    left: 17px;
    top: 20px;
    color: #999;
}
.templates-nav-menu .template-nav-menu-inner {
    box-shadow: 0px 0px 15px 0px rgba(104, 134, 177, .07) !important;
    border-radius: 10px;
}
.templates-nav-menu .nav-tabs .active,
.templates-nav-menu .nav-tabs .nav-link:hover {
    background-color: var(--flaxxa-yellow) !important;
    color: #fff;
    box-shadow: none;
}
.templates-nav-menu .nav-tabs .nav-link {
    border-radius: 8px;
    margin-right: 7px;
}

.page-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 2rem;
}

.left-fix__card {
    position: fixed;
    left: 250px;
    top: 67px;
    border-radius: 0px !important;
    overflow: auto;
    /* background: #f5f5f5; */
    background: #f8fbfd;
    width: 27%;
    bottom: -20px;
    padding-bottom: 25px;
    transition: .3s;
    border-left: 1px dashed #ececec !important;
}
.sidebar-mini.sidenav-toggled .left-fix__card {
    left: 70px;
    width: 30%;
}
.form-control,
.input-box .form-control,
select.form-select {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    background-color: #fff !important;
    border-color: #e5e4fd !important;
    line-height: 1rem;
    border-radius: .5rem;
    padding: .75rem 1rem;
}
.awselect .front_face > .bg {
    background-color: #fff !important;
    border-color: #e5e4fd;
}
.swal2-file, .swal2-input, .swal2-textarea {
    border-radius: 8px !important;
    border-color: #e5e4fd !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.swal2-styled.swal2-confirm, .swal2-styled.swal2-cancel {
    font-size: 12px !important;
    min-width: 80px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 8px !important;
    text-transform: capitalize !important;
    color: #fff !important;
    box-shadow: none;
}
.swal2-title {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.swal2-container.swal2-center>.swal2-popup {
    padding: 26px;
    border-radius: 12px;
}
label {
    font-size: 13px;
    font-weight: 500;
    color: #344050;
}
.divider .divider-text:after, .divider .divider-text:before{
    display: none;
}
.divider .divider-text {
    display: block;
    padding:0px;
}
a#advanced-settings-toggle {
    background: #fff;
    width: 100%;
    display: block;
    padding: 7px 10px;
    text-align: left;
    font-size: 13px;
    border-radius: 8px;
}
a#advanced-settings-toggle:hover{
    color:#000;
}
.wizard-nav .wizard-nav-inner {
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #d1d5da;
}
#wizard-results-wrapper .wizard-step-number {
    border: 1px solid var(--flaxxa-yellow);
}
#keywords-wrapper input.checkbox-btn + label {
    border-radius: 8px;
    box-shadow: none;
    border: 1px dashed #ccc;
}
#ideas-wrapper input.radio-btn + label:active, #ideas-wrapper input.radio-btn:checked + label {
    border: 1px solid var(--flaxxa-yellow);
}
#ideas-wrapper input.radio-btn + label:active .idea-icon, #ideas-wrapper input.radio-btn:checked + label .idea-icon {
    opacity: 1;
    color: #e5c846;
}
#outlines-wrapper input.outline-btn + label {
    box-shadow: 0px 0px 15px 0px rgba(104, 134, 177, .07);
}
#outlines-wrapper input.outline-btn:not(:checked) + label:hover {
    box-shadow: none;
    border: 1px solid var(--flaxxa-yellow);
}
#images-wrapper input.image-btn + label:active, #images-wrapper input.image-btn:checked + label {
    border: 2px solid #e5c846;
}
#final-wrapper {
    box-shadow: 0px 0px 15px 0px rgba(104, 134, 177, .07);
}
.current-sign {
    color: #e5c846;
}
.imgenerate__wrap,
#voice-search-panel {
    /* background: linear-gradient(45deg, #fc201e40, #f1c70052) !important; */
    background: linear-gradient(45deg, #fdbae47d, #1f36fd42) !important;
    padding: 30px 30px 50px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(104, 134, 177, .07);
}
.image-prompt-wrapper .image-prompt .input-box .form-control {
    height: 54px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #FFF !important;
    border-color: #f5f9fc;
    box-shadow: none !important;
    border-radius: 12px 0px 0px 12px !important;
    font-size: 15px;
}
.image-prompt-wrapper .image-prompt #image-generate,
.image-prompt-wrapper .image-prompt #image-generate:hover {
    background: var(--flaxxa-yellow);
    border-color: var(--flaxxa-yellow);
    height: 54px;
    border-radius: 0px 12px 12px 0px !important;
}
.search_wrap {
    max-width: 700px;
    margin: auto;
}
#image-side-space {
    margin-right: 295px;
}
.imgenerate__wrap a#main-settings-toggle {
    position: absolute;
    top: 17px;
    right: 20px;
}
.imgenerate__wrap a#main-settings-toggle:hover{
    color: var(--flaxxa-yellow);
}
#image-settings-wrapper .image-settings #style-button {
    border-color: #e5e4fd;
}
#image-settings-wrapper .image-settings #style-button:focus,
#image-settings-wrapper .image-settings #style-button:hover{
    border-color: var(--flaxxa-yellow);   
}
#image-settings-wrapper {
    padding-bottom: 20px;
    top: 67px;
}
#template-textarea .richText{
    border: 1px solid #ececec !important;
    border-radius: 12px;
    overflow: hidden;
}
.richText .richText-toolbar {
    border-bottom: #EFEFEF solid 1px !important;
}
.filepond--drop-label.filepond--drop-label label {
    font-weight: 600;
}
.filepond--drop-label {
    background: #f0f2ff;
    border-radius: 10px;
    border: 2px dashed var(--flaxxa-yellow);
}
.filepond--label-action {
    text-decoration: none;
    color: var(--flaxxa-yellow);
}

.filepond--drop-label.filepond--drop-label label .restrictions-highlight {
    color: var(--flaxxa-yellow);
}
.view-action-button:hover, .view-action-button:focus{
    background: #FFF4DE;
    color: #FFA800;
}
.awselect .front_face {
    padding: 0.7rem 1rem !important;
    border: 1px solid #e5e4fd;
    border-radius: 0.5rem;
    font-weight: 400;
}
.awselect .awselect-img {
    height: 20px;
}
.special-buttons .dropdown-menu {
    width: fit-content;
}
.special-buttons .dropdown-menu {
    border-radius: 10px;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #5e6efb;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-text .form-control:hover, #textarea-outer-box #textarea-container .textarea-row .textarea-text .form-control:focus,
#textarea-outer-box #textarea-container .textarea-row .textarea-text .form-control{
    border-radius: 8px;
    border: 1px solid #e5e4fd;
    box-shadow: none;
    font-size: 13px;
}
#textarea-outer-box #textarea-container {
    background: transparent;
}
#textarea-outer-box #textarea-container #addTextRow:hover, #textarea-outer-box #textarea-container #addTextRow:focus {
    background: var(--flaxxa-yellow);
}
#textarea-outer-box {
    border-radius: 10px;
}
#textarea-settings .clear-button button:hover {
    color: #de6636;
}
#textarea-settings .character-counter,
#textarea-settings .clear-button button {
    font-size: 12px;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .buttons {
    background: #f8f9fa;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .synthesizeText:hover, #textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .synthesizeText:focus {
    background-color: var(--flaxxa-yellow);
}
.dataTables_wrapper .dataTables_length select,
div.dataTables_wrapper div.dataTables_filter input {
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid #e5e4fd;
}
.dataTables_wrapper .dataTables_length select:hover,
div.dataTables_wrapper div.dataTables_filter input:hover,
.dataTables_wrapper .dataTables_length select:focus,
div.dataTables_wrapper div.dataTables_filter input:focus {
    border: 1px solid var(--flaxxa-yellow) !important;
}
.dataTables_wrapper .dataTables_filter .search-icon {
    top: 13px;
    margin-left: 15px;
    font-weight: 400;
}
.dataTables_wrapper .dataTables_filter .form-control-sm {
    padding: 0 1rem 0 1.8rem !important;
}
.table>:not(caption)>*>*{
    border:0px;
    box-shadow: none;
}
.table th {
    background: #f5f9fc;
    font-weight: 500 !important;
    color: #4c4c5c;
    font-size: 13px;
    padding: 0.7rem 0.8rem;
    white-space: nowrap;
}
.table th:first-child{
    border-radius: 8px 0px 0px 8px;
    border: 0px;
}
.table th:last-child{
    border-radius: 0px 8px 8px 0px;
    border: 0px;
}
table.dataTable.no-footer {
    border-bottom: 0px;
}
.table tbody td {
    border-bottom: 1px dashed #c7cad0 !important;
}
.chat-main-container .chat-sidebar-container {
    position: fixed;
    right: 0px;
    height: calc(100vh - 68px);
    background: #fff;
    top: 68px;
    overflow: auto;
    z-index: 9;
    width: 300px !important;
    overflow-x: hidden;
}
.chat-main-container {
    margin-right: 300px !important;
    width: auto;
    border-radius: 12px;
    min-width:75%; 
    max-width:75%; 
}
#new-chat-button,
#upload-pdf-button {
    width: 85%;
    padding: 8px !important;
}
#chat-search {
    border-radius: 8px;
}
.chat-sidebar-search {
    max-height: 78px;
    min-height: auto;
    font-size: 14px;
    padding: 1rem 1.3rem;
}
#chat-system {
    width: 100%;
}
.widget-user-name {
    line-height: 1.5;
}
.card-header {
    padding: 0.7rem 1.5rem;
}
.chat-main-container .card-footer {
    border-top: 0px !important;
    background: #f5f9fc;
}
.chat-controllers #message {
    background-color: transparent;
    border: none;
    min-height: 45px;
    padding: 12px 15px 12px 15px;
    line-height: 1.6;
    margin-right: 10px;
}
.chat-controllers {
    gap: 0.2rem !important;;
    align-items: center;
}
.chat-controllers .chat-button-icon {
    font-size: 18px;
    background: transparent;
    width: 35px;
    padding: 0px;
    color: #5c678f !important;
}
.chat-controllers .chat-button-icon:hover{
    background: transparent;
    color: #000 !important;
}
.chat-controllers .chat-button-icon i{
    font-weight:400 !important;
}
#chat-system .chat-button {
    padding: 0px;
    min-width: auto;
    width: 45px;
    height: 44px;
    border-radius: 50% !important;
    background: var(--flaxxa-yellow);
    border: 1px solid var(--flaxxa-yellow);
    color: #fff;
}
.modal #chat-search-panel #search-template {
    margin-bottom: 2rem;
    box-shadow: none;
    border: 1px solid #e5e4fd;
    border-radius: 10px;
    /* background: #ececec !important; */
}
.prompt-boxes {
    border: 1px solid #ccc;
    padding: 23px;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: .3s;
}
.prompt-boxes:hover{
    border-color: var(--flaxxa-yellow);
}
.message-bubble .copy{
    bottom:10px;
}
#url-link {
    border-radius: 8px;
}
.field input, .field select {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 0.9rem;
    padding: 0.7rem 1rem;
    border: 1px solid #e5e4fd;
    margin-right: 0px !important;
    height: 45px;
}
.field span {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 35px !important;
    border-radius: 0px 10px 10px 0px !important;
    height: 45px;
    padding: 5px;
}
.create-project:hover {
    background-color: var(--flaxxa-yellow);
    color: #000;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    gap: 7px;
}
.dataTables_paginate .pagination .page-item.disabled a {
    color: #728096 !important;
    background: #f5f9fc;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    border: 0px;
    height: 30px;
    line-height: 19px;
}
div#profile-pages .list-item a {
    padding: 10px 24px;
    transition: .3s;
    display: block;
}
div#profile-pages .list-item a:hover{
    background: #f7f7f7;
    padding-left: 30px;
}
.form-control:disabled, .form-control[readonly] {
    color: var(--dark);
}
.profile-dropdown .dropdown-menu,
.profile-dropdown .dropdown-menu.show {
    overflow-y: auto;
    width: 260px;
    border: 0px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 10px !important;
    max-height: 410px;
    overflow: auto;
    left: auto !important;
}
.username {
    background: #f7f7f7;
    padding: 20px;
    margin: 5px 10px 10px;
    border-radius: 12px;
    text-align: center;
}
.header .profile-dropdown .dropdown-menu .dropdown-item {
    padding: 0.7rem 1.1rem;
}
ol.breadcrumb {
    display: none;
}
.smart-header .desktop-lgo {
    translate: 0 -6px;
}
.smart-article-editor .tox-tinymce {
    margin-right: 230px !important;
}
.smart-header .go-back a {
    padding: 7px 15px;
}

.btn-light:hover{
    color: #000 !important;
    background-color: #eceded !important;
    border-color: #eceded !important;
}
#main-templates-container .templates-wrapper .template-box a{
    border: 0px;
    background: #F5F9FC;
    font-weight: 500 !important;
}
#main-templates-container .templates-wrapper .template-box a:hover,
#single-templates-container .single-templates .nav-link.dropdown-toggle{
    background: #ffb8e4;
    color: #000;
    border: 0px;
    font-weight: 500 !important;
}
.plan-card h6,
.support-card h6 {
    color: #646464;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 10px;
}
.plan-card {
    /* background: #f6c8c0; */
    background: #f4d7f1;
    height: calc(100% - 25px);
    overflow: hidden;
}
.custom-span {
    padding: 5px 10px;
    background: linear-gradient(45deg, #fc201e40, #f1c70052) !important;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
}
.plan-card .custom-span{
    position: absolute;
    right: 10px;
    background: #fff !important;
}
.support-card {
    /* background: #f4e4ae; */
    background: #c6c3f9;
    overflow: hidden;
}
.plan-card .card-icon, .support-card .card-icon {
    position: absolute;
    opacity: .5;
    color: #fff;
    font-size: 60px;
    rotate: -20deg;
    left: -10px;
    top: 0px;
    transition: 1s;
}
.plan-card:hover .card-icon, .support-card:hover .card-icon {
    scale: 1.3;
}
i.fa-sharp.fa-solid.fa-rectangle-ad.ad-icon {
    font-family: "Font Awesome 6 Pro";
}
a.nav-link.icon.btn-theme-toggle {
    display: none;
}
.prompts {
    position: unset;
    background: #fff;
    padding: 6px 20px;
    border-radius: 30px;
    text-transform: uppercase;
}
.clear-button button {
    background: #ececec !important;
    display: inline-block;
    padding: 4px 12px !important;
    margin-top: -10px;
    line-height: 1.4;
    border-radius: 6px;
}
a#ai-model.chat-button-icon {
    width: 30px;
    white-space: nowrap;
    color: #f5f9fc !important;
    margin-top: 4px;
}
a#ai-model.chat-button-icon svg {
    color: #5c678f;
}
.dropdown-menu {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.03) !important;
}
#chat-export-button .dropdown-item {
    font-size: 14px;
    padding: 6px 24px;
    cursor: pointer;
    font-weight: 400;
}
#chat-export-button .dropdown-item:hover {
    color: #1e1a56;
}
@media (min-width: 768px) {
    .sidenav-toggled.sidenav-toggled1 .header-brand-img.desktop-lgo {
        margin: 6px auto 0;
    }
}
.modal-content {
    border-radius: 12px;
    border: 0px;
}
.modal-body {
    padding: 2rem;
    padding-top: 5px;
    padding-bottom: 1.5rem;
}
.input-box h6, .form-group h6, #form-group h6 {
    font-family: "Inter", serif;
    font-weight: 500 !important;
    font-size: 13px;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.active .page-link {
    background-color: var(--flaxxa-yellow);
    border-color: var(--flaxxa-yellow);
    color: #fff;
    border-radius: 5px !important;
    font-weight: 600;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.disabled a {
    color: #728096 !important;
    border-radius: 5px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: transparent !important;
    border: 0px !important;
}
.edit-action-button:hover, .edit-action-button:focus {
    background: #efbae03b;
    color: #FFB7E3;
}
.view-action-button:hover, .view-action-button:focus { 
    background: #5e6efb4f;
    color: #5E6EFB;
}
.task-transcribe {
    background: #5e6efb2b;
    color: #5E6EFB;
}
.modal-title {
    font-family: "Inter", serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.tabs-menu ul {
    background: #fff;
}
.tabs-menu ul li a {
    padding: 10px 22px;
    display: block;
    font-weight: 500;
    font-size: 13px;
    border-radius: 40px;
}
.tabs-menu ul li .active {
    color: #000 !important;
    background: linear-gradient(45deg, #fdbae47d, #1f36fd42) !important;
}
.tabs-menu-body .card .plan-title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Inter", serif;
    text-align: center;
    color: #1e1a56;
    margin-bottom: 20px !important;
}
.tabs-menu-body .card .prepaid-plan .plan-cost-wrapper {
    padding: 30px !important;
    margin: 15px 0 !important;
}
.tabs-menu-body .card .prepaid-plan .plan-cost {
    font-size: 28px !important;
    font-family: "Inter", serif;
}
.tabs-menu-body .card .prepaid-plan .prepaid-currency-sign {
    font-size: 13px !important;
    font-weight: 600;
    font-family: "Inter", serif;
}
.stats-card {
    background: #f7f7f7;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 12px;
}
.stats-card h4 {
    color: #4c4c5c !important;
    font-size: 20px;
    font-weight: 600 !important;
}

.stats-card h6 {
    font-size: 14px;
    color: #4c4c5c;
    font-weight: 400 !important;
}
div#profile-pages {
    padding: 12px;
}
div#profile-pages a {
    padding: 10px 18px;
    display: block;
    transition: .3s;
    border-radius: 10px;
    margin-bottom: 2px;
}
div#profile-pages a:hover{
    background-color: #f7f7f7;
}
.text-secondary {
    color: #1e1a56 !important;
}
.input-group-btn .btn-primary {
    border-radius: 0px 10px 10px 0px !important;
    padding: 10.3px !important;
    top: -1px;
    z-index: 9;
}
.input-group-btn  .btn-primary:hover {
    transform: translateY(0px) !important;
}
.intl-tel-input .flag-dropdown .selected-flag {
    padding: 12px 24px 10px 16px;
}
/* =============login-page------------- */
.login-card .input-box .form-control {
    font-family: "Inter", sans-serif !important;
    background-color: #ffffff !important;
    border: 2px solid #D3D7E2 !important;
    height: 55px;
    padding-left: 45px !important;
    font-size: 15px;
}
.login-card input:-webkit-autofill,
.login-card input:-webkit-autofill:hover, 
.login-card input:-webkit-autofill:focus, 
.login-card input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #4c4c5c;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #fff;
    font-size: 15px;
}
.login-card label {
    font-size: 14px;
    font-weight: 500;
    color: #344050;
    font-family: "Inter", serif !important;
}
.login-card .login-icon {
    color: #474050;
    position: absolute;
    top: 18px;
    font-size: 20px;
    left: 16px;
}
.login-main-button {
    width: 100% !important;
    height: 50px;
    font-size: 16px !important;
    text-transform: uppercase !important;
    color: #fff !important;
}
.client-rev {
    backdrop-filter: blur(10px);
    color: #24223f;
    padding: 25px;
    background: #ffffff3d;
    text-align: left;
}
.badge {
    padding: 5px 18px !important;
    font-size: 13px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-family: "Inter", serif !important;
}
.badge-primary{
    background: var(--flaxxa-yellow);
    color: #fff !important;
}
#login-background .login-bg {
    /* background:linear-gradient(45deg, #fc201e40, #f1c70052) !important; */
    background:linear-gradient(45deg, #fdbae47d, #1f36fd42) !important;
    padding: 100px;
}
.login-carousel {
    text-align: left;
}
.login-carousel h2 {
    font-size: 30px;
    line-height: 1.4;
    /* max-width: 530px; */
    margin-top: 12px;
    margin-bottom: 15px;
}
.login-carousel p {
    color: #646464;
    font-size: 16px;
    /* max-width: 510px; */
    margin-bottom: 22px;
}
.login-carousel ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 50px;
}
.login-carousel ul li{
    position: relative;
    width: 50%;
    font-size: 15px;
    color: #646464;
    margin-bottom: 15px;
}
.login-carousel ul li i {
    color: #e07038;
    font-size: 10px;
    margin-right: 5px;
    translate: 0 -2px;
    margin-left: 6px;
}
.login-carousel .carousel-indicators {
    bottom: -12px;
}
/* =============login-page------------- */
.knowledgebase {
    padding: 0px;
    list-style: none;
}
.knowledgebase a {
    display: block;
    padding: 8px 20px;
    font-size: 15px;
    color: #4c4c5c !important;
    transition: .3s;
    text-decoration: none;
    font-weight: 400;
    background-color: transparent;
    display: flex;
    align-items: center;
}
.knowledgebase a i {
    font-size: 10px;
    margin-right: 5px;
}
.knowledgebase a:hover {
    padding: 8px 25px;
    color: var(--flaxxa-yellow) !important;
    background: #f6f6f6;
}
.trial-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid var(--flaxxa-yellow);
    padding-right: 30px;
}
.trial-card .fa-check-circle {
    font-size: 18px;
    color: var(--flaxxa-yellow);
    margin-right: 8px;
    margin-top: 3px;
}
.trial-card h4 {
    line-height: 1.3;
    font-size: 16px;
}
.badge-light {
    background: #d5a5e8;
    font-size: 12px !important;
}

.user-limits .limits-card {
    margin: 0 20px;
    padding: 10px;
    border-bottom: 1px dashed #ececec;
}
.user-limits .limits-card .limit-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
}
.user-limits .limits-card .limit-item p {
    font-size: 13px;
}
.avatar-task-box {
    height: 300px;
    border: 1px solid rgb(204, 204, 204);
    padding: 30px;
}
.avatar-task-box a {
    flex-direction: column;
    justify-content: center;
}
.avatar-task-box img{
    height: 140px;
    margin-bottom: 20px;
}
.avatar-task-box:hover, .avatar-task-box:focus {
    border-color: var(--flaxxa-yellow);
}
ul.avatar-menu .side-menu__item {
    padding: 10px 22px;
    margin: 0px;
    margin-bottom: 5px;
}
.side-menu__item.active .side-menu__icon {
    background: -webkit-linear-gradient(#FFB7E3, #1027FB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.create-avatar-card {
    border: 1px dashed #ccc;
    padding: 10px;
}
.create-avatar-card:hover .talking-photos i, .create-avatar-card:hover .talking-photos p, .create-avatar-card:focus .talking-photos i, .create-avatar-card:focus .talking-photos p {
    color: var(--flaxxa-yellow) !important;
}
.avatar-card{
    position: relative;
    border: 1px solid #ececec;
}
.avatar-card:hover, .avatar-card:focus {
    box-shadow: none !important;
    transform: translateY(0px);
    border: 1px solid var(--flaxxa-yellow);
}
.avatar-info.text-center {
    padding-left: 10px;
    padding-right: 10px;
}
.avatar-card .avatar-image-box .avatar-image {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #c1b9f9;
}
.avatar-voice-samples-box {
    position: relative;
    border: 1px solid #ececec !important;
    box-shadow: none !important;
}
.avatar-voice-samples-box .avatar-favorite:hover, .avatar-voice-samples-box .avatar-favorite:focus {
    background-color: #ffb8e4;
}
.file-drop-border {
    border: 2px dashed var(--flaxxa-yellow);
    padding-top: 1rem;
    border-radius: 20px;
    position: relative;
    background: #f0f2ff;
}
.video-video-settings .range .range_in .slider {
    background: var(--flaxxa-yellow);
}
.video-video-settings .range .range_in .slider:before {
    background: var(--flaxxa-yellow);
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0px;
}
table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    border: 0px;
}
.cms-box {
    background: #f7f7f7;
    border: 0px;
    padding: 20px;
}
.teammember-icon{
    background: #fff;
    width: 50px;
    height: 50px;
    padding: 10px 8px;
    border-radius: 10px;
}
.temasitem {
    background: rgba(255, 255, 255, .3);
    padding: 10px 20px;
    border-radius: 14px;
    margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_length label {
    font-weight: 500;
}
.dataTables_wrapper .dataTables_filter label {
    font-weight: 500;
}
.dataTables_wrapper .dataTables_length label select {
    height: 34px;
}
.dataTables_wrapper .dataTables_filter input {
    height: 13px;
}
/* .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    font-size: 10px;
    margin-bottom: .5rem;
    border-radius: 0;
    color: #555;
    height: 30px;
    font-family: "Inter", serif;
    line-height: 19px;
    border-color: #ebecf1;
    padding: .375rem .75rem;
    border: 0px !important;
    background: #f5f9fc !important;
    border-radius: 5px;
    margin: 4px;
    margin-top: 10px;
} */
.registration-nav .registration-nav-inner {
    border: 1px solid #ececec;
    display: inline-block;
    width: 80%;
    margin: 10px 10%;
    background: #ececec;
}
.registration-nav .registration-nav-inner .wizard-nav-text .wizard-step-number {
    background: #fff;
}
.registration-nav .registration-nav-inner .current-step {
    background: var(--flaxxa-yellow) !important;
    color: #fff;
}
.registerscroll{
    height: 100vh;
    overflow: auto;
}
.price-card {
    background: #eaeffd;
    padding: 20px !important;
}
.tabs-menu-body .card:hover, .tabs-menu-body .card:focus {
    box-shadow: none !important;
}
.tabs-menu-body .card:hover .plan-cost, .tabs-menu-body .card:focus .plan-cost {
    color: var(--flaxxa-yellow);
}
.btn-primary-pricing, .btn-primary-pricing:hover {
    background-color: var(--flaxxa-yellow);
    border-color: var(--flaxxa-yellow);
}
.checkout-wrapper-box {
    border: 0px;
    border-radius: 12px;
    background: #f7f7f7 !important;
}
.checkout-cost {
    float: right;
    font-weight: 600;
    font-size: 12px;
    font-family: "Inter", serif;
}
.checkout-wrapper-box label.gateway {
    background: #fff;
}
.registration-nav .registration-nav-inner .current-sign {
    color: #2439fb;
}
.tool-searchwrap {
    position: relative;
    margin-top: 16px;
}
.tool-searchwrap .fa-search {
    position: absolute;
    left: 17px;
    color: #646464;
    top: 21px;
    font-size: 18px;
    z-index: 999;
}

.tool-searchwrap input {
    height: 52px;
    font-size: 15px;
    padding-left: 45px;
    padding-right: 120px;
}
.tool-searchwrap .btn-primary {
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    border-radius: 0px 8px 8px 0px !important;
    height: 51.5px;
    z-index: 999;
}
.tool-searchwrap .btn-primary:hover{
    transform: translateY(0px);
}
.card.mainitem {
    background: #d7dcfe;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mainitem .icon {
    background: #fff;
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 10px;
}
.mainitem p{
    margin: 0px;
    color: #646464; 
    font-size: 13px;
}
.mainitem:hover .card-title,
.subitem:hover .card-title{
    color: var(--flaxxa-yellow); 
}
.card.subitem {
    padding: 15px;
    display: flex;
    flex-direction: row;
    border: 1.5px solid var(--flaxxa-yellow);
    align-items: center;
    justify-content: space-between;
}
.card.subitem p{
    color:#646464;
}
.subitem .icon i {
    color: var(--flaxxa-yellow);
    margin-right: 8px;
    vertical-align: 3px;
}
.card.subitem .btn {
    min-width: 90px;
}
.aitools .card p{
    font-size: 13px;
    /* margin: 0px; */
    color: #646464; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tool-icon {
    background: linear-gradient(45deg, #fdbae47d, #1f36fd42) !important;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--flaxxa-yellow);
    border-radius: 8px;
    margin-bottom: 12px;
}
svg#GuidedTourIconSet {
    display: none !important;
}
.recent-docs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-radius: 8px;
    transition: .3s;
    margin-bottom: 4px;
}
.recent-docs:hover{
    background: #f9f9f9;
}
.recent-docs p{ 
    font-size:12px ;
    color: #646464;
    margin: 0px;
}
.recent-docs-name{
    display: flex;
    gap: 8px;
}
.recent-docs-name i{
    color: #646464;
}
.select2-container .select2-selection { 
    border: 1px solid #e5e4fd !important;
    border-radius: 8px;
    padding: 5px;
}
li.slide.mb-3 {
    margin-bottom: 0px !important;
}

.badge.mark-read {
    padding: 4px 12px !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    box-shadow: none;
}
.header .dropdown-menu {
    border-radius: 0 0 8px 8px !important;
    box-shadow: none !important;
}
.side-menu__item .badge {
    background: #d0d5fe;
    color: var(--flaxxa-yellow) !important;
    box-shadow: none;
    padding: 0px 10px !important;
}
.fa-sharp, .fasl, .fasr, .fass, .fast {
    font-family: "Font Awesome 6 Pro";
}
.photo-studio-tasks .nav-link.dropdown-toggle, .photo-studio-tools .nav-link.dropdown-toggle, .fashion-themes .nav-link.dropdown-toggle, .themes .nav-link.dropdown-toggle {
    padding: 12px 24px;
    background: #fff;
}
.prompts-panel .prompt-boxes .card {
    margin: 0px;
    box-shadow: none;
    background: #fff !important;
    min-height: auto;
}
.prompt-boxes {
    height: calc(100% - 25px);
}
.prompts-panel .prompt-boxes .card .card-body{
    padding: 0px !important;
}
.prompts-panel .prompt-boxes .card .number-font {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px !important;
}
.chat-boxes .favorite {
    border: 2px solid var(--flaxxa-yellow);
    background-color: #d1d6fa;
}
.chat-boxes a i.star {
    color: #3330f0;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px !important;
}

@media (max-width: 768px) {
    .header-brand-img {
        display: inline-block;
    }
}
@media (max-width:580px){
    .homecreditbtn {
        display: none;
    }
    #user-dashboard-background, .gredient-card {
        padding: 1.2rem 1.2rem;
    }
    .tool-searchwrap .btn-primary {
        position: unset;
        width: 100%;
        border-radius: 8px !important;
        height: 40px;
        margin-top: 10px;
    }
    .tool-searchwrap input {
        height: 50px;
        font-size: 14px;
        padding-right: 10px;
    }
    .app-content .side-app {
        padding: 35px 1.5rem 0;
    }
    button#tourbutton {
        display: none;
    }
    .app-header img.header-brand-img.desktop-lgo {
        display: none;
    }
    .registration-nav .registration-nav-inner {
        width: 100%;
        margin: 10px 0%;
        background: #ececec;
        border-radius: 30px;
    }
    .registration-nav .registration-nav-inner .wizard-nav-chevron{
        display: none;
    }
    #user-dashboard-background .select2-container .select2-selection {
        padding-right: 20px;
    }
    #user-dashboard-background .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 48px;
        right: 7px;
    }
    .app .app-sidebar {
        margin-top: 65px;
    }
    .side-menu {
        margin-top: 8px;
    }
    .smart-header .desktop-lgo {
        display: none;
    }
    .smart-article-editor .tox-tinymce {
        margin-right: 0px !important;
    }
    .left-fix__card {
        position: unset;
        width: 100%;
        background: #fff;
        border-radius: 10px !important;
    }
    .wizard-nav .wizard-nav-inner .wizard-nav-text {
        justify-content: start;
    }
    .wizard-nav .wizard-nav-inner .wizard-nav-text .responsive {
        padding-top: 0px;
    }
    .wizard-nav-inner .row {
        gap: 15px 0px;
    }
    .wizard-nav .wizard-nav-inner .wizard-nav-chevron {
        display: none;
    }
    .item-card {
        height: calc(100% - 30px);
        margin-bottom: 30px;
    }
    .gredient-card {
        margin-bottom: 25px;
    }
}