@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap');
/*@font-face {
    font-family: 'bootstrap-icon';
    src: url('/assets/icon/fonts/bootstrap-icons.woff2') format('woff2'),
         url('/assets/icon/fonts/bootstrap-icons.woff')  format('woff')
         ;
    font-weight: normal;
    font-style: normal;
}
.b-ico{
    font-family: 'bootstrap-icon';
}*/
:root {
    --custom-color: #00aaff; /* #1a73e8; */ /*#59a9ff;*/
    --client: #2ca24c;
    --restaurant: #ff8000;
    --deliver: #0964d5;
    --footer: #333;
        /*rgba(33,30,28,.85);*/
    --login: rgba(0,0,0,.85);
    --radius-border-default: none;

    --background-grey: rgb(250,240,230, 1);
    --bg: #fffbf9;
    --text-color: #000;
    
    --greyColor: rgb(180,175,170);
    --darkGreyColor: rgb(150,145,140);
    --btnSecondary: rgb(170,165,160); 
    --btnSecondaryBorder: rgb(160,155,150); 
/*    --background-default:*/
    --black: #151311;
}
.btn{
    border-radius: 0px;
}
.no-wrap{
    white-space: nowrap;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.green{
    color: #0a0;
}
.red{
    color: #e00;
}
.grey{
   color: #999; 
} 
.italic{
    font-style: italic;
}
.input{
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
}

#name-row{
    display: none !important;
}
a,
a.hover{
    text-decoration: none;
}