@charset "UTF-8";
.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-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.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 h2 {
  font-weight: bolder;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .doctors-list-card .card {
    min-height: 408px;
  }
}
.doctors-list-card .card .card-title a {
  font-weight: bold;
  display: block !important;
  height: auto;
}
.doctors-list-card .card .btn-arrow-next, .doctors-list-card .card .btn-calendar-blue {
  font-weight: bold;
  font-size: 13px;
}
.doctors-list-card .card .card-text {
  height: 42px;
  line-height: 21px;
}
.doctors-list-card .card .card-text.hekim-bolum-liste a:not(:last-child)::after {
  content: ", ";
}
.doctors-list-card .card .btn-arrow-next::after {
  top: 5px;
}
.doctors-list-card .card .btn-calendar-blue::before {
  top: 0;
}
@media (max-width: 575.98px) {
  .doctors-list-card .card .btn-arrow-next, .doctors-list-card .card .btn-calendar-blue {
    border-radius: 1.5rem !important;
  }
}

.physicians-wrapper .physicians-top-wrapper .physicians-left-content img {
  width: 100%;
}
.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 .views-element-container {
  flex: 1;
}
.doctors-list .views-element-container button {
  width: 100%;
  text-align: left;
  padding: 13px 20px;
  font-size: 1.063rem;
}
.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),
  .doctors-list .bef-exposed-form .views-element-container {
    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: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.hekim-mezun {
  font-size: 13px;
}
.tibbi-yayin-kurulu .content-item h6 a {
  font-weight: bolder;
}
.tibbi-yayin-kurulu .content-item img {
  border-radius: 50% !important;
}
.tibbi-yayin-kurulu .content-item .btn-arrow-next,
.tibbi-yayin-kurulu .content-item .btn-calendar-blue {
  font-size: 12px;
}
.tibbi-yayin-kurulu .content-item .btn-arrow-next:hover,
.tibbi-yayin-kurulu .content-item .btn-calendar-blue:hover {
  color: #20acd6 !important;
}
.tibbi-yayin-kurulu .content-item .btn-arrow-next:hover::after,
.tibbi-yayin-kurulu .content-item .btn-calendar-blue:hover::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNyAxMCI+DQogIDxwYXRoIGlkPSJQb2x5Z29uXzI1IiBkYXRhLW5hbWU9IlBvbHlnb24gMjUiIGQ9Ik01LDBsNSw3SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3KSByb3RhdGUoOTApIiBmaWxsPSIjNGRkNGZjIi8+DQo8L3N2Zz4NCg==) !important;
}
.tibbi-yayin-kurulu .content-item .btn-arrow-next:hover::before,
.tibbi-yayin-kurulu .content-item .btn-calendar-blue:hover::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS43MDgiIGhlaWdodD0iMTQuNSIgdmlld0JveD0iMCAwIDE1LjcwOCAxNC41Ij4NCiAgPGcgaWQ9Ikljb25faW9uaWMtaW9zLWNhbGVuZGFyIiBkYXRhLW5hbWU9Ikljb24gaW9uaWMtaW9zLWNhbGVuZGFyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy4zNzUgLTQuNSkiPg0KICAgIDxwYXRoIGlkPSJQYXRoXzQ1ODI4IiBkYXRhLW5hbWU9IlBhdGggNDU4MjgiIGQ9Ik0xNy41NzMsNi43NWgtMS41MXYuOTA2YS4zLjMsMCwwLDEtLjMuM2gtLjZhLjMuMywwLDAsMS0uMy0uM1Y2Ljc1SDcuNnYuOTA2YS4zLjMsMCwwLDEtLjMuM0g2LjdhLjMuMywwLDAsMS0uMy0uM1Y2Ljc1SDQuODg1YTEuNTE1LDEuNTE1LDAsMCwwLTEuNTEsMS41MVYxOC41MzFhMS41MTUsMS41MTUsMCwwLDAsMS41MSwxLjUxSDE3LjU3M2ExLjUxNSwxLjUxNSwwLDAsMCwxLjUxLTEuNTFWOC4yNkExLjUxNSwxLjUxNSwwLDAsMCwxNy41NzMsNi43NVptLjMsMTEuMzI4YS43NTcuNzU3LDAsMCwxLS43NTUuNzU1SDUuMzM5YS43NTcuNzU3LDAsMCwxLS43NTUtLjc1NXYtNi44YS4zLjMsMCwwLDEsLjMtLjNIMTcuNTczYS4zLjMsMCwwLDEsLjMuM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTEuMDQyKSIgZmlsbD0iIzRkZDRmYyIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzQ1ODI5IiBkYXRhLW5hbWU9IlBhdGggNDU4MjkiIGQ9Ik0xMC4yMDgsNC44YS4zLjMsMCwwLDAtLjMtLjNIOS4zYS4zLjMsMCwwLDAtLjMuM3YuOTA2aDEuMjA4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuNjA0KSIgZmlsbD0iIzRkZDRmYyIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzQ1ODMwIiBkYXRhLW5hbWU9IlBhdGggNDU4MzAiIGQ9Ik0yNS45NTgsNC44YS4zLjMsMCwwLDAtLjMtLjNoLS42YS4zLjMsMCwwLDAtLjMuM3YuOTA2aDEuMjA4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkuODk2KSIgZmlsbD0iIzRkZDRmYyIvPg0KICA8L2c+DQo8L3N2Zz4NCg==) !important;
}
.tibbi-yayin-kurulu .content-item .btn-arrow-next::after {
  top: 4px;
  left: 7px;
}
.tibbi-yayin-kurulu .content-item .btn-calendar-blue::before {
  width: 18px;
  height: 18px;
  right: 4px;
  top: 0px;
}
@media (max-width: 991.98px) {
  .tibbi-yayin-kurulu .content-item {
    text-align: center;
    min-height: auto;
  }
  .tibbi-yayin-kurulu .content-item img {
    width: 45% !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .tibbi-yayin-kurulu .content-item .hekim-bilgi::after {
    content: "";
    height: 70px;
    width: 2px;
    position: absolute;
    background: #d3d3d3;
    left: -10px;
    top: 1px;
  }
}
.tibbi-yayin-kurulu.konsey-uyeleri .content-item {
  min-height: 132px;
}
.tibbi-yayin-kurulu.konsey-uyeleri .card-text {
  height: 42px;
  line-height: 21px;
}
.tibbi-yayin-kurulu.konsey-uyeleri .splide__pagination .splide__pagination__page.is-active {
  background-color: #20acd6;
}

/* Görünürlük kontrolü */
.custom-pager-hidden {
  display: none !important;
}

/* Pager görünümü */
.custom-pager-nav {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}

.custom-pager-nav button {
  border: 1px solid #d0d5dd;
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  cursor: pointer;
}

.custom-pager-nav button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.custom-pager-nav button[aria-current=page] {
  font-weight: 600;
  border-color: #20acd6;
  background: #20acd6;
  color: #fff;
}

.custom-pager-nav button[data-page].is-hidden {
  display: none !important;
}

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