body{
    font-family: "Albert Sans", sans-serif !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Albert Sans", sans-serif !important;
}

p, a, span, button{
    font-family: "Albert Sans", sans-serif !important;
}

ul, li{
    font-family: "Albert Sans", sans-serif !important;
}

.date-list li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    border-radius: 90px;
    padding: 10px 20px;
    margin-bottom: 8px;
    border: 1px #dddddd solid;
    width: 49%;
}
.avatar.avatar-lg {
    width: 95px;
    height: 95px;

}
.staff-card h6 {
    font-size: 18px;
}

.staff-card p {
    font-size: 18px;
}

.payment-table {
    border: 1px solid #bcacac;
}
.payment-table tr{
    background-color: #eee;
    border: 1px solid #000;
    font-size: 18px;
}

.payment-table tr th{
    font-weight: 600 !important;
    font-size: 18px;
    background-color: #eee;
    border-bottom: 1px solid #bcacac;
    border-right: 1px solid #bcacac;
}
.payment-table tr td{
   
    font-size: 18px !important;
    background-color: #eee;
    border-bottom: 1px solid #bcacac;
}

.logo-small img {
    width: 140px;
}

.tasker-log{
    display: none !important;
}

.logo img{
    max-height: 58px;
}



@media only screen and (max-width: 1199.98px) {

   .right-sec{
        display: block !important;
   } 
}

@media only screen and (max-width: 575px) {
    .right-sec{
        display: none !important;
   } 
   .tasker-log{
        display: block !important;
    }

}