.nav-header{
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    background: radial-gradient(circle, rgba(121,24,164,1) 0%, rgba(154,32,209,1) 0%, rgba(121,24,164,1) 100%);
    padding: 15px 40px;
}
.logo{
    display: flex;
    position: absolute;
}
.logo img{
    width: 45%;
}
.menu{
    display: flex;
    justify-content: center;
    margin: auto;
}

.menu >button {
    background-color: #fff;
    border-radius: 50px;
    margin: 10px;
    color: #A409C0;
    padding: 8px 16px;
    border: none;
}

.vista-clientes{
    display: flex;
}
.client-on-library{
    background-color:#7918a4 !important;
}

.client-on-library:hover{
    background-color:white !important;
}

.client-on-library > a{
    color:white !important;
}

.client-on-library > a:hover{
    color:#7918a4 !important;
}

.menu > button > a {
    text-decoration:none;
    color: #7918a4;
    font-weight: 700;
    letter-spacing: 0.3px;
    font-size: 15px;
}
.menu > .client-view > a{
    color: #fff;
}
.menu > button.vista-clientes:hover {
    background-color: #7918a4; !important;
    border-color: #fff;
}

.menu > button.vista-clientes:hover > a{
    color: white;
}
.menu > button.client-view:hover{
    background-color: #fff !important;

}
.menu > button.client-view:hover > a {
    color: #7918a4;

}
.menu > button.client-view:hover > a >.library-hover {
    display: inline-block;
}
.menu > button.client-view:hover > a > img {
    display: none;
}

.menu > button > a > img{
    margin-right: 5px;
}
.menu > button > a >.library-hover{
    display: none;
}

.menu > button > a:hover {
    text-decoration:none;
    color:white;
}

.return-button{
    display: flex;
    align-items: end;
    color: #464646;
    position: absolute;
    top: 130px;
    left: 0;
    padding: 65px 30px;

}

.return-button > a:hover{
    text-decoration:none;
    color:black;
}

.return-button > a{
    text-decoration:none;
    color:black;
}
.return-button p{
    padding-left: 10px;
}

.back-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width:30px;
    height: 30px;
    border-radius: 50px;
    background-color: #ECD7FF;
    color: #464646;
}
.back-icon:hover{
    background-color: #991fd0;
    color: #fff;
}
