body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f9f9f9;
    overflow-x: hidden;
    margin: 0cm;
    padding: 0cm;
}

input[type="date"] {
    text-align: right;
}



img,
iframe {
    max-width: 100%;
    height: auto;
}


.container-fluid {
    max-width: 1000px;
}

.input-group{
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    
}

.input-group-text {
    background-color: #252525c3;
    color: white;   
}
.radio-group{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    position: relative;
    align-items: center;
    width: 100%;
    
}
p{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
   
}

.form-check-input:checked {
    background-color: #0099cc;
    border-color: #0099cc;
}

.form-check-input:checked + label {
    color: rgb(9, 23, 9);
}


.radio-group label{
    margin-right: 10px;
    padding-left: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #333; 
    color: white;
}
.header-container img {
    width: 50px; 
    height: auto;
    margin-right: 10px;
}
.restaurant-name {
    font-size: 1.5em;
    font-weight: bold;
}
 