:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;word-break:break-word;z-index:0}.Toastify__toast,.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Google Sans;font-style:normal;font-weight:400;src:url(/static/media/GoogleSans-Regular.6c1be5cadff6ad16ad5f.ttf);src:url(/static/media/GoogleSans-Regular.6c1be5cadff6ad16ad5f.ttf) format("truetype")}@font-face{font-family:Google Sans;font-style:normal;font-weight:500;src:url(/static/media/GoogleSans-Medium.2ecb22264e6eff1b65c2.ttf);src:url(/static/media/GoogleSans-Medium.2ecb22264e6eff1b65c2.ttf) format("truetype")}@font-face{font-family:Google Sans;font-style:normal;font-weight:700;src:url(/static/media/GoogleSans-Bold.8d814c217077966d0777.ttf);src:url(/static/media/GoogleSans-Bold.8d814c217077966d0777.ttf) format("truetype")}:root{--primary:#2c3d50;--secondary:#a0a0a1;--primary-hover:#386394;touch-action:none}*{box-sizing:border-box;font-family:Google Sans,sans-serif;margin:0;padding:0}#root,body,html{background:#fff;height:100%;margin:0;overflow:hidden;scroll-behavior:smooth;scrollbar-color:#a9a8a800;scrollbar-width:thin}#root:hover,body:hover,html:hover{scrollbar-color:#a9a8a8ab}a{color:#000}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;overflow-x:hidden;width:100%}::-webkit-scrollbar{display:none;height:0;width:30px}#root::-webkit-scrollbar,body::-webkit-scrollbar,div::-webkit-scrollbar,html::-webkit-scrollbar{display:none}::-webkit-scrollbar-track{border-radius:5px}::-webkit-scrollbar-thumb{background:#0000;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#0000}.app{height:100%;overflow:scroll;width:100%}a{text-decoration:none}.main{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Toastify__toast{border-radius:5px;font-size:20px;margin:5px;max-width:500px;width:calc(100vw - 40px)}.Toastify__toast-icon{margin-right:20px}.loading-block{transform:scale(.4)}.header-block{align-items:center;background:#fff;border-bottom:1px solid #ccc;display:flex;height:70px;justify-content:space-between;padding:0 20px;width:100%}.header-block img{object-fit:contain;width:110px}.header-install-container{align-items:center;border:1px solid #ccc;border-radius:5px;color:#000;display:flex;height:40px;justify-content:center;margin-right:-10px;padding:0 10px;width:180px}.header-install-container img{height:20px;margin-right:5px;object-fit:contain;width:20px}.header-install-text{font-size:12px;font-weight:500}.organization{background:#ebebeb;border:.5px solid #ccc;height:100%;margin-left:-1px;max-width:550px;overflow-y:scroll;position:relative;width:100%}.organization .information{background:#fff;border-radius:10px;margin:15px 10px}.organization .head{align-items:flex-start;display:flex;justify-content:space-between;padding:15px 15px 0;width:100%}.head .name{display:flex;flex-direction:column;justify-content:center;max-width:450px;width:calc(100vw - 100px)}.head .name .or-name{font-size:22px;font-weight:600;line-height:1.3}.head .name .row{align-items:center;display:flex;margin-left:-2px;margin-top:10px}.name .row p{font-size:13px;margin-left:8px}.name .row p.bold{font-weight:600}.head .share{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-right:4px;margin-top:2px}.head .share img{height:35px;object-fit:contain;width:35px}.notification{color:#fff;font-size:14px;padding-top:5px}.location{align-items:center;display:flex;padding:10px 15px 15px;position:relative;width:100%}.location img{height:20px;margin-left:-3px;object-fit:contain;width:20px}.location .address{margin-left:5px;margin-top:-2px}.location .address span{color:#999;font-size:12px}.location .address p{color:#000;font-size:13px;font-weight:500;margin-top:-2px}.location .phone{align-items:center;background-color:#8cc24a;border-radius:25px;display:flex;height:50px;justify-content:center;padding-top:4px;position:absolute;right:12px;top:0;width:50px}.location .phone img{height:25px;object-fit:contain;width:25px}.services{background:#fff;border-radius:10px 10px 0 0;min-height:calc(100% - 200px);padding-top:10px;width:100%}.header-scroll{margin:12px 0;overflow:scroll;padding:0 18px}.header-scroll,.scroll-item{align-items:center;display:flex}.scroll-item{background-color:#e5e5e5;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;justify-content:center;margin-right:10px;padding:8px 12px}.scroll-item.selected{background-color:#0d0d0d;color:#fff}.service-list{padding:20px 20px 100px;width:100%}.service-list.scroll{max-height:calc(100vh - 100px);overflow:scroll}.service-category{margin-bottom:20px}.service-box{border-bottom:.5px solid #ccc;padding:10px 0;position:relative}.service-category-text{font-size:18px;font-weight:700;padding-bottom:5px}.service-box:last-child{border-bottom:none}.service-box:active{opacity:.3}.service-name{color:#000;font-size:14.5px;width:80%}.service-price{align-items:center;color:#333;display:flex;font-size:13px;font-weight:500;margin-top:3px}.check-box{height:100%;position:absolute;right:0;top:0;width:50px}.check-box,.check-round{align-items:center;display:flex;justify-content:center}.check-round{border:1px solid hsla(0,0%,56%,.379);border-radius:15px;height:18px;width:18px}.check-round.checked{border-color:#073bab}.check-circle{background-color:#073bab;border-radius:5px;height:10px;width:10px}.or-information{display:flex;flex-direction:column;justify-content:center;padding:5px 18px 150px;width:100%}.or-information .top-text{font-size:15px;margin-bottom:20px}.about-block{padding:15px 0;width:100%}.about-block,.about-icon{align-items:center;display:flex}.about-icon{background-color:#e5e5e5;border-radius:30px;height:45px;justify-content:center;width:45px}.about-icon img{height:22px;opacity:.7;width:22px}.about-inform{display:flex;flex-direction:column;justify-content:center;margin-left:10px}.about-inform .label{color:#636363;font-size:13px}.about-inform .inform-text{font-size:16px;font-weight:600}.bottom-line-divider{background-color:#eff0f5;height:1px;width:100%}.or-information .top-text.methods{margin-bottom:5px;margin-top:15px}.paymentMethods{background-color:#00000a0d;border-radius:10px;flex-wrap:wrap;justify-content:center;padding:10px}.paymentMethod,.paymentMethods{align-items:center;display:flex}.paymentMethod{justify-content:flex-start;min-height:45px;width:50%}.payment{height:30px;object-fit:contain;width:30px}.paymentMethod p{font-size:15px;font-weight:500;margin-left:5px}.members-column{flex-direction:column;justify-content:center;padding:10px 18px}.member-column,.members-column{align-items:center;display:flex}.member-column{border-bottom:1px solid #e5e5e5;justify-content:flex-start;padding:10px 0;width:100%}.member-inform{display:flex;flex-direction:column;justify-content:center;margin-left:10px}.member-name{color:#0d0d0d;font-size:16px;font-weight:600}.member-rating{align-items:center;display:flex;justify-content:flex-start;margin-top:3px}.member-rating img{height:15px;width:15px}.member-rating p{font-size:13px;font-weight:400;margin-left:3px}.bottom-button{align-items:center;background-color:#fff;bottom:0;box-shadow:0 10px 20px #0d0d0d;display:flex;height:80px;justify-content:center;max-width:550px;position:fixed;width:100%}.members{height:calc(100vh - 69px);overflow-y:scroll;padding-bottom:180px;width:100%}.members-head{padding:20px;width:100%}.members-head .name{height:100%;width:100%}.members-head .name .or-name{font-size:24px;font-weight:600;line-height:1.3}.members-location{align-items:center;margin-top:5px;padding:0;width:100%}.members-location span{color:#7b7b7b;font-size:13px}.members-location p{color:#000;font-size:14px;font-weight:500}.members-bottom-border{border-bottom:.5px solid #ccc;margin:13px 0}.members-service{align-items:center;width:100%}.members-service span{font-size:16px;font-weight:600}.members-service-price{display:flex}.members-service-price p{font-size:13px}.members-service-price p.dot{margin-left:10px;margin-right:7px}.members-box{display:flex;flex-direction:column;justify-content:center;margin-top:25px}.members-box .title{font-size:16px;font-weight:600;margin-left:20px}.members-list{overflow-x:scroll;padding:15px 20px 0;width:100%}.member,.members-list{align-items:center;display:flex}.member{border:.5px solid #ccc;border-radius:20px;flex-direction:column;height:180px;justify-content:space-around;margin-right:15px;min-width:115px;position:relative}.member.selected{border:1.5px solid #0279fc}.member:active{opacity:.4}.avatar{object-fit:cover}.avatar,.default-avatar-box{border-radius:35px;height:70px;width:70px}.default-avatar-box{align-items:center;background:#dadada;display:flex;justify-content:center}.default-avatar{height:40px;object-fit:contain;opacity:.5;width:40px}.member .username{font-size:14.5px;font-weight:600;text-align:center;width:80%}.member .row{align-items:center;display:flex;justify-content:center;margin-bottom:5px;margin-top:10px}.member .row p{font-size:13px;margin-left:5px;white-space:nowrap}.member .row p.bold{font-weight:600}.member-check{align-items:center;background-color:#0279fc;border-radius:15px;display:flex;height:30px;justify-content:center;position:absolute;right:-13px;top:-13px;width:30px}.member-check img{height:15px;width:15px}.members-date-box{display:flex;flex-direction:column;justify-content:center;margin-top:25px}.members-date-box .title{font-size:16px;font-weight:600;margin-left:20px}.slots-list{position:relative}.days-list{overflow-x:scroll;padding:15px 20px 0;width:100%}.day,.days-list{align-items:center;display:flex}.day{border:.5px solid #ccc;border-radius:15px;flex-direction:column;height:90px;justify-content:space-around;margin-right:15px;min-width:75px;padding:10px 0;position:relative}.day.selected{background-color:#0279fc;border:.5px solid #0279fc}.day:active{opacity:.4}.day p{font-size:16px;font-weight:400}.day p.bold{font-size:18px;font-weight:600}.day.selected p{color:#fff}.time-list{display:flex;flex-direction:row;flex-wrap:wrap;padding:15px 20px 0;width:100%}.time-title{font-size:16px;font-weight:600;margin-left:20px;margin-top:20px}.time-list .time{align-items:center;border:.5px solid #ccc;border-radius:10px;display:flex;font-weight:400;justify-content:center;margin-bottom:10px;padding:10px 8px;width:calc(33.33333% - 6.66667px)}.time-list .time.selected{background-color:#0279fc;border:.5s solid #0279fc}.time-list .time:active{opacity:.4}.time-list .time.reserved{background-color:#e1e1e1}.time-list .time.reserved:active{opacity:1}.time-list .time p{color:#000;font-size:13px}.time-list .time.selected p{color:#fff}.time-list .time.mr10{margin-right:10px}.bookModal-back{align-items:center;bottom:-100vh;display:flex;justify-content:center;left:0;position:absolute;right:0;top:100vh;transition:all .4s;z-index:11}.bookModal-back.visible{bottom:0;top:0}.bookModal-backdrop{height:100%;position:absolute;width:100%}.bookModal-content{background-color:#fff;border-radius:10px;box-shadow:0 0 230px #000;padding:20px;width:80vw;z-index:1}.bookModal-content .title{font-size:17px;font-weight:500;margin-bottom:18px;text-align:center}.bookModal-content input{border:1px solid #e5e5e5;border-radius:5px;font-size:14px;font-weight:500;height:45px;outline:none;padding:0 10px;width:100%}.bookModal-content .name{margin-top:15px}.db-user{background-color:#53a5ff7a;border-radius:5px;display:flex;flex-direction:row;justify-content:space-between;padding:10px;width:100%}.db-user p{font-size:16px;font-weight:500;margin:5px 0;text-align:center}.db-user-buttons{align-items:center;display:flex;justify-content:space-around;width:45%}.db-user-buttons .btn{align-items:center;background-color:#0279fc;border-radius:5px;color:#fff;display:flex;font-size:14px;font-weight:400;justify-content:center;padding:5px;width:45px}.db-user-buttons .btn.red{background-color:#9e9e9e}.db-user-buttons .btn.green{background-color:#4caf50}.success-block{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.success-block .success-animation{margin-top:-70px;transform:scale(.7)}.success-block img{height:150px;width:150px}.success-block p{font-size:20px;font-weight:500;text-align:center;width:85%}.reviews{display:flex;flex-direction:column;justify-content:center;padding:10px 18px;width:100%}.reviewTopRating{display:flex;margin-bottom:25px}.ratingNumber{font-size:30px;font-weight:500}.reviewRating{border-right:1px solid #999;padding-right:10px;width:100px}.reviewStars{display:flex;margin:5px 0}.reviewStar,.reviewStars{align-items:center;justify-content:center}.reviewStar,.reviewStar img{height:18px;width:18px}.halfStar{bottom:0;height:18;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.review-count{font-size:15px;font-weight:400;margin-top:5px}.lines{padding-left:10px;width:calc(100% - 100px)}.line{align-items:center;display:flex;height:15;justify-content:flex-start;margin-bottom:5}.backline{background-color:#0000000d;margin-right:10px;width:calc(100% - 20px)}.backline,.frontline{border-radius:5px;height:10px}.frontline{background-color:#ff9800}.button-box{align-items:center;background-color:#0279fc;border-radius:10px;display:flex;height:55px;justify-content:center;width:90%}.button-box.modal{height:50px;margin-top:20px;width:100%}.button-box:active{opacity:.4}.button-box p{color:#fff;font-size:20px;font-weight:500}.menu-toolbar{align-items:center;background-color:#000;border:.2px solid #5a5a5a;border-radius:20px;bottom:10px;cursor:pointer;height:40px;justify-content:center;position:absolute;right:10px;width:40px;z-index:100}.menu-toolbar img{height:26px;width:28px}.game-modal-back{margin:0;max-width:550px;opacity:1;outline:none;position:fixed;top:0}.game-modal-back,.game-modal-backdrop{height:100%;overflow:hidden;width:100%;z-index:100}.game-modal-backdrop{position:relative}.game-modal{animation:modal-appear .2s;background-color:#fff;border:1px solid #ccc;border-bottom:none;border-top-left-radius:20px;border-top-right-radius:20px;bottom:0;left:0;min-height:100%;position:absolute;right:0;top:0;transition:bottom .1s;width:100%;z-index:101}.game-modal.safari{animation:modal-appear .15s}.game-modal.close-animation{animation:modal-hide .2s}.game-modal:before{background:#fff9;border-radius:2px;content:"";height:4px;left:calc(50% - 40px);position:absolute;top:-7px;width:80px}@keyframes modal-appear{0%{transform:translateX(0) translateY(100vh)}to{transform:translateX(0) translateY(0)}}@keyframes modal-hide{0%{transform:translateX(0) translateY(0)}to{transform:translateX(0) translateY(100vh)}}.modal-menu-body{width:100%}.menu-header{border-bottom:.5px solid #ccc;flex-direction:row;height:70px;justify-content:center;padding:0 20px;position:relative;width:100%;z-index:10}.back-img,.menu-header{align-items:center;display:flex}.back-img{left:20px;position:absolute}.menu-header img{height:29px;width:29px}.menu-header .menu-title{font-size:20px;font-weight:550}.menu-header .menu-close{align-items:center;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:15px;width:32px}.menu-header .menu-close img{height:24px;object-fit:contain;width:24px}.modal-content{height:100%;width:100%}
/*# sourceMappingURL=main.5ec09b21.css.map*/