.iot-calendar *,
.iot-calendar *::before,
.iot-calendar *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.iot-calendar .ftco-section {
  padding: 2.5vmin 1.5vmin 0 1.5vmin;
}
.iot-calendar .ftco-no-pt {
  padding-top: 0;
}
.iot-calendar .ftco-no-pb {
  padding-bottom: 0;
}
.iot-calendar .heading-section {
  font-size: 28px;
  color: #000;
}
.iot-calendar .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.iot-calendar .calendar, .calendar_weekdays, .calendar_content {
  max-width: 12vw;
}
.iot-calendar .calendar {
  margin: auto;
  font-weight: 400;
}
.iot-calendar .calendar_content {
  background: var(--background-color-darker);
}
.iot-calendar .calendar_weekdays {
  background: rgba(176, 222, 237, 0.5);
}
.iot-calendar .calendar_header {
  padding: 10px 0;
}
.iot-calendar .calendar_content, .calendar_weekdays, .calendar_header {
  position: relative;
  overflow: hidden;
}
.iot-calendar .calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #000 !important;
}
.iot-calendar .calendar_weekdays div, .calendar_content div {
  width: 14.28571%;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  color: var(--circleLabel-color) !important;
  font-weight: 300;
  font-size: 18px;
  padding: 5px 0;
}
.iot-calendar .calendar_content div {
  border: 1px solid transparent;
  float: left;
  position: relative;
  z-index: 0;
  border-bottom: solid 1px;
}
.iot-calendar .calendar_content div:hover {
  border: 1px solid #dcdcdc;
  cursor: default;
}
.iot-calendar .calendar_content div.blank{
  border-bottom: none;
}
.iot-calendar .calendar_content div.blank:hover {
  cursor: default;
  border: 1px solid transparent;
}
/* .calendar_content div.past-date {
  color: #d5d5d5;
}
*/
.iot-calendar .calendar_content div.today {
  font-weight: bold;
  font-size: 18px;
  color: var(--logo-color) !important;
}
.iot-calendar .calendar_content div.today:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 auto;
  /* background: var(--color-configurable); */
  z-index: -1;
}
.iot-calendar .calendar_content div.selected {
  /* background-color: rgba(192, 20, 102, 0.5); */
  background-color: var(--color-configurable);
}
.iot-calendar .calendar_content div.selected:after{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 auto;
  /* background: rgba(192, 20, 102, 0.5); */
  background: var(--color-configurable);
  z-index: -1;
}
.iot-calendar .calendar_header {
  width: 100%;
  height: 41px;
  text-align: center;
  background: #B0DEED;
}
.iot-calendar .calendar_header h2 {
  padding: 0 10px;
  font-weight: 700;
  font-size: 1.8vmin;
  color: #000000;
  float: left;
  width: 70%;
  margin: 0 0 10px;
  margin-bottom: 0px;
}
.iot-calendar button.switch-month {
  background-color: transparent;
  /* padding: 10px; */
  outline: none;
  border: none;
  color: #000000;
  float: left;
  width: 15%;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
.iot-calendar button.switch-month:hover {
  color: rgba(192, 20, 102, 0.5);
 ;
}
.iot-calendar .grid-container {
  margin: auto;
  text-align: center;
  margin-left: 3em;
}
.iot-calendar .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 6px;
  width: 180px;
  height: 240px;
  margin: 20px;
}
.iot-calendar .month {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 20px;
  background-color: #B0DEED;
  border: 1px solid #B0DEED;
  width: 60px;
  height: 60px;
  color: #000000;
  cursor: pointer;
}
.iot-calendar .current-month {
  background-color: #C01466;
}
.iot-calendar .selected-month {
  background-color: rgba(192, 20, 102, 0.6);
}
.iot-calendar .buttonMonthGrid{
  font-weight: 300;
  font-size: 2vmin;
  background: none;
  border: none;
  /* margin-left: 50px; */
  cursor: pointer;
}
#show-month-calendar-holder,
#show-seven-days-holder,
#show-grid-button-holder,
.dashboard-view-selector,
#show-iot-table,
#show-iot-chart {
  margin-left: 10px;
  margin-top: 1vh;
  display: flex;
  gap: 1em;
  flex-direction: row;
  white-space: nowrap;
}

#show-month-calendar-holder img,
#show-seven-days-holder img,
#show-grid-button-holder img {
  height: 1em;
}
#show-month-calendar,
#show-seven-days,
#show-grid-button {
  /* margin-left: 1em; */
  /* transform: translate(-50%,0); */
  text-align: left;
  padding: 0.1em 0.5em 0.1em 0.5em;
  border-radius: 1em;
}
.iot-calendar .buttonMonthGrid:hover{
  background: #B0DEED;
  border-radius: 26px;
}
.iot-calendar .activeBtn {
  /* background: rgba(192, 20, 102, 0.6);
  border-radius: 26px; */
}

.newdashboardtableIcon {
  float: right;
  margin-right: 1.5vmin;
  line-height: 3vmin;
}

@media screen and (max-width: 768px) {
  .iot-calendar .calendar_weekdays div, .calendar_content div {
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size: 12px;
  }
  .iot-calendar .calendar_content div.today {
    font-weight: bold;
    font-size: 12px;
  }
  .iot-calendar .calendar_header h2 {
    padding: 0 10px;
    font-weight: 700;
    font-size: 1.6vmin;
    color: #000000;
    float: left;
    width: 70%;
    margin: 0 0 10px;
    margin-bottom: 0px;
  }
  .iot-calendar .calendar_content div.today:after {
    width: 17px;
    height: 17px;
  }
  .iot-calendar .calendar_content div.selected:after{
    width: 17px;
    height: 17px;
  }
  .iot-calendar .buttonMonthGrid{
    margin-left: 0px;
  }
}