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

.price-card {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.price-card.price-2 {
    color: #fff;
}

.price-card.price-2 .price-badge {
    color: #fff;
    background: #1C232F;
}

.price-card .p-price {
    font-size: 30px;
}

.price-card .price-badge {
    color: #fff;
    padding: 7px 24px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.price-card .list-unstyled {
    display: inline-block;
}

.price-card .list-unstyled li {
    display: flex;
    align-items: center;
}

.price-card .list-unstyled li+li {
    margin-top: 8px;
}

.price-card .list-unstyled .theme-avtar {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #fff;
    margin-right: 15px;
}

.side-feature {
    overflow: hidden;
}

.setting-img {
    height: 68px !important;
    width: auto !important;
    filter: drop-shadow(1px 1px 2px #222);
}

.small-logo {
    height: 60px;
}

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

a.b-brand {
    height: 100%;
    width: 100%;
}

.alert {
    font-size: 0.875rem;
}

.alert-warning {
    color: #936f1d;
    background-color: #ffeecc;
    border-color: #ffe7b8;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert {
    position: relative;
    padding: 0.875rem 0.875rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

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

.img_setting {
    filter: drop-shadow(2px 3px 7px #011C4B);
}

.seo_image {
    height: 200px;
    width: 90%;
    /* width: 360px; */
}

.form-switch .form-check-input {
    margin-left: 0 !important;
}

.faq .accordion .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    margin-bottom: 10px;
}

.faq .accordion .accordion-item .accordion-button {
    font-weight: 650 !important;
    /* 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;
}


/*CIRCULAR PROGRESSBAR*/

.circular-progressbar .flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

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

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

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

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

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

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

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

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

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

.circular-progressbar .percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}


/*End CIRCULAR PROGRESSBAR*/


/* Copy invoice and show */

.contacts {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.invoice-to {
    text-align: start !important;
    float: left;
    width: 50%;
}

.company-details {
    text-align: end !important;
    width: 50%;
    float: right;
}

.download_btn a {
    background: #6fd943;
    color: #fff !important;
    margin: 20px 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: auto;
}

.invoice-to {
    text-align: start !important;
    float: left;
}

.company-details {
    text-align: end !important;
}


/* Copy invoice and show */

.bill_custom_space {
    padding: 0 20px 20px 20px;
}

.table td,
.table th {
    padding: 1.5rem 0.75rem !important;
}

.input-group-text {
    padding: 0.875rem 1rem !important;
}

.setting_page_rtl_btn {
    display: flex;
    justify-content: space-between;
}

h6.rtl-hide {
    margin-left: 35px !important;
}

.profile_update {
    padding: 10px 30px;
    border-radius: 7px;
    color: #fff;
}


/* invoice */

.invoice_color_pallate {
    width: 25%;
    float: left;
    padding: 20px 20px;
}

.color_palette {
    padding: 0 10px;
}

.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 rgb(0 0 0 / 5%);
}

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

.main_invoice {
    width: 75%;
}

.h-1050 {
    height: 1050px;
}

.h-874 {
    height: 874px;
}

.badge-info {
    color: #FFF;
    background-color: #00B8D9;
}

.card.card-stats.mb-0.cat-active {
    background: #6fd943;
}

.custom_color_radio_button {
    box-shadow: 1px 1px 10px 0px #00000082;
}


/* .bg-f5f7f9 {
    background-color: #f5f7f9 !important;
} */

.badge-danger {
    color: #f11515;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.card-body.carttable.cart-product-list {
    padding: 0 15px;
}

.avatar {
    position: relative;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    height: 3.125rem;
    border-radius: 0.25rem;
}


/* purchase imvoice  */

.shadow {
    box-shadow: 0 0 1.25rem rgb(31 45 61 / 8%) !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-circle-product {
    border-radius: 60% !important;
    height: 80px;
}

.rounded-circle-purchase {
    border-radius: 60% !important;
    width: 66px;
    height: 59px
}

.rounded-circle-sale {
    border-radius: 60% !important;
    width: 66px;
    height: 59px
}

.product-img-btn {
    border: none;
}

.float-right {
    float: right !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.h4 {
    font-weight: 600;
}

[class*="shadow"] {
    transition: all 0.2s ease;
}

#product-listing .toacart {
    cursor: pointer;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.fade {
    transition: opacity 0.2s linear;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.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: 50px;
    height: 35px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

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

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

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

.zoom-in:hover {
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
}

.select-warning {
    display: block;
    text-align: center;
    background: #ffab2b1a;
    color: #FFAB2B;
    font-size: 13px;
    padding: 6px 12px;
    margin-bottom: 10px;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: normal;
}

.invoice .invoice-details {
    text-align: right;
    float: right;
}


/* .invoice {
    text-align: end;
} */

.invoice .invoice-details .invoice-id {
    margin-top: 20px;
    color: #3989c6;
}

.table_over::-webkit-scrollbar {
    display: none;
}

a.paginate_button.current {
    border: none !important;
    background: #d9d9d9 !important;
}

.active_color {
    border: 2px solid #000 !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    position: relative;
    top: 2px;
}

.payment-status.dropdown-menu {
    min-width: 10rem;
}

.display-payment {
    text-align: center;
}

.display-payment .payment-label {
    min-width: 103px;
    transform: translateY(1px);
    color: #fff;
    border-radius: .25rem;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.display-payment .payment-label.unpaid {
    border-color: #f5365c;
    background-color: #f5365c;
}

.display-payment .payment-label.partially-paid {
    border-color: #fb6340;
    background-color: #fb6340;
}

.display-payment .payment-label.paid {
    border-color: #2dce89;
    background-color: #2dce89;
}

.display-payment .payment-status .payment-actions a.payment-action {
    border-radius: 0;
    margin: 2px 0;
}

.display-payment .payment-status .payment-actions a.payment-action:active {
    background: #fff;
    color: #778CA2 !important;
}

.display-payment .payment-status .payment-actions a.payment-action.selected {
    border-left: 4px solid #4D7CFE;
    background-color: #f8f9fa;
    outline: none;
}

.dropdown,
.dropup,
.dropright,
.dropleft {
    display: inline-block;
}

#card-element {
    border: 1px solid #a3afbb !important;
    border-radius: 10px !important;
    padding: 10px !important;
}


/* Logo set */

.setting-logo {
    justify-content: center;
    height: 40px;
    width: 100%;
    margin: 30px 0px;
    text-align: left !important;
}

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

.nowrap {
    white-space: nowrap;
}


/* end logo  */


/* datepicker branchsalestargets */

.datepicker table tr td span {
    line-height: 54px;
    display: block;
    float: left;
    width: 23%;
    height: 54px;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}

.datepicker td,
.datepicker th {
    text-align: center;
}


/* End datepicker */


/* Todo dashboard */

.checklist-item-checked .checklist-info * {
    text-decoration: line-through;
}


/* End Todo dashboard*/


/* Quotation */

.display-quotation .quotation-status .quotation-actions a.quotation-action {
    border-radius: 0;
    margin: 3px 0;
}

.display-quotation .quotation-status .quotation-actions a.quotation-action:active {
    background: #fff;
    color: #778CA2 !important;
}

.display-quotation .quotation-status .quotation-actions a.quotation-action.selected {
    border-left: 4px solid #4D7CFE;
    background-color: #f8f9fa;
    outline: none;
}

.display-quotation {
    text-align: center;
}

.display-quotation .quotation-label {
    min-width: 50px;
    transform: translateY(1px);
    color: #fff;
    border-radius: .25rem;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.display-quotation .quotation-label.quotation-open {
    border-color: #2dce89;
    background-color: #2dce89;
}

.display-quotation .quotation-label.quotation-close {
    border-color: #f5365c;
    background-color: #f5365c;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #8492A6;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #051C4B;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #051C4B;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #C0CCDA;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.35rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #C0CCDA;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #8492A6;
}


/* End quotation */

.catgory-pad {
    padding-top: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.todo-scrollbar {
    height: 192px;
    overflow: scroll;
}

.hover-shadow-lg:hover {
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%) !important;
}

.cart-images img {
    /* width: 50px; */
    height: 50px;
    object-fit: cover;
    overflow: hidden;
}

.buttons_added input.minus,
.buttons_added input.plus {
    width: 35px !important;
    height: 35px !important;
}

.card:not(.table-card) .table tr td:first-child,
.card:not(.table-card) .table tr th:first-child {
    padding-left: 25px !important;
}

img.wid-75.rounded-circle.grid-img {
    min-width: 77px !important;
    height: 75px !important;
}

img.wid-35.rounded-circle {
    min-width: 41px !important;
    height: 41px !important;
}

img.profile-image.rounded-circle-product {
    min-height: 92px !important;
    width: 100px !important;
}

img.card-image.avatar.rounded-circle.shadow.hover-shadow-lg {
    width: 3.25rem;
}

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

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

.total-section {
    width: 100%;
    background: #f1f1f1;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px -10px #97979780;
}

.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 - 252px);
}

.carttable-scroll .table-responsive {
    height: calc(100vh - 380px);
}

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

/* .invoice-module .table td, .table th {
    padding: 0px !important;
} */
.invoice-module .product-border {
    border-bottom: 3px dotted #d8d8d8!important;
}
.table-stripe .paid-text{
    padding: 10px 0px !important;
}

.productbarcode_print{
    margin-left: 31%;
}


@media screen and (max-width:575px){
    .page-header {
        padding: 15px 0px !important;
    }
}

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

#size-border{
    border: 1px solid #ced4da;
    border-radius: 6px;
}

.choose-files input[type="file"] {
    display: none;
}

.disabledCookie {
    pointer-events: none;
    opacity: 0.4;
}

/*#cookie_log {
    padding-left: 0px;
}*/

/*#cookie_padding {
    padding-left: 0px;
}*/

[dir="rtl"] .form-check.form-switch.form-switch-right .form-check-input {
    float: left;
    margin-right: 0px;
}

[dir="rtl"] .me-auto.dash-mob-drp {
    margin-right: 10px !important;
}

[dir="rtl"] .header-wrapper .ms-auto {
    margin-left: 0 !important;
}

[dir="rtl"] .dash-sidebar {
    left: auto !important;
}

[dir="rtl"] .dash-header:not(.transprent-bg) .header-wrapper {
    padding: 0 0 0 30px;
}

[dir="rtl"] .dash-header:not(.transprent-bg):not(.dash-mob-header)~.dash-container {
    margin-left: 0px;
}

[dir="rtl"] .me-auto.dash-mob-drp {
    margin-right: 10px !important;
}

[dir="rtl"] .me-auto {
    margin-left: 10px !important;
}

/* [dir="rtl"] .dash-header {
    left: 0;
    right: 280px;
} */

[dir="rtl"] .header-wrapper .ms-auto {
    margin-left: 0 !important;
}

[dir="rtl"] .dash-header {
    left: 0 !important;
    /* right: 280px !important; */
}

[dir="rtl"] .list-group-flush>.list-group-item .float-end {
    float: left !important;
}

[dir="rtl"] .text-end {
    text-align: left !important;
}

@media (min-width: 1024px){
    [dir="rtl"] .dash-header {
        /* left: 0 !important; */
        right: 280px !important;
    }
}

.custom-switch-v1.form-switch .form-check-input {
    margin-left: -2.5em !important;
    margin-right: 5px;
}


.language_option_bg  option {
    background-color: #fff;
    color: #000;
}

/* .ps--active-y  {
    height: 100vh !important;
} */
/* @media (min-width: 280px) {
.dash-sidebar.light-sidebar.transprent-bg .navbar-content {
    height: calc(100vh - 70px) !important;
}
} */

/* @media (min-width: 280px){
    .dash-sidebar.light-sidebar:not(.transprent-bg) .navbar-content {
        height: calc(100vh - 70px);
    }
} */

/*
.plan-expired {
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 12px;
    background: rgba(241, 241, 241, 1);
    text-align: center;
    border-radius: 4px;
    width: 100%;
} */


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

/* Nav scroller */
.dash-sidebar .navbar-content{
    height: calc(100vh - 70px);
}
/* Auth Mobile responsive */
@media screen and (max-width:767px){
    .auth-wrapper{
        align-items: flex-start !important;
    }
    .auth-wrapper .auth-content{
        min-height: unset !important;
    }
    .auth-wrapper .auth-content .card{
        min-height: calc(100vh - 110px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .auth-wrapper .auth-content .card .card-body{
        flex: unset;
    }
}

.chat-padding{
    padding-left: 0px !important;
}

.setting-card .themes-color {
    max-width: 200px;
}



.list_colume_notifi {
    position: relative;
    display: block;
    padding: 16.66667px 25px;
    color: #212529;
    /* background-color: #ffffff; */
    border: 1px solid #f1f1f1;
}

@media only screen and (max-width: 575px){
    .card .card-header .card-header-right {
        display: block !important;
    }
}

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

.color-wrp{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.color-wrp .theme-color{
    margin: 0;
    width: 200px;
}
.color-wrp .color-picker-wrp{
    width: 70px;
}
.grecaptcha-badge{
    z-index: 99999;
  }.border-grey {
    border: 1px solid #CBCBCB
  !important;
  }
  .upgrade-line hr {
    flex: 1;
  }
/* IMPORT DATA TABLE SELECT CSS */
.import-data-table select{
    width: auto;
    padding-right: 35px;
    min-width: 100%;
}
.modal-footer .btn.btn-light
{
    background-color: #6C757D;
    color: #ffffff;
}
/* ---------------- */
.fix_badge
{
    width: 50px;
}
.fix_profit
{
    width: 100px;
}
.language-sidebar .list-group-item {
    padding: 10px 25px;
}
.table-responsive .table td,
.table th {
    padding: 0.9rem 1.5rem !important;
}



/* purchase and sales latest css */
.purchase-card .product-body-nop .card{
    border: 1px solid var(--bs-success);
    box-shadow: none;
}
.purchase-card .product-body-nop .card .badge {
    left: 12px;
    top: 5px;
    right: auto;
    border-radius: 4px;
    margin: 0 auto 0;
}
.purchase-card .product-body-nop .avatar {
    padding: 30px 10px 10px;
}
.category-wrp.purchase-wrp .catgory-pad{
    padding: 0 !important;
}
.category-wrp.purchase-wrp .form-row {
    gap: 10px;
}
/* .category-wrp.purchase-wrp .form-row .cat-list-btn {
    margin-bottom: 0px;
} */
.category-wrp.purchase-wrp .form-row>.zoom-in {
    margin-bottom: 0px !important;
}
.category-wrp.purchase-wrp .search-btn .input-group .input-group-text {
    background-color: #ffffff;
    border: none;
    border-radius: 30px 0px 0px 30px;
}
.category-wrp.purchase-wrp .form-control {
    border: none;

}
.category-wrp.purchase-wrp .search-btn .form-control-inner:focus {
    border-color: none;
    box-shadow: none;
}
.category-wrp.purchase-wrp .search-btn > .input-group {
    border: 1px solid #ced4da;
    border-radius: 30px;
    overflow: hidden;
}
.category-wrp.purchase-wrp .search-btn .form-control-inner{
    padding: 0.575rem 1rem 0.575rem  0rem;
}
.purchase-wrp-content .product-body-nop {
    height: calc(100vh - 0px);
}
.purchase-wrp-content .billing-table .card-header  {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    border-bottom: 0px;
}
.billing-table .search-wraper .input-group-text{
    border-radius: 0px;
}
.purchase-wrp-content .billing-table  .total-section {
    width: 100%;
    box-shadow: none;
    background: #ffffff;
    padding: 15px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}
.purchase-wrp-content .billing-table .right-inner {
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ced4da;
}
.carttable-scroll .table-responsive {
    margin: 0px !important;
    width: auto !important;
}
.purchase-wrp-content .billing-table .card-header.table-border-style {
    padding: 15px 0 0 0 ;
}
.billing-table .card-body.carttable.cart-product-list {
    padding: 15px;
}
.purchase-card .product-body-nop .card .custom-card-body .badge.primary {
    color: var(--bs-green);
    background-color: white;
}
.theme-3.buttons_added input.minus,
.theme-3.buttons_added input.plus {
    background-color: #dffbd382 !important;
}
.purchase-table .cart-images img {
    border: 2px solid var(--bs-success);
}
@media only screen and (max-width: 1199px) {
    .purchase-wrp-content .billing-table {
     margin-top : 20px !important;
    }
    .purchase-wrp .col-12,
    .purchase-wrp-content .col-xl-7 {
        padding-left: 0px;
    }
  }
  @media only screen and (max-width: 991px) {
    .purchase-wrp-content .billing-table .right-inner .purchase-value{
      font-size: 18px;
    }
  }
