#pills-tabContent .tab-pane {
    /*display: flex;*/
    justify-content: space-around;
}
#pills-tabContent .tab-pane .card {
     text-align: center;
     margin: 25px 0;
}

#datepicker-container {
    width: 100%;
}

#datepicker-container .table-condensed, #datepicker-container .datepicker-inline{
    width: 100%;
}


/* Time slot */

.cell {
    border: 1px solid #BDBDBD;
    margin: 2px;
    cursor: pointer;
  }
  
  .cell:hover {
    border: 1px solid #3D5AFE;
  }
  
  .cell.select {
    background-color: #3D5AFE;
    color: #fff;
  }
  
  .time-cell-disabled {
    background: #eee;
    border: 0;
    cursor: no-drop;
    pointer-events: none;
  }
  #success-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #25D366;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

#success-message {
    position: relative;
    background: #25D366;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

#success-message p {
    color: #ffffff !important;
}
#success-modal p {
    color: #ffffff !important;
}
  
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #162e40;
    font-size: 20px;
    font-weight: 600;
  }
  .nav-pills .nav-link {
    border-radius: 0.25rem;
    font-size: 20px;
    color: #162e40;
    font-weight: 600;
  }
  .tab-content h5{
    padding:10px 0;
    font-weight: 600;
  }
  .tab-content p{
    padding:10px 0;
    font-weight: 600;
  }
    .modal-title {
    font-size: 25px;
    font-weight: 600;
  }
  label.label {
    font-size: 17px !important;
    font-weight: 600 !important;
  }
  .datepicker table tr td.today{
    background-color: #162e40 !important;
    color: #fff !important;
    background-image: none;
  }
  .datepicker table tr td.today:hover{
    background-color: #ec4e4f !important;
    color: #fff !important;
    background-image: none;
  }
  .datepicker table tr td.active.day, .datepicker table tr td.active, .datepicker table tr td.active:hover{
    background-color: #ec4e4f !important;
    background-image: none;
  }
