@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  background: #f5f6fa;
  color: #334477;
  font-family: Helvetica, arial, sans-serif;
  font-size: 16px;
  padding: 1rem 1rem 2rem;
}
    .calendar__title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
    }
    .btn-prev, .btn-next {
      background-color: #4CAF50;
      color: white;
      border: none;
      padding: 8px 16px;
      font-size: 1rem;
      border-radius: 5px;
      cursor: pointer;
    }
    .btn-prev:hover, .btn-next:hover {
      background-color: #45a049;
    }
    .title__month, .title__year {
      font-size: 1.5rem;
      font-weight: bold;
    }
    .month-nav {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 10px;
      margin-bottom: 20px;
      padding: 10px;
      background-color: #f9f9f9;
      border-radius: 8px;
    }
    .month-nav__item {
      padding: 10px;
      text-align: center;
      font-size: 1rem;
      cursor: pointer;
      border-radius: 5px;
      transition: background-color 0.3s;
      background-color: #e0e0e0;
    }
    .month-nav__item.event-active {
      background-color: #2196F3;
      color: white;
    }
    .month-nav__item:hover {
      background-color: #90CAF9;
    }
.card {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: rgba(70, 90, 120, 0.1) 0 6px 12px, rgba(70, 90, 120, 0.15) 0 12px 36px;
  margin: 0 auto;
  max-width: 800px;
  overflow: hidden;
}

.calendar,
.events {
  padding: 1rem;
}
.calendar__title,
.events__title {
  color: #a0aad0;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 10px 20px;
}
.calendar .title__month,
.events .title__month {
  color: #296999;
}
.calendar .title__year,
.events .title__year {
  color: #5ba4bd;
}

.dates__labels, .dates__days {
  align-items: center;
  color: #a0aad0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.dates__labels > div, .dates__days > div {
  border-radius: 6px;
  flex: 1 0 11% !important;
  margin: 5px;
  padding: 2px !important;
  background: #eef0f7;
}
.dates__labels > div {
  background: #ffffff;
  font-weight: bold;
}
.dates__days > div {
  height: 100px;
  position: relative;
}
.dates__days > div:after {
  display: block;
  font-size: 40px;
  text-align: center;
}
.dates__days > div.empty {
  background: #ffffff;
}

.events {
  
  border-radius: 0 0 6px 6px;
  padding: 1rem;
}
.events__title {
  color: #6d7cb6;
}
.events .event {
  border-radius: 6px;
  line-height: 1.6;
  padding: 10px 5px 10px 80px;
  position: relative;
  margin: 0px 10px 10px;
}
.events .event:after {
  display: block;
  font-size: 40px;
  left: 10px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 60px;
}
.kus{
	 background: linear-gradient(70deg, #72c3d5, #216093) !important;
  color: #ffffff;
  font-weight: 500;
}
.kustakvim
{
	 background: linear-gradient(70deg, #72c3d5, #216093) !important;
  color: #ffffff;
  font-weight: 500;
}


.ucurtma{
	  background: linear-gradient(70deg, #283c6f, #5651aa) !important;
  color: #ffffff;
  font-weight: 500;
}
.ucurtmatakvim{
	  background: linear-gradient(70deg, #283c6f, #5651aa) !important;
  color: #ffffff;
  font-weight: 500;
}


.karnegunu{
	  background: linear-gradient(70deg, #EB8258, #f0a486) !important;
  color: #ffffff;
  font-weight: 500;
}
.karnegunutakvim{
	  background: linear-gradient(70deg, #EB8258, #f0a486) !important;
  color: #ffffff;
  font-weight: 500;
}



.orange {
  background: linear-gradient(70deg, #EB8258, #f0a486) !important;
  color: #ffffff;
  font-weight: 500;
}


.teal {
  background: linear-gradient(70deg, #4ECDC4, #76d8d1) !important;
  color: #ffffff;
  font-weight: 500;
}





.misirgunu{
	  background: linear-gradient(70deg, #c99797, #cf5863) !important;
  color: #ffffff;
  font-weight: 500;
}
.misirgunutakvim{
  background: linear-gradient(70deg, #c99797, #cf5863) !important;
  color: #ffffff;
  font-weight: 500;
}



.penguengunu{
  background: linear-gradient(70deg, #3F7CFF, #729fff) !important;
  color: #ffffff;
  font-weight: 500;
}
.penguentakvim{
  background: linear-gradient(70deg, #3F7CFF, #729fff) !important;
  color: #ffffff;
  font-weight: 500;
}



.blue {
  background: linear-gradient(70deg, #3F7CFF, #729fff) !important;
  color: #ffffff;
  font-weight: 500;
}
.blue:after {
  content: "👾";
}


.koyuYesil {
    background: linear-gradient(70deg, #2E8B57, #3CB371) !important;
    color:white;
}

.ormanYesili {
    background: linear-gradient(70deg, #013220, #026440) !important;
    color:white;
}

.koyuMavi {
    background: linear-gradient(70deg, #1E3A5F, #2E588A) !important;
    color:white;
}

.geceMavisi {
    background: linear-gradient(70deg, #0B3D91, #1C5DC5) !important;
    color:white;
}

.karanlikKizil {
    background: linear-gradient(70deg, #8B0000, #B22222) !important;
    color:white;
}

.koyuGri {
    background: linear-gradient(70deg, #2F4F4F, #4A6767) !important;
    color:white;
}

.koyuMor {
    background: linear-gradient(70deg, #4B0082, #6A0DAD) !important;
    color:white;
}

.karaGunbatimi {
    background: linear-gradient(70deg, #D35400, #E67E22) !important;
    color:white;
}

.yeralti {
    background: linear-gradient(70deg, #3B3B3B, #5C5C5C) !important;
    color:white;
}

.koyuTuruncu {
    background: linear-gradient(70deg, #A52A2A, #CD5C5C) !important;
    color:white;
}

.bordo {
    background: linear-gradient(70deg, #800000, #A63A3A) !important;
    color:white;
}

.denizKoyu {
    background: linear-gradient(70deg, #001F3F, #003F7F) !important;
    color:white;
}

.karanlikDeniz {
    background: linear-gradient(70deg, #000080, #0000CD) !important;
    color:white;
}

.koyuAltin {
    background: linear-gradient(70deg, #806517, #D4AF37) !important;
    color:white;
}

.koyuKahve {
    background: linear-gradient(70deg, #3E2723, #795548) !important;
    color:white;
}

.karaorman {
    background: linear-gradient(70deg, #0D1F1A, #1A4D39) !important;
    color:white;
}

.koyuZeytin {
    background: linear-gradient(70deg, #556B2F, #6B8E23) !important;
    color:white;
}

.koyuSis {
    background: linear-gradient(70deg, #4B515D, #616161) !important;
    color:white;
}

.koyuLavanta {
    background: linear-gradient(70deg, #2A2B5F, #4B4C7F) !important;
    color:white;
}

.karaGece {
    background: linear-gradient(70deg, #2B2B2B, #404040) !important;
    color:white;
}

.koyuZirve {
    background: linear-gradient(70deg, #2A3439, #41545B) !important;
    color:white;
}

.koyuAlev {
    background: linear-gradient(70deg, #8B2500, #CD3700) !important;
    color:white;
}

.dusukSari {
    background: linear-gradient(70deg, #856404, #B59D48) !important;
    color:white;
}

.dusukMor {
    background: linear-gradient(70deg, #4E387E, #735290) !important;
    color:white;
}

.koyuMint {
    background: linear-gradient(70deg, #01796F, #2E8B57) !important;
    color:white;
}

.koyuAlevMavisi {
    background: linear-gradient(70deg, #191970, #2C3E50) !important;
    color:white;
}

.balGunesi {
    background: linear-gradient(70deg, #8B4513, #D2691E) !important;
    color:white;
}

.karaSis {
    background: linear-gradient(70deg, #2F2F2F, #4F4F4F) !important;
    color:white;
}

.pusluGece {
    background: linear-gradient(70deg, #2C2C54, #404068) !important;
    color:white;
}

.dusMavisi {
    background: linear-gradient(70deg, #1B4F72, #2874A6) !important;
    color:white;
}

.koyuBakir {
    background: linear-gradient(70deg, #8B4513, #A0522D) !important;
    color:white;
}

.zumrutYesili {
    background: linear-gradient(70deg, #006400, #228B22) !important;
    color:white;
}

.geceYesili {
    background: linear-gradient(70deg, #2C5234, #3D6658) !important;
    color:white;
}

.karanlikLila {
    background: linear-gradient(70deg, #301934, #501D4C) !important;
    color:white;
}

.koyuToprak {
    background: linear-gradient(70deg, #4D2E1C, #6E422F) !important;
    color:white;
}

.pusluCam {
    background: linear-gradient(70deg, #375F47, #4A6E58) !important;
    color:white;
}

.dusGokyuzu {
    background: linear-gradient(70deg, #2A4858, #3A5C6B) !important;
    color:white;
}

.koyuNar {
    background: linear-gradient(70deg, #8A3324, #CD5C5C) !important;
    color:white;
}

.koyuDus {
    background: linear-gradient(70deg, #2E1B3B, #4C2F57) !important;
    color:white;
}

.geceMor {
    background: linear-gradient(70deg, #1A1A40, #2A2A5A) !important;
    color:white;
}

.pusluSis {
    background: linear-gradient(70deg, #3E4042, #545657) !important;
    color:white;
}

.dusAltin {
    background: linear-gradient(70deg, #805A25, #B5843E) !important;
    color:white;
}

.karanlikAltin {
    background: linear-gradient(70deg, #846F50, #A68964) !important;
    color:white;
}

.karaGumus {
    background: linear-gradient(70deg, #4B4B4B, #666666) !important;
    color:white;
}

.dusukYesil {
    background: linear-gradient(70deg, #556B2F, #4E6732) !important;
    color:white;
}

.pusluCivit {
    background: linear-gradient(70deg, #1A3060, #2A4B80) !important;
    color:white;
}

.pusluBordo {
    background: linear-gradient(70deg, #4B0F24, #6A2439) !important;
    color:white;
}


.accordion {
  width: 100%;
  border: none;
  background-color: rgba(238, 238, 238, 0.7);
  color: #fff;
  padding: 15px;
  cursor: pointer;
  text-align: left;
  font-weight: bold;
  outline: none;
  font-size: 1.2rem;
  border-radius: 10px;
  margin: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.active.accordion:hover {
  background-color: #ccc;
  margin-bottom: 0;
  box-shadow: none;
  transform: none;
}
.active.accordion {
  border-radius: 10px 10px 0 0;
}

.accordion::after {
  content: "\00276F";
  color: #fff;
  transform: rotate(90deg);
  float: right;
  margin-left: 15px;
  transition: all 0.5s;
}
.active::after {
  content: "\00276F";
  transform: rotate(270deg);
}
.panel {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-out;
  border-radius: 0 0 10px 10px;
  text-align: justify;
  color: #ffffff;
}
.panel::selection {
  background: #009d41;
  color: #444;
}
.panel-1 {
  background-color: rgba(211, 0, 0, 0.7);
}
.panel-2 {
  background-color: rgba(223, 89, 1, 0.7);
}
.panel-3 {
  background-color: rgba(214, 204, 0, 0.7);
}
.panel-4 {
  background-color: rgba(0, 157, 65, 0.7);
}
.accordion img {
    width: 60px;
}

.date {
   
        text-align: center;
}

.title {
    flex-grow: 1; /* This makes sure the "Kuş Günü" text is centered */
    text-align: center; /* Centers the title */
}