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

.action-btn {
    width: 28px;
    height: auto;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    border: 1px solid #326AFF;
    --bs-btn-color: #326AFF;
    --bs-btn-bg: #e4ebff;
    --bs-btn-border-color: #326AFF;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #326AFF;
    --bs-btn-hover-border-color: #326AFF;
    --bs-btn-focus-shadow-rgb: 99, 100, 102;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #326AFF;
    --bs-btn-active-border-color: #326AFF;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #326AFF;
    --bs-btn-disabled-border-color: #326AFF;
}

.repeater-action-btn {
    width: 23px;
    height: auto;
    border-radius: 4px;
    color: #326AFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    border: 1px solid #326AFF;
    --bs-btn-color: #326AFF;
    --bs-btn-bg: #e4ebff;
    --bs-btn-border-color: #326AFF;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #326AFF;
    --bs-btn-hover-border-color: #326AFF;
    --bs-btn-focus-shadow-rgb: 99, 100, 102;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #326AFF;
    --bs-btn-active-border-color: #326AFF;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #326AFF;
    --bs-btn-disabled-border-color: #326AFF;
}

.delete-form-btn {
    display: inline;
}

.dash-sidebar .main-logo {
    justify-content: center;
    /*height: 100%;*/
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    min-width: 255px;
    /*max-width: 255px;*/
}


/* Styles for screens smaller than 576px (e.g., phones) */
@media (max-width: 575.98px) {
    a.b-brand {
        height: auto;
        width: 50%;
    }
}

/* Styles for screens 1200px and larger (e.g., large desktops and beyond) */
@media (min-width: 600px) {
    a.b-brand {
        height: auto;
        width: 50%;
    }
}


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

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

}

.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: 1px;
}

.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: 500;
    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: 50px;
    max-height: 50px;
    width: 100%;
    min-width: 205px;
    /*max-width: 205px;*/
}

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

.active-tag {
    position: absolute;
    right: 20px;
}

.display-total-time {
    margin-top: 0;
}

@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: #1A1450;
    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: #008844;
}

@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: 60px;
    height: 35px;
    padding: 0 0px;
    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: #008844 !important;
    border-color: #008844 !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: fpx !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: #F53601;
}

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

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

.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: #F53601;
}

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

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

.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: #FFFFFF;
}

.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: 2.9% 0;
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.placedjob-section .section-title {
    padding: 35px 0;
    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(0, 136, 68, 0.09) 0.99%, rgba(0, 136, 68, 0) 100.89%); */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    /* border: 1px solid #333; */
    box-shadow: rgba(40, 40, 42, 0.2) 0px 7px 29px 0px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
}

.placedjob-section {
    padding-bottom: 80px;
    padding-top: 50px;
    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;
}

.seo_image {
    height: 200px;
    width: 360px
}

.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: #326AFF;
}

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

.modal-footer .btn-light {
    margin-right: 13px;
}


/*.fc-timegrid-event-harness-inset{*/
/*    inset: 494px 0% -566px !important;*/
/*}*/


.fc-timegrid-event-harness {
    position: absolute !important;
}

.status-btn {
    border-radius: 8px;
    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*/





.page-content {
    position: relative;
    padding: 20px;
}

.drawer {
    position: fixed;
    bottom: 0px;
    right: -300px;
    /* Initial position, outside the viewport */
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
    z-index: 9999;
}

.scrolled {
    max-height: auto;
    /* Adjust as needed */
    overflow-y: auto;
}


.drawer.open {
    right: 0;
    /* Display the drawer by bringing it into the viewport */
}

tr.row-clickable:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}

.card-hover {
    transition: background-color 0.2s ease;
    /* Smooth transition for background color */
    cursor: pointer;
    /* Change cursor to pointer */
}

.card-hover:hover {
    background-color: #f0f0f0;
    transform: scale(1.02);
}


.containerzer {
    display: flex;
    width: 100%;
    justify-content: center;
    /* Center the layout horizontally */
    align-items: center;
    /* Center the layout vertically */
}

.line {
    position: absolute;
    background-color: #303030;
}

.chassis {
    margin: 20px;
    position: relative;
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.outside_chassis {
    margin: 20px;
    position: relative;
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.chassis_layout {
    margin: 20px;
    position: relative;
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}





.vertical-line {

    height: 100%;
    width: 9px;
    left: calc(50% - 4.5px);
}

.axle {
    position: absolute;
    width: 41%;
    height: 49%;
    z-index: 1;
}

.tire {
    position: absolute;
    cursor: pointer;
    width: 14%;
    height: 14%;
    z-index: 2;

}

.tire:hover::after {
    content: attr(data-name);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.customerDiv {
    padding: 10px;
    cursor: pointer;
}

.customerDiv:hover {
    color: #326AFF;
    background: #e4ebff;
}

.background {
    margin: 2px;
    padding: 5px;
    color: #326AFF;
    background: #e4ebff;
}

.background2 {
    margin: 2px;
    padding: 5px;
}

.deleteBtn {
    margin: 2px;
    padding: 5px;
    color: 'red';
}

.custom_textarea {
    min-height: 100px;
    border: 1px solid #ced4da;
    padding: 10px;
    white-space: pre-wrap;
    overflow-y: auto;
}

.custom_textarea {
    resize: both;
    /* Allow both vertical and horizontal resizing */
    overflow: auto;
    /* Ensure scrollbars appear if needed */
    height: 100px;

    min-height: 100px;
    /* Set a minimum height */
    min-width: 100px;
    /* Set a minimum width */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.custom_textarea_original {
    resize: both;
    /* Allow both vertical and horizontal resizing */
    overflow: auto;
    /* Ensure scrollbars appear if needed */
    height: 100px;
    min-height: 50px;
    /* Set a minimum height */
    min-width: 100px;
    /* Set a minimum width */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

}

.text-right {
    text-align: right;
}

/* Container for the message */
.messageData {
    display: flex;
    align-items: center;
}

/* Style for the status dot */
.status-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 10px;
    /* Space between dot and text */
}

/* Color for unread messages */
.unreadDiv .status-dot {
    background-color: #007bff;
    /* Blue color for unread */
    font-weight: bold;
}

/* Color for read messages */
.readDiv .status-dot {
    background-color: #ccc;
    /* Grey color for read */
    font-weight: normal;
}

/* Style for the message text */
.message-text {
    font-weight: inherit;
    /* Inherits the font weight from the parent */
}

.unreadDiv {
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    /* Space for the dot */
}

/* Style for read messages */
.readDiv {
    font-weight: normal;
}

/* Input styling */
/* Container spacing */
.mb-3 {
    position: relative;
    max-width: 100%;
}

.point-search {
    width: 100%;
    padding: 10px 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.point-search:focus {
    border-color: #4285f4;
    /* Google blue */
    box-shadow: 0 0 6px rgba(66, 133, 244, 0.6);
    outline: none;
}

/* Suggestions dropdown */
.location-suggestions {
    position: absolute;
    z-index: 9999;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
    margin-top: 2px;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

/* Each suggestion item */
.location-suggestions a.list-group-item {
    padding: 10px 12px;
    color: #202124;
    cursor: pointer;
    user-select: none;
    border-radius: 0;
    transition: background-color 0.3s ease;
}

/* Hover effect on suggestion */
.location-suggestions a.list-group-item:hover,
.location-suggestions a.list-group-item:focus {
    background-color: rgba(66, 133, 244, 0.15);
    /* light Google blue */
    color: #1a73e8;
    text-decoration: none;
    outline: none;
}

/* Scrollbar styling for modern browsers */
.location-suggestions::-webkit-scrollbar {
    width: 8px;
}

.location-suggestions::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.location-suggestions::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .point-search {
        font-size: 0.9rem;
        padding: 8px 10px;
    }

    .location-suggestions {
        font-size: 0.85rem;
        max-height: 180px;
    }
}

/* Purchase Request Alert Bar Styles */
.purchase-request-alert-container {
    background: white;
    border-radius: 8px;
    margin-bottom: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #326AFF;
}

.alert-bar-header {
    background: #326AFF;
    color: white;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.alert-bar-body {
    display: none;
    /* Hidden by default, shown when Read More is clicked */
    background: white;
    color: #334155;
    border-top: 1px solid #e2e8f0;
}

.alert-bar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.alert-icon {
    font-size: 1.1rem;
    margin-right: 10px;
}

.alert-text {
    flex-grow: 1;
    font-size: 0.85rem;
    font-weight: 500;
    color: white;
    /* Text in header is white */
}

.alert-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.alert-bar-details {
    padding: 15px;
    animation: alertFadeIn 0.5s ease;
}

.request-list-wrapper {
    max-height: 200px;
    overflow-y: auto;
}

.request-list-wrapper table th {
    color: #64748b;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e2e8f0;
}

.request-list-wrapper table td {
    color: #1e293b;
    vertical-align: middle;
    font-size: 0.9rem;
    border-bottom: 1px solid #f1f5f9;
}

.btn-xs {
    padding: 2px 8px;
    font-size: 0.75rem;
}

/* Custom Animations */
@keyframes alertPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes alertFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-slide-in-down {
    animation: alertSlideInDown 0.5s both;
}

.animate-slide-out-up {
    animation: alertSlideOutUp 0.5s both;
}

@keyframes alertSlideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes alertSlideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}