:root {
  --hostander-bg: #0b101c;
  --hostander-surface: #101827;
  --hostander-card: rgba(20, 29, 45, .72);
  --hostander-border: rgba(122, 143, 166, .22);
  --hostander-text: #f7fafc;
  --hostander-muted: #a6b3c3;
  --hostander-brand: #52c7ea;
  --hostander-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}
body {
  background: var(--hostander-bg);
}
body > .hostander-page {
  min-height: 100vh;
  color: var(--hostander-text);
  background:
    radial-gradient(circle at 50% -10%, rgba(82,199,234,.18), transparent 36rem),
    linear-gradient(180deg, #0b101c 0%, #0d1422 46%, #0b101c 100%);
}
.hostander-topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 16, 28, .82);
  border-bottom: 1px solid var(--hostander-border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.hostander-topbar .container { position: relative; }
.hostander-nav-row {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.hostander-brand-link { display: inline-flex; align-items: center; color: var(--hostander-text); text-decoration: none; }
.hostander-brand-link:hover, .hostander-brand-link:focus { color: var(--hostander-text); text-decoration: none; }
.hostander-brand-link img { display: block; width: auto; height: 38px; max-width: 190px; object-fit: contain; }
.hostander-brand-text { font-size: 22px; font-weight: 700; letter-spacing: -.03em; }
.hostander-nav-wrap { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.hostander-primary-nav, .hostander-secondary-nav, .hostander-account-nav { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.hostander-primary-nav > li, .hostander-secondary-nav > li, .hostander-account-nav > li { position: relative; list-style: none; }
.hostander-primary-nav > li > a, .hostander-secondary-nav > li > a, .hostander-account-nav > li > a,
.hostander-mobile-panel a {
  color: var(--hostander-muted);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  padding: 9px 12px;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.hostander-primary-nav > li > a:hover, .hostander-primary-nav > li.open > a,
.hostander-secondary-nav > li > a:hover, .hostander-secondary-nav > li.open > a,
.hostander-account-nav > li > a:hover, .hostander-account-nav > li.open > a,
.hostander-mobile-panel a:hover { color: var(--hostander-text); background: rgba(255,255,255,.055); text-decoration: none; }
.hostander-account-nav > li.primary-action > a, .hostander-action-primary,
.hostander-secondary-nav > li.primary-action > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  color: #0b101c !important;
  background: var(--hostander-text);
  border: 1px solid rgba(255,255,255,.78);
  padding: 8px 15px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}
.hostander-secondary-nav > li > a, .hostander-account-nav > li:not(.primary-action) > a {
  border: 1px solid var(--hostander-border);
  background: rgba(255,255,255,.035);
}
.hostander-topbar .dropdown-menu {
  background: #111a2a;
  border: 1px solid var(--hostander-border);
  border-radius: 14px;
  box-shadow: var(--hostander-shadow);
  padding: 8px;
  margin-top: 10px;
}
.hostander-topbar .dropdown-menu > li > a, .hostander-topbar .client-alerts a {
  color: var(--hostander-muted);
  border-radius: 9px;
  padding: 9px 12px;
}
.hostander-topbar .dropdown-menu > li > a:hover, .hostander-topbar .client-alerts a:hover { color: var(--hostander-text); background: rgba(255,255,255,.07); }
.hostander-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--hostander-border);
  background: rgba(255,255,255,.04);
  color: var(--hostander-text);
}
.hostander-menu-toggle .icon-bar { display: block; width: 18px; height: 2px; margin: 3px 0; background: currentColor; border-radius: 2px; }
.hostander-mobile-panel { border-top: 1px solid var(--hostander-border); padding: 10px 0 16px; }
.hostander-mobile-panel ul { list-style: none; padding: 0; margin: 0; }
.hostander-mobile-panel li { list-style: none; }
.hostander-mobile-panel a { display: block; margin: 2px 0; }
.hostander-mobile-panel .dropdown-menu { position: static; float: none; width: 100%; margin: 4px 0 8px; box-shadow: none; }
section#main-body {
  background: transparent;
  color: #dce6f2;
  padding-top: 34px;
  padding-bottom: 54px;
}
section#main-body .main-content,
section#main-body .sidebar .panel,
section#main-body .panel,
section#main-body .card,
section#main-body .list-group-item,
section#main-body .domain-checker-container,
section#main-body .tiles .tile {
  border-color: var(--hostander-border);
}
section#main-body .main-content {
  background: rgba(255,255,255,.02);
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 24px;
}
section#main-body h1, section#main-body h2, section#main-body h3, section#main-body h4,
section#main-body .main-content > p, section#main-body label { color: var(--hostander-text); }
section#main-body a { color: #73d6f2; }
section#main-body .panel, section#main-body .card, section#main-body .list-group-item, section#main-body .well,
section#main-body .tiles .tile {
  background-color: rgba(16, 24, 39, .72);
  color: #dce6f2;
}
section#main-body .panel-heading, section#main-body .card-header { background: rgba(255,255,255,.045); color: var(--hostander-text); border-color: var(--hostander-border); }
section#main-body .form-control { background: rgba(255,255,255,.96); border-color: rgba(122,143,166,.32); color: #1f2937; }
section#main-body .btn-primary, section#main-body input.btn.search, section#main-body .btn-success {
  background: #52c7ea;
  border-color: #52c7ea;
  color: #06111b;
  font-weight: 700;
}
section#main-body .btn-default { background: rgba(255,255,255,.06); border-color: var(--hostander-border); color: var(--hostander-text); }
.hostander-home-banner {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--hostander-border);
  background:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(82,199,234,.24), transparent 35rem);
  background-size: 48px 48px, 48px 48px, auto;
}
.hostander-home-banner .container { padding-top: 86px; padding-bottom: 64px; text-align: center; }
.hostander-eyebrow { display: inline-flex; gap: 8px; align-items: center; border: 1px solid var(--hostander-border); background: rgba(16,24,39,.62); border-radius: 999px; color: var(--hostander-muted); padding: 6px 12px; font-size: 12px; font-weight: 700; }
.hostander-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--hostander-brand); box-shadow: 0 0 16px var(--hostander-brand); }
.hostander-home-banner h1, .hostander-home-banner h2 { margin: 20px auto 16px; max-width: 850px; color: var(--hostander-text); font-size: clamp(38px, 7vw, 76px); line-height: 1.04; font-weight: 700; letter-spacing: -.06em; }
.hostander-home-banner p { max-width: 720px; margin: 0 auto 28px; color: var(--hostander-muted); font-size: 18px; line-height: 1.65; }
.hostander-domain-search { max-width: 760px; margin: 0 auto; }
.hostander-shortcuts { border-bottom: 1px solid var(--hostander-border); background: rgba(16,24,39,.45); }
.hostander-shortcuts .container { padding-top: 22px; padding-bottom: 22px; }
.hostander-shortcuts ul { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; padding: 0; margin: 0; list-style: none; }
.hostander-shortcuts li { list-style: none; }
.hostander-shortcuts a { display: flex; align-items: center; gap: 10px; color: var(--hostander-text); padding: 12px 16px; border: 1px solid var(--hostander-border); border-radius: 14px; background: rgba(255,255,255,.035); text-decoration: none; }
.hostander-shortcuts p { margin: 0; }
.hostander-footer { border-top: 1px solid var(--hostander-border); background: #080d17; color: var(--hostander-muted); }
.hostander-footer-main { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 36px; padding: 52px 0 36px; }
.hostander-footer-logo { height: 36px; width: auto; margin-bottom: 18px; }
.hostander-footer p { line-height: 1.7; }
.hostander-footer h4 { color: var(--hostander-text); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 14px; }
.hostander-footer ul { list-style: none; padding: 0; margin: 0; }
.hostander-footer li { margin: 9px 0; }
.hostander-footer a { color: var(--hostander-muted); text-decoration: none; }
.hostander-footer a:hover { color: var(--hostander-text); }
.hostander-footer-bottom { border-top: 1px solid var(--hostander-border); padding: 18px 0 28px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.hostander-footer .back-to-top { color: var(--hostander-text); }
@media (max-width: 991px) {
  .hostander-menu-toggle { display: inline-flex; }
  .hostander-nav-wrap { display: none; }
  .hostander-footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hostander-nav-row { min-height: 64px; }
  .hostander-brand-link img { height: 32px; }
  .hostander-home-banner .container { padding-top: 56px; padding-bottom: 42px; }
  .hostander-footer-main { grid-template-columns: 1fr; padding-top: 38px; }
}

/* Hostander navigation refinements */
.hostander-site-nav { display:flex; align-items:center; gap:4px; margin:0; padding:0; list-style:none; }
.hostander-site-nav > li { position:relative; list-style:none; }
.hostander-site-nav > li > a { display:inline-flex; align-items:center; gap:5px; color:var(--hostander-muted); font-size:14px; font-weight:600; line-height:1; text-decoration:none; border-radius:999px; padding:11px 13px; white-space:nowrap; transition:color .18s ease, background .18s ease; }
.hostander-site-nav > li > a:hover, .hostander-site-nav > li.open > a, .hostander-site-nav > li > a:focus { color:var(--hostander-text); background:rgba(255,255,255,.055); text-decoration:none; }
.hostander-client-menu > a { border:1px solid var(--hostander-border); background:rgba(255,255,255,.035); }
.hostander-topbar .dropdown-menu-right { right:0; left:auto; }
.hostander-mobile-divider { height:1px; margin:10px 0; background:var(--hostander-border); }
@media (min-width:992px) and (max-width:1199px) { .hostander-nav-wrap { gap:10px; } .hostander-site-nav > li > a, .hostander-account-nav > li > a { font-size:13px; padding-left:9px; padding-right:9px; } .hostander-brand-link img { max-width:165px; } }

/* Hostander production footer parity for WHMCS */
.hostander-footer {
  display: block;
  clear: both;
  width: 100%;
  border-top: 1px solid var(--hostander-border);
  background: #080d17;
  color: var(--hostander-muted);
}
.hostander-footer-main--site {
  display: grid;
  grid-template-columns: minmax(240px, 1.55fr) repeat(4, minmax(135px, 1fr));
  gap: 34px;
  padding: 56px 0 38px;
}
.hostander-footer-logo-link { display: inline-flex; align-items: center; margin-bottom: 18px; }
.hostander-footer-logo { display: block; height: 36px; width: auto; max-width: 190px; object-fit: contain; }
.hostander-footer p { margin: 0; line-height: 1.7; }
.hostander-footer-brand p { max-width: 430px; }
.hostander-footer-company { margin-top: 22px; line-height: 1.75; color: #c5d0dc; }
.hostander-footer-company strong { color: var(--hostander-text); font-weight: 700; }
.hostander-footer h4 { color: var(--hostander-text); font-size: 13px; font-weight: 700; text-transform: none; letter-spacing: 0; margin: 0 0 14px; }
.hostander-footer ul { list-style: none; padding: 0; margin: 0; }
.hostander-footer li { margin: 10px 0; }
.hostander-footer a { color: var(--hostander-muted); text-decoration: none; transition: color .18s ease; }
.hostander-footer a:hover, .hostander-footer a:focus { color: var(--hostander-text); text-decoration: none; }
.hostander-footer-bottom { border-top: 1px solid var(--hostander-border); padding: 20px 0 30px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.hostander-footer-bottom p { margin: 0; }
@media (max-width: 991px) {
  .hostander-footer-main--site { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hostander-footer-main--site { grid-template-columns: 1fr; padding-top: 38px; }
}

/* Hostander WHMCS cart/order form contrast fixes
   Fixes faded text on Review & Checkout / standard_cart pages. */
#order-standard_cart,
#order-standard_cart * {
  box-sizing: border-box;
}

#order-standard_cart {
  color: var(--hostander-text) !important;
}

#order-standard_cart h1,
#order-standard_cart h2,
#order-standard_cart h3,
#order-standard_cart h4,
#order-standard_cart label,
#order-standard_cart p,
#order-standard_cart span,
#order-standard_cart div,
#order-standard_cart td,
#order-standard_cart th,
#order-standard_cart li {
  color: inherit;
}

#order-standard_cart .view-cart-items,
#order-standard_cart .view-cart-tabs .tab-content,
#order-standard_cart .empty-cart,
#order-standard_cart .order-summary,
#order-standard_cart .summary-container,
#order-standard_cart .product-info,
#order-standard_cart .addon-promo-container,
#order-standard_cart .domains-row,
#order-standard_cart .sub-heading,
#order-standard_cart .panel,
#order-standard_cart .panel-body,
#order-standard_cart .well {
  background: rgba(16, 24, 39, .86) !important;
  border-color: var(--hostander-border) !important;
  color: var(--hostander-text) !important;
}

#order-standard_cart .view-cart-items-header,
#order-standard_cart .order-summary .header,
#order-standard_cart .summary-container .header,
#order-standard_cart .panel-heading,
#order-standard_cart .view-cart-tabs .nav-tabs > li > a,
#order-standard_cart .view-cart-tabs .nav-tabs > li.active > a,
#order-standard_cart .sidebar-collapsed,
#order-standard_cart .sidebar .panel-heading {
  background: linear-gradient(135deg, #075f91, #0a4d7a) !important;
  border-color: rgba(82, 199, 234, .32) !important;
  color: #ffffff !important;
}

#order-standard_cart .item,
#order-standard_cart .summary-totals,
#order-standard_cart .total-due-today,
#order-standard_cart .recurring-totals,
#order-standard_cart .field-container,
#order-standard_cart .view-cart-tabs .tab-content,
#order-standard_cart .promo-code-cart-container {
  background: rgba(255, 255, 255, .035) !important;
  border-color: var(--hostander-border) !important;
  color: var(--hostander-text) !important;
}

#order-standard_cart .item-title,
#order-standard_cart .product-name,
#order-standard_cart .product-title,
#order-standard_cart .item-price,
#order-standard_cart .cycle,
#order-standard_cart .price,
#order-standard_cart .total,
#order-standard_cart .total-due-today span,
#order-standard_cart .total-due-today .amt,
#order-standard_cart .order-summary .subtotal,
#order-standard_cart .order-summary .total,
#order-standard_cart .summary-container .subtotal,
#order-standard_cart .summary-container .total {
  color: #ffffff !important;
}

#order-standard_cart .item-group,
#order-standard_cart .item-domain,
#order-standard_cart .product-description,
#order-standard_cart .summary-totals .clearfix,
#order-standard_cart .recurring-totals,
#order-standard_cart .small,
#order-standard_cart small,
#order-standard_cart .text-muted {
  color: var(--hostander-muted) !important;
}

#order-standard_cart a,
#order-standard_cart .btn-link,
#order-standard_cart .view-cart-items .edit-item {
  color: var(--hostander-brand) !important;
}

#order-standard_cart .form-control,
#order-standard_cart input[type="text"],
#order-standard_cart input[type="email"],
#order-standard_cart input[type="password"],
#order-standard_cart select,
#order-standard_cart textarea {
  background: rgba(8, 13, 23, .72) !important;
  border: 1px solid rgba(122, 143, 166, .36) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

#order-standard_cart .form-control::placeholder,
#order-standard_cart input::placeholder,
#order-standard_cart textarea::placeholder {
  color: rgba(220, 230, 242, .66) !important;
  opacity: 1 !important;
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart .checkout,
#order-standard_cart a.checkout,
#order-standard_cart button.checkout {
  background: var(--hostander-brand) !important;
  border-color: var(--hostander-brand) !important;
  color: #06111b !important;
  font-weight: 800 !important;
}

#order-standard_cart .btn-default,
#order-standard_cart .btn-secondary,
#order-standard_cart .btn-remove-from-cart,
#order-standard_cart .empty-cart .btn {
  background: rgba(255, 255, 255, .07) !important;
  border-color: var(--hostander-border) !important;
  color: var(--hostander-text) !important;
}

#order-standard_cart .btn[disabled],
#order-standard_cart .btn.disabled,
#order-standard_cart button[disabled] {
  background: rgba(255, 255, 255, .07) !important;
  border-color: rgba(122, 143, 166, .20) !important;
  color: rgba(220, 230, 242, .45) !important;
  opacity: 1 !important;
}

#order-standard_cart .order-summary,
#order-standard_cart .summary-container {
  box-shadow: 0 22px 60px rgba(0,0,0,.25) !important;
}

#order-standard_cart .order-summary hr,
#order-standard_cart .summary-container hr,
#order-standard_cart hr {
  border-color: var(--hostander-border) !important;
}

/* Extra checkout contrast fixes: marketing opt-in, fraud notice and final checkout panels. */
#order-standard_cart .marketing-email-optin,
#order-standard_cart .alert,
#order-standard_cart .alert-warning,
#order-standard_cart .alert-info,
#order-standard_cart .alert-success,
#order-standard_cart .alert-danger,
#order-standard_cart .checkout-security-msg,
#order-standard_cart .fraud-checkout-msg,
#order-standard_cart .domain-checker-result-headline,
#order-standard_cart .mc-promo,
#order-standard_cart .sub-heading-borderless,
#order-standard_cart .cc-input-container,
#order-standard_cart .account-select-container,
#order-standard_cart .account-select-container div,
#order-standard_cart .prepend-icon,
#order-standard_cart .additional-notes,
#order-standard_cart .notes-field,
#order-standard_cart .section,
#order-standard_cart .checkout .section,
#order-standard_cart .form-group,
#order-standard_cart .row,
#order-standard_cart fieldset {
  background: rgba(16, 24, 39, .86) !important;
  border-color: var(--hostander-border) !important;
  color: var(--hostander-text) !important;
}

#order-standard_cart .marketing-email-optin,
#order-standard_cart .alert-warning,
#order-standard_cart .alert-info,
#order-standard_cart .checkout-security-msg,
#order-standard_cart .fraud-checkout-msg {
  border: 1px solid rgba(82, 199, 234, .26) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

#order-standard_cart .marketing-email-optin *,
#order-standard_cart .alert *,
#order-standard_cart .alert-warning *,
#order-standard_cart .alert-info *,
#order-standard_cart .checkout-security-msg *,
#order-standard_cart .fraud-checkout-msg * {
  color: var(--hostander-text) !important;
  opacity: 1 !important;
}

#order-standard_cart .marketing-email-optin h1,
#order-standard_cart .marketing-email-optin h2,
#order-standard_cart .marketing-email-optin h3,
#order-standard_cart .marketing-email-optin h4,
#order-standard_cart .marketing-email-optin strong,
#order-standard_cart .marketing-email-optin label,
#order-standard_cart .alert strong,
#order-standard_cart .alert .alert-title {
  color: #ffffff !important;
}

#order-standard_cart .marketing-email-optin p,
#order-standard_cart .alert p,
#order-standard_cart .alert div,
#order-standard_cart .checkout-security-msg,
#order-standard_cart .fraud-checkout-msg {
  color: #dce6f2 !important;
}

#order-standard_cart .alert-warning {
  background: rgba(194, 145, 45, .14) !important;
  border-color: rgba(245, 184, 69, .38) !important;
}

#order-standard_cart .alert-warning,
#order-standard_cart .alert-warning * {
  color: #fff3d2 !important;
}

#order-standard_cart .alert-warning .fa,
#order-standard_cart .alert-warning .fas,
#order-standard_cart .alert-warning i,
#order-standard_cart .checkout-security-msg .fa,
#order-standard_cart .checkout-security-msg i {
  color: #ffd36f !important;
}

#order-standard_cart .bootstrap-switch,
#order-standard_cart .bootstrap-switch-container,
#order-standard_cart .bootstrap-switch .bootstrap-switch-handle-on,
#order-standard_cart .bootstrap-switch .bootstrap-switch-handle-off,
#order-standard_cart .bootstrap-switch .bootstrap-switch-label {
  opacity: 1 !important;
}

#order-standard_cart .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
#order-standard_cart .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #40b869 !important;
  color: #ffffff !important;
}

#order-standard_cart .bootstrap-switch .bootstrap-switch-handle-off,
#order-standard_cart .bootstrap-switch .bootstrap-switch-label {
  background: rgba(255, 255, 255, .10) !important;
  color: var(--hostander-text) !important;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span,
#order-standard_cart .prepend-icon .field-icon,
#order-standard_cart .field-icon,
#order-standard_cart .field-icon i {
  background: rgba(16, 24, 39, .96) !important;
  color: var(--hostander-brand) !important;
}

#order-standard_cart textarea[name="notes"],
#order-standard_cart textarea#inputNotes,
#order-standard_cart textarea.form-control {
  min-height: 120px;
  background: rgba(8, 13, 23, .84) !important;
  color: #ffffff !important;
  border-color: rgba(122, 143, 166, .42) !important;
}

#order-standard_cart textarea[name="notes"]::placeholder,
#order-standard_cart textarea#inputNotes::placeholder,
#order-standard_cart textarea.form-control::placeholder {
  color: rgba(220, 230, 242, .68) !important;
}

#order-standard_cart input[type="checkbox"],
#order-standard_cart input[type="radio"] {
  accent-color: var(--hostander-brand);
}

/* Checkout form alignment fixes: keep the icon column inside the input and give fields enough left padding. */
#order-standard_cart #registration .prepend-icon,
#order-standard_cart .checkout .prepend-icon,
#order-standard_cart .prepend-icon {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 0 16px !important;
  background: transparent !important;
  border: 0 !important;
}

#order-standard_cart #registration .prepend-icon .field-icon,
#order-standard_cart .checkout .prepend-icon .field-icon,
#order-standard_cart .prepend-icon .field-icon {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 5 !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center !important;
  pointer-events: none !important;
  background: transparent !important;
  color: var(--hostander-brand) !important;
}

#order-standard_cart #registration .prepend-icon .field-icon i,
#order-standard_cart .checkout .prepend-icon .field-icon i,
#order-standard_cart .prepend-icon .field-icon i {
  line-height: 44px !important;
  font-size: 16px !important;
  color: var(--hostander-brand) !important;
}

#order-standard_cart #registration .prepend-icon input.field,
#order-standard_cart #registration .prepend-icon select.field,
#order-standard_cart #registration .prepend-icon textarea.field,
#order-standard_cart #registration .prepend-icon .form-control,
#order-standard_cart .checkout .prepend-icon input,
#order-standard_cart .checkout .prepend-icon select,
#order-standard_cart .checkout .prepend-icon textarea,
#order-standard_cart .prepend-icon input,
#order-standard_cart .prepend-icon select,
#order-standard_cart .prepend-icon textarea,
#order-standard_cart .prepend-icon .form-control {
  display: block !important;
  width: 100% !important;
  min-height: 44px !important;
  height: 44px !important;
  padding-left: 46px !important;
  padding-right: 14px !important;
  line-height: 22px !important;
  box-sizing: border-box !important;
}

#order-standard_cart .prepend-icon textarea,
#order-standard_cart .prepend-icon textarea.form-control {
  height: auto !important;
  min-height: 120px !important;
  padding-top: 12px !important;
}

/* The phone field has its own country-flag control; keep that spacing instead of double-padding it. */
#order-standard_cart #inputPhone,
#order-standard_cart input[name="phonenumber"],
#order-standard_cart .intl-tel-input input,
#order-standard_cart .iti input {
  padding-left: 96px !important;
}

#order-standard_cart .intl-tel-input,
#order-standard_cart .iti {
  width: 100% !important;
  display: block !important;
}

/* Do not paint Bootstrap grid rows/form groups as cards; only actual panels should have dark card backgrounds. */
#order-standard_cart .form-group,
#order-standard_cart .row,
#order-standard_cart fieldset {
  background: transparent !important;
  border-color: transparent !important;
}
