header{
    display: flex;
    flex-direction: column;
    background-color: #000;
    color: #FFF;
    padding: 24px;
   
}

/* <i class='bx bxs-user-circle'></i>*/
header .logo-menu{
    display: flex;
    flex-direction: column;    
}
.logo{
    text-align: center;
    margin-bottom: 16px;
    color: var(--neutral-gray);
}
.logo .icon{
    display: flex;
    align-items: center;
   justify-content: center;
    font-size: 3rem;
    font-weight: bold;
    color: #333232;
}

.menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #111;
    padding-top: 16px;
}
.menu ul{
    display: flex;
    align-items: center;
    gap: 10px;
}
.menu li{
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 2px solid #333232;
    padding-right: 10px;
}
.menu .badge-adm{
    display: none;
}
.menu .badge-adm.ativo{
    display: block;
}
.menu .badge-info{ 
   display: flex;
   align-items: center;
   justify-content: center;
   float: 1;   
   color: #fff;
   font-weight: bold;
   font-size: 1.4rem;
}
.menu li:last-child{
    border: 0;
}
.menu a{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #ddd;     
}
.btns{    
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.btns a{
    display: inline-flex;
    align-items: center;    
    padding: 5px 15px; 
    gap: 8px;
    font-size: 1.7rem;
    text-transform: uppercase;
}
.btns a.login{
    border: 1px solid var(--progress-orange);    
    color: var(--progress-orange);
}
.btns a.sair{
    border: 1px solid #ffe484;    
    color: #ffe484;
}
/*AREA DO NOME DO USUARIO*/
.topo-user-name{
    background-color: #111;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-user{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #eee;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.img-user img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.img-user i{
    font-size: 4rem;
    color: #ddd;
}
.topo-user-name p{
    color: #686767;
   
}
.topo-user-name p strong{
    color: #eee;
    font-size: 2.3rem;
    text-transform: uppercase;
}
.topo-user-name p span{
    display: block;
    font-size: 1.2rem;
    margin-top: 3px;
    text-transform: uppercase;
}
.topo-user-name p span strong{
    font-size: 1.3rem;
    color: #686767;
    text-transform: uppercase;
}

/*AREA DO MAIN*/
main{
    min-height: 70vh;
    padding: 32px 0;
    background-color: #f8f9fa;   
}
/*AREA DO MAIN HEADER*/
.main-header{ 
    padding: 24px; 
}
.main-header .title{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    font-size: 2rem;    
    text-transform: uppercase;
    padding: 10px 24px;
    border: 1px solid var(--neutral-gray);
    border-radius: 3px;
}
.main-header .title span{
   display: flex;
   align-items: center;
   line-height: 2.5;
    
}
.main-header .title span i{
    color: var(--neutral-gray);
    margin-right: 5px;
    
}
.main-header .title strong{
    width: 75px;
    height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--neutral-gray);
    padding: 5px;
    border-radius: 50%;
    color: #000;
    font-weight: bold;
    font-size: 3rem;
}
.main-header .title strong small{
    font-size: .987rem;
    text-transform: capitalize;
    color: var(--neutral-gray);
}
.main-header .title i{
    color: #222;
    font-weight: bold;   
}
/*AREA DO DATA ESCALA*/
.data-escala{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;   
    padding: 24px;
    background-color: #f8f9fa;
   
    
}


.box-valor{
    background-color: #fff;
   border: 2px solid var(--neutral-gray);
   padding: 10px 20px;
   border-radius: 5px;
   display: grid;
   grid-template-columns: 1fr;
   gap: 10px;
}
.box-valor .box{
    display: grid;
    grid-template-columns: 1fr;    
    
}
.box-valor .box .valor{
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    color: #333;
}

.box-valor .box .txt{   
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #222;    
}
.box-valor .box .txt strong{
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
/*AREA DO MAIN-BODY*/
.main-body{
    display: flex;
    flex-direction: column;
    margin: 0 24px;  
    gap: 14px;
  
}
.box-item{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.item{    
    border: 1px solid var(--neutral-gray);
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    gap: 10px;
    position: relative;
    background-color: #fff;
}
.qtserv{   
    text-align: left;
    text-transform: lowercase;
    border-left: 5px solid var(--primary-green);
    padding: 10px;
    border-bottom: 1px solid var(--primary-green);
    text-transform: capitalize;
    font-size: 1.8rem;
    color: var(--primary-green);
    
   
}
.qtserv span{   
   color: var(--primary-green);
   font-weight: bold;
}
.item-header{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.item-header p{
    color: #333;
    
}
.item-header p i,
.title-dias i{
    font-size: 1.6rem;
    color: var(--neutral-gray);
}
.item-header p span{
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    
}
.item-footer{ 
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 24px;
}
.item-footer .editar,
.item-footer .excluir{
    color: #fff;
    font-weight: bold;
    flex: 1;    
    padding: 10px 15px;
    border-radius: 3px;
    transition: all .3s ease;
}
.item-footer .editar{
    border: 1px solid var(--primary-green);
    color: var(--primary-green);
}
.item-footer .excluir{
    border: 1px solid var(--error-red);
    color: var(--error-red);
}
.item-footer .editar:hover{
    background-color: var(--primary-green);
    color: #fff;
    
}
.item-footer .excluir:hover{
    background-color: var(--error-red);
    color: #fff;   

}
.item-footer .editar i,
.item-footer .excluir i{
    margin-right: 8px;
}
.box{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.item-body{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text-obs{
    margin: 10px 0;
    display: block;
}
.text-obs fieldset{
    padding: 5px 8px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid var(--neutral-gray);
}
.text-obs fieldset legend{
    font-size: 1.6rem;
    color: #000;
    font-weight: bolder;
}
.text-obs fieldset p{
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: normal;
}
.title-valor{
    margin-top: 32px;
    display: flex;    
    align-items: center;
    justify-content: center;
}
.title-valor p{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
}
.title-valor p span{
    font-size: 5rem;
    font-weight: 900;
}
.title-valor p small{
    color: var(--neutral-gray);
    font-size: 1.6rem;
    font-weight: bold;
    
}
.item-dias-body{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
}
.item-dias-body span{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--neutral-gray);
    color: #000;
    font-weight: bold;
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}
.item-dias-body span small{
    color: var(--neutral-gray);
    font-size: .934rem;
    text-transform: capitalize;
}
.status{
    display: none;
    background-color: rgba(0, 0, 0);
    opacity: .8;
}
.status.receber i,
.status.pago i{
    font-size: 8rem;
}

.status.receber{
    position: absolute;
    z-index: 10;    
    width: 100%;
    height: calc(100% - 70px);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
    color: var(--error-red);

}
.status.pago{
    position: absolute;
    z-index: 10;    
    width: 100%;
    height: calc(100% - 70px);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary-green);

}


footer{
    position: relative;
    padding: 32px 24px;
    background-color: #111; 
    color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
   
}
footer a{
    color:var(--primary-blue);
}
.lik-topo{
    position: absolute;
    top: -40px;
    right: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
}
.lik-topo i{
    color: #eee;
    font-size: 4rem;
}





/*estilo do spinner*/
.spinner{
    display: none;
    margin: 50px auto 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--neutral-gray);
    animation: spin 1.0s linear infinite;
    border-bottom-color: #111;
}
@keyframes spin{
    from {transform:  rotate(0);}
    to{ transform:  rotate(360deg);}
}