@font-face {
    font-family: Poppins-Regular-ttf;
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}
.dashboard-title{
    color: #26c6da;
    font-size: 20px;
    font-weight:400;
}
.checkin{
    float: right;
}
.mat-grid-tile-content{
    align-items: flex-start !important;
    display: inline-block !important;
}
.cal{
    width: 310px;
}
.margin-5{
    margin-top: 5px;
}
.mat-grid-tile {
    overflow: inherit !important;
}
.bg-img{
    background-image: url('https://demos.wrappixel.com/premium-admin-templates/angular/material-angular/material/assets/images/background/login-register.jpg');
}
.right{
    float: right;
}
.danger{
    color: #eb2567;
}
table {
    width: 100%;
  }
  
  th.mat-sort-header-sorted {
    color: black;
  }
/* table.mat-table {
    margin-top:20px;
    table-layout: fixed;
    width: 100%;
    display: table;
} */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}
    .mat-table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        display: table;
        border-collapse: collapse;
        margin: 0px;
    }
    .mat-row,
    .mat-header-row {
        /* display: table-row; */
    }
    
  
.text-justify
{
    text-align: justify;
}
/* .fc-event-container {
    display: none !important;
} */
.task-count {
    text-decoration: none !important;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins, sans-serif' !important;
    background-color: #26c6da;
    color: #fff;
    padding: 7px 12px;
    border-radius:50%;
}

.task-count:hover, focus {
    color: #56d2e2;
    background-color: #96f0de;
}
.right{
    float: right;
}
.fc-past{
    font-family: Poppins-Regular-ttf;
    font-size: 16px;
}
.fc-day-header{
    font-family: Poppins-Regular-ttf;
    font-size: 16px;
}
.fc-month-button{
    background: #26c6da !important;
    color: white !important;
    border: 1px solid #26c6da !important;
    font-family: Poppins-Regular-ttf !important;
    text-shadow: none !important;
}
.fc-icon-left-single-arrow{
    color: #99abb4;
}
.fc-icon-right-single-arrow{
    color: #99abb4;
}
.fc-prev-button{
    text-align: center;
    margin: 0;
    line-height: 36px;
    border-radius: 4px;
}
.fc-next-button{
    text-align: center;
    margin: 0;
    line-height: 36px;
    border-radius: 4px;
}
.fc-day-header{
    font-size: 17px;
    white-space: nowrap;
    color: #607d8b;
    font-weight: 500;

}
.portlet.calendar .fc-event .fc-content {
    border: 0;
    padding: 0px 5px;
}
.fc-day-grid-event {
    margin: 0px 16px 0px 3px;
    padding: 0 1px;
}
#customcalendar .fc-h-event{
    background: #26c6da !important;
    border-color: #26c6da !important;
}
.fc-event {
    border-radius: 10px !important;
   
}
::ng-deep .redNoMatch
{
  color:white;
  background: #F44336 !important;
}
.fc button .fc-icon{
    top: 0em;
}
.edit-icon
{
    color: #1e88e5;
}
.delete-icon{
    color:#F44336;
}