.text-muted {
    text-align: left;
}

.text-muted span {
    font-weight: bold;
}

.select2-selection.select2-selection--single {
    padding:
        20px 0;
    display: flex !important;
    align-items: center;
}

#select2-client_id-container {
    width: 100%;
}

.select2-selection__clear {
    color: red;
}

#reset-filters {
    display: none;
}

#pagination {
    display: flex;
    gap:
        20px;
    list-style-type: none;
    align-items: center;
}

.page-item.active {
    background-color: var(--e-global-color-primary);
    font-family: "iransans", Sans-serif;
    color: #FFFFFF;
    border-radius:
        25px 25px 25px 25px;
    padding:
        5px 13px;
}

.page-item.disabled {
    background-color: #A3A3A3 !important;
    color: #fff;
    border:
        unset;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding:
        9px 24px;
    border-radius:
        8px;
    cursor: not-allowed;
}

#pagination a {
    text-decoration:
        unset !important;
    border:
        unset;
}

.id_session {
    width: 90px;
    overflow-wrap: anywhere;
}

#sessions-table-body .btn.btn-primary.disabled {
    min-width: 103px;
    background-color: #A3A3A3;
    color: #fff;
    border: unset;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding:
        9px 24px;
}

#reset-filters {
    margin:
        25px auto 0 auto;
    margin-bottom: 0px;
}

#sessions-table-body tr {
    text-align: center;
}

@media(min-width:1100px) {
    .table-responsive {
        overflow:
            unset !important;
    }
}