/*dashboard css start*/
.dwtl-top-card>.card-body {
    padding: 25px 25px 1px 25px;
}

.dwtlt-balance {
    position: relative;
}

.dwtlt-balance .content {
    position: absolute;
    /* background-color: saddlebrown; */
    width: 220px;
    border-radius: 10px;
    background-image: var(--linear-gradient-1);
    background-size: 200%, 1px;
    padding: 75px 10px 75px 10px;
    top: -53px;
    z-index: 1;
    text-align: center;
    box-shadow: 2px 1px 10px 0px #08080815;
    color: #fff;
}

.dwtlt-balance .content p {}

.dwtlt-balance .content .txt {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.dwtlt-balance .content .amount {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.dwtlt-balance .content .amount .c-sign {
    font-weight: 700;
}

.dwtlt-balance .content .sm-txt {
    font-size: 13px;
    margin: 0;
    position: absolute;
    right: 10px;
    bottom: 7px;
    color: #ffb5b5;
    color: #fff;
}

.dwtlt-monthly-income {
    padding: 0 20px;
    position: relative;
}

.dwtlt-monthly-income:before {
    content: "";
    width: 3px;
    height: 70%;
    background-color: #f3f7f6;
    position: absolute;
    right: 0;
    bottom: 0;
}

.dwtlt-monthly-income .my-wallet {
    font-size: 19px;
}

.dwtlt-monthly-income .mi-text {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 23px;
}

.dwtlt-monthly-income .amount {
    font-size: 17px;
    font-weight: 500;
    color: #222;
    position: relative;
}

.dwtlt-monthly-income .mi-sm-text {
    line-height: 1.3;
}

.dwtlt-monthly-income .amount .c-sign {
    font-weight: 600;
}

.dwtlt-monthly-income .amount .mi-percent {
    font-size: 11px;
    position: absolute;
    color: #24b766;
    margin-left: 10px;
    top: 9px;
}

.dwtlt-monthly-income .amount .mi-percent.danger {
    color: #dd0000;
}

.dwtlt-monthly-income .amount .mi-percent.danger .dmid-sign {
    transform: rotate(180deg);
    display: inline-block;
    position: relative;
    top: -3px;
}

.dwtlt-monthly-expense {
    padding: 0 20px;
}

.dwtlt-monthly-expense .mi-text {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 23px;
}

.dwtlt-monthly-expense .mi-sm-text {
    line-height: 1.3;
}

.dwtlt-monthly-expense .amount {
    font-size: 17px;
    font-weight: 500;
    color: #222;
    position: relative;
}

.dwtlt-monthly-expense .amount .c-sign {
    font-weight: 600;
}

.dwtlt-monthly-expense .amount .mi-percent {
    font-size: 11px;
    position: absolute;
    color: #24b766;
    margin-left: 10px;
    top: 9px;
}

.dwtlt-monthly-expense .amount .mi-percent.danger {
    color: #dd0000;
}

.dwtlt-monthly-expense .amount .mi-percent.danger .dmed-sign {
    transform: rotate(180deg);
    display: inline-block;
    position: relative;
    top: -3px;
}

.font-weight-bold {
    font-weight: bold;
}

.all-create-button-wrapper {
    text-align: right;
    margin-bottom: 20px;
}

.all-create-button-wrapper .btn {
    border-radius: 50px;
    background-image: var(--linear-gradient-1);
    background-size: 200%, 1px;
    color: #fff;
    z-index: 9 !important;
    padding: 10px 35px;
}

.all-create-button-wrapper .btn.dropdown-toggle::after {
    margin-left: 10px;
    position: relative;
    top: 2.5px;
}

.all-create-button-wrapper .dropdown-menu {
    top: -20px !important;
    z-index: 7;
    padding-top: 28px;
    width: 190px;
    border-radius: 0px 0px 20px 20px !important;
    border: 1px solid #ededed;
}

.all-create-button-wrapper .dropdown-menu .dropdown-item {
    color: #8c8c8c;
    font-weight: 500;
    font-size: 14px;
}

.all-create-button-wrapper .dropdown-menu .dropdown-item:hover {
    color: #222;
    background-color: transparent;
}

.db-single-product-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fcfcfc;
    padding: 5px 5px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid #f3f3f3;
}

.dbscpc-left {
    display: flex;
    align-items: center;
}

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

.dbscpc-right .amount {
    margin-bottom: 0;
    color: var(--primary);
    font-weight: 600;
    margin-right: 5px;
    font-size: 13px;
    line-height: 1.2;
}

.dbscpc-right .amount-txt {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.2;
    color: #999;
}

.db-single-product-card .dbspc-img img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 100px;
    border: 1px solid #f0f0f0;
}

.db-single-product-card .dbspc-img {
    margin-right: 7px;
}

.dbspc-info .category {
    margin: 0;
    font-size: 10px;
    line-height: 1.3;
    color: #999;
}

.dbspc-info .name {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 500;
    color: #444;
    margin-top: 3px;
}

.dbspc-info .amount {
    margin: 0;
    font-size: 13px;
    color: var(--primary);
    font-weight: 600;
}

.dbspc-info .amount .c-sign {
    font-weight: 700;
}

.db-small-card .card-body {
    padding: 15px 15px 10px 15px;
}

.db-small-card .card-header {
    padding: 15px 15px 0 15px;
}

.db-product-service-card .card-body {
    padding: 15px 15px 20px 15px;
}

.db-product-service-card .card-header {
    padding: 15px 15px 0 15px;
}

.db-product-card-wrapper {
    height: 325px;
    overflow-y: scroll;
    padding-right: 5px;
}

.dbpcw-customer {
    height: 526px;
}

/*Firefox*/
.db-product-card-wrapper {
    scrollbar-width: thin;
    scrollbar-color: var(--primary) var(--white);
}

/*Chrome, Edge, and Safari*/
.db-product-card-wrapper::-webkit-scrollbar {
    width: 2px !important;
    z-index: 999;
}

.db-product-card-wrapper::-webkit-scrollbar-track {
    background: var(--white);
}

.db-product-card-wrapper::-webkit-scrollbar-thumb {
    background-color: #f2f2f2;
    border-radius: 10px;
    border: 3px solid #f2f2f2;
}

.db-product-card-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary);
    border-radius: 10px;
    border: 3px solid var(--primary);
}


.single-invoice-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fcfcfc;
    padding: 5px 5px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid #f3f3f3;
}

.single-invoice-info .sii-left {
    display: flex;
    justify-content: start;
    align-items: center;
}

.single-invoice-info .image img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 100px;
}

.single-invoice-info .image {
    margin-right: 7px;
}

.single-invoice-info .info .company_name {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #444;
}

.single-invoice-info .info .invoice_no {
    font-weight: 500;
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: #797979;
}

.single-invoice-info .sii-right .amount {
    margin-bottom: 0;
    color: var(--primary);
    font-weight: 600;
    margin-right: 5px;
    font-size: 13px;
}

.single-invoice-info .info .amount .c-sign {
    font-weight: 600;
}

.dashboard-invoice-info-wrapper {
    height: 335px;
    overflow-y: scroll;
    padding-right: 5px;
}

/*Firefox*/
.dashboard-invoice-info-wrapper {
    scrollbar-width: thin;
    scrollbar-color: var(--primary) var(--white);
}

/*Chrome, Edge, and Safari*/
.dashboard-invoice-info-wrapper::-webkit-scrollbar {
    width: 2px !important;
    z-index: 999;
}

.dashboard-invoice-info-wrapper::-webkit-scrollbar-track {
    background: var(--white);
}

.dashboard-invoice-info-wrapper::-webkit-scrollbar-thumb {
    background-color: #f2f2f2;
    border-radius: 10px;
    border: 3px solid #f2f2f2;
}

.dashboard-invoice-info-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary);
    border-radius: 10px;
    border: 3px solid var(--primary);
}

.top-expense-category ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin-top: 15px;
}

.top-expense-category ul li {
    flex-basis: 50%;
    color: #333;
    margin-bottom: 4px;
    font-size: 12px;
}

.top-expense-category ul li .tec-color {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 5px;
}

.dbc-view-all {
    font-weight: 500;
    color: #666;
}

.dashboard-od-invoice-info-wrapper {
    height: 375px;
    overflow-x: scroll;
    padding-right: 7px;
}

/*Firefox*/
.dashboard-od-invoice-info-wrapper {
    scrollbar-width: thin;
    scrollbar-color: var(--primary) var(--white);
}

/*Chrome, Edge, and Safari*/
.dashboard-od-invoice-info-wrapper::-webkit-scrollbar {
    width: 2px !important;
    z-index: 999;
}

.dashboard-od-invoice-info-wrapper::-webkit-scrollbar-track {
    background: var(--white);
}

.dashboard-od-invoice-info-wrapper::-webkit-scrollbar-thumb {
    background-color: #f2f2f2;
    border-radius: 10px;
    border: 3px solid #f2f2f2;
}

.dashboard-od-invoice-info-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary);
    border-radius: 10px;
    border: 3px solid var(--primary);
}

.single-od-invoice-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    padding: 8px 0;
}

.single-od-invoice-info .soii-left {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 5px;
    flex-basis: 35%;
}

.soii-left-center {
    flex-basis: 20%;
    text-align: center;
}

.soii-center {
    flex-basis: 20%;
    text-align: center;
}

.soii-right {
    flex-basis: 25%;
    text-align: right;
}

.single-od-invoice-info .soii-left .image img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-right: 7px;
}

.single-od-invoice-info .soii-left .company_name {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
}

.single-od-invoice-info .soii-right .amount {
    margin-bottom: 0;
    color: #cc0000;
    font-weight: 600;
}

.single-od-invoice-info.payable .soii-right .amount {
    margin-bottom: 0;
    color: #222;
    font-weight: 600;
}

.single-od-invoice-info .invoice_no {
    font-weight: 500;
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: #333333;
}

.single-od-invoice-info .date {
    margin-bottom: 0;
    color: #333333;
}

.cash-flo-graph-card-body.loading {
    min-height: 345px;
}

.cash-flo-graph-card-body.loading .loader {
    margin-left: calc(50% - 75px);
    width: 150px;
    /* control the size */
    aspect-ratio: 1;
    display: grid;
    -webkit-mask: conic-gradient(from 22deg, #0003, #000);
    mask: conic-gradient(from 22deg, #0003, #000);
    animation: loadCashFlowLoader 1s steps(8) infinite;
}

.cash-flo-graph-card-body.loading .loader,
.cash-flo-graph-card-body.loading .loader:before {
    --_g: linear-gradient(#17177c 0 0) 50%;
    /* update the color here */
    background:
        var(--_g)/34% 8% space no-repeat,
        var(--_g)/8% 34% no-repeat space;
}

.cash-flo-graph-card-body.loading .loader:before {
    content: "";
    transform: rotate(45deg);
}

@keyframes loadCashFlowLoader {
    from {
        transform: rotate(0turn)
    }

    to {
        transform: rotate(1turn)
    }
}

/*dashboard css end*/
textarea.min-height-73px {
    min-height: 73px;
}

.remove-tax-btn {
    margin-top: 14px;
    margin-left: 7px !important;
}

.customer-details-img-wrapper img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    padding: 2px;
    border: 2px solid #a9a9a9;
}


/*custom pagination css start*/
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3454d1;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #223a96;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 84, 209, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3454d1;
    border-color: #3454d1;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

/*custom pagination css end*/
.customer-card-wrapper {
    margin-top: 20px;
}

.tr-mtl {
    text-align: right !important;
}

.customer-details-wrapper label {
    margin-bottom: 0 !important;
}

.font-15 {
    font-size: 15px !important;
}

.min-height-100px {
    min-height: 100px !important;
}

.select-required {
    background-image: var(--linear-gradient-1);
    background-size: 200%, 1px;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 23px;
    font-weight: 500;
}


.inner-div-loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.deznav .metismenu>li>ul>li>ul>li a {
    padding-left: 6rem;
    font-size: 13px;
}

.deznav .metismenu>li>ul>li>ul>li a:before {
    height: 4px;
    width: 4px;
    left: 4.75rem;
    border-radius: 0;
}

.deznav .metismenu>li>ul>li>ul>li a:hover:before {
    height: 6px;
    width: 6px;
    left: 4.75rem;
    border-radius: 0;
}

.invoice-create-page-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.invoice-edit-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}


/*report summary*/

.report-summary .db-rs-name {
    margin: 0;
    font-size: 13px;
    color: #222;
    display: flex;
    justify-content: start;
    align-items: center;
}

.report-summary .db-rs-name .icon {
    padding: 8px;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
}

.report-summary .db-rs-name .icon-achiev {
    padding: 8px 12px;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
}

.report-summary .db-rs-name .icon-sale {
    padding: 8px;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
    background: #a400ed;
}

.report-summary .db-rs-name .icon-rx {
    padding: 8px 12px;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
}

.report-summary .db-rs-name .icon-cs {
    padding: 8px;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
    background: #a400ed;
}

.report-summary .db-rs-name .icon {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
}

.report-summary .db-rs-value {
    margin: 0;
    font-size: 13px;
    color: #222;
    font-weight: 600;

}

.report-summary td {
    padding: 5px 5px;
}

.rsw-single-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f5f5f5;
    padding: 6px 0;
}

.rsw-single-data .rsw-text {
    flex-basis: 45%;
}

.rsw-single-data .rsw-day {
    flex-basis: 25%;
}

.rsw-single-data .rsw-month {
    flex-basis: 30%;
}

.cursor-pointer {
    cursor: pointer !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width: 95px;
    overflow: hidden;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-item-selected-text {
    width: 113px;
    line-height: 1.5;
}

.select2-search.select2-search--inline {
    width: 10px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    min-width: 10px;
}

.report-summary-wrapper>div:nth-child(2) .db-rs-name .icon {
    background-color: #0ec12830 !important;
    color: #0ec128 !important;
}

.report-summary-wrapper>div:nth-child(3) .db-rs-name .icon {
    background-color: #1e46e030 !important;
    color: #1e46e0 !important;
}

.report-summary-wrapper>div:nth-child(4) .db-rs-name .icon {
    background-color: #09aac830 !important;
    color: #09aac8 !important;
}

.report-summary-wrapper>div:nth-child(5) .db-rs-name .icon {
    background-color: #e8a54030 !important;
    color: #e8a540 !important;
}

.report-summary-wrapper>div:nth-child(6) .db-rs-name .icon {
    background-color: #a400ed30 !important;
    color: #a400ed !important;
}

.report-summary-wrapper>div:nth-child(7) .db-rs-name .icon {
    background-color: #c8090930 !important;
    color: #c80909 !important;
}

.report-summary-wrapper>div:nth-child(8) .db-rs-name .icon {
    background-color: #0ec12830 !important;
    color: #0ec128 !important;
}

.report-summary-wrapper>div:nth-child(9) .db-rs-name .icon {
    background-color: #1e46e030 !important;
    color: #1e46e0 !important;
}

.mtd-mobile {
    display: none;
}










/*super admin */
/*company list start*/
.company-list-wrapper {
    background-color: #fff;
    padding: 20px;
    border-radius: 7px;
}

.single-company.heading p {
    color: #222;
    font-weight: 500;
    font-size: 14px;
}

.single-company {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;
}

.single-company p {
    margin-bottom: 0;
    color: #222;
}

.single-company .company {
    display: flex;
    align-items: center;
    flex-basis: 35%;
}

.single-company .company .logo {
    max-width: 110px;
    margin-right: 5px;
}

.single-company .company .name {
    font-size: 16px;
    color: #222;
}

.single-company .email {
    flex-basis: 20%;
}

.single-company .email p {}

.single-company .created-by {
    flex-basis: 25%;
    text-align: center;
}

.single-company .created-by p {}

.single-company .action {
    flex-basis: 20%;
    text-align: right;
}

/*company list end*/


/*company details*/
.single-login-history.heading p {
    color: #222;
    font-weight: 500;
    font-size: 14px;
}

.single-login-history {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;
}

.single-login-history p {
    margin-bottom: 0;
    color: #222;
}

.single-login-history .name {
    display: flex;
    align-items: center;
    flex-basis: 25%;
}

.single-login-history .name img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-right: 5px;
}

.single-login-history .name p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
}

.single-login-history .email {
    flex-basis: 20%;
    text-align: center;
}

.single-login-history .ip {
    flex-basis: 10%;
    text-align: center;
}

.single-login-history .time {
    flex-basis: 15%;
    text-align: center;
}

.single-login-history .platform {
    flex-basis: 10%;
    text-align: center;
}

.single-login-history .browser {
    flex-basis: 10%;
    text-align: center;
}

.single-login-history .action {
    text-align: right;
    flex-basis: 10%;
    display: flex;
    align-items: end;
    justify-content: end;
}

.btn-user-block {
    padding: 0;
    border: 1px solid #999;
    display: flex;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.btn-user-block:hover {
    background: #ff0000bd;
    color: #fff;
    border-color: #ff3f3f;
}


/*blocked user list start*/
.single-blocked-list.heading p {
    color: #222;
    font-weight: 500;
    font-size: 14px;
}

.single-blocked-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;
}

.single-blocked-list p {
    margin-bottom: 0;
    color: #222;
}

.single-blocked-list .company {
    flex-basis: 20%;
}

.single-blocked-list .email {
    flex-basis: 20%;
    text-align: center;
}

.single-blocked-list .details {
    flex-basis: 25%;
    text-align: center;
}

.single-blocked-list .created-by {
    flex-basis: 25%;
    text-align: center;
}

.single-blocked-list .action {
    flex-basis: 10%;
    text-align: right;
}

.blocked-list-filter-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.blocked-list-filter-wrapper .item {
    flex-basis: 19%;
}

.dashboard-od-invoice-info-wrapper.report-summary {
    height: 270px !important;
}

.rsw-single-data.header-row p {
    margin: 0;
    font-weight: 600;
    color: #222;
    font-size: 14px;
}

/*blocked user list end*/
/*super admin end*/
.searchable-input-wrapper {
    top: 0px;
    background: #fff !important;
    /* width: calc(100% - 54px); */
    width: 95%;
    left: 1.5%;
    z-index: 2;
    border: 1px solid #ddd;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgb(11 62 185 / 29%) 0px 1px 9px;
}

.search-medicine-item-wrapper {
    height: 252px;
    overflow: hidden;
    overflow-y: scroll;
    padding-top: 0px;
}

.search-medicine-item {
    padding: 10px 25px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.search-medicine-item:first-child {
    border-top: 1px solid #ddd;
}

.search-medicine-item .smi-left {
    flex-basis: 60%;
    display: flex;
    align-items: center;
    min-width: 0;
}

.search-medicine-item .smi-left .smi-product-image {
    width: 46px;
    height: 46px;
    margin-right: 12px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}

.search-medicine-item .smi-left .smi-info {
    min-width: 0;
}

.search-medicine-item:last-child {
    border-bottom: none;
}

.search-medicine-item:hover {
    background: rgb(230, 243, 255);
}

.search-medicine-item .smi-left .product-name {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    letter-spacing: .4px;
}

.search-medicine-item .smi-left .product-type {
    display: inline-block;
}

.search-medicine-item .smi-left .product-description {
    font-size: 12px;
    letter-spacing: .4px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.custom-searcable-input-wrap {
    padding: 10px;
}

.custom-searcable-input-wrap input:focus {
    box-shadow: none;
}

.custom-searcable-input-wrap input {
    font-size: 14px;
}

.search-medicine-add-wrapper {
    padding: 15px 10px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.search-add-medicine {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.search-add-medicine {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.3;
    color: #0d6efd;
}

.s-add-icon-2 {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #0d6efd;
    border-radius: 100px;
    line-height: 1.65;
    font-size: 13px;
}

.search-medicine-item .smi-right p {
    font-size: 14px;
    color: #222;
    font-weight: 600;
}

.search-medicine-add-wrapper .search-add-medicine:last-child {
    color: #050d73e8;
}

.search-medicine-add-wrapper .search-add-medicine:first-child {
    color: #0d6efd;
}

.search-medicine-add-wrapper .search-add-medicine:last-child .s-add-icon-2 {
    border-color: #050d73e8;
}

.search-medicine-add-wrapper .search-add-medicine:first-child .s-add-icon-2 {
    border-color: #0d6efd;
}

.search-medicine-add-wrapper .search-add-medicine .inputted-item-name {
    color: #686868;
}

.product-inventory-type {
    padding: 2px 10px;
    font-size: 10px;
    color: #fff;
    border-radius: 50px;
    line-height: 1.3;
}

.product-inventory-type.with_inventory {
    background: #f2e6ff;
    color: #9933ff;
}

.product-inventory-type.without_inventory {
    background: #ffebcc;
    color: #e68a00;
    font-size: 10px;
}

span.with_inventory_stock {
    display: inline-block;
    margin-left: 10px;
    background: #4CAF50;
    padding: 2px 10px;
    font-size: 10px;
    color: #fff;
    border-radius: 50px;
    line-height: 1.3;
}

.subscription-pro-logo.lock-menu {
    font-size: 12px;
    margin-top: 2px;
}

/*.pos_sell_sidemenu:before {
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f023";
}*/


/*File Upload css start*/
.file-upload-form {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-upload-label input {
    display: none;
}

.file-upload-label svg {
    height: 50px;
    fill: rgb(82, 82, 82);
    margin-bottom: 20px;
}

.file-upload-label {
    cursor: pointer;
    background-color: #fff;
    padding: 5px 7px;
    border-radius: 5px;
    border: 3px solid #ddd;
    width: 100%;
    margin-top: 26px;
    position: relative;
}

.file-upload-label .moneyReceiptShowImg {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    object-fit: contain;
    padding: 2px 2px;
}

/*.file-upload-label:hover .moneyReceiptShowImg {
    position: absolute;
    left: 0;
    top: 0;
}
.file-upload-label:hover .file-upload-design{
    display: flex !important;
}*/
.file-upload-label:hover::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    content: "\f055";
    color: #0a53be;
    right: -8px;
    top: -11px;
    font-size: 15px;
}

.file-upload-design {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.browse-button {
    background-color: rgb(82, 82, 82);
    padding: 5px 15px;
    border-radius: 10px;
    color: white;
    transition: all 0.3s;
}

.browse-button:hover {
    background-color: rgb(14, 14, 14);
}

.file-upload-design img {
    width: 35px;
    height: 35px;
}

.file-upload-design p {
    margin-bottom: 0;
    font-size: 11px;
    color: #1362fc;
}

.subtotal_info_wrapper .subtotal_wrapper:last-child {
    border-right: none;
}

/*select.form-control { -webkit-appearance: menulist; }*/
/*File upload css end*/
.dt-customer-action-btn .btn-export {
    margin-left: 0px;
    margin-right: 0px;
    /* background: ; */
    border: 1px solid #b3b3b3;
    margin-left: 10px;
    /*color: #222 !important;*/
    background: #fff;
}

.dt-customer-action-btn .btn-export .btn-link {
    color: #222 !important;
}

.btn-export.customer-ee-btn {
    background: #fff;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
}

.export-btn-img {
    width: 15px;
}

.export-btn-img {
    width: 15px;
    margin-right: 5px;
}

.dt-customer-action-btn .btn-export .dropdown-menu {
    right: 0px !important;
    transform: translate(-25px, 30px) !important;
    border-radius: 10px;
}

.dt-customer-action-btn .btn-export .dropdown-menu .dropdown-item {
    color: #4a4a4a !important;
}

.customer-search-box.icsw-search-input>input {
    height: 37px;
    padding: 5px 10px 5px 30px;
    border: 1px solid #a6c8e7;
    border-radius: 8px !important;
    transition: all .3s ease;
    font-size: 13px;
    width: 100%;
}

.customer-search-box.icsw-search-input:before {
    font-size: 20px;
}

.import-btn-img {
    width: 15px;
    margin-right: 5px;
}

/*flex css start*/
.flex-100 {
    flex-basis: 100%;
}

.flex-100-i {
    flex-basis: 100% !important;
}

.flex-40 {
    flex-basis: 40%;
}

.flex-48 {
    flex-basis: 48%;
}

.flex-49 {
    flex-basis: 49%;
}

.flex-45 {
    flex-basis: 45%;
}

.flex-60 {
    flex-basis: 60%;
}

.flex-55 {
    flex-basis: 55%;
}

.flex-58 {
    flex-basis: 58%;
}

.flex-85 {
    flex-basis: 85%;
}

.flex-30 {
    flex-basis: 30%;
}

.flex-35 {
    flex-basis: 35%;
}

.flex-13 {
    flex-basis: 13%;
}

.flex-11 {
    flex-basis: 11%;
}

.flex-10 {
    flex-basis: 10%;
}

.flex-9 {
    flex-basis: 9%;
}

.flex-32 {
    flex-basis: 32%;
}

.flex-15 {
    flex-basis: 15%;
}

.flex-84 {
    flex-basis: 84%;
}

.flex-82 {
    flex-basis: 82%;
}

.flex-80 {
    flex-basis: 80%;
}

.flex-79 {
    flex-basis: 79%;
}

.flex-70 {
    flex-basis: 70%;
}

.flex-98 {
    flex-basis: 98%;
}


/*flex css end*/

.custum-file-upload {
    height: 84px;
    width: 75px;
    display: flex;
    flex-direction: column;
    align-items: space-between;
    gap: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px solid #cacaca;
    background-color: rgba(255, 255, 255, 1);
    padding: 0.5rem;
    border-radius: 8px;
    box-shadow: 0px 48px 35px -48px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.custum-file-upload .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custum-file-upload .icon svg {
    height: 80px;
    fill: rgba(75, 85, 99, 1);
}

.custum-file-upload .text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custum-file-upload .text span {
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.custum-file-upload input {
    display: none;
}

.custom-file-upload-2 {
    height: 40px;
    width: 45px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
    justify-content: center;
    border: 1px solid #cacaca;
    background-color: rgba(255, 255, 255, 1);
    padding: 0.5rem;
    border-radius: 8px;
    box-shadow: 0px 48px 35px -48px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    margin-top: 25px;
}

.custom-file-upload-2 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-file-upload-2 .icon svg {
    height: 80px;
    fill: rgba(75, 85, 99, 1);
}

.custom-file-upload-2 .text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-file-upload-2 .text span {
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.custom-file-upload-2 input {
    display: none;
}

.custom-file-upload-2 .icon img {
    width: 28px;
}


.ps-category-header {
    gap: 10px;
    margin-bottom: 25px;
}

.ps-body-wrapper {
    gap: 10px;
}

.ps-price-box-wrapper {
    gap: 10px;
    padding: 10px;
    margin: 10px 0px;
    border: 1px dashed #b6b7b9;
    border-radius: 10px;
}


.ps-price-box-wrapper-2 {
    justify-content: space-between;
    margin: 10px 0px;
    gap: 10px 0px;

    .form-control {
        height: 36px;
        padding: 0.3125rem 0.80rem;
    }

    label {
        font-size: 11px !important;
    }

    .opening-stock-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;

        .opening-stock {
            flex-basis: 100px;
        }

        .expiry-date {

            .form-control {
                width: 120px;
                padding: 0.3125rem 0.50rem;
                font-size: 11px;
            }
        }
    }
}


.ps-footer-wrapper {
    gap: 10px;
}

.custum-file-upload .icon img {
    width: 28px;
}

.ps-vat-tax-box a {
    font-size: 13px;
    margin-right: 10px;
    color: #1362fc;
}

.ps-product-name-box {
    gap: 10px;
    padding: 10px;
    margin: 10px 0px;
    border: 1px dashed #b6b7b9;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.ps-opening-stock-box-wrapper {
    display: flex;
    gap: 10px;
    padding: 10px;
    margin: 10px 0px;
    border: 1px dashed #b6b7b9;
    border-radius: 10px;
}

/*pos sell button style*/

/*.add-menu-sidebar {
    display: block;
    cursor: pointer;
    color: white;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    padding: 2px;
    isolation: isolate;
    background: #000;
    overflow: hidden;
    transition: all 0.02s;
    z-index: 0;
    box-shadow: 0 0px 7px -5px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    text-align: center;
    width: 230px;
}

.add-menu-sidebar span {
    position: relative;
    display: block;
    border-radius: 3px;
    height: 100%;
    background: #fff;
    color: #222;
    padding: 7px 10px;
}
.add-menu-sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 204%;
    height: 696%;
    animation: animate 4s linear infinite;
    translate: -5% 0%;
    transition: translate 0.25s ease-out;
    animation-play-state: running;
    transition-duration: 0.75s;
    translate: -23% -33%;
    background: linear-gradient(#1362fc, #08ffe8);
}*/
@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop {
    to {
        transform: translateX(-25%);
    }
}

@keyframes effect {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*.add-menu-sidebar {
    display: block;
    cursor: pointer;
    color: white;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    border-radius: 6px;
    padding: 3px;
    isolation: isolate;
    background: #000;
    overflow: hidden;
    transition: all 0.02s;
    z-index: 0;
    box-shadow: 0 0px 7px -5px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 210px;
    font-size: 14px;
}*/

@keyframes animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*.premium-status-text {
    font-size: 9px;
    color: #ff8500;
    padding-right: 19px;
}*/
.premium-status-text {
    font-size: 9px;
    color: #ff8500;
    padding-right: 0;
    position: absolute;
    left: 50%;
    top: 93%;
    transform: translate(-50%, 50%);
}

.add-menu-sidebar-premium {
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 6px 18px;
    display: block;
    font-size: 13px;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
    width: 56%;
    margin: 0 auto;
    margin-top: 13px;
}

.add-menu-sidebar-premium i {
    margin-right: 5px;
}

.add-menu-sidebar i {
    margin-right: 4px;
}

.pos-sell-text {
    font-weight: 500;
    font-style: italic;
}

.make-payment-btn-text {
    /* margin-top: 7px; */
    margin-top: 0px;
}

.make-payment-btn-text {
    font-size: 11px;
}

.st-description-custom {
    flex-basis: 20% !important;
}

.show.menu-toggle .premium-status-text {
    display: none;
}

/*.subscription-pro-logo {
    width: 20px;
    position: absolute;
    top: 9px;
    right: 117px;
}
.premium-status-text {
    font-size: 10px;
    color: #627eea;
}
.subscription-pro-logo.subscribe-lock {
    width: 17px;
    right: 187px;
    top: 11px;
}
.add-menu-sidebar.subscribed-pos-sell {
    width: 164px;
}
.show.menu-toggle .add-menu-sidebar.subscribed-pos-sell {
   width: auto;
}.show.menu-toggle .add-menu-sidebar {
   width: auto;
}
.show.menu-toggle .add-menu-sidebar .subscription-pro-logo {
    position: relative;
    left: 0;
    top: 0;
}.show.menu-toggle .premium-status-text {
   display: none;
}
.show.menu-toggle .add-menu-sidebar:before {
    background: transparent;
    box-shadow: none;
}*/

.common-options-link.btn-link {
    border: 1px solid var(--primary) !important;
    /* padding: 1px 6.5px; */
    border-radius: 100px !important;
    width: 25px !important;
    height: 25px !important;
    text-align: center !important;
    line-height: 2.6 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.customer-is-fraud-switch .form-check-input {
    width: 50px;
}

.total-counter-item p {
    margin-bottom: 0;
    font-size: 12.5px;
    font-weight: 400;
    color: #222;
    font-family: var(--font-family-03);
}

.total-counter-item p span {
    font-weight: 600;
}

.total-customer-count {
    font-size: 14px;
    font-weight: 400;
    color: #5c5c5c;
    padding: 7px 48px 7px 0px;
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 5px; */
    width: 72%;
    /* background-color: #fff; */
}

.total-customer-count>span {
    color: #222;
    font-weight: 600;
    font-size: 20px;
}

/*damage items module start*/

.damage-list-toolbar .customer-search-box.icsw-search-input>input {
    height: 42px;
}

.damage-list-toolbar .customer-search-box.icsw-search-input:before {
    top: 6px;
}

.damage-list-add-btn {
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    line-height: 1;
}

.damage-report-wrapper {
    width: 100%;
}

.damage-report-wrapper .damage-report-row {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 14px;
    min-height: 64px;
    padding: 10px 14px;
    border-radius: 8px;
}

.damage-report-wrapper .damage-report-row.header-row {
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.damage-report-wrapper .damage-report-sl {
    flex: 0 0 44px;
    min-width: 44px;
    text-align: center;
}

.damage-report-wrapper .damage-report-product {
    flex: 0 1 40%;
    min-width: 270px;
    flex-wrap: nowrap;
}

.damage-report-wrapper .damage-report-lot {
    flex: 0 1 16%;
    min-width: 160px;
}

.damage-report-wrapper .damage-report-warehouse {
    flex: 0 0 18%;
    min-width: 160px;
}

.damage-report-wrapper .damage-report-stock {
    flex: 0 0 8%;
    min-width: 80px;
}

.damage-report-wrapper .damage-report-menu {
    flex: 0 0 28px;
    min-width: 28px;
    margin-left: auto;
    text-align: right;
}

.damage-report-wrapper .damage-report-row.header-row p {
    color: #1f2937;
    font-size: 12px;
    font-weight: 700;
}

.damage-report-wrapper .damage-report-lot p,
.damage-report-wrapper .damage-report-warehouse p,
.damage-report-wrapper .damage-report-sl p,
.damage-report-wrapper .damage-report-stock p {
    margin: 0;
    color: #1f2a44;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.damage-report-wrapper .damage-report-stock p {
    text-align: center;
    font-weight: 700;
}

.damage-report-wrapper .damage-report-sl p {
    font-weight: 700;
}

.damage-report-wrapper .damage-report-menu .dropdown {
    line-height: 1;
}

.damage-report-wrapper .irwpr-product .irwprp-img img {
    border-color: #e5e7eb;
    object-fit: cover;
}

.damage-report-wrapper .irwpr-product .irwprp-info {
    min-width: 0;
}

.damage-report-wrapper .irwpr-product .irwprp-info .irwprp-subtitle p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.damage-report-wrapper .damage-report-lot-values {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 14px;
    min-width: 0;
}

.damage-report-wrapper .damage-report-lot-values span {
    color: #1f2a44;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    white-space: nowrap;
}

.damage-item-card-wrapper {
    overflow-x: auto;
    border-radius: 8px;
    background: #fff;
}

.damage-item-card {
    display: grid;
    grid-template-columns: minmax(360px, 1.65fr) 150px 170px 150px 90px 120px 32px;
    column-gap: 18px;
    justify-content: stretch;
    align-items: center;
    background-color: #fff;
    padding: 14px 14px;
    border-bottom: 1px solid #e4e7ec;
    margin: 0;
    position: relative;
}

.damage-item-card.table-header {
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}

.damage-item-card:last-of-type {
    border-bottom: 0;
}

.damage-item-card .dic-product,
.damage-item-card .dic-lot,
.damage-item-card .dic-warehouse,
.damage-item-card .dic-purchase-date,
.damage-item-card .dic-amount,
.damage-item-card .dic-action,
.damage-item-card .dic-menu {
    text-align: left;
    min-width: 0;
}

.damage-item-card .dic-product {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
}

.damage-item-card.table-header p {
    font-weight: 700;
    color: #1f2937;
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
}

.damage-item-card .dic-menu {
    text-align: right;
}

.damage-item-card .dic-amount,
.damage-item-card .dic-action {
    text-align: center;
}

.damage-item-card .dic-amount p {
    margin: 0;
    color: #111827;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
}

.damage-item-card .dic-product .dicp-img {
    width: 42px;
    height: 42px;
    min-width: 42px;
    margin-right: 12px;
    padding: 2px;
    border: 1px solid #e5e7eb;
    border-radius: 100px;
    overflow: hidden;
    background: #f9fafb;
}

.damage-item-card .dic-product .dicp-img img {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    object-fit: cover;
}

.damage-item-card .dic-product .dicp-info .dicpi-title p {
    margin: 0;
    color: #111827;
    font-weight: 600;
    line-height: 1.35;
}

.damage-item-card .dic-product .dicp-info {
    min-width: 0;
}

.damage-product-link {
    display: inline-block;
    max-width: 100%;
    color: #1f2937;
    font-weight: 500;
    line-height: 1.35;
    font-size: 14px;
}

.damage-product-link:hover {
    color: var(--primary);
}

.damage-item-card .dic-product .dicp-info .dicpi-subtitle p {
    margin: 0;
    color: #6b7280;
    font-size: 11px;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.damage-product-meta-separator {
    display: inline-block;
    margin: 0 8px;
    color: #9ca3af;
}

.damage-item-card .dic-lot p,
.damage-item-card .dic-warehouse p,
.damage-item-card .dic-purchase-date p {
    margin: 0;
    color: #1f2a44;
    font-size: 13px;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.damage-item-card .dic-lot p + p,
.damage-item-card .dic-purchase-date p + p {
    margin-top: 3px;
}

.damage-action-btn {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    color: #334155;
    background: #fff;
    padding: 0;
}

.damage-action-btn i {
    font-size: 11px;
}

.damage-action-btn:hover {
    background: #f1f5f9;
    color: var(--primary);
}

.damage-view-lot-btn {
    min-width: 74px;
    height: 30px;
    border: 1px solid #9dbcfb;
    border-radius: 6px;
    background: #fff;
    color: #2563eb;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 0 12px;
}

.damage-view-lot-btn:hover {
    background: #eff6ff;
}

@media (max-width: 768px) {
    .damage-report-wrapper .damage-report-row {
        position: relative;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px 12px;
        padding: 14px 46px 14px 14px;
        border: 1px solid #eef2f7;
        box-shadow: 0 6px 18px rgb(15 23 42 / 6%);
    }

    .damage-report-wrapper .damage-report-product {
        flex-basis: 100%;
        min-width: 0;
        padding-right: 36px;
    }

    .damage-report-wrapper .damage-report-sl {
        display: none;
    }

    .damage-report-wrapper .damage-report-lot,
    .damage-report-wrapper .damage-report-warehouse,
    .damage-report-wrapper .damage-report-stock {
        flex: 1 1 calc(50% - 6px);
        min-width: 120px;
        padding: 9px 10px;
        border-radius: 6px;
        background: #f8fafc;
    }

    .damage-report-wrapper .damage-report-lot {
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 8px 12px;
    }

    .damage-report-wrapper .damage-report-lot-values {
        display: flex;
        flex: 1 1 auto;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 4px 10px;
        min-width: 0;
    }

    .damage-report-wrapper .damage-report-lot-values span {
        max-width: 100%;
        text-align: right;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .damage-report-wrapper .damage-report-menu {
        position: absolute;
        right: 14px;
        top: 14px;
        flex: 0 0 auto;
        min-width: 28px;
        margin-left: 0;
        align-self: auto;
    }

    .damage-report-wrapper .damage-report-stock p {
        text-align: left;
    }

    .damage-report-wrapper .damage-report-lot .mobile-text,
    .damage-report-wrapper .damage-report-warehouse .mobile-text,
    .damage-report-wrapper .damage-report-stock .mobile-text {
        margin-bottom: 3px;
        color: #64748b;
        font-size: 11px;
        font-weight: 600;
    }

    .damage-report-wrapper .irwpr-product .irwprp-img {
        margin-right: 10px;
    }

    .damage-report-wrapper .irwpr-product .irwprp-img img {
        width: 42px;
        height: 42px;
    }

    .damage-product-link {
        padding-right: 32px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .damage-report-wrapper .damage-report-warehouse,
    .damage-report-wrapper .damage-report-stock {
        flex-basis: calc(50% - 6px);
        min-width: 0;
    }
}

.damage-item-empty {
    padding: 24px 16px;
    text-align: center;
    color: #667085;
    background: #fff;
}

.damage-details-top-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 18px;
}

.damage-details-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    flex: 1 1 58%;
    margin-bottom: 0;
}

.damage-details-summary div {
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    padding: 12px 14px;
    background: #f9fafb;
}

.damage-details-summary span {
    display: block;
    color: #667085;
    font-size: 12px;
    margin-bottom: 4px;
}

.damage-details-summary strong {
    color: #111827;
    font-size: 15px;
}

.damage-details-product {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 42%;
    margin-bottom: 0;
    padding: 12px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
}

.damage-details-product .ddp-img {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    padding: 2px;
    overflow: hidden;
}

.damage-details-product .ddp-img img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.damage-details-product h6,
.damage-details-product p {
    margin: 0;
}

.damage-details-product p {
    color: #667085;
    font-size: 13px;
}

.damage-details-table th {
    color: #111827;
    font-weight: 600;
    font-size: 13px;
    padding: 10px;
    white-space: nowrap;
}

.damage-details-table td {
    vertical-align: middle;
    color: #667085;
    font-size: 12px;
    padding: 10px;
}

.damage-details-table td strong {
    color: #667085;
    font-size: 12px;
    font-weight: 600;
}

.damage-details-table td small {
    font-size: 11px;
}

.damage-details-table tfoot th {
    border-top: 1px solid #d8dde6;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
    background: #f9fafb;
}

.damage-purchase-history-modal .modal-header {
    padding: 16px 30px;
}

.damage-purchase-history-modal .modal-title {
    color: #111827;
    font-size: 16px;
    font-weight: 700;
}

.damage-purchase-history-modal .modal-body {
    padding: 30px;
}

.damage-purchase-history-modal .inventory-details-wrapper {
    overflow-x: auto;
}

.damage-purchase-history-modal .purchase-history-table {
    width: 100%;
    margin-bottom: 0;
    border-color: #ffffff;
}

.damage-purchase-history-modal .purchase-history-table th,
.damage-purchase-history-modal .purchase-history-table td {
    padding: 8px 10px;
    border-color: #ffffff;
    font-size: 12px;
    line-height: 1.25;
    vertical-align: middle;
    white-space: nowrap;
}

.damage-purchase-history-modal .purchase-history-table thead th {
    background: #2b7fde;
    color: #ffffff;
    font-weight: 700;
}

.damage-purchase-history-modal .purchase-history-table thead th:nth-child(n + 4) {
    background: #345bc2;
}

.damage-purchase-history-modal .purchase-history-table tbody td {
    color: #6b7280;
    background: #ffffff;
}

.damage-purchase-history-modal .purchase-history-table tfoot th {
    background: #2f91e5;
    color: #ffffff;
    font-weight: 700;
}

.damage-purchase-history-modal .purchase-history-table tfoot th:nth-child(n + 4) {
    background: #3d55bc;
}

.damage-purchase-history-modal .purchase-history-table td strong {
    color: #111827;
    font-size: 12px;
    font-weight: 600;
}

.damage-purchase-history-modal .purchase-history-table td small {
    font-size: 11px;
}

.damage-purchase-history-modal .purchase-history-table td.damage-details-product-name-cell {
    text-align: left;
}

.damage-details-note {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 12px 14px;
    background: #ffffff;
}

.damage-details-note span {
    display: block;
    margin-bottom: 5px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
}

.damage-details-note p {
    margin: 0;
    color: #111827;
    font-size: 13px;
    line-height: 1.5;
    white-space: pre-line;
}

@media (min-width: 992px) {
    .damage-item-card {
        min-width: 1110px;
    }
}

@media (max-width: 991px) {
    .damage-item-card-wrapper {
        overflow-x: visible;
    }

    .damage-item-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
        gap: 12px 16px;
        padding: 14px;
    }

    .damage-item-card.table-header {
        display: none;
    }

    .damage-item-card .dic-product {
        grid-column: 1 / -1;
    }

    .damage-item-card:not(.table-header) > div:not(.dic-product)::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 3px;
        color: #98a2b3;
        font-size: 11px;
        font-weight: 600;
    }

    .damage-item-card .dic-action {
        text-align: left;
    }

    .damage-details-top-row {
        flex-direction: column;
    }

    .damage-details-summary {
        grid-template-columns: 1fr;
    }
}

.subscription-promo-code-wrapper {
    padding: 0;
    margin-bottom: 25px;
    margin-top: 10px;
}

.subscription-promo-code {
    padding: 15px;
    margin-bottom: -25px;
    text-align: center;
    border: 1px dashed #4800d9;
    border-radius: 5px;
}

.promo-code-apply-btn {
    padding: 5px 20px;
    background: var(--primary-gradient-1-hover);
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}

.promo-code-apply-btn:hover {
    color: #fff !important;
}

.cash-in-wrapper .payment-box {
    display: block;
    border: 1px solid #dedede;
    position: relative;
    cursor: pointer;
}

.cash-in-wrapper .payment-box .payment-box-inner {
    display: flex;
    align-items: center;
}

.cash-in-wrapper .payment-box .payment-box-inner img {
    height: 50px;
    margin: 10px;
    /* border-right: 1px solid #dedede; */
}

.payment-box-inner img {
    width: 100px;
    border-radius: 10px;

}

.cash-in-wrapper .payment-box .payment-box-inner p {
    margin: 0;
}

.payment-box-inner p {
    font-size: 10px;
    line-height: 1.1;
}

.cash-in-wrapper .payment-box.checked {
    border-color: #3656d1;
}

.cash-in-wrapper .payment-box.checked::after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: -12px;
    right: -9px;
    background-color: #3656d1;
    color: #fff;
    padding: 0px 3px;
    border-radius: 50%;
}

.pay-now-btn {
    border: none;
    padding: 5px 40px;
    border-radius: 5px;
    background: var(--primary-gradient-1-hover);
    color: #fff;
}

.payment-method-wrapper {
    background: #fff;
    border: 0px;
    box-shadow: rgba(55, 73, 87, 0.1) 0px 1px 2px, rgba(55, 73, 87, 0.15) 0px 2px 5px;
    padding: 20px;
}

.pmw-title {
    border-bottom: 1px solid #d7d7d7f2;
}

.pmw-title h4 {
    font-size: 13px;
    font-weight: 500;
}

.pmw-payment-methods {
    padding: 10px 0px;
    margin: 5px 0px;
}

.payment-details-wrapper {
    background: #fff;
    border: 0px;
    box-shadow: rgba(55, 73, 87, 0.1) 0px 1px 2px, rgba(55, 73, 87, 0.15) 0px 2px 5px;
    padding: 20px;
}

.pdw-title {
    border-bottom: 1px solid #d7d7d7f2;
}

.pdw-title h4 {
    font-size: 13px;
    font-weight: 500;
}

.pdw-payment-details {
    padding: 10px 0px;
    margin: 5px 0px;
}

.confirm-and-pay-btn {
    margin-top: 10px;
}

.confirm-and-pay-btn .pay-now-btn {
    padding: 10px 40px;
}

.payment-details-separation {
    border-top: 1px solid #d5d5d5;
    margin: 20px 0px;
}

.do-you-have-promo-code.cursor-pointer {
    color: var(--primary);
}

.billing-info-top {
    border: 1px dashed #c7c0c0;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.billing-info-bottom {
    border: 1px dashed #c7c0c0;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

.info-edit-link {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: #cfcbcb21;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #3e00a3;
}

.c-header-title h4 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.c-header-title {
    padding: 10px;
    background: var(--primary-gradient-1-hover);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 15px;
}

.billing-info-top h4,
.billing-info-bottom h4 {
    font-size: 13px;
    font-weight: 300;
}

/*damage items module end*/

.email.payment-method-icon img {
    width: 100px;
    height: 60px;
}

.btn-renew {
    background: linear-gradient(to bottom right, #f66b4e 0%, #fbc434 100%);
    color: #fff;
}

.btn-accept {
    background: linear-gradient(90deg, #37B34A 0%, #8BC53F 50%, #37B34A);
    color: #fff;
}

.btn-in-active {
    background: linear-gradient(to bottom right, #b51b35 0%, #fd4a68 100%);
    color: #fff;
}

.sms-purchase-card-wrapper {
    margin-top: 20px;
}

.sms-purchase-parent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    margin: 5px 0;
    padding: 5px 5px;
    border-radius: 7px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    color: #222;
}

.sms-purchase-parent:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
    top: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: var(--primary);
}

.sms-purchase-child {
    flex-basis: 16%;
}

.sms-purchase-child p {
    margin-bottom: 0;
    text-align: center;
    color: #222;
    font-size: 13px;
    font-weight: 600;
}

.sms-purchase-child .mobile-fixed-label {
    display: none;
}

.sms-purchase-type-show {
    color: var(--primary);
}

.customer-sms-history-wrapper .customer-sms-history-header {
    padding-bottom: 13px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.customer-sms-history-wrapper .customer-sms-history-body {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.customer-sms-history-wrapper .customer-sms-history-item {
    flex-basis: 25%;
}

.customer-sms-history-wrapper .customer-sms-history-title {
    display: none;
}

.customer-sms-history-message-text {
    text-align: start;
}

.cdmw-left-section {
    box-shadow: 0 8px 32px rgba(71, 84, 92, .35);
    border-radius: 12px;
    border-color: rgba(0, 0, 0, 0);
    position: relative;
    background: #fff;
    padding: 24px;
    margin-bottom: 24px;
    margin-right: 24px;
    flex-basis: 30%;
    box-sizing: border-box;
}

.cdmw-left-section-content {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.cdmw-left-section-img {
    width: 100%;
    display: inline-block;
    border: none;
    outline: none;
}

.cdmw-left-section-img-small {
    max-width: 190px;
}

.cdmw-left-section-content-info {
    align-self: stretch;
    flex: none;
    flex-grow: 0;
    font-family: dinerosans, sans-serif;
}

.cdmw-left-section-content-label {
    margin-bottom: 8px;
    color: #68757d;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
}

.cdmw-left-section-content-text {
    margin: 16px 0;
}

.cdmw-left-section-content-body {
    margin: 16px 0;
}

.ah-text-inline {
    display: inline;
}

.cdmw-left-section-content-text {
    margin: 0px;
    font-size: 15px;
}

.cdmw-left-section-content-strong {
    font-weight: bold;
    color: #222;
    font-size: 16px;
}

.cdmw-right-section-top {
    margin-bottom: 24px;
    padding: 0;
    border-radius: 8px;
    /*background: #e6f3ff;*/
    background: #d6ebffad;
}

.cdmw-right-section-top-box-child {
    padding: 24px;
    flex-basis: 33%;
}

.cdmw-right-section {
    flex-basis: 65%;
}

.cdmw-right-section-top-box-child-content {
    margin: 0;
    color: #68757d;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    font-family: dinerosans, sans-serif;
}

.cdmw-right-section-top-box-child-value {
    margin-top: 8px;
    font-family: dinerosans, sans-serif;
    color: #333;
    font-size: 16px;
}

.cdmw-right-section-bottom {
    padding: 24px;
    display: block;
    border-radius: 8px;
    border: 1px solid #b4c2cb;
    background-color: #fff;
}

.cdmw-right-section-bottom-content-header {
    margin-bottom: 24px;
}

.cdmw-right-section-bottom-content-header-title h2 {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    margin: 5px 0 16px;
    font-family: dinerosans, sans-serif;
}

.cdmw-right-section-bottom-content-header-action {
    display: inline-flex;
    align-items: center;
    margin: -4px;
    flex-wrap: wrap;
    align-self: flex-start;
    margin-top: 0;
}

.cdmw-right-section-bottom-content-td {
    padding: 12px 15px;
}

.cdmw-right-section-bottom-content-tr:hover {
    background-color: #e6f1ff;
}

.cdmw-right-section-bottom-content-tr {
    border-bottom: 1px solid #d4dde3;
}

.ah-badge {
    font-size: 13px;
    line-height: 1.2;
    font-weight: bold;
    font-family: dinerosans, sans-serif;
    display: inline-block;
    margin: 2px 0;
    padding: 4px 6px;
    border-radius: 4px;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
    outline: none;
    text-decoration: none;
    appearance: none;
    box-shadow: none;
    list-style: none;
}

.ah-badge--danger {
    background-color: #fbdada;
    color: #af2c2c;
}

.ah-badge--info {
    background-color: #d4dde3;
}

.ah-badge--success {
    background-color: #adf0cc;
    color: #14713f;
}

.cdmw-right-section-bottom-content-td-text {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    font-family: dinerosans, sans-serif;
}

.cdmw-right-section-bottom-content-td {
    flex-basis: 19%;
}

.cdmw-right-section-bottom-content-td-action {
    flex-basis: 5%;
    padding: 12px 15px;
}

.generate-variation-btn {
    padding: 5px 10px;
    border-radius: 18px;
    transition: .3s;
    background: var(--primary-gradient-1);
    color: #fff;
}

.generate-variation-btn:hover {
    color: #fff;
}

.product-type-variation-single {
    padding: 2px 10px;
    font-size: 10px;
    color: #fff;
    border-radius: 50px;
    line-height: 1.3;
    background: #e6fff9;
    color: #008e6a;
}

.product-type-variation {
    padding: 2px 10px;
    font-size: 10px;
    color: #fff;
    border-radius: 50px;
    line-height: 1.3;
    background: #e7f3fe;
    color: #2196F3;
}

.variation-template-td {
    width: 40%;
}

@media only screen and (max-width: 767px) {
    .add-menu-sidebar.subscribed-pos-sell {
        width: 164px;
        margin: 0 auto;
        margin-top: 15px;
    }

    .total-counter-item p {
        margin-left: 10px;
    }

    .subscription-pro-logo {
        right: 33px;
    }

    .search-add-medicine {
        flex-basis: 100%;
    }
}

/*Barcode custom btn for product purchase*/
.barcode-btn {
    border: 0;
    background: var(--primary);
    color: #fff;
    padding: 8px;
    width: 160px;
    margin-right: 10px;
    border-radius: 5px;
}

.my-sms-credit span {
    border: 1px solid var(--primary);
    margin: 0px 0px;
    padding: 6px 40px;
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
}

.tdw-item .tdwi-col.cwr-invoice-details {
    flex-basis: 35%;
}

.cwr-invoice-details-main {
    border: 1px dashed #ddd;
    padding: 2px 5px;
    border-radius: 5px;
    background: #f7f7f7;
}

.cwr-invoice-details-product {
    flex-basis: 50%;
    text-align: left;
}

.cwr-invoice-details-qty {
    flex-basis: 20%;
    text-align: center;
}

.cwr-invoice-details-price {
    flex-basis: 30%;
    text-align: center;
}

.smallPlusIconButton {
    color: #ffff;
    cursor: pointer;
    padding: 0px 5px;
    border-radius: 5px;
    background: #006aff82;
}


.subscription-expire-msg-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99998;
}

.subscription-expire-msg-main .sem-wrapper {
    position: relative;
}

body .sem-wrap {
    background-color: #F6EBDC;
}

.subscription-expire-msg-main .sem-wrap {
    height: 50px;
    position: relative;
}

.sem-wrap {
    background-repeat: repeat-x !important;
}

.sem-wrap {
    /*background-color: #efefef;*/
}

.subscription-expire-msg-main .sem-close {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sem-close {
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;
    font-size: 0;
    color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.subscription-expire-msg-main .subscription-expire-message-text {
    height: 100%;
    width: 100%;
    line-height: 48px;
    text-align: center;
    white-space: nowrap;
    overflow-y: auto;
    padding: 0 10px;
}

.subscription-expire-msg-main .sem-close img {
    width: 30px;
    margin-top: 2px;
    margin-left: 3px;
}

.subscription-expire-message-text a {
    color: #1362fc;
    border: 1px solid #1362fc;
    margin: 0px 5px;
    padding: 0px 5px;
    border-radius: 3px;
}

.mx-width-900 {
    max-width: 900px;
}

.invoice-return-init {
    padding: 1px 10px;
    font-size: 10px;
    color: #04005a;
    border-radius: 4px;
    line-height: 1.4;
    background-color: #e7e6fb !important;
    display: block;
    margin-top: 5px;
}

.invoice-return-init-2 {
    padding: 1px 10px;
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
    line-height: 1.4;
    background-color: #04005a !important;
    margin-top: 5px;
}

.details-print-pdf-btn {
    border: 1px solid var(--primary);
    padding: 5px 10px;
    border-radius: 5px;
    color: #222;
}

.invoice-header-text-2 {
    display: block;
    padding: 0px 10px;
    background: var(--primary);
    color: #fff;
}

.wallet-page-btn {
    background: var(--primary-gradient-1);
    padding: 3px 15px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
}

.wallet-page-btn:hover {
    color: #fff;
}

.my-sms-credit-expired {
    font-size: 14px;
    color: #f00;
    font-weight: 500;
}

.product-wise-sell-graph-btn {
    cursor: pointer;
    color: var(--primary);
}

.general_ledger_search_btn {
    margin-top: 17px;
}

.export-section-dropdown-button {
    margin-top: 36px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
    left: 10px;
}

.return_dropdown_menu {
    right: 8px;
}

.eci-select-inventory-btn {
    background: var(--primary);
    padding: 4px;
    margin: 10px;
    border-radius: 5px;
    color: #fff;
}

.eci-select-inventory-btn:hover {
    color: #fff;
}

.eci-qty-input {
    margin-bottom: 7px;
}

.invoice-dispatch {
    background-color: transparent;
    outline: none;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    width: 29px;
    height: 29px;
    line-height: 1.6;
}

.invoice-dispatch.dispatched {
    background-color: var(--primary);
    border: 2px solid var(--primary);
    color: #fff;
}

.invoice-dispatch.delivered {
    background-color: #4CAF50;
    border: 2px solid #4caf50;
    color: #fff;
}

.dropdown-menu .dropdown-item.note {
    font-size: 13px;
}

.advance-product-options img {
    width: 25px;
}

.advance-product-options span {
    font-size: 12px;
    color: var(--primary);
    margin-top: 5px;
}


.modal-dialog-centered.modal-dialog-full-b {
    min-width: 60vw;
    /* min-height: 100vh; */
    /* margin: 0 auto; */
}

.modal-content.modal-content-full-body {
    width: 60vw;
    /* height: 100vh; */

}

.basic-product-section {
    max-width: 500px;
    margin: 0 auto;
}

.advance-product-section-1 {
    max-width: 500px;
    margin: 40px auto 15px auto;
    border: 2px dashed #fbbe28;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    background: #0f93f105;
    font-weight: 500;
    font-size: 13px;
}

.advance-product-section-1::before {
    content: "";
}

.advance-product-section-1 .advance-product-icon {
    position: absolute;
    top: -14px;
    left: 18px;
    background-color: #fff;
    border: 2px dashed #fbbe28;
    padding: 2px 13px 2px 10px;
    border-radius: 5px;
}

.advance-product-section-1 .advance-product-icon img {
    width: 20px;
    margin-right: 3px;
}

.not-available-for-pro {
    position: relative;
}

.not-available-for-pro .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.modal-dialog-full-b .modal-body {
    /* height: calc(100vh - 51px); */
    overflow: scroll;

}

.modal-title .modal-subtitle {
    color: #545454;
    font-weight: 400;
    margin-left: 8px;
    font-size: 12px;
}

.datepicker-default.form-control {
    background-color: #fff !important;
}

.default-datepicker.form-control {
    background-color: #fff !important;
}

.btn-modal-close {
    background-color: #e3e3e3;
    color: #7c7c7c;
}

.btn-modal-close:hover {
    background-color: #dddddd;
    color: #000;
}

.invoice-selected-customer-wrapper .selected-customer {
    background: #fff;
    border: 1px solid #a6c8e7;
    color: #444;
    height: 46px;
    border-radius: 8px;
    font-size: 13px;
    padding: 5px 10px;
    cursor: pointer;
}

.invoice-selected-customer-wrapper .selected-customer .sc-wrap {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.invoice-selected-customer-wrapper .selected-customer .sc-wrap .sc-image img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 2px;
}

.invoice-selected-customer-wrapper .selected-customer .sc-wrap .sc-image {
    flex-basis: 35px;
}

.invoice-selected-customer-wrapper .selected-customer .sc-wrap .sc-name {
    flex-basis: calc(100% - 60px);
}

.invoice-selected-customer-wrapper .selected-customer .sc-wrap .sc-action {
    flex-basis: 25px;
    text-align: center;
}

.invoice-selected-customer-wrapper .selected-customer .sc-wrap .sc-name p {
    margin: 0;
}

.db-referral-box-wrapper {}

.db-referral-box-wrapper .card-body {
    background-color: #cfdcfc9e;
    border-radius: 15px;
}

.db-referral-box-wrapper .refer_box .title {
    color: var(--primary);
    font-size: 29px;
    margin-bottom: 12px;
    font-weight: 500;
}

.db-referral-box-wrapper .refer_box .description {
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.db-referral-box-wrapper .small-copy-btn {
    padding: 10px 14px;
}

.db-referral-box-wrapper .wallet-page-btn {
    position: absolute;
    top: 9px;
    right: 11px;
    font-size: 14px;
    font-weight: 500;
}

.create-variation-list-table-wrapper .table thead th {
    font-size: 11px;
}

.create-variation-list-table-wrapper .form-control {
    padding: 3px 6px;
    height: 23px;
    font-size: 9px;
}


.support-box {
    text-align: center;
    margin-bottom: 35px;

    .icons {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;

        img {
            width: 35px;
            height: 35px;
        }
    }
}

.pro-icon {
    position: relative;
    left: 10px;
    display: inline-block;
    /* top: -3px; */

    span {
        /* background-color: #fbbe28;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 18px;
        height: 18px; */

        img {
            width: 16px;

        }
    }
}

.product-create-modal-body {
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    overflow-x: hidden !important;
}

.ie-span {
    font-size: 10px;
    color: #ff0000;
    font-weight: 400;
    display: none;
}

.transaction-search-input-wrapper {
    .input-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        position: relative;
    }

    .input {
        border-style: none;
        height: 30px;
        width: 30px;
        padding: 10px;
        outline: none;
        border-radius: 50%;
        transition: 0.5s ease-in-out;
        /* background-color: #1557c0; */
        box-shadow: 0px 0px 3px #777;
        padding-right: 20px;
        color: #222;
        font-weight: 300;
        font-size: 15px;
    }

    .input::placeholder,
    .input {
        /* font-size: 17px; */
    }

    .input::placeholder {
        color: #8f8f8f;
    }

    .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        outline: none;
        border-style: none;
        border-radius: 50%;
        pointer-events: painted;
        background-color: transparent;
        transition: 0.2s linear;
        color: #7c7c7c;
    }

    .icon:focus~.input,
    .input:focus {
        box-shadow: none !important;
        width: 250px;
        border-radius: 0px;
        background-color: transparent;
        border-bottom: 2px solid #1557c0;
        transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);

    }
}


.package-details-wrapper {
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
}

.package-details-wrapper .pd-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.package-details-wrapper .pd-item:last-child {
    border-bottom: none;
}

.package-details-wrapper .pd-item .feature {
    flex-basis: 30%;
}

.package-details-wrapper .pd-item .package-item {
    flex-basis: 15%;
}

.package-details-wrapper .pd-item.pd-header p {
    font-weight: 600;
    color: #222;
    font-size: 17px;
    margin: 0;
}

.package-details-wrapper .pd-item .package-item {
    text-align: center;
}

.package-details-wrapper .pd-item p {
    margin-bottom: 0;
    color: #222;
}

.package-details-wrapper .pd-item .feature p {
    font-weight: 600;
}

.package-details-wrapper .pd-item p .fa-times-circle {
    color: red;
}

.package-details-wrapper .pd-item p .fa-check-circle {
    color: #8BC34A;
}

.package-details-wrapper .pd-item.pd-header div:nth-child(2) p {
    color: #3f51b5;
}

.package-details-wrapper .pd-item.pd-header div:nth-child(3) p {
    color: #2196f3;
}

.package-details-wrapper .pd-item.pd-header div:nth-child(4) p {
    color: #00bcd4;
}

.package-details-wrapper .pd-item.pd-header div:nth-child(5) p {
    color: #ff9800;
}

.subscription-package-top-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.acs-info-wrapper .acs-plan-item.selected .acs-plan-box {
    /* border: 2px solid var(--primary); */
}



.plus-box.remove-shadow .rsbtn-2 .rsbtn-2_inner {
    display: inline-block;
    background: #0d47d514;
    color: #3F51B5;
    text-align: center;
    border-radius: 10px !important;
    transition: 400ms;
    text-decoration: none;
    padding: 10px 20px;
    z-index: 100000;
    border: 0;
}

.plus-box.remove-shadow .rsbtn-2 .rsbtn-2_inner .fa-youtube {
    color: red;
}

.plus-box.remove-shadow .rsbtn-2 .rsbtn-2_inner:hover {
    color: #fff;
}

.withinventory-btn-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.select-inventory-btn {
    width: 100%;
    padding: 12px 10px;
    font-size: 15px;
    font-weight: 700;
}

.select-inventory-text-box p {
    border: 2px dashed #bbbbbb;
    padding: 10px;
    border-radius: 7px;
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 0;
}

.modal-dialog-centered.modal-dialog-full-b.modal-dialog-half-b {
    min-width: 40vw !important;
}

.modal-dialog-full-b.modal-dialog-half-b .modal-body {
    min-height: 360px;
    overflow: hidden;
}

.select-withoutinventory-btn {
    background: #e68a00 !important;
    color: #fff !important;
}

.withinventory-btn-section img {
    width: 95px;
}

.select-inventory-text-box {
    margin-top: 15px;
}

.advance-product-section-1.inventory-product-section-1 {
    border: 1px dashed var(--primary);
}

.advance-product-icon.inventory-product-icon {
    border: 1px dashed var(--primary);
}



.cmi-c-img-box img {
    width: 70px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}

.cmi-item-box .cmi-child-content {
    flex-basis: 75%;
}

.cmi-item-box .cm-child-img {
    flex-basis: 85px;
}

.cmi-content-box p {
    font-size: 11px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #222;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: justify;
}


.cmi-item-box {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 7px;
}

.cmi-btn-box .cmi-btn {
    background: #4CAF50;
    padding: 8px 30px;
    font-size: 15px;
    color: #fff !important;
    border-radius: 4px;
    margin-top: 6px;
}

.cmi-main-wrapper .cmi-item-box {
    margin-bottom: 20px;
}

.cmi-main-wrapper .cmi-item-box:last-child {
    margin-bottom: 0px;
}

.modal-body.c-m-inventory-body {
    padding: 30px;
}

.cmi-btn-box .cmi-btn.cmi-btn-without {
    background: #FF9800;
}

.cmi-btn-box .cmi-btn {
    background: #4CAF50;
    padding: 8px 30px;
    font-size: 15px;
    color: #fff !important;
    border-radius: 4px;
    margin-top: 6px;
    width: 200px;
}

.inventory-modal .modal-content {
    border-radius: 10px;
    border: none;
}

.cmi-btn-box .cmi-btn.cmi-btn-without:hover {
    background: #FF5722;
}

.cmi-btn-box .cmi-btn:hover {
    background: #8BC34A;
}

.checked-unchecked-all-invoice {
    margin: 0px 5px;
}

.cehcked-bulk-invoice-print-id {
    margin: 0px 5px;
}

.invoice-print-button-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.invoice-print-button-wrapper .button-content {
    display: flex;
    gap: 7px;
}

.rsbtn-1.custom-sm-btn {
    padding: 5px 30px;
}

.report-sales-all-user {
    height: 40px !important;
}

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

    .cmi-item-box .cmi-child-content {
        flex-basis: 73%;
    }

    .cmi-btn-box .cmi-btn {
        padding: 5px 15px;
        font-size: 13px;
        width: 160px;
    }

    .modal-body.c-m-inventory-body {
        padding: 20px;
    }

    .select2-container {
        width: auto !important;
        display: block !important;
    }

    .report-sales-all-user {
        height: 32px !important;
        border: 1px solid blue !important;
        border-radius: 7px !important;
    }

}


.language-switch-dropdown .dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 10px 35px 0 rgba(50, 110, 189, .2);
}

.language-switch-dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 7px 20px;
}

.language-switch-dropdown .dropdown-toggle {
    font-size: 16px;
    color: #464646;
}

.purchase-received {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
}

.purchase-received.not-received {
    background: #f9ebeb;
    color: #cc0000;
    padding: 3px 7px;
    border-radius: 4px;
}

.purchase-received.partial {
    background: #fbf3dc;
    color: #d17f00;
    padding: 3px 7px;
    border-radius: 19px;
}

.purchase-received.received {
    background: #e5ecff;
    color: var(--primary);
    padding: 3px 7px;
    border-radius: 4px;
}

.purchase-received.opening-stock {
    background: #e7fff0;
    color: #01645c;
    padding: 3px 7px;
    border-radius: 4px;
}

.cpdp .payment-selection-wrapper .select2-container--default .like_form_control_input {
    padding: 0;
    height: 40px;
}

.cpdp .payment-selection-wrapper .select2-container--default .like_form_control_input .select2-selection__arrow {
    top: 0.4rem;
}

.cpdp .payment-selection-wrapper .form-control {
    height: 40px;
}

.cpdp .payment-selection-wrapper textarea.form-control {
    height: inherit;
    border-radius: 7px;
}

.cpdp .payment-selection-wrapper .pre-due-single-item {
    margin-bottom: 30px;
}

.cpdp .payment-selection-wrapper .pre-due-single-item {
    border: 1px dashed #ddd;
    padding: 8px 15px;
    margin-bottom: 25px;
    border-radius: 6px;
    position: relative;
}

.cpdp .payment-selection-wrapper .pdsi-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.cpdp .payment-selection-wrapper .pdsi-header .left .date {
    margin-bottom: 0;
    font-size: 12px;
}

.cpdp .payment-selection-wrapper .pdsi-header .left .date span.val {
    color: var(--primary);
    font-weight: 700;
}

.cpdp .payment-selection-wrapper .pdsi-header .center .inv-no {
    margin-bottom: 0;
    font-size: 12px;
}

.cpdp .payment-selection-wrapper .pdsi-header .center .inv-no span.val,
.cpdp .payment-selection-wrapper .pdsi-header .center .inv-no a.val {
    color: var(--primary);
    font-weight: 700;
}

.cpdp .payment-selection-wrapper .pdsi-header .right .amount {
    margin-bottom: 0;
    font-size: 12px;
}

.cpdp .payment-selection-wrapper .pdsi-header .right .amount span.val {
    color: var(--primary);
    font-weight: 700;
}

.cpdp .payment-selection-wrapper .row>div {
    padding: 0 5px;
}

.cpdp .payment-selection-wrapper .add-note-btn {
    border: none;
    outline: none;
    font-size: 10px;
    background: var(--primary);
    color: #fff;
    padding: 2px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 600;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
}

.purchase-summary-btn {
    color: var(--primary);
    font-weight: 600;
}

.purchase-summary-btn:hover {
    color: #999;
}

/* dashboard go visit frontend button css */
.cssbuttons-io-button {
    background: #a370f0;
    color: white;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 12px;
    font-weight: 500;
    border-radius: 18px;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #714da6;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
}

.cssbuttons-io-button .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
    right: 0.3em;
    transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon i {
    width: 1.1em;
    transition: transform 0.3s;
    color: #7b52b9;
}

.cssbuttons-io-button:hover .icon i {
    transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}

.about-textarea-field {
    width: 100%;
    background: #fff;
    border: 1px solid #a6c8e7;
    padding: 0.3125rem 1.25rem;
    color: #444;
    border-radius: 8px;
    font-size: 13px;
}

.featured-chip {
    font-size: 10px;
    background: #8d61d0;
    color: #fff;
    padding: 1px 8px;
    width: 60px;
    text-align: center;
    border-radius: 5px;
    margin: auto;
}

.showroom_table_items:nth-child(1) {
    flex-basis: 10% !important;
}

.showroom_table_items:nth-child(2) {
    flex-basis: 20% !important;
}

.showroom_table_items:nth-child(3) {
    flex-basis: 20% !important;
}

.showroom_table_items:nth-child(4) {
    flex-basis: 20% !important;
    text-align: center;
}

.showroom_table_items:nth-child(6) {
    flex-basis: 10% !important;
}

.showroom-employee-btn {
    border-radius: 20px;
    padding: 7px 15px;
}

.sdc_close {
    border-radius: 50%;
    background-color: red;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showroom-emp-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.showroom-emp-wrap img {
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.showroom-employee-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.showroom-employee-wrap img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.employee-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.form-control:disabled,
.form-control[readonly] {
    background: #f3f3f3;
}


.serial-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.serial-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 20px;
    font-size: 14px;
    border: 1px solid var(--bs-primary);
    border-radius: 25px;
    background: #f8f9ff;
    color: var(--bs-primary);
    line-height: 1.4;
    transition: all 0.2s ease;
}

.serial-chip .serial-text {
    font-weight: 500;
}

.serial-chip.serial-available {
    background: #f8f9ff;
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.serial-chip.serial-sold {
    border-color: #f5c2c7;
    background: #fdecec;
    color: #c62828;
    opacity: 0.7;
    cursor: not-allowed;
}

.serial-chip .serial-action {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    padding-left: 12px;
    margin-top: -2px;
}

.serial-chip .serial-action:hover {
    color: #df0202;
}

button.btn.dropdown-toggle.status-btn.btn-danger {
    color: #ff3232 !important;
    background-color: #ffede9;
    border: 1px solid #fda794 !important;
}

button.btn.dropdown-toggle.status-btn.btn-success {
    color: #027e29 !important;
    background-color: #ebfff0;
    border: 1px solid #99edac !important;
}

table {
    width: 100%;
}

.table {
    overflow: scroll;
}

.table tbody tr td {
    border: 1px solid #ddd;
    font-size: 13px;
    ;
}

.size-guide-title {
    font-size: 15px;
    font-weight: 500;
    border: 1px dashed #ddd;
    padding: 5px 10px;
    border-radius: 4px;
    background: #ddd;
}

.footer-featured-image-cropme {
    background-color: #f1f1f1;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 280px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: 5px;
    border-radius: 10px;
}

textarea#company_overview {
    height: 70px;
}
.showroom-notification {
    font-size: 10px;
    background-color: #ffe4e4;
    color: #d90000;
    border-radius: 50%;
    padding: 1px 6px;
}

.showroom-notification-receive {
    font-size: 10px;
    background-color: #ffe4e4;
    color: #d90000;
    border-radius: 50%;
    padding: 8px 6px;
}
p#selectedResult {
    border: 1px solid #ddd;
    padding: 0px 10px 7px 10px;
    border-radius: 10px;
    border-left: 2px solid #0d47d5;
    background: #0d47d514;
}
.product_purchase_history {
    font-size: 11px;
    background: #2391ee;
    color: #fff;
    padding: 2px 7px;
    border-radius: 5px;
    display: inline-block;
}
.product_purchase_history:hover {
    color: #fff;
    background: #0d47d5;
}

.nav-header .brand-logo .admin-company-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 8.75rem;
    max-height: 4.25rem;
    margin-left: 0;
    object-fit: contain;
}

@media only screen and (max-width: 87.5rem) {
    .nav-header .brand-logo .admin-company-logo {
        max-width: 6rem;
        max-height: 3.5rem;
    }
}
