.pager {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    justify-content: right;
}

.pager li
{
    margin: 0 2px;
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #007bff;
    background-color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.pager li:hover
{
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
.pager li:hover a
{
    color: white;
}

.pager li.disabled{
    color: #6c757d;
    pointer-events: none;
    background-color: #f8f9fa;
}

.pager li.active.my-active{
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}


#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.9;
    background-color: #fff;
    z-index: 9999999;
    text-align: center;
}
#loading-image {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.select2-container .select2-selection--single {
    height: 40px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px!important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 40px!important;
}

.h_am_listing
{
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    width: 15%;
}

.img-author img{
        width: 50px;
    border: 1px solid #cdcdcd;
    border-radius: 34px;
    padding: 5px;
}

button.sc-button{
    border: none;

}

input.select2-search__field {
    color: black;
}

.select2-container--open .select2-dropdown--below , .select2-container--open .select2-dropdown--above{
    z-index: 99999;
}


#select2-default_order-9l-container {
    width: 200px;
}

.pag_navas
{
    margin-left: 35px;
    width: 100%;
}

.pag_navas .total_msg_met {
    width: 50%;
    float: left;
}
.pag_navas .pager {
    float: right;
    width: 50%;
}
.pag_navas .pager li {
    float: left;
    border: 1px solid #cdcdcd;
    padding: 5px;
    border-radius: 5px;
    margin-left: 5px;
    min-width: 10%;
    max-width: 25%;
    text-align: center;
}

.desc_details p{
    color: black !important;
}


.not_checked
{
    display: none;
}

.detail_checked
{
    width: 26%!important;
}


.mb-10{
    margin-bottom: 10px;
}