:root{
    --nav-button-hover-color: rgb(207, 207, 207);
}


.settings-nav{
    padding-top: 1rem;
    width: 15rem;
    overflow-y: scroll;
}

.settings-elements{
    margin-top: 2rem;
}

.settings-elements li{
    list-style: none;
    font-size: 1rem;
    font-weight: 400;
}

.settings-elements a{
    padding-left: 3rem;
}
.settings-elements .logout-button-nav{
    padding: 1rem;
    width: 100%;
    padding-left: 3rem;
    border: none;
    font-size: 1rem;
    display: flex;
    cursor: pointer;
    background-color: transparent;
}
.settings-elements .logout-button-nav:hover{
    background-color: var(--nav-button-hover-color);
}

.settings-elements svg{
   width: 1rem;
   height: 1rem;
}

.container{
    padding: 0;
}

.service-container{
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.service-container h4{
    font-weight: 500;
}

/* MODALS */

.xxx{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    gap: 1rem;
}