@charset "UTF-8";.side-bar-item{position:relative;width:50px;height:50px;border-radius:50%;background-color:#101a20;display:flex;justify-content:center;align-items:center;margin:8px;transition:.2s;cursor:pointer}@media (max-width: 768px){.side-bar-item{width:30px;height:30px}}.side-bar-item:hover{background-color:#1e3a5f}.side-bar-item:hover .info-hover-box{display:block!important}.side-bar-item .alerts-counter{position:absolute;top:0;left:0;width:20px;height:20px;font-size:14px;border-radius:50%;background-color:#46161a;color:#fff;text-align:center}.side-bar-item .side-bar-item-logo{width:30px;height:30px;align-self:center}@media (max-width: 768px){.side-bar-item .side-bar-item-logo{width:20px;height:20px}}.side-bar-item.rotation-locked{background-color:#ffc2c2!important}.side-bar-item.rotation-locked .side-bar-item-logo{fill:#fff}.side-bar-item.rotation-locked:hover{background-color:#ffc2c2!important}.info-hover-box{display:none!important;text-align:center;display:flex;align-items:center;justify-content:center;position:absolute;white-space:normal;max-width:150px;min-height:13px;bottom:-30px;right:-100px;border-radius:5px;padding:5px 10px;z-index:1;font-size:10px;background-color:#9e9e9e;border:3px solid #460f0f;color:#fff;box-shadow:0 0 10px 3px #000;cursor:text}@media (max-width: 1500px){.info-hover-box{font-size:10px}}.big-info-hover-box{display:none!important;text-align:center;display:flex;align-items:center;justify-content:center;position:absolute;white-space:normal;min-height:100px;width:100px;bottom:-30px;right:-100px;border-radius:5px;padding:5px 10px;z-index:1;font-size:12px;background-color:#9e9e9e;border:3px solid #460f0f;color:#fff;box-shadow:0 0 10px 3px #000;cursor:text}@media (max-width: 1500px){.big-info-hover-box{font-size:10px}}.handle-click-style{border:3px solid #9cfff9}.comment-background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.comment-background .error-window{background-color:#2a2a2a;border-radius:5px;padding:20px;width:400px;box-shadow:0 0 10px #0000004d}.comment-background .error-window .title{font-size:18px;font-weight:700;color:#fff;margin-bottom:10px}.comment-background .error-window .line{height:1px;background-color:#444;margin-bottom:15px}.comment-background .error-window .comment-container{margin-bottom:20px}.comment-background .error-window .comment-container .message{color:#fff;margin-bottom:15px}.comment-background .error-window .button-container{display:flex;justify-content:flex-end}.comment-background .error-window .button-container .comment-buttons{display:flex;gap:10px}.comment-background .error-window .button-container .comment-buttons button{padding:6px!important;border:none;border-radius:4px;cursor:pointer;font-weight:700;background-color:#3498db;color:#fff}.comment-background .error-window .button-container .comment-buttons button:hover{background-color:#2980b9}.comment-background .error-window .button-container .comment-buttons button.cancel{background-color:#7f8c8d}.comment-background .error-window .button-container .comment-buttons button.cancel:hover{background-color:#95a5a6}.side-bar{display:flex;flex-direction:column;align-items:end;padding:4px}@media (max-height: 550px){.side-bar{flex-direction:row-reverse!important}}.side-bar.side-bar-mobile{flex-direction:row}body.rotation-locked{position:fixed;width:100vw;height:100vh;overflow:hidden}@media screen and (orientation: landscape){body.rotation-locked{transform:rotate(-90deg);transform-origin:left top;width:100vh;height:100vw;overflow-x:hidden;position:fixed;top:100%;left:0}}.loader{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#00000026}.custom-text-area textarea{resize:none;border:none;width:100%;padding:8px;box-sizing:border-box;background-color:#3b0b0b;border-radius:5px;color:#fff;font-size:large;outline:none;line-height:1.5;transition:.2s;margin-top:4px}.custom-text-area textarea:hover{background-color:#460f0f}@media (max-width: 768px){.custom-text-area textarea{font-size:small;padding:4px;margin-top:0;margin-bottom:0}}.custom-checkbox{display:flex;align-items:center;cursor:pointer}.custom-checkbox .custom-checkbox-box{width:20px;height:20px;background-color:#3b0b0b;border-radius:3px;position:relative;margin:6px;transition:.2s}.custom-checkbox .custom-checkbox-box:hover{background-color:#8b4e4e}.custom-checkbox .custom-checkbox-label{font-size:10px;color:#fff}.custom-checkbox input[type=checkbox]{display:none}.custom-checkbox input[type=checkbox]:checked+.custom-checkbox-box:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.results-inputs{width:90%;display:flex;gap:16px;align-items:flex-start;padding:10px}.results-inputs .results-slot{flex:0 0 calc(50% - 8px);min-width:0}.results-inputs .email-comments,.results-inputs .sms-comments{resize:none;background-color:#333;width:100%;min-height:44px;max-height:88px;box-sizing:border-box;color:#fff;outline:none;line-height:1.5;overflow-y:hidden;padding:10px 12px}.results-inputs .email-comments:hover,.results-inputs .sms-comments:hover{background-color:#505050}.results-inputs .email-comments,.results-inputs .sms-comments{flex:1 1 0}.check-boxes-group{width:100%;display:flex;align-items:center;flex-direction:column}.check-boxes-group .check-boxes-group-container{display:flex;align-items:center;justify-content:space-between;width:100%}.check-boxes-group .container{width:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 1366px){.check-boxes-group .container{flex-direction:column;align-items:center;justify-content:center}}.check-boxes-group .container .checkbox-wrapper{width:100%;position:relative;display:flex;align-items:center}.check-boxes-group .container .checkbox-wrapper img{cursor:pointer;width:20px;height:20px}@media (max-width: 1366px){.check-boxes-group .container .checkbox-wrapper img{width:15px!important;height:15px!important}}@media (max-width: 768px){.check-boxes-group .container .checkbox-wrapper img{width:15px!important;height:15px!important}}.check-boxes-group .container .checkbox-wrapper:hover .info-hover-box{display:block!important}@media (max-width: 1366px){.check-boxes-group{font-size:12px}}.dropdown-wrapper{display:flex;width:100%;align-items:center;gap:8px}.dropdown-wrapper label{flex:1;font-weight:700;font-size:12px}.dropdown-wrapper .custom-dropdown{flex:5;position:relative}.dropdown-wrapper .custom-dropdown .dropdown-header{display:flex;align-items:center;justify-content:space-between;color:#fff;padding:5px;border:1px solid #333;border-radius:3px;font-size:12px;letter-spacing:1px;cursor:pointer;transition:.2s}.dropdown-wrapper .custom-dropdown .dropdown-header .dropdown-selected{flex:1;text-align:left}.dropdown-wrapper .custom-dropdown .dropdown-header .dropdown-arrow{font-size:10px;transition:transform .2s ease;color:#fff}.dropdown-wrapper .custom-dropdown .dropdown-header .dropdown-arrow.open{transform:rotate(180deg)}.dropdown-wrapper .custom-dropdown .dropdown-list{position:absolute;top:100%;left:0;right:0;width:max-content;border-top:none;border-radius:0 0 3px 3px;z-index:1000;max-height:200px;overflow-y:auto}.dropdown-wrapper .custom-dropdown .dropdown-list .dropdown-option{padding:5px;font-size:12px;cursor:pointer;transition:background-color .2s ease}.dropdown-wrapper .dropdown-select-hidden{display:none}.custom-calendar{background:#262626;color:#e0e0e0;padding:20px;z-index:1;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:320px;height:fit-content;box-sizing:border-box;border-radius:12px;box-shadow:0 8px 32px #0000004d}.custom-calendar .react-calendar{width:100%;border:none;background-color:transparent;color:#e0e0e0;height:300px}.custom-calendar .react-calendar .react-calendar__navigation{display:flex;margin-bottom:20px}.custom-calendar .react-calendar .react-calendar__navigation button{color:#fff;border:none;background:none;font-size:1.2rem;cursor:pointer}.custom-calendar .react-calendar .react-calendar__navigation button:hover{background-color:#555}.custom-calendar .react-calendar .react-calendar__month-view__weekdays{text-transform:uppercase;text-align:center;font-weight:700;color:#fff}.custom-calendar .react-calendar .react-calendar__month-view__weekdays abbr{text-decoration:none}.custom-calendar .react-calendar .react-calendar__month-view__days{gap:1px;display:grid!important;grid-template-columns:repeat(7,1fr);height:200px;grid-template-rows:repeat(6,1fr)}.custom-calendar .react-calendar .react-calendar__month-view__days__day--neighboringMonth{color:#666!important}.custom-calendar .react-calendar .react-calendar__tile{width:40px;height:40px;color:#fff;background:#262626;border:none;display:flex;align-items:center;justify-content:center;transition:.2s ease;cursor:pointer;margin:0;padding:0}.custom-calendar .react-calendar .react-calendar__tile:hover{background-color:#555}.custom-calendar .react-calendar .react-calendar__tile--active{background:#3b0b0b}.custom-calendar .react-calendar .react-calendar__tile--active:hover{background-color:#3b0b0b}.custom-calendar .react-calendar .react-calendar__year-view__months{display:grid!important;grid-template-columns:repeat(3,1fr);gap:8px;height:200px}.custom-calendar .react-calendar .react-calendar__year-view__months .react-calendar__tile{font-size:.85rem;padding:10px 5px;height:auto;width:auto}.custom-calendar .buttons-container{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:column;margin-top:60px}.custom-calendar .buttons-container .top{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px}.custom-calendar .buttons-container .top input{border:none;outline:none;color:#fff;background:#ffffff26;transition:.2s ease;cursor:text;padding:8px 12px;border-radius:4px;font-size:14px;border:1px solid rgba(255,255,255,.2)}.custom-calendar .buttons-container .top input:hover{background:#ffffff40;border-color:#ffffff4d}.custom-calendar .buttons-container .top input:focus{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 0 0 3px #fff3}.custom-calendar .buttons-container .top input[type=time]::-webkit-calendar-picker-indicator{transition:.2s;filter:invert(0);cursor:pointer}.custom-calendar .buttons-container .top input[type=time]::-webkit-calendar-picker-indicator:hover{transform:scale(1.2)}.custom-calendar .buttons-container .bottom{width:100%;display:flex;justify-content:space-between;gap:15px}.custom-calendar .buttons-container button{width:100px;font-size:18px;font-weight:700;padding:8px 16px;color:#fff;background:#fff3;border:2px solid rgba(255,255,255,.3);outline:none;border-radius:6px;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 8px #0003;text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.custom-calendar .buttons-container button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-1px);box-shadow:0 4px 16px #0000004d}.custom-calendar .buttons-container button:active{transform:translateY(0);box-shadow:0 2px 8px #0003}.time-select-options .custom-wrapper{align-self:center;width:100%;display:flex;align-items:center}.time-select-options .custom-wrapper div{width:50%}.time-select-options .custom-wrapper div div{width:100%;text-align:center;color:#6e6e6e}.time-select-options .trace-dropdown-wrapper{display:grid;justify-content:space-between;grid-template-columns:1fr 1fr;gap:16px}.time-select-options .trace-dropdown-wrapper .date-wrapper{position:relative}.time-select-options .trace-dropdown-wrapper .every-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.time-select-options .trace-dropdown-wrapper .every-wrapper:hover .info-hover-box{display:block!important}.time-select-options .trace-dropdown-wrapper .every-wrapper input{border:none;outline:none;margin-left:5px;width:50px}.time-select-options .trace-dropdown-wrapper .every-wrapper input:hover{background-color:#6e6e6e}@media (max-width: 1366px){.time-select-options .trace-dropdown-wrapper{grid-template-columns:1fr;gap:10px}}.complete-action-btn-wrapper{width:100%}.complete-action-btn-wrapper .complete-action-btn{width:100%;text-transform:uppercase;font-size:30px;color:#fff;padding:16px;background-color:#3b0b0b;text-align:center;border:none;transition:all .2s ease-in-out;margin:10px 0;cursor:pointer}.complete-action-btn-wrapper .complete-action-btn:hover{background-color:#683030}.complete-action-btn-wrapper .complete-action-btn:disabled{background-color:#683030;cursor:not-allowed}@media (max-width: 768px){.complete-action-btn-wrapper .complete-action-btn{font-size:medium;padding:8px;margin:5px 0}}.scrollable-containers-wrapper{display:flex;gap:20px}.scrollable-containers-wrapper .scrollable-container{flex:1;max-width:50%;background-color:#4d4d4d80;height:80px;padding:10px;border-radius:10px;overflow-y:auto;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:space-between}.scrollable-containers-wrapper .scrollable-container .input-scroll-item-wrapper{position:relative;height:20px;display:flex;align-items:center;background-color:#333;justify-content:space-around;color:#fff;padding:4px 0;border-radius:5px;transition:.2s;cursor:pointer}.scrollable-containers-wrapper .scrollable-container .input-scroll-item-wrapper:hover{background-color:#5e5e5e}.scrollable-containers-wrapper .scrollable-container .input-scroll-item-wrapper:hover .info-hover-box{display:block!important}.scrollable-containers-wrapper .scrollable-container .input-scroll-item-wrapper .input-scroll-item-style{background-color:transparent;color:#fff;border:none;outline:none;font-size:14px}.scrollable-containers-wrapper .scrollable-container .input-scroll-item-wrapper img{margin-right:5px;transition:.2s}.scrollable-containers-wrapper .scrollable-container .input-scroll-item-wrapper img:hover{background-color:#5e5e5e}.numeric-input-with-icon{align-items:center;justify-content:space-between;padding:10px;border-radius:10px;background-color:#3b0b0b;transition:.2s}.numeric-input-with-icon:hover{background-color:#460f0f}.numeric-input-with-icon .input-container{display:flex;align-items:center}.numeric-input-with-icon .input-container .input-number-style{background-color:transparent;flex:9;color:#fff;font-size:large;border:none;outline:none}.numeric-input-with-icon .input-container .targets{position:absolute;top:170px;left:9px;z-index:1;width:250px;max-height:130px;border-radius:5px;padding:5px;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:start;border:3px solid #460f0f;background-color:#0c0c0c;box-shadow:0 0 10px 3px #000}.numeric-input-with-icon .input-container .targets .target{font-size:10px;width:100%;padding:5px;display:flex;align-items:start;justify-content:start;border-bottom:1px solid #777;word-wrap:break-word;transition:.2s;cursor:pointer}.numeric-input-with-icon .input-container .targets .target:hover{background-color:#333}.numeric-input-with-icon .input-container .targets .selected,.numeric-input-with-icon .input-container .targets .target:hover{background-color:#3498db4d}.numeric-input-with-icon .input-container .targets .target:last-child{border-bottom:none}.label{font-size:16px}.icon{width:20px;height:20px;flex:1;transition:.2s;cursor:pointer}.icon:hover{filter:brightness(.8)}.input-number-style-wrapper{position:relative;width:100%;max-height:87px;overflow-y:auto;font-size:12px}.input-number-style-wrapper .numbers-grid{display:grid;grid-template-columns:47% 47%;gap:10px;margin-bottom:8px;width:100%}.input-number-style-wrapper .number-pill{background:#3498db1a;border:1px solid white;border-radius:4px;padding:4px 8px;text-align:center;color:#fff}.input-number-style-wrapper .number-pill .number-and-x-wrapper{display:flex;justify-content:space-between;gap:8px;white-space:nowrap;overflow-x:auto;text-overflow:ellipsis}.input-number-style-wrapper .number-pill .number-and-x-wrapper .remove-number{right:5px;cursor:pointer;font-weight:700}.input-number-style-wrapper .number-pill .number-and-x-wrapper .remove-number:hover{color:red}.input-number-style-wrapper .number-pill-not-valid{background:#3498db1a;border:1px solid #ff003a;border-radius:4px;padding:4px 8px;text-align:center;color:#fff}.input-number-style-wrapper .number-pill-not-valid .number-and-x-wrapper{display:flex;justify-content:space-between}.input-number-style-wrapper .number-pill-not-valid .number-and-x-wrapper .remove-number{right:5px;cursor:pointer;font-weight:700}.input-number-style-wrapper .number-pill-not-valid .number-and-x-wrapper .remove-number:hover{color:red}.input-number-style-wrapper input{width:100%;background:transparent;border:none;outline:none}.msisdn-imsi-input-checkboxes .error-msg{color:red}.msisdn-imsi-input-checkboxes .checkbox-wrapper-top{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.queries{position:relative;display:flex;gap:4px;font-size:12px;padding:10px 0}.queries:hover .big-info-hover-box{display:block!important}.trace-wrapper{height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3498DB #333}.trace-wrapper .title-section .trace-title{display:flex;justify-content:space-between;text-transform:uppercase;font-size:20px;color:#fff;margin-bottom:10px}.trace-wrapper .title-section .trace-title img{cursor:pointer}@media (max-width: 1366px){.trace-wrapper .title-section .trace-title{font-size:15px}}.trace-wrapper .title-section .spacing{height:3px;width:100%;background-color:#3b0b0b}@media (max-width: 1366px){.trace-wrapper{padding:8px}}.alerts-background{z-index:1000;background-color:transparent;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;position:fixed;top:0;left:0}.alerts-background .alerts-error-window{z-index:1001;width:582px;background-color:#9e9e9e;display:flex;align-items:center;justify-content:center;flex-direction:column}@media (max-width: 768px){.alerts-background .alerts-error-window{width:300px}}.alerts-background .alerts-error-window .alerts-title{color:#fff;font-size:30px;margin:10px 0}.alerts-background .alerts-error-window .alerts-line{background-color:#460f0f;height:4px;width:95%;margin-bottom:5px}.alerts-background .alerts-error-window .alerts-container{display:flex;align-items:center;width:100%;flex-direction:row}.alerts-background .alerts-error-window .alerts-container img{flex:2;width:48px;height:48px}.alerts-background .alerts-error-window .alerts-container .alerts-message{padding:10px;flex:9;color:#c9c9c9;font-size:20px;text-align:center}.alerts-background .alerts-error-window .alerts-button-container{width:100%;height:33px;margin-top:10px;background-color:#0c0c0c99;display:flex;align-items:center;justify-content:center;flex-direction:column}.alerts-background .alerts-error-window .alerts-button-container button{font-size:20px;font-weight:700;background-color:#460f0f;color:#fff;outline:none;border:none;transition:all .2s ease-in-out;cursor:pointer;padding:6px}.alerts-background .alerts-error-window .alerts-button-container button:hover{background-color:#693b3b}.locate-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3498DB #333}@media (max-width: 1366px){.locate-wrapper{padding:8px}}.locate-wrapper .title-section .locate-title{display:flex;margin-bottom:10px;font-size:20px;color:#fff;text-transform:uppercase;justify-content:space-between;align-items:center}.locate-wrapper .title-section .locate-title img{cursor:pointer}@media (max-width: 1366px){.locate-wrapper .title-section .locate-title{font-size:15px}}.locate-wrapper .title-section .spacing{height:3px;width:100%;background-color:#3b0b0b}.main-user-information-container{font-size:14px;padding:10px;width:151px;height:148px;color:#fff;background-color:#0c0c0c80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;display:flex;justify-content:center;flex-direction:column;align-items:center}@media (max-width: 768px){.main-user-information-container{width:100%;height:100%}}@media (max-width: 1366px){.main-user-information-container{width:100px;height:100px}}.main-user-action-info-container{display:flex;gap:4px;position:relative}.main-user-counter-info{font-size:70px}@media (max-width: 768px){.main-user-counter-info{font-size:30px}}@media (max-width: 1366px){.main-user-counter-info{font-size:30px}}.main-user-action-info{font-size:14px;text-transform:uppercase;max-width:100%;white-space:nowrap;text-overflow:ellipsis}@media (max-width: 768px){.main-user-action-info{font-size:12px}}@media (max-width: 1366px){.main-user-action-info{font-size:12px}}.main-user-status-info{cursor:pointer;background-color:#2c0000;padding:4px 20px;border-radius:16px;font-size:15px;text-transform:uppercase;margin:12px;transition:.2s}.main-user-status-info:hover{background-color:#4c0000}@media (max-width: 768px){.main-user-status-info{margin:0;font-size:9px}}@media (max-width: 1366px){.main-user-status-info{font-size:12px}}.footer-user-information-container{display:flex;align-items:center;flex-direction:column;padding:0 0 10px}.footer-user-counter-info{font-size:50px}@media (max-width: 768px){.footer-user-counter-info{font-size:30px}}@media (max-width: 1366px){.footer-user-counter-info{font-size:30px}}.footer-user-action-info{text-transform:uppercase;font-size:15px}.user-information-container{bottom:30px;right:30px;padding:8px}@media (max-width: 1366px) and (orientation: portrait){.user-information-container{bottom:20px;right:20px}}.user-information-main{display:flex;flex-direction:row;padding-bottom:12px;gap:12px;justify-content:center}.user-information-footer{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;color:#fff;border-radius:16px;background-color:#0c0c0c80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.alerts-counter{position:absolute;top:-14px;right:-16px;width:20px;height:20px;font-size:14px;border-radius:50%;background-color:#46161a;color:#fff;text-align:center}.trigger-distance-between-two{width:100%}.trigger-distance-between-two .container{position:relative;display:flex;align-items:center;margin-bottom:10px;gap:10px}.trigger-distance-between-two .container:hover .big-info-hover-box{display:block!important}.trigger-distance-between-two .container .label{font-size:16px;margin-right:5px;font-weight:700;color:#fff}.trigger-distance-between-two .container input{height:20px;border:none;outline:none;color:#fff;background-color:#000;border:1px solid #777;transition:.2s}.trigger-distance-between-two .container input:hover{background-color:#333}.trigger-distance-between-two .input-wrapper{position:relative}.trigger-distance-between-two .input-wrapper:hover .big-info-hover-box{display:block!important}.address-circle-mapper .container{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.address-circle-mapper .container:hover .big-info-hover-box{display:block!important}.address-circle-mapper .container .input-wrapper{width:100%;display:flex;align-items:center;justify-content:center;background-color:#000;border:1px solid #777;transition:.2s}.address-circle-mapper .container .input-wrapper:hover{background-color:#333}.address-circle-mapper .container .input-wrapper input{height:20px;width:100%;background-color:transparent;border:none;outline:none;color:#fff}.address-circle-mapper .container .input-wrapper img{width:15px;height:15px;transition:.2s;cursor:pointer}.address-circle-mapper .container .input-wrapper img:hover{filter:brightness(.8)}.address-circle-mapper .container .suggestions{position:absolute;top:40px;left:15px;z-index:1;width:200px;max-height:130px;border-radius:5px;padding:5px;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:start;border:3px solid #460f0f;background-color:#0c0c0c99;box-shadow:0 0 10px 3px #000}.address-circle-mapper .container .suggestions .suggestion{width:100%;height:40px!important;padding:5px 0;display:flex;align-items:center;justify-content:center;text-align:center;border-bottom:1px solid #777;word-wrap:break-word;transition:.2s;cursor:pointer}.address-circle-mapper .container .suggestions .suggestion:hover{background-color:#333}.address-circle-mapper .container .suggestions .suggestion:last-child{border-bottom:none}.address-circle-mapper .container .label{font-size:12px;margin-right:5px;font-weight:700;color:#fff}.trigger-geo-fencing{width:100%}.trigger-geo-fencing .input-wrapper{position:relative}.trigger-geo-fencing .input-wrapper:hover .big-info-hover-box{display:block!important}.trigger-geo-fencing .input-wrapper img{margin-right:5px}.trigger-component{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3498DB #333}@media (max-width: 1366px){.trigger-component{padding:8px}}.trigger-component .title-section .trigger-title{display:flex;margin-bottom:10px;font-size:20px;color:#fff;text-transform:uppercase;justify-content:space-between}.trigger-component .title-section .trigger-title img{cursor:pointer}@media (max-width: 1366px){.trigger-component .title-section .trigger-title{align-items:center;font-size:15px}}.trigger-component .title-section .spacing{height:3px;width:100%;background-color:#3b0b0b}.trigger-component .trigger-dropdown-wrapper{margin:10px 0}.data-enrichment-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3498DB #333}.data-enrichment-wrapper .title-section .data-enrichment-title{display:flex;margin-bottom:10px;font-size:20px;color:#fff;text-transform:uppercase;justify-content:space-between}.data-enrichment-wrapper .title-section .data-enrichment-title img{cursor:pointer}@media (max-width: 1366px){.data-enrichment-wrapper .title-section .data-enrichment-title{font-size:15px}}.data-enrichment-wrapper .title-section .spacing{height:3px;width:100%;background-color:#3b0b0b}.data-enrichment-wrapper .desc{text-align:center;color:#d3d3d3;font-size:12px}.filter-component{width:100%;display:flex;align-items:stretch;gap:5px;margin-bottom:10px}.filter-component select{outline:none;background-color:#000;color:#fff;padding:5px;border:1px solid #333;border-radius:3px;font-size:12px;letter-spacing:1px;transition:.2s;cursor:pointer;box-sizing:border-box;height:100%;min-height:32px}.filter-component select:hover{background-color:#333}.filter-component .filter-select{display:flex;align-items:stretch;justify-content:flex-start;width:40%}.filter-component .operator-select{display:flex;align-items:stretch;width:20%}.filter-component input{box-sizing:border-box;padding:5px;font-size:12px;letter-spacing:1px;line-height:normal;border-radius:3px;border:1px solid #333;outline:none;transition:.2s;min-height:32px}.filter-component input:hover{background-color:gray}.filter-component input::placeholder{color:#d3d3d3}.filter-component .analyze-target-input-wrapper{position:relative;flex:1;min-width:0;display:flex;align-items:stretch}.filter-component .analyze-target-input-wrapper input{width:100%;min-width:0;height:100%;box-sizing:border-box;display:block}.filter-component .analyze-target-input-wrapper .targets{position:absolute;top:100%;left:0;right:auto;z-index:100;border-radius:3px;max-height:180px;width:100%;min-width:0;box-sizing:border-box;overflow-x:hidden;overflow-y:auto}.filter-component .analyze-target-input-wrapper .targets .target{display:flex;align-items:center;gap:4px;padding:4px 6px;min-width:0;font-size:10px;line-height:1.25;cursor:pointer;border-bottom:1px solid #222}.filter-component .analyze-target-input-wrapper .targets .target:last-child{border-bottom:none}.filter-component .analyze-target-input-wrapper .targets .target img{flex-shrink:0;width:12px;height:12px}.filter-component .analyze-target-input-wrapper .targets .target span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-component .analyze-target-input-wrapper .targets .target:hover{background-color:#3498db4d}.filter-component .add-or-remove-filter{flex-shrink:0;align-self:center;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:26px;height:26px;min-width:26px;min-height:26px;padding:0;margin:0;line-height:1;background-color:#460f0f;color:#c9c9c9;border-radius:5px;font-size:18px;transition:.2s;cursor:pointer}.filter-component .add-or-remove-filter:hover{background-color:#5d3434}.filter-component>input{height:100%;align-self:stretch}.analyze{display:flex;align-items:center;flex-direction:column;justify-content:space-between;height:100%;width:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3498DB #333}.analyze .title-section{flex:1;width:100%}.analyze .title-section .analyze-title{display:flex;justify-content:space-between;text-transform:uppercase;font-size:20px;margin-bottom:10px;color:#fff}@media (max-width: 1366px){.analyze .title-section .analyze-title{font-size:15px}}.analyze .title-section .spacing{height:3px;width:100%;background-color:#3b0b0b}.analyze .section-1{flex:2;width:100%;display:flex;align-items:start;flex-direction:column;margin:15px 0;gap:16px}.analyze .section-1 .data-wrapper .custom-time{color:gray}.analyze .section-1 .results-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}.analyze .section-1 .results-wrapper .results{width:70%}.analyze .section-1 .results-wrapper .input{width:20%;height:10px;display:flex;align-items:center;justify-content:center}.analyze .section-1 .results-wrapper .input input{width:100%;height:100%;border:none;outline:none;transition:.2s}.analyze .section-1 .results-wrapper .input input:hover{background-color:gray}.analyze .section-1 .from-to-section{display:flex;flex-direction:column;gap:inherit}.analyze .section-2{flex:4;width:100%;gap:16px}.analyze .section-2 .plus-wrapper{display:flex;align-items:center}.analyze .section-2 .plus-wrapper .plus{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:26px;height:26px;min-width:26px;min-height:26px;padding:0;margin:0;line-height:1;background-color:#460f0f;color:#c9c9c9;border-radius:5px;font-size:18px;transition:.2s;cursor:pointer}.analyze .section-2 .plus-wrapper .plus:hover{background-color:#5d3434}.analyze .section-3{flex:1;width:100%}.imsi-msisdn-converter-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3498DB #333}@media (max-width: 1366px){.imsi-msisdn-converter-wrapper{padding:8px}}.imsi-msisdn-converter-wrapper .spacing{height:3px;width:100%;background-color:#3b0b0b}.imsi-msisdn-converter-wrapper .checkbox-wrapper-top,.imsi-msisdn-converter-wrapper .checkbox-wrapper-bottom{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.imsi-msisdn-converter-wrapper .checkbox-wrapper-bottom img{cursor:pointer;width:20px;height:20px}@media (max-width: 1366px){.imsi-msisdn-converter-wrapper .checkbox-wrapper-bottom{grid-template-columns:1fr;gap:10px;padding:8px}}.imsi-msisdn-converter-wrapper .imsi-msisdn-converter-title{display:flex;margin-bottom:10px;font-size:16px;color:#fff;justify-content:space-between}.imsi-msisdn-converter-wrapper .imsi-msisdn-converter-main-title{display:flex;margin-bottom:10px;font-size:20px;color:#fff;justify-content:space-between}@media (max-width: 1366px){.imsi-msisdn-converter-wrapper .imsi-msisdn-converter-main-title{font-size:15px}}.imsi-msisdn-converter-wrapper .input-comments-style{width:100%;padding:8px;box-sizing:border-box;background-color:transparent;color:#fff;font-size:large;line-height:1.5}.general-bts-component-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3498DB #333}.general-bts-component-wrapper .spacing{height:3px;width:100%;background-color:#3b0b0b}.general-bts-component-wrapper .bts-input-wrapper{display:grid;grid-template-columns:1fr 2fr 1fr;gap:8px;padding:16px}.general-bts-component-wrapper .bts-input-wrapper .bts-input{color:#fff;background-color:#000;font-size:18px;align-self:center}.general-bts-component-wrapper .bts-input-wrapper .search-box-wrapper{width:100%;max-width:600px;margin:0 auto;padding:10px;display:block;box-sizing:border-box}.general-bts-component-wrapper .checkbox-wrapper-top,.general-bts-component-wrapper .checkbox-wrapper-bottom{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.general-bts-component-wrapper .general-bts-component-title{display:flex;margin-bottom:10px;font-size:16px;color:#fff;justify-content:space-between}.general-bts-component-wrapper .input-comments-style{width:100%;padding:8px;box-sizing:border-box;background-color:transparent;color:#fff;font-size:large;line-height:1.5}.sms-capture-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3498DB #333}.sms-capture-wrapper .checkbox-wrapper-top,.sms-capture-wrapper .checkbox-wrapper-bottom{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.sms-capture-wrapper .sms-capture-title{display:flex;margin-bottom:10px;font-size:16px;color:#fff;justify-content:space-between}.sms-capture-wrapper .input-comments-style{width:100%;padding:8px;box-sizing:border-box;background-color:transparent;color:#fff;font-size:large;line-height:1.5}.komodo-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3498DB #333}@media (max-width: 1366px){.komodo-wrapper{padding:8px}}.komodo-wrapper .spacing{height:3px;width:100%;background-color:#3b0b0b}.komodo-wrapper .checkbox-wrapper-top{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.komodo-wrapper .checkbox-wrapper-bottom{padding:16px;display:grid;grid-template-columns:1fr;gap:10px}.komodo-wrapper .komodo-title{display:flex;margin-bottom:10px;font-size:16px;color:#fff;justify-content:space-between}.komodo-wrapper .komodo-main-title{text-transform:uppercase;display:flex;margin-bottom:10px;font-size:20px;color:#fff;justify-content:space-between}@media (max-width: 1366px){.komodo-wrapper .komodo-main-title{font-size:15px}}.komodo-wrapper .input-comments-style{width:100%;padding:8px;box-sizing:border-box;background-color:transparent;color:#fff;font-size:large;line-height:1.5}.downgrader-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3498DB #333}.downgrader-wrapper .spacing{height:3px;width:100%;background-color:#3b0b0b}.downgrader-wrapper .checkbox-wrapper-top{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.downgrader-wrapper .checkbox-wrapper-bottom{padding:16px;display:grid;grid-template-columns:1fr;gap:10px}.downgrader-wrapper .komodo-title{display:flex;margin-bottom:10px;font-size:16px;color:#fff;justify-content:space-between}.downgrader-wrapper .komodo-main-title{text-transform:uppercase;display:flex;margin-bottom:10px;font-size:20px;color:#fff;justify-content:space-between}@media (max-width: 1366px){.downgrader-wrapper .komodo-main-title{font-size:15px}}.downgrader-wrapper .input-comments-style{width:100%;padding:8px;box-sizing:border-box;background-color:transparent;color:#fff;font-size:large;line-height:1.5}.management-wrapper{display:flex;flex-direction:column;background-color:#363636;border-radius:8px;height:100%;width:100%}.header-and-tabs-wrapper{position:sticky;top:0;background-color:#363636}.management-tabs{display:flex;color:#fff;background-color:#434343;padding:4px}.management-button-style{color:#fff;padding:10px 20px;border:none;border-radius:8px;font-size:16px;font-weight:700;text-align:center;cursor:pointer;width:fit-content}.management-button-style:hover{background-color:#797979!important}.management-button-style:active{background-color:#2c2c2c}.users-table-wrapper,.dynamic-table-container,.table-container,.departments-table-wrapper,.secure-numbers-table-wrapper{max-width:100%;height:100%;display:flex;justify-content:space-between;flex-direction:column;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#3498DB #333}.users-table,.dynamic-table,.departments-table,.secure-numbers-table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.column-arrow svg{width:12px;height:12px;fill:#fff;transition:transform .2s ease}.selected-row,.selected-row td{color:#fff!important}.management-header-wrapper{display:flex;flex-direction:row;justify-content:space-between;padding:30px;align-items:center;gap:10px}.management-header-wrapper .management-header-title{color:#fff;text-transform:uppercase;font-size:30px;font-weight:bolder}.management-header-wrapper .management-header-user-info{color:#fff}.users-table-wrapper,.table-container{max-width:100%;height:100%;display:flex;justify-content:space-between;flex-direction:column;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#3498DB #333}.users-table,.dynamic-table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.table-header,.dynamic-table thead tr th{background-color:#333;color:#fff;position:sticky;top:0;z-index:1}.column-header-wrapper{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px;cursor:pointer;transition:background-color .2s ease}.column-header-wrapper:hover{background-color:#4a4a4a}.column-header{display:flex;align-items:center;width:100%;font-weight:500;text-align:center;justify-content:center}.column-arrow{display:flex;align-items:center;justify-content:center;margin-left:8px}.column-arrow img{width:15px;height:15px;filter:brightness(0) saturate(100%);display:block!important;transition:transform .2s ease}.users-footer-style{display:flex;justify-content:space-between;align-items:center;position:sticky;bottom:0;left:0}.selectedDepartment,.selectedSecNumber{background-color:#3d1414!important;color:#fff}.limit-users-style{display:flex;justify-content:space-between;align-items:center;gap:10px;color:#fff;bottom:0;left:0;margin:16px}.button-style{color:#fff;background-color:#000;margin:16px;padding:5px;border:none;border-radius:5px;font-size:16px;text-align:center;cursor:pointer;bottom:0;right:0}.button-style:hover{background-color:#333}.button-style:disabled{background-color:#80808080;filter:blur(1.5px);cursor:not-allowed}.limit-users-style select,.limit-users-style input{background-color:#000;border:none}th,td{padding:12px;text-align:center;border-bottom:1px solid #ddd;white-space:nowrap}tbody{overflow:auto}tbody tr.even{background-color:#444;color:#fff}tbody tr.odd{background-color:#555;color:#fff}tbody tr:hover{background-color:#666;cursor:pointer}.user-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:100}.user-modal-container{background-color:#3c3c3c;padding:20px;border-radius:8px;width:500px;max-height:70%;overflow-y:auto;position:relative;z-index:2;scrollbar-width:thin;scrollbar-color:#3498DB #333}.user-modal-header{display:flex;text-align:center;justify-content:center;align-items:center;color:#fff;font-size:40px}.user-modal-header img{flex:1;cursor:pointer;width:20px;height:20px}.user-modal-separator{border-bottom:#460F0F 5px solid;border-radius:5px}.user-modal-footer{display:flex;justify-content:space-around;margin-top:20px}.log-out{position:relative;display:flex;gap:4px;font-size:12px;padding:10px 0}.log-out:hover .info-hover-box{display:block!important}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-container{background-color:#3c3c3c;padding:20px;border-radius:8px;width:500px;max-height:90%;overflow-y:auto;position:relative;z-index:1001}.modal-header{display:flex;justify-content:center;align-items:center;color:#fff;font-size:40px}.modal-separator{border-bottom:#460F0F 5px solid;border-radius:5px}.modal-section-background{color:#fff;border-right:1px solid #460f0f;background-image:linear-gradient(to right,rgba(70,15,15,.3882352941),transparent 70%);width:100%;text-align:left;padding:10px 0;margin:20px 0}.section-background-image{width:100%}.modal-section-title{color:#fff!important;font-size:25px;padding-left:4px}.modal-input-text input[type=checkbox]{width:20px;height:20px}.permission-item{display:flex;justify-content:space-between;align-items:center;margin:10px 0;gap:100px}.input-checkbox-wrapper{display:flex;align-items:end}.error-list{color:#a51313}.custom-button{background-color:#3e1d1d;color:#fff;font-weight:700;border:none;padding:10px 20px;text-transform:uppercase;font-size:14px;cursor:pointer;transition:background-color .2s ease}.custom-button:hover{background-color:#5b2b2b}.custom-button:focus{outline:none}.custom-button:active{background-color:#2c0f0f}.label-checkbox-text{display:flex;width:100%;justify-content:space-between;padding:10px 0}.checkbox-text{display:flex;flex:10;align-items:center}.input-checkbox input[type=checkbox]{width:20px;height:20px;flex:.5}.modal-header h2{margin:0}.section{margin-top:20px}.modal-input-text{display:flex;max-width:100%;justify-content:space-between;align-items:center;padding:10px 0}.disabled-input{cursor:not-allowed}.error-message{color:red;font-size:14px}label{display:block;color:#fff;padding:0 12px 0 0;flex:1}input,select{width:100%;padding:8px;background-color:#555;color:#fff;border:1px solid white;flex:1}.modal-footer{display:flex;justify-content:space-around;margin-top:20px}.save-button,.cancel-button{padding:10px 20px;border:none;cursor:pointer}.save-button{background-color:#6c63ff;color:#fff}.cancel-button{background-color:#ff3b3b;color:#fff}.permissions-container{font-family:Arial,sans-serif;background-color:#555;padding:20px;color:#fff}.permission-item label{font-size:14px}.permission-item input[type=checkbox]{width:20px;height:20px}.error-input-text{background-color:#742020}.select-with-input{position:relative;margin-left:8px}.limit-dropdown-options{background-color:#444;position:absolute;top:-120px;left:180px;border:1px solid rgb(204,204,204);color:#fff;border-radius:8px;text-align:center;margin:5px}.limit-dropdown-option:hover{background-color:#3d1414!important}.management-filter-menu{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;position:absolute;gap:10px;padding:5px;top:100%;left:50%;z-index:1000;width:200px;font-size:16px;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 10px #0000001a;background-color:#363636}.management-filter-menu .sort-wrapper{display:flex;align-items:center;justify-content:flex-start;width:100%;height:30px;transition:.2s;cursor:pointer;border-radius:4px}.management-filter-menu .sort-wrapper:hover{cursor:pointer;width:100%;background-color:#3f1010}.management-filter-menu .sort-wrapper .sort{display:flex;align-items:center;width:100%;height:100%;color:#fff}.management-filter-menu .sort-wrapper img{width:20px;height:20px;margin-right:10px}.management-filter-menu .sort-wrapper:nth-child(2) img{rotate:180deg}.management-filter-menu .sort-wrapper .columns-icon{display:flex;align-items:center;margin-right:10px;color:#fff}.management-filter-menu .columns-wrapper{position:absolute;top:0;left:100%;margin-left:10px;width:fit-content;display:flex;align-items:center;justify-content:space-between;flex-direction:column;background-color:#363636;border:1px solid white;padding:10px;z-index:10;border-radius:6px;box-shadow:0 2px 8px #0000001a}.management-filter-menu .columns-wrapper .columns-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:5px;border-bottom:1px solid #e0e0e0}.management-filter-menu .columns-wrapper .columns-header span{color:#fff;font-weight:500}.management-filter-menu .columns-wrapper .columns-options{display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between;max-height:200px;overflow-y:auto}.management-filter-menu .columns-wrapper .columns-options .column-option{display:flex;align-items:flex-start;cursor:pointer;padding:4px 0;gap:8px;transition:.2s;color:#fff}.management-filter-menu .columns-wrapper .columns-options .column-option:hover{background-color:#3f1010;border-radius:4px;padding-left:4px}.management-filter-menu .columns-wrapper .columns-options .column-option input[type=checkbox]{width:16px;height:16px;margin:0;cursor:pointer}.management-filter-menu .columns-wrapper .columns-options .column-option span{color:#fff;font-size:14px;-webkit-user-select:none;user-select:none}.close-button{height:30px;display:flex;align-items:center;z-index:1000;cursor:pointer}.close-button .img-wrapper{padding:5px;border-radius:5px;display:flex;justify-content:flex-end;align-items:center;background-color:#460f0f;transition:.2s}.close-button .img-wrapper:hover{background-color:#5e2929}.close-button .img-wrapper img{width:15px;height:15px;object-fit:contain}.title-wrapper{position:sticky;top:0;left:0;margin:15px 0;width:95%;display:flex;align-items:center;justify-content:space-between;border-right:1px solid #460f0f;background-repeat:no-repeat;background-image:linear-gradient(to right,rgba(70,15,15,.3882352941),transparent 70%)}.title-wrapper .title{align-items:center;display:flex;height:50px;font-size:20px;margin-left:10px;color:#fff;font-weight:700;gap:8px}.title-wrapper .title .title-icon{width:20px;height:20px;object-fit:contain}.title-wrapper .x-btn{height:100%;margin-right:10px;display:flex;align-items:center;color:#fff;font-size:20px;transition:.2s;cursor:pointer}.title-wrapper .x-btn:hover{color:#d45656;scale:1.1}.modal{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;width:25%!important;height:100%;background-color:#0c0c0cde}@media (orientation: portrait){.modal{width:50%!important}}@media (max-width: 768px){.modal{width:100%!important}}@media (max-width: 768px){.modal{height:84%!important}}.modal .corner{width:20px;height:20px;position:absolute}.modal .top-left{top:-3px;left:-3px;border-left:#460f0f 4px solid;border-top:#460f0f 4px solid}.modal .top-right{top:-3px;right:-3px;border-right:#460f0f 4px solid;border-top:#460f0f 4px solid}.modal .bottom-left{bottom:-3px;left:-3px;border-left:#460f0f 4px solid;border-bottom:#460f0f 4px solid}.modal .bottom-right{bottom:-3px;right:-3px;border-right:#460f0f 4px solid;border-bottom:#460f0f 4px solid}.modal .content-wrapper{width:-webkit-fill-available;height:85%;display:flex;justify-content:center;padding:0 5px;color:#fff;align-items:flex-start;overflow-y:auto;overflow-x:hidden}@media (max-height: 672px){.modal .content-wrapper{height:80%}}@media (max-height: 538px){.modal .content-wrapper{height:75%}}@media (max-height: 460px){.modal .content-wrapper{height:70%}}@media (max-width: 768px){.modal .content-wrapper{padding:0 20px;overflow:auto}}.modal-full-width{overflow:hidden;padding:none;display:flex;flex-direction:column;align-items:center;position:relative;height:100%;background-color:#0c0c0c99}@media (max-width: 768px){.modal-full-width{width:100%!important;height:84%!important}}.modal-full-width .corner{width:20px;height:20px;position:absolute}.modal-full-width .top-left{top:-3px;left:-3px;border-left:#460f0f 4px solid;border-top:#460f0f 4px solid}.modal-full-width .top-right{top:-3px;right:-3px;border-right:#460f0f 4px solid;border-top:#460f0f 4px solid}.modal-full-width .bottom-left{bottom:-3px;left:-3px;border-left:#460f0f 4px solid;border-bottom:#460f0f 4px solid}.modal-full-width .bottom-right{bottom:-3px;right:-3px;border-right:#460f0f 4px solid;border-bottom:#460f0f 4px solid}.modal-full-width .content-wrapper{width:97%;height:90%;color:#fff;display:flex;align-items:center;justify-content:center}@media (max-height: 950px){.modal-full-width .content-wrapper{height:85%}}@media (max-width: 768px){.modal-full-width .content-wrapper{height:100%!important;width:100%!important;overflow:auto!important}}@media (max-width: 768px){.modal-mobile{font-size:12px!important}}.side-bar-header-container{padding:0 14px;display:flex;justify-content:end;align-items:center;z-index:1;background-color:#11274131;position:relative}.side-bar-header-container .side-bar-header-logo{position:relative;display:flex;transition:.2s;border-radius:10px;-webkit-user-select:none;user-select:none;cursor:pointer;padding:20px;width:200px}@media (max-width: 768px){.side-bar-header-container .side-bar-header-logo{width:100px!important;padding:20px 10px 20px 0}}.side-bar-header-container .side-bar-header-logo .logo{max-width:100%;max-height:60px;object-fit:contain}@media (max-width: 768px){.side-bar-header-container .side-bar-header-logo .logo{max-height:30px}}.side-bar-header-container .side-bar-header-logo:hover{background-color:#4646464d;-webkit-box-shadow:-11px 9px 46px -8px rgba(105,105,105,.75);-moz-box-shadow:-11px 9px 46px -8px rgba(105,105,105,.75);box-shadow:-11px 9px 46px -8px #696969bf;border-radius:50px}.side-bar-header-container .side-bar-header-logo:hover .info-hover-box{font-family:Beiruti,sans-serif;display:block!important}@media (max-width: 768px){.side-bar-header-container .side-bar-header-logo{justify-content:end}}.side-bar-header-container .side-bar-header-separator{height:43px;border-left:5px solid white;margin:16px}.side-bar-header-container .side-bar-header-info{color:#fff;font-size:16px;font-family:Kulim Park,sans-serif}.footer{position:absolute;bottom:0;width:100%;height:50px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;z-index:100}@media (max-width: 768px){.footer{position:fixed;bottom:0;left:0;right:0;padding-bottom:env(safe-area-inset-bottom);min-height:calc(50px + env(safe-area-inset-bottom));z-index:1000}}.footer .tabs{display:flex;align-items:flex-end;justify-content:flex-start;height:100%;width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#3498DB #333}.footer .tabs .tab{position:relative;height:60%;display:flex;justify-content:center;align-items:center;border-radius:5px 5px 0 0;padding:5px;background-color:#081320;color:#c9c9c9;margin-left:7px;font-size:16px;font-weight:500;transition:.2s;min-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.footer .tabs .tab:hover{background-color:#1e3a5f}.footer .tabs .tab.dragging{opacity:.5;background-color:#3a4a5f}.footer .tabs .tab .icon-wrapper{flex:1;position:relative;width:30px;height:30px;margin-left:10px;display:flex;align-items:center;justify-content:center}.footer .tabs .tab .icon-wrapper .loader{position:absolute;top:0;left:0;transform:translate(-50%,-50%);background-color:transparent;z-index:1}.footer .tabs .tab .icon-wrapper .loader.spinner-ring{width:25px;height:25px;border:2.5px solid rgba(52,152,219,.2);border-top:2.5px solid #3498DB;border-radius:50%;animation:spin .8s linear infinite}.footer .tabs .tab .icon-wrapper img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:20px;height:20px}.footer .tabs .tab img,.footer .tabs .tab span{margin-right:5px}.footer .tabs .tab .exit{border-radius:5px;transition:.2s}.footer .tabs .tab .exit:hover{color:#b62929;background-color:#3f4d5f5e}@keyframes blink{0%{opacity:1}50%{opacity:.3}to{opacity:1}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.blinking-text{animation:blink 1s linear infinite}.history-dropdown-menu{position:absolute;z-index:1000;display:flex;align-items:center;justify-content:start;flex-direction:column;gap:10px;padding:5px;background-color:#363636;color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 10px #0000001a;font-size:16px;-webkit-user-select:none;user-select:none}.history-dropdown-menu .history-menu-item{display:flex;align-items:center;justify-content:start;height:30px;padding:8px;cursor:pointer;transition:.2s;border-radius:4px}.history-dropdown-menu .history-menu-item:hover{background-color:#3f1010;border-radius:4px}.history-dropdown-menu .history-menu-item.columns-menu-item{position:relative}.history-dropdown-menu .history-menu-item span{font-size:14px;-webkit-user-select:none;user-select:none}.history-dropdown-menu .history-menu-item .columns-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:currentColor}.history-dropdown-menu .history-menu-item .filter-status-checkbox{cursor:pointer;margin:0;border:1px solid black;border-radius:2px;background-color:transparent;position:relative;transition:all .2s ease}.history-dropdown-menu .history-menu-item .filter-status-checkbox:checked{background-color:#e8f2ff;border-color:#4a90e2}.history-dropdown-menu .history-menu-item .filter-status-checkbox:hover{border-color:#357abd;transform:scale(1.05)}.history-dropdown-menu .history-submenu-columns{position:absolute;top:100%;left:0;width:fit-content;display:flex;align-items:center;justify-content:space-between;flex-direction:column;background-color:#363636;border:1px solid white;padding:10px;z-index:10;border-radius:6px;box-shadow:0 2px 8px #0000001a;max-height:300px;overflow-y:auto}@media (max-width: 768px){.history-dropdown-menu .history-submenu-columns{left:auto;right:0;margin-left:0;margin-right:5px}}.history-dropdown-menu .history-submenu-columns .history-columns-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:5px;border-bottom:1px solid #e0e0e0}.history-dropdown-menu .history-submenu-columns .history-columns-header span{color:#fff;font-weight:500;font-size:14px}.history-dropdown-menu .history-submenu-columns .history-columns-options{display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between;width:100%;padding-top:5px}.history-dropdown-menu .history-submenu-columns .history-columns-options .history-column-option{display:flex;align-items:center;cursor:pointer;padding:4px 0;gap:8px;transition:.2s}.history-dropdown-menu .history-submenu-columns .history-columns-options .history-column-option:hover{background-color:#3f1010;border-radius:4px;padding-left:4px}.history-dropdown-menu .history-submenu-columns .history-columns-options .history-column-option input[type=checkbox]{width:16px;height:16px;margin:0;cursor:pointer}.history-dropdown-menu .history-submenu-columns .history-columns-options .history-column-option span{color:#fff;font-size:14px;-webkit-user-select:none;user-select:none}.history-dropdown-menu .history-submenu{position:absolute;top:100%;left:0;width:fit-content;display:flex;align-items:center;justify-content:space-between;flex-direction:column;background-color:#363636;border:1px solid white;padding:10px;z-index:10;border-radius:6px;box-shadow:0 2px 8px #0000001a;min-width:150px}.history-dropdown-menu .history-submenu .history-filter-input{padding:5px;margin-top:8px;background-color:#000;color:#fff;border:1px solid white;border-radius:4px;width:100%;outline:none;transition:.2s}.history-dropdown-menu .history-submenu .history-filter-input:hover{border-color:#b0b0b0}.history-dropdown-menu .history-submenu .history-filter-input:focus{border-color:#3f1010}.history-dropdown-menu .history-submenu-subscriber{position:absolute;top:100%;left:0;width:fit-content;display:flex;align-items:start;flex-direction:column;justify-content:space-between;background-color:#363636;border:1px solid white;padding:10px;z-index:10;border-radius:6px;box-shadow:0 2px 8px #0000001a;min-width:150px;max-height:200px;overflow-y:auto}.history-dropdown-menu .history-submenu-subscriber .history-submenu-item-subscriber{display:flex;align-items:flex-start;cursor:pointer;padding:4px 0;gap:8px;transition:.2s}.history-dropdown-menu .history-submenu-subscriber .history-submenu-item-subscriber:hover{background-color:#3f1010;border-radius:4px;padding-left:4px}.history-dropdown-menu .history-submenu-subscriber .history-submenu-item-subscriber input[type=checkbox]{width:16px;height:16px;margin:0;cursor:pointer}.history-dropdown-menu .history-submenu-subscriber .history-submenu-item-subscriber span{font-size:14px;-webkit-user-select:none;user-select:none}.history-dropdown-menu .history-submenu-subscriber .history-custom-button{background-color:#3e1d1d;color:#fff;font-weight:700;border:none;padding:10px 20px;text-transform:uppercase;font-size:14px;cursor:pointer;transition:background-color .2s ease;border-radius:4px;margin-top:8px}.history-dropdown-menu .history-submenu-subscriber .history-custom-button:hover{background-color:#5b2b2b}.history-dropdown-menu .history-submenu-status{position:absolute;top:100%;left:0;width:fit-content;display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between;background-color:#363636;border:1px solid white;padding:10px;z-index:10;border-radius:6px;box-shadow:0 2px 8px #0000001a}.history-dropdown-menu .history-submenu-status .history-submenu-item-status{display:flex;align-self:flex-start;align-items:center;justify-content:space-between;cursor:pointer;padding:4px 0;gap:8px;transition:.2s}.history-dropdown-menu .history-submenu-status .history-submenu-item-status:hover{background-color:#3f1010;border-radius:4px;padding-left:4px}.history-dropdown-menu .history-submenu-status .history-submenu-item-status input[type=checkbox]{width:16px;height:16px;margin:0;cursor:pointer}.history-dropdown-menu .history-submenu-status .history-submenu-item-status span{font-size:14px;-webkit-user-select:none;user-select:none}.history-dropdown-menu .history-submenu-status .history-custom-button{background-color:#3e1d1d;color:#fff;font-weight:700;border:none;padding:10px 20px;text-transform:uppercase;font-size:14px;cursor:pointer;transition:background-color .2s ease;border-radius:4px}.history-dropdown-menu .history-submenu-status .history-custom-button:hover{background-color:#5b2b2b}.history-dropdown-menu .history-submenu-number-filter{position:absolute;top:100%;left:0;width:fit-content;display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between;background-color:#363636;border:1px solid white;padding:10px;z-index:10;border-radius:6px;box-shadow:0 2px 8px #0000001a;min-width:150px}.history-dropdown-menu .history-submenu-number-filter .history-filter-item{display:flex;align-items:baseline;gap:6px;padding:4px;width:100%}.history-dropdown-menu .history-submenu-number-filter .history-filter-item .history-filter-icon{color:#fff;font-weight:700;min-width:20px}.history-dropdown-menu .history-submenu-number-filter .history-filter-item .history-filter-input{flex:1;padding:5px;background-color:#000;color:#fff;border:1px solid white;border-radius:4px;outline:none;transition:.2s}.history-dropdown-menu .history-submenu-number-filter .history-filter-item .history-filter-input:hover{border-color:#b0b0b0}.history-dropdown-menu .history-submenu-number-filter .history-filter-item .history-filter-input:focus{border-color:#3f1010}.history-dropdown-menu .history-submenu-number-filter .history-custom-button{background-color:#3e1d1d;color:#fff;font-weight:700;border:none;padding:10px 20px;text-transform:uppercase;font-size:14px;cursor:pointer;transition:background-color .2s ease;border-radius:4px;margin-top:8px;width:-webkit-fill-available}.history-dropdown-menu .history-submenu-number-filter .history-custom-button:hover{background-color:#5b2b2b}.history-image-info-wrapper{position:relative}.history-image-info-wrapper:hover .info-hover-box{display:block!important}.history-image-info-wrapper img{transition:.2s;cursor:pointer;width:20px;height:20px}.history-image-info-wrapper img:hover{transform:scale(1.1)}.history-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;border-radius:8px;overflow:auto;background-color:#232323}.history-header{flex:.5;display:flex;justify-content:space-between;width:100%}.header-title{color:#fff;font-family:unset;font-size:35px;padding:10px}.header-action-icons{display:flex;gap:10px;align-items:center;padding:10px}.table-wrapper{flex:8;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#3498DB #424242;width:100%}.body-wrapper{width:100%;background-color:#000}.body-wrapper thead{position:sticky;top:0;z-index:1;font-size:smaller}.body-wrapper thead .column-table-history .filter-status-checkbox{width:14px;height:14px;cursor:pointer;margin:0;accent-color:#ff6b6b;border:1px solid #ffffff;border-radius:2px;background-color:transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;transition:all .2s ease}.body-wrapper thead .column-table-history .filter-status-checkbox:checked{background-color:#ff6b6b;border-color:#ff6b6b}.body-wrapper thead .column-table-history .filter-status-checkbox:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:10px;font-weight:700}.body-wrapper thead .column-table-history .filter-status-checkbox:hover{border-color:#ff6b6b;transform:scale(1.1)}.body-wrapper tbody td{padding:4px;font-size:12px}.dropdown{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100%}.location-images{display:flex;justify-content:center;align-items:center;gap:4px}.footer-wrapper{flex:.5;display:flex;justify-content:space-between;align-items:center;padding:10px}.next-page{flex:16;display:flex;justify-content:center;align-items:center;gap:4px}.pagination-nav--disabled{pointer-events:none;cursor:default}.pagenation-seperator{padding-top:8px}.page-title{color:#fff;align-self:center;padding:2px 10px 0}.next-page-wrapper{display:flex}.refresh-page{padding:8px 0 0 16px}.history-image-info-wrapper{position:relative;z-index:10}.image-icon-style{width:20px;height:20px;display:flex;cursor:pointer}.image-icon-style-not-active{width:20px;height:20px;display:flex;filter:brightness(.4)}.column-table-history:hover{background-color:#585858}.drop-down-arrow{padding-left:4px;width:10px;height:10px;cursor:pointer}.dropdown-history-wrapper{opacity:1;cursor:pointer}.menu-item-icon-wrapper .side-bar-item-logo{width:35px!important;height:35px!important}@media (max-width: 1366px){.menu-item-icon-wrapper .side-bar-item-logo{width:25px!important;height:25px!important}}@media (max-width: 768px){.menu-item-icon-wrapper .side-bar-item-logo{width:35px!important;height:35px!important}}.menu-item-action{font-size:12px}@media (max-width: 1366px){.menu-item-action{font-size:12px}}@media (max-width: 768px){.menu-item-action{font-size:12px}}.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-left,.mapboxgl-ctrl-right,.mapboxgl-ctrl-top,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top{left:50%;top:0;transform:translate(-50%)}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-right{right:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl-bottom{bottom:0;left:50%;transform:translate(-50%)}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-left{left:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.mapboxgl-ctrl-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-bottom .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.mapboxgl-ctrl-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid transparent;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid transparent;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:#000000b3;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}.radius-map{top:50%;left:50%;width:70%;height:70%;z-index:1;display:flex;flex-direction:column;align-items:center;position:absolute;border:3px solid #460f0f;transform:translate(-50%,-50%);background-color:#0c0c0c}.radius-map .header{width:99%;height:7%;display:flex;align-items:center;justify-self:flex-start}.radius-map .header .close{margin-left:auto;text-align:right;color:#fff;transition:.2s;cursor:pointer}.radius-map .header .close:hover{color:#a54040}.radius-map .map{height:92%;width:99%}.radius-map .map .border-marker{width:10px;height:10px;background-color:red;border-radius:50%;border:2px solid white}.radius-map .map .center-marker{width:10px;height:10px;background-color:#00f;border-radius:50%;border:2px solid white}button{font-size:20px;font-weight:700;background-color:#460f0f;color:#fff;outline:none;border:none;transition:all .2s ease-in-out;cursor:pointer;margin:12px}button:hover{background-color:#693b3b}.radius-locate-component-wrapper{display:flex;flex-direction:column;gap:20px;padding:20px;width:100%;height:100%;justify-content:space-between}.radius-locate-component-wrapper .radius-input-wrapper{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:100%}@media (max-width: 1500px){.radius-locate-component-wrapper .radius-input-wrapper{grid-template-columns:1fr;gap:8px}}.radius-locate-component-wrapper .radius-input-wrapper .radius-input-wrapper{display:flex;align-items:center;gap:10px}.radius-locate-component-wrapper .radius-input-wrapper .radius-input-wrapper .radius-input-icon-wrapper{cursor:pointer}.radius-locate-component-wrapper .radius-input-wrapper .radius-input-wrapper .radius-input-icon-wrapper img{width:20px;height:20px}.radius-locate-component-wrapper .radius-input-wrapper .radius-input{padding:8px;border:1px solid #ccc;border-radius:4px;background-color:transparent;color:#fff;font-size:14px}.radius-locate-component-wrapper .radius-input-wrapper .radius-input:disabled{opacity:.6;cursor:not-allowed}.radius-locate-component-wrapper .radius-input-wrapper .radius-input:focus{outline:none;border-color:#0096ff}.radius-locate-component-wrapper .radius-input-wrapper .search-box-wrapper{grid-column:2/3}@media (max-width: 1500px){.radius-locate-component-wrapper .radius-input-wrapper .search-box-wrapper{grid-column:1}}.radius-locate-component-wrapper .spacing{height:1px;background-color:#ffffff1a;margin:10px 0}.radius-locate-component-wrapper .date-range-wrapper{display:flex;gap:20px;width:100%;align-items:flex-start}@media (max-width: 1500px){.radius-locate-component-wrapper .date-range-wrapper{flex-direction:column;gap:15px}}.radius-locate-component-wrapper .date-range-wrapper .date-wrapper{flex:1;position:relative;display:flex;flex-direction:column;gap:8px}.radius-locate-component-wrapper .date-range-wrapper .date-wrapper .custom-time-display{padding:8px;background-color:#ffffff1a;border-radius:4px;font-size:14px;text-align:center;color:#fff}.home{width:100vw;height:100vh;background-size:cover;position:relative}@supports (height: 100dvh){.home{height:100dvh}}@media (max-width: 768px){.home{position:fixed;height:100vh;height:-webkit-fill-available;padding-bottom:env(safe-area-inset-bottom);box-sizing:border-box}}.home .menu-content-container{align-self:flex-start;height:auto;width:100%;justify-content:center;max-height:100%;font-size:12px;display:grid;grid-template-columns:repeat(3,0fr);gap:20px;overflow-y:auto;overflow-x:hidden;padding:10px 5px 20px;box-sizing:border-box}.home .menu-content-container .menu-item-container{width:100px;padding:7px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;box-sizing:border-box;transition:.2s;cursor:pointer}.home .menu-content-container .menu-item-container:hover{background-color:#69272744}.home .menu-content-container .menu-item-container .menu-item-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.home .menu-content-container .menu-item-container .menu-item-icon-wrapper .menu-item-alerts-counter{position:absolute;top:-8px;right:-8px;width:18px;height:18px;font-size:11px;border-radius:50%;background-color:#46161a;color:#fff!important;display:flex;align-items:center;justify-content:center;font-weight:700}.home .menu-content-container .menu-item-container .menu-item-action{color:#fff}@media (max-width: 768px){.home .menu-content-container{grid-template-columns:repeat(3,0fr)!important;gap:0px;padding-bottom:20px}}@media (min-width: 768px) and (max-width: 1366px){.home .menu-content-container{grid-template-columns:repeat(2,0fr);gap:15px;padding:10px}}.home .home-page-middle-part{height:calc(100% - 125px);display:flex;flex-direction:row-reverse;justify-content:space-between;width:100%}.home .home-page-middle-part .side-bar-right-wrapper{margin-left:auto;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 768px){.home .home-page-middle-part .side-bar-right-wrapper{justify-content:center;flex:9;margin-left:0}}.home .home-page-middle-part .home-menu{gap:10px;display:flex;padding:8px;letter-spacing:1px;height:98%;width:100%;overflow:hidden}@media (max-width: 768px){.home .home-page-middle-part .home-menu{flex-direction:column;height:99%;overflow:auto;gap:4px;padding-bottom:calc(60px + env(safe-area-inset-bottom))}}@media (max-width: 768px){.home .home-page-middle-part{height:100%}}.mobile-menu-header-container{font-weight:700;display:flex;justify-content:space-between;align-items:center;z-index:1;background-color:#11274131;position:relative}.mobile-menu-button{width:fit-content;height:fit-content;top:18px;right:17px;z-index:1000;cursor:pointer;font-size:16px;min-width:80px;min-height:44px;display:flex;align-items:center;transition:all .2s ease}@media (hover: hover){.mobile-menu-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0006}}.mobile-menu-button:active{transform:translateY(0);box-shadow:0 2px 8px #0000004d}.mobile-menu-button .mobile-alerts-counter{position:absolute;top:-8px;left:40px;width:20px;height:20px;font-size:11px;border-radius:50%;background-color:#46161a;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;border:2px solid white;box-shadow:0 2px 4px #0003}@media (max-width: 350px){.mobile-menu-button .mobile-alerts-counter{width:18px;height:18px;font-size:10px;top:-6px;right:-6px}}.filter-menu{display:flex;align-items:center;justify-content:start;flex-direction:column;position:absolute;top:150%;left:0;gap:10px;padding:5px;z-index:1;width:200px;font-size:16px;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 10px #0000001a;background-color:#363636}.filter-menu .sort-wrapper{display:flex;align-items:center;justify-content:start;width:100%;height:30px;transition:.2s;cursor:pointer;border-radius:4px}.filter-menu .sort-wrapper .sort{display:flex;align-items:center;width:100%;height:100%}.filter-menu .sort-wrapper img{width:20px;height:20px;margin-right:10px}.filter-menu .sort-wrapper:nth-child(2) img{rotate:180deg}.filter-menu .sort-wrapper .filter-checkbox{display:flex;align-items:center;margin-right:8px}.filter-menu .sort-wrapper .filter-checkbox input[type=checkbox]{width:16px;height:16px;margin:0;cursor:default}.filter-menu .sort-wrapper .columns-icon{display:flex;align-items:center;margin-right:10px;color:#fff}.filter-menu .columns-wrapper{position:absolute;top:0;left:100%;margin-left:10px;width:fit-content;display:flex;align-items:center;justify-content:space-between;flex-direction:column;background-color:#363636;border:1px solid white;padding:10px;z-index:99999;border-radius:6px;box-shadow:0 2px 8px #0000001a}.filter-menu .columns-wrapper .columns-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:5px;border-bottom:1px solid #e0e0e0}.filter-menu .columns-wrapper .columns-header span{font-weight:500}.filter-menu .columns-wrapper .columns-options{display:flex;align-items:start;flex-direction:column;justify-content:space-between;max-height:200px;overflow-y:auto}.filter-menu .columns-wrapper .columns-options .column-option{display:flex;align-items:left;cursor:pointer;padding:4px 0;gap:8px;transition:.2s}.filter-menu .columns-wrapper .columns-options .column-option:hover{background-color:#3f1010;border-radius:4px;padding-left:4px}.filter-menu .columns-wrapper .columns-options .column-option input[type=checkbox]{width:16px;height:16px;margin:0;cursor:pointer}.filter-menu .columns-wrapper .columns-options .column-option span{font-size:14px;-webkit-user-select:none;user-select:none}.filter-menu .filters-wrapper{position:absolute;top:100%;left:0;width:fit-content;display:flex;align-items:center;justify-content:space-between;flex-direction:column;background-color:#363636;padding:10px;z-index:10;border-radius:6px;box-shadow:0 2px 8px #0000001a}.filter-menu .filters-wrapper select{border:none;outline:none;background-color:#000;color:#fff;transition:.2s;border:1px solid white;cursor:pointer}.filter-menu .filters-wrapper select:hover{background-color:#1a1a1a}.filter-menu .filters-wrapper .filters-input{display:flex;justify-content:space-between}.filter-menu .filters-wrapper .filters-input input{border:1px solid #e0e0e0;outline:none;color:#fff;transition:.2s;padding:5px;border-radius:4px}.filter-menu .filters-wrapper .filters-input input:hover{border-color:#b0b0b0}.filter-menu .filters-wrapper .filters-input .clear-filter-btn{background:none;border:none;color:#ff6b6b;font-size:18px;font-weight:700;cursor:pointer;padding:2px 6px;border-radius:3px;transition:.2s}.filter-menu .filters-wrapper .filters-input .clear-filter-btn:hover{background-color:#ff6b6b;color:#fff}.filter-menu .filters-wrapper .multi-select-filters{width:100%;display:flex;flex-direction:column;gap:10px}.filter-menu .filters-wrapper .multi-select-filters .filter-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:5px;border-bottom:1px solid #e0e0e0}.filter-menu .filters-wrapper .multi-select-filters .filter-header span{font-weight:500}.filter-menu .filters-wrapper .multi-select-filters .filter-header .clear-filter-btn{background:none;border:none;color:#ff6b6b;font-size:16px;font-weight:700;cursor:pointer;padding:2px 6px;border-radius:3px;transition:.2s}.filter-menu .filters-wrapper .multi-select-filters .filter-header .clear-filter-btn:hover{background-color:#ff6b6b;color:#fff}.filter-menu .filters-wrapper .multi-select-filters .filter-options{display:flex;align-items:start;flex-direction:column;justify-content:space-between;max-height:200px;overflow-y:auto}.filter-menu .filters-wrapper .multi-select-filters .filter-options .filter-option{display:flex;align-items:left;cursor:pointer;padding:4px 0;gap:8px;transition:.2s}.filter-menu .filters-wrapper .multi-select-filters .filter-options .filter-option:hover{background-color:#3f1010;border-radius:4px;padding-left:4px}.filter-menu .filters-wrapper .multi-select-filters .filter-options .filter-option input[type=checkbox]{width:16px;height:16px;margin:0;cursor:pointer}.filter-menu .filters-wrapper .multi-select-filters .filter-options .filter-option span{font-size:14px;-webkit-user-select:none;user-select:none}.alerts{width:100%;height:100%;overflow:auto;background-color:#363636}.alerts .table-container{height:90%;scrollbar-width:thin;scrollbar-color:#3498DB #424242}.alerts .table-container table{color:#fff;border-collapse:collapse;border-radius:5px;font-size:smaller;width:100%}.alerts .table-container table tr,.alerts .table-container table td{height:2px;-webkit-user-select:none;user-select:none;width:auto;white-space:nowrap;padding:6px 10px;text-overflow:ellipsis;text-align:center}.alerts .table-container table tr .icons,.alerts .table-container table td .icons{display:flex;align-items:center;justify-content:center;gap:5px}.alerts .table-container table tr .icons .img-wrapper,.alerts .table-container table td .icons .img-wrapper{position:relative}.alerts .table-container table tr .icons .img-wrapper:hover .info-hover-box,.alerts .table-container table td .icons .img-wrapper:hover .info-hover-box{display:block!important}.alerts .table-container table tr .icons .img-wrapper img,.alerts .table-container table td .icons .img-wrapper img{width:15px;height:15px;transition:.2s;cursor:pointer}.alerts .table-container table tr .icons .img-wrapper img:hover,.alerts .table-container table td .icons .img-wrapper img:hover{filter:brightness(.6)}.alerts .table-container table .columns{border-bottom:4px solid rgba(12,12,12,.631372549);position:relative}.alerts .table-container table .columns th{position:relative;overflow:visible;transition:.2s;cursor:pointer;width:auto;white-space:nowrap;text-overflow:ellipsis}.alerts .table-container table .columns th:hover{background-color:#585858}.alerts .table-container table .columns th:hover img{display:block!important}.alerts .table-container table .columns th .wrapper{position:relative;display:flex;align-items:center;justify-content:center}.alerts .table-container table .columns th .wrapper .column-header{font-weight:400;transition:.2s;display:flex;justify-content:center}.alerts .table-container table .columns th .wrapper .column-header.filtered{font-style:italic;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}.alerts .table-container table .columns th .wrapper .img-wrapper{width:15px;height:15px;margin-left:5px;display:flex;align-items:center;justify-content:center}.alerts .table-container table .row{font-size:15px;transition:.2s;cursor:pointer}.alerts .table-container table .row:hover{background-color:#3b3b3b!important}@media (max-width: 768px){.alerts .table-container table .row{font-size:12px}}.alerts .table-container table .row:nth-child(odd){background-color:#373737}.alerts .table-container table .row:nth-child(2n){background-color:#25252563}.alerts .table-container table .row.selected{font-size:16px;background-color:#3d1414;transition:.2s;font-weight:bolder}.alerts .table-container table .row.selected:hover{background-color:#3d1414!important}.alerts .table-container table .row.unread{font-weight:700;font-size:15px;background-color:#3d1414}.alerts .table-container table th:not(:last-child),.alerts .table-container table td:not(:last-child){border:1px solid #444;border-bottom:1px solid #ddd;white-space:nowrap}.alerts .filter-loading{display:flex;align-items:center;justify-content:center;gap:10px;background-color:#2a2a2a;border:1px solid #3498DB;border-radius:5px;margin:10px;padding:15px;color:#fff}.alerts .filter-loading .loading-spinner{width:20px;height:20px;border:2px solid #3498DB;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}.alerts .filter-loading span{font-size:14px;font-weight:500}.alerts .debug-section{background-color:#2a2a2a;border:1px solid #555;border-radius:5px;margin:10px;padding:15px;color:#fff}.alerts .debug-section .debug-title{font-weight:700;margin-bottom:10px;color:#3498db;font-size:14px}.alerts .debug-section .debug-content{display:flex;flex-direction:column;gap:8px}.alerts .debug-section .debug-content .debug-item{background-color:#1a1a1a;padding:8px;border-radius:3px;border-left:3px solid #3498DB;font-family:monospace;font-size:12px;white-space:pre-wrap;word-break:break-word}.alerts .debug-section .debug-content .debug-actions{display:flex;justify-content:flex-end;margin-top:10px}.alerts .debug-section .debug-content .debug-actions .clear-all-btn{background-color:#e74c3c;color:#fff;border:none;border-radius:4px;padding:6px 12px;font-size:12px;cursor:pointer;transition:background-color .2s ease}.alerts .debug-section .debug-content .debug-actions .clear-all-btn:hover{background-color:#c0392b}.alerts .debug-section .debug-content .debug-actions .copy-config-btn{background-color:#3498db;color:#fff;border:none;border-radius:4px;padding:6px 12px;font-size:12px;cursor:pointer;transition:background-color .2s ease;margin-left:8px}.alerts .debug-section .debug-content .debug-actions .copy-config-btn:hover{background-color:#2980b9}.alerts .bottom{height:10%;display:flex;align-items:center;justify-content:space-between}.alerts .bottom .limit-container{width:20%;display:flex;align-items:center;justify-content:center;margin-right:10px}.alerts .bottom .limit-container .limit-title{margin:0 10px}.alerts .bottom .limit-container select{border:none;outline:none;background-color:#000;color:#fff;transition:.2s;border:1px solid white;cursor:pointer}.alerts .bottom .limit-container select:hover{background-color:#353535}.alerts .bottom .limit-container .input-wrapper{border:1px solid white}.alerts .bottom .limit-container .input-wrapper input{border:none;outline:none;background-color:#000;color:#fff;transition:.2s;cursor:text}.alerts .bottom .limit-container .input-wrapper input:hover{background-color:#353535}@media (max-width: 768px){.alerts .bottom .limit-container{width:30%;margin-right:5px}}.alerts .bottom .pagination-container{display:flex;align-items:center;gap:10px;margin:0 20px}.alerts .bottom .pagination-container .pagination-btn{height:30px;font-size:14px;font-weight:600;padding:0 15px;background-color:#2c0000;color:#fff;outline:none;border:none;border-radius:8px;transition:all .2s ease-in-out;cursor:pointer}.alerts .bottom .pagination-container .pagination-btn:hover:not(:disabled){background-color:#612626}.alerts .bottom .pagination-container .pagination-btn:disabled{background-color:#555;cursor:not-allowed;opacity:.6}.alerts .bottom .pagination-container .page-info{color:#fff;font-size:14px;font-weight:500;min-width:80px;text-align:center}.alerts .bottom button{height:30px;font-size:18px;font-weight:700;padding:0 10px;background-color:#2c0000;color:#fff;outline:none;border:none;border-radius:10px;margin-right:10px;transition:all .2s ease-in-out;cursor:pointer}@media (max-width: 768px){.alerts .bottom button{font-size:14px;padding:0 8px;margin-right:5px}}.alerts .bottom button:hover{background-color:#612626}@media (max-width: 768px){.alerts .bottom{font-size:14px;padding:0 8px;margin-right:5px}}.coverage{width:100%;height:100%;overflow:auto;background-color:#363636}.coverage .table-container{height:90%;scrollbar-width:thin;scrollbar-color:#3498DB #333}.coverage .table-container table{color:#fff;border-collapse:collapse;border-radius:5px;font-size:14px}.coverage .table-container table thead{position:sticky;top:0}.coverage .table-container table tr,.coverage .table-container table td{height:2px;line-height:20px;-webkit-user-select:none;user-select:none;text-align:center}.coverage .table-container table tr img,.coverage .table-container table td img{align-self:center;width:15px;height:15px}.coverage .table-container table tr .img-wrapper,.coverage .table-container table td .img-wrapper{display:flex;justify-content:center;align-items:center;gap:6px}.coverage .table-container table .columns{border-bottom:4px solid rgba(12,12,12,.631372549);position:relative}.coverage .table-container table .columns th{position:relative;overflow:visible;transition:.2s;cursor:pointer}.coverage .table-container table .columns th img{filter:brightness(0) saturate(100%);display:block!important}.coverage .table-container table .columns th:hover{background-color:#585858}.coverage .table-container table .columns th .wrapper{position:relative;display:flex;align-items:center;justify-content:center}.coverage .table-container table .columns th .wrapper .img-wrapper{width:15px;height:15px;margin-left:5px;display:flex;align-items:center;justify-content:center}.coverage .table-container table .columns th .wrapper .img-wrapper img{display:none}.coverage .table-container table .row{font-size:12px;transition:.2s;cursor:pointer}.coverage .table-container table .row:hover{background-color:#3b3b3b!important}.coverage .table-container table .row.inactive-row{color:red!important}.coverage .table-container table .row:nth-child(odd){background-color:#373737}.coverage .table-container table .row:nth-child(2n){background-color:#25252563}.coverage .table-container table .row.selected{font-size:12px;background-color:#3d1414;transition:.2s}.coverage .table-container table .row.selected:hover{background-color:#3d1414!important}.coverage .table-container table .row.unread{font-weight:700;font-size:12px}.coverage .bottom{height:10%;display:flex;align-items:center;justify-content:space-between}.coverage .bottom .limit-container{width:20%;display:flex;align-items:center;justify-content:center;margin-right:10px}.coverage .bottom .limit-container .limit-title{margin:0 10px}.coverage .bottom .limit-container select{border:none;outline:none;background-color:#000;color:#fff;transition:.2s;border:1px solid white;cursor:pointer}.coverage .bottom .limit-container select:hover{background-color:#353535}.coverage .bottom .limit-container .input-wrapper{border:1px solid white}.coverage .bottom .limit-container .input-wrapper input{border:none;outline:none;background-color:#000;color:#fff;transition:.2s;cursor:text}.coverage .bottom .limit-container .input-wrapper input:hover{background-color:#353535}.coverage .bottom button{height:30px;font-size:18px;font-weight:700;padding:0 10px;background-color:#2c0000;color:#fff;outline:none;border:none;border-radius:10px;margin-right:10px;transition:all .2s ease-in-out;cursor:pointer}.coverage .bottom button:hover{background-color:#612626}.coverage .button-container-contact{width:100%;height:33px;margin-top:10px;display:flex;flex-direction:row;align-items:center;justify-content:end;gap:10px;position:relative}.coverage .button-container-contact:hover{background-color:#693b3b}.coverage .button-container-contact:hover .info-hover-box{display:block!important}.support-form{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:red}.support-form .form-group{width:fit-content}.background{z-index:50;background-color:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.background .contact-support-window{z-index:51;width:650px;height:350px;background-color:#9e9e9e;display:flex;align-items:center;justify-content:space-around;flex-direction:column}@media (max-width: 768px){.background .contact-support-window{width:300px}}.background .contact-support-window .header{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;width:100%;height:100px}.background .contact-support-window .header .title{color:#fff;font-size:30px}.background .contact-support-window .header .line{background-color:#460f0f;height:4px;width:95%;margin-bottom:5px}.background .contact-support-window .container{display:flex;align-items:center;justify-content:space-between;flex-direction:column;width:100%;height:200px}.background .contact-support-window .container .input-wrapper{display:flex;align-items:center;justify-content:space-between;width:90%;margin-bottom:10px}.background .contact-support-window .container .input-wrapper .label-wrapper{flex:4;height:100%;display:flex;justify-content:flex-start;flex-direction:column;padding-top:5px;margin-right:10px}.background .contact-support-window .container .input-wrapper label{color:#f1f1f1;flex:4;font-size:16px}.background .contact-support-window .container .input-wrapper .text-box{flex:6;border:none;outline:none;background-color:#9e9e9e;border:1px solid #f1f1f1;color:#f1f1f1;transition:.2s}.background .contact-support-window .container .input-wrapper .text-box:hover{background-color:#693b3b}.background .contact-support-window .container .input-wrapper textarea{resize:none;height:100px;padding:5px}.background .contact-support-window .container .input-wrapper textarea::placeholder{color:#f1f1f1}.background .contact-support-window .button-container{width:100%;height:50px;margin-top:10px;background-color:#0c0c0c99;display:flex;align-items:center;justify-content:space-around}.background .contact-support-window .button-container button{width:80px;height:30px;font-size:20px;font-weight:700;background-color:#460f0f;color:#fff;outline:none;border:none;transition:all .2s ease-in-out;cursor:pointer}.background .contact-support-window .button-container button:hover{background-color:#693b3b}.background .contact-support-window .button-container button:disabled{background-color:#693b3b;cursor:not-allowed}.background{z-index:50;background-color:#00000080;width:100vw;height:100vh;position:fixed;display:flex;align-items:center;justify-content:center;flex-direction:column}.background .create-target-window{z-index:51;width:382px;height:147;background-color:#9e9e9e;display:flex;align-items:center;justify-content:center;flex-direction:column}@media (max-width: 768px){.background .create-target-window{width:300px}}.background .create-target-window .title{color:#fff;font-size:30px;margin:10px 0}.background .create-target-window .line{background-color:#460f0f;height:4px;width:95%;margin-bottom:5px}.background .create-target-window .container{display:flex;align-items:center;width:90%;margin:20px 0}.background .create-target-window .container label{flex:3;color:#f1f1f1;font-size:20px}.background .create-target-window .container input{flex:5;border:none;outline:none;background-color:#9e9e9e;border:1px solid #f1f1f1;color:#f1f1f1;transition:.2s}.background .create-target-window .container input:hover{background-color:#693b3b}.background .create-target-window .button-container{width:100%;height:50px;margin-top:10px;background-color:#0c0c0c99;display:flex;align-items:center;justify-content:end;gap:4px}.background .create-target-window .button-container img{margin-right:10px;display:flex;height:30px;font-size:20px;font-weight:700;background-color:#000;color:#fff;outline:none;border:none;transition:all .2s ease-in-out;cursor:pointer}.background .create-target-window .button-container img:hover{background-color:#693b3b}.background .create-target-window .button-container img:disabled{background-color:#693b3b;cursor:not-allowed}.targets-list{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;scrollbar-width:thin;scrollbar-color:#3498DB #333}.targets-list .icons-wrapper{width:90%;display:flex;align-items:center;justify-content:end;gap:12px;margin-bottom:10px}.targets-list .icons-wrapper .icon-container{position:relative;z-index:100}.targets-list .icons-wrapper .icon-container:hover{transform:scale(1.1)}.targets-list .icons-wrapper .icon-container:hover .info-hover-box{display:block!important}.targets-list .icons-wrapper .icon-container .plus{position:absolute;top:-7px;right:0;cursor:pointer}.targets-list .icons-wrapper .icon-container img{width:20px;height:20px;transition:.2s;cursor:pointer}.targets-list .input-wrapper{position:sticky;top:0;width:85%;height:35px;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:10px;border-radius:10px;margin-bottom:10px;background-color:#3b0b0b;transition:.2s}.targets-list .input-wrapper:hover{background-color:#460f0f}.targets-list .input-wrapper input{width:100%;height:100%;background-color:transparent;border:none;outline:none;color:#fff}.targets-list .groups{width:85%;display:flex;flex-direction:column;overflow-y:auto}.targets-list .groups .group .title-wrapper{display:flex;justify-content:space-between;padding:5px;background-color:#460f0f67;transition:.2s;cursor:pointer}.targets-list .groups .group .title-wrapper:hover{background-color:#460f0fa8}.targets-list .groups .group .group-name{color:#a9a9a9}.targets-list .groups .group .targets{display:flex;flex-direction:column}.targets-list .groups .group .targets .target-wrapper{gap:10px;padding:5px;display:flex;align-items:center;transition:.2s}.targets-list .groups .group .targets .target-wrapper:hover{background-color:#460f0f52;border-radius:5px;cursor:pointer}.icons-component{display:flex;align-items:center;gap:10px;margin-right:20px}@media (max-width: 768px){.icons-component{padding:10px}}.icons-component .icon-wrapper{position:relative;display:flex;align-items:center}.icons-component .icon-wrapper:hover .info-hover-box,.icons-component .icon-wrapper:hover .access-tab{display:block!important}.icons-component .icon-wrapper .access-tab{display:none!important;position:absolute;top:15px;right:10px;z-index:1;width:280px;max-height:130px;border-radius:5px;padding:5px;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;border:3px solid #460f0f;background-color:#0c0c0c99;box-shadow:0 0 10px 3px #000}.icons-component .icon-wrapper .access-tab .access{width:100%;height:30px!important;padding:5px 0;display:flex;align-items:center;text-align:center;border-bottom:1px solid #777;word-wrap:break-word;transition:.2s;cursor:pointer}.icons-component .icon-wrapper .access-tab .access:hover{background-color:#333}.icons-component .icon-wrapper .access-tab .level-icon-and-text-wrapper{display:flex;justify-content:space-between;gap:25px}.icons-component .icon-wrapper .access-tab .target:last-child{border-bottom:none}.icons-component .icon-wrapper img{width:20px;height:20px;transition:.2s;cursor:pointer}.icons-component .icon-wrapper img:hover{transform:scale(1.1)}.loading-icon{transition:opacity .3s ease}.loading-icon:hover{opacity:.8}.loading-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-wrapper{position:relative}.icon-wrapper.targets-map-for-help:has(.loading-icon) .loading-spinner{display:block}.target-image{width:100%;height:100%;display:flex;align-items:center;border:3px solid #46161a;transition:.2s}.target-image:hover{box-shadow:0 0 3px 3px #fff3}.target-image .target-image-wrapper{position:relative;width:100%;height:100%;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background-color:#555;scroll-snap-align:start;overflow-y:hidden;overflow-x:hidden}.enriched-images{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;gap:10px}.enriched-images .single-image-wrapper{min-width:70%;height:100%;position:relative;display:flex;align-items:center;border:3px solid #46161a;transition:.2s}.enriched-images .single-image-wrapper:hover{box-shadow:0 0 3px 3px #fff3}.buttons{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center}.buttons .btn-wrapper{position:relative}.buttons .btn-wrapper:hover .info-hover-box{display:block!important}.buttons .btn-wrapper .btn{display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid black;font-size:14px;border-radius:50%;width:20px;height:20px;color:#fff;background-color:#46161a;transition:.2s;cursor:pointer}.buttons .btn-wrapper .btn:hover{background-color:#6e1b1f;border:1px solid #333}.image{width:100%;height:100%;object-fit:cover}.target-msisdn{overflow:auto;width:100%;height:100%;display:flex;flex-direction:column}@media screen and (max-height: 750px){.target-msisdn{overflow-y:auto}}.target-msisdn .numbers{height:100%;width:100%;display:flex}.target-msisdn .numbers .number{width:33%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.target-msisdn .numbers .number .number-header{width:90%;height:50%;display:flex;align-items:center}.target-msisdn .numbers .number .number-header .title{font-size:16px;font-weight:600}@media screen and (max-width: 1500px){.target-msisdn .numbers .number .number-header .title{font-size:10px}}.target-msisdn .numbers .number .number-header .plus-wrapper{position:relative}.target-msisdn .numbers .number .number-header .plus-wrapper .plus{width:20%;font-weight:900;font-size:20px;transition:.2s;cursor:pointer}.target-msisdn .numbers .number .number-header .plus-wrapper .plus:hover{color:#b1b1b1}@media screen and (max-width: 1500px){.target-msisdn .numbers .number .number-header .plus-wrapper .plus{font-size:16px}}.target-msisdn .numbers .numbers-wrapper{width:100%;height:100%;display:flex;flex-direction:column;align-items:start;overflow-y:auto;overflow-x:visible}.target-msisdn .numbers .numbers-wrapper .number-tag{display:flex;align-items:center;justify-content:space-between;height:50%;width:90%;font-size:10px;color:#919191}.target-msisdn .numbers .numbers-wrapper .number-tag span{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:100%}@media screen and (max-height: 750px){.target-msisdn .numbers .numbers-wrapper .number-tag span{font-size:12px}}.target-msisdn .numbers .numbers-wrapper .number-tag .close-wrapper{position:relative}.target-msisdn .numbers .numbers-wrapper .number-tag .close-wrapper:hover .info-hover-box{display:block!important}.target-msisdn .numbers .numbers-wrapper .number-tag .close-wrapper .close{font-size:16px}.target-msisdn .numbers-inputs{width:100%;min-height:30%;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:10px}.target-msisdn .numbers-inputs .wrapper{flex:1 1 30%;min-width:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.target-msisdn .numbers-inputs .wrapper .input-wrapper{width:100%;background-color:#919191;transition:.2s;cursor:text;border:2px solid transparent}.target-msisdn .numbers-inputs .wrapper .input-wrapper:hover{background-color:#696969}.target-msisdn .numbers-inputs .wrapper .input-wrapper.invalid{border-color:brown}.target-msisdn .numbers-inputs .wrapper .input-wrapper.valid{border-color:#358535}.target-msisdn .numbers-inputs .wrapper .input-wrapper input{width:100%;height:18px;font-size:12px;background-color:transparent;border:none;outline:none;color:#fff;padding:8px 10px;box-sizing:border-box}.basic-details{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.basic-details .close{padding-right:2px;font-size:15px;color:#b42929;transition:.2s;cursor:pointer}.basic-details .close:hover{color:#f44}.basic-details .basic-top{width:100%;height:60%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.basic-details .basic-top{height:100%!important}}@media screen and (max-height: 750px){.basic-details .basic-top{height:150px}}.basic-details .basic-top .profile-picture-wrapper{width:25%;height:100%}@media screen and (max-height: 750px){.basic-details .basic-top .profile-picture-wrapper{width:35%}}@media (max-width: 768px){.basic-details .basic-top .profile-picture-wrapper{width:40%}}.basic-details .basic-top .target-profile{width:73%;height:100%;padding-left:5px;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-height: 750px){.basic-details .basic-top .target-profile{width:65%}}@media (max-width: 768px){.basic-details .basic-top .target-profile{width:60%}}.basic-details .basic-top .target-profile .target-name{width:100%;display:flex;align-items:center}.basic-details .basic-top .target-profile .target-name input{width:90%;height:10px;font-size:20px;border:none;outline:none;color:#fff;background-color:transparent;transition:.2s;cursor:text}.basic-details .basic-top .target-profile .target-name input:hover{background-color:#696969}.basic-details .basic-top .target-profile .group-name{width:100%;height:15%;padding:5px;font-weight:lighter}@media (max-width: 768px){.basic-details .basic-top .target-profile .group-name{font-size:10px}}.basic-details .basic-top .target-profile .groups{padding:4px;display:grid;grid-template-columns:49% 49%;grid-gap:4px;overflow-y:auto;margin-bottom:10px;scrollbar-width:thin;scrollbar-color:#3498DB #333}@media (max-width: 768px){.basic-details .basic-top .target-profile .groups{grid-template-columns:47% 49%}}.basic-details .basic-top .target-profile .groups .group{display:flex;gap:8px;align-items:center;justify-content:space-between;background-color:#555;height:30px;width:90%;border-radius:5px;transition:.2s;cursor:pointer}.basic-details .basic-top .target-profile .groups .group:hover{background-color:#696969}.basic-details .basic-top .target-profile .groups .group .name{font-size:16px;margin-left:5px;color:#d3d3d3;overflow-y:hidden}@media (max-width: 768px){.basic-details .basic-top .target-profile .groups .group .name{font-size:10px}}@media screen and (max-height: 750px){.basic-details .basic-top .target-profile .groups .group .name{font-size:12px}}.basic-details .basic-top .target-profile .group-select{width:97%;height:25%}@media (max-width: 768px){.basic-details .basic-top .target-profile .group-select{height:30%}}.basic-details .basic-top .target-profile .group-select select{width:100%;height:100%;border:none;outline:none;transition:.2s;cursor:pointer}.basic-details .basic-top .target-profile .group-select select:hover{background-color:#696969}@media screen and (max-height: 950px){.basic-details .basic-top .target-profile .group-select select{height:100%;font-size:10px}}.basic-details .basic-middle{width:100%;height:30%}.basic-details .basic-middle textarea{width:97%;height:90%;border:none;outline:none;resize:none;color:#fff;background-color:#555;transition:.2s;cursor:text}.basic-details .basic-middle textarea:hover{background-color:#696969}@media screen and (max-height: 750px){.basic-details .basic-middle textarea{height:100%}}.basic-details .basic-bottom{width:100%;height:30%}.table-pagination-controls{height:10%;width:100%;display:flex;align-items:center;justify-content:center;gap:10px}@media screen and (min-height: 750px){.table-pagination-controls{margin-top:10px}}.table-pagination-controls .arrow{transition:.2s;cursor:pointer}.table-pagination-controls .arrow:hover{transform:scale(1.1)}.table-pagination-controls .disabled{opacity:.5;cursor:not-allowed}.table-pagination-controls .disabled:hover{transform:scale(1)}.table-pagination-controls .page{font-size:13px}.audit-log{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 768px){.audit-log{margin-bottom:30px}}.audit-log .header{width:100%;height:10%;margin-bottom:5px;display:flex;justify-content:space-between}.audit-log .header .logs-title{margin-bottom:20px;height:100%;width:100%;font-size:16px;text-align:start;color:#d3d3d3}@media screen and (max-height: 768px){.audit-log .header .logs-title{margin-bottom:0}}.audit-log .header .plus-wrapper{position:relative}.audit-log .header .plus-wrapper:hover .info-hover-box{display:block!important}.audit-log .header .plus-wrapper .plus{width:20%;font-weight:900;font-size:20px;transition:.2s;cursor:pointer}.audit-log .header .plus-wrapper .plus:hover{color:#b1b1b1}@media screen and (max-width: 1500px){.audit-log .header .plus-wrapper .plus{font-size:16px}}.audit-log .logs{width:100%;height:75%}@media screen and (max-height: 750px){.audit-log .logs{margin-bottom:20px}}.audit-log .logs .log{width:100%;height:20%;font-size:.875rem;display:flex;align-items:center;justify-content:space-around;text-align:left;color:#d3d3d3;-webkit-user-select:none;user-select:none;transition:.2s}.audit-log .logs .log:nth-child(odd){background-color:#ffffff0d}.audit-log .logs .log:nth-child(odd):hover{background-color:#ffffff1a}.audit-log .logs .log:nth-child(2n){background-color:#0000001a}.audit-log .logs .log:nth-child(2n):hover{background-color:#ffffff1a}@media screen and (max-width: 1500px){.audit-log .logs .log{font-size:.75rem}}.audit-log .logs .log .action,.audit-log .logs .log .value,.audit-log .logs .log .name,.audit-log .logs .log .date{width:30%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.target-comments{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}.target-comments .header{width:100%;height:10%;margin-bottom:5px;display:flex;justify-content:space-between}.target-comments .header .comments-title{margin-bottom:20px;height:100%;width:100%;font-size:14px;text-align:start;color:#d3d3d3;font-weight:lighter}@media screen and (max-height: 750px){.target-comments .header .comments-title{margin-bottom:16px}}.target-comments .header .plus-wrapper{position:relative}.target-comments .header .plus-wrapper:hover .info-hover-box{display:block!important}.target-comments .header .plus-wrapper .plus{width:20%;font-weight:900;font-size:20px;transition:.2s;cursor:pointer}.target-comments .header .plus-wrapper .plus:hover{color:#b1b1b1}@media screen and (max-width: 1500px){.target-comments .header .plus-wrapper .plus{font-size:16px}}.target-comments .comments{width:100%;height:75%}@media screen and (max-height: 750px){.target-comments .comments{margin-bottom:20px}}.target-comments .comments .comment{width:100%;height:20%;font-size:.875rem;display:flex;align-items:center;justify-content:space-around;text-align:left;color:#d3d3d3;-webkit-user-select:none;user-select:none;transition:.2s}.target-comments .comments .comment:nth-child(odd){background-color:#ffffff0d}.target-comments .comments .comment:nth-child(odd):hover{background-color:#ffffff1a}.target-comments .comments .comment:nth-child(2n){background-color:#0000001a}.target-comments .comments .comment:nth-child(2n):hover{background-color:#ffffff1a}@media screen and (max-width: 1500px){.target-comments .comments .comment{font-size:.75rem}}.target-comments .comments .comment .value,.target-comments .comments .comment .name,.target-comments .comments .comment .date{width:40%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.target-comments .comments .comment .name{width:15%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.target-comments .comments .comment .date{width:40%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.target-comments .comments .comment .delete-wrapper{position:relative;width:5%}.target-comments .comments .comment .delete-wrapper .delete{font-size:16px;color:#b42929;transition:.2s;cursor:pointer}.target-comments .comments .comment .delete-wrapper .delete:hover{color:#f44}.target-comments .comments .comment .delete-wrapper:hover .info-hover-box{display:block!important}.target-location-map{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.target-location-map .map{width:100%;height:85%}@media (max-width: 768px){.target-location-map{height:100%!important}}.target-location-map .address{padding-top:4px;margin:8px;width:100%;color:#d3d3d3;max-height:100%;overflow-y:auto;display:flex;align-items:center;justify-content:center;font-size:10px}@media (max-width: 768px){.target-location-map .address{font-size:8px;height:inherit!important}}.target-location-map .no-map{border:1px solid black;border-radius:8px;font-size:10px;color:#d3d3d3;text-align:center;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.three-maps{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.three-maps .maps-title{width:100%;height:7%;color:#d3d3d3;font-size:10px}@media (max-width: 768px){.three-maps .maps-title{height:10%}}.three-maps .top{width:100%;height:50%}.three-maps .bottom{width:100%;height:40%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.three-maps .bottom{flex-direction:column;gap:4px;height:100%!important}}.three-maps .bottom .left{width:49%;height:100%;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.three-maps .bottom .left{width:100%!important;height:100%!important}}.three-maps .bottom .right{width:49%;height:100%;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.three-maps .bottom .right{width:100%!important}}@media (max-width: 768px){.three-maps{gap:4px}}.timeline-chart-time-text{color:#fff}.target-data{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;overflow-y:auto;justify-content:flex-start;gap:20px;scrollbar-width:thin;scrollbar-color:#3498DB #333}.target-data .title{width:100%;text-align:start;font-size:16px;color:#d3d3d3;font-weight:lighter}.target-data .top-section{width:95%;min-height:420px;flex-shrink:0;display:flex}@media screen and (max-height: 750px){.target-data .top-section{min-height:500px}}.target-data .top-section .basic-target-details{width:60%;height:100%}.target-data .top-section .maps{height:100%;width:40%}@media (max-width: 768px){.target-data .top-section .maps{padding:6px}}.target-data .middle-section{width:95%;min-height:240px;flex-shrink:0;margin-top:0;margin-bottom:0}@media (max-width: 768px){.target-data .middle-section{min-height:260px!important}}@media screen and (max-height: 750px){.target-data .middle-section{min-height:260px}}.target-data .middle-section .timeline-wrapper{width:100%;height:calc(100% - 32px)}.target-data .bottom-section{width:95%;min-height:260px;flex-shrink:0;display:flex;align-items:stretch;justify-content:space-between}@media (max-width: 768px){.target-data .bottom-section{min-height:320px}}.target-data .bottom-section .audit-log-wrapper{width:55%;height:100%;display:flex;flex-direction:column;align-items:center}@media (max-width: 768px){.target-data .bottom-section .audit-log-wrapper{padding:4px}}.target-data .bottom-section .comments-wrapper{width:40%;height:100%;display:flex;flex-direction:column;align-items:center}@media (max-width: 768px){.target-data .bottom-section{width:100%!important;padding:4px}}.target-enrichment{width:97%;height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3498DB #333}.target-enrichment .enrichment-title{font-size:16px;font-weight:700;color:#d3d3d3;width:100%;height:5%}@media (max-width: 768px){.target-enrichment .enrichment-title{font-size:12px;height:12%}}.target-enrichment .enrichment{display:flex;flex-direction:column;align-items:center;width:90%;height:100%}@media (max-width: 768px){.target-enrichment .enrichment{width:300px!important}}.target-enrichment .enrichment .enriched-header-wrapper{width:100%;height:100%}.target-enrichment .enrichment .enriched-details-wrapper{width:100%}.target-enrichment .enrichment .enriched-history-wrapper{width:100%;height:100%;margin-top:30px;display:flex;align-items:center;justify-self:center}.target-enrichment .no-enrichment{font-size:12px;color:#d3d3d3}.enriched-header-data{width:100%;height:100%;display:flex;justify-content:flex-start;overflow-x:auto;flex-direction:column}.enriched-header-data .left{width:38%;height:100%;display:flex;align-items:center;justify-content:center}.enriched-header-data .left .img-component-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:90%}.enriched-header-data .down{height:100%;gap:10px;padding-top:20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.enriched-header-data .down .text-wrapper{width:100%;display:flex;align-items:center}.enriched-header-data .down .text-wrapper .title{font-size:12px;color:#d3d3d3}.enriched-header-data .down .text-wrapper .data{font-size:12px}.enriched-account-details{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.enriched-account-details .account-title-wrapper{display:flex;align-items:center;gap:5px}.enriched-account-details .account-title-wrapper .title{color:#d3d3d3}.enriched-account-details .top{flex-grow:1;width:100%;height:auto;display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.enriched-account-details .top .data-block{display:flex;flex-direction:column}.enriched-account-details .top .data-block .items-container{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px;height:40px;overflow-y:auto}.enriched-account-details .top .data-block .items-container .item{width:100%;height:30px;display:flex;justify-content:center;align-items:center;color:#d3d3d3;background-color:#46161a;text-align:center;border-radius:10px;font-size:10px;transition:.2s}.enriched-account-details .top .data-block .items-container .item:hover{background-color:#5e1f24}.enriched-account-details .bottom{height:100%;width:100%}.enriched-account-details .bottom textarea{width:90%;height:90%;border:none;outline:none;resize:none;color:#fff;background-color:#555;transition:.2s;cursor:text}.enriched-account-details .bottom textarea:hover{background-color:#696969}.hover-number-view:hover .info-hover-box,.hover-number-view:hover .big-info-hover-box{display:block!important}.enriched-history{height:60%;width:100%;display:flex;flex-direction:column;justify-content:space-between}.enriched-history .enriched-history-title{color:#d3d3d3;font-size:16px}@media screen and (min-height: 750px){.enriched-history .enriched-history-title{margin-bottom:25px}}.enriched-history .enriched-table{width:100%;height:90%}@media screen and (max-height: 750px){.enriched-history .enriched-table{margin-top:20px}}.enriched-history .enriched-table .log{width:100%;height:15px;font-size:.875rem;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#d3d3d3;-webkit-user-select:none;user-select:none;transition:.2s}@media screen and (min-height: 750px){.enriched-history .enriched-table .log{font-size:12px}}.enriched-history .enriched-table .log:nth-child(odd){background-color:#ffffff0d}.enriched-history .enriched-table .log:nth-child(odd):hover{background-color:#ffffff1a}.enriched-history .enriched-table .log:nth-child(2n){background-color:#0000001a}.enriched-history .enriched-table .log:nth-child(2n):hover{background-color:#ffffff1a}@media screen and (max-width: 1500px){.enriched-history .enriched-table .log{font-size:.75rem}}@media screen and (max-height: 750px){.enriched-history .enriched-table .log{height:15px}}.enriched-history .enriched-table .log .date{width:45%;text-align:start;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.enriched-history .enriched-table .log .number{width:45%}.comment-background{z-index:50;background-color:#00000080;width:100%;height:100%;position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column}.comment-background .error-window{z-index:51;width:382px;background-color:#9e9e9e;display:flex;align-items:center;justify-content:center;flex-direction:column}@media (max-width: 768px){.comment-background .error-window{width:300px}}.comment-background .error-window .title{color:#fff;font-size:30px;margin:10px 0}.comment-background .error-window .line{background-color:#460f0f;height:4px;width:95%;margin-bottom:5px}.comment-background .error-window .comment-container{display:flex;flex-direction:column;align-items:center;width:100%}.comment-background .error-window .comment-container .message{flex:9;color:#c9c9c9;font-size:20px}.comment-background .error-window .comment-container textarea{width:85%;height:100px;border:none;outline:none;resize:none;color:#fff;background-color:#555;transition:.2s;cursor:text}.comment-background .error-window .comment-container textarea:hover{background-color:#696969}.comment-background .error-window .button-container{width:100%;height:33px;margin-top:10px;background-color:#0c0c0c99;display:flex;align-items:center;justify-content:center;flex-direction:column}.comment-background .error-window .button-container .comment-buttons{width:50%;height:100%;display:flex;align-items:center;justify-content:space-between}.comment-background .error-window .button-container .comment-buttons button{font-size:16px;font-weight:700;background-color:#460f0f;color:#fff;outline:none;border:none;transition:all .2s ease-in-out;cursor:pointer}.comment-background .error-window .button-container .comment-buttons button:hover{background-color:#693b3b}.single-target{position:relative;width:100%;height:100%;border-radius:10px;background-color:#232323}.single-target .header{width:100%;height:7%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #363636}.single-target .header .title{margin-left:20px}.single-target .target-content{height:93%;width:100%;display:flex;align-items:center;justify-content:space-between}@media (max-width: 768px){.single-target .target-content{padding-bottom:40px}}.single-target .target-content .target-data-wrapper{height:100%;width:69%}@media (max-width: 768px){.single-target .target-content .target-data-wrapper{width:100%!important}}.single-target .target-content .divider{background-color:gray;width:1px;height:100%}.single-target .target-content .enrichment-data-wrapper{height:100%;width:30%;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.single-target .target-content .enrichment-data-wrapper{width:100%!important}}.wrapper{height:100%;width:100%;display:flex;flex-direction:column}.wrapper .header{width:100%;height:7%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #363636}.wrapper .header .title{margin-left:20px}.wrapper .group-body{padding:20px 0}@media (max-width: 768px){.wrapper .group-body{padding:0 0 200px}}.wrapper .group-body .group-targets-list{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap;overflow-y:scroll;max-height:243px;scrollbar-width:thin;scrollbar-color:#3498DB #3498DB}@media (max-width: 768px){.wrapper .group-body .group-targets-list{gap:2px}}.wrapper .group-body .group-targets-list .target-item{display:flex;justify-content:space-between;align-items:center;padding:8px;margin-bottom:8px;border:1px solid #ddd;border-radius:4px}@media (max-width: 768px){.wrapper .group-body .group-targets-list .target-item{padding:2px}}.wrapper .group-body .group-targets-list .target-item .remove-button{background:none;border:none;color:#fff;cursor:pointer;padding:2px 4px;margin:4px}.wrapper .group-body .group-targets-list .target-item .remove-button:hover{background-color:#5c2f2f;border-radius:4px}.wrapper .group-body input{width:95%}.wrapper .group-body .title{padding-top:10px}.wrapper .group-footer{position:absolute;bottom:0;width:95%;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;z-index:100}.targets-search-container{position:relative;width:100%}.targets-search-container .search-input{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px}.targets-search-container .targets-dropdown{position:absolute;top:100%;left:0;right:0;color:#fff;background:#000;border:1px solid #ccc;border-radius:4px;max-height:200px;overflow-y:auto;z-index:1000}.targets-search-container .targets-dropdown .dropdown-item{padding:8px;cursor:pointer}.targets-search-container .targets-dropdown .dropdown-item:hover{background:#693b3b}.statistics{width:100%;height:100%;background-color:#363636}.statistics .content-wrapper{display:flex;flex-direction:column;height:100%}.statistics .content-wrapper .table-title{padding:10px 0;border-bottom:1px solid black;display:flex;width:100%}.statistics .content-wrapper .table-container{height:45%;width:100%;overflow:auto;position:relative}.statistics .content-wrapper .table-container table{color:#fff;border-collapse:collapse;border-radius:5px;font-size:15px;width:100%;position:relative}.statistics .content-wrapper .table-container table tbody{position:relative;z-index:1}.statistics .content-wrapper .table-container table tbody tr.selected-row{background-color:#460f0f}.statistics .content-wrapper .table-container table tbody tr.selected-row td{color:#fff;font-weight:500}.statistics .content-wrapper .table-container table tbody tr:not(.selected-row):hover{background-color:#b05c5c}.statistics .content-wrapper .table-container table thead{position:sticky;top:0;z-index:100;background-color:#363636;border-bottom:2px solid rgba(12,12,12,.631372549);box-shadow:0 2px 4px #0000004d}.statistics .content-wrapper .table-container table tr,.statistics .content-wrapper .table-container table td{border-bottom:1px solid black;line-height:20px;-webkit-user-select:none;user-select:none;text-align:center;z-index:1}.statistics .content-wrapper .table-container table tr img,.statistics .content-wrapper .table-container table td img{align-self:center;width:15px;height:15px}.statistics .content-wrapper .table-container table tr .img-wrapper,.statistics .content-wrapper .table-container table td .img-wrapper{display:flex;justify-content:center;align-items:center;gap:6px}.statistics .content-wrapper .table-container table .columns{border-bottom:4px solid rgba(12,12,12,.631372549);position:relative}.statistics .content-wrapper .table-container table .columns th{position:relative;overflow:visible;transition:.2s;cursor:pointer;z-index:101;background-color:#363636}.statistics .content-wrapper .table-container table .columns th img{filter:brightness(0) saturate(100%);display:block!important}.statistics .content-wrapper .table-container table .columns th:hover{background-color:#585858}.statistics .content-wrapper .table-container table .columns th .wrapper{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:2px;z-index:1000}.statistics .content-wrapper .table-container table .columns th .wrapper .img-wrapper{padding-top:5px;width:15px;height:15px;margin-left:5px;display:flex;align-items:center;justify-content:center}.statistics .content-wrapper .table-container table .columns th .wrapper .img-wrapper img{display:none;filter:brightness(100%) saturate(100%)}.statistics .content-wrapper .table-container table .row{font-size:10px;transition:.2s;cursor:pointer}.statistics .content-wrapper .table-container table .row:hover{background-color:#3b3b3b!important}.statistics .content-wrapper .table-container table .row.inactive-row{color:red}.statistics .content-wrapper .table-container table .row:nth-child(odd){background-color:#373737}.statistics .content-wrapper .table-container table .row:nth-child(2n){background-color:#25252563}.statistics .content-wrapper .table-container table .row.selected{font-size:12px;background-color:#3d1414;transition:.2s}.statistics .content-wrapper .table-container table .row.selected:hover{background-color:#3d1414!important}.statistics .content-wrapper .table-container table .row.unread{font-weight:700;font-size:12px}.statistics .content-wrapper .middle-section{display:flex;width:100%;height:10%;border:1px solid black}.statistics .content-wrapper .middle-section .date-wrapper{cursor:pointer;gap:10px;align-items:center;display:flex;padding:10px}.statistics .content-wrapper .graphs-section{height:45%;display:flex;border-top:1px solid black;width:100%}.stats-chart-container{width:100%}.background{z-index:50;background-color:#00000080;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.background .error-window{z-index:51;width:382px;background-color:#9e9e9e;display:flex;align-items:center;justify-content:center;flex-direction:column}.background .error-window .line{background-color:#460f0f;height:4px;width:95%;margin-bottom:5px}.background .error-window .container{display:flex;align-items:center;width:100%}.background .error-window .container input{width:50%}.background .error-window .container .message{flex:9;color:#c9c9c9;font-size:20px;text-align:center}.background .error-window .hash-button-container{width:100%;height:33px;margin-top:10px;background-color:#0c0c0c99;display:flex;align-items:center;justify-content:center;flex-direction:column}.background .error-window .hash-button-container .hash-buttons{width:50%;height:100%;display:flex;align-items:center;justify-content:space-between}.background .error-window .hash-button-container .hash-buttons button{font-size:20px;font-weight:700;background-color:#460f0f;color:#fff;outline:none;border:none;transition:all .2s ease-in-out;cursor:pointer}.background .error-window .hash-button-container .hash-buttons button:hover{background-color:#693b3b}.background{z-index:50;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}.background .error-window{padding:16px;z-index:51;width:582px;background-color:#1c1c1c;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:16px}@media (max-width: 768px){.background .error-window{width:300px}}.background .error-window .title{color:#fff;font-size:30px;margin:10px 0}.background .error-window .container{display:flex;flex-direction:column;align-items:start;width:100%}.background .error-window .container img{flex:2;width:48px;height:48px}.background .error-window .container .message{flex:9;color:#c9c9c9;font-size:20px;text-align:start}.background .error-window .button-container{width:100%;height:33px;margin-top:10px;background-color:#1c1c1c;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:36px}.background .error-window .button-container button{font-size:22px;font-weight:400;background-color:#460f0f;color:#fff;outline:none;border:none;transition:all .2s ease-in-out;cursor:pointer;border-radius:16px;padding:6px}.background .error-window .button-container button:hover{background-color:#693b3b}.draggable-modal{background-color:#0c0c0cf2;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(70,15,15,.3);overflow:hidden;-webkit-user-select:none;user-select:none}.draggable-modal .drag-handle{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;cursor:grab;background-color:#460f0f1a;border-bottom:1px solid rgba(70,15,15,.2);transition:all .2s ease;position:relative;min-height:40px;width:100%;flex-shrink:0;gap:12px}.draggable-modal .drag-handle:hover{background-color:#460f0f33;transform:scale(1.02)}.draggable-modal .drag-handle:active{cursor:grabbing;transform:scale(.98)}.draggable-modal .drag-handle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid rgba(255,255,255,.4);transition:all .3s ease}.draggable-modal .drag-handle:hover:after{border-top-color:#ffffffb3}.draggable-modal .drag-handle.open:after{transform:translate(-50%,-50%) rotate(0);border-top-color:#fff9}.draggable-modal .drag-handle.closed:after{transform:translate(-50%,-50%) rotate(180deg);border-top-color:#fff6}.draggable-modal .drag-handle:before{content:"Click to toggle";position:absolute;top:-35px;left:50%;transform:translate(-50%);background-color:#000c;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease}.draggable-modal .drag-handle:hover:before{opacity:1}.draggable-modal .drag-handle.open:before{content:"Click to close"}.draggable-modal .drag-handle.closed:before{content:"Click to open"}.draggable-modal .drag-handle .drag-handle-bar{width:50px;height:5px;background-color:#ffffffb3;border-radius:3px;transition:all .2s ease;margin:0}.draggable-modal .drag-handle .drag-handle-bar:hover{background-color:#ffffffe6;transform:scale(1.1)}.draggable-modal .drag-handle-title{position:relative;z-index:1}.draggable-modal .drag-handle-title h3{color:#000;font-size:18px;font-weight:700;margin:0;padding-left:20px;display:flex;align-items:center;gap:8px}.draggable-modal .drag-handle-title h3 .title-icon{width:20px;height:20px;object-fit:contain}.draggable-modal .modal-content{height:100%;display:flex;flex-direction:column;background-color:transparent;position:relative;overflow:hidden}.draggable-modal .modal-title{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(70,15,15,.3);background-color:#460f0f1a}.draggable-modal .modal-title h3{color:#fff;font-size:18px;font-weight:700;margin:0}.draggable-modal .modal-title .close-button{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease}.draggable-modal .modal-title .close-button:hover{background-color:#ffffff1a;color:#ff6b6b}.draggable-modal .modal-body{flex:1;padding:20px;color:#fff;pointer-events:auto;-webkit-user-select:text;user-select:text;min-height:0}.draggable-modal .modal-body::-webkit-scrollbar{width:6px}.draggable-modal .modal-body::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.draggable-modal .modal-body::-webkit-scrollbar-thumb{background:#460f0f99;border-radius:3px}.draggable-modal .modal-body::-webkit-scrollbar-thumb:hover{background:#460f0fcc}@media (max-width: 768px){.draggable-modal{border-radius:16px 16px 0 0}.draggable-modal .drag-handle .drag-handle-bar{width:36px;height:3px}.draggable-modal .modal-title{padding:12px 16px}.draggable-modal .modal-title h3{font-size:16px}.draggable-modal .modal-body{padding:16px}}.draggable-modal.expanding,.draggable-modal.collapsing{transition:height .3s cubic-bezier(.4,0,.2,1)}.draggable-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.queries-list{width:100%;height:100%;display:flex;flex-direction:column;align-items:start;overflow-y:auto}.queries-list input{width:20px;height:20px;margin-right:20px;background-color:#460f0f;border:2px solid #460f0f;border-radius:0;position:relative;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.queries-list input:checked:after{content:"✔";font-size:16px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.queries-list .icons{margin:8px 0;display:flex;width:94%;justify-content:flex-end;position:sticky;top:0;background:#9b6767d1;z-index:1;border-radius:8px}.queries-list .icons .icon-container{display:flex;align-items:center;justify-content:center;position:relative;margin:5px}.queries-list .icons .icon-container:hover .info-hover-box{display:block!important}.queries-list .icons .icon-container input{transition:.2s}.queries-list .icons .icon-container input:hover{background-color:#5c2f2f}.queries-list .icons .icon-container img{transition:.2s;cursor:pointer;width:20px;height:20px}.queries-list .icons .icon-container img:hover{transform:scale(1.1)}.queries-list .query-group{width:100%}.queries-list .query-group .group-title{margin-bottom:10px;padding:5px;color:#a9a9a9;background-color:#460f0f67;transition:.2s;cursor:pointer}.queries-list .query-group .group-title:hover{background-color:#460f0fa8}.queries-list .query-group .query-container{position:relative;display:flex;align-items:center;margin-bottom:20px;width:90%;background-color:#460f0f!important;padding:0 6px}.queries-list .query-group .query-container:hover{background-color:#460f0f52;border-radius:5px;border:2px solid #ff0000;cursor:pointer}.queries-list .query-group .query-container:hover .info-hover-box{display:block!important}.queries-list .query-group .query-container .number{font-size:16px;color:#a9a9a9;font-weight:700;margin-right:20px}.queries-list .query-group .query-container .details-container{display:flex;flex-direction:column;align-items:start;width:90%}.queries-list .query-group .query-container .details-container .title{font-size:16px}@media (max-width: 1500px){.queries-list .query-group .query-container .details-container .title{font-size:14px}}.queries-list .query-group .query-container .details-container .time-date-container{display:flex;align-items:center;justify-content:space-between;width:60%}.queries-list .query-group .query-container .details-container .time-date-container .date-time{font-size:12px}.ms{font-size:14px}.ms span{background-color:#460f0f;color:#c9c9c9;padding:0 2px;border-radius:5px;font-size:18px;transition:.2s}.ms span:hover{background-color:#5d3434;cursor:pointer}.ms-data-container{background-color:#0c0c0ccc;padding:10px 0 2px}.ms-data-container .ms-wrapper{display:flex;align-items:center;padding:7px;margin-bottom:7px;height:7px}.ms-data-container .ms-wrapper .ms-data{width:40%;font-size:12px;color:#c9c9c9}.ms-data-container .ms-wrapper input{width:60%;border:none;outline:none;color:#fff;height:7px;transition:.2s;opacity:.7}.ms-data-container .ms-wrapper input::placeholder{color:#c9c9c9}.ms-data-container .ms-wrapper input:hover{background-color:#460f0f}.ms-data-container .ms-wrapper .ms-slider{--webkit-appearance: none;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border-radius:5px;background-color:transparent}.ms-data-container .ms-wrapper .ms-slider:hover{background-color:transparent}.ms-data-container .ms-wrapper .ms-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:.75rem;height:.75rem;background:#fff;margin-top:-.3125rem;transition:.2s;cursor:grabbing}.ms-data-container .ms-wrapper .ms-slider::-webkit-slider-thumb:hover{transform:scale(1.3)}.ms-data-container .ms-wrapper .ms-slider::-webkit-slider-runnable-track{height:.125rem;border-radius:5px;background-color:#fff}.ms-action-container{display:flex;align-items:center;justify-content:center;position:relative;padding-left:4px}.ms-action-container:hover .info-hover-box,.ms-action-container:hover .big-info-hover-box{display:block!important}.ms-action-container .action{transition:.2s;animation:flashColor 1s infinite;cursor:pointer}.ms-action-container .action:hover{transform:scale(1.2)}.action{transition:.2s;animation:flashColor 1s infinite;cursor:pointer}.action:hover{transform:scale(1.2)}@keyframes flashColor{0%{filter:brightness(100%)}50%{filter:brightness(50%)}to{filter:brightness(100%)}}.action-container{display:flex;align-items:center;justify-content:center;position:relative}.action-container:hover .info-hover-box,.action-container:hover .big-info-hover-box{display:block!important}.locate-details{height:100%;display:flex;flex-direction:column;align-items:center;width:95%;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:thin;scrollbar-color:#3498DB #333}@media screen and (max-width: 1500px){.locate-details{padding:0}}.locate-details .title{font-size:12px;color:#c9c9c9}.locate-details .text{font-size:13px;color:#fff}.locate-details .with-button{font-size:13px}.locate-details .top{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}.locate-details .top .left{background-color:#ffffff2c;height:100%}.locate-details .top .left img{height:100%;width:100%;object-fit:cover}.locate-details .top .top-middle{height:100%;flex:1;display:flex;flex-direction:column;margin-left:10px}.locate-details .top .right{flex:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.locate-details .top .right .icons{display:flex;width:100%;justify-content:space-around;flex:1}.locate-details .top .right .icons .icon-container{position:relative;margin-right:3px}.locate-details .top .right .icons .icon-container:hover .info-hover-box{display:block!important}.locate-details .top .right .icons .icon-container img{transition:.2s;cursor:pointer}.locate-details .top .right .icons .icon-container img:hover{transform:scale(1.1)}.locate-details .top .right .img-container{position:relative;display:flex;align-items:center;justify-content:center;background-color:#460f0f;border-radius:50%;transition:.2s;box-shadow:0 0 10px 3px #000}.locate-details .top .right .img-container img:hover{transform:scale(1.1)}.locate-details .top .right .img-container:hover .info-hover-box{display:block!important}.locate-details .top .right .target{flex:4;display:flex;flex-direction:column;justify-content:space-between;padding-top:20px;cursor:pointer}.locate-details .separator{width:100%;height:3px;margin-top:5px;background-color:#3b0b0b;flex-shrink:0}.locate-details .middle{width:100%;height:100%;display:flex;align-items:center;flex-direction:column}.locate-details .middle .details-wrapper{padding-top:18px;height:100%;width:100%;display:flex}.locate-details .middle .details-wrapper .left,.locate-details .middle .details-wrapper .right{display:flex;flex-direction:column;justify-content:space-between;flex:1}.locate-details .middle .details-wrapper .left .container,.locate-details .middle .details-wrapper .right .container{width:100%;display:flex;align-items:start;flex-direction:column;margin-bottom:10px}@media screen and (max-width: 1500px){.locate-details .middle .details-wrapper .left .container,.locate-details .middle .details-wrapper .right .container{height:80px;margin-bottom:0}}.locate-details .middle .details-wrapper .left .container .text,.locate-details .middle .details-wrapper .right .container .text{display:flex;align-items:center;justify-content:space-between;width:100%;height:55px;white-space:nowrap}.locate-details .middle .details-wrapper .left .container .text .flag-container,.locate-details .middle .details-wrapper .right .container .text .flag-container{display:flex;align-items:center;justify-content:center}.locate-details .middle .details-wrapper .left .container .text img,.locate-details .middle .details-wrapper .right .container .text img{width:20px;height:20px;margin-right:10px}.locate-details .middle .details{display:flex;align-items:center;justify-content:space-between;width:95%;padding-right:10px}.locate-details .middle .details .container{display:flex;align-items:center;flex-direction:column}.locate-details .middle .middle-title{display:flex;align-items:center;gap:4px;width:100%;margin:10px 0;font-size:12px;color:#c9c9c9}@media screen and (max-width: 1500px){.locate-details .middle .middle-title{margin-bottom:0}}.locate-details .middle .middle-title .middle-text{font-size:14px;color:#fff}@media screen and (max-width: 768px){.locate-details .middle .middle-title .middle-text{font-size:12px}}.locate-details .bottom{width:100%}@media screen and (max-width: 1500px){.locate-details .bottom{padding-bottom:30px;margin-top:30px}}.hover-number-view{position:relative}.hover-number-view .copy-number-icon-container{display:flex;align-items:center;gap:2px}.hover-number-view .copy-number-icon-container .icon-container{position:relative}.hover-number-view .copy-number-icon-container .icon-container .copy-info-hover{display:none}.hover-number-view .copy-number-icon-container .icon-container:hover .copy-info-hover{display:block!important}.hover-number-view .copy-number-icon-container .copy-number-icon{display:flex;width:28px!important;height:28px!important;cursor:pointer;transition:all .2s ease-in-out}.hover-number-view .copy-number-icon-container .copy-number-icon:hover{transform:scale(1.15)}.hover-number-view .copy-number-icon-container .copy-number-icon:active{transform:scale(.95);filter:brightness(.9)}.hover-number-view:hover .info-hover-box:not(.copy-info-hover .info-hover-box){display:block!important}.hover-number-view:hover .big-info-hover-box{display:block!important}@media (max-width: 768px){.hover-number-view:hover .big-info-hover-box{display:none!important}}.map-container{position:absolute;top:0;bottom:0;width:100%}.buttons-wrapper{position:absolute;display:flex;flex-direction:column;justify-content:center;right:10px;z-index:2;top:50%;gap:3px}@media (max-width: 768px){.buttons-wrapper{display:flex;justify-content:center;align-items:center;top:20%}}.map-style-buttons-wrapper{position:absolute;display:flex;flex-direction:row;right:10px;z-index:2;top:10%;gap:12px}.map-style-buttons-wrapper .map-style-button-wrapper{position:relative;border-radius:5px;margin-bottom:4px;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#460f0f;transition:.2s;color:#fff;cursor:pointer;min-width:100px}.map-style-buttons-wrapper .map-style-button-wrapper:hover{background-color:#5e2929}.map-context-menu{position:absolute;background:#fff;border:1px solid #ccc;border-radius:4px;padding:5px 0;box-shadow:0 2px 10px #0003;display:none;z-index:1000}.map-tooltip{position:absolute;background:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:10px;width:200px;z-index:1;transform:translate(-50%)}.menu-item{display:flex;justify-content:space-between;align-items:center}.menu-content{font-size:14px;color:#333}.menu-close-btn{background:transparent;border:none;font-size:16px;color:#999;cursor:pointer}.menu-close-btn:hover{color:#000}.menu-arrow{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff}.bts-button-wrapper{position:relative;display:flex;flex-direction:row-reverse}.bts-checkbox-wrapper{position:absolute;bottom:55px;right:0;display:flex;flex-direction:column;background-color:#000;width:max-content}.bts-checkbox-item{display:flex}.checkbox-button{width:38px;height:38px;background-color:#000;font-weight:700;border:1px solid black;padding:6px;cursor:pointer;transition:background-color .2s ease;border-radius:3px}.side-bar-info-wrapper{position:relative}.side-bar-info-wrapper:hover .info-hover-box{display:block!important}.side-bar-info-wrapper img{transition:.2s}.side-bar-info-wrapper img:hover{transform:scale(1.1)}.popup-background{position:fixed;z-index:1;background-color:#00000080;width:100vw;height:100vh;display:flex;left:0;top:0;justify-content:center;flex-direction:column}.map-time-line-style{position:absolute;bottom:51px;right:50px;width:500px}@media (max-width: 768px){.map-time-line-style{bottom:15%;width:80%;right:auto;left:50%;transform:translate(-50%)}}.nearby-bts-component-wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:100%;overflow-y:auto;font-size:12px}.nearby-bts-component-wrapper .nearby-bts-input-wrapper{display:grid;grid-template-columns:1fr 2fr 1fr;gap:8px;padding:16px}.nearby-bts-component-wrapper .nearby-bts-input-wrapper .nearby-bts-input{color:#fff;background-color:#000;font-size:18px;align-self:center}.nearby-bts-component-wrapper .checkbox-wrapper-top,.nearby-bts-component-wrapper .checkbox-wrapper-bottom{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.nearby-bts-component-wrapper .nearby-bts-component-title{text-transform:uppercase;font-size:20px;color:#fff;padding:16px}.nearby-bts-component-wrapper .nearby-input-comments-style{width:100%;padding:8px;box-sizing:border-box;background-color:transparent;color:#fff;font-size:large;line-height:1.5}.address-input-wrapper{position:relative}.address-suggestions{position:absolute;top:40px;z-index:1;width:170px;max-height:130px;border-radius:5px;padding:5px;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:start;border:3px solid #460f0f;background-color:#0c0c0ce6;box-shadow:0 0 10px 3px #000}.address-suggestions .address-suggestion{width:100%;height:40px!important;padding:5px 0;display:flex;align-items:center;justify-content:center;text-align:center;border-bottom:1px solid #777;word-wrap:break-word;cursor:pointer}.address-suggestions .address-suggestion:hover{background-color:#333}.map-legend-wrapper{padding-top:50px}@media (max-width: 768px){.map-legend-wrapper{display:flex;justify-content:center;padding-top:0}}.map-legend{display:flex;flex-direction:column;justify-content:center;align-items:center;width:38px;height:140px;background-color:#000}.legend-item{display:flex;flex-direction:column;align-items:center;color:#fff}.legend-item img{width:20px;height:20px}.light-menu-open-button .content-container{display:flex;align-items:center;justify-content:space-between;width:100%;height:calc(100% - 125px)}.light-menu-open-button .content-container .modals-wrapper{width:100%;height:100%;display:flex;gap:5px;padding-bottom:10px;padding-left:10px}@media (max-width: 768px){.light-menu-open-button .content-container .modals-wrapper{padding-left:0}}@supports (height: 100dvh){.light-menu-modal-background-map{height:100dvh}}.light-menu-modal-map{position:absolute;z-index:2;width:100%;height:100%;padding-left:15px;top:100px}@media (max-width: 768px){.light-menu-modal-map{padding-left:unset}}.light-menu-open-button{position:absolute;z-index:2;width:100px;top:0;cursor:pointer}.light-menu-open-button .light-menu-title-wrapper{cursor:pointer;position:sticky;top:0;left:0;width:90%;display:flex;justify-content:flex-start;border-left:1px solid #460f0f;background-repeat:no-repeat;background-image:linear-gradient(to right,rgb(83,32,23),transparent 100%);padding:10px;margin:10px 0}.light-menu-open-button .title{align-items:center;justify-content:center;border-radius:10px;background-color:#5e29298f;transition:.2s}.light-menu-open-button .title:hover{background-color:#5e2929}.light-menu-open-button .title .menu-title{display:flex;align-items:center;font-size:20px;height:100%;color:#fff;font-weight:700}.light-menu-modal-background-map{position:relative;background-color:#00000080;width:100vw;height:100vh;z-index:2}.light-menu-modal-background-map .light-menu-modal-map{position:absolute;z-index:2;width:100%;height:100%;top:100px}.light-menu-modal-background-map .light-menu-modal-map .home-menu{height:80%}.light-menu-modal-background-map .light-menu-modal-map .home-menu .menu-content-container{align-self:flex-start;height:70%;font-size:12px;margin-top:32px;display:grid;grid-template-columns:repeat(3,0fr)}.light-menu-modal-background-map .light-menu-modal-map .home-menu .menu-content-container .menu-item-container{padding:12px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;box-sizing:border-box;transition:.2s;cursor:pointer}.light-menu-modal-background-map .light-menu-modal-map .home-menu .menu-content-container .menu-item-container:hover{background-color:#69272744;border-radius:8px!important}.light-menu-modal-background-map .light-menu-modal-map .home-menu .menu-content-container .menu-item-container .menu-item-action{color:#fff}.main{width:100%;height:100vh;object-fit:cover;display:flex;flex-direction:column;z-index:1}@supports (height: 100dvh){.main{height:100dvh}}@media (max-width: 768px){.main{height:100vh;height:-webkit-fill-available;padding-bottom:env(safe-area-inset-bottom);box-sizing:border-box}}.main .content-container{display:flex;align-items:center;justify-content:space-between;width:100%;height:calc(100% - 125px)}.main .content-container .modals-wrapper{width:100%;height:100%;display:flex;gap:5px;margin-top:7px;margin-left:10px}@media (max-width: 768px){.main .content-container .modals-wrapper{margin-left:0;margin-bottom:calc(60px + env(safe-area-inset-bottom))}}.login{background-color:#7badffb3;background-image:url(/qa3/assets/background-DcqtMQ9k.svg);background-size:cover;width:100vw;height:100vh;position:relative}@media (max-width: 768px){.login{background-image:url("data:image/svg+xml,%3csvg%20width='430'%20height='932'%20viewBox='0%200%20430%20932'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_719_1016)'%3e%3cpath%20d='M430%200L430%20806L430%20739.043C368.481%20727.499%20386.5%20646%20310.5%20637.5C234.5%20629%20217.52%20525.789%20197.153%20475.834C176.787%20425.879%20122%20378.5%2070.0001%20364C18.0001%20349.5%206.10352e-05%20209.056%206.10352e-05%20209.056L6.10352e-05%200L430%200Z'%20fill='%23343434'%20fill-opacity='0.7'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_d_719_1016)'%3e%3cpath%20d='M348.794%20932.092L-60.0001%20932.092C-60.0001%20932.092%20-11.501%20649.092%2079.4999%20708.092C170.501%20767.092%20141.204%20830.092%20244.999%20830.092C348.794%20830.092%20348.794%20932.092%20348.794%20932.092Z'%20fill='%23343434'%20fill-opacity='0.7'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_d_719_1016)'%3e%3cpath%20d='M-47.7433%20987L230.492%20987C230.492%20987%20246.733%20903.537%2095.6111%20879.959C17.2052%20867.727%2031.5842%20789.423%20-47.7433%20762.073C-127.071%20734.724%20-47.7433%20987%20-47.7433%20987Z'%20fill='%234D4D4D'%20fill-opacity='0.7'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_d_719_1016)'%3e%3cpath%20d='M430%20-0.74332L430%20277.492C430%20277.492%20346.537%20293.733%20322.959%20142.611C310.727%2064.2052%20232.423%2078.5842%20205.073%20-0.74332C177.724%20-80.0709%20430%20-0.74332%20430%20-0.74332Z'%20fill='%23444444'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_719_1016'%20x='-100'%20y='-80'%20width='630'%20height='1006'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter1_d_719_1016'%20x='-160'%20y='620'%20width='608.794'%20height='432.092'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter2_d_719_1016'%20x='-183'%20y='680'%20width='514'%20height='427'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter3_d_719_1016'%20x='103'%20y='-116'%20width='427'%20height='514'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")}}.login .mobile-logo{display:none}@media (max-width: 768px){.login .mobile-logo{width:100%;height:130px;padding-top:30px;align-items:center;display:block}}.login .small-logo{width:10%;align-self:center}@media (max-width: 768px){.login .small-logo{display:none}}.login .logo{position:absolute;width:35%;top:250px;left:190px}@media (max-width: 768px){.login .logo{display:none}}.login .login-form{display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;width:380px;height:500px;top:calc((100% - 500px)/2);left:calc(71.4285714286vw - 380px / 2);background-color:#ffffffd9;border-radius:20px;-webkit-box-shadow:10px 10px 37px 0px rgba(0,0,0,.75);-moz-box-shadow:10px 10px 37px 0px rgba(0,0,0,.75);box-shadow:10px 10px 37px #000000bf}@media (max-width: 768px){.login .login-form{width:310px;height:290px;top:65%;left:50%;padding:20px 0;transform:translate(-50%,-50%)}}.login .login-form .inputs-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;width:80%;flex:2}.login .login-form .inputs-wrapper .input-wrapper{display:flex;align-items:center;background-color:#7badffb3;height:50px;width:100%;margin-bottom:40px;border-radius:25px}@media (max-width: 768px){.login .login-form .inputs-wrapper .input-wrapper{margin-bottom:10px}}.login .login-form .inputs-wrapper .input-wrapper img{margin:0 20px;height:30px;filter:brightness(0) saturate(100%)}.login .login-form .inputs-wrapper .input-wrapper input{background-color:transparent;outline:none;border:none;height:80%;border-radius:25px;width:70%;font-weight:700;color:#000;font-size:25px}.login .login-form .inputs-wrapper .input-wrapper input::placeholder{color:#000;font-size:20px}.login .login-form .inputs-wrapper .input-wrapper:hover{background-color:#105bfca8;transition:all .2s ease-in-out}.login .login-form .inputs-wrapper .input-wrapper:hover input{transition:all .2s ease-in-out}.login .login-form .captcha-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}.login .login-form .captcha-wrapper .instructions{color:#8b8b8b;text-align:center;font-size:24px;width:80%;margin-bottom:20px}.login .login-form .captcha-wrapper input{outline:none;border:3px solid #301a1a;background-color:transparent;height:35px;width:150px;font-size:24px;color:#8b8b8b}.login .login-form .button-wrapper{flex:1;width:80%;display:flex;align-items:center;justify-content:center;flex-direction:column}@media (max-width: 768px){.login .login-form .button-wrapper{margin-top:10px}}.login .login-form .button-wrapper button{width:100%;height:50px;font-size:25px;font-weight:700;background-color:#7badffb3;color:#000;outline:none;border:none;border-radius:25px;transition:all .2s ease-in-out;cursor:pointer}.login .login-form .button-wrapper button:hover{background-color:#105bfca8}.login .login-form .button-wrapper button:disabled{background-color:#105bfca8;cursor:not-allowed}.register{background-color:#7badffb3;background-image:url(/qa3/assets/background-DcqtMQ9k.svg);background-size:cover;width:100vw;height:100vh;position:relative;z-index:2}@media (max-width: 768px){.register{background-image:url("data:image/svg+xml,%3csvg%20width='430'%20height='932'%20viewBox='0%200%20430%20932'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_719_1016)'%3e%3cpath%20d='M430%200L430%20806L430%20739.043C368.481%20727.499%20386.5%20646%20310.5%20637.5C234.5%20629%20217.52%20525.789%20197.153%20475.834C176.787%20425.879%20122%20378.5%2070.0001%20364C18.0001%20349.5%206.10352e-05%20209.056%206.10352e-05%20209.056L6.10352e-05%200L430%200Z'%20fill='%23343434'%20fill-opacity='0.7'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_d_719_1016)'%3e%3cpath%20d='M348.794%20932.092L-60.0001%20932.092C-60.0001%20932.092%20-11.501%20649.092%2079.4999%20708.092C170.501%20767.092%20141.204%20830.092%20244.999%20830.092C348.794%20830.092%20348.794%20932.092%20348.794%20932.092Z'%20fill='%23343434'%20fill-opacity='0.7'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_d_719_1016)'%3e%3cpath%20d='M-47.7433%20987L230.492%20987C230.492%20987%20246.733%20903.537%2095.6111%20879.959C17.2052%20867.727%2031.5842%20789.423%20-47.7433%20762.073C-127.071%20734.724%20-47.7433%20987%20-47.7433%20987Z'%20fill='%234D4D4D'%20fill-opacity='0.7'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_d_719_1016)'%3e%3cpath%20d='M430%20-0.74332L430%20277.492C430%20277.492%20346.537%20293.733%20322.959%20142.611C310.727%2064.2052%20232.423%2078.5842%20205.073%20-0.74332C177.724%20-80.0709%20430%20-0.74332%20430%20-0.74332Z'%20fill='%23444444'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_719_1016'%20x='-100'%20y='-80'%20width='630'%20height='1006'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter1_d_719_1016'%20x='-160'%20y='620'%20width='608.794'%20height='432.092'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter2_d_719_1016'%20x='-183'%20y='680'%20width='514'%20height='427'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter3_d_719_1016'%20x='103'%20y='-116'%20width='427'%20height='514'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")}}.register .mobile-logo{display:none}@media (max-width: 768px){.register .mobile-logo{width:100%;height:130px;padding-top:30px;align-items:center;display:block}}.register .small-logo{width:10%;align-self:center}@media (max-width: 768px){.register .small-logo{display:none}}.register .logo{position:absolute;width:35%;top:250px;left:190px}@media (max-width: 768px){.register .logo{display:none}}.register .register-form{display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;width:380px;height:500px;background-color:#ffffffd9;border-radius:20px;top:calc((100% - 500px)/2);left:calc(71.4285714286vw - 380px / 2);-webkit-box-shadow:10px 10px 37px 0px rgba(0,0,0,.75);-moz-box-shadow:10px 10px 37px 0px rgba(0,0,0,.75);box-shadow:10px 10px 37px #000000bf}@media (max-width: 768px){.register .register-form{width:310px;height:390px;top:65%;left:50%;padding:20px 0;transform:translate(-50%,-50%)}}.register .register-form .inputs-wrapper{display:flex;align-items:center;justify-content:space-between;margin-top:30px;flex-direction:column;width:80%;flex:4}.register .register-form .inputs-wrapper .input-wrapper{display:flex;align-items:center;background-color:#2c000040;height:50px;width:100%;border-radius:25px}.register .register-form .inputs-wrapper .input-wrapper img{margin:0 20px;height:30px;filter:brightness(0) saturate(100%)}.register .register-form .inputs-wrapper .input-wrapper input{background-color:transparent;outline:none;border:none;height:80%;width:70%;font-weight:700;color:#000;font-size:25px;border-radius:25px}.register .register-form .inputs-wrapper .input-wrapper input::placeholder{font-size:15px;color:#000}.register .register-form .inputs-wrapper .input-wrapper:hover{background-color:#105bfca8;transition:all .2s ease-in-out}.register .register-form .inputs-wrapper .input-wrapper:hover input{transition:all .2s ease-in-out}.register .register-form .requirements{flex:1;width:70%;font-size:18px;color:#000;padding-top:10px}@media (max-width: 768px){.register .register-form .requirements{font-size:15px}}.register .register-form .button-wrapper{flex:1;width:80%;display:flex;align-items:center;justify-content:center;flex-direction:column}.register .register-form .button-wrapper button{width:100%;height:50px;font-size:25px;font-weight:700;margin-bottom:20px;background-color:#7badffb3;color:#000;outline:none;border:none;border-radius:25px;transition:all .2s ease-in-out;cursor:pointer}.register .register-form .button-wrapper button:hover{background-color:#105bfca8}.register .register-form .button-wrapper button:disabled{background-color:#105bfca8;cursor:not-allowed}.enroll{background-color:#7badffb3;background-image:url(/qa3/assets/background-DcqtMQ9k.svg);background-size:cover;width:100vw;height:100vh;position:relative}@media (max-width: 768px){.enroll{background-image:url("data:image/svg+xml,%3csvg%20width='430'%20height='932'%20viewBox='0%200%20430%20932'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_719_1016)'%3e%3cpath%20d='M430%200L430%20806L430%20739.043C368.481%20727.499%20386.5%20646%20310.5%20637.5C234.5%20629%20217.52%20525.789%20197.153%20475.834C176.787%20425.879%20122%20378.5%2070.0001%20364C18.0001%20349.5%206.10352e-05%20209.056%206.10352e-05%20209.056L6.10352e-05%200L430%200Z'%20fill='%23343434'%20fill-opacity='0.7'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_d_719_1016)'%3e%3cpath%20d='M348.794%20932.092L-60.0001%20932.092C-60.0001%20932.092%20-11.501%20649.092%2079.4999%20708.092C170.501%20767.092%20141.204%20830.092%20244.999%20830.092C348.794%20830.092%20348.794%20932.092%20348.794%20932.092Z'%20fill='%23343434'%20fill-opacity='0.7'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_d_719_1016)'%3e%3cpath%20d='M-47.7433%20987L230.492%20987C230.492%20987%20246.733%20903.537%2095.6111%20879.959C17.2052%20867.727%2031.5842%20789.423%20-47.7433%20762.073C-127.071%20734.724%20-47.7433%20987%20-47.7433%20987Z'%20fill='%234D4D4D'%20fill-opacity='0.7'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_d_719_1016)'%3e%3cpath%20d='M430%20-0.74332L430%20277.492C430%20277.492%20346.537%20293.733%20322.959%20142.611C310.727%2064.2052%20232.423%2078.5842%20205.073%20-0.74332C177.724%20-80.0709%20430%20-0.74332%20430%20-0.74332Z'%20fill='%23444444'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_719_1016'%20x='-100'%20y='-80'%20width='630'%20height='1006'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter1_d_719_1016'%20x='-160'%20y='620'%20width='608.794'%20height='432.092'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter2_d_719_1016'%20x='-183'%20y='680'%20width='514'%20height='427'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter3_d_719_1016'%20x='103'%20y='-116'%20width='427'%20height='514'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")}}.enroll .mobile-logo{display:none}@media (max-width: 768px){.enroll .mobile-logo{width:100%;height:130px;padding-top:30px;align-items:center;display:block}}.enroll .small-logo{width:10%;align-self:center}@media (max-width: 768px){.enroll .small-logo{display:none}}.enroll .logo{position:absolute;width:35%;top:250px;left:190px}@media (max-width: 768px){.enroll .logo{display:none}}.enroll .qr-panel{display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;width:380px;height:500px;top:calc((100% - 500px)/2);left:calc(71.4285714286vw - 380px / 2);background-color:#ffffffd9;border-radius:20px;-webkit-box-shadow:10px 10px 37px 0px rgba(0,0,0,.75);-moz-box-shadow:10px 10px 37px 0px rgba(0,0,0,.75);box-shadow:10px 10px 37px #000000bf}@media (max-width: 768px){.enroll .qr-panel{width:310px;height:390px;top:65%;left:50%;padding:20px 0;transform:translate(-50%,-50%)}}.enroll .qr-panel .instructions{color:#000;font-size:18px;width:80%}@media (max-width: 768px){.enroll .qr-panel .instructions{font-size:14px}}.enroll .qr-panel .qr-wrapper{background-color:#fff;padding:5px;margin-top:10px;margin-bottom:20px}.enroll .qr-panel .inputs-wrapper{display:flex;align-items:center;justify-content:center;width:80%;margin-bottom:20px}.enroll .qr-panel .inputs-wrapper .input-wrapper{display:flex;align-items:center;background-color:#2c000040;height:50px;width:100%;border-radius:25px}.enroll .qr-panel .inputs-wrapper .input-wrapper img{margin:0 20px;height:30px;filter:brightness(0) saturate(100%)}.enroll .qr-panel .inputs-wrapper .input-wrapper input{border-radius:25px;background-color:transparent;outline:none;border:none;height:80%;width:70%;font-weight:700;color:#000;font-size:25px}.enroll .qr-panel .inputs-wrapper .input-wrapper input::placeholder{font-size:20px;color:#000}.enroll .qr-panel .inputs-wrapper .input-wrapper:hover{background-color:#105bfca8;transition:all .2s ease-in-out}.enroll .qr-panel .inputs-wrapper .input-wrapper:hover input{transition:all .2s ease-in-out}.enroll .qr-panel .button-wrapper{width:80%;display:flex;align-items:center;justify-content:center;flex-direction:column}.enroll .qr-panel .button-wrapper button{width:100%;height:50px;font-size:25px;font-weight:700;background-color:#7badffb3;color:#000;outline:none;border:none;border-radius:25px;transition:all .2s ease-in-out;cursor:pointer}.enroll .qr-panel .button-wrapper button:hover{background-color:#105bfca8}.enroll .qr-panel .button-wrapper button:disabled{background-color:#105bfca8;cursor:not-allowed}.two-fa{background-color:#7badffb3;background-image:url(/qa3/assets/background-DcqtMQ9k.svg);background-size:cover;width:100vw;height:100vh;position:relative}@media (max-width: 768px){.two-fa{background-image:url("data:image/svg+xml,%3csvg%20width='430'%20height='932'%20viewBox='0%200%20430%20932'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_719_1016)'%3e%3cpath%20d='M430%200L430%20806L430%20739.043C368.481%20727.499%20386.5%20646%20310.5%20637.5C234.5%20629%20217.52%20525.789%20197.153%20475.834C176.787%20425.879%20122%20378.5%2070.0001%20364C18.0001%20349.5%206.10352e-05%20209.056%206.10352e-05%20209.056L6.10352e-05%200L430%200Z'%20fill='%23343434'%20fill-opacity='0.7'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_d_719_1016)'%3e%3cpath%20d='M348.794%20932.092L-60.0001%20932.092C-60.0001%20932.092%20-11.501%20649.092%2079.4999%20708.092C170.501%20767.092%20141.204%20830.092%20244.999%20830.092C348.794%20830.092%20348.794%20932.092%20348.794%20932.092Z'%20fill='%23343434'%20fill-opacity='0.7'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_d_719_1016)'%3e%3cpath%20d='M-47.7433%20987L230.492%20987C230.492%20987%20246.733%20903.537%2095.6111%20879.959C17.2052%20867.727%2031.5842%20789.423%20-47.7433%20762.073C-127.071%20734.724%20-47.7433%20987%20-47.7433%20987Z'%20fill='%234D4D4D'%20fill-opacity='0.7'%20shape-rendering='crispEdges'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_d_719_1016)'%3e%3cpath%20d='M430%20-0.74332L430%20277.492C430%20277.492%20346.537%20293.733%20322.959%20142.611C310.727%2064.2052%20232.423%2078.5842%20205.073%20-0.74332C177.724%20-80.0709%20430%20-0.74332%20430%20-0.74332Z'%20fill='%23444444'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_719_1016'%20x='-100'%20y='-80'%20width='630'%20height='1006'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter1_d_719_1016'%20x='-160'%20y='620'%20width='608.794'%20height='432.092'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter2_d_719_1016'%20x='-183'%20y='680'%20width='514'%20height='427'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3cfilter%20id='filter3_d_719_1016'%20x='103'%20y='-116'%20width='427'%20height='514'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='20'/%3e%3cfeGaussianBlur%20stdDeviation='50'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.25%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_719_1016'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_719_1016'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e")}}.two-fa .mobile-logo{display:none}@media (max-width: 768px){.two-fa .mobile-logo{width:100%;height:130px;padding-top:30px;align-items:center;display:block}}.two-fa .small-logo{width:10%;align-self:center}@media (max-width: 768px){.two-fa .small-logo{display:none}}.two-fa .logo{position:absolute;width:35%;top:250px;left:190px}@media (max-width: 768px){.two-fa .logo{display:none}}.two-fa .login-passcode{display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;width:380px;height:500px;top:calc((100% - 500px)/2);left:calc(71.4285714286vw - 380px / 2);background-color:#ffffffd9;border-radius:20px;-webkit-box-shadow:10px 10px 37px 0px rgba(0,0,0,.75);-moz-box-shadow:10px 10px 37px 0px rgba(0,0,0,.75);box-shadow:10px 10px 37px #000000bf}@media (max-width: 768px){.two-fa .login-passcode{width:310px;height:290px;top:65%;left:50%;padding:20px 0;transform:translate(-50%,-50%)}}.two-fa .login-passcode .inputs-wrapper{display:flex;align-items:center;justify-content:center;width:80%;margin-bottom:20px}.two-fa .login-passcode .inputs-wrapper .input-wrapper{display:flex;align-items:center;background-color:#2c000040;height:50px;width:100%;border-radius:25px}.two-fa .login-passcode .inputs-wrapper .input-wrapper img{margin:0 20px;height:30px;filter:brightness(0) saturate(100%)}.two-fa .login-passcode .inputs-wrapper .input-wrapper input{border-radius:25px;background-color:transparent;outline:none;border:none;height:80%;width:70%;font-weight:700;color:#000;font-size:25px}.two-fa .login-passcode .inputs-wrapper .input-wrapper input::placeholder{font-size:20px;color:#000}.two-fa .login-passcode .inputs-wrapper .input-wrapper:hover{background-color:#105bfca8;transition:all .2s ease-in-out}.two-fa .login-passcode .inputs-wrapper .input-wrapper:hover input{transition:all .2s ease-in-out}.two-fa .login-passcode .button-wrapper{width:80%;display:flex;align-items:center;justify-content:center;flex-direction:column}.two-fa .login-passcode .button-wrapper button{width:100%;height:50px;font-size:25px;font-weight:700;background-color:#7badffb3;color:#000;outline:none;border:none;border-radius:25px;transition:all .2s ease-in-out;cursor:pointer}.two-fa .login-passcode .button-wrapper button:hover{background-color:#105bfca8}.two-fa .login-passcode .button-wrapper button:disabled{background-color:#105bfca8;cursor:not-allowed}.error-boundary{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}html,body{font-family:Roboto,system-ui,sans-serif;font-size:16px;line-height:1.5;color:#333;overflow:hidden;margin:0;padding:0;height:100%;height:100vh;height:-webkit-fill-available;width:100%;overscroll-behavior:none;-webkit-overflow-scrolling:touch}@supports (height: 100dvh){html,body{height:100dvh}}#root{height:100%;height:100vh;height:-webkit-fill-available;overflow:hidden;width:100%}@supports (height: 100dvh){#root{height:100dvh}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}
