/* GENERAL */
body {
  font-family: 'Roboto', sans-serif;
  background-color: #F2F2F2;
}

body, html {
  min-height: 100%;
  height: 100%;
}

h1 {
  font-family: 'Roboto Bold', sans-serif;
  font-size: 20px;
}

p, h1, label {
  color: #5E6874;
}

/* CONTAINERS */
.gt-flex-center-container {
  display: flex;
  align-items: center;
}

/* HR */
.hr-90 {
  max-width: 90%;
}

.hr-final {
  margin-top: 1.75em;
}

/* FORM */
.gt-label-bold {
  font-weight: bold;
}

.gt-billing-form-label, .gt-billing-form-label-header {
  display: block !important;
}

.gt-billing-form-label-header {
  font-size: 18px;
}

.gt-flex-button-right-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.gt-flex-button-left-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.gt-button {
  font-weight: bold;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 16px;
  padding: 5px 25px 5px 25px;
}

.gt-button-blank-bg {
  background-color: transparent;
  color: #5E6874;
}

.gt-button-blank-bg:hover {
  color: #00B4AE;
}

.gt-button-next, .gt-button-submit {
  background-color: #00B4AE;
}

.gt-button-prev, .gt-button-secondary {
  background-color: #5E6874;
}

.gt-button:hover, .gt-button-secondary:hover {
  color: #FFFFFF !important;
}

.gt-small-print {
  font-size: 11px;
  font-style: italic;
  color: #5E6874;
}

.gt-checkbox {
  height: 30px;
  width: 30px;
  vertical-align: bottom;
}

.gt-checkbox-label {
  height: 30px;
}

.gt-link:link {
  color: #00B4AE;
  text-decoration: underline;
  cursor: pointer;
}

.gt-link:visited {
  color: #00B4AE;
}

.gt-link:hover {
  color: #00B4AE;
}

.gt-link:active {
  color: #00B4AE;
}

.gt-form-feedback {
  padding: 0;
}

.gt-phone-number-feedback {
  align-self: normal;
}

#gt-other-wrapper {
  display: none;
}

/* SHOPPING CART */
.gt-cart-container {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .gt-cart-container {
    border-left: 0;
  }
}

#cartLoader, #purchaseCompleteLoader {
  align-items: center;
}

#cartLoader {
  min-height: 300px;
}

#purchaseCompleteLoader, #purchaseComplete {
  min-height: 500px;
}

/* FORM CONTENT*/
#subscription-pms-information, #subscription-optional-information, #summary-information, #billing-information {
  display: none;
}

/* STEPPER */
.gt-stepper .step-trigger {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #6c757d;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  transition: background-color .15s ease-out, color .15s ease-out;
}

.gt-stepper .step-trigger:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.gt-stepper .step-trigger:disabled,
.gt-stepper .step-trigger.disabled,
.gt-stepper a:disabled,
.gt-stepper .disabled:not(.step-trigger) {
  pointer-events: none;
  opacity: .65;
}

.gt-stepper .step-trigger:focus,
.gt-stepper a:focus {
  color: #007bff;
  outline: none;
}

.gt-stepper .step-trigger:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
}

@media (max-width: 520px) {
  .gt-stepper .step-trigger,
  .gt-stepper {
    flex-direction: column;
    padding: 10px;
  }
}

.gt-stepper-label {
  display: inline-block;
  margin: .25rem;
}

.gt-header-container {
  max-width: 950px;
}

.gt-stepper-header {
  display: flex;
  align-items: center;
}

@media (max-width: 520px) {
  .gt-stepper-header {
    margin: 0 -10px;
    text-align: center;
  }
}

.gt-stepper-line,
.gt-stepper .line {
  flex: 1 0 32px;
  min-width: 1px;
  min-height: 3px;
  margin: auto;
  background-color: #A4AAB1;
}

@media (max-width: 400px) {
  .gt-stepper-line,
  .gt-stepper .line {
    flex-basis: 20px;
  }
}

.gt-stepper-circle {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: .5em 0;
  margin: .25rem;
  line-height: 1em;
  color: #fff;
  background-color: #A4AAB1;
  border-radius: 1em;
}

.active {
  background-color: #00B4AE;
}

.gt-stepper-content {
  padding: 0 55px 20px;
}

@media (max-width: 520px) {
  .gt-stepper-content {
    padding: 0 20px 20px;
  }
}

.gt-stepper-content-title {
  font-weight: bold;
}

.iti {
  width: 100%;
}

.iti__flag {
  background-image: url("../images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png");
  }
}

/* INTL-TEL-INPUT */
.iti-flag {
  background-image: url("/images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url("/images/flags@2x.png");
  }
}

.country-select .flag {
  background-image: url("/images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .country-select .flag {
    background-image: url("/images/flags@2x.png");
    background-size: 5650px 15px;
  }
}

.country-select .flag.us {
  background-position: -5263px 0 !important;
}

.selected-flag:first-child {
  background-position: -5px 0 !important;
}

/* Custom Scrollbar */
.gt-scrollbar::-webkit-scrollbar {
  width: 10px;
}

.gt-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.gt-scrollbar::-webkit-scrollbar-thumb {
  background: grey;
}

.gt-scrollbar::-webkit-scrollbar-thumb:hover {
  background: white;
}

.gt-scrollbar {
  border-bottom: solid 19px transparent;
}

.gt-modal-maxHeight {
  max-height: 400px;
  overflow-y: scroll;
}

.gt-terms-body {
  font-size: 14px;
  color: black;
}

.gt-terms-body > h4 {
  font-size: 14px;
}

.gt-terms-body > ul > li > p {
  color: black;
}

.gt-credit-usage-row {
  align-items: center;
}

.gt-form-control-checkbox-container {
  display: block !important;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gt-form-control-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.gt-form-control-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

.gt-form-control-checkbox-container:hover input ~ .gt-form-control-checkbox {
  background-color: #ffffff;
}

.gt-form-control-checkbox-container input:checked ~ .gt-form-control-checkbox {
  background-color: #00B4AE;
}

.gt-form-control-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.gt-form-control-checkbox-container input:checked ~ .gt-form-control-checkbox:after {
  display: block;
}

.gt-form-control-checkbox-container .gt-form-control-checkbox:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gt-form-control-checkbox-container-login {
  font-size: 1rem;
  font-weight: bold;
}

.popover {
  max-width: 600px;
}

.nav-link:hover svg #Information-icon path {
  fill: #00B4AE;
}

.gt-bg-gradient {
  background: linear-gradient(90deg, #00b4ae 0%, #9372e8 100%);
}

.gt-text-white {
  color: #ffffff;
}

.gt-modal-content {
  border: none;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
}

.gt-modal-title {
  font-weight: 500;
  padding: 0;
}

.gt-pointer {
  cursor: pointer;
}
