<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dialog-with-tabs {
    padding: 0;
    color: #222222;
    letter-spacing: 1px;
    max-width: 540px;
    box-shadow: 0 0 25px rgb(0 0 0 / 25%);
    background: #fff;
    text-align: left;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
}

 .popup-tabs-container {
    overflow: hidden;
    width: 100%;
}
 .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1;
}





.dialog-with-tabs .popup-tabs-nav li:first-child.active {
    border-left: none;
    border-radius: 4px 0 0 0;
}

.dialog-with-tabs .popup-tabs-nav li.active a:hover, .popup-tabs-nav li.active {
    background-color: #fff;
}
.dialog-with-tabs .popup-tabs-nav li.active {
    background-color: #fff;
    position: relative;
}
.dialog-with-tabs .popup-tabs-nav li {
    float: left;
    line-height: 62px;
    height: 62px;
    padding: 0;
    margin-right: 0;
    position: relative;
}

.dialog-with-tabs .popup-tabs-nav li {
    float: left;
    line-height: 62px;
    height: 62px;
    padding: 0;
    margin-right: 0;
    position: relative;
}

.dialog-with-tabs .popup-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    height: 62px;
    background: #f8f8f8;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.dialog-with-tabs .popup-tabs-nav li.active a {
    color: #66676b;
    font-weight: 600;
}

.dialog-with-tabs .popup-tabs-nav li:first-child a {
    border-radius: 4px 0 0 0;
}

.dialog-with-tabs .popup-tabs-nav li a {
    border: none;
    color: #777;
    display: inline-block;
    outline: none;
    padding: 0;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    z-index: 10;
    position: relative;
    height: 100%;
    padding: 0 30px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    transition: all .3s, font-weight 0s;
    border-right: 1px solid #e0e0e0;
}

.dialog-with-tabs .popup-tabs-nav li a, .popup-tab-reviews {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.dialog-with-tabs .popup-tabs-nav li.active:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    z-index: 111;
}
.dashboard-box .bidding-widget, .popup-tab-content .bidding-widget {border-radius: 0;background-color: transparent }
.dashboard-box .slider-handle.custom, .popup-tab-content .slider-handle.custom {border: 1px solid #e0e0e0;box-shadow: 0 1px 4px rgba(0, 0, 0, .07) }
.popup-tab-content {padding: 35px;position: relative;z-index: 10;display: inline-block;width: 100%;box-sizing: border-box; }
.popup-tab-content-login {padding: 15px 30px;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    display: inline-block;
    width: 100%; }
.popup-tabs-container {overflow: hidden;width: 100% }
.popup-tab-content p:last-child {margin-bottom: 0 }
.popup-tab-content &gt;  .menu_detail &gt;h4 {
 color: #666 !important;
}

.dialog-with-tabs .mfp-close {
    color: rgb(255, 255, 255);
    background: red;
}
button.mfp-close {
    line-height: 1px;
    font-size: 40px;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    /* display: block; */
    right: 10px;
    cursor: pointer!important;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    margin: 0;
    outline: 0;
    transform: translate3d(0,0,0);
    background: red;
}
.section-title-booking {
    font-size: 42px;
    line-height: 50px;
    color: #000000 !important;
    text-align: center;
    word-wrap: break-word;
}
input[type="text"], input, input[type=text], input[type=password], input[type=email], input[typebutton=number], select, input.with-border, input[type=text].with-border, input[type=password].with-border, input[type=email].with-border, input[type=number].with-border, textarea.with-border, select.with-border {
    -webkit-appearance: none;
}
input.with-border, input[type=text].with-border, input[type=password].with-border, input[type=email].with-border, input[type=number].with-border, textarea.with-border, select.with-border {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 80%);
}
.booking-form input, select {
    padding: 0px 30px !important;
}
input, input[type=text], input[type=password], input[type=email], input[typebutton=number], select {
    height: 48px;
    line-height: 48px;
    padding: 0 60px;
    outline: none;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: rgb(255, 255, 255);
    font-weight: 500;
    opacity: 1;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 80%) !important;
    margin: 0 0 16px;
}
select {
   
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-y: 15px;
    background-position-x: 385px;
}
textarea {
    height: 100px;
    padding: 5px 20px;
    outline: none;
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: rgb(255, 255, 255);
    font-weight: 500;
    opacity: 1;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%);
    margin: 0 0 16px;
}
.input-with-icon-left i {
    position: absolute;
    top: 0;
    color: #a0a0a0;
    text-align: center;
    line-height: 48px;
    width: 48px;
    height: 48px;
    font-size: 19px;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    display: block;
    border-radius: 4px 0 0 4px;
}
.button.full-width {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: block;
}
.button.button-sliding-icon {
    padding-left: 20px;
    padding-right: 10px;
}
span.button, button.button, input[type=button], input[type=submit], a.button {
    top: 0;
    padding: 10px 20px;
    line-height: 24px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: all .2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgb(102 103 107 / 15%);
}
a.button{
    background-color: var(--classic-color-1);
}
#backtotop a, .header-notifications-trigger span, a.header-notifications-button, .navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after, .navigation ul ul.dropdown-nav li:hover a:after, .mm-menu em.mm-counter, .language-switcher.bootstrap-select.btn-group.open button, .language-switcher.bootstrap-select.btn-group button:hover, .footer-links ul li a span:before, .newsletter button, .pagination ul li a.current-page, a.blog-post-info:hover, #posts-nav li a:hover span, .comment-by a.reply:hover, .contact-address-headline:after, .enable-filters-button span, .enable-filters-button i, .job-listing.with-apply-button:hover .list-apply-button, .letters-list a.current, span.button, button.button, input[type=button], input[type=submit], a.button, .list-1 li:before, mark.color, .copy-url .copy-url-button, .keyword-input-container .keyword-input-button, .tags-container input[type=checkbox]:checked + label, input:checked + .switch-button, .radio input[type=radio] + label .radio-label:after, .uploadButton .uploadButton-button:hover, .pricing-plan .button:hover, .pricing-plan.recommended .button, .pricing-plan .recommended-badge, .payment-tab-trigger &gt; input:checked ~ label::after, .breathing-icon, .icon-box-check, .testimonial-author span, .qtyInc:hover, .qtyDec:hover, #small-dialog-1 .mfp-close:hover, #small-dialog-2 .mfp-close:hover, #small-dialog-3 .mfp-close:hover, #small-dialog-4 .mfp-close:hover, #small-dialog .mfp-close:hover, .slider-selection, .cluster-visible, .marker-container, .custom-zoom-in:hover, .custom-zoom-out:hover, #geoLocation:hover, #streetView:hover, #scrollEnabling:hover, #scrollEnabling.enabled, a.apply-now-button, a.attachment-box:hover, .freelancer-indicators .indicator-bar span, .dashboard-nav ul li span.nav-tag, .dashboard-box .button.dark:not(.ico):hover, .messages-inbox ul li:before, .message-by h5 i, .message-bubble.me .message-text, .job-tags a:hover, .numbered.color.filled ol &gt; li::before {
    background-color: var(--classic-color-1);
    color: white;
}
.svg-fore-menu {
    fill: var(--menu-fore-color);
    height: 40px;
    width: 40px;
    position: relative;
    top: 8px;
    margin-right: 5px;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-center {
    justify-content: center;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    font-family: 'Alumni Sans';
}
.input-with-icon-left {
    position: relative;
}
.input-with-icon-left i {
    position: absolute;
    top: 0;
    color: #a0a0a0;
    text-align: center;
    line-height: 48px;
    width: 48px;
    height: 48px;
    font-size: 19px;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    display: block;
    border-radius: 4px 0 0 4px;
}
#send-data-to-form {
    width: 100%;
}
span.button, button.button, input[type=button], input[type=submit], a.button {
    top: 0;
    padding: 10px 20px;
    line-height: 24px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: all .2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgb(102 103 107 / 15%);
}
#backtotop a, .header-notifications-trigger span, a.header-notifications-button, .navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after, .navigation ul ul.dropdown-nav li:hover a:after, .mm-menu em.mm-counter, .language-switcher.bootstrap-select.btn-group.open button, .language-switcher.bootstrap-select.btn-group button:hover, .footer-links ul li a span:before, .newsletter button, .pagination ul li a.current-page, a.blog-post-info:hover, #posts-nav li a:hover span, .comment-by a.reply:hover, .contact-address-headline:after, .enable-filters-button span, .enable-filters-button i, .job-listing.with-apply-button:hover .list-apply-button, .letters-list a.current, span.button, button.button, input[type=button], input[type=submit], a.button, .list-1 li:before, mark.color, .copy-url .copy-url-button, .keyword-input-container .keyword-input-button, .tags-container input[type=checkbox]:checked + label, input:checked + .switch-button, .radio input[type=radio] + label .radio-label:after, .uploadButton .uploadButton-button:hover, .pricing-plan .button:hover, .pricing-plan.recommended .button, .pricing-plan .recommended-badge, .payment-tab-trigger &gt; input:checked ~ label::after, .breathing-icon, .icon-box-check, .testimonial-author span, .qtyInc:hover, .qtyDec:hover, #small-dialog-1 .mfp-close:hover, #small-dialog-2 .mfp-close:hover, #small-dialog-3 .mfp-close:hover, #small-dialog-4 .mfp-close:hover, #small-dialog .mfp-close:hover, .slider-selection, .cluster-visible, .marker-container, .custom-zoom-in:hover, .custom-zoom-out:hover, #geoLocation:hover, #streetView:hover, #scrollEnabling:hover, #scrollEnabling.enabled, a.apply-now-button, a.attachment-box:hover, .freelancer-indicators .indicator-bar span, .dashboard-nav ul li span.nav-tag, .dashboard-box .button.dark:not(.ico):hover, .messages-inbox ul li:before, .message-by h5 i, .message-bubble.me .message-text, .job-tags a:hover, .numbered.color.filled ol &gt; li::before {
    background-color: var(--classic-color-1);
    color: white;
}
.margin-top-15 {
    margin-top: 15px !important;
}
input[type=submit], input[type=button], a.button, .button, .pagination a:hover, .woocommerce .footer_bar .button, .woocommerce .footer_bar .button:hover, .woocommerce-page div.product form.cart .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #ffffff;
    border-color: #222222;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
input[type=submit], input[type=button], a.button, .button, .pagination span, .pagination a:hover, .woocommerce .footer_bar .button, .woocommerce .footer_bar .button:hover, .woocommerce-page div.product form.cart .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: var(--classic-color-0_5);
}
input[type=submit], input[type=button], a.button, .button, .woocommerce .page_slider a.button, a.button.fullwidth, .woocommerce-page div.product form.cart .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    font-family: 'Alumni Sans', Lato, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, h7, input[type=submit], input[type=button], a.button, .button, blockquote, #autocomplete li strong, #autocomplete li.view_all, .post_quote_title, label, .portfolio_filter_dropdown, .woocommerce .woocommerce-ordering select, .woocommerce .woocommerce-result-count, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button, .woocommerce ul.products li.product a.add_to_cart_button.loading, .woocommerce-page ul.products li.product a.add_to_cart_button.loading, .woocommerce ul.products li.product a.add_to_cart_button:hover, .woocommerce-page ul.products li.product a.add_to_cart_button:hover, .woocommerce #page_content_wrapper a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page #page_content_wrapper a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page input.button:active, .woocommerce #page_content_wrapper a.button, .woocommerce-page #page_content_wrapper a.button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover, strong[itemprop="author"], #footer_before_widget_text {
    font-family: 'Alumni Sans', Lato, Helvetica, Arial, sans-serif;
}
input[type=submit], input[type=button], a.button, .button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .8em 1.7em .6em 1.7em;
    color: #222;
    background: var(--classic-color-1);
    /* border: 2px solid #cfa670; */
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    /* font-family: 'Lato', 'Helvetica Neue', Arial,Verdana,sans-serif; */
    text-shadow: none;
    margin-right: 5px;
    text-shadow: none;
    -webkit-appearance: none;
    box-shadow: 0 0 0 0 !important;
    line-height: 1.5 !important;
    -webkit-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -moz-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -ms-transition: color .2s linear, background .1s linear, opacity .2s linear;
    -o-transition: color .2s linear, background .1s linear, opacity .2s linear;
    transition: color .2s linear, background .1s linear, opacity .2s linear;
}
/* add-extra */
.menu-dialog-with-tabs {
    padding: 0;
    color: white;
    max-width: 600px;
    box-shadow: 0 0 25px rgb(0 0 0 / 25%);
    background: #262626;
    text-align: left;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
    border: dotted 1px white;
}
.menu-popup-tab-content {
    padding: 10px 35px;
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    color: white;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.menu-avatar-container {
    text-align: left;
}
.menu-avatar-add-extra {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}
.category_name {
    color: white !important;
    letter-spacing: 1px !important;
    line-height: 24px !important;
    padding: 35px 35px 5px 35px !important;
    font-size: 28px;
}
.menu_detail {
    align-self: center;
    flex-grow: 1;
}
.menu_detail h4 {
    font-weight: 600;
    display: flex;
}
.menu_detail .menu_title {
    flex-grow: initial;
    position: relative;
    z-index: 2;
    font-size: 20px;
    letter-spacing: 1px;
    color: white;
    top: -5px;
}

.menu_detail .menu_dots {
    flex-grow: 1;
    margin-top: 13px;
    border: 0;
    color: white;
    height: 3px;
    margin-left: 5px;
    margin-right: 5px;
    background-repeat: repeat-x;
    border-bottom: 1px dotted;
}
.menu_detail .menu_price {
    right: 0;
    flex: 0 0 62px;
    text-align: right;
    background: transparent;
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: white;
    top: -5px;
}
.popup-tabs-container .menu_desc {
    font-size: 16px;
    line-height: 24px;
    color: #fafafa;
}
.menu-data {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 16px;
}
.menu-data h5 {
    font-size: 20px;
    color: #fafafa;
    letter-spacing: 1px;
}
.align-items-center {
    align-items: center;
}
label span, legend span, strong {
    font-weight: 500;
    font-size: 20px;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin-left-auto {
    margin-left: auto;
}
.checkbox input:not(.allegie) {
    display: none;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
input[type="radio"], input[type="checkbox"] {
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-right: 5px;
    vertical-align: top;
}
.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    cursor: pointer;
}
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
input, input[type=text], input[type=password], input[type=email], input[typebutton=number], select {
    height: 48px;
    line-height: 48px;
    padding: 0 50px;
    outline: none;
    font-size: 18px;
    letter-spacing: 1px;
    color: #222222;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 500;
    opacity: 1;
    border-radius: 4px;
    border: none;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%);
    margin: 0 0 16px;
}
.checkbox label:not(.allegie_label) {
    padding-left: 30px;
}
.checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
}
.sign-in-form label, #booking-form label {
    text-align: left;
    display: flex;
    font-size: 16px;
    font-weight: 400;
}
.sign-in-form label, #booking-form label {
    text-align: left;
    display: flex;
    font-size: 16px;
    font-weight: 500;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6, h7, input[type=submit], input[type=button], a.button, .button, blockquote, #autocomplete li strong, #autocomplete li.view_all, .post_quote_title, label, .portfolio_filter_dropdown, .woocommerce .woocommerce-ordering select, .woocommerce .woocommerce-result-count, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button, .woocommerce ul.products li.product a.add_to_cart_button.loading, .woocommerce-page ul.products li.product a.add_to_cart_button.loading, .woocommerce ul.products li.product a.add_to_cart_button:hover, .woocommerce-page ul.products li.product a.add_to_cart_button:hover, .woocommerce #page_content_wrapper a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page #page_content_wrapper a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page input.button:active, .woocommerce #page_content_wrapper a.button, .woocommerce-page #page_content_wrapper a.button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover, strong[itemprop="author"], #footer_before_widget_text {
    font-family: 'Alumni Sans', Lato, Helvetica, Arial, sans-serif;
}
.checkbox input:checked + label span.checkbox-icon {
    background-color: var(--classic-color-1);
    border-color: var(--classic-color-1);
}
.checkbox label span.checkbox-icon.right {
    position: relative !important;
    margin-left: 10px;
    border-color: white;
    background-color: white;
}
.checkbox label span.checkbox-icon {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #b4b4b4;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 1px;
}
.checkbox input + label span.checkbox-icon:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: scale(.5) rotate(45deg);
    transition: all .35s cubic-bezier(.3, -.41, .19, 2), opacity .3s;
}
h4.allegie_title {
    font-size: 20px;
    color: #fafafa;
    text-transform: uppercase;
    letter-spacing: 1px;
    
}
.menu-popup-tab-content ul, ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    color: white;
    letter-spacing: 1px;
    font-size: 16px !important;
    line-height: 24px;
    margin-bottom: 20px;
}
.svg-restaurant-menu {
    fill: var(--classic-color-1);
    height: 24px;
    width: 24px;
    position: relative;
    top: 8px;
    margin-right: 5px;
}
.test{
    z-index: 8;
    white-space: nowrap;
    font-size: 32px;
    transition: all 0s ease 0s;
    min-height: 0px;
    min-width: 0px;
    line-height: 28px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 4px;
    left: 358.5px;
    top: 194.743px;
    visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.0025, 0, 0, 0, 1);
}
.content-slider-notifi {
    color: red !important;
  }
  .error-message {
    text-align: left;
    color: red;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 15px;
    margin: 5px 0 0;
  }
  .form-error{color: red;display: none;font-size: 16px;letter-spacing: 1px;text-align: center;width: 100%;}
  span.status-not-available {background-color: #ffe6e6;color: #ea5252;}
  .popup-notification-header {
    font-size: 34px;
    background-color: var(--classic-color-1);
    text-align: center;
    color: white;
    padding: 5px 10px;
    font-family: 'Alumni Sans';
}
.popup-content-title {
    font-family: 'Alumni Sans';
    font-size: 25px!important;
    color: black !important;
}
.popup-content-img{
    width: 100%;
    height: 200px;
}
.popup-content-img img{
    object-fit: cover;
    width: 100%;
    height: 200px;
}</pre></body></html>