.h-99{
    height: 99%!important;
}

.absolute-center {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
  }
  
.absolute-center.is-responsive {
    width: 50%; 
    height: 50%;
    min-width: 399px;
    max-width: 400px;
    padding: 40px;
  }

.w-10{
  width: 10%!important;
}

.w-12{
  width: 12%!important;
}

.w-14{
  width: 14%!important;
}

.w-19{
  width: 19%!important;
}

.w-20{
  width: 20%!important;
}

.container-page-scrolling{
  overflow-y: scroll;
  overflow-x: hidden;
}

.col-week-day{
  flex: 0 0 auto;
  width: 14.28%;
}


.text-sm{
  font-size: 8.5pt!important;
}

.text-sm-2{
  font-size: 9.0pt!important;
}

.text-md{
  font-size: 10.0pt!important;
}

.text-normal{
  font-size: 12.0pt!important;
}