@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i');


body{background: #f6f9ff!important;}

/*tabela reservas*/
.btnEstado{
    color:red!important;
}

.readonly{ 
    pointer-events: none;
    background-color: #e9ecef!important;
}

h4{
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
}

.max100{max-width:100%!important;}

#wpfooter{display:none;}

a{text-decoration:none;}

.card-number {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

#footer-thankyou{display:none!important;}

/*login form*/
.global-container{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}*/

.card-title{ font-weight:300; }

.btn{
	font-size: 14px;
	margin-top:20px;
}


.login-form{ 
	width:330px;
	margin:20px;
}

.sign-up{
	text-align:center;
	padding:20px 0 0;
}

.alert{
	font-size: 13px;
	margin-top:20px;
}

.form-control, .card{
    border:1px #f0f0f0 solid!important;
}

.icon_noti{
    color: #fff;
    text-decoration: none;
    position: fixed;
    top: 0;
    z-index: 99999999;
    right: 15%;
    background-color: #323232;
    width: 35px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

th{
    vertical-align: middle;
}

.select_page{
    width: 80px;
    margin-top: 20px;
    display: inline-block!important;
    float: inline-end;
}

#popup-mensagem{
    display:none; 
    position:absolute; 
    top:50%; 
    left:50%; 
    transform:translate(-50%, 0%); 
    max-width:600px;
    min-width: 325px;
    background-color:#fff; 
    padding:20px; 
    box-shadow:0 4px 8px rgba(0,0,0,0.2); 
    z-index:1000;
    border-radius:7px;
}
#closebtn{
    padding: 10px;
    position: absolute;
    top: -7px;
    right: 0px;
    color: #323232;
    cursor: pointer;
    font-size: 20px;
    font-weight: 800;
}

#overlay{
    display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:999;
}

.box-mensagem{
    background-color: #0d6efd;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 15px;
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translate(-50%, 0px);
}

select{
    font-size:1rem!important;
}


/*ADMIN BAR*/
#wpadminbar{display:none!important;}
@media (max-width:768px){
    #wpadminbar{display:block!important;position:fixed!important;}
    #wp-admin-bar-site-name, #wp-admin-bar-new-content{display:none!important;}
}
@media (min-width:768px){
    .wp-toolbar{padding:0px!important;}
}



/*CHAT*/
#chat-container p{font-size: 1rem;}
#chat-container .align-self-start small,#chat-container .align-self-end small, #chat-container .text-left small, #chat-container .text-left a{font-size: 0.7rem;}
.portal-do-funcionario_page_page-notificacoes #wpbody-content{padding-bottom: 0px !important;}   
.portal-do-funcionario_page_page-notificacoes .card{height: calc(100vh - 115px);}   
.portal-do-funcionario_page_page-notificacoes .card .row{height:100%;}    
.portal-do-funcionario_page_page-notificacoes .card .row #chat-container{height:70vh!important;overflow-y: auto;}
.list-item:hover{background-color: rgba(13, 110, 253, 0.1);transition:0.25s;}

@media (max-width:576px){
#select_person{max-height:98px!important;}
.portal-do-funcionario_page_page-notificacoes .card{height: calc(100vh - 140px);} 
.portal-do-funcionario_page_page-notificacoes .card .row #chat-container{height:60vh!important;}
}
/*CHAT*/




#drop-zone {
        border: 2px dashed #c4d4f2!important; /* Azul vibrante */
        border-radius: 5px; /* Cantos arredondados */
        padding: 50px;
	margin-top:5px;
        text-align: center!important;
        background-color: #f6f9ff; /* Fundo claro */
        color: #555; /* Cor do texto */
        transition: all 0.3s ease; /* Transição suave */
        width: 100%; /* Largura total */
        cursor: pointer; /* Aponta para clique */
}

#drop-zone p {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        color: #007bff; /* Texto azul */
}

    #drop-zone.dragover {
        background-color: #e0f7ff; /* Fundo azul claro ao arrastar */
        border-color: #0056b3; /* Borda mais escura */
        color: #0056b3; /* Texto mais escuro */
    }

    #preview {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    #preview div {
        border: 1px solid #ddd; /* Borda leve */
        border-radius: 8px;
        padding: 10px;
        background-color: #fff; /* Fundo branco */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra sutil */
        text-align: center;
        max-width: 120px;
        overflow: hidden;
    }

    #preview img {
        max-width: 100px;
        max-height: 100px;
        display: block;
        margin: 0 auto;
    }

    #preview p {
        margin-top: 5px;
        font-size: 14px;
        word-wrap: break-word; /* Quebrar nomes grandes */
        color: #333; /* Texto escuro */
    }
