body {
  font-family: 'Mulish', 'Noto Sans SC', sans-serif;
  font-weight: 300;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

hr {
  border-top: 1px solid #c0c0c0;
}

a {
  color: #0084E1;
  text-decoration: none;
}

a:hover {
  color: #0084E1;
  text-decoration: none;
}

/* Typography */
.font-ubuntu {
  font-family: 'Ubuntu', 'Noto Sans SC', sans-serif;
}

.font-Mulish {
  font-family: 'Mulish', 'Noto Sans SC', sans-serif;
}

h1 {
  font-family: 'Ubuntu', 'Noto Sans SC', sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0px;
  text-transform: none;
}

h4 {
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0px;
  text-transform: none;
}

h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.1px;
  text-transform: none;
}

.subtitle-1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-transform: none;
  overflow-wrap: break-word;
  color: #202834;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.subtitle-1 strike {
  color: #A6A9AE;
  font-weight: 400;
  font-size: 14px;
}

.subtitle-2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-transform: none;
  font-style: normal;
}

.body-1 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-transform: none;
}

.body-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-transform: none;
}

.button {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.caption {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  letter-spacing: 0.1px !important;
  text-transform: none !important;
  font-style: normal !important;
}

.overline {
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

/* Text color */
.text-highemphasis {
  color: #202834;
}

.text-inactive {
  color: #797E85;
}

.text-disabled {
  color: #A6A9AE;
}

/* Shapes */

.curve-1 {
  border-radius: 8px;
}

.curve-2 {
  border-radius: 16px;
}

.curve-3 {
  border-radius: 24px;
}

.shadow-1 {
  background: #FFFFFF;
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.07), 0px 3px 14px 3px rgba(0, 0, 0, 0.06);
}

.shadow-2 {
  background: #FFFFFF;
  box-shadow: 0px 16px 24px 4px #E2E2E2;
}

.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}

.icon-md {
  width: 32px;
  height: 32px;
}

.pg {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}


/* [+] FORMS: Text Fields */

.textbox {
  border: 0px;
  font-size: 18px;
  padding: .375rem 0rem;
}

.textbox--small {
  border: 0px;
  font-size: 14px;
}

.textbox[disabled] {
  background-color: transparent;
  color: #A6A9AE;
}

.textbox:hover,
.textbox:active,
.textbox:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.textbox--icon.left-icon i {}

.textbox--icon.left-icon .textbox {
  margin-left: 8px;
}

.textbox--icon.right-icon .textbox {
  margin-right: 8px;
}

.textbox--icon.left-icon i {}

.textbox--icon--small i {
  height: 14px;
  width: 14px;
}

.textbox--icon--small i.icon--view-small {
  width: 20px;
  height: 13px;
}

.textbox--icon {
  display: flex;
  align-items: center;
}







.textfield {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #E2E2E2;
  padding: 7px 0px 9px;
  height: 40px;
  outline: none;
  color: #797E85;
  font-size: 18px;
  font-weight: 300;
}


.textfield--small {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #E2E2E2;
  padding: 5px 0px;
  outline: none;
  color: #202834;
  font-size: 18px;
  font-weight: 400;
  overflow-wrap: break-word;
  width:100%;
}

.textfield[disabled] {
  background-color: #fff;
  color: #A6A9AE;
}

.textfield--focused,
.textfield:hover,
.textfield:active,
.textfield:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  /* border-bottom: 1px solid #FF7600; */
  color: #202834;
}

.textfield[disabled],
.textfield[disabled]:hover,
.textfield[disabled]:active,
.textfield[disabled]:focus {
  /* border-bottom: 1px solid #E2E2E2; */
    border-bottom: 1px solid white;
    color: #A6A9AE;   
}

.textfieldCustom[disabled],
.textfieldCustom[disabled]:hover,
.textfieldCustom[disabled]:active,
.textfieldCustom[disabled]:focus {
  border-bottom: 1px solid #E2E2E2 !important;
}

.textfield--invalid {
  border-bottom: 1px solid #D41F55;
}

.textfield-date {
  background-image: url('../images/icons/calendar-small.svg');
  background-repeat: no-repeat;
  background-position: right center;
}

.select-wrapper {
  position: relative;
}

.select-wrapper .dropdown-menu {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  padding: 0rem 0;
}

.select-wrapper .dropdown-menu .dropdown-item,
.select-wrapper .dropdown-menu .dropdown-item {
  color: #202834;
  font-size: 18px;
  padding: 12px 16px;
}

.select-wrapper .dropdown-menu .dropdown-item:focus,
.select-wrapper .dropdown-menu .dropdown-item:hover {
  color: #202834;
  background-color: #F7F7F7;
}


.select-wrapper .dropdown-menu.dropdown-menu--small .dropdown-item,
.select-wrapper .dropdown-menu.dropdown-menu--small .dropdown-item {
  color: #202834;
  font-size: 18px;
  padding: 8px 16px;
  cursor: pointer;
}


.select-wrapper .textfield[readonly] {
  background-color: #fff;

}

.select-wrapper .custom-checkbox-wrapper--small .checkmark,
.select-wrapper .custom-checkbox-wrapper input:checked~.checkmark {
  border-radius: 3px;
}

.select-box-icon {
  background: url(../images/icons/chevron-down.svg) no-repeat scroll right 7px;
}

.select-box-icon.show {
  background: url(../images/icons/chevron-up.svg) no-repeat scroll right 7px;
}

.select-box-icon--small {
  background: url(../images/icons/chevron-down.svg) no-repeat scroll right 11px;
  /* background-size: 17px; */
}

.select-box-icon--small.show {
  background: url(../images/icons/chevron-up.svg) no-repeat scroll right 11px;
  /* background-size: 17px; */
}

.time-box-icon--small {
  background: url(../images/icons/time.svg) no-repeat scroll right 11px;
  /* background-size: 17px; */
}

.time-box-icon--small.show {
  background: url(../images/icons/time.svg) no-repeat scroll right 11px;
  /* background-size: 17px; */
}

.select-wrapper .dropdown-menu .dropdown-item-search,
.select-wrapper .dropdown-menu .dropdown-item-search:focus,
.select-wrapper .dropdown-menu .dropdown-item-search:hover {
  color: #202834;
  background-color: #ffffff;
  font-size: 14px;
  padding: 8px 16px;
}

.form-label {
  font-size: 12px;
  color: #797E85;
  font-weight: 400;
}


.form-label--invalid {
  font-size: 12px;
  color: #D41F55;
  font-weight: 400;
}

.form-label--disabled {
  color: #A6A9AE;
}


.helpertext {
  font-size: 12px;
  color: #797E85;
}

.helpertext--invalid {
  font-size: 12px;
  color: #D41F55;
  font-weight: 400;
}

.helpertext--disabled {
  color: #A6A9AE;
}

.helpertext--no-color {
  font-size: 12px;
}

.list-group-dropdown {
  background: #FFFFFF;
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.07), 0px 3px 14px 3px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 16px 16px;
  padding-bottom: 12px;
}

.list-group-dropdown .list-group-item {
  font-weight: 300;
  font-size: 18px;
  border: 0;
  height: 48px;
  padding: 12px 16px;
  font-style: normal;
  line-height: 24px;
  color: #202834;
}

.list-group-dropdown--small .list-group-item {
  font-weight: 300;
  font-size: 14px;
  height: 40px;
  padding: 12px 16px;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #202834;
  letter-spacing: 0.2px;
}

.list-group-dropdown .list-group-item i {
  height: 18px;
  width: 18px;
}

.list-group-dropdown .list-group-item.left-icon i {
  margin-right: 8px;
}

.list-group-dropdown--small .list-group-item i {
  height: 14px;
  width: 14px;
}

/* [-] FORMS: Text Fields */

/* [+] FORMS: Buttons */
.btn {
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.btn--default {
  color: #fff;
  background-color: #FF7600;
  /* border-color: #FF7600; */
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 12px 40px;
}

.btn--dark {
  color: #fff;
  background-color: #202834;
  border-color: #202834;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 12px 40px;
}

.btn--outline {
  color: #202834;
  background-color: transparent;
  border: 2px solid #202834;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 12px 40px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .btn--outline {
    background-color: #ffffff;
  }
  .btn--outline[disabled] {
    background-color: #ffffff !important;
    opacity: unset;
  }
}

.btn--outline-light {
  color: #A6A9AE;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 2px solid #E2E2E2;
  border-radius: 50px;
  padding: 12px 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
}

.btn--default--hover,
.btn--default:hover,
.btn--default:active,
/* .btn--default:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  color: #202834;
  background-color: #FFE8DD;
  border-color: #FFE8DD;
} */

.btn--dark--hover,
.btn--dark:hover,
.btn--dark:active,
.btn--dark:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  color: #202834;
  background-color: #E2E2E2;
  border-color: #E2E2E2;
}

.btn--default--hover i,
.btn--default:hover i,
.btn--default:active i,
.btn--default:focus i,
.btn--dark--hover i,
.btn--dark:hover i,
.btn--dark:active i,
.btn--dark:focus i {
  background: url('../images/icons/check.svg') !important;
}

.btn--outline--hover,
.btn--outline:hover,
.btn--outline:active,
.btn--outline:focus {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  color: #202834;
  background-color: #E2E2E2;
  border-color: #E2E2E2;
}

.btn--default[disabled],
.btn--dark[disabled] {
  background: #E2E2E2;
  border-color: #E2E2E2;
  color: #A6A9AE;
}

.btn--outline[disabled] {
  background: transparent;
  border-color: #A6A9AE;
  color: #A6A9AE;
}

.btn--icon {
  padding: 12px 40px 12px 32px;
}

.btn--icon i {
  height: 24px;
  width: 24px;
}

.btn--icon.left-icon i {
  margin-right: 8px;
}

.btn--icon.right-icon i {
  margin-left: 8px;
}


.btn--small {
  font-size: 10px;
  border-radius: 50px;
  padding: 12px 16px;
  line-height: 10px;
  height: 24px;
}


.btn--small.btn--icon {
  padding: 4px 16px 4px 8px;
}

.btn--small i {
  background-image: url('../images/icons/check-small-white.svg') !important;
  height: 8px;
  width: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}

.btn--outline.btn--small i {
  background-image: url('../images/icons/check-small.svg') !important;
  height: 8px;
  width: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}


.btn--default--hover.btn--small i,
.btn--default:hover.btn--small i,
.btn--default.btn--small:active i,
.btn--default.btn--small:focus i,
.btn--dark--hover.btn--small i,
.btn--small:hover i,
.btn--small:active i,
.btn--small:focus i {
  background-image: url('../images/icons/check-small.svg') !important;
  height: 8px;
  width: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}

.btn--small[disabled] i {
  background-image: url('../images/icons/check-small.svg') !important;
  height: 8px;
  width: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}

.btn--label {
  background: #15AAAB;
  border-radius: 5px;
  border: 0;
}

.btn--label:hover,
.btn--label:focus {
  background: #15AAAB;
  border-radius: 5px;
  border: 0;
  color: #ffffff;
}

.btn--small-notification {
  font-size: 10px;
  border-radius: 50px;
  padding: 0.2rem 16px;
  line-height: 10px;
}


/* [-] FORMS: Buttons */




/* [+] Tooltip Wrapper */
.has-tooltip {
  position: relative;
}

.has-tooltip .tip {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.5s, opacity .3s ease-in;
  -moz-transition: visibility 0s ease 0.5s, opacity .3s ease-in;
  -o-transition: visibility 0s ease 0.5s, opacity .3s ease-in;
  transition: visibility 0s ease 0.5s, opacity .3s ease-in;
}

.has-tooltip:hover .tip,
.has-tooltip .tip.show {
  opacity: 1;
  visibility: visible;
  text-align: left;
}

.has-tooltip-building {
  position: relative;
}

.has-tooltip-building .tip {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.5s, opacity .3s ease-in;
  -moz-transition: visibility 0s ease 0.5s, opacity .3s ease-in;
  -o-transition: visibility 0s ease 0.5s, opacity .3s ease-in;
  transition: visibility 0s ease 0.5s, opacity .3s ease-in;
}

.has-tooltip-building:hover .tip,
.has-tooltip-building .tip.show {
  opacity: 1;
  visibility: visible;
  text-align: left;
}

/* Tooltip Body */

.tip-top {
  background-color: #6C6F70;
  bottom: 130%;
  color: #fff;
  font-size: 12px;
  left: 50%;
  margin-left: -56px;
  padding: 6px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  z-index: 4;
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.07), 0px 3px 14px 3px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  text-align: left;
}

.tip-bottom {
  background-color: #6C6F70;
  top: 130%;
  color: #fff;
  font-size: 12px;
  left: 50%;
  margin-left: -56px;
  padding: 6px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  z-index: 4;
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.07), 0px 3px 14px 3px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}

.tip-top--large,
.tip-bottom--large {
  min-width: 160px;
  padding: 1rem 1rem;
}

.tip-top--mobile,
.tip-bottom--large {
  min-width: 100px;
  padding: 1rem 1rem;
}

/* Tooltip Caret */
.tip-top:after {
  border-top: 5px solid #6C6F70;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -5px;
  content: " ";
  font-size: 0px;
  left: 50%;
  line-height: 0%;
  margin-left: -4px;
  position: absolute;
  width: 0px;
  z-index: 1;
}

.tip-bottom:after {
  border-bottom: 5px solid #6C6F70;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: -5px;
  content: " ";
  font-size: 0px;
  left: 50%;
  line-height: 0%;
  margin-left: -4px;
  position: absolute;
  width: 0px;
  z-index: 1;
}

.tip-top--white,
.tip-bottom--white {
  background-color: #ffffff;
  color: #202834;
}

.tip-top--white:after {
  border-top: 5px solid #ffffff;
}

.tip-bottom--white:after {
  border-bottom: 5px solid #ffffff;
}

/* [-] Tooltip Wrapper */




.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.bottom-divider {
  border: 0;
  border-bottom: 1px solid #E2E2E2;
}












/* [+] CUSTOM CHECKBOX */



/* The container */
.custom-checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* Hide the browser's default checkbox */
.custom-checkbox-wrapper input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox-wrapper[disabled] input~.checkmark {
  background-color: #E2E2E2;
  border: 0;
}

/* Create a custom checkbox */
.checkmark {
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  background-color: transparent;
  border: 2px solid #6C6F70;
  border-radius: 3px;
}

.custom-checkbox-wrapper[disabled] {
  color: #E2E2E2;
}

.custom-checkbox-wrapper[disabled] input~.checkmark {
  background-color: transparent;
  border: 2px solid #E2E2E2;
}

.custom-checkbox-wrapper[disabled]:hover input~.checkmark {
  background-color: transparent;
  border: 2px solid #E2E2E2;
}

.custom-checkbox-wrapper[disabled] input:checked~.checkmark {
  background-color: #E2E2E2;
  border: 0;
}

.custom-checkbox-wrapper[disabled]:hover input:checked~.checkmark {
  background-color: #E2E2E2;
  border: 0;
}



/* On mouse-over, add a grey background color */
.custom-checkbox-wrapper:hover input~.checkmark {
  background-color: transparent;
  border: 2px solid #6C6F70;
}

.custom-checkbox-wrapper:focus input~.checkmark {
  background-color: transparent;
  border: 0;
}

/* .custom-checkbox-wrapper[disabled]:hover input ~ .checkmark {
    background-color: #E2E2E2;
    border: 0;
  } */

/* When the checkbox is checked, add a blue background */
.custom-checkbox-wrapper input:checked~.checkmark {
  background-color: #FF7600;
  border: 0;
  position: relative;
  /* border-radius: 6px; */
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";

  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-wrapper input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-wrapper .checkmark:after {
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.custom-checkbox-wrapper--small .checkmark {
  height: 14px;
  width: 14px;
  margin-right: 10px;
  /* border-radius: 6px; */
}

.custom-checkbox-wrapper--small .checkmark:after {
  left: 4px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
}


@media screen and (max-width: 600px) {
  .checkmark {
    min-width: 18px;
  }

}

/* [-] CUSTOM CHECKBOX */


/* [+] SELECTION CARD */

.selection-card {
  background: #FFFFFF;
  /* box-shadow: 0px 16px 24px 4px #E2E2E2; */
  border: 2px solid #ffffff;
  width: 100%;
  min-height: 100px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 24px 32px;
  cursor: pointer;
}

/*.selection-card:hover,*/
.selection-card.active {
  border: 2px solid #FF7600;
  /* box-shadow: 0px 16px 24px 4px #E2E2E2; */
  border-radius: 16px;
}

/* [-] SELECTION CARD */

/* [+] CUSTOM SCROLL BAR */

/* width */
.slim-scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.slim-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.slim-scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.slim-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* [-] CUSTOM SCROLL BAR */


.box-bordered {
  border: 1px solid #E2E2E2;
  width: 100%;
  min-height: 100px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 24px 32px;
}

.card-margin-align {
  margin-left: 12px;
  margin-right: 12px;
  width: auto !important;
}



.notification-wrapper {
  font-size: 18px !important;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E2E2E2 !important;
  border-radius: 8px;
  position: relative;
  padding: 12px 16px;
}

.notification-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-transform: none;
}

.notification-box {
  font-weight: 300;
  font-size: 14px;
  height: 48px;
  padding: 12px 16px;
  font-style: normal;
  line-height: 24px;
  color: #202834;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #E2E2E2 !important;
  border-radius: 8px;
  position: relative;
  min-width: 150px;
  list-style: none;
}

.notification-box .icon {
  margin-right: 8px;
}

.close-link {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.close-link i {
  height: 18px;
}

.stepper {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  background: #E2E2E2;
  padding: 5px 9px;
  border-radius: 50%;
  text-decoration: none;
}

.stepper:hover,
.stepper.active {
  background: #FF7600;
  color: #FFFFFF;
  text-decoration: none;
}


.stepper-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #A6A9AE;
}

.stepper-label .helper-text {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #A6A9AE;
}

.stepper-label.active,
.stepper-label.completed,
.stepper-label:hover {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #202834;
}

.stepper-label.active .helper-text,
.stepper-label.completed .helper-text,
.stepper-label:hover .helper-text {
  color: #202834;
}



.pop-up-card {
  padding: 1.2rem 1rem;
  background: #FFFFFF;
  box-shadow: 0px 16px 24px 4px #e2e2e2;
  border-radius: 16px;
  border: 2px solid #ffffff;
  position: relative;
}

.pop-up-loading {
  background: transparent;
  border: 0
}


.myinfo-pop-up-loading {
  background:   rgba(255,255,255,0.8);
  border: 0
}

.text-warning {
  color: #FF7600 !important;
}

/* .popup-btn{
    color: #ffffff;
    background-color: #FF7600;
    border: 2px solid #FF7600;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 12px 40px;
    align-items: center;
    min-width: 164px;
}

.popup-btn:hover{
    color: #ffffff;
}


.popup-btn-outline{
    color: #202834;
    background-color: transparent;
    border: 2px solid #202834;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 12px 40px;
    align-items: center;
    min-width: 164px;
} */



.cart-summary-wrapper {
  padding: 1.5rem 1rem;
  background: #FFFFFF;
  box-shadow: 0px 16px 24px 4px #e2e2e2;
  border-radius: 0px;
  border: 2px solid #ffffff;
  position: relative;
  font-size: 14px;
}

.cart-header {
  color: #202834;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.promoerror {
  color: #EF0107
}

.cart-subheader {
  color: #202834;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-bottom: 0.5rem;
}


.cart-subheader-2col {
  color: #202834;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-bottom: 0.5rem;
}


.cart-subheader-2col {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.cart-sub-item {
  margin-bottom: 0rem;
  list-style: none;
  padding-left: 0;
}

.cart-sub-item .cart-sub-item {
  padding-left: 0.5rem;
}

.cart-sub-item li {
  padding: 0rem 0rem 0.2rem;
}

.cart-sub-item li .item-set {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.cart-sub-item li ul {
  margin-top: 0.3rem;
}

.cart-promotion-item {
  margin-bottom: 0rem;
  list-style: none;
  padding-left: 0rem;
  margin-top: 0.5rem;
}

.cart-promotion-item li {
  color: #15AAAB;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 0.5rem;
}

.cart-promotion-item.with-icon {
  margin-bottom: 0rem;
  list-style: none;
  padding-left: 0rem;
  margin-top: 0.5rem;
  width: 100%;
}

.cart-promotion-item.with-icon li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-item-right {
  font-weight: 700;
}

.cart-item-notes {
  color: #797E85;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-transform: none;
}

.textfield-with-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.textfield-left {}

.textfield-with-button .helpertext {
  color: #15AAAB;
  font-weight: 400;
}

.cart-item-delete {
  /* background: url('../images/icon-trash-blue.png'); */
  background: url('../images/icons/trash.svg');
  /* color: #0087E2; use filter to change SVG color*/
  filter: invert(38%) sepia(38%) saturate(2725%) hue-rotate(180deg) brightness(96%) contrast(103%);
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}
.cart-item-trash {
  /* background: url('../images/icon-trash-blue.png'); */
  background: url('../images/icons/trash-blue.svg');
  /* color: #0087E2; use filter to change SVG color*/
  /* filter: invert(38%) sepia(38%) saturate(2725%) hue-rotate(180deg) brightness(96%) contrast(103%); */
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}

.upload-item {
  /* background: url('../images/icon-trash-blue.png'); */
  background: url('../images/icons/upload.svg');
  /* color: #0087E2; use filter to change SVG color*/
  filter: invert(38%) sepia(38%) saturate(2725%) hue-rotate(180deg) brightness(96%) contrast(103%);
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}
.upload-error-item {
  /* background: url('../images/icon-trash-blue.png'); */
  background: url('../images/icons/upload-error.svg');
  /* color: #0087E2; use filter to change SVG color*/
  /* filter: invert(38%) sepia(38%) saturate(2725%) hue-rotate(180deg) brightness(96%) contrast(103%); */
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}
.add-circle {
  /* background: url('../images/icon-trash-blue.png'); */
  background: url('../images/icons/add-circle.svg');
  /* color: #0087E2; use filter to change SVG color*/
  filter: invert(38%) sepia(38%) saturate(2725%) hue-rotate(180deg) brightness(96%) contrast(103%);
  width: 14px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}


.cart-link {
  color: #0084E1;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.cart-link-small {
  color: #0084E1;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}

.cart-notification-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: top;
  background: #FFF0E8;
  font-size: 12px;
  border-radius: 16px;
  padding: 0.8rem 0.8rem;
}

.cart-notification-wrapper i {
  width: 24px;
  margin-right: 0.5rem;
}

.table-plan-selection {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}

.table-plan-selection td,
.table-plan-selection th {
  padding: 0.8rem 0.5rem;
  background: #FFFFFF;
}

.table-plan-selection th {
  position: relative;
}

.table-plan-selection th:first-child {
  border-left: 0px;
}

.table-plan-selection th:before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 1px;
  background: #A6A9AE;
}

.table-plan-selection th:first-child:before {
  content: unset;
}

.table-plan-selection td {
  border-right: solid #E2E2E2 1px;
  border-top: solid #E2E2E2 1px;
}

.table-plan-selection tr td:first-child {
  border-left: solid #E2E2E2 1px;
}

.table-plan-selection tr:last-child td {
  border-bottom: solid #E2E2E2 1px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.04));
}

.table-plan-selection tr:first-child th:first-child {
  border-top-left-radius: 16px;
}

.table-plan-selection tr:first-child th:last-child {
  border-top-right-radius: 16px;
}

.table-plan-selection tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.table-plan-selection tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

.table-plan-selection tr.subheader td {
  border-color: #F7F7F7;
  background: #F7F7F7;
  border-bottom: 0;
  border-top: 0;
}


.table-plan-selection th {
  background-color: #E8E8E8;
}

.table-plan-selection .subheader td {
  background-color: #F7F7F7;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #202834;
}


.table-plan-selection.col4 .plan-details-header {
  width: 380px;
  text-align: left;
  padding: 32px 48px 32px 16px;
}

.table-plan-selection.col4 .plan-item-header {
  width: 268px;
  vertical-align: top;
  padding: 32px 24px;
}

.table-plan-selection.col3 .plan-details-header {
  width: 40%;
}

.table-plan-selection.col3 .plan-item-header {
  width: 20%;
  vertical-align: top;
}

.table-plan-selection.col2 .plan-details-header {
  width: 60%;
}

.table-plan-selection.col2 .plan-item-header {
  width: 20%;
  vertical-align: top;
}

.table-plan-selection.col1 .plan-details-header {
  width: 50%;
}

.table-plan-selection.col1 .plan-item-header {
  width: 50%;
  vertical-align: top;
}

.table-plan-selection .plan-name {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #202834;
}

.table-plan-selection .plan-price {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #202834;
}

.table-plan-selection .old-price {
  text-decoration: line-through;
  color: #A6A9AE;
  font-size: 14px;
  font-weight: 300;
}

.table-plan-selection .plan-item-header {
  text-align: center;
}

.table-plan-selection .plan-item-header .plan-name {
  min-height: 51px;
  margin-bottom: 8px;
}

.table-plan-selection .title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
  color: #202834;
}

.table-plan-selection .caption {
  font-style: normal;
  font-weight: 300;
  font-size: 14px !important;
  line-height: 24px;
  color: #202834;
}

.icon-popular {
  background: url('../images/icon-star.svg');
  width: 15px;
  height: 15px;
  margin-right: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}

.icon-info {
  background: url('../images/icon-info.svg');
  width: 14px;
  height: 14px;
  margin-left: 8px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}


.container-class {
  width: 100%;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: auto;
}

.table-plan-selection .plan-item-header button {
  margin: 0px;

}

.table-plan-selection .plan-item-header .small-caption {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 13px;
}

.table-plan-selection td {
  font-size: 18px;
}

.table-plan-selection-tab {}

.table-plan-selection-tab li {
  text-align: center;
  min-height: 65px;
}

.table-plan-selection-tab li a {
  min-height: 65px;
  width: 300px;
  background: #E8E8E8;
}

.table-plan-selection-tab li span {
  display: block;
  font-size: 12px;
}

.table-plan-selection-tab .nav-link {
  color: #495057;
  background-color: #D3D3D3;
  border-color: #D3D3D3 #D3D3D3 #D3D3D3;
  min-height: 75px;
}

.table-plan-selection-tab .nav-link.active {
  color: #495057;
  background-color: #E8E8E8;
  border-color: #E8E8E8 #E8E8E8 #E8E8E8;
}

.table-plan-selection-tab .nav-link .tab-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #797E85;

}

.table-plan-selection-tab .nav-link.active .tab-title {
  color: #202834;
}

.table-plan-selection-tab.nav-tabs {
  border-bottom: 0px;
}


.table-plan-selection-tab .nav-link .tab-sub-caption {
  font-size: 14px;
}

.table-plan-selection-tab .nav-item>.nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.table-plan-selection-tab .nav-item:first-child>.nav-link {
  border-top-left-radius: 16px;
}

.table-plan-selection-tab .nav-item:last-child>.nav-link {
  border-top-right-radius: 16px;
}

.table-plan-selection-tab--mob .nav-link .tab-title {
  font-size: 18px;
}

.table-plan-selection-tab.table-plan-selection-tab--mob {
  flex-wrap: nowrap;
  flex: 1 1 100%;
}

.table-plan-selection-tab.table-plan-selection-tab--mob li {
  /* width: 50%; */
  display: flex;
  flex-basis: inherit;
}

.table-plan-selection-tab.table-plan-selection-tab--mob li .nav-link {
  padding: 8px;
  min-height: 95px;
  width: 100%;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: initial;
}

.table-plan-selection-tab.table-plan-selection-tab--mob li a {
  width: auto;
}

.table-plan-selection-tab.table-plan-selection-tab--mob .nav-link .tab-sub-caption {
  font-size: 12px;
}

.table-with-tab thead tr:first-child th:last-child {
  border-top-right-radius: 0;
}


.table-plan-selection .th-2col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 16px;
}


.table-plan-selection .th-2col .counter-field-wrapper {
  display: flex;
  border: 2px solid #202834;
  border-radius: 50px;
  padding: 0 0.5rem;
}

.table-plan-selection .th-2col .counter-field-wrapper input {
  padding: 0px;
  width: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
}


.table-plan-selection .th-2col .counter-field-wrapper i {
  width: 12px;
  cursor: pointer;
}

.table-plan-selection .th-2col .th-item-left {
  font-size: 18px;
  text-align: left;
}

.table-plan-selection .th-2col .th-item-left small {
  display: block;
  font-size: 12px;
}

.table-plan-selection td small {
  display: block;
  font-size: 10px;
}

.table-plan-selection td .text-with-label {

  align-items: center;
}

.icon-info--bigger {
  width: 14px;
  height: 14px;
}

.table-plan-selection.mob thead th {
  border-bottom: 1px solid #A6A9AE;
}

.table-plan-selection.mob thead tr:last-child th {
  border-bottom: 0;
}

.table-plan-selection.mob th:first-of-type,
.table-plan-selection.mob th:last-of-type {
  border-radius: 0px;
}

/* .table-plan-selection.mob .subheader .caption{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-transform: none;
} */

.table-plan-selection.mob .plan-details-header {
  text-align: center;
}

.table-plan-selection.mob .title {
  font-size: 18px;
}

/* .table-plan-selection.mob td {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.1px;
    text-transform: none;
} */

.table-plan-selection.mob .plan-item-header {
  padding: 1rem 1rem 0.5rem;
  position: relative;
}

.table-plan-selection.mob .plan-item-header .plan-name {
  font-size: 14px;
  min-height: 52px;
}

.table-plan-selection.mob .th-2col .counter-field-wrapper input {
  font-size: 16px;
  padding: 3px 16px;
  width: 48px
}

@media screen and (max-width: 600px) {
  .table-plan-selection.mob .th-2col .counter-field-wrapper input {
    width: 55px
  }

}

.table-plan-selection.mob .th-2col .counter-field-wrapper i {
  width: 14px;
}

.table-plan-selection.mob .th-2col .counter-field-wrapper {
  padding: 0.2rem 0.5rem;
}

.table-plan-selection.mob .item-2col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table-plan-selection.mob .item-left {
  width: 50%;
  text-align: left;
}

.table-plan-selection.mob .item-right {
  width: 50%;
  text-align: left;
  padding-left: 15px;
}

.tab-content .table-plan-selection.mob thead th:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/* [+] CUSTOM RESPONSIVE TABLE */
.table-responsive {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  position: fixed;
}

.table-responsive caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.table-responsive tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.table-responsive th,
.table-responsive td {
  padding: .625em;
  text-align: center;
}

.table-responsive th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .table-responsive {
    border: 0;
  }

  .table-responsive caption {
    font-size: 1.3em;
  }

  .table-responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table-responsive tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .table-responsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  .table-responsive td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .table-responsive td:last-child {
    border-bottom: 0;
  }
}



@media screen and (max-width: 600px) {
  .table-custom-responsive thead tr {
    display: grid;
  }

  .table-custom-responsive thead tr th.plan-details-header {
    width: 100% !important;
  }

  .table-custom-responsive thead tr th.plan-item-header {
    width: 100% !important;
  }
}

/* [-] CUSTOM RESPONSIVE TABLE */




.plan-item-set-header {
  display: none;
}

.plan-item-set-header.active {
  display: block;
}

.plan-item-set-details {
  display: none;
}

.plan-item-set-details.active {
  display: grid;
}



.plan-item-set-arrow {
  position: absolute;
  top: 15px;
}

.plan-item-set-arrow.left {
  left: 5px;
}

.plan-item-set-arrow.right {
  right: 5px;
}

.table-carousel-indicator-wrapper {
  position: relative;
  display: block;
  height: 30px;
}

.carousel-indicators {
  top: 5px;
  z-index: 0 !important
}

.carousel-indicators {
  position: absolute;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 7px;
}

.carousel-indicators .active {
  background-color: #000000;
}






/* [+] CUSTOM DATEPICKER */

.ui-widget.ui-widget-content {
  padding: 10px;
  background: #FFFFFF;
  /* Dropdown */
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.07), 0px 3px 14px 3px rgba(0, 0, 0, 0.06);
}

.ui-widget.ui-widget-content {
  border: 0;
}

.ui-widget-header {
  border: 0;
  background: transparent;
  color: #202834;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
}

.ui-datepicker .ui-datepicker-title {
  text-align: left;
  margin: 0 0.5em;
}


.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 55%;
  margin-top: -8px;
  background-position: center;
  background-size: contain;
  background-image: url('../images/icons/chevron-left.svg') !important;
}

.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 55%;
  margin-top: -8px;
  background-position: center;
  background-size: contain;
  background-image: url('../images/icons/chevron-right.svg') !important;
}

.ui-datepicker .ui-datepicker-prev {
  right: 22px;
  left: auto;

}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  border: 0px;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 0;
  background: transparent;
  font-weight: normal;
  border-radius: 50%;
  text-align: center;
  color: #202834;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  width: 35px;
  line-height: 22px;
  margin: 0 auto;
  padding: .4em;
}

.ui-state-active,
.ui-widget-content .ui-state-highlight {
  background: rgba(255, 118, 0, 0.2);
  border: 0px solid rgba(255, 118, 0, 0.2);
  color: #FF7600;
}

.ui-state-highlight,
.ui-widget-content .ui-state-active {
  /* border: 1px solid #FF7600; */
  background: #FF7600;
  color: #ffffff;
}
.timepicker-noScroll {
  overflow-y: hidden !important;
}
.timepicker li {
  background: none;
  border: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.timepicker li:hover {
  background-color: #ffffff;
  cursor: pointer;
}

.timepicker li.active {
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 50%; 
}

.datepicker {
  background: url(../images/icons/calendar.svg) no-repeat scroll right 7px;
}

table.ui-datepicker-calendar th {
  font-size: 10px;
  font-family: 'Mulish', 'Noto Sans SC', sans-serif;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Mulish', 'Noto Sans SC', sans-serif;
}

/* [-] CUSTOM DATEPICKER */









/* 

    To improve:
    - badge shouldn't use <button>

*/




.badge-blue {
  background: #15AAAB;
  border-radius: 5px;
  font-style: normal;
  color: #FFFFFF;
  padding: 4px 8px;
  display: inline-flex;
}

.badge-popular {
  background: #000000;
  border-radius: 5px;
  font-style: normal;
  color: #FFFFFF;
  padding: 4px 8px;
  display: inline-flex;
}

.btn-padding {
  padding: 12px 35px !important
}

.tooltip-promo{
  font-size: 12px;
}

.form-label-vehicle-details{
  font-size: 18px;
}
.padding-right-custom-select{
  padding-right: 1.1rem;
  text-overflow: ellipsis;
}
.padding-right-custom-select:focus{
  white-space: nowrap;
  overflow:hidden;
  padding-right: 1.1rem;
  text-overflow: ellipsis;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.modalMyInfo{
  margin-top: 2rem;
}

.cart-info-message-bubble {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  gap: 8px;
  background: #FFF0E8;
  border-radius: 16px;
}

.cart-info-message-bubble span {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #202834;
}

.cart-subheader-2col-grid {
  display: grid;
  column-gap: 24px;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
}

.element-invalid {
    color: #D41F55;
    font-weight: 400;
}

.custom-button-myquotation{
  padding: 6px 40px !important;
}

.padding-24{
  padding: 24px !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.bundleSellGPFOl{
  list-style-type: lower-roman;
  list-style-position: inside;
  margin-left: 0;
  padding-left: 1rem;
}

.bundleSellGPFOl li{
  text-indent: -1em;
}
