.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1.5em;
    gap: 1em;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

h3 {
    padding: .5em 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.dataTables_filter {
    width: 100%;
    text-align: center !important;
}

.dataTables_filter label {
    width: 100%;
}

.dataTables_filter label input {
    width: 25%;
    border-radius: 15px !important;
    padding: 0.9em !important;
}

.dataTables_scrollBody {
    border: none !important;
}

td,
th {
    text-align: center !important;
}

.unidades {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}

#tbUnidades_wrapper {
    width: 100%;
    padding: 0 .5em;
}

.andares {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}

#tbAndares_wrapper {
    width: 100%;
    padding: 0 .5em;
}

.setores {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}

#tbSetores_wrapper {
    width: 100%;
    padding: 0 .5em;
}

.locais {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

#tbLocais_wrapper {
    width: 100%;
    padding: 0 .5em;
}

.ramais {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

#tbRamais_wrapper {
    width: 100%;
    padding: 0 .5em;
}

.divBtnAdd {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding-top: 1em;
}

.menu-item-disabled {
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}

#desativarEditarUnidade {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* PAGINAÇÃO */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: white !important;
    background: rgba(37, 38, 38, 0.7) !important;
    border: none;
    padding: 0.5em 1em;
    margin: 0 0.2em;
    cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: white !important;
    background-color: #001F3F !important;
    border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 50px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: rgb(165, 165, 165) !important;
    background: rgba(37, 38, 38, 0.7) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: rgb(165, 165, 165) !important;
    background: rgba(37, 38, 38, 0.7) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:not(.disabled):hover {
    color: white !important;
    text-decoration: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:not(.disabled):hover {
    color: white !important;
    text-decoration: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #3e3f42 !important;
    border-color: #3e3f42 !important;
}
a.paginate_button,
span.ellipsis {
    color: white !important;
    background-color: rgba(37, 38, 38, 0.7) !important;
}
span.ellipsis {
    border-radius: 50px;
    display: flex;
    align-items: center !important;
}
.dataTables_paginate {
    display: flex;
    align-items: center;
}
.dataTables_wrapper .dataTables_paginate span {
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
