.time-slot input[type="radio"]:disabled + label{
    background-color: #CC9E55;
    opacity: 0.6;
    color: white;
    cursor: not-allowed;
}
.tnc{
    font-size:10px !important;
}
body {
    background-color: #111D22;
    font-family: 'Arial', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; /* Required for pseudo-element */
     height: auto;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://bamiyanrestaurant.com.au/wp-content/uploads/2023/02/Group-29.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2; /* Adjust opacity as needed */
    z-index: -1; /* Place behind content */
}
        .form-container {
            max-width: 700px;
            margin: auto;
            padding: 30px;
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }

        .step-container {
            max-width: 700px;
            margin: auto;
            padding: 30px;
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }

        .step-icon {
            font-size: 2.5rem;
            margin-bottom: 10px;
            margin-top: 5px;
        }

        .step {
            display: none;
        }

        .step.active {
            display: block;
        }

        .step-nav {
            display: flex;
            justify-content: space-between;
            margin-bottom: 40px;
        }

        .step-nav div {
            width: 30%;
            padding: 10px;
            text-align: center;
            background-color: #e9ecef;
            border-radius: 8px;
        }

        .step-nav div.active {
            background-color: #CC9E55;
            color: #fff;
        }

        .people-input {
            display: flex;
            align-items: center;
        }

        .people-input input {
            width: 100%; /* Full width */
            text-align: center;
        }

        

        .time-slot, .meal-type {
            margin-bottom: 15px;
        }

        .time-slot input[type="radio"], .meal-type  input[type="radio"]{
            display: none;
        }

        .time-slot input[type="radio"] + label, .meal-type input[type="radio"] + label{
            padding: 10px 20px;
            border: 2px solid #CC9E55;
            border-radius: 5px;
            cursor: pointer;
/*            background-color: #f8f9fa;*/
            display: inline-block;
            margin-right: 10px;
             margin-bottom: 10px;
            color: #CC9E55;
        }

        .time-slot input[type="radio"]:checked + label, .meal-type input[type="radio"]:checked + label{
            background-color: #CC9E55;
            color: white;
        }

        .Logo-Container{
            text-align: center;
            padding: 50px;
            margin-bottom: -20px;
        }

        .theme-primary-color{
            border: 2px solid #CC9E55;
            color: #CC9E55;
        }

        .theme-primary-color:hover{
            border: 2px solid #CC9E55;
            background-color: #CC9E55;
            color: #fff;
        }

        .form-control:focus{
            box-shadow: 0 0 0 .25rem rgba(204, 158, 85, .25);
            border-color:#CC9E55;
        }
        #thankYouMessage{
            text-align: center;
            display: none;
        }

        .step-view-details {
    justify-content: center !important;
}


.swal2-icon {
    width: 60px !important;
    height: 60px !important;
}

.swal2-icon.swal2-warning {
    font-size: 40px !important;
    line-height: 40px !important;
}

div:where(.swal2-icon) .swal2-icon-content{
    font-size: 1em !important;
}

textarea{
    width: :100%;
}