.modal-backdrop {
  background-color: rgba(34, 32, 64, 0.4);
}

.offcanvas-backdrop {
  background-color: rgba(34, 32, 64, 0.4);
}

.modal-dialog {
  justify-content: center;
}

.modal-content {
  width: 368px;
  padding: 24px;
  border-radius: 20px;
  border: none;
}

.modal-title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--black-100);
}

.modal-header {
  padding: 0px;
  border-bottom: 0px;
  margin-bottom: 12px;
}

.modal-body {
  padding: 12px 0px;
}

.modal-footer {
  padding: 0px;
  border-top: 0px;
  justify-content: center;
  margin-top: 12px;
}

.modal-footer .row {
  margin: 0;
}

.type1 .modal-btn {
  margin: 0 4px;
}

.type1 .modal-btn:first-child {
  margin-left: 0;
}

.type1 .modal-btn:last-child {
  margin-right: 0;
}

.type2 .modal-btn {
  margin: 4px 0;
}

.type2 .modal-btn:first-child {
  margin-top: 0;
}

.type2 .modal-btn:last-child {
  margin-bottom: 0;
}

.modal-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--black-80);
  padding: 0px;
  margin: 0px;
}

.modal-btn {
  width: 156px;
  height: 56px;
}

.offcanvas {
  color: var(--black-100);
  max-width: 600px;
  margin: 0 auto;
}

.bottom-sheet {
  border-radius: 20px 20px 0px 0px;
  height: auto;
  --bs-offcanvas-border-color: transparent !important;
}

.bottom-sheet > .offcanvas-body {
  padding: 24px;
}

.bottom-sheet > .offcanvas-body > .offcanvas-text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--black-80);
  padding: 0px;
  margin: 0px;
}

.spinner {
  border-radius: 16px;
  padding: 8px;
  background-color: var(--white);
  border: 1px solid var(--black-5);
}

.spinner .spinner-button {
  padding: 2px;
  object-fit: contain;
  cursor: pointer;
  border-radius: 12px;
}
.spinner .count {
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
}

.toast {
  background-color: #4e4d6690;
  border-radius: 1.5rem;
}

.toast-body {
  background-color: #4e4d6690;
  border-radius: 1.5rem;
}
