body {
  font-family: 'Montserrat', sans-serif;
}
.KPSLoadingContainer {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: relative;
  margin-top: 120px;
  z-index: 9999;
}
.KPSLoading {
  margin-left: 50%;
  transform: translate(-50%, -15%);
}
.EmailLoading {
  margin-left: 50%;
  transform: translate(-50%, 10%);
}
.nav-pills {
  display: flex;
  flex-direction: row;
}
.nav-pills > li.active > a {
  color: #fff;
  background-color: #007246 !important;
}
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #007246 !important;
}
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #007246 !important;
}
.nav-pills > li {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.nav-pills > li > a {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.btn-primary {
  color: #fff;
  background-color: #007246 !important;
  border-color: #007246 !important;
}
.btn-secondary {
  color: #fff;
  background-color: #007246;
  border-color: #007246;
}
.transition {
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.step_box {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;
  height: 125px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-weight: 600;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  text-align: center;
  vertical-align: middle;
}
.step_box .step_text {
  display: inline-block;
  vertical-align: middle;
}
.step_box img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  filter: grayscale(100%);
}
.green_box {
  background-color: #007246 !important;
  color: #fff !important;
}
.ball-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #007246;
}
.ball:not(.last-ball)::after {
  content: "";
  width: 100px;
  height: 2px;
  margin-top: 8px;
  margin-left: 30px;
  display: block;
  border-radius: 50%;
  background-color: #007246;
}
.white-ball {
  background-color: transparent;
  border: 2px solid #007246;
}
.contract label {
  font-weight: 700 !important;
}
.react-datepicker {
  font-size: 1em !important;
}
.react-datepicker__header {
  padding-top: 0.8em !important;
}
.react-datepicker__month {
  margin: 0.4em 1em !important;
}
.react-datepicker__day-name {
  width: 1.9em !important;
  line-height: 1.9em !important;
  margin: 0.166em !important;
}
.react-datepicker__day {
  width: 1.9em !important;
  line-height: 1.9em !important;
  margin: 0.166em !important;
}
.react-datepicker__current-month {
  font-size: 1em !important;
}
.react-datepicker__navigation {
  top: 1em !important;
  line-height: 1.7em !important;
  border: 0.45em solid transparent !important;
}
.react-datepicker__navigation--previous {
  left: 1em !important;
}
.react-datepicker__navigation--next {
  right: 1em !important;
}
.react-datepicker__year-read-view--down-arrow {
  top: 3px !important;
}
.information {
  text-align: center;
  margin: 0px auto;
  background-color: #007246;
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 15px;
}
.bg {
  background: #fff;
  background-size: cover;
}
.bg header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fafafa;
}
.bg header .header-row {
  display: flex;
  align-items: center;
}
.bg header .logo {
  display: block;
  position: relative;
}
.bg header .header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
.bg header .header_right .hr_box {
  align-items: flex-end;
  color: #000;
  font-size: 14px;
  margin: 0;
  text-decoration: none;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.bg header .header_right .hr_box > img {
  margin-right: 10px;
}
.form-message {
  color: #007246;
  font-size: 15px;
  text-align: center;
  margin: 10px;
  font-weight: bold;
}
.text_box {
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #000;
  margin-top: 30px;
}
.text_box strong {
  display: block;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.form_box {
  background-color: #fff;
  border-radius: 25px;
  border: 2px solid #007246;
  padding: 20px 40px;
  margin: 7rem 0;
}
.form_box > strong {
  font-size: 32px;
  color: #000;
  display: block;
}
.form_box > span {
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 30px;
}
.form_box .form-group {
  border: solid 1px #007246;
  border-radius: 16px;
  height: 60px;
  margin-bottom: 30px;
  display: flex;
}
.form_box .form-group > label {
  line-height: 60px;
  height: 58px;
  margin: 0px;
  background-color: transparent;
  padding-left: 20px;
  border-radius: 30px 0px 0 30px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  min-width: 180px;
}
.form_box .form-group .form-control {
  border: 0px;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: black;
  padding: 0 20px;
  width: 100%;
  height: 58px;
  border-radius: 0px 30px 30px 0px;
}
.form_box .form-group .form-control::placeholder {
  color: black;
}
.form_box .form-group .otp-input {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.form_box input[type=number] {
  -moz-appearance: textfield;
}
.form_box input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form_box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form_box .verifyTime {
  padding: 15px 15px 15px 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.form_box .form_button {
  width: 100%;
  height: 55px;
  border-radius: 16px;
  font-size: 20px;
  font-weight: bold;
  background-color: #007246 !important;
  color: #ffffff;
  border: 0;
  outline: none;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
}
.PhoneInputInput {
  border: 0px;
  background: white;
  outline: none;
  font-size: 16px;
  color: #2a514e;
  padding: 0 20px;
  width: 100%;
  height: 58px;
  border-radius: 30px;
  border: 0;
  background-color: transparent;
  color: black;
  font-weight: 600;
}
.verifyLabel {
  background: transparent !important;
  min-width: 75px !important;
}
.verifyLabel > span {
  color: black !important;
}
.form-check {
  margin-bottom: 30px;
}
.form-check > label {
  font-size: 12px;
  color: #5b5b5b;
  font-weight: 700;
}
.form-check > label .form-check-input {
  appearance: none;
  display: block;
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: 1px solid #2855ac;
  border-radius: 15px;
  outline: none;
  float: left;
  margin-right: 10px;
}
.form-check > label .form-check-input:checked {
  position: relative;
  border-color: transparent;
  border: 1px solid #ffffff;
  background-color: #007246;
}
.form-check > label .form-check-input:checked::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 8px;
  height: 12px;
  top: 4px;
  left: 3px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform-origin: bottom right;
  transform: translateX(0) translateY(1px) rotate(45deg);
}
.form-check > label .form-check-input:focus {
  outline: none;
}
.form-check > label > a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}
label.form-check-label.login-agreements-input a {
  color: #000 !important;
}
.card-body > .form-check {
  margin-bottom: 0px;
}
.card-body > .form-check > label {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.active-card > .card-body > .form-check > label {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.form-check.contract {
  display: flex;
}
.form-check.contract > label {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.form-check.contract > label > input {
  width: 65px;
}
.work_box {
  background: #000;
  padding: 5rem 1rem;
}
.work_box .footer-link {
  color: #ffffff;
  font-size: 1.75rem;
  text-decoration: none !important;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work_box .footer-link:hover {
  color: #00D18B;
}
.work_box .footer-link > strong {
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .work_box {
    padding: 2rem 1rem;
  }
  .work_box .footer-link > strong {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
footer {
  text-align: center;
  font-size: 12px;
  color: #999;
  padding: 5px;
}
.conractsCard {
  background: #fff !important;
  border-radius: 10px !important;
  transition: 0.2s all !important;
  min-height: 50vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
.conractsCard:hover {
  box-shadow: 0 0 10px #ccc !important;
  background-color: #f3f3f3 !important;
}
.tcnoInput {
  -moz-appearance: textfield;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.tcnoInput::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tcnoInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cepNoInput {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.birthDateInput {
  width: 100%;
}
.birthDateInput input {
  height: 4.5rem;
}
.table-Result {
  background-color: #4a4f56 !important;
}
.custom-alert {
  background-color: #c7c7c7 !important;
  border-color: #c7c7c7 !important;
  color: #383838 !important;
}
.only-mobile {
  display: none;
}
.header-slogan-text {
  margin: 20px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.input-group .form-control {
  border-radius: 6px !important;
}
@media (min-width: 0) and (max-width: 992px) {
  .text_box {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .bg header .logo > img {
    height: 60px;
  }
  .bg header .header_right .hr_box {
    margin: 0;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .bg {
    background: none;
  }
  .bg header .header_right .hr_box {
    font-size: 0;
  }
  .bg header .header_right .hr_box > img {
    width: 50px;
  }
  .information {
    font-size: 14px;
  }
  .text_box {
    font-size: 32px;
    margin-top: 30px;
  }
  .form_box {
    padding: 20px;
    margin-top: 1rem;
  }
  .form_box > strong {
    font-size: 24px;
  }
  .form_box .form-group > label {
    line-height: normal;
    padding-top: 15px;
    padding-left: 20px;
    font-size: 12px;
    min-width: 100px;
  }
  .steps {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
  }
  .steps .step-boxes {
    z-index: 50;
  }
  .row.step-boxes {
    flex-grow: 1;
    flex-direction: row;
    display: flex;
    justify-content: space-around;
  }
  .row.step-boxes .col-md-3 {
    display: flex;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .only-mobile {
    display: block;
  }
  .nav-pills {
    display: none;
  }
}
.left-box-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.left-box-container .steps .step-boxes {
  display: flex;
  justify-content: space-between;
}
.left-box-container .steps .step-balls {
  display: flex;
  justify-content: space-between;
}
.left-box-container .steps .sifir-komisyon-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.left-box-container .steps .sifir-komisyon-box > a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-box-container .steps .sifir-komisyon-box > a > h3 {
  font-size: 2rem;
  color: #000;
}
.left-box-container .steps .sifir-komisyon-box > a > img {
  margin-top: 2rem;
  width: 14rem;
  margin-right: -1rem;
}
@media (max-width: 768px) {
  .left-box-container .steps .step-balls {
    display: none;
  }
  .left-box-container .steps .sifir-komisyon-box {
    justify-content: center;
  }
  .left-box-container .steps .sifir-komisyon-box > a > img {
    margin-top: 0;
    width: 15rem;
  }
}
