.agent-code-form {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.agent-code-form .tooltip {
  border-bottom: 0;
}

.premiums .premium > s {
  color: #959bac;
  font-size: 17px;
  font-weight: normal;
}

.discount-code {
  flex-direction: column !important;
}

.modal-overlay {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal box */
.modal-box {
  background: white;
  border-radius: 8px;
  padding: 50px 15px;
  margin: 0 20px 25px;
  max-width: 1140px;
  width: 90%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  position: relative;
}

/* Header */
.modal-header {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.modal-actions {
  margin-top: 3rem !important;
}

.modal-actions .btn-group {
  display: flex;
  justify-content: end;
  margin-right: 0;
}

.modal-actions .btn-group .btn:last-child {
  margin-right: 0 !important;
}

.extensions .row {
  --gutter-y: 0;
}
.extensions .heading {
  color: #253B75;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.extensions .heading .selected-variant {
  color: #D42039;
  font-weight: 700;
}

.extensions .sub-heading {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

.extensions .head-row--left {
  min-height: 51px;
  display: flex;
  align-items: center;
  border-top: 2px solid #959bac;
  border-left: 2px solid #959bac;
  border-right: 2px solid #959bac;
  border-radius: 10px 10px 0 0;
  background: white;
}

.extensions .head-row--left .name {
  font-size: 18px;
  font-weight: 700;
  margin-left: .5rem;
  margin-bottom: 0;
  margin-top: 0;
}

.extensions .head-row--right {
  min-height: 51px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-top: 2px solid #959bac;
  border-left: 2px solid #959bac;
  border-right: 2px solid #959bac;
  border-radius: 10px 10px 0 0;
  background: white;
  height: 100%;
}

.extensions .head-row--right .price {
  color: #2f3d6e;
  font-size: 24px;
  font-weight: bold;
}

.extensions .info-row {
  min-height: 40px;
  display: flex;
  align-items: center;
  border-top: 1px solid #959bac;
  border-left: 2px solid #959bac;
  border-right: 2px solid #959bac;
  height: 100%;
}

.extensions .info-row .name {
  font-size: 14px;
  margin: 0 .5rem;
}

.extensions .info-row .price {
  text-align: center;
  margin: 0 .5rem;
}

.extensions .row:last-child .info-row {
  border-bottom: 2px solid #959bac;
}

.error-msg {
  font-size: 18px;
  font-weight: 700;
  color: #D42039;
}
