/*@import url(https://fonts.googleapis.com/css?family=Raleway:900,800,700,600,400,300,200,100);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:700,600,400,300,200,100);*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
.restaurant-filter {
    width: auto;
    position: fixed;
    z-index: 9999;
    color: white;
    top: 12px;
    left: 0;
    padding: 0 6px;
    list-style: none;
}

.restaurant-filter .material-icons {
    font-size: 28px;
}

.restaurant-filter a {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

.orange {
    color: orange !important;
}

a:hover {
    text-decoration: none;
}

.restaurant-filter .dropdown-toggle {
    color: orange;
    margin: auto;
    width: auto;
    display: grid;
    text-align: center;
}

.small-lang-text {
    font-size: 9px;
    padding: 0 0 0 6px;
    display: -webkit-box;
}

@media (max-width: 500px) {
    .small-lang-text {
        padding-left: 4px !important;
    }

    .navbar .container {
        padding: 0;
    }
}

#overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    transition: 1s 0.4s;
}

#progress {
    height: 1px;
    background-color: black;
    position: absolute;
    width: 0;
    top: 50%;
}

#progstat {
    font-size: 0.7em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.green {
    color: #43813f !important;
}

.working-time {
    width: 100%;
    display: block;
    text-align: center;
    font-style: italic;
    color: darkgray;
    font-weight: 700;
}

.footer-text {
    position: absolute;
    text-align: center;
    font-size: 17px;
    padding: 5px;
    display: block;
    bottom: 0;
    width: 100%;
}

.restaurant-content {
    width: 100%;
    height: auto;
    display: inline-table;
    margin-bottom: 20px;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Poppins", sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* 1 */
}

html {
    height: 100%;
    background: #fafafa !important;
}

fieldset {
    margin: 0;
    padding: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    border: 0;
}

legend {
    /*
            background: rgba(0, 0, 0, 0.5);
    */
    background: #333;
    padding: 20px 6%;
    margin: 0;
    display: block;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
}

legend {
    position: fixed;
    z-index: 60;
    font-size: 50px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.s002 form .inner-form {
    /*
            background: rgba(0, 0, 0, 0.5);
    */
    padding: 16px;
    display: -ms-flexbox;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 40px;
}

.s002 form .inner-form .input-field {
    position: relative;
    border-right: 1px solid #ddd;
    max-width: 1000px;
    margin: auto;


}


.s002 form .inner-form .input-field .icon-wrap svg {
    fill: #555;
    width: 14px;
    height: 14px;
}

.s002 form .inner-form .input-field input {
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 60px;
    background: #fff;
    border-radius: 30px;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 35px;
    font-size: 20px;
    color: gray;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.s002 form .inner-form .input-field input.placeholder {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.s002 form .inner-form .input-field input:-moz-placeholder {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.s002 form .inner-form .input-field input::-webkit-input-placeholder {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.s002 form .inner-form .input-field input:hover, .s002 form .inner-form .input-field input:focus {
    outline: 0;
}

.s002 form .inner-form .input-field.first-wrap {
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 30px;
}

@media screen and (max-width: 350px) {
    .restaurant-content .rest .text {
        font-size: 1.7rem !important;
    }
}

@media screen and (max-width: 992px) {
    .s002 form .inner-form {
        padding-bottom: 16px;
        padding-top: 90px;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .s002 form .inner-form .input-field {
        margin-bottom: 15px;
    }

    .s002 form .inner-form .input-field.first-wrap {
        width: 100%;
    }
}

legend {
    padding: 15px 6%;
    font-size: 26px;
    text-align: center;

}

.restaurant-content .rest {
    margin-bottom: 5%;
}

.restaurant-content .rest .text {
    font-size: 1.8rem;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    color: gray;
    max-height: 7rem;
    font-family: "Poppins", sans-serif !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.restaurant-content .rest-logo {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 20%;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.restaurant-content .rest-logo img {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centering y-axis */
    align-items: center;

}

body, html {
    position: relative !important;
}

.list-group-item, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: white;
    color: black;
    border-color: white;
}

#ngProgress {
    color: red !important;
    background-color: red !important;
}

#ngProgress-container, #ngProgress {
    z-index: 61 !important;
}

.notification.alert, .menu .alert {
    padding: 12px 5px !important;
    margin: 0 0 10px !important;
    text-align: center;
}

.shake {
    animation: tilt-shaking 0.5s;

    /* When the animation is finished, start again */
    animation-iteration-count: 5;
}

@keyframes tilt-shaking {
    0% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.2) rotate(5deg);
    }
    50% {
        transform: scale(1.2) rotate(0deg);
    }
    75% {
        transform: scale(1.2) rotate(-5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

body, html {
    font-family: "Poppins", sans-serif !important;
}
