@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
}
.ativo{
    display: flex !important;
}
a{
    color: inherit;
    text-decoration: none;
}
ul,li{
    list-style-type: none;
}
.main-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 32px 0;
    width: 100%;
    height: 100%;
    max-width: 95%;
    margin: 0 auto;
}
#main-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0px 0px 32px 0px;
}
#background-image {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
.display_none{
    display: none !important;
}
.inputs, .inputs-tickets{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    background-color: white;
    outline: none;
}
.inputs label, .inputs_usuario label, .inputs textarea, .inputs-tickets label{
    padding: 12px 8px 12px 12px;
}
.inputs label, input, .inputs_usuario, .inputs textarea, .inputs-tickets{
    color: #5F5F5F;
    font-size: 14px;
    white-space: nowrap;
} 
.inputs input, .inputs select, .inputs textarea, .inputs-tickets input, .inputs-tickets select, .inputs-tickets textarea{
    padding: 8px 8px 8px 3px;
    border: none;
    outline: none;
    width: 100%;
}
.inputs textarea, .inputs-select, .inputs-tickets textarea{
    resize: none;
    min-height: 100px;
}
.inputs-textarea, .inputs-select{
    align-items: flex-start !important;
}
.button{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: 100%;
    padding: 10px 40px;
    color: white;
    font-weight: 500;
    border-radius: 32px;
    background-color: #112638;
    border: none;
    outline: none;
    cursor: pointer;
}
.button:hover{
    opacity: 0.8;
}

.main-content .table{
    width: 100%;
    border-collapse: collapse;
}
.main-content .table thead tr th{
    padding: 10px 0;
    color: #909090;
    font-weight: 400;
}
.main-content .table tbody tr th{
    padding: 10px 0;
    color: #909090;
    font-weight: 400;
}
.main-content .table tbody tr td{
    padding: 12px 4px;
    text-align: center;
    font-size: 12px;
}
.main-content .table tbody tr td ul li, .main-content .table tbody tr td ul li strong{
    font-size: 12px;
    padding: 4px 0;
}
.main-content .table > thead > tr{
    border-bottom: 1px solid #D0D0D0;
}
.main-content .table > tbody > tr{
    border-bottom: 1px solid #D0D0D0;
}
.main-content .table tbody tr td form button, .main-content .table tbody tr td:last-child button, .main-content .table tbody tr td:last-child form button{
    border: 0px;
    cursor: pointer;
}
.main-content .table tbody tr td:last-child button:hover i, .main-content .table tbody tr td:last-child a:hover i{
    color: #FAA701 !important;
}
.main-content .table tbody tr td:last-child button i, .main-content .table tbody tr td form button i{
    color: #112638;
    font-size: 16px;
}
.main-content .table tbody tr td:last-child form {
    padding: 12px 0;
    display: block;
    width: fit-content;
}
.main-content .table tbody tr td form{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    align-items: center;
}
.main-content .table tbody tr td:last-child {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.main-content .table tbody tr td form .inputs{
    width: 85% !important;
}
body > main > div > .table > tbody > tr > td:last-child{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    height: 80px;
}
.table_data, .form{
    width: 100%;
}

.pesquisar_dados{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    width: 100%;
}
.button_limpar_pesquisa, .inputs-checkbox{
    width: 20%;
}

#register-add{
    border: none;
    background-color: transparent;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #5F5F5F;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.2s all linear;
    outline: none;
    height: 40px;
}
#register-add:hover{
    color: #112638;
    transition: 0.2s all linear;
}
#register-add hr{
    border: 1px solid #b6b6b6;
    width: 40%;
    transition: 0.2s all linear;
}
#register-add:hover hr{
    border: 1px solid #112638;
    width: 39%;
    transition: 0.2s all linear;
}
.register-active hr{
    border: 1px solid #112638 !important;
    width: 39% !important;
}
.register-active{
    color: #112638 !important;
    font-weight: 500 !important;
}

#inserir_dados{
    width: 100%;
}
.form_reuse_1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}
.form_reuse_2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    flex-wrap: wrap;
}
.form_break_reuse_1{
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
    gap: 12px;
}
.form_break_reuse_2{
    display: flex;
    flex-direction: row;
    align-content: center;
    width: 100%;
    gap: 12px;
}
.form_break_reuse_3{
    display: flex;
    flex-direction: row;
    align-content: center;
    width: 100%;
    gap: 12px;
}


#list-container{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.list-container-group{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    background-color: white;
    border: 1px solid #DBDBDB;
    border-left: 6px solid #112537;
    padding: 24px 16px;
}
.list-container-status-group{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.list-container-group h2{
    font-size: 16px;
    color: #112537;
    text-transform: uppercase;
}
.list-container-group h3:first-child{
    padding: 12px 0px 0px 0px;
}
.list-container-group h3, .list-container-group h4{
    font-size: 14px;
    color: #112537;
    text-transform: uppercase;
}
.container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    padding: 12px 0px 12px 54px;
    border-bottom: 1px solid #DBDBDB;
}
.container-with-desc{
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}
.container-groupby-info-action{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
.container-groupby-info-action-form{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    min-width: 200px;
}
.container-groupby-info-action a, .container-groupby-info-action button{
    color: #112537;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0px 6px;
}
.container-groupby-info-action a:hover, .container-groupby-info-action button:hover, .container-groupby-info-action-form a:hover, .container-groupby-info-action-form button:hover{
    color: #FAA701;
    cursor: pointer;
}
.btn-icon{
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}





.loading{
    display: none;
    position: fixed;
    z-index: 100000;
    left: 200px;
    top: 0;
    width: calc(100% - 200px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
.collapsed .modal{
    left: 60px;
    width: calc(100% - 60px);
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 200px;
    top: 0;
    width: calc(100% - 200px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    position: relative;
}
.modal-content-texts{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.modal-content-texts h2{
    color: #112537;
    text-transform: uppercase;
}

.close {
    font-size: 40px;
    color: #112537;
    cursor: pointer;
}
.close:hover{
    color: #FAA701;
}

.apontamento_nao_ok{
    color: #fa0101 !important;
    font-weight: 600;
}
.apontamento_ok{
    color: #009e20 !important;
    font-weight: 600;
}
.container-groupby-info-action span{
    border-radius: 32px;
    padding: 6px 25px;
    text-align: center;
    min-width: 120px
}
.form_reuse_2 hr{
    width: 100%;
    border: 1px solid #112537;
}
.form_reuse_2 h4{
    text-transform: uppercase;
    color: #112537;
}


.pagination-container{
    width: 100%;
}
.pagination{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.page-item{
    width: -webkit-fill-available;
    text-align: center;
}
.page-link{
    padding: 12px;
    background-color: #112537;
    color: white;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    display: block;
    width: 100%;
}
.active > .page-link{
    background-color: #FAA701 !important;
    color: #112537;
}

.disabled > .page-link{
    background-color: #cbcbcb !important;
    color: #868686;
}
.edit-button{
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}
        .status-badge {
            padding: 5px 10px !important;
            border-radius: 20px;
            font-size: 12px;
        }
        .approved {
            background-color: #d4edda;
            color: #155724;
        }
        .pending {
            background-color: #fff3cd;
            color: #856404;
        }
        .rejected {
            background-color: #f8d7da;
            color: #721c24;
        }