.pagination {
    text-align: center;
    margin-top: 20px;
    float: right;
}

.pagination a,
.pagination span {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none !important;
    color: #333;
}

.pagination a:hover {
    background-color: #f0f0f0;
}

.pagination .current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-label {
    margin-bottom: .5rem;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e4e7ea;
    opacity: 1;
}

.request_access textarea {
    border: 1px solid;
}

.text-danger {
    color: #dc3545 !important;
}

.deprecated {
    background-color: #f86c6b;
    color: white;
    padding: 6px;
    justify-content: center;
    display: flex;
    font-weight: bold;
}

.production {
    background-color: #4dbd74;
    color: white;
    padding: 6px;
    justify-content: center;
    display: flex;
    font-weight: bold;
}

.inreview {
    background-color: #63c2de;
    color: white;
    padding: 6px;
    justify-content: center;
    display: flex;
    font-weight: bold;
}

.waitingforreview {
    background-color: #63c2de;
    color: white;
    padding: 6px;
    justify-content: center;
    display: flex;
    font-weight: bold;
}

.company_info {
    text-align: center;
    margin-top: 10px;
}

.center-block {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.add-contact {
    float: right;
    font-size: 20px;
}

.page-content .wa_login_shortcode {
    display: none !important;
}

.row-empty {
    text-align: center;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table.display {
    border-collapse: collapse;
    width: 100%;
}

table.display th,
table.display td {
    text-align: left;
    padding: 8px;
    word-wrap: break-word;
}

table.display th {
    background-color: #f4f4f4;
}

.request_access {
    max-width: 100%;
    margin: 0 auto;
    display: block !important;
}

.mb-3 {
    margin-bottom: 15px;
}

.request_access label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.request_access .form-control,
.request_access textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #000;
    color: #000
}

.request_access .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.request_access .row>label {
    flex: 1 1 30%;
    padding-right: 10px;
    color: #000;
    text-align: justify;
}

.request_access .row>div {
    flex: 1 1 70%;
}

.request_access button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #2AACE2;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px !important;
}

.form-group {
    margin-bottom: 1rem;
}

.responsive-links {
    display: flex;
    flex-wrap: wrap;
    /*gap: 10px;*/
    justify-content: center;
}

.responsive-links a {
    text-decoration: none !important;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #2aace2;
    color: #fff;
    font-size: 14px;
}

.responsive-links a:hover {
    background-color: #1d2e71;
    color: #fff
}

.content-box-log,
.page-content .elementor-shortcode {
    padding: 20px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #6B6B6B;
    font-size: 16px;
}

.content-box-log {
    margin-top: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .responsive-links {
        flex-direction: column;
        align-items: flex-start;
    }

    .responsive-links a {
        width: 100%;
        text-align: center;
    }
}