html{
    height: 100%;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #191919;
    color: #e4e4e4;
}

.container {
    margin: auto;
    overflow: hidden;
}

header {
    color: #ffffff;
    text-align: center;
}

footer {
    background: #35424a;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

/* form {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="submit"] {
    background: #35424a;
    color: #ffffff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #45a049;
}
.menu {
    background-color: #535353b2;
    overflow: hidden;
    padding: 8px;
    margin: 10px;
    border-radius: 40px;
}
.menu .btn_criar{
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border: none;
    border-radius: 20px;
}
.badge {
    font-size: 14px;
    background-color: #e4e4e4;
    color: rgb(0, 0, 0);
}
.bg-secondary {
    background-color: #6c757d;
    color: white !important;
    padding: 5px 10px;
    border-radius: 12px;
}
.bg-success {
    background-color: #28a745;
    color: white !important;
    padding: 5px 10px;
    border-radius: 12px;
}
.bg-warning {
    background-color: #ffc107;
    color: black;
    padding: 5px 10px;
    border-radius: 12px;
}
.badge-inativo {
    background-color: #dc3545;
    color: white !important;
    padding: 5px 10px;
    border-radius: 12px;
}
.badge-pendente {
    background-color: #ffc107;
    color: black;
    padding: 5px 10px;
    border-radius: 12px;
}
.table-responsive {
    margin-top: 20px;
}
.lista-obras {
    list-style-type: none;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 0px !important;
}
.list-group-item-funcionario {
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 15px;
    border: #ffffff 1px solid;
    box-shadow: 0 2px 5px rgb(137 137 137 / 16%);
    min-width: 200px;
    min-height: 100px;
    margin:  0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 6px !important;
    background: linear-gradient(to right, #2c2c2d57, #38383847) !important;

}
.style-background-token{
    background-color: #3c3c3c5e !important;
}

.lista-funcionarios {
    list-style-type: none;
    display: grid;
    gap: 20px;
    border: #ffffff 1px solid;
    padding: 20px;
    border-radius: 6px !important;
    box-shadow: 0 2px 5px rgb(137 137 137 / 16%);
    background: linear-gradient(to right, #2c2c2d57, #38383847) !important;

}


.modal-content {
    background-color: #2c2c2c;
    color: #e4e4e4;
    border-radius: 6px;
}
.modal-header, .modal-footer {
    border-color: #444;
}
.modal-body input, .modal-body select {
    background-color: #3c3c3c;
    color: #e4e4e4;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}
.modal-body input::placeholder {
    color: #bbb;
}
.modal-body select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill  ="gray"><polygon points="0,0 16,0 8,8"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}
.modal-body label {
    margin-bottom: 5px;
    display: block;
}
.border {
    border-color: #444 !important;
}
form{
    background: #2c2c2c;
    color: #e4e4e4;
    border-radius: 10px;
    border: #444 1px solid;
}
input[type="text"],
input[type="password"] {
    background-color: #3c3c3c;
    color: #e4e4e4;
    border: 1px solid #555;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder {
    color: #bbb;
}
input[type="submit"] {
    background: #4CAF50;
    color: #ffffff;
}
input[type="submit"]:hover {
    background: #45a049;
}
table {
    background: #2c2c2c;
    color: #e4e4e4;
}
th {
    background: #3c3c3c;
}
td {
    border-top: 1px solid #444;
}
a {
    color: #4CAF50;
}
a:hover {
    color: #45a049;
}
.card {
    background: #2c2c2c;
    color: #e4e4e4;
    border-radius: 10px;
    border: #444 1px solid;
    padding: 15px;
    margin-bottom: 20px;
}
.card-header {
    background: #3c3c3c;
    border-bottom: none;
}
.lista-funcionarios .list-group-item{
    background: none;
    color: #e4e4e4;
}
.list-group-item{
    background: #3c3c3c;
    color: #e4e4e4;
    
}
.text-muted {
    color: #bbb !important;
}
input[type="month"] {
    background-color: #3c3c3c;
    color: #e4e4e4;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 10px;
}
input[type="month"]::placeholder {
    color: #bbb;
}


input {
    width: 90%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #aaa;
}

button {
    margin-top: 0;
    padding: 10px 20px;
    background: #008cff;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

#qr-reader {
    margin-top: 20px;
    width: 100%;
}
.container-card {
    background: #2c2c2c;
    padding: 25px;
    width: 320px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0 10px #0003;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}