.chat-user-scrollable{
    max-height: 75vh;
    overflow: auto;
}


#calendar-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .fc-header-toolbar {
    /*
    the calendar will be butting up against the edges,
    but let's scoot in the header's buttons
    */
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

 .border-bottom-purple {
    border-bottom: 1px solid #673ab7!important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: rgb(103, 58, 183) !important;
}
  .border-top-purple{
    border-top: 1px solid #673ab7!important;
    border-top-width: 1px !important;
    border-top-style: solid !important;
    border-top-color: rgb(103, 58, 183) !important;
  }

.modal-content-rounded{
  border-radius: 1rem !important;
}

.timer-container-class {
  border: 4px dashed #dedede !important;
  /* min-height: 250px !important; */
  margin:20px;
  border-radius: 0.3rem;
  overflow: hidden;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
