/* Tag level overrides */
body {
  font-family: "Red Hat Text", sans-serif;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 300;
  background-color: #F7F8F9; }

a {
  color: #875CFA; }

s {
  color: #a6a6a6; }

h1 {
  font-size: 1.875rem;
  font-weight: 300; }

h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000; }

a:visited {
  color: #875CFA; }

a:hover {
  color: #875CFA;
  text-decoration: none; }

.fa {
  color: #a6a6a6; }

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

small {
  color: #a6a6a6; }

select {
  text-indent: 1rem; }

/* Bootstrap overrides */
.navbar {
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 1rem; }
  @media (min-width: 576px) {
    .navbar {
      padding: 1.875rem; } }

.navbar-light .navbar-toggler {
  color: #000000;
  border: none; }

.nav-item {
  font-size: 1.125rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-light .navbar-nav .nav-link {
  color: #4D4D4D; }

div.nav > a.nav-item {
  color: #4D4D4D; }

div.nav > a.nav-item.active {
  color: #875CFA;
  border-bottom: 1px solid #875CFA; }

.a-no-highlight {
  color: #ffffff !important; }

.btn {
  border-radius: 1.5rem;
  padding: 0.55rem 2rem;
  font-weight: 500;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08); }

.btn:disabled {
  background-color: #ab8dfc;
  border-color: #ab8dfc; }

.btn-blue {
  color: #ffffff !important;
  background-color: #57C9EF;
  border-color: #57C9EF; }

.btn-primary {
  color: #ffffff !important;
  background-color: #875CFA;
  border-color: #875CFA; }

.btn-tertiary {
  color: #ffffff !important;
  background-color: #EA6363;
  border-color: #EA6363; }

.btn-secondary {
  color: #875CFA;
  background-color: #F7F8F9;
  border-color: #F7F8F9; }

.btn-danger {
  background-color: #d0021b; }

.btn-row {
  padding: 0.25rem 1.5rem; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited {
  background-color: #875CFA;
  border-color: #875CFA;
  filter: brightness(110%); }

.card {
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  border: 0px;
  border-radius: 9px;
  padding: 2rem;
  margin-bottom: 2rem; }

.cart-total {
  font-weight: 300;
  color: #000000; }

.bold {
  font-weight: 700; }

.modal-content {
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18); }

.modal-header {
  border: none;
  padding: 2rem 2rem 0rem; }
  @media (min-width: 576px) {
    .modal-header {
      padding: 3rem 3rem 0rem; } }

.modal-body {
  padding: 1rem 2rem 2rem; }
  @media (min-width: 576px) {
    .modal-body {
      padding: 1rem 3rem 3rem; } }

.modal-footer {
  border: none;
  padding: 0rem 2rem 2rem; }
  @media (min-width: 576px) {
    .modal-footer {
      padding: 0rem 3rem 3rem; } }

.modal-footer > * {
  margin: 0; }

/* JCONFIRM Overrides */
.jconfirm .jconfirm-box {
  border-radius: 0.5rem !important;
  border: none !important;
  padding: 1.5rem 1.5rem 0.5rem !important; }
  @media (min-width: 768px) {
    .jconfirm .jconfirm-box {
      padding: 2.5rem 2.5rem 1.5rem !important; } }

.jconfirm .jconfirm-box .jconfirm-buttons button {
  border-radius: 1.5rem !important;
  padding: 0.5rem 2rem !important; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: none !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  text-shadow: none !important; }

.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin-bottom: 0.25rem !important;
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

/* Sweet Alert 2 */
.swal2-styled {
  border-radius: 1.5rem !important;
  padding: 0.5rem 3rem !important;
  font-weight: 500 !important; }

/* Custom classes */
.coral-dot {
  background-color: #EA6363;
  border-radius: 50%;
  width: 11px;
  height: 11px; }

.procedure-enabled {
  border: 1px solid #875CFA; }

.scale-logo {
  width: 160px; }
  @media (min-width: 576px) {
    .scale-logo {
      width: 250px; } }

.opacity-5 {
  opacity: 0.5; }

.border-radius-0 {
  border-radius: 0 !important; }

.mt-2-rem {
  margin-top: 2rem !important; }

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

.cursor-pointer {
  cursor: pointer; }

.content-container {
  max-width: 1400px; }

.login-container {
  max-width: 400px; }
  @media (max-width: 400px) {
    .login-container {
      border-radius: 0 !important;
      box-shadow: none !important; } }

.login-form {
  width: 100%;
  max-width: 25rem; }

.form-control {
  padding: 0.375rem 1rem;
  font-size: 14px;
  border-radius: 8px;
  background-color: #f8f8f8;
  border: none; }

input[type=checkbox].form-control {
  width: 1rem;
  height: 1rem; }

.form-error {
  background-color: #fceaea !important; }

select.form-control {
  padding: 0.375rem 0rem !important; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a6a6a6 !important;
  opacity: 1 !important;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a6a6a6 !important; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a6a6a6 !important; }

.form-control-number {
  padding: 0.5rem 0rem 0.5rem .9rem;
  text-align: center; }

.chart-month-changer-body {
  padding: 0.3rem 1.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd; }

.chart-month-changer-left {
  padding: 0.3rem 1rem;
  border-radius: 25px 0 0 25px;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #dddddd; }

.chart-month-changer-right {
  padding: 0.3rem 1rem;
  border-radius: 0 25px 25px 0;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #dddddd; }

.no-production-info {
  position: relative;
  left: 34%;
  bottom: 235px;
  width: 28%; }

.color-primary {
  color: #875CFA !important; }

.color-gray-1 {
  color: #4D4D4D !important; }

.color-gray-2 {
  color: #dddddd !important; }

.color-gray-3 {
  color: #a6a6a6 !important; }

.color-black {
  color: #000000 !important; }

.color-red {
  color: #d0021b !important; }

.color-green {
  color: #0f9d58 !important; }

.color-coral {
  color: #EA6363 !important; }

.color-blue {
  color: #57C9EF !important; }

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

.weight-700 {
  font-weight: 700; }

.nav-user {
  font-weight: 500; }

.nav-item-active {
  color: #875CFA !important; }

.user-logo {
  border-radius: 100%;
  height: 43px;
  width: 43px; }

.footer-header {
  line-height: 1; }

.v-line {
  border-left: 1px solid #a6a6a6;
  height: 70px;
  margin-top: 18px; }

.cart-count {
  color: #875CFA;
  font-weight: 500; }

.client-name {
  font-size: 1.5rem; }

.lifetime-savings {
  font-size: 1.15rem; }

.info-card-header {
  font-size: 1.25rem;
  font-weight: 300;
  color: #000000; }

.small-text {
  font-size: 0.875rem;
  font-weight: 300; }

.close-times {
  color: #a6a6a6;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 1; }

.thumb {
  font-size: 1.375rem;
  color: #a6a6a6; }

.spent-text {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 500; }

.budget-text {
  color: #000000;
  font-size: 1.375rem;
  font-weight: 500; }

#toggle-cart-button {
  padding: 0.5rem 1.25rem;
  border: 0px; }

#toggle-cart-button.untoggled {
  background-color: #F7F8F9; }

#toggle-cart-button.toggled > i {
  color: white !important; }

#toggle-cart-button.toggled > span {
  color: white !important; }

#toggle-cart-button.untoggled > i {
  color: #875CFA; }

#toggle-cart-button.untoggled > span {
  color: #875CFA; }

.alert-blue {
  color: #0394b3;
  background-color: #c0e3ea;
  border-color: #c0e3ea;
  padding: 0.5rem 1.25rem; }
  .alert-blue .close {
    font-size: 1.125rem; }
  .alert-blue a {
    color: #0394b3; }

.row-text {
  color: #4D4D4D;
  line-height: 1.375; }

.row-header {
  color: #4D4D4D;
  font-size: 1rem; }

.large-text {
  line-height: 1;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 300;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .large-text {
      font-size: 1.75rem; } }
  @media (min-width: 992px) {
    .large-text {
      font-size: 2.25rem; } }

.print-title {
  font-size: 1.35rem;
  font-weight: 500;
  color: #303B3B;
  margin-top: 2.3rem; }

.print-body {
  background-color: #ffffff; }

.banner-text {
  font-size: 1.5rem; }

.order-total-text {
  color: #a6a6a6;
  text-decoration: line-through; }

.your-price-text {
  font-weight: 500;
  color: #875CFA; }

.pricing-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000; }

.mr-speech {
  margin-right: 0.6rem !important;
  font-size: 1rem; }

.cartbox-left {
  z-index: 1019 !important;
  top: 117px; }

.note-box {
  font-size: 0.8125rem;
  color: #a6a6a6;
  background-color: #F7F8F9;
  border-radius: 4px;
  padding: 0.35rem 0.75rem;
  width: fit-content;
  max-width: 480px; }

.order-confirm-text {
  font-size: 1.125rem; }

.btn-add-cart {
  padding: 0.25rem 1.75rem; }

.btn-notes {
  font-size: 0.8125rem;
  border-radius: 4px;
  padding: 0.3rem 0.75rem; }

.form-control-notes {
  font-size: 0.8125rem;
  border-radius: 4px;
  padding: 0.3rem 0.75rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  max-width: 480px;
  width: 190px; }
  @media (min-width: 576px) {
    .form-control-notes {
      width: 300px; } }

.cart-items-container {
  overflow: scroll;
  max-height: 40vh;
  padding-right: 1.5rem;
  margin-right: -1rem; }

.dr-h-pic {
  border-radius: 100%;
  width: 57px; }

.table td,
.table th {
  border: none; }

div.nav > a.nav-item.active {
  border-bottom-width: 3px; }

.search {
  position: relative; }

.search input {
  text-indent: 30px;
  border-radius: 20px;
  background-color: #F7F8F9; }

.search .fa-search {
  position: absolute;
  top: 10px;
  left: 28px;
  font-size: 0.875rem; }

.search-white input {
  background-color: #ffffff !important; }

.warning-badge {
  position: relative;
  top: -20px;
  right: -160px;
  background: #d0021b;
  border-radius: 20px;
  font-size: 0.625rem;
  color: #ffffff;
  padding: 2px;
  width: 80px;
  text-align: center;
  margin-bottom: 0.2rem; }

.requested-label {
  background: #EA6363;
  border-radius: 4px;
  font-size: 0.625rem;
  color: #ffffff;
  padding: 2px;
  width: 80px;
  text-align: center;
  margin-bottom: 0.2rem; }

.product-image-80 {
  max-width: 80px;
  max-height: 80px; }

.product-image-container {
  width: 59px; }

.product-image {
  max-width: 59px;
  max-height: 59px; }

.product-image-modal {
  max-width: 300px;
  max-height: 300px; }
  @media (min-width: 576px) {
    .product-image-modal {
      max-width: 400px;
      max-height: 400px; } }

.wide-modal {
  max-width: 800px !important; }

.fixed-modal {
  width: 700px !important; }

.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important; }

.custom-select {
  border: 2px solid #875CFA;
  border-radius: 30px;
  background-color: #ffffff !important;
  max-width: 200px; }

.link-select {
  appearance: none;
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #875CFA !important;
  cursor: pointer;
  font-weight: 300;
  width: 5rem;
  margin-left: -.70rem; }

.underlined {
  text-decoration: underline; }

.toggle-control {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  user-select: none; }
  .toggle-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .toggle-control input:checked ~ .control {
    background-color: #875CFA; }
    .toggle-control input:checked ~ .control:after {
      left: 24px; }
  .toggle-control .control {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 40px;
    border-radius: 10px;
    background-color: darkgray;
    transition: background-color 0.15s ease-in; }
    .toggle-control .control:after {
      content: "";
      position: absolute;
      left: 4px;
      top: 4px;
      width: 12px;
      height: 12px;
      border-radius: 10px;
      background: white;
      transition: left 0.15s ease-in; }
