:root {
  --toastify-color-progress-light: #AB3B3D;
}

.Toastify__toast-container {
  margin-top: env(safe-area-inset-top) !important;
}

.btn-disabled {
  background-color: #ebebeb;
  box-shadow: 0 0 2px lightgray;
  background-image: none;
}

.btn-disabled:hover {
  background-color: #ebebeb;
  box-shadow: 0 0 2px lightgray;
  background-image: none;
}

.lds-dual-ring {
  width: fit-content;
  height: fit-content;
}

#toast {
  position: absolute;
  top: 80vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: white;
  padding: 3px 6px;
  border-radius: 10px;
  max-width: 90vw;
  white-space: pre-line;
  opacity: 1;
}

.capitalize::first-letter {
  text-transform: capitalize;
}

.pointer {
  cursor: pointer;
}

.align-center {
  width: fit-content;
  margin: auto;
}

.text-center {
  text-align: center;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}
.cspiner .lds-dual-ring:after {
    width: 64px;
    height: 64px;
    border-width: 4px;
}

.small-loader:after {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

.center {
    margin-top: 30px;
    width: fit-content;
    margin: 20px auto;
}

.pointer {
    cursor: pointer
}

.center {
    width: fit-content;
    margin: 20px auto;
}

.center {
    margin-top: 30px;
    width: fit-content;
    margin: 20px auto;
    text-align: center;
}

.center {
    margin-top: 30px;
    width: fit-content;
    margin: 20px auto;
}
