
.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;
}
.user_logout
{
    cursor: pointer;
}


.select2-container .select2-selection--single {
    height: 40px!important;
    padding: 5px!important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 33px!important
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 7px!important;
    height: 32px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    height: 35px!important;
}

ul#select2-speaker_id-container
{
    position: absolute;
    padding: 4px;
}

.suggestion-item {
    border: 1px solid #cdcdcd;
    padding: 2px;
    margin-bottom: 1px;
    margin-top: 1px;
    border-radius: 5px;
    cursor: pointer;
}