.loading.fullscreen{min-height:100vh;display:grid;place-content:center;gap:1.5rem}.loading .spinner{display:inline-block;position:relative;width:80px;height:80px}.loading .spinner div{box-sizing:border-box;display:block;position:absolute;width:4rem;height:4rem;margin:.5rem;border:.4rem solid var(--primary);border-radius:50%;animation:spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--primary) transparent transparent transparent}.loading .loadingInput{display:inline-block;position:relative;width:1rem;height:1rem}.loading .loadingInput div{box-sizing:border-box;display:block;position:absolute;width:1rem;height:1rem;margin:.1rem;border:.1rem solid var(--primary);border-radius:50%;animation:spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--primary) transparent transparent transparent}.loading .spinner div:nth-child(1){animation-delay:-.45s}.loading .spinner div:nth-child(2){animation-delay:-.3s}.loading .spinner div:nth-child(3){animation-delay:-.15s}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button-component{font-family:Poppins,sans-serif;font-size:15px;letter-spacing:-.2px;line-height:146%;font-weight:600;min-height:3.0625rem;display:grid;place-items:center;padding:.625rem 1.25rem;color:#fff;border:.0625rem solid transparent;min-width:8.75rem;max-width:fit-content;width:100%;text-decoration:none;border-radius:.625rem;background:var(--primary);cursor:pointer}@media screen and (max-width: 1399px){.button-component{min-height:2.5rem;min-width:6.25rem}}.button-component:hover{border-color:#0087d1;background:#0087d1}.button-component.icon-button{min-width:2.5rem;min-height:2.5rem;padding:.25rem}.button-component.outlined{color:var(--primary);border:.0625rem solid var(--primary);background:none;text-decoration:none}.button-component.outlined>.button-content{color:var(--primary)}.button-component.outlined:hover{border-color:#0087d1;color:#0087d1}.button-component.link{color:var(--primary);background:none;border-color:transparent}.button-component.link:hover{color:#0087d1}.button-component.link:hover svg{border:.063rem solid var(--primary);border-radius:.313rem}.button-component.secondary{color:#fff;background:#006298}.button-component.secondary:hover{border-color:#0087d1;background:#0087d1}.button-component.secondary.outlined{color:#006298;border:.0625rem solid #006298;background:none}.button-component.secondary.outlined:hover{color:#0087d1;border-color:#0087d1}.button-component.secondary.link{color:#006298;background:none;border-color:transparent}.button-component.secondary.link:hover{color:#0087d1}.button-component.secondary.disabled{background:#f2f2f2;color:#006298;border:none;cursor:default;pointer-events:none}.button-component.tertiary{background:#f2f2f2;color:#7a7a7a;border:.0625rem solid #f2f2f2}.button-component.tertiary:hover{border:.0625rem solid #d6d6d6;background:#d6d6d6}.button-component.tertiary.outlined{background:transparent;color:#7a7a7a;border:.0625rem solid #b6b6b6}.button-component.tertiary.outlined:hover{color:#828282;border-color:#828282}.button-component.tertiary.link{background:transparent;border:.0625rem solid transparent}.button-component.tertiary.link:hover{color:#b6b6b6}.button-component.gradient{background:linear-gradient(180deg,var(--primary) -19.05%,#006298 85.71%);color:#fff;border:.0625rem solid var(--primary);border-radius:.5625rem}.button-component.gradient:hover{background:linear-gradient(90deg,#0087d1 0%,#006298 100%)}.button-component.disabled{background:#f2f2f2;color:#006298;border:.0625rem solid #f2f2f2;cursor:default;pointer-events:none}.button-component.auto-width{width:auto}.button-component.full-width{width:100%;max-width:100%}.button-component .button-component-loading{width:1rem;height:1rem;border:.125rem solid #fff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button-component .button-component-loading.primary{border-color:var(--primary);border-bottom-color:#fff}.button-component .button-component-loading.secondary{border-color:#006298;border-bottom-color:#fff}.button-component .button-component-loading.tertiary{border-color:#b6b6b6;border-bottom-color:transparent}.button-component .button-component-loading.white{border-color:#fff;border-bottom-color:transparent}.button-component .button-content{display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;line-height:1.005625rem;padding:.35rem;gap:.25rem}.button-component.min-width-auto{min-width:auto}.button-component.user-button{background:#fbfbfb;border:.063rem solid #475569;min-height:auto;height:100%;min-width:auto;padding:.6rem}.button-component.user-button .button-content{color:#475569;padding:0}.button-component.user-button.selected{background:#0087d1;border:.063rem solid #0087d1}.button-component.user-button.selected .button-content{color:#fff}.card-component{flex:1;box-sizing:border-box;padding:30px;width:100%;background-color:#fbfbfb;box-shadow:0 0 5px #0000001a;border-radius:5px}.card-component.presentation-modal-card{background-color:#fff;border:.063rem solid rgba(122,122,122,.12);box-shadow:0 7.875rem 4.75rem #00536605,0 3.5rem 3.5rem #00536608,0 .875rem 1.938rem #00536608,0 0 #00536608}.card-component.center-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.card-component p{color:#171b2a;font-weight:500;margin-bottom:0}.card-component ul li{font-weight:500;color:#171b2a;line-height:30px}.delete-user-modal-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.delete-user-modal-buttons-container{width:100%;display:flex;flex-direction:row;justify-content:end;margin-bottom:1.563rem}.delete-user-confirm-modal-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:15.313rem}.delete-user-confirm-modal-buttons-container{width:100%;display:flex;flex-direction:row;justify-content:center;margin-bottom:1.563rem}.delete-user-modal-parragraph{max-width:31.25rem}.delete-user-modal-confirm-parragraph{max-width:31.25rem;text-align:center}.input-wrapper{display:flex;flex-direction:column;gap:.5rem}.input-wrapper.no-label{gap:0}.input-wrapper .input-label{color:#475569;font-size:1rem;font-style:normal;font-weight:500;line-height:1.798rem;display:flex;align-items:center;gap:.31rem}.input-wrapper .input-label .input-label-optional{color:#130d2a80;font-size:1rem;font-style:normal;font-weight:500;line-height:1.798rem;margin-left:.4rem}.input-wrapper .input-container{align-items:center;position:relative;background:#ffffff;border:.0625rem solid #94a0b0;border-radius:.563rem;display:flex;justify-content:space-between;text-align:left;gap:.5rem;padding:.7rem .75rem}.input-wrapper .input-container input{width:100%;background:#ffffff;border:none;font-size:1rem;color:#475569}.input-wrapper .input-container input:focus{border-color:var(--primary);outline:0}.input-wrapper .input-container input::placeholder{opacity:.7;font-weight:400;color:#94a0b0}.input-wrapper .input-container input.selected{background:#ffffff}.input-wrapper .input-container input[type=number]{-moz-appearance:textfield}.input-wrapper .input-container input[type=number]::-webkit-inner-spin-button,.input-wrapper .input-container input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-wrapper .input-container .symbol{color:#475569;position:relative;padding-left:1rem}.input-wrapper .input-container .symbol:before{content:"";position:absolute;left:0;border-left:.0625rem solid #94a0b0;top:-.75rem;bottom:-.75rem}.input-wrapper .input-container .input-password-button{display:grid;place-items:center;border:none;background:none;cursor:pointer}.input-wrapper.error label{color:#eb5757}.input-wrapper.error .input-container{border-color:#eb5757}.input-wrapper.readOnly .input-container{background:#f2f2f2;border-color:#d6d6d6}.input-wrapper.readOnly input{background:#f2f2f2}.input-wrapper.filled .input-container,.input-wrapper.filled .input-container input{background:#ffffff}.checkbox-wrapper{display:flex;width:100%}.checkbox-wrapper.checkbox-label-helper>label{align-items:flex-start}.checkbox-wrapper>label{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:.5rem;width:100%}.checkbox-wrapper>label>input[type=checkbox]{min-height:1.43rem;min-width:1.43rem;border-radius:.375rem}.checkbox-wrapper>label>input[type=checkbox]:not(:checked){-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff;border:.125rem solid var(--primary)}.checkbox-wrapper>label>input[type=checkbox]:checked{accent-color:var(--primary)}.checkbox-wrapper>label>span{font-weight:500;line-height:148.6%;text-align:left}.checkbox-wrapper>label .checkbox-label-helper-name{font-weight:400}.checkbox-wrapper .checkbox-label-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.input-date,.input-time{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.input-date>label,.input-time>label{color:#475569;font-size:1rem;font-style:normal;font-weight:500;line-height:1.798rem;text-align:left}.input-date>label>span,.input-time>label>span{color:#130d2a80;font-size:1rem;font-style:normal;font-weight:500;line-height:1.798rem}.input-date.error label,.input-time.error label{color:#eb5757;font-weight:600}body:has(.modal-wrapper){overflow:hidden}.overflow-hidden{overflow:hidden}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1001}.modal-wrapper{display:flex;position:fixed;justify-content:center;align-items:center;top:0;left:0;background-color:#6b728080;z-index:1002;width:100%;min-height:100vh}.modal-wrapper .modal{background-color:#fff;width:90vw;max-width:37.5rem;max-height:90vh;border-radius:.25rem;overflow:hidden;display:flex;flex-direction:column}.modal-wrapper .modal .modal-header{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;gap:2rem;padding:1.25rem 1.5rem;border-bottom:.0625rem solid rgba(0,136,209,.0823529412)}.modal-wrapper .modal .modal-header.with-icon{flex-direction:column;padding:1.25rem 1.5rem 0;gap:0}.modal-wrapper .modal .modal-header.with-icon .modal-title{text-align:center;max-width:30rem}.modal-wrapper .modal .modal-header.with-icon .modal-close-container{align-self:flex-end}.modal-wrapper .modal .modal-header .modal-close-container{display:grid;place-items:center;background:#f9fafd;width:2.375rem;height:2.375rem;border-radius:50%}.modal-wrapper .modal .modal-header .modal-close-container .modal-close.button-component.icon-button{min-width:auto;min-height:auto}.modal-wrapper .modal .modal-header .modal-title{font-size:1.125rem;font-weight:600;line-height:32.5px}.modal-wrapper .modal .modal-header .modal-subtitle{padding:1.25rem;max-height:calc(75vh - 100px);overflow-y:auto;text-align:center;max-width:29rem;font-weight:400;line-height:1.6rem}.modal-wrapper .modal .modal-header .modal-heading{display:flex;flex-direction:column;align-items:center;color:var(--primary)}.modal-wrapper .modal .modal-header .modal-heading .modal-icon{display:grid;place-items:center;margin-bottom:1.75rem;height:3.25rem;width:3.25rem;background:#0087d1;border-radius:50%}.modal-wrapper .modal .modal-header .modal-heading .modal-icon svg{height:1.5rem;width:1.5rem}.modal-wrapper .modal .body{padding:1rem 1.25rem;max-height:calc(75vh - 100px);overflow-y:auto}.modal-wrapper .modal .footer{display:flex;justify-content:flex-end;padding:1.25rem 1.5rem;gap:.625rem;border-top:.0625rem solid rgba(0,136,209,.0823529412)}.language-selector{display:flex;justify-content:center;align-items:center;gap:.5rem}.language-selector button{background-color:transparent;border:none;color:#4f4f4f;font-size:1rem;cursor:pointer;transition:color .3s}.language-selector button:hover{color:#828282}.language-selector button.active{color:var(--primary)}.container-app{display:flex;flex-direction:column;overflow:hidden}.container-app .top-bar{background-color:#fff;border-bottom:.0625rem solid rgb(221,221,221);height:5rem;padding:1.25rem 2.1875rem;box-sizing:border-box;display:flex;align-items:center}.container-app .top-bar .greetings h3{margin:0;font-weight:600;color:#1e293b}.container-app .top-bar .greetings p{margin:.3125rem 0 0;font-size:.875rem;font-weight:500;color:#171b2a}.container-app .top-bar .logged-user-info{margin-left:auto;width:14.375rem;position:relative;flex-shrink:0}.container-app .top-bar .logged-user-info .logged-user-info__content{color:#171b2a;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.container-app .top-bar .logged-user-info .logged-user-info__content:hover{cursor:pointer}.container-app .top-bar .logged-user-info .logged-user-info__content .logged-user-icon{width:1.875rem;height:1.875rem;background:var(--primary);padding:.0625rem;border-radius:100%;display:grid;place-items:center}.container-app .top-bar .logged-user-info .logged-user-info__content .logged-user-icon p{color:#fff;margin:0}.container-app .top-bar .logged-user-info .logged-user-info__content span{margin:0 .625rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#7a7a7a;font-size:.9rem}.container-app .top-bar .logged-user-info .logged-user-info__options{position:absolute;width:12.5rem;background-color:#fff;top:4.0625rem;right:0;box-shadow:0 0 .5rem #d8d8d8bf;border-radius:.625rem}.container-app .top-bar .logged-user-info .logged-user-info__options .option{display:flex;align-items:center;justify-content:flex-start;height:3rem;padding:.625rem 1.25rem;color:#171b2a}.container-app .top-bar .logged-user-info .logged-user-info__options .option:hover{cursor:pointer;background-color:#f7f7f7}.container-app .top-bar .logged-user-info .logged-user-info__options .option span{margin-left:.625rem;font-weight:500}.container-app .top-bar .collapse-button{margin-right:30px;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer}.container-app .top-bar .collapse-button svg{color:gray}.container-app .dashboard-layout{display:flex;flex:1}.container-app .dashboard-layout .sidebar{width:15.625rem;background-color:#fff;display:flex;flex-direction:column;padding-top:1.25rem;transition:width .3s;position:relative}.container-app .dashboard-layout .sidebar .sidebar-item{display:flex;align-items:center;justify-content:flex-start;height:2.8125rem;color:#006298;text-decoration:none;font-weight:500;transition:background-color .1s,color .1s;width:12.5rem;margin:0 25px 20px;padding:0 1.25rem;box-sizing:border-box;border-radius:.625rem}.container-app .dashboard-layout .sidebar .sidebar-item .sidebar-icon{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;margin-right:.9375rem;font-size:1.25rem}.container-app .dashboard-layout .sidebar .sidebar-item.active,.container-app .dashboard-layout .sidebar .sidebar-item:hover{background:#eff6ff;color:var(--primary);cursor:pointer;transition:background-color .1s,color .1s}.container-app .dashboard-layout .sidebar .sidebar-item.active .sidebar-icon svg path,.container-app .dashboard-layout .sidebar .sidebar-item:hover .sidebar-icon svg path{stroke:var(--primary);fill:#c2edf7}.container-app .dashboard-layout .sidebar.collapsed{width:5.75rem;transition:width .3s}.container-app .dashboard-layout .sidebar.collapsed .sidebar-item{width:25%;justify-content:center;transition:width .3s}.container-app .dashboard-layout .sidebar.collapsed .sidebar-item .sidebar-label{transition:width .3s;display:none}.container-app .dashboard-layout .sidebar.collapsed .sidebar-icon{margin-right:0;transition:width .3s}.container-app .dashboard-layout .content{display:flex;flex-direction:column;background-color:#f5f6f8;flex:1;height:calc(100vh - 5rem)}.container-app .dashboard-layout .content .content-children{overflow-y:auto;flex:1;height:100%;padding:2.18rem 2.81rem}.sidebar-container{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:1rem}.custom-page-wrapper{padding:40px;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.custom-page-wrapper .card-component svg{font-size:70px;color:var(--primary);margin-bottom:20px}.custom-page-wrapper .card-component ul{max-width:800px}.success-modal.modal .modal-header{border-bottom:none}.success-modal.modal .footer{border-top:none;display:flex;justify-content:center}.form-layout{display:flex;flex-direction:column;gap:1rem;max-width:38.375rem;margin:auto}.room{background:#ffffff;border-radius:.625rem;box-shadow:0 .125rem .75rem #091e4205}.room .room-header{display:flex;align-items:center;gap:.75rem;padding:1.6rem 1.4rem;border-bottom:.0625rem solid rgba(9,30,66,.08)}.room .room-header .room-header-title{margin:0;margin-left:.5rem}.room .room-header .room-back-button{background:none;border:none;cursor:pointer}.room .room-header .room-back-button svg{transform:rotate(270deg)}.room .room-header .room-header-action{background:#ffffff;color:#0087d1;font-weight:500;padding:.375rem;border-radius:.25rem;border:.125rem solid #0087d1;display:flex;align-items:center;gap:.375rem;height:1.75rem;cursor:pointer}.room .room-header .room-header-action:hover{color:#006298;border-color:#006298}.room .room-header .room-header-action:hover svg>path{fill:#006298}.room .room-header .room-header-tab{background:none;border:none;border-bottom:.125rem solid transparent;font-size:1.125rem;font-weight:400;color:#1e293b;padding:1rem 3rem;cursor:pointer}.room .room-header .room-header-tab.active{border-bottom:.125rem solid #0087d1;font-weight:500}.room .room-header .room-header-tab.single-tab{border-bottom:.125rem solid transparent;font-weight:500}.room .room-header.subheader{padding:0;border-bottom:.0625rem solid rgba(9,30,66,.08);box-shadow:0 .125rem .25rem #091e420f}.room .room-header.no-shadow{box-shadow:none}.room .room-content{padding:1rem 1.4rem 3rem}.room.single-tab .room-tabs-layout{border-radius:.2rem;border:.0625rem solid rgba(9,30,66,.08);box-shadow:0 .125rem .75rem #091e4205;margin:1.5rem 2rem}.room.single-tab .room-header{box-shadow:0 .125rem .25rem #091e420f}.room.single-tab .room-header.subheader{box-shadow:none}.room.single-tab .room-header .room-header-tab{padding:1rem 1.5rem}.room .room-layout-footer{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;padding:1rem 3rem;border-top:.0625rem solid rgba(9,30,66,.08)}.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-layout-container{background:#ffffff;border:.0625rem dashed #b3dbf2;border-radius:.5rem}.map-layout-container .map-layout-image-overlay{object-fit:contain}.popup-marker-header{display:flex;justify-content:space-between;align-items:center;border-bottom:.0625rem solid rgba(0,136,209,.0823529412);padding-bottom:.625rem}.popup-marker-header h2{font-size:1rem;margin:0}.popup-marker-header .popup-marker-header-actions{display:flex;justify-content:center;align-items:center;gap:.625rem}.popup-marker-header .popup-marker-header-actions .popup-marker-delete-button{display:grid;place-items:center;height:2rem;width:2rem;border-radius:.3rem;border:none;cursor:pointer}.popup-marker-header .popup-marker-header-actions .popup-marker-delete-button{background:#ffe8e3}.popup-marker-header .popup-marker-header-actions .popup-marker-delete-button:hover{background:#f9d6d1}.popup-marker-content{display:flex;flex-direction:column;gap:.5rem}.popup-marker-actions{display:flex;align-items:center;padding-top:1rem}.popup-marker-actions .button-component{padding:0}.custom-marker-icon{height:1.25rem;width:1.25rem;min-height:1.25rem;min-width:1.25rem;border-radius:50%;border:.0625rem solid #658801;background:#d1ff50;box-shadow:0 0 .625rem #aae500bd;cursor:pointer}.custom-marker-icon.preview{background:#0087d1;border-color:#fff;box-shadow:0 0 .625rem #00b3ff}.custom-marker-icon.active{background:#d1ff50;border-color:#658801;box-shadow:0 0 .625rem #aae500bd}.custom-marker-icon.inactive{background:#ccd3dd;border-color:#475569;box-shadow:0 0 .625rem #000}.custom-marker-icon.warning{background:#ffb240;border-color:#9d6615;box-shadow:0 0 .625rem #ffb240}.custom-marker-icon.alert{background:#ff4040;border-color:#ab2222;box-shadow:0 0 .625rem #ff4040bd}.custom-marker-icon.error{background:#75212d;border-color:#37070e;box-shadow:0 0 .625rem #75212dbd}.custom-marker-icon.offline{background:purple;border-color:#475569;box-shadow:0 0 .625rem #000}.edit-smart-console-page{display:flex;flex-direction:column;align-items:center;margin-bottom:5rem}.edit-smart-console-page .edit-smart-console-page-description{margin-bottom:3rem;max-width:31.25rem;line-height:1.5rem}.edit-smart-console-page .edit-smart-console-page-buttons{display:flex;justify-content:center;margin-top:1rem}.auth-layout{display:flex;flex-direction:row;align-items:center;justify-content:center;display:grid;grid-template-columns:50% 50%}.auth-layout .background-image{height:100%;overflow-y:hidden}.auth-layout .background-image img{object-fit:cover;object-position:center;width:100%;height:100%}.auth-layout .auth-layout__card-container{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2.1875rem 2.5rem;box-sizing:border-box;box-shadow:0 0 .625rem #00000026}.auth-layout .auth-layout__card-container .auth-layout__card{background-color:#fff;max-width:20rem;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.auth-layout .auth-layout__card-container .auth-layout__card .app-logo{max-width:7.5rem;margin-bottom:1.875rem}.auth-layout .auth-layout__card-container .auth-layout__card h1{font-size:2.1875rem;line-height:2.51375rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:1rem}.auth-layout .auth-layout__card-container .auth-layout__card h2{font-size:1.5rem;line-height:1.72375rem;font-weight:400;text-align:center;margin-top:0}.auth-layout .auth-layout__card-container .auth-layout__card .separator{display:block;margin-bottom:.625rem;text-align:center;font-size:.875rem;line-height:1.0625rem;color:#171b2a;font-weight:500}.auth-layout .auth-layout__card-container .auth-layout__card .error-message-global{color:#eb5757;text-align:center;margin:1.25rem}@media (max-width: 768px){.auth-layout{grid-template-columns:100%}.auth-layout .background-image{display:none}.auth-layout .login-component{width:100%}.auth-layout .auth-layout__card-container{padding:1rem;width:100%}.auth-layout .auth-layout__card-container .auth-layout__card{width:auto}}.recover-password-component{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%}.recover-password-component .login-logo{width:4.875rem;margin-bottom:2rem}.recover-password-component .go-back{display:flex;justify-content:flex-start;gap:.5rem;align-items:center}.recover-password-component .go-back svg{cursor:pointer}.recover-password-component .go-back h2{font-size:1.75rem;font-weight:700;line-height:2.01rem;margin:0}.recover-password-component .go-back p{font-size:1.125rem;font-weight:500;line-height:1.75rem;text-align:left;margin:0;color:#1e293b}.recover-password-component form{width:100%}.recover-password-component form div.input-wrapper:first-of-type{margin-bottom:1.25rem}.login-component{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%}.login-component .login-logo{width:4.875rem}.login-component form{width:100%}.login-component form div.input-wrapper:first-of-type{margin-bottom:20px}.login-component form .forgot-password{display:block;text-decoration:none;color:var(--primary);width:100%;margin-bottom:30px;margin-top:10px;font-size:14px;font-weight:500;line-height:16.09px;text-align:right}.login-component .login-component-success{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.login-component .login-component-success img{margin-bottom:3rem}.recovery-pass-component{display:flex;flex-direction:column;width:100%}.recovery-pass-component form{width:100%}.recovery-pass-component form div.input-wrapper:first-of-type{margin-bottom:1.25rem}.recovery-pass-component form .forgot-password{display:block;text-decoration:underline;color:var(--primary);width:100%;margin-bottom:1.875rem;margin-top:.625rem;text-align:right;font-size:.75rem}.recovery-password-form{display:flex;flex-direction:column;align-items:center;gap:1rem}.recovery-password-form .login-logo{width:4.875rem;margin-bottom:2rem}.steps{display:flex;justify-content:center;align-items:center;gap:1.125rem;padding:1.25rem;border-bottom:.0625rem solid rgba(0,136,209,.0823529412)}.steps .step{display:flex;align-items:center;gap:.625rem}.steps .step span{display:inline-block;margin:0;color:#1e293b;text-align:center;font-size:.875rem}.steps .step svg{width:1rem}.steps .step:last-child svg{display:none}.steps .step .step-number,.steps .step .step-completed-icon{top:0;min-height:1.5rem;min-width:1.5rem;max-height:1.5rem;max-width:1.5rem;border-radius:50%;background:#ffffff;color:#ccd3dd;display:flex;justify-content:center;align-items:center;border:.125rem solid #ccd3dd}.steps .step.active .step-number{background:#0087d1;color:#fff;border-color:#0087d1}.steps .step.completed .step-completed-icon{background:#70ca7e;color:#fff;border-color:#70ca7e}.new-room-form-info-container{width:100%;display:flex;justify-content:center;align-items:flex-start;padding:2rem}.new-room-form-info-container .new-room-form-info-content{max-width:38rem;width:100%;display:flex;flex-direction:column;gap:2rem}.image-uploader_wrapper{display:flex;flex-direction:column;align-items:center;min-width:39.875rem}.new-room-form-layout-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.new-room-form-layout-container .new-room-form-layout-content{max-width:38rem;width:100%;display:flex;flex-direction:column;gap:1.5rem}.new-room-form-layout-container .new-room-form-layout-content p{margin:0;line-height:1.5rem}.new-room-form-layout-container .new-room-form-layout-content .selected-file{position:relative;border-radius:.5625rem;border:.0625rem dashed #b3dbf2;display:grid;place-items:center;padding:1.5rem}.new-room-form-layout-container .new-room-form-layout-content .selected-file .delete{cursor:pointer;position:absolute;border-radius:.8125rem;width:2.375rem;height:2.375rem;display:flex;justify-content:center;align-items:center;top:1rem;right:1rem;border:.0625rem solid #dbdbdb;box-shadow:0 0 .25rem #00000020;background:#f3f4f6}.new-room-form-layout-container .new-room-form-layout-content .selected-file .delete svg>path{fill:#1e293b}.new-room-form-layout-container .new-room-form-layout-content .selected-file img{width:100%;max-width:28.125rem;object-fit:contain;box-sizing:border-box}.new-room-form-layout-container .new-room-form-layout-content .new-room-form-layout-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border-radius:.5625rem;padding:3rem;border:.0625rem dashed #b3dbf2}.new-room-form-layout-container .new-room-form-layout-content .new-room-form-layout-upload>p,.new-room-form-layout-container .new-room-form-layout-content .new-room-form-layout-upload h2{margin:0;text-align:center}.new-room-form-layout-container .new-room-form-layout-content .new-room-form-layout-upload p{max-width:20rem;line-height:1.5}.new-room-form-smart-console-container{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.new-room-form-smart-console-container .new-room-form-smart-console-content{max-width:38rem;width:100%;display:flex;flex-direction:column;align-items:center;gap:3rem}.new-room-form-smart-console-container .new-room-form-smart-console-content p{margin:0;line-height:1.5rem}.new-room-form-smart-console-container .new-room-form-smart-console-content .map{position:relative;display:grid;place-items:center;border-radius:.5625rem;border:.0625rem dashed #b3dbf2;padding:1.5rem}.new-room-form-smart-console-container .new-room-form-smart-console-content .new-room-form-layout-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border-radius:.5625rem;padding:3rem;border:.0625rem solid #b3dbf2}.new-room-form-smart-console-container .new-room-form-smart-console-content .new-room-form-layout-upload>p,.new-room-form-smart-console-container .new-room-form-smart-console-content .new-room-form-layout-upload h2{margin:0;text-align:center}.new-room-container{display:flex;flex-direction:column;background:#ffffff;width:100%;border-radius:.625rem;box-shadow:0 .125rem .6875rem #091e420f,0 2.0625rem 2.625rem #091e4205}.new-room-container .new-room-header{padding:1rem;border:.0625rem solid rgba(0,136,209,.0823529412);display:flex;justify-content:flex-start;gap:.5rem;align-items:center}.new-room-container .new-room-header svg{cursor:pointer}.new-room-container .new-room-header h2{font-size:1.75rem;font-weight:700;line-height:2.01rem;margin:0}.new-room-container .new-room-header p{font-size:1.125rem;font-weight:500;line-height:1.75rem;text-align:left;margin:0;color:#1e293b}.new-room-container .new-room-footer{margin-top:auto;padding:1rem;display:flex;justify-content:flex-end;align-items:center;border-top:.0625rem solid rgba(0,136,209,.0823529412);gap:1.25rem}.register-component{display:flex;flex-direction:column;width:100%}.register-component form{width:100%}.register-component form div.input-wrapper{margin-bottom:1.25rem}.register-component form button:first-of-type{margin-top:1.25rem}.status-indicator{display:flex;align-items:center;gap:.375rem}.status-indicator .status-indicator-icon{width:1.125rem;height:1.125rem;border-radius:50%}.status-indicator .status-indicator-icon.small{width:.5rem;height:.5rem}.status-indicator .status-indicator-text{font-size:1rem;font-weight:400}.status-indicator .status-indicator-text.small{font-size:.875rem}.pagination-controls{display:flex;align-items:center;gap:8px}.pagination-controls button{border:2px solid #0087d1;border-radius:4px;background:white;color:#0087d1;cursor:pointer;font-size:1rem;outline:none;transition:all .2s ease-in-out;width:2.5rem;height:2.5rem}.pagination-controls button:hover:not(:disabled){background:#0087d1;color:#fff}.pagination-controls button:disabled{border-color:#ccc;color:#ccc;cursor:not-allowed}.pagination-controls button.active-page{background:#0087d1;color:#fff;border-color:#0087d1}.pagination-controls .ellipsis{color:#0087d1;margin-top:1rem}.pagination-footer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem}.pagination-footer div{display:flex;flex-direction:row;align-items:center;gap:.5rem}.pagination-footer div svg{cursor:pointer}.table{overflow-x:auto;width:100%;height:auto;background:#ffffff;box-shadow:0 2.0625rem 2.625rem #091e4205;border:.0625rem solid #ebedf0;border-radius:.625rem}.table table{width:100%}.table table thead *{font-weight:500;font-size:1rem;color:#1e293b}.table table thead tr td{padding:1rem;font-weight:600;cursor:pointer;text-align:left;border-bottom:.0625rem solid rgb(233,234,237)}.table table thead tr td p{width:100%;gap:.5rem}.table table thead tr td .table-header{display:flex;align-items:center;gap:.25rem}.table table thead tr td .table-header.desc svg{transform:rotate(180deg)}.table table tbody *{font-size:.875rem;font-weight:400;color:#475569}.table table tbody tr:not(:last-child) td{border-bottom:.0625rem solid rgb(233,234,237)}.table table tbody tr td{padding:1rem;white-space:pre-wrap;vertical-align:middle;text-align:left;word-wrap:break-word;word-break:break-all}.table table tbody tr td button .button-content{font-size:.8rem;word-break:normal}.table table tbody tr td .action-cell{display:flex;align-items:center;gap:.5rem}.table-container{width:100%;height:auto;display:flex;flex-direction:column}.table-container .table-no-items{background:#ffffff;height:100%;padding:4rem 1rem 5rem;box-shadow:0 2.0625rem 2.625rem #091e4205;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:.625rem}.table-container .table-no-items h2{margin-bottom:0}.table-container .table-no-items h2,.table-container .table-no-items p{text-align:center}.table-container .table-no-items .table-no-items-icon{background:rgba(0,136,209,.0823529412);border-radius:50%;display:grid;place-items:center;height:3.25rem;width:3.25rem}.table-container .pagination-footer-container{margin-top:1rem}.register-activity-header{display:flex;justify-content:space-between}.register-activity-wrapper{display:flex;flex-direction:row;height:auto;box-sizing:border-box}.register-activity-wrapper .card-component img{max-width:9.375rem;margin-bottom:.625rem}.register-activity-wrapper .card-component h1{font-size:1.5625rem}.register-activity-subtitle-div{display:flex;flex-direction:row;margin-bottom:.938rem}.register-activity-subtitle-div h3{color:#475569;font-weight:400}.checkbox-container{display:flex;flex-direction:column;gap:.5rem}.checkbox-container.no-label-form{gap:0}.checkbox-container .label-form{color:#475569;font-size:1rem;font-style:normal;font-weight:500;line-height:1.798rem;display:flex;align-items:center;gap:.31rem}.checkbox-container .checkbox{display:flex;align-items:center}.checkbox-container .checkbox label,.checkbox-container .checkbox input{cursor:pointer}.checkbox-container .checkbox .checkbox-input{margin-right:.6rem;height:1.25rem;width:1.25rem;background:#ffffff;vertical-align:middle;border-radius:.1875rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #94a0b0}.checkbox-container .checkbox .checkbox-input:checked{background:#0087d1;border-color:#0087d1;position:relative}.checkbox-container .checkbox .checkbox-input:checked:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;height:1.25rem;width:1.25rem;background:url(/assets/CheckboxCheckIcon-ce7e49a0.svg) no-repeat center}.multiple-selector{display:flex;flex-direction:column;gap:.5rem}.multiple-selector label{font-style:normal;font-weight:500;line-height:1.798rem;font-size:1rem;color:#475569}.multiple-selector .multiple-selector-button{background:#ffffff;border:.0625rem solid #94a0b0;border-radius:.563rem;padding:.7rem .75rem;font-size:1rem;color:#94a0b0;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.multiple-selector .multiple-selector-overview{display:flex;flex-direction:column;border:.0625rem solid #94a0b0;border-radius:.625rem}.multiple-selector .multiple-selector-overview .multiple-selector-overview-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;border-bottom:.0625rem solid #94a0b0}.multiple-selector .multiple-selector-overview .multiple-selector-overview-header h4{color:#1e293b;margin:0}.multiple-selector .multiple-selector-overview .multiple-selector-overview-header .multiple-selector-edit-button{display:flex;align-items:center;gap:.4rem;background:none;border:none;padding:0;font-size:.875rem;font-weight:400;color:#0087d1;cursor:pointer}.multiple-selector .multiple-selector-overview .multiple-selector-list{list-style:none;margin:0;padding:0;padding:.5rem 1rem}.multiple-selector .multiple-selector-overview .multiple-selector-list .multiple-selector-list-item{color:#475569;padding-block:.5rem}.multiple-selector-modal.modal .body{padding:1.25rem!important}.multiple-selector-modal .multiple-selector-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.multiple-selector-modal .multiple-selector-modal-header .input-container{height:2.5rem}.multiple-selector-modal .multiple-selector-modal-header .checkbox-container{display:flex;align-items:center}.multiple-selector-modal .multiple-selector-modal-header .checkbox-container label,.multiple-selector-modal .multiple-selector-modal-header .checkbox-container input{cursor:pointer}.multiple-selector-modal .multiple-selector-modal-list{list-style:none;margin:0;padding:0}.multiple-selector-modal .multiple-selector-modal-list .multiple-selector-modal-list-item{display:flex;align-items:center;color:#475569;border-bottom:.0625rem solid rgba(0,136,209,.0823529412);padding:1rem 0}.multiple-selector-modal .multiple-selector-modal-list .multiple-selector-modal-list-item label,.multiple-selector-modal .multiple-selector-modal-list .multiple-selector-modal-list-item input{cursor:pointer}.multiple-selector-modal .multiple-selector-modal-list .multiple-selector-modal-list-item:last-child{border-bottom-color:transparent}.multiple-selector-modal input[type=checkbox]{margin-right:.6rem;height:1.25rem;width:1.25rem;background:#ffffff;vertical-align:middle;border-radius:.1875rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #94a0b0}.multiple-selector-modal input[type=checkbox]:checked{background:#0087d1;border-color:#0087d1;position:relative}.multiple-selector-modal input[type=checkbox]:checked:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;height:1.25rem;width:1.25rem;background:url(/assets/CheckboxCheckIcon-ce7e49a0.svg) no-repeat center}.modal-confirmation.modal .modal-header{border-bottom-color:transparent}.modal-confirmation.modal .modal-header .modal-close-container{display:none}.modal-confirmation.modal .modal-header .modal-heading{padding-top:1.5rem}.modal-confirmation.modal .footer{border-top-color:transparent}.modal-confirmation.success.modal .modal-header .modal-icon{background:rgba(112,202,126,.1019607843)}.modal-confirmation.error.modal .modal-header .modal-icon{background:#ffe8e3}.modal-confirmation.error .footer .button-component{background:#ff4040;color:#fff}.modal-confirmation.error .footer .button-component.outlined{border-color:transparent;background:transparent}.modal-confirmation.error .footer .button-component.outlined .button-content{color:#475569}.smart-console-card{width:100%;border-radius:.5rem;box-shadow:0 5px 11px #1e293b0d;border:.09375rem solid #ccd3dd;cursor:pointer}.smart-console-card.focused{border:.125rem solid #0087d1}.smart-console-card .smart-console-card-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.875rem;border-bottom:.0635rem solid rgba(9,30,66,.08)}.smart-console-card .smart-console-card-header .smart-console-card-header-heading{display:flex;justify-content:center;align-items:center;gap:.5rem}.smart-console-card .smart-console-card-header .smart-console-card-header-heading h3{font-size:1rem;margin:0}.smart-console-card .smart-console-card-header .smart-console-card-header-actions{display:flex;justify-content:center;align-items:center;gap:.625rem}.smart-console-card .smart-console-card-header .smart-console-card-header-actions .smart-console-card-header-edit-button,.smart-console-card .smart-console-card-header .smart-console-card-header-actions .smart-console-card-header-delete-button{display:grid;place-items:center;height:2rem;width:2rem;border-radius:.3rem;border:none;cursor:pointer}.smart-console-card .smart-console-card-header .smart-console-card-header-actions .smart-console-card-header-edit-button{background:#e3f5ff}.smart-console-card .smart-console-card-header .smart-console-card-header-actions .smart-console-card-header-edit-button:hover{background:#d6e9f9}.smart-console-card .smart-console-card-header .smart-console-card-header-actions .smart-console-card-header-delete-button{background:#ffe8e3}.smart-console-card .smart-console-card-header .smart-console-card-header-actions .smart-console-card-header-delete-button:hover{background:#f9d6d1}.smart-console-card .smart-console-card-body{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem;padding:1.125rem .875rem}.smart-console-card .smart-console-card-body .smart-console-card-item{display:flex;flex-direction:column;gap:.7rem}.smart-console-card .smart-console-card-body .smart-console-card-item.last-connection,.smart-console-card .smart-console-card-body .smart-console-card-item.session{grid-column:span 2}.smart-console-card .smart-console-card-body .smart-console-card-item .smart-console-card-label{font-size:.875rem;font-weight:400;color:#475569;display:flex;align-items:center;gap:.4rem}.smart-console-card .smart-console-card-body .smart-console-card-item .smart-console-card-value{font-size:1rem;font-weight:500;color:#1e293b}.smart-console-card .smart-console-card-body .smart-console-card-item .smart-console-card-value.last-connection{display:flex;align-items:center;gap:.4rem}.smart-consoles-map{display:flex;flex-direction:column;overflow:auto}.smart-consoles-map .smart-consoles-map-tabs{display:flex;border-bottom:.0625rem solid rgba(9,30,66,.08);box-shadow:0 .125rem .25rem #091e420a}.smart-consoles-map .smart-consoles-map-tabs .smart-consoles-map-tab{background:none;border:none;font-size:1rem;font-weight:400;color:#1e293b;padding:1rem .85rem;border-bottom:.125rem solid transparent;cursor:pointer}.smart-consoles-map .smart-consoles-map-tabs .smart-consoles-map-tab.active{border-color:#0087d1;font-weight:500}.smart-consoles-map .smart-consoles-map-content{display:flex;flex-direction:column;align-items:center;gap:3rem;overflow:auto;height:100%;padding:1.5rem}.smart-consoles-map .smart-consoles-map-content .smart-consoles-map-content-layout{min-height:448px}.smart-consoles-map .smart-consoles-map-content .status-legend{display:flex;align-items:center;gap:1.5rem;padding:.75rem;border-radius:.625rem;border:.0625rem solid rgba(9,30,66,.0784313725)}.smart-consoles-tab{display:grid;grid-template-columns:1fr 2fr;height:50rem}.smart-consoles-tab .room-smart-console-cards{display:flex;flex-direction:column;gap:1rem;overflow:auto;padding:.875rem;padding-left:0;min-width:fit-content}.smart-consoles-tab .smart-console-card-empty{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;border-radius:.5rem;box-shadow:0 5px 11px #1e293b0d;border:.0625rem solid #ccd3dd;padding:2.25rem .875rem;text-align:center}.smart-consoles-tab .smart-console-card-empty .smart-console-card-empty-icon{display:grid;place-items:center;background:rgba(0,136,209,.0823529412);border-radius:50%;height:3.25rem;width:3.25rem;margin-bottom:1.5rem}.smart-consoles-tab .smart-console-card-empty h2{margin:0;margin-bottom:.75rem}.smart-consoles-tab .smart-console-card-empty p{max-width:20rem;line-height:1.25;margin:0}.smart-consoles-tab-container{display:flex;flex-direction:column;gap:1rem}.smart-consoles-tab-container .smart-consoles-tab-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-bottom:.0625rem solid rgba(9,30,66,.08);padding-bottom:1rem}.smart-consoles-tab-container .room-view{display:flex;justify-content:center;align-items:center;gap:.5rem}.smart-consoles-tab-container .room-view .room-view-label{color:#475569}.smart-consoles-tab-container .room-view .room-view-button{border-color:#ccd3dd}.smart-consoles-tab-container .room-view .room-view-button.tertiary{background:#ffffff}.smart-consoles-tab-container .room-view .room-view-divider{color:#ccd3dd;margin:0 .5rem}.smart-consoles-tab-container .room-view .add-smart-console-button{padding:.5rem 1.25rem;min-height:auto}.user-modal.modal .body{padding:0}.user-modal .user-modal-body{padding:1.625rem}.select-container{display:flex;flex-direction:column;gap:.5rem}.select-container.no-label-form{gap:0}.select-container.error .label-form{color:#eb5757}.select-container.error .select .select__control{border-color:#eb5757}.select-container .label-form{color:#475569;font-size:1rem;font-style:normal;font-weight:500;line-height:1.798rem;display:flex;align-items:center;gap:.31rem}.select-container .select .select__control{border:.0625rem solid #94a0b0;border-radius:.563rem;padding:.2375rem .1rem;cursor:pointer}.select-container .select .select__option{cursor:pointer}.select-container .select .select__option:hover{background:#eff6ff;color:#1e293b}.select-container .select .select__option--is-selected,.select-container .select .select__option--is-selected:hover{background:var(--primary);color:#fff}.select-container .select .select__multi-value{background:#eff6ff}.select-container .select .select__multi-value svg{color:#475569}.select-container .select .select__placeholder{font-size:.875rem;color:#94a0b0}.user-table-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.user-table-header .user-table-header-wrapper{display:flex;align-items:center;gap:.5rem}.user-table-wrapper{display:flex;flex-direction:row;height:auto;box-sizing:border-box}.user-table-wrapper .card-component img{max-width:9.375rem;margin-bottom:.625rem}.user-table-wrapper .card-component h1{font-size:1.5625rem}.user-count-tag{display:flex;align-items:center;gap:.3rem;border-radius:.3rem;padding:.3rem .5rem;background:#eff6ff;font-size:.875rem;font-weight:500;color:#475569;border:none;min-height:1.5rem;width:fit-content}.user-count-tag.clickable{cursor:pointer}.rooms-header{display:flex;justify-content:space-between;margin-bottom:1.75rem}.rooms-wrapper{display:flex;flex-direction:column;height:auto;box-sizing:border-box}.rooms-wrapper .card-component img{max-width:9.375rem;margin-bottom:.625rem}.rooms-wrapper .card-component h1{font-size:1.5625rem}.user-profile-card{border:.0625rem solid #ebedf0;border-radius:.25rem;box-shadow:0 .125rem .25rem #091e420f;background:rgba(239,246,255,.2392156863)}.user-profile-card .user-profile-card-header{padding:.75rem 1rem;border-bottom:.0625rem solid rgba(0,136,209,.0823529412);box-shadow:0 .125rem .25rem #091e4206}.user-profile-card .user-profile-card-header .user-profile-card-header-title{color:#1e293b;margin:0}.user-profile-card .user-profile-card-row{display:flex;justify-content:space-between;gap:5.5rem;padding:1rem 5.5rem 2rem 1.5rem}.user-profile-card .user-profile-card-row .user-profile-card-row-item{display:flex;flex-direction:column;gap:.5rem}.user-profile-card .user-profile-card-row .user-profile-card-row-item .user-profile-card-row-label{color:#1e293b;font-weight:500}.user-profile-card .user-profile-card-row .user-profile-card-row-item .user-profile-card-row-value{font-size:.875rem;color:#475569}.user-details{display:flex;flex-direction:column;gap:2.3rem}.user-details .user-details-heading{font-size:1rem;font-weight:500;margin:0;margin-bottom:1rem}.user-page-component-header{display:flex;justify-content:space-between}:root{--primary: #0087d1}@font-face{font-family:Ubuntu;src:url(/assets/Ubuntu-Regular-66fea9c0.ttf);font-weight:400}@font-face{font-family:Ubuntu;src:url(/assets/Ubuntu-Medium-0d685f51.ttf);font-weight:500}@font-face{font-family:Ubuntu;src:url(/assets/Ubuntu-Bold-6dbcce3f.ttf);font-weight:700}body,*{font-family:Ubuntu;box-sizing:border-box}html,body,#root,.App,.App>div{margin:0;height:100%}h1,h2,h3,h4,h5,h6,p{color:#475569}h1{font-size:1.375rem;letter-spacing:0;line-height:144.4%;font-weight:600}h2{font-size:1.125rem;letter-spacing:0;line-height:144.4%;font-weight:600}h3{font-size:.875rem;letter-spacing:0;line-height:144.4%;font-weight:600}.subtitle1{font-size:.875rem;letter-spacing:0;line-height:144.4%;font-weight:500}p{color:#475569}p.body1{font-size:1rem;letter-spacing:0;line-height:193.9%;font-weight:400}p.body2{font-size:.875rem;letter-spacing:0;line-height:171.4%;font-weight:500}.button{font-size:.875rem;letter-spacing:.015625rem;line-height:144.4%;font-weight:600}.text-button{font-size:.8125rem;letter-spacing:0;line-height:144.4%;font-weight:600}.outlined{text-decoration:underline}.input-text,.label-text,.helper-text{font-size:.875rem;letter-spacing:0;line-height:144.4%;font-weight:600}.tag{font-size:.75rem;letter-spacing:0;line-height:144.4%;font-weight:500}.error-message{font-size:.75rem;color:#eb5757}.label{font-family:Ubuntu;font-size:.6875rem;letter-spacing:0;line-height:144.4%;font-weight:400}.soft-shadow{box-shadow:0 .8125rem 1.0625rem #bfbfbf15}.medium-shadow{box-shadow:0 .8125rem 1.0625rem #bfbfbf25}.strong-shadow{box-shadow:0 1rem 1.4375rem #bfbfbf35}::-webkit-scrollbar{width:.625rem}::-webkit-scrollbar-track{background:rgb(228,228,228)}::-webkit-scrollbar-thumb{background:rgb(192,192,192);border-radius:.625rem}::-webkit-scrollbar-thumb:hover{background:rgb(170,170,170)}.mt-0{margin-top:0!important}.ml-0{margin-left:0!important}.mb-0{margin-bottom:0!important}.mr-0{margin-right:0!important}.m-0{margin:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.mt-1{margin-top:.25rem!important}.ml-1{margin-left:.25rem!important}.mb-1{margin-bottom:.25rem!important}.mr-1{margin-right:.25rem!important}.m-1{margin:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.mt-2{margin-top:.5rem!important}.ml-2{margin-left:.5rem!important}.mb-2{margin-bottom:.5rem!important}.mr-2{margin-right:.5rem!important}.m-2{margin:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.mt-3{margin-top:1rem!important}.ml-3{margin-left:1rem!important}.mb-3{margin-bottom:1rem!important}.mr-3{margin-right:1rem!important}.m-3{margin:1rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.mt-4{margin-top:1.5rem!important}.ml-4{margin-left:1.5rem!important}.mb-4{margin-bottom:1.5rem!important}.mr-4{margin-right:1.5rem!important}.m-4{margin:1.5rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.mt-5{margin-top:2rem!important}.ml-5{margin-left:2rem!important}.mb-5{margin-bottom:2rem!important}.mr-5{margin-right:2rem!important}.m-5{margin:2rem!important}.mx-5{margin-left:2rem!important;margin-right:2rem!important}.my-5{margin-top:2rem!important;margin-bottom:2rem!important}.pt-0{padding-top:0!important}.pl-0{padding-left:0!important}.pb-0{padding-bottom:0!important}.pr-0{padding-right:0!important}.p-0{padding:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.pt-1{padding-top:.25rem!important}.pl-1{padding-left:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pr-1{padding-right:.25rem!important}.p-1{padding:.25rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.pt-2{padding-top:.5rem!important}.pl-2{padding-left:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pr-2{padding-right:.5rem!important}.p-2{padding:.5rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.pt-3{padding-top:1rem!important}.pl-3{padding-left:1rem!important}.pb-3{padding-bottom:1rem!important}.pr-3{padding-right:1rem!important}.p-3{padding:1rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.pt-4{padding-top:1.5rem!important}.pl-4{padding-left:1.5rem!important}.pb-4{padding-bottom:1.5rem!important}.pr-4{padding-right:1.5rem!important}.p-4{padding:1.5rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.pt-5{padding-top:2rem!important}.pl-5{padding-left:2rem!important}.pb-5{padding-bottom:2rem!important}.pr-5{padding-right:2rem!important}.p-5{padding:2rem!important}.px-5{padding-left:2rem!important;padding-right:2rem!important}.py-5{padding-top:2rem!important;padding-bottom:2rem!important}
