  @font-face {
    font-family: 'Alata';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/Alata-Regular.woff') format('woff'),
         url('../fonts/Alata-Regular.woff2') format('woff2');
  }

  html, body {
      min-height: 100%;
      margin: auto;
      font-family: alata,sans-serif;
  }

  #particles-js {
    display: flex;
    position: absolute;
    width: 100%;
  }

  .delete {
    width: 22px;
    margin: 0px 16px 0px 0px;
  }

  .complete {
    width: 22px;
    margin: 0px 0px 0px 0px;
  }

  .content {
    margin: 0px 0px 60px 0px;
  }

  .flex-widget-top-larger, .flex-widget-bottom, .flex-widget, .flex-widget-bottom-medium, .flex-widget-bottom-small, .doggo_header {
    background-color: #fafafa;
  }

  .flex-container {
    overflow: auto;
    display: flex;
    flex-direction: column;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #F9F6F1;
    padding: 8px;
  }

  .flex-widget {
    margin: 0px 0px 8px 0px;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex: 1;
  }

  /**
   * Header
   */

  .flex-widget-header {
    border-radius: 12px;
    margin: 0px 0px 8px 0px;
    min-height: 160px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #D8BE83;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }

.flex-titles-header h3 {
  font-size: 30px;
}

.flex-titles-header h3, h4.description, .flex-titles-header-inner-sunrisesunset h4, h4.highslows {
  color: #F9F6F1;
  margin: 0px;
}

h4.description {
  font-size: 18px;
  margin: 0px 0px 4px 0px!important;
}

.flex-titles-header-inner {
  display: flex;
  width: 98px;
  justify-content: space-between;
  margin-left: 30px;
}

.flex-titles-header-inner-sunrisesunset {
  width: 176px;
  display: flex;
  justify-content: space-between;
}

.flex-titles-header-inner-sunrisesunset .wi {
  font-size: 18px;
}

.wi {
  margin-right: 4px;
  font-size: 20px;
}

/**
 * End of Header
 */

/**
 * Happiness
 */

.flex-widget-blocks-happiness-inner-text {
  min-width: 90%;
}

.flex-widget-blocks-happiness h5 {
  margin-top: 14px;
}

.happiness {
  width: 36px;
  margin-top: 10px;
}

.flex-widget-blocks-happiness {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fafafa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0px 0px 8px 0px;
  border-radius: 12px;
}

.flex-widget-blocks-happiness-inner {
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.flex-widget-happiness {
  display: inline-block;
  cursor: pointer;
}

.hidden {
  display: none;
}

.slide-out {
  animation: slideOut 0.5s ease-in-out;
}

@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.flex-widget-blocks-happiness-inner-container {
  display: flex;
  align-items: center;
}

.flex-widget-blocks-happiness-inner-container h4 {
  margin: 0px 0px 0px 16px;
}

/**
 * End of Happiness
 */

  .flex-widget-full {
    margin: 0px 0px 10px 0px;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    background-color: #fafafa;
  }

  .flex-widget-top-larger {
    margin-right: 10px;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    flex: 0 0 45%;
    overflow: scroll;
  }

.flex-widget-blocks {
  display: flex;
  min-height: 140px;
}

.flex-widget-block-side {
  flex: 1;
  background-color: #fafafa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin: 0px 0px 8px 0px;
  padding: 20px;
}

.flex-widget-block-center {
  flex: 1;
  background-color: #fafafa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin: 0px 8px 8px 8px;
  padding: 20px;
}

  li span img {
    float: right;
  }

  .status-dropdown {
    cursor: pointer;
    padding: 4px 7px;
    border: 2px solid #f9f4ed;
    border-radius: 12px;
    background-color: #565857;
    color: #f9f4ed;
    font-size: 12px;
  }

  .flex-widget-full-tasks {
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    background-color: #fafafa;
  }

  .flex-widget-full-tasks-top, .flex-widget-full-tasks-top-completed {
    margin: 0px 0px 8px 0px;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    background-color: #fafafa;
    min-width: 45%;
  }

  .flex-bottom-tasks {
    display: flex;
    bottom: 54px;
    z-index: 999;
  }

  .flex-widget-bottom {
    margin-right: 10px;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    margin-bottom: 15px;
  }

  .flex-widget-bottom-small {
    margin-right: 10px;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex: 0 0 176px;
    margin-bottom: 15px;
  }

  .flex-widget-bottom-medium {
    margin-right: 10px;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex: 0 0 260px;
    margin-bottom: 15px;
  }

  #habitInput, #habitTimeInput, #noteInput, #taskInputTasks, #favoriteInput, .gifSearch {
    padding: 7px 10px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 2;
    margin: 0px;
    background-color: #F9F6F1;
    color: #1E1E24;
    border: 0px;
    width: 95%;
  }

  #habitTimeInput {
    margin-bottom: 16px!important;
  }

  .habitTimeInputPopup {

  }

  .task-list, .habit-list {
    color: #f9f4ed;
    margin: 0px;
    padding: 0px;
  }

  .task, .habit, .note {
  padding: 10px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  background-color: #F9F6F1;
  color: #434343;
  list-style: none;
  display: flex;
  justify-content: space-between;
  }

  .habit {
  flex-direction: column!important;
  }

  #contentGIF img {
    margin: 0px 5px 0px 0px;
    width: 211px;
    height: 211px;
    margin-bottom: -4px;
  }

  #gifResults {
    margin-top: 20px;
  }

  #gifResults {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
  }

  .delete-habit {
    width: 50px;
  }

  .particles-js-canvas-el {
    height: 100vh!important;
    background-color: #101912;
  }

  .flex-widget-full-tasks-top-completed span {
    text-decoration: line-through;
  }

  input {
    padding: 7px 10px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 4;
    min-height: 60px;
    width: 87%;
    margin-bottom: 10px;
    color: #434343;
    background-color: #F9F6F1;
    border: 0px;
  }

  .subtask-list {
    padding: 0px 0px 0px 30px;
  }

  .subtask {
    padding: 0px 0px 8px 0px
  }

  img {
    max-width: 400px;
  }

  li span img {
    cursor: pointer;
    width: 16px;
    margin-top: 5px;
  }

  .scene-list img {
    width: 200px;
  }

  button.slider-button {
    border-radius: 100px;
    border: none;
    height: 28px;
    width: 28px;
    background-color: #ffd6de;
    color: #2b2b40;
    font-size: 20px;
  }

  .slider-container {
    font-size: 24px;
  }

  .slider-container input[type="range"] {
    background-color: #2b2b40; /* Background bar color */
    border: none;
  }

  input[type=range] {
    -webkit-appearance: none;
    width: 56%;
    border: none;
  }

  input[type=range]:focus {
    outline: none;
  }

  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #212131;
    border-radius: 8px;
    border: none;
  }

  input[type=range]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 100px;
    border: none;
    background: #FFD6DE;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
  }

  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #212131;
    border: none;
  }

  input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #212131;
    border-radius: 8px;
    border: none;
  }

  input[type=range]::-moz-range-thumb {
    height: 24px;
    width: 24px;
    border-radius: 100px;
    border: none;
    background: #ffd6de;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
  }

  input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #212131;
    border-radius: 8px;
    border: none;
  }

  input[type=range]::-ms-fill-lower {
    background: #212131;
    border: none;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #212131, 0px 0px 1px #212131;
  }

  input[type=range]::-ms-fill-upper {
    background: #212131;
    border: none;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #212131, 0px 0px 1px #212131;
  }

  input[type=range]::-ms-thumb {
    height: 24px;
    width: 24px;
    border-radius: 100px;
    border: none;
    background: #ffd6de;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
  }

  input[type=range]:focus::-ms-fill-lower {
    background: #212131;
  }

  input[type=range]:focus::-ms-fill-upper {
    background: #212131;
  }

  #weather-app {
      background-color: #212131;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
  }

  .cosy a {
    cursor: pointer;
    padding: 7px 10px!important;
    border: 1px solid #f9f4ed;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
  }

  .current-time {
    font-size: 17px;
  }

  .sound-links {
    position: fixed;
    bottom: 70px;
    right: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    z-index: 999;
  }

  .sound-links-buttons {
    cursor: pointer;
    padding: 7px 10px;
    border: 1px solid #f9f4ed;
    border-radius: 12px;
    width: 66px;
    text-align: center;
    color: #f9f4ed;
    font-size: 14px;
  }

  .doggo_header {
    position: absolute;
    bottom: 0;
    padding: 4px 8px;
    box-shadow: 0 0 12px -9px #2b2b40;
    margin-top: 0px;
    margin-bottom: 16px;
    z-index: 900;
    width: 100%;
    margin-left: -8px;
    /*margin-top: 7px;*/
  }

  h1 {
    font-size: 50px;
    text-transform: none;
    text-align: center;
    margin-top: 0px;
  }

  h1, h2, h3, h4, h5, p, label, .calendar-month {
    color: #434343;
    margin: 0px;
    font-weight: 400;
    margin: 0px 0px 12px 0px;
  }

  .flex-titles-daylight h4, .flex-titles-daylight h3 {
    margin: 0px!important;
  }

  .cosy {
    background-color: #F9F6F1;
  }

  .doggo_menu ul, .doggo_menu a {
      margin: 0;
      list-style-type: none;
      padding: 0;
      color: #f9f4ed;
      font-size: 14px;
      list-style-type: none;
      padding: 0;
  }

  .doggo_menu_inner, .scene-options {
    align-items: center;
    padding-right: 80px;
  }

  .doggo_menu_inner {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 30px 0;
      padding-right: 70px;
  }

  .koncentracio_views {
    position: fixed;
    bottom: 0;
    height: 60px;
    background-color: #273C2C;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    flex-direction: row;
    color: #fff;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .left_menu {
    display: flex;
    flex-direction: row;
    min-height: 60px;
    color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0px 16px 0px 16px;
  }

  .right_menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    bottom: 0px;
    padding: 0px 0px 0px 2px;
    margin-left: -10px;
  }

  .logo {
    margin: 15px 0px 20px -4px;
    width: 120px;
  }

  .menu-items {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .menu-text {
    font-size: 16px;
    margin: 0px;
    color: #f9f4ed;
  }

  .menu-icons {
    width: 22px;
    margin: 0px 6px 0px 0px;
  }

  .menu-bottom-icons {
    width: 21px;
    margin: 0px;
    cursor: pointer;
  }

  .flex-titles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0px 12px 0px;
  }

  .flex-titles-daylight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0px 6px 0px;
  }

  .flex-titles-header, .flex-titles-header-description {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 6px 0px 6px 0px;
  }

  .title-icons {
    width: 20px;
    cursor: pointer;
  }

  label {
    color: #1E1E24;
    font-size: 15px;
  }

  .editor-popup {
    display: none;
    position: fixed;
    min-height: 100%;
    background-color: rgba(43, 43, 64, 0.8);
    z-index: 1000;
  }

  .editor-popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 1000;
    }

  .editor-content {
      min-height: 100%;
      min-width: 100%;
      background-color: rgba(43, 43, 64, 1);
      z-index: 1000;
      background-color: #f9f4ed;
  }

  .editor-textarea {
    border: 0px;
    z-index: 1000;
    color: #1E1E24;
    font-size: 18px;
    width: 91%;
    height: 80vh;
    padding: 20px;
    margin-top: 3%;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 20px;
    background-color: transparent;
}

  .editor-button {
    cursor: pointer;
    padding: 7px 10px;
    border: 1px solid #f9f4ed;
    border-radius: 12px;
    background-color: #F98062;
    color: #f9f4ed;
    font-size: 15px;
    text-wrap: nowrap;
    margin-left: 70px;
  }

  .status-dropdown, .timer.button {
    background-color: #565857;
  }

  .reset.button {
    background-color: #81AE9D;
  }

  #work-duration, #break-duration {
    padding: 7px 10px;
    border-radius: 12px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #1E1E24;
    border: 0px;
    margin-top: 8px;
    background-color: #F9F6F1;
  }

  .current-time {
    margin-right: 6px;
    color: #f9f4ed;
  }

  .currentTime {
    text-wrap: wrap;
    margin: 6px 10px 15px 0px;
    font-size: 15px;
    color: #f9f4ed;
  }
 
    ul li a {
      margin: 0px;
      padding: 0px;
    }

    .favourites-list {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
    }

    .favourites-list li {
      cursor: pointer;
      display: flex;
      align-items: center;
    }

    .favourites-list li img {
      width: 30px;
      height: 30px;
    }

    .favourites-list li a {
      border: 0px!important;
    }

    .delete-favourite {
      cursor: pointer;
      text-align: right;
      font-size: 16px;
      color: #1E1E24;
      width: 10px;
    }

    .close-note {
      cursor: pointer;
      text-align: right;
      max-width: 10px;
    }

    ul li span {
      width: 70%;
    }

    .button {
      cursor: pointer;
      padding: 7px 10px;
      border: 1px solid #f9f4ed;
      border-radius: 12px;
      background-color: transparent;
      color: #f9f4ed;
    }

    .due-date-button {
      cursor: pointer;
      padding: 4px 7px;
      border: 2px solid #f9f4ed;
      border-radius: 12px;
      background-color: #565857;
      color: #f9f4ed;
      font-size: 12px;
    }

    .subtask-button {
      cursor: pointer;
      padding: 3px 10px 3px 10px;
      margin: 0px 6px 0px 6px;
      border: 1px solid #f9f4ed;
      border-radius: 12px;
      background-color: transparent;
      color: #f9f4ed;
      font-size: 11px;
    }

    .notes h3 {
      margin-top: 0;
      color: #f9f4ed;
    }

    .note-list {
      list-style: none;
      padding: 0;
      margin-bottom: 10px;
    }

    .note {
      display: flex;
      justify-content: space-between;
      padding: 10px 10px;
      border-radius: 5px;
      margin-bottom: 5px;
      font-size: 15px;
      list-style: none;
    }

    .note span {
      width: 90%; /* Adjust the width as needed */
      overflow-wrap: break-word;
    }

    .note .close {
      cursor: pointer;
      font-size: 16px;
      color: #f9f4ed;
    }

    .volume-bar {
      display: flex;
      align-items: center;
      gap: 10px;
      display: none;
    }

    #volumeBar-CosyCafé, #volumeBar-CalmCity, #volumeBar-Rainforest {
      background-color: transparent!important;
    }

    .volume-bar input {
      width: 70px;
    }

    #youtubePlayer {
      margin-top: 20px;
    }

    #youtubeInput {
      height: 18px;
      margin: 0px;
      width: 240px;
      padding: 8px 20px 8px 20px;
      color: #1E1E24;
    }

    particles-js-canvas-el {
      height: 100vh;
    }

    .popup {
      display: none;
      position: fixed;
      width: 70%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1000;
      background-color: rgba(43, 43, 64, 0.9);      
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .popup-content {
      text-align: center;
    }

    .popup-content h3 {
      margin-top: 0;
    }

    .scene-list {
      list-style: none;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin: 20px 0;
    }

    .icon-list {
      list-style: none;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin: 20px 0;
    }

    .scene-list li {
      cursor: pointer;
    }

    .close {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      font-size: 20px;
      color: #f9f4ed;
    }

    .scene-options {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }

    .scene-option {
      cursor: pointer;
      padding: 8px 4px;
    }

    .scene-icon {
      font-size: 24px;
    }

    @media screen and (max-width: 767px) {
      .scene-list {
        flex-direction: column;
        align-items: center;
      }
    }


/**
 * Habits
 */

#contentHabits .habit h4.habit-time {
  margin-bottom: 6px!important;
}

#contentHabits .habit {
  display: block;
}

.habit-popup {
  display: none;
  position: fixed;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 70px;
  z-index: 1000;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}

.habit-popup input,
.habit-popup button {
  display: block;
  margin-bottom: 10px;
}

.close-popup {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-size: 30px;
  color: #D8BE83;
}

#openHabitPopup {
  position: fixed;
  bottom: 76px;
  right: 20px;
  width: 50px;
}

/**
 * End of Habits
 */

/**
 * Shopping
 */

#contentShopping .shopping {
  display: block;
}

.shopping-popup {
  display: none;
  position: fixed;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 70px;
  z-index: 1000;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}

.shopping-popup input,
.shopping-popup button {
  display: block;
  margin-bottom: 10px;
}

.close-popup {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-size: 30px;
  color: #D8BE83;
}

#openShoppingPopup {
  position: fixed;
  bottom: 76px;
  right: 20px;
  width: 50px;
}

.shopping-list li {
  padding: 0px 0px 0px 15px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  background-color: #F9F6F1;
  color: #434343;
  list-style: none;
  display: flex;
  align-items: center;
}

.shopping-list input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: unset;
  margin: 0px 8px 0px 15px;
}

.shopping-list ul {
  padding-left: 30px;
}

.shopping-list {
  padding: 0px;
}

.ingredient-strikethrough {
  text-decoration: line-through; 
}

li.category-header {
  flex-direction: row;
  padding: 15px;
  margin-top: 20px;
}

li.ingredient, .li.ingredient-strikethrough {
  padding: 0px 0px 0px 0px;
  font-size: 13px;
}

input#ingredient {
  width: 94%;
}

#category {
  cursor: pointer;
  padding: 8px 14px;
  border: none;
  border-radius: 12px;
  background-color: #F9F6F1;
  color: #434343;
  font-size: 15px;
  margin-bottom: 20px;
  width: 94%;
  min-height: 60px;
}

#ingredient::placeholder  {
  color: #434343;
}

/**
 * End of Shopping
 */

/**
 * Users
 */

.open-signin {
  display: none;
  position: fixed;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 70px;
  z-index: 1000;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}

.open-signin input,
.open-signin button {
  display: block;
  margin-bottom: 10px;
}

.close-signin {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-size: 30px;
  color: #D8BE83;
}

#openSignin {
  position: fixed;
  bottom: 76px;
  right: 20px;
  width: 50px;
}

/**
 * End of Users
 */

/**
 * Global
 */

button {
  cursor: pointer;
  padding: 8px 14px;
  border: none;
  border-radius: 12px;
  background-color: #D8BE83;
  color: #F9F6F1;
}

.flex-titles h3 {
  margin: 0px!important;
}

/**
 * End of Global
 */

/**
 * Calendar
 */

.calendar-day {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px;
  background-color: #F9F6F1;
  font-size: 13px;
  border-radius: 8px;
  position: relative;
  flex: 60px;
}

#calendar-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.calendar-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -74%);
  height: 50%;
  width: 100%;
  text-align: center;
}

.calendar-day img {
  max-width: 100%;
  height: 100%;
}

.day-number {
  display: block;
}

/* Week */
#calendar-week {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.week-calendar-week-day {
  flex: 1; /* Grow to fill the available space */
  min-width: 68px; /* Set a minimum width */
  height: 70px;
  display: flex;
  flex-direction: column; /* Change flex-direction to column */
  justify-content: center;
  align-items: center;
  margin: 3px;
  font-size: 13px;
  border-radius: 8px;
  background-color: #F9F6F1;
}

.week-calendar-week-content {
  display: flex;
  flex-direction: column; /* Align items in a column */
  height: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-top: -15px;
}

.week-calendar-week-content img {
  max-height: 100%; /* Set image to max height of the box */
  width: auto; /* Ensure image does not grow width-wise */
}

.week-calendar-week-day-number {
  margin-top: 5px;
}

#calendar-week-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/**
 * End of Calendar
 */