@import url(global.css);

.container-custom {
    width: 98%;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    margin-top: 95px !important;
    background-color: rgb(243, 243, 243);
    padding: 10px;
    border-radius: 12px;
    line-height: 100%;
}

.table-custom {
    height: auto;
}

body {
    background-color: #e8e8e8;

}

.status-circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
}
.status-pendente {
    background-color: orange;
}
.status-aprovado {
    background-color: green;
}
.status-negado {
    background-color: red;
}

.titles {
    text-align: center;
    justify-content: space-between;
    width: 98%;
}

#colaboradoresAtivos {
    color: #ffffff;
    border-radius: 15px;
    width: 100%;
    margin: auto;
    font-weight: 800;
    background-color: black;
    width: auto;
    padding: 8px;
}

.aviso {
    color: orange;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
}

.aviso i {
    vertical-align: middle; /* Alinha o ícone no meio verticalmente */
    margin-right: 5px; /* Adiciona um pequeno espaçamento entre o ícone e o texto */
}

.table-head {
    background-color: rgb(235, 235, 235);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    margin-top: 10px;
}
