.header-search-padding {
  padding-bottom: 64rem;
  background-color: #f5f7fa;
}

.path-top {
  padding-top: 130rem;
  padding-left: 112rem;
  display: flex;
  align-items: center;
}

.homeButton {
  width: 16rem;
  height: 16rem;
}

.search-categories {
  border-bottom: 1rem;
  padding-bottom: 4rem;
  overflow-y: auto;
  max-height: 320rem;
  padding-left: 13rem;
  padding-right: 6rem;
}

.search-categories::-webkit-scrollbar {
  width: 5rem;
}

.search-categories::-webkit-scrollbar-track {
  background: transparent;
  margin-bottom: 11rem;
}

.search-categories::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5rem;
}

.search-medical-units-text {
  height: 32rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 16rem;
  padding-right: 16rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-size: 12rem;
  font-weight: 500;
  color: #5f6273;
  cursor: pointer;
  width: 100%;
  margin-bottom: 6rem;
  border-radius: 6rem;
}

.path-ok {
  margin-left: 10rem;
  width: 16rem;
  height: 16rem;
}

#inputGenderList {
  width: max-content;
  background-color: #f5f7fa;
  position: absolute;
  border-radius: 8rem;
  margin-top: 16rem;
  z-index: 1111;
  padding-right: 6rem;
  padding-top: 10rem;
  top: 23rem;
}

.path-text {
  font-size: 12rem;
  font-weight: 500;
  line-height: 20rem;
  text-decoration: underline;
  color: #4a4c59;
  margin-left: 10rem;
  cursor: pointer;
}

.form-container {
  padding-left: 216rem;
  padding-right: 216rem;
  padding-top: 50rem;
}

.login-header {
  color: #057dab;
  font-size: 40rem;
  font-weight: 500;
  line-height: 60rem;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 30rem;
  display: flex;
  flex-wrap: nowrap;
}

.login-info {
  box-shadow: 0px 8rem 12rem -8rem #263cb729;
  box-shadow: 0px 8rem 12rem -8rem rgba(38, 60, 183, 0.16),
    0rem 4rem 16rem -12rem rgba(27, 36, 89, 0.08);
  border-radius: 8rem;
  background-color: #ffffff;
  padding-top: 32rem;
  padding-left: 24rem;
  padding-right: 24rem;
  padding-bottom: 32rem;
}

.input-wrapper-select {
  --padding: 10rem;
  --focus-color: #6b7280;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.select-label {
  position: absolute;
  background-color: white;
  left: var(--padding);
  padding: 0 4rem;
  transition: all 0.2s ease-in;
  opacity: 1;
  font-size: 10rem;
  color: #6b7280;
  font-weight: 600;
}

.select-bottom {
  bottom: 28rem;
}

.text-danger.field-validation-error {
  font-size: 12rem !important;
}

.input-wrapper {
  --padding: 10rem;
  --focus-color: #6b7280;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.margin-top-ten {
  margin-top: 16rem;
}

.input-placeholder::placeholder {
  color: #4a4c59 !important;
  font-size: 10rem !important;
  font-weight: 400 !important;
  opacity: 0.5;
}

.input-placeholder:focus {
  color: #4a4c59 !important;
  font-size: 14rem !important;
  font-weight: 400 !important;
  border: none;
}

.input-label {
  position: absolute;
  background-color: white;
  left: var(--padding);
  padding: 0rem 4rem;
  transition: all 0.2s ease-in;
  opacity: 1;
  font-size: 10rem;
  color: #6b7280;
  font-weight: 600;
  bottom: 8rem;
}

input:is(:focus, :valid) + .input-label {
  transform: translatey(calc(-1 * var(--padding) - 12rem));
  font-size: 10rem;
  color: var(--focus-color);
}

.form-control {
  color: #fff;
  background-color: #3797bc;
  border: none;
  padding-left: 0px;
}

.form-control::placeholder {
  padding-left: 0px !important;
}

.display-flex {
  display: flex;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn {
  background-color: unset;
  color: gray;
  font-size: 10rem;
  cursor: pointer;
  border: 1rem solid #46b4d9 !important;
  border-right: none !important;
  border-bottom-left-radius: 6rem;
  border-top-left-radius: 6rem;
  cursor: pointer;
  height: 36rem;
  display: flex;
  padding: 5rem;
  align-items: center;
}

.display-align-center {
  display: flex;
  align-items: center;
}

.padding-left {
  padding-left: 10rem;
}

.display-flex-justify {
  display: flex;
  justify-content: space-between;
}

.display-flex-justify-center {
  display: flex;
  justify-content: center;
}

.submit-button {
  background-color: #057dab;
  color: #ffffff;
  border-radius: 4rem;
  border: none;
  font-size: 14rem;
  margin-top: 16rem;
  height: 36rem;
  width: 439rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login {
  box-shadow: 0px 8px 12px -8px rgba(38, 60, 183, 0.16),
    0px 4px 16px -12px rgba(27, 36, 89, 0.08);
  padding-left: 24rem;
  padding-right: 32rem;
  padding-top: 32rem;
  border-radius: 8rem;
  background-color: #ffffff;
}

.login-column {
  width: 488rem;
  margin-right: 32rem;
}

.signUp-title {
  color: #057dab;
  font-size: 24rem;
  font-weight: 500;
  padding-bottom: 30rem;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 24rem;
  text-align: center;
  position: relative;
  width: 436rem;
  height: 433rem;
  border-radius: 8rem;
}

.close {
  position: absolute;
  top: 10rem;
  right: 10rem;
  font-size: 20rem;
  cursor: pointer;
}

.countdown-timer {
  font-size: 12rem;
  color: #4a4c59;
  width: 55rem;
  height: 55rem;
  background-color: white;
  border: 2rem solid #057dab;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 73rem;
  margin-left: 115rem;
}

.sms-title {
  font-size: 24rem;
  font-weight: 500;
  margin-top: 20rem;
  color: #057dab;
  line-height: 36.24rem;
}

.sms-text {
  font-size: 14rem;
  text-align: center;
  font-weight: 300;
  color: #5f6273;
  margin-top: 24rem;
}

.pin-input {
  display: flex;
  gap: 8rem;
  justify-content: center;
  margin-top: 24rem;
}

.pin-digit {
  width: 58rem;
  height: 48rem;
  border: 1.5rem solid #d3d9e5;
  text-align: center;
  font-size: 24rem;
  color: #057dab;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
}

.approve-button {
  background-color: #057dab;
  color: #ffffff;
  border-radius: 4rem;
  border: none;
  font-size: 14rem;
  margin-top: 16rem;
  font-weight: 600;
  width: 189rem;
  height: 48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  cursor: pointer;
}

.modal-content-kvkk {
  background-color: #fff;
  align-items: center;
  padding: 24rem;
  position: relative;
  width: 618rem;
  height: 433rem;
  border-radius: 8rem;
}

.kvkk-title {
  font-size: 18rem;
  font-weight: 500;
  margin-top: 20rem;
  color: #057dab;
  line-height: 36.24rem;
}

.kvkk-text {
  font-size: 14rem;
  font-weight: 500;
  color: #4a4c59;
  margin-top: 24rem;
  overflow-y: scroll;
  text-align: left;
  max-height: 240rem;
}
.kvkk-text::-webkit-scrollbar {
  width: 6rem;
}

.kvkk-text::-webkit-scrollbar-button {
  height: 0px;
}
.kvkk-text::-webkit-scrollbar-track-piece {
  background: #e6ecf5;
  border-radius: 8rem;
}
.kvkk-text::-webkit-scrollbar-thumb {
  background: #979fb2;
  border-radius: 8rem;
}

.max-content {
  width: max-content !important;
}

a {
  text-decoration: none;
  color: #5f6273;
}

.pointer {
  cursor: pointer;
}

input {
  border: 1rem solid #46b4d9;
  border-radius: 6rem;
  width: 439rem;
  height: 36rem;
  font-size: 14rem;
  font-weight: 600;
  padding-left: 8rem;
}

.iti input[type="tel"] {
  position: relative;
  width: 439rem !important;
  display: flex !important;
}

input {
  position: relative;
}

.phone-number-input {
  border-left: none !important;
  border-bottom-left-radius: unset !important;
  border-top-left-radius: unset !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  font-size: 10rem;
  background-color: #ffffff;
  min-width: 160rem;
  z-index: 1;
  color: gray;
  border-radius: 6rem;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

input:not([type="search"]) :is(:focus, :valid) {
  border: 1rem solid #46b4d9 !important;
}

input:focus {
  border: 1rem solid #46b4d9 !important;
}

input.bold-border:is(:focus, :valid) {
  border: 2rem solid #46b4d9 !important;
}

.password-container {
  position: relative;
}

input[type="password"] {
  outline: none;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translateY(-50%);
  cursor: pointer;
}

.forgot-password {
  color: #057dab;
  font-size: 12rem;
  font-weight: 400;
  line-height: 24rem;
  text-decoration: underline;
  cursor: pointer;
}

label {
  color: #4a4c59;
  font-size: 12rem;
  font-weight: 400;
}

.iti.iti--allow-dropdown {
  width: 100% !important;
  display: flex !important;
}

.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  width: 439rem !important;
  display: flex !important;
}

p {
  color: #5f6273;
  font-weight: 400;
  font-size: 14rem;
  line-height: 24rem;
}

#inputCountryList {
  width: max-content;
  height: 335rem;
  background-color: #f5f7fa;
  position: absolute;
  border-radius: 8rem;
  margin-top: 16rem;
  z-index: 1111;
  padding-right: 6rem;
  padding-top: 10rem;
  top: 23rem;
}

.search-countryCode {
  border-bottom: 1rem solid #e6ecf5;
  padding-bottom: 16rem;
  overflow-y: auto;
  max-height: 320rem;
  padding-left: 0px;
  border: 1rem solid #e6ecf5;
  background: white;
  border-radius: 4rem;
  position: absolute;
  margin-top: 40rem;
  z-index: 111111 !important;
}

.search-countryCode::-webkit-scrollbar {
  width: 5rem;
}

.search-countryCode::-webkit-scrollbar-track {
  background: transparent;
}

.search-countryCode::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5rem;
}

.link-color {
  color: #0d6efd !important;
}

.search::placeholder {
  padding-left: 4.3rem !important;
}

input[type="search"] {
  font-weight: 400 !important;
}
