.vam {
  vertical-align: middle !important;
}

.qbtn {
  border: none;
  cursor: pointer;
  border-radius: 8px;
  background-color: #e4b23d;
  padding: 7px 16px;
  color: white;
  font-weight: bold;
}

#checkout-dialog {
  display: none;

  &[open] {
    display: block;

    &::backdrop {
      background-color: #111a;
    }
  }

  border: none;
  border-radius: 8px;
  margin: auto;
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.75);
}

#checkout-dialog>form {
  width: 80vw;
  max-width: 800px;
  min-height: 70vh;
  max-height: 90vh;
  overflow: auto;
  padding: 2rem;
}

button.option {
  all: unset;
  cursor: pointer;

  & :hover {
    background-color: #ccc;
  }
}

.hide {
  display: none;
}

.awg-select-container {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  height: fit-content;
}

.awg-select {
  display: flex;
  border-radius: 3px;
  cursor: pointer;
  height: fit-content;
  padding: 3px;
  position: relative;
  color: #888;
  justify-content: space-between;
  font-size: 15px;
  align-items: center;
}

.awg-select-options {
  max-height: 250px;
  overflow-y: auto;
}

.awg-select-input {
  display: flex;
  width: 100%;
}

.awg-select-options {
  .awg-select-option {
    padding: 0.5rem;
  }

  &>.awg-select-option:hover {
    cursor: pointer;
    background-color: #eee;
  }
}

.awg-search-input-container {
  padding: 0.5rem;
}

.pointer {
  cursor: pointer;
}

#checkout-dialog>* h5 {
  font-size: 14px;
  font-weight: 400;
}

.awg-form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;

  & .awg-form-input {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    border: solid 1px #ccc;
    margin: 0px;
  }
}

.form-control {
  border: 1px solid #ccc;
}

input {
  font-size: 15px !important;
}

label {
  margin-top: 0px;
  margin-bottom: 0.4rem;
}

.opcion-envio {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: solid 1px #ccc;
  border-radius: 8px;
  padding: 1.5rem 2rem;

  & label {
    margin: 0 !important;
  }
}

.submit-btn {
  width: 100%;
  padding: 1rem;
  background-color: #e4b23d;
  color: white;
  font-weight: 500;
}

#blue-costo {
  margin: 0;
  padding: 0;
}

.paslabel {
  margin-bottom: 4px;
}