.relative_button_wrap .actionButtons {
  display: flex;
  justify-content: space-between;
}
.relative_button_wrap .actionButtons .btn {
  margin-right: 12px;
}
.relative_button_wrap .actionButtons .btn:last-child {
  margin-right: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1rem;
  min-width: 2.375rem;
  font-weight: 500;
  text-align: center;
  border: none;
  outline: none;
  padding: 13px 24px 12px 24px;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  appearance: none;
}
.btn.fullW {
  width: 100%;
}
.btn.ripple {
  background-position: center;
  transition: background 0.8s;
}
.btn.ripple:hover {
  background: #09898a radial-gradient(circle, transparent 1%, #09898a 1%)
    center/15000%;
}
.btn.ripple:active {
  background-color: #10a4a5;
  background-size: 100%;
  transition: background 0s;
}
.btn:hover,
.btn:focus {
  text-decoration: none !important;
}
.btn.sm {
  font-size: 12px;
  padding: 11px 16px 9px 16px;
}
.btn.noupper {
  text-transform: none !important;
}
.btn.btn_active {
  pointer-events: auto;
  z-index: 1;
}
.btn.btnError {
  background-color: #c8332d;
  border: 1px solid #c8332d;
  color: #fff;
}
.btn.btnError:hover {
  background-color: #c8332d;
}
.prim {
  background: #10a4a5;
  color: #fff;
  border: 1px solid #10a4a5;
}
.prim:hover,
.prim:focus,
.prim.hover {
  background: #09898a;
  color: #fff;
}
.prim i {
  color: #fff;
  margin-right: 8px;
}
.prim.disable {
  background: #bdbdbd;
  border: 1px solid #bdbdbd;
  color: #fff;
  cursor: not-allowed;
}
.prim.disable:hover {
  background: #bdbdbd;
  border: 1px solid #bdbdbd;
  color: #fff;
}
.seco {
  background: #fff;
  color: #212121;
  font-weight: 500;
  border: 1px solid #e0e0e0;
}
.seco:hover,
.seco:focus,
.seco.hover {
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  color: #212121;
}
.seco.disable {
  background: #fff;
  color: #bdbdbd;
  border: 1px solid #e0e0e0;
  cursor: not-allowed;
}
.seco.disable:hover {
  background: #fff;
  border: 1px solid #e0e0e0;
}
.cPointer {
  cursor: pointer;
}
.material-symbols-rounded {
  font-variation-settings: "wght" 300, "GRAD" 0, "opsz" 48;
  color: #757575;
}
.material-symbols-rounded.fill {
  font-variation-settings: "FILL" 1;
}
.material-symbols-rounded.brand {
  color: #10a4a5;
}
.material-symbols-rounded.black {
  color: #212121;
}
.material-symbols-rounded.error {
  color: #c8332d;
}
.material-symbols-rounded.success {
  color: #06856b;
}
.material-symbols-rounded.disable {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.material-symbols-rounded.white {
  color: #fff;
}
.material-symbols-rounded.mt-xss {
  font-size: 12px;
}
.material-symbols-rounded.mt-xs {
  font-size: 14px;
}
.material-symbols-rounded.mt-s {
  font-size: 16px;
}
.material-symbols-rounded.mt-m {
  font-size: 24px;
}
.material-symbols-rounded.mt-l {
  font-size: 36px;
}
.material-symbols-rounded.mt-xl {
  font-size: 48px;
}
.material-symbols-rounded.arrowLeft {
  transform: rotate(90deg);
}
.material-symbols-rounded.arrowRight {
  transform: rotate(-90deg);
}
.material-symbols-rounded.arrowTop {
  transform: rotate(180deg);
}
.material-symbols-rounded.arrowBottom {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.successCircle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: #06856b;
  border-radius: 100%;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: inherit;
}
html {
  font-family: "Mada", sans-serif;
  height: 100%;
}
body {
  font-family: "Mada", sans-serif;
  height: 100%;
  color: #212121;
  background-color: #f8f8fa;
  -webkit-overflow-scrolling: touch;
  user-select: none;
}
a {
  color: #10a4a5;
}
.wrapper_v2 {
  display: flex;
  justify-content: center;
  margin: 24px;
}
.boxWhite {
  background-color: #fff;
  border: #eee solid 1px;
  padding: 24px;
}
.header_v2 {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  margin-bottom: 24px;
}
.header_v2 img {
  max-height: 24px;
  margin-right: 16px;
}
.header_v2 span {
  font-size: 1rem;
  font-weight: 500;
}
.deleteSection {
  max-width: 378px;
  border-radius: 8px;
}
.deleteSection h4,
.deleteSection h5,
.deleteSection h6 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.33;
  color: #212121;
  margin-bottom: 8px;
}
.deleteSection h4 {
  font-size: 1rem;
  font-weight: 400;
}
.deleteSection .formSection {
  margin-top: 16px;
}
.deleteSection .formSection .form .fields {
  display: flex;
  align-items: center;
}
.deleteSection .formSection .form .fields input {
  outline: none;
  appearance: none;
  width: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  margin-right: 16px;
  border: 1px solid #e0e0e0;
  text-align: center;
}
.deleteSection .formSection .form .fields input::placeholder {
  color: #e0e0e8;
}
.deleteSection .formSection .form .fields input:focus {
  border: 1px solid #10a4a5;
}
.deleteSection h6 {
  font-size: 1rem;
  margin-top: 12px;
  margin-bottom: 12px;
}
.deleteSection p {
  font-size: 0.875rem;
  line-height: 1.71;
  color: #212121;
}
.deleteSection .formTxt {
  margin-top: 16px;
  font-size: 0.875rem;
  color: #757575;
}
.deleteSection a {
  font-weight: 500;
  text-decoration: none;
}
.deleteSection a:hover {
  text-decoration: underline;
}
.deleteSection.success {
  text-align: center;
}
.deleteSection.success i {
  font-size: 70px;
  color: #06856b;
  margin-bottom: 16px;
}
.deleteSection.success h5 {
  font-size: 1.5rem;
  line-height: 1.33;
}
.actionButtons {
  margin-top: 16px;
}
.dForm input,
.dForm select,
.dForm textarea {
  font-family: "Mada", sans-serif;
  padding: 13px 16px 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  appearance: none;
  outline: none;
  user-select: text;
  width: 100%;
  font-size: 16px;
  color: #212121;
  font-weight: 700;
}
.dForm input::placeholder,
.dForm select::placeholder,
.dForm textarea::placeholder {
  color: #757575;
  font-weight: 700;
}
.dForm input:focus-visible,
.dForm select:focus-visible,
.dForm textarea:focus-visible {
  border-color: #10a4a5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dForm input:disabled,
.dForm input.disabled,
.dForm select:disabled,
.dForm select.disabled,
.dForm textarea:disabled,
.dForm textarea.disabled {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  cursor: not-allowed;
  color: #bdbdbd;
}
