@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Sora:wght@100..800&display=swap");

:root {
  --bs-primary: #20d0bb;
  --bs-primary-rgb: 32, 208, 187;
  --bs-link-color: var(--bs-primary);
  --font-family-main: "Manrope", sans-serif;
  --font-family-special: "Sora", sans-serif;
  --bs-border-radius: 0.75rem;
  --bs-border-color: #e4e6e8;
  --bs-text-gray-color: #737373;

  --bs-primary: #20d0bb;
  --bs-primary-rgb: 32, 208, 187;

  --bs-primary-text-emphasis: #1a9686;
  --bs-primary-bg-subtle: #d3f0ed;
  --bs-primary-border-subtle: #a7e0da;
  --bs-pagination-active-bg: #20d0bb;
  --bs-pagination-active-border-color: #20d0bb;
}

.btn-primary,
.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

.btn-primary:disabled,
.btn-primary.disabled {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
  color: #666;
  cursor: not-allowed;
  opacity: 0.65;
}

.btn-white {
  border-color: #e4e6e8 !important;
  background-color: white !important;
}
.btn-white:hover {
  background-color: #f2f4f6 !important;
  border-color: #e4e6e8 !important;
}

.btn {
  border-radius: 50px;
  letter-spacing: 0.5px;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
}

.btn-light {
  background-color: #f2f4f6;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--bs-primary-text-emphasis);
  border-color: var(--bs-primary-text-emphasis);
}

.btn-primary:focus {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-check:checked + .btn,
.btn.active,
/* .btn.show, */
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

body {
  font-family: var(--font-family-main);
}

.top-bar {
  border-bottom: 6px solid var(--bs-primary);
}
.top-bar .nav-link.active,
.top-bar .active .top-bar-info {
  background-color: var(--bs-primary);
  color: white !important;
}

.search-input input,
.search-input .input-group,
.search-input span {
  border-radius: 50px;
}

.top-bar .top-nav {
  overflow-x: auto;
}

.top-bar .top-nav {
  font-family: var(--font-family-special);
}

.top-bar-info {
  font-size: 12px;
  font-weight: 400;
  color: black;
}

.top-bar-item p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.top-bar-item {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  transition: 0.15s ease all;
}
.bursa-link {
  color: #082579;
}
.bursa-link:hover {
  background-color: #082579;
  color: white;
}

.atolye-link {
  color: #20d0bb;
}
.atolye-link:hover {
  background-color: #20d0bb;
  color: white;
}

.etkinlik-link {
  color: #ff3c00;
}
.etkinlik-link:hover {
  background-color: #ff3c00;
  color: white;
}

.ulasim-link {
  color: #0085ff;
}
.ulasim-link:hover {
  background-color: #0085ff;
  color: white;
}

.turizm-link {
  color: #d10a10;
}
.turizm-link:hover {
  background-color: #d10a10;
  color: white;
}

.kariyer-link {
  color: #d9ca48;
}
.kariyer-link:hover {
  background-color: #d9ca48;
  color: white;
}

.egitim-link {
  color: #fb1b43;
}
.egitim-link:hover {
  background-color: #fb1b43;
  color: white;
}

.market-link {
  color: #571bfb;
}
.market-link:hover {
  background-color: #571bfb;
  color: white;
}

.nav {
  overflow-x: auto;
  flex-wrap: nowrap;
  text-wrap: nowrap;
}
.nav-link:hover .top-bar-info {
  color: white;
}

.nav-link-main {
  color: black;
  font-weight: 500;
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.dropdown-item {
  color: black;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 12px;
}

.dropdown-menu {
  min-width: 250px;
  max-width: 400px;
}

.dropdown-toggle::after {
  display: none;
}

.custom-arrow.dropdown-menu {
  margin-top: 16px !important;
  padding: 8px;
}
.custom-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83331 8.33333L9.99998 11.6667L14.1666 8.33333' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0px center;
  padding-right: 24px;
}

nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  position: fixed;
}
.menu-grid-btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 0.8rem;
}

.grid-icon-item {
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 1px;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.search-input {
  height: 40px;
  border-radius: 30px;
  padding-left: 44px;
  border: 1px solid #e4e6e8;
  background-color: #f2f4f6;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #888;
}

/* .form-control:focus {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        background-color: transparent;
        display: flex;
        flex-direction: column;
        background-color: var(--bs-primary);
        padding: 0;
        width: 36px;
        height: 36px;
        border-radius: 4px;
    } */
.form-control:focus {
  box-shadow: none;
  border-color: var(--bs-primary);
}

.right-bar-button i {
  height: 6px !important;
  color: white;
}
.right-bar-button {
  display: flex;
  flex-direction: column;
  width: 36px;
  height: 36px;
  padding: 3px;
  border-radius: 8px;
  justify-content: start;
  align-items: center;
}

.right-bar-container {
  min-width: 150px;
  display: flex;
  justify-content: end;
}

.mobile-search-icon {
  display: none;
  color: #888;
}

.max-input {
  max-width: 200px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: black;
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* School Card Styles */
.school-card {
  border: 1px solid #e9ecef;
  border-radius: 1rem;
  transition: all 0.3s ease;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.school-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-color: var(--bs-primary);
}

.school-card .card-img-container {
  position: relative;
  overflow: hidden;
}

.school-card .school-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.school-card:hover .school-image {
  transform: scale(1.05);
}

.school-card .school-badge {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 4px 12px;
  backdrop-filter: blur(10px);
}

.school-card .card-body {
  padding: 1.25rem;
}

.school-card .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
  line-height: 1.3;
}

.school-card .card-text {
  font-size: 0.9rem;
  line-height: 1.4;
}

.school-card .school-info {
  flex-grow: 1;
}

.school-card .school-info small {
  font-size: 0.8rem;
  line-height: 1.3;
}

.school-card .arrow-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.school-card:hover .arrow-icon {
  transform: translateX(4px);
}

/* Content Card Styles - Genel kart tasarımı */
.content-card {
  border: 1px solid #e4e6e8;
  border-radius: 1.25rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  padding: 12px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
}

.content-card:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.content-card .card-body {
  padding: 0;
  padding-top: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-card img {
  border-radius: 12px;
  width: 100%;
  flex: 1;
  object-fit: cover;
}


/* Spor Okulu Kartları İçin Özel Stiller */
.sport-school-card {
  border: none !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}

.sport-school-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.sport-school-card .card-img-top {
  border-radius: 0;
}

.sport-school-card .school-image-main {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sport-school-card .card-body {
  padding: 1.5rem;
}

.sport-school-card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.sport-school-card .card-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #6c757d;
}

.sport-school-card .school-details {
  border-top: 1px solid #f8f9fa;
  padding-top: 1rem;
}

.sport-school-card .school-details .d-flex {
  margin-bottom: 0.5rem;
}

.sport-school-card .rating-info {
  text-align: left;
}

.sport-school-card .rating-info small {
  display: block;
  font-size: 0.8rem;
  color: #6c757d;
  line-height: 1.2;
}

.sport-school-card .btn {
  border-radius: 25px;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.sport-school-card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(32, 208, 187, 0.3);
}

.sport-school-card .badge {
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
  border-radius: 20px;
  font-weight: 500;
}

/* Empty State Stilleri */
.empty-state {
  background: #f8f9fa;
  border-radius: 1.25rem;
  border: 2px dashed #dee2e6;
}

.empty-icon {
  opacity: 0.5;
}

.empty-state .btn {
  border-radius: 25px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  background: linear-gradient(135deg, #20d0bb, #17a2b8);
  border: none;
  transition: all 0.3s ease;
}

.empty-state .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(32, 208, 187, 0.3);
}

/* Footer Styles */
.footer-bg {
  border-top: 1px solid #e4e6e8;
  margin-top: 48px;
  background-color: #fff;
}

.footer-links li a {
  color: #737373;
  font-size: 13px;
  transition: color 0.2s ease;
}

.footer-links li a:hover {
  color: var(--bs-primary);
}

.footer-title a {
  font-weight: 500;
  margin-bottom: 1rem;
  color: #737373;
  text-decoration: none;
}

.footer-link {
  color: #8e8e8e;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0.75rem;
  transition: color 0.2s ease;
  font-size: 14px;
}

.footer-link:hover {
  color: var(--bs-primary);
}

.footer-bottom {
  border-top: 1px solid #e4e6e8;
}

.footer-link-bottom {
  color: #6b7280;
  text-decoration: none;
  margin: 0 0.75rem;
  font-size: 14px;
  font-weight: 500;
}

.footer-link-bottom:hover {
  color: #111827;
}

/* Social Icons */
.social-icons a {
  color: #6b7280;
  font-size: 1.25rem;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icons a:hover {
  color: var(--bs-primary);
}

.social-icon {
  color: #6b7280;
  font-size: 1.25rem;
  transition: color 0.2s ease;
}

.social-icon:hover {
  color: var(--bs-primary);
}

/* Payment Logos */
.payment-logos img {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.payment-logos img:hover {
  opacity: 1;
}

.swiper {
  width: 100%;
  height: fit-content;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  max-height: fit-content;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-swiper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.swiper-slide a {
  width: 100%;
}

.card {
  border: 1px solid #f2f4f6;
  border-radius: 1.25rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  width: 100%;
  text-align: start;
}

.card:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.card .card-img-top {
  border-radius: 12px;
  height: auto;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.card-body {
  padding: 0;
  padding-top: 12px;
}
.card {
  padding: 12px;
}

.card .arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  border-radius: 50%;
  background-color: var(--bs-primary);
  color: white;
  font-size: 1.25rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.card .arrow-icon {
  background-color: #f2f4f6;
  color: #6b7280;
}

.card:hover .arrow-icon {
  background-color: var(--bs-primary);
  color: white;
}

.category-swiper-button-prev,
.category-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.category-swiper-button-prev::after,
.category-swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}

.category-swiper-button-prev {
  left: -48px;
}

.category-swiper-button-next,
.category-swiper-button-prev {
  right: -48px;
  background-color: #f1f1f1;
}

.category-swiper-button-next:hover,
.category-swiper-button-prev:hover {
  background-color: var(--bs-primary-text-emphasis);
  color: white;
}

a {
  text-decoration: none;
}
.card,
.swiper-button-next,
.swiper-prev-next,
.swiper-nav-button,
.swiper-button-prev,
.swiper-button-next {
  border: 1px solid #e4e6e8;
}

section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-info {
  font-size: 14px;
}


.swiper-nav-button {
  width: 32px;
  height: 32px;
  background-color: #f2f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343a40;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.swiper-nav-button:hover {
  background-color: var(--bs-primary);
  color: white;
}

.swiper-nav-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.tesisler-swiper {
  padding-bottom: 10px;
}

.swiper-pagination-bullet {
  transition: all 0.1s ease;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--bs-primary);
  width: 20px;
  border-radius: 50px;
  transition: all 0.1s ease;
}

.line-clamp-1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 1rem;
}

.line-clamp-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 40px;
}
.line-clamp-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 3rem;
}
p {
  margin: 0;
}

.info-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 1;
  visibility: visible;

  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid var(--bs-primary, #20d0bb);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sp-card {
  display: block;
  background-color: #fff;
  border: 1px solid #e4e6e8;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #212529;
}

.sp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.sp-card img {
  border-radius: 1rem;
  margin: 0.75rem;
  width: calc(100% - 1.5rem);
  height: 200px;
  object-fit: cover;
}

.sp-card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1.25rem 1.25rem 1.25rem;
}

.sp-card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #f2f4f6;
  border-radius: 50%;
  color: #6c757d;
  font-size: 1rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sp-card:hover .sp-card-arrow {
  background-color: var(--bs-primary, #20d0bb);
  color: #fff;
}

.input-group-text,
.form-control,
.form-select {
  border-color: #e4e6e8;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--bs-primary, #20d0bb);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.input-group {
  position: relative;
}

.input-group i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 10;
}
/* .input-group input {
  padding-left: 32px;
} */
.input-group input {
  padding-left: 16px;
  min-height: 48px;
}

input,
select {
  border-radius: 100px !important;
}
select {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 16px !important;
}
select.w-fit {
  width: fit-content;
  max-width: fit-content;
}

.breadcrumb-container {
  background-color: #f2f4f6;
  padding: 20px 0;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item a,
.breadcrumb-item li {
  font-size: 14px;
  color: #4d4d4d;
}
.breadcrumb-item.active {
  font-size: 14px;
  color: black !important;
  font-weight: 500;
}

.sidebar-card {
  padding: 20px 24px;
}
.sidebar-card-container {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.sidebar-card-title {
  font-size: 18px;
  font-weight: 600;
}

.form-check-label {
  color: #6c757d;
}

.child-select-box {
  border: 1px solid var(--bs-primary);
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}

.help-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6c757d;
  text-decoration: none;
}
.help-link:hover {
  color: #6f42c1;
}

.accordion-item {
  border: none;
  background-color: #ffffff;
  border-radius: 1rem !important;
  margin-bottom: 1rem;
  border: 1px solid var(--bs-border-color) !important;
  overflow: hidden;
}

.accordion-button {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  background-color: #ffffff;
}

.accordion-button:not(.collapsed) {
  color: #212529;
  background-color: #f8f9fa;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzgwMDBfMTIzNTkpIj4KPHBhdGggZD0iTTcgMTBMMTIgMTVMMTcgMTAiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF84MDAwXzEyMzU5Ij4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
}

.faq-accordion .accordion-item {
  background-color: #f8f9fa;
  box-shadow: none;
  border-radius: 0.5rem !important;
  border: 1px solid #e9ecef;
}
.faq-accordion .accordion-button {
  background-color: transparent !important;
  font-weight: 500;
}

img {
  border-radius: 12px;
}

.card-main-title {
  background-color: #f2f4f6;
  padding: 20px 24px;
}

hr {
  margin-top: 12px;
  margin-bottom: 12px;
  border: 0;
  border-top: 2px solid var(--bs-border-color);
}

.text-gray-color {
  color: var(--bs-text-gray-color);
}

.btn-action {
  padding: 12px;
}

.payment-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #adb5bd;
}

.step .step-number {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid #adb5bd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.25rem;
  background-color: #fff;
  transition: all 0.3s ease;
}

.step .step-title {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.step-line {
  flex-grow: 1;
  height: 2px;
  background-color: #dee2e6;
  margin: 0 1rem;
  transform: translateY(-0.75rem);
}

.step.active {
  color: var(--bs-primary);
}

.step.active .step-number {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
}

.number-stepper {
  width: fit-content;
  border: 1px solid var(--bs-border-color);
  border-radius: 50px;
}
.number-stepper input {
  max-width: 60px;
  padding: 12px;
  border-radius: 0 !important;
  border: none;
}
.number-stepper button {
  border-color: var(--bs-border-color);
  border: none;
}
.step-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e9ecef;
  color: #6c757d;

  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.step-circle.active {
  background: #6f42c1;
  color: #fff;
}

.event-summary-card {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
}

.event-summary-card .date-box {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background-color: #f7f7f7;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  padding: 0.5rem;
}

.event-summary-card .date-box .day {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  color: #212529;
}

.event-summary-card .date-box .month {
  font-size: 0.9rem;
  color: #495057;
}

.event-summary-card .date-box .year {
  font-size: 0.8rem;
  color: #6c757d;
}

.event-summary-card .details-section {
  flex-grow: 1;
  border-left: 1px solid #e9ecef;
  padding-left: 1.5rem;
}

.event-summary-card .detail-item {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #495057;
}

.event-summary-card .detail-item.name {
  font-size: 1.1rem;
  font-weight: 500;
  color: #212529;
}

.event-summary-card .detail-item i {
  font-size: 1.2rem;
  margin-right: 0.75rem;
  color: #6c757d;
  width: 20px;
  text-align: center;
}

.session-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
}

.session-card {
  border: 1px solid #d5f6e2;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.session-header {
  background-color: #d8f3dc;
  color: black;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.session-body {
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #212529;
}

.status-message-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.status-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
}

.status-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.status-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.75rem;
}

.status-description {
  font-size: 16px;
  color: #6c757d;
  max-width: 450px;
  line-height: 1.6;
}

.status-description a {
  color: #495057;
  text-decoration: underline;
  font-weight: 500;
}
.status-description a:hover {
  color: #212529;
}

.status-message-container.success .status-icon {
  background-color: #eafaf1;
}
.status-message-container.success .status-icon i {
  background-color: #5cb85c;
}

.status-message-container.failure .status-icon {
  background-color: #fef3f2;
}
.status-message-container.failure .status-icon i {
  background-color: #d9534f;
}

:root {
  --fc-button-active-bg-color: #03af9d;
  --fc-button-active-border-color: #03af9d;
  --fc-button-hover-bg-color: #20d0bb;
  --fc-button-hover-border-color: #20d0bb;
  --fc-button-bg-color: #20d0bb;
  --fc-button-border-color: #20d0bb;
}

#calendar {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 8px;
}

.fc-list-day-text,
.fc-list-day-side-text {
  color: black;
  font-weight: 600;
}
.fc-col-header-cell-cushion {
  padding: 8px !important;
}
.custom-event-day-view {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px;
  cursor: pointer;
  height: 100%;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.custom-event-day-view .event-title {
  white-space: normal;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.custom-event-day-view .event-time {
  font-size: 14px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 6px;
  color: #555;
  text-align: center;
  padding: 2px 0;
}

.custom-event-list-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 12px 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #fff;
  border: 1px solid #e9ecef;
}
.custom-event-list-view:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}
.custom-event-list-view .event-title {
  font-weight: 600;
  flex-grow: 1;
  text-align: left;
}
.custom-event-list-view .event-detail {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6c757d;
  flex-shrink: 0;
}
.custom-event-list-view .event-detail i {
  font-size: 20px;
}

.event-selected {
  background-color: #d5f6e2 !important;
  border-color: #a3e9bf;
}
.fc-today-button {
  margin-left: 12px;
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none !important;
}

.fc-next-button,
.fc-prev-button {
  background-color: transparent !important;
  border: none !important;
  color: black !important;
}
.fc-next-button:hover,
.fc-prev-button:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
  transition: all 0.2s ease;
}

.fc-header-toolbar .fc-toolbar-chunk:first-child {
  display: flex;
  align-items: center;
}

.fc-col-header-cell-cushion {
  color: #5c5c5c;
}

.fc-nonbusiness {
  background-color: red;
  opacity: 1;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(32, 208, 187, 0.1);
}
.fc-event {
  vertical-align: middle;
  transition: 0.1s ease all;
}
.fc-event td {
  vertical-align: middle;
}

.fc-view-harness {
  min-height: 65svh;
}

.fc .fc-toolbar-title {
  font-size: 1.5em;
  font-weight: 500;
  min-width: 240px;
}

.fc-list-empty-cushion {
  padding: 20px;
  text-align: center;
}

.fc-event::before,
.fc-event::after {
  background-color: transparent !important;
  border: none !important;
}

.sidebar-card-container-fixed {
  position: sticky;
  top: 20px;
}

.text-overflow-height {
  max-height: 250px;
  overflow: auto;
}

.event-svg-bg i {
  background-color: #dbf5f5;
  border-radius: 12px;
  border: 1px solid var(--bs-border-color);
  padding: 8px;
  color: black;
}
.filter-sidebar {
  overflow: hidden;
}
.filter-sidebar .form-check-label {
  cursor: pointer;
}

.pagination {
  gap: 8px;
  flex-wrap: wrap;
}
.page-link {
  min-width: 36px !important;
  min-height: 36px !important;
  color: black;
  background-color: #f2f4f6;
  border-radius: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.active > .page-link,
.page-link.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.page-link:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: white !important;
}

.accordion .accordion .accordion-button {
  font-size: 18px !important;
}

.form-label {
  margin-bottom: 0.4rem;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.dashboard-menu {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  padding: 1rem;
}
.dashboard-menu .menu-header {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6c757d;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
.dashboard-menu .nav-link {
  color: #737373;
  font-weight: 500;
  padding: 0.5rem;
  border-radius: 0.375rem;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dashboard-menu .nav-link:hover {
  background-color: #f8f9fa;
}
.dashboard-menu .nav-link.active {
  background-color: #f8f9fa;
  color: #212529;
}
.child-card {
  border: 1px solid #dee2e6;
  transition: box-shadow 0.2s ease-in-out;
}
.child-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
#addChildModal .form-control,
#addChildModal .form-select,
#addChildModal .input-group-text {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
}
#addChildModal .input-group-text {
  border-right: none;
}

.btn {
  font-weight: 500;
}

.card {
  border-radius: 12px;
}

.filter-select {
  min-width: 180px;
}
.dosya-link {
  background-color: #f2f4f6;
  border: 1px solid #e0e0e0;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9em;
}
.dosya-link:hover {
  background-color: #e9ecef;
}
/* Yeni Başvuru Modal Stilleri */
.file-upload-area {
  border: 2px dashed #e0e0e0;
  border-radius: 0.5rem;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  background-color: #f8f9fa;
  width: 100%;
}
.file-upload-area:hover {
  background-color: #f1f3f5;
}
.file-upload-area .upload-icon {
  width: 40px;
  height: 40px;
  background-color: #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
}
.file-upload-area .upload-icon i {
  font-size: 1.5rem;
  color: #495057;
}

.form-control:focus,
.page-link:focus,
.form-select:focus {
  box-shadow: none;
}

.badge-paid {
  background-color: #e7f7ee;
  color: #0d823b;
  border: 1px solid #bce1c9;
}
.badge-pending {
  background-color: #fff0f0;
  color: #c93434;
  border: 1px solid #f6d1d1;
}
.payment-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eff2f5;
  text-align: center;
}
.payment-row:last-child {
  border-bottom: none;
}
.payment-header {
  color: #6c757d;
  font-size: 0.9em;
  font-weight: 500;
}

.table > tbody > tr > td {
  border-bottom: 1px solid #eff2f5;
}
