@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular-hBRJlB7.ttf");
}

body {
  font-family: "Poppins", sans-serif;
}

.fc .fc-timegrid-slot {
    height: 5rem;
}

@media screen and (max-width: 1000px) {
    .fc-header-toolbar {
        display: flex;
        flex-direction: column;
        margin: 10px 0;
    }
    #fc-dom-1 {
        margin: 10px;
    }
    #calendar {
        min-height: 750px;
    }
}

@media screen and (max-width: 767px) {
  #form-submit {
      width: 100% !important;
  }

  #form-log {
    width: 100% !important;
    padding: 0.5rem;
  } 

  #buttons {
    gap: 0;
  }
}
  

/* @media screen and (max-width: 767px) {
  .nav-link {
    text-align: center
  }

  .barItem {
    width: 100vw;
    justify-content: center;
  }

}

@media screen and (min-width:768px) {
  #sidebarMenu {
    min-height: 115vh;
  } 
} */


.calendar {
    position: relative;
    width: 300px;
    background: white;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .calendar #dayName {
    position: relative;
    padding: 5px 10px;
    background: #11a09a;
    color: white;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
  }
  
  .calendar #monthName {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 300;
    color: #333;
    text-transform: capitalize;
  }
  
  .calendar #dayNumber {
    margin-top: 20px;
    line-height: 1em;
    font-size: 80px;
    font-weight: 700;
    color: #333;
  }
  
  .calendar #year {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
    color: #333;
  }

  .color_1 {
    background: #f39108;
    color: white;
  }

  .color_1:hover {
    color:#f39108 !important;
    background: #fcd6a7;
    border: #f39108 2px solid;
  }

  .color_2 {
    background: #04a39e;
    color: white;
  }

  .color_2:hover {
    color:#04a39e !important;
    background: #b1d4d0;
    border: #04a39e 2px solid;
  }

  .color_3 {
    background: #681239;
    color: white;
  }

  .color_3:hover {
    color:#681239 !important;
    background: #b993a0;
    border: #681239 2px solid;
  }

  .color_4 {
    background: #94c120;
    color: white;
  }

  .color_4:hover {
    color: #94c120 !important;
    background: #d4e4a6;
    border: #94c120 2px solid;
  }

  .bg_1 {
    background: #fcd6a7;
    color: #f39108;
  }
  .bg_2 {
    background: #b1d4d0;
    color:#04a39e
  }
  .bg_3 {
    background: #b993a0;
    color: #681239;
  }
  .bg_4 {
    background: #d4e4a6;
    color: #94c120!important;
  }

  .help:hover {
    background: white;
    color: #681239;
  }

  figure.image {
    display: flex;
    justify-content: center;
  }

  .fa.fa-sort::before {
    margin-left: 5px;
  }

  .nav-link.active {
    background: #12a19b !important;
    color: white !important;
  }

  .button-overlay:hover {
    background: #12a19b;
    color: white;
  }

  .nav-link:hover {
    color:white;
    background-color: #12a19b;
  }
