:root {
    --theme-color: #4b722d;
    --color-error: #ff0000;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #56b4e4;
}

.color-theme {
    color: var(--theme-color);
}

.color-pink {
    color: #f06598;
}

.color-blue {
    color: #3a5e8b !important
}

.color-item-no {
    color: #c7c6c6;
}

.div-rbs {
    background-color: var(--theme-color);
}

.form-error {
    color: var(--color-error) !important;
    font-size: 0.8rem;
    width: 100%;
}

.modal-cat-img-1 {
    height: auto;
    width: 220px;
}

.modal-cat-img-2 {
    height: auto;
    width: 227px !important;
}

.modal-cat-img-3 {
    height: auto;
    width: 218px !important;
}

.modal-app-img {
    vertical-align: middle;
    border-style: none;
    height: auto;
    width: 250px;
}

.module-active {
    color: var(--theme-color) !important;
}

/*.custom-control-label::after {*/

/*    background-color: var(--theme-color);*/

/*}*/

p.text-height {
    min-height: 21px;
}

h6.text-height {
    min-height: 21px;
}

h5.text-height {
    min-height: 24px;
}

.description-color {
    color: #9a9a9a;
}

.color-purple {
    color: #6c757d;
}

.bg-ash {
    color: #f2f4f6;
}

.bg-rbs {
    background-color: var(--theme-color) !important;
}

.ash-bg {
    background-color: #f2f4f6;
}

.text-rbs {
    color: var(--theme-color);
}

.small-text-for-bill {
    font-size: 70%;
}

.font-medium {
    font-size: 1.5rem;
}

.font-semi-small {
    font-size: 0.8rem;
}

.font-semi-medium {
    font-size: 1.2rem;
}

.font-semi-standard {
    font-size: 1.12rem;
}

.font-standard {
    font-size: 1rem;
}

.font-below-standard {
    font-size: 0.9rem;
}

.font-semi-small {
    font-size: 0.8125rem;
}

.font-small {
    font-size: 0.75rem;
}

.text-black-grey {
    color: #424242 !important;
}

.f-w-900 {
    font-weight: 900;
}

.f-w-500 {
    font-weight: 500;
}

.w-10 {
    width: 8.33%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 18.33%;
}

.w-25 {
    width: 23.33% !important;
}

.w-30 {
    width: 28.33%;
}

.w-32 {
    width: 32.3%;
}

.w-35 {
    width: 33.33%;
}

.w-40 {
    width: 38.33%;
}

.w-45 {
    width: 43.33%;
}

.w-52 {
    width: 52%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 20%;
}

.w-90 {
    width: 90%;
}

.text-mud-black {
    color: #373d3f;
}

.text-light {
    color: #949ca3 !important;
}

.inventory-border:nth-child(1) .card .left-border {
    border-left: 1px solid #f7c853;
}

.inventory-border:nth-child(2) .card .left-border {
    border-left: 1px solid #60bcaa;
}

.inventory-border:nth-child(3) .card .left-border {
    border-left: 1px solid #5d7a92;
}

.left-border-1 {
    border-left: 1px solid #f7c853;
}

.left-border-2 {
    border-left: 1px solid #60bcaa;
}

.left-border-3 {
    border-left: 1px solid #5d7a92;
}

.btn {
    padding: 0.6rem 1.125rem;
}

.btn-md {
    padding: 0.45rem 0.8rem !important;
}

.btn-export {
    padding: 0.42rem 0.8rem !important;
}

.btn-theme {
    background: var(--theme-color) !important;
    color: #ffffff !important;
}

.btn-theme-outlined {
    border: 1px solid var(--theme-color) !important;
    background: NONE;
    color: var(--theme-color);
}

.btn-padding-custom-for-radio {
    padding: 0.175rem 0.55rem !important;
    border-radius: 0 !important;
    font-size: 90% !important;
}

.btn-purple-outlined:not(:disabled):not(.disabled).active,
.btn-purple-outlined:not(:disabled):not(.disabled):active,
.show > .btn-purple-outlined.dropdown-toggle {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.barcode-generate-button button {
    color: var(--theme-color);
    text-align: center;
    vertical-align: middle;
    padding: 0.375rem 0.5rem;
    font-size: 0.8125rem;
    border-radius: 0.25rem;
    user-select: none;
    background: transparent;
    border: 1px solid var(--theme-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pink-border {
    border: 1px solid #f06598;
}

.purple-border {
    border: 1px solid #767bbb;
}

.lunchbox-table td {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.table-fixed-width {
    width: 130px;
}

.td-fixed-width {
    width: 110px;
}

.no-border td {
    border: 0;
}

.table-with-avatar img {
    width: 50px;
}

.dropdown-menu {
    margin: 0 !important;
}

.dropdown-menu a {
    color: #5a5a5a !important;
}

.word-break {
    word-break: break-word !important;
}

.dropdown-menu li {
    margin-right: 0 !important;
}

.dropdown-item {
    padding: 0.35rem 1.5rem !important;
    border: none !important;
}

.dropdown-item:active,
.dropdown-item:focus {
    background-color: #f3f3f3 !important;
}

.dropdown-item:hover {
    color: var(--theme-color) !important;
}

.navbar-px {
    padding: 0 15px;
}

.navbar-brand img {
    width: 129px !important;
}

.content-float-left {
    display: flex;
    justify-content: flex-end;
}

.navbar .navbar-nav .active > .nav-link {
    color: #ffffff !important;
}

.navbar .navbar-nav .active > .nav-link > .custom-icon {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--theme-color);
}

a.nav-link:hover {
    color: #ffffff !important;
}

.preferences-custom a {
    border-top: 0.5px solid #e9ecef !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    color: #777777 !important;
}

.preferences-custom a:hover {
    color: #777777 !important;
}

.menu-custom-dropdown {
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 1px solid transparent;
    color: #fff !important;
    padding: 0;
    text-align: right !important;
    z-index: 1;
}

.menu-custom-dropdown a {
    color: #fff !important;
}

img.img-form {
    width: 150px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

/**/

img.staff-card {
    height: 70px;
    width: 70px;
}

.line-break {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.employee-item {
    width: 230px;
    height: auto;
    margin-left: 15px;
}

.menu-custom-dropdown img {
    width: 10%;
    height: auto;
}

.dropdown-menu-default {
    margin-top: 80% !important;
    /*margin: 2.125rem 0 0;*/
    left: -152px;
    border: 1px solid #e4e4e4;
    border-radius: 0;
}

.navbar-border {
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

html,
body {
    position: relative;
    overflow-x: hidden;
    background-color: #f2f5f7;
}

.card {
    border: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #fff;
    color: grey;
}

a.nav-link {
    color: #dddddd;
}

a.nav-link:hover {
    color: #ffffff;
}

.full-width {
    width: 100%;
}

.icon-image img {
    width: 46%;
}

.top-card-info {
    width: 54%;
}

.operator img {
    width: 30px;
}

.trial-reminder {
    color: #fff;
    font-size: 75%;
}

.card-header {
    background: #767bbb;
    color: #fff;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}

.additional-field {
    width: 180px;
}

.table-light {
    background: #f8f9fa;
}

.error {
    color: #c82333;
    margin-top: 0.25rem;
}

.invalid {
    border-color: #dc3545;
    border-top-color: rgb(220, 53, 69);
    border-right-color: rgb(220, 53, 69);
    border-bottom-color: rgb(220, 53, 69);
    border-left-color: rgb(220, 53, 69);
}

.container-custom {
    max-width: 1280px;
}

.login-card {
    width: 28rem;
    box-shadow: 0px 0px 2px #bdbdbd;
    padding: 48px;
    border-radius: 0.25rem;
}

.pt-custom {
    padding-top: 7% !important;
}

.icon-big {
    font-size: 120%;
    display: block;
    color: #6c757d;
    margin-bottom: 10px;
    margin-top: 5%;
}

.list-style li {
    line-height: 30px;
    padding-bottom: 15px;
}

.order-summary ul li {
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 0;
}

.order-summary ul li:last-child {
    border-bottom: none;
}

.collection-summary {
    border-bottom: 1px solid #f5f5f5;
    padding: 11px 0;
}

.collection-summary:last-child {
    border-bottom: none;
}

.blank-page-img img {
    width: 20%;
    padding: 1%;
    height: auto;
}

.blank-page-img-block img {
    width: 15%;
    padding: 1%;
    height: auto;
}

.blank-page-img-promo img {
    width: 15%;
    padding: 1%;
    height: auto;
}

.excel-image img {
    width: 100%;
    padding: 5%;
    height: auto;
}

.view-custom {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.trial-button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    padding: 0px 8px 0px 8px;
    font-size: 0.7rem;
    border-radius: 0.2rem;
    color: #ffffff;
    background: #00c851;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.icon-md {
    font-size: 130%;
    display: block;
    color: #19a73f;
    margin-bottom: 10px;
}

.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border: solid #ced4da 1px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block !important;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
    padding: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 0.75rem 0.74rem !important;
    margin-top: 0 !important;
}

.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
    border-radius: 4px !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/*graph-tab-css*/

.btn-z-inedx-custom {
    z-index: 0 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
}

.analysis-page-tab-left {
    margin-top: -4% !important;
}

.style-custom-select {
    width: 23%;
    color: #767bbb;
    border: 1px solid #f3f3f3;
    border-radius: 0;
    background-color: #f3f3f3;
}

.custom-select.clicked {
    transition: 3s;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
}

.custom-select:after {
    content: "\f107";
}

.tabs {
    max-width: 100%;
    margin-bottom: 5%;
    margin-top: -2%;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 45%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: table-cell;
    width: 20%;
}

#tab-button li a {
    display: block;
    padding: 0.5em;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    color: #8e8e8e;
    text-decoration: none;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button .is-active a {
    border-bottom-color: transparent;
    background: #fff;
    color: #888888;
    font-weight: 600;
}

.tab-contents {
    border: 1px solid #ddd;
}

#tab-button-first {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button-first li {
    display: table-cell;
    width: 20%;
}

#tab-button-first li a {
    display: block;
    padding: 0.5em;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    color: #8e8e8e;
    text-decoration: none;
}

.advance-search-add-item:hover {
    cursor: pointer;
    background-color: #f2f1ef;
}

.advance-search-add-item:hover::after {
    content: "Add to list \21E8";
    float: right;
    position: absolute;
    padding: 3px 5px;
    right: 8px;
    bottom: 7px;
    background: #c3c3c3;
    font-size: 0.75rem;
}

/*#tab-button-first li a {*/

/*display: block;*/

/*padding: .5em;*/

/*background: #767bbb;*/

/*border: 1px solid #ddd;*/

/*text-align: center;*/

/*color: #fff;*/

/*text-decoration: none;*/

/*}*/

#tab-button-first li:not(:first-child) a {
    border-left: none;
}

/*#tab-button-first li a:hover,*/

/*#tab-button-first .is-active a {*/

/*border-bottom-color: transparent;*/

/*background: #fff;*/

/*color: #555;*/

/*}*/

#tab-button-first .is-active a {
    border-bottom-color: transparent;
    background: #fff;
    color: #888888;
    font-weight: 600;
}

.tab-contents-first {
    /*padding: 1em 1em 1em;*/
    border: 1px solid #ddd;
    /*border-top: 1px solid #fff;*/
}

.tab-left {
    margin-top: -5% !important;
}

/*.tab-button-outer {*/

/*display: none;*/

/*}*/

.tab-contents {
    margin-top: 20px;
}

/* jquery-ui-datePicker*/

.ui-widget-header {
    background: #f3f3f3 !important;
}

.ui-datepicker .ui-datepicker-header {
    background: #f3f3f3 !important;
}

.ui-datepicker .ui-datepicker-title {
    color: #888888;
}

.ui-datepicker .ui-datepicker-title select {
    border: 1px solid #ccc;
    padding: 2%;
    color: #888888;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-defaul {
    border: none !important;
    background: #e6e6e6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #cccccc !important;
}

.ui-datepicker th {
    color: #cfcfcf;
}

.ui-datepicker td {
    color: #cfcfcf;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
    text-transform: capitalize !important;
}

/* Custom Checkbox for Application */

.custom-checkbox {
    padding-left: 0 !important;
}

.custom-checkbox .form-check-input {
    opacity: 0;
}

.custom-checkbox .form-check-label {
    padding: 3px 0 0 26px; /* Adjust padding to align the checkbox */
    cursor: pointer;
    position: relative; /* Relative positioning for the pseudo-elements */
}

/* Style the checkbox box (before element) */
.custom-checkbox .form-check-label::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #d3e9ff;
    border-radius: 0.15rem;
    background-color: #d3e9ff;
    transition: background-color 0.3s ease;
}

/* Checked state for the checkbox box */
.custom-checkbox .form-check-input:checked ~ .form-check-label::before {
    border-color: transparent;
}

/* Add a checkmark (after element) */
.custom-checkbox .form-check-label::after {
    content: "\2713"; /* Unicode for checkmark */
    position: absolute;
    top: -5px;
    left: 3px;
    font-size: 1.375em;
    color: #4b722d;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Display the checkmark when the checkbox is checked */
.custom-checkbox .form-check-input:checked ~ .form-check-label::after {
    opacity: 1;
}

/*.custom-control label {*/
/*  padding: 3px 0 0 6px;*/
/*  cursor: pointer;*/
/*}*/

/*.custom-checkbox .custom-control-label::before {*/
/*  border-radius: 0.15rem;*/
/*  height: 20px;*/
/*  width: 20px;*/
/*  border-color: transparent;*/
/*  background-color: #d3e9ff;*/
/*}*/

/*.custom-control-input:checked ~ .custom-control-label::before {*/
/*  border-color: transparent;*/
/*  background-color: #d3e9ff;*/
/*}*/

/*.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {*/
/*  content: "\2713";*/
/*  position: absolute;*/
/*  top: 13px;*/
/*  left: -22px;*/
/*  font-size: 1.375em;*/
/*  color: #003a72;*/
/*  line-height: 0;*/
/*  -webkit-transition: all 0.5s;*/
/*  transition: all 0.5s;*/
/*  background-image: none !important;*/
/*  -moz-transition: all 0.5s;*/
/*  -ms-transition: all 0.5s;*/
/*  -o-transition: all 0.5s;*/
/*}*/

/* End */

/*homepage style*/

.card-border-custom {
    border: 1px solid #ddd;
    margin-right: 0% !important;
}

.card-title-color {
    color: #888888;
}

.btn-icon-custom {
    font-size: 95%;
    color: #8e8e8e;
}

.btn-icon-top-menu {
    font-size: 70%;
    color: var(--theme-color);
}

.card-text-font {
    font-size: 88%;
}

.card-nav-text {
    font-size: 80%;
    color: #8e8e8e;
}

.switch-module .card {
    border-radius: 10px;
    width: 25rem;
}

.card-nav a {
    text-decoration: none;
}

.card-nav a:hover {
    text-decoration: none;
    color: #3498db;
}

.custom-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #f5f5f5;
}

/*order-index-style*/

.card-width {
    width: 100%;
}

#customers {
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    /*border-collapse: collapse;*/
    width: 100%;
}

#customers td,
#customers th {
    border: 1px solid #ffffff;
    padding: 1.2%;
    padding-left: 0;
    padding-right: 0;
    color: #757575;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #f7f7f7;
    color: #989696;
    font-weight: 500;
}

.input-group {
    z-index: 0;
}

.select {
    color: #6c757dc7;
}

.option {
    color: #495057;
}

.new-footer ul li {
    font-size: 80% !important;
    line-height: 35px !important;
    list-style: none !important;
}

.new-footer ul li a:hover {
    text-decoration: underline;
    color: #ffffff !important;
}

.barcodeUniqueItemCard {
    margin: 12px 11px 12px 0;
    width: 252px;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    /*.tab-select-outer {*/
    /*display: none;*/
    /*}*/
    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }

    .table-div {
        overflow-x: hidden !important;
    }

    .tab-left {
        margin-top: 0%;
    }

    .w-md-15 {
        width: 15% !important;
    }

    .w-md-20 {
        width: 20% !important;
    }

    .w-md-25 {
        width: 23.5% !important;
    }
}

/* Login page css */

.login-top-padding {
    padding-top: 7%;
}

.option-section {
    display: inline-flex;
}

.login-font-size {
    font-size: 85%;
}

.color-green {
    color: #007ab0;
}

.fixed-description p {
    height: 63px;
}

.card-fixed-value {
    height: 56px;
}

/* Stepper */

.modal .modal-custom-size {
    width: 700px;
    top: 20%;
}

.modal .modal-custom-size {
    width: 700px;
    top: 20%;
}

.modal {
    padding-right: 15px;
}

/*form Css */

.form-card {
    padding: 32px 40px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

input.form-control, select, textarea {
    font-size: 1rem;
    height: calc(1.9em + 1rem + 2px);
    padding: 0.5rem 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #777777 !important;
}

input:focus, textarea:focus, select:focus {
    outline: none !important;
    box-shadow: none !important; /* Also removes the default Bootstrap box shadow */
}

.custom-select-lg-override {
    height: calc(2.875rem + 2px);
    padding-top: 0.7rem;
    padding-bottom: 0.375rem;
    font-size: 100%;
}

.custom-select::after {
    content: "";
    clear: both;
    display: block;
}

.input-wrapper {
    position: relative;
    overflow: hidden;
}

.input-file-button {
    border: 1px dashed #b1b1b1;
    color: #b1b1b1;
    background-color: white;
    padding: 15px 20px;
    border-radius: 8px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-file-button span{
    color: #777777;
}
/*Abir*/
.form-button-border {
    border-top: 1px solid #e1e3e5;
}

.input-wrapper input[type="file"] {
    font-size: 45px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

select.custom-select {
    height: calc(2.875rem + 2px);
    padding-top: 5px;
    padding-bottom: 0.375rem;
    font-size: 100%;
}

.select2-container .select2-selection--single {
    height: calc(2.875rem + 2px) !important;
    padding-bottom: 0.375rem;
    padding-top: 10px;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 10px !important;
}

.still-image-container{
    position: relative;
    width: 350px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.upload-image-overlay{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: bottom 0.01s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.upload-image-overlay span{
    color: #ffffff;
    font-size: 14px;
}

.still-image-container:hover .upload-image-overlay {
    bottom: 0;
}

.upload-image-overlay input[type="file"] , .image_output input[type="file"] {
    font-size: 45px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.image_output input[type="file"] {
    top: 30px !important;
    height: 81% !important;
}

.image_output:hover .upload-image-overlay {
    bottom: 0;
}

.image_output{
    position: relative;
    overflow: hidden;
}

.image-delete-icon{
    position: absolute;
    top:10px;
    right: 10px;
    font-weight: bold;
}

.live-site-url-section a{
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.live-site-url-section span{
    color: #ffffff;
    margin:2px 0 0 0;
}

.live-img{
    width: 35px;
}

/*end*/

/*responsive code*/

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 320px) and (max-width: 576px) {
    .bs-stepper .step-trigger {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2px !important;
    }

    .display-block-for-xs {
        display: block !important;
    }

    .style-custom-select {
        width: 31%;
    }

    .tab-contents {
        margin-top: 0;
    }

    #tab-button {
        width: 100%;
    }

    .style-custom-select {
        width: 33%;
        margin-bottom: 5%;
        margin-left: 70%;
    }

    .custom-responsive-margin {
        margin-top: 3%;
    }

    .tab-left {
        margin-top: 0%;
    }

    .word-break {
        word-break: normal !important;
    }

    .blank-page-img img {
        width: 50%;
    }

    .blank-page-img-block img {
        width: 40%;
    }

    .blank-page-img-promo img {
        width: 40%;
    }

    .navbar-px {
        padding: 7px 19px;
    }

    .modal .modal-custom-size {
        width: 100%;
        top: 10%;
    }

    .switch-module .card {
        width: 100%;
    }

    .w-sm-10 {
        width: 9.5%;
    }

    .w-sm-20 {
        width: 18.33%;
    }

    .w-sm-30 {
        width: 29.33%;
    }

    .w-sm-40 {
        width: 39.33%;
    }

    .w-sm-60 {
        width: 59.33%;
    }

    .w-sm-70 {
        width: 69.33%;
    }

    .w-sm-80 {
        width: 80%;
    }

    .w-sm-90 {
        width: 90% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-auto {
        width: auto !important;
    }

    .form-card {
        padding: 16px;
    }
}

@media (min-width: 576px) and (max-width: 766px) {
    .bs-stepper .step-trigger {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2px !important;
    }

    .custom-responsive-margin {
        margin-bottom: 3%;
    }

    .display-block-for-xs {
        display: block !important;
    }

    .custom-responsive-margin {
        margin-top: 3%;
    }

    .tab-left {
        margin-top: 0%;
    }

    .navbar-px {
        padding: 0 19px;
    }

    .w-md-10 {
        width: 10%;
    }

    .w-md-20 {
        width: 20%;
    }

    .w-md-30 {
        width: 30%;
    }

    .w-md-40 {
        width: 40%;
    }

    .w-md-60 {
        width: 60%;
    }

    .w-md-70 {
        width: 70%;
    }

    .w-md-80 {
        width: 80%;
    }

    .w-md-90 {
        width: 90%;
    }

    .w-md-100 {
        width: 98.33%;
    }

    .w-md-auto {
        width: auto !important;
    }
}

/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991px) {
    .top-card-info p,
    .top-card-info h4,
    .top-card-info h2 {
        font-size: 75%;
        margin: 10% !important;
    }

    .top-card-info {
        padding: 0 !important;
    }

    .nav-item a {
        font-size: 89%;
    }

    nav li {
        margin-right: 3px;
    }

    #tab-button {
        width: 93%;
    }

    .style-custom-select {
        width: 65%;
    }

    .display-block-for-md {
        display: block !important;
    }

    .navbar-px {
        padding: 0 19px;
    }

    .table-div {
        overflow-x: hidden !important;
    }
}

/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1159px) {
    .top-card-info p,
    .top-card-info h4,
    .top-card-info h2 {
        font-size: 75%;
    }

    #tab-button {
        width: 57%;
    }

    .style-custom-select {
        width: 33%;
    }

    .switch-module .card {
        width: 100%;
    }

    .w-lg-100 {
        width: 100%;
    }

    .w-lg-30 {
        width: 29.33%;
    }

    .w-lg-20 {
        width: 19.33%;
    }

    .w-lg-15 {
        width: 13.33%;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .table-div {
        overflow-x: hidden !important;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
    #tblOffer_filter {
        margin-top: -38px;
    }

    .table-div {
        overflow-x: hidden !important;
    }
}

.card-width {
    width: 100%;
}

#customers {
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    /*border-collapse: collapse;*/
    width: 100%;
}

.no-break {
    white-space: nowrap;
}

table td,
.table th {
    border-top: 1px solid #f9f9f9;
}

.dataTable tbody tr td {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    /*color: #6c757d!important*/
    font-size: 14px !important;
    /*text-align: center;*/
}

.dataTable thead tr td {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    /* color: #4b5157!important; */
    font-size: 15px !important;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 64px !important;
}

.table td, .table th {
    border-top: 1px solid #f9f9f9 !important;
}

.table > :not(caption) > * > * {
    border-bottom-color: #f9f9f9 !important;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    z-index: 0;
}

.theme-color {
    color: var(--theme-color) !important;
}

.dataTables_info {
    color: #6c757d !important;
}

#productTable_filter label {
    color: #6c757d !important;
}

#productTable_length label {
    color: #6c757d !important;
}

.export-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.27rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.export-button:hover {
    cursor: pointer !important;
}

/*MEDIA QUERY FOR RESPONSIVE*/

@media only screen and (max-width: 1023px) and (min-width: 768px) {
}

@media only screen and (max-width: 835px) and (min-width: 768px) {
    .btn-purple {
        padding: 5px 12px;
        margin-left: 34px;
    }

    .table-div {
        overflow-x: hidden !important;
    }
}

@media only screen and (max-width: 374px) and (min-width: 320px) {
    #tab-button-first li a {
        padding: 0.4em;
    }
}

/*switch css*/

.switchToggle input[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    max-width: 70px;
    height: 20px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input:checked + label,
.switchToggle input:checked + input + label {
    background: var(--theme-color);
}

.switchToggle input + label:before,
.switchToggle input + input + label:before {
    position: absolute;
    top: 5px;
    left: 35px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:before,
.switchToggle input:checked + input + label:before {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked + label:after,
.switchToggle input:checked + input + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

/* for navigation on hover */

.dropdown-hover-js:hover > .dropdown-menu {
    display: block;
}

/* radiobox image and background modified */

.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::after {
    background-image: none !important;
}

.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
    background-color: #dee2e6;
}

.flex-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    justify-content: flex-start;
}

.flex-grid {
    max-width: 1280px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.merchant-link-item {
    width: 207px;
    height: auto;
}

.collection-summary {
    border-bottom: 1px solid #f5f5f5;
    padding: 11px 0;
}

p.user-mail-text-height {
    min-height: 48px;
}

.order-summary ul li {
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 0;
}

.order-summary ul li:last-child {
    border-bottom: none;
}

.collection-summary {
    border-bottom: 1px solid #f5f5f5;
    padding: 11px 0;
}

.collection-summary:last-child {
    border-bottom: none;
}

.switch-module .card:hover {
    -moz-box-shadow: 0 0 2px 1px #004f9a;
    -webkit-box-shadow: 0 0 2px 1px #004f9a;
    box-shadow: 0 0 2px 1px #004f9a;
}

.merchant-link-item img {
    height: 32px;
    width: 32px;
    border-radius: 4px;
}

.employee-profile-detail img {
    width: 220px;
}

.flexbox-row {
    flex-direction: row;
    display: flex;
}

.w-30 {
    width: 28.33%;
}

.w-70 {
    width: 70%;
}

.w-20 {
    width: 18.33%;
}

.bg-trial {
    background: #00c851;
}

.extra-small-button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    padding: 0px 8px 0px 8px;
    font-size: 0.7rem;
    border-radius: 0.2rem;
    line-height: 20px !important;
    color: #ffffff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dataTables_empty {
    text-align: center !important;
}

.box-shadow {
    padding: 15px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.small-font {
    font-size: 0.85rem;
}

.w-10 {
    width: 8.33%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 18.33%;
}

.w-25 {
    width: 23.33% !important;
}

.w-30 {
    width: 28.33%;
}

.w-35 {
    width: 33.33%;
}

.w-40 {
    width: 38.33%;
}

.w-45 {
    width: 43.33%;
}

.w-52 {
    width: 52%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 20%;
}

.w-90 {
    width: 90%;
}

/* Accounts Page slider switch */

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    height: 30px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner-payment:before {
    content: "Paid";
}

.onoffswitch-inner-payment:after {
    content: "Unpaid";
}

.onoffswitch-inner-auto-generate-bill:before {
    content: "Yes";
}

.onoffswitch-inner-auto-generate-bill:after {
    content: "No";
}

.onoffswitch-inner:before {
    padding-left: 10px;
    background-color: var(--theme-color);
    color: #ffffff;
}

.onoffswitch-inner:after {
    padding-right: 10px;
    background-color: #ccc;
    color: #565656;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 20px;
    margin: 5px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    border-radius: 4px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoffswitch-revenue {
    position: relative;
    width: 110px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox-revenue {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label-revenue {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    height: 30px;
}

.onoffswitch-inner-revenue {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner-revenue:before,
.onoffswitch-inner-revenue:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner-revenue-text:before {
    content: "Received";
}

.onoffswitch-inner-revenue-text:after {
    content: "Receivable";
}

.onoffswitch-inner-revenue:before {
    padding-left: 10px;
    background-color: var(--theme-color);
    color: #ffffff;
}

.onoffswitch-inner-revenue:after {
    padding-right: 10px;
    background-color: #ccc;
    color: #565656;
    text-align: right;
}

.onoffswitch-switch-revenue {
    display: block;
    width: 20px;
    margin: 5px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 81px;
    border-radius: 4px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox-revenue:checked
+ .onoffswitch-label-revenue
.onoffswitch-inner-revenue {
    margin-left: 0;
}

.onoffswitch-checkbox-revenue:checked
+ .onoffswitch-label-revenue
.onoffswitch-switch-revenue {
    right: 0px;
}

.multiple-threeline-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* End  */

/* Accountin Module css  */

.card-left-border-violet {
    border-left: 5px solid #9c27b0;
}

.card-left-border-light-blue {
    border-left: 5px solid #00bcd4;
}

img.attached-file-preview {
    width: 50px;
    height: auto;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.overflow-x {
    overflow-x: auto !important;
}

/*.tab-button-outer {*/

/*display: none;*/

/*}*/

/* Accounts menu form suggestion js css manipulation */

.ui-menu {
    box-shadow: 0 0 10px #d2d2d2 !important;
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #ececec;
    padding: 0.6rem 0.4rem !important;
}

.ui-menu .ui-menu-item:hover {
    background: #d2d2d2 !important;
}

.ui-menu .ui-menu-item:last-child {
    border-bottom: none;
}

.ui-state-focus {
    border: none !important;
    background: none !important;
    margin: 0px !important;
}

.ui-autocomplete {
    font-size: 14px !important;
    border-bottom: 1px solid #ececec !important;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select,
#productSelectedList input, #productSelectedList select {
    height: calc(1.3rem + 1rem) !important;
    padding: 8px;
}

/* end  */

/* modal issue */
body.modal-open {
    overflow: hidden;
}

/* end  */

@media (min-width: 320px) and (max-width: 576px) {
    .new-footer ul li {
        line-height: 25px !important;
    }
}

.badge-shift-terminal {
    background-color: #e8f4f8;
    color: #52b7db;
    font-weight: 400;
    height: 18px;
}

.active-icon {
    background-color: #4b722d !important;
}

.store-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color: #777;
    cursor: pointer;
    font-size: 1em;
    background-color: #ffffff;
}

.store-select::-ms-expand {
    display: none;
}

.div-select {
    position: relative;
    display: flex;
    width: 100%;
    height: 3em;
    line-height: 3;
    background: #5c6664;
    overflow: hidden;
    border-radius: .25rem;
    border: 1px solid #4b722d;
}

.div-select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0.7rem;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
    color: #666;
    background-color: #ffffff;
    border-left: 1px solid #4b722d;
}

.store-tab-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.store-tab-menu li:first-of-type {
    margin: 0 5px;
}

.store-tab-menu li {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    color: #555;
}

.store-tab-menu a {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    color: #555;
    position: relative;
    /* padding: 4px 0; */
}

.store-tab-menu a::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
}

.active::before {
    transform: scale3d(1, 1, 1) !important;
}

.store-tab-menu a:hover::before, .active::before {
    transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
}

.store-tab-menu a::before {
    background: #00897b;
    transform-origin: 100% 50%;
}

.item-title {
    color: #56b4e4 !important;
    cursor: pointer;
}

.inventory-card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.inventory-card {
    width: 253px;
}

.inventory-border {
    height: 105px;
}

.inventory-card-child {
    height: 100%;
}

@media only screen and (max-width: 2560px) {
    .inventory-card-container {
        justify-content: space-between;
    }

    .inventory-card {
        width: 236px;
        height: 105px;
    }
}

@media only screen and (max-width: 1440px) {
    .inventory-card-container {
        justify-content: space-between;
    }

    .inventory-card {
        width: 236px;
        height: 105px;
    }
}

@media only screen and (max-width: 1024px) {
    .inventory-card-container {
        justify-content: flex-start;
    }

    .inventory-card {
        width: 240px;
        margin-bottom: 12px;
        height: 105px;
    }

    .inventory-card:nth-of-type(1) {
        margin-right: 10px;
    }

    .inventory-card:nth-of-type(2) {
        margin-right: 10px;
    }

    .inventory-card:nth-of-type(3) {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .inventory-card-container {
        justify-content: flex-start;
    }

    .inventory-card {
        width: 237px;
        margin-bottom: 12px;
        height: 105px;
    }

    .inventory-card:nth-of-type(1) {
        margin-right: 10px;
    }

    .inventory-card:nth-of-type(2) {
        margin-right: 10px;
    }

    .inventory-card:nth-of-type(4) {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 425px) {
    .card-order{
        font-size: 13px !important;
    }

    .order-count {
        width: 21px !important;
        height: 21px !important;
        font-size: 13.5px !important;
        padding-top: 2px !important;
    }

    .store-tab-menu ul {
        overflow: auto;
        white-space: nowrap;
    }

    .store-tab-menu ul::-webkit-scrollbar {
        display: none;
    }

    .inventory-card {
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0px !important;
        height: 105px;
    }
}

@media only screen and (max-width: 375px) {
    .card-order {
        font-size: 11.5px !important;
    }

    .order-count {
        width: 18px !important;
        height: 18px !important;
        font-size: 12.5px !important;
        padding-top: 2px !important;
    }
}
.stock-out-div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0277BD;
    border-radius: 50%;
    width: 33px;
    height: 33px;
}

.stock-adjustment-div {
    border: 1px solid #FFAB91;
}

.single-store-data {
    font-size: 14px;
}

.store-title {
    display: inline-block;
    font-size: 17px;
    margin-bottom: 6px;
}

.badge-product {
    background-color: #e0edd6;
    color: #365122;
    font-weight: normal;
}

.badge-service {
    background-color: #D1C4E9 !important;
    color: #311B92 !important;
    font-weight: normal;
}

.card-section {
    background: #ffffff;
    margin: 0 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
    border-radius: 5px;
    width: 325px;
    display: flex;
    padding: 12px 20px;
}

.outlet-svg-section {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background-color: #e9edee;
    margin-right: 13px;
}

.top-desc-section {
    margin-bottom: 10px;
}

.top-desc-section p {
    margin-bottom: 0;
}

.top-desc-section p:last-child {
    font-size: 40px;
    line-height: 1.1;
}

/*.bottom-desc-section{*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/
.bottom-desc-section p {
    margin-bottom: 0;
}

.bottom-desc-section p:first-child {
}

.bottom-desc-section p:last-child {
    margin-bottom: 0;
    background-color: #0A83F2;
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 7px;
}

.outlet-title-text {
    color: #4b722d;
    font-size: 21px;
    margin-left: 29px;
}

.outlet-grid {
    align-items: flex-start;
    justify-content: space-between;
}

.outlet-item {
    width: 400px;
}

.outlet-svg-icon {
    fill: #666;
    stroke: #666;
}

.outlet-icon {
    fill: #111;
    stroke: #111;
}

.action-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 20px;
}

.color-theme-bg {
    background: var(--theme-color) !important;
}

.app-icon {
    width: 125px;
}

.brand-title {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
}

/*preview Modal CSS*/
@keyframes slide-up {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slide-down {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100%);
    }
}

.full-screen-modal {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    /*animation: slide-up 0.3s ease-out;*/
    transform: translateY(100%);
}

.modal.show .full-screen-modal {
    animation: slide-up 0.3s ease-out forwards;
}

.modal.fade:not(.show) .full-screen-modal {
    animation: slide-down 0.3s ease-out forwards;
}

.preview-modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 0;
}

.preview-modal-content {
    border: 0 !important;
}

.preview-modal-body {
    overflow-y: auto;
    height: calc(100vh - 112px);
    padding: 20px;
}

.preview-modal-body .row span {
    color: #2b3c56 !important;
}

.preview-table {
    margin: auto;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    border-collapse: collapse;
    z-index: 1;
    color: #2b3c56;
    white-space: nowrap;
}

.preview-table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}

.preview-table th, .preview-table td {
    padding: 0.8rem 1rem;
    gap: 5px;
    position: relative;
    cursor: default;
}

.preview-table td:last-child:hover a {
    color: #000000;
}

.preview-table thead {
    background-color: #edeff5;
}

.preview-table th {
    text-transform: uppercase;
    font-size: 13px !important;
}

.preview-table td {
    font-size: 14px !important;
    padding: 0.5rem 1rem;
}

.preview-table tr:hover {
    background-color: #f9f9f9;
}

.preview-table td:last-child:hover:after {
    content: "Project";
    position: absolute;
    width: fit-content;
    left: -10%;
    top: -40%;
    transform: translate(0%, 50%);
    font-size: 12px;
    color: #f1f1f1;
    background-color: #1d1e22;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 5px;
    padding: 2px 4px;
    z-index: 9;
}

.form-check {
    margin-top: -15px;
}

.input-group-text-branding {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: .2rem !important;
    border-bottom-left-radius: .2rem !important;
    display: flex;
    align-items: center;
    padding: 0.69rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

.input-group-text {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 100% !important;
}


#variant_wise_image_matrix {
    width: 100%;
    overflow: hidden;
    /*padding: 20px;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

#variant_wise_image_matrix > div {
    background-color: #f7f7f7;
    width: 130px;
    min-height: 180px;
    margin: 5px;
    text-align: center;
    font-size: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px
}

.form-check-product {
    margin-top: 0 !important;
}

.form-select {
    height: calc(1.9em + 1rem + 1px) !important;
}

.ss_text {
    padding-top: 6px !important;
}

.btn-theme-outlined:hover {
    color: var(--theme-color);
}

.order-card-content{
    font-size: .75rem;
    padding-top: 6px;
}

.order-red {
    background-color: #FFCDD2;
    color: #C62828;
}

.order-orange {
    background-color: #FFE0B2;
    color: #EF6C00;
}

.order-green {
    background-color: #d7f9d8;
    color: #195b1d;
}

.order-blue {
    background-color: #BBDEFB;
    color: #1565C0;
}

.order-light-green {
    background-color: #b1fee3;
    color: #028458;
}

.order-teal {
    background: #c5e0b0;
    color: #466b2a;
}

.order-purple {
    background-color: #E1BEE7;
    color: #6A1B9A;
}

.order-deep-purple {
    background-color: #dfd3ff;
    color: #3700c6;
}

.order-red-pink {
    background-color: #fed6e7;
    color: #e60766;
}

.order-deep-lime{
    background-color: #F0F4C3;
    color: #827717;
}

.order-amber{
    background-color: #FFECB3;
    color: #FF6F00;
}

.order-count-section .card{
    cursor: pointer;
}

.card-order{
    font-size: 14px;
}

.order-count{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    font-weight: 666;
}
.order-count-new{
    background: #E0F2F1;
    color: #00695C;
}
.order-count-customer-confirmed{
    background: #FFF3E0;
    color: #EF6C00;
}
.order-count-all{
    background-color: #a1eabd;
    color: #196e39;
}
.view_orders{
    cursor: pointer;
}
@media (max-width: 720px) {
    .preview-table table {
        background-color: transparent;
    }

    .preview-table table thead {
        display: none;
    }

    .preview-table table td {
        width: 100%;
        display: block;
        text-align: right;
    }

    .preview-table table td:not(:last-child) {
        border-bottom: 1px solid rgba(1, 1, 1, 0.2);
    }

    .preview-table table td:before {
        content: attr(data-label);
        z-index: 1;
        float: left;
        color: #000000;
    }

    .preview-table tr {
        background-color: #ffffff;
        border-radius: 5px;
        display: block;
        margin: 0.5rem 0;
    }

    .preview-table tbody tr {
        border-bottom: none;
    }

    .preview-table tr td {
        text-align: right !important;
    }

    .preview-table td:last-child:hover:after {
        left: auto;
        right: 10%;
        transform: translate(50%, 50%);
    }

    .preview-table th, .preview-table td {
        padding: 0.5rem 1rem;
    }
}

/*Sync Modal UI*/
.sync-modal-body{
    padding: 0 !important;
}
.sync-modal {
    --bs-modal-width: 630px !important;
}
.card-like {
    /*margin-top: 50px;*/
    /*margin-bottom: 50px;*/
    color: white;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.btn-irv {
    width: 100%;
    background: #038dab;
    color: #fff !important;
    /*font-weight: bold;*/
    padding: 10px 0;
    transition: all 0.3s;
    height: 50px;
}
.btn-irv:hover {
    background: #02738d;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-irv-default {
    font-weight: bold;
    background: #bbb;
    color: #fff !important;
}
.btn-irv-default:hover {
    background: #aaa;
}
.wizard {
    overflow: hidden;
}
.wizard .wizard-header {
    margin-bottom: 30px;
}
.wizard .wizard-header h1 {
    margin-top: 0;
    margin-bottom: 20px;
}
.wizard .wizard-header h1 small {
    color: #bbb;
}
.wizard .wizard-header hr {
    border-color: #038dab;
    border-top-width: 2px;
}
.wizard .wizard-header .steps {
    height: 15px;
}
.wizard .wizard-header .steps .wizard-step {
    background: #038dab;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px;
    opacity: 0.2;
    border-radius: 50%;
    transition: all 0.8s;
}
.wizard .wizard-header .steps .wizard-step.active {
    opacity: 1;
}
.wizard .wizard-body {
    position: relative;
    transition: all 0.3s cubic-bezier(0.68, -0.3, 0.37, 0.6);
    height: 135px;
}
.wizard .wizard-body .step {
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    top: 0;
    right: -100%;
    opacity: 0;
}
.wizard .wizard-body .step.initial {
    position: relative;
}
.wizard .wizard-body .step.off {
    opacity: 0 !important;
    right: 100% !important;
}
.wizard .wizard-body .step.active {
    right: 0;
    margin-left: 0;
    margin-top: 0;
    opacity: 1;
    transition: all 0.4s linear;
    transition-delay: 0.1s;
}
.wizard .wizard-footer {
    margin-top: 30px;
}
.sync-modal-content{
    height: 408px;
}

fieldset {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 20px;
}

legend {
    color: #555555;
    padding: 5px 10px;
    border-radius: 5px;
    float: none;
    width: auto;
    font-size: 15px;
    margin-bottom: 0;
}

.selected-fieldset{
    border: 1px solid var(--theme-color);
}

.delivery-label{
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1.2rem;
    border-radius: 0.3rem;
    background-color: #f5faf2;
    transition: border-color 0.3s, background-color 0.3s;
    cursor: pointer;
}
.delivery-label span{
    color: #555555;
}

.delivery-label:hover{
    background-color: #ecf6e7;
}

.delivery-label:has(input[type="radio"]:checked) {
    border-color: #d3e9c5;
    background-color: #d3e9c5;
}

.delivery-radio{
    position: relative;
    appearance: none;
    width: 1.5rem;
    height: 1.5rem;
}

.delivery-radio::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.2;
    border-radius: 50%;
    background-color: #aed692;
    transition: opacity 0.3s;
}

.delivery-radio:checked::after {
    opacity: 1;
}

.order-stepper-card{
    background: #ffffff;
    box-shadow: 0 0 !important;
}
.card-status-steps-container{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
}

.card-status-step{
    background: transparent !important;
    opacity: 1 !important;
    margin: 0 35px !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    /*justify-content: center !important;*/
}

.order-status-body{
    color: #444444 !important;
}

.card-status-inner-step{
    background: #e3f0da !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;
}
.card-status-step p{
    color: #444444;
}

.order-note{
    border: 1px solid #eeeeee;
    width: 500px;
    height: 100px;
}
.active-circle{
    background: #bfef9e !important;
}
.active-title{
    font-weight: 600;
}

.height-auto {
    height: auto !important;
}
.height {
    height: 890px !important;
}
.height-420 {
    height: 450px !important;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-top-570{
    margin-top: 520px !important;
}
.margin-top-100 {
    margin-top: 115px !important;
}
.btn-process{
    padding: .25rem 0.9rem;
}
.image-upload-wrapper{
    width: 350px;
}
.form-control-file{
    width: 100%;
    height: 100%;
    cursor: pointer !important;
}
.homepage-banner-button{
    height: 105px;
    cursor: pointer;
}
.homepage-banner-button span{
    cursor: pointer;
}

/* Add custom SVG icon and control the color */
.navbar-toggler-icon {
    display: inline-block;
    width: 30px; /* Adjust the size as needed */
    height: 30px; /* Adjust the size as needed */
    background-color: white;
    mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3E%3Cpath fill="white" d="M0 6h30v3H0zm0 7h30v3H0zm0 7h30v3H0z"%3E%3C/path%3E%3C/svg%3E') no-repeat center;
    -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3E%3Cpath fill="white" d="M0 6h30v3H0zm0 7h30v3H0zm0 7h30v3H0z"%3E%3C/path%3E%3C/svg%3E') no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-image: none !important;
    /*border: 1px solid white;*/
}

/* Control the color by changing the fill property in SVG directly */
.navbar-toggler-icon.white {
    mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3E%3Cpath fill="white" d="M0 6h30v3H0zm0 7h30v3H0zm0 7h30v3H0z"%3E%3C/path%3E%3C/svg%3E') no-repeat center;
    -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"%3E%3Cpath fill="white" d="M0 6h30v3H0zm0 7h30v3H0zm0 7h30v3H0z"%3E%3C/path%3E%3C/svg%3E') no-repeat center;
}

.navbar-toggler{
    border: 1px solid #ffffff;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}
