.main-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f3;
}

.header-container {
    padding: 0 10%;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-img {
    max-height: 60px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.search-container {
    position: relative;
    padding-left: 10px;
    max-width: 300px;
    min-width: 100px;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.input-search {
    width: 100%;
    padding: 8px 10px 8px 38px;
    border-radius: 8px;
    border: none;
    background-color: #f5f5f5;
    height: 36px;
    font-size: 14px;
}
.circulares-span-navbar{
    color: var(--Cinza-default, #49454F);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}



.contact {
    padding-right: 4px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    color: #49454F;
    cursor: pointer;
}

.header-login {
    background-color: #F47F29;
    color: white;
    border: none;
    border-radius: 100px;
    padding: 8px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    width: 130px;
    height: 40px;
}

.header-login:hover{
    opacity: 0.7;
}


.profile-dropdown {
    position: relative;
}

.profile-placeholder {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-icon-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 20px;
    cursor: pointer;
}

.profile-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 8px;
    overflow: hidden;
}

.profile-dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.profile-dropdown-content a:hover {
    background-color: #f5f5f5;
}

.profile-dropdown-content.show {
    display: block;
}

.circulares-container {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.profile-placeholder {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ccc;
}

.extra-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

 .item-dropdown-perfil{
        color: var(--Cinza-default, #49454F);
    
        /* Desktop/Texto - Itens header */
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    
    /* Add hover styles for Circulares container */
    .circulares-container:hover span {
        color: #000 !important;
        transition: color 0.2s ease;
        transform: translateY(-1px);
    }
    
    /* Add hover styles for Contact and Notification */
    .contact:hover {
        color: #000 !important;
        cursor: pointer;
        transition: color 0.2s ease;
        transform: translateY(-1px);
    }
    
    .notification-link:hover img {
        transform: translateY(-1px);
        transition: transform 0.2s ease;
    }
    
    .profile-dropdown {
        position: relative;
        display: inline-block;
    }

    .profile-image{
        width: 100%;
        height: 100%;
        border-radius: 22px;
    }
    
    .profile-placeholder {
        width: 40px;
        height: 40px;
        background-color: transparent;
        border-radius: 50%;
        cursor: pointer;
        position: relative;
    }
    
    .profile-dropdown-content {
        display: none;
        position: absolute;
        right: 0;
        background-color: white;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
        border-radius: 8px;
        z-index: 1000;
        overflow: hidden;
        transform: translateY(-10px);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    
    .profile-dropdown-content.show {
        display: block;
        transform: translateY(0);
        opacity: 1;
    }
    
    .dropdown-item {
        color: #49454F;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 14px;
        transition: background-color 0.2s ease;
    }
    
    .dropdown-item:hover {
        background-color: #f8f9fa;
    }
    
    .text-danger {
        color: #dc3545 !important;
    }
    
    /* Custom SweetAlert2 Styles for logout only */
    .swal-logout-popup {
        border-radius: 8px !important;
        padding: 25px !important;
        box-shadow: 0 0 10px rgba(0,0,0,0.1) !important;
    }
    
    .swal2-icon-show{
        border: none;
    }
    
    .swal-logout-title {
        color: var(--Preto, #000);
        text-align: center;
        font-family: Poppins;
        font-size: 21px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    
    .swal-logout-confirm-btn, .swal-logout-cancel-btn {
        border-radius: 30px !important;
        padding: 8px 25px !important;
        margin: 0 5px !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        border: 1px solid !important;
        margin-bottom: 30px !important;
        font-family: Poppins;
        font-style: normal;
        line-height: normal;
    }
    
    .swal-logout-confirm-btn {
        background: white !important;
        color: var(--Vermelho-default, #CD2F27);
        border: none !important; 
        text-align: center;
        width: 130px;
    }
    
    .swal-logout-cancel-btn {
        background: #F47F29 !important;
        color: var(--Branco, #FFF);
        border-color: #F47F29 !important;
        text-align: center;
        width: 130px;
    }
    
    .swal-logout-cancel-btn:hover{
        opacity: 0.7;
    }
    
    .swal-logout-confirm-btn:hover{
        opacity: 0.7;
    }
    
    .swal-logout-popup .swal2-actions {
        flex-wrap: nowrap !important;
    }

/* Responsividade */
@media (max-width: 700px) {
    .header-container {
        padding: 0 1rem;
    }
    

    .header-content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .header-actions {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }
    .search-container{        
        padding-left: 0px;
    }

    .input-search {
        max-width: 100%;
    }

    .extra-actions {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px !important;
    }

    .profile-icon-placeholder {
        font-size: 18px;
    }
   
}
