:root {
  --color-bichik: #00a19a;
}


/* FIXME: remove lines down below if useless! */

/* .calendar-heading {
  color: white;
  visibility: hidden;
  margin-bottom: -20px;
}

.simple-calendar {
  height: calc(100vh - 300px);
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;

  table {
    border: none;

    thead {
      border: none;

      tr {
        font-size: small;
        visibility: hidden;

        th {
          border: none;
        }
      }
    }

    tbody {
      td {
        border-width: 2px;
        padding: 0;
      }
    }

  }

}

@media (prefers-color-scheme: dark) {
  .calendar-heading {
    color: white;
  }

  .simple-calendar {

    .next-month,
    .prev-month,
    .today {
      background-color: #1f2937;
    }
  }
} */
/*

 */
