@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body {
  margin: 0;
  overflow-x: hidden;
}
h1 {
  text-align: center;
  margin: 20px 0;
  font-size: 2rem;
  color: #b22222;
}
.underheader{
  margin: 0 auto; 
  text-align: center;
  top: -15px;
  font-style: italic;
  position: relative;
  font-size: 16px;
  color: #454545;
}
#download-ics{
  display: none;
}
.small-font{
  font-size: 12px;
  text-align: center;
  font-style: italic;
}
.gc-calendar {
  overflow-x: auto;
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  padding: 0rem;
}

.gc-calendar .gc-calendar-header {
  background-color: #fff;
  padding: 2px;
  height: max-content;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.gc-calendar .gc-calendar-header button.prev, .gc-calendar .gc-calendar-header button.next {
  height: 36px;
  /* width: 24px; */
  left: 0px;
  top: -5px;
  border-radius: 100px;
  background: #FFFFFF;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  border: 0;
  padding: 4px 15px;
  font-size: 18px;
  box-shadow: inset 0px -1px 0px #EDF2F7;
  cursor: pointer;
  color: #7A7A9D;
  font-weight: bold;
  margin-right: 10px;
}

.gc-calendar .gc-calendar-header button.prev:hover, .gc-calendar .gc-calendar-header button.next:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08), 0px 7px 14px rgba(50, 50, 93, 0.1);
}

.gc-calendar .gc-calendar-header button.prev:focus, .gc-calendar .gc-calendar-header button.next:focus {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08), 0px 7px 14px rgba(50, 50, 93, 0.1);
  outline: none;
  border: 0;
}

.gc-calendar .gc-calendar-header button.prev {
  margin-left: -10px;
}

.gc-calendar .gc-calendar-header .gc-calendar-month-year {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #38385c;
  line-height: 136.02%;
  min-width: 220px;
}

.gc-calendar table.calendar {
  width: 100%;
}

.gc-calendar table.calendar th {
  text-align: start;
  font-weight: 600;
  font-size: 14px;
  line-height: 136.02%;
  padding: 2px;
  text-transform: uppercase;
  color: #7A7A9D;
  position: relative;
  padding-bottom: 12px;
}

.gc-calendar table.calendar td {
  height: 125px;
  position: relative;
  padding-top: 3px;
  vertical-align: top;
  width: calc(100% / 7);
}

.gc-calendar table.calendar td.prev-month .day-number, .gc-calendar table.calendar td.next-month .day-number {
  color: #B5B5BD !important;
}

.gc-calendar table.calendar td .day-number {
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
  overflow-y: auto;
  color: #38385c;
  text-decoration: none;
  display: block;
}

.gc-calendar table.calendar td .today .day-number {
  color: #38385c;
}

.gc-calendar table.calendar a {
  text-decoration: none;
  display: block;
  float: left;
}

.special-tooltip{
  bottom: -16px;
  right: -2px;
  position: relative;
  font-size: 11.8px;
  cursor: pointer;
  margin-bottom: 10px;
  pointer-events: auto;
}
.today {
  position: relative;
  text-align: center;
  background-color: rgb(224 187 253 / 50%);
}

.less-lent{
  font-weight: 500;
}

.bg-danger{
  background-color: transparent !important;
}
.bg-success{
  width: 1px !important;
  display: none !important;
  background-color: transparent !important;
}
.gc-calendar table.calendar a:hover {
  background: linear-gradient(90deg, #dfb7ff 90%, #cfc9c900 9%);
  width: 90%;
  border-radius: 5px;
  padding-left: 10px;
  transition: .2s;
}

.gc-calendar table.calendar a:hover .day-number {
  color: #fff;
}

.gc-calendar table.calendar th::before, .gc-calendar table.calendar tr:not(:last-child) td::before {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  border-radius: 1px;
  background-color: #8f8f93;
  bottom: 0px;
  left: 0;
  position: absolute;
}

.gc-calendar table.calendar td:hover {
  background: linear-gradient(90deg, #dfb7ff 90%, #cfc9c900 9%);
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}

.gc-calendar .gc-event {
  color: #752CAF;
  width: 25px;
  display: block;
  position: relative;
  left: 0px;
  margin-right: 20px;
  border-radius: 0px;
  text-align: left;
  overflow-wrap: revert-layer;
  text-wrap: wrap;
  margin-bottom: -20px;
}

.text-lighter{
  font-weight: 400;
}

@media (max-width: 767px) {
    .gc-calendar .gc-event {
      width: 52px;
      display: block;
      position: relative;
      margin-right: -3px;
      padding-left: 0px;
      top: -12px;
      text-align: start;
      overflow-wrap: break-word;
      word-wrap: initial;
      white-space: normal;
      flex-wrap: wrap;
  }
  .small-font{
    font-size: 8px;
  }
  .underheader{
    width: 60%;
    font-size: 12px;
  }
  
}
@media (min-width: 768px) {
  .special-tooltip{
    font-size: 16px;
    bottom: -6px;
    right: -5px;
    float: right;
  }

  .today {
    padding-right: 20px;
  }

  .gc-calendar table.calendar td .day-number {
    font-size: 32px;
    position: relative;
    left: 8px;
    line-height: 42px;
  }

  .gc-calendar table.calendar td {
    height: 130px;
    /* padding-right: 25px; */
  }

  .gc-calendar .gc-event {
    margin-bottom: -5px;
    width: 180px;
    font-size: 15px;
    margin-left: 0px;
  }
}



.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-in-right {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-out-left {
  -webkit-animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.slide-out-right {
  -webkit-animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}

@keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
}

@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}

@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}
