@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");*{font-family:Poppins,sans-serif}.home__container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.home__container>*{margin-bottom:10px}.home__header{margin-bottom:30px}.username__input{padding:10px;width:50%}.avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;margin-right:10px}.avatar img{width:100%;height:100%;object-fit:cover}.userName{color:#fff}.user-item{display:flex;align-items:center;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #ccc}.user-item:last-child{border-bottom:none}.user-item a{color:#333;text-decoration:none;font-weight:700}.user-item a:hover{text-decoration:underline}.home__cta{width:200px;padding:10px;font-size:16px;cursor:pointer;background-color:#607eaa;color:#f9f5eb;outline:none;border:none;border-radius:5px}.chat{width:100%;height:100%;display:flex;align-items:center}.chat__sidebar{height:100%;background-color:#000;flex:0.2 1;padding:10px;border-right:1px solid #fdfdfd;color:#000}.message_date{position:-webkit-sticky;position:sticky;top:0;background-color:#fff;z-index:1}.chat__main{height:100%;flex:0.8 1}.chat__header{margin:30px 0 20px;color:#000}.chat__users{margin-bottom:10px;color:#607eaa;font-size:14px}.user-item-active{background-color:#fff!important;padding:5px!important;border-radius:10px!important;color:#000!important}.online__users>*{margin-bottom:10px;color:#e66;font-style:italic}.chat__mainHeader{width:100%;height:10vh;display:flex;align-items:center;justify-content:space-between;padding:20px;background-color:#f9f5eb}.leaveChat__btn{padding:10px;width:150px;border:none;outline:none;background-color:#d1512d;cursor:pointer;color:#eae3d2}.message__container{width:100%;height:90%;background-color:#fff;padding:20px;overflow-y:scroll}.message__container>*{margin-bottom:10px}.chat__footer{padding:10px;height:10%}.form_chat{width:100%;display:flex;align-items:center;justify-content:space-between}.message{width:86%;height:50%;border-radius:10px;border:2px solid #000;background-color:#fff;color:#000}.message,.sendBtn{outline:none;padding:15px;margin-bottom:50px}.sendBtn{width:150px;background-color:#000;border:none;border-radius:10px;color:#fff;cursor:pointer}.sendBtn:hover{background-color:#fff;color:#010101;border:2px solid #000}.message__recipient{background-color:#d2d0d0!important;width:300px;border-radius:10px 10px 10px 0}.message__recipient,.message__sender{padding:10px;font-size:15px;box-shadow:0 4px 10px 0 rgba(0,0,0,.2)}.message__sender{background-color:var(--comp-bg)!important;max-width:300px;border-radius:10px 10px 0 10px;margin-left:auto}.message__chats>p{font-size:13px}.message_sender_time,.sender__name{text-align:right}.message_recipient_time{text-align:left}.message_date{text-align:center;font-size:10px;margin-left:45%;margin-right:45%;border-radius:10px;padding:2px;background-color:#000;opacity:.7;box-shadow:0 4px 12px 0 rgba(0,0,0,.2)}.message__status{position:fixed;bottom:50px;font-size:13px;font-style:italic}.message__text{color:#000!important}.message_recipient_time,.message_sender_time{display:block;color:#000;font-size:10px;line-height:1.5;font-weight:400}:root{--yellow-bg:#f0eab6;--blue-bg:#edf2fe;--green-bg:#aeecce;--orange-bg:#e4aa5f;--red-bg:#e3a2a2;--comp-bg:#f5f7f8;--primary-text:#000;--secondary-text:#949494;--stapper-color:#9cf1d4;--primary-font:"Raleway",sans-serif;--secondary-font:"Lato",sans-serif;@font-face{font-family:Raleway;font-style:normal;font-weight:600;src:url(/src/app/asset/fonts/Raleway-Regular.ttf)}.css-1u4zpwo-MuiSvgIcon-root-MuiStepIcon-root.Mui-active{color:#000}@font-face{font-family:Lato;font-style:normal;font-weight:600;src:url(/src/app/asset/fonts/Lato-Regular.ttf)}--max-width:1100px;--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--primary-glow:conic-gradient(from 180deg at 50% 50%,#16abff33 0deg,#0885ff33 55deg,#54d6ff33 120deg,#0071ff33 160deg,transparent 360deg);--secondary-glow:radial-gradient(#fff,hsla(0,0%,100%,0));--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--primary-glow:radial-gradient(rgba(1,65,255,.4),rgba(1,65,255,0));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,65,255,.3));--tile-start-rgb:2,13,46;--tile-end-rgb:2,5,19;--tile-border:conic-gradient(#ffffff80,#ffffff40,#ffffff30,#ffffff20,#ffffff10,#ffffff10,#ffffff80);--callout-rgb:20,20,20;--callout-border-rgb:108,108,108;--card-rgb:100,100,100;--card-border-rgb:200,200,200}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;height:100%;background:#fff!important}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}a{color:inherit;text-decoration:none}.swal2-container{z-index:9999}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.navbar-container{height:150px;padding-left:10%;padding-right:10%;top:16px;display:flex;align-items:center;background:var(--comp-bg);box-shadow:0 8px 60px 0 #7090b033}.logo{width:98.81px;height:95px;padding-top:16px}.login-btn{border-radius:4px!important;font-family:Inter!important;font-style:normal;font-weight:700;font-size:14px!important;text-align:center;letter-spacing:1px}.Menu-div{justify-content:right;align-items:center;gap:50px;top:48px}.Menu-div,.ul-menu{display:flex;flex-direction:row}.ul-menu{list-style:none;padding:0;margin:0;flex-wrap:wrap;justify-content:space-between}.Menu-Item{font-family:Inter;font-style:normal;font-weight:600;font-size:1.16vw;text-align:center;color:#152645}.Menu-Item .nav-link{padding:.6vw 1vw;color:#152645;text-decoration:none;gap:20px}.Menu-Item .nav-link:hover,.nav-link.active{background:#cfe3ff;border-radius:24px}@media (max-width:414px){#logo{width:60px;height:60px}}.Video-Chat-menu{position:relative;display:inline-block;right:0}.Video-Chat-link{color:#000;padding:12px 16px;text-decoration:none;width:80px;border:2px solid #000;border-radius:10px}.Video-Chat-link:hover{color:#fff;background-color:#000}.login-menu{position:relative;display:inline-block;margin-right:10%}.login-parent{padding:10px;cursor:default;color:#000;display:flex;justify-content:center;align-items:center;text-align:center}.login-children{display:none;position:absolute;background-color:#fff;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:10;border-radius:10px}.login-link,.login-menu:hover .login-children{display:block}.login-link{color:#000;padding:12px 16px;text-decoration:none;width:180px;border-radius:10px}.login-link:hover{background-color:#050505;color:#fff}.VendorLoginModal_head__fFxVr{background-color:var(--primary-text);box-shadow:0 8px 60px 0 #7090b033;border-radius:0 0 30px 30px}.VendorLoginModal_heading__vFxJ1{padding:10%}.VendorLoginModal_heading_text__ocquA{font-family:var(--primary-font);font-weight:600;font-size:24px}.VendorLoginModal_subheading_text__ygrtp{margin-top:10px;font-family:var(--secondary-font);font-size:16px;font-weight:600;color:var(--secondary-text)}.VendorLoginModal_login_form__ZDwKK{text-align:left;padding:10%}.VendorLoginModal_input__tEbcA{width:100%;border-radius:12px;background-color:var(--comp-bg)!important;font-family:var(--primary-font);font-size:14px;font-weight:600;height:48px;border:none;padding:5px}.VendorLoginModal_btn_signup__bPXEj{text-align:center;padding:12px,22px,12px,22px;background-color:var(--primary-text)!important;color:#fff!important;width:223px;height:52px;border-radius:37px;gap:10px;font-family:var(--primary-font);font-size:14px;font-weight:600;margin-top:30px!important;text-transform:none}.VendorLoginModal_btn_signup__bPXEj:hover{background-color:var(--comp-bg)!important;border:2px solid var(--primary-text)!important;color:var(--primary-text)!important}.VendorLoginModal_signup_text__J7xhL{font-family:var(--primary-font);font-size:16px;font-weight:600;color:var(--secondary-text);margin-top:20px!important}.VendorLoginModal_title_text__a_nYv{font-family:var(--primary-font);font-size:14px;padding-bottom:4px;font-weight:600;padding-top:20px;color:var(--primary-text)}.VendorLoginModal_formik_error__sC9iM{display:flex;align-items:left;font-style:italic;font-size:.75rem;color:#ef4444;height:1px;vertical-align:top}.VendorLoginModal_link__G3n_5{color:var(--primary-text);font-size:16px;font-weight:600}.VendorSignupModal_head__ql1_O{background-color:var(--primary-text);box-shadow:0 8px 60px 0 #7090b033;border-radius:0 0 30px 30px}.VendorSignupModal_heading__roozc{padding:10%}.VendorSignupModal_heading_text__6kSUd{font-family:var(--primary-font);font-weight:600;font-size:24px}.VendorSignupModal_subheading_text__zMqvg{margin-top:10px;font-family:var(--secondary-font);font-size:16px;font-weight:600;color:var(--secondary-text)}.VendorSignupModal_login_form__DGRLZ{text-align:left;padding:3% 10% 10%}.VendorSignupModal_input__mVf92{width:100%;border-radius:12px;background-color:var(--comp-bg)!important;font-family:var(--primary-font);font-size:14px;font-weight:600;height:48px;border:none;padding:5px}.VendorSignupModal_btn_signup__vjZnT{text-align:center;padding:12px,22px,12px,22px;background-color:var(--primary-text)!important;color:#fff!important;width:223px;height:52px;border-radius:37px;gap:10px;font-family:var(--primary-font);font-size:14px;font-weight:600;margin-top:30px!important;text-transform:none}.VendorSignupModal_btn_signup__vjZnT:hover{background-color:var(--comp-bg)!important;border:2px solid var(--primary-text);color:var(--primary-text)!important}.VendorSignupModal_signup_text__eBbXm{font-family:var(--primary-font);font-size:16px;font-weight:600;color:var(--secondary-text);margin-top:20px!important}.VendorSignupModal_title_text__gqTB0{font-family:var(--primary-font);font-size:14px;padding-bottom:4px;font-weight:600;padding-top:20px;color:var(--primary-text)}.VendorSignupModal_formik_error__bWJcm{display:flex;align-items:left;font-style:italic;font-size:.75rem;color:#ef4444;height:1px;vertical-align:top}.VendorSignupModal_scroll_container__E80Sq{height:400px;overflow-y:auto}.VendorSignupModal_link__HSYIW{color:var(--primary-text);font-size:16px;font-weight:600}.drawer-container{background:linear-gradient(1turn,#5b5858,rgba(167,186,255,0));width:170;height:100%}.listItem{font-family:Inter;font-style:normal;font-weight:900;font-size:1.3333vw;color:#152645}.login-btn{background-color:#000;color:#fff}.PlacePage_state_div__Y6NhY{border-radius:0,0,16px,16px;background-color:var(--comp-bg);box-shadow:0 8px 60px 0 #7090b033;padding-top:20px}.PlacePage_dashboard_main__7MzQB{background-color:#fff;padding-left:15%;padding-right:15%}.PlacePage_btn_chat_submit__f5ZHY{background-color:#000!important;color:#fff!important;border-radius:10px!important;font-size:12px!important;text-align:center;padding:5px 20px!important;letter-spacing:2px}.PlacePage_btn_chat_submit__f5ZHY:hover{background-color:var(--comp-bg)!important;color:#000!important;border:2px solid #000!important;border-radius:10px!important}.PlacePage_statistic_container__M0mpm{position:relative;display:flex;justify-content:center;align-items:center;text-align:center;color:var(--primary-text);margin-left:10%;margin-right:10%}.PlacePage_imageCard__IEh0Z{display:flex;width:100%;border-radius:10px;height:300px}.PlacePage_title_text__0H6GU{color:var(--primary-text);margin-top:10px!important}.PlacePage_days_text__ukbn0,.PlacePage_title_text__0H6GU{font-size:14px!important;font-family:var(--secondary-font)!important}.PlacePage_days_text__ukbn0{color:var(--secondary-text);padding:5px;background-color:var(--comp-bg);margin:10px!important}.PlacePage_cabinCard__4dW97{position:relative;display:inline-flex}.PlacePage_editIcon__nMyI5{top:30px}.PlacePage_deleteIcon__feZiG,.PlacePage_editIcon__nMyI5{position:absolute!important;right:20px;z-index:1;width:30px!important;height:30px!important;background-color:var(--comp-bg)!important;border-radius:50%!important}.PlacePage_deleteIcon__feZiG{top:70px;box-shadow:0 4px 12px 0 rgba(0,0,0,.2)}.PlacePage_isAvalibleDiv__5sDrO{position:absolute!important;top:20px;left:20px;z-index:1;border-bottom-right-radius:20%!important;border-top-left-radius:20%!important}.PlacePage_isAvalible__eN4Gs{font-size:12px!important;font-family:var(--secondary-font)!important;color:#fff;padding:3px}.PlacePage_logo__QtPTs{height:80px;width:80px}.PlacePage_aminitesGrid__rOcby{background-color:var(--comp-bg);box-shadow:0 4px 12px 0 rgba(0,0,0,.2);border-radius:10px!important;width:90%;height:-moz-fit-content;height:fit-content;padding:10px;margin-bottom:10px;background:inherit;overflow:hidden}.PlacePage_amenityItem__KKBGn{display:flex;align-items:center}.PlacePage_amenityImage__1eJPM{margin-right:10px}.PlacePage_aminitiesTypo__gLs_g{font-size:14px!important;font-family:var(--secondary-font)!important;color:var(--secondary-text)}.PlacePage_offices_grid__HQpFO{position:relative;display:flex;justify-content:center;align-items:center;text-align:center;color:var(--primary-text)}.PlacePage_placePageIcon__aVGt0{background-color:#4d4b4b;box-shadow:0 4px 6px 0 rgba(0,0,0,.1);border-radius:50%!important;color:#fff;height:30px;width:30px;text-align:center}.PlacePage_icon__sDEsm{height:25px;width:25px;padding:3px;text-align:center;margin-top:2px}.PlacePage_placeSubTitle_text__1IQ_v,.PlacePage_placeTitle_text__IkWUk{font-size:16px!important;font-family:var(--secondary-font)!important;color:var(--secondary-text)}.PlacePage_placeTitle_text__IkWUk{padding-left:5px;white-space:nowrap}.PlacePage_placeTitleHeading_text__NYn8b{font-size:18px!important;font-family:var(--secondary-font)!important;color:var(--primary-text);padding-left:5px}.PlacePage_btn_v_details__KbolZ{text-align:center;padding:12px,22px,12px,22px;background-color:var(--primary-text)!important;color:var(--comp-bg)!important;border:2px solid var(--primary-text)!important;width:300px;height:52px;border-radius:37px;gap:10px;font-family:var(--primary-font);font-size:14px;font-weight:600;text-transform:none;margin-bottom:15px!important}.PlacePage_btn_v_details__KbolZ:hover{background-color:var(--comp-bg)!important;color:var(--primary-text)!important}@media (max-width:1200px){.PlacePage_imageCard__IEh0Z{height:300px}}@media (max-width:992px){.PlacePage_imageCard__IEh0Z{height:320px}}@media (max-width:768px){.PlacePage_imageCard__IEh0Z{height:400px}}@media (max-width:576px){.PlacePage_imageCard__IEh0Z{height:700px}}.progress{width:100.8px;height:16.8px;-webkit-mask:radial-gradient(circle closest-side,#000 94%,#0000) left/20% 100%;background:linear-gradient(#000 0 0) 0/0 100% no-repeat #dbdcef;animation:progress-c3ir73 2s steps(6) infinite}@keyframes progress-c3ir73{to{background-size:120% 100%}}@font-face{font-family:__Inter_d65c78;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_d65c78;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_d65c78;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_d65c78;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_d65c78;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_d65c78;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/6d93bde91c0c2823-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_d65c78;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a34f9d1faa5f3315-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_d65c78;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_d65c78{font-family:__Inter_d65c78,__Inter_Fallback_d65c78;font-style:normal}