@charset "UTF-8";.tabs-and-tools{display:flex;justify-content:space-between;margin:15px 0}.tabs-and-tools .tools{display:flex;gap:15px;align-items:center}.orders .view-detail{color:var(--primaryColor);cursor:pointer;font-size:.9rem}.catalog{min-height:75vh}.catalog .actions{display:flex;justify-content:center;gap:15px}.catalog .actions i{color:var(--primaryColor);cursor:pointer;font-size:.9rem}.catalog .table-container{overflow:scroll}@media screen and (max-width: 1050px){.tabs-and-tools{flex-direction:column;gap:20px;align-items:center}.tabs-and-tools .tools{flex-wrap:wrap;justify-content:center}}.burger{cursor:pointer;border-radius:5px;padding:3px}.burger .bar{height:3px;width:20px;margin:5px;background-color:var(--primaryColor);border-radius:2px;transition:all .2s}.burger.open .bar{opacity:0}.burger.open .leftBar{opacity:1;transform:translateY(9px) rotate(45deg)}.burger.open .rightBar{opacity:1;transform:translateY(-7px) rotate(-45deg)}.sidebar{background-color:var(--navbarColor);height:100vh;width:var(--sidebarWidth);display:flex;flex-direction:column;gap:20px;padding:0 10px;box-shadow:1px 0 5px #00000024;transition:all .5s;z-index:10;position:fixed}.sidebar .sidebar-burger{position:fixed;top:20px;left:5px;font-size:1.5rem;color:var(--primaryColor);margin-right:20px;display:none;visibility:visible}.sidebar .company-name{height:calc(var(--navbarHeight) + 20px);display:flex;justify-content:center;align-items:center}.sidebar .sidebar-items-container{display:flex;flex-direction:column;align-items:center;flex:1;margin-bottom:10px}.sidebar-floating{width:250px!important;padding:0 10px!important}@media screen and (max-width: 800px){.sidebar{position:absolute;z-index:99999;width:0;padding:0;overflow:hidden}.sidebar .burger{display:inline-block}}.sidebar-item{display:flex;align-items:center;padding:15px 10px;border-radius:5px;width:100%;cursor:pointer;color:var(--onBackgroundColor);position:relative;transition:all var(--transitionDuration);font-size:.9rem;gap:10px}.sidebar-item.sidebar-item-disable{opacity:.5;cursor:not-allowed}.sidebar-item.active{background-color:var(--backgroundColor)}.sidebar-item span{white-space:nowrap}.sidebar-item:hover{background-color:var(--backgroundColor)}.sidebar-item .icon-container{width:30px;display:flex;justify-content:center}.sidebar-item .icon-container i{font-size:1.2rem;color:var(--primaryColor)}.sidebar-separator{width:100%;height:65px;display:flex;align-items:flex-end;padding:10px;position:relative}.sidebar-separator span{width:100%;opacity:.3;font-size:.8rem;text-transform:uppercase;font-weight:var(--semiBold)}.sidebar-separator:after{content:"";position:absolute;height:1px;opacity:.2;background-color:var(--onBackgroundColor);width:90%;top:15px;left:50%;transform:translate(-50%)}.navbar{width:100%;height:var(--navbarHeight);display:flex;align-items:flex-end;justify-content:space-between;padding:0 30px}.navbar .page-title{color:var(--primaryColor);letter-spacing:1px}.navbar .nav-actions{display:flex;align-items:center;gap:10px}@media screen and (max-width: 800px){.page-title{margin-left:30px}}.table-container{overflow-y:auto}.table-container table{width:100%;border-collapse:collapse}.table-container table thead tr:first-child{text-align:left;background-color:var(--secondaryColor);border-radius:10px;position:sticky;top:0}.table-container table th,.table-container table td{height:60px;padding:0 5px;border-bottom:1px solid rgba(0,0,0,.1);text-align:center}.table-container table th{text-transform:uppercase;font-size:.8rem;font-weight:var(--bold)}.table-container table td{font-size:.8rem;font-weight:var(--light)}.table-container table th:first-child,.table-container table td:first-child{padding-left:10px}.table-container table th:last-child,.table-container table td:last-child{padding-right:10px}.table-container table tbody tr{transition:all .1s}.table-container table tbody tr:hover{background-color:var(--secondaryColor)}.table-container .column-bold{font-weight:var(--semiBold)}.tabs{display:flex;gap:30px;align-items:center}.tabs span{font-size:.9rem;font-weight:var(--bold);opacity:.2;text-transform:uppercase;cursor:pointer;position:relative;transition:all .3s}.tabs .active{opacity:1}.tabs .active:after{content:"";position:absolute;height:2px;background-color:var(--primaryColor);border-radius:5px;width:100%;animation-name:widthTransition;animation-duration:.5s;bottom:-3px;left:0}@keyframes widthTransition{0%{width:0}to{width:100%}}.dropdown select{width:100%;padding:5px 8px;border-radius:10px;color:var(--onBackgroundColor);background-color:var(--backgroundColor);border:1px solid var(--secondaryColorAccentued);font-weight:var(--light);cursor:pointer;outline:none;transition:all .3s}.dropdown select:focus{border:1px solid var(--primaryColor)}.popup-container{position:fixed;top:0;bottom:0;right:0;left:0;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-container .overlay{position:fixed;top:0;bottom:0;right:0;left:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#a4a4a480}.popup-container .popup{background:var(--backgroundColor);padding:20px 30px;position:fixed;border-radius:10px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px;min-width:300px;max-width:500px;box-shadow:0 0 10px -2px #0003}.popup-container span{color:var(--onBackgroundColor);font-size:1rem;font-weight:var(--light);text-align:center}.popup-container .msg1{font-weight:var(--bold)}.popup-container .list{border:1px solid var(--primaryColor);border-radius:5px;padding:5px 25px;overflow-y:scroll;max-height:80px;width:100%;list-style-type:disc}.popup-container .button-container{display:flex;width:100%;justify-content:center;gap:20px;margin-top:30px}.button{padding:6px 10px;border:1px solid transparent;border-radius:10px;cursor:pointer;transition:all .2s;overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative;min-width:fit-content}.button:disabled{cursor:not-allowed;opacity:.6}.button span{white-space:nowrap}.button .icon{margin-left:10px;display:flex;align-items:center}.button .lottie-container{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);margin-top:2px}.primary{background-color:var(--primaryColor);color:var(--backgroundColor);box-shadow:0 0 9px 1px #7c7b7b30}.secondary{background-color:var(--secondaryColor)}.primary:hover{background-color:var(--primaryColor)}.secondary:hover{background-color:var(--secondaryColorAccentued)}.input{padding:6px 15px;border:1px solid rgba(0,0,0,.229);border:1px solid var(--secondaryColorAccentued);border-radius:10px;outline:none;transition:all .2s}.input::placeholder{font-size:.8rem;opacity:.4}.input::-webkit-outer-spin-button,.input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input[type=number]{-moz-appearance:textfield}.input:focus{border:1px solid var(--primaryColor)}.IconButton{width:35px;height:35px;padding:8px;border-radius:5px;font-size:1rem;color:var(--primaryColor);cursor:pointer;position:relative}.IconButton i{font-size:1.1rem}.IconButton .lottie-container{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);margin-top:2px}.IconButton .icon-wrapper{pointer-events:none;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.IconButton:hover{background-color:var(--secondaryColor)}.upload-popup{display:flex;flex-direction:column;gap:30px}.upload-popup .headers{display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:15px;column-gap:20px;margin-top:10px}.upload-popup .headers .header{display:flex;flex-direction:column;align-items:center;gap:5px;flex:1}.upload-popup .headers .header>div{min-width:100px;width:100%}.upload-popup .headers .header span{font-size:.9rem;font-weight:var(--medium)}.upload-popup .preview-btn-container{display:flex;justify-content:center}.upload-popup .preview-btn-container .preview-btn{display:flex;justify-content:center;align-items:center;gap:10px;color:var(--primaryColor);cursor:pointer}.upload-popup .preview{overflow:hidden;transition:all .3s}.upload-popup .preview .flex{display:flex;gap:10px}.upload-popup .preview .table{display:flex;flex-direction:column;border:2px solid var(--secondaryColorAccentued);width:100%;font-size:.8rem}.upload-popup .preview .table .row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;border-bottom:1px solid var(--secondaryColorAccentued)}.upload-popup .preview .table .row span{text-align:center;font-weight:var(--regular);padding:10px 0}.upload-popup .preview .table .row span:nth-child(2n){border-left:1px solid var(--secondaryColorAccentued);border-right:1px solid var(--secondaryColorAccentued)}.upload-popup .preview .table .first-row span{font-weight:var(--bold);background-color:var(--secondaryColorAccentued)}.upload-popup .button-container{display:flex;justify-content:flex-end;gap:30px}.loader{position:fixed;z-index:999;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.168627451)}._inputContainer_1dy9n_1{display:flex;flex-direction:column;gap:15px}._buttonsContainer_1dy9n_7{display:flex;gap:15px;margin-top:20px}._buttonsContainer_1dy9n_7 button{flex:1}._autoCheckbox_1dy9n_16{margin-top:20px}._userPicture_722yg_1{width:30px;height:30px;border-radius:15px;border:var(--primaryColor) 2px solid}._userPicture_722yg_1 ._tooltip_722yg_7{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#000c;padding:4px 8px;border-radius:4px;opacity:0;transition:opacity .3s,visibility .3s,transform .3s}._userPicture_722yg_1 ._tooltip_722yg_7 ._tooltipText_722yg_19{font-size:14px;margin:0;color:#fff}._userPicture_722yg_1:hover ._tooltip_722yg_7{opacity:1;transform:translate(-50%) translateY(-5px)}._userPicture_722yg_1 img{width:100%;height:100%;border-radius:15px}.RestaurantCard{display:flex;flex-direction:column;justify-content:space-between;background-color:var(--backgroundColor);box-shadow:0 0 15px 2px #4b4b4b1a;border:1px solid rgba(167,167,167,.2);border-radius:10px;padding:16px;margin:16px;min-width:300px;min-height:100px;transition:all .3s ease-out}.RestaurantCard:hover{box-shadow:0 0 15px 2px #41414124;transform:scale(1.02)}.RestaurantCard h2{margin:0 0 8px;font-size:1.1rem;font-weight:var(--semiBold);text-transform:uppercase}.RestaurantCard .info{margin-bottom:16px;color:#555;font-size:.8rem;font-weight:var(--light)}.RestaurantCard .cardBtn{margin:15px auto 0}.RestaurantCard ul{list-style:none;padding:0;margin:0}.RestaurantCard li{display:flex;align-items:center;margin-bottom:8px;font-size:14px}.RestaurantCard li img{width:32px;height:32px;border-radius:50%;margin-right:8px}.RestaurantCard .restaurant-picture{display:flex;justify-content:center;align-items:center;margin:auto;width:100px;height:100px;overflow:hidden}.RestaurantCard .restaurant-image{max-width:100%;max-height:100%;object-fit:cover}.RestaurantCard .employees-container{display:flex;flex-wrap:wrap;justify-content:center}.RestaurantCard .employee{display:flex!important;flex-direction:column;align-items:center;justify-content:center;width:100px;text-align:center}.RestaurantCard .employee-name{font-size:14px;margin-top:8px;white-space:nowrap;overflow:hidden}.RestaurantCard .employee-popup{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#000c;color:#fff;padding:4px 8px;border-radius:4px;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,transform .3s}.RestaurantCard .employee:hover .employee-popup{opacity:1;visibility:visible;transform:translate(-45%) translateY(100%)}.RestaurantCard .slick-slider{width:100%;position:relative;display:flex;justify-content:center}.RestaurantCard .slick-slide{display:flex;justify-content:center}.RestaurantCard .slick-slide .employee{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100px;text-align:center;position:relative}.RestaurantCard .slick-slide .avatar{width:32px;height:32px;border-radius:50%;border:2px solid #007bff;overflow:hidden;display:flex;justify-content:center;align-items:center}.RestaurantCard .slick-slide .avatar img{width:100%;height:100%}.RestaurantCard .slick-slide .employee-name{font-size:14px;margin-top:8px}.RestaurantCard .slick-prev,.RestaurantCard .slick-next{font-size:24px;line-height:1;width:24px;height:24px;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:1;padding:0}.RestaurantCard .slick-prev:before,.RestaurantCard .slick-next:before{content:""}.RestaurantCard .slick-prev:before{content:"‹";color:#007bff}.RestaurantCard .slick-next:before{content:"›";color:#007bff}.RestaurantCard .slick-prev:hover,.RestaurantCard .slick-next:hover{margin:0 8px}.RestaurantCard .slick-next{right:-12px}.RestaurantCard .slick-prev{left:-12px}.RestaurantCard .buttons-container{display:flex;justify-content:center;margin-top:1rem}._layout_161s8_1{margin-top:-25px;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}._layout_161s8_1 ._title_161s8_10{margin-top:25px;color:var(--primaryColor);font-size:1.5rem}._layout_161s8_1 ._description_161s8_15{margin-top:10px;text-align:center}._modal_9i4f3_2{display:none;position:fixed;left:0;top:0;width:100%;height:100%;animation:.2s _fadeBackground_9i4f3_1 forwards;z-index:1000}._modal_9i4f3_2._visible_9i4f3_12{display:block}@keyframes _fadeBackground_9i4f3_1{0%{background-color:#0000}to{background-color:#0006}}._centeringContainer_9i4f3_24{display:flex;align-items:center;justify-content:center;height:100%}._modalContent_9i4f3_31{background-color:var(--backgroundColor);box-shadow:0 0 10px #0003;padding:25px 30px;border-radius:10px;transform-origin:50% 100%;animation:.4s _animateFromTop_9i4f3_1}._modalContent_9i4f3_31 ._modalTitle_9i4f3_39{font-size:1.3rem;color:var(--textPrimaryColor);margin-bottom:5px}._modalContent_9i4f3_31 ._modalSubtitle_9i4f3_44{font-size:.85rem;color:var(--textSecondaryColor);margin-bottom:20px}@keyframes _animateFromTop_9i4f3_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}._scrollableContent_9i4f3_60{overflow-y:auto}._selectContainer_9jfxl_1 ._control_9jfxl_1{border-color:var(--borderColor);box-shadow:none;transition:.2s cubic-bezier(0,0,.2,1) 0ms}._selectContainer_9jfxl_1 ._control_9jfxl_1._controlFocused_9jfxl_6{border-color:var(--borderColor);box-shadow:0 0 0 2px var(--primaryColor)}._selectContainer_9jfxl_1 ._control_9jfxl_1:hover{border-color:var(--borderColor)}._selectContainer_9jfxl_1 ._control_9jfxl_1 ._controlValueContainer_9jfxl_13{font-size:var(--input-text-size)}._selectContainer_9jfxl_1 ._control_9jfxl_1 ._controlValueContainer_9jfxl_13 ._valueText_9jfxl_16{color:var(--textSecondaryColor);font-size:var(--input-text-size);font-weight:400}._selectContainer_9jfxl_1 ._control_9jfxl_1 ._controlValueContainer_9jfxl_13 ._valueText_9jfxl_16._valueTextFilled_9jfxl_21{color:var(--textPrimaryColor)}._selectContainer_9jfxl_1 ._option_9jfxl_24{background-color:var(--backgroundColor);color:var(--textPrimaryColor);cursor:pointer;font-size:var(--input-text-size)}._selectContainer_9jfxl_1 ._option_9jfxl_24._optionSelected_9jfxl_30{background-color:var(--primaryColor);color:var(--onPrimaryColor)}._selectContainer_9jfxl_1 ._option_9jfxl_24:hover:not(._optionSelected_9jfxl_30){background-color:var(--primaryColorLighten);color:var(--textPrimaryColor)}._errorMessage_1thdp_1{margin-top:5px;font-size:.85rem;color:var(--errorColor)}.LabeledInput{--input-color: var(--primaryColor);--horizontal-padding: 16px}.LabeledInput .input-container{position:relative;width:100%;height:var(--input-large-height);border-radius:5px;transition:.2s cubic-bezier(0,0,.2,1) 0ms;background-color:var(--backgroundColor);overflow:hidden}.LabeledInput .input-container:focus-within{box-shadow:0 0 0 2px var(--input-color)}.LabeledInput .input-container .icon{position:absolute;width:16px;left:10px;top:50%;transform:translateY(-50%);z-index:10}.LabeledInput .input-container .icon *{display:block;color:var(--input-color)}.LabeledInput .input-container .icon+div input{padding-left:35px!important}.LabeledInput .input-container .icon+div input~label{left:35px!important}.LabeledInput .input-container .content-wrapper{display:flex;align-items:center;height:100%}.LabeledInput .input-container .content-wrapper .input-wrapper{position:relative;height:100%;flex:1}.LabeledInput .input-container .content-wrapper .input-wrapper input{width:100%;height:100%;padding:15px var(--horizontal-padding) 4px var(--horizontal-padding);font-size:var(--input-text-size);line-height:1;background-color:transparent;border:none;outline:none;box-shadow:none}.LabeledInput .input-container .content-wrapper .input-wrapper input::-webkit-outer-spin-button,.LabeledInput .input-container .content-wrapper .input-wrapper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.LabeledInput .input-container .content-wrapper .input-wrapper input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.LabeledInput .input-container .content-wrapper .input-wrapper label{position:absolute;pointer-events:none;transform:translateY(13px) scale(1);transform-origin:top left;transition:.2s cubic-bezier(0,0,.2,1) 0ms;color:var(--textSecondaryColor);font-size:var(--input-text-size);line-height:1;white-space:nowrap;top:0;left:var(--horizontal-padding)}.LabeledInput .input-container .content-wrapper .input-wrapper:focus-within label{transform:translateY(5px) scale(.75);color:var(--input-color)}.LabeledInput .input-container .content-wrapper .input-wrapper input:not(:placeholder-shown)+label{transform:translateY(5px) scale(.75)}.LabeledInput .input-container .content-wrapper .suffix{margin-right:var(--horizontal-padding);color:var(--textSecondaryColor)}.LabeledInput .input-container.lighter{border:1px solid var(--borderColor)}.LabeledInput .input-container.error{--input-color: var(--errorColor)}.Checkbox{--checkbox-size: 18px;position:relative}.Checkbox .error-message{margin-top:5px;font-size:.85rem;color:var(--errorColor)}.Checkbox label{cursor:pointer;display:flex;align-items:center;font-size:.9rem}.Checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--checkbox-size);height:var(--checkbox-size);border-radius:5px;margin-right:10px;display:block;border:2px solid #b6b6b6;outline:none;cursor:pointer;transition:.2s ease-in-out}.Checkbox input[type=checkbox]:disabled{border-color:silver;background-color:silver}.Checkbox input[type=checkbox]:disabled+span{color:silver}.Checkbox input[type=checkbox]:checked{background-color:var(--primaryColor);position:relative;border-color:transparent}.Checkbox input[type=checkbox]:checked+.icon{opacity:1}.Checkbox .icon{opacity:0;position:absolute;width:10px;height:10px;top:4px;left:4px;color:#fff;pointer-events:none}.PhoneInput{height:var(--input-large-height);border-radius:5px;border:1px solid var(--borderColor);overflow:visible;box-shadow:none;transition:.2s cubic-bezier(0,0,.2,1) 0ms;--PhoneInputCountryFlag-borderColor: #5f5f5f6c;--PhoneInputCountryFlag-borderColor--focus: var(--primaryColor);--PhoneInputCountrySelectArrow-color--focus: var(--primaryColor)}.PhoneInput--focus{box-shadow:0 0 0 2px var(--primaryColor)}.PhoneInputCountry{padding-left:10px}.PhoneInputCountryIcon{border-radius:2px}.PhoneInputInput{height:100%;width:100%;border:none;outline:none;background-color:transparent;color:var(--textPrimaryColor);font-size:var(--input-text-size);font-weight:400}.PhoneInputInput::placeholder{color:var(--textSecondaryColor)}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.loading-container{position:absolute;top:0;bottom:0;left:0;right:0;z-index:100000;background-color:var(--secondaryColor);opacity:.8;display:flex;align-items:center;justify-content:center}sidePanel-scrollable{overflow-y:auto}.sidePanel-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#0000000f;animation-name:overlayFadeIn;animation-duration:.2s;z-index:998}@keyframes overlayFadeIn{0%{background-color:#0000}to{background-color:#0000000f}}.sidePanel{position:fixed;right:0;top:0;bottom:0;width:700px;padding:40px 30px;display:none;transform:translate(700px);background-color:var(--backgroundColor);box-shadow:0 0 10px #cbcbcb;border-radius:5px;z-index:999;transition:all .2s ease-in-out}.sidePanel .loading-panel{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sidePanel .close-icon{color:var(--primaryColor);font-size:1.2rem;position:absolute;top:5px;left:5px;padding:10px;border-radius:5px;cursor:pointer}.sidePanel.visible{transform:translate(0);display:block}._collapsibleMenu_1wbz8_1 ._header_1wbz8_1{background-color:var(--secondaryColor);height:50px;border-radius:5px;box-shadow:var(--default-shadow);border:1px solid rgba(167,167,167,.2);padding:10px 15px;cursor:pointer;display:flex;align-items:center;gap:15px}._collapsibleMenu_1wbz8_1 ._header_1wbz8_1 ._chevron_1wbz8_13{transition:.2s ease-in-out}._collapsibleMenu_1wbz8_1 ._content_1wbz8_16{transition:.2s ease-in-out;overflow:hidden;position:relative;top:10px}._collapsibleMenu_1wbz8_1._open_1wbz8_22 ._header_1wbz8_1 ._chevron_1wbz8_13{transform:rotate(-180deg)}._sidePanel_1ae8p_1{display:flex;flex-direction:column}._sidePanel_1ae8p_1 ._infosContainer_1ae8p_5{display:flex;justify-content:space-around;margin:30px 0}._sidePanel_1ae8p_1 ._infosContainer_1ae8p_5 ._info_1ae8p_5{display:flex;flex-direction:column;max-width:150px}._sidePanel_1ae8p_1 ._infosContainer_1ae8p_5 ._info_1ae8p_5 ._infoTitle_1ae8p_15{font-size:.8rem;font-weight:var(--bold);text-transform:uppercase;color:var(--textSecondaryColor)}._sidePanel_1ae8p_1 ._infosContainer_1ae8p_5 ._info_1ae8p_5 ._infoValue_1ae8p_21{font-size:.8rem;font-weight:var(--medium);margin:5px 0;line-height:1.2rem;color:var(--primaryColor);word-break:break-all}._sidePanel_1ae8p_1 ._note_1ae8p_29{margin:10px 0;font-size:.8rem;font-style:italic;font-weight:300;color:var(--textPrimaryColor);line-height:1.2rem}._sidePanel_1ae8p_1 ._note_1ae8p_29 ._label_1ae8p_37{font-weight:600;color:var(--textSecondaryColor);margin-right:2px}.switch{display:block;width:40px;height:20px;border-radius:100px;background-color:var(--secondaryColor);padding:4px;cursor:pointer;transition:all .3s}.switch .btn{aspect-ratio:1;height:100%;border-radius:10px;background-color:var(--backgroundColor);position:relative;left:0;transition:all .3s}.switch.active{background-color:var(--primaryColor);justify-content:flex-end}.switch.active .btn{left:100%;transform:translate(-100%)}:root{--primaryColor: #fc4343;--primaryColorLighten: #dee1f7;--primaryColorAccentued: #5567cd;--onPrimaryColor: #fcfcfc;--secondaryColor: #f6f1f1;--secondaryColorAccentued: #dedcdc;--backgroundColor: #ffffff;--onBackgroundColor: #151515;--borderColor: #dbdbdb;--cardColor: #272727;--navbarColor: #f6f1f1;--errorColor: #fc4343;--successColor: #0bb86e;--textPrimaryColor: #242424;--textSecondaryColor: #7f7f7f;--thin: 100;--extraLight: 200;--light: 300;--regular: 400;--medium: 500;--semiBold: 600;--bold: 700;--extraBold: 800;--black: 900;--btnRadius: 10px;--transitionDuration: .4s;--navbarHeight: 50px;--sidebarWidth: 210px;--input-large-height: 40px;--input-small-height: 30px;--input-text-size: 14px;--default-shadow: 0px 0px 15px 2px rgba(75, 75, 75, .1)}*{font-family:Montserrat,sans-serif;box-sizing:border-box;padding:0;margin:0;text-decoration:none}body{background-color:var(--backgroundColor);color:var(--textPrimaryColor)}.company-name{font-family:MuseoModerno,cursive;font-weight:var(--extraBold);color:var(--primaryColor)}.main{flex:1;height:100vh;margin-left:var(--sidebarWidth)}.content{padding:30px;position:relative}.tooltip{background-color:var(--primaryColor)!important;color:var(--onPrimaryColor)!important;font-size:.8rem!important;border-radius:5px!important;padding:5px 8px!important}.text-error{font-size:.8rem;color:red}@media screen and (max-width: 800px){.main{margin:0}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 0 10px #37373728}.map .map-component{cursor:default}.map .map-component:active{cursor:move}.map .marker-icon{font-size:1.4rem;color:var(--primaryColor)}.map .popup-marker{padding:0}.map .popup-marker-text{font-size:.8rem;font-weight:var(--bold)}.map .hexagons-container{background-color:red;border:1px solid black}.poi-window{--width: 350px;height:500px;width:var(--width);position:absolute;top:50%;transform:translateY(-50%);left:20px;z-index:999;background-color:var(--backgroundColor);box-shadow:2px 0 15px #0000003c;border-radius:10px;padding:15px;transition:all .3s;cursor:default}.poi-window .toggle{position:absolute;right:0;top:50%;transform:translate(10px) translateY(-50%);background-color:var(--backgroundColor);height:30px;width:25px;border-radius:50%;padding:6px;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;cursor:pointer;transition:all .3s}.poi-window .toggle i{color:var(--primaryColor);transform:rotate(-180deg);transition:all .3s}.poi-window .children{width:100%;height:100%;overflow-y:scroll}.poi-window.reduced{transform:translateY(-50%) translate(calc(-1 * (var(--width) + 10px)));cursor:pointer}.poi-window.reduced .toggle i{transform:rotate(0)}.poi-window.reduced:hover{transform:translateY(-50%) translate(calc(-1 * (var(--width) + 5px)))}@keyframes openMe{0%{transform:translate(-4px)}30%{transform:translate(0)}to{transform:translate(-4px)}}.poi-window.reduced:hover .toggle i{animation-name:openMe;animation-duration:1.2s;animation-iteration-count:infinite}.poi-window .empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.search-bar{position:absolute;top:10px;left:50%;transform:translate(-50%);display:flex;align-items:center;background-color:var(--backgroundColor);padding:4px;border-radius:10px;box-shadow:0 0 15px #0003;z-index:999}.search-bar .location-icon{color:var(--primaryColor);font-size:1rem;margin:0 5px}.search-bar .map-input{margin-right:10px;width:250px;font-size:.9rem;font-weight:var(--medium);border:1px solid transparent;padding:0 2px}.search-bar .suggestion-dropdown{position:absolute;max-height:0;overflow:hidden;background-color:var(--backgroundColor);box-shadow:0 0 15px #0003;width:100%;border-radius:10px;top:42px;left:0;transition:all .5s}.search-bar .suggestion-dropdown li{list-style:none;margin:5px 5px 10px;padding:5px;border-radius:10px;position:relative;cursor:pointer;transition:all .2s}.search-bar .suggestion-dropdown li:after{content:"";position:absolute;bottom:-6px;width:100%;height:1px;background-color:var(--secondaryColor)}.search-bar .suggestion-dropdown li:hover{background-color:var(--secondaryColor)}.search-bar .suggestion-dropdown .name{font-size:.9rem;font-weight:var(--medium);margin-bottom:2px}.search-bar .suggestion-dropdown .location{font-size:.7rem;font-weight:var(--medium);color:var(--textSecondaryColor)}.search-bar .map-input:focus+.suggestion-dropdown{max-height:300px;overflow:scroll}.search-bar .search-icon{padding:8px;border-radius:10px;background-color:var(--primaryColor);color:var(--onPrimaryColor);font-size:.8rem;cursor:pointer;transition:all .3s}.search-bar .search-icon:hover{background-color:var(--secondaryColor);color:var(--primaryColor)}.zoom-control{position:absolute;bottom:40px;right:20px;z-index:999;display:flex;flex-direction:column;gap:10px}.zoom-control i{padding:9px 10px;border-radius:50px;background-color:var(--primaryColor);color:var(--backgroundColor);box-shadow:0 0 10px #1414141a;transition:all .2s;cursor:pointer}.zoom-control i:hover{box-shadow:0 0 10px #14141433}.control-layer{position:absolute;z-index:999;top:15px;right:15px}.control-layer .map-burger{position:absolute;top:0;right:0;background-color:var(--backgroundColor)}.control-layer .menu{background-color:var(--backgroundColor);border-radius:5px;padding-top:30px;max-height:0;max-width:0;overflow:hidden;transition:all .3s}.control-layer .menu .options{padding:16px 8px}.control-layer .menu .options .option{display:flex;justify-content:space-between;margin:10px 0}.control-layer .menu .options .option span{font-size:.8rem;margin-right:10px;max-width:100px}.control-layer .menu .options .hexagon-size{width:75px}.control-layer .menu.open{max-height:200px;max-width:200px}.customer-data .name{font-size:1.4rem;font-weight:var(--semiBold);color:var(--textPrimaryColor);margin:5px 0}.customer-data .location{color:var(--textSecondaryColor);font-weight:var(--medium);font-size:.8rem}.customer-data .location i{margin-right:7px}.hexagon-data .name{font-size:1.4rem;font-weight:var(--semiBold);color:var(--textPrimaryColor);margin:5px 0}.hexagon-data .note{font-size:.8rem;font-weight:var(--regular);color:var(--textPrimaryColor);margin:15px 0;display:flex;align-items:center}.hexagon-data .note i{margin:0 5px;color:var(--primaryColor)}.hexagon-data .hex-tabs{background-color:var(--secondaryColor);border-radius:10px;padding:4px;height:30px;margin-top:20px}.hexagon-data .hex-tabs .wrapper{height:100%;display:flex;align-items:center;position:relative;overflow:hidden}.hexagon-data .hex-tabs .wrapper .selector{position:absolute;background-color:var(--backgroundColor);width:50%;height:100%;border-radius:8px;transition:all .3s}.hexagon-data .hex-tabs .wrapper .selector.left{transform:translate(0)}.hexagon-data .hex-tabs .wrapper .selector.right{transform:translate(100%)}.hexagon-data .hex-tabs .wrapper .tab{font-size:.8rem;font-weight:var(--medium);width:50%;text-align:center;z-index:1;cursor:pointer}.hexagon-data .charts-container{background-color:var(--secondaryColor);border-radius:5px;margin-top:8px}.hexagon-data .charts-container .chart{margin-bottom:12px;padding:5px;border-radius:10px}.hexagon-data .charts-container .chart .chart-title{font-size:.7rem;font-weight:var(--bold);color:var(--textPrimaryColor);text-transform:uppercase;display:block;text-align:center}.customers{display:flex;flex-direction:column;align-items:center;gap:10px;height:100vh}.customers .tools{display:flex;justify-content:space-between;width:100%}.customers .tools .share-catalog{position:relative}.customers .tools .share-catalog .overlay{position:fixed;top:0;bottom:0;right:0;left:0;z-index:1}.customers .tools .share-catalog .share-catalog-box{position:absolute;right:35px;animation-name:shareTranslate;animation-duration:.2s;width:250px;background-color:var(--secondaryColor);border-radius:5px;box-shadow:0 0 10px #0000002f;display:flex;flex-direction:column;align-items:center;justify-content:space-around;padding:10px;z-index:9}.customers .tools .share-catalog .share-catalog-box p{font-size:.9rem;text-align:center;font-weight:var(--medium);line-height:1.4rem;color:#303030;margin:10px 0}.customers .tools .share-catalog .share-catalog-box .sharing-button{font-size:.9rem;font-weight:var(--bold);text-transform:uppercase;color:var(--primaryColor);padding:5px 10px;border-radius:5px;cursor:pointer;transition:all .2s}.customers .tools .share-catalog .share-catalog-box .sharing-button i{margin:0 10px;font-weight:var(--bold)}@keyframes shareTranslate{0%{transform:translateY(20px)}to{transform:translateY(0)}}.customers .restaurants-slider-cards{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px;padding:15px 0;overflow:scroll;position:relative}.customers #no-restaurant{margin:20px 0;font-style:italic;font-size:1rem;font-weight:var(--regular)}.customers .metrics{display:flex;justify-content:space-around;margin:30px 0}.customers .metrics .metric{display:flex;flex-direction:column;max-width:150px}.customers .metrics .metric .label{font-size:.8rem;font-weight:var(--bold);text-transform:uppercase;color:#aaa}.customers .metrics .metric .value{font-size:.8rem;font-weight:var(--medium);margin:5px 0;line-height:1.2rem;color:var(--primaryColor)}.customers .table-container{max-height:480px;overflow:scroll;box-shadow:0 0 10px #f0f0f0}.customers .table-container th{font-size:.7rem}.szh-menu{margin:0;padding:0;list-style:none;box-sizing:border-box;width:max-content;z-index:100;border:1px solid rgba(0,0,0,.1);background-color:#fff}.szh-menu:focus{outline:none}.szh-menu__arrow{box-sizing:border-box;width:.75rem;height:.75rem;background-color:#fff;border:1px solid transparent;border-left-color:#0000001a;border-top-color:#0000001a;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translate(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translate(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:none}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{cursor:default;background-color:inherit}.szh-menu__item--disabled{cursor:default;color:#aaa}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{margin:0;padding:0;list-style:none}.szh-menu__divider{height:1px;margin:.5rem 0;background-color:#0000001f}.szh-menu-button{box-sizing:border-box}.szh-menu{-webkit-user-select:none;user-select:none;color:#212529;border:none;border-radius:.25rem;box-shadow:0 3px 7px #0002,0 .6px 2px #0000001a;min-width:10rem;padding:.5rem 0}.szh-menu__item{display:flex;align-items:center;position:relative;padding:.375rem 1.5rem}.szh-menu-container--itemTransition .szh-menu__item{transition-property:background-color,color;transition-duration:.15s;transition-timing-function:ease-in-out}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio:before{content:"○";position:absolute;left:.8rem;top:.55rem;font-size:.8rem}.szh-menu__item--type-radio.szh-menu__item--checked:before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox:before{position:absolute;left:.8rem}.szh-menu__item--type-checkbox.szh-menu__item--checked:before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item:after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}@keyframes szh-menu-show-slide-left{0%{opacity:0;transform:translate(.75rem)}}@keyframes szh-menu-hide-slide-left{to{opacity:0;transform:translate(.75rem)}}@keyframes szh-menu-show-slide-right{0%{opacity:0;transform:translate(-.75rem)}}@keyframes szh-menu-hide-slide-right{to{opacity:0;transform:translate(-.75rem)}}@keyframes szh-menu-show-slide-top{0%{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-hide-slide-top{to{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-show-slide-bottom{0%{opacity:0;transform:translateY(-.75rem)}}@keyframes szh-menu-hide-slide-bottom{to{opacity:0;transform:translateY(-.75rem)}}.szh-menu--state-opening.szh-menu--dir-left{animation:szh-menu-show-slide-left .15s ease-out}.szh-menu--state-closing.szh-menu--dir-left{animation:szh-menu-hide-slide-left .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-right{animation:szh-menu-show-slide-right .15s ease-out}.szh-menu--state-closing.szh-menu--dir-right{animation:szh-menu-hide-slide-right .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-top{animation:szh-menu-show-slide-top .15s ease-out}.szh-menu--state-closing.szh-menu--dir-top{animation:szh-menu-hide-slide-top .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-bottom{animation:szh-menu-show-slide-bottom .15s ease-out}.szh-menu--state-closing.szh-menu--dir-bottom{animation:szh-menu-hide-slide-bottom .15s ease-in forwards}.customer-card{position:relative;width:100%;height:100%;max-width:350px;padding:15px;background-color:var(--backgroundColor);border-radius:5px;cursor:pointer}.customer-card i{position:absolute;right:5px;top:5px;padding:5px;color:var(--primaryColor)}.customer-card .name{display:block;width:95%;margin:0 0 5px;color:#202020;font-size:.9rem;font-weight:var(--semiBold);text-transform:uppercase}.customer-card .location{margin-bottom:16px;color:#555;font-size:.8rem;font-weight:var(--light);font-style:italic}.customer-card .data{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-size:.7rem;margin:10px 0}.customer-card .data .label{text-transform:uppercase;font-weight:var(--semiBold);color:#858585;letter-spacing:.5px}.customer-card .data .value{color:var(--primaryColor);padding:3px}.customer-card .data .value:hover{text-decoration:underline}.customer-card:hover{background-color:var(--secondaryColor)}.customer-card:after{content:"";position:absolute;height:1px;width:100%;left:50%;transform:translate(-50%);background-color:#00000026;top:-7.5px}.sharing-link-view{padding:50px;height:100vh;width:100vw;background-color:var(--secondaryColor)}.sharing-link-view h1{color:var(--primaryColor);font-size:2.4rem;font-weight:var(--extraBold);text-align:center;font-family:MuseoModerno}.sharing-link-view h2{margin:60px 0;text-align:center;font-size:2rem;font-weight:var(--regular);color:#3c3c3c}.sharing-link-view .invitation{background-color:var(--backgroundColor);margin:80px auto;max-width:450px;text-align:center;padding:30px;box-shadow:0 0 15px 2px #5e72e420;border-radius:5px;transition:all .3s}.sharing-link-view .invitation:hover{box-shadow:0 0 15px 2px #5e72e450}.sharing-link-view .invitation p{line-height:2rem;font-size:1rem;font-weight:var(--medium);color:#3c3c3c}.sharing-link-view .invitation .button{margin:20px auto 0;text-transform:uppercase;letter-spacing:1px;width:120px;height:35px;font-weight:var(--semiBold)}.onboarding-card{display:flex;background-color:var(--backgroundColor);border-radius:10px;padding:15px;width:350px;height:120px;box-shadow:0 0 10px -2px #0003;transition:all .3s}.onboarding-card:hover{box-shadow:0 0 15px -2px #5e72e48c;transform:scale(1.01)}.onboarding-card .name-login{flex:2;display:flex;flex-direction:column;align-items:baseline;justify-content:space-between}.onboarding-card h2{font-size:1.4rem;font-weight:var(--semiBold)}.onboarding-card .logo-container{flex:1;display:flex;align-items:center;justify-content:center}.onboarding-card .logo-container .logo-integrations{max-width:100%;max-height:100%}.modal{display:none;position:fixed;padding-top:100px;left:0;top:0;width:100%;height:100%;background-color:#0006;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal.visible{display:block}.modal-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;position:relative}.modal-content .text-error{height:0;transform:translateY(-10px)}.modal-content .LabeledInput{width:100%}.modal-content .button-container{display:flex;gap:30px}.retrieve-data-loading{display:flex;flex-direction:column;align-items:center;justify-content:center}.retrieve-data-loading .loading-info{margin-bottom:10px;font-weight:var(--light);font-size:.9rem}.retrieve-data-loading #bold{font-weight:var(--semiBold);font-size:1.1rem}.retrieve-data-loading .button{margin-top:30px;min-width:60px}.integrations{padding:0 30px;width:100%;overflow-y:scroll;display:flex;flex-direction:column;align-items:center;gap:30px;min-height:75vh}.integrations #welcome{font-size:1.2rem;font-weight:var(--medium)}.integrations p{font-size:.9rem;font-weight:var(--medium)}.integrations .onboarding-search{width:300px!important;margin:10px 0}.integrations .cards-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-auto-flow:row;gap:40px;width:100%;margin-top:40px}.integrations .cards-container .card{background-color:red}.integrations .button-fixed-bottom{position:absolute;left:50%;bottom:30px;min-width:80px;box-shadow:0 5px 10px #15151540;transform:translate(-50%);animation-name:translateButton;animation-duration:1s}@keyframes translateButton{0%{bottom:0}to{bottom:30px}}
