html, body {
  overflow: auto;
}

.spacer20 {
  height: 20px;
  width: 100%;
}

.spacer30 {
  height: 30px;
  width: 100%;
}

.spacer80 {
  height: 80px;
  width: 100%;
}

.hover-pdf:hover {
  cursor: pointer;
  color: red;
}

.container-90 {
  width: 90%;
  margin: 0 auto;
  height: 87vh;
}

.report-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 10px;
}

.banner-message {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff0000;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

.banner-message-left {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff0000;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: left;
}

.meta50 {
  float: right;
  width: 45%;
}

.quote-logo {
  width: 100px;
}

.hover-cart:hover {
  cursor: pointer;
  color: #209324;
}

.btn-left-10 {
  margin-left: 10px;
}

.btn-left-38 {
  margin-left: 38px;
}

.top-dark {
  background-color: #18191B;
  color: #ffffff;
}

#element {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.footer-container {
  width: 100%;
  min-height: 50px;
  height: auto;
  background-color: #24262A;
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #ffffff;
}

.registration-table tr td {
  padding: 10px;
}

.red_astrix {
  color: 255;
}

.errors {
  width: 100%;
  color: #ff0000;
  font-size: 1rem;
}

.manditory_fields {
  width: 100%;
  height: 30px;
  font-size: 1rem;
  color: #ff0000;
}

.selected {
  background-color: #f1d692;
}

.login-register {
  font-size: 1.2rem;
  margin-left: 10px;
  text-decoration: underline;
  color: #FFF;
}
.login-register:hover {
  color: #CCC;
}

.min-h-screen {
  min-height: 88vh !important;
}

.welcome-heading {
  font-size: 2rem;
  color: #FFF;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 500px;
}

.top-row-container {
  width: 100%;
  height: 60px;
  background-color: black;
  z-index: 9999;
  position: fixed;
  top: 0;
}

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

.user-message {
  width: 50%;
  margin: 0 auto;
  font-size: 1.3rem;
  border: #ccc 1px solid;
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(250, 250, 250, 0.8705882353);
  min-width: 320px;
}

.loading-annimation {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

.updown-arrow {
  height: 10px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 2px;
}

.table-header th {
  cursor: pointer;
}

th.asc::after {
  border-width: 0 6px 6px 6px;
}

th.desc::after {
  border-width: 6px 6px 0 6px;
}

.table-header {
  background-color: #464343;
  color: #FFF;
  font-size: 0.9rem;
}
.table-header th {
  padding-left: 5px;
}

.col-width {
  width: 20%;
}

.col-width-m {
  width: 15%;
}

.toggle-btn {
  width: 100px;
  height: 40px;
}

.all-colours {
  width: 192px;
  height: 37px;
  margin: 0 auto;
  display: block;
}

.what-colour {
  width: 100%;
  height: 30px;
  text-align: center;
  margin-top: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

main {
  background-color: #FFF;
}

.dashboard-background {
  background-image: url("../images/stylelite.jpg");
  position: relative;
}

.dashboard-order-now {
  width: 15%;
  height: 12%;
  background-color: #0066ff;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 200%;
  border-radius: 15px;
  border: #7a8cb2 3px outset;
}
.dashboard-order-now:hover {
  background-color: #004cbc;
  border: #0151ff 3px outset;
}

.dashboard-banner {
  height: 7px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: -30px;
  margin-bottom: -14px;
  color: red;
}

.dashboard-message {
  font-size: 1.2rem;
  text-align: center;
  margin-top: -30px;
  margin-bottom: -14px;
}

.card-body {
  min-height: 335px;
}

.card-colour-visa {
  color: #FFF;
  background-color: #1434cb;
  width: 40px;
  border: none;
  border-radius: 3px;
  font-size: 1.8rem;
}

.card-colour-mastercard {
  color: #FFF;
  background-color: #F79E1B;
  width: 40px;
  border: none;
  border-radius: 3px;
  font-size: 1.8rem;
}

.card-colour-stripe {
  color: #FFF;
  background-color: #635bff;
  width: 40px;
  border: none;
  border-radius: 3px;
  font-size: 1.8rem;
}

.gutter-out {
  --bs-gutter-x: 0;
}

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

.red-text {
  color: red;
}

.black-text {
  color: #000000;
}

.call-me {
  padding-top: 19px;
  font-size: 1.25rem;
  right: 212px;
  min-width: 164px;
}

.min-spend {
  font-size: 1.25rem;
  margin: auto;
  width: 531px;
}

.min-spend-message {
  font-size: 0.96rem;
  color: #0d6efd;
  padding-left: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  display: none;
}

#datepicker {
  display: none;
  margin-top: 20px;
}

#myModal1 {
  z-index: 9999;
}

.modal-checkout-width {
  width: 24px;
}

.main-content {
  padding-top: 10px;
  overflow: auto;
}

.change-shipping-address {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
}

.log-name {
  font-size: 0.8rem;
  font-style: italic;
}

.tier-brand {
  height: 27px;
  width: 115px;
  float: left;
  border-color: #ccc;
  padding-top: 0px;
  border-radius: 5px;
}

.field-spacer {
  width: 115px;
  height: 25px;
  float: left;
}

.field-data {
  font-size: 1rem;
}

.field-header {
  font-size: 2rem;
}

h5 {
  font-size: 1.2rem !important;
  font-weight: 500 !important;
}

.admin-header-container {
  position: fixed;
  top: 0px;
  left: 210px !important;
  width: 87%;
  height: 80px;
  border-bottom: #ccc 1px solid;
  background-color: #fff;
}

.admin-sidebar-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 220px !important;
  height: 100%;
  border-right: #ccc 1px solid;
  background-color: black;
  color: #fff;
  z-index: 9999;
  overflow-y: auto;
}

.nav-sidebar {
  width: 100%;
  width: 100%;
  float: left;
  height: 30px;
  font-size: 1.3rem;
}
.nav-sidebar:hover {
  cursor: pointer;
  background-color: #ccc;
  color: #000000;
}

.paypal-blue {
  color: #27346A;
}

.zippay-tab {
  width: 85px;
  height: 20px;
  margin: 0 auto;
  display: flex;
}

.zippay-icon {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
}

.tab {
  background-color: white; /* Default background color for tabs */
}

.tab-content {
  display: none; /* Hide all content by default */
}

.tab-container {
  width: 93%;
  height: 40px;
  margin: 0 auto;
  display: block;
}

.tab {
  width: 24%;
  height: 40px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
  padding-top: 5px;
  float: left;
  margin-right: 0.5%;
  margin-left: 0.5%;
  border-top: #CCC 1px solid;
  border-left: #CCC 1px solid;
  border-right: #CCC 1px solid;
}
.tab:hover {
  cursor: pointer;
  background-color: #0d6efd !important;
  transition: 200ms;
  color: #FFF !important;
}

#tab_1 {
  background-color: #ccc;
  font-family: poppins;
  font-size: 1rem;
}

#tab_2 {
  background-color: #ccc;
  font-family: poppins;
  font-size: 1rem;
}

#tab_3 {
  background-color: #ccc;
  font-family: poppins;
  font-size: 1rem;
}

#tab_4 {
  background-color: #ccc;
  font-family: poppins;
  font-size: 1rem;
}

#tab_5 {
  background-color: #ccc;
  font-family: poppins;
  font-size: 1rem;
}

.tab1-content {
  display: block;
}

.tab2-content {
  display: none;
}

.tab3-content {
  display: none;
}

.tab4-content {
  display: none;
}

.tab5-content {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.customer-logo {
  max-height: 25px;
  margin: 0 auto;
}

.h1-dashboard {
  font-size: 4.2rem;
  font-family: sans-serif;
}

.h5-dashboard {
  font-size: 1.64rem !important;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

.dashboard-btn {
  width: 140px;
  height: 40px;
  border-radius: 5px;
}

.dashboard-rows {
  width: 100%;
  float: left;
  margin-top: 10px;
  min-height: 500px;
  margin-left: 0;
}

.white-row {
  background-color: #fff;
}

.dark-row {
  background-color: #000000;
}

.white-side {
  background-color: #fff;
  position: relative;
}

.dark-side {
  background-color: #000000;
  position: relative;
}

.white-text {
  color: #FFF;
}

.block-to-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  height: 200px;
}

.brand-image {
  width: 100%;
  height: 100%;
  padding: 10px;
}

main {
  width: 100% !important;
  float: left !important;
  overflow: auto;
}

.center {
  text-align: center;
}

.row-format {
  font-size: 0.8rem;
  font-family: "Poppins", sans-serif;
}
.row-format:nth-child(odd) {
  background: #efefef;
}
.row-format:hover {
  cursor: pointer;
  background-color: #f1d692 !important;
}

.currency {
  text-align: right;
  padding-right: 10px;
}

.notes {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #2563eb;
}

.quote-notes {
  position: absolute;
  left: 0px;
  bottom: 2px;
  width: 60%;
  text-align: center;
  font-size: 0.9rem;
  color: #000000;
}

.inv-notes {
  position: absolute;
  left: 0px;
  bottom: 2px;
  width: 60%;
  text-align: center;
  font-size: 0.9rem;
  color: #000000;
}

.swatch-thumb {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: #ccc 1px solid;
}

.hover {
  background-color: transparent;
}
.hover:hover {
  cursor: pointer;
  background-color: #f6d581;
}

.input-field-sm {
  width: 70px;
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  background: transparent;
}

.btn-primary {
  background-color: #0d6efd !important;
}
.btn-primary:hover {
  background-color: #2e81ff !important;
}

.btn-secondary {
  background-color: #6c757d !important;
}
.btn-secondary:hover {
  background-color: #767a7d !important;
}

.pay-option {
  float: left;
}

.pay-option-width {
  width: 120px;
  float: left;
}

.modal-colour {
  width: 100%;
  display: block;
  overflow: auto;
  border: #d1d1d1 1px solid;
  text-align: center;
  padding-top: 10px;
  background-size: cover;
  background-position: center;
}

#modal_emails {
  z-index: 9999;
}

.afield {
  width: 100%;
  text-align: right;
  padding-right: 15px;
}

.center-field {
  text-align: center;
}

.product-list-li {
  width: 100%;
}
.product-list-li:hover {
  cursor: pointer;
  background-color: #fac131 !important;
}

.product-list-container {
  width: 100%;
  max-height: 500px;
  overflow: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.customer-list-ul {
  width: 100%;
}
.customer-list-ul thead {
  position: sticky;
  top: 0;
  background-color: #404040;
  color: #FFF;
}

.customer-setup-row-selector:hover {
  cursor: pointer;
  background-color: #f6d581 !important;
}

.customer-select-all-products {
  margin-top: 20px;
  height: 40px;
  background-color: #0066ff;
  color: #FFF;
}

.customer_select_all_message {
  color: darkgreen;
  font-size: 1.1rem;
  text-align: left;
}

.customer-setup-percentage-field {
  width: 60px;
  height: 25px;
  margin-left: -5px;
  border: none;
  padding: 0px !important;
}

#customer_brands {
  max-height: 500px;
}

.customer-setup-save-discount {
  width: 60px;
  height: 25px;
  padding-top: 0;
}

.customer-setup-save-record {
  width: 120px;
  height: 38px;
  padding-top: 5;
}

.customer-setup-loader {
  display: block;
  width: 40px;
  float: right;
  margin-top: 20px;
  margin-right: 16px;
}

.customer-setup-button {
  width: 180px;
  height: 40px;
  margin-bottom: 10px;
}

.customer-auth-email {
  display: none;
}

#products_listtable {
  width: 89%;
}
#products_list table thead {
  width: calc(100% - 1em);
}
#products_list table thead, #products_list tbody tr {
  display: table;
  table-layout: fixed; /* even columns width , fix width of table too*/
}
#products_list table tbody {
  display: block;
  height: -moz-min-content;
  height: min-content;
  overflow: auto;
}
#products_list table thead, #products_list tbody tr td {
  font-size: 0.8rem;
  text-align: left;
  margin-right: 10px;
  padding-right: 10px;
}

.pad-l-5 {
  padding-left: 5px;
}

.row-bgcolor {
  background-color: #ccc;
  color: #000000;
}

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

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

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

.align-top {
  vertical-align: top;
}

.relative {
  position: relative;
}

.postop {
  position: absolute;
  top: 0px;
  padding: 5px;
  background-color: #f6f3f3;
}

.posline {
  border-bottom: 1px #f6f3f3 solid;
}

.posbottom {
  position: absolute;
  bottom: 0px;
}

.posbottom-col1 {
  width: 117px;
}

#modal_price {
  background-color: #f6f3f3;
}

.po-error {
  font-size: 0.9rem;
  color: red;
}

.cart-item {
  margin-left: 10px;
}

.modal-pack {
  border: none;
  width: 100px;
  height: 25px;
  padding: 0 !important;
  padding-left: 5px !important;
}

.modal-pack-border {
  border: #0d6efd 2px inset;
  width: 104px;
  height: 29px;
}

.modal-qty {
  border: none;
  width: 100px;
  height: 25px;
  padding: 0 !important;
  padding-left: 5px !important;
}

.modal-qty-border {
  border: #0d6efd 2px inset;
  width: 104px;
  height: 29px;
  float: left;
  margin-right: 10px;
}

.cart-price, .cart-totalprice {
  border: none;
  width: 100px;
  height: 25px;
}

.cart-icon-colour {
  color: #4caf50;
}

.cart-icon-container {
  margin-right: 20px;
  display: none;
}
.cart-icon-container:hover {
  cursor: pointer;
}

.cart-icon-colour-lg {
  font-size: 1.5rem;
  color: #4caf50;
  margin-right: 6px;
}

.cart-count {
  font-size: 1rem;
  float: right;
}

.checkout-qty {
  height: 25px;
  width: 100px;
  border: none;
  border-radius: 3px !important;
  text-align: right;
}

.cart-del-row:hover {
  cursor: pointer;
  color: red;
}

.radio-quote-field {
  width: 120px;
  height: 30px;
  float: left;
}

.radio-quote-label {
  float: left;
  margin-left: 10px;
  margin-top: -4px;
}

.radio-quote-cb {
  float: left;
}

.quote-container {
  width: 100%;
  margin-top: 10px;
  min-height: 50px;
}

.red-border {
  border: #ff0000 1px solid !important;
}

.normal-border {
  border: #ccc 1px solid !important;
}

.disabled {
  background-color: #ccc !important;
  color: #fff !important;
}
.disabled:hover {
  background-color: #bcbcbc !important;
}

.quote-input {
  border: #ccc 1px solid;
  border-radius: 5px !important;
  margin-right: 5px;
  width: 60%;
  height: 35px;
  float: left;
  margin-left: 10px;
}

.quote-address-container-dist {
  width: auto;
  margin-top: 10px;
  margin-right: 5px;
  border: #bcbcbd 1px solid;
  padding: inherit;
  float: left;
  border-radius: 3px;
  width: 100%;
}

.quote-field-container {
  width: 100%;
  max-width: 370px;
  float: left;
}

.totals {
  font-weight: 600;
}

.checkout-postcode {
  height: 25px;
  width: 100px;
  border: #ccc 1px solid;
  border-radius: 3px !important;
}

.error-message {
  color: red;
  font-size: 1.1rem;
  text-align: center;
  width: 100%;
  padding: 5px;
  margin-top: -20px;
  margin-bottom: 10px;
}

.order-block-container {
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
  border: #ccc 1px solid;
  float: left;
}

.order-block-container-inside {
  width: 100%;
  max-width: 47%;
  float: left;
  margin-left: 20px;
}

.purchase-order-notes {
  width: 100%;
  height: 120px;
  border-radius: 3px !important;
}

.order-block {
  width: 100%;
  margin-bottom: 20px;
}

.order-block-btn {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  display: block;
}

.order-number-message {
  color: red;
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  padding: 5px;
  margin-top: -20px;
  margin-bottom: 10px;
}

.datepicker_po {
  width: 100%;
  border-radius: 3px !important;
}

.send-purchase-order-btn {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: block;
  font-weight: bold;
}

.purchase-order-number {
  width: 100%;
  border-radius: 3px !important;
}

.purchase-order-amount-container {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 3px;
  border: #6b7280 1px solid;
  position: relative;
  height: 44px;
}

.purchase-order-amount {
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  left: 8px;
  top: 8px;
}

.cust-prod-save {
  height: 22px;
  padding-top: 0px;
  font-size: 0.9rem;
}

.set-price-field {
  width: 100%;
  height: 22px;
  border-color: #ccc !important;
}

.final-total {
  font-size: 1.1rem;
  font-weight: 700;
}

.empty-cart {
  position: absolute;
  right: 5px;
  top: 2px;
  margin-bottom: 10px;
  width: 100px;
  height: 24px;
  padding: 0;
}

.checkboxes-error {
  text-align: center;
  color: red;
  font-size: 1.1rem;
}

.checkbox-container {
  width: 100%;
  float: left;
}

.dispatch-label {
  float: left;
  padding-left: 54px;
}

.inner-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding: 10px;
}

.checkout-container {
  width: 100%;
  margin-top: 10px;
}

.checkout-address-container-dist {
  width: auto;
  margin-top: 10px;
  margin-right: 5px;
  border: #bcbcbd 1px solid;
  padding: inherit;
  float: left;
  border-radius: 3px;
  width: 49%;
}

.checkout-shipping-address-container-dist {
  width: auto;
  margin-top: 10px;
  margin-left: 5px;
  border: #bcbcbd 1px solid;
  padding: inherit;
  float: left;
  border-radius: 3px;
  width: 49%;
}

.checkout-address-container {
  flex: 0 0 auto;
  width: auto;
  min-width: 417px;
  max-width: 460px;
  margin-top: 10px;
  margin-right: 5px;
  border: #bcbcbd 1px solid;
  padding: inherit;
  float: left;
  border-radius: 3px;
}

.checkout-shipping-address-container {
  width: auto;
  margin-top: 10px;
  margin-left: 5px;
  border: #bcbcbd 1px solid;
  padding: inherit;
  float: left;
  border-radius: 3px;
}

.checkout-information-container {
  flex: 1 1 350px;
  width: auto;
  min-width: 350px;
  margin-top: 10px;
  margin-left: 5px;
  border: #bcbcbd 1px solid;
  padding: inherit;
  float: left;
  border-radius: 3px;
  padding-bottom: 10px;
}

.important {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fa3131;
  margin-left: 10px;
  top: 10px;
  width: 100%;
}

.forklift {
  width: 25px !important;
  height: 25px !important;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 5px;
  float: left;
  border-radius: 5px !important;
}

.forklift-required-message {
  font-size: 1.3rem;
  color: #fa3131;
  text-align: center;
}

.forklift-label {
  padding-left: 54px;
}

.shipping_radio {
  margin-right: 3px;
}

.shipping-message {
  padding-left: 10px;
  margin-top: 14px;
  color: #209324;
  float: left;
}

.shipping-head {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #ccc;
  padding-left: 10px;
  float: left;
}

.shipping-heading {
  padding-top: 3px;
}

.shipping-sm {
  font-size: 1rem;
}

.shipping-btn {
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  height: 26px;
  width: 120px;
  padding: 0;
}

.checkout-cart {
  margin: 0 auto;
  display: block;
  width: 200px;
  font-size: 1.3rem;
}

.twenty-right-margin {
  margin-right: 20px;
}

.thirty-five-right-margin {
  margin-right: 35px;
}

.field-container {
  width: 100%;
  max-width: 460px;
}

.input_label {
  width: 125px;
  height: 35px;
  float: left;
  padding-left: 10px;
  padding-top: 5px;
}

.input_field {
  width: 62%;
  height: 35px;
  float: left;
  margin-left: 10px;
  border: none;
}

.input-field {
  width: 62%;
  height: 35px;
  float: left;
  margin-left: 10px;
  margin-bottom: 5px;
  border-radius: 3px !important;
}

.textarea-field {
  width: 62%;
  height: 90px;
  float: left;
  margin-left: 10px;
  margin-bottom: 5px;
  border-radius: 3px !important;
}

.spacer-8 {
  width: 100%;
  float: left;
  height: 8px;
}

.spacer-20 {
  width: 100%;
  float: left;
  height: 20px;
}

.spacer-30 {
  width: 100%;
  float: left;
  height: 30px;
}

.minspend {
  color: red;
  font-size: 0.9rem;
}

.terms-link {
  color: #0151ff;
  text-decoration: underline;
}

.text-bold {
  font-weight: 700 !important;
}

.checkout_amount_container {
  width: 100%;
  border: #6c757d 1px solid;
  padding-left: 5px;
}

.checkout_amount {
  width: auto;
  border: none;
  font-size: 1.1rem !important;
}

.checkout-button {
  font-weight: 700;
  height: 48px;
  background-color: #0d6efd !important;
}
.checkout-button:hover {
  background-color: #3184ff !important;
}

.checkout-form-field {
  border-radius: 5px !important;
  border: #333 1px solid !important;
  font-size: 1.1rem !important;
}

.order-search-container {
  height: 35px;
  float: right;
  width: 200px;
}

.order-search-field {
  height: 35px;
  width: 150px;
  float: left;
}

.order-search-btn {
  height: 35px;
  width: 50px;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.orders-row:nth-child(odd), .customer-row:nth-child(odd), .quotes-row:nth-child(odd) {
  background: #faf6f6;
}
.orders-row:nth-child(even), .customer-row:nth-child(even), .quotes-row:nth-child(even) {
  background: #fff;
}
.orders-row:hover, .customer-row:hover, .quotes-row:hover {
  cursor: pointer;
  background-color: #f6d581;
}

.no-decoration {
  list-style-type: none;
}

.inline li {
  display: inline;
  border-right: 1px solid #ffffff;
  margin-right: 10px;
}

.modal {
  --bs-modal-width: 950px;
}

.field-row {
  min-width: 170px;
  float: left;
}

.percentage-field {
  width: 50px;
  height: 25px;
  margin-left: 20px;
}

.save_discount {
  width: 60px;
  height: 25px;
  margin-left: 10px;
  padding-top: 0;
  padding-left: 5px;
}

.brand-selector {
  position: absolute;
  left: 126px;
  top: 21px;
  font-size: 1.3rem;
}

.report-link, .brand-link {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  text-align: center;
  width: 90%;
  height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  padding-top: 7px;
  color: #FFF;
  cursor: pointer;
}
.report-link:hover, .brand-link:hover {
  color: #c9c9ca;
}

.report-filter-container {
  width: 100%;
  border: #e7e7e7 1px solid;
  border-radius: 5px;
  padding-bottom: 20px;
}

.report-filter-title {
  width: 100%;
  height: 30px;
  background-color: #e7e7e7;
  border-bottom: #e7e7e7 1px solid;
  padding-left: 10px;
  padding-top: 5px;
  margin-bottom: 20px;
  font-weight: 700;
}

.report-filter-item {
  width: 90%;
  margin: 0 auto;
}

.report-radio-buttons input[type=radio] {
  vertical-align: middle;
}

.report-radio-buttons label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; /* Adjust this value to add space between the radio button and its label */
}

.report-radio-buttons label {
  display: inline-block;
  margin-right: 20px; /* Adjust this value to increase the spacing between each radio button and its label */
}

.report-radio-buttons {
  display: flex;
  justify-content: center;
}

.report-radio-buttons label {
  margin-right: 10px; /* Adjust this value to add space between the radio button and its label */
  margin-left: 10px; /* Adjust this value to add space between the radio button and its label */
  margin-top: -5px;
}

.substrate-report, .brand-report {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  text-align: center;
  width: 90%;
  min-height: 40px;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  padding-top: 7px;
  color: #FFF;
  cursor: pointer;
}
.substrate-report:hover, .brand-report:hover {
  color: #c9c9ca;
}

.substrate-filter-cb {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.substrate-filter-cb:hover {
  cursor: pointer;
}

.relative {
  position: relative;
}

.radio {
  border-radius: 50% !important;
  width: 25px !important;
  height: 25px !important;
  border-radius: 50% !important;
}

.radio-inline {
  display: inline-block;
  margin-right: 20px;
}

.hero-image {
  width: 100%;
}

.brand-container {
  padding: 0;
  float: left;
}

.field-container {
  float: none;
  margin-bottom: 10px;
}

.brand-field {
  width: 100px;
}

.border-table {
  border-collapse: separate;
  border-spacing: 0 1em;
}

.brand-rows:hover {
  cursor: pointer;
  background-color: #f6d581;
}

table tr td .fa-trash:hover {
  color: red;
}

.left-div {
  float: left;
  width: 29%;
  margin-top: 28px;
}

.right-div {
  float: right;
  width: 70%;
}

.currency-column {
  width: 200px;
  text-align: right;
  padding-right: 80px;
}

.transaction_receipt_num {
  width: 200px;
  text-align: right;
  padding-right: 30px;
}

.transaction_date {
  width: 200px;
  text-align: right;
  padding-right: 60px;
}

.allfields {
  margin-left: 20px;
}

.data-field {
  width: 100%;
  font-size: 1rem;
}

.strike-through {
  text-decoration: line-through;
}

.pricelist-table {
  table-layout: fixed;
  width: 100%;
  overflow: auto;
}

.pricelist-table th,
.pricelist-table td {
  white-space: nowrap;
}

.pricelist-container {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  overflow: auto;
}

.pricelist-table {
  width: 100%;
  border-spacing: 0 1em;
}

.pricelist-table tbody {
  overflow: scroll !important;
  height: 500px !important;
}

.list-price {
  padding-left: 0px;
}

#products_list_chunk {
  display: none;
}

.ct-width {
  width: 100% !important;
  max-width: 349px !important;
}

.tt-width {
  width: 100% !important;
  max-width: 298px !important;
}

.product-chunk-image-container {
  width: 100%;
  min-height: 250px;
}

.product-chunk-container {
  width: 260px;
  float: left;
  margin: 5px;
  border: 1px #ececec solid;
  padding: 5px;
  position: relative;
}
.product-chunk-container:hover {
  cursor: pointer;
}

.product-chunk-container .datafield {
  width: 100%;
  float: left;
}

.product-chunk-container .swatch-container {
  width: 86%;
  min-height: 180px;
  border-radius: 5px;
  border: 1px #ececec solid;
  margin: 16px;
}

#products_list {
  display: block;
}

.products-product-list-ul {
  width: 100%;
  position: relative;
}

.product-list-heading {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
}

.addrow {
  display: none;
  font-size: 1.5rem;
  text-align: center;
}
.addrow:hover {
  color: #4caf50;
  cursor: pointer;
}

.clearance-btn {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  background-color: rgba(253, 210, 210, 0.7490196078);
  border: rgba(207, 137, 137, 0.7490196078) 1px solid;
  color: #515151;
  margin-top: 10px;
}

.clearance_banner {
  width: 100%;
  font-size: 1.1rem;
  margin-top: -5px;
  margin-bottom: 12px;
  margin-left: 40px;
}

.clearance-colour {
  width: 22px;
  height: 22px;
  background-color: rgba(253, 210, 210, 0.7490196078);
  display: inline-block;
}

.clearance {
  background-color: rgba(253, 210, 210, 0.7490196078);
}

.large-widget {
  width: 84px !important;
  height: 84px !important;
}

.x-large-widget {
  width: 180px !important;
  height: 100px !important;
}

.select-all-btn {
  width: 80%;
  height: 28px;
  border-radius: 5px;
  background-color: #fac131;
  color: #000000;
}

.new-crossovers-table {
  margin-top: 50px;
}

.new-crossovers {
  table-layout: fixed;
}

.scrollable-body {
  max-height: 600px;
}

.customer-align-top {
  vertical-align: top;
  height: 35px;
}

.customer-list-container-right {
  width: 100%;
  max-height: 500px;
  overflow: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: -8px;
}

#preloader {
  text-align: center;
  position: absolute;
  width: 120px;
  height: 120px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  margin: auto;
}

.pricelist-right-container {
  position: relative;
}

.customer-list-ul thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.customer-list-ul tbody {
  display: block;
  height: -moz-min-content;
  height: min-content;
  overflow: auto;
}

.customer-list-li-cust {
  display: flex;
}
.customer-list-li-cust:hover {
  cursor: pointer;
  background-color: #f1d692 !important;
}

.customer-table {
  border-collapse: separate;
  border-spacing: 0 8px;
  text-indent: 0;
  border-color: inherit;
}

.customer-save-btn {
  width: 100px;
  height: 35px;
  border-radius: 5px;
}

.customer-sales-rep-table {
  width: 100%;
  display: block;
  height: 600px;
  overflow-y: scroll;
}

.customer-sales-rep-tr {
  width: 100%;
}
.customer-sales-rep-tr:hover {
  background-color: #fac131;
  cursor: pointer;
}

.customer-list-tr {
  width: 100%;
}
.customer-list-tr:hover {
  background-color: #fac131;
  cursor: pointer;
}

.products-align-top {
  vertical-align: top;
  height: 35px;
}

.products-product-list-container-right {
  width: 100%;
  max-height: 500px;
  overflow: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: -8px;
}

.products-product-list-ul thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.products-product-list-ul tbody {
  display: block;
  height: -moz-min-content;
  height: min-content;
  overflow: auto;
}

.products-product-list-li {
  display: flex;
}
.products-product-list-li:hover {
  cursor: pointer;
  background-color: #fac131 !important;
}

.products-table {
  border-collapse: separate;
  border-spacing: 0 8px;
  text-indent: 0;
  border-color: inherit;
}

.products-save-btn {
  width: 100px;
  height: 35px;
  border-radius: 5px;
}

.crossover-align-top {
  vertical-align: top;
  height: 35px;
}

.crossover-product-list-container-right {
  width: 100%;
  max-height: 500px;
  overflow: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: -8px;
}

.crossover-product-list-ul thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.crossover-product-list-ul tbody {
  display: block;
  height: -moz-min-content;
  height: min-content;
  overflow: auto;
}

.crossover-product-list-li {
  display: flex;
}
.crossover-product-list-li:hover {
  cursor: pointer;
  background-color: #fac131 !important;
}

.crossover-table {
  border-collapse: separate;
  border-spacing: 0 8px;
  text-indent: 0;
  border-color: inherit;
}

.crossover-save-btn {
  width: 100px;
  height: 35px;
  border-radius: 5px;
}

.product-form {
  width: 100%;
}

.green-btn {
  background-color: #209324 !important;
  color: #FFF;
}

.filter-outer-container {
  width: 200px;
}

.product-view-switch {
  margin-top: -33px;
}

.new-colour-name {
  width: 173px;
  height: 35px;
  margin-right: 10px;
  border-radius: 3px !important;
}

.which-brand, .which-finish {
  width: 140px;
  height: 35px;
  margin-right: 10px;
  border-radius: 3px !important;
  padding-top: 4px;
}

.filter-container {
  width: 200px;
  min-height: 100px;
  border-radius: 5px;
  margin-right: 20px;
  float: left;
}

.filter-outer-container {
  width: 254px;
  min-height: 100px;
  border-radius: 5px;
  margin-right: 20px;
  float: left;
}

.finish, .sides, .substrate {
  cursor: pointer;
  width: 100%;
  padding: 3px;
}
.finish:hover, .sides:hover, .substrate:hover {
  background-color: #f1d692;
}

.finish-selected, .substrate-selected, .sides-selected {
  background-color: #f1b92c;
}

.badge-x-pos {
  position: absolute;
  right: 5px;
  top: 8px;
  margin: auto;
}

.filter-badge {
  height: 30px;
  padding: 3px;
  border-radius: 4px;
  background-color: #97d1d9;
  color: #353535;
  text-align: center;
  font-size: 1rem;
  position: relative;
  margin-top: 10px;
}
.filter-badge:hover:hover {
  background-color: #41bed0;
  cursor: pointer;
}

.text-search {
  width: 100%;
  height: 35px;
  border: none;
  padding-left: 5px;
}

.selected-filters {
  margin-top: 10px;
}

.clear-filters-btn {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  margin-top: 10px;
  background-color: #2c2c2c;
  color: #FFF;
}
.clear-filters-btn:hover {
  background-color: #c4d7f3;
}

.search-filters {
  width: 100%;
  margin-top: 10px;
  border-radius: 4px;
  padding-top: 2px;
}

.colour-container {
  width: 200px;
  min-height: 100px;
  border-radius: 5px;
  border: #ccc 1px solid;
  margin-right: 20px;
  float: left;
  padding-top: 3px;
}

.colour-heading {
  width: 100%;
  height: 30px;
  font-size: 1.3rem;
  text-align: center;
}

.colours-inner-container {
  width: 100%;
}

.colour-widget {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: #ececec 2px solid;
  margin: 5px;
  float: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.colour-widget:hover {
  cursor: pointer;
  border-color: darkorange;
}

.border-colour-change {
  border-color: darkorange !important;
}

.form-field-container {
  width: -moz-min-content;
  width: min-content;
  padding: 5px;
}

.form-field-label {
  font-size: 1rem;
}

.form-field-input {
  border-radius: 3px !important;
  border-color: #CCC !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: 35px;
}

.form-field-textarea {
  border-radius: 3px !important;
  border-color: #CCC !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: 100px;
}

.button-wrapper {
  max-width: 250px;
}

.product-std-button {
  width: 202px;
  height: 40px;
  margin-left: 5px;
}

.import-brands-discount {
  height: 55px !important;
}

.save-email-recipients {
  width: 100px;
  height: 30px;
  border-radius: 5px;
  padding-top: 3px;
}

.checkbox-active {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-left: 10px;
}

.checkbox-reg {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-left: 10px;
}

.form-field-select {
  border-radius: 3px !important;
  border-color: #CCC !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: 35px;
  padding-top: 4px;
}

.colour-list {
  width: 100%;
  overflow: auto;
}

.colour-list-item {
  width: 100%;
  height: 26px;
}
.colour-list-item:hover {
  background-color: #f6d581 !important;
  cursor: pointer;
}

.error-messages {
  font-size: 1rem;
  color: red;
  height: 35px;
  width: 100%;
}

.btn-40 {
  height: 40px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/* For the active/expanded state (arrow pointing up) */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'><path fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 1 0-.708L7.293 5.354a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 6.707l-5.646 5.647a.5.5 0 0 1-.708 0z'/></svg>") !important;
  transform: rotate(0deg) !important; /* Keep it pointing up, Bootstrap usually rotates it */
}

/* Optional: If you want to change the focus outline color to match */
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25) !important; /* A light, semi-transparent white focus ring */
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #2c2c2c;
  color: #fff;
}

.accordion-button {
  height: 40px;
}

.accordion-body {
  padding-top: 0 !important;
}

.accordian-body-padding {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px !important;
  display: inline-table;
  width: 100%;
}

.button-container {
  width: 100% !important;
  height: 70% !important;
  position: relative;
}

.customer-list-heading {
  font-size: 1.1rem;
  font-weight: 700;
  width: 100%;
  height: 30px;
}

.customer-list-container {
  width: 100%;
  max-height: 500px;
  overflow: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.customer-list-ul {
  width: 100%;
}
.customer-list-ul thead {
  position: sticky;
  top: 0;
  background-color: #404040;
  color: #FFF;
}
.customer-list-ul th {
  padding: 3px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.customer-list-ul tbody {
  overflow-y: scroll;
}
.customer-list-ul td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 0.8rem;
}

.customer-list-li {
  width: 100%;
}
.customer-list-li:hover {
  cursor: pointer;
  background-color: #fac131 !important;
}

.brand-list-container {
  width: 100%;
  max-height: 500px;
  overflow: auto;
}

.brand-list-ul {
  width: 100%;
}

.brand-list-li {
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
.brand-list-li:hover {
  cursor: pointer;
}

.brand-list-heading {
  font-weight: 700;
  font-size: 1.1rem;
  height: 30px;
}

.brand-discount-heading {
  width: 100%;
  max-width: 450px;
  background-color: #404040;
  color: #FFF;
  font-size: 1.1rem;
  margin-bottom: 10px;
  padding-left: 5px;
  height: 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.brand-discount-brand {
  width: 187px;
  float: left;
}

.brand-discount-selector {
  width: 85px;
  float: left;
}

.brand-discount-discount {
  width: 85px;
  float: left;
}

.customer-brand-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-right: 10px;
}

.coupon-col-heading {
  width: 100%;
  height: 30px;
  font-size: 1.3rem;
  margin-bottom: 5px;
  margin-top: 20px;
}

.coupon-search {
  height: 29px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -4px;
  margin-top: -3px;
  font-size: 0.7rem;
}

.coupon-button-input-field {
  width: 85%;
  height: 30px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 5px;
  border: #ccc 1px solid;
  margin-bottom: 10px;
}

.customer-list-box {
  height: 200px;
  width: 340px;
  border: #ccc 1px solid;
  overflow-y: scroll;
}

.customer-coupon-rowstbody {
  max-height: 300px;
  overflow: auto;
}

.customer-list-box li:hover {
  cursor: pointer;
  background-color: #f6d581;
}

.coupon-input-field-product-code {
  height: 30px;
  width: 120px;
  border-radius: 5px;
  padding-left: 5px;
  border: #ccc 1px solid;
}

.coupon-input-field-discount {
  height: 30px;
  width: 60px;
  border-radius: 5px;
  padding-left: 5px;
  border: #ccc 1px solid;
}

.coupon-field-group {
  margin-top: 40px;
}

.coupon-radio {
  width: 20px !important;
  height: 20px !important;
  margin: 5px;
}

.coupon-exp-date {
  height: 30px;
  border-radius: 5px;
  border: #ccc 1px solid;
  width: 105px;
  display: none;
  margin-top: 5px;
  padding-left: 5px;
}

.coupon-expiry-date-label {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: 6px;
  display: none;
}

.coupon-create-btn {
  width: 250px;
  height: 40px;
  margin-top: 30px;
}

.coupon-customer {
  padding-left: 5px;
}
.coupon-customer:hover {
  cursor: pointer;
  background-color: #f3dfad !important;
}

.coupon-customer-heading {
  background-color: #404040;
  color: #fff;
}

.coupons-list tr:hover {
  background-color: #f6d581;
}

.coupons-list-container {
  width: 100%;
}

.coupons-list-heading {
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
  background-color: #CCC;
  color: #000000;
}

.coupon-col {
  width: 15%;
}

.coupon-col-del {
  width: 30px;
  padding-left: 10px;
}

.coupon-sel-customer {
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 10px;
}
.coupon-sel-customer div table tr td {
  border-width: 5px;
  border-color: #F3F4F6;
}

.coupon-message {
  text-align: center;
  font-size: 1.2rem;
  color: red;
}

.delete-coupon:hover {
  cursor: pointer;
}

.coupon-code-field {
  width: 150px;
  height: 30px;
  border-radius: 5px;
  border: #CCC 1px solid;
}

.right-side-container {
  position: absolute;
  right: 17px;
  top: 20px;
  width: 110px;
}

.coupon-code-label {
  text-align: center;
  width: 100%;
  padding-left: 0;
}

.relative {
  position: relative;
}

.pw-sm {
  width: 150px;
  padding-right: 18px;
}

.pw-sm-np {
  width: 150px;
  text-align: right;
}

.pw-md {
  width: 180px;
}

.pw-lg {
  width: 672px;
}

.cw-sm {
  width: 150px;
  padding-right: 18px;
}

.cw-sm-np {
  width: 150px;
  text-align: right;
}

.cw-md {
  width: 136px;
}

.cw-lg {
  width: 672px;
}

@media only screen and (max-width: 1200px) {
  .min-spend {
    width: 290px;
    font-size: 1.1rem;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  html {
    position: relative;
  }
  .call-me {
    display: none;
  }
  .customer-logo {
    max-height: 16px;
    margin: 0 auto;
  }
  form ul {
    float: left;
    margin-bottom: 10px;
  }
  .filter-outer-container {
    width: 100%;
    margin-top: 115px;
  }
  .product-chunk-container {
    width: 100%;
  }
  .product-chunk-container .swatch-container {
    width: 96%;
  }
  body {
    width: 100%;
  }
  .products_list, #products_list {
    display: none;
  }
  .products_list_chunk, #products_list_chunk {
    display: block;
  }
  .filter-outer-container {
    float: none;
  }
  .product-view-switch {
    display: none;
  }
  .products_label {
    display: none;
  }
  .inline li {
    display: block;
  }
  .brand-selector {
    top: 9px;
  }
  .welcome-heading {
    display: none;
  }
  .dark-side .block-to-center {
    position: absolute;
    top: 57px;
  }
  .white-side .block-to-center {
    position: absolute;
    top: -128px;
  }
  .h1-dashboard {
    font-size: 2rem;
  }
  .brand-image {
    width: 100%;
    height: 65%;
  }
  .hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .hidden {
    display: none !important;
  }
}
@media only screen and (max-width: 400px) {
  .min-spend {
    width: 210px;
    font-size: 1rem;
  }
}/* ==============================================
   Checkout - Professional Visual Improvements
   ============================================== */

/* Section card headers - dark, professional look */
.shipping-head {
  display: flex;
  align-items: center;
  height: 44px;
  background-color: #2d3436;
  color: #ffffff;
  border-radius: 3px 3px 0 0;
}
.shipping-head b,
.shipping-head strong {
  color: #ffffff;
}
/* "Important" red text remains readable on dark background */
.shipping-head .important {
  color: #ff9999;
}
/* Shipping options sub-header (radio buttons row) */
.shipping-heading {
  padding-top: 0;
}
.shipping-heading > .row {
  flex: 1;
}
/* Empty Cart button - vertically centered in taller header */
.empty-cart {
  top: 10px;
}

/* Cart table header - match section headers */
.row-bgcolor {
  background-color: #2d3436;
  color: #ffffff;
}
.row-bgcolor th {
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Cart row alternating stripe and hover */
.lineitem:nth-child(odd) {
  background-color: #f8f9fa;
}
.lineitem:nth-child(even) {
  background-color: #ffffff;
}
.lineitem:hover {
  background-color: #eaf0fb;
}

/* Input fields - add visible border and focus state */
.input_field {
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  padding: 4px 8px !important;
  background-color: #ffffff !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input_field:focus {
  border-color: #86b7fe !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Checkout section boxes - cleaner borders and shadow */
.checkout-address-container,
.checkout-address-container-dist,
.checkout-information-container {
  border-color: #dee2e6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

/* Payment tabs - lighter, cleaner inactive state */
#tab_1, #tab_2, #tab_3, #tab_4, #tab_5 {
  background-color: #f4f6f8;
  color: #495057;
  font-weight: 500;
}
.tab {
  border-top: 1px solid #adb5bd;
  border-left: 1px solid #adb5bd;
  border-right: 1px solid #adb5bd;
}
.tab-container {
  border-bottom: 2px solid #dee2e6;
}

/*# sourceMappingURL=app.css.map */