@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.Dialog_cityListing__1ohui{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:42px 46px 12px;border-bottom:1px solid #efefef}@media screen and (max-width:1024px){.Dialog_cityListing__1ohui{padding:36px}}@media screen and (max-width:768px){.Dialog_cityListing__1ohui{padding:36px 46px;margin-left:45px;justify-content:center}}@media screen and (max-width:568px){.Dialog_cityListing__1ohui{padding:12px;margin-left:0;margin-top:32px}}.Dialog_cityListing__1ohui .Dialog_singleCityCard__UB6QS{text-align:center}.Dialog_cityListing__1ohui .Dialog_singleCityCard__UB6QS h5{font-weight:500}.Dialog_singleCastImage__VJHWM{border-radius:50%;object-fit:cover}@media screen and (max-width:700px){.Dialog_singleCastImage__VJHWM{width:70px!important;height:70px!important}}.Dialog_forgotDialog__LLpgc{width:480px;padding:64px 56px}@media screen and (max-width:768px){.Dialog_forgotDialog__LLpgc{width:100%;padding:34px 24px}}.Dialog_forgotDialog__LLpgc input{margin-bottom:12px;border:1px solid #d2d6dc!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important}@media screen and (max-width:320px){.Dialog_forgotDialog__LLpgc input{padding:12px!important}}.Dialog_dialogForgotText__P83zy{margin-top:6px;text-align:left;font-weight:400;opacity:.5;color:#212121;font-size:.875rem;line-height:1.5em}.Dialog_forgotDialogHeader__Sq_b4{text-align:left;font-weight:700;color:#212121;font-size:1.5rem}.Dialog_closeButton__6IlQK{position:absolute;top:4px;right:10px;margin:10px;cursor:pointer}.Dialog_dialogButton__cFM8h{max-width:362px;width:100%;display:block;margin:16px auto 0}@media screen and (max-width:768px){.Dialog_dialogButton__cFM8h{max-width:300px;width:100%;margin-top:10px}}.Dialog_title__2OGWm{font-size:1.25rem;color:#453825;font-weight:600;text-align:center!important}.Dialog_subTitle__hSJWF{font-size:.875rem;color:#616161;text-align:center;margin-top:10px;margin-bottom:38px}.Dialog_subTitle__hSJWF .Dialog_categoryName__swSR7{color:#453825;font-weight:700}.Dialog_addDialog__93mGy .Dialog_title__2OGWm{text-align:center!important}.Dialog_deleteButtons__nrk3V{display:flex;justify-content:flex-start;align-items:center}.Dialog_deleteButtons__nrk3V .Dialog_cancel__r2a_R{width:220px}.Dialog_deleteButtons__nrk3V .Dialog_delete__AbeS_{width:120px}.Dialog_closeUserButton__El2ee{position:absolute;top:0;right:5px;margin:19px 15px;cursor:pointer;padding:5px}@media screen and (min-width:768px){.Dialog_authDialog__2aIOm{padding:0 20px}}.Dialog_authDialog__2aIOm .Dialog_closeUserButton__El2ee{position:absolute;top:0;right:10px;margin:16px 10px;cursor:pointer}.Dialog_authDialog__2aIOm .Dialog_authDialogHeader__GMgUr{font-size:1rem;text-align:center;margin-top:16px;color:#212121;font-weight:700;padding-bottom:16px;box-shadow:0 1px 1px #d2d6dc}@media screen and (min-width:768px){.Dialog_authDialog__2aIOm .Dialog_otpForm__D4e0T{width:500px}}.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_{display:block;margin:44px auto 0;max-width:700px}.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_loginSection__GcAdW{max-width:400px;display:block;margin:0 auto}@media screen and (max-width:511px){.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_{padding:0 20px}}.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ input{margin-bottom:12px;border:1px solid #d2d6dc;box-shadow:0 1px 2px rgba(0,0,0,.05)}@media screen and (max-width:750px){.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ input{padding:9px!important}}@media screen and (max-width:320px){.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ input{padding:12px!important}}.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_passwordField__nv5MH{position:relative;margin:17px 0;padding-bottom:12px;border-bottom:1px solid #efefef}.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_passwordField__nv5MH .Dialog_visibility__R9w2S{position:absolute;top:40px;right:20px;cursor:pointer}@media screen and (max-width:750px){.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_passwordField__nv5MH .Dialog_visibility__R9w2S{right:10px}}.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_nameAuthFields__V4Zkw{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #efefef}@media screen and (max-width:320px){.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_nameAuthFields__V4Zkw{display:block}}.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_nameAuthFields__V4Zkw input{width:100%!important}.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_nameAuthFields__V4Zkw .Dialog_lastNameField__pJ8Ev{margin-left:20px}@media screen and (max-width:320px){.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_nameAuthFields__V4Zkw .Dialog_lastNameField__pJ8Ev{margin-left:0}}.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_phoneField__Mxm61{margin:17px 0;padding-bottom:12px;border-bottom:1px solid #efefef}.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_emailField__S61zH{margin-bottom:17px}@media screen and (min-width:820px){.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_emailField__S61zH{border-bottom:1px solid #efefef;padding-bottom:12px}}.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_emailField__S61zH input:disabled{opacity:.8;background-color:#efefef!important}.Dialog_authDialog__2aIOm .Dialog_dialogForm__Ik55_ .Dialog_emailField__S61zH .Dialog_infoText__DYQzJ{font-weight:500;font-size:.8125rem;color:#616161;margin-left:10px;margin-bottom:6px}.Dialog_authDialog__2aIOm .Dialog_dialogUserButton__wK5vx{margin-top:16px;width:100%}.Dialog_authDialog__2aIOm .Dialog_submitButton__28fOj{margin-bottom:16px;width:100%}@media screen and (min-width:768px){.Dialog_authDialog__2aIOm .Dialog_submitButton__28fOj{display:block;text-align:center;margin:0 auto 16px}}.Dialog_authDialog__2aIOm fieldset.Dialog_orText__X9IIf{border:none;border-top:1px solid #efefef;display:block;font-weight:700;font-size:.875rem;line-height:1.7em;text-align:center;color:#919191;margin:19px 0 26px}.Dialog_authDialog__2aIOm fieldset.Dialog_orText__X9IIf legend{padding:5px 10px}.Dialog_authDialog__2aIOm .Dialog_socialForm__OrPLM{max-width:400px;display:block;margin:0 auto}.Dialog_authDialog__2aIOm .Dialog_googleSignIn__vk6Hx{display:flex;justify-content:flex-start;padding:13px 16px;border:1px solid #d2d6dc;box-shadow:0 1px 2px rgba(0,0,0,.05);border-radius:24px;margin-bottom:16px;cursor:pointer}.Dialog_authDialog__2aIOm .Dialog_googleSignIn__vk6Hx .Dialog_googleText__dRP53{color:#212121!important;display:block;margin:0 auto;font-weight:700}@media screen and (max-width:764px){.Dialog_authDialog__2aIOm .Dialog_googleSignIn__vk6Hx{padding:13px 16px}}.Dialog_authDialog__2aIOm .Dialog_conditionsText__vzxoK{font-weight:500;bottom:34px;font-size:.875rem;line-height:1.7em;text-align:center;color:#919191;padding:0 20px;margin:26px 0}@media screen and (min-width:764px){.Dialog_authDialog__2aIOm .Dialog_conditionsText__vzxoK{padding:0 40px}}.Dialog_authDialog__2aIOm .Dialog_conditionsText__vzxoK span{cursor:pointer;text-decoration:underline}.Dialog_authDialog__2aIOm .Dialog_conditionsText__vzxoK .Dialog_promptText__ZE7Kz{cursor:pointer;text-decoration:none;color:#01a2a6}.Dialog_otpText__hs3GK{font-size:1.125rem;color:#212121;text-align:center;margin-top:40px;font-weight:700}.Dialog_otpText__hs3GK .Dialog_otpNumber__De5iq{color:#616161;font-size:.875rem;margin-top:10px}.Dialog_otpContainer__YXxgH{display:flex;justify-content:center;align-items:center;padding-bottom:26px;padding-top:22px}.Dialog_otpInput__t2wmB{width:46px!important;height:46px!important;margin-right:8px;font-size:1rem;text-align:center;border-radius:12px!important;color:#000;background:#fffdfd;border:1px solid #e0e0e0;padding:0!important}.Dialog_otpInput__t2wmB::-webkit-inner-spin-button,.Dialog_otpInput__t2wmB::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Dialog_dialogOTPButton__NDGnl{padding:0 20px}@media screen and (min-width:768px){.Dialog_dialogOTPButton__NDGnl{display:block;text-align:center;margin:0 auto 16px}}.Dialog_signinpasswordField__kwnXy{position:relative}.Dialog_signinpasswordField__kwnXy .Dialog_visibility__R9w2S{position:absolute;top:20px;right:16px;cursor:pointer}@media screen and (max-width:320px){.Dialog_signinpasswordField__kwnXy .Dialog_visibility__R9w2S{right:10px}}.Dialog_resendText__rj7_u{font-weight:500;font-size:.8125rem;line-height:24px;text-align:center;color:#616161;margin-bottom:34px;cursor:pointer}.Dialog_resendText__rj7_u span{text-decoration:underline;color:#01a2a6;font-weight:700}.Dialog_announcementHeader__vNdLK{background-color:#efefef;display:flex;justify-content:space-between;align-items:center;padding:12px 14px}.Dialog_announcementHeader__vNdLK img{cursor:pointer}.Dialog_announcementHeader__vNdLK .Dialog_text__y7koH{color:#1c1c1c!important;font-weight:700!important}@media screen and (min-width:768px){.Dialog_announcementHeader__vNdLK .Dialog_text__y7koH{padding-left:22px}}.Dialog_announcementContent__0gNRq{height:400px;overflow-y:scroll}@media screen and (min-width:768px){.Dialog_announcementContent__0gNRq{padding:16px 24px}}@media screen and (max-width:768px){.Dialog_announcementContent__0gNRq{padding-inline:15px}}.Dialog_announcementContent__0gNRq p{padding:0 12px;font-weight:200!important}.Dialog_announcementContent__0gNRq p span{font-size:.875rem!important;font-weight:500;margin-bottom:15px}.Dialog_announcementContent__0gNRq ul li{list-style:none}.Dialog_announcementContent__0gNRq ol li span{font-weight:200!important}.Dialog_disclaimerContent__A4uWg{height:240px;overflow-y:scroll}@media screen and (min-width:768px){.Dialog_disclaimerContent__A4uWg{padding:16px 24px}}@media screen and (max-width:768px){.Dialog_disclaimerContent__A4uWg{padding-inline:15px}}.Dialog_disclaimerContent__A4uWg p{padding:0 14px}.Dialog_disclaimerContent__A4uWg p span{font-size:.875rem!important;font-weight:500;margin-bottom:15px}.Dialog_disclaimerContent__A4uWg ul li{list-style:none}.Dialog_announcementButtonSection__nRRT2{background-color:#efefef;display:flex;justify-content:center;align-items:center;padding:9px 14px}.Dialog_announcementButtonSection__nRRT2 button{max-width:320px;height:36px!important;border-radius:22px!important}.Dialog_forgotpasswordText__7bvND{text-align:right;margin-top:0;font-weight:500;color:#616161;cursor:pointer}.Dialog_applyFilterSection__T42zl{display:flex;justify-content:space-between;padding:12px 20px}.Dialog_applyFilterSection__T42zl button{width:132px!important;height:40px!important}.Dialog_applyFilterSection__T42zl .Dialog_clearButton__Bwmzk{margin-right:12px}.Dialog_applyFilterSection__T42zl .Dialog_clearButton__Bwmzk button{background-color:#fff;color:#01a2a6;border:1px solid #01a2a6;height:40px!important}.Dialog_socialIcons__DmoMD{display:flex;justify-content:space-around;align-items:center;margin-bottom:40px;flex-wrap:wrap;margin-top:40px}.Dialog_copyInput__ZOFri{width:100%;border-radius:16px;background:rgba(38,38,38,.05);display:flex;align-items:center;justify-content:space-between;padding:12px 24px}.Dialog_copyInput__ZOFri a{color:rgba(38,38,38,.5);font-size:.875rem;max-width:210px;text-align:left}.Dialog_copyInput__ZOFri p{margin:0;font-size:.75rem;color:#01a2a6;font-weight:700}@media screen and (max-width:768px){.Dialog_copyInput__ZOFri a{max-width:160px!important}}.Dialog_successDialogHeader__j_VdF{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.Dialog_successDialogHeader__j_VdF .Dialog_titleText__i86Xb{display:block;margin:0 auto;font-weight:700;color:#212121!important}.Dialog_successDialogHeader__j_VdF .Dialog_clearText__QEt_H{cursor:pointer;text-decoration:underline}.Dialog_successDialog__8R0DN .Dialog_successText__1PExc{margin-top:35px;font-weight:700;font-size:1.25rem;text-align:center;color:#00a467}.Dialog_successDialog__8R0DN .Dialog_oopsText__0OiU1{margin-top:35px;font-weight:700;font-size:1.25rem;text-align:center;color:#01a2a6}.Dialog_successDialog__8R0DN .Dialog_successLogo__b5345{display:block;text-align:center;margin-bottom:8px}.Dialog_successDialog__8R0DN .Dialog_successDescription__NPo1T{text-align:center;font-weight:500!important}.Dialog_successDialog__8R0DN .Dialog_successDescription__NPo1T span{color:#212121!important;font-weight:700!important}.Dialog_successDialog__8R0DN .Dialog_closeButtons__3hJZc{margin:27px 0}.Dialog_successDialog__8R0DN .Dialog_closeButtons__3hJZc button{background-color:#00a467!important}.Dialog_dateFields__4MHdM{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:10px;border-bottom:1px solid #efefef}@media screen and (max-width:768px){.Dialog_dateFields__4MHdM{display:block}.Dialog_dobField__DdN_W{margin-bottom:17px;border-top:1px solid #efefef;padding-top:12px}}.Dialog_dobField__DdN_W select{display:block;width:250px;padding:12px;border-radius:4px;background-color:#fff;margin-top:8px;border:1px solid #d2d6dc!important;border-radius:8px!important}@media screen and (max-width:768px){.Dialog_dobField__DdN_W select{width:100%}}.Dialog_dobField__DdN_W .Dialog_selectBox__PM0rS{display:block;width:250px;padding:3px;border-radius:4px;background-color:#fff;margin-top:13px;border-radius:8px!important}@media screen and (max-width:768px){.Dialog_dobField__DdN_W .Dialog_selectBox__PM0rS{width:100%}}.Dialog_dobField__DdN_W .Dialog_selectBox__PM0rS .Dialog_MuiMenuItem-root__6Qgpd{font-size:.8125rem!important}.Navbar_navbar__fdhQc{max-width:1210px;width:100%;display:block;margin:0 auto}@media screen and (max-width:700px){.Navbar_navbar__fdhQc{padding:0 10px}}.Navbar_inputFields__b8PYN{display:flex;align-items:center}@media screen and (max-width:900px){.Navbar_inputFields__b8PYN{display:none}}.Navbar_inputFields__b8PYN input{font-size:.9375rem!important;text-transform:capitalize!important}.Navbar_signInButton__kEcZ1{display:flex;justify-content:center;align-items:center}.Navbar_signInButton__kEcZ1 button{width:112px}@media screen and (max-width:768px){.Navbar_signInButton__kEcZ1 button{margin-left:55px}}.Navbar_signInButton__kEcZ1 .Navbar_searchIcon__wmAzw{margin-left:21px}@media screen and (min-width:900px){.Navbar_signInButton__kEcZ1 .Navbar_searchIcon__wmAzw{display:none}}.Navbar_signInButton__kEcZ1 .Navbar_menuIcon__sfN3A{margin-left:31px;margin-bottom:-4px;height:100%!important;cursor:pointer}@media screen and (max-width:700px){.Navbar_signInButton__kEcZ1 .Navbar_menuIcon__sfN3A{margin-left:21px}}.Navbar_bookingFooter__R9qyw{display:none!important}.Navbar_footer__sAkH3{background-color:#000;z-index:1}.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH{padding:35px 0;color:#fff;display:flex;justify-content:space-between;align-items:flex-start;z-index:1}@media screen and (max-width:1200px){.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH{padding:35px 40px}}@media screen and (max-width:568px){.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH{padding:40px 10px 10px;display:block}}.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_footerLinks__fHELQ{display:flex;justify-content:flex-end;font-size:.75rem;font-weight:700;letter-spacing:.5px}@media screen and (max-width:700px){.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_footerLinks__fHELQ{display:block;margin-top:6px}}@media screen and (max-width:400px){.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_footerLinks__fHELQ{margin-top:24px}}.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_footerLinks__fHELQ .Navbar_singleLink__yQgQW{width:max-content;text-transform:uppercase;cursor:pointer}.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_footerLinks__fHELQ .Navbar_singleLink__yQgQW a{display:block!important;width:max-content!important}@media screen and (max-width:700px){.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_footerLinks__fHELQ .Navbar_singleLink__yQgQW{margin-left:0;margin-bottom:4px;display:block}}.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_footerInfo__KdoQ4{margin-left:39px}@media screen and (max-width:768px){.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_footerInfo__KdoQ4{margin-left:20px;display:block}}.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_footerInfo__KdoQ4 .Navbar_singleInfoAddress__GhBaH{font-weight:500;font-size:.75rem;color:hsla(0,0%,100%,.66);letter-spacing:.1px;margin-top:7px;line-height:1.5em}@media screen and (max-width:768px){.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_footerInfo__KdoQ4 .Navbar_singleInfoAddress__GhBaH{font-size:.65rem}}@media screen and (max-width:700px){.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_footerInfo__KdoQ4 .Navbar_singleInfoAddress__GhBaH{display:block;margin:10px 0}}.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_footerInfo__KdoQ4 .Navbar_brandName__FfE9K{text-transform:uppercase;font-weight:700}.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_socialMediaLink__AFznG{font-size:35px}.Navbar_footer__sAkH3 .Navbar_footerContent__I_KyH .Navbar_socialMediaLink__AFznG:hover{color:#00d5ff}.Navbar_footer__sAkH3 .Navbar_singleInfo__QOTnM{font-weight:500;font-size:.8125rem;text-align:right;letter-spacing:.1px;margin-top:24px}.Navbar_footer__sAkH3 .Navbar_singleInfo__QOTnM span{font-weight:700;line-height:1.5em}@media screen and (max-width:700px){.Navbar_footer__sAkH3 .Navbar_singleInfo__QOTnM{text-align:left}}.Navbar_footer__sAkH3 .Navbar_footerEndSection__r6qeS{background:#231f20;height:42px;z-index:1;padding:13px 0}.Navbar_footer__sAkH3 .Navbar_footerEndSection__r6qeS .Navbar_footerEndDetails___N1Gi{display:flex;justify-content:space-between}.Navbar_footer__sAkH3 .Navbar_footerEndSection__r6qeS .Navbar_singleText____1fy{font-size:.75rem;color:hsla(0,0%,100%,.66);font-weight:600;text-transform:uppercase;letter-spacing:.1px}@media screen and (max-width:700px){.Navbar_footer__sAkH3 .Navbar_footerEndSection__r6qeS{height:auto;padding:16px}.Navbar_footer__sAkH3 .Navbar_footerEndSection__r6qeS .Navbar_footerEndDetails___N1Gi{display:block}}.Navbar_navButton__N3oUb button{height:48px!important;width:100px!important}@media screen and (min-width:901px){.Navbar_logoFields__3So2d{display:none}}.Navbar_logoFields__3So2d .Navbar_logoSmScreen__w2nN1{mix-blend-mode:lighten}.styles_closeButton__9B_R1{position:absolute;top:10px;right:10px}.styles_sidebarContainer__DfybY{margin-top:64px}.styles_locationButton__BiTRU{width:100%;background-color:#002833;border-radius:8px;color:#c2cbce;font-size:.8125rem;border:0;text-transform:capitalize;padding-block:9px;padding-inline:12px;min-width:160px;justify-content:flex-start}.styles_locationButton__BiTRU:hover{background-color:#002833}.styles_locationButtonMobile__3Ptz3{color:#fff;text-transform:capitalize}.styles_appbar__Q7VJW{box-shadow:none;display:flex;flex-direction:row;justify-content:center}.styles_appbar__Q7VJW .styles_toolbar__qcIsk{width:min(100%,1360px);display:flex;justify-content:space-between;padding:0 10px!important}.styles_appbar__Q7VJW .styles_toolbar__qcIsk .styles_itemContainer__PBR8X{display:flex;align-items:center;gap:10px}@media screen and (min-width:768px){.styles_appbar__Q7VJW .styles_toolbar__qcIsk{padding:0 24px!important}}@media screen and (min-width:1024px){.styles_appbar__Q7VJW .styles_toolbar__qcIsk{padding:0 30px!important}}.parentContainer{max-width:1210px;width:100%;display:block;margin:0 auto}@media screen and (min-width:511px)and (max-width:768px){.parentContainer{padding:0 24px}}@media screen and (min-width:769px)and (max-width:1024px){.parentContainer{padding:0 34px}}@media screen and (min-width:1025px)and (max-width:1350px){.parentContainer{padding:0 64px}}.subText{font-size:.9125rem;font-weight:500;color:#58595b;letter-spacing:.48px}.calc-minH{min-height:calc(100vh - 317px)}.cur-p{cursor:pointer}.mt-6{margin-top:6px}.pb-5{padding-bottom:83px}.mt-2{margin-top:8px}.px-1{padding:0 10px}@media screen and (max-width:800px){.pl-1{padding:0 9px}}p{font-size:1rem;font-weight:700;color:#1c1c1c;letter-spacing:.37px;margin:0}header{position:-webkit-sticky;position:sticky;top:0;z-index:2}.patternImage{height:136.2px;opacity:.33;position:relative;top:0;background:url(/_next/static/media/heart-pattern.f734565b.svg) repeat-x;background-position:bottom}.h-192{height:192px}.heartImage{opacity:.08;position:absolute;z-index:-1;bottom:0;height:500px;right:0}.heartImage img{background-blend-mode:lighten}#inner{transition:transform .5s}label{font-size:.8125rem;font-weight:700}input{width:100%;height:44px;padding:0 20px;border-radius:8px;margin-top:8px;font-family:Gilroy,sans-serif!important}:focus{outline:0!important}.slick-list>.slick-track{margin-left:0!important}.error-message{color:#fc6868;font-size:.8125rem}#datesScroll::-webkit-scrollbar,#seatsScroll::-webkit-scrollbar{display:none!important}#seats::-webkit-scrollbar{width:1px;height:1px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#efefef!important}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background:#0089a4!important}#fileUpload{display:inline!important}@media screen and (min-width:700px){#datesScroll{margin-left:25px}}#datesScroll .slick-prev:before{color:#0089a4!important}#datesScroll .slick-next:before{color:#0089a4!important;margin-left:-14px!important}body,html{padding:0;margin:0;font-family:Gilroy,sans-serif!important;font-size:16px!important}@media screen and (min-width:700px){body,html{scroll-behavior:smooth}}@font-face{font-family:Gilroy;src:url(/_next/static/media/Gilroy-Black.8cc070bb.eot);src:url(/_next/static/media/Gilroy-Black.8cc070bb.eot) format("embedded-opentype"),url(/_next/static/media/Gilroy-Black.b5dcb389.woff2) format("woff2"),url(/_next/static/media/Gilroy-Black.37cc29ec.woff) format("woff"),url(/_next/static/media/Gilroy-Black.e00df0f5.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/_next/static/media/Gilroy-Light.95c388b5.eot);src:url(/_next/static/media/Gilroy-Light.95c388b5.eot) format("embedded-opentype"),url(/_next/static/media/Gilroy-Light.b536baa0.woff2) format("woff2"),url(/_next/static/media/Gilroy-Light.fb469d85.woff) format("woff"),url(/_next/static/media/Gilroy-Light.b8a01087.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/_next/static/media/Gilroy-ExtraBold.fd89520e.eot);src:url(/_next/static/media/Gilroy-ExtraBold.fd89520e.eot) format("embedded-opentype"),url(/_next/static/media/Gilroy-ExtraBold.c40e1a81.woff2) format("woff2"),url(/_next/static/media/Gilroy-ExtraBold.ec49fa6d.woff) format("woff"),url(/_next/static/media/Gilroy-ExtraBold.52a5ad00.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/_next/static/media/Gilroy-Medium.f1adb3fb.eot);src:url(/_next/static/media/Gilroy-Medium.f1adb3fb.eot) format("embedded-opentype"),url(/_next/static/media/Gilroy-Medium.acd5fb9f.woff2) format("woff2"),url(/_next/static/media/Gilroy-Medium.fd92cbed.woff) format("woff"),url(/_next/static/media/Gilroy-Medium.fdb3e62e.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/_next/static/media/Gilroy-Bold.ca49a0d7.eot);src:url(/_next/static/media/Gilroy-Bold.ca49a0d7.eot) format("embedded-opentype"),url(/_next/static/media/Gilroy-Bold.b838d0c0.woff2) format("woff2"),url(/_next/static/media/Gilroy-Bold.4d3de501.woff) format("woff"),url(/_next/static/media/Gilroy-Bold.8d6de007.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/_next/static/media/Gilroy-Regular.e2717ecc.eot);src:url(/_next/static/media/Gilroy-Regular.e2717ecc.eot) format("embedded-opentype"),url(/_next/static/media/Gilroy-Regular.c5185f05.woff2) format("woff2"),url(/_next/static/media/Gilroy-Regular.65086f88.woff) format("woff"),url(/_next/static/media/Gilroy-Regular.a735ea5d.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/_next/static/media/Gilroy-MediumItalic.9d052c34.eot);src:url(/_next/static/media/Gilroy-MediumItalic.9d052c34.eot) format("embedded-opentype"),url(/_next/static/media/Gilroy-MediumItalic.64e2cab7.woff2) format("woff2"),url(/_next/static/media/Gilroy-MediumItalic.8c637c9c.woff) format("woff"),url(/_next/static/media/Gilroy-MediumItalic.283133c2.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Gilroy;src:url(/_next/static/media/Gilroy-Semibold.29bda409.eot);src:url(/_next/static/media/Gilroy-Semibold.29bda409.eot) format("embedded-opentype"),url(/_next/static/media/Gilroy-Semibold.2be39dd8.woff2) format("woff2"),url(/_next/static/media/Gilroy-Semibold.b67fed32.woff) format("woff"),url(/_next/static/media/Gilroy-Semibold.04e2f3d6.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.mt-5{margin-top:36px}.slick-dots li{margin-right:2px!important;z-index:1;border-radius:50%}@media screen and (max-width:599px){.slick-dots li{margin-right:-10px!important}}.slick-dots li button:before,.slick-dots li.slick-active button:before{color:#bebebe!important;opacity:1;z-index:1}.slick-dots li button{color:#bebebe!important}.slick-dots li button:before{margin-top:-30px;background-color:#575656;border:1px solid #5a5a5a;border-radius:50%;display:inline-block;height:12px!important;width:12px!important;content:""!important}@media screen and (max-width:599px){.slick-dots li button:before{height:8px!important;width:8px!important}}.slick-dots li.slick-active button:before{background-color:#0089a4;border:1px solid #0089a4;content:""}#dashboardTabs{width:100%}#dashboardTabs .MuiTab-root{width:180px!important;color:#58595b!important;font-weight:700;text-transform:unset!important;font-size:.9125rem;height:20px!important;min-height:30px}@media screen and (max-width:968px){#dashboardTabs .MuiTab-root{flex-basis:50%!important}}#dashboardTabs .MuiTabs-indicator{display:none}#dashboardTabs .Mui-selected{background:#0089a4!important;border-radius:6px!important;color:#fff!important;font-weight:700;text-transform:unset;letter-spacing:.48px}.MuiFormControlLabel-root .MuiCheckbox-root .MuiSvgIcon-root{fill:#8ba6c1!important}.MuiFormControlLabel-root .MuiTypography-root{font-size:.875rem!important;font-weight:500!important}#singleCinemaTabs .MuiTab-root{height:64px!important;font-weight:500!important;text-transform:capitalize!important;font-size:.9125rem!important;letter-spacing:.6px!important}@media screen and (max-width:700px){#singleCinemaTabs .MuiTab-root{flex-basis:50%!important;height:52px!important}}#singleCinemaTabs .Mui-selected{background-color:#f2f2f2!important}#filterSelects .MuiOutlinedInput-notchedOutline{border:0!important}.MuiAutocomplete-root .MuiOutlinedInput-root{padding:3.4px!important}#combo-box-demo-location{cursor:pointer!important}.MuiAutocomplete-clearIndicator,.MuiAutocomplete-popupIndicator{color:#7a8f95}#foodTabs .MuiTabs-flexContainer{display:flex;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;white-space:nowrap}#foodTabs .MuiTabs-flexContainer::-webkit-scrollbar{display:none!important}#foodTabs .Mui-selected{border-bottom:1.8px solid #0089a4!important}#foodTabs .MuiTabs-indicator{height:0!important}.MuiButtonGroup-root .MuiButtonGroup-grouped{min-width:20px!important}@media screen and (max-width:700px){.Toastify__toast--error,.Toastify__toast--success{width:80%!important;position:relative;z-index:100000;left:10%;top:12px}}.MuiToolbar-root{padding-left:0!important;padding-right:0!important}#movieFilters .MuiOutlinedInput-notchedOutline{border:0!important}@media screen and (max-width:768px){.MuiAutocomplete-root{width:280px!important}}@media screen and (max-width:1440px){.MuiAutocomplete-root .MuiAutocomplete-input{max-width:80%!important}}@media screen and (max-width:1024px){.MuiAutocomplete-root .MuiAutocomplete-input{max-width:70%!important}}@media screen and (max-width:768px){#locationSm .MuiAutocomplete-root{width:150px!important}}