/* Global style */
a,h1,h2,h3,h4,h5,h6,p,button,label,div{
    font-family: "Cairo", sans-serif !important;
}

.navbar-header
{
    background: white;
}

.vertical-collpsed .vertical-menu .simplebar-scrollbar, .vertical-collpsed .vertical-menu .vertical-menu-btn
{
    display: block !important;
}

.text-right
{
    text-align: right !important;
    
}

.selecttwoform
{
    display: block !important;
    width: 100% !important;
    padding: .47rem .75rem !important;
    font-size: .9rem !important;
    font-weight: 400 !important; 
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
}

/* Set max width to the table in operations/customers page */
#theCustomersTable{
    max-width:90% !important;
}


.table_border_color{
    border-color: #000000 !important;
}


.Operations_residentNames
{
    color: #000000 !important;
    margin-bottom: 10px;
}


.avatar-lg
{
    max-width: 6rem !important;
    height: auto !important;
}



.form-check{
    text-align: right;
}

.customers-dropdown-filter
{
width: 220px !important ;
}

.customers-search-btn
{
    margin-bottom: 15px;
}

.button-container {
    display: flex;
    justify-content: center;
  }
  