:root {
    --cor-principal: #6F1733;
    --cor-secundaria: #bea58d;
    --cor-terciaria: #fff;

    --cor-alternativa-1: #495563;
    --cor-alternativa-2: #a3456d;
    --cor-alternativa-3: #254e70;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper {
    flex: 1;
}

.content-footer {
    flex-shrink: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.01);
    color: #00000059;
    padding: 10px;
    text-align: center;
}

.jquery-spinner-wrap {
    position: fixed; !important;
}

.dataTables_wrapper .paginate_button.active .page-link {
    background-color: var(--cor-principal);
    border-color: var(--cor-principal);
    color: var(--cor-terciaria);
}

.fullName_header {
    color: var(--cor-secundaria);
}

.group {
    background-color: var(--cor-alternativa-1);
    color: var(--cor-terciaria)
}

.content-wrapper .navbar {
    z-index: auto;
}

@media screen and (max-width: 768px) {
    .container-xxl {
        overflow-y: auto;
    }
}

@media screen and (max-width: 768px) {
    .text-nowrap{
        overflow-y: auto;
    }
}
@media screen and (max-width: 768px) {
    .text-nowrap {
        overflow-y: auto;
        display: flex;
    }
}


body,
html {
    height: 100%;
    margin: 0;
}

.main-container {
    min-height: calc(100vh - 130px);
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    padding-bottom: 60px;
}

.itemsTask {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}