.item-rounded-white{
    border-radius: 20px;
    text-align: center;
    --background: #ffffff;
    box-shadow: none!important;
    margin-bottom: 8px;
}

.round-button{
    display:block;
    margin: 2px;
}

.rounded-info{
    background-color: #ffffff;
    color: #FF464B;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 8px;
}

.btn-icon{
    --background: #ffffff;
    --background-activated: #ffffff;
}

.btn-icon ion-icon{
    color: #0078A9;
}

.header-item {
    --background: #ffffff;
}

.separator{
    --background: #0078A9;
}

.circle-color{
    height: 50px;
    width: 50px;
    border-radius: 80px;
    margin-right: 10px;
}

.confirm-alert{
    --background: #ffffff;
}
.place-indicator{
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding-left: 0px!important;
}

.padding-btn{
    padding-left: 16px;
    padding-right: 16px;
    margin: 0;
}

.usr-name{
    font-weight: bold;
}

.header-container{
    padding-left: 16px;
    padding-bottom: 5px;
}

.welcome-msg{
    color: #ffffff;
    margin-bottom: 8px;
}

.logo-home{
    text-align: center!important;
}

.restaurant-name{
    color: #ffffff;
    font-weight: bold;
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1;
}

.img-logo{
    padding-left: 12px;
    margin-top: 10px;
    max-width: 160px;
}

.select-window{
    --ion-background-color: #ffffff!important;
}

.btn-list{
    color: #000000;
    --background: #ffffff;
    margin-bottom: 5px;
    border-radius: 20px;
}

.logo-container{
    min-height: 80px;
}

.btn-header{
    float: right;
}

.btn-login{
    margin-left: 10px;
    margin-right: 10px;
}

.btn-last-header{
    margin-right: 10px;
}

ion-list{
    padding-left: 15px!important;
    padding-right: 15px!important;
    padding-bottom: 100px!important;
}

ion-list-header{
    padding: 6px!important;
    border-radius: 50px;
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: 1.5;
    width: fit-content;
    color: #ffffff;
    font-weight: bold!important;
    
    text-align: center;
}

ion-list-header::before{
    content: '+';
    color: #FF464B;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin-right: 2px;
    margin-top: 4px;
}

ion-button{
    margin-bottom: 8px!important;
    text-transform: none!important;
}

ion-label{
    --color: #ffffff!important;
}


ion-icon{
    color: #ffffff;
}

.menu-actiu{
    background-color: #ffffff;
    color: #FF464B;
    margin-top: -26px;
    padding-top: 28px;
    padding-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    margin-bottom: 8px;
}

.menu-actiu button{
    margin-top: -10px;
    padding-top: 40px!important;
}

.btn-menu-actiu{
    margin-bottom: 0px;
}

.btn-back{
    --background: #FF464B;
}

.a-help{
    color: #ffffff;
    text-decoration: none;
}

.allergen-selected{
    border-style: solid;
    border-color: #FF464B;
    border-width: 4px;
    border-radius: 50px;
}

.allergens-list{
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 8px;
}