:root {
  --white-smoke: whitesmoke;
  --red: #dc0005;
  --firebrick: #b80c10;
  --dim-grey: #4b4b4b;
  --pink: #f6c7c8;
  --hover-black: #0000003b;
  --black: #000;
  --hove-ash: var(--white-smoke);
  --transparent: #ddd0;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Montserrat, sans-serif;
}

.navbar-no-shadow.dashboard {
  z-index: 1500;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}

.navbar-wrapper .mobile-nav-wrapper {
  margin-right: auto;
}

.navbar-wrapper .navbar-center-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.navbar-wrapper .w-nav-menu {
  margin-left: auto;
  float: none;
}

.navbar-wrapper .w-nav-menu .list-item {
 padding: 0;
}

.navbar-wrapper .w-nav-menu .list-item .user-dropdown  .nav-dropdown-link {
  padding: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding-right: 20px;
  width: auto;
}

.navbar-wrapper .w-nav-menu .list-item .user-dropdown  .nav-dropdown-link::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: transform 0.2s ease;
}

.navbar-wrapper .w-nav-menu .list-item .user-dropdown  .nav-dropdown-link.w--open::after {
  transform: rotate(-135deg);
  top: 8px;
}

.nav-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover, .nav-link:focus {
  color: var(--red);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.label {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-top: 3px;
  margin-right: 10px;
}

.nav-dropdown-icon.notification {
  color: #3330;
  background-image: url('../images/notif-icon.svg');
  background-position: 50%;
  background-size: cover;
  font-size: 28px;
  inset: 0% auto auto 0%;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  background-color: #000;
  border-radius: 0;
  margin-top: 10px;
}

.nav-dropdown-link {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 14px;
}

.nav-dropdown-link:hover, .nav-dropdown-link:focus {
  color: var(--red);
}

.nav-dropdown-link.w--open {
  padding-top: 0;
}

.nav-dropdown-link.notification {
  margin-top: -7px;
  padding-right: 20px;
}

.nav-button-wrapper {
  margin-left: 40px;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.order-badge {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 29px;
  position: absolute;
  top: 7px;
  left: 70px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  border: 3px solid var(--red);
}

.dashboard-menu.w--current .order-badge {
  border-color: #a90708;
}

.dashboard-menu:hover .order-badge {
  border-color: #a90708;
}

.tooltip-text {
  visibility: hidden;
  background-color: black;
  color: white;
  text-align: left;
  border-radius: 5px;
  padding: 6px 10px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  white-space: nowrap;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}


/* Global Tooltip Styles */
.inf-tooltip--outline {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: help;
  font-family: inherit;
  margin-bottom: 5px;
}

.inf-tooltip--outline::before {
  content: "ℹ";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #dc0005;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  margin-right: 6px;
  line-height: 1;
  flex-shrink: 0;
}

.inf-tooltip--outline::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  z-index: 10000;
  min-width: 200px;
  max-width: 400px;
  width: auto;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  /* Default positioning (top) */
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}

/* Arrow for tooltip */
.inf-tooltip--outline .tooltip-arrow {
  position: absolute;
  border: 5px solid transparent;
  border-top-color: #333;
  /* Default positioning (top) */
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
  pointer-events: none;
}

/* Hover behavior (default positioning only) */
.inf-tooltip--outline:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right):hover::after,
.inf-tooltip--outline:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right):hover .tooltip-arrow {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 10px);
}

.inf-tooltip--outline:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right):hover .tooltip-arrow {
  top: -5px;
}

/* Click behavior - tooltip stays visible (default positioning only) */
.inf-tooltip--outline:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right).tooltip-active::after,
.inf-tooltip--outline:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right).tooltip-active .tooltip-arrow {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 10px);
}

.inf-tooltip--outline:not(.tooltip-top):not(.tooltip-bottom):not(.tooltip-left):not(.tooltip-right).tooltip-active .tooltip-arrow {
  top: -5px;
}

/* Tooltip positioning variants */
.inf-tooltip--outline.tooltip-top::after {
  bottom: 100%;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.inf-tooltip--outline.tooltip-top .tooltip-arrow {
  bottom: -5px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #333;
  border-bottom-color: transparent;
}

/* Top tooltip hover and active states - maintain top positioning */
.inf-tooltip--outline.tooltip-top:hover::after,
.inf-tooltip--outline.tooltip-top.tooltip-active::after {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 10px);
}

.inf-tooltip--outline.tooltip-top:hover .tooltip-arrow,
.inf-tooltip--outline.tooltip-top.tooltip-active .tooltip-arrow {
  opacity: 1;
  visibility: visible;
  bottom: -5px;
}

.inf-tooltip--outline.tooltip-bottom::after {
  top: 100%;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

.inf-tooltip--outline.tooltip-bottom .tooltip-arrow {
  top: -5px;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #333;
  border-top-color: transparent;
}

/* Bottom tooltip hover and active states - maintain bottom positioning */
.inf-tooltip--outline.tooltip-bottom:hover::after,
.inf-tooltip--outline.tooltip-bottom.tooltip-active::after {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}

.inf-tooltip--outline.tooltip-bottom:hover .tooltip-arrow,
.inf-tooltip--outline.tooltip-bottom.tooltip-active .tooltip-arrow {
  opacity: 1;
  visibility: visible;
  top: -5px;
}

.inf-tooltip--outline.tooltip-left::after {
  right: calc(100% + 10px);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  width: 300px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  height: auto;
  min-height: 40px;
  display: grid;
  grid-template-rows: auto;
  align-content: center;
  grid-auto-rows: min-content;
  grid-template-areas: "content";
  padding: 12px 16px;
  line-height: 1.5;
}

.inf-tooltip--outline.tooltip-left .tooltip-arrow {
  right: -5px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  border-left-color: #333;
  border-right-color: transparent;
}

/* Left tooltip hover and active states - maintain left positioning */
.inf-tooltip--outline.tooltip-left:hover::after,
.inf-tooltip--outline.tooltip-left.tooltip-active::after {
  opacity: 1;
  visibility: visible;
  right: calc(100% + 10px);
}

.inf-tooltip--outline.tooltip-left:hover .tooltip-arrow,
.inf-tooltip--outline.tooltip-left.tooltip-active .tooltip-arrow {
  opacity: 1;
  visibility: visible;
  right: -5px;
}

.inf-tooltip--outline.tooltip-right::after {
  left: calc(100% + 10px);
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  width: 300px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  height: auto;
  min-height: 40px;
  display: grid;
  grid-template-rows: auto;
  align-content: center;
  grid-auto-rows: min-content;
  grid-template-areas: "content";
  padding: 12px 16px;
  line-height: 1.5;
}

.inf-tooltip--outline.tooltip-right .tooltip-arrow {
  left: -5px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  border-right-color: #333;
  border-left-color: transparent;
}

/* Right tooltip hover and active states - maintain right positioning */
.inf-tooltip--outline.tooltip-right:hover::after,
.inf-tooltip--outline.tooltip-right.tooltip-active::after {
  opacity: 1;
  visibility: visible;
  left: calc(100% + 10px);
}

.inf-tooltip--outline.tooltip-right:hover .tooltip-arrow,
.inf-tooltip--outline.tooltip-right.tooltip-active .tooltip-arrow {
  opacity: 1;
  visibility: visible;
  left: -5px;
}

/* Tooltip size variants */
.inf-tooltip--outline.tooltip-small::after {
  font-size: 12px;
  padding: 6px 10px;
  max-width: 300px;
}

.inf-tooltip--outline.tooltip-large::after {
  font-size: 16px;
  padding: 12px 16px;
  max-width: 500px;
}

/* Tooltip theme variants */
.inf-tooltip--outline.tooltip-success::after {
  background-color: #28a745;
}

.inf-tooltip--outline.tooltip-success .tooltip-arrow {
  border-top-color: #28a745;
}

/* Left and right tooltips need different arrow border colors */
.inf-tooltip--outline.tooltip-success.tooltip-left .tooltip-arrow {
  border-left-color: #28a745;
  border-top-color: transparent;
}

.inf-tooltip--outline.tooltip-success.tooltip-right .tooltip-arrow {
  border-right-color: #28a745;
  border-top-color: transparent;
}

.inf-tooltip--outline.tooltip-warning::after {
  background-color: #ffc107;
  color: #212529;
}

.inf-tooltip--outline.tooltip-warning .tooltip-arrow {
  border-top-color: #ffc107;
}

.inf-tooltip--outline.tooltip-warning.tooltip-left .tooltip-arrow {
  border-left-color: #ffc107;
  border-top-color: transparent;
}

.inf-tooltip--outline.tooltip-warning.tooltip-right .tooltip-arrow {
  border-right-color: #ffc107;
  border-top-color: transparent;
}

.inf-tooltip--outline.tooltip-error::after {
  background-color: #dc3545;
}

.inf-tooltip--outline.tooltip-error .tooltip-arrow {
  border-top-color: #dc3545;
}

.inf-tooltip--outline.tooltip-error.tooltip-left .tooltip-arrow {
  border-left-color: #dc3545;
  border-top-color: transparent;
}

.inf-tooltip--outline.tooltip-error.tooltip-right .tooltip-arrow {
  border-right-color: #dc3545;
  border-top-color: transparent;
}

.inf-tooltip--outline.tooltip-info::after {
  background-color: #17a2b8;
}

.inf-tooltip--outline.tooltip-info .tooltip-arrow {
  border-top-color: #17a2b8;
}

.inf-tooltip--outline.tooltip-info.tooltip-left .tooltip-arrow {
  border-left-color: #17a2b8;
  border-top-color: transparent;
}

.inf-tooltip--outline.tooltip-info.tooltip-right .tooltip-arrow {
  border-right-color: #17a2b8;
  border-top-color: transparent;
}


.inf-tooltip--light::before {
  background-color: rgb(56, 56, 56);
  color: rgb(255, 255, 255);
  margin-left: 3px;
  transform: translateY(-3px);
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-top: 5px;
}

.inf-tooltip--light .tooltip-arrow {
  border-top-color: #d3d3d3;
}

.inf-tooltip--light.tooltip-top .tooltip-arrow {
  border-top-color: #d3d3d3;
}

.inf-tooltip--light.tooltip-bottom .tooltip-arrow {
  border-bottom-color: #d3d3d3;
}

.inf-tooltip--light.tooltip-left .tooltip-arrow {
  border-left-color: #d3d3d3;
}

.inf-tooltip--light.tooltip-right .tooltip-arrow {
  border-right-color: #d3d3d3;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary.w--current {
  background-color: var(--red);
}

.button-primary.small {
  float: right;
  background-color: var(--red);
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 8px 15px;
}

.button-primary.small:hover {
  background-color: var(--firebrick);
}

.button-primary.small.get-quote {
  float: none;
  background-color: var(--red);
  margin-bottom: 6px;
  margin-right: 6px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  line-height: 12px;
}

.button-primary.small.get-quote:hover {
  background-color: var(--firebrick);
}

.button-primary.small.get-quote.for-slider {
  padding: 6px 8px;
  font-size: 9px;
}

.button-primary.small.remove {
  background-color: var(--dim-grey);
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-primary.small.remove:hover {
  background-color: #000;
}

.button-primary.small.cats {
  float: none;
  color: #000;
  background-color: #d8d8d8;
  margin-bottom: 5px;
  margin-right: 10px;
  font-weight: 500;
}

.button-primary.small.cats:hover {
  background-color: #b6b6b6;
}

.button-primary.small.cats.active {
  background-color: var(--red);
  color: #fff;
  margin-bottom: 5px;
}

.button-primary.quote {
  background-color: var(--red);
}

.button-primary.red {
  float: right;
  background-color: var(--red);
  margin-left: 20px;
}

.button-primary.red:hover {
  background-color: var(--firebrick);
}

.button-primary.red.fixed {
  position: fixed;
  inset: auto 0% 0% auto;
}

.button-primary.add {
  text-align: center;
  border: 1px solid #000;
  width: 25%;
  margin-bottom: 15px;
  padding-top: 9px;
  padding-bottom: 8px;
  font-size: 28px;
  display: inline-block;
}

.button-primary.right-margin {
  margin-right: 10px;
}

.button-primary._40 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-heading-left {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#2c2c2c1f, #2c2c2c1f), url('../images/image-background-romulus.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.wide {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.margin-bottom-24px {
  color: #ffffffbf;
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  z-index: 600;
  color: #1a1b1f;
  background-color: #fff;
  padding: 20px;
  text-decoration: none;
  position: relative;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-link-two.dashboard {
  z-index: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #000;
  text-align: center;
  flex: 1;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.div-block, .form-block {
  flex: 1;
}

.form-block.login {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 30px 40px;
  box-shadow: 2px 4px 7px #0003;
}

.h2 {
  margin-bottom: 20px;
}

.h2.light {
  color: var(--white-smoke);
  margin-bottom: 0;
}

.h2.light.narrow {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

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

.h2.quote {
  text-align: center;
  background-color: #f1f1f1;
  padding: 10px;
}

.h1 {
  color: #fff;
}

.input-field {
  color: #202020;
  border: 1px solid #ffd2d2;
  height: 40px;
  margin-bottom: 15px;
  font-weight: 600;
}

.input-field._70 {
  width: 73%;
  display: inline-block;
}

.input-field.date {
  margin-bottom: 0;
  display: inline-block;
}

.input-field.modify, .input-field.no-padding {
  margin-bottom: 0;
}

.input-field.custom-width {
  border-right-style: none;
  width: 70%;
}

.input-field.custom-width._30 {
  border-right-style: solid;
  width: 30%;
}

.input-field.custom-width._40 {
  border-right-style: solid;
}

.input-field.white {
  background-color: #fff;
}

.input-field.text-area {
  height: 100px;
}

.input-field.search, .input-field.margin-right {
  margin-bottom: 0;
}

.input-field.quantity {
  border-style: solid;
  border-color: #d8d8d8;
  width: 60px;
  height: 31px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}

.divider {
  border-top: 1px solid var(--pink);
  margin-bottom: 30px;
}

.divider.red {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dashboard-section {
  min-height: 100vh;
}

.left-pane {
  z-index: 300;
  background-color: var(--red);
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  padding: 110px 20px 60px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.left-pane.icons {
  background-color: var(--red);
  justify-content: space-between;
  align-items: center;
  width: 8%;
  min-width: 65px;
  inset: 0% auto 0% 0%;
}

.right-pane {
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 100px 40px 100px 22%;
  display: flex;
}

.right-pane.account {
  padding-left: 10%;
}

.div-block-2 {
  min-height: 100vh;
  display: flex;
}

.dashboard-menu {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #00000029;
  flex: 0 auto;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.dashboard-menu:hover {
  border-bottom-color: var(--red);
  background-color: #0000003b;
  border-radius: 5px;
}

.dashboard-menu.w--current {
  background-color: var(--hover-black);
  color: #fff;
  border-bottom-width: 0;
  border-radius: 5px;
}

.dashboard-menu.replay {
  float: right;
  border-bottom-style: none;
  padding: 5px;
  font-size: 12px;
}

.dashboard-nav {
  z-index: 500;
  background-color: #0000;
}

.nav-menu-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.list-item {
  padding-top: 10px;
}

.list-item.about {
  list-style-type: disc;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link:hover {
  background-color: var(--red);
  color: #fff;
}

.div-block-3 {
  flex: 1;
  margin-bottom: 40px;
}

.div-block-3.shipping {
  padding-top: 20px;
}

.div-block-3.single-product {
  margin-top: 10px;
}

.h3 {
  margin-bottom: 5px;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.columns.white {
  background-color: #fff;
  border-radius: 5px;
  padding: 0 20px 20px;
  display: block;
}

.columns.vertical-bottom {
  justify-content: center;
  align-items: center;
}

.product-image-div {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.product-image-div.single-quote {
  justify-content: center;
  align-items: flex-start;
}

.product-image-div.single-product {
  justify-content: center;
  align-items: center;
}

.product-image-div.reco {
  justify-content: center;
  height: 100px;
}

.product-details-div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 10px 20px 20px;
  display: flex;
}

.product-image.single-product {
  width: auto;
  height: 400px;
}

.product-image.slider {
  height: 100px;
}

.product-details-label {
  background-color: #d8d8d8;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.product-details-label.slider, .product-details-label.small {
  font-size: 9px;
  line-height: 14px;
}

.product-details-label.white {
  background-color: #fff;
  border: 1px solid #000;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 9px;
  line-height: 14px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}

.div-block-4.single-product {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: block;
}

.single-product-div {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.get-quote-div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-input-dropdown-div {
    position: absolute;
    z-index: 4000;
    text-align: left;
    background-color: black;
}

.search-input-dropdown-div-shipments {
    position: absolute;
    z-index: 4000;
    text-align: left;
    background-color: black;
    margin-top: -15px;
}

.result-list-item {
    margin-bottom: 0px;
    padding: 5px 10px;
    list-style-type: none;
    color: white;
    font-size: 14px;
}

.result-list-item:hover {
    background-color: rgba(0, 159, 255, 0.2);
}

.overlay {
  z-index: 2000;
  background-color: #ffffffb0;
  justify-content: flex-end;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay-box {
  float: right;
  background-color: #3a3a3a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.quote-form {
  align-self: flex-start;
  margin-top: 20px;
}

.quote-close {
  color: var(--white-smoke);
  position: absolute;
  inset: 5% 5% auto auto;
}

.table-header {
  background-color: var(--black);
  padding: 8px 10px;
  display: flex;
}

.table-header-label {
  color: #fff;
  font-weight: 600;
}

.table-header-label.center {
  text-align: center;
}

.table-row {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.table-row.dark {
  background-color: #e0e0e0;
}

.table-row.vertical {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.table-row.final {
  background-color: #d1d1d1;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
}

.table-row.highlighted {
  outline-offset: 0px;
  background-color: #ffe2e2;
  outline: 1px dashed #ff7d7d;
}

.table-row.highlight-uploaded {
  outline-offset: 0px;
  background-color: #fff3cd;  /* soft yellow like in your screenshot */
  outline: 1px dashed #ff7d7d;
}

.table-row-label {
  font-weight: 500;
}

.table-row-label.status-users {
  text-align: center;
  background-color: #ebebeb;
  color:#333;
  border-radius: 5px;
  padding: 2px 4px;
}

.table-row-label.status {
  text-align: center;
  border: 2px solid #2ac300;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2px 4px;
  font-weight: 600;
}

.table-row-label.status.orange {
  color: #000;
  background-color: #ffae45;
}

.table-row-label.status.red {
  color: #000;
  background-color: #fdbfc0;
  border-width: 1px;
  border-color:red;
  border-radius: 0;
}

.table-row-label.semi-bold {
  font-weight: 600;
}

.table-action {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.table-div {
  border-width: 1px;
  border-color: #fff;
  margin-bottom: 10px;
  display: block;
}

.table-div.flex {
  display: flex;
  overflow: scroll;
}

.table-dropdown-list.w--open {
  background-color: #000;
  margin-top: 8px;
}

.table-dropdown-link {
  color: #fff;
  border-bottom: 1px solid #303030;
  font-weight: 500;
}

.table-dropdown-link:hover {
  background-color: var(--red);
}

.dropdown {
  text-align: center;
  display: block;
}

.paginate-div {
  text-align: center;
  background-color: #000;
  padding: 10px;
}

.paginate-link {
  color: var(--red);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.paginate-link.small {
  color: #fff;
  font-size: 14px;
}

.paginate-link.small:hover {
  color: var(--red);
}

.paginate-text {
  color: #fff;
  font-weight: 500;
  display: inline-block;
}

.overlay-full {
  z-index: 2000;
  background-color: #fffffff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay-full.transparent {
  background-color: #000000e6;
  display: none;
}

.overlay-full.dummy {
  display: flex;
}

.overlay-full.modify {
  justify-content: center;
  display: flex;
}

.popup-form-div.discounts {
  min-width: 40%;
}

.bg-transparent {
  background-color: transparent;
}

.popup-form-block {
  background-color: #eee;
  border: 2px solid #e2e2e2;
  overflow-y: auto;
  max-height: 600px; /* Set a max height to trigger scrolling */
  padding: 30px 20px;

  display: flex;
  flex-direction: column; /* Ensure form fields stack vertically */
  justify-content: flex-start;
  align-items: stretch; /* Let child elements take full width */
}

.popup-form-block.consignee {
  display: flex;
}

.popup-form-block.wide {
  max-width: 1920px;
}

.popup-form-block.package, .popup-form-block.confirm {
  display: none;
}

.field-label {
  min-width: 300px;
}

.small-link {
  color: var(--red);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  text-decoration: none;
}

.small-link.close-button {
  float: right;
  font-size: 18px;
  font-weight: 600;
}

.column {
  padding-left: 0;
}

.column.right {
  padding-left: 10px;
  padding-right: 0;
}

.column-2 {
  align-self: center;
}

.message-box {
  flex-direction: column;
}

.popup-message-div {
  background-color: #eee;
  border: 2px solid #e2e2e2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 35%;
  max-width: 50%;
  padding: 20px;
  display: flex;
}

.paragraph {
  margin-bottom: 20px;
  font-weight: 500;
}

.heading.center {
  color: var(--red);
  text-align: center;
}

.no-results-div {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 40px 30px;
}

.invite-user-container {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 40px 30px;
  }

.columns-2 {
  align-self: stretch;
}

.name {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2; /* Adjust based on your font size */
  max-height: 2.4em; /* 2 lines × 1.2 line-height */
  /* Add these properties for better word breaking */
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* Force proper line breaking */
  white-space: normal;
}

.name.product-name {
  color: var(--red);
  margin-bottom: 10px;
}

.product-link {
  border-bottom: 1px solid var(--red);
  color: var(--red);
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

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

.product-link.white {
  color: var(--white-smoke);
  border-bottom-style: none;
  padding: 5px 10px;
  text-decoration: none;
}

.product-link.no-underline {
  border-bottom-style: none;
  text-decoration: none;
}

.product-link.w-inline-block {
  display: block;
  width: 100%;
}
.spacer {
  padding-top: 10px;
}

.spacer._50 {
  padding-top: 50px;
}

.spacer._20 {
  padding-top: 20px;
}

.button-small {
  background-color: var(--red);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.button-small.black {
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.button-small.add {
  margin-top: 5px;
}

.button-small.tiny {
  padding: 3px 10px;
  font-size: 10px;
}

.file-input-div {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.file-input-div:hover {
  background-color: #fff9;
}

.single-quote-div {
  padding: 40px 40px 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.container-2 {
  margin-bottom: 40px;
}

.container-3 {
  margin-bottom: 10px;
}

.line-divider {
  border-bottom: 1px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.line-divider._1px {
  border-bottom-color: #d8d8d8;
  margin-top: 0;
  margin-bottom: 0;
}

.quote-header {
  background-color: #000;
  padding: 10px;
}

.quote-label {
  color: #fff;
  font-weight: 600;
}

.quote-row {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px;
}

.quote-row.final {
  background-color: #e2e2e2;
}

.quote-row.modify {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.quote-row.white {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote-table-div {
  margin-top: 20px;
  margin-bottom: 20px;
}

.quote-table-div.modify {
  background-color: #fff;
  align-self: center;
  min-width: 80%;
}

.div-block-6 {
  margin-bottom: 20px;
}

.div-block-6.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.select-products-div {
  background-color: var(--red);
  margin-bottom: 15px;
  padding: 15px 10px;
}

.label-white {
  color: #fff;
  margin-bottom: 5px;
}

.div-block-7 {
  margin-top: 20px;
}

.analytics-box {
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  width: 31%;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 10px 20px 20px;
  display: inline-block;
}

.text-block {
  color: var(--red);
  font-weight: 600;
}

.value-label {
  margin-top: 0;
  display: inline-block;
}

.value-label.grey {
  color: #979797;
  font-weight: 500;
  line-height: 18px;
}

.analytics-grid {
  margin-top: 40px;
}

.analytics-grid.flex {
  margin-top: 20px;
  display: flex;
  margin-right: -20px;
}

.date-label {
  margin-top: 3px;
  margin-right: 5px;
  font-weight: 400;
  display: inline-block;
}

.small-text.inline {
  display: inline-block;
}

.modify-div {
  background-color: #eee;
  border: 2px solid #e2e2e2;
  min-width: 90%;
  max-width: 100%;
  padding: 10px 20px;
}

.body-2 {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.body-2.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.icon.margin-bottom {
  margin-bottom: 8px;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-9 {
  width: 75%;
  margin-left: 10px;
}

.div-block-9._30 {
  width: 15%;
}

.div-block-9.horizontal {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.tab-content.margin-bottom-5 {
  padding-top: 5px;
}

.tab {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--hover-black);
  color: var(--red);
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 10px;
  margin-left: 0px;
  font-weight: 600;
  transition: all .3s;
}

.tab:hover {
  background-color: var(--dim-grey);
  color: var(--white-smoke);
}

.tab.w--current {
  color: var(--white-smoke);
  background-color: #000;
  border-top-color: #000;
}

.breadcrumb {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.breadcrumb:hover {
  color: var(--dim-grey);
}

.breadcrumb.red {
  color: var(--red);
  transition: all .3s;
}

.div-block-10 {
  margin-bottom: 10px;
  display: block;
}

.white-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.white-box.margin-top {
  margin-top: 20px;
}

.white-box.about {
  padding: 15px 10px;
}

.div-block-11 {
  background-color: var(--white-smoke);
  margin-bottom: 10px;
  padding: 10px;
}

.form-block-2 {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-12 {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
  padding: 15px;
}

.div-block-12._20 {
  padding: 20px;
}

.div-block-12.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inline {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
}

.inline.red {
  color: var(--red);
}

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

.div-block-13 {
  text-align: center;
  background-image: url('../images/map-background.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 20px;
  display: flex;
}

.large-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 32px;
}

.circle {
  border: 1px solid var(--red);
  background-color: var(--white-smoke);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 20px;
  display: flex;
}

.circle.red {
  background-color: var(--red);
  color: #fff;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-15 {
  background-color: var(--dim-grey);
  width: 30px;
  height: 2px;
}

.paragraph-2 {
  text-align: justify;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-2 {
  margin-bottom: 5px;
}

.column-3 {
  padding-left: 0;
}

.column-3.flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-18 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-18._30 {
  width: 30%;
}

.div-block-18._70 {
  width: 70%;
}

.link-block {
  color: var(--red);
  border: 1px solid #0000;
  border-radius: 5px;
  padding: 5px 10px 10px;
  text-decoration: none;
  display: block;
}

.link-block:hover {
  border-color: var(--hove-ash);
  background-color: var(--hove-ash);
}

.link-block:active {
  border-color: var(--pink);
}

.link-block:focus {
  border-color: var(--pink);
  background-color: var(--hove-ash);
}

.link-block._50 {
  width: 50%;
  margin-right: 5px;
}

.link-block.quantity {
  background-color: var(--dim-grey);
  color: var(--white-smoke);
  text-align: center;
  border-radius: 0;
  height: 15px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 12px;
}

.link-block.quantity:hover {
  border-color: var(--black);
  background-color: var(--black);
}

.text-block-2 {
  color: var(--dim-grey);
}

.link-right-margin {
  color: var(--dim-grey);
  border: 1px solid #0000;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 10px;
  text-decoration: none;
}

.link-right-margin:hover {
  border: 1px solid var(--hover-black);
  border-radius: 5px;
}

.link-right-margin:active, .link-right-margin:focus {
  border-color: var(--red);
}

.link-right-margin.center {
  text-align: center;
  border-color: #eee;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 111px;
  margin-right: 0;
  padding: 15px 15px 10px;
  display: flex;
}

.link-right-margin.center:hover {
  border-color: var(--pink);
  box-shadow: 3px 3px 5px #0003;
}

.link-right-margin.center.selected {
  border-color: var(--pink);
  box-shadow: 3px 3px 5px #0003;
}

.mini-text {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
}

.mini-text.white {
  color: #3330;
}

.icons-link-block {
  text-align: center;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.heading-3 {
  margin-top: 0;
}

.heading-3.center {
  text-align: center;
}

.form-block-3 {
  background-color: var(--white-smoke);
  text-align: left;
  padding: 20px;
  display: block;
}

.form-block-3.no-margin-bottom {
  margin-bottom: 0;
}

.columns-4 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.link-wide {
  text-decoration: none;
  display: block;
}

.link-wide:hover, .link-wide:focus {
  background-color: var(--hove-ash);
}

.text-block-3 {
  color: var(--dim-grey);
}

.columns-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-19 {
  padding-left: 10px;
  padding-right: 10px;
}

.flex-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-row-center.margin-top {
  margin-top: 20px;
}

.flex-row-center.vertical {
  flex-flow: column;
}

.flex-row-center.left {
  justify-content: space-between;
  align-items: flex-start;
}

.flex-row-center.stretch {
  justify-content: space-between;
}

.flex-row-center.align-bottom {
  justify-content: center;
  align-items: flex-end;
}

.flex-row-center.expand {
  align-items: stretch;
}

.notification-number {
  background-color: var(--red);
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -6px;
  border: 2px solid #fff;
}

.notification-dropdown {
  margin-left: 10px;
}

.card-icon {
  float: right;
}

.card-icon.margin-bottom {
  margin-bottom: 8px;
}

.card-div-1 {
  float: right;
  margin-bottom: -15px;
}

.analytics-card {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  width: 50%;
  margin-right: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 3px 3px 5px #0003;
}

.analytics-card.full {
  width: 100%;
  max-width: 100%;
}

.div-block-20 {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.target-percent-label {
  margin-top: 0;
}

.progress-bar-back {
  background-color: #ebebeb;
  background-image: linear-gradient(90deg, #ff4d4d, #24cf2f);
  border-radius: 100px;
  min-height: 14px;
  margin-bottom: 10px;
}

.progress-bar-front {
  float: right;
  background-color: #ebebeb;
  border-radius: 0 100px 100px 0;
  min-height: 14px;
}

.close-button-div {
  margin-top: -10px;
}

.single-product-page-div {
  margin-top: 20px;
}

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

.product-page-list {
  text-align: left;
  list-style-type: square;
  position: static;
}

.list-item-red {
  color: var(--red);
}

.product-details-text-div {
  padding: 20px;
}

.product-details-card {
  border: 1px solid #ececec;
  padding: 15px 20px;
}

.product-details-tab {
  margin-top: 40px;
  display: flex;
}

.tabs-menu {
  flex-flow: column;
  display: flex;
}

.tabs-content {
  flex: 1;
}

.tab-link {
  background-color: var(--white-smoke);
  border-top: 1px solid #e0e0e0;
}

.tab-link.w--current {
  background-color: var(--dim-grey);
  color: var(--white-smoke);
}

.products-grid-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  align-items: stretch;
  display: grid;
  min-width: 0;
  min-height: 0;
}

.single-product-card {
  background-color: #fff;
  min-height: 300px;
  padding: 15px;
  box-shadow: 5px 5px 9px 1px #00000012;
  overflow: hidden;
  min-width: 0;
}

.single-product-card.reco {
  border: 1px solid #eee;
  min-height: 100%;
}

.single-product-card.reco-details {
  background-color: #fff;
  padding: 20px;
}

.image-file-input-div {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
}

.image-file-input-div:hover {
  background-color: #fff9;
}

.email-main {
  background-color: #ebebeb;
  padding: 20px;
}

.email-row {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.email-card {
  background-color: #fff;
  border-radius: 10px;
  width: 50%;
  padding: 20px;
  box-shadow: 3px 3px 5px #0003;
}

.email-card.full {
  width: 100%;
}

.email-value-label {
  color: #979797;
  margin-top: 0;
  font-weight: 500;
  line-height: 18px;
}

.email-target-percent {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
}

.email-progress-bar-div {
  margin-top: 20px;
}

.lastcard {
  width: 50%;
}

.email-value-heading {
  margin-top: 0;
  font-size: 28px;
  line-height: 32px;
  display: inline;
}

.email-text-block {
  color: var(--red);
  font-weight: 600;
  line-height: 16px;
}

.vertical-spacer {
  width: 20px;
}

.email-value-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vertical-center {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.form-block-4 {
  width: 100%;
  margin-bottom: 0;
}

.search-dropdown {
  background-color: var(--dim-grey);
  position: absolute;
  z-index: 4000;
  text-align: left;
}

.search-item-1 {
  background-color: var(--black);
  color: var(--white-smoke);
  margin-bottom: 1px;
  padding: 8px 10px;
}

.plain-link {
  color: var(--white-smoke);
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
}

.div-block-22 {
  flex-flow: column;
  padding-right: 10px;
  display: inline-flex;
}

.div-block-22._60 {
  width: 60%;
  padding-right: 20px;
}

.div-block-22._30 {
  width: 30%;
}

.div-block-22._10 {
  width: 10%;
}

.div-block-22._40 {
  width: 40%;
}

.div-block-22._50 {
  width: 50%;
}

.package-line-item {
  background-color: var(--white-smoke);
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.notify-text {
  margin-bottom: 5px;
}

.notify-text.red {
  color: var(--red);
}

.notify-div {
  background-color: var(--white-smoke);
  padding: 10px 15px;
}

.notify-div.error {
  background-color: var(--white-smoke);
}

.general-status {
  text-align: center;
  background-color: #fff;
  border: 2px solid #2ac300;
  border-radius: 5px;
  padding: 2px 8px;
  font-weight: 600;
  display: inline-block;
}

.yellow-box-label {
  background-color: #ffe59a !important;
  border-color: transparent !important;  
  font-weight: 600;
}

.gray-box-label {
  background-color: #d1d1d1 !important;
  border-color: transparent !important;  
  font-weight: 600;
}

.red-box-ghost-label {
  background-color: #f4cdcc !important;
  border: 2px solid #eb6365 !important;
  font-weight: 600;
}

.green-box-label {
  background-color: #7fd368 !important;
  color: #000000;
  border-color: transparent !important;
  font-weight: 600;
}

.green-box-ghost-label {
  border: 2px solid #2ac300;
}

.action-status-label {
  border-radius: 5px;
  padding: 4px;  
}

.action-status-label .w-dropdown-toggle {
  padding-right: 0;
  width: auto;
}

.action-status-label .w-icon-dropdown-toggle {
  margin-right: 0;
  right: -20px;  
}

.border-transparent {
  border-color: transparent !important;
}

.dropdown.w-dropdown.table-row-label.status.green-box-ghost-label .w-dropdown-toggle {
  padding-right: 0;
  width: auto;
}

.dropdown.w-dropdown.table-row-label.status.green-box-ghost-label .w-dropdown-toggle .w-icon-dropdown-toggle {
  margin-right: 0;
  right: -20px;  
}

.btn-accept {
  background-color: #b5d7a8;
  color: #222920;
  border: 1px solid #222920;
}

.align-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.align-right.bottom {
  align-self: flex-end;
}

.icon-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 7px;
  display: inline-flex;
}

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

.align-left.flex-vertical {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-right: 10px;
  display: flex;
}

.align-left.bottom {
  align-self: flex-end;
}

.general-label {
  font-weight: 500;
}

.general-label.red {
  color: var(--red);
}

.product-icon-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.popup-div-1 {
  text-align: center;
  background-color: #eee;
  border: 2px solid #e2e2e2;
  flex-flow: column;
  max-width: 50%;
  padding: 20px;
  min-width: 25%;
}

.accordion-item {
  justify-content: space-around;
  align-items: center;
}

.dropdown-2 {
  display: flex;
}

.accordion-tab {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  display: flex;
  overflow: hidden;
  transition: height 0.5s ease;
}

.accordion-tab.open {
  overflow: hidden;
}

.accordion-toggle {
  background-color: #e2e2e2;
  width: 100%;
  height: 60px;
}

.dropdown-list {
  position: static;
}

.accordion-list {
  background-color: #ddd0;
  padding: 10px 10px 0 20px;
  display: block;
  position: static;
}

.upload-div {
  border: 1px dashed #919191;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 20px;
  display: flex;
}

.button-accept {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 5px 10px;
  display: inline-flex;
}

.button-accept:hover {
  background-color: var(--firebrick);
}

.button-accept.reject {
  background-color: var(--black);
}

.button-accept.reject:hover {
  background-color: var(--dim-grey);
}

.nav-icon {
  border-radius: 100px;
  width: 45px;
  padding: 2px;
}

.nav-icon:hover, .nav-icon:focus {
  background-color: var(--hover-black);
}

.table-label {
  display: inline-block;
}

.table-inner-div {
  width: 10%;
  margin-left: 3px;
  margin-right: 3px;
}

.table-inner-div._15 {
  width: 15%;
}

.table-inner-div._20 {
  width: 20%;
}

.table-inner-div.center {
  text-align: center;
  flex: 1;
}

.table-inner-div._25 {
  width: 25%;
}

.table-inner-div._30 {
  width: 30%;
}

.table-inner-div._35 {
  width: 35%;
}

.table-inner-div._5 {
  width: 5%;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.whitesmoke {
  background-color: var(--white-smoke);
  padding-left: 20px;
  padding-right: 20px;
}

.simple-list {
  margin-bottom: 0;
}

.about-list-item {
  margin-bottom: 5px;
}

.left-pane-notification-div {
  display: inline-block;
  position: fixed;
}

.toast-div {
  z-index: 2100;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--dim-grey);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  padding: 10px;
  display: flex;
  inset: auto 0% 0% auto;
  transition: opacity 0.5s ease;
  animation: toast-slide-in 0.3s ease-out forwards;
}

.toast-message-div {
  color: var(--white-smoke);
  align-self: center;
  width: 90%;
}

.toast-icon-div {
  text-align: center;
  background-color: #7fd368;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 10%;
  padding: 10px;
  display: flex;
}

.toast-icon-div.red {
  background-color: #ff4e4e;
}

.toast-paragraph {
  margin-bottom: 0;
  line-height: 16px;
}

.note-text-div {
  background-color: #f6c7c84a;
  border: 1px solid #dc000536;
  margin-top: 5px;
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
}

.small-ioon-link {
  background-color: var(--black);
  padding: 3px;
}

.small-icon-link {
  background-color: #fff;
  padding: 3px;
  transition: all .3s;
}

.small-icon-link:hover {
  transform: translate(0, -3px);
}
.boardered-square {
  border: 1px solid #000;
  margin-right: 6px;
  padding: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}
.quantity-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d8d8d8;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}

@keyframes toast-slide-in {
  from {
      transform: translateY(100%);
      opacity: 0;
  }
  to {
      transform: translateY(0);
      opacity: 1;
  }
}

@keyframes toast-slide-out {
  from {
      transform: translateY(0);
      opacity: 1;
  }
  to {
      transform: translateY(100%);
      opacity: 0;
  }
}

.boardered-square {
  border: 1px solid #000;
  padding: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}
.reco-div {
  background-color: var(--transparent);
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.reco-div.cart-page {
  border-top-style: none;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.reco-div.cart-page._50 {
  width: 50%;
}

.slider {
  background-color: var(--transparent);
  height: auto;
}

.mask {
  height: auto;
}

.slider-nav {
  margin-top: 180px;
  margin-bottom: -40px;
  display: block;
}

.slider-nav.hidden, .slider-arrow {
  display: none;
}

.slide {
  width: 32%;
  height: auto;
  margin-right: 10px;
}

.slide._16 {
  width: 16%;
}

.reco-details {
  background-color: #eee;
  min-width: 400px;
  max-width: 500px;
  padding: 10px;
}

.flex-row {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._50-div {
  width: 50%;
}

._50-div.margin-bottom {
  margin-bottom: 40px;
}

.onboarding-overlay {
  z-index: 2000;
  background-color: #ffffffef;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.video-div {
  border: 2px solid #000;
  min-width: 60%;
}

.top-right-button {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  margin-top: 40px;
  margin-right: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: all .3s;
  position: fixed;
  inset: 0% 0% auto auto;
}

.top-right-button:hover {
  color: #fff;
  background-color: #000;
}

.top-right-button.bottom {
  justify-content: center;
  margin-top: 20px;
  margin-right: 0;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.replay-btn-div {
  text-align: right;
  align-self: flex-end;
}

.replay-btn-div.thin {
  text-align: center;
  line-height: 1.2;
}

.replay-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
}

.replay-link.thin {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center; /* or left/right as needed */
}

.div-min-height {
  min-height: 60px;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    flex-wrap: wrap;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .navbar-wrapper .navbar-center-logo {
    left: 26%;
  }

  .button-primary.small.get-quote {
    float: none;
  }

  .button-primary._40 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-split {
    flex-direction: column;
    margin-bottom: 40px;
    margin-right: 20px;
  }

  .hero-split.wide {
    align-self: stretch;
  }

  .footer-light {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-divider-two {
    margin-top: 20px;
  }

  .input-field.custom-width._40 {
    width: 40%;
  }

  .left-pane {
    width: 18%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-pane.icons {
    min-width: 80px;
    padding-bottom: 10px;
  }

  .right-pane {
    padding-left: 20%;
    padding-right: 20px;
  }

  .right-pane.account {
    padding-left: 100px;
  }

  .dashboard-menu {
    text-align: left;
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }

  .dashboard-nav {
    flex: 1;
  }

  .nav-menu-2 {
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .product-image.single-product {
    height: 300px;
  }

  .product-details-label {
    margin-bottom: 5px;
    margin-right: 10px;
  }

  .product-details-label.full-width {
    margin-right: 6px;
  }

  .div-block-4 {
    margin-top: 10px;
  }

  .div-block-4.single-product {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
  }

  .single-product-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .table-header {
    min-width: 900px;
    display: flex;
  }

  .table-row {
    flex-flow: row;
    min-width: 900px;
    display: flex;
  }

  .table-row-label {
    flex-flow: column;
  }

  .table-div {
    overflow: auto;
  }

  .table-dropdown-list.w--open {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .table-dropdown-link {
    text-align: center;
    width: 100%;
  }

  .overlay-full.dummy {
    position: absolute;
    inset: 0% 0% auto;
  }

  .analytics-box {
    width: 45%;
  }

  .value-label {
    font-size: 26px;
  }

  .value-label.grey {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-9 {
    width: 90%;
  }

  .div-block-9._30 {
    width: 30%;
  }

  .flex-row-center.left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-div-1 {
    margin-bottom: 0px;
  }

  .product-details-text-div {
    padding: 10px;
  }

  .products-grid-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .align-left.flex-vertical {
    margin-bottom: 5px;
  }

  .popup-div-1 {
    max-width: 80%;
  }

  .section.whitesmoke {
    padding: 60px 40px;
  }

  .toast-div {
    width: 400px;
  }

  .toast-icon-div {
    padding: 8px;
  }

  .toast-paragraph {
    font-size: 12px;
    line-height: 14px;
  }

  .reco-div.cart-page._50 {
    width: 100%;
  }

  .slider-nav.hidden {
    display: block;
  }

  .slide._16 {
    width: 32%;
  }

  .video-div {
    min-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container {
    padding: 0;
  }

  .nav-menu-wrapper.w-nav-menu .nav-dropdown-link.w-dropdown-toggle .nav-dropdown-icon{
    margin-top: 0;
  }

  .nav-menu {
    flex-direction: column; 
    align-items: flex-start;
  }

  .list-item {
    width: 100%;
  }

  .w-dropdown-toggle {
    position: relative;
    width: 100%;
    padding-right: 100px;
  }

  .w-icon-dropdown-toggle {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    margin: 0;
  }

  .user-dropdown.w-dropdown .nav-dropdown-link {
    font-size: 16px;
    white-space: normal;
    line-height: 1.2;
  }

  .nav-menu-wrapper .mobile-margin-top-10 {
    display: none;
  }

  .nav-menu {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    padding-left: 0;
    background-color: var(--red);
    padding: 10px 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.label {
    padding: 5px 8px;
    font-size: 12px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    align-self: flex-end;
    margin-top: 0;
  }

  .button-primary {
    padding: 10px 20px;
  }

  .button-primary.small.get-quote {
    float: none;
  }

  .button-primary.red {
    float: none;
    margin-left: 0;
    text-align:center;
  }

  .hero-heading-left {
    padding: 60px 20px;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .hero-split {
    align-self: stretch;
    max-width: 100%;
  }

  .footer-light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .h2 {
    font-size: 28px;
  }

  .h2.quote {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 28px;
  }

  .h1 {
    font-size: 32px;
  }

  .left-pane {
    z-index: 1000;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .left-pane.icons {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .right-pane {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-pane.account {
    padding-left: 20px;
  }

  .dashboard-menu {
    text-align: center;
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
    display: inline-flex;
  }

  .dashboard-nav {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    flex-flow: row;
    padding-top: 10px;
    display: block;
  }

  .nav-menu-2.icons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .list-item {
    align-self: flex-end;
    padding-top: 0;
  }

  .product-details-div {
    padding: 10px;
  }

  .product-details-label {
    margin-bottom: 5px;
  }

  .overlay-box {
    width: 50%;
  }

  .table-header-label {
    font-size: 12px;
  }

  .table-dropdown-list.w--open {
    padding: 20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .table-dropdown-link {
    text-align: center;
  }

  .dropdown {
    padding-right: 10px;
  }

  .overlay-full {
    flex-wrap: nowrap;
    align-content: center;
    overflow: scroll;
  }

  .popup-form-block {
    padding: 20px 10px;
  }

  .column.right {
    padding-left: 0;
  }

  .popup-message-div {
    min-width: 80%;
  }

  .single-quote-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    margin-bottom: 10px;
  }

  .div-block-6.flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .analytics-box {
    width: 48%;
  }

  .value-label {
    margin-bottom: 5px;
    font-size: 28px;
  }

  .value-label.grey {
    font-size: 16px;
  }

  .analytics-grid.flex {
    margin-top: 15px;
  }

  .tab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-right-margin.center {
    height: 120px;
  }

  .icons-link-block {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-flex;
  }

  .card-div-1 {
    margin-bottom: 5px;
  }

  .analytics-card {
    padding-top: 10px;
  }

  .email-row {
    margin-bottom: 15px;
  }

  .email-value-label {
    font-size: 16px;
    line-height: 16px;
  }

  .email-target-percent, .email-value-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .vertical-spacer {
    width: 15px;
  }

  .div-block-22._30 {
    width: 50%;
  }

  .div-block-22._50 {
    width: 100%;
    margin-bottom: 10px;
  }

  .menu-button-2 {
    color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #0003;
  }

  .simple-list {
    padding-left: 30px;
  }

  .toast-div {
    width: 350px;
  }

  .reco-div {
    padding-left: 10px;
  }

  .reco-details {
    min-width: auto;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-wrapper.w-nav-menu div.notification-dropdown {
    display: none;
  }

  .user-dropdown.w-dropdown .nav-dropdown-link{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 10px;
  }

  .navbar-wrapper {
    justify-content: space-between;
    position: static;
  }

  .navbar-wrapper .mobile-nav-wrapper {
    padding: 10px;  
  }

  .navbar-wrapper .navbar-center-logo {
    position: static;
    transform: none;
    margin-left: auto;
    padding: 10px;
  }

  .navbar-wrapper .w-nav-menu {
    width: 100%;
    margin-left: 0;
  }

  .navbar-wrapper .w-nav-menu .w-dropdown {
    display: block;
  }

  .nav-menu-wrapper .list-item {
    display: flex;
    width: calc(100% - 80px);
    align-self: center;
    padding-right: 20px !important;
  }

  .nav-menu-wrapper .list-item .user-dropdown.w-dropdown {
    margin-left: 0;
  }

  .navbar-wrapper .w-nav-menu .list-item .user-dropdown .nav-dropdown-link::after {
    border-color: #fff;
  }

  .margin-top-sm-0 {
    margin-top: 0;
  }

  .hide-sm {
    display: none;
  }

  .navbar-no-shadow.dashboard {
    position: static;
  }

  .right-pane {
    padding-top: 20px;
  }
  
}

.page-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex
}

.navbar-wrapper.home {
  padding: 10px;
}

.navbar-wrapper.home .nav-menu {
  padding: 0;
}

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

  .navbar-wrapper.home {
    flex-direction: row;
  }

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

  .nav-menu.home {
    background-color: var(--white-smoke);
  }

  .nav-dropdown-list.w--open {
    margin-top: 10px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    padding: 7px 10px;
  }

  .button-primary.small {
    margin-top: 5px;
  }

  .button-primary.small.get-quote {
    margin-top: 0;
  }

  .button-primary.small.cats {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary.red {
    float: none;
    margin-left: 0;
  }

  .button-primary._40 {
    width: 100px;
  }

  .menu-button {
    width: 20%;
  }

  .menu-button.w--open {
    background-color: var(--red);
  }

  .hero-heading-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    max-width: none;
  }

  .hero-split {
    margin-bottom: 20px;
  }

  .hero-split.wide {
    margin-right: 0;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .form-block.login {
    padding: 20px;
  }

  .h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .h2.quote {
    font-size: 24px;
    line-height: 28px;
  }

  .h1 {
    font-size: 28px;
    line-height: 28px;
  }

  .input-field.custom-width._30 {
    margin-right: 0;
  }

  .input-field.custom-width.dimensions {
    border-right-style: solid;
    width: 100%;
  }

  .input-field.margin-right {
    margin-right: 0;
  }

  .left-pane {
    padding: 110px 10px 0;
  }

  .left-pane.icons {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .right-pane {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-pane.account {
    padding-left: 15px;
  }

  .dashboard-menu {
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 8px 10px;
  }

  .nav-menu-2 {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 10px 5px;
  }

  .list-item {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .list-item.about {
    display: block;
  }

  .dropdown-link:hover {
    background-color: var(--dim-grey);
  }

  .h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .columns {
    flex-direction: column;
  }

  .product-image-div {
    margin-bottom: 10px;
  }

  .product-details-div {
    padding-top: 0;
    padding-left: 15px;
  }

  .product-image.single-product {
    height: 200px;
  }

  .div-block-4 {
    margin-top: 5px;
  }

  .div-block-4.single-product {
    align-items: stretch;
  }

  .single-product-div {
    flex-direction: column;
    padding-top: 20px;
  }

  .overlay-box {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-header {
    justify-content: center;
    align-items: center;
    min-width: 900px;
  }

  .table-header-label {
    font-size: 12px;
    line-height: 16px;
  }

  .table-row {
    min-width: 900px;
  }

  .table-row-label {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .table-action {
    padding-right: 40px;
  }

  .table-dropdown-list.w--open {
    margin-right: 10px;
    position: fixed;
    top: auto;
  }

  .table-dropdown-link {
    text-align: center;
  }

  .dropdown {
    padding-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .paginate-div {
    padding-left: 2px;
    padding-right: 2px;
  }

  .paginate-link {
    margin-left: 0;
    margin-right: 0;
  }

  .paginate-link.small {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }

  .paginate-text {
    font-size: 12px;
  }

  .overlay-full {
    justify-content: center;
  }

  .popup-message-div {
    min-width: 90%;
  }

  .heading.center {
    margin-top: 10px;
  }

  .no-results-div {
    padding: 20px 20px 10px;
  }

  .product-link {
    margin-top: 0;
  }

  .single-quote-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quote-header {
    min-width: 500px;
  }

  .quote-label {
    font-size: 12px;
    line-height: 18px;
  }

  .quote-row {
    min-width: 500px;
  }

  .quote-table-div {
    overflow: scroll;
  }

  .analytics-box {
    width: 90%;
  }

  .value-label {
    font-size: 26px;
  }

  .analytics-grid {
    text-align: center;
    margin-top: 20px;
  }

  .analytics-grid.flex {
    flex-flow: column;
    margin-right: 0;
  }

  .body-2.flex-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    text-align: center;
  }

  .div-block-9._30 {
    text-align: center;
    width: 50%;
  }

  .div-block-9.horizontal {
    width: 100%;
    margin-bottom: 20px;
  }

  .tab {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    display: inline-flex;
  }

  .div-block-18._30, .div-block-18._70 {
    width: 100%;
  }

  .div-block-18._70.flex-down {
    flex-flow: column;
    align-items: stretch;
  }

  .link-right-margin.center {
    width: auto;
    height: auto;
    padding-top: 10px;
  }

  .icons-link-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .flex-row-center.vertical-in-mobile {
    flex-flow: column;
  }

  .flex-row-center.align-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .card-div-1 {
    align-self: flex-end;
    margin-bottom: -10px;
  }

  .analytics-card {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }

  .analytics-card.full {
    text-align: left;
  }

  .div-block-20 {
    align-self: stretch;
  }

  .progress-bar-back, .progress-bar-front {
    min-height: 12px;
  }

  .div-block-21 {
    width: 100%;
  }

  .product-page-list {
    padding-left: 10px;
  }

  .product-details-text-div {
    padding: 10px;
  }

  .product-details-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-details-tab {
    flex-flow: column;
    margin-top: 20px;
  }

  .products-grid-div {
    grid-template-columns: 1fr;
  }

  .email-row {
    flex-flow: column;
  }

  .email-card {
    width: 100%;
    padding: 15px;
  }

  .email-value-label {
    font-size: 14px;
  }

  .vertical-spacer {
    height: 15px;
  }

  .div-block-22._30 {
    width: 100%;
    margin-bottom: 10px;
  }

  .align-right {
    text-align: left;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .align-right.bottom {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .align-left.flex-vertical {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .popup-div-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button-2.w--open {
    background-color: #0003;
  }

  .table-inner-div._15 {
    min-width: 100px;
  }

  .table-inner-div._20.center {
    text-align: center;
  }

  .table-inner-div._30 {
    min-width: 150px;
  }

  .simple-list {
    flex-flow: column;
  }

  .toast-div {
    width: 90%;
  }

  .toast-icon-div {
    padding: 5px;
  }

  .reco-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide, .slide._16 {
    width: 100%;
  }

  .flex-row {
    flex-flow: column;
  }

  .video-div {
    min-width: 90%;
  }
}

#w-node-a5a8ac50-efe4-44d3-93d3-65e78102e9b0-220210e4 {
  align-self: end;
}

#w-node-cb2e3814-9810-8518-d06a-7a761d9f5118-220210e4 {
  order: 9999;
}

.tab-api-btn {
  float: right; 
}

/* Value label wrapper to keep tooltip icon with text */
.value-label-wrapper {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  flex-wrap: nowrap;
}

/* Dynamic positioning classes for viewport-aware tooltips */
.inf-tooltip--outline.tooltip-right-edge::after {
  left: calc(50% - 40px);
  transform: translateX(-50%);
}

/* Arrow stays centered on icon - doesn't move with tooltip box */
.inf-tooltip--outline.tooltip-right-edge .tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.inf-tooltip--outline.tooltip-left-edge::after {
  left: calc(50% + 40px);
  transform: translateX(-50%);
}

/* Arrow stays centered on icon - doesn't move with tooltip box */
.inf-tooltip--outline.tooltip-left-edge .tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.inf-tooltip--outline.tooltip-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.inf-tooltip--outline.tooltip-center .tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .inf-tooltip--outline::after {
    max-width: 300px;
    font-size: 13px;
    padding: 6px 10px;
  }
  
  .inf-tooltip--outline.tooltip-large::after {
    max-width: 400px;
    font-size: 14px;
    padding: 10px 14px;
  }
  
  /* Mobile adjustments for left and right tooltips - convert to top tooltips */
  .inf-tooltip--outline.tooltip-left::after,
  .inf-tooltip--outline.tooltip-right::after {
    /* Convert left/right to top positioning on mobile */
    bottom: 100%;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    max-width: 250px;
    width: 250px;
    text-align: center;
    height: auto;
    min-height: 35px;
    display: grid;
    grid-template-rows: auto;
    align-content: center;
    grid-auto-rows: min-content;
    grid-template-areas: "content";
    padding: 10px 14px;
    line-height: 1.4;
  }
  
  .inf-tooltip--outline.tooltip-left .tooltip-arrow,
  .inf-tooltip--outline.tooltip-right .tooltip-arrow {
    /* Convert left/right arrows to top arrows on mobile */
    bottom: -5px;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-top-color: #333;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  
  .inf-tooltip--outline.tooltip-left:hover::after,
  .inf-tooltip--outline.tooltip-left.tooltip-active::after,
  .inf-tooltip--outline.tooltip-right:hover::after,
  .inf-tooltip--outline.tooltip-right.tooltip-active::after {
    bottom: calc(100% + 10px);
  }
  
  /* Mobile dynamic positioning adjustments */
  .inf-tooltip--outline.tooltip-right-edge::after {
    left: calc(50% - 30px);
    transform: translateX(-50%);
  }
  
  /* Arrow stays centered on icon on mobile too */
  .inf-tooltip--outline.tooltip-right-edge .tooltip-arrow {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .inf-tooltip--outline.tooltip-left-edge::after {
    left: calc(50% + 30px);
    transform: translateX(-50%);
  }
  
  /* Arrow stays centered on icon on mobile too */
  .inf-tooltip--outline.tooltip-left-edge .tooltip-arrow {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .inf-tooltip--outline.tooltip-left:hover .tooltip-arrow,
  .inf-tooltip--outline.tooltip-left.tooltip-active .tooltip-arrow,
  .inf-tooltip--outline.tooltip-right:hover .tooltip-arrow,
  .inf-tooltip--outline.tooltip-right.tooltip-active .tooltip-arrow {
    bottom: -10px;
  }
  
  .inf-tooltip--outline .tooltip-arrow {
    border-width: 4px;
  }
  
  /* Ensure top tooltips maintain their positioning on mobile */
  .inf-tooltip--outline.tooltip-top::after {
    bottom: calc(100% + 10px);
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  
  .inf-tooltip--outline.tooltip-top .tooltip-arrow {
    bottom: -5px;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-top-color: #333;
    border-bottom-color: transparent;
  }
}