#style-perfil-icon {
    border-radius: 15px;
    color: #0672ab;
    width: 300px;
    border: 0;
    background: transparent;
}


.profile-icon i {
    color: #0672ab;
    font-size: 100px;
}

.custom-nav-perfil .dropdown {
    position: relative;
    margin: 10px;
}

.custom-nav-perfil .dropdown>a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-decoration: none;
    background-color: transparent;
    padding: 10px 15px;
    border-radius: 5px;
}

.custom-nav-perfil .dropdown-menu li {
    padding: 0;
    text-align: left;
}

.custom-nav-perfil .dropdown:hover>a {
    color: #fff;
    background-color: #005d9d;
    border-radius: 5px;
}

.custom-nav-perfil .dropdown-menu {
    background-color: #005d9d;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    border: none;
    padding: 0;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: unset;
    border-radius: 5px;
    z-index: 1050;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}


.custom-nav-perfil:hover .dropdown-menu {
    display: block;
}


.custom-nav-perfil {
    position: relative;
}

.custom-nav-perfil .dropdown-menu a {
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

.custom-nav-perfil .dropdown-menu .btn-link::after,
.custom-nav-perfil .dropdown-menu a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffffff, #42e8e0);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.custom-nav-perfil .dropdown-menu .btn-link:hover::after,
.custom-nav-perfil .dropdown-menu a:hover::after {
    width: 100%;
    left: 0;
    transform: translateX(0);
}

.custom-nav-perfil .dropdown-menu .btn-link,
.custom-nav-perfil .dropdown-menu a {
    position: relative;
    display: block;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    background: none;
    border: none;
    text-align: left;
}

.logout-form {
    padding: 10px 15px;
    margin-top: 10px;
    z-index: 1000;
    position: relative;
}

.navbar-nav .dropdown-header {
    padding: 10px 15px;
    text-align: center;
    background-color: transparent;
    border: none;
}

#style-logout-button {
    padding: 0;
}

.custom-nav-perfil .dropdown-menu .btn-link:hover,
.custom-nav-perfil .dropdown-menu a:hover {
    color: #42e8e0;

}


#foto-perfil {
    border: 4px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

#foto-perfil:hover {
    transform: scale(1.03);
}

.nome-usuario-perfil {
    font-size: 1.2rem;
    font-weight: 600;
    color: #005d9d;
    margin-top: 10px;
}

#style-global-perfil {
    font-family: "Montserrat", sans-serif;
    margin-top: 90px;
    margin-left: 10px;
    margin-right: 10px;
}

.custom-upload-label {
    background-color: #005d9d;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.custom-upload-label:hover {
    background-color: #00497e;
}

.custom-upload-label {
    background-color: #005d9d;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.custom-upload-label:hover {
    background-color: #00497e;
}

.nome-arquivo-estilizado {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 16px;
    min-width: 200px;
    background-color: #f8f9fa;
    display: inline-block;
}

#style-title-dados {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: #005d9d;
    margin-bottom: 15px;
}

#estilo-holder {
    color: rgba(170, 170, 170, 0.5);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

#style-title-senha {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #005d9d;
    margin-bottom: 15px;

}

#estilizacao-label-perfil {
    margin-bottom: 2px;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 1.2rem;
}

.toggle-password:hover {
    color: #005d9d;
}

#botao-salvar-alteracoes {
    background-color: #005d9d;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    margin-top: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#botao-salvar-alteracoes:hover {
    background-color: #00497e;
    box-shadow: 0 0 8px rgba(0, 93, 157, 0.4);
}

#global-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-ring {
    position: absolute;
    width: 70px;
    height: 70px;
    border: 6px solid transparent;
    border-radius: 50%;
}

.spinner-ring:nth-child(1) {
    border-top: 6px solid #3ECCC7;
    animation: spin1 1.5s linear infinite;
}

.spinner-ring:nth-child(2) {
    border-bottom: 6px solid #005D9D;
    animation: spin2 1.5s linear infinite;
}

@keyframes spin1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin2 {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}