@import "https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap";
.RestaurantCard-module-scss-module__gfL7xW__card{background-color:var(--white);border-radius:14px;min-height:200px;max-height:200px;position:relative;box-shadow:0 4px 8px #0003,0 6px 20px #00000021}.RestaurantCard-module-scss-module__gfL7xW__card_inner{border-radius:14px;justify-content:center;align-items:center;height:100%;margin:0 auto;display:flex;overflow:hidden}.RestaurantCard-module-scss-module__gfL7xW__button_container{position:absolute;bottom:0;right:7.5%;transform:translateY(50%)}.RestaurantCard-module-scss-module__gfL7xW__left_card{width:40%;height:100%;overflow:hidden}.RestaurantCard-module-scss-module__gfL7xW__left_card .RestaurantCard-module-scss-module__gfL7xW__image_container{width:100%;height:100%}.RestaurantCard-module-scss-module__gfL7xW__left_card .RestaurantCard-module-scss-module__gfL7xW__image_container img{object-fit:cover;width:100%;height:100%;min-height:100%;display:block}.RestaurantCard-module-scss-module__gfL7xW__right_card{width:60%;padding:20px 5%}.RestaurantCard-module-scss-module__gfL7xW__right_card .RestaurantCard-module-scss-module__gfL7xW__inner{flex-flow:column wrap;justify-content:center;margin:auto;display:flex}.RestaurantCard-module-scss-module__gfL7xW__right_card .RestaurantCard-module-scss-module__gfL7xW__inner .RestaurantCard-module-scss-module__gfL7xW__title,.RestaurantCard-module-scss-module__gfL7xW__right_card .RestaurantCard-module-scss-module__gfL7xW__inner .RestaurantCard-module-scss-module__gfL7xW__subtitle{text-overflow:ellipsis;white-space:pre-line;width:100%;overflow:hidden}.RestaurantCard-module-scss-module__gfL7xW__title{color:#ff7f11;max-height:2.5rem;font-size:1rem;font-weight:700}.RestaurantCard-module-scss-module__gfL7xW__subtitle{text-overflow:ellipsis;max-height:2rem;margin-bottom:.5rem;font-size:.8rem;overflow:hidden}.RestaurantCard-module-scss-module__gfL7xW__tags_container{flex-wrap:wrap;align-items:center;gap:5px;max-height:50px;line-height:1rem;display:flex;overflow:hidden}.RestaurantCard-module-scss-module__gfL7xW__tags_container *{letter-spacing:3%;border-radius:2px;padding:3px;font-family:Rubik,sans-serif;font-size:.8rem}.RestaurantCard-module-scss-module__gfL7xW__tags_container .RestaurantCard-module-scss-module__gfL7xW__tags_type{background-color:var(--pastel_purple)}.RestaurantCard-module-scss-module__gfL7xW__tags_container .RestaurantCard-module-scss-module__gfL7xW__tags_cuisine{background-color:var(--pastel_red)}.RestaurantCard-module-scss-module__gfL7xW__tags_container .RestaurantCard-module-scss-module__gfL7xW__tags_price{background-color:var(--pastel_green)}@media only screen and (max-width:450px){.RestaurantCard-module-scss-module__gfL7xW__right_card{padding:10% 10px}}@media (min-width:1250px){.RestaurantCard-module-scss-module__gfL7xW__right_card:hover{width:calc(100% + 60px)}.RestaurantCard-module-scss-module__gfL7xW__right_card{transition:all .4s ease-in-out}}
.RestaurantWheelButton-module-scss-module__bKF2pG__btn{cursor:pointer;background-color:var(--white);border:1px solid #191919;border-radius:50%;width:40px;max-width:40px;height:40px;max-height:40px;position:relative;overflow:hidden}.RestaurantWheelButton-module-scss-module__bKF2pG__btn .RestaurantWheelButton-module-scss-module__bKF2pG__add_container,.RestaurantWheelButton-module-scss-module__bKF2pG__btn .RestaurantWheelButton-module-scss-module__bKF2pG__delete_container{justify-content:center;align-items:center;width:100%;height:100%;margin:auto;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.RestaurantWheelButton-module-scss-module__bKF2pG__btn:hover .RestaurantWheelButton-module-scss-module__bKF2pG__add_container{background-color:#ddffe7}.RestaurantWheelButton-module-scss-module__bKF2pG__btn:hover .RestaurantWheelButton-module-scss-module__bKF2pG__delete_container{background-color:var(--pastel_red)}.RestaurantWheelButton-module-scss-module__bKF2pG__add{color:#0fa958;width:1.25rem;height:1.25rem;transform:1s;animation:.4s ease-in-out reverse RestaurantWheelButton-module-scss-module__bKF2pG__add-rotate}.RestaurantWheelButton-module-scss-module__bKF2pG__delete{color:#ff785a;width:1rem;height:1rem;animation:.4s ease-in-out RestaurantWheelButton-module-scss-module__bKF2pG__delete-rotate}@keyframes RestaurantWheelButton-module-scss-module__bKF2pG__add-rotate{0%{transform:rotate(0)}to{transform:rotate(45deg)}}@keyframes RestaurantWheelButton-module-scss-module__bKF2pG__delete-rotate{0%{transform:rotate(-45deg)}to{transform:rotate(0)}}@media only screen and (max-width:450px){.RestaurantWheelButton-module-scss-module__bKF2pG__btn{width:30px;height:30px}.RestaurantWheelButton-module-scss-module__bKF2pG__add{width:14px;height:14px}.RestaurantWheelButton-module-scss-module__bKF2pG__delete{width:12px;height:12px}}
.ResultCard-module-scss-module__SD5Lbq__card{color:unset;background-color:#fff;border-radius:15px;width:100%;text-decoration:none;transition:all .1s ease-in;position:relative;overflow:hidden;box-shadow:0 5px 5px #1919191a}.ResultCard-module-scss-module__SD5Lbq__card .ResultCard-module-scss-module__SD5Lbq__restaurantImage{width:100%;height:150px}.ResultCard-module-scss-module__SD5Lbq__card .ResultCard-module-scss-module__SD5Lbq__restaurantImage img{object-fit:cover;width:100%;height:100%}.ResultCard-module-scss-module__SD5Lbq__card .ResultCard-module-scss-module__SD5Lbq__restaurantInfo{z-index:1;border-radius:15px;padding:15px}.ResultCard-module-scss-module__SD5Lbq__card .ResultCard-module-scss-module__SD5Lbq__restaurantInfo .ResultCard-module-scss-module__SD5Lbq__restaurantName{color:var(--orange);text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-family:Paytone One,sans-serif;font-size:1.4em;overflow:hidden}.ResultCard-module-scss-module__SD5Lbq__card .ResultCard-module-scss-module__SD5Lbq__restaurantInfo .ResultCard-module-scss-module__SD5Lbq__restaurantStreet{text-overflow:ellipsis;white-space:nowrap;margin-bottom:6px;font-family:Rubik,sans-serif;font-size:1em;overflow:hidden}.ResultCard-module-scss-module__SD5Lbq__card .ResultCard-module-scss-module__SD5Lbq__restaurantInfo .ResultCard-module-scss-module__SD5Lbq__tags{flex-flow:wrap;gap:5px;display:flex}.ResultCard-module-scss-module__SD5Lbq__card .ResultCard-module-scss-module__SD5Lbq__restaurantInfo .ResultCard-module-scss-module__SD5Lbq__tags .ResultCard-module-scss-module__SD5Lbq__tag{border-radius:5px;padding:3px 5px;font-family:Rubik,sans-serif;font-size:.9em}
.index-module-scss-module__GfcAGa__pageWrapper{grid-template-columns:1fr 1fr;gap:3%;padding:25px 5vw;display:grid}@media screen and (max-width:800px){.index-module-scss-module__GfcAGa__pageWrapper{display:block}}.index-module-scss-module__GfcAGa__heading{color:var(--orange);font-family:Paytone One,sans-serif;font-size:70px;font-style:normal;font-weight:400;line-height:1em}.index-module-scss-module__GfcAGa__modalShow{z-index:1000;background-color:#fff6;width:100%;height:100%;padding-top:80px;position:fixed;top:0;left:0;overflow:auto}.index-module-scss-module__GfcAGa__modalHide{display:none}.index-module-scss-module__GfcAGa__modalHeader{background-color:var(--orange);color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;justify-content:space-between;height:50px;padding:35px 15px 30px;font-weight:700;display:flex}.index-module-scss-module__GfcAGa__modalContent{background-color:var(--yellow);border-radius:10px;width:70%;max-width:500px;margin:auto;padding-bottom:20px;box-shadow:0 4px 4px #00000040}.index-module-scss-module__GfcAGa__rowModal{flex-direction:row;justify-content:flex-end;align-items:center;display:flex}.index-module-scss-module__GfcAGa__modalChef{width:50px;height:50px}.index-module-scss-module__GfcAGa__close{color:#fff;background-color:var(--orange);cursor:pointer;border:3px solid #fff;border-radius:5px;justify-content:center;align-items:center;margin-top:-12px;padding:10px;display:flex}.index-module-scss-module__GfcAGa__close:hover{color:var(--orange);background-color:#fff;transition:all .15s ease-in-out}.index-module-scss-module__GfcAGa__spinAgain{color:var(--orange);border:solid 2px var(--orange);background-color:var(--yellow);border-radius:25px;width:200px;padding:10px;font-weight:bolder}.index-module-scss-module__GfcAGa__flexContainer{flex-direction:column;justify-content:center;align-items:center;gap:3rem;height:100%;margin:30px 0;display:flex}.index-module-scss-module__GfcAGa__flexContainer .index-module-scss-module__GfcAGa__flexItem{width:100%;padding:20px 50px;display:flex}@media screen and (max-width:800px){.index-module-scss-module__GfcAGa__flexContainer .index-module-scss-module__GfcAGa__flexItem{padding:15px}}.index-module-scss-module__GfcAGa__searchBar{border:2px solid var(--dark_gray);background-color:var(--white);border-radius:14px;width:100%;padding:10px 20px 10px 0;display:flex}.index-module-scss-module__GfcAGa__searchBar .index-module-scss-module__GfcAGa__searchInput{text-overflow:ellipsis;white-space:nowrap;border:none;outline:none;flex:5;padding:5px 10px;font-family:Rubik,sans-serif;font-size:16px;overflow:hidden}.index-module-scss-module__GfcAGa__searchBar .index-module-scss-module__GfcAGa__searchButton{background-color:#0000;border:none;outline:none;padding:0 10px}@media screen and (max-width:950px){.index-module-scss-module__GfcAGa__searchBar .index-module-scss-module__GfcAGa__searchInput{flex:5}}@media screen and (max-width:500px){.index-module-scss-module__GfcAGa__searchBar .index-module-scss-module__GfcAGa__searchInput{padding-left:15px}}.index-module-scss-module__GfcAGa__wheelContainer{aspect-ratio:1;justify-content:center;align-items:center;display:flex;position:relative}.index-module-scss-module__GfcAGa__wheelCenter{z-index:3;border-radius:50%;justify-content:center;align-items:center;width:12%;height:12%;display:flex;position:absolute}.index-module-scss-module__GfcAGa__mascotChef{width:100%;height:auto;margin:0 auto;display:block}.index-module-scss-module__GfcAGa__pointer{clip-path:polygon(50% 100%,0 0,100% 0);background-color:#482609;padding:1.5rem;position:absolute;bottom:21rem}.index-module-scss-module__GfcAGa__wheel{cursor:pointer;border-radius:50%;width:76%;height:76%;transition:transform 2s ease-in-out;position:relative;top:0;left:0;overflow:hidden}.index-module-scss-module__GfcAGa__wheelBg{background:var(--orange);border-radius:50%;justify-content:center;width:80%;height:80%;display:flex;position:absolute}.index-module-scss-module__GfcAGa__pointer2{z-index:2;clip-path:polygon(50% 100%,0 0,100% 0);background-color:#482609;padding:4%;position:absolute;top:-2%}.index-module-scss-module__GfcAGa__pointerBorder{background-color:var(--orange);clip-path:polygon(50% 100%,0 0,100% 0);z-index:2;padding:6%;position:absolute;top:-3%}.index-module-scss-module__GfcAGa__wheelItem{transform-origin:100% 100%;justify-content:center;align-items:center;width:50%;height:50%;display:flex;position:absolute}.index-module-scss-module__GfcAGa__wheelItem:nth-child(2n){color:#fffef1;background-color:#ffa553}.index-module-scss-module__GfcAGa__wheelItem:nth-child(odd){color:var(--orange);background-color:#fffde7}.index-module-scss-module__GfcAGa__itemName{-webkit-user-select:none;user-select:none;font-family:Paytone One;font-size:1.25rem;position:relative;transform:rotate(-135deg)}@media screen and (max-width:800px){.index-module-scss-module__GfcAGa__itemName{margin-top:9px;margin-left:8px;font-size:12px}}.index-module-scss-module__GfcAGa__restoSideDirectory{flex-wrap:wrap;align-content:flex-start;gap:2rem;height:100%;margin:20px 0;display:flex}.index-module-scss-module__GfcAGa__restoSideDirectory .index-module-scss-module__GfcAGa__restaurant_card_wrapper{width:calc(50% - 20px);max-width:calc(50% - 20px);display:flex}.index-module-scss-module__GfcAGa__paginationWrapper{justify-content:center;align-items:center;gap:.8rem;margin-top:2.5rem;display:flex}@media screen and (max-width:450px){.index-module-scss-module__GfcAGa__paginationWrapper{gap:0}}.index-module-scss-module__GfcAGa__paginationButton{cursor:pointer;background-color:#0000;border:0;border-radius:7px;padding:.7rem 1rem;font-family:Lexend,sans-serif;font-size:1rem;font-weight:300}.index-module-scss-module__GfcAGa__paginationButton:hover{background-color:#f0f0f0}.index-module-scss-module__GfcAGa__activePaginationButton{background-color:#d9d9d9;font-weight:500}@media (max-width:800px){.index-module-scss-module__GfcAGa__restoSideDirectory{flex-direction:column}.index-module-scss-module__GfcAGa__restoSideDirectory .index-module-scss-module__GfcAGa__restaurant_card_wrapper{width:100%;max-width:unset;max-height:200px}}@media (max-width:1250px){.index-module-scss-module__GfcAGa__heading{text-align:center}.index-module-scss-module__GfcAGa__restaurant_card_wrapper{max-height:200px}.index-module-scss-module__GfcAGa__pageWrapper{grid-template-columns:1fr}.index-module-scss-module__GfcAGa__wheelContainer{max-width:756px;margin:0 auto}.index-module-scss-module__GfcAGa__heading{font-size:40px}.index-module-scss-module__GfcAGa__paginationWrapper{margin-top:4rem;margin-bottom:7.5rem}.index-module-scss-module__GfcAGa__restoSideDirectory{justify-content:center}}.index-module-scss-module__GfcAGa__spin_base{animation-name:index-module-scss-module__GfcAGa__spin_static;animation-timing-function:linear;animation-iteration-count:infinite}.index-module-scss-module__GfcAGa__spin_speed_regular{animation-duration:4s}.index-module-scss-module__GfcAGa__spin_speed_fast{animation-duration:1s}@keyframes index-module-scss-module__GfcAGa__spin_static{0%{transform:rotate(0)}to{transform:rotate(359.99deg)}}
