.navBar{
    width: 100%;
    background: #fff;
    top: 0%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 0px 5px;
    transition: 0.5s;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    justify-content: center;
}
.containerLogoHandy{
    width: auto;
}

.listMainMenu{  
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    z-index: 3;
}
.buttonMainMenu{
    color: #fff;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center !important;
    gap: 5px;
    padding-right: 20px;
}

.buttonLoginMainMenu,.buttonRegisterMainMenu{
    color: #fff;
    padding: 10px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
    background-color: var(--mainColor);
}

.currentPosition{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchLocation{
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

/**
**/

.profile{
    width:100%;
    display: flex;  
    flex-direction: row;
    background-color: #fff;
    border-radius: 15px;
    justify-content: flex-start;
    align-items: center;
    }
.profileImage{
    width: 70px;
    height:70px;
    border-radius:35px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top:10px;
    margin-bottom:10px; 
    margin-left:30px;
    align-items:center;
}

.profileName{
    align-items:center;
    display:flex;
    flex-direction:row; 
    width:100%;
}


.list{
    width:100%;
    display: flex;  
    flex-direction: row;
    background-color: #fff;
    border-radius: 15px;
    justify-content: flex-start;
    align-items: center;
}
.rents{
    width:100%;
    display: flex;  
    flex-direction: row;
    background-color: #fff;
    border-radius: 15px;
    justify-content: flex-start;
    align-items: center;
    }
.myrents{
    align-items:center;
    display:flex;
    flex-direction:row; 
    width:100%;
}


@media only screen and (min-width: 480px) {

    /* Popup arrow */
    .containerInfoProfileMenu{
        background: #fff;
        border-radius: 10px;
        width: 300px;
        height: auto;
        margin-top: 60px;
        margin-right: 30px;
        position: relative;
        padding-bottom: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .containerInfoProfileMenu::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 55%;
        margin-left: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }

    .searchLocation{
       
    }

}


@media only screen and (max-width: 480px) {

    .navBar{
        flex-wrap: wrap !important;
        width: 100% !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .navBar>div{
        width: 95% !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

    .containerLogoHandy{
        width: 100% !important;
    }

    .containerLogoHandy>img{
        margin-left: 0px !important;
    }
    
     .loader_image_representative{
        margin-left: 20px !important;
    }


    .listMainMenu{
        width: 100% !important;
        position: initial !important;
        right: initial !important;
        display: flex;
        margin-bottom: 5px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .listMainMenu>div{
        width: 100% !important;
    }

    .listMainMenu>div>a{
        height: 40px !important;
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .buttonMainMenu{
        height: 40px !important;
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .buttonMainMenu.selected{
        border-bottom: 3px solid #fff !important;
        border-radius: 0px !important;
        font-weight: bold !important;
    }

    .searchLocation{
        flex: 1 0 40%;
        width: auto;
    }


    .containerInfoProfileMenu{
        background: #fff;
        border-radius: 10px;
        width: 100%;
        height: 65%;
        bottom: 0px;
        position: absolute;
        padding-bottom: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .TitleInfoProfileMenu{
        font-size: 25px !important;
    }

    .ButtonListMenuProfile{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        border-bottom: 1px solid rgb(0,0,0,0.065);
        border-radius: 0px !important;
    }

    .ButtonSelectLanguagesMainMenu{
        position: absolute !important;
        right: 10px !important;
        top: 10px !important;
        width: auto !important;
    }
    

}