@font-face {
  font-family: "Aeonik-Light";
  src: url("../fonts/Aeonik-Light.woff2") format("woff2"), url("../fonts/Aeonik-Light.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Regular";
  src: url("../fonts/Aeonik-Regular.woff2") format("woff2"), url("../fonts/Aeonik-Regular.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Medium";
  src: url("../fonts/Aeonik-Medium.woff2") format("woff2"), url("../fonts/Aeonik-Medium.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Aeonik-Bold";
  src: url("../fonts/Aeonik-Bold.woff2") format("woff2"), url("../fonts/Aeonik-Bold.woff") format("woff");
  font-weight: "normal";
  font-style: "normal";
  font-display: swap;
}
.btn {
  height: 52px;
  padding: 12px 30px;
  font-size: 18px;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.btn.mw-120 {
  min-width: 120px;
}
.btn.mw-140 {
  min-width: 140px;
}
.btn.mw-150 {
  min-width: 150px;
}
.btn.mw-170 {
  min-width: 170px;
}
.btn.mw-200 {
  min-width: 200px;
}
.btn.mw-235 {
  min-width: 235px;
}
.btn.mw-250 {
  min-width: 250px;
}
.btn.mw-322 {
  min-width: 322px;
}
.btn.mw-300 {
  min-width: 300px;
}
.btn.mw-135 {
  min-width: 135px;
}
.btn.h-60 {
  height: 60px;
}
.btn.h-50px {
  height: 50px;
}
.btn.h-45 {
  height: 45px;
}
.btn-link {
  color: #E51644;
  font-size: 18px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  text-decoration: none;
  color: #E51644 !important;
}
.btn.btn-outline-dark {
  border: 1px solid #000000;
  gap: 10px;
}
.btn.btn-outline-dark em {
  font-size: 18px;
}
.btn-primary {
  color: #ffffff;
  background-color: #E51644;
  border-color: #E51644;
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.focus, .btn-primary.active, .btn-primary.show, .btn-primary-check:checked + .btn-primary, .btn-primary:focus-visible, .btn-primary:not(.btn-check) + .btn-primary:hover, .btn-primary:first-child:hover, .btn-primary-check:focus-visible + .btn-primary, .btn-primary:first-child:active, .btn-primary:not(.btn-check) + .btn-primary:active {
  color: #ffffff !important;
  background-color: rgb(215.26, 20.68, 63.92) !important;
  border-color: rgb(215.26, 20.68, 63.92) !important;
  box-shadow: none !important;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
  background-color: #E51644;
  border-color: #E51644;
  color: #E51644;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #E51644;
  border-color: #E51644;
  box-shadow: none;
}
.btn-outline-primary {
  color: #E51644;
  border: 1px solid #E51644;
  background-color: transparent;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: #ffffff !important;
  background-color: rgb(215.26, 20.68, 63.92) !important;
  border-color: rgb(215.26, 20.68, 63.92) !important;
  box-shadow: none !important;
}
.btn-outline-primary.disabled, .btn-outline-primary[disabled], fieldset[disabled] .btn-outline-primary {
  background-color: transparent;
  border-color: #E51644;
  box-shadow: none;
  color: #E51644;
}
.btn-secondary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  transition: all 0.3s ease-in-out;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary.active, .btn-secondary.show, .btn-secondary-check:checked + .btn-secondary, .btn-secondary:focus-visible, .btn-secondary:not(.btn-check) + .btn-secondary:hover, .btn-secondary:first-child:hover, .btn-secondary-check:focus-visible + .btn-secondary, .btn-secondary:first-child:active, .btn-secondary:not(.btn-check) + .btn-secondary:active {
  color: #ffffff !important;
  background-color: black !important;
  border-color: black !important;
  box-shadow: none !important;
}
.btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary {
  background-color: #000000;
  border-color: #000000;
  color: #000000;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  background-color: #000000;
  border-color: #000000;
  box-shadow: none;
}
.btn-outline-secondary {
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  color: #ffffff !important;
  background-color: black !important;
  border-color: black !important;
  box-shadow: none !important;
}
.btn-outline-secondary.disabled, .btn-outline-secondary[disabled], fieldset[disabled] .btn-outline-secondary {
  background-color: transparent;
  border-color: #000000;
  box-shadow: none;
  color: #000000;
}
.btn-light {
  color: rgba(0, 0, 0, 0.65);
  background-color: #C2C2C2;
  border-color: #C2C2C2;
  transition: all 0.3s ease-in-out;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.focus, .btn-light.active, .btn-light.show, .btn-light-check:checked + .btn-light, .btn-light:focus-visible, .btn-light:not(.btn-check) + .btn-light:hover, .btn-light:first-child:hover, .btn-light-check:focus-visible + .btn-light, .btn-light:first-child:active, .btn-light:not(.btn-check) + .btn-light:active {
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: rgb(182.36, 182.36, 182.36) !important;
  border-color: rgb(182.36, 182.36, 182.36) !important;
  box-shadow: none !important;
}
.btn-light.disabled, .btn-light[disabled], fieldset[disabled] .btn-light {
  background-color: #C2C2C2;
  border-color: #C2C2C2;
  color: #C2C2C2;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus, fieldset[disabled] .btn-light:hover, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light.focus {
  background-color: #C2C2C2;
  border-color: #C2C2C2;
  box-shadow: none;
}
.btn-outline-light {
  color: #C2C2C2;
  border: 1px solid #C2C2C2;
  background-color: transparent;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus {
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: rgb(182.36, 182.36, 182.36) !important;
  border-color: rgb(182.36, 182.36, 182.36) !important;
  box-shadow: none !important;
}
.btn-outline-light.disabled, .btn-outline-light[disabled], fieldset[disabled] .btn-outline-light {
  background-color: transparent;
  border-color: #C2C2C2;
  box-shadow: none;
  color: #C2C2C2;
}
.btn.btn-outline-light {
  color: rgba(0, 0, 0, 0.65) !important;
}
.btn.btn-outline-light em {
  color: #25314C;
  margin-right: 12px;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active {
  background-color: #EDEDED !important;
  border-color: #EDEDED !important;
}
@media (max-width: 1599px) {
  .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
  .btn.mw-150 {
    min-width: 142px;
  }
  .btn.mw-300 {
    min-width: 280px;
  }
}
@media (max-width: 1499px) {
  .btn.mw-200 {
    min-width: 180px;
  }
  .btn.mw-235 {
    min-width: 195px;
  }
  .btn.h-60 {
    height: 52px;
  }
  .btn.mw-322 {
    min-width: 280px;
  }
  .btn.mw-140 {
    min-width: 120px;
  }
  .btn.h-50px {
    height: 46px;
  }
  .btn.mw-300 {
    min-width: 260px;
  }
}
@media (max-width: 1399.98px) {
  .btn {
    height: 45px;
    font-size: 15px;
    padding: 10px 20px;
  }
  .btn.mw-150 {
    min-width: 130px;
  }
  .btn.mw-200 {
    min-width: 160px;
  }
  .btn.mw-322 {
    min-width: 250px;
  }
  .btn.mw-170 {
    min-width: 150px;
  }
  .btn.mw-300 {
    min-width: 240px;
  }
  .btn.h-60 {
    height: 45px;
  }
}
@media (max-width: 1199.98px) {
  .btn {
    border-radius: 6px;
  }
  .btn.mw-150 {
    min-width: 110px;
  }
}
@media (max-width: 991.98px) {
  .btn {
    height: 40px;
    font-size: 14px;
    padding: 6px 16px;
  }
  .btn.mw-150 {
    min-width: 90px;
  }
  .btn.h-60 {
    height: 45px;
  }
  .btn.mw-322 {
    min-width: auto;
  }
  .btn.mw-200 {
    min-width: 130px;
  }
  .btn.mw-170 {
    min-width: 130px;
  }
}
@media (max-width: 575.98px) {
  .btn {
    height: 38px;
    padding: 5px 15px;
  }
  .btn.text-uppercase {
    font-size: 13px;
  }
  .btn.mw-150 {
    min-width: auto;
  }
  .btn.mw-200 {
    min-width: auto;
  }
  .btn.mw-235 {
    min-width: 170px;
  }
  .btn.h-60 {
    height: 42px;
  }
  .btn.h-45 {
    height: 38px;
  }
  .btn.h-50px {
    height: 40px;
  }
}

@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}
.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #ffffff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 1;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000000;
  opacity: 0.07;
}

.commonTabs .nav-item .nav-link {
  padding: 12px 30px;
  line-height: 1.2;
  font-size: 20px;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
}
.commonTabs .nav-item .nav-link.active {
  color: #ffffff;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  background-color: #000000;
}
@media (max-width: 1399.98px) {
  .commonTabs .nav-item .nav-link {
    padding: 12px 25px;
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .commonTabs .nav-item .nav-link {
    font-size: 16px;
    border-radius: 6px;
  }
}
@media (max-width: 767.98px) {
  .commonTabs .nav-item .nav-link {
    padding: 9px 16px;
    font-size: 15px;
  }
}

.ui-widget-content {
  border: none !important;
}
.ui-widget-content.ui-datepicker {
  box-shadow: -1px 5px 10px rgba(52, 52, 52, 0.09);
  border-radius: 10px;
}
.ui-widget-content .ui-state-default {
  border: none !important;
  padding: 8px;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 50%;
  background-color: #ffffff;
}
.ui-widget-header {
  background-color: #ffffff !important;
  color: #E51644 !important;
  border: none !important;
}
.ui-widget-header .ui-state-hover {
  background-color: transparent !important;
  border: none !important;
}
.ui-datepicker {
  width: 19em;
}
.ui-datepicker td a {
  text-align: center !important;
}
.ui-datepicker-calendar thead {
  background-color: #E51644;
}
.ui-datepicker-calendar span {
  font-size: 16px;
  color: #ffffff;
}
.ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker-next-hover {
  top: 2px !important;
  right: 2px !important;
}
.ui-timepicker-container {
  z-index: 11 !important;
  box-shadow: -1px 5px 10px rgba(52, 52, 52, 0.09);
  border: none;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  border-radius: 10px;
}
.ui-timepicker-container .ui-corner-all {
  font-size: 16px;
}
.ui-timepicker-container .ui-state-hover, .ui-timepicker-container .ui-corner-all {
  border: none;
}
.ui-timepicker-container #ui-active-item {
  background-color: #E51644 !important;
  color: #ffffff !important;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  transition: all 0.3s ease;
}
.ui-state-hover {
  background-color: rgba(229, 22, 68, 0.15) !important;
  font-family: "Aeonik-Bold", Arial, sans-serif !important;
}
.ui-state-highlight, .ui-state-active {
  background-color: #E51644 !important;
  color: #ffffff !important;
  font-family: "Aeonik-Bold", Arial, sans-serif !important;
}
.ui-state-default {
  width: 35px;
  height: 35px;
}
.ui-icon-circle-triangle-w {
  background-position: -100px 0px !important;
}
.ui-icon-circle-triangle-e {
  background-position: -30px 0px !important;
}
@media (max-width: 1399.98px) {
  .ui-datepicker th {
    padding: 3px 6px;
  }
  .ui-datepicker-calendar span {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .ui-widget-content {
    border-radius: 6px;
  }
  .ui-timepicker-container .ui-corner-all {
    font-size: 15px;
  }
}

.form-group .fieldicon-input-right {
  padding-inline-end: 35px;
}
.form-group .fieldicon-input-left {
  padding-inline-start: 35px;
}
.form-group .fieldicon-right {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #000000;
  text-decoration: none;
  z-index: 1;
  cursor: text;
}
.form-group .fieldicon-left {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #000000;
  text-decoration: none;
  z-index: 1;
  cursor: text;
}
.form-group .fieldicon .toggle-password {
  cursor: pointer;
}
.form-group .fieldicon.lg .fieldicon-input-left {
  padding-inline-start: 54px;
}
.form-group .fieldicon.lg .fieldicon-left {
  font-size: 22px;
  left: 20px;
  top: 18px;
}
@media (max-width: 1499px) {
  .form-group .fieldicon.lg .fieldicon-input-left {
    padding-inline-start: 45px;
  }
  .form-group .fieldicon.lg .fieldicon-left {
    font-size: 18px;
    left: 18px;
    top: 16px;
  }
}
@media (max-width: 1399.98px) {
  .form-group .fieldicon-right {
    top: 15px;
    right: 15px;
  }
  .form-group .fieldicon-left {
    top: 15px;
  }
}
@media (max-width: 1199.98px) {
  .form-group .fieldicon.lg .fieldicon-input-left {
    padding-inline-start: 38px;
  }
  .form-group .fieldicon.lg .fieldicon-left {
    font-size: 16px;
    left: 15px;
    top: 14px;
  }
}

.form-label {
  font-size: 16px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #212121;
  line-height: 1.35;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 1399.98px) {
  .form-label {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .form-label {
    margin-bottom: 7px;
  }
}

.form-control {
  color: #000000;
  border: 1px solid #EDEDED;
  border-bottom-width: 1px;
  padding: 10px 20px;
  font-size: 14px;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  line-height: 1.4;
  transition: all ease-in-out 0.3s;
  background-color: #ffffff;
  width: 100%;
  height: 52px;
  border-radius: 10px;
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Aeonik-Regular", Arial, sans-serif;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border-color: #E51644;
  outline: none;
}
.form-control.lg {
  height: 60px;
  font-size: 18px;
}
.form-control.md {
  height: 46px;
}
.form-control[readonly] {
  background-color: rgba(0, 0, 0, 0.02);
  cursor: not-allowed;
  border-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1499px) {
  .form-control.lg {
    font-size: 16px;
    height: 52px;
  }
}
@media (max-width: 1399.98px) {
  .form-control {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .form-control {
    border-radius: 6px;
  }
  .form-control.md {
    height: 42px;
  }
  .form-control.lg {
    height: 45px;
  }
}
@media (max-width: 767.98px) {
  .form-control {
    padding: 7px 12px;
  }
}
@media (max-width: 575.98px) {
  .form-control {
    height: 42px;
  }
  .form-control.lg {
    height: 42px;
  }
}

.form-check {
  line-height: normal;
  min-height: auto;
  position: relative;
  padding-left: 0px;
  font-size: 18px;
}
.form-check.custom-control-inline:last-child {
  margin-right: 0;
}
.form-check-input[type=radio]:checked ~ .form-check-label:before {
  border-color: #00af66;
}
.form-check-input[type=radio]:checked ~ .form-check-label:after {
  width: 10px;
  height: 10px;
  left: 4px;
  top: 7px;
  padding: 2px 0;
  content: "";
  text-align: center;
  border-color: #00af66;
  border-radius: 50%;
  background-color: #00af66;
}
.form-check-input[type=radio] {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 16px;
  height: 16px;
  opacity: 0;
}
.form-check-input[type=radio]:focus ~ .form-check-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-check-input[type=radio]:not(:disabled):active ~ .form-check-label::before {
  background-color: #ffffff;
  border-color: #00af66;
}
.form-check-input[type=radio]:focus:not(:checked) ~ .form-check-label::before {
  border-color: #00af66;
}
.form-check-input[type=radio] ~ .form-check-label {
  width: 100%;
  cursor: pointer;
  position: static;
  color: #2f2f2f;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  margin-bottom: 0;
  padding-left: 30px;
}
.form-check-input[type=radio] ~ .form-check-label:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 3px;
  border: 1.5px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.3s;
}
.form-check-input[type=radio] ~ .form-check-label:after {
  content: "";
  position: absolute;
  display: block;
  left: 4px;
  top: 7px;
  transition: all 0.3s;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .form-check {
    font-size: 16px;
  }
  .form-check-input[type=radio] ~ .form-check-label {
    padding-left: 25px;
  }
  .form-check-input[type=radio] ~ .form-check-label:before {
    width: 15px;
    height: 15px;
  }
  .form-check-input[type=radio] ~ .form-check-label:after {
    left: 3px;
    top: 6px;
  }
  .form-check-input[type=radio]:checked ~ .form-check-label:after {
    width: 9px;
    height: 9px;
    left: 3px;
    top: 6px;
  }
}
@media (max-width: 575.98px) {
  .form-check {
    font-size: 14px;
    line-height: 1.4;
  }
}

textarea.form-control {
  height: 120px;
  resize: none;
}
textarea.form-control.h-80 {
  height: 80px;
}
textarea.form-control.h-100px {
  height: 100px;
}
textarea.form-control.h-150px {
  height: 150px;
}

.switchbox_toggle {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 22px;
  margin-bottom: 0;
  cursor: pointer;
}
.switchbox_input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.switchbox_input:checked + .switchbox_slider {
  background: linear-gradient(116.8deg, #55DB58 -12.75%, #0EA012 111.95%);
}
.switchbox_input:checked + .switchbox_slider:before {
  transform: translateX(22px);
}
.switchbox_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(116.8deg, #BCBCBC -12.75%, #BCBCBC 111.95%);
  transition: all 0.3s ease-in-out;
  border-radius: 28px;
}
.switchbox_slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l3sovr");
  src: url("../fonts/icomoon.eot?l3sovr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?l3sovr") format("truetype"), url("../fonts/icomoon.woff?l3sovr") format("woff"), url("../fonts/icomoon.svg?l3sovr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location-pin:before {
  content: "\e90a";
}

.icon-trash:before {
  content: "\e90b";
}

.icon-shield-check:before {
  content: "\e90c";
}

.icon-file-text:before {
  content: "\e90d";
}

.icon-question-circle:before {
  content: "\e90e";
}

.icon-phone-call:before {
  content: "\e912";
}

.icon-close:before {
  content: "\e906";
}

.icon-play:before {
  content: "\e904";
}

.icon-badge-check:before {
  content: "\e903";
}

.icon-twitter-x:before {
  content: "\e91e";
}

.icon-envelope:before {
  content: "\e917";
}

.icon-angle-down-sm:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

.icon-truck:before {
  content: "\e905";
}

.icon-user:before {
  content: "\e907";
}

.icon-eye-slash-fill:before {
  content: "\e918";
}

.icon-eye-fill:before {
  content: "\e919";
}

.icon-eye:before {
  content: "\e911";
}

.icon-arrow-left:before {
  content: "\e90f";
}

.icon-image-plus:before {
  content: "\e910";
}

.icon-plus-circle:before {
  content: "\e913";
}

.icon-eye-slash:before {
  content: "\e914";
}

.icon-making-money:before {
  content: "\e908";
}

.icon-file-text-check:before {
  content: "\e915";
}

.icon-business:before {
  content: "\e916";
}

.icon-user-outline:before {
  content: "\e926";
}

.icon-logout:before {
  content: "\e923";
}

.icon-clear:before {
  content: "\e924";
}

.icon-briefcase:before {
  content: "\e925";
}

.icon-star-outline:before {
  content: "\e922";
}

.icon-arrow-right:before {
  content: "\e920";
}

.icon-quote-right:before {
  content: "\e91a";
}

.icon-star-fill:before {
  content: "\e91b";
}

.icon-route:before {
  content: "\e91c";
}

.icon-credit-card-check:before {
  content: "\e91d";
}

.icon-download-fill:before {
  content: "\e91f";
}

.icon-shield-check-fill:before {
  content: "\e921";
}

.icon-cursor-click:before {
  content: "\e927";
}

.icon-safe-shield:before {
  content: "\e928";
}

.icon-caret-down:before {
  content: "\e929";
}

.icon-clock:before {
  content: "\e92a";
}

.icon-calendar-alt:before {
  content: "\e92b";
}

.icon-notification:before {
  content: "\e92c";
}

.icon-chat:before {
  content: "\e92d";
}

.icon-long-arrow-right:before {
  content: "\e92e";
}

.icon-user-change-outline:before {
  content: "\e933";
}

.icon-file-plus:before {
  content: "\e92f";
}

.icon-question-square:before {
  content: "\e930";
}

.icon-wallet:before {
  content: "\e931";
}

.icon-user-change:before {
  content: "\e932";
}

.icon-send:before {
  content: "\e934";
}

.icon-attachment:before {
  content: "\e935";
}

.icon-truck1:before {
  content: "\e936";
}

.icon-calendar:before {
  content: "\e937";
}

.icon-moresvg:before {
  content: "\e938";
}

.icon-check:before {
  content: "\e939";
}

.icon-clock-outline:before {
  content: "\e93a";
}

.icon-search:before {
  content: "\e93b";
}

.icon-minus:before {
  content: "\e93c";
}

.icon-plus:before {
  content: "\e93d";
}

.icon-edit:before {
  content: "\e93e";
}

.innerHead {
  margin-bottom: 30px;
}
.innerHead_title {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.2;
}
.innerHead_subtitle {
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
}
.innerHead_search {
  width: 890px;
  height: 56px;
  display: flex;
  position: relative;
  background-color: #F6F8FA;
  align-items: center;
}
.innerHead_search em {
  position: absolute;
  left: 15px;
  font-size: 20px;
  color: #000000;
}
.innerHead_search input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  padding: 16px 20px 16px 46px;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  background-color: transparent;
}
.innerHead_search input::placeholder {
  color: #818898;
  font-family: "Aeonik-Regular", Arial, sans-serif;
}
.innerHead_list {
  background-color: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px 25px;
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100% + 8px);
  display: none;
  z-index: 1;
}
.innerHead_list.show {
  display: block;
}
.innerHead_list_top_title {
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.innerHead_list_body_clock {
  color: #78828A;
  font-size: 20px;
  margin-right: 17px;
}
.innerHead_list_body_title {
  font-size: 14px;
  margin-bottom: 0px;
  cursor: pointer;
}
.innerHead_list_body_close {
  color: #78828A;
  font-size: 15px;
  cursor: pointer;
}
.innerHead_list_body_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innerHead_list_body_item:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F6F5F6;
}
.innerHead_addBtn {
  font-size: 18px;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  color: #E51644;
  display: flex;
  align-items: center;
  gap: 10px;
}
.innerHead_addBtn em {
  font-size: 14px;
}
@media (max-width: 1599px) {
  .innerHead {
    margin-bottom: 20px;
  }
}
@media (max-width: 1399.98px) {
  .innerHead_title {
    font-size: 22px;
  }
  .innerHead_search {
    width: 700px;
    height: 45px;
  }
  .innerHead_search input {
    padding: 12px 15px 12px 40px;
  }
  .innerHead_search em {
    font-size: 16px;
  }
  .innerHead_list {
    padding: 15px;
  }
  .innerHead_list_top_title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .innerHead_list_body_clock {
    font-size: 18px;
    margin-right: 12px;
  }
  .innerHead_list_body_close {
    font-size: 14px;
  }
  .innerHead_list_body_item:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .innerHead_addBtn {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .innerHead_title {
    font-size: 18px;
  }
  .innerHead_subtitle {
    font-size: 14px;
  }
  .innerHead_search {
    width: 600px;
  }
}
@media (max-width: 991.98px) {
  .innerHead_search {
    width: 450px;
  }
}
@media (max-width: 767.98px) {
  .innerHead_search {
    width: 100%;
  }
}

.progressive {
  overflow: hidden;
  position: relative;
}
.progressive__img {
  width: auto;
  height: auto;
  transform: translateZ(0);
}
.progressive--not-loaded {
  filter: blur(30px);
  transform: scale(1.1);
}
.progressive--is-loaded {
  filter: blur(20px);
  animation: sharpen 0.5s both;
  transform: scale(1);
}
@keyframes sharpen {
  from {
    filter: blur(20px);
  }
  to {
    filter: blur(0px);
  }
}

.select2 {
  width: 100% !important;
  font-size: 14px;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  color: #000000;
  height: 100%;
}
.select2-container--default b {
  display: none;
}
.select2-container--default .select2-selection--single {
  height: 52px;
  border-color: #EDEDED;
  border-radius: 10px;
  background-color: #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  padding-right: 35px;
  line-height: 50px;
  padding-left: 20px;
  min-width: 100px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\e909";
  font-family: "icomoon";
  height: 100%;
  width: 100%;
  text-align: center;
  right: 14px;
  font-size: 10px;
  color: #25314C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.select2-container--open .select2-selection--single {
  background: #fff6f6;
}
.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(180deg) translateY(52%);
}
.select2-container--open .select2-dropdown {
  border-color: #E51644;
}
.select2-container--default .select2-selection--single .select2-selection__rendered[title*=Choose], .select2-container--default .select2-selection--single .select2-selection__rendered[title*=Select] {
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1399.98px) {
  .select2-container--default .select2-selection--single {
    height: 45px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
  }
  .select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 34px;
  }
  .select2 .select2-selection--single .select2-selection__arrow:after {
    right: 10px;
  }
}
@media (max-width: 1199.98px) {
  .select2-container--default .select2-selection--single {
    border-radius: 6px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    right: 8px;
  }
}
@media (max-width: 767.98px) {
  .select2 {
    font-size: 14px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
  }
  .select2-container--default .select2-selection--single {
    height: 40px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
  }
}

span.select2-container--default .select2-selection--multiple {
  height: 55px;
  border-color: #EDEDED;
  border-radius: 10px;
}
span.select2-container--default .select2-selection--multiple:focus {
  outline: none;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #000000;
  padding-right: 35px;
  line-height: 55px;
  padding-left: 20px;
  min-width: 100px;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input {
  margin: 0;
  width: 100% !important;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  -webkit-appearance: button;
  appearance: button;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input::-webkit-input-placeholder {
  color: #000000;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input:-ms-input-placeholder {
  color: #000000;
}
span.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search input::placeholder {
  color: #000000;
}
span.select2-container--default .select2-selection--multiple:after {
  content: "\e91f";
  font-family: "icomoon";
  height: 100%;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 14px;
  font-size: 7px;
}
span.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #000000;
}
span.select2-container--open .select2-selection--multiple {
  border-color: #EDEDED;
}
span.select2-container--open .select2-selection--multiple:after {
  content: "\e910";
}
span.select2-container--open .select2-dropdown {
  border-color: #EDEDED;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1399.98px) {
  span.select2 .select2-selection--multiple {
    height: 46px;
  }
  span.select2 .select2-selection--multiple .select2-selection__rendered {
    padding-right: 35px;
    line-height: 46px;
    padding-left: 10px;
  }
  span.select2 .select2-selection--multiple:after {
    right: 10px;
  }
}

.select2-results__options {
  padding-bottom: 10px;
}

span.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #E51644;
}

.select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom {
  border: none;
  padding: 0;
  height: auto;
}
.select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered {
  line-height: initial;
  padding: 0;
}
.select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered li {
  margin-left: 0;
  margin-right: 5px;
  border-color: #EDEDED;
  background-color: #e9f2ff;
  font-size: 15px;
  font-family: "Aeonik-Bold", Arial, sans-serif;
  color: #E51644;
  padding: 2px 5px;
  padding-right: 25px;
  position: relative;
}
.select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered li .select2-selection__choice__remove {
  right: 4px;
  left: auto;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #E51644;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .select2-selection.select2-selection--multiple.select2-selection--multiple--custom.select2-selection--custom .select2-selection__rendered li {
    font-size: 14px;
  }
}

.select2-container.select2-container--custom-selection.select2-container--empty {
  display: none;
}

.select2-container--default .select2-search--dropdown {
  padding: 0;
  margin-bottom: 12px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 10px;
  padding: 10px 15px;
  border: 1px solid #EDEDED;
  font-size: 15px;
  font-family: "Aeonik-Regular", Arial, sans-serif;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
  border-color: #4caf50;
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.select2-results__message,
.select2-results__title,
.select2-title-option {
  font-size: 18px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #000000;
  padding: 0 0 12px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #EDEDED;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}

.select2-dropdown {
  border-color: #EDEDED;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.select2-dropdown .select2-results ul li {
  border-radius: 10px;
  margin-bottom: 6px;
  padding: 6px 12px;
  color: rgba(13, 13, 18, 0.6);
  font-size: 16px;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  word-break: break-word;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-left: 48px;
}
.select2-dropdown .select2-results ul li:last-child {
  margin-bottom: 0;
}
.select2-dropdown .select2-results ul li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.select2-dropdown .select2-results ul li::after {
  content: "\e939";
  position: absolute;
  font-family: "icomoon";
  left: 20px;
  top: 52%;
  font-size: 10px;
  color: #ffffff;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.select2-dropdown .select2-results ul li:hover {
  background-color: transparent;
}
.select2-dropdown .select2-results ul li.title, .select2-dropdown .select2-results ul li[class*=title], .select2-dropdown .select2-results ul li[data-title=true], .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child {
  font-size: 16px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #000000;
  padding: 10px 16px !important;
  margin-bottom: 14px;
  border-bottom: 1px solid #EDEDED;
  cursor: default !important;
  background-color: transparent !important;
  pointer-events: none;
  user-select: none;
}
.select2-dropdown .select2-results ul li.title::before, .select2-dropdown .select2-results ul li.title::after, .select2-dropdown .select2-results ul li[class*=title]::before, .select2-dropdown .select2-results ul li[class*=title]::after, .select2-dropdown .select2-results ul li[data-title=true]::before, .select2-dropdown .select2-results ul li[data-title=true]::after, .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child::before, .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child::after {
  display: none !important;
}
.select2-dropdown .select2-results ul li.title:hover, .select2-dropdown .select2-results ul li[class*=title]:hover, .select2-dropdown .select2-results ul li[data-title=true]:hover, .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child:hover {
  background-color: transparent !important;
}
.select2-dropdown .select2-results ul li[aria-disabled=true]:not(:first-child), .select2-dropdown .select2-results ul li.select2-results__option--disabled {
  color: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}
.select2-dropdown .select2-results ul li[aria-disabled=true]:not(:first-child)::before, .select2-dropdown .select2-results ul li[aria-disabled=true]:not(:first-child)::after, .select2-dropdown .select2-results ul li.select2-results__option--disabled::before, .select2-dropdown .select2-results ul li.select2-results__option--disabled::after {
  display: none;
}
.select2-dropdown .select2-results ul .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #0d0d12;
}
.select2-dropdown .select2-results ul .select2-results__option[aria-selected=true]::before {
  background-color: #00af66;
  border-color: #00af66;
}
.select2-dropdown .select2-results ul .select2-results__option[aria-selected=true]::after {
  opacity: 1;
}
.select2-dropdown .select2-results ul .select2-results__option[aria-selected=true].title, .select2-dropdown .select2-results ul .select2-results__option[aria-selected=true][class*=title] {
  background-color: transparent !important;
}
.select2-dropdown .select2-results ul .select2-results__message {
  padding-left: 16px;
  font-size: 15px;
}
.select2-dropdown .select2-results ul .select2-results__message::before {
  display: none;
}
.select2-dropdown .select2-results ul .select2-results__option--highlighted {
  background-color: transparent;
  color: #0d0d12;
}
.select2-dropdown .select2-results ul .select2-results__option--highlighted::before {
  border-color: #00af66;
}
.select2-dropdown .select2-results ul .select2-results__option--highlighted.title, .select2-dropdown .select2-results ul .select2-results__option--highlighted[class*=title] {
  background-color: transparent !important;
}
@media (max-width: 1199.98px) {
  .select2-dropdown .select2-results ul li {
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 3px;
    padding-left: 38px;
  }
  .select2-dropdown .select2-results ul li.title, .select2-dropdown .select2-results ul li[class*=title], .select2-dropdown .select2-results ul li[data-title=true], .select2-dropdown .select2-results ul li[aria-disabled=true]:first-child {
    font-size: 14px;
    padding: 8px 12px !important;
    margin-bottom: 10px;
  }
  .select2-dropdown .select2-results ul li::before {
    left: 12px;
  }
  .select2-dropdown .select2-results ul li::after {
    left: 16px;
  }
}

.input-select {
  position: relative;
  width: 100%;
}
.input-select .form-control {
  padding-right: 50px;
  position: relative;
  z-index: 1;
  border-right: 0;
  border: 0;
}
.input-select .form-control:focus {
  border-color: #EDEDED;
}
.input-select .form-select--with-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  pointer-events: none;
}
.input-select .select2-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  overflow: hidden;
}
.input-select .select2-container .select2-selection--single {
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  pointer-events: none;
  outline: none;
}
.input-select .select2-container .select2-selection--single .select2-selection__rendered {
  display: none !important;
}
.input-select .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0 !important;
  top: 0 !important;
  transform: none;
  width: 50px;
  pointer-events: auto;
  cursor: pointer;
  border-left: 1px solid #EDEDED;
}
.input-select .select2-container .select2-selection--single .select2-selection__arrow:after {
  content: "\e909";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.input-select .select2-container.select2-container--open.select2-container--below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.input-select .select2-container.select2-container--open .select2-selection__arrow {
  background-color: #fff6f6;
}
.input-select .select2-container.select2-container--open .select2-selection__arrow:after {
  transform: translateY(-57%) rotate(180deg);
}
.input-select.input-select--open .form-control {
  border-bottom-left-radius: 0 !important;
}
.input-select:has(.select2-container--open) .form-control {
  border-bottom-left-radius: 0 !important;
}
.input-select .select2-dropdown {
  margin-top: 4px;
}
@media (max-width: 1199.98px) {
  .input-select .select2-dropdown {
    margin-top: 2px;
  }
  .input-select .select2-container {
    border-radius: 6px;
  }
  .input-select .select2-container .select2-selection--single .select2-selection__arrow {
    width: 44px;
  }
  .input-select .select2-container .select2-selection--single .select2-selection__arrow:after {
    font-size: 10px;
  }
}

.transTable {
  border: 1px solid #EDEDED;
  background-color: #ffffff;
  border-collapse: collapse;
}
.transTable tr td {
  white-space: nowrap;
}
.transTable tbody tr {
  border-bottom: 1px solid #EDEDED;
}
.transTable tbody tr:last-child {
  border-bottom: none;
}
.transTable tbody tr td {
  padding: 12px 20px;
  vertical-align: middle;
}
.transTable tbody tr td:first-child {
  padding-right: 20px;
}
.transTable tbody tr td:last-child {
  padding-left: 20px;
}
.transTable_title_main {
  font-size: 16px;
}
.transTable_title_sub {
  font-size: 14px;
  color: #7f7f7f;
}
.transTable_service {
  font-size: 16px;
  color: #006491;
  line-height: 1.1;
}
.transTable_date {
  white-space: nowrap;
}
.transTable_date em {
  font-size: 16px;
  vertical-align: middle;
  background: #f6f6f6;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.transTable_assigned {
  min-width: 132px;
  height: 32px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid transparent;
  background-color: #ffffff;
}
.transTable_assigned.assigned {
  color: #00AF66;
  border-color: #00AF66;
}
.transTable_assigned.cancel {
  color: #E51644;
  border-color: #E51644;
}
.transTable_assigned.warning {
  color: #ffc107;
  border-color: #ffc107;
}
.transTable_cancellation_sub, .transTable_cancellation_main {
  font-size: 16px;
  line-height: 1.1;
}
@media (max-width: 1399.98px) {
  .transTable tbody tr td {
    padding: 10px 12px;
  }
  .transTable tbody tr td:first-child {
    padding-right: 12px;
  }
  .transTable tbody tr td:last-child {
    padding-left: 12px;
  }
  .transTable_title_main {
    font-size: 15px;
  }
  .transTable_assigned {
    min-width: 125px;
  }
  .transTable_cancellation_sub, .transTable_cancellation_main {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .transTable_service {
    font-size: 14px;
  }
  .transTable_title_main {
    font-size: 14px;
  }
  .transTable_cancellation_sub, .transTable_cancellation_main {
    font-size: 14px;
  }
}

.header {
  background-color: #000000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header_navbar {
  background-color: #000000;
  padding: 0;
}
.header_container {
  padding: 19px 50px;
}
.header_logo {
  margin-right: 90px;
}
.header_logo img {
  max-width: 200px;
  height: auto;
}
.header_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  backdrop-filter: blur(2px);
}
.header_overlay.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .header_overlay {
    display: none;
  }
}
.header_nav {
  gap: 50px;
  display: flex;
  align-items: center;
}
.header_nav.navbar-mobile {
  padding: 15px 0;
  margin-left: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.header_nav-link {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.header_nav-link:hover, .header_nav-link.active {
  color: #E51644 !important;
}
.header .navbar-brand img {
  height: auto;
}
.header .navbar-toggler {
  border: none;
  padding: 0;
  background: transparent;
  width: 22px;
  height: 22px;
  box-shadow: none !important;
  margin-left: 15px;
  font-size: 18px;
}
.header .navbar-toggler:hover, .header .navbar-toggler:focus {
  background: transparent;
  box-shadow: none;
  border-color: #E51644;
}
.header .navbar-toggler-icon {
  border: 1px solid #ffffff;
  width: 22px;
  transition: all 0.2s;
  display: block;
  margin-top: 6px;
  background-image: none;
  height: auto;
}
.header .navbar-toggler-icon:nth-of-type(1) {
  transform: rotate(0);
  margin-top: 0;
}
.header .navbar-toggler-icon:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .navbar-toggler-icon:nth-of-type(3) {
  transform: rotate(0);
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  width: 28px;
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  width: 28px;
}
.header .dropdown {
  cursor: pointer;
  margin-right: 36px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.header .dropdown-toggle {
  color: #ffffff;
  gap: 12px;
}
.header .dropdown-toggle em {
  font-size: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.header .dropdown-toggle::after {
  display: none;
}
.header .dropdown-toggle.show em {
  transform: rotate(180deg);
}
.header_helpDropdown .dropdown-menu {
  padding: 0;
  border: 1px solid #EDEDED;
  box-shadow: 0 7px 41px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 5px;
  width: 370px;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  right: 0;
  left: auto;
}
.header_helpDropdown .dropdown-menu.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header_helpDropdown .user img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.header_rightMenu_item {
  margin-right: 25px;
}
.header_rightMenu_link {
  width: 40px;
  height: 40px;
  border: 1px solid #686868;
  color: #ffffff;
  font-size: 16px;
}
.header_rightMenu_link:hover {
  border-color: #ffffff;
}
.header_helpMenu {
  padding: 0;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.header_helpMenu_header {
  padding: 20px;
  border-bottom: 1px solid #F4F4F4;
}
.header_helpMenu_title {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.header_helpMenu_subtitle {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}
.header_helpMenu_list {
  list-style: none;
  padding: 22px 20px 20px;
  margin: 0;
}
.header_helpMenu_item:not(:last-child) {
  margin-bottom: 10px;
}
.header_helpMenu_link {
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 10px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  gap: 10px;
  color: #000000;
}
.header_helpMenu_link:hover {
  background-color: #ECEFF3;
}
.header_helpMenu_link:hover .header_helpMenu_icon {
  background-color: #000000;
  transform: scale(1.05);
}
.header_helpMenu_link:hover .header_helpMenu_icon em {
  color: #ffffff;
}
.header_helpMenu_link:hover .header_helpMenu_text {
  color: #000000;
}
.header_helpMenu_link:hover .header_helpMenu_arrow {
  color: #000000;
  transform: translateX(5px) rotate(272deg) scale(1.05);
}
.header_helpMenu_icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ECEFF3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.header_helpMenu_icon em {
  font-size: 16px;
  color: #000000;
  transition: all 0.25s ease;
}
.header_helpMenu_text {
  flex: 1;
  font-size: 14px;
  transition: all 0.2s ease;
}
.header_helpMenu_arrow {
  font-size: 10px;
  color: #000000;
  transition: all 0.25s ease;
  transform: rotate(272deg);
}
.header_helpMenu_footer {
  padding: 5px 20px 20px;
  border-top: none;
}
.header_helpMenu_footer .btn {
  font-size: 16px;
}
.header_login {
  height: 50px;
}
@media (max-width: 1699px) {
  .header_container {
    padding: 16px 40px;
  }
  .header_logo img {
    max-width: 180px;
  }
}
@media (max-width: 1599px) {
  .header_container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header_logo {
    margin-right: 80px;
  }
  .header_nav {
    gap: 45px;
  }
  .header_nav-link {
    font-size: 16px;
  }
  .header_login {
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .header_container {
    padding: 12px 20px;
  }
  .header_logo {
    margin-right: 48px;
  }
  .header_logo img {
    max-width: 170px;
  }
  .header_nav {
    gap: 35px;
  }
  .header_helpDropdown .dropdown-menu {
    width: 320px;
  }
  .header_helpDropdown .user img {
    width: 40px;
    height: 40px;
  }
  .header_rightMenu_item {
    margin-right: 15px;
  }
  .header_rightMenu_link {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .header_helpMenu_header {
    padding: 12px 15px;
  }
  .header_helpMenu_list {
    padding: 15px;
  }
  .header_helpMenu_link {
    padding: 5px 10px 5px 10px;
    gap: 6px;
  }
  .header_helpMenu_footer {
    padding: 0 15px 15px;
  }
}
@media (max-width: 1199.98px) {
  .header_logo {
    margin-right: 40px;
  }
  .header_nav {
    gap: 30px;
  }
  .header_nav-link {
    font-size: 15px;
  }
  .header .dropdown {
    margin-right: 28px;
  }
  .header_helpDropdown .dropdown-menu {
    border-radius: 6px;
  }
}
@media (max-width: 991.98px) {
  .header_container {
    padding: 10px 15px;
  }
  .header_logo {
    margin-right: 0;
  }
  .header_logo img {
    max-width: 150px;
  }
  .header .dropdown {
    margin-right: 20px;
  }
  .header_login {
    height: 40px;
    font-size: 14px;
  }
  .header_nav {
    position: fixed;
    width: 240px;
    z-index: 9;
    right: -100%;
    top: 0;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1019607843);
    border-top: none;
    background-color: #F4FAFF;
    height: calc(100vh + 85px);
    padding: 30px 15px 15px;
    overflow-y: auto;
    display: block !important;
    opacity: 1 !important;
    transition: all 0.4s ease;
  }
  .header_nav.show {
    right: 0;
  }
  .header_nav-link {
    margin-bottom: 10px;
    padding: 0 0 10px;
    color: #000000;
  }
  .header_nav-link:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  .header_nav-close {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E51644;
    color: #ffffff;
    top: 12px;
    right: 14px;
    z-index: 10;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50%;
  }
  .header_nav .navbar-toggler {
    font-size: 18px;
    padding: 4px 6px;
  }
  .header_nav .navbar-toggler:focus {
    box-shadow: none;
    border-color: #E51644;
  }
  .header_nav .navbar-toggler {
    border: none;
    padding: 0;
    background: transparent;
    width: 22px;
    height: 22px;
    box-shadow: none !important;
    margin-left: 15px;
  }
  .header_nav .navbar-toggler:hover, .header_nav .navbar-toggler:focus {
    background: transparent;
  }
  .header_nav .navbar-toggler-icon {
    border: 1px solid #ffffff;
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    margin-top: 6px;
    background-image: none;
    height: auto;
  }
  .header_nav .navbar-toggler-icon:nth-of-type(1) {
    transform: rotate(0);
    margin-top: 0;
  }
  .header_nav .navbar-toggler-icon:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .header_nav .navbar-toggler-icon:nth-of-type(3) {
    transform: rotate(0);
  }
  .header_nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    width: 28px;
  }
  .header_nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .header_nav .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    width: 28px;
  }
}
@media (max-width: 575.98px) {
  .header_logo img {
    max-width: 120px;
  }
  .header_login {
    height: 32px;
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .header .dropdown {
    margin-right: 15px;
  }
  .header .dropdown-toggle {
    gap: 6px;
  }
  .header .navbar-toggler {
    margin-left: 12px;
  }
  .header_helpDropdown {
    position: static;
  }
  .header_helpDropdown .dropdown-menu {
    width: calc(100% - 20px);
    left: 50%;
    right: 50%;
    margin-top: 5px;
  }
  .header_helpDropdown .dropdown-menu.show {
    transform: translateY(0) translateX(-50%);
  }
  .header_helpDropdown .user img {
    width: 34px;
    height: 34px;
  }
  .header_helpDropdown .user em {
    display: none;
  }
  .header_rightMenu_item {
    margin-right: 10px;
  }
  .header_rightMenu_link {
    width: 34px;
    height: 34px;
  }
}

.footer {
  background-color: #000000;
  padding-top: 24px;
  font-size: 17px;
}
.footer_logo {
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.footer_logo img {
  width: 146px;
  height: auto;
}
.footer_content {
  padding-bottom: 10px;
}
.footer_content_right {
  width: 20%;
}
.footer_section {
  margin-bottom: 24px;
}
.footer_title {
  margin-bottom: 16px;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.footer_nav {
  gap: 15px;
}
.footer .gx-90 {
  --bs-gutter-x: 50px;
}
.footer_link {
  color: rgba(255, 255, 255, 0.65);
}
.footer_link::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #E51644;
  position: absolute;
  top: 13px;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.footer_link:hover {
  padding-left: 12px;
  color: #ffffff;
}
.footer_link:hover::before {
  opacity: 1;
}
.footer_contact_item {
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
}
.footer_contact_item em {
  font-size: 20px;
  color: #ffffff;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 50%;
  font-size: 13px;
}
.footer_contact_item a {
  color: #ffffff;
}
.footer_contact_item a:hover {
  color: #E51644;
}
.footer_contact_address {
  font-size: 14px;
  font-family: "Aeonik-Light", Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff;
  margin: 16px 0;
}
.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 20px;
  margin-top: 10px;
}
.footer_cta-text {
  font-size: 16px;
  line-height: 1.375em;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.65);
}
.footer_legal-link {
  font-size: 16px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.6);
}
.footer_legal-link:hover {
  color: #E51644;
}
.footer_social {
  gap: 30px;
}
.footer_social-link {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.1;
}
.footer_social-link:hover {
  transform: translateY(-2px);
  color: #E51644;
}
.footer_copyright {
  font-size: 16px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.footer.innerFooter {
  padding-top: calc(15px + 50 * (100vw - 320px) / 1600);
}
.footer.innerFooter .footer_legal {
  margin-top: -15px;
}
@media (min-width: 1921px) {
  .footer.innerFooter {
    padding-top: 65px;
  }
}
@media (max-width: 1699px) {
  .footer {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .footer .gx-90 {
    --bs-gutter-x: 35px;
  }
  .footer_content_right {
    width: 22%;
  }
}
@media (max-width: 1399.98px) {
  .footer {
    font-size: 15px;
  }
  .footer .gx-90 {
    --bs-gutter-x: 20px;
  }
  .footer_content_right {
    width: 25%;
  }
  .footer_logo img {
    width: 126px;
  }
  .footer_nav {
    gap: 13px;
  }
  .footer_link::before {
    top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .footer_logo img {
    width: 115px;
  }
  .footer_title {
    margin-bottom: 12px;
  }
  .footer_cta-text {
    font-size: 14px;
  }
  .footer_copyright {
    font-size: 14px;
  }
  .footer_social {
    gap: 24px;
  }
  .footer_social_link {
    font-size: 20px;
  }
  .footer_contact_item {
    font-size: 15px;
  }
  .footer_contact_item em {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding-top: 24px;
  }
  .footer_logo {
    padding-bottom: 20px;
  }
  .footer_logo img {
    width: 100px;
  }
  .footer_nav {
    gap: 10px;
  }
  .footer_cta-text {
    margin-bottom: 15px;
  }
  .footer_content {
    padding-bottom: 0;
  }
  .footer_content_right {
    width: 100%;
  }
  .footer_content_right .btn-primary {
    max-width: 295px;
    margin-bottom: 20px;
  }
  .footer_social-link {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding-top: 18px;
  }
  .footer_logo img {
    width: 90px;
  }
  .footer_legal-link {
    font-size: 14px;
  }
  .footer_copyright {
    font-size: 13px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .footer .gx-90 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 575.98px) {
  .footer.innerFooter {
    text-align: center;
  }
  .footer.innerFooter .footer_appBtn {
    max-width: 120px;
  }
  .footer.innerFooter .footer_legal {
    margin-top: 20px;
    justify-content: center;
  }
}

body {
  color: #000000;
  font-family: "Aeonik-Regular", Arial, sans-serif;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.666;
}
@media (max-width: 991.98px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:focus-visible {
  outline: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #edf1ed;
}
::-webkit-scrollbar-thumb {
  background: #E51644;
}
::-webkit-scrollbar-thumb:hover {
  background: #E51644;
}

.text-lt-white {
  color: rgba(255, 255, 255, 0.65) !important;
}

.text-lt-dark {
  color: rgba(0, 0, 0, 0.65) !important;
}

.py-80 {
  padding-block: calc(20px + 60 * (100vw - 320px) / 1600);
}
@media (min-width: 1921px) {
  .py-80 {
    padding-block: 80px;
  }
}

.py-30 {
  padding: 30px 0;
}
@media (max-width: 1399.98px) {
  .py-30 {
    padding: 20px 0;
  }
}

.font-md {
  font-family: "Aeonik-Medium", Arial, sans-serif;
}

.font-bd {
  font-family: "Aeonik-Bold", Arial, sans-serif;
}

.font-rg {
  font-family: "Aeonik-Regular", Arial, sans-serif;
}

.font-lt {
  font-family: "Aeonik-Light", Arial, sans-serif;
}

.br-4 {
  border-radius: 4px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-10 {
  border-radius: 10px !important;
}
@media (max-width: 1199.98px) {
  .br-10 {
    border-radius: 6px !important;
  }
}

.text-500 {
  color: #E51644;
}

.border-color-200 {
  border-color: #EDEDED !important;
}

.g-20 {
  --bs-gutter-y: 20px;
  --bs-gutter-x: 20px;
}

.g-10 {
  --bs-gutter-y: 10px;
  --bs-gutter-x: 10px;
}

html {
  scroll-behavior: smooth;
}

section[id], [id] {
  scroll-margin-top: 100px;
}
@media (max-width: 1399.98px) {
  section[id], [id] {
    scroll-margin-top: 90px;
  }
}
@media (max-width: 991.98px) {
  section[id], [id] {
    scroll-margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  section[id], [id] {
    scroll-margin-top: 70px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1464px;
  }
}
@media (max-width: 1399.98px) {
  .container {
    max-width: 1180px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
}

.link-text {
  color: #E51644;
  font-size: 16px;
  transition: all 0.3s;
  text-decoration: none;
}
.link-text:hover {
  text-decoration: underline;
  color: #E51644;
}
@media (max-width: 991.98px) {
  .link-text {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .link-text {
    font-size: 14px;
  }
}

.uploadCard {
  border: 1px solid #EDEDED;
  border-radius: 10px;
}
.uploadCard_head {
  padding: 16px;
  border-bottom: 1px solid #EDEDED;
}
.uploadCard_inner {
  padding: 16px;
}
.uploadCard_box {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background-color: #f4faff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.uploadCard_box:hover .uploadCard_box_icon {
  color: rgba(0, 0, 0, 0.6);
  transform: scale(1.08);
}
.uploadCard_box.w-70 {
  width: 70px;
  height: 70px;
}
.uploadCard_box.w-86 {
  width: 86px;
  height: 86px;
}
.uploadCard_box_icon {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.uploadCard_box_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.uploadCard_close {
  border-radius: 8px;
}
.uploadCard_close em {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EDEDED;
  background-color: #000000;
  right: -6px;
  top: -6px;
  cursor: pointer;
}
.uploadCard_close img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .uploadCard {
    border-radius: 6px;
  }
  .uploadCard_box {
    border-radius: 6px;
  }
}
@media (max-width: 767.98px) {
  .uploadCard_head, .uploadCard_inner {
    padding: 12px;
  }
  .uploadCard_box.w-70 {
    width: 60px;
    height: 60px;
  }
  .uploadCard_box_icon {
    font-size: 26px;
  }
}

.modal-open .select2-container--open {
  z-index: 1057;
}

.authPage {
  padding: 50px;
  overflow: hidden;
  min-height: calc(100vh - 90px);
  display: flex;
  justify-content: center;
  width: 100%;
}
.authPage_imageSection {
  background-color: #000000;
  border: 1px solid #f2f2f2;
  width: 100%;
  height: 100%;
  padding: 50px;
  min-height: 890px;
}
.authPage_imageSection .leftImage,
.authPage_imageSection .rightImage {
  top: 0;
}
.authPage_imageSection .leftImage {
  left: 0;
}
.authPage_imageSection .rightImage {
  right: 0;
}
.authPage_imageSection .bottomImage {
  bottom: 0;
  left: 0;
}
.authPage_imageSection_title {
  font-size: calc(24px + 36 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
  line-height: 1.2;
}
.authPage_imageSection_text {
  font-size: calc(14px + 14 * (100vw - 320px) / 1600);
  line-height: 1.5;
}
.authPage_formSection {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0;
  max-width: 490px;
  margin: 0 auto;
}
.authPage_formSection_title {
  font-size: calc(22px + 23 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  line-height: 1;
}
.authPage_formSection_subtitle {
  font-size: 18px;
}
.authPage_form {
  margin-top: calc(5px + 35 * (100vw - 320px) / 1600);
}
.authPage_form .form-check {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.authPage_form .form-check-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Aeonik-Regular", Arial, sans-serif;
  cursor: pointer;
  margin-bottom: 0;
}
.authPage_form .form-group .form-control {
  font-size: 18px;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.authPage_form .form-group .form-control:focus, .authPage_form .form-group .form-control:active {
  border-color: #E51644;
}
.authPage_form .form-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.authPage_form .form-group .fieldicon-right {
  top: 20px;
  font-size: 18px;
}
.authPage_divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 50px 0;
}
.authPage_divider::before, .authPage_divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #F3F3F3;
}
.authPage_divider span {
  padding: 0 15px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.authPage_socialBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 30px;
  font-size: 18px;
  border: 1px solid #e6e5e5;
  height: 60px;
}
.authPage_socialBtn:hover, .authPage_socialBtn:focus, .authPage_socialBtn:active {
  border-color: #e6e5e5;
}
.authPage_footer {
  margin-top: 45px;
}
.authPage_otpSection {
  margin-bottom: 30px;
}
.authPage_otpLabel {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}
.authPage_otpLabel strong {
  color: #000000;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.authPage_otpInputs {
  display: flex;
  gap: 42px;
  justify-content: center;
}
.authPage_otpInput {
  width: 86px;
  height: 86px;
  text-align: center;
  font-size: calc(20px + 30 * (100vw - 320px) / 1600);
  font-family: "Aeonik-Medium", Arial, sans-serif;
  border: 1px solid #EDEDED;
  padding: 0;
  transition: all 0.3s ease;
  background-color: #ffffff;
}
.authPage_otpInput:focus {
  border-color: #EDEDED;
}
.authPage_resendSection {
  text-align: center;
  margin-bottom: 20px;
}
.authPage_resendText {
  font-size: 16px;
  margin-bottom: 0;
}
.authPage_timer {
  font-size: 14px;
  font-family: "Aeonik-Medium", Arial, sans-serif;
  color: #E51644;
  margin: 0;
}
.authPage .btmRightImg {
  right: 0;
  bottom: 15%;
  z-index: -1;
}
.authPage .form-group {
  margin-bottom: 30px;
}
@media (min-width: 1921px) {
  .authPage_imageSection_title {
    font-size: 60px;
  }
  .authPage_imageSection_text {
    font-size: 28px;
  }
  .authPage_formSection_title {
    font-size: 45px;
  }
  .authPage_otpInput {
    font-size: 50px;
  }
  .authPage_form {
    margin-top: 40px;
  }
}
@media (max-width: 1699px) {
  .authPage {
    padding: 40px;
  }
  .authPage_formSection {
    padding: 35px 0;
  }
  .authPage_imageSection {
    padding: 40px;
    min-height: 840px;
  }
  .authPage_divider {
    margin: 40px 0;
  }
  .authPage_footer {
    margin-top: 35px;
  }
}
@media (max-width: 1499px) {
  .authPage {
    padding: 30px;
  }
  .authPage_imageSection {
    padding: 30px;
    min-height: calc(100vh - 130px);
  }
  .authPage_divider {
    margin: 30px 0;
  }
  .authPage_footer {
    margin-top: 25px;
  }
  .authPage_formSection {
    padding: 25px 0;
  }
  .authPage_socialBtn {
    padding: 10px 20px;
    height: 52px;
  }
  .authPage_socialBtn img {
    width: 24px;
  }
  .authPage .form-group {
    margin-bottom: 25px;
  }
  .authPage .form-group .form-control {
    font-size: 16px;
  }
  .authPage .form-group .fieldicon-right {
    font-size: 16px;
    top: 18px;
  }
}
@media (max-width: 1399.98px) {
  .authPage_imageSection .bottomImage {
    width: 100%;
    height: 268px;
    object-fit: cover;
  }
  .authPage_imageSection .rightImage {
    width: 280px;
  }
  .authPage_formSection {
    max-width: 450px;
    padding: 12px 0;
  }
  .authPage_formSection_logo {
    max-width: 130px;
  }
  .authPage_otpInputs {
    gap: 22px;
  }
  .authPage .form-group {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .authPage {
    padding: 24px;
  }
  .authPage_imageSection {
    padding: 22px;
  }
  .authPage_formSection {
    max-width: 450px;
    padding: 12px 0;
  }
  .authPage_formSection_logo {
    max-width: 130px;
  }
  .authPage_formSection_subtitle {
    font-size: 16px;
  }
  .authPage_divider {
    margin: 20px 0;
  }
  .authPage_otpInput {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 991.98px) {
  .authPage {
    padding: 16px;
  }
  .authPage_imageSection {
    min-height: calc(100vh - 95px);
  }
  .authPage_imageSection_title {
    margin-bottom: 15px;
  }
  .authPage_formSection {
    max-width: 100%;
    padding: 0;
  }
  .authPage_formSection_logo {
    max-width: 100px;
  }
  .authPage_formSection .form-group {
    margin-bottom: 20px;
  }
  .authPage_formSection .form-group .form-control {
    font-size: 14px;
  }
  .authPage_formSection .form-group .fieldicon-right {
    font-size: 15px;
    top: 14px;
  }
  .authPage_divider {
    margin: 15px 0;
  }
  .authPage_footer {
    margin-top: 15px;
  }
  .authPage_socialBtn {
    padding: 7px 20px;
    height: 45px;
    font-size: 16px;
  }
  .authPage_socialBtn img {
    width: 20px;
  }
  .authPage_otpSection {
    margin-bottom: 20px;
  }
  .authPage_otpInputs {
    gap: 15px;
  }
  .authPage_otpInput {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 767.98px) {
  .authPage {
    padding: 0;
    align-items: center;
    min-height: calc(100vh - 60px);
  }
  .authPage_formSection {
    max-width: 450px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .authPage_formSection_title {
    margin-bottom: 8px;
  }
  .authPage_socialBtn {
    padding: 5px 14px;
    height: 40px;
    font-size: 14px;
  }
  .authPage .form-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .authPage_formSection {
    padding: 18px 14px;
  }
  .authPage_formSection_logo {
    max-width: 90px;
  }
  .authPage_socialBtn {
    gap: 7px;
  }
  .authPage_divider span {
    font-size: 14px;
  }
  .authPage_otpInput {
    width: 55px;
    height: 55px;
  }
}

.homePage_head {
  margin-bottom: 46px;
}
.homePage_head_title {
  font-size: calc(20px + 20 * (100vw - 320px) / 1600);
  line-height: 1.1;
  color: #000000;
  margin-bottom: 12px;
}
.homePage_head_para {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .homePage_head_title {
    font-size: 40px;
  }
  .homePage_head_para {
    font-size: 18px;
  }
}
@media (max-width: 1599px) {
  .homePage_head {
    margin-bottom: 36px;
  }
}
@media (max-width: 1399.98px) {
  .homePage_head {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .homePage_head {
    margin-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  .homePage_head {
    margin-bottom: 14px;
  }
}
.homePage .bannerSec {
  background-size: cover;
  background-position: center;
}
.homePage .bannerSec_inner {
  z-index: 2;
  padding-block: calc(40px + 40 * (100vw - 320px) / 1600);
}
@media (min-width: 1921px) {
  .homePage .bannerSec_inner {
    padding-block: 80px;
  }
}
.homePage .bannerSec_inner {
  padding-block: 205px;
}
.homePage .bannerSec_inner .container {
  max-width: 1660px;
}
.homePage .bannerSec_content {
  max-width: 100%;
  z-index: 4;
}
.homePage .bannerSec_title {
  font-size: calc(24px + 46 * (100vw - 320px) / 1600);
  line-height: 1.2;
  color: #000000;
  margin-bottom: 15px;
}
.homePage .bannerSec_subtitle {
  font-size: calc(14px + 10 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: calc(5px + 35 * (100vw - 320px) / 1600);
}
@media (min-width: 1921px) {
  .homePage .bannerSec_title {
    font-size: 70px;
  }
  .homePage .bannerSec_subtitle {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1699px) {
  .homePage .bannerSec_inner {
    padding-block: 150px;
  }
  .homePage .bannerSec_inner .container {
    max-width: 1550px;
  }
}
@media (max-width: 1699px) {
  .homePage .bannerSec_title {
    margin-bottom: 10px;
  }
  .homePage .bannerSec_inner {
    padding-block: 130px;
  }
  .homePage .bannerSec_inner .container {
    max-width: 1480px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1399.98px) {
  .homePage .bannerSec_inner {
    padding-block: 90px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .bannerSec_inner {
    padding-block: 55px;
  }
  .homePage .bannerSec_inner .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .homePage .bannerSec {
    background-position: right;
  }
  .homePage .bannerSec_inner {
    min-height: 290px;
  }
  .homePage .bannerSec_content {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    max-width: 100%;
    padding: 18px 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.homePage .howWorkSec_inner {
  gap: 245px;
}
.homePage .howWorkSec_left {
  width: 640px;
}
.homePage .howWorkSec_left_video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.homePage .howWorkSec_left_video .playBtn {
  width: 80px;
  height: 80px;
  background-color: rgba(217, 217, 217, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  font-size: 24px;
  color: #ffffff;
}
.homePage .howWorkSec_left_video .playBtn:hover {
  transform: translate(-50%, -50%) scale(0.95);
}
.homePage .howWorkSec_right {
  width: calc(100% - 640px);
}
.homePage .howWorkSec_vector {
  content: "";
  position: absolute;
  top: -55px;
  right: 40px;
  z-index: 0;
  width: 350px;
}
.homePage .howWorkSec_step:not(:last-child) {
  padding-bottom: 40px;
}
.homePage .howWorkSec_step:not(:last-child)::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 46px;
  left: 23px;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #000000;
  z-index: 0;
}
.homePage .howWorkSec_step_icon {
  width: 50px;
  height: 50px;
  background-color: #F3F3F3;
  margin-right: 20px;
  z-index: 1;
}
.homePage .howWorkSec_step_icon em {
  font-size: 22px;
  color: #E51644;
}
.homePage .howWorkSec_step_title {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  line-height: 1.2;
}
.homePage .howWorkSec_step_description {
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 1599px) {
  .homePage .howWorkSec_inner {
    gap: 120px;
  }
  .homePage .howWorkSec_step:not(:last-child) {
    padding-bottom: 30px;
  }
  .homePage .howWorkSec_left {
    width: 600px;
  }
  .homePage .howWorkSec_right {
    width: calc(100% - 600px);
  }
}
@media (max-width: 1399.98px) {
  .homePage .howWorkSec_inner {
    gap: 80px;
  }
  .homePage .howWorkSec_step:not(:last-child) {
    padding-bottom: 24px;
  }
  .homePage .howWorkSec_left {
    width: 520px;
  }
  .homePage .howWorkSec_right {
    width: calc(100% - 520px);
  }
}
@media (max-width: 1199.98px) {
  .homePage .howWorkSec_inner {
    gap: 30px;
  }
  .homePage .howWorkSec_step:not(:last-child) {
    padding-bottom: 18px;
  }
  .homePage .howWorkSec_step:not(:last-child)::before {
    top: 37px;
    left: 20px;
  }
  .homePage .howWorkSec_step_icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .homePage .howWorkSec_step_icon em {
    font-size: 19px;
  }
  .homePage .howWorkSec_step_description {
    font-size: 14px;
  }
  .homePage .howWorkSec_left {
    width: 460px;
  }
  .homePage .howWorkSec_left_video .playBtn {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .homePage .howWorkSec_right {
    width: calc(100% - 460px);
  }
}
@media (max-width: 991.98px) {
  .homePage .howWorkSec_inner {
    gap: 20px;
    flex-direction: column;
  }
  .homePage .howWorkSec_step:not(:last-child) {
    padding-bottom: 14px;
  }
  .homePage .howWorkSec_left {
    width: 100%;
  }
  .homePage .howWorkSec_left .btn {
    max-width: max-content;
  }
  .homePage .howWorkSec_left .btn-secondary {
    max-width: 280px;
  }
  .homePage .howWorkSec_left_video {
    max-width: 100%;
    max-height: 330px;
  }
  .homePage .howWorkSec_right {
    width: 100%;
  }
  .homePage .howWorkSec_right img {
    max-width: 100%;
    max-height: 330px;
    object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .homePage .howWorkSec_left .btn {
    font-size: 13px;
  }
  .homePage .howWorkSec_left_video .playBtn {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .homePage .howWorkSec_step:not(:last-child) {
    padding-bottom: 8px;
  }
  .homePage .howWorkSec .homePage_head {
    margin-bottom: 15px;
  }
}
@media (max-width: 390px) {
  .homePage .howWorkSec_left .howWorkSec_btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.homePage .benefitsSec {
  background-color: #000000;
}
.homePage .benefitsSec_card {
  padding: 20px 40px 20px 20px;
  background-color: rgba(243, 243, 243, 0.2);
}
.homePage .benefitsSec_card_icon {
  width: 50px;
  height: 50px;
  padding: 9px;
  background-color: rgba(217, 217, 217, 0.1);
}
.homePage .benefitsSec_card_title {
  font-size: 18px;
  margin-bottom: 10px;
}
.homePage .benefitsSec_card_description {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}
.homePage .benefitsSec_leftGradient {
  top: 0;
  left: 0;
}
.homePage .benefitsSec_rightGradient {
  bottom: 0;
  right: 0;
}
@media (max-width: 1199.98px) {
  .homePage .benefitsSec_card {
    padding: 15px;
  }
  .homePage .benefitsSec_card_icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 575.98px) {
  .homePage .benefitsSec_card_title {
    font-size: 16px;
  }
}
.homePage .downloadSec {
  background-color: #F6F6F6;
}
.homePage .downloadSec_leftVector, .homePage .downloadSec_rightVector {
  position: absolute;
  z-index: 0;
  top: 14%;
}
.homePage .downloadSec_leftVector {
  left: 0;
}
.homePage .downloadSec_rightVector {
  right: 0;
}
.homePage .downloadSec_qrCard {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.homePage .downloadSec_qrCard_code {
  width: 120px;
  height: 120px;
}
.homePage .downloadSec_qrCard_logo {
  height: 24px;
}
.homePage .downloadSec_qrCard_title {
  font-size: 18px;
}
.homePage .downloadSec_qrCard_text {
  color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 1699px) {
  .homePage .downloadSec_qrCard {
    padding: 15px;
  }
  .homePage .downloadSec_qrCard_code {
    width: 94px;
    height: 94px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .downloadSec_qrCard {
    flex-direction: column;
    text-align: center;
  }
  .homePage .downloadSec_qrCard_logo {
    margin: 10px auto 15px;
  }
  .homePage .downloadSec_qrCard_code {
    width: 80px;
    height: 80px;
  }
  .homePage .downloadSec_qrCard_title {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .homePage .downloadSec_qrCard {
    flex-direction: row;
    text-align: left;
  }
  .homePage .downloadSec_qrCard_logo {
    margin: 10px 0 15px;
  }
}
@media (max-width: 991.98px) {
  .homePage .downloadSec_qrCard_code {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
}

.registrationPage .bannerSec {
  padding: 40px 0 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.registrationPage .bannerSec_title {
  font-size: calc(24px + 56 * (100vw - 320px) / 1600);
  font-family: "Aeonik-Bold", Arial, sans-serif;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.2;
}
.registrationPage .bannerSec_subtitle {
  font-size: calc(14px + 10 * (100vw - 320px) / 1600);
  line-height: 1.5;
  max-width: 500px;
}
@media (min-width: 1921px) {
  .registrationPage .bannerSec_title {
    font-size: 80px;
  }
  .registrationPage .bannerSec_subtitle {
    font-size: 24px;
  }
}
@media (max-width: 1399.98px) {
  .registrationPage .bannerSec {
    padding-top: 25px;
  }
}
@media (max-width: 991.98px) {
  .registrationPage .bannerSec {
    padding: 15px 0 110px;
  }
}
@media (max-width: 767.98px) {
  .registrationPage .bannerSec {
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .registrationPage .bannerSec {
    padding: 5px 0 20px;
  }
}
.registrationPage .stepsSection {
  margin-top: -100px;
}
.registrationPage .stepsSection_card {
  padding: 30px 20px 24px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 17px rgba(0, 0, 0, 0.05);
  border: 1px solid #e3e3e3;
}
.registrationPage .stepsSection_card:hover {
  transform: translateY(-8px);
}
.registrationPage .stepsSection_card_icon {
  width: 60px;
  height: 60px;
  background-color: #f6f6f6;
  margin-bottom: 28px;
  font-size: 24px;
}
.registrationPage .stepsSection_card_number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: calc(35px + 25 * (100vw - 320px) / 1600);
  font-family: "Aeonik-Bold", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.05);
  line-height: 1;
}
.registrationPage .stepsSection_card_title {
  font-size: calc(17px + 5 * (100vw - 320px) / 1600);
  color: #000000;
  margin-bottom: 12px;
  line-height: 1.3;
}
.registrationPage .stepsSection_card_description {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
}
@media (min-width: 1921px) {
  .registrationPage .stepsSection_card_title {
    font-size: 22px;
  }
  .registrationPage .stepsSection_card_number {
    font-size: 60px;
  }
}
@media (max-width: 1699px) {
  .registrationPage .stepsSection {
    margin-top: -145px;
  }
}
@media (max-width: 1599px) {
  .registrationPage .stepsSection_card {
    padding: 20px;
  }
  .registrationPage .stepsSection_card_icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 1399.98px) {
  .registrationPage .stepsSection_card {
    padding: 15px;
  }
  .registrationPage .stepsSection_card_icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin-bottom: 14px;
  }
  .registrationPage .stepsSection_card_title {
    margin-bottom: 8px;
  }
}
@media (max-width: 991.98px) {
  .registrationPage .stepsSection {
    margin-top: -110px;
  }
  .registrationPage .stepsSection_card_icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .registrationPage .stepsSection {
    margin-top: 20px;
  }
}

.stepForm_progress {
  padding: 30px 0;
}
.stepForm_progress_wrapper {
  border: 1px solid #e3e3e3;
  padding: 20px 40px;
  overflow: hidden;
  box-sizing: border-box;
}
.stepForm_progress_title {
  font-size: 18px;
  line-height: 1.4;
}
.stepForm_progress_description {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.6);
}
.stepForm_progress_title, .stepForm_progress_description {
  opacity: 0.6;
}
.stepForm_progress_item {
  position: relative;
}
.stepForm_progress_item::before {
  content: "";
  position: absolute;
  top: 24px;
  right: -327px;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  z-index: 0;
  width: calc(100% + 245px);
}
.stepForm_progress_item:last-child::before {
  display: none;
}
.stepForm_progress_item.active .stepForm_progress_number {
  border-color: #000000;
  color: #000000;
}
.stepForm_progress_item.active .stepForm_progress_title,
.stepForm_progress_item.active .stepForm_progress_description {
  opacity: 1;
}
.stepForm_progress_item.completed::before {
  background-color: #000000;
}
.stepForm_progress_item.completed .stepForm_progress_number {
  border-color: #059b43;
}
.stepForm_progress_item.completed .stepForm_progress_number span {
  display: none;
}
.stepForm_progress_item.completed .stepForm_progress_number em {
  display: block;
}
.stepForm_progress_item.completed .stepForm_progress_title,
.stepForm_progress_item.completed .stepForm_progress_description {
  opacity: 1;
}
.stepForm_progress_number {
  width: 50px;
  height: 50px;
  color: #d6d6d6;
  z-index: 1;
  color: rgba(0, 0, 0, 0.4);
  border: 9px solid #d6d6d6;
  margin: 0 auto 25px;
}
.stepForm_progress_number em {
  font-size: 13px;
  color: #059b43;
  display: none;
}
.stepForm_wrapper {
  border-radius: 12px;
  border: 1px solid #e3e3e3;
}
.stepForm_step {
  display: none;
}
.stepForm_step--active {
  display: block !important;
}
.stepForm_step_head {
  padding: 15px 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.stepForm_step_addBtn {
  color: #000000;
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  display: inline-block;
}
.stepForm_step_addBtn:hover {
  color: #E51644;
}
.stepForm_step_title {
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  line-height: 1.5;
}
.stepForm_step_text {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.2;
}
.stepForm_form {
  height: 100%;
  padding: 10px 20px 30px;
}
.stepForm_form_actions {
  margin-top: 55px;
}
.stepForm_form_actions .btn-outline-light:disabled {
  opacity: 1;
}
.stepForm_tabs {
  margin-bottom: 50px;
  overflow-x: auto;
}
.stepForm_tabs_item {
  padding: 8px 38px;
  font-size: calc(14px + 10 * (100vw - 320px) / 1600);
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  border-radius: 8px;
}
.stepForm_tabs_item--active {
  color: #ffffff;
  background-color: #000000;
  border-bottom-color: #000000;
  font-family: "Aeonik-Medium", Arial, sans-serif;
}
.stepForm_upload_file {
  padding: 8px 15px;
  border: 1px solid #e3e3e3;
  gap: 12px;
}
.stepForm_upload_info {
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.stepForm_upload_img {
  width: 60px;
  height: 60px;
  background-color: #F6F6F6;
  padding: 10px;
}
.stepForm_upload_details {
  flex: 1;
  min-width: 0;
}
.stepForm_upload_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stepForm_upload_status {
  font-size: 14px;
  color: #a7a7a7;
}
.stepForm_upload_progress {
  width: 100%;
  height: 8px;
  background-color: #ededed;
  border-radius: 10px;
  overflow: hidden;
}
.stepForm_upload_progress_bar {
  height: 100%;
  background-color: #006491;
  transition: width 0.3s ease-in-out;
  border-radius: 10px;
}
.stepForm_upload_size {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.stepForm_upload_remove {
  color: #E51644;
  transition: color 0.3s ease-in-out;
  flex-shrink: 0;
  font-size: 13px;
}
@media (min-width: 1921px) {
  .stepForm_step_title {
    font-size: 24px;
  }
  .stepForm_tabs_item {
    font-size: 24px;
  }
}
@media (max-width: 1599px) {
  .stepForm_progress_item::before {
    right: -305px;
  }
}
@media (max-width: 1399.98px) {
  .stepForm_form {
    padding-bottom: 25px;
  }
  .stepForm_progress_wrapper {
    padding: 15px 30px;
    box-sizing: border-box;
  }
  .stepForm_progress_item::before {
    right: -230px;
    width: calc(100% + 185px);
  }
  .stepForm_progress_number {
    margin-bottom: 20px;
  }
  .stepForm_tabs_item {
    padding: 8px 28px;
  }
}
@media (max-width: 1199.98px) {
  .stepForm_step_head {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .stepForm_progress {
    padding: 25px 0;
  }
  .stepForm_progress_title {
    font-size: 16px;
  }
  .stepForm_progress_description {
    font-size: 14px;
  }
  .stepForm_progress_item::before {
    right: -252px;
  }
  .stepForm_tabs {
    margin-bottom: 30px;
  }
  .stepForm_tabs_item {
    padding: 6px 22px;
    border-radius: 6px;
  }
  .stepForm_upload_name {
    font-size: 14px;
  }
  .stepForm_upload_img {
    width: 50px;
    height: 50px;
    padding: 5px;
  }
}
@media (max-width: 1040px) {
  .stepForm_progress_item::before {
    right: -222px;
  }
}
@media (max-width: 991.98px) {
  .stepForm_progress_wrapper {
    padding: 13px 20px;
    overflow-x: auto;
    gap: 28px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .stepForm_progress_number {
    margin-bottom: 15px;
    width: 45px;
    height: 45px;
    border-width: 7px;
  }
  .stepForm_progress_item {
    white-space: nowrap;
  }
  .stepForm_progress_item::before {
    right: -190px;
    width: calc(100% + 105px);
  }
  .stepForm_step_head {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .stepForm_step_addBtn {
    font-size: 22px;
  }
  .stepForm_form {
    padding: 0 15px 20px;
  }
}
@media (max-width: 1040px) {
  .stepForm_progress_item::before {
    right: -160px;
    width: calc(100% + 115px);
  }
}
@media (max-width: 767.98px) {
  .stepForm_progress {
    padding: 20px 0;
  }
  .stepForm_progress_item::before {
    right: -120px;
    width: calc(100% + 75px);
  }
}
@media (max-width: 575.98px) {
  .stepForm_progress_wrapper {
    padding: 10px 15px;
  }
  .stepForm_progress_number {
    margin-bottom: 8px;
  }
  .stepForm_progress_title {
    font-size: 15px;
  }
  .stepForm_upload_progress {
    height: 6px;
  }
  .stepForm_upload_file {
    padding-left: 10px;
    padding-right: 10px;
  }
  .stepForm_upload_remove {
    font-size: 12px;
  }
  .stepForm_tabs_item {
    padding: 6px 15px;
  }
}