body,h1,h2,h3,h4,h5,h6,p,.h1,.h2,.h3,.h4,.h5,.h6,.navigation{
    font-family: 'Cairo', sans-serif !important;
}
.breadcrumb {
    font-family: 'Cairo', sans-serif !important;
}
.pointer{
    cursor: pointer;
}
table th,table td {
    vertical-align: middle !important;
}
.toast-top-center{
    margin-top: 10px;
    width: 100% !important;
    right: 80% !important;
}
.c-1{
    color: #428C61 !important;
}
.b-1{
    background-color: #428C61 !important;
}
.c-2{
    color: #E2BE2F !important;
}
.b-2{
    background-color: #E2BE2F !important;
}
.c-3{
    color: #575756 !important;
}
.b-3{
    background-color: #575756 !important;
}
.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item.show .nav-link, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    border-bottom: 1px solid #428C61;
}
.nav-line-tabs .nav-item .nav-link{
    color: #575756;
}
.text-active-primary.active {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #428C61 !important;
}
.bg-green {
    color: #FFF;
    background-color: #428C61;
    border-color: #428C61;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-green {
    color: #FFF;
    background-color: #428C61;
    border-color: #428C61;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-green:hover {
    color: #428C61;
    background-color: #428C6180;
    border-color: #428C6180;
}
.filter-option-inner {
    text-align: center !important;
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #428C61;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*datatable*/
/*tfoot {*/
/*    display: table-header-group;*/
/*}*/
/*thead,tfoot{background-color: #EEE;}*/
/*table.dataTable thead th, table.dataTable thead td{border-bottom: none !important;}*/
/*table.dataTable tfoot th, table.dataTable tfoot td{border-top: 1px solid #E3EBF3 !important;}*/
/*.box-shadow-05 {box-shadow : 0 5px 10px 0 rgba(62, 57, 107, 0.16);}*/
/*.table{text-align: center !important;}*/
/*.dataTables_wrapper .dataTables_info{color: #fff !important;}*/
/*.table th, .table td{border-top: 1px solid #E3EBF3;}*/
/*.dataTables_filter input{ margin-right: 0.5rem}*/
/*.dataTables_length{ margin-top: 0.1rem}*/
/*div.dt-buttons {position: relative;float: none !important;}*/
/*div.dt-buttons > .dt-button{background-image: none !important; border: none !important; color: #FFFFFF !important;}*/
/*.dataTables_wrapper .dataTables_info{padding-top: 0.1rem !important;}*/
/*.pagination .page-link{border-radius: 1rem !important; border: none !important;}*/
/*table.dataTable.no-footer{ border-bottom: none !important;}*/
