/* Minification failed. Returning unminified contents.
(209,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(210,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(211,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(212,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(216,9): run-time error CSS1030: Expected identifier, found ':'
(216,10): run-time error CSS1031: Expected selector, found 'not('
(216,10): run-time error CSS1025: Expected comma or open brace, found 'not('
(248,112): run-time error CSS1039: Token not allowed after unary operator: '-dark-grey'
(260,107): run-time error CSS1046: Expect comma, found '0'
(260,111): run-time error CSS1046: Expect comma, found '/'
(260,153): run-time error CSS1046: Expect comma, found '0'
(260,157): run-time error CSS1046: Expect comma, found '/'
(261,37): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(261,71): run-time error CSS1039: Token not allowed after unary operator: '-bg-primary-color'
 */

#accessibility-icon {
    position: fixed;
    top: 61px;
    right: 0;
    z-index: 1000;
    cursor: pointer;
}

#accessibility-open {
    position: fixed;
    top: 61px;
    right: 0;
    z-index: 1000;
    cursor: pointer;
}

.accessibility-header {
    font-size: x-large;
    background-color: #17384c;
    color: #fff;
    text-align: center;
}

.accessibility {
    display: none;
    position: fixed;
    top: 117px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    padding: 10px 10px 0 10px;
    font-size: 25px;
    direction: rtl;
    z-index: 999;
    right: -280px;
}

/*Accessibility page*/
#statement h4 {
    margin: 1px 1px 1px 1px !important;
}

#statement h3 {
    margin: 20px 1px 1px 1px !important;
}

#statement h1 {
    margin: 0 1px 1px 1px !important;
}

#statement p {
    margin: 5px 1px 15px 1px !important;
}

#statement ul {
    margin: 1px 1px 1px 1px !important;
    padding-right: 40px;
}


/* Accessibility */

button {
    background: none;
    border: none;
    cursor: pointer;
}

    button:not(.custom-button):hover, button:not(.custom-button):focus {
        text-decoration: underline;
    }

    /*a:focus,*/
    /*input:focus,
    textarea:focus,
    select:focus,
    button:focus,
    [tabindex]:focus {
        border: cornflowerblue 2px solid !important;
        outline: 0;
    }*/

input[type=checkbox]:not(.custom-checkbox) {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

    /*input[type=checkbox]:focus ~ label span.icon {
        border: cornflowerblue 2px solid !important;
    }*/

input[type=radio] {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}

    /*input[type=radio]:focus + span,
    input[type=radio]:focus ~ label {
        border: cornflowerblue 2px solid !important;
    }*/



.grayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.invertedColorsImg {
    filter: invert(1);
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -o-filter: invert(1);
    -ms-filter: invert(1);
}

.invertedColorsAllDiv {
    color: #ff0 !important;
    background-color: #000 !important;
}

.invertedColors {
    color: #ff0 !important;
    background-color: #000 !important;
}

.invertedColorsforTagA {
    outline: 1px dashed Gold;
    color: #ff0 !important;
    background: #000 !important;
}

.invertedColorsforTagSpan {
    color: #fff !important;
    background-color: #000 !important;
}


.accessibility-nav {
    position: fixed;
    display: none;
    right: 0;
    top: 2px;
    width: 200px;
    z-index: 9999;
    background-color: white;
}

    .accessibility-nav a {
        color: black;
        position: absolute;
        right: -1000px;
        font-size: 20px;
        background-color: white;
    }

        .accessibility-nav a:focus {
            right: 0;
        }


.accessibility-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media (max-width: 1023px) {
    #accessibility-icon {
        display: none;
    }
}
/* Accessibility */

@font-face {
    font-family: 'Foodi';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/FoodiCondensed.eot');
    src: local('Foodi Condensed'), local('FoodiCondensed'), url('/fonts/FoodiCondensed.woff2') format('woff2'), url('/fonts/FoodiCondensed.woff') format('woff'), url('/fonts/FoodiCondensed.ttf') format('truetype'); /*font-display:*/
}

@font-face {
    font-family: 'Foodi';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/FoodiCondensedBold.eot');
    src: local('Foodi Condensed Bold'), local('FoodiCondensedBold'), url('/fonts/FoodiCondensedBold.woff2') format('woff2'), url('/fonts/FoodiCondensedBold.woff') format('woff'), url('/fonts/FoodiCondensedBold.ttf') format('truetype'); /*font-display: swap*/
}

:root {
	--primary-color: #ee1c27;
	--bg-primary-color: #ee1c270f;
	--dark-grey: #333;
	--light-grey: #989898;
}

/* RESET CSS */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
    all: unset;
    display: revert;
}

*, *::before, *::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255,255,255,0.2);
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

textarea {
    white-space: revert;
}

a {
    cursor: pointer;
}


/* GLOBAL */
body {font-size: 1.125em; font-family: 'Foodi', sans-serif; margin: 0; padding: 0; direction: rtl; color: var(--dark-grey); background: #f5f5f5;position:relative }
.flex-row {display: flex; flex-wrap: wrap;}
.flex-column {display: flex;flex-direction: column;}
.flex-row-center {display: flex; flex-wrap: wrap; align-items: center;}
.font-bold {font-weight: 700;}
.font-underline {text-decoration: underline;}
.container {margin: 0 auto; width: 1330px;}
.first-layer {z-index: 101}
.black-mode {background: #000; width: 100%; z-index: 100; position: fixed; height: 100%; opacity: 0.3; top: 0px; bottom: 0px;}
#popup_general { display: none; }
.hide-desktop { display: none;}
.hide-mobile {display: block;}			 
.ui-widget-content {border: 1px solid #ddd; border-radius: 5px; -webkit-box-shadow: 3px 3px 3px 1px rgb(0 0 0 / 20%); box-shadow: 3px 3px 3px 1px rgb(0 0 0 / 20%);}
.ui-state-active:hover {color: var(--primary-color); background: var(--bg-primary-color); border: 1px solid #c5c5c5; border-radius: 0;} 
.ui-state-active:first-child:hover {border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}
.ui-state-active:last-child:hover {border-top-left-radius: 5px; border-top-right-radius: 5px;}
#overlay {
    background-color: #33333352;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

.scrollbar-mode {
    scrollbar-width: thin;
    scrollbar-color: #cccccc #ffffff;
}
.scrollbar-mode::-webkit-scrollbar {width: 4px;}
.scrollbar-mode::-webkit-scrollbar-track {background: none;}
.scrollbar-mode::-webkit-scrollbar-thumb {background-color: #ddd;border-radius: 10px;border: 1px solid #ddd;}
.scrollbar-mode-x::-webkit-scrollbar-thumb {background-color: #ddd;border-radius: 10px;border: 1px solid #ddd;}
.scrollbar-mode-x::-webkit-scrollbar {height: 5px;}
@media screen and (max-width: 1366px) {
    .container {
        width: calc(100% - 40px)
    }
}

@media screen and (max-width: 1023px) {
    .hide-desktop {display: block;}
    .hide-mobile {display: none}
    .container {width: 100%;}
    .flex-column-m {flex-direction: column;}
    .flex-column-m-r {flex-direction: column-reverse;}
  
}


