@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans+SemiExpanded:wght@200..900&display=swap');

body {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-optical-sizing: auto;
  background-color: #101010 !important;
  overflow: unset !important;
}



a, h1, h2, h3, div, p, span, b {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-optical-sizing: auto;
}

h1 {
  font-weight: 800 !important;
}
h2, h3 {
  font-weight: 500 !important;
}

a{
  cursor: pointer;
}

.f_weight_200 {
  font-weight: 200 !important;
}
.f_weight_300 {
  font-weight: 300 !important;
}
.f_weight_500 {
  font-weight: 500 !important;
}
.f_weight_700 {
  font-weight: 800 !important;
}
b{
  font-weight: 800 !important;
}

.nop {
  padding: 0 !important;
}
.center_text {
  text-align: center !important;
}

.width_100{
  width: 100%;
}

.form-cell-wrapper {
  position: relative;
}

.form-cell-wrapper > input:focus, .form-cell-wrapper > input:focus, .form-cell-wrapper > textarea:focus, .form-cell-wrapper > textarea:focus {
  border-color:#fff !important;
  outline: none !important;
  text-decoration: none !important;
}

.form-cell-wrapper > label {
  position: absolute;
  font-size: 15px;
  color: #fff;
  top: 18px;
  left: 20px;
  font-weight: 600 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.form-cell-wrapper > label.active {
  position: absolute;
  font-size: 12px !important;
  color:#fff;
  top: 7px;
  left: 15px;
}

.form-cell-wrapper > input, .form-cell-wrapper > textarea {
  padding:23px 15px 7px;
  border-radius: 12px;
  border:2px solid #fff ;
  width: 100%;
  margin-bottom: 35px;
  z-index: 999;
  position: relative;
  background: transparent;
  font-weight: 700;
  color:#fff !important;
}

.d_btn {
  font-size: 14px !important;
  display: inline-block;
  padding:15px 35px;
  margin: 5px;
  color:#fff !important;
  border:2px solid #fff !important;
  background-color: transparent !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  max-width: 250px;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.d_btn:hover {
  background-color: #fff !important;
  color:#000 !important;
}

.d_btn:hover:disabled {
  background-color: transparent !important;
  color:#fff !important;
}


.btn_black {
  color:#fff !important;
  border:2px solid #000 !important;
  background-color: #000 !important;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.btn_black:hover {
  background-color: #fff !important;
  color:#000 !important;
  border:2px solid #000 !important;
}
.d_btn > i {
  margin-right: 8px;
  font-size: 16px;
}
.pwd_eye {
  position: absolute;
  width: 50px;
  height: auto;
  right: 0;
  padding: 15px;
  cursor: pointer;
  z-index: 9999;
}
.form-check-input {
  margin-top: 3px !important;
  margin-right: 12px;
  width: 30px !important;
  height: 30px !important;
  text-decoration: none !important;
  outline: none !important;
  border: 2px solid #fff !important;
  background-color: #000 !important;
}
.form-check-input:checked {
  background-color: #000 !important;
  border-color: #fff !important;
}
.form-check-input:focus {
  border-color: #fff !important;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(230, 230, 230, 0.25) !important ;
}
.form_check_label {
  font-size: 14px;
  color: #fff !important;
  display: block;
  font-weight: 700;
  padding: 6px 0px;
  width: 300px;
}
.form-check {
  margin:5px 10px;
  height:36px;
}
.so_error {
  font-weight: 700;
  color: rgb(179, 0, 36);
  font-size: 12px;
  position: absolute;
  bottom: -3px;
  right: 8px;
}

.success_msg {
  text-align: center;
  padding: 15% 25px;
}

.success_msg h4 {
  color:#fff;
  font-size:clamp(24px, 1.5vw, 40px);
  font-weight: 700;
  padding: 20px;
  margin-bottom:15%;
}




.main_body {
    padding: 110px 0;
}


ul.breadcrumb {
  position: relative;
  list-style: none;
  border: none;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
ul.breadcrumb li {
  display: inline;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #fff !important;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #fff !important;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #fff !important;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #fff !important;
  text-decoration: underline;
}
