/*
  Popup Order
*/
.custom-modal .modal-dialog {
  max-width: 690px;
}

.custom-modal .modal-dialog .modal-content {
  border-radius: 0;
  padding: 40px 30px;
}

.custom-modal .modal-dialog .modal-header {
  border-bottom: 0;
  justify-content: center;
}

.custom-modal .modal-title {
  color: #3C3C3C;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
  letter-spacing: -1.44px;
}

.custom-modal .modal-body {
  padding: 0;
}

.custom-modal .form-group p {
  color: #3C3C3C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}

.custom-modal #form-actions-wrapper {
  display: flex;
  gap: 30px;
}

.custom-modal #form-actions-wrapper button {
  flex: 1 1 0;
}

.custom-modal #form-actions-wrapper button[disabled] {
  background: #B4C3DE;
  border-color: #B4C3DE;
  opacity: 1;
}

.custom-modal .form-select {
  width: 100%;
}

#form-group-store fieldset {
  border: 0;
  height: auto;
  padding: 0;
  background: none;
}

#form-group-store fieldset legend {
  margin: 0;
}

#form-group-store input[type=checkbox], #form-group-store input[type=radio] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0;
  display: block;
}
#form-group-store input[type=checkbox]:checked ~ label.option, #form-group-store input[type=radio]:checked ~ label.option {
  border: 1px solid #1464F4;
}
#form-group-store label.option {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border: 1px solid #D9E1E2;
  cursor: pointer;
}
#form-group-store label.option > span {
  display: block;
}
#form-group-store label.option .store-name {
  color: #3C3C3C;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}
#form-group-store label.option .store-address {
  color: #3C3C3C;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.24px;
}

.vinfast-order-form .form-note {
  color: #3C3C3C;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.24px;
  margin-top: 10px;
}
