@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap);:root{--main-font:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;--horizontal-padding:2rem;--max-width:60rem;--header-height:60px;--border-radius-small:4px;--border-radius-medium:6px;--border-radius-large:12px;--border-radius-max:999px}@media(max-width:500px){:root{--horizontal-padding:5%}}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:var(--main-font);text-rendering:optimizeLegibility}body{margin:0;min-height:100%;position:relative}*,:after,:before{box-sizing:border-box;margin:0;padding:0}button,input,optgroup,option,select,textarea{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}#root{display:flex;flex-direction:column;min-height:100%}p{font-weight:400;line-height:1.6;margin:0}a{text-decoration:none}h1{font-size:2rem;margin-bottom:1rem}h2{font-size:1.5rem;margin-bottom:.8rem}button,input,select,textarea{color:#000;color:var(--dark);font-size:1rem}input[type=color],input[type=datetime-local],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-appearance:none;appearance:none;background-color:#fff;background-color:var(--light);border:1px solid #ccc;border:1px solid var(--light-8);border-radius:4px;border-radius:var(--border-radius-small);box-shadow:none;color:#000;color:var(--dark);font-family:inherit;font-size:1rem;outline:none;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}input[type=color]:hover,input[type=datetime-local]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=url]:hover,textarea:hover{border-color:#aaa;border-color:var(--light-9)}input[type=color]:focus,input[type=color]:focus-within,input[type=datetime-local]:focus,input[type=datetime-local]:focus-within,input[type=number]:focus,input[type=number]:focus-within,input[type=password]:focus,input[type=password]:focus-within,input[type=search]:focus,input[type=search]:focus-within,input[type=tel]:focus,input[type=tel]:focus-within,input[type=text]:focus,input[type=text]:focus-within,input[type=url]:focus,input[type=url]:focus-within,textarea:focus,textarea:focus-within{border:1px solid #000;border:1px solid var(--dark);box-shadow:inset 0 0 0 1px #000;box-shadow:inset 0 0 0 1px var(--dark)}input[type=color]:-webkit-autofill,input[type=color]:-webkit-autofill:active,input[type=color]:-webkit-autofill:focus,input[type=color]:-webkit-autofill:hover,input[type=datetime-local]:-webkit-autofill,input[type=datetime-local]:-webkit-autofill:active,input[type=datetime-local]:-webkit-autofill:focus,input[type=datetime-local]:-webkit-autofill:hover,input[type=number]:-webkit-autofill,input[type=number]:-webkit-autofill:active,input[type=number]:-webkit-autofill:focus,input[type=number]:-webkit-autofill:hover,input[type=password]:-webkit-autofill,input[type=password]:-webkit-autofill:active,input[type=password]:-webkit-autofill:focus,input[type=password]:-webkit-autofill:hover,input[type=search]:-webkit-autofill,input[type=search]:-webkit-autofill:active,input[type=search]:-webkit-autofill:focus,input[type=search]:-webkit-autofill:hover,input[type=tel]:-webkit-autofill,input[type=tel]:-webkit-autofill:active,input[type=tel]:-webkit-autofill:focus,input[type=tel]:-webkit-autofill:hover,input[type=text]:-webkit-autofill,input[type=text]:-webkit-autofill:active,input[type=text]:-webkit-autofill:focus,input[type=text]:-webkit-autofill:hover,input[type=url]:-webkit-autofill,input[type=url]:-webkit-autofill:active,input[type=url]:-webkit-autofill:focus,input[type=url]:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:active,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-text-fill-color:#000!important;-webkit-text-fill-color:var(--dark)!important;box-shadow:inset 0 0 0 99px #f7f7f7!important;box-shadow:0 0 0 99px var(--light-3) inset!important;color:#000!important;color:var(--dark)!important}input[type=color]:disabled,input[type=datetime-local]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=text]:disabled,input[type=url]:disabled,textarea:disabled{border:1px solid #d7d7d7;border:1px solid var(--light-7);cursor:default;opacity:.5}textarea{-ms-overflow-style:none;line-height:1.4;max-width:100%;min-width:100%;scrollbar-width:0}textarea::-webkit-scrollbar{display:none}input:placeholder-shown{text-overflow:ellipsis}label>span{display:inline-block;font-size:.85rem;margin-bottom:.25rem;opacity:.5}svg:not(root){fill:#333;fill:var(--dark-3)}[data-theme=dark] input:-webkit-autofill,[data-theme=dark] input:-webkit-autofill:active,[data-theme=dark] input:-webkit-autofill:focus,[data-theme=dark] input:-webkit-autofill:hover,[data-theme=dark] textarea:-webkit-autofill,[data-theme=dark] textarea:-webkit-autofill:active,[data-theme=dark] textarea:-webkit-autofill:focus,[data-theme=dark] textarea:-webkit-autofill:hover{box-shadow:inset 0 0 0 99px #fafafa!important;box-shadow:0 0 0 99px var(--light-2) inset!important}:root{--color-darkred:#a5081e;--color-darkred-dark:#9d081d;--color-darkred-light:#c50a24;--color-red:#e21822;--color-red-dark:#d71720;--color-red-light:#e92b35;--color-yellow:#da9e45;--color-yellow-dark:#d89839;--color-yellow-light:#dea858;--color-green:#4eb769;--color-green-dark:#48b063;--color-green-light:#60be78;--color-violet:#7827c9;--color-violet-dark:#7225bf;--color-violet-light:#8633d8;--color-purple:#f11fe0;--color-purple-dark:#f012de;--color-purple-light:#f235e3;--color-pink:#ff0080;--color-pink-dark:#f2007a;--color-pink-light:#ff1a8d;--color-cyan:#4cdbbc;--color-cyan-dark:#40d9b7;--color-cyan-light:#5edfc3;--background-color:#fff;--dark:#000;--dark-2:#111;--dark-3:#333;--dark-4:#444;--dark-5:#666;--dark-6:#888;--light:#fff;--light-2:#fafafa;--light-3:#f7f7f7;--light-4:#f1f1f1;--light-5:#eaeaea;--light-6:#e2e2e2;--light-7:#d7d7d7;--light-8:#ccc;--light-9:#aaa;--shadow-small:0 0 8px rgba(0,0,0,.075);--shadow-medium:0 0 24px #0000001a;--shadow-large:0 0 64px #00000026}[data-theme=dark]{--background-color:#000;--dark:#fff;--dark-2:#fafafa;--dark-3:#eaeaea;--dark-4:#ddd;--dark-5:#ccc;--dark-6:#aaa;--light:#000;--light-2:#101010;--light-3:#151515;--light-4:#202020;--light-5:#252525;--light-6:#303030;--light-7:#444;--light-8:#555;--light-9:#777;--shadow-small:0 0 8px rgba(80,80,80,.075);--shadow-medium:0 0 24px #5050501a;--shadow-large:0 0 64px #50505026}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.styles_wrapper__9jQyl{display:flex;flex-direction:column;margin:0 auto;max-width:var(--max-width);padding:0 var(--horizontal-padding);width:100%}.styles_header__NyX8e{align-items:center;background-color:#fff;box-shadow:0 0 12px #0000001f;display:flex;height:var(--header-height);justify-content:center;left:0;position:fixed;right:0;z-index:99}.styles_inner__Tapoh{align-items:center;display:flex;flex:1 1;justify-content:space-between;max-width:var(--max-width);padding:0 var(--horizontal-padding);width:100%}.styles_title__r3YGh{color:#000;font-size:1.3rem;font-weight:600;margin-right:2%;text-decoration:none}@media(max-width:500px){.styles_title__r3YGh{display:none}}.styles_select__x\+TQh{margin-left:auto;margin-right:2%}@media(max-width:500px){.styles_select__x\+TQh{flex:1 1;margin-left:inherit;margin-right:var(--horizontal-padding)}}.styles_wrapper__MCxwu{align-items:center;display:inline-flex;justify-content:center}.styles_wrapper__MCxwu span{animation:styles_blink__nCrfk 1.4s infinite both;background-color:#444;border-radius:50%;display:inline-block;height:5px;margin:0 1px;width:5px}.styles_wrapper__MCxwu span:nth-child(2){animation-delay:.175s}.styles_wrapper__MCxwu span:nth-child(3){animation-delay:.35s}@keyframes styles_blink__nCrfk{0%{opacity:.25}20%{opacity:1}to{opacity:.25}}.styles_small__Gp2zF span{height:5px;width:5px}.styles_medium__QYeMa span{height:7px;width:7px}.styles_large__nw973 span{height:10px;margin:0 2px;width:10px}.styles_button__cLVM3{align-items:center;-webkit-appearance:none;appearance:none;background-color:var(--dark);border:1px solid var(--dark);border-radius:var(--border-radius-small);color:#fff;cursor:pointer;display:flex;font-family:var(--main-font);font-size:.875rem;font-weight:500;height:38px;justify-content:center;line-height:36px;max-width:100%;outline:none;padding:0 1.35rem;position:relative;transition:background-color .2s,color .2s}@media(hover:hover){.styles_button__cLVM3:hover{background-color:#fff;color:var(--dark)}.styles_button__cLVM3:hover svg{filter:invert(1)}}.styles_button__cLVM3:disabled{background-color:#fafafa;border:1px solid #eaeaea;color:#999;cursor:not-allowed}.styles_loading__-DI0l{color:#fafafa!important}.styles_loading__-DI0l svg{opacity:0}.styles_loader__U8X4w{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.styles_content__8F0mZ{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles_prefix__e425K,.styles_suffix__L3t17{align-items:center;display:flex;justify-content:center;position:relative}.styles_prefix__e425K>*,.styles_suffix__L3t17>*{height:24px;width:24px}.styles_prefix__e425K{margin-right:14px}.styles_suffix__L3t17{margin-left:14px}.styles_select__0YuX\+{align-items:center;display:flex;overflow:hidden;position:relative}.styles_select__0YuX\+ select{-webkit-appearance:none;appearance:none;background-color:var(--light);border:1px solid var(--light-7);border-radius:var(--border-radius-small);color:var(--dark);cursor:pointer;flex:1 1;font-family:inherit;margin:-1% -5%;outline:none;overflow:hidden;padding:.625rem 2.5rem .625rem 1.025rem;text-overflow:ellipsis;transform:scale(.9) translateZ(0);white-space:nowrap;width:100%}.styles_select__0YuX\+ .styles_icon__8lGd4{height:auto;pointer-events:none;position:absolute;right:.875rem;width:11px}.styles_select__0YuX\+ .styles_icon__8lGd4 g,.styles_select__0YuX\+ .styles_icon__8lGd4 svg{fill:var(--dark-5)}.styles_dashboard__vaXb0{padding:9rem 0}.styles_transactions__0RkSf{display:flex;flex-direction:column}.styles_title__53Lo8{margin-bottom:1.5rem}.styles_tabs__Bem4H{margin:0 0 1.5rem}.styles_tabs__Bem4H ul{-ms-overflow-style:none;display:flex;list-style:none;overflow:auto;position:relative;scrollbar-width:0}.styles_tabs__Bem4H ul::-webkit-scrollbar{display:none}.styles_tabs__Bem4H ul li:not(:last-child){margin-right:.75rem}.styles_tabs__Bem4H ul li button{-webkit-appearance:none;appearance:none;background:none;border:1px solid var(--light-7);border-radius:var(--border-radius-small);box-shadow:none;cursor:pointer;opacity:.4;padding:.5rem 1.5rem;transition:opacity .25s;white-space:nowrap}@media(hover:hover){.styles_tabs__Bem4H ul li button:hover{opacity:.9}}.styles_tabs__Bem4H ul li.styles_active__hzKAO button{border-color:var(--dark-5);opacity:1;pointer-events:none}.styles_group__ir6E9:not(:last-child){margin-bottom:.65rem}.styles_tab__bNLm8{align-items:center;background-color:#fff;border:1px solid #eaeaea;border-radius:var(--border-radius-small);box-shadow:var(--shadow-small);cursor:pointer;display:flex;height:50px;justify-content:space-between;overflow:hidden;padding:0 1.25rem;position:relative;text-overflow:ellipsis;transition:background-color .15s;white-space:nowrap;z-index:1}@media(hover:hover){.styles_tab__bNLm8:hover{background-color:#fafafa}}.styles_date__DlADq{max-width:75%;overflow:hidden;text-overflow:ellipsis}.styles_amount__2aLsH{font-weight:600;margin-left:auto;padding-left:2rem}@media(max-width:750px){.styles_amount__2aLsH{padding-left:1.75rem}}.styles_inner__-7kQh{border:1px solid #eaeaea;border-radius:0 0 4px 4px;border-top:none;margin-top:-3px;padding:calc(1.25rem + 3px) 1.25rem 1.25rem}.styles_paymentMethods__kyk0\+{border:1px solid #eaeaea;border-bottom:1px solid #eee;border-top:none;padding:1rem 1.25rem .625rem}.styles_paymentMethod__iC6dG{align-items:center;display:flex;justify-content:space-between;padding:.3rem 0 .5rem}.styles_paymentMethod__iC6dG:not(:last-child){border-bottom:1px solid #f0f0f0;margin-bottom:.3rem}.styles_methodName__DYYyU{color:#555;font-size:.9rem}.styles_methodAmount__La\+2s{font-size:.9rem;font-weight:600}.styles_transaction__moeXn:not(:last-child){margin-bottom:.65rem}.styles_header__px231{align-items:center;background-color:#fff;border:1px solid #eaeaea;border-radius:var(--border-radius-small);box-shadow:var(--shadow-small);cursor:pointer;display:flex;height:50px;justify-content:space-between;overflow:hidden;padding:0 1.25rem;position:relative;text-overflow:ellipsis;transition:background-color .15s;white-space:nowrap;z-index:1}@media(hover:hover){.styles_header__px231:hover{background-color:#fafafa}}.styles_icon__EQxgc{align-items:center;display:inline-flex;justify-content:center;margin-right:1rem;position:relative}.styles_icon__EQxgc svg{height:24px;width:24px}.styles_name__TI3lN{max-width:75%;overflow:hidden;text-overflow:ellipsis}.styles_amount__YUDF7{font-weight:600;margin-left:auto;padding-left:2rem}@media(max-width:750px){.styles_amount__YUDF7{padding-left:1.75rem}}.styles_time__nxBrv{color:#888;cursor:default;font-size:.75rem;min-width:7.25rem;text-align:right}@media(max-width:750px){.styles_time__nxBrv{display:none}}.styles_details__aGI6H{border:1px solid #eaeaea;border-radius:var(--border-radius-small);border-top:none;box-shadow:var(--shadow-small);color:#555;margin-top:-4px;padding:1.3rem 1.25rem 1rem}.styles_details__aGI6H>div{display:flex;font-size:.8rem;justify-content:space-between}.styles_details__aGI6H>div>:last-child{margin-left:1rem;max-width:60%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.styles_details__aGI6H>div:not(:last-child){margin-bottom:.5rem}.styles_date__43DAd{max-width:none!important;white-space:normal!important}.skeleton_name__OzECv{width:100%}.skeleton_name__OzECv span span{max-width:10rem;width:100%!important}.styles_box__Bhm1q{background-color:var(--color-box-grey);border-radius:var(--border-radius-small);color:var(--dark);margin-bottom:1.5rem;padding:1.5rem 2rem;text-align:center;width:100%}.styles_box__Bhm1q a{border-bottom:1px solid var(--dark);color:var(--dark);font-weight:500;opacity:1;text-decoration:none;transition:opacity .3s}.styles_box__Bhm1q a:hover{opacity:.75}.styles_error__M0Xzu,.styles_success__DepTK{color:#fff}.styles_error__M0Xzu a,.styles_success__DepTK a{border-color:#fff;color:#fff}.styles_error__M0Xzu{background-color:var(--color-red)}.styles_success__DepTK{background-color:var(--color-green)}.styles_transactions__wz77p{display:flex;flex-direction:column}.styles_title__4Dvtl{margin-bottom:1.5rem}.styles_group__0zyX0:not(:last-child){margin-bottom:.65rem}.styles_tab__hEFWJ{align-items:center;background-color:#fff;border:1px solid #eaeaea;border-radius:var(--border-radius-small);box-shadow:var(--shadow-small);cursor:pointer;display:flex;height:50px;justify-content:space-between;overflow:hidden;padding:0 1.25rem;position:relative;text-overflow:ellipsis;transition:background-color .15s;white-space:nowrap;z-index:1}@media(hover:hover){.styles_tab__hEFWJ:hover{background-color:#fafafa}}.styles_date__Tza3-{max-width:75%;overflow:hidden;text-overflow:ellipsis}.styles_amount__QKuJH{font-weight:600;margin-left:auto;padding-left:2rem}@media(max-width:750px){.styles_amount__QKuJH{padding-left:1.75rem}}.styles_inner__09jkG{border:1px solid #eaeaea;border-radius:0 0 4px 4px;border-top:none;margin-top:-3px;padding:calc(1.25rem + 3px) 1.25rem 1.25rem}.styles_transaction__rpfdY:not(:last-child){margin-bottom:.65rem}.styles_header__1cEU3{align-items:center;background-color:#fff;border:1px solid #eaeaea;border-radius:var(--border-radius-small);box-shadow:var(--shadow-small);cursor:pointer;display:flex;height:50px;justify-content:space-between;overflow:hidden;padding:0 1.25rem;position:relative;text-overflow:ellipsis;transition:background-color .15s;white-space:nowrap;z-index:1}@media(hover:hover){.styles_header__1cEU3:hover{background-color:#fafafa}}.styles_icon__nkUzB{align-items:center;display:inline-flex;justify-content:center;margin-right:1rem;position:relative}.styles_icon__nkUzB svg{height:24px;width:24px}.styles_name__\+O\+E8{max-width:75%;overflow:hidden;text-overflow:ellipsis}.styles_amount__Vj\+LS{font-weight:600;margin-left:auto;padding-left:2rem}@media(max-width:750px){.styles_amount__Vj\+LS{padding-left:1.75rem}}.styles_time__Q1tP6{color:#888;cursor:default;font-size:.75rem;min-width:7.25rem;text-align:right}@media(max-width:750px){.styles_time__Q1tP6{display:none}}.styles_details__JSWhL{border:1px solid #eaeaea;border-radius:var(--border-radius-small);border-top:none;box-shadow:var(--shadow-small);color:#555;margin-top:-4px;padding:1.3rem 1.25rem 1rem}.styles_details__JSWhL>div{display:flex;font-size:.8rem;justify-content:space-between}.styles_details__JSWhL>div>:last-child{margin-left:1rem;max-width:60%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.styles_details__JSWhL>div:not(:last-child){margin-bottom:.5rem}.styles_date__5cOWE{max-width:none!important;white-space:normal!important}.skeleton_name__OXqfm{width:100%}.skeleton_name__OXqfm span span{max-width:10rem;width:100%!important}.styles_container__Xuwaq{display:flex;flex-direction:column}.styles_inputs__2fNq3{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;z-index:2}.styles_inputs__2fNq3>*{flex:1 1}.styles_inputs__2fNq3>:first-child{flex:1 1 15%}@media(max-width:750px){.styles_inputs__2fNq3{flex-direction:column}}.styles_date__6EfB2{position:relative}.styles_date__6EfB2 .styles_picker__xYcEz{--rdp-accent-color:#000;--rdp-background-color:#f1f1f1;--rdp-accent-color-dark:#fff;--rdp-background-color-dark:#363636;--rdp-outline:2px solid var(--rdp-accent-color);background-color:var(--light);border:1px solid var(--light-7);border-radius:var(--border-radius-small);box-shadow:var(--shadow-medium);left:0;margin-top:1rem;position:absolute;top:100%}.styles_config__CRo\+e{align-items:center;border:1px solid var(--light-8);border-radius:var(--border-radius-small);display:flex;padding:0 .75rem}.styles_config__CRo\+e>div{align-items:center;display:flex;flex:1 1;justify-content:space-between}@media(max-width:750px){.styles_config__CRo\+e{padding:.55rem .75rem}}.styles_actions__cdHY6{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.175rem}.styles_exportActions__5yigt{display:flex;flex:1 1;gap:1rem}.styles_button__O-8cT{flex:1 1;height:46px}.styles_landlord__XFuRh{margin-bottom:1.75rem}.styles_reservations__8hLoA{list-style:none}.styles_reservations__8hLoA>:not(:last-child){margin-bottom:.65rem}.styles_reservationContainer__MxJIR{background-color:#fff;border:1px solid #eaeaea;border-radius:var(--border-radius-small);box-shadow:var(--shadow-small);cursor:pointer;display:flex;flex-direction:column;gap:.25rem;padding:.875rem 1.25rem;transition:background-color .15s}@media(hover:hover){.styles_reservationContainer__MxJIR:hover{background-color:#fafafa}}.styles_reservation__FNC\+V{align-items:center;display:flex;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:1}.styles_reservation__FNC\+V .styles_id__HjKXJ{margin-right:.5rem}.styles_reservation__FNC\+V .styles_info__JY28M{font-size:.9rem;margin-right:1rem;opacity:.5;overflow:hidden;text-overflow:ellipsis}.styles_reservation__FNC\+V .styles_reservationActions__bN9fX{align-items:center;display:flex;flex-shrink:0;margin-left:auto}.styles_reservation__FNC\+V .styles_reservationActions__bN9fX>:not(:last-child){margin-right:.825rem}.styles_reservation__FNC\+V .styles_link__Z\+olj{align-items:center;display:flex;justify-content:center;opacity:.65}@media(hover:hover){.styles_reservation__FNC\+V .styles_link__Z\+olj:hover{opacity:1}}.styles_reservation__FNC\+V .styles_indicator__6hBOO{background-color:var(--color-red);border-radius:50%;height:.75rem;width:.75rem}.styles_reservation__FNC\+V .styles_indicator__6hBOO.styles_export__SDylP{background-color:var(--color-green)}.styles_additionalGuests__1sifj{font-size:.75rem;opacity:.5;padding-right:4rem;pointer-events:none}.rdp{--rdp-cell-size:40px;--rdp-caption-font-size:18px;--rdp-accent-color:#00f;--rdp-background-color:#e7edff;--rdp-accent-color-dark:#3003e1;--rdp-background-color-dark:#180270;--rdp-outline:2px solid var(--rdp-accent-color);--rdp-outline-selected:3px solid var(--rdp-accent-color);--rdp-selected-color:#fff;margin:1em}.rdp-vhidden{clip:rect(1px,1px,1px,1px)!important;-webkit-appearance:none;appearance:none;background:#0000;border:0;border:0!important;box-sizing:border-box;height:1px!important;margin:0;overflow:hidden!important;padding:0;padding:0!important;position:absolute!important;top:0;width:1px!important}.rdp-button_reset{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:none;color:inherit;cursor:default;font:inherit;margin:0;padding:0;position:relative}.rdp-button_reset:focus-visible{outline:none}.rdp-button{border:2px solid #0000}.rdp-button[disabled]:not(.rdp-day_selected){opacity:.25}.rdp-button:not([disabled]){cursor:pointer}.rdp-button:focus-visible:not([disabled]){background-color:var(--rdp-background-color);border:var(--rdp-outline);color:inherit}.rdp-button:hover:not([disabled]):not(.rdp-day_selected){background-color:var(--rdp-background-color)}.rdp-months{display:flex}.rdp-month{margin:0 1em}.rdp-month:first-child{margin-left:0}.rdp-month:last-child{margin-right:0}.rdp-table{border-collapse:collapse;margin:0;max-width:calc(var(--rdp-cell-size)*7)}.rdp-with_weeknumber .rdp-table{border-collapse:collapse;max-width:calc(var(--rdp-cell-size)*8)}.rdp-caption{align-items:center;display:flex;justify-content:space-between;padding:0;text-align:left}.rdp-multiple_months .rdp-caption{display:block;position:relative;text-align:center}.rdp-caption_dropdowns,.rdp-caption_label{display:inline-flex;position:relative}.rdp-caption_label{align-items:center;border:2px solid #0000;color:currentColor;font-family:inherit;font-size:var(--rdp-caption-font-size);font-weight:700;margin:0;padding:0 .25em;white-space:nowrap;z-index:1}.rdp-nav{white-space:nowrap}.rdp-multiple_months .rdp-caption_start .rdp-nav{left:0;position:absolute;top:50%;transform:translateY(-50%)}.rdp-multiple_months .rdp-caption_end .rdp-nav{position:absolute;right:0;top:50%;transform:translateY(-50%)}.rdp-nav_button{align-items:center;border-radius:100%;display:inline-flex;height:var(--rdp-cell-size);justify-content:center;padding:.25em;width:var(--rdp-cell-size)}.rdp-dropdown_month,.rdp-dropdown_year{align-items:center;display:inline-flex;position:relative}.rdp-dropdown{-webkit-appearance:none;appearance:none;background-color:initial;border:none;bottom:0;cursor:inherit;font-family:inherit;font-size:inherit;left:0;line-height:inherit;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:2}.rdp-dropdown[disabled]{color:inherit;opacity:1}.rdp-dropdown:focus-visible:not([disabled])+.rdp-caption_label{background-color:var(--rdp-background-color);border:var(--rdp-outline);border-radius:6px}.rdp-dropdown_icon{margin:0 0 0 5px}.rdp-head{border:0}.rdp-head_row,.rdp-row{height:100%}.rdp-head_cell{font-size:.75em;font-weight:700;height:100%;height:var(--rdp-cell-size);padding:0;text-align:center;text-transform:uppercase;vertical-align:middle}.rdp-tbody{border:0}.rdp-tfoot{margin:.5em}.rdp-cell{height:100%;height:var(--rdp-cell-size);padding:0;text-align:center;width:var(--rdp-cell-size)}.rdp-weeknumber{font-size:.75em}.rdp-day,.rdp-weeknumber{align-items:center;border:2px solid #0000;border-radius:100%;box-sizing:border-box;display:flex;height:var(--rdp-cell-size);justify-content:center;margin:0;max-width:var(--rdp-cell-size);overflow:hidden;width:var(--rdp-cell-size)}.rdp-day_today:not(.rdp-day_outside){font-weight:700}.rdp-day_selected,.rdp-day_selected:focus-visible,.rdp-day_selected:hover{background-color:var(--rdp-accent-color);color:var(--rdp-selected-color);opacity:1}.rdp-day_outside{opacity:.5}.rdp-day_selected:focus-visible{outline:var(--rdp-outline);outline-offset:2px;z-index:1}.rdp:not([dir=rtl]) .rdp-day_range_start:not(.rdp-day_range_end){border-bottom-right-radius:0;border-top-right-radius:0}.rdp:not([dir=rtl]) .rdp-day_range_end:not(.rdp-day_range_start),.rdp[dir=rtl] .rdp-day_range_start:not(.rdp-day_range_end){border-bottom-left-radius:0;border-top-left-radius:0}.rdp[dir=rtl] .rdp-day_range_end:not(.rdp-day_range_start){border-bottom-right-radius:0;border-top-right-radius:0}.rdp-day_range_end.rdp-day_range_start{border-radius:100%}.rdp-day_range_middle{border-radius:0}.styles_input__MCqAd{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.styles_container__\+6PXV{align-items:center;cursor:pointer;display:flex}.styles_toggle__h-qyB{--toggle-height:23px;--toggle-gap:calc(var(--toggle-height)/6.75);align-items:center;background-color:var(--light-6);border-radius:4px;display:flex;height:var(--toggle-height);justify-content:center;position:relative;transition:background-color .2s;width:calc(var(--toggle-height)*1.75)}.styles_toggle__h-qyB>span{background-color:var(--light);border-radius:3px;height:calc(var(--toggle-height) - var(--toggle-gap)*2);left:var(--toggle-gap);position:absolute;transition:left .2s;width:calc(var(--toggle-height) - var(--toggle-gap)*2)}.styles_toggle__h-qyB.styles_active__Iz1u8{background-color:var(--dark)}.styles_toggle__h-qyB.styles_active__Iz1u8>span{left:calc(100% - var(--toggle-height) + var(--toggle-gap))}.styles_label__d7ssa{margin-left:1rem}.styles_tabs__Vf7Su{background-color:#fafafa;border-bottom:1px solid #eaeaea;border-top:1px solid #eaeaea;left:0;position:fixed;right:0;top:var(--header-height);z-index:100}.styles_tabs__Vf7Su>ul{display:flex;list-style:none;margin:0 auto;max-width:var(--max-width);overflow:auto;padding:.75rem var(--horizontal-padding);scrollbar-width:0;white-space:nowrap}.styles_tabs__Vf7Su>ul::-webkit-scrollbar{display:none}.styles_tabs__Vf7Su>ul>:not(:last-child){margin-right:1.5rem}.styles_tabs__Vf7Su button{-webkit-appearance:none;appearance:none;background:none;border:none;box-shadow:none;cursor:pointer;font-size:1rem;font-weight:400;padding:.25rem 0}.styles_tabs__Vf7Su button.styles_active__T-CBq{font-weight:600;pointer-events:none}.styles_wrapper__yeSP5{height:calc(100vh - var(--header-height) - 50px)}.styles_wrapper__yeSP5,.styles_wrapper__zcwy6{align-items:center;display:flex;justify-content:center}.styles_wrapper__zcwy6{height:calc(100vh - var(--header-height) - 8rem);min-height:28rem}.styles_inner__sinHe{align-items:center;border-radius:var(--border-radius-medium);box-shadow:0 0 16px #0000001a;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:26rem;padding:3rem;text-align:center;width:100%}@media(max-width:350px){.styles_inner__sinHe{padding:2.25rem}}.styles_providers__uHVWB{margin:2rem auto .5rem;max-width:100%}
/*# sourceMappingURL=main.56391896.css.map*/