@charset "UTF-8";
#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 .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 {
  min-height: 75vh;
}

#content-title {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@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;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.9);
  }
}
.body-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.body-content-loader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-content-loader-item {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 66%, #00bfff 100%);
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.body-content-loader-image {
  position: absolute;
  background-color: #052c65;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse 2s infinite;
}

.body-content-loader-item::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 5px 25px rgba(1, 1, 1, 0.2);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.body-content-loader-image-detail {
  width: 35px;
  height: 55px;
  margin: 0;
}

.container {
  --bs-gutter-x: 0;
}

.container-fluid {
  --bs-gutter-x: 0;
}

#index-slider {
  --swiper-navigation-color: #ffff;
  /* Slider içindeki img etiketleri için geçiş animasyonu ekle */
}
#index-slider .mySwiper1 .slider-item {
  /* height: auto; */
}
#index-slider .mySwiper1 .slider-item img {
  transition: transform 0.5s ease;
  cursor: pointer;
}
#index-slider .mySwiper1 .slider-item img:hover {
  transform: scale(1.03);
}
#index-slider swiper-container {
  --swiper-navigation-size: 2rem !important;
}
@media (min-width: 0) and (max-width: 992px) {
  #index-slider swiper-container {
    --swiper-navigation-size: 1.5rem !important;
  }
}
#index-slider .swiper-container {
  width: 100%;
  height: 70%;
}
#index-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  --swiper-navigation-size: 144px;
}
#index-slider swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 2.75;
  /* height: 100%;
  min-height: 100%;
  max-height: 750px; */
}
#index-slider #slider-bottom {
  display: flex;
  justify-content: end;
  padding: 2% 2%;
}
#index-slider #slider-bottom a {
  color: #112958;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

#index-haberler {
  font-family: sans-serif;
  background-color: #f9fbfd;
  text-align: justify;
}
#index-haberler h2 {
  font-weight: 700;
  color: #112958;
  padding: 3% 17% 0 17%;
}
@media (min-width: 1200px) and (max-width: 1600px), (min-width: 600px) and (max-width: 1200px) {
  #index-haberler h2 {
    padding: 3% 5% 0 5% !important;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  #index-haberler h2 {
    padding: 5% 5% 0 5% !important;
  }
}
#index-haberler .swiper-container {
  width: 100%;
  height: 70%;
}
#index-haberler .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-haberler #mySwiper {
  padding: 0 15.5%;
}
@media (min-width: 0) and (max-width: 1600px) {
  #index-haberler #mySwiper {
    padding: 0 5% !important;
  }
}
#index-haberler .swiper-card {
  padding: 2%;
}
#index-haberler .swiper-card .card {
  transition: 0.3s;
}
#index-haberler .swiper-card .card:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
#index-haberler .swiper-card .card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#index-haberler .swiper-card .card .card-body {
  height: 160px;
}
#index-haberler .swiper-card .card .card-body h5 {
  font-size: 16px;
  font-weight: 700;
  color: #005aa3;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-haberler .swiper-card .card .card-body p {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-haberler .swiper-card .card .card-footer {
  display: flex;
  justify-content: space-between;
  border: none;
  background: white;
  align-items: center;
}
#index-haberler .swiper-card .card .card-footer .card-date {
  opacity: 0.8;
  font-size: 13px;
}
#index-haberler .swiper-card .card .card-footer .detail-button {
  margin-left: 0;
}
#index-haberler .swiper-card .card .card-footer .detail-button a {
  font-size: 13px;
  font-weight: 600;
  color: #005aa3;
  text-decoration: none;
  outline: none;
}
#index-haberler #haberler-bottom {
  display: flex;
  justify-content: end;
  padding: 2% 17%;
}
@media (min-width: 0) and (max-width: 992px) {
  #index-haberler #haberler-bottom a {
    font-size: 0.9rem;
  }
}
@media (min-width: 0) and (max-width: 540px) {
  #index-haberler #haberler-bottom {
    padding: 5% 7%;
  }
}
@media (min-width: 540px) and (max-width: 1600px) {
  #index-haberler #haberler-bottom {
    padding: 2% 7%;
  }
}
#index-haberler #haberler-bottom a {
  color: #112958;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

#index-duyurular {
  background-color: #fff;
  padding: 2% 17% 3% 17%;
  font-family: sans-serif;
  text-align: justify;
}
@media (min-width: 0) and (max-width: 1600px) {
  #index-duyurular {
    padding: 4% 5% !important;
  }
}
#index-duyurular h2 {
  font-weight: 700;
  color: #112958;
}
#index-duyurular .accordion {
  min-width: -moz-min-content;
  min-width: min-content;
  gap: 10px;
}
#index-duyurular .accordion .accordion-item {
  margin-top: 1.3rem;
  box-shadow: 0 0 49px 0 rgba(0, 0, 0, 0.08);
}
#index-duyurular .accordion .accordion-button {
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
  text-align: justify;
}
#index-duyurular .accordion .accordion-button .accordion-title-left {
  padding-right: 10px;
  display: flex;
  gap: 0.5rem;
}
#index-duyurular .accordion .accordion-button a {
  padding-left: 5px;
  display: inline-block;
  word-break: break-all;
}
@media (min-width: 0) and (max-width: 992px) {
  #index-duyurular .accordion .accordion-button a {
    font-size: 0.95rem;
  }
}
@media (min-width: 0) and (max-width: 160px) {
  #index-duyurular .accordion .accordion-button i {
    display: none;
  }
}
#index-duyurular .accordion .accordion-button:not(.collapsed) {
  background-color: #112958;
  color: white;
}
#index-duyurular .accordion .accordion-button:not(.collapsed) .accordion-title-right i.fa-solid {
  transform: rotate(180deg);
}
#index-duyurular .accordion .accordion-button::after {
  display: none;
}
#index-duyurular .accordion .accordion-button:focus {
  box-shadow: none;
}
#index-duyurular .accordion .accordion-body {
  font-family: sans-serif;
  padding: 15px;
}
#index-duyurular .accordion .accordion-body p {
  color: #2c2c2c;
  font-size: 1rem;
  line-height: 1.5rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-duyurular .accordion .accordion-body a {
  display: flex;
  color: #112958;
  text-decoration: none !important;
  font-size: 14px;
  justify-content: end;
  align-items: center;
}
#index-duyurular .accordion .accordion-body a i {
  margin-left: 5px;
}
@media (min-width: 0) and (max-width: 992px) {
  #index-duyurular .accordion .accordion-body a {
    font-size: 0.9rem !important;
  }
}
#index-duyurular #duyurular-bottom {
  display: flex;
  justify-content: end;
  padding-top: 5%;
}
@media (min-width: 0) and (max-width: 540px) {
  #index-duyurular #duyurular-bottom {
    padding: 5% 0 5% 0;
  }
}
@media (min-width: 540px) and (max-width: 1200px) {
  #index-duyurular #duyurular-bottom {
    padding-top: 4%;
  }
}
#index-duyurular #duyurular-bottom a {
  color: #112958;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
@media (min-width: 0) and (max-width: 992px) {
  #index-duyurular #duyurular-bottom a {
    font-size: 0.9rem;
  }
}

#content-body-ekibimiz {
  font-family: sans-serif;
  padding: 3% 17%;
}
@media (min-width: 576px) and (max-width: 1600px) {
  #content-body-ekibimiz {
    padding: 5% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-ekibimiz {
    padding: 10% 5% !important;
  }
  #content-body-ekibimiz p {
    font-size: 0.9rem;
  }
  #content-body-ekibimiz img {
    width: 30% !important;
    height: 30% !important;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  #content-body-ekibimiz img {
    width: 100px !important;
    height: 100px !important;
  }
}
#content-body-ekibimiz #content-body-right {
  min-height: 75vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
#content-body-ekibimiz #content-body-right .card {
  border: none;
  padding: 5%;
}
#content-body-ekibimiz #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-ekibimiz #content-body-right .card #card-title {
  gap: 5%;
  align-items: center;
  padding-bottom: 4%;
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-ekibimiz #content-body-right .card #card-title {
    text-align: center;
  }
}
#content-body-ekibimiz #content-body-right .card #card-title h3 {
  margin-top: 1rem;
  font-weight: 700;
  font-size: calc(1rem + 0.6vw);
}
#content-body-ekibimiz #content-body-right .card #card-title p {
  opacity: 0.8;
  font-size: 1rem;
}
#content-body-ekibimiz #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-ekibimiz #content-body-right .card #card-body .subtitle {
  opacity: 0.8;
  border-bottom: 1px solid #e9e9e9;
  padding: 0.5rem 0.25rem;
  display: flex;
}
#content-body-ekibimiz #content-body-right .card #card-body .subtitle p {
  margin: 0;
  display: block !important;
  width: 100%;
  align-self: center;
  opacity: 0.8;
}
#content-body-ekibimiz #content-body-right .card #card-body #ekibimiz {
  padding: 5% 0 0 0;
}
#content-body-ekibimiz #content-body-right .card #card-body #ekibimiz p {
  opacity: 0.8;
}
#content-body-ekibimiz #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-ekibimiz #content-body-right .card #card-body .person {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 5%;
}
#content-body-ekibimiz #content-body-right .card #card-body .person .person-detail h5 {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1rem;
}
#content-body-ekibimiz #content-body-right .card #card-body .person .person-detail p {
  font-size: 0.9rem;
}
#content-body-ekibimiz #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: 1600px) {
  #content-body-file-list {
    padding: 5% 5% 0 5% !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-file-list {
    padding: 10% 5% 0 5% !important;
  }
}
#content-body-file-list #content-body-right .card {
  border: none;
  padding: 2%;
  min-height: 75vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
#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;
}

#content-body-yonetim-kurulu {
  font-family: sans-serif;
  padding: 3% 17%;
  /* Varsayılan padding değeri */
}
@media (min-width: 576px) and (max-width: 1600px) {
  #content-body-yonetim-kurulu {
    padding: 5% 5% !important;
    /* 576px ile 1600px arasında farklı padding */
  }
}
@media (max-width: 576px) {
  #content-body-yonetim-kurulu {
    padding: 10% 5% !important;
    /* 576px'den küçük ekranlar için padding */
  }
}
#content-body-yonetim-kurulu #content-body-right {
  min-height: 75vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
#content-body-yonetim-kurulu #content-body-right .card {
  border: none;
  padding: 1% 5% 5% 5%;
  /* Varsayılan card padding değeri */
}
@media (max-width: 576px) {
  #content-body-yonetim-kurulu #content-body-right .card {
    padding: 10% 5%;
    /* Küçük ekranlar için card padding */
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #content-body-yonetim-kurulu #content-body-right .card {
    padding: 5%;
    /* 576px ile 768px arasında card padding */
  }
}
#content-body-yonetim-kurulu #content-body-right .card #card-title {
  text-align: center;
  margin-bottom: 3%;
}
#content-body-yonetim-kurulu #content-body-right .card .person {
  margin-top: 5%;
}
#content-body-yonetim-kurulu #content-body-right .card .person h5 {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  #content-body-yonetim-kurulu #content-body-right .card .person h5 {
    font-size: calc(1rem + 0.6vw);
    /* Küçük ekranlar için h5 font-size */
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  #content-body-yonetim-kurulu #content-body-right .card .person h5 {
    font-size: calc(0.9rem + 0.6vw);
    /* 576px ile 992px arasında h5 font-size */
  }
}
#content-body-yonetim-kurulu #content-body-right .card .person p {
  opacity: 0.8;
  font-weight: 600;
}
@media (max-width: 576px) {
  #content-body-yonetim-kurulu #content-body-right .card .person p {
    font-size: 0.8rem;
    /* Küçük ekranlar için p font-size */
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  #content-body-yonetim-kurulu #content-body-right .card .person p {
    font-size: 1rem;
    /* 576px ile 992px arasında p font-size */
  }
}
#content-body-yonetim-kurulu #content-body-right .card .person p a {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
  padding: 0.1rem 0.5rem;
  cursor: pointer;
}
#content-body-yonetim-kurulu #content-body-right .card img {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0%;
  width: 110px;
  height: 110px;
  border: none;
  text-align: center;
}
@media (max-width: 576px) {
  #content-body-yonetim-kurulu #content-body-right .card img {
    width: 35% !important;
    height: 35% !important;
    /* Küçük ekranlar için img boyutları */
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #content-body-yonetim-kurulu #content-body-right .card img {
    width: 100px !important;
    height: 100px !important;
    /* 576px ile 768px arasında img boyutları */
  }
}
#content-body-yonetim-kurulu #content-body-right .card #card-body {
  text-align: center;
  justify-content: center;
  align-items: center;
}
#content-body-yonetim-kurulu #content-body-right .card #card-body .row {
  justify-content: center;
}

#content-body-ust-yonetim {
  font-family: sans-serif;
  padding: 3% 17%;
  /* Varsayılan değer */
}
@media (min-width: 576px) and (max-width: 1600px) {
  #content-body-ust-yonetim {
    padding: 5% 5% !important;
    /* 576px ile 1600px arasında farklı değer */
  }
}
@media (max-width: 576px) {
  #content-body-ust-yonetim {
    padding: 10% 5% !important;
    /* 576px'den küçük ekranlarda farklı değer */
  }
}
#content-body-ust-yonetim #content-body-right {
  min-height: 75vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
#content-body-ust-yonetim #content-body-right .card {
  border: none;
  padding: 3% 5%;
  /* Varsayılan değer */
}
@media (max-width: 576px) {
  #content-body-ust-yonetim #content-body-right .card {
    padding: 3% 5%;
    /* 576px'den küçük ekranlar için aynı değer */
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #content-body-ust-yonetim #content-body-right .card {
    padding: 5%;
    /* 576px ile 768px arasında farklı değer */
  }
}
#content-body-ust-yonetim #content-body-right .card #card-body .list-group-item {
  padding: 3% 0;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgb(192, 187, 187);
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
#content-body-ust-yonetim #content-body-right .card #card-body .list-group-item:last-child {
  border-bottom: none;
}
#content-body-ust-yonetim #content-body-right .card #card-body .list-group-item h5 {
  font-weight: 700;
}
#content-body-ust-yonetim #content-body-right .card #card-body .list-group-item p {
  opacity: 0.8;
  flex-wrap: wrap;
}
#content-body-ust-yonetim #content-body-right .card #card-body .list-group-item p a {
  color: #000;
  text-decoration: none;
  opacity: 0.8;
  padding: 0.1rem 0.5rem;
  cursor: pointer;
}
#content-body-ust-yonetim #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;
}
@media (max-width: 576px) {
  #content-body-ust-yonetim #content-body-right .card img {
    width: 100px !important;
    height: 100px !important;
    /* Küçük ekranlar için farklı boyut */
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #content-body-ust-yonetim #content-body-right .card img {
    width: 100px !important;
    height: 100px !important;
    /* 576px ile 768px arasında farklı boyut */
  }
}

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

#content-body-yerleske {
  font-family: sans-serif;
  padding: 3% 17%;
}
#content-body-yerleske #content-body-right {
  min-height: 75vh;
}
#content-body-yerleske #content-body-right .row {
  margin-bottom: 30px;
}
#content-body-yerleske #content-body-right #title {
  font-weight: 700;
  color: #112958;
}
#content-body-yerleske #content-body-right hr {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #112958, white);
  border: none;
  margin: 0;
}
#content-body-yerleske #content-body-right #images {
  margin-top: 20px;
}
#content-body-yerleske #content-body-right #images img {
  justify-items: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
}
#content-body-yerleske #content-body-right #images .card {
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0%;
  transition: 0.3s;
  cursor: pointer;
}
#content-body-yerleske #content-body-right #images .card:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
#content-body-yerleske #content-body-right #images .card::before, #content-body-yerleske #content-body-right #images .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out 0s;
  background: rgba(208, 207, 207, 0.1);
  content: "";
  pointer-events: none;
}
#content-body-yerleske #content-body-right #images .card::before {
  transform-origin: left top;
}
#content-body-yerleske #content-body-right #images .card::after {
  transform-origin: right bottom;
}
#content-body-yerleske #content-body-right #images .card:hover::before, #content-body-yerleske #content-body-right #images .card:hover::after, #content-body-yerleske #content-body-right #images .card:focus::before, #content-body-yerleske #content-body-right #images .card:focus::after {
  transform: scale3d(1, 1, 1);
}
@media (min-width: 576px) and (max-width: 1600px) {
  #content-body-yerleske {
    padding: 5% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-yerleske {
    padding: 10% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-yerleske {
    padding: 10% 5% !important;
  }
  #content-body-yerleske #title {
    text-align: center;
  }
  #content-body-yerleske hr {
    background: linear-gradient(to right, white, #112958, white) !important;
  }
  #content-body-yerleske img {
    min-height: none !important;
  }
}
@media (min-width: 768px) {
  #content-body-yerleske img {
    height: 200px;
  }
}

#content-body-baskan-fotograflari {
  font-family: sans-serif;
  padding: 3% 17%;
}
#content-body-baskan-fotograflari #content-body-right {
  min-height: 75vh;
  margin-top: 2em;
  margin-bottom: 2em;
}
#content-body-baskan-fotograflari #content-body-right .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content-body-baskan-fotograflari #content-body-right #fotograflar-card {
  display: flex;
  font-family: sans-serif;
  justify-content: space-between !important;
}
#content-body-baskan-fotograflari #content-body-right #fotograflar-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#content-body-baskan-fotograflari #content-body-right #fotograflar-card .card {
  flex: 0 0 32%;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0%;
  transition: 0.3s;
  cursor: pointer;
}
#content-body-baskan-fotograflari #content-body-right #fotograflar-card .card:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
#content-body-baskan-fotograflari #content-body-right #fotograflar-card .card::before, #content-body-baskan-fotograflari #content-body-right #fotograflar-card .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out 0s;
  background: rgba(208, 207, 207, 0.1);
  content: "";
  pointer-events: none;
}
#content-body-baskan-fotograflari #content-body-right #fotograflar-card .card::before {
  transform-origin: left top;
}
#content-body-baskan-fotograflari #content-body-right #fotograflar-card .card::after {
  transform-origin: right bottom;
}
#content-body-baskan-fotograflari #content-body-right #fotograflar-card .card-footer {
  border: none;
  background: white;
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-baskan-fotograflari {
    padding: 10% 5%;
  }
  #content-body-baskan-fotograflari .card {
    flex: 0 0 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 1600px) {
  #content-body-baskan-fotograflari {
    padding: 5% 5%;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  #content-body-baskan-fotograflari .card {
    flex: 0 0 48% !important;
  }
}

#content-body-editor {
  font-family: sans-serif;
  padding: 3% 17%;
}
#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 h6,
#content-body-editor #content-body-right .card h5,
#content-body-editor #content-body-right .card h4,
#content-body-editor #content-body-right .card h3,
#content-body-editor #content-body-right .card h2,
#content-body-editor #content-body-right .card h1 {
  text-align: center;
  font-weight: 600;
}
#content-body-editor #content-body-right .card li a {
  text-decoration: none;
  color: #112958;
  padding: 0;
}
#content-body-editor #content-body-right .card li a:hover {
  color: #005aa3;
}
#content-body-editor #content-body-right .card img {
  max-height: -moz-max-content;
  max-height: max-content;
  text-align: center;
  padding: 0 0 1% 0;
}
#content-body-editor #content-body-right .card a {
  text-align: justify;
  text-decoration: none;
  color: black;
}
#content-body-editor #content-body-right .card a:hover {
  color: #005aa3;
}
#content-body-editor #content-body-right .card .raw-html-embed {
  align-self: center;
}
#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 th {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border: solid 1px #ddd;
  font-weight: 600;
  text-align: center;
  color: #555555;
  font-size: 15px;
}
#content-body-editor #content-body-right .card table td {
  padding: 10px 15px;
  border: solid 1px #ddd;
  color: #555555;
  font-size: 14px;
}
@media (min-width: 576px) and (max-width: 1600px) {
  #content-body-editor {
    padding: 5% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-editor {
    padding: 10% 5% !important;
  }
  #content-body-editor #content-body-right .card table th {
    font-size: 13px !important;
  }
  #content-body-editor #content-body-right .card table td {
    font-size: 12px !important;
  }
}

#content-body-akademik {
  font-family: sans-serif;
  padding: 3% 17% 0 17%;
}
#content-body-akademik #content-body-right {
  min-height: 75vh;
}
#content-body-akademik #content-body-right img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#content-body-akademik #content-body-right #pagination,
#content-body-akademik #content-body-right #mini-pagination {
  padding-top: 0;
}
#content-body-akademik #content-body-right .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content-body-akademik #content-body-right .card {
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 0%;
  transition: 0.3s;
  cursor: pointer;
}
#content-body-akademik #content-body-right .stretched-link {
  color: #005aa3;
  text-decoration: none !important;
}
#content-body-akademik #content-body-right .card-body {
  height: 140px;
}
#content-body-akademik #content-body-right .card-body h5 {
  text-align: justify;
  font-size: 16px;
  font-weight: 600;
  color: #005aa3;
  transition: 1s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content-body-akademik #content-body-right .card-body p {
  font-family: sans-serif;
  text-align: justify;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content-body-akademik #content-body-right .card-footer {
  display: flex;
  justify-content: space-between;
  border: none;
  background: white;
  align-items: center;
  font-size: 12px;
}
#content-body-akademik #content-body-right .card-footer .card-date {
  opacity: 0.8;
}
#content-body-akademik #content-body-right .card-footer .detail-button {
  margin-left: 0;
}
#content-body-akademik #content-body-right .card-footer .detail-button a {
  font-size: 12px;
  font-weight: 600;
  color: #005aa3;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none;
}
#content-body-akademik #content-body-right .card-footer .detail-button a:hover {
  color: #003366;
}
@media (min-width: 768px) and (max-width: 1600px) {
  #content-body-akademik {
    padding: 5% 5% 0 5% !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-akademik {
    padding: 10% 5% 0 5% !important;
  }
}
@media screen and (max-width: 335px) {
  #content-body-akademik #content-body-akademik #content-body-right .card-footer .detail-button a {
    font-size: 10px !important;
  }
}

#content-body-roportaj-ve-yayinlar {
  font-family: sans-serif;
  padding: 3% 17% 0 17%;
}
@media (min-width: 768px) and (max-width: 1600px) {
  #content-body-roportaj-ve-yayinlar {
    padding: 5% 5% 0 5% !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-roportaj-ve-yayinlar {
    padding: 10% 5% 0 5% !important;
  }
}
#content-body-roportaj-ve-yayinlar #content-body-right {
  min-height: 75vh;
}
#content-body-roportaj-ve-yayinlar #content-body-right #pagination,
#content-body-roportaj-ve-yayinlar #content-body-right #mini-pagination {
  padding-top: 0;
}
#content-body-roportaj-ve-yayinlar #content-body-right #card {
  display: flex;
  font-family: sans-serif;
  justify-content: space-between;
}
#content-body-roportaj-ve-yayinlar #content-body-right #card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#content-body-roportaj-ve-yayinlar #content-body-right #card .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content-body-roportaj-ve-yayinlar #content-body-right #card .card {
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 0%;
  transition: 0.3s;
  cursor: pointer;
}
#content-body-roportaj-ve-yayinlar #content-body-right #card .card:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
#content-body-roportaj-ve-yayinlar #content-body-right #card .card .card-body {
  padding-bottom: 10px;
  height: 80px;
}
#content-body-roportaj-ve-yayinlar #content-body-right #card .card .card-body h5 {
  font-size: 14px;
  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-weight: 600;
}
#content-body-roportaj-ve-yayinlar #content-body-right #card .card .card-footer {
  display: flex;
  justify-content: space-between;
  border: none;
  background: white;
  align-items: center;
  opacity: 0.8;
  font-size: 13px;
}
#content-body-roportaj-ve-yayinlar #content-body-right #card .card .card-footer .detail-button a {
  opacity: 0.8;
  font-weight: 600;
  color: black;
  text-decoration: none;
  outline: none;
}

#content-body-basin {
  font-family: sans-serif;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 2% 15% 0 15%;
  display: flex;
  justify-content: space-between !important;
}
@media (min-width: 0) and (max-width: 1600px) {
  #content-body-basin {
    padding: 5% 5% 0 5% !important;
  }
}
#content-body-basin img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#content-body-basin .card-container {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
#content-body-basin .card-container .row {
  width: 100%;
}
#content-body-basin .card-container .card {
  margin-top: 40px;
  box-sizing: border-box;
  padding: 0%;
  transition: 0.3s;
  cursor: pointer;
}
#content-body-basin .card-container .card:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
#content-body-basin .card-container .card .card-body {
  height: 100px;
}
#content-body-basin .card-container .card .card-title {
  font-size: 20px;
  font-weight: 600;
  padding: 0% 2% 1% 2%;
  color: #005aa3;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content-body-basin .card-container .card .stretched-link {
  color: #005aa3;
  text-decoration: none !important;
}
#content-body-basin .card-container .card .card-footer {
  border: none;
  background: white;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 335px) {
  #content-body-basin .card-container .card .card-footer {
    display: block;
  }
  #content-body-basin .card-container .card .card-footer .link {
    margin-top: 10px;
  }
}
#content-body-basin .card-container .card .card-footer .card-date {
  opacity: 0.8;
  font-size: 14px;
}
#content-body-basin .card-container .card .card-footer .detail-button {
  display: flex;
  border-radius: 6px;
  background-color: rgb(4, 55, 99);
  color: white;
  align-items: center;
  padding: 2px 8px;
  gap: 8px;
}
#content-body-basin .card-container .card .card-footer .detail-button a {
  font-size: 14px;
  color: white;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
#content-body-basin .card-container .card::before, #content-body-basin .card-container .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out 0s;
  background: rgba(208, 207, 207, 0.1);
  content: "";
  pointer-events: none;
}
#content-body-basin .card-container .card::before {
  transform-origin: left top;
}
#content-body-basin .card-container .card::after {
  transform-origin: right bottom;
}
#content-body-basin .card-container .card:hover::before, #content-body-basin .card-container .card:hover::after, #content-body-basin .card-container .card:focus::before, #content-body-basin .card-container .card:focus::after {
  transform: scale3d(1, 1, 1);
  background: rgba(0, 0, 0, 0.05);
}

#content-body-card {
  padding: 0% 15% 0 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-card {
    padding: 5% 5% 0 5% !important;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  #content-body-card {
    padding: 5% 5% 0 5% !important;
  }
}
#content-body-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
#content-body-card .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#content-body-card .card-container .row {
  width: 100%;
}
#content-body-card .card {
  margin-top: 40px;
  box-sizing: border-box;
  padding: 0%;
  transition: 0.3s;
  cursor: pointer;
}
#content-body-card .card:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
#content-body-card .card .stretched-link {
  color: #005aa3;
  text-decoration: none !important;
}
#content-body-card .card .card-body {
  height: 160px;
}
#content-body-card .card .card-body h5 {
  text-align: justify;
  font-size: 16px;
  font-weight: 600;
  color: #005aa3;
  transition: 1s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content-body-card .card .card-body p {
  font-family: sans-serif;
  text-align: justify;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content-body-card .card .card-footer {
  display: flex;
  justify-content: space-between;
  border: none;
  background: white;
  align-items: center;
  font-size: 13px;
}
#content-body-card .card .card-footer .card-date {
  opacity: 0.8;
}
#content-body-card .card .card-footer .detail-button a {
  font-weight: 600;
  color: #005aa3;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 335px) {
  #content-body-card .card .card-footer .card-date {
    font-size: 10px;
  }
  #content-body-card .card .card-footer .detail-button a {
    font-size: 10px !important;
  }
}
#content-body-card .card::before, #content-body-card .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out 0s;
  background: rgba(208, 207, 207, 0.1);
  content: "";
  pointer-events: none;
}
#content-body-card .card::before {
  transform-origin: left top;
}
#content-body-card .card::after {
  transform-origin: right bottom;
}
#content-body-card .card:hover::before, #content-body-card .card:hover::after, #content-body-card .card:focus::before, #content-body-card .card:focus::after {
  transform: scale3d(1, 1, 1);
}

#content-body-haber-detail {
  font-family: sans-serif;
  padding: 3% 17%;
}
@media (min-width: 576px) and (max-width: 1600px) {
  #content-body-haber-detail {
    padding: 5% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-haber-detail {
    padding: 10% 5% !important;
  }
}
#content-body-haber-detail #content-body-right {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
#content-body-haber-detail #content-body-right .card {
  border: none;
  min-height: 100%;
}
#content-body-haber-detail #content-body-right .card .card-body {
  padding: 5%;
}
#content-body-haber-detail #content-body-right .card .card-body .raw-html-embed {
  justify-self: center;
}
#content-body-haber-detail #content-body-right .card .card-body li a {
  text-decoration: none;
  color: #112958;
}
#content-body-haber-detail #content-body-right .card .card-body li a:hover {
  color: #005aa3;
}
#content-body-haber-detail #content-body-right .card .card-body img {
  max-height: -moz-max-content;
  max-height: max-content;
  width: 100%;
  padding: 2% 0;
}
#content-body-haber-detail #content-body-right .card .card-body a {
  text-align: justify;
  text-decoration: none;
  color: #005aa3;
  padding: 2% 0;
}
#content-body-haber-detail #content-body-right .card .card-body p {
  text-align: justify;
}
#content-body-haber-detail #content-body-right .card .card-body iframe {
  align-self: center;
  padding: 2% 0;
  max-width: 100%;
}
#content-body-haber-detail #content-body-right .card .card-body table {
  margin: 5% 0;
}
#content-body-haber-detail #content-body-right .card .card-body table th {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border: solid 1px #ddd;
  font-weight: 600;
  text-align: center;
  color: #555555;
  font-size: 15px;
}
#content-body-haber-detail #content-body-right .card .card-body table td {
  padding: 10px 15px;
  border: solid 1px #ddd;
  color: #555555;
  font-size: 14px;
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-haber-detail #content-body-right .card .card-body table th {
    font-size: 13px !important;
  }
  #content-body-haber-detail #content-body-right .card .card-body table td {
    font-size: 12px !important;
  }
}
#content-body-haber-detail #content-body-right .card .card-footer {
  background-color: #F8F9FA;
  padding: 2%;
  opacity: 0.8;
  font-size: 15px;
}

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

#content-body-teknofest-card {
  font-family: sans-serif;
  padding: 3% 17%;
}
@media (min-width: 768px) and (max-width: 1600px) {
  #content-body-teknofest-card {
    padding: 5% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-teknofest-card {
    padding: 10% 5% !important;
  }
}
#content-body-teknofest-card #content-body-right {
  min-height: 75vh;
}
#content-body-teknofest-card #content-body-right #card {
  font-family: sans-serif;
}
#content-body-teknofest-card #content-body-right #card .card {
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
}
#content-body-teknofest-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-teknofest-card #content-body-right #card .card .card-body {
  height: 50px;
}
#content-body-teknofest-card #content-body-right #card .card .card-body h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #005aa3;
  text-align: justify;
  font-size: 14px;
  font-weight: 600;
}
#content-body-teknofest-card #content-body-right #card .card .card-footer {
  border: none;
  background: white;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
#content-body-teknofest-card #content-body-right #card .card .card-footer .card-date {
  opacity: 0.8;
}
#content-body-teknofest-card #content-body-right #card .card .card-footer .detail-button a {
  font-weight: 600;
  color: #005aa3;
  text-decoration: none;
  color: #005aa3;
}
@media screen and (max-width: 335px) {
  #content-body-teknofest-card #content-body-right #card .card .card-footer .detail-button a {
    font-size: 10px;
  }
}

#content-body-odul-haberleri {
  font-family: sans-serif;
  padding: 3% 17%;
}
@media (min-width: 768px) and (max-width: 1600px) {
  #content-body-odul-haberleri {
    padding: 5% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-odul-haberleri {
    padding: 10% 5% !important;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-odul-haberleri {
    padding: 10% 5% !important;
  }
}
#content-body-odul-haberleri #content-body-right {
  min-height: 75vh;
}
#content-body-odul-haberleri #content-body-right #card {
  font-family: sans-serif;
}
#content-body-odul-haberleri #content-body-right #card .card {
  margin-bottom: 40px;
  box-sizing: border-box;
  padding: 0;
  transition: 0.3s;
  cursor: pointer;
}
#content-body-odul-haberleri #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-odul-haberleri #content-body-right #card .card:hover {
  transform: scale(1.01);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
#content-body-odul-haberleri #content-body-right #card .card .card-body {
  height: 140px;
}
#content-body-odul-haberleri #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-odul-haberleri #content-body-right #card .card .card-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  font-size: 13px;
  margin-top: 5px;
}
#content-body-odul-haberleri #content-body-right #card .card .card-footer {
  border: none;
  background: white;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
#content-body-odul-haberleri #content-body-right #card .card .card-footer .card-date {
  opacity: 0.8;
}
#content-body-odul-haberleri #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-odul-haberleri .card-footer .card-date {
    font-size: 10px;
  }
  #content-body-odul-haberleri .card-footer .detail-button a {
    font-size: 10px !important;
  }
}

#content-body-proje-sss {
  font-family: sans-serif;
  padding: 3% 17%;
}
@media (min-width: 576px) and (max-width: 1600px) {
  #content-body-proje-sss {
    padding: 5% 5%;
  }
}
@media (min-width: 0) and (max-width: 576px) {
  #content-body-proje-sss {
    padding: 10% 5%;
  }
}
#content-body-proje-sss #content-body-right {
  min-height: 75vh;
}
#content-body-proje-sss #content-body-right .accordion {
  min-width: -moz-min-content;
  min-width: min-content;
}
#content-body-proje-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-proje-sss #content-body-right .accordion .accordion-button {
  justify-content: space-between;
  background-color: #edf0f8;
  border-radius: 8px;
  padding: 2%;
}
#content-body-proje-sss #content-body-right .accordion .accordion-button p {
  font-size: 16px;
  margin: 0;
}
#content-body-proje-sss #content-body-right .accordion .accordion-button:not(.collapsed) {
  background-color: #112958;
  color: white;
}
#content-body-proje-sss #content-body-right .accordion .accordion-button::after {
  display: none;
}
#content-body-proje-sss #content-body-right .accordion .accordion-button:focus {
  box-shadow: none;
}
#content-body-proje-sss #content-body-right .accordion .accordion-button:not(.collapsed) i.fa-solid {
  transform: rotate(180deg);
  /* 90 derece döndür */
}
#content-body-proje-sss #content-body-right .accordion .accordion-body {
  font-family: sans-serif;
  padding: 15px;
  border-radius: 8px;
  font-size: 14px;
}
#content-body-proje-sss #content-body-right .accordion .accordion-body a {
  color: #005aa3;
  text-decoration: none;
  font-weight: 600;
}
#content-body-proje-sss #content-body-right .accordion .accordion-body a i {
  margin-left: 5px;
}

#content-body-arama-sonuc {
  padding: 3% 15% 0 15%;
  display: flex;
  font-family: sans-serif;
  justify-content: space-between !important;
  min-width: -moz-fit-content;
  min-width: fit-content;
  min-height: 75vh;
}
@media (min-width: 0) and (max-width: 768px) {
  #content-body-arama-sonuc {
    padding: 5% 5% 0 5% !important;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  #content-body-arama-sonuc {
    padding: 5% 5% 0 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 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
#content-body-arama-sonuc .card {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  border: none;
}
#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;
  margin: 0;
  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 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
#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(234, 232, 232);
}
#content-body-arama-sonuc .list-group-item:last-child {
  border-bottom: none;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 15px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.lightbox-overlay.show {
  opacity: 1;
  visibility: visible;
}

.lightbox-content-wrapper {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  transition: transform 0.4s ease;
  transform: scale(0.95);
}

.lightbox-overlay.show .lightbox-content-wrapper {
  transform: scale(1);
}

.lightbox-close-btn {
  font-family: auto;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1051;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.lightbox-close-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.lightbox-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}/*# sourceMappingURL=style.css.map */