@font-face {
  font-display: swap;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid none;
  border-radius: 1.5rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid none;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid none;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-img-top img {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.doctors-list-card .card .card-title a {
  font-weight: bold;
}
.doctors-list-card .card .btn-arrow-next, .doctors-list-card .card .btn-calendar-blue {
  font-weight: bold;
}
.doctors-list-card .card .card-text {
  height: 42px;
}
.doctors-list-card .card .card-text.hekim-bolum-liste a:not(:last-child)::after {
  content: ", ";
}
.doctors-list-card .card .btn-arrow-next::after {
  top: 7px;
}
@media (max-width: 575.98px) {
  .doctors-list-card .card .btn-arrow-next, .doctors-list-card .card .btn-calendar-blue {
    border-radius: 1.5rem !important;
    display: block;
  }
}

.physicians-wrapper .hekim-none-tibbi-birim {
  cursor: default !important;
}
.physicians-wrapper .physicians-top-wrapper .physicians-left-content a {
  top: -30px;
}
.physicians-wrapper .physicians-top-wrapper .physicians-right-content .doctor {
  gap: 10px;
}
.physicians-wrapper .physicians-top-wrapper .physicians-right-content .eposta::after {
  content: " - ";
}
.physicians-wrapper .physicians-top-wrapper .physicians-right-content .eposta:last-child::after {
  display: none;
}
@media (max-width: 991.98px) {
  .physicians-wrapper .physicians-top-wrapper .physicians-right-content p a {
    width: 100%;
  }
}
.physicians-wrapper .physicians-bottom-wrapper h3 {
  margin-bottom: 20px;
}
.physicians-wrapper .physicians-bottom-wrapper .doctors-language span::after {
  content: " , ";
}
.physicians-wrapper .physicians-bottom-wrapper .doctors-language span:last-child::after {
  display: none;
}

@media (min-width: 992px) {
  .hospital-doctors-list .view-header {
    float: left;
  }
}
@media (max-width: 991.98px) {
  .hospital-doctors-list .view-header h2 {
    margin-bottom: 20px;
  }
  .hospital-doctors-list .bef-exposed-form {
    margin-bottom: 20px;
  }
}
.hospital-doctors-list .bef-exposed-form {
  display: flex;
  justify-content: end;
  align-items: center;
}
.hospital-doctors-list .bef-exposed-form .js-form-item-title {
  position: absolute;
}
.hospital-doctors-list .bef-exposed-form .js-form-item-title .form-control {
  padding: 0.5rem 1rem;
}
@media (max-width: 991.98px) {
  .hospital-doctors-list .bef-exposed-form .js-form-item-title {
    width: 95%;
    left: 2%;
  }
}
.hospital-doctors-list .bef-exposed-form .form-actions {
  z-index: 1;
  display: flex;
}
.hospital-doctors-list .bef-exposed-form .form-actions::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  position: relative;
  vertical-align: top;
  top: 10px;
  left: 48%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS4yOCIgaGVpZ2h0PSIyMS4yOCIgdmlld0JveD0iMCAwIDIxLjI4IDIxLjI4Ij4NCiAgPGcgaWQ9Ikdyb3VwXzQ0Mzg5IiBkYXRhLW5hbWU9Ikdyb3VwIDQ0Mzg5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjc1IDAuNzUpIj4NCiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzE1IiBkYXRhLW5hbWU9IkVsbGlwc2UgMTUiIGN4PSI5IiBjeT0iOSIgcj0iOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNGRkNGZjIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMS41Ii8+DQogICAgPGxpbmUgaWQ9IkxpbmVfMzEwIiBkYXRhLW5hbWU9IkxpbmUgMzEwIiB4Mj0iNSIgeTI9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1IDE1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNGRkNGZjIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMS41Ii8+DQogIDwvZz4NCjwvc3ZnPg0K);
}
.hospital-doctors-list .bef-exposed-form .form-actions input {
  color: transparent;
  background: transparent;
  border: 0;
  right: 0;
  position: relative;
  padding: 10px 0 0 0;
}
.hospital-doctors-list .card .card-body .card-text {
  height: 40px;
  overflow: hidden;
}

.doctors-list .bef-exposed-form {
  justify-content: space-between;
  margin-bottom: 30px;
}
.doctors-list .bef-exposed-form .js-form-item {
  flex: 1;
}
.doctors-list .bef-exposed-form .js-form-item input {
  font-weight: 300;
  width: 100%;
}
.doctors-list .bef-exposed-form .js-form-item input::placeholder {
  color: #B1B1B1 !important;
}
.doctors-list .bef-exposed-form .form-actions::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  position: relative;
  vertical-align: top;
  top: 18px;
  left: 36%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS4yOCIgaGVpZ2h0PSIyMS4yOCIgdmlld0JveD0iMCAwIDIxLjI4IDIxLjI4Ij4NCiAgPGcgaWQ9Ikdyb3VwXzQ0Mzg5IiBkYXRhLW5hbWU9Ikdyb3VwIDQ0Mzg5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjc1IDAuNzUpIj4NCiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzE1IiBkYXRhLW5hbWU9IkVsbGlwc2UgMTUiIGN4PSI5IiBjeT0iOSIgcj0iOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNGRkNGZjIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMS41Ii8+DQogICAgPGxpbmUgaWQ9IkxpbmVfMzEwIiBkYXRhLW5hbWU9IkxpbmUgMzEwIiB4Mj0iNSIgeTI9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1IDE1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNGRkNGZjIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMS41Ii8+DQogIDwvZz4NCjwvc3ZnPg0K);
}
.doctors-list .bef-exposed-form .form-actions input {
  color: transparent;
  background: transparent;
  border: 0;
  right: 0;
  position: relative;
  padding: 10px 0 0 0;
}
@media (min-width: 992px) {
  .doctors-list .bef-exposed-form {
    display: flex;
  }
  .doctors-list .bef-exposed-form .js-form-item:nth-child(1),
  .doctors-list .bef-exposed-form .js-form-item:nth-child(2) {
    padding-right: 25px;
  }
  .doctors-list .bef-exposed-form .js-form-item:nth-child(3) input {
    width: 114%;
  }
}
@media (max-width: 991.98px) {
  .doctors-list .bef-exposed-form .js-form-item {
    margin-bottom: 10px;
  }
  .doctors-list .bef-exposed-form .js-form-item:nth-child(3) {
    position: absolute;
    width: 95%;
  }
  .doctors-list .bef-exposed-form .form-actions::before {
    left: 91%;
  }
}

.tibbi-yayin-kurulu .content-item {
  background-color: #ECFBFF;
  min-height: 110px;
}
.tibbi-yayin-kurulu .content-item h6 a {
  font-weight: bolder;
}
.tibbi-yayin-kurulu .content-item img {
  border-radius: 50% !important;
}

/*# sourceMappingURL=hekimler.css.map */
