#header-top {
  display: flex;
  color: white;
  background-color: #112958;
  align-items: center;
  justify-content: space-between;
  padding: 0.5% 17%;
  font-family: sans-serif;
}
@media (min-width: 0) and (max-width: 1600px) {
  #header-top {
    padding: 0.5% 5% !important;
  }
}
#header-top a {
  text-decoration: none;
  color: white;
  padding: 5px 10px;
  border-radius: 8px;
}
#header-top a:hover {
  color: #f1f1f1;
  background-color: #005aa3;
  transition: all 0.5s;
}
#header-top #header-top-left a img {
  height: 1.5rem;
}
#header-top .vr {
  margin: 0 10px;
}
#header-top #header-top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#header-top #header-top-right i:hover {
  color: #dbdada;
  background-color: #005aa3;
  transition: all 0.5s;
}
#header-top #header-top-right #header-search {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-top #header-top-right #header-search .search {
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: var(--bs-border-radius) !important;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid white;
}
#header-top #header-top-right #header-search .search.active {
  width: 300px;
}
#header-top #header-top-right #header-search .search .form-control {
  border: none;
}
#header-top #header-top-right #header-search .search .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #112958;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
}
#header-top #header-top-right #header-search .search .input {
  width: 300px;
  height: 35px;
  right: 35px;
  justify-content: center;
  align-items: center;
}
#header-top #header-top-right #header-search .search .input input {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 10px;
}
#header-top #header-top-right #header-search .search .clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  left: 80%;
  background-color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-top #header-top-right #header-search .search .clear::before, #header-top #header-top-right #header-search .search .clear::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #999;
}
#header-top #header-top-right #header-search .search .clear::before {
  transform: rotate(45deg);
}
#header-top #header-top-right #header-search .search .clear::after {
  transform: rotate(315deg);
}
#header-top #header-top-left,
#header-top #header-language {
  display: flex;
  align-items: center;
}
#header-top #header-language button {
  background: none;
  color: white;
  text-transform: uppercase;
  border: none;
  outline: none;
  border-radius: 8px;
  padding: 5px 10px;
}
#header-top #header-language button:hover {
  color: #f1f1f1;
  background-color: #005aa3;
  transition: all 0.5s;
}

#header-nav {
  background-color: #f3faff;
  color: rgba(0, 0, 0, 0.6509803922);
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
  align-items: center;
  padding: 0.5% 17%;
  font-family: sans-serif;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: sticky !important;
  top: 0;
  z-index: 1000;
}
@media (min-width: 992px) and (max-width: 1600px) {
  #header-nav {
    padding: 0.5% 5% !important;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  #header-nav {
    padding: 1.5% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  #header-nav {
    padding: 2% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 992px) {
  #header-nav #tuseb-logo img {
    height: 80px;
  }
}
#header-nav #navigation-menu {
  justify-content: center;
  font-size: 1rem;
  font-family: sans-serif;
  font-weight: bold;
}
@media (min-width: 1025px) and (max-width: 1065px) {
  #header-nav #navigation-menu {
    font-size: 0.95rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  #header-nav #navigation-menu {
    font-size: 0.85rem !important;
  }
}
#header-nav #navigation-menu .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6509803922);
  justify-content: space-between;
}
#header-nav #navigation-menu .dropend .nav-link {
  color: #000;
  display: flex;
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  font-family: sans-serif;
  font-weight: 100;
  padding: 0.2em 1em;
}
#header-nav #navigation-menu .dropdown-item {
  color: #000;
}
#header-nav #navigation-menu .dropdown-item:hover {
  background-color: #112958;
  color: #fff;
  border-radius: 8px;
  transition: all 0.3s;
}
#header-nav #navigation-menu .nav-item .dropend > a {
  display: flex;
  align-items: center;
}
#header-nav #navigation-menu .dropdown .dropdown-menu {
  display: none;
  background-color: #f3faff;
  border: 1px solid #dee2e6;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-top: -5px;
  animation: slideIn 0.3s ease-in-out forwards;
}
#header-nav #navigation-menu .dropdown:hover > .dropdown-menu,
#header-nav #navigation-menu .dropend:hover > .dropdown-menu {
  display: block;
  margin-left: 0;
}
#header-nav #navigation-menu .dropdown-toggle::after {
  display: inline-block;
  transition: transform 0.3s;
}
#header-nav #navigation-menu .dropend:hover > .dropdown-toggle,
#header-nav #navigation-menu .dropend:focus-within > .dropdown-toggle {
  background-color: #112958;
  color: white;
  border-radius: 8px;
  transition: all 0.3s;
}
#header-nav #navigation-menu .nav-item:hover > .dropdown-toggle::after,
#header-nav #navigation-menu .nav-item:focus-within > .dropdown-toggle::after {
  transform: rotate(180deg);
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  #header-nav #navigation-menu .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
}
@media screen and (max-height: 930px) {
  #header-nav #navigation-menu .dropend:hover > .dropdown-menu {
    transform: translateY(-50%) !important;
  }
}
#header-nav #saglik-bakanligi-logo img {
  height: 70px;
}
#header-nav .language-select {
  justify-content: center;
  align-items: center;
  border: solid 1px #dee2e6;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  cursor: pointer;
  background-color: white !important;
}
#header-nav .offcanvas {
  background-color: #f3faff;
}
#header-nav .offcanvas a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  background-color: #f3faff;
  display: block;
  padding: 5px;
}
#header-nav .offcanvas button .fa-bars {
  color: #112958;
}
@media (min-width: 0) and (max-width: 570px) {
  #header-nav .offcanvas {
    width: 70%;
  }
}
#header-nav .offcanvas .offcanvas-header {
  justify-content: space-between;
}
#header-nav .offcanvas .offcanvas-header .navbar-brand img {
  height: 80px;
}
#header-nav .offcanvas .offcanvas-header .navbar-brand img #right-logo .navbar-brand img {
  height: 60px;
}
#header-nav .offcanvas .logo {
  display: flex;
  justify-content: space-between;
  padding: 5%;
}
#header-nav .offcanvas .logo a {
  display: flex;
  margin: 0;
  padding: 0;
}
#header-nav .offcanvas .logo a:nth-child(odd) {
  justify-content: start;
}
#header-nav .offcanvas .logo a:nth-child(2n) {
  justify-content: end;
}
#header-nav .offcanvas .logo img {
  max-width: 70%;
}
#header-nav .offcanvas .offcanvas-body form {
  display: flex;
  gap: 10px;
}
#header-nav .offcanvas .offcanvas-body form button {
  background-color: #112958;
  color: #f3faff;
}
#header-nav .offcanvas .offcanvas-body #offcanvas-body-list {
  margin-top: 1em;
}
#header-nav .offcanvas #mainAccordion,
#header-nav .offcanvas #mainAccordionRight {
  padding: 0;
  margin-top: 1.5rem;
}
#header-nav .offcanvas .accordion {
  --bs-accordion-btn-focus-box-shadow: none;
  list-style: none;
}
#header-nav .offcanvas .accordion li {
  margin-bottom: 10px;
}
#header-nav .offcanvas .accordion .accordion-body {
  padding: 1px 10px;
}
#header-nav .offcanvas .accordion .accordion-item {
  font-family: sans-serif;
  border: none;
  list-style: none;
  width: 100%;
  background-color: #f3faff;
}
#header-nav .offcanvas .accordion .accordion-item ul {
  padding: 0;
}
#header-nav .offcanvas .accordion .accordion-item a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  background-color: #f3faff;
  display: block;
  padding: 5px;
}
#header-nav .offcanvas .accordion .accordion-item a:focus {
  background-color: #112958;
  color: white;
  border-radius: 2px;
}
#header-nav .offcanvas .accordion .accordion-item .accordion-button {
  gap: 5px;
  padding: 0;
  margin-bottom: 10px;
  align-items: baseline;
  display: grid;
}
#header-nav .offcanvas .accordion .accordion-item .accordion-button::after {
  display: none;
}
#header-nav .offcanvas .accordion .accordion-item .accordion-button:not(.collapsed) > a {
  background-color: #112958;
  color: white;
  box-shadow: none;
}
#header-nav .offcanvas .accordion .accordion-item .accordion-button:not(.collapsed) i.fa-solid {
  transform: rotate(180deg);
}
#header-nav .offcanvas .accordion .active-bs {
  background-color: #112958 !important;
  color: white !important;
  box-shadow: none !important;
}

@keyframes slideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#content-title {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
}
@media (min-width: 0) and (max-width: 768px) {
  #content-title {
    text-align: center;
  }
}
#content-title .page-title-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
#content-title .page-title-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#content-title .page-title {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 3% 5%;
  color: white;
}
@media (min-width: 576px) and (max-width: 1400px) {
  #content-title .page-title {
    padding: 5%;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  #content-title .page-title {
    padding: 10% 5%;
  }
}
#content-title .page-title a {
  text-decoration: none;
  color: white;
}

#content-body-left-menu {
  font-size: 14px;
  width: 100%;
  margin-bottom: 3rem;
  font-family: sans-serif;
}
#content-body-left-menu h4 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#content-body-left-menu .title-image {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dbdada;
  padding: 10% 0;
}
#content-body-left-menu .title-image:first-child {
  padding: 0 0 10% 0;
}
#content-body-left-menu .title-image img {
  max-height: 100px;
}
#content-body-left-menu .accordion {
  --bs-accordion-btn-focus-box-shadow: none;
  list-style: none;
}
#content-body-left-menu #mainAccordionAside {
  padding: 0;
  margin-top: 1.5rem;
}
#content-body-left-menu .accordion-item {
  font-family: sans-serif;
  border: none;
  list-style: none;
  width: 100%;
}
#content-body-left-menu .accordion-item .accordion-button {
  gap: 5px;
  padding: 0;
  margin-bottom: 10px;
  align-items: baseline;
  display: grid;
}
#content-body-left-menu .accordion-item .accordion-button::after {
  display: none;
}
#content-body-left-menu .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fbfbfb !important;
  color: #000;
  box-shadow: none;
}
#content-body-left-menu .accordion-item .accordion-button:not(.collapsed) i.fa-solid {
  transform: rotate(90deg);
}
#content-body-left-menu ul {
  padding: 0;
}
#content-body-left-menu a {
  text-decoration: none;
  color: #505050;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 5px 0;
}
#content-body-left-menu a:focus {
  background-color: #fbfbfb !important;
}
#content-body-left-menu li {
  margin-bottom: 10px;
}
#content-body-left-menu .accordion-body {
  padding: 1px 10px;
}
#content-body-left-menu h6 {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #dbdada;
  padding: 5% 0;
}

#scrollTopBtn {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #112958;
  border: none;
  transition: 0.1s;
}
#scrollTopBtn:hover {
  transform: scale(1.03);
}
#scrollTopBtn i {
  color: white;
}

#footer {
  background-size: cover;
  color: white;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: relative;
  z-index: 1;
  font-family: sans-serif;
  justify-content: center;
}
#footer .footer-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
#footer .footer-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#footer #footer-top {
  padding: 0;
  padding: 3% 17% 0% 17%;
}
#footer #footer-top .br-bottom {
  border-bottom: 1px solid #a0a0a0;
}
@media (min-width: 0) and (max-width: 1600px) {
  #footer #footer-top {
    padding: 5% 5% 0 5% !important;
  }
}
#footer #footer-top ul {
  list-style: none;
  padding: 0;
}
#footer #footer-top .list {
  margin-bottom: 1rem;
  padding: 8px;
}
#footer #footer-top .list h4 {
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
#footer #footer-top .list li {
  margin-bottom: 1rem;
}
#footer #footer-top .list li a {
  color: #e8e8e8;
  transition: all 0.3s ease;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
#footer #footer-top .list li a:hover {
  color: #909c92;
}
#footer .row {
  --bs-gutter-x: 0;
}
#footer #footer-bottom {
  align-items: center;
  padding: 1% 17% 2% 17%;
}
#footer #footer-bottom #teknofest-logo {
  align-content: center;
}
#footer #footer-bottom #teknofest-logo img {
  height: 7vh;
}
#footer #footer-bottom #logos {
  display: flex;
  gap: 1.4rem;
}
@media (min-width: 0) and (max-width: 1600px) {
  #footer #footer-bottom {
    padding: 2% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 992px) {
  #footer #footer-bottom {
    flex-direction: column;
    align-items: center;
  }
  #footer #footer-bottom #logos {
    justify-content: center;
    margin-bottom: 2rem;
  }
  #footer #footer-bottom #tuseb-logo {
    text-align: center;
    justify-content: center;
  }
  #footer #footer-bottom #teknofest-logo {
    align-items: center;
  }
  #footer #footer-bottom #social-media-icons {
    margin-top: 2rem;
  }
  #footer #footer-bottom #social-media-icons .list {
    text-align: center;
    justify-content: center !important;
    padding: 0;
  }
}
#footer #footer-bottom #copyright {
  text-align: center;
  justify-content: center;
}
#footer #footer-bottom p {
  font-size: 16px;
  color: #e8e8e8;
  text-align: center;
  margin: 0;
}
#footer #footer-bottom #social-media-icons .list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  justify-content: end;
  margin: 0;
}
#footer #footer-bottom #social-media-icons .list i {
  color: #e8e8e8;
  font-size: 25px;
  margin-right: 10px;
}
#footer #footer-bottom #social-media-icons .list i:hover {
  color: #c9cac9;
}

#error500 {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: sans-serif;
}
#error500 h1 {
  margin: -10px 0 -30px;
  font-size: calc(17vw + 40px);
  opacity: 0.8;
}
#error500 h2 {
  font-size: 5vw;
  opacity: 0.8;
}
#error500 p {
  opacity: 0.8;
  font-size: 3vw;
  font-weight: bold;
}

#error404 {
  text-align: center;
  font-family: sans-serif;
  align-content: center;
  min-height: 65vh;
}
#error404 h1 {
  font-size: 14vw;
  opacity: 0.8;
}
#error404 h2 {
  font-size: 5vw;
  opacity: 0.8;
}
#error404 p {
  opacity: 0.8;
  font-size: 2vw;
  font-weight: bold;
}

#pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
  margin: 0;
}
#pagination .active > .page-link,
#pagination .page-link.active {
  background-color: #112958;
  border-color: #112958;
  color: white;
}
#pagination .page-link {
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  color: #112958;
}
#pagination .page-link:hover {
  background-color: #112958;
  color: white;
}
#pagination .page-link:focus {
  box-shadow: none;
}

#mini-pagination {
  display: flex;
  gap: 5px;
  margin-bottom: 0;
  flex-wrap: wrap;
  padding: 40px;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#mini-pagination .page-link {
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  color: #112958;
}
#mini-pagination .page-link:hover {
  background-color: #112958;
  color: white;
}

#tumunu-gor {
  display: flex;
  justify-content: end;
  padding-bottom: 40px;
}
#tumunu-gor a {
  color: #112958;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

#content-body {
  min-height: 75vh;
}
#content-body .menu-button {
  display: flex;
  justify-content: end;
  padding-top: 2%;
  padding-right: 4%;
}
#content-body .menu-button i {
  color: #112958;
}

#content-body-main-card {
  font-family: sans-serif;
  padding: 3% 17% 0 17%;
}
@media (min-width: 0) and (max-width: 1600px) {
  #content-body-main-card {
    padding: 3% 5% 0 5% !important;
  }
}
#content-body-main-card #content-body-right {
  min-height: 75vh;
}
#content-body-main-card #content-body-right #swiper-slide {
  --swiper-navigation-color: #112958;
  margin-bottom: 25px;
}
#content-body-main-card #content-body-right #swiper-slide .swiper-card-body {
  height: 90px;
  padding: 20px;
  margin-bottom: 60px;
}
#content-body-main-card #content-body-right #swiper-slide .swiper-card-body h6 {
  color: #005aa3;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content-body-main-card #content-body-right #swiper-slide .swiper-card-body p {
  font-size: 14px;
  color: black;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content-body-main-card #content-body-right #swiper-slide a {
  text-decoration: none;
}
#content-body-main-card #content-body-right #swiper-slide .swiper-container {
  width: 100%;
  height: 70%;
}
#content-body-main-card #content-body-right #swiper-slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content-body-main-card #content-body-right #swiper-slide swiper-slide img {
  display: block;
  width: 100%;
  max-height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
#content-body-main-card #content-body-right #card {
  font-family: sans-serif;
}
#content-body-main-card #content-body-right #card .slider {
  border: rgba(0, 0, 0, 0.175) 1px solid;
  box-sizing: border-box;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 8px;
}
#content-body-main-card #content-body-right #card .slider:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
#content-body-main-card #content-body-right #card .col-lg-6 {
  padding: 0 2%;
}
#content-body-main-card #content-body-right #card .card {
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
}
#content-body-main-card #content-body-right #card .card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#content-body-main-card #content-body-right #card .card iframe {
  width: 100%;
  justify-items: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
  height: 17rem;
}
#content-body-main-card #content-body-right #card .card:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
#content-body-main-card #content-body-right #card .card .card-body {
  height: 140px;
}
#content-body-main-card #content-body-right #card .card .card-body h5 {
  line-height: 1.4rem;
  text-decoration: none;
  color: #005aa3;
  text-align: justify;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content-body-main-card #content-body-right #card .card .card-body p {
  line-height: 1.4rem;
  font-size: 14px;
  text-align: justify;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content-body-main-card #content-body-right #card .card .no-desc {
  height: 90px;
}
#content-body-main-card #content-body-right #card .card .card-footer {
  border: none;
  background: white;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
#content-body-main-card #content-body-right #card .card .card-footer .card-date {
  opacity: 0.8;
}
@media screen and (max-width: 335px) {
  #content-body-main-card #content-body-right #card .card .card-footer .card-date {
    font-size: 10px;
  }
}
#content-body-main-card #content-body-right #card .card .card-footer .detail-button a {
  font-weight: 600;
  text-decoration: none;
  color: #005aa3;
}
@media screen and (max-width: 335px) {
  #content-body-main-card #content-body-right #card .card .card-footer .detail-button a {
    font-size: 10px !important;
  }
}
#content-body-main-card #content-body-right #title h3 {
  color: #112958;
  text-align: justify;
  font-weight: 600;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #content-body-main-card #content-body-right #title h3 {
    text-align: center;
  }
}
#content-body-main-card #content-body-right #title .gradient-hr {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #112958, white);
  border: none;
  margin: 20px auto;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #content-body-main-card #content-body-right #title .gradient-hr {
    background: linear-gradient(to right, white, #112958, white);
  }
}
#content-body-main-card #content-body-right #pagination,
#content-body-main-card #content-body-right #mini-pagination {
  padding-top: 0;
}

#content-body-editor {
  font-family: sans-serif;
  padding: 3% 17%;
}
@media (min-width: 0) and (max-width: 992px) {
  #content-body-editor {
    padding: 1% 5% !important;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  #content-body-editor {
    padding: 5% !important;
  }
}
#content-body-editor #content-body-right {
  min-height: 75vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
#content-body-editor #content-body-right .card {
  border: none;
  padding: 5%;
}
#content-body-editor #content-body-right .card p.content-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#content-body-editor #content-body-right .card h1,
#content-body-editor #content-body-right .card h2,
#content-body-editor #content-body-right .card h3,
#content-body-editor #content-body-right .card h4,
#content-body-editor #content-body-right .card h5,
#content-body-editor #content-body-right .card h6 {
  text-align: center;
  font-weight: 600;
}
#content-body-editor #content-body-right .card li a {
  text-decoration: none;
  color: #005aa3;
  padding: 0;
}
#content-body-editor #content-body-right .card li a:hover {
  color: #112958;
}
#content-body-editor #content-body-right .card img {
  max-height: -moz-max-content;
  max-height: max-content;
  width: 100%;
  padding: 2% 0;
  text-align: center;
}
#content-body-editor #content-body-right .card a {
  text-align: justify;
  text-decoration: none;
  color: #005aa3;
  padding: 2% 0;
}
#content-body-editor #content-body-right .card a:hover {
  color: #112958;
}
#content-body-editor #content-body-right .card p {
  text-align: justify;
}
#content-body-editor #content-body-right .card iframe {
  align-self: center;
  padding: 5% 0;
  max-width: 100%;
}
#content-body-editor #content-body-right .card table {
  margin: 5% 0;
}
#content-body-editor #content-body-right .card table th {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border: solid 1px #ddd;
  font-weight: 600;
  text-align: center;
  color: #555555;
  font-size: 15px;
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-editor #content-body-right .card table th {
    font-size: 13px !important;
  }
}
#content-body-editor #content-body-right .card table td {
  padding: 10px 15px;
  border: solid 1px #ddd;
  color: #555555;
  font-size: 14px;
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-editor #content-body-right .card table td {
    font-size: 12px !important;
  }
}

#content-body-personel {
  font-family: sans-serif;
  padding: 3% 17%;
}
@media (min-width: 992px) and (max-width: 1600px) {
  #content-body-personel {
    padding: 5% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-personel {
    padding: 10% 5% !important;
  }
  #content-body-personel p {
    font-size: 0.9rem;
  }
  #content-body-personel img {
    width: 30% !important;
    height: 30% !important;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  #content-body-personel {
    padding: 1% 5% 5% 5% !important;
  }
  #content-body-personel img {
    width: 100px !important;
    height: 100px !important;
  }
}
#content-body-personel #content-body-right {
  min-height: 75vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
#content-body-personel #content-body-right .card {
  border: none;
  padding: 5%;
}
#content-body-personel #content-body-right .card img {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0%;
  width: 120px;
  height: 120px;
  border: none;
  text-align: center;
}
#content-body-personel #content-body-right .card #card-title {
  gap: 5%;
  align-items: center;
  padding-bottom: 4%;
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-personel #content-body-right .card #card-title {
    text-align: center;
  }
}
#content-body-personel #content-body-right .card #card-title h3 {
  margin-top: 1rem;
  font-weight: 700;
  font-size: calc(1rem + 0.6vw);
}
#content-body-personel #content-body-right .card #card-title p {
  opacity: 0.8;
  font-size: 1rem;
}
#content-body-personel #content-body-right .card #card-title p a {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
  padding: 0.1rem 0.5rem;
  cursor: pointer;
}
#content-body-personel #content-body-right .card #card-body .subtitle {
  opacity: 0.8;
  border-bottom: 1px solid rgb(192, 187, 187);
}
#content-body-personel #content-body-right .card #card-body #ekibimiz {
  padding: 5% 0;
}
#content-body-personel #content-body-right .card #card-body #ekibimiz p {
  opacity: 0.8;
}
#content-body-personel #content-body-right .card #card-body #ekibimiz p a {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
  padding: 0.1rem 0.5rem;
  cursor: pointer;
}
#content-body-personel #content-body-right .card #card-body .person {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5%;
}
#content-body-personel #content-body-right .card #card-body .person .person-detail h5 {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1rem;
}
#content-body-personel #content-body-right .card #card-body .person p {
  font-size: 0.9rem;
}
#content-body-personel #content-body-right .card #card-body #gorevlerimiz {
  text-align: justify;
  padding: 2% 0 0 0;
}

#content-body-file-list {
  font-family: sans-serif;
  padding: 3% 17% 0 17%;
}
@media (min-width: 576px) and (max-width: 992px) {
  #content-body-file-list {
    padding: 1% 5% 0 5% !important;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  #content-body-file-list {
    padding: 5% 5% 0 5% !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-file-list {
    padding: 2% 5% 0 5% !important;
  }
}
#content-body-file-list #content-body-right .card {
  border: none;
  padding: 2%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  min-height: 110vh;
}
#content-body-file-list #content-body-right .card #card-body li {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  text-align: justify;
  border: none;
  flex-wrap: wrap;
  border-bottom: 1px solid rgb(192, 187, 187);
  padding: 20px 10px;
}
#content-body-file-list #content-body-right .card #card-body li:last-child {
  border-bottom: none;
}
#content-body-file-list #content-body-right .card #card-body li a {
  text-decoration: none;
  color: black;
  flex: 1;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  #content-body-file-list #content-body-right .card #card-body li a {
    font-size: 14px;
  }
}

#no-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#no-page .card {
  min-height: 50vh;
  border: none;
  padding: 2%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 5%;
  align-items: center;
}
#no-page .card .no-page-image {
  justify-content: center;
  margin-bottom: 10px;
}
#no-page .card h3,
#no-page .card p {
  margin: 20px 0px;
}
#no-page .card form {
  display: flex;
  background-color: #eef0f1;
  margin-top: 20px;
}
#no-page .card form input {
  background-color: #eef0f1;
  border: none;
}
#no-page .card form .btn {
  color: #666;
  font-size: 20px;
}
#no-page .card a {
  margin-top: 20px;
  border: 1px solid #f3f8f9;
  border-radius: 30px;
  background-color: #f3f8f9;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 700;
}

#content-body-duyurular {
  font-family: sans-serif;
  padding: 3% 17% 0 17%;
}
@media (min-width: 992px) and (max-width: 1600px) {
  #content-body-duyurular {
    padding: 5% 5% 0 5% !important;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  #content-body-duyurular {
    padding: 2% 5% 0 5% !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-duyurular {
    padding: 10% 5% 0 5% !important;
  }
}
#content-body-duyurular #content-body-right .right-card {
  min-height: 100vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
#content-body-duyurular #content-body-right #card-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#content-body-duyurular #content-body-right #card-body ul li {
  border-bottom: 1px solid rgb(192, 187, 187);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 3%;
}
#content-body-duyurular #content-body-right #card-body ul li:last-child {
  border-bottom: none;
}
#content-body-duyurular #content-body-right #card-body ul li:hover {
  background-color: #f8f9fa;
  transition: all 0.3s;
}
#content-body-duyurular #content-body-right #card-body ul li h6 {
  font-weight: 700;
  text-decoration: none;
  color: #005aa3;
}
#content-body-duyurular #content-body-right #card-body ul li .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
#content-body-duyurular #content-body-right #card-body ul li .bottom .card-date {
  opacity: 0.8;
  font-size: 14px;
}
#content-body-duyurular #content-body-right #card-body ul li .bottom .card-detail a {
  text-decoration: none;
  color: #112958;
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-duyurular #content-body-right #card-body ul li {
    padding: 5%;
  }
}

#content-body-sss {
  font-family: sans-serif;
  padding: 3% 17%;
}
@media (min-width: 0) and (max-width: 992px) {
  #content-body-sss {
    padding: 1% 5%;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  #content-body-sss {
    padding: 5%;
  }
}
#content-body-sss #content-body-right {
  min-height: 75vh;
}
#content-body-sss #content-body-right #title {
  border-bottom: 1px solid #dbdada;
  margin-bottom: 20px;
}
#content-body-sss #content-body-right #title h3 {
  color: #112958;
  text-align: justify;
  font-weight: 600;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #content-body-sss #content-body-right #title h3 {
    text-align: center;
  }
}
#content-body-sss #content-body-right .accordion {
  min-width: -moz-min-content;
  min-width: min-content;
}
#content-body-sss #content-body-right .accordion .accordion-item {
  margin-top: 1rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
#content-body-sss #content-body-right .accordion .accordion-button {
  justify-content: space-between;
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 2%;
}
#content-body-sss #content-body-right .accordion .accordion-button p {
  font-size: 0.95rem;
  margin: 0;
}
#content-body-sss #content-body-right .accordion .accordion-button:not(.collapsed) {
  background-color: #112958;
  color: white;
}
#content-body-sss #content-body-right .accordion .accordion-button::after {
  display: none;
}
#content-body-sss #content-body-right .accordion .accordion-button:focus {
  box-shadow: none;
}
#content-body-sss #content-body-right .accordion .accordion-button:not(.collapsed) i.fa-solid {
  transform: rotate(180deg);
}
#content-body-sss #content-body-right .accordion .accordion-body {
  font-family: sans-serif;
  padding: 15px;
  border-radius: 8px;
  font-size: 0.9rem;
}
#content-body-sss #content-body-right .accordion .accordion-body a {
  color: #005aa3;
  text-decoration: none;
  font-weight: 600;
}
#content-body-sss #content-body-right .accordion .accordion-body a i {
  margin-left: 5px;
}
#content-body-sss #content-body-right .accordion .collapsing {
  transition: height 0.8s ease;
}

#content-body-main-standartlar {
  font-family: sans-serif;
  padding: 3% 17%;
}
@media (min-width: 768px) and (max-width: 1600px) {
  #content-body-main-standartlar {
    padding: 3% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-main-standartlar {
    padding: 5% 5% !important;
  }
}
#content-body-main-standartlar #content-body-right {
  min-height: 75vh;
  padding: 0;
}
#content-body-main-standartlar #content-body-right #card {
  font-family: sans-serif;
}
#content-body-main-standartlar #content-body-right #card .card {
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
}
#content-body-main-standartlar #content-body-right #card .card img {
  width: 100%;
  justify-items: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}
#content-body-main-standartlar #content-body-right #card .card:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
#content-body-main-standartlar #content-body-right #card .card .card-body {
  height: 70px;
}
#content-body-main-standartlar #content-body-right #card .card .card-body h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-decoration: none;
  color: #005aa3;
  text-align: justify;
  font-size: 14px;
  font-weight: 600;
}
#content-body-main-standartlar #content-body-right #card .card .card-footer {
  border: none;
  background: white;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
#content-body-main-standartlar #content-body-right #card .card .card-footer .card-date {
  opacity: 0.8;
}
@media screen and (max-width: 335px) {
  #content-body-main-standartlar #content-body-right #card .card .card-footer .card-date {
    font-size: 10px;
  }
}
#content-body-main-standartlar #content-body-right #card .card .card-footer .detail-button a {
  font-weight: 600;
  text-decoration: none;
  color: black;
  opacity: 0.8;
}
@media screen and (max-width: 335px) {
  #content-body-main-standartlar #content-body-right #card .card .card-footer .detail-button a {
    font-size: 10px !important;
  }
}

#content-body-tae-klinik {
  font-family: sans-serif;
  padding: 3% 17%;
}
@media (min-width: 768px) and (max-width: 1600px) {
  #content-body-tae-klinik {
    padding: 5% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-tae-klinik {
    padding: 10% 5% !important;
  }
}
#content-body-tae-klinik #content-body-right {
  min-height: 75vh;
  padding: 0;
}
#content-body-tae-klinik #content-body-right #title {
  border-bottom: 1px solid #dbdada;
  margin-bottom: 20px;
}
#content-body-tae-klinik #content-body-right #title h3 {
  color: #112958;
  text-align: justify;
  font-weight: 600;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #content-body-tae-klinik #content-body-right #title h3 {
    text-align: center;
  }
}
#content-body-tae-klinik #content-body-right #card {
  font-family: sans-serif;
}
#content-body-tae-klinik #content-body-right #card .card {
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
}
#content-body-tae-klinik #content-body-right #card .card:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
#content-body-tae-klinik #content-body-right #card .col-lg-4 {
  display: flex;
}
#content-body-tae-klinik #content-body-right #card .card-body a {
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  gap: 10px;
}
#content-body-tae-klinik #content-body-right #card .card-body a h6 {
  font-weight: 700;
  margin: 0;
}
#content-body-tae-klinik #content-body-right #card .card-body img {
  height: 35px;
}

#content-body-calendar {
  font-family: sans-serif;
  padding: 3% 17%;
}
@media (min-width: 768px) and (max-width: 1600px) {
  #content-body-calendar {
    padding: 3% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-calendar {
    padding: 10% 5% !important;
  }
}
#content-body-calendar #content-body-right {
  min-height: 75vh;
  padding: 0;
  font-family: sans-serif;
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-calendar #content-body-right {
    min-height: 100vh;
  }
}
#content-body-calendar #content-body-right #calendar {
  padding: 4% 0%;
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-calendar #content-body-right #calendar {
    display: none;
  }
}
#content-body-calendar #content-body-right #calendar a {
  text-decoration: none;
  color: #112958;
}
#content-body-calendar #content-body-right #calendar .fc-daygrid-day-frame {
  max-height: 60px;
  overflow-y: auto;
  padding: 2%;
}
#content-body-calendar #content-body-right #calendar .fc-daygrid-day-frame::-webkit-scrollbar {
  width: 10px;
}
#content-body-calendar #content-body-right #calendar .fc-daygrid-day-frame::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#content-body-calendar #content-body-right #calendar .fc-daygrid-day-frame::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
#content-body-calendar #content-body-right #calendar .fc-daygrid-day-frame::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#content-body-calendar #content-body-right #calendar .fc-daygrid-event {
  white-space: normal;
  height: auto;
  padding: 2%;
  border: none;
  margin-bottom: 5px;
  cursor: pointer;
}
#content-body-calendar #content-body-right #calendar .fc-daygrid-event:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#content-body-calendar #content-body-right #calendar .fc-daygrid-event .fc-event-main {
  font-size: 10px;
}
#content-body-calendar #content-body-right #calendar .fc-toolbar-chunk {
  display: flex;
  margin-right: 4%;
}
#content-body-calendar #content-body-right #calendar #yearSelect,
#content-body-calendar #content-body-right #calendar #monthSelect {
  background-color: #2E3B50;
  color: white;
  padding: 6%;
  margin: 0;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}
#content-body-calendar #content-body-right .modal h4 {
  font-size: 1rem;
  font-weight: 600;
  text-align: justify;
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-calendar #content-body-right .modal h4 {
    font-size: 0.75rem;
  }
}
#content-body-calendar #content-body-right .modal p {
  text-align: justify;
  margin-top: 10px;
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-calendar #content-body-right .modal p {
    font-size: 0.9rem;
  }
}
#content-body-calendar #content-body-right .modal p img {
  width: 100%;
}
#content-body-calendar #content-body-right .modal .modal-image {
  text-align: center;
}
#content-body-calendar #content-body-right .modal .modal-content {
  min-height: 500px;
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-calendar #content-body-right .modal button {
    font-size: 0.75rem;
  }
}
#content-body-calendar #content-body-right #min-calendar {
  min-height: -moz-min-content;
  min-height: min-content;
  margin-bottom: 200px;
}
@media (min-width: 768px) {
  #content-body-calendar #content-body-right #min-calendar {
    display: none;
  }
}
#content-body-calendar #content-body-right #min-calendar .fc-toolbar-title {
  font-size: 1.3rem;
  font-weight: 600;
}
#content-body-calendar #content-body-right #min-calendar a {
  text-decoration: none;
  color: #112958;
  font-size: 1rem;
}
#content-body-calendar #content-body-right #min-calendar .fc-list-event-time {
  display: none !important;
}
#content-body-calendar #content-body-right #min-calendar .fc-scroller {
  overflow: hidden;
  height: auto;
}
#content-body-calendar #content-body-right #min-calendar .fc-scroller-liquid {
  flex: none;
  width: auto;
}
#content-body-calendar #content-body-right #min-calendar .fc-list {
  border: none;
}

#popupModal h4 {
  font-size: 1rem;
  font-weight: 600;
  text-align: justify;
}
@media (min-width: 0) and (max-width: 768px) {
  #popupModal h4 {
    font-size: 0.75rem;
  }
}
#popupModal p {
  text-align: justify;
  margin-top: 10px;
}
@media (min-width: 0) and (max-width: 768px) {
  #popupModal p {
    font-size: 0.9rem;
  }
}
#popupModal p img {
  width: 100%;
}
#popupModal .modal-image {
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
}
#popupModal .modal-content {
  min-height: 500px;
}

#content-body-arama-sonuc {
  padding: 3% 15%;
  display: flex;
  font-family: sans-serif;
  justify-content: space-between !important;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-arama-sonuc {
    padding: 5% 5% !important;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  #content-body-arama-sonuc {
    padding: 5% 5% !important;
  }
}
#content-body-arama-sonuc h2 {
  color: #112958;
  text-align: justify;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #content-body-arama-sonuc h2 {
    text-align: center;
  }
}
#content-body-arama-sonuc .gradient-hr {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #112958, white);
  border: none;
  margin: 20px auto;
}
@media (min-width: 0) and (max-width: 767.98px) {
  #content-body-arama-sonuc .gradient-hr {
    background: linear-gradient(to right, white, #112958, white);
  }
}
#content-body-arama-sonuc h6 {
  color: #005aa3;
  text-align: justify;
  line-height: 1.2;
  font-weight: 700;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 0) and (max-width: 991.98px) {
  #content-body-arama-sonuc h6 {
    -webkit-line-clamp: 2;
  }
}
#content-body-arama-sonuc .text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}
#content-body-arama-sonuc .text p {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 0) and (max-width: 991.98px) {
  #content-body-arama-sonuc .text p {
    -webkit-line-clamp: 2;
  }
}
#content-body-arama-sonuc .text i {
  color: #112958;
  align-items: flex-end;
}
#content-body-arama-sonuc .list-group-item {
  padding: 2%;
  border-bottom: 1px solid rgb(192, 187, 187);
}
#content-body-arama-sonuc .list-group-item:last-child {
  border-bottom: none;
}/*# sourceMappingURL=style.css.map */