#pricing-form {
  row-gap: 30px;
}

#pricing-form label {
  font-size: 16px;
  font-weight: 500;
  color: #001418;
  margin-right: 20px;
}

.plan-selection, .device-input, .addons {

}

.plan-selection div {
  row-gap: 20px;
  column-gap: 12px;
}

@media (max-width: 767px) {
  .plan-selection > div.flex {
    flex-direction: column;
    al
  } 
}

#devices {
  width: 300px !important;
  border: none;
  font-family: 'Red Hat Text', sans-serif;;
  font-weight: 500;
}

.helper {
  font-size: 14px;
  color: #737373;
  margin-bottom: 4px;
}
#monitor-warning {
  display: flex;
  align-items: center;
}
#monitor-warning svg {
  height: 16px;
}

#sales-link {
  display: none;
}

#calculation-container {
  position: relative;
}
#sticky-box {
  position: relative;
  width: 100%;
}

#calculated-price-box {
  padding: 36px;
  border-radius: 10px;
  border: 1px solid #dedede;
  row-gap: 24px;
  background-color: #fff;
}

#calculated-price-box hr {
  border-color: #dedede;
  border-top: none;
}

#calculated-price-box h3,
#calculated-price-box p {
  margin: 0;
}

#calculated-price-box .label {
  font-family: Red Hat Display;
}

#calculated-price-box > .flex-column {
  row-gap: 16px;
}

#calculated-price-box .disabled {
  color: #dedede;
}

.enterprise {
  display: none;
}
.no-enterprise {
  display: flex;
}

@media (min-width: 980px) {
  #cta-section {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 979px) {
  #calculated-price-box {
    border-radius: 0;
    border: none;
    border-top: 1px solid #dedede;
    padding: 36px 0;
  }
}


#addonSection {
  row-gap: 16px;
  display: none;
}

.addon {
  margin-bottom: 24px;
  display: flex;
  flex-flow: column;
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #dedede;
}

.addon p {
  color: #555;
  font-size: 0.9em;
}

.addon.disabled {
  border-color: #f4f4f4;
  color: var(--form-control-disabled);
}

.addon.disabled p {
  color: var(--form-control-disabled);
}

.addon > div {
  column-gap: 12px;
}


#monthly-price {
  font-weight: 700;
  font-size: 32px;
}


.cta-buttons {
  display: flex;
  column-gap: 15px;
}

@media (max-width: 768px) {
  .cta-buttons {
    flex-direction: column;
    column-gap: 15px;
  }
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: inherit;
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #01869e;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="radio"]:focus {
  outline: max(2px, 0.15em) solid #01869e;
  outline-offset: max(2px, 0.15em);
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
}

.addons input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.addons input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #01869e;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.addons input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.addons input[type="checkbox"]:checked,
.addons input[type="radio"]:checked {
  border-color: #01869e !important;
}

:root {
  --form-control-disabled: #959495;
}

.addons input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed !important;
}

.addons input[type="checkbox"]:disabled+label {
  color: var(--form-control-disabled) !important;
}

#enterprise-form {
  display: none;
  row-gap: 16px;
}

#enterprise-form .hs-form .hs-form-field {
  margin-bottom: 32px;
}

#mobile-footer,
#footer-wrapper {
  display: none;
}

@media (max-width: 979px) {
  #mobile-footer {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    border-top: 2px solid #dedede;
    padding: 8px 32px 24px;
    z-index: 1000;
  }

  .footer-content h1 {
    margin: 0;
  }

  #mobile-footer a:after {
    content: "\f063";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
    font-size: 16px;
    width: 20px;
    vertical-align: middle;
    -webkit-transition:all ease-in-out 0.25s;
    -o-transition:all ease-in-out 0.25s;
    transition:all ease-in-out 0.25s;
  }

  #mobile-footer a:hover:after {
    margin-top: 2px;
    margin-bottom: -2px;
  }
}
