.cld-main{
  width:  100%;
}
.cld-main a{
  color: #333;
  font-weight: bold;
}
.cld-datetime {
  position: relative;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: 0px;
  overflow: hidden;
  display: flex;
  margin-bottom: 15px;
}
  .cld-datetime .today{
    position: relative;
    float: none;
    width: auto;
    margin: 0px 7px;
    text-align: left;
    font-family: "fields", sans-serif;
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
  }
  .cld-nav{
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 0px;
  }
  .cld-nav:hover{
    cursor: pointer;
  }
  .cld-nav svg{
      fill: #503737;
  }
    .cld-nav:hover svg{
      fill: #503737;
  }
  .cld-rwd{
    float: left;
  }
  .cld-fwd{
    float: right;
  }
    .cld-nav svg:hover{

    }
.cld-labels, .cld-days{
  padding-left: 0;
}
.cld-labels{border-bottom: 0px;}
.cld-days > li{border: 1px solid #bababa; margin-bottom: -1px; margin-right: -1px;}
.cld-labels li{border: 1px solid #bababa; margin-bottom: -1px; margin-right: -1px; padding: 7px 0px;}
.cld-main ul{margin-bottom: 0px;}
.cld-labels{margin-bottom: 0px;}
  .cld-label, .cld-day{
    display: inline-block;
    width: 14.28%;
    text-align: center;
    color: #503737;
    font-family: "poppins", sans-serif;
    font-size: 18px;
  }
  .cld-day.today .cld-number{
    border-radius: 0px;
    background: #dbd5d5;
    color: #503737;
    margin: 0px;
  }
.cld-labels li:first-child{color: #f00;}
.cld-days li:nth-last-child(7n+0) .cld-number{color: #f00;}
.cld-day.nextMonth, .cld-day.prevMonth{color: #503737 !important;}
  .cld-day.disableDay{
    opacity: 0.5;
  }
  .cld-day.nextMonth, .cld-day.prevMonth{
    opacity: 0.33;
  }
    .cld-number{
      position: relative;
      margin: 0px;
      padding: 8px;
      height: 70px;
      text-align: right;
      color: #503737;
      font-family: "poppins", sans-serif;
      font-size: 18px;
    }
      .cld-title{
        position: absolute;
        z-index: 5;
        display: none;
        top: 30px;
        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: 7.5px;
        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{
        display: inline-block;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        border: 1px solid #999;
      }
      .cld-number.eventday:hover{
        cursor: pointer;
        background: #eee;
      }
      .today .cld-number.eventday:hover{
        background: #888;
      }
