hml,
body {
  font-family: 'Raleway';
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  z-index: 0;
  overflow-x: hidden;
}

.button-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #B61272;
  --bs-btn-border-color: #B61272;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #DD0A86;
  --bs-btn-hover-border-color: #DD0A86;
  --bs-btn-focus-shadow-rgb: 205,28,132;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #9D1163;
  --bs-btn-active-border-color: #9D1163;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #9D1163;
  --bs-btn-disabled-border-color: #9D1163;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 9px 20px;
  font: 500 16px/24px Raleway, sans-serif;
}

.button-blue-mpone {
  --bs-btn-color: #ffffff !important;
  --bs-btn-bg: #00072D !important;
  --bs-btn-border-color: #00072D !important;
  --bs-btn-hover-color: #ffffff !important;
  --bs-btn-hover-bg: #000C4F !important;
  --bs-btn-hover-border-color: #DD0A86 !important;
  --bs-btn-focus-shadow-rgb: 205,28,132 !important;
  --bs-btn-active-color: #ffffff !important;
  --bs-btn-active-bg: #000C4F !important;
  --bs-btn-active-border-color: #000C4F !important;
  --bs-btn-active-shadow: none !important;
  --bs-btn-disabled-color: #ffffff !important;
  --bs-btn-disabled-bg: #000C4F !important;
  --bs-btn-disabled-border-color: #000C4F !important;
  display: inline-flex;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background-color: var(--bg-btn-blue) !important;
  color: var(--font-color-btn-blue) !important;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.button-admin-mpone {
  color: white !important;
  --bs-btn-color: #ffffff !important;
  --bs-btn-bg: #840303 !important;
  --bs-btn-border-color: #840303 !important;
  --bs-btn-hover-color: #ffffff !important;
  --bs-btn-hover-bg: #990E0E !important;
  --bs-btn-hover-border-color: #DD0A86 !important;
  --bs-btn-focus-shadow-rgb: 205,28,132 !important;
  --bs-btn-active-color: #ffffff !important;
  --bs-btn-active-bg: #990E0E !important;
  --bs-btn-active-border-color: #990E0E !important;
  --bs-btn-active-shadow: none !important;
  --bs-btn-disabled-color: #ffffff !important;
  --bs-btn-disabled-bg: #990E0E !important;
  --bs-btn-disabled-border-color: #990E0E !important;
  display: inline-flex;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--primary-dark, #840303);
  color: var(--white-dark-white, #FFF);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.button-black-bg {
  --bs-btn-color: #ffffff !important;
  --bs-btn-bg: #000000 !important;
}
.button-white {
  --bs-btn-color: #B61272;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #B61272;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #DD0A86;
  --bs-btn-hover-border-color: #DD0A86;
  --bs-btn-focus-shadow-rgb: 205,28,132;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #9D1163;
  --bs-btn-active-border-color: #9D1163;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #9D1163;
  --bs-btn-disabled-border-color: #9D1163;
  border: solid !important;
  border-width: 1px !important;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 9px 20px;
  font: 500 16px/24px Raleway, sans-serif;
}

.border-check {
  background-color: #fff !important;
  border: solid !important;
  border-width: 0.1px !important;
  border-color: lightgray !important;
}
.border-check:checked {
  background-color: var(--bs-primary) !important;
  border: solid !important;
  border-width: 0.1px !important;
  border-color: lightgray !important;
}
.form-control-mpone {
  border-radius: 6px;
  border: 0.5px solid var(--neutral-medium, #999);
  opacity: 0.8;
  background: #FFF;
  display: flex;
  height: 48px;
  padding: 17px 15px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.form-label-mpone {
  color: var(--neutral-dark, --bs-text-gray-900) !important;
  font-family: Raleway !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 26px !important; /* 144.444% */
}
.form-container-mpone {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.button-red-error {
  display: flex;
  height: 54px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #840303 !important;
  color: #fff !important;
}
.button-red-error:hover {
  display: flex;
  height: 54px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #990E0E !important;
  color: #fff !important;
}
.notif-line {
  margin-top: 10px;
  border-top: solid;
  border-width: 0.2px;
  border-color: #D3D3D3;
  border-style: dashed;
}
.notification-text {
  font-size: 16px !important;
  color: var(--notification-text-color)!important;
}
.border-radius-12 {
  border-radius: 12px;
}
.d-block{
  display: block !important;
}
.text-justify {
  text-align: justify;
}
