.container_agenda{
    margin:0 auto;
    display: grid;
    background-color: #000;
    height: 100%;
    width: 96vw;
    border-radius:15px 0 0 0;
    overflow:auto;
    gap: 6px; /* Espaçamento entre as células */
    /* Espaçamento das colunas inline */

}
.card_profissional{
     background-color: #ffffff;
    padding: 3px;
    text-align: center;
    margin:3px;
    border-radius:15px 0 0 0;
    border: 2px solid green; /* Cor da borda verde */
    box-shadow: 0 0 10px 5px rgba(0, 128, 0, 0.5); 
}
.titulo_prof{
    display:inline-block;
    height:33px;
    line-height:33px;
    width:100%;
    margin: 0;
    color:#fff;
    padding:0;
    border-radius:15px 0 0 0;
}
.titulo_prof_disp{
   background-color: rgb(20, 88, 8);
}
.titulo_prof_Indisp{
   background-color: black;
}
.titulo_prof p{
   margin: 0;
}
.titulo_prof_Indisp p{
    margin: 0;
}

.agenda_prof{
    display: grid;
    grid-template-columns: 45px auto;
    background-color: #fff;
    padding: 0px;
    font-size:13px;
   
}
.coluna_horas p{
    box-sizing: border-box;
    background-color: rgb(236, 232, 240);
    color:gray;
    height: 300px;
    padding: 5px;
    border: 1px solid gray;
    line-height: 300px;
    margin:0;
}
.coluna_trabalho p{
    cursor:pointer;
    box-sizing: border-box;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid gray;
    margin:0;
    height: 25px;
    line-height:25px;
    
}
.detalhes_agendamento{
    text-align:left;
}
.horas_vagas{
    color:gray; 
    background-color:rgb(236, 232, 240);
}
.hora_entrada{
    background-color: #2980B9;/*rgb(60, 128, 48);*/
    color:#fff;
}
.hora_intervalo{
    color:#fff;
    background-color:orange;
}
.hora_fimintervalo{
    color:#fff;
    background-color:darkorange;
}
.hora_saida{
    color:#fff; 
    background-color:#ff474c;
}
.horario_bloqueado{
    background-color:#98042a;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    white-space: normal;
}
.horario_agendado{
    background-color: rgb(60, 128, 48);
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    white-space: normal;
}
/*




/*



/*
.columa_horarios{
    background-color: rgb(12, 114, 145);
    margin: 5px;
    padding: 0;
 
   height:300px;
   background-color: #333333;
   overflow-x:scroll;
}
.columa_horarios .titulo{
    background-color:  rgb(6, 56, 50);
    color: aliceblue;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    height:30px;
}
.columa_horarios .horas{
    background-color: #fff;
    height: 240px;
    line-height:240px;
    margin:0;
    border-radius: 1px;
    font-size: 10px;
    color: #333;
   
    text-align: center;
    border-bottom:1px solid black;
    
    
}

.card_profissional{
     display: flex;
    flex-direction: row;
    background-color: rgb(12, 114, 145);
    margin: 5px;
    background-color:#fff;
} 






.titulo_profissional{
    background-color:  rgb(6, 56, 71);
    color: aliceblue;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    height:50px;
}
.card_agendamento{
    background-color: rgb(243, 252, 255);
    height: 5px;
    width: 95%;
    margin: 0 5px 5px 0;
    min-width: 200px;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
.card_agendamento_cego{
    background-color:transparent;
    height: 5px;
    width: 95%;
    margin: 5px;
    min-width: 200px;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
.card_agendamento_titulo{
    font-weight: bold;
    color:rgb(6, 56, 71);
}
.card_agendamento_icones{
    color:rgb(32, 166, 211)
}

.cinco_minutos{
height:60px;
}  
.cinco_minutosb{
    height:120px;
    }  
.celula_agenda{
    background-color: rgb(243, 252, 255);
    height: 100px;
    width: 95%;
    margin: 5px;
    min-width: 200px;
    cursor: pointer;
    border-radius: 3px;
    
}
.card_linha{
    background-color: gold;
    height: 100px;
    margin: 5px;
    border-radius: 3px;
    font-size: 24px;
    color: #333;
    
    text-align: center;
    width: 3px;
    
}
.celula_hora_cega{
    background-color: transparent;
    height: 100px;
    margin: 5px;
    border-radius: 3px;
    font-size: 24px;
    color: #333;
    writing-mode: vertical-rl; 
    text-align: center;
    
}

/*
.columa_horarios{
    background-color: rgb(12, 114, 145);
    margin: 5px;
    padding: 0;
 
   height:300px;
   background-color: #333333;
   overflow-x:scroll;
}
.columa_horarios .titulo{
    background-color:  rgb(6, 56, 50);
    color: aliceblue;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    height:30px;
}
.columa_horarios .horas{
    background-color: #fff;
    height: 240px;
    line-height:240px;
    margin:0;
    border-radius: 1px;
    font-size: 10px;
    color: #333;
   
    text-align: center;
    border-bottom:1px solid black;
    
    
}

.card_profissional{
     display: flex;
    flex-direction: row;
    background-color: rgb(12, 114, 145);
    margin: 5px;
    background-color:#fff;
} 






.titulo_profissional{
    background-color:  rgb(6, 56, 71);
    color: aliceblue;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    height:50px;
}
.card_agendamento{
    background-color: rgb(243, 252, 255);
    height: 5px;
    width: 95%;
    margin: 0 5px 5px 0;
    min-width: 200px;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
.card_agendamento_cego{
    background-color:transparent;
    height: 5px;
    width: 95%;
    margin: 5px;
    min-width: 200px;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
.card_agendamento_titulo{
    font-weight: bold;
    color:rgb(6, 56, 71);
}
.card_agendamento_icones{
    color:rgb(32, 166, 211)
}

.cinco_minutos{
height:60px;
}  
.cinco_minutosb{
    height:120px;
    }  
.celula_agenda{
    background-color: rgb(243, 252, 255);
    height: 100px;
    width: 95%;
    margin: 5px;
    min-width: 200px;
    cursor: pointer;
    border-radius: 3px;
    
}
.card_linha{
    background-color: gold;
    height: 100px;
    margin: 5px;
    border-radius: 3px;
    font-size: 24px;
    color: #333;
    
    text-align: center;
    width: 3px;
    
}
.celula_hora_cega{
    background-color: transparent;
    height: 100px;
    margin: 5px;
    border-radius: 3px;
    font-size: 24px;
    color: #333;
    writing-mode: vertical-rl; 
    text-align: center;
    
}

/*
.card_agenda{
    background-color: transparent;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center; 
    align-content: center;
    overflow-x:scroll;
    padding: 10px;
    border-radius:20px;
   
}
.columa_horarios{
    background-color: rgb(12, 114, 145);
    margin: 5px;
    padding: 0;
   
   height:300px;
   background-color: #333333;
   overflow-x:scroll;
}
.columa_horarios .titulo{
    background-color:  rgb(6, 56, 50);
    color: aliceblue;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    height:30px;
}
.columa_horarios .horas{
    background-color: #fff;
    height: 240px;
    line-height:240px;
    margin:0;
    border-radius: 1px;
    font-size: 10px;
    color: #333;
    
    text-align: center;
    border-bottom:1px solid black;
    
    
}

.card_profissional{
     display: flex;
    flex-direction: column;
    background-color: rgb(12, 114, 145);
    margin: 5px;
    background-color:#fff;
} 
.teste{
    background-color:silver;
}





.titulo_profissional{
    background-color:  rgb(6, 56, 71);
    color: aliceblue;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    height:50px;
}
.card_agendamento{
    background-color: rgb(243, 252, 255);
    height: 5px;
    width: 95%;
    margin: 0 5px 5px 0;
    min-width: 200px;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
.card_agendamento_cego{
    background-color:transparent;
    height: 5px;
    width: 95%;
    margin: 5px;
    min-width: 200px;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
.card_agendamento_titulo{
    font-weight: bold;
    color:rgb(6, 56, 71);
}
.card_agendamento_icones{
    color:rgb(32, 166, 211)
}

.cinco_minutos{
height:60px;
}  
.cinco_minutosb{
    height:120px;
    }  
.celula_agenda{
    background-color: rgb(243, 252, 255);
    height: 100px;
    width: 95%;
    margin: 5px;
    min-width: 200px;
    cursor: pointer;
    border-radius: 3px;
    
}
.card_linha{
    background-color: gold;
    height: 100px;
    margin: 5px;
    border-radius: 3px;
    font-size: 24px;
    color: #333;
 
    text-align: center;
    width: 3px;
    
}
.celula_hora_cega{
    background-color: transparent;
    height: 100px;
    margin: 5px;
    border-radius: 3px;
    font-size: 24px;
    color: #333;
    writing-mode: vertical-rl; 
    text-align: center;
    
}
*/