<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
@media screen and (min-width: 320px) and (max-width: 991px) {
  .event-date-margin {
      margin-bottom: 0px !important;
  }
  .cld-main {
      width: 100% !important;
  }
  .calender-icon {
      padding: 20px 0px 10px 0px !important;
  }
  .events-back-calender {
      height: auto !important;
  }
  .nextMonth {
      border: none !important;
  }
  .cld-datetime,
  .cld-labels,
  .cld-days {
      margin-left: 10px !important;
      border: none !important;
  }
  .cld-main svg {
      filter: grayscale(1)
  }
  .cld-label,
  .cld-number {
      font-size: 12px;
  }
  .custom-flex-column-reverse {
      flex-direction: column-reverse !important;
  }
  .color-footer {
      text-align: center;
  }
  .m-text-center {
      text-align: center;
  }
}

.cld-main a {
  color: #0080FF;
}

.cld-main svg {
  filter: grayscale(1)
}

.cld-datetime {
    position: relative;
    width: 100%;
    margin: 0px 0px 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cld-datetime .today {
  position: relative;
  width: auto;
  text-align: center;
  font-size: 22px;
}

.cld-nav {
  position: relative;
  width: 20px;
  height: 20px;
}

.cld-nav:hover {
  cursor: pointer;
}

.cld-nav:hover svg {
  fill: #005EFF;
}

.cld-fwd {
  float: right;
}

.cld-nav svg:hover {}

.cld-labels,
.cld-days {
  padding-left: 0;
}

.cld-label,
.cld-day {
  box-sizing: border-box;
  display: inline-block;
  width: 14.28%;
  text-align: center;
}

.cld-day {
  border: 1px solid #eee;
}

.cld-day.today .cld-number {
  /*     background: #0080FF;
  color: #fff; */
}

.cld-day.disableDay {
  opacity: 0.5;
}

.cld-day.nextMonth,
.cld-day.prevMonth {
  opacity: 0.55;
}

.cld-number {
  font-weight: bold;
  position: relative;
  margin: 0;
  padding: 10px;
}

.cld-title {
  position: absolute;
  z-index: 5;
  display: none;
  top: 35px;
  left: 0;
  padding: 5px 10px;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
}

.cld-number:hover .cld-title {
  display: block;
}

.cld-title::before {
  content: '';
  position: absolute;
  top: -7.5px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 7.5px solid #ccc;
}

.cld-number.eventday {
  font-weight: bold;
  color: #b31d4d;
}

.cld-number.eventday:hover {
  cursor: pointer;
  background: transparent;
}

.today .cld-number.eventday:hover {
  background: #005EFF;
}

.eventday .cld-title a {
  font-weight: bolder;
}

.eventday .cld-title:last-child {
  top: 70px;
}

.eventday .cld-title:only-child {
  top: 35px;
}

#nokCalendar {
  padding: 0 20%;
}

ul.cld-labels li.cld-label {
    padding: 10px;
    border: 1px solid #fff;
    background: #b31d4d;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #nokCalendar {
      padding: 0;
    }   
    .cld-number,
    ul.cld-labels li.cld-label {
      font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .cld-title {
        left: unset;
        right: 0;
        font-size: 11px;
        width: 250px;
        overflow: auto;
    }
}







