body {
  font-size: 16px;
  line-height: 1;
  background-color:beige;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
  color: black;
  border-radius: 0;
  border-bottom: 10px solid black;
  padding: 20px;
}

.col-sm-1{
  background-color: white;
  font-family: 'Montserrat', sans-serif;
  border-left: 2px solid black;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-position: 50%,50%;
  padding: 5px 5px;
 
}

.row {
  white-space: nowrap;
  height: 105px;
  border-top: 1px solid white;;
}

.textarea{
  background: transparent;
  border: none;
  resize: none;
  color: #000000;
  border-left: 1px solid black;
  padding: 20px;
 
}

.saveBtn {
  background-color: #06AED5;
  color: white;
  border-right: 1px solid black;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-position: 50%,50%;
  padding: 10px 10px;
  
}


.saveBtn i:hover {
  font-size: 20px;
  transition: all .3s ease-in-out;
 
  
}

.display-3{
  background-color: skyblue;
  font-family: 'Montserrat', sans-serif;

}

.lead{
  background-color: white;
  margin: 3px;
  font-family: 'Montserrat', sans-serif;
}

.Date,.Time {
  background-color: hotpink;
  margin: 3px;
  padding: 3px;
  font-family: 'Montserrat', sans-serif;

}

.description{
  white-space: pre-wrap;
}

.time-block{
  text-align: center;
  border-radius: 15px;
}

.hour {
  background-color: #ffffff;
  color: #000000;
  border-top: 1px dashed #000000;
}

.past {
  background-color: #db7bcb;
  color: white;
}

.present {
  background-color: White;
  color: white;
}

.future {
  background-color: #b578fa;
  color: white;
}

body::-webkit-scrollbar {
  width: 10px;               
}
body::-webkit-scrollbar-track {
  background: beige;       
}
body::-webkit-scrollbar-thumb {
  background-color: hotpink;    /* color of the scroll thumb */
  border-radius: 10px;       /* roundness of the scroll thumb */
  border: 3px solid skyblue;  /* creates padding around scroll thumb */
}