/* Container principal */
.container-header-ver-mais-projeto-cabecalho {
    width: 100%;
    max-width: 100%;
    background: #E3F2FD;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* Container cabeçalho */
.container-projeto-cabecalho {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
}

.responsavel-foto-projeto-cabecalho {
    border-radius: 5px;
    object-fit: cover;
}

img.img-responsavel-principal-projeto-cabecalho {
    width: 80px;
    height: 80px;
}

.cabecalho-acoes-principal-projeto-cabecalho {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
}

.cabecalho-principal-projeto-cabecalho {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-projeto-cabecalho {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.acoes-projeto-cabecalho {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-editar-projeto-cabecalho {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    background-color: #e6f0ff;
    color: #007BFF;
    transition: background-color 0.2s, color 0.2s;
}

.btn-editar-projeto-cabecalho:hover {
    background-color: #d0e4ff;
}

.btn-mostrar-lancar-horas-projeto-cabecalho {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    border: none;
    font-size: 18px;
    background-color: transparent;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.btn-mostrar-lancar-horas-projeto-cabecalho:hover {
    transform: scale(1.1);
}

.btn-fechar-projeto-cabecalho, 
.btn-lancar-horas-projeto-cabecalho {
    color: #fff;
    padding: 6px 16px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(4px);
}

.btn-lancar-horas-projeto-cabecalho {
    background: #628DB6
}

.btn-fechar-projeto-cabecalho {
    background: #00314a
}

.btn-fechar-projeto-cabecalho:hover, 
.btn-lancar-horas-projeto-cabecalho:hover {
    background: #004d73;
    box-shadow: 0 5px 15px #00314a;
    transform: scale(1.05);
}

.subtitle-projeto-cabecalho {
    font-size: 14px;
    color: #666;
}

.popover-projeto-trigger-projeto-cabecalho,
.popover-checagem-trigger-projeto-cabecalho {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #007bff;
    white-space: nowrap;
}

.popover-projeto-trigger-projeto-cabecalho:hover::after,
.popover-checagem-trigger-projeto-cabecalho:hover::after {
    content: attr(data-content);
    position: absolute;
    top: -30px;
    left: 0;
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    display: inline-block;
}

/* Grid */
.grid-projeto-cabecalho {
    display: grid;
    grid-template-columns: 1fr 0.5fr 1.5fr;
    gap: 10px 30px;
    margin-top: 10px;
}

.left-projeto-cabecalho,
.center-projeto-cabecalho,
.right-projeto-cabecalho {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.left-projeto-cabecalho,
.center-projeto-cabecalho {
    margin-top: 10px;
}

/* Left */
.field-left-projeto-cabecalho {
    display: flex;
    align-items: flex-start;
}

.label-left-projeto-cabecalho {
    font-weight: bold;
    color: #333;
    min-width: 140px;
    text-align: left;
}

.value-left-projeto-cabecalho {
    color: #333;
    display: block;
    line-height: 1.6;
    white-space: pre-line;
    margin-left: 15px;
}

/* Center */
.field-tempo-projeto-cabecalho {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.label-tempo-projeto-cabecalho {
    font-weight: bold;
    color: #333;
    text-align: left;
}

.botao-projeto-cabecalho {
    color: #007BFF;
    cursor: pointer;
    transition: color 0.2s;
    border: none;
    background: transparent;
}

.botao-projeto-cabecalho:hover {
    color: #000;
    text-decoration: underline;
}

.field-center-projeto-cabecalho {
    display: flex;
    align-items: flex-start;
}

.label-center-projeto-cabecalho {
    font-weight: bold;
    color: #333;
    min-width: 140px;
    text-align: left;
}

.value-center-projeto-cabecalho {
    color: #333;
    display: block;
    line-height: 1.6;
    white-space: pre-line;
    margin-left: 15px;
}

/* Right */
.right-projeto-cabecalho {
    padding: 10px 20px 15px;
    background-color: #ffffdd;
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.1);
    max-width: 70%;
    margin-left: 50px;
    display: none;
}

.horas-form-projeto-cabecalho {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-data-tempo-projeto-cabecalho {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.grupo-form-projeto-cabecalho {
    flex: 1;
    min-width: 150px;
    display: flex;
    flex-direction: column;
}

.required-projeto-cabecalho {
    color: red;
}

.comentario-form-projeto-cabecalho {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.comentario-group-projeto-cabecalho {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.textarea-right-projeto-cabecalho {
    flex: 1;
    resize: none;
}

.btn-lancar-group-projeto-cabecalho {
    display: flex;
    align-items: flex-end;
}

.btn-lancar-horas-projeto-cabecalho {
    white-space: nowrap;
    padding: 8px 20px;
    font-size: 14px;
}