
.availability_label{
	font-weight: 800;
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
}
.time_label{
	font-weight: 800;
    position: absolute;
    top: 0;
    left: 0;
    padding: 16px;
}

.table tfoot th {
    font-size: .65rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9ecef;
}

.dataTables_paginate .previous .page-link , .dataTables_paginate .next .page-link {
    width: inherit!Important;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px !important;
}

.avatar-group-dark .avatar {
    position: relative;
    z-index: 2;
    border: 2px solid #1f3a68;
}

.btn-circle {
   height: 60px;
  width: 60px;
  border-radius: 50%; 
    align-items: center;
    
   
}
.btn-fab{
    z-index: 100;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    margin: 10px;
}

.btn-fab i {
    line-height: 36px;
}
 
.collapse:not(.show) {
    display: none;
}
.filter-option-inner-inner, .btn.dropdown-toggle.bs-placeholder.btn-light:after{
    color:white;
}
 
.product-actions{
    text-align: right;
}