:root {
    --theme-color: #0068CE;
    --review-color: #ff5722;
    --project-background-color: #f2f4f6;
    --text-black-shade700: #373d3f;
    --color-error: #ff0000;
    --color-danger: #c51236;
}

html,
body {
    position: relative;
    overflow-x: hidden;
    background-color: #f2f5f7;
    font-family: -apple-system, Arial, sans-serif, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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-rbs-bg {
    background-color: var(--theme-color) !important;
}

.color-pink {
    color: #f06598;
}

.color-blue {
    color: #56b4e4 !important;
}

.color-blue-important {
    color: #56b4e4 !important;
}

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

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

::placeholder {
    color: #c0c0c0 !important;
    font-size: 0.9rem !important;
}

.placeholder-color {
    color: #c0c0c0 !important;
}

.select {
    color: #6c757dc7 !important;
}

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

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

.option {
    color: #495057 !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.text-transform-default {
    text-transform: capitalize !important;
}

.badge-review {
    color: #fff;
    background-color: var(--review-color);
}
.badge-service {
    background-color: #e8f4f8;
    color: #30839f;
    font-weight: 400;
    height: 18px;
}

.badge-danger-custom {
    background-color: #dc3545;
    font-size: .7rem !important;
    border-radius: 5px;
}
.badge-success-custom {
    background-color: #28a745;
    font-size: .7rem !important;
    border-radius: 5px;
}
.badge-secondary-custom {
    background-color: #ededed;
    font-size: .7rem !important;
    border-radius: 5px;
}
.badge-warning-custom {
    background-color: #FFC107;
    color: #212529;
    font-size: .7rem !important;
    border-radius: 5px;
}
.badge-exchanged-custom{
    color: #fff;
    background-color: #827717;;
    font-size: .7rem !important;
    border-radius: 5px;
}

.w-10 {
    width: 8.33%;
}

.w-15 {
    width: 15%;
}

.w-13 {
    width: 13.5%;
}

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

.w-100 {
    width: 100%;
}

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

.text-bg-color {
    background-color: #f4fafb;
}

img.home-icon {
    width: 24px;
    height: 26px;
    padding-bottom: 2px;
}

.navbar-brand {
    font-size: 1rem;
}

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

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

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

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

.h5-thin-text {
    font-weight: 400;
}

.text-mud-black {
    color: var(--text-black-shade700) !important;
}
.text-light {
    color: #949ca3 !important;
}

/* Font  */
.font-large {
    font-size: 2.2rem;
}

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

.font-standard {
    font-size: 1rem !important;
}
.font-semi-medium {
    font-size: 1.2rem !important;
}

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

.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-500 {
    font-weight: 500;
}

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

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

/* End Font  */

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

.text-review {
    color: var(--review-color);
}

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

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

.app-icon {
    width: 140px;
}

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

.danger-bg {
    background-color: var(--color-danger);
}

.border-danger {
    border: 1px solid var(--color-danger);
}

.border-danger-fade {
    border: 1px solid #ff837a;
}

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

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

.color-purple {
    color: #767bbb;
}

.color-grey {
    color: #848484;
}

.bg-ash {
    color: var(--project-background-color);
}

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

.bg-red {
    background: #dc3545;
}

.ash-bg {
    background: var(--project-background-color);
}

.text-medium-light {
    color: #bdbdbd;
}

.icon-fade {
    color: #a2a2a2;
}

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

.btn-theme {
    background: var(--theme-color) !important;
    color: #ffffff !important;
    border: none;
    border-radius: 5px;
}

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

.btn-module-outlined {
    border-radius: 0 !important;
    background: NONE;
    padding: 0.395rem 0.95rem !important;
    font-size: 1.1rem !important;
}

.btn-edit {
    padding: 0.375rem 1.5rem !important;
}

.btn-file {
    background-color: #f3f3f3;
    color: var(--text-black-shade700);
}

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

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

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

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

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme:not(:disabled):not(.disabled):active,
.show > .btn-theme.dropdown-toggle {
  background-color: var(--theme-color) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.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;
}

label[for] input[type="radio"]:checked {
    /*styles here*/
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.dashboard-custom-control {
    border: none;
    cursor: pointer;
    color: #6c757d;
}

.dashboard-custom-control:focus {
    color: #6c757d;
}

.error-node {
    font-size: 12px;
}

.payment-node {
    font-size: 14px;
    color: #007bff;
}

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

.no-border td {
    border: 0;
}

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

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

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

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

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

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

.dropdown-menu a {
    color: #5a5a5a !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 :focus-within {
    background-color: transparent !important;
}

.dropdown-item:hover {
    color: var(--theme-color) !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;
}

/**/

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

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

.footer {
    background-color: #000;
}

.btn-z-index-custom {
    z-index: 0 !important;
}

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

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

.card {
    border: 0;
}

/* Login */

.login-wrapper {
    /*width: 75%;*/
}

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

.card-middle {
    position: fixed;
    align-items: center;
    justify-content: center;
    display: flex;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.login-header-border {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.login-footer {
}

/* end */

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

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

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

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

.navbar-light .navbar-nav .active > .nav-link i {
    color: var(--theme-color);
}

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

a.nav-link {
    border: 0.5px solid #e9ecef;
    color: gray;
}

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

a.nav-link i {
    color: #9c9c9c;
}

a.nav-link i:hover {
    color: var(--theme-color);
}

.full-width {
    width: 100%;
}

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

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

.operator img {
    width: 30px;
}

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

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

.additional-field {
    width: 180px;
}

.table-light {
    background: #f8f9fa;
}

.pt-custom {
    padding-top: 2% !important;
    padding-bottom: 2.1% !important;
}

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

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

.input-custom-button {
    background: white;
}

.icon-sm {
    font-size: 75%;
}

.jconfirm .jconfirm-box {
    padding: 24px !important;
}

/*container*/

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

/*graph-tab-css*/

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

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

.tab-home {
    max-width: 97% !important;
}

.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 li a:hover,
#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: #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-contents-first {
    border: 1px solid #ddd;
}

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

.btn-padding-custom-for-radio {
    padding: 0.175rem 0.55rem !important;
    border-radius: 0 !important;
    font-size: 90% !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-control label {
  padding: 3px 0 0 6px;
  cursor: pointer;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2.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: #0068CE;
  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;
}
.pre-formatted {
    white-space: pre-line;
}
.wrap-word {
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap;
    /* Chrome & Safari */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* CSS3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
@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: 80%;
}

.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 {
  font-size: 1rem;
  height: calc(1.9em + 1rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.custom-select-lg-override {
  /*height: calc(2.875rem + 2px);*/
  height: calc(1.9em + 0.73rem + 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: 24px 20px;
  border-radius: 8px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
/*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;
}

div select.form-select {
  
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  height: calc(1.85rem + 1rem) !important;
  padding-top: 5px !important;
  padding-bottom: 0.375rem !important;
  font-size: 100% !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  display: inline-block !important;
  border-radius: 0.25rem !important;
  border: 1px solid #ced4da !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 8px 10px !important;
}


.select2-container .select2-selection--single {
  height: calc(2.875rem + 2px) !important;
  padding-bottom: 0.375rem;
  padding-top: 10px;
  border: 1px solid rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  border-radius: 4px;
  /* width: 258px !important; */
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px !important;
}
/*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: 0 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;
}

.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;
}
/* #sslczPayBtn {
  position: relative;
  background: #3498db;
  border: 0 none;
  color: #fff;
  padding: 8px 20px 8px 70px;
  border-radius: 4px;
  height: 42px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  width: 254px;
  outline: 0;
  overflow: hidden;
}
#sslczPayBtn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 100%;
    background: #2a5da8 url("../img/ssl.png") no-repeat 90% 50%;
    background-size: 70%;
    border-radius: 4px 0px 0px 4px;
    z-index: 9;
}
#sslczPayBtn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background: #2a5da8;
  border-radius: 4px 0px 0px 4px;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-25deg);
} */
.btn-export {
    padding: 0.42rem 0.8rem !important;
}

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

.filewrap {
    position: relative;
    color: #000;
    font-size: 15px;
}

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

.excel-image img {
    width: 100%;
    padding: 5%;
    height: auto;
}
/*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: 45px;
  max-width: 70px;
  height: 23px;
  background: #d1d1d1;
  display: block;
  border-radius: 100px;
  position: relative;
  color: #000;
  font-size: 15px;
}

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-label {
  position: relative;
  padding: 3px 0 0 6px;
  cursor: pointer;
  gap: 9px;
  color: #6c757d; /* Bootstrap's text-secondary */
}

/* Checkbox box */
.custom-checkbox .custom-control-label::before {
  position: absolute;
  content: '';
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ced4da;
  background-color: #d3e9ff;
  border-radius: 0.15rem;
  pointer-events: none;
}

/* Checkbox check mark (✓) */
.custom-checkbox .custom-control-label::after {
  position: absolute;
  top: 6px;
  left: -1.5rem;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  font-size: 1.375em;
  color: #0068CE;
  line-height: 0;
  background: no-repeat center/50% 50%;
  transition: all 0.3s ease;
}

/* When checkbox is checked, show tick */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  content: "✓";
}

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

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

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


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

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

input[type="file"] {
    top: 0;
    left: 0;
    cursor: pointer;
}

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

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

.sales-dash-right-border {
    border-right: 1px solid #f5f5f5;
}

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

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

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

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

.kds-order-summary {
    border-bottom: 1px solid #f5f5f5;
    padding: 8px 0;
}

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

.merchant-link-item img {
    height: 32px;
    width: 32px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

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

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

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

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

.inventory-border:nth-child(4) .card .left-border,
.inventory-store-border:nth-child(3) .card .left-border {
    border-left: 1px solid #0277bd;
    height: 105px;
}

.inventory-border:nth-child(5) .card .left-border,
.inventory-store-border:nth-child(4) .card .left-border {
    border-left: 1px solid #ffab91;
    height: 105px;
}

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

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

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

.inventory-store-border {
}

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

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

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

#modal_title p {
    border-bottom: 1px solid #efefef;
}

.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;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-20 {
        width: 20% !important;
    }
    .w-md-31 {
        width: 31% !important;
    }
    .w-md-11 {
        width: 11.5% !important;
    }
    .w-md-70 {
        width: 70% !important;
    }
}

/*homepage style*/

.card-border-custom {
    border: 1px solid #ddd;
}

.card-body p {
    overflow: hidden;
    white-space: inherit;
}

.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-size-custom {
    width: 16rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

/*Employee Profile*/

.flex-container {
    display: flex;
    /* padding-right: 15px;
padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}

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

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

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

small.link-description {
    line-height: 1.2;
}

img.user-profile-image {
    height: 130px;
    width: 130px;
}

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

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

.input-group {
    z-index: 0;
    height: 100%;
}

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

.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 {
    font-size: 1rem;
    height: calc(1.9em + 1rem + 2px);
    padding: 0.5rem 1rem;
    line-height: 1.5;
    border-color: #ced4da;
    border-radius: 0.3rem;
}

.custom-select-lg-override {
    height: calc(1.9em + 0.73rem + 5px) !important;
    padding-top: 0.7rem !important;
    padding-bottom: 0.375rem !important;
    font-size: 100%;
}

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

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

.input-wrapper-home {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.input-file-button {
    border: 1px dashed #b1b1b1;
    color: #b1b1b1;
    background-color: white;
    padding: 24px 20px;
    border-radius: 8px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.form-button-border {
    border-top: 1px solid #e1e3e5;
}

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

.input-wrapper-home 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--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 10px !important;
}

.btn {
    padding: 0.6rem 1.125rem;
    height: 100%;
    border-radius: 0.25rem;
}

.btn_search,
.calendar_icon {
    height: 48px;
    width: 48px;
    justify-content: center;
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

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

/*end*/

/* Custom Checkbox for Application */

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control label {
    padding: 3px 0 0 6px;
    cursor: pointer;
    vertical-align: top;
    align-items: center;
}

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

.custom-checkbox .custom-control-label::before {
    position: absolute;
    content: "";
    display: block;
    border-radius: 0.15rem;
    height: 20px;
    width: 20px;
    border-color: transparent;
    background-color: #d3e9ff;
}

.custom-control-label {
    position: relative;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    left: 0;
}

.custom-control-label::after {
    position: absolute;
    top: 0.15rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

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

.custom-checkbox label {
    gap: 9px !important;
    padding: 3px 0 0 6px !important;
}

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

.custom-control-input:checked ~ .custom-control-label::before {
    content: "";
    display: block;
    border-color: transparent;
    background-color: #d3e9ff;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    content: "\2713";
    position: absolute;
    top: 12px;
    left: -22px;
    font-size: 1.375em;
    color: #0068CE;
    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;
}

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

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

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block !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);
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #ced4da !important;
}

/* End */

/*responsive code*/

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

@media (min-width: 320px) and (max-width: 576px) {
    .display-block-for-xs {
        display: block !important;
    }
    .style-custom-select {
        width: 33%;
    }
    .tab-left {
        margin-top: 0%;
    }
    .tab-contents {
        margin-top: 0;
    }
    #tab-button {
        width: 100%;
    }
    .style-custom-select {
        width: 33%;
        margin-bottom: 5%;
        margin-left: 76%;
    }
    .style-custom-select-analytics-page {
        width: 33%;
        margin-bottom: 2% !important;
        margin-left: 70% !important;
    }
    .custom-responsive-margin {
        margin-top: 3%;
    }
    .table-fixed-width {
        width: 40%;
    }
    .bs-stepper .step-trigger {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2px !important;
    }
    .fixed-top2 {
        top: 51px;
        z-index: 1 !important;
    }
    .new-footer ul li {
        line-height: 25px !important;
    }
    .blank-page-img img {
        width: 50%;
    }
    .blank-page-img-block img {
        width: 40%;
    }
    .blank-page-img-promo img {
        width: 40%;
    }
    .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;
    }
    nav li {
        margin-right: 3px;
    }
    #tab-button-first li a {
        padding: 0.4em;
    }
    .overflow-x {
        overflow-x: auto;
    }
    .margin-auto {
        margin: auto;
    }
    .employee-grid {
        justify-content: center;
    }
    .modal .modal-custom-size {
        width: 100%;
        top: 10%;
    }
    .switch-module .card {
        width: 100%;
    }
    #moduleSwitchingDrawer {
        width: 280px;
        left: 21px;
    }
    .navbar-px {
        padding: 0 19px;
    }
    .login-wrapper {
        width: 100%;
    }
    .login-card {
        width: 100%;
        padding: 24px;
    }
    .bill-payment-card {
        width: 100%;
        padding: 24px;
    }
    .form-card {
        padding: 16px;
    }
    .cropper-container {
        width: inherit !important;
    }
}

@media (min-width: 576px) and (max-width: 766px) {
    .custom-responsive-margin {
        margin-bottom: 3%;
    }
    .display-block-for-xs {
        display: block !important;
    }
    .custom-responsive-margin {
        margin-top: 3%;
    }
    .table-fixed-width {
        width: 30%;
    }
    .tab-left {
        margin-top: 0%;
    }
    .bs-stepper .step-trigger {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2px !important;
    }
    .footer {
        padding: 20px;
        line-height: 25px;
        padding-top: 25px;
    }
    .modal-cat-img-1 {
        height: auto;
        width: 130px;
    }
    .modal-cat-img-2 {
        height: auto;
        width: 130px !important;
    }
    .modal-cat-img-3 {
        height: auto;
        width: 110px !important;
    }
    .fixed-top2 {
        top: 38px;
    }
    .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;
    }
    .overflow-x {
        overflow-x: auto;
    }
    .margin-auto {
        margin: auto;
    }
    .modal .modal-custom-size {
        width: 100%;
        top: 10%;
    }
    .switch-module .card {
        width: 100%;
    }
    #moduleSwitchingDrawer {
        width: 280px;
        left: 21px;
    }
    .navbar-px {
        padding: 0 19px;
    }
}

/*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: 90%;
    }
    .tab-left {
        margin-top: 0%;
    }
    #tab-button {
        width: 93%;
    }
    .style-custom-select {
        width: 65%;
    }
    .display-block-for-md {
        display: block !important;
    }
    .modal-cat-img-1 {
        height: auto;
        width: 140px;
    }
    .modal-cat-img-2 {
        height: auto;
        width: 140px !important;
    }
    .modal-cat-img-3 {
        height: auto;
        width: 120px !important;
    }
    .modal-app-img {
        vertical-align: middle;
        border-style: none;
        height: auto;
        width: 250px;
    }
    .auto {
        margin-left: 0px !important;
    }
    .fixed-top2 {
        top: 46px;
    }
    .overflow-x {
        overflow-x: auto;
    }
    .margin-auto {
        margin: auto;
    }
    .w-md-20 {
        width: 20%;
    }
    .switch-module .card {
        width: 100%;
    }
    .navbar-px {
        padding: 0 19px;
    }
    .w-md-10 {
        width: 10%;
    }
    .w-md-15 {
        width: 13.33%;
    }
    .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% !important;
    }
    .w-md-90 {
        width: 90%;
    }
    .w-md-auto {
        width: auto !important;
    }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
    .top-card-info p,
    .top-card-info h4,
    .top-card-info h2 {
        font-size: 75%;
    }
    #tab-button {
        width: 57%;
    }
    .style-custom-select {
        width: 37%;
    }
    .m-none {
        margin: none !important;
    }
    .switch-module .card {
        width: 100%;
    }
    .navbar-px {
        padding: 0 19px;
    }
    .w-lg-100 {
        width: 100%;
    }
    .w-lg-80 {
        width: 80% !important;
    }
    .w-lg-30 {
        width: 29.33%;
    }
    .w-lg-20 {
        width: 19.33%;
    }
    .w-lg-15 {
        width: 13.33%;
    }
    .w-lg-auto {
        width: auto !important;
    }
}

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

@media (min-width: 1200px) {
    #tblOffer_filter {
        margin-top: -38px;
    }
    .m-none {
        margin: none !important;
    }
    .w-xl-10 {
        width: 9.33%;
    }
    .w-xl-15 {
        width: 13.33%;
    }
    .w-xl-16 {
        width: 14.33%;
    }
    .w-xl-18 {
        width: 16.33%;
    }
    .w-xl-19 {
        width: 19%;
    }
    .w-xl-20 {
        width: 20%;
    }
    .w-xl-40 {
        width: 39.33%;
    }
    .w-xl-50 {
        width: 49.33%;
    }
    .w-xl-80 {
        width: 79.33% !important;
    }
    .w-xl-auto {
        width: auto !important;
    }
}

@media (min-width: 1400px) {
}

.card-width {
    width: 100%;
}

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

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

.dataTable tbody tr td {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    --bs-table-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;
    /*text-align: center;*/
}

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

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

div.dataTables_wrapper div.dataTables_filter input,
div.dt-container div.dt-search input,
div.dataTables_wrapper div.dataTables_length select,
div.dt-container div.dt-length select,
#productSelectedList input {
    height: calc(1.85rem + 1rem) !important;
}

.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;
    height: 40px !important;
}

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

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

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

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

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

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

.footer-col-1 img {
    width: 20%;
}

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

.input-group .bootstrap-select.form-control {
    z-index: inherit;
}

.input-group > .form-select {
    border-color: #ced4da;
    height: 100%;
}

/*modal*/

.model-img-2 {
    width: 100%;
}

.model-img-2 img {
    width: 80%;
}

.modal-btn {
    padding: 1% 5%;
}

.barcode img {
    width: 55%;
}

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

.tab-contents-first {
    font-size: 1rem;
}

/* Login Page Css */

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

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

.login-logo img {
    width: 129px;
    height: auto;
}

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

.color-green {
    color: #00c35a;
}

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

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

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

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

input[type="number"] {
    -moz-appearance: textfield;
}

.input-group-text {
    padding: 0.7rem;
    border-color: #ced4da;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #e9ecef;
    white-space: nowrap;
}

/* Appexchart */

.apexcharts-toolbar {
    position: absolute;
    z-index: 0 !important;
}

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

.store-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: lightgrey;
    background-image: none;
    flex: 1;
    padding: 0 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: 0.25rem;
    border: 1px solid #0068CE;
}
.div-select::after {
    content: "\25BC";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0.7rem;
    background: #0068CE;
    cursor: pointer;
    pointer-events: none;
    transition: 0.25s all ease;
    color: #666;
    background-color: #ffffff;
    border-left: 1px solid #0068CE;
}

body.modal-open {
    overflow: hidden;
}

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

.active-icon {
    background-color: #0068CE !important;
}

.addComplaints {
    display: none;
}

.token-no-section {
    height: 300px;
}
.token-no-section h1 {
    font-size: 45px;
    color: #666666;
}

.token-no-section p {
    font-size: 15px;
    color: #666666;
}

.queue-chip {
    font-size: 12px !important;
    background-color: #ffe5e5;
    color: #c51236;
    justify-self: center;
    align-self: center;
    border-radius: 5px;
    padding: 1px 4px;
}

.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: #f6fbfc;
    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 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;
}
.outlet-title-text {
    color: #0068CE;
    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;
}
.restrogreen-logo {
    width: 36px !important;
    height: 36px !important;
}
.badge-product {
    background-color: #f3fdfc;
    color: #0068CE;
    font-weight: normal;
}
.menu-icon {
    margin-top: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

/*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: #044604 !important;
}

.preview-table {
    margin: auto;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    border-collapse: collapse;
    z-index: 1;
    color: #000b00;
    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 {
    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;
}

@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;
    }
}
.input-group-prepend {
    position: relative;
    z-index: 2;
}

.custom-select {
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-radio .custom-control-label::before {
    display: block;
    content: "";
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 50%;
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-radio label {
    display: flex !important;
    gap: 12px !important;
    padding: 3px 0 0 0 !important;
}
.bg-success {
    color: #fff;
    background-color: #28a745 !important;
    padding: 0.25em 0.4em;
    border-radius: 5px;
}
.text-secondary {
    --bs-body-color: #6c757d;
}
.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: #0068CE;
    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) {
    .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;
    }
}
.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: #dae9f8;
    color: #003172;
    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: #0068CE;
    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-rbs-bg {
    background: var(--theme-color) !important;
}
.app-icon {
    width: 140px;
}
.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;
}

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

#visibleDropdownPalate {
    width: 295px !important;
}

#visibleDropdownPalateButton{
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.placeholder-color::placeholder{
   color: #495057 !important;
}
.marketing-login-wrapper{
    width: 100%;
}
.sign-up-btn{
    height: auto !important;
}
input[type="checkbox"]:disabled {
  background-color: #ccc; /* This may not show on all browsers */
}
.dish-expand{
    display: inline-block;
    margin-top: 4px;
}