#pagination {
    margin: 30px 0;
    text-align: center;
}

#pagination a {
    margin-right: 16px;
    color: #000;
    font-size: 16px;
}

#pagination a.true {
    background: #2467E4;
    color: #fff;
    padding: 3px 10px;
}

.dashboard-table tr td {
    padding: 5px;
    font-size: 12px;
}

.eye-btn {
    background-color: #45AC34;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
}
.edit-btn {
    background-color: #4C91C3;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
}

.i-btn {
    background-color: #DE7272;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
}

.flex_btn {
    display: flex;
}

.flex_btn a {
    margin-right: 6px;
}

.search-bar input {
    padding: 10px;
    font-size: 14px;
    outline: none;
    width: 250px;
    border-radius: 30px;
}

.dashboard-table tr th {
    color: #383838;
    font-size: 14px;
    padding: 5px 0 5px 10px;
}
.dashboard-table tr td {
    padding: 5px 0 5px 5px;
    font-size: 14px;
}

.report-table {
    background: #fff;
}

.btn-followup ul {
    display: flex;
    align-items: center;
}

.btn-followup ul li {
    display: flex; 
    align-items: center;
    margin-right: 10px;
    box-shadow: 0 0 5px #d9d9d9;
    padding: 10px;
    border-radius: 5px;
}

.btn-followup ul li .acc {
    width: 10px;
    height: 10px;
    background: #637FE1 ;
    margin-right: 5px;
}

.btn-followup ul .pending {
    background: #DF63E1 ;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.btn-followup ul .c-auth {
    background: #00ae1b;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.btn-followup ul .void {
    background: #E16363;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.btn-followup ul .denied {
    background: #A4A4A4;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.btn-followup ul .c-doc {
    background: #36B37E;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.btn-followup ul .c-followup {
    background: #4ecfe9;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.btn-followup ul .meta-color {
    background: #eb8d4a;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.records_select select {
    width: 70px;
    padding: 5px;
    margin-bottom: 10px;
}

.records_select {
    margin: 10px 0;
}


.btn-followup ul li .published {
    width: 10px;
    height: 10px;
    background: #E16363 ;
    margin-right: 5px;
}