@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";: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: rgba(255, 255, 255, .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( to right, #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));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:translate(-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:translate(-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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.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 #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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;-ms-flex-item-align:start;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:hover,.Toastify__close-button:focus{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:initial;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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}._wrapper_1o3bn_31{width:100%;color:#dc0000;min-height:5rem;position:sticky;display:flex;align-items:center;background-color:#fff;padding:1rem 2rem}._container_1o3bn_42{display:flex;align-items:center;justify-content:space-between;width:100%}._container_1o3bn_42>div{display:flex;gap:1rem;align-items:center}body ._title_1o3bn_54{font-weight:600;font-size:1.2rem}@media (max-width: 1366px){body ._title_1o3bn_54{font-size:1rem}}._logo_1o3bn_64{width:50px}._logoutButton_1o3bn_68{border:1px solid #DC0000!important;border-radius:6px!important;color:#dc0000;transition:all .3s ease-in-out!important}._logoutButton_1o3bn_68:hover{background-color:#ff000071!important}._logoutButton_1o3bn_68:hover ._anticon_1o3bn_77{color:#fff!important}._logoutButton_1o3bn_68 ._anticon_1o3bn_77{color:#dc0000!important}._body_mnspu_1{margin-top:.5rem;display:flex;gap:1rem}._container_5i0js_1{padding:2rem 0;margin:0 auto;width:100%;max-width:1200px}@media (max-width: 768px){._container_5i0js_1{max-width:300px}}._card_5i0js_13>span{font-weight:500;display:flex;align-items:center;gap:.5rem}._modules_5i0js_20{display:flex;gap:1rem;padding:2rem 0;justify-content:left;height:100%}@media (max-width: 768px){._modules_5i0js_20{flex-direction:column}}._module_5i0js_20{display:flex;justify-content:left;align-items:start;padding:1rem;border-radius:.5rem;color:#272727;text-decoration:none;cursor:pointer;max-width:20rem;height:10rem;background-color:#fff}@media (max-width: 768px){._module_5i0js_20{max-width:19rem}}._module_5i0js_20:hover{color:#c00000;border:#c00000 1px solid;transform:translateY(-2px)}._module_5i0js_20 h3{font-weight:700}._module_5i0js_20>div{width:100%;height:100%;flex-direction:column;justify-content:space-between;display:flex}._module_5i0js_20>div>svg{margin-left:auto}._wrapper_1b5yp_1{height:100vh;width:95vw;display:flex;align-items:center;justify-content:center}._loader_1b5yp_9{width:48px;height:48px;border-radius:50%;position:relative;animation:_rotate_1b5yp_1 1s linear infinite}._loader_1b5yp_9:before,._loader_1b5yp_9:after{content:"";box-sizing:border-box;position:absolute;inset:0px;border-radius:50%;border:5px solid #fff;animation:_prixClipFix_1b5yp_1 2s linear infinite}._loader_1b5yp_9:after{transform:rotate3d(90,90,0,180deg);border-color:#9c9c9c}@keyframes _rotate_1b5yp_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _prixClipFix_1b5yp_1{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}75%,to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}}._card_1ghmv_31{display:flex;flex-direction:column;align-items:center;justify-content:space-between;color:#000;font-weight:300;font-size:.8rem;width:100%;padding:5px;border-radius:5px;text-align:center;border:1px rgb(226,226,226) solid;background:rgb(253,253,253)}._card_1ghmv_31 section{width:100%;display:flex;overflow-y:auto;align-items:center;justify-content:space-between;padding:0 .75rem}._card_1ghmv_31 section>strong{display:flex;align-items:center;gap:.5rem;font-weight:600}@media (max-width: 992px){._card_1ghmv_31 section{flex-direction:column}}._wrapper_1eyub_31{cursor:pointer;height:8.6rem;overflow:hidden;background-color:#fff;border:1px solid #EEEEEE;padding:.25rem .5rem}@media (max-width: 1400px){._wrapper_1eyub_31{height:6.8rem}}@media (max-width: 768px){._wrapper_1eyub_31{height:10rem}}._eventWrapper_1eyub_50{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:2px;padding-bottom:2rem;height:100%;overflow:scroll}._eventWrapper_1eyub_50::-webkit-scrollbar{width:0px}._eventWrapper_1eyub_50::-webkit-scrollbar-track{background:#ffffff}._container_w5yna_31{overflow:hidden;padding:1rem 2rem}._weekWrapper_w5yna_36{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;border:1px solid #EEEEEE;padding:.2rem;font-size:.9rem}@media (max-width: 768px){._weekWrapper_w5yna_36{display:none}}._daysWrapper_w5yna_50{display:grid;height:100%;grid-template-columns:repeat(7,1fr);margin-top:1rem;background-color:#fff}@media (max-width: 768px){._daysWrapper_w5yna_50{grid-template-columns:repeat(3,1fr)}}@media (max-width: 568px){._daysWrapper_w5yna_50{grid-template-columns:repeat(1,1fr)}}._container_1oe5k_1{height:100%;display:flex;flex-direction:column}._top_1oe5k_7{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}@media (max-width: 768px){._top_1oe5k_7{flex-direction:column;gap:.5rem}}._left_1oe5k_20{display:flex;max-width:15rem;width:100%}@media (max-width: 768px){._left_1oe5k_20{margin:0 auto}}._right_1oe5k_31{display:flex;gap:1rem}@media (max-width: 768px){._right_1oe5k_31{margin:0 auto}}._time_1cimo_1{display:flex;gap:1rem}._time_1cimo_1>div{width:100%}._container_13if4_1{width:100%}._headerContainer_13if4_5{display:flex;align-items:center;gap:1rem;padding:1rem 2rem}._link_13if4_12{display:flex;align-items:center;justify-content:center;color:#dc0000;font-size:1.5rem;text-decoration:none}._link_13if4_12:hover{opacity:.8}._dateContainer_13if4_24{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #E0E0E0;border-radius:8px;background:#fff}._calendarIcon_13if4_34{color:#dc0000;font-size:1.2rem}._today_13if4_39{font-size:1.1rem;color:#000;margin:0;font-weight:500}._antDivider_13if4_46{margin:0;border-color:#e0e0e0}._wrapper_6kckl_1{position:relative;width:100%}._content_6kckl_6{display:flex;height:85vh;width:100%;max-width:100vw;overflow-x:auto;overflow-y:hidden;gap:1rem;padding:2rem 2rem .5rem;white-space:nowrap;scroll-behavior:smooth}._arrow_6kckl_19{position:absolute;top:50%;right:1rem;transform:translateY(-50%);background:rgba(0,0,0,.7);color:#fff;font-size:1.5rem;padding:.5rem;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0000004d;opacity:1;transition:opacity .3s ease}._arrow_6kckl_19:hover{background:rgba(0,0,0,.9)}._arrow_6kckl_19._hidden_6kckl_42{opacity:0;pointer-events:none}._wrapper_3dn4h_1{width:100%;height:100%}._wrapper_1ib17_1{border:1px solid #ccc;border-radius:8px;padding:12px;margin-bottom:16px;background:#fff}._topRow_1ib17_9{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._timeBlock_1ib17_16{font-weight:500}._timeText_1ib17_20{color:#dc0000;font-weight:700;font-size:1rem;line-height:1.2}._joinBlock_1ib17_27{display:flex;flex-direction:column;align-items:flex-end;gap:4px}._joinButton_1ib17_34{background:#DC0000;border:none;display:inline-flex;align-items:center;gap:.4rem;border-radius:8px;padding:0 .75rem;font-weight:400;font-size:.75rem}._midRow_1ib17_46{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px;position:relative}._motoristaAvatar_1ib17_55{background-color:#ae0303!important}._motoristaInfo_1ib17_59{display:flex;flex-direction:column;flex:1}._motoristaName_1ib17_65{font-weight:700}._vagasAvailable_1ib17_69{color:#ae0303;font-weight:400;font-size:.625rem;text-align:right;white-space:nowrap;margin-left:auto;align-self:flex-start}._acompanhantesRow_1ib17_79{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}._acompanhantesHeader_1ib17_86{display:flex;align-items:center}._acompanhantesContent_1ib17_91{display:flex;align-items:center;gap:8px}._avatarsGroup_1ib17_97{flex-shrink:0}._avatarsGroup_1ib17_97 .ant-avatar-group{display:flex}._avatarsGroup_1ib17_97 .ant-avatar-group .ant-avatar{background-color:#e0e0e0;border:2px solid #fff;margin-left:-8px}._avatarsGroup_1ib17_97 .ant-avatar-group .ant-avatar:first-child{margin-left:0}._vagasInfo_1ib17_112{color:#666;font-size:.75rem;font-weight:400;margin-top:2px}._dividerLine_1ib17_119{height:1px;background-color:#ccc;margin:8px 0}._trajetoRow_1ib17_125,._motivo_1ib17_126{margin-bottom:8px;font-size:.875rem;font-weight:600}._citiesContent_1ib17_132{word-wrap:break-word;word-break:break-word;white-space:normal;line-height:1.4;max-width:100%}._sectionLabel_1ib17_140{display:flex;align-items:center;font-size:10px;font-weight:400;color:#555;margin-bottom:2px;gap:4px}._actionsRow_1ib17_150{margin-top:8px;text-align:right}._editButton_1ib17_155{color:#dc0000!important}._editButton_1ib17_155:hover{background-color:#dc0000!important;color:#fff!important}._wrapper_416jd_32{height:100%;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:10px;padding:1.5rem;border:1px solid #E0E0E0;width:100%;max-width:400px;flex:0 0 auto;overflow:hidden;position:relative}._content_416jd_48{display:flex;flex-direction:column;width:100%;gap:.5rem;flex:1;min-height:0;overflow:hidden}._reservationWrapper_416jd_58{width:100%;overflow:hidden;flex-shrink:0}._line1_416jd_65{display:flex;justify-content:space-between;align-items:center;min-height:70px;flex-shrink:0}._left_416jd_73{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}._carName_416jd_81{font-size:1.2rem;font-weight:600;color:#000;word-wrap:break-word;white-space:normal;line-height:1.2;margin:0}._trackButton_416jd_91{color:#dc0000!important;border-color:#dc0000!important;background:#fff!important;font-weight:500;flex-shrink:0;white-space:nowrap}._line2_416jd_101{display:grid;grid-template-columns:1fr 2.7fr;gap:1rem;align-items:start;flex-shrink:0}._line3_416jd_110{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:1rem;align-items:start;flex-shrink:0}._line2_416jd_101>div,._line3_416jd_110>div{display:flex;flex-direction:column;min-width:0}._infoLabel_416jd_125{color:#666;font-size:.625rem;margin-bottom:.2rem;font-weight:400;white-space:nowrap}._infoValue_416jd_133{color:#000;font-size:.875rem;font-weight:600;margin:0;word-wrap:break-word;white-space:normal;line-height:1.3}._status_416jd_143{color:#000;font-weight:600;font-size:.875rem}._statusOn_416jd_150{color:#008a00;font-weight:600;font-size:.875rem}._statusOff_416jd_156{color:#dc0000;font-weight:600;font-size:.875rem}._antDivider_416jd_162{border-color:#e0e0e0;margin:.5rem 0;flex-shrink:0}._empty_416jd_168{text-align:center;color:#999;font-style:italic;padding:1rem;flex-shrink:0}._reservationsContainer_416jd_176{flex:1;overflow-y:auto;min-height:0}._reserveButtonContainer_416jd_183{display:flex;justify-content:center;margin-top:1rem;flex-shrink:0}._newReserveButton_416jd_190{background:#DC0000!important;color:#fff!important;border:none;font-weight:500;border-radius:8px;transition:.2s;width:100%}._newReserveButton_416jd_190:hover{opacity:.9}._mapModalContainer_416jd_203{position:absolute;top:0;left:0;right:0;bottom:0;z-index:15;background:#ffffff;border-radius:10px;border:1px solid #E0E0E0;display:flex;flex-direction:column}._truncated_416jd_217{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}*{box-sizing:border-box;padding:0;margin:0;font-family:Montserrat,sans-serif}body{background-color:#fff}::-webkit-scrollbar{height:1rem;width:.5rem}::-webkit-scrollbar-track{background:#e2e2e2}::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background:#c4c4c4}
