.Permission {
    white-space: inherit !important;
}

.action-btn{
    width: 29px;
    height: 28px;
    border-radius: 9.3552px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.repeater-action-btn {
    width: 23px;
    height: 23px;
    border-radius: 9.3552px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.delete-form-btn{
    display: inline;
}

.price-card {
    text-align: center;
    position: relative;
    margin-top: 30px;
    height: 100%;
    max-height: 510px;

}
.price-card.price-2 {
    color: #fff;
}
.price-card.price-2 .price-badge {
    color: #fff;
    background: #1C232F;
}
.price-card .p-price {
    font-size: 80px;
}
.price-card .price-badge {
    color: #fff;
    padding: 7px 24px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.price-card .list-unstyled {
    display: inline-block;
}
.price-card .list-unstyled li {
    display: flex;
    align-items: center;
}
.price-card .list-unstyled li + li {
    margin-top: 8px;
}
.price-card .list-unstyled .theme-avtar {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #fff;
    margin-right: 15px;
}
.side-feature {
    overflow: hidden;
}
.faq .accordion .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    margin-bottom: 10px;
}

.faq .accordion .accordion-item .accordion-button {
    font-weight: 700;
    padding: 1.3rem 1.25rem;
}

.faq .accordion .accordion-item .accordion-button span > i {
    font-size: 20px;
    margin-right: 8px;
}

.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    border-radius: 10px;
    background: transparent;
    box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
}

.faq .accordion .accordion-item .accordion-body {
    /*padding: 2.3rem 2.3rem 2.3rem 3rem;*/
    padding: 1rem 1.25rem;
}

.choose-files div {
    color: #fff;
    background: #584ED2 !important;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    max-width: 155px !important;
    font-size: 12px;
    font-weight: 500;
}
.file {
    position: relative !important;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.file-icon {
    width: 30px;
    height: 30px;
    background: #0F5EF7;
    border-radius: 50px;
    float: left;
    text-align: center;
}
.file-icon i {
    color: #fff;
    z-index: 9999;
    position: relative;
    font-size: 14px;
}
.first-file {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    position: relative;
}
.file-des {
    width: calc(100% - 40px);
    float: right;
    color: #A3AFBB;
    font-size: 12px;
}
.file-des span {
    width: 100%;
    float: left;
    color: #011C4B;
}
.general-tab .column-card {
    flex-direction: column;
}
.first-file:before {
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: var(--bs-primary) !important;
    content: "";
    left: 25px;
}
.first-file:last-child:before {
    background: none;
}
.setting-favimg{
    width: 100px;
}
.setting-logoimg{
    width: 200px;
}
.colorinput {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.colorinput-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.colorinput-color {
    background-color: #fdfdff;
    border-color: #e4e6fc;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.colorinput-color:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: .25rem;
    left: .25rem;
    height: 1.25rem;
    width: 1.25rem;
    transition: .3s opacity;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}

.colorinput-input:checked~.colorinput-color:before {
    opacity: 1;
}

.img_setting {
    filter: drop-shadow(2px 3px 7px #011C4B);
}
.btn-apply
{
    font-size: 31px;
}
.avatar {
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.avatar-sm {
    width: 2.4375rem;
    height: 2.4375rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
}

.avatar {
    position: relative;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 600;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 0.25rem;
}

.avatar img {
    width: 100%;
    border-radius: 0.25rem;
}

.avatar.rounded-circle img {
    border-radius: 50%;
}

/*.avatar span {*/
/*    background-color: #051C4B;*/
/*}*/

.avatar + .avatar {
    margin-left: .25rem;
}

.avatar + .avatar-content {
    display: inline-block;
    margin-left: .75rem;
}

.avatar-xl {
    width: 6rem;
    height: 6rem;
    font-size: 1.375rem;
}

.avatar-lg {
    width: 4rem;
    height: 4rem;
    font-size: 1.25rem;
}

.avatar-sm {
    width: 2.4375rem;
    height: 2.4375rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
}

.avatar-group {
    display: inline-block;
    line-height: 1;
}

.avatar-group .avatar {
    z-index: 1;
    transition: margin 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .avatar-group .avatar {
        transition: none;
    }
}

.avatar-group .avatar img {
    border: 2px solid #FFF;
}

.avatar-group .avatar:hover {
    z-index: 2;
}

.avatar-group .avatar + .avatar {
    margin-left: -1.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.avatar-group .avatar-sm + .avatar-sm {
    margin-left: -1rem;
}

.avatar-group:hover .avatar {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.avatar-group:hover .avatar-sm {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.hover-avatar-ungroup:hover .avatar:not(:first-child) {
    margin-left: 0;
}

.avatar-parent-child {
    display: inline-block;
    position: relative;
}

.avatar-child {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 2px solid #FFF;
    border-radius: 0.2rem;
}

.avatar.rounded-circle + .avatar-child {
    border-radius: 50%;
}

.avatar + .avatar-child {
    width: 20px;
    height: 20px;
}

.avatar-lg + .avatar-child {
    width: 24px;
    height: 24px;
}

.avatar-sm + .avatar-child {
    width: 16px;
    height: 16px;
}

.avatar + .avatar-badge {
    width: 14px;
    height: 14px;
    right: -6px;
    bottom: 15px;
}

.avatar-lg + .avatar-badge {
    width: 16px;
    height: 16px;
    right: -5px;
    bottom: 20px;
}

.avatar-sm + .badge {
    width: 12px;
    height: 12px;
    right: -6px;
    bottom: 10px;
}

.avatar-connect {
    position: relative;
}

.avatar-connect:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 2px dashed #EFF2F7;
}

.avatar-connect ul {
    margin: 0;
    padding: 0;
    list-style: none;
}





.rating {
    border: none;
    float: left;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #FFD700;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #FFED85;
}
.table td .progress {
    height: 7px;
    width: 120px;
    margin: 0;
}

.mtt{
    margin-top: 35px;
}


.custom_messanger_counter {
    position: relative;
    top: -15px;
    left: -5px;
}

.dash-sidebar .main-logo {
    justify-content: center;
    /*height: 100%;*/
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    min-width: 255px;
    /*max-width: 255px;*/
}
a.b-brand {
    height: 100%;
    width: 100%;
}
.dash-sidebar .main-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    width: auto !important;
    height: auto;
    max-width: -webkit-fill-available !important;
    max-height: -webkit-fill-available !important;
    max-width: -moz-available;
    max-height: -moz-available;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.m-view-btn {
    width: 105px;
    padding: 8px 10px;
    line-height: normal;
    border-radius: 10px;
    color: #fff;
}
.m-view-btn a {
    float: right;
    color: #fff;
    text-decoration: underline;
}

.white-sapce-nowrap {
    white-space: nowrap;
}
.list-group-flush > .list-group-item:last-child {
    border: none;
    border-bottom-width: 0;
}

.active_color{
    border: 2px solid #000 !important;
}
.display-total-time {
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 12px;
    background: rgba(241, 241, 241, 1);
    margin: 14px 0;
    text-align: center;
    border-radius: 4px;
    width: 100%;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul > li.star {
    display: inline-block;
}
.rating-stars ul > li.star.selected > i.ti {
    color: #FF912C;

}
.rating-stars ul > li.star.selected > i.fa {
    fill: #FF912C;
}


.navbar.default.top-nav-collapse {
    background: transparent;
    box-shadow: none;
}
.active_color{
    border: 2px solid #000 !important;
}
.login-deafult{
    width: 139px !important;
}
/* card-icon-text-space */
.card-icon-text-space{
    margin-right: 5px;
}


.horizontal-scroll-cards p {
    width: 120px;
}
.horizontal-scroll-cards  img {
    border: 2px solid #51459d;
    padding: 3px;
}
.full-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.card-body.project_table {
    height: 400px;
    overflow-y: auto;
}
.project_table::-webkit-scrollbar {
    width: 3px;
}
.project_table::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #f2f2f2;
}

.project_table::-webkit-scrollbar-thumb {
    background-color: #bababa;
}

.round-img {
    width: 80px;
    height: 80px;
    object: cover !important;
}


.big-logo {
    width: 150px;
    height: 60px;
}
.card-2{
    height: 100%;
    max-height: 480px;
    margin-bottom: 0;
}
.full-card {
    min-height: 236px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fulls-card{
    min-height: 180px;
}

.kanban-card img {
    position: relative;
    width: 39px;
    height: 38px;
    border-radius: 50% !important;
    z-index: 2;
    transition: all 0.1s ease-in-out;
    border: 2px solid #ffffff;
}


.grid_user_image img {
    margin-left: -10px;
    border: 2px solid #dbdbdb;
}

.dataTable-table > thead > tr > th {
    padding: 15px 40px 15px 0;
}
.dataTable-sorter::before, .dataTable-sorter::after {
    right: -20px;
}
.status_badge {
    min-width: 87px;
}


.plan_card {
    width: 25%;
    float: left;
    margin-bottom: 20px;
}
.plan_card .card-body {
    min-height: 450px;
}


@media only screen and (max-width: 1700px) {
    .plan_card {
        width: 33.33%;
        float: left;
    }
}

@media only screen and (max-width: 1440px) {
    .plan_card {
        width: 33.33%;
        float: left;
    }
}

@media only screen and (max-width: 1366px) {
    .plan_card {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 1199px) {
    .plan_card {
        width: 50%;
        float: left;
    }
}



@media only screen and (max-width: 991px) {
    .plan_card {
        width: 100%;
        float: left;
    }
}

.doc_status_badge {
    min-width: 100px;
}

.list_card{
    min-height: 400px;
}
.customer_card{
    height: 100%;
}
.vendor_card{
    height: 180px;
}
.logo_card{
    min-height: 280px;
}
.img_preview{
    width: 150px;
    height: 130px;
}
.setting_logo{
    top: -35px;
}
.choose-files input[type="file"]{
    display: none ;
}
.drp-languages .drp-language .dropdown-toggle{
    color: #525B69;
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 0.7rem;
    margin: 0 7.5px;
    border-radius: 4px;
    position: relative;
    font-weight: 500;
    border-radius: 12px;
    border: 1px solid rgba(206, 206, 206, 0.2);
}
.email_temp{
    height: 450px !important;
    overflow-y: scroll;
}
.emp_details{
    min-height: 420px !important;
}
.green-text{
    color: green;
}
.red-text{
    color: red;
}
.activity-scroll{
    overflow: scroll;
    height: 500px;
}
.leads-scroll{
    overflow-y: scroll;
    max-height: 400px;
}

.job-create{
    min-height: 488px;
}
.email-color{
    background: #FFFFFF;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}
.svg-inline--fa.fa-w-20 {
    width: 1.25em;
}

/*POS SYSTEM CSS*/
.purchase_status{
    min-width: 95px;
}

.pos-top-bar{
    background: #6fd944;
    border-radius: 10px;
    padding: 15px;
}

.product-list-block .product-custom-card {
    border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.08);
    cursor: pointer;
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
    outline: 1px solid #e0e3ff;
    width: calc(24.96% - 16px);
}

.product-list-block .product-custom-card .card {
border-color: transparent!important;
border-radius: 10px;
border: 0;
box-shadow: none;
    margin-bottom: 0;
}
.product-list-block .product-custom-card .card .card-img-top {
height: 100px!important;
max-height: 100px!important;
-o-object-fit: contain;
object-fit: contain;
width: 100%!important;
border:0;
}
.product-list-block .product-custom-card h6{
    font-size: 14px;
}

.product-list-block .product-custom-card .fs-small {
    font-size: 12px;
}

 .product-list-block .product-custom-card .item-badges {
    position: absolute;
    left: 0;
    top: -3px;
}

.product-list-block .product-custom-card__card-badge {
    border-radius: 4px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}


.right-content .product-list-block {
    height: auto;
    max-height: 500px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}

.right-content .button-list__item-active {
    background-color: #6571ff!important;
    border-color: #6571ff!important;
    color: #FFFFFF;
}
.sub-total .total-price{
    padding-bottom: 15px;
    border-bottom: 2px dashed #c5c5c5;
}
.button-list .button-list__item{
    margin-bottom: 0.5rem;
}
.cat-pad{
    background-color: #6fd944;
}

@media screen and (max-width:767px){

    .product-list-block .product-custom-card{
        width: 100%;
    }
}


.carttable .quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.carttable .quantity.buttons_added .minus {
    border-right: 0;
}

.carttable .quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.carttable .quantity .input-number {
    width: 35px;
    height: 35px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.carttable .quantity.buttons_added .plus {
    border-left: 0;
}

.carttable .quantity.buttons_added .minus,
.carttable .quantity.buttons_added .plus {
    padding: 4px 10px 8px;
    height: 35px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
}

.form-row>.zoom-in {
    transition-property: background-color, border-color, color, fill, opacity, box-shadow, transform;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    cursor: pointer;
    margin-bottom: 10px !important;
}

.zoom-in:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
}
#product-listing .toacart {
    cursor: pointer;
}
.cat-list-btn .btn-primary {
    color: #3f3f3f !important;
}

body.theme-1 .cat-list-btn .btn-primary {
    background: #fff !important;
    border-color: #fff !important;
}
body.theme-1 .cat-list-btn .cat-active .btn-primary {
    background: #0CAF60 !important;
    border-color: #0CAF60 !important;
    color: #fff !important;
}

body.theme-2 .cat-list-btn .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
}
body.theme-2 .cat-list-btn .cat-active .btn-primary {
    background-color: #584ED2 !important;
    border-color: #584ED2 !important;
    color: #fff !important;
}

body.theme-3 .cat-list-btn .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
}
body.theme-3 .cat-list-btn .cat-active .btn-primary {
    background-color: #6fd943 !important;
    border-color: #6fd943 !important;
    color: #fff !important;
}

body.theme-4 .cat-list-btn .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
}
body.theme-4 .cat-list-btn .cat-active .btn-primary {
    background-color: #145388 !important;
    border-color: #145388 !important;
    color: #fff !important;
}
body.theme-5 .cat-list-btn .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
}
body.theme-5 .cat-list-btn .cat-active .btn-primary {
    background-color: #B9406B !important;
    border-color: #B9406B !important;
    color: #fff !important;
}
body.theme-6 .cat-list-btn .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
}
body.theme-6 .cat-list-btn .cat-active .btn-primary {
    background-color: #008ECC !important;
    border-color: #008ECC !important;
    color: #fff !important;
}
body.theme-7 .cat-list-btn .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
}
body.theme-7 .cat-list-btn .cat-active .btn-primary {
    background-color: #922C88 !important;
    border-color: #922C88 !important;
    color: #fff !important;
}
body.theme-8 .cat-list-btn .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
}
body.theme-8 .cat-list-btn .cat-active .btn-primary {
    background-color: #C0A145 !important;
    border-color: #C0A145 !important;
    color: #fff !important;
}
body.theme-9 .cat-list-btn .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
}
body.theme-9 .cat-list-btn .cat-active .btn-primary {
    background-color: #48494B !important;
    border-color: #48494B !important;
    color: #fff !important;
}
body.theme-10 .cat-list-btn .btn-primary {
    background-color: #fff !important;
    border-color: #fff !important;
}
body.theme-10 .cat-list-btn .cat-active .btn-primary {
    background-color: #0C7785 !important;
    border-color: #0C7785 !important;
    color: #fff !important;
}

.top-badge {
    position: absolute;
    top: 0;
    right: 0;
}
.product-title-name {
    font-size: 13px;
    font-weight: 600;
    flex: 1;
    min-height: 33px;
}
.product-body-nop .form-row [class*="col-"] {
    display: flex;
}
.cat-active .btn {
    color: #fff;
}
.tab-btns {
    min-width: 100px;
    white-space: nowrap;
    border-radius: 0.625rem!important;
    padding: 10px 20px;
    font-size: 12px;
}
.cart-product-list .table tr th {
    padding: 5px 15px !important;
}
.total-price h6 {
    font-size: 11px;
}
.product-body-nop .card:not(:last-of-type) {
    margin-bottom: 12px;
}
.product-body-nop {
    height: calc(100vh - 260px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -7px;
    padding-right: 7px;
}
.product-body-nop::-webkit-scrollbar {
    width: 5px;
    margin-right: -5px;
}
.product-body-nop::-webkit-scrollbar-thumb {
    background-color: lightgrey;
    border-radius: 10px;
}
.sop-card {
    margin-bottom: 10px;
}

.carttable-scroll {
    height: calc(100vh - 115px);
}
.carttable-scroll .table-responsive {
    height: calc(100vh - 300px);
}
.carttable-scroll .table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    margin-right: -5px;
}
.carttable-scroll .table-responsive::-webkit-scrollbar-thumb {
    background-color: lightgrey;
    border-radius: 10px;
}
.carttable-scroll .name,
.carttable-scroll .tax {
    padding: 0 !important;
}
.carttable-scroll .tax {
    text-align: center;
}
.total-section {
    width: 100%;
    background: #f1f1f1;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px -10px #97979780;
}

.sop-card {
    height: 100%;
}

.product-body-nop .card{
    width:100%;
}
.product-body-nop .card  .avatar {
    object-fit: scale-down;
    padding: 20px 0 10px;
    background: transparent;
    min-height: 9rem;
    width: 100%;
}
.product-body-nop .card  .card-body {
    flex: 1 1 auto;
    padding: 25px 25px;
    display: flex;
    flex-direction: column;
}
.product-body-nop .card  .badge {
    padding: 4px 10px;
    width: auto;
    max-width: 100px;
    margin: 0 auto 0 0;
}
.product-body-nop .card  .shadow{
    box-shadow: none !important;
}
.toacart{
    display: flex;
}
.product-body-nop .card .product-title-name{
    min-height: unset;
}

/*END POS SYSTEM CSS*/

/*for messages counter*/
.message-counter {
    position: absolute !important;
    top: 8px !important;
    right: 4px !important;
    border-radius: 50%;
    font-size: 10px;
    left: 22px !important;
    width: 15px !important;
    height: 15px;
    text-align: center !important;
    color: #fff !important;
}

/*for messages counter*/

.status-drp .dash-head-link {
    color: #525b69;
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 0.7rem;
    margin: 0 4px;
    border-radius: 12px;
    position: relative;
    font-weight: 500;
    border: 1px solid rgba(206, 206, 206, 0.2);
    background-color: #fff;
}

/* start Rating Star Widgets Style - job application star*/
.rating-stars ul {
    list-style-type: none;
    padding: 0;

    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul > li.star {
    display: inline-block;

}
.rating-stars ul > li.star > i.fas {
    font-size: 1.5em; /* Change the size of the stars */
    color: #ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fas {
    color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fas {
    color: #ffa21d;
}


.static-rating {
    display: inline-block;
}

.static-rating .star {
    color: #E0E6ED;
}

.static-rating .voted {
    color: #ffa21d;
}

/* end start Rating Star Widgets Style - job application star*/



/* project_report */
.img_group {
    margin-left: -14px;
}
.circular-progressbar .flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.circular-progressbar .single-chart {
    width: 60%;
    justify-content: space-around;
}

.circular-progressbar .circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    max-height: 550px;
}

.circular-progressbar .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circular-progressbar .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-progressbar .circular-chart.red .circle {
    stroke: #ff3a6e;
}

.circular-progressbar .circular-chart.orange .circle {
    stroke: #fd7e14;
}

.circular-progressbar .circular-chart.green .circle {
    stroke: #6fd943;
}

.circular-progressbar .circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.circular-progressbar .percentage {
    /* fill: #666;*/
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}
.circular-progressbar .flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.circular-progressbar .single-chart {
    width: 60%;
    justify-content: space-around;
}

.circular-progressbar .circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    max-height: 550px;
}

.circular-progressbar .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circular-progressbar .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-progressbar .circular-chart.red .circle {
    stroke: #ff3a6e;
}

.circular-progressbar .circular-chart.orange .circle {
    stroke: #fd7e14;
}

.circular-progressbar .circular-chart.green .circle {
    stroke: #6fd943;
}

.circular-progressbar .circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.circular-progressbar .percentage {
    /* fill: #666;*/
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}
.pos-header{
    background-color: #e7e9ec;
}

.table.modal-table td,
.table.modal-table th {
    white-space: normal;
}

.task-calendar-scroll{
    overflow-y: scroll;
    height: 827px;
}

/*start pos thermal print */
.pos-module-tbl td, .pos-module-tbl th {
    padding: 0px !important;
}
.pos-module .product-border {
    border-bottom: 3px dotted #d8d8d8!important;
}
/*end pos print */



/*start balance-sheet new theme*/
.nav-pills.cust-nav {
    background: #E1E9ED;
}
.nav-pills.cust-nav .nav-item .nav-link {
    color: #162C4E;
}

.data-wrapper{
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}
.data-wrapper .data-body{
    flex: 1;
}

/* .data-wrapper .data-body .list-group-item:nth-child(2) {
    flex: 1;
} */

/* end balance-sheet new theme*/



/* JOB PAGE START */
.job-wrapper .navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.job-banner {
    position: relative;
    background-color: unset;
}

.job-banner .job-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.job-banner .job-banner-bg img {
    width: 100%;
    height: 100%;
}

.job-banner .job-banner-content {
    padding: 5.9% 0;
    max-width: 360px;
    width: 100%;
    margin: auto;
}

.placedjob-section .section-title {
    padding: 35px 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: -20px;
    text-align: center;
}

.job-card-body {
    padding: 15px;
    border-radius: 15px;
    background: linear-gradient(277.29deg, rgba(111, 217, 67, 0.09) 0.99%, rgba(111, 217, 67, 0) 100.89%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #6FD943;
}

.placedjob-section {
    padding-bottom: 80px;
    background-color: unset;

}

.job-content .container {
    max-width: 1540px;
}

@media screen and (max-width:767px) {
    .job-banner .job-banner-content {
        padding: 10% 0;
    }
}

@media screen and (max-width:575px) {
    .job-banner .job-banner-content {
        padding: 21% 0;
    }
}

.job-card{
    display: flex;
    flex-wrap: wrap;
}
.job-card .job-card-body{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.job-card .job-card-body h5{
    flex: 1;
}

/* JOB PAGE END */


/* apply job section */

.apply-job-section {
    padding-bottom: 80px;
    background-color: unset;

}

.apply-job-section .apply-job-wrapper{
    padding: 35px 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: -20px;
}

@media screen and (max-width:767px) {
    .job-banner .job-banner-content {
        padding: 10% 0;
    }
    .apply-job-section .apply-job-wrapper{
        padding: 35px 15px;
    }
}

@media screen and (max-width:575px) {
    .job-banner .job-banner-content {
        padding: 26% 0;
    }
}

/* apply job section */

.stage li{
    cursor: pointer;
}

@media (min-width: 420px) {
    .seo_image{
        height: 200px;
        width: 360px
    }
    }

    @media (max-width: 420px) {
        .seo_image{
            height: 150px;
            width: 200px
        }
        }
.disabledCookie {
    pointer-events: none;
    opacity: 0.4;
}
.cookie_btn{
    margin-right: 31px;
}


/*start for payment setting*/
.setting-accordion .accordion-item {
    border: 1px solid #E0E6EF !important;
    border-radius: 7px;
}

.setting-accordion .accordion-header {
    background: #F8F8F8;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.setting-accordion .accordion-header .accordion-button {
    background: #F8F8F8 !important;
    display: flex;
    justify-content: space-between;
    border-radius: 7px;
    box-shadow: none;
    border-bottom: 1px solid transparent;
}

.setting-accordion .accordion-header .accordion-button:not(.collapsed) {
    border-color: #E0E6EF;
}

.setting-accordion .accordion-header .accordion-button span {
    flex: 1;
}

.setting-accordion .accordion-header .accordion-button::after {
    margin: 0 0 0 5px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath opacity='0.4' d='M12 22.4146C17.5228 22.4146 22 17.9374 22 12.4146C22 6.8917 17.5228 2.41455 12 2.41455C6.47715 2.41455 2 6.8917 2 12.4146C2 17.9374 6.47715 22.4146 12 22.4146Z' fill='%2325314C'/%3E%3Cpath d='M15.5301 12.8845C15.2371 12.5915 14.762 12.5915 14.469 12.8845L12.749 14.6045V8.41455C12.749 8.00055 12.413 7.66455 11.999 7.66455C11.585 7.66455 11.249 8.00055 11.249 8.41455L11.249 14.6035L9.52908 12.8835C9.23608 12.5905 8.76104 12.5905 8.46804 12.8835C8.17504 13.1765 8.17504 13.6516 8.46804 13.9446L11.468 16.9446C11.537 17.0136 11.62 17.0684 11.711 17.1064C11.802 17.1444 11.9001 17.1646 11.9981 17.1646C12.0961 17.1646 12.1929 17.1444 12.2849 17.1064C12.3769 17.0684 12.4591 17.0136 12.5281 16.9446L15.5281 13.9446C15.8231 13.6516 15.8231 13.1775 15.5301 12.8845Z' fill='%2325314C'/%3E%3C/svg%3E");
    background-size: 24px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.setting-accordion .accordion-item:not(:last-of-type) {
    margin-bottom: 15px;
}
/*end for payment setting*/


.float-end a > i{
    color: #FFFFFF;
}

/* .ps--active-y  {
    height: 100vh !important;
} */


/*start - date:19-jun-2023*/
body.no-scroll{
    overflow: hidden;
    position: relative;
}

.auth-wrapper .navbar .navbar-brand{
    display: block;
    width: 100%;
    max-width: 150px;
}
.auth-wrapper .navbar .navbar-brand img{
    width: 100%;
}
@media (max-width: 1024px) {
    .ps {
        height: 100vh !important;
    }
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
}

.dash-sidebar .navbar-content{
    height: calc(100vh - 70px);
}
/*end- date:19-jun-2023*/

/*[data-action] {*/
/*    background: gray !important;*/
/*}*/




/*start for balancesheet*/
.account-first span:first-child{
    width: 35%;
}
.data-wrapper .data-body .list-group-item span:nth-child(1){
    width: 35%;
}
/*end for balancesheet*/


/*start for input search*/
.searchBoxElement{
    background-color: white;
    border: 1px solid #aaa;
    position: absolute;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    line-height: 23px;
    list-style: none;
    z-index: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.searchBoxElement span{
    padding: 0 5px;
}


.searchBoxElement li{
    background-color: white;
    color: black;
}

.searchBoxElement li:hover{
    background-color: #50a0ff;
    color: white;
}

.searchBoxElement li.selected{
    background-color: #50a0ff;
    color: white;
}

.formTextbox {
    display: block;
    width: 100%;
    padding: 0.575rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #293240;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


body.theme-1 .formTextbox:focus{
    border-color: var(--theme1-color);
    box-shadow: 0 0 0 0.2rem rgb(12,175,96);
}
body.theme-2 .formTextbox:focus{
    border-color: var(--theme2-color);
    box-shadow: 0 0 0 0.2rem rgb(117,194,81);
}
body.theme-3 .formTextbox:focus{
    border-color: var(--theme3-color);
    box-shadow: 0 0 0 0.2rem rgb(88,78,210, 25%);
}
body.theme-4 .formTextbox:focus{
    border-color: var(--theme4-color);
    box-shadow: 0 0 0 0.2rem rgb(20,83,136, 25%);
}

body.theme-5 .formTextbox:focus{
    border-color: var(--theme5-color);
    box-shadow: 0 0 0 0.2rem rgb(185,64,107, 25%);
}

body.theme-6 .formTextbox:focus{
    border-color: var(--theme6-color);
    box-shadow: 0 0 0 0.2rem rgb(0,142,204, 25%);
}
body.theme-7 .formTextbox:focus{
    border-color: var(--theme7-color);
    box-shadow: 0 0 0 0.2rem rgb(146,44,136, 25%);
}
body.theme-8 .formTextbox:focus{
    border-color: var(--theme8-color);
    box-shadow: 0 0 0 0.2rem rgb(192,161,69, 25%);
}
body.theme-9 .formTextbox:focus{
    border-color: var(--theme9-color);
    box-shadow: 0 0 0 0.2rem rgb(72,73,75, 25%);
}
body.theme-10 .formTextbox:focus{
    border-color: var(--theme10-color);
    box-shadow: 0 0 0 0.2rem rgb(12,119,133, 25%);
}

.account-inner p{
    max-width: 25%;
    width: 100%;
}

.aacount-title h6{
    max-width: 25%;
    width: 100%;
}
.list_colume_notifi {
    position: relative;
    display: block;
    padding: 16.66667px 25px;
    color: #212529;
    /* background-color: #ffffff; */
    border: 1px solid #f1f1f1;
}

@media (max-width: 420px) {
    .action-btn-col{
        flex: 0 0 100%;
        text-align: left;
        justify-content: left;
        display: flex;
        margin-top: 10px;
    }
    }
    
    .account-arrow{
        display: flex;
        align-items: center;
        gap: 5px;
        flex: 0 0 25%;
    
    }
    .account-arrow p{
        flex: 0 0 25%;
    }
    .account-arrow .account-icon{
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        margin-left: -20px;
        font-size: 12px;
    }
    body.theme-1 .account-arrow .account-icon{
        background-color: #0CAF60;
    }
    body.theme-2 .account-arrow .account-icon{
        background-color: #584ED2;        
    }
    body.theme-3 .account-arrow .account-icon{
        background-color: #6FD943;
    }
    body.theme-4 .account-arrow .account-icon{
        background-color: #145388;
    }
    body.theme-5 .account-arrow .account-icon{
        background-color: #B9406B;
    }
    body.theme-6 .account-arrow .account-icon{
        background-color: #008ECC;
    }
    body.theme-7 .account-arrow .account-icon{
        background-color: #922C88;
    }
    body.theme-8 .account-arrow .account-icon{
        background-color: #C0A145;
    }
    body.theme-9 .account-arrow .account-icon{
        background-color: #48494B;
    }
    body.theme-10 .account-arrow .account-icon{
        background-color: #0C7785;
    }
    .account-arrow .account-icon i{
        transition: .5s all ease-in-out;
    }
    .collapse-view .account-arrow i{
        transform: rotate(180deg);
    }
    
    .subAccount {
        font-weight: 600;
      }

      .apexcharts-legend-text {
        margin-right: 10px;
    }
    
    [dir="rtl"] .apexcharts-xaxis-texts-g {
        transform: translate(10px, 40px) !important;
    }
    
    .apexcharts-yaxis-title-text
    {
        transform: rotate(-90deg);
        transform-origin: 0px 133.34800720214844px !important;
    }
    .apexcharts-yaxis
{
    transform: translate(0px, 0px) !important;
}
.apexcharts-pie-area
{
    display: none;
}

.color-wrp .color-picker-wrp input[type="color"] {
    background-color: #fff;
    height: 55px;
    cursor: pointer;
    border-radius: 3px;
    margin: 0px;
    padding: 0px;
    border: 0;
    margin-bottom: 5px;
    margin-left: 5px;
}

.color-wrp{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.color-wrp .theme-color{
    margin: 0;
}
.color-wrp .color-picker-wrp{
    width: 100px;
}

#calender_type
{
    float: right;
    width : 150px;
}

.dash-header .drp-notification {
    margin-left: 10px;
}
.budget .btn{
    margin-top: 10px;
    margin-right: 10px;
}

.theme-avtar-logo
{
    width: 80px;
    border-radius: 17.3552px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
/*end for input search*/



/* ══════════════════════════════════════════════
   Alphainno ERP — Brand Design System
   Inspired by alphainno.io
   Primary Blue: #2563eb
   Dark Navy:    #1a2035
   Background:   #f0f2f5
   Surface:      #ffffff
══════════════════════════════════════════════ */

:root {
    --ai-blue:      #2563eb;
    --ai-blue-d:    #1d4ed8;
    --ai-blue-l:    #eff6ff;
    --ai-navy:      #0f1629;
    --ai-navy-2:    #1e293b;
    --ai-bg:        #f0f2f5;
    --ai-surface:   #ffffff;
    --ai-border:    #e2e8f0;
    --ai-text:      #0f172a;
    --ai-muted:     #64748b;
    --ai-grad:      linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

/* ── Page background ── */
.pcoded-content, .dash-container { background: var(--ai-bg) !important; }
.page-header .page-block { background: transparent !important; box-shadow: none !important; border: none !important; }
.breadcrumb-item a { color: var(--ai-blue) !important; }

/* ── Header ── */
.dash-header {
    background: var(--ai-surface) !important;
    border-bottom: 1px solid var(--ai-border) !important;
    box-shadow: 0 1px 8px rgba(0,0,0,.05) !important;
}

/* ══ SIDEBAR — Alphainno Dark Navy (Primary) ══ */
.dash-sidebar {
    background: #0f1629 !important;
    border-right: none !important;
    box-shadow: 4px 0 20px rgba(0,0,0,.2) !important;
}
.dash-sidebar .main-logo {
    background: rgba(255,255,255,.04) !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

/* nav links */
.dash-sidebar .dash-navbar .dash-item > .dash-link {
    color: #94a3b8 !important;
    border-radius: 10px !important;
    margin: 1px 8px !important;
    padding: .52rem .9rem !important;
    transition: all .15s ease !important;
    font-size: .84rem !important;
    font-weight: 500 !important;
}
.dash-sidebar .dash-navbar .dash-item > .dash-link:hover {
    background: rgba(255,255,255,.07) !important;
    color: #e2e8f0 !important;
}
.dash-sidebar .dash-navbar .dash-item.active > .dash-link {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(37,99,235,.35) !important;
}

/* icons */
.dash-sidebar .dash-micon {
    width: 32px !important;
    height: 32px !important;
    border-radius: 6px !important;
    background: rgba(255,255,255,.08) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 10px !important;
    flex-shrink: 0 !important;
    transition: all .15s !important;
}
.dash-sidebar .dash-micon i { font-size: 1rem !important; color: #94a3b8 !important; }
.dash-sidebar .dash-navbar .dash-item > .dash-link:hover .dash-micon { background: rgba(37,99,235,.25) !important; }
.dash-sidebar .dash-navbar .dash-item > .dash-link:hover .dash-micon i { color: #93c5fd !important; }
.dash-sidebar .dash-navbar .dash-item.active > .dash-link .dash-micon { background: rgba(255,255,255,.18) !important; }
.dash-sidebar .dash-navbar .dash-item.active > .dash-link .dash-micon i { color: #fff !important; }

/* submenu */
.dash-sidebar .dash-submenu { background: rgba(0,0,0,.2) !important; border-radius: 8px !important; margin: 2px 8px !important; }
.dash-sidebar .dash-submenu .dash-item > .dash-link { color: #64748b !important; font-size: .8rem !important; padding: .38rem 1rem .38rem 2.8rem !important; border-radius: 7px !important; }
.dash-sidebar .dash-submenu .dash-item > .dash-link:hover { color: #e2e8f0 !important; background: rgba(255,255,255,.06) !important; }
.dash-sidebar .dash-submenu .dash-item.active > .dash-link { color: #93c5fd !important; background: rgba(37,99,235,.2) !important; font-weight: 600 !important; }
.dash-sidebar .dash-arrow svg { color: #475569 !important; }
.dash-sidebar .dash-item.active .dash-arrow svg { color: rgba(255,255,255,.6) !important; }
.dash-sidebar .dash-mtext { color: inherit !important; }

/* ── Cards ── */
.card { border: none !important; border-radius: 14px !important; box-shadow: 0 1px 8px rgba(0,0,0,.06) !important; background: var(--ai-surface) !important; }
.card-header { background: var(--ai-surface) !important; border-bottom: 1px solid var(--ai-border) !important; }

/* ── Buttons ── */
.btn-primary { background: var(--ai-grad) !important; border: none !important; border-radius: 9px !important; font-weight: 600 !important; box-shadow: 0 3px 10px rgba(37,99,235,.25) !important; }
.btn-primary:hover { background: linear-gradient(135deg,#1d4ed8,#1e40af) !important; box-shadow: 0 5px 16px rgba(37,99,235,.35) !important; }
.btn-secondary { border-radius: 9px !important; font-weight: 600 !important; }

/* ── Tables ── */
.table thead th { background: #f8fafc !important; font-size: .7rem !important; font-weight: 700 !important; letter-spacing: .07em !important; text-transform: uppercase !important; color: var(--ai-muted) !important; border-bottom: 2px solid var(--ai-border) !important; }
.table tbody tr:hover { background: #eff6ff !important; }
.badge { border-radius: 20px !important; font-weight: 600 !important; }

/* ── Forms ── */
.form-control:focus, .form-select:focus { border-color: var(--ai-blue) !important; box-shadow: 0 0 0 3px rgba(37,99,235,.12) !important; }

/* ── Bootstrap primary override ── */
:root {
    --bs-primary: #2563eb;
    --bs-primary-rgb: 37,99,235;
    --bs-link-color: #2563eb;
    --bs-link-hover-color: #1d4ed8;
}
.bg-primary { background: var(--ai-grad) !important; }
.text-primary { color: var(--ai-blue) !important; }
.border-primary { border-color: var(--ai-blue) !important; }
.btn-outline-primary { color: var(--ai-blue) !important; border-color: var(--ai-blue) !important; }
.btn-outline-primary:hover { background: var(--ai-blue) !important; color: #fff !important; }
.page-item.active .page-link { background: var(--ai-blue) !important; border-color: var(--ai-blue) !important; }
.page-link { color: var(--ai-blue) !important; }
.nav-pills .nav-link.active { background: var(--ai-grad) !important; }
a { color: var(--ai-blue); }
a:hover { color: var(--ai-blue-d); }

/* ── Dashboard specific ── */
.kd-banner { background: linear-gradient(135deg,#1a2035 0%,#1e3a8a 60%,#1d4ed8 100%) !important; }
.gi { background: linear-gradient(135deg,#3b82f6,#2563eb) !important; }
.ge { background: linear-gradient(135deg,#34d399,#059669) !important; }
.ga { background: linear-gradient(135deg,#fbbf24,#d97706) !important; }
.gr { background: linear-gradient(135deg,#fb7185,#e11d48) !important; }
.gs { background: linear-gradient(135deg,#38bdf8,#0284c7) !important; }
.gv { background: linear-gradient(135deg,#a78bfa,#7c3aed) !important; }
.gt { background: linear-gradient(135deg,#2dd4bf,#0d9488) !important; }
.go { background: linear-gradient(135deg,#fb923c,#ea580c) !important; }

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: var(--ai-bg); }
::-webkit-scrollbar-thumb { background: #bfdbfe; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--ai-blue); }


/* ══════════════════════════════════════════════════════════════
   ALPHAINNO VCERP — Modern Professional Design System v2.0
   Applied globally via custom.css (loads last, wins specificity)
══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
    --ai-blue:       #2563eb;
    --ai-blue-d:     #1d4ed8;
    --ai-blue-l:     #eff6ff;
    --ai-blue-xl:    #dbeafe;
    --ai-navy:       #0f1629;
    --ai-navy-2:     #1e293b;
    --ai-bg:         #f1f5f9;
    --ai-surface:    #ffffff;
    --ai-border:     #e2e8f0;
    --ai-text:       #0f172a;
    --ai-muted:      #64748b;
    --ai-green:      #10b981;
    --ai-amber:      #f59e0b;
    --ai-red:        #ef4444;
    --ai-purple:     #8b5cf6;
    --ai-cyan:       #06b6d4;
    --ai-grad:       linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    --ai-radius:     14px;
    --ai-shadow:     0 1px 8px rgba(15,23,42,.07), 0 0 1px rgba(15,23,42,.05);
    --ai-shadow-md:  0 4px 20px rgba(15,23,42,.10), 0 1px 4px rgba(15,23,42,.06);
}

/* ── Base ── */
*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Inter', 'Segoe UI', system-ui, sans-serif !important; background: var(--ai-bg) !important; color: var(--ai-text) !important; }

/* ══════════════════════════════════════════════
   SIDEBAR
══════════════════════════════════════════════ */
.dash-sidebar {
    background: var(--ai-navy) !important;
    border-right: none !important;
    box-shadow: 4px 0 24px rgba(0,0,0,.18) !important;
}
.dash-sidebar .main-logo {
    background: rgba(255,255,255,.03) !important;
    border-bottom: 1px solid rgba(255,255,255,.07) !important;
    padding: 0 16px !important;
}
/* Nav items */
.dash-sidebar .dash-navbar .dash-item > .dash-link {
    color: #94a3b8 !important;
    border-radius: 10px !important;
    margin: 2px 10px !important;
    padding: .5rem .85rem !important;
    font-size: .83rem !important;
    font-weight: 500 !important;
    transition: all .15s ease !important;
    background: transparent !important;
}
.dash-sidebar .dash-navbar .dash-item > .dash-link:hover {
    background: rgba(255,255,255,.07) !important;
    color: #e2e8f0 !important;
}
.dash-sidebar .dash-navbar .dash-item.active > .dash-link {
    background: var(--ai-grad) !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(37,99,235,.38) !important;
}
/* Icons */
.dash-sidebar .dash-micon {
    width: 30px !important; height: 30px !important;
    border-radius: 7px !important;
    background: rgba(255,255,255,.07) !important;
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    margin-right: 10px !important; flex-shrink: 0 !important;
    transition: all .15s !important;
}
.dash-sidebar .dash-micon i { font-size: .95rem !important; color: #94a3b8 !important; }
.dash-sidebar .dash-navbar .dash-item > .dash-link:hover .dash-micon { background: rgba(37,99,235,.22) !important; }
.dash-sidebar .dash-navbar .dash-item > .dash-link:hover .dash-micon i { color: #93c5fd !important; }
.dash-sidebar .dash-navbar .dash-item.active > .dash-link .dash-micon { background: rgba(255,255,255,.18) !important; }
.dash-sidebar .dash-navbar .dash-item.active > .dash-link .dash-micon i { color: #fff !important; }
/* Submenu */
.dash-sidebar .dash-submenu { background: rgba(0,0,0,.18) !important; border-radius: 8px !important; margin: 2px 10px !important; }
.dash-sidebar .dash-submenu .dash-item > .dash-link { color: #64748b !important; font-size: .79rem !important; padding: .35rem 1rem .35rem 2.6rem !important; border-radius: 7px !important; }
.dash-sidebar .dash-submenu .dash-item > .dash-link:hover { color: #e2e8f0 !important; background: rgba(255,255,255,.06) !important; }
.dash-sidebar .dash-submenu .dash-item.active > .dash-link { color: #93c5fd !important; background: rgba(37,99,235,.18) !important; font-weight: 600 !important; }
.dash-sidebar .dash-arrow svg { color: #475569 !important; }
.dash-sidebar .dash-item.active .dash-arrow svg { color: rgba(255,255,255,.55) !important; }
.dash-sidebar .dash-mtext { color: inherit !important; }

/* ══════════════════════════════════════════════
   HEADER
══════════════════════════════════════════════ */
.dash-header {
    background: var(--ai-surface) !important;
    border-bottom: 1px solid var(--ai-border) !important;
    box-shadow: 0 1px 6px rgba(15,23,42,.06) !important;
}
.dash-header .dash-head-link { border-radius: 10px !important; }
.dash-header .b-brand .b-title { font-weight: 700 !important; color: var(--ai-text) !important; }

/* ══════════════════════════════════════════════
   PAGE BACKGROUND & CONTAINER
══════════════════════════════════════════════ */
.dash-container, .pcoded-content { background: var(--ai-bg) !important; }
.page-header .page-block {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding-bottom: 0 !important;
}
.page-header h4 { font-size: 1.15rem !important; font-weight: 700 !important; color: var(--ai-text) !important; }
.breadcrumb-item a { color: var(--ai-blue) !important; font-size: .8rem !important; }
.breadcrumb-item.active { color: var(--ai-muted) !important; font-size: .8rem !important; }
.breadcrumb-item + .breadcrumb-item::before { color: #cbd5e1 !important; }

/* ══════════════════════════════════════════════
   CARDS
══════════════════════════════════════════════ */
.card {
    border: none !important;
    border-radius: var(--ai-radius) !important;
    box-shadow: var(--ai-shadow) !important;
    background: var(--ai-surface) !important;
    transition: box-shadow .2s ease, transform .2s ease !important;
}
.card:hover { box-shadow: var(--ai-shadow-md) !important; }
.card-header {
    background: var(--ai-surface) !important;
    border-bottom: 1px solid var(--ai-border) !important;
    border-radius: var(--ai-radius) var(--ai-radius) 0 0 !important;
    padding: 1rem 1.25rem !important;
}
.card-header h4, .card-header h5, .card-header h6 {
    font-size: .9rem !important;
    font-weight: 700 !important;
    color: var(--ai-text) !important;
    margin: 0 !important;
}
.card-body { padding: 1.25rem !important; }

/* ── Stat / KPI cards ── */
.theme-avtar {
    width: 44px !important; height: 44px !important;
    border-radius: 12px !important;
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    flex-shrink: 0 !important;
}
.theme-avtar i { font-size: 1.2rem !important; color: #fff !important; }
.theme-avtar.bg-primary  { background: var(--ai-grad) !important; }
.theme-avtar.bg-success  { background: linear-gradient(135deg,#34d399,#059669) !important; }
.theme-avtar.bg-warning  { background: linear-gradient(135deg,#fbbf24,#d97706) !important; }
.theme-avtar.bg-danger   { background: linear-gradient(135deg,#fb7185,#e11d48) !important; }
.theme-avtar.bg-info     { background: linear-gradient(135deg,#38bdf8,#0284c7) !important; }
.theme-avtar.bg-secondary{ background: linear-gradient(135deg,#94a3b8,#64748b) !important; }

/* ══════════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════════ */
.btn { border-radius: 9px !important; font-weight: 600 !important; font-size: .83rem !important; transition: all .18s ease !important; }
.btn-primary {
    background: var(--ai-grad) !important;
    border: none !important;
    box-shadow: 0 3px 10px rgba(37,99,235,.25) !important;
    color: #fff !important;
}
.btn-primary:hover { background: linear-gradient(135deg,#1d4ed8,#1e40af) !important; box-shadow: 0 5px 16px rgba(37,99,235,.35) !important; transform: translateY(-1px) !important; }
.btn-primary:active { transform: translateY(0) !important; }
.btn-success  { background: linear-gradient(135deg,#34d399,#059669) !important; border: none !important; color: #fff !important; }
.btn-danger   { background: linear-gradient(135deg,#fb7185,#e11d48) !important; border: none !important; color: #fff !important; }
.btn-warning  { background: linear-gradient(135deg,#fbbf24,#d97706) !important; border: none !important; color: #fff !important; }
.btn-info     { background: linear-gradient(135deg,#38bdf8,#0284c7) !important; border: none !important; color: #fff !important; }
.btn-secondary{ background: linear-gradient(135deg,#94a3b8,#64748b) !important; border: none !important; color: #fff !important; }
.btn-light    { background: #f1f5f9 !important; border: 1px solid var(--ai-border) !important; color: var(--ai-text) !important; }
.btn-light:hover { background: #e2e8f0 !important; }
.btn-outline-primary { color: var(--ai-blue) !important; border-color: var(--ai-blue) !important; background: transparent !important; }
.btn-outline-primary:hover { background: var(--ai-blue) !important; color: #fff !important; }

/* action-btn (small icon buttons in tables) */
.action-btn {
    width: 30px !important; height: 30px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    transition: transform .15s, box-shadow .15s !important;
}
.action-btn:hover { transform: translateY(-1px) !important; box-shadow: 0 3px 8px rgba(0,0,0,.15) !important; }

/* ══════════════════════════════════════════════
   TABLES
══════════════════════════════════════════════ */
.table { font-size: .83rem !important; }
.table thead th {
    background: #f8fafc !important;
    font-size: .7rem !important;
    font-weight: 700 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
    color: var(--ai-muted) !important;
    border-bottom: 2px solid var(--ai-border) !important;
    padding: .75rem 1rem !important;
    white-space: nowrap !important;
}
.table tbody td { padding: .7rem 1rem !important; vertical-align: middle !important; border-color: #f1f5f9 !important; }
.table tbody tr { transition: background .15s !important; }
.table tbody tr:hover { background: #f8faff !important; }
.table-striped tbody tr:nth-of-type(odd) { background: #fafbfc !important; }
.table-striped tbody tr:nth-of-type(odd):hover { background: #f0f6ff !important; }

/* ══════════════════════════════════════════════
   BADGES
══════════════════════════════════════════════ */
.badge {
    border-radius: 20px !important;
    font-weight: 600 !important;
    font-size: .7rem !important;
    padding: .3em .75em !important;
    letter-spacing: .02em !important;
}
.badge.bg-primary   { background: var(--ai-blue-l) !important; color: var(--ai-blue) !important; }
.badge.bg-success   { background: #d1fae5 !important; color: #065f46 !important; }
.badge.bg-danger    { background: #fee2e2 !important; color: #991b1b !important; }
.badge.bg-warning   { background: #fef3c7 !important; color: #92400e !important; }
.badge.bg-info      { background: #e0f2fe !important; color: #075985 !important; }
.badge.bg-secondary { background: #f1f5f9 !important; color: #475569 !important; }

/* ══════════════════════════════════════════════
   FORMS
══════════════════════════════════════════════ */
.form-control, .form-select {
    border: 1.5px solid var(--ai-border) !important;
    border-radius: 9px !important;
    font-size: .85rem !important;
    padding: .5rem .85rem !important;
    background: #f8fafc !important;
    color: var(--ai-text) !important;
    transition: border-color .2s, box-shadow .2s !important;
}
.form-control:focus, .form-select:focus {
    border-color: var(--ai-blue) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3.5px rgba(37,99,235,.1) !important;
    outline: none !important;
}
.form-label { font-size: .8rem !important; font-weight: 600 !important; color: var(--ai-navy-2) !important; margin-bottom: .4rem !important; }
.input-group-text { border: 1.5px solid var(--ai-border) !important; background: #f1f5f9 !important; border-radius: 9px !important; font-size: .85rem !important; }

/* ══════════════════════════════════════════════
   MODALS
══════════════════════════════════════════════ */
.modal-content { border: none !important; border-radius: 18px !important; box-shadow: 0 20px 60px rgba(15,23,42,.18) !important; }
.modal-header { border-bottom: 1px solid var(--ai-border) !important; padding: 1.1rem 1.4rem !important; border-radius: 18px 18px 0 0 !important; }
.modal-header .modal-title { font-size: .95rem !important; font-weight: 700 !important; }
.modal-footer { border-top: 1px solid var(--ai-border) !important; padding: .9rem 1.4rem !important; }
.modal-body { padding: 1.4rem !important; }

/* ══════════════════════════════════════════════
   ALERTS & TOASTS
══════════════════════════════════════════════ */
.alert { border: none !important; border-radius: 12px !important; font-size: .84rem !important; font-weight: 500 !important; }
.alert-success { background: #d1fae5 !important; color: #065f46 !important; }
.alert-danger   { background: #fee2e2 !important; color: #991b1b !important; }
.alert-warning  { background: #fef3c7 !important; color: #92400e !important; }
.alert-info     { background: #e0f2fe !important; color: #075985 !important; }

/* ══════════════════════════════════════════════
   PAGINATION
══════════════════════════════════════════════ */
.page-link { border-radius: 8px !important; margin: 0 2px !important; font-size: .82rem !important; font-weight: 600 !important; color: var(--ai-blue) !important; border: 1px solid var(--ai-border) !important; }
.page-item.active .page-link { background: var(--ai-grad) !important; border-color: transparent !important; color: #fff !important; box-shadow: 0 3px 10px rgba(37,99,235,.3) !important; }
.page-link:hover { background: var(--ai-blue-l) !important; color: var(--ai-blue) !important; }

/* ══════════════════════════════════════════════
   TABS & PILLS
══════════════════════════════════════════════ */
.nav-tabs { border-bottom: 2px solid var(--ai-border) !important; }
.nav-tabs .nav-link { border: none !important; border-bottom: 2px solid transparent !important; margin-bottom: -2px !important; font-size: .84rem !important; font-weight: 600 !important; color: var(--ai-muted) !important; border-radius: 0 !important; padding: .6rem 1rem !important; transition: all .15s !important; }
.nav-tabs .nav-link:hover { color: var(--ai-blue) !important; background: transparent !important; }
.nav-tabs .nav-link.active { color: var(--ai-blue) !important; border-bottom-color: var(--ai-blue) !important; background: transparent !important; }
.nav-pills .nav-link { border-radius: 9px !important; font-size: .84rem !important; font-weight: 600 !important; color: var(--ai-muted) !important; }
.nav-pills .nav-link.active { background: var(--ai-grad) !important; color: #fff !important; box-shadow: 0 3px 10px rgba(37,99,235,.25) !important; }

/* ══════════════════════════════════════════════
   DROPDOWNS
══════════════════════════════════════════════ */
.dropdown-menu {
    border: 1px solid var(--ai-border) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 30px rgba(15,23,42,.12) !important;
    padding: .4rem !important;
    font-size: .84rem !important;
}
.dropdown-item { border-radius: 8px !important; padding: .45rem .85rem !important; font-weight: 500 !important; color: var(--ai-text) !important; transition: background .15s !important; }
.dropdown-item:hover { background: var(--ai-blue-l) !important; color: var(--ai-blue) !important; }
.dropdown-divider { border-color: var(--ai-border) !important; margin: .3rem 0 !important; }

/* ══════════════════════════════════════════════
   PROGRESS BARS
══════════════════════════════════════════════ */
.progress { border-radius: 100px !important; background: #e2e8f0 !important; height: 7px !important; }
.progress-bar { border-radius: 100px !important; background: var(--ai-grad) !important; }
.progress-bar.bg-success { background: linear-gradient(90deg,#34d399,#059669) !important; }
.progress-bar.bg-danger  { background: linear-gradient(90deg,#fb7185,#e11d48) !important; }
.progress-bar.bg-warning { background: linear-gradient(90deg,#fbbf24,#d97706) !important; }
.progress-bar.bg-info    { background: linear-gradient(90deg,#38bdf8,#0284c7) !important; }

/* ══════════════════════════════════════════════
   LIST GROUPS
══════════════════════════════════════════════ */
.list-group-item { border-color: var(--ai-border) !important; font-size: .84rem !important; padding: .75rem 1rem !important; }
.list-group-item:first-child { border-radius: 12px 12px 0 0 !important; }
.list-group-item:last-child  { border-radius: 0 0 12px 12px !important; }

/* ══════════════════════════════════════════════
   SCROLLBAR
══════════════════════════════════════════════ */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: var(--ai-bg); }
::-webkit-scrollbar-thumb { background: #bfdbfe; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--ai-blue); }

/* ══════════════════════════════════════════════
   BOOTSTRAP COLOR OVERRIDES
══════════════════════════════════════════════ */
:root {
    --bs-primary: #2563eb;
    --bs-primary-rgb: 37,99,235;
    --bs-link-color: #2563eb;
    --bs-link-hover-color: #1d4ed8;
}
.bg-primary   { background: var(--ai-grad) !important; }
.text-primary { color: var(--ai-blue) !important; }
.border-primary { border-color: var(--ai-blue) !important; }
a { color: var(--ai-blue); }
a:hover { color: var(--ai-blue-d); }

/* ══════════════════════════════════════════════
   DASHBOARD STAT BANNER (top summary bar)
══════════════════════════════════════════════ */
.kd-stat-bar {
    background: linear-gradient(135deg, #1a2035 0%, #1e3a8a 60%, #1d4ed8 100%) !important;
    border-radius: var(--ai-radius) !important;
    padding: 1rem 1.5rem !important;
    color: #fff !important;
    margin-bottom: 1.5rem !important;
}
.kd-stat-bar .stat-item { text-align: center; padding: .5rem 1rem; border-right: 1px solid rgba(255,255,255,.12); }
.kd-stat-bar .stat-item:last-child { border-right: none; }
.kd-stat-bar .stat-item .stat-val { font-size: 1.3rem; font-weight: 800; color: #fff; }
.kd-stat-bar .stat-item .stat-lbl { font-size: .68rem; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.6); margin-top: 2px; }

/* ══════════════════════════════════════════════
   DASHBOARD KPI CARDS
══════════════════════════════════════════════ */
.kd-kpi {
    border-radius: var(--ai-radius) !important;
    padding: 1.2rem 1.3rem !important;
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    background: var(--ai-surface) !important;
    box-shadow: var(--ai-shadow) !important;
    transition: box-shadow .2s, transform .2s !important;
    border: none !important;
}
.kd-kpi:hover { box-shadow: var(--ai-shadow-md) !important; transform: translateY(-2px) !important; }
.kd-kpi-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 1.4rem;
}
.kd-kpi-icon.blue   { background: linear-gradient(135deg,#3b82f6,#2563eb); color:#fff; }
.kd-kpi-icon.green  { background: linear-gradient(135deg,#34d399,#059669); color:#fff; }
.kd-kpi-icon.amber  { background: linear-gradient(135deg,#fbbf24,#d97706); color:#fff; }
.kd-kpi-icon.red    { background: linear-gradient(135deg,#fb7185,#e11d48); color:#fff; }
.kd-kpi-icon.purple { background: linear-gradient(135deg,#a78bfa,#7c3aed); color:#fff; }
.kd-kpi-icon.cyan   { background: linear-gradient(135deg,#38bdf8,#0284c7); color:#fff; }
.kd-kpi-icon.teal   { background: linear-gradient(135deg,#2dd4bf,#0d9488); color:#fff; }
.kd-kpi-icon.orange { background: linear-gradient(135deg,#fb923c,#ea580c); color:#fff; }
.kd-kpi-val  { font-size: 1.5rem; font-weight: 800; color: var(--ai-text); line-height: 1; margin-bottom: 3px; }
.kd-kpi-lbl  { font-size: .75rem; font-weight: 600; color: var(--ai-muted); text-transform: uppercase; letter-spacing: .05em; }
.kd-kpi-sub  { font-size: .72rem; color: var(--ai-green); font-weight: 600; margin-top: 3px; }
.kd-kpi-sub.down { color: var(--ai-red); }

/* ══════════════════════════════════════════════
   CHART CARDS
══════════════════════════════════════════════ */
.chart-card .card-header { display: flex; align-items: center; justify-content: space-between; }
.chart-card .card-header .chart-title { font-size: .9rem; font-weight: 700; color: var(--ai-text); }
.chart-card .card-header .chart-sub   { font-size: .75rem; color: var(--ai-muted); }

/* ══════════════════════════════════════════════
   EMPTY STATE
══════════════════════════════════════════════ */
.empty-state { text-align: center; padding: 2.5rem 1rem; color: var(--ai-muted); }
.empty-state i { font-size: 2.5rem; opacity: .3; margin-bottom: .75rem; display: block; }
.empty-state p { font-size: .84rem; margin: 0; }

/* ══════════════════════════════════════════════
   LOADER
══════════════════════════════════════════════ */
.loader-bg { background: var(--ai-navy) !important; }
.loader-fill { background: var(--ai-grad) !important; }


/* ══════════════════════════════════════════════
   SIDEBAR SUBMENU — Remove green dots, clean styling
══════════════════════════════════════════════ */

/* Kill the green rotating dot bullet on ALL submenu items */
body:not(.minimenu) .dash-sidebar .dash-submenu .dash-item::before,
body:not(.minimenu) .dash-sidebar .dash-submenu .dash-item.active::before,
body:not(.minimenu) .dash-sidebar .dash-submenu .dash-item:hover::before,
body:not(.minimenu) .dash-sidebar .dash-submenu .dash-submenu > .dash-item::before,
body:not(.minimenu) .dash-sidebar .dash-submenu .dash-submenu .dash-submenu > .dash-item::before,
body.theme-1 .dash-sidebar .dash-item .dash-submenu .dash-item::before,
body.theme-2 .dash-sidebar .dash-item .dash-submenu .dash-item::before,
body.theme-3 .dash-sidebar .dash-item .dash-submenu .dash-item::before,
body.theme-4 .dash-sidebar .dash-item .dash-submenu .dash-item::before,
body.theme-5 .dash-sidebar .dash-item .dash-submenu .dash-item::before,
body.theme-6 .dash-sidebar .dash-item .dash-submenu .dash-item::before,
body.theme-7 .dash-sidebar .dash-item .dash-submenu .dash-item::before,
body.theme-8 .dash-sidebar .dash-item .dash-submenu .dash-item::before,
body.theme-9 .dash-sidebar .dash-item .dash-submenu .dash-item::before,
body.theme-10 .dash-sidebar .dash-item .dash-submenu .dash-item::before,
body.custom-color .dash-sidebar .dash-item .dash-submenu .dash-item::before {
    display: none !important;
    content: none !important;
    border: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Clean submenu container */
.dash-sidebar .dash-submenu {
    background: rgba(0,0,0,.15) !important;
    border-radius: 10px !important;
    margin: 3px 10px 4px !important;
    padding: 4px 0 !important;
    overflow: hidden !important;
}

/* Submenu links — clean, no dots, proper indent */
.dash-sidebar .dash-submenu .dash-item {
    position: relative !important;
}
.dash-sidebar .dash-submenu .dash-item > .dash-link {
    color: #64748b !important;
    font-size: .8rem !important;
    font-weight: 500 !important;
    padding: .42rem 1rem .42rem 1.1rem !important;
    border-radius: 8px !important;
    margin: 1px 6px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all .15s !important;
    background: transparent !important;
}

/* Left accent line instead of dot */
.dash-sidebar .dash-submenu .dash-item > .dash-link::before {
    content: '' !important;
    display: block !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    background: #475569 !important;
    flex-shrink: 0 !important;
    transition: background .15s !important;
    border: none !important;
    position: static !important;
    transform: none !important;
}

.dash-sidebar .dash-submenu .dash-item > .dash-link:hover {
    color: #e2e8f0 !important;
    background: rgba(255,255,255,.07) !important;
}
.dash-sidebar .dash-submenu .dash-item > .dash-link:hover::before {
    background: #93c5fd !important;
}

.dash-sidebar .dash-submenu .dash-item.active > .dash-link {
    color: #93c5fd !important;
    background: rgba(37,99,235,.18) !important;
    font-weight: 600 !important;
}
.dash-sidebar .dash-submenu .dash-item.active > .dash-link::before {
    background: #3b82f6 !important;
}

/* Nested sub-submenu — deeper indent */
.dash-sidebar .dash-submenu .dash-submenu .dash-item > .dash-link {
    padding-left: 1.8rem !important;
    font-size: .77rem !important;
    color: #475569 !important;
}
.dash-sidebar .dash-submenu .dash-submenu .dash-item.active > .dash-link {
    color: #93c5fd !important;
}

/* Parent item with open submenu — keep it readable */
.dash-sidebar .dash-navbar .dash-item.dash-hasmenu.active > .dash-link {
    background: var(--ai-grad) !important;
    color: #fff !important;
}
.dash-sidebar .dash-navbar .dash-item.dash-hasmenu.active > .dash-link .dash-micon i {
    color: #fff !important;
}


/* ══════════════════════════════════════════════
   OVERRIDE THEME-3 GREEN → BLUE everywhere in sidebar
══════════════════════════════════════════════ */

/* Main nav item hover — kill green background */
body.theme-3 .dash-sidebar .dash-navbar > .dash-item:hover > .dash-link,
body.theme-3 .dash-sidebar .dash-navbar > .dash-item:focus > .dash-link,
body.custom-color .dash-sidebar .dash-navbar > .dash-item:hover > .dash-link,
body.custom-color .dash-sidebar .dash-navbar > .dash-item:focus > .dash-link {
    background: rgba(255,255,255,.07) !important;
    color: #e2e8f0 !important;
    box-shadow: none !important;
}

/* Icon color on hover — kill green */
body.theme-3 .dash-sidebar .dash-navbar > .dash-item:hover > .dash-link i,
body.theme-3 .dash-sidebar .dash-navbar > .dash-item:focus > .dash-link i,
body.custom-color .dash-sidebar .dash-navbar > .dash-item:hover > .dash-link i {
    color: #93c5fd !important;
}

/* Active item — blue gradient not green */
body.theme-3 .dash-sidebar .dash-navbar > .dash-item.active > .dash-link,
body.theme-3 .dash-sidebar .dash-navbar .dash-item.active > .dash-link,
body.custom-color .dash-sidebar .dash-navbar .dash-item.active > .dash-link {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(37,99,235,.38) !important;
}

/* Submenu hover — kill green text */
body.theme-3 .dash-sidebar .dash-item .dash-submenu .dash-item:hover > .dash-link,
body.theme-3 .dash-sidebar .dash-item .dash-submenu .dash-item:focus > .dash-link,
body.custom-color .dash-sidebar .dash-item .dash-submenu .dash-item:hover > .dash-link {
    color: #e2e8f0 !important;
    background: rgba(255,255,255,.07) !important;
}

/* Submenu active — blue not green */
body.theme-3 .dash-sidebar .dash-item .dash-submenu .dash-item.active > .dash-link,
body.custom-color .dash-sidebar .dash-item .dash-submenu .dash-item.active > .dash-link {
    color: #93c5fd !important;
    background: rgba(37,99,235,.18) !important;
}

/* Kill the green outline/border on hover that appears around nav items */
body.theme-3 .dash-sidebar .dash-navbar .dash-item > .dash-link:hover,
body.theme-3 .dash-sidebar .dash-navbar .dash-item > .dash-link:focus,
body.custom-color .dash-sidebar .dash-navbar .dash-item > .dash-link:hover {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* The green bottom border / outline on hover */
.dash-sidebar .dash-navbar .dash-item > .dash-link:hover,
.dash-sidebar .dash-navbar .dash-item > .dash-link:focus {
    outline: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}


/* ══════════════════════════════════════════════
   ALPHAINNO VCERP — Layout & Header Redesign
══════════════════════════════════════════════ */

/* ── Header ── */
.dash-header {
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
    box-shadow: 0 1px 8px rgba(15,23,42,.06) !important;
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 20px !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1030 !important;
}
.dash-header .header-wrapper {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    gap: 12px !important;
}

/* Hamburger */
.dash-header .hamburger-inner,
.dash-header .hamburger-inner::before,
.dash-header .hamburger-inner::after { background: #475569 !important; }
.dash-header .dash-head-link { border-radius: 10px !important; padding: 8px 10px !important; transition: background .15s !important; }
.dash-header .dash-head-link:hover { background: #f1f5f9 !important; }

/* User dropdown in header */
.dash-header .drp-company .dash-head-link {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 10px !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    background: #f8fafc !important;
    transition: all .15s !important;
}
.dash-header .drp-company .dash-head-link:hover { background: #f1f5f9 !important; border-color: #cbd5e1 !important; }
.dash-header .drp-company .theme-avtar {
    width: 32px !important; height: 32px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    border: 2px solid #e2e8f0 !important;
}
.dash-header .drp-company .theme-avtar img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.dash-header .hide-mob { font-size: .83rem !important; font-weight: 600 !important; color: #374151 !important; }
.dash-header .drp-arrow { color: #94a3b8 !important; font-size: .75rem !important; }

/* Chat icon badge */
.dash-header .drp-notification .dash-head-link { position: relative !important; }
.dash-header .dash-h-badge {
    position: absolute !important;
    top: 4px !important; right: 4px !important;
    min-width: 16px !important; height: 16px !important;
    border-radius: 100px !important;
    font-size: .6rem !important;
    font-weight: 700 !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    padding: 0 4px !important;
    background: #ef4444 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}
.dash-header .ti-brand-hipchat { font-size: 1.2rem !important; color: #475569 !important; }

/* ── Page header (title + breadcrumb) ── */
.page-header {
    padding: 20px 24px 0 !important;
    margin-bottom: 0 !important;
}
.page-header .page-block {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}
.page-header h4 {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 4px !important;
    letter-spacing: -.3px !important;
}
.breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    font-size: .78rem !important;
}
.breadcrumb-item a { color: #2563eb !important; font-weight: 500 !important; text-decoration: none !important; }
.breadcrumb-item a:hover { text-decoration: underline !important; }
.breadcrumb-item.active { color: #94a3b8 !important; }
.breadcrumb-item + .breadcrumb-item::before { color: #cbd5e1 !important; content: "›" !important; font-size: 1rem !important; }

/* ── Main content area ── */
.dash-container {
    padding: 0 !important;
    top: 0 !important;
}
.dash-content {
    padding: 0 24px 24px !important;
    min-height: calc(100vh - 64px) !important;
}

/* ── Action button in page header (top-right + button) ── */
.page-header .col .btn,
.page-header .action-btn-col .btn {
    border-radius: 10px !important;
    font-size: .83rem !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

/* ── Cards in content ── */
.dash-content .card {
    border-radius: 14px !important;
    border: none !important;
    box-shadow: 0 1px 8px rgba(15,23,42,.07) !important;
    margin-bottom: 20px !important;
}
.dash-content .card-header {
    padding: 14px 20px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    border-radius: 14px 14px 0 0 !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.dash-content .card-header h5,
.dash-content .card-header h4 {
    font-size: .9rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 !important;
}
.dash-content .card-body { padding: 20px !important; }

/* ── DataTable wrapper ── */
.dataTable-wrapper { padding: 0 !important; }

/* Remove the ugly bottom border line from simple-datatables */
.dataTable-wrapper.no-footer .dataTable-container {
    border-bottom: none !important;
}
.dataTable-wrapper.no-header .dataTable-container {
    border-top: none !important;
}

/* Modern slim scrollbar on dataTable-container */
.dataTable-container {
    scrollbar-width: thin;
    scrollbar-color: #93c5fd #f1f5f9;
}
.dataTable-container::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}
.dataTable-container::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 999px;
}
.dataTable-container::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #93c5fd, #3b82f6);
    border-radius: 999px;
}
.dataTable-container::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
}
.dataTable-top {
    padding: 16px 20px 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}
.dataTable-search input {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 7px 14px !important;
    font-size: .83rem !important;
    background: #f8fafc !important;
    outline: none !important;
    transition: border-color .2s, box-shadow .2s !important;
    min-width: 220px !important;
}
.dataTable-search input:focus { border-color: #2563eb !important; box-shadow: 0 0 0 3px rgba(37,99,235,.1) !important; background: #fff !important; }
.dataTable-selector {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 5px 10px !important;
    font-size: .83rem !important;
    background: #f8fafc !important;
}
.dataTable-bottom {
    padding: 12px 20px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    border-top: 1px solid #f1f5f9 !important;
}
.dataTable-info { font-size: .78rem !important; color: #94a3b8 !important; }
.dataTable-pagination a {
    border-radius: 8px !important;
    padding: 4px 10px !important;
    font-size: .8rem !important;
    font-weight: 600 !important;
    color: #2563eb !important;
    border: 1px solid #e2e8f0 !important;
    margin: 0 2px !important;
    transition: all .15s !important;
}
.dataTable-pagination a:hover { background: #eff6ff !important; }
.dataTable-pagination li.active a { background: linear-gradient(135deg,#2563eb,#1d4ed8) !important; color: #fff !important; border-color: transparent !important; }

/* ── Footer ── */
.dash-footer {
    background: #fff !important;
    border-top: 1px solid #e2e8f0 !important;
    padding: 12px 24px !important;
}
.dash-footer p { font-size: .78rem !important; color: #94a3b8 !important; margin: 0 !important; }

/* ── Sidebar width & content offset ── */
.dash-sidebar { width: 260px !important; }
.dash-container { margin-left: 260px !important; }
@media (max-width: 992px) {
    .dash-container { margin-left: 0 !important; }
}

/* ── Smooth page transitions ── */
/* No page fade — avoids “auto reload” flicker on navigation */
.dash-content { animation: none !important; }

/* ══════════════════════════════════════════════
   ADMIN SHELL — logo, header, responsive
══════════════════════════════════════════════ */

/* Sidebar logo header */
.dash-sidebar .ai-sidebar-logo-header,
.dash-sidebar .main-logo,
.dash-sidebar .m-header.main-logo {
    min-height: unset !important;
    max-height: unset !important;
    height: auto !important;
    min-width: 255px !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14) !important;
    background: rgba(15, 23, 42, 0.35) !important;
}
.dash-sidebar .dash-menu-label {
    padding: 14px 20px 6px !important;
    margin: 0 !important;
    list-style: none !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #64748b !important;
    pointer-events: none !important;
}
.dash-sidebar .dash-menu-label:first-of-type {
    padding-top: 8px !important;
}
.dash-sidebar .main-logo a.b-brand.ai-sidebar-brand {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 72px !important;
    padding: 14px 20px !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}
.ai-sidebar-brand-copy,
.ai-sidebar-brand-name {
    display: none !important;
}
.dash-sidebar .main-logo a.b-brand.ai-sidebar-brand .ai-sidebar-brand-img {
    display: block !important;
    max-height: 52px !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
}
.dash-sidebar .main-logo a img.logo,
.dash-sidebar .main-logo a img.logo-lg {
    display: none !important;
}
.sidebar-brand-fallback {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.sidebar-brand-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.sidebar-brand-text {
    font-size: 1.05rem;
    font-weight: 800;
    color: #f1f5f9;
    letter-spacing: -0.02em;
}

/* Modern sticky header — override theme absolute/floating header */
.dash-header,
.dash-header:not(.transprent-bg),
.dash-header.ai-topbar,
header.dash-header.ai-topbar {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    margin-left: 260px !important;
    min-height: 64px !important;
    height: 64px !important;
    border-radius: 0 !important;
    z-index: 1030 !important;
    background: #fff !important;
    border-bottom: 1px solid #e2e8f0 !important;
    box-shadow: 0 1px 8px rgba(15, 23, 42, 0.06) !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
}
.dash-header .header-wrapper,
.dash-header .ai-header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 64px !important;
    padding: 0 clamp(12px, 2vw, 24px) !important;
    gap: 12px !important;
}
.ai-header-left {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
}
.ai-header-right {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
    flex: 0 0 auto !important;
}
.ai-header-brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    min-height: 40px !important;
}
.ai-header-brand-img {
    max-height: 36px !important;
    width: auto !important;
    display: block !important;
    object-fit: contain !important;
}
.ai-header-brand-fallback {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.ai-header-brand-fallback .sidebar-brand-text {
    color: #0f172a !important;
    font-size: .95rem !important;
}
.ai-sidebar-brand {
    text-decoration: none !important;
}
/* Uploaded brand logo in sidebar (logo only, no text) */
.dash-sidebar .main-logo a.b-brand.ai-sidebar-brand .ai-sidebar-brand-img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100% !important;
    max-height: 52px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
}
/* Header brand image */
.ai-header-brand-img {
    display: block !important;
    max-height: 36px !important;
    width: auto !important;
    object-fit: contain !important;
}
.ai-header-brand {
    gap: 10px !important;
}
.ai-header-brand-mark {
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
}
.ai-header-brand-name {
    display: none !important;
}
.dash-header .ai-header-brand,
.dash-header .ai-header-brand-img,
.dash-header .ai-header-brand-mark {
    display: none !important;
}
.ai-header-brand-img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: 28px !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
.ai-sidebar-brand-fallback,
.ai-header-brand-fallback {
    display: none !important;
}
.dash-sidebar .navbar-content .card {
    display: none !important;
}
.ai-header-brand-fallback {
    display: inline-flex !important;
}
.dash-header .mob-hamburger {
    display: none !important;
}
@media (min-width: 1025px) {
    .dash-header .ai-menu-btn,
    .dash-header #mobile-collapse {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .dash-header .ai-menu-btn,
    .dash-header #mobile-collapse {
        display: inline-flex !important;
    }
}
.ai-header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.ai-header-actions > li { display: flex !important; align-items: center !important; }
.ai-menu-btn {
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    padding: 0 !important;
}
.ai-icon-btn {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    padding: 0 !important;
}
.ai-icon-btn:hover { background: #eff6ff !important; color: #2563eb !important; }
.ai-badge-count {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
.ai-user-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 4px 10px 4px 4px !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    text-decoration: none !important;
}
.ai-user-btn:hover { background: #eff6ff !important; border-color: #bfdbfe !important; }
.ai-user-avatar {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    padding: 0 !important;
    background: #e2e8f0 !important;
    flex-shrink: 0 !important;
}
.ai-user-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.ai-user-meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    line-height: 1.2 !important;
    min-width: 0 !important;
}
.ai-user-greet {
    font-size: 11px !important;
    color: #94a3b8 !important;
    font-weight: 500 !important;
}
.ai-user-name {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ai-user-chevron {
    font-size: 14px !important;
    color: #94a3b8 !important;
    margin-left: 2px !important;
}
.ai-user-dropdown {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12) !important;
    padding: 6px !important;
    margin-top: 8px !important;
}
.ai-user-dropdown .dropdown-item {
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 0.84rem !important;
    font-weight: 500 !important;
}

/* Content area alignment with sticky header (no legacy top:70px offset) */
.dash-header.ai-topbar ~ .dash-container,
.dash-header:not(.transprent-bg) ~ .dash-container,
.dash-header:not(.transprent-bg):not(.dash-mob-header) ~ .dash-container {
    top: 0 !important;
    margin-left: 260px !important;
}
.dash-header.ai-topbar ~ .dash-container .dash-content,
.dash-header:not(.transprent-bg) ~ .dash-container .dash-content,
.dash-header:not(.transprent-bg):not(.dash-mob-header) ~ .dash-container .dash-content {
    padding-top: 12px !important;
}

body.settings-page .dash-container .dash-content {
    padding-top: 0 !important;
}
body.settings-page .page-header {
    display: none !important;
}
@media (min-width: 1024px) {
    .dash-header:not(.transprent-bg),
    .dash-header.ai-topbar {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin-left: 260px !important;
        border-radius: 0 !important;
        box-shadow: 0 1px 8px rgba(15, 23, 42, 0.06) !important;
    }
    .dash-header:not(.transprent-bg):not(.dash-mob-header) ~ .dash-container {
        top: 0 !important;
        margin-left: 260px !important;
    }
    .dash-header:not(.transprent-bg):not(.dash-mob-header) ~ .dash-container .dash-content {
        padding-top: 12px !important;
    }
}
.dash-container .dash-content {
    padding-left: clamp(16px, 2.5vw, 28px) !important;
    padding-right: clamp(16px, 2.5vw, 28px) !important;
}
.page-header {
    margin-bottom: 1rem !important;
    padding-top: 0.25rem !important;
}

/* Tablet & mobile */
@media (max-width: 1024px) {
    .dash-header.ai-topbar,
    header.dash-header.ai-topbar {
        margin-left: 0 !important;
        left: 0 !important;
    }
    .dash-header.ai-topbar ~ .dash-container,
    .dash-header:not(.transprent-bg) ~ .dash-container {
        margin-left: 0 !important;
    }
}
@media (max-width: 575px) {
    .ai-user-meta,
    .ai-user-chevron { display: none !important; }
    .ai-user-btn { padding: 4px !important; border-radius: 50% !important; }
    .page-header h4 { font-size: 1rem !important; }
    .breadcrumb { font-size: 0.72rem !important; }
}

/* Minimenu adjustments */
body.minimenu .dash-header.ai-topbar { margin-left: 70px !important; }
body.minimenu .dash-header.ai-topbar ~ .dash-container { margin-left: 70px !important; }
body.minimenu .dash-sidebar .main-logo a.b-brand.ai-sidebar-brand {
    justify-content: center !important;
    padding: 12px 10px !important;
    min-height: 64px !important;
}
body.minimenu .dash-sidebar .main-logo a.b-brand.ai-sidebar-brand .ai-sidebar-brand-img {
    max-height: 36px !important;
}


/* ============================================================
   ALPHAINNO BLUE THEME — Global Green → Blue Override
   All success/green UI elements replaced with brand blue
   ============================================================ */

/* CSS variable override */
:root {
    --bs-success: #2563eb !important;
    --bs-success-rgb: 37, 99, 235 !important;
    --ai-green: #2563eb;
}

/* Toast / alert notifications */
#liveToast.bg-success,
.toast.bg-success,
.alert-success,
.growl-animated.alert-success {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    border-color: #1d4ed8 !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(37,99,235,.35) !important;
}
.alert-success .alert-link { color: #bfdbfe !important; }

/* btn-success → blue */
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn.btn-success {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    border-color: #2563eb !important;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(37,99,235,.3) !important;
}
.btn-success:hover { background: linear-gradient(135deg, #2563eb, #1d4ed8) !important; }

/* bg-success backgrounds */
.bg-success,
.card.bg-success,
.badge.bg-success,
.text-bg-success {
    background-color: #2563eb !important;
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    color: #fff !important;
}

/* theme-avtar success icon */
.theme-avtar.bg-success {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
}

/* Dashboard KPI / stat card green icon → blue */
.ge,
.kd-kpi-icon.green,
.ai-stat-icon.green {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    color: #fff !important;
}

/* Progress bars */
.progress-bar.bg-success,
.progress .progress-bar.bg-success {
    background: linear-gradient(90deg, #3b82f6, #2563eb) !important;
    box-shadow: 0 8px 8px -1px rgba(37,99,235,.3) !important;
}

/* Feed card hover */
.feed-card:hover .border-feed.bg-success {
    background-color: rgba(37,99,235,.2) !important;
}
.feed-card:hover .border-feed.bg-success i,
.feed-card:hover .border-feed.bg-success i.material-icons-two-tone {
    color: #2563eb !important;
    background-color: #2563eb !important;
}

/* Statustic card progress animation */
@keyframes blue-blink-bar {
    0%   { box-shadow: 0 0 0 0 rgba(37,99,235,.1); }
    50%  { box-shadow: 0 0 0 6px rgba(37,99,235,.3); }
    100% { box-shadow: 0 0 0 0 rgba(37,99,235,.1); }
}
.statustic-card .card-body .progress .progress-bar.bg-success:before {
    animation: blue-blink-bar 0.5s linear infinite !important;
}

/* Traffic card */
.trafic-card .progress.green {
    background-color: rgba(37,99,235,.2) !important;
}

/* Marketing card */
.marketing-card .table tbody td .btn-action.btn-bg-success:after {
    background-color: #2563eb !important;
}

/* custom.css stat icon classes */
.btn-success { background: linear-gradient(135deg,#3b82f6,#2563eb) !important; border:none !important; color:#fff !important; }

/* action-btn bg-success (edit/info buttons in tables) */
.action-btn.bg-success { background: linear-gradient(135deg,#3b82f6,#2563eb) !important; }

/* Sidebar Add New item — keep teal accent (already blue-ish, fine) */

/* agents/clients page table — modern card style */
.card { border-radius: 16px !important; }
.card .card-header { border-radius: 16px 16px 0 0 !important; }

/* DataTable search input modern */
.dataTable-input {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    padding: 7px 12px !important;
    font-size: .84rem !important;
    outline: none !important;
    transition: border-color .2s !important;
}
.dataTable-input:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37,99,235,.1) !important;
}

/* DataTable buttons (Print/PDF) */
.dt-buttons .dt-button,
.buttons-print,
.buttons-pdf,
.buttons-html5 {
    background: linear-gradient(135deg,#3b82f6,#2563eb) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 7px 16px !important;
    font-size: .82rem !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(37,99,235,.25) !important;
    transition: all .2s !important;
}
.dt-buttons .dt-button:hover,
.buttons-print:hover,
.buttons-pdf:hover {
    background: linear-gradient(135deg,#2563eb,#1d4ed8) !important;
    transform: translateY(-1px) !important;
}

/* Table header modern */
.table thead th {
    font-size: .72rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
    color: #475569 !important;
    background: #f8fafc !important;
    border-bottom: 2px solid #e2e8f0 !important;
    padding: 13px 16px !important;
    white-space: nowrap !important;
}
.table tbody td {
    padding: 13px 16px !important;
    vertical-align: middle !important;
    color: #334155 !important;
    border-color: #f1f5f9 !important;
}
.table tbody tr:hover td { background: #f8fbff !important; }

/* Page header breadcrumb */
.page-header { margin-bottom: 20px !important; }
.breadcrumb-item a { color: #2563eb !important; text-decoration: none !important; }
.breadcrumb-item a:hover { text-decoration: underline !important; }

/* Form controls global modern */
.form-control:focus,
.form-select:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37,99,235,.12) !important;
}

/* Pagination */
.page-item.active .page-link {
    background: linear-gradient(135deg,#3b82f6,#2563eb) !important;
    border-color: #2563eb !important;
    color: #fff !important;
}
.page-link { color: #2563eb !important; border-radius: 8px !important; margin: 0 2px !important; }
.page-link:hover { background: #eff6ff !important; color: #1d4ed8 !important; }

/* Badge modern */
.badge.bg-primary { background: linear-gradient(135deg,#3b82f6,#2563eb) !important; }
.badge.bg-info    { background: linear-gradient(135deg,#38bdf8,#0284c7) !important; }

/* Select2 / chosen focus */
.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37,99,235,.12) !important;
}

/* ============================================================ */

/* ─── AI Modern SweetAlert2 Delete Dialog ─────────────────────────────────── */
.ai-swal-popup {
    border-radius: 24px !important;
    padding: 36px 32px 28px !important;
    border: none !important;
    box-shadow: 0 40px 100px rgba(15, 23, 42, 0.22), 0 8px 24px rgba(124, 58, 237, 0.12) !important;
    max-width: 400px !important;
    width: 90vw !important;
    font-family: inherit !important;
}

.ai-swal-actions {
    gap: 10px !important;
    margin-top: 28px !important;
    justify-content: center !important;
}

.ai-swal-confirm {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 11px 22px !important;
    border-radius: 12px !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.18s ease !important;
    background: linear-gradient(135deg, #7c3aed, #4f46e5) !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.35) !important;
    min-width: 130px !important;
}

.ai-swal-confirm:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 12px 28px rgba(124, 58, 237, 0.45) !important;
}

.ai-swal-cancel {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 11px 22px !important;
    border-radius: 12px !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.18s ease !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    border: 1.5px solid #e2e8f0 !important;
    min-width: 100px !important;
}

.ai-swal-cancel:hover {
    background: #e2e8f0 !important;
    color: #1e293b !important;
}

/* Animate in */
.ai-swal-show {
    animation: aiSwalIn 0.28s cubic-bezier(0.34, 1.56, 0.64, 1) both !important;
}

.ai-swal-hide {
    animation: aiSwalOut 0.18s ease-in both !important;
}

@keyframes aiSwalIn {
    from { opacity: 0; transform: scale(0.80) translateY(20px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes aiSwalOut {
    from { opacity: 1; transform: scale(1); }
    to   { opacity: 0; transform: scale(0.90); }
}

/* Backdrop */
.swal2-backdrop-show {
    background: rgba(15, 23, 42, 0.5) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
}
/* ─────────────────────────────────────────────────────────────────────────── */

/* ── Modern Scrollbar — dataTable-container & table-responsive ── */
.dataTable-container,
.table-responsive {
    scrollbar-width: thin;
    scrollbar-color: #93c5fd #f1f5f9;
}
.dataTable-container::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.dataTable-container::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 999px;
}
.dataTable-container::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #93c5fd, #3b82f6);
    border-radius: 999px;
}
.dataTable-container::-webkit-scrollbar-thumb:hover,
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
}


/* ══════════════════════════════════════════════
   Sidebar — no flash on reload
   ══════════════════════════════════════════════ */

/* Sidebar always dark from first paint */
.dash-sidebar,
.dash-sidebar.light-sidebar {
    background: #0f1629 !important;
}

/* Prevent white flash on html/body before CSS loads */
html { background: #f1f5f9 !important; }
body { background: #f1f5f9 !important; }
