.events {
    background-color: #592488;
    width: 100%;
    display: inline-block;
    float: left;
    padding: 1em;
  }
  .fc-toolbar.fc-header-toolbar {
      margin-bottom: 10px;
  }
  
  .events .list {
    background-color: #f0f0f0;
    overflow-y: scroll;
    line-height: 24px;
  }
  
  .inner_content {
    display: flex;
  }
  
  .para_div {
    padding: 0 10px;
  }
  
  .appoint_ment_div {
    margin-top: 10px;
  }
  
  .para_div {
    padding: 0 10px;
  }
  
  .fc-right {
    display: none;
  }
  
  .fc td,
  .fc td, .fc th {
      vertical-align: top;
      background: #592488 ;
      text-align: center;
      border: none;
      color: #fff;
      font-weight: 600;
  }
  
  .fc-row .fc-week .fc-widget-content {
    height: 50px !important;
  }
  
  #calendar {
    background: #f88b0e;
    border-radius: 0px;
  }
  
  table table {
    background-color: #716e91;
  }
  
  .fc-left {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  
  .fc-left h2 {
    font-weight: 600;
    color: #fff;
  }
  
  .fc-widget-content {
    height: 55px !important;
  }
  
  .fc-day-grid-container {
    height: auto !important;
  }
  
  .fc td.fc-today {
    border-style: none;
  }
  
  .fc-unthemed td.fc-today {
    color: #000;
  }
  
  .fc td,
  .fc th :hover {
    cursor: pointer;
  }
  
  .span_div .highlight {
    background: red !important;
    color: #fff;
  }
  
  #appointment_table tr td {
    text-align: center;
    padding: 10px 0 !important;
  }
  
  .fc-past {
    opacity: 0.3;
    cursor: not-allowed !important;
  }
  .fc-left > h2 {
      text-align: center;
      width: 100%;
      padding: 0px 0 0 0;
  }
  
  .fc-head-container .fc-widget-header {
      padding: 10px 0 10px 0;
      border: none;
      /* border-bottom: 1px solid #dbd0d0; */
  }
  .fc-row.fc-week.fc-widget-content {
      height: 40px !important;
      /* padding: 1px; */
  }
  .fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
      background: 0 0;
      border-color: transparent;
      border: 1px solid #e2dfdf;
      height: 40px;
  }
  
  /* .span_div span {
      cursor: pointer;
   } */
  .counseling_time_disable {
    opacity: 0.3;
    cursor: not-allowed;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
  }