.grecaptcha-badge {
  display: none;
}

.btn--primary {
  background-color: #7c2354 !important;
  border-color: #7c2354 !important;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  /* box-shadow: 2px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
}

.btn--primary:hover,
.btn--primary:focus {
  color: white !important;
}

.btn--alternate {
  background-color: #e06024 !important;
  border-color: #e06024 !important;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

.btn--alternate:hover,
.btn--alternate:focus {
  color: white !important;
}

.btn--dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn--dark:hover {
  color: #fff !important;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn--dark:focus,
.btn--dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn--dark.disabled,
.btn--dark:disabled {
  color: #fff !important;
  background-color: #343a40;
  border-color: #343a40;
}

.btn--dark:not(:disabled):not(.disabled):active,
.btn--dark:not(:disabled):not(.disabled).active,
.show > .btn--dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn--dark:not(:disabled):not(.disabled):active:focus,
.btn--dark:not(:disabled):not(.disabled).active:focus,
.show > .btn--dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn--outline-primary {
  background-color: white !important;
  border-color: #7c2354 !important;
  border-radius: 5px;
  color: #7c2354;
  font-weight: bold;
  /* box-shadow: 2px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
}

.btn--outline-primary:hover,
.btn--outline-primary:focus {
  color: #7c2354;
}

.text--primary {
  color: #7c2354 !important;
}

.text--danger {
  color: #f13340 !important;
}

.text--green {
  color: green !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-9 {
  font-weight: 900 !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.t-uc {
  text-transform: uppercase;
}

.d-flex {
  display: flex;
}

.py-3 {
  padding: 16px 0;
}

.pt-3 {
  padding-top: 16px;
}

.bg-light-gray {
  background-color: #f7f7f7;
}
.border-bottom {
  border-bottom: 1px solid #e9e9e9;
}

.btn--secondary {
  background-color: #5a6268 !important;
  border-color: #5a6268 !important;
  border-radius: 5px;
  color: white;
}

.btn--secondary:hover,
.btn--secondary:focus {
  color: white;
}

.box-shadow-light {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
}

.btn--info {
  border-radius: 5px;
  border: 1px solid #337ab7;
  padding: 5px;
  color: #337ab7;
  display: inline-flex;
  box-shadow: 2px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn--danger {
  border-radius: 5px;
  border: 1px solid #dc3545;
  padding: 5px;
  color: #dc3545;
  display: inline-flex;
  box-shadow: 2px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.alert-error {
  background-color: #dc3545;
  border-color: #dc3545;
  border-radius: 5px;
  color: white;
  padding: 10px;
}

.btn--success {
  border-radius: 5px;
  border: 1px solid #5cb85c;
  padding: 5px;
  color: #5cb85c;
  display: inline-flex;
  box-shadow: 2px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.cursor-pointer {
  cursor: pointer;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.form-row.form-error input,
.form-row.form-error textarea,
.form-row.form-error select {
  border: 1px solid salmon;
}

/* MARGIN and PADDING */

.no-margin {
  margin: 0 !important;
}

/* NO MARGIN-TOP */
.no-margintop {
  margin-top: 0 !important;
}

/* NO MARGIN-RIGHT */
.no-marginright {
  margin-right: 0 !important;
}

/* NO MARGIN-BOTTOM */
.no-marginbottom {
  margin-bottom: 0 !important;
}

/* NO MARGIN-LEFT */
.no-marginleft {
  margin-left: 0 !important;
}

/* MARGIN-TOP (X-SMALL) */
.margintop-xs {
  margin-top: 5px !important;
}

/* MARGIN-TOP (SMALL) */
.margintop-sm {
  margin-top: 10px !important;
}

/* MARGIN-TOP (MEDIUM) */
.margintop-md {
  margin-top: 20px !important;
}

/* MARGIN-TOP (LARGE) */
.margintop-lg {
  margin-top: 30px !important;
}

/* MARGIN-TOP (XTRA-LARGE) */
.margintop-xlg {
  margin-top: 60px !important;
}

/* MARGIN-RIGHT (X-SMALL) */
.marginright-xs {
  margin-right: 5px !important;
}

/* MARGIN-RIGHT (SMALL) */
.marginright-sm {
  margin-right: 10px !important;
}

/* MARGIN-RIGHT (MEDIUM) */
.marginright-md {
  margin-right: 20px !important;
}

/* MARGIN-RIGHT (LARGE) */
.marginright-lg {
  margin-right: 30px !important;
}

/* MARGIN-RIGHT (X-LARGE) */
.marginright-xlg {
  margin-right: 60px !important;
}

/* MARGIN-BOTTOM (X-SMALL) */
.marginbottom-xs {
  margin-bottom: 5px !important;
}

/* MARGIN-BOTTOM (SMALL) */
.marginbottom-sm {
  margin-bottom: 10px !important;
}

/* MARGIN-BOTTOM (MEDIUM) */
.marginbottom-md {
  margin-bottom: 20px !important;
}

/* MARGIN-BOTTOM (LARGE) */
.marginbottom-lg {
  margin-bottom: 30px !important;
}

/* MARGIN-BOTTOM (X-LARGE) */
.marginbottom-xlg {
  margin-bottom: 60px !important;
}

/* MARGIN-LEFT (X-SMALL) */
.marginleft-xs {
  margin-left: 5px !important;
}

/* MARGIN-LEFT (SMALL) */
.marginleft-sm {
  margin-left: 10px !important;
}

/* MARGIN-LEFT (MEDIUM) */
.marginleft-md {
  margin-left: 20px !important;
}

/* MARGIN-LEFT (LARGE) */
.marginleft-lg {
  margin-left: 30px !important;
}

/* MARGIN-LEFT (X-LARGE) */
.marginleft-xlg {
  margin-left: 60px !important;
}

/* MARGIN (TOP/BOTTOM) SMALL */
.margintb-sm {
  margin: 10px 0 !important;
}

/* MARGIN (TOP/BOTTOM) MEDIUM */
.margintb-md {
  margin: 20px 0 !important;
}

/* MARGIN (TOP/BOTTOM) LARGE */
.margintb-lg {
  margin: 50px 0 !important;
}

/* MARGIN (RIGHT/LEFT) SMALL */
.marginrl-sm {
  margin: 0 10px !important;
}

/* MARGIN (RIGHT/LEFT) MEDIUM */
.marginrl-md {
  margin: 0 20px !important;
}

/* MARGIN (RIGHT/LEFT) LARGE */
.marginrl-lg {
  margin: 0 50px !important;
}

/* MARGIN (ALL) X-SMALL */
.margin-sm {
  margin: 5px !important;
}

/* MARGIN (ALL) SMALL */
.margin-sm {
  margin: 10px !important;
}

/* MARGIN (ALL) MEDIUM */
.margin-md {
  margin: 20px !important;
}

/* MARGIN (ALL) LARGE */
.margin-lg {
  margin: 50px !important;
}

/* MARGIN (ALL) X-LARGE */
.margin-xlg {
  margin: 60px !important;
}

/* MARGIN REVERSE (LEFT) SMALL */
.marginrevtleft-sm {
  margin-left: -10px !important;
}

/* MARGIN REVERSE (TOP) SMALL */
.marginrevt-sm {
  margin-top: -10px !important;
}

/* MARGIN REVERSE (TOP) MEDIUM */
.marginrevt-md {
  margin-top: -20px !important;
}

/* MARGIN REVERSE (TOP) LARGE */
.marginrevt-lg {
  margin-top: -50px !important;
}

/* MARGIN CENTER (HORIZONTALLY) */
.margin-center {
  margin: 0 auto !important;
}

/* NO PADDING (ZERO PADDING) */
.no-padding {
  padding: 0 !important;
}

/* NO PADDING (ZERO PADDING - TOP/BOTTOM) */
.no-paddingtb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* NO PADDING (ZERO PADDING - LEFT/RIGHT) */
.no-paddingrl {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* NO PADDING (ZERO PADDING - TOP) */
.no-paddingtop {
  padding-top: 0 !important;
}

/* NO PADDING (ZERO PADDING - RIGHT) */
.no-paddingright {
  padding-right: 0 !important;
}

/* NO PADDING (ZERO PADDING - BOTTOM) */
.no-paddingbottom {
  padding-bottom: 0 !important;
}

/* NO PADDING (ZERO PADDING - LEFT) */
.no-paddingleft {
  padding-left: 0 !important;
}

/* PADDING X-SMALL (ALL) */
.padding-xs {
  padding: 5px !important;
}

/* PADDING SMALL (ALL) */
.padding-sm {
  padding: 10px !important;
}

/* PADDING MEDIUM (ALL) */
.padding-md {
  padding: 20px !important;
}

/* PADDING LARGE (ALL) */
.padding-lg {
  padding: 50px !important;
}

/* PADDING X-LARGE (ALL) */
.padding-xlg {
  padding: 60px !important;
}

/* PADDING (TOP/BOTTOM) X-SMALL */
.paddingtb-xs {
  padding: 5px 0 !important;
}

/* PADDING (TOP/BOTTOM) SMALL */
.paddingtb-sm {
  padding: 10px 0 !important;
}

/* PADDING (TOP/BOTTOM) MEDIUM */
.paddingtb-md {
  padding: 20px 0 !important;
}

/* PADDING (TOP/BOTTOM) LARGE */
.paddingtb-lg {
  padding: 50px 0 !important;
}

/* PADDING (TOP/BOTTOM) X-LARGE */
.paddingtb-xlg {
  padding: 60px 0 !important;
}

/* PADDING (LEFT/RIGHT) X-SMALL */
.paddingrl-xs {
  padding: 0 5px !important;
}

/* PADDING (LEFT/RIGHT) SMALL */
.paddingrl-sm {
  padding: 0 10px !important;
}

/* PADDING (LEFT/RIGHT) MEDIUM */
.paddingrl-md {
  padding: 0 20px !important;
}

/* PADDING (LEFT/RIGHT) LARGE */
.paddingrl-lg {
  padding: 0 50px !important;
}

/* PADDING (LEFT/RIGHT) X-LARGE */
.paddingrl-xlg {
  padding: 0 60px !important;
}

/* PADDING (TOP) */
.paddingtop-xs {
  padding-top: 5px !important;
}

.paddingtop-sm {
  padding-top: 10px !important;
}

.paddingtop-md {
  padding-top: 20px !important;
}

.paddingtop-lg {
  padding-top: 50px !important;
}

.paddingtop-xlg {
  padding-top: 60px !important;
}

/* PADDING (RIGHT) */
.paddingright-xs {
  padding-right: 5px !important;
}

.paddingright-sm {
  padding-right: 10px !important;
}

.paddingright-md {
  padding-right: 20px !important;
}

.paddingright-lg {
  padding-right: 50px !important;
}

.paddingright-xlg {
  padding-right: 60px !important;
}

/* PADDING (BOTTOM) */
.paddingbottom-xs {
  padding-bottom: 5px !important;
}

.paddingbottom-sm {
  padding-bottom: 10px !important;
}

.paddingbottom-md {
  padding-bottom: 20px !important;
}

.paddingbottom-lg {
  padding-bottom: 50px !important;
}

.paddingbottom-xlg {
  padding-bottom: 60px !important;
}

/* PADDING (LEFT) */
.paddingleft-xs {
  padding-left: 5px !important;
}

.paddingleft-sm {
  padding-left: 10px !important;
}

.paddingleft-md {
  padding-left: 20px !important;
}

.paddingleft-lg {
  padding-left: 50px !important;
}

.paddingleft-xlg {
  padding-left: 60px !important;
}

.no-bordertop {
  border-top: none !important;
}

.no-borderright {
  border-right: none !important;
}

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

.no-borderleft {
  border-left: none !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}

.card .card-block {
  flex: 1 1 auto;
  padding: 10px;
}
.card-footer {
  border-top: 1px solid #f7f7f7;
  padding: 15px;
}

.card-list-item {
  padding: 1px 0;
}
.btn-outline-primary {
  background: white;
  border: 1px solid #7c2354;
  color: #7c2354 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: #7c2354;
  border: 1px solid #7c2354;
  color: white !important;
}

.btn-outline-danger {
  background: white;
  border: 1px solid #e56a17;
  color: #e56a17 !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus {
  background: #e56a17;
  border: 1px solid #e56a17;
  color: white !important;
}

.pre-scrollable {
  overflow: auto;
}

/* custom radio button */

.custom-radio-button {
  display: inline-block;
}

.custom-radio-button label {
  border: 1px solid #ccc;
  border-radius: 100px;
  padding: 4px 14px;
  color: #7c2354;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 0;
  min-height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-radio-button label:hover {
  background-color: rgba(124, 35, 84, 0.1);
}

.custom-radio-button input[type="checkbox"]:checked + label,
.custom-radio-button input[type="radio"]:checked + label {
  border: 2px solid #7c2354;
  background-color: rgba(124, 35, 84, 0.1);
}

.quantity-box {
  background: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
}

.quantity-btn {
  width: 40px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #667780;
}

.quantity-box .quantity-input {
  width: 50px;
  border: none;
  text-align: center;
}

.alert-brand {
  background-color: rgba(124, 35, 84, 0.075);
  color: #7c2354;
  border-radius: 8px;
  display: inline-block;
}
.alert-title {
  font-weight: bold;
}

.alert-list li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 15px;
  font-size: 14px;
}

.alert-list {
  margin-top: 8px;
}

.text-capitalize {
  text-transform: capitalize;
}

.jconfirm-buttons .btn-default:first-of-type {
  background-color: #7c2354 !important;
  color: white !important;
}

.jconfirm-buttons .btn-default:first-of-type:hover,
.jconfirm-buttons .btn-default:first-of-type:focus {
  background-color: #7c2354 !important;
  color: white !important;
  text-decoration: underline;
}

.jconfirm-content li {
  margin-bottom: 5px !important;
}

.alert--success {
  border: 1px solid #accebc;
  background: #d5e6de59;
  color: #183524;
}

/* section head */

.section-heading-wrapper {
  margin-bottom: 36px;
}
.section-heading {
  color: #333;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 20px;
  margin-top: 0;
}

.section-subheading {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 28px;
  }
  .section-heading-wrapper {
    margin-bottom: 24px;
  }
}

.css-recaptcha-validation-error {
  margin-bottom: 0px;
  margin-top: 5px;
  color: #f3515c;
  font-weight: 600;
}

.btn-outline-primary:hover .caret,
.btn-outline-primary:focus .caret {
  color: white !important;
}

.section-heading-small {
  color: #333;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0;
}

.td-actions-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-order-status-label {
  padding: 7.5px 10px;
  border-radius: 6px;
  font-weight: bold;
}

.fw-bold {
  font-weight: bold;
}

.custom-table {
  border-collapse: separate !important;
  border-spacing: 0 0.5rem !important;
  background-color: transparent !important;
}

.custom-table thead th {
  background-color: #f9fafb !important;
  color: #111827 !important;
  font-weight: 600 !important;
  border-bottom: 2px solid #e5e7eb !important;
  padding: 12px 16px !important;
}

.custom-table tbody td {
  background-color: #ffffff !important;
  padding: 12px 16px !important;
  border-top: none !important;
  border-bottom: 1px solid #f1f5f9 !important;
  color: #374151;
  vertical-align: middle !important;
}

.custom-table tbody tr {
  transition: background-color 0.2s !important;
}

.custom-table tbody tr:hover td {
  background-color: #f9fafb !important;
}

.custom-table tbody tr:first-child td:first-child {
  border-top-left-radius: 0.5rem !important;
}

.custom-table tbody tr:first-child td:last-child {
  border-top-right-radius: 0.5rem !important;
}

.custom-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem !important;
}

.custom-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem !important;
}

.text-rewards-td {
  font-weight: 600;
  font-size: 16px;
}

@media (min-width: 768px) {
  #my-account-section-heading {
    display: flex;
    align-items: center;
  }

  #my-account-rewards-container-row {
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 767.8px) {
  #my-account-rewards-container-row {
    margin-top: 15px;
  }

  #my-account-rewards-container-row #rewards-balance-alert {
    min-width: 100% !important;
  }
}

#my-account-rewards-container-row .bandana-bucks-alert-info-link {
  color: #333 !important;
  font-size: 12px !important;
  position: absolute;
  right: 8px;
  bottom: 4px;
}

#my-account-rewards-container-row #rewards-balance-alert {
  min-width: 225px;
  position: relative;
  padding: 7.5px;
}

/* New Homepage style */
.product-card-wrapper {
  box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.1), 0px 1px 0px 0px rgba(25,28,33,0.02), 0px 0px 0px 1px rgba(25,28,33,0.08);
  border-radius: 8px;
  padding: 15px;
  height: 100%;
}

.product-card-image img{
  width: 100%;
}

.category-name {
  color: #8c8f8a !important;
}

.product-card-wrapper .product-name {
  font-weight: 600;
}

.product-card-wrapper:hover .product-name {
  color: #7c2354;
}

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

.rx-badge {
  color: #ff0000de;
  display: inline-block;
  border: 1px solid #c4bcbcde;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 8px;
  line-height: 16px;
  margin-bottom: 10px;
}

.section-heading-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #7c2354;
}

.product-list-slider {
  position: relative;
}

#index .homecategoryfeature .product-list-slider li {
  min-height: auto;
  height: calc(100% - 24px);
  margin-top: 4px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 35px;
  color: #7c2354;
  box-shadow: #3c404326 0 1px 3px 1px;
  outline: none !important;
}

.slider-arrow:hover { 
  color: #fff;
  background-color: #7c2354;
}

.slider-arrow.slider-next-arrow {
  right: 0;
}