.ag-theme-alpine .ag-overlay-loading-center {
    font-size: 18px;
    font-weight: bold;
    color: #999;
  }
  
  .ag-header-cell-label {
    justify-content: center;
  }
  
.dot-danger{
  height: 24px;
  width: 24px;
  background-color: rgb(197, 92, 92) !important;
  border-radius: 50%;
}

video{
  height: 50%;
  width: 50%;
}

.dot-success{
  height: 24px;
  width: 24px;
  background-color: rgb(92, 197, 111) !important;

  border-radius: 50%;
}

/* To hide ag grid checkbox cell */
.ag-selection-checkbox {
  display: none;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  display: flex;
  justify-content: center;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.heading {
  display: flex;

  #filter-search{
    width: 80%;
    height: 42px !important;
    margin: 8px !important;
    font-size: 24px;
    position: relative;
  }

  #event-count{

    float: right;
    margin-top: 8px ;
    margin-left: 16px;;
  }
}