@charset "UTF-8";:root{--title:"Klavika",sans-serif;--text:"Ubuntu",sans-serif;--orange:#fd3401;--gray:#cfd8dc;--green:#1cc80d;--light-green:#6bd66f;--offline-gray:#b9b9b9;--error-light-red:#ffbaa854;--transparent-gray:#47474730;--blue-background:#1b2530;--blue-dark-blue:#323c54;--blue-light-blue:#475576;--blue-white:#dfdfdf;--light-dark-gray:#27323f;--light-light-gray:#424e5c;--night-blue:#07101a;--night-gray:#141619;--night-light-gray:#1b2530;--night-white:#dfdfdf}.Header{align-items:center;background-color:#424e5c;background-color:var(--light-light-gray);display:flex;height:4rem;padding:0 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.Header img{height:40px}.Header .title{color:#fff;font-family:Ubuntu,sans-serif;font-family:var(--text);font-size:2.125rem;font-weight:500;margin:0 3rem 0 1rem}.Header-icon{height:2.5rem}button:hover{cursor:pointer}.Shadowed-background{background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.Cursor-pointer:hover{cursor:pointer}@media (min-width:2000px){.Header{height:5rem}.Header .title{font-size:2.5rem}.Header-icon{height:2.75rem}}#App-night .Header{background-color:#141619;background-color:var(--night-gray);box-shadow:none}.Cells{margin:2rem auto;width:95%}.Cells-container{display:flex;flex-direction:column;gap:2rem}#selectTime{border:1px solid #000;border-radius:10px;font-size:1rem;font-weight:700;padding:6px 10px}.Cell-name{align-items:center;color:var(--orange);display:flex;font-size:1.5rem;font-weight:500;gap:1rem;padding:1rem}.Cell-name-askey{color:#000;font-size:1rem}.Cell-name img{height:30px}.Cell-data{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr}.Cell-data-part{display:flex;flex-direction:column}.Cell-data-title{font-size:1.25rem;font-weight:500;margin:1rem auto}.Cell-data-chart{align-items:center;background-color:#fff;border-radius:14px;box-shadow:0 4px 4px 0 #00000040;display:flex;height:250px;padding:10px}.Cell-data-unavailable{margin:auto}#Cell-data-chart-devices{padding-right:30px}#App-night .Cell-data-chart{background-color:var(--night-blue);color:var(--night-white)}#App-blue .Cell-data-title,#App-blue .Cell-name-askey,#App-night .Cell-data-title,#App-night .Cell-name-askey{color:var(--night-white)}#App-blue .Cell-data-chart{background-color:var(--blue-dark-blue);color:var(--blue-white)}.Cells-line-chart-container{height:100%;width:100%}.Cells-line-chart-legend{align-items:center;display:flex;height:15px;justify-content:center;margin-bottom:5px}.Cells-line-chart-legend-color{height:20px;width:40px}.Cells-line-chart-wrapper{height:230px}@media (min-width:2000px){.Cell-data-chart{height:350px}.Cells-line-chart-legend{font-size:1.5rem;height:25px}.Cells-line-chart-wrapper{height:320px}}.dropdown{display:inline-block;position:relative}#dropdown-button{align-items:center;background-color:#fff;border:1px solid #d4d4d4;border-radius:.5rem;cursor:pointer;display:flex;font-weight:700;gap:.25rem;justify-content:space-between;padding:.25rem 1rem}#dropdown-button img{height:1rem}.dropdown-items{background-color:#fff;border:1px solid #a6a6a6;border-radius:.5rem;box-shadow:0 4px 8px #0000001a;left:0;margin-top:.1rem;position:absolute;top:100%;z-index:1000}.dropdown-item{color:#000;cursor:pointer;padding:.25rem .5rem}.dropdown-item:hover{background-color:#e9e9e9;border-radius:.5rem;font-weight:700}#App-night #dropdown-button,#dropdown-items-night{background-color:#a6a6a6;border:1px solid #a6a6a6;color:#fff}#dropdown-items-night .dropdown-item{color:#fff}#dropdown-items-night .dropdown-item:hover{background-color:#64686e}#App-blue #dropdown-button{background-color:#d6d6d6;border:1px solid #d6d6d6;color:#000}#dropdown-items-blue{background-color:#d6d6d6!important;border:1px solid #d6d6d6;color:#000}#dropdown-items-blue .dropdown-item{color:#000}#dropdown-items-blue .dropdown-item:hover{background-color:#f4f4f4}.Alerter{background:#fff;border-radius:20px;box-shadow:0 4px 10px #cfd8dc;left:25%;padding:1.875rem;position:absolute;top:10rem;width:50%;z-index:1001}.Alerter-head{align-items:center;display:flex}.Alerter-head img{height:2.5rem;margin-right:.75rem}.Alerter p,.Alerter ul{color:var(--orange)}.information-popup{cursor:help;height:.875rem;z-index:100}.information-popup-line{background-color:#000;border-radius:25%;cursor:pointer;height:.25rem;margin-top:.1rem;width:1.125rem}.information-popup-content{align-items:flex-start;background:#fff;border:none;border-radius:6px;box-shadow:0 4px 4px #00000040;color:#868686;display:flex;flex-direction:column;font-size:.75rem;font-weight:400;justify-content:center;padding:.25rem;position:absolute;text-align:left;z-index:101}#table-popup{max-width:none}.info-icon{height:24px}.info-icon:hover{cursor:pointer}#App-night .information-popup-content{background-color:var(--night-gray);color:var(--night-white)}#App-blue .information-popup-content{background-color:var(--blue-dark-blue);color:#fff}.Dashboard-provisionned-panel{align-items:center;display:flex;flex-direction:row;height:5rem;justify-content:space-around;width:100%}.Dashboard-provisionned-icon{height:2rem}.Dashboard-provisionned-count-container{align-items:center;display:flex;gap:.25rem}.Dashboard-provisionned-count-value{font-size:1.5rem;font-weight:500}.Dashboard-provisionned-count-label{font-size:1rem;font-weight:400}.Dashboard-provisionned-separator{align-items:center;display:flex;justify-content:center;margin:0 10px}.Dashboard-provisionned-divider{font-size:1.5rem;font-weight:700}.tick-line,.tick-value,.value-text{display:none}.dashboard-core-stats-head{align-items:center;background-color:var(--light-light-gray);border-radius:14px;box-shadow:0 4px 4px 0 #00000040;color:#fff;display:flex;gap:2rem;margin-bottom:1rem;padding:1rem}.dashboard-core-stats-head-title{font-size:1.5rem;font-weight:500}.dashboard-core-stats{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:300px minmax(0,1fr)}.dashboard-core-stats-panel{align-items:center;background-color:#fff;border-radius:14px;box-shadow:0 4px 4px 0 #00000040;display:flex;justify-content:center;padding:10px}#linechart-container{background-color:#212124}.Dashboard-overview-gauges{display:flex;flex-direction:column;justify-content:space-around}.dashboard-core-system-data-subtext{color:#929292;font-size:1.25rem;font-weight:500;text-align:center}.dashboard-core-stats .gauge-panel{flex-direction:column}.Dashboard-overview-gauges-gauge{display:grid;grid-template-columns:200px 1fr;width:280px}.Dashboard-core-stats-title{display:flex;font-size:1.5rem;font-weight:500;gap:.5rem;margin-bottom:.5rem;margin-top:1.5rem}.Dashbaord-overview-gauge-label{align-items:center;display:flex;flex-direction:column;font-size:1rem;font-weight:500;justify-content:center;margin:0 auto;text-align:center}#Dashbaord-overview-gauge-value{font-weight:400}#App-night .dashboard-core-stats-head{background:var(--night-gray);border-top:1px solid var(--dark-gray);box-shadow:none;color:var(--night-white)}#App-night .Dashboard-core-stats-title{color:var(--orange)}#App-night .dashboard-core-stats-panel{background-color:var(--night-blue);color:var(--night-white)}#App-blue .dashboard-core-stats-head{background-color:var(--light-light-gray);box-shadow:none;color:var(--blue-white)}#App-blue .Dashboard-core-stats-title{color:var(--orange)}#App-blue .dashboard-core-stats-panel{background-color:var(--blue-dark-blue);color:var(--blue-white)}.Stats-line-chart-container{height:100%;width:100%}.Stats-line-chart-legend{align-items:center;display:flex;height:15px;justify-content:center;margin-bottom:5px}.Stats-line-chart-legend-color{height:20px;width:40px}.blue{background-color:#7ccfe0;margin-left:20px}#App-night .blue{background-color:#61a3cf}#App-blue .blue{background-color:#4682b4}#App-night .yellow{background-color:#e0d484}#App-blue .yellow{background-color:orange}.yellow{background-color:#d2b73f}.Stats-line-chart-wrapper{height:180px}@media (min-width:2000px){.dashboard-core-stats{grid-template-columns:400px minmax(0,1fr)}.Dashbaord-overview-gauge-label{font-size:1.5rem}.dashboard-core-stats-head{font-size:2rem;padding:.5rem 2rem}.Stats-data-chart{height:300px}.Stats-line-chart-legend{font-size:1.5rem;height:25px}.Stats-line-chart-wrapper{height:250px}}.dashboard-core{margin-bottom:2rem}.dashboard-core-system{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:minmax(12rem,30%) minmax(12rem,30%) minmax(12rem,30%);margin:2rem 0}.dashboard-core-system-data,.dashboard-core-system-provisionned,.dashboard-core-system-status{background-color:#fff;border-radius:14px;box-shadow:0 4px 4px 0 #00000040;padding:.125rem 1rem}.dashboard-core-system-data,.dashboard-core-system-provisionned{align-items:center;display:flex}.dashboard-core-system-data{justify-content:center}.dashboard-core-system-provisionned{justify-content:space-around}.dashboard-core-system-data-title{font-family:var(--text);font-size:2rem;font-weight:500;margin-bottom:0;text-align:center;width:100%}.dashboard-core-system-data-status{font-family:var(--text);font-size:1.5rem;font-weight:500}.dashboard-core-system-status{align-items:center;display:flex;justify-content:center}.dashboard-core-system-status-error,.dashboard-core-system-status-ok{align-items:center;display:flex;font-family:var(--text);font-size:1.5rem;font-weight:500}.dashboard-core-system-status-ok{color:#4caf50}.dashboard-core-system-status-ok img{height:3rem}.dashboard-core-system-status-error{color:var(--orange)}#dashboard-core-system-offline{background-color:#ffefeb}.dashboard-core-system-status-error img{height:4rem}.dashboard-core-system-data-name{align-items:center;display:flex;justify-content:space-around;margin:1rem auto}.dashboard-core-system-data-name img{width:3rem}.dashboard-core-system-data-name h3{border:1.5px solid var(--orange);border-radius:16px;font-family:var(--text);font-size:1.5rem;font-weight:400;padding:.5rem 1rem}.dasboard-core-system-data-infos{display:flex;font-family:var(--text);font-size:1.25rem;font-weight:500;justify-content:space-between}.dasboard-core-system-data-infos-status{align-items:center;display:flex}.dashboard-core-status-dot{border-radius:50%;height:1rem;margin-left:.5rem;width:1rem}#dashboard-core-status-green,#dashboard-core-status-online{background-color:#62e067}#dashboard-core-status-offline{background-color:#929292}#dashboard-core-status-error,#dashboard-core-status-red{background-color:#f90000}#dashboard-core-status-orange{background-color:orange}.dashboard-core-system-data-infos-radios{align-items:center;display:flex}.dashboard-core-system-data-infos-radios-count{color:#62e067;font-family:var(--text);font-size:1.875rem;margin-right:.1rem}#unexpected-radio-count{color:#f90000}#App-night .dashboard-core-system-data,#App-night .dashboard-core-system-provisionned,#App-night .dashboard-core-system-status{background-color:var(--night-blue);box-shadow:none;color:var(--night-white)}#App-blue .dashboard-core-system-data,#App-blue .dashboard-core-system-provisionned,#App-blue .dashboard-core-system-status{background-color:var(--blue-dark-blue);box-shadow:none;color:var(--blue-white)}.Dashboard-cells-title{background-color:var(--light-light-gray);color:#fff;font-size:1.5rem;font-weight:500;margin-bottom:1rem;padding:1rem}.Dashboard-cells,.Dashboard-cells-title{border-radius:14px;box-shadow:0 4px 4px 0 #00000040}.Dashboard-cells{background-color:#fff;padding:1rem 0 0}.Dashboard-cells table{border-radius:15px;border-spacing:0;overflow:hidden;width:100%}.Dashboard-cells table th{font-size:1.5rem;font-weight:500}.Dashboard-cells table thead #sub-head th{font-size:1.25rem;font-weight:300}.Dashboard-cells table tbody tr td{font-size:1.25rem;font-weight:300;height:3.5rem;text-align:center}.Dashboard-cells table #cell-name{font-size:1.5rem;font-weight:500}.Dashboard-cells table .cell-status{align-items:center;border-radius:1.25rem;display:flex;font-size:1.5rem;font-weight:500;height:2rem;justify-content:center;margin:0 auto;max-width:90%}.Dashboard-cells table #cell-status-online{background-color:#62e06745;color:#1cc80d}.Dashboard-cells table #cell-status-offline{background-color:#fde7c3;color:#ff400f}.Dashboard-cells table .cell-devices{align-items:center;display:flex;gap:.25rem;justify-content:center}.Dashboard-cells table .cell-devices img{height:1.125rem}#Topology-body-cell-frequency{max-width:150px}#App-night .Dashboard-cells-title{background:var(--night-gray);border-top:1px solid var(--dark-gray);box-shadow:none;color:var(--night-white)}#App-night .Dashboard-cells{background-color:var(--night-blue);color:var(--night-white)}#App-night .Dashboard-cells table #cell-status-offline{background-color:#4b3128;color:#fe6008}#App-blue .Dashboard-cells-title{background-color:var(--light-light-gray);box-shadow:none;color:var(--blue-white)}#App-blue .Dashboard-cells{background-color:var(--blue-dark-blue);color:var(--blue-white)}#App-blue .Dashboard-cells table #cell-status-offline{background-color:#6c5750;color:#fe6008}.Dashboard{margin:2rem auto;width:95%}.Dashboard-header{align-items:center;border-bottom:2px solid #e5e5e5;display:flex;margin:1rem auto;padding:1.5rem 0;width:95%}.Dashboard-header-overview{height:22rem;margin-left:5rem;width:90%}.Dashboard-rans-container{background-color:#fff;border-radius:10px;box-shadow:0 4px 4px 0 #c3b9b940;margin:1rem auto;width:100%}.Dashboard-rans{padding:2rem}.Dashboard-rans-filter{align-items:center;display:flex;font-family:var(--text);font-size:1rem;font-weight:500}.Dashboard-rans-filter-title{color:#000;font-size:1.5rem;margin-right:2rem}#Dashboard-rans-filter-idle,#Dashboard-rans-filter-selected{cursor:pointer;margin-left:1.5rem}#Dashboard-rans-filter-selected{color:#fe6008}#Dashboard-rans-filter-idle{color:#686868}.Dashboard-overview-button{background-color:#000;border:none;border-radius:10px;bottom:1.5rem;color:#fff;font-size:1.25rem;font-weight:700;padding:.625rem 1.625rem;position:fixed;right:3rem}.FirstConnexion{background-color:#fff;height:100vh;left:0;position:absolute;top:0;width:100vw;z-index:1000}.FirstConnexionContainer{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.FirstConnexion-avatar{border:2px solid var(--orange);border-radius:50%;height:5rem;margin:auto;width:5rem}.FirstConnexion-avatar-initials{color:var(--orange);font-size:1.75rem;font-weight:700;margin-top:1.5rem;text-align:center;vertical-align:middle;width:5rem}.FirstConnexion-header h1{color:#000;font-size:1.75rem;font-weight:400}.FirstConnexion-prepassword{align-items:center;background-color:#f9f9f9;display:flex;font-size:1.375rem;font-weight:400;height:4rem;margin-top:2rem;width:75%}.FirstConnexion-prepassword img{height:2rem;margin:auto 1rem;width:2rem}.FirstConnexion-prepassword-custom{font-weight:300;margin-left:1rem}.FirstConnexion-password-verification{font-size:1.125rem;font-weight:500;margin-top:1.5rem;width:75%}.FirstConnexion-password-verification-item{color:var(--orange);display:flex}.FirstConnexion-password-verification-item img{margin-right:.5rem}.FirstConnexion-password-input{display:flex;flex-direction:column;font-size:1rem;font-weight:500;margin-top:2rem}.FirstConnexion-password-verification-head{display:flex;margin-bottom:1rem}.FirstConnexion-password-verification-head img{margin-right:.5rem}.FirstConnexion-password-input label{font-size:1rem;font-weight:400}.FirstConnexion-password-input-box{align-items:center;background:#f5f8fd;border:1px solid #cfd8dc;border-radius:10px;color:#7d8c9d;display:flex;justify-content:space-between}.FirstConnexion-password-input-box input{background:#f5f8fd;border:none;border-radius:10px 0 0 10px;font-size:1rem;font-weight:300;height:2rem;padding-left:1rem;width:100%}.FirstConnexion-password-notmatching-error{color:#fe6008;font-size:12px;font-style:italic;font-weight:400;text-align:left}.FirstConnexion-buttons{display:flex;justify-content:flex-end;width:75%}.FirstConnexion-buttons button{background-color:#000;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-left:2rem;padding:.625rem 1.25rem}#FirstConnexion-button-diasbled{background-color:#c4c4c4;cursor:not-allowed}.Inactivity-warning{background-color:#fff;border-radius:20px;box-shadow:0 4px 10px #cfd8dc;left:25%;padding:1.875rem;position:absolute;top:12rem;width:50%;z-index:1001}.ReactModal__Content--after-open{background:none!important;border:none!important}.Inactivity-warning-buttons{display:flex;justify-content:space-evenly}.Inactivity-warning-buttons button{border:none;border-radius:10px;color:#fff;font-family:var(--text);font-size:1.438rem;font-weight:700;padding:.25rem .625rem;width:40%}#Inactivity-warning-logout{background-color:#acacac}#Inactivity-warning-extend{background-color:var(--orange)}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border:8px solid #0000;box-sizing:initial;content:"";height:0;left:-8px;position:absolute;width:1px;z-index:-1}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#f0f0f0;border-top:none}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{left:50px;position:absolute}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{background-color:#2a87d0;border-radius:.3rem;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:initial}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;-webkit-clip-path:circle(0);clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.UserLog-filter{background-color:#fff;border:1px solid #e6e9ec;border-radius:10px;box-shadow:0 4px 17px #a0a0a040;display:flex;flex-direction:column;gap:.5rem;padding:1.875rem;position:absolute;right:8rem;top:8rem;z-index:500}.UserLog-filter-label{background:#f5f8fd;border-radius:5px;color:#7d8c9d;font-size:1rem;padding:.5rem 1rem;width:15rem}.UserLog-filter-inputs{color:#7d8c9d;display:flex;flex-direction:column;margin:.5rem auto}.UserLog-filter-inputs label{margin-left:.25rem}.UserLog-filter-buttons{display:flex;justify-content:flex-end}.UserLog-filter-buttons button{background-color:#d8d8d8;border:none;border-radius:4px;color:#fff;font-family:var(--title);font-size:.875rem;font-weight:600;margin-left:.5rem;padding:.125rem;width:40%}#UserLog-filter-filterButton{background-color:var(--orange)}#UserLog-filter-button-highlighted button{background-color:#000;color:#fff}.UserLog-filterButton{background-color:var(--light-light-gray);border:none;border-radius:4px;box-shadow:0 4px 4px 0 #00000040;color:#fff;display:flex;font-family:var(--title);font-size:1rem;font-weight:600;padding:.5rem 1rem}#UserLog-ShowFilterButton{background-color:var(--orange);color:#fff}.UserLog-filter-arrow{cursor:pointer}#App-blue .UserLog-filterButton,#App-blue .UserLog-paramsButton,#App-night .UserLog-filterButton,#App-night .UserLog-paramsButton{background-color:var(--orange)}#App-night .UserLog-filter,#App-night .UserLog-params{background-color:var(--night-blue);border:none;box-shadow:none;color:var(--night-white)}#App-night .UserLog-filter-label,#App-night .UserLog-param-title{background-color:var(--night-light-gray);color:var(--night-white)}#App-night .UserLog-filter-buttons button{background-color:var(--orange)}#App-blue .UserLog-filter,#App-blue .UserLog-params{background-color:var(--night-blue);border:none;box-shadow:none;color:var(--night-white)}#App-blue .UserLog-filter-label,#App-blue .UserLog-param-title{background-color:var(--blue-light-blue);color:var(--night-white)}#App-blue .UserLog-filter-buttons button{background-color:var(--orange)}.LogsTable-infos{align-items:center;display:flex;height:100%;margin:auto 0;width:100%}.LogsTable-infos img{margin-left:.25rem}.Logs #row-buttons{align-items:center;display:flex;justify-content:space-between;width:50%}.Logs #row-buttons img:hover{cursor:pointer}.Logstable-head{align-items:center;display:flex;justify-content:center}.Logstable-head img{margin-left:.25rem}.Logs-tmz{align-items:center;display:flex;justify-content:space-between;margin-right:1rem;width:11rem}.Logs-tmz-title{font-weight:500}.Logs-tmz img{cursor:pointer}.Logs-row-date{width:15rem}.Logs-row-date,.Logs-row-user{text-align:center}.Logs-row-log{text-align:left}.Logs-buttons{align-items:center;display:flex;gap:2rem;justify-content:flex-end;margin:1rem auto;width:90%}.Logs-table{background-color:#fff;border-radius:14px;box-shadow:0 4px 4px 0 #00000040;margin:1rem auto;width:95%}.Logs-table table{border-radius:15px;border-spacing:0;overflow:hidden;width:100%}.Logs-table table th{font-size:1.25rem;font-weight:500;height:2.5rem}.Logs-table table tbody tr td{font-size:1rem;font-weight:300;height:2.5rem}@media (min-width:2000px){.Logs-table table th{font-size:1.5rem;font-weight:500;height:3.5rem}.Logs-table table tbody tr td{font-size:1.25rem;font-weight:300;height:3.5rem}}#App-night .Logs-table{background-color:var(--night-blue);color:var(--night-white)}#App-blue .Logs-table{background-color:var(--blue-dark-blue);color:var(--night-white)}.UserLog-paramsButton{background-color:var(--light-light-gray);border:none;border-radius:4px;box-shadow:0 4px 4px 0 #00000040;color:#fff;display:flex;font-family:var(--title);font-weight:600;height:1.5rem;padding:.35rem;width:1.5rem}.UserLog-paramsButton:hover{cursor:pointer}.UserLog-params{background-color:#fff;border:1px solid #e6e9ec;border-radius:10px;box-shadow:0 4px 17px #a0a0a040;gap:.5rem;padding:1rem 0;position:absolute;right:4rem;top:8rem;z-index:500}.UserLog-param,.UserLog-params{display:flex;flex-direction:column}.UserLog-param{gap:.25rem}.UserLog-param-title{background-color:#f0f0f0;font-weight:500;padding:.25rem 1rem}.UserLog-param-input{gap:.25rem;padding:0 .5rem}.Login,.UserLog-param-input{display:flex;flex-direction:column}.Login{align-items:center;background-color:#000;height:100vh;justify-content:center;left:0;position:absolute;top:0;width:100vw;z-index:1000}.Login-header-logo{height:6.75rem}.Login-head{color:#fff;font-family:var(--title);font-size:1.75rem;font-weight:400;margin-bottom:2rem;margin-top:1.5rem;text-align:center}.LoginInput{background-color:#fff;border-radius:5px;height:20rem;justify-content:space-around;padding:2rem;width:22rem}.LoginInput,.LoginInput-rows{align-items:center;display:flex;flex-direction:column}.LoginInput-rows{justify-content:space-between;width:100%}.LoginInput-row{display:flex;flex-direction:column;margin:1rem 0;width:100%}.LoginInput-email{font-size:1rem;font-weight:300;height:2rem;padding:.5rem 1rem}.LoginInput-email,.LoginInput-input-box{background:#f5f8fd;border:1px solid #000;border-radius:10px;color:#000}.LoginInput-input-box{align-items:center;display:flex;justify-content:space-between}.LoginInput-row label{font-size:.875rem;font-weight:400}.LoginInput-input-box input{background:#f5f8fd;border:none;border-radius:10px 0 0 10px;font-size:1rem;font-weight:300;padding:1rem;width:100%}.LoginInput-show-icon{cursor:pointer;height:2rem;margin:0 .5rem}.LoginInput-ForgotPasswordLink{cursor:pointer;font-size:.75rem;font-weight:400;text-align:end}.LoginInput-connection{align-items:center;bottom:0;display:flex;justify-content:center;width:100%}.LoginInput-connection-keepConnected{font-size:.875rem;font-weight:400}.LoginInput-forgotten-password-buttons{align-items:center;display:flex;justify-content:space-between;width:100%}.LoginInput-forgotten-password-cancel-button{background-color:#f2f2f2;border:1px solid #000;border-radius:8px;color:#000;font-family:var(--title);font-size:1rem;font-weight:600;height:3.125rem;width:9.375rem}.LoginInput-forgotten-password-ok-button{background-color:var(--orange)}.LoginInput-connection-button,.LoginInput-forgotten-password-confirm-button,.LoginInput-forgotten-password-ok-button{border:none;border-radius:8px;color:#fff;font-family:var(--title);font-size:1rem;font-weight:600;height:3.125rem;width:9.375rem}.LoginInput-connection-button,.LoginInput-forgotten-password-confirm-button{background-color:#000}.Login-error{align-items:center;display:flex;font-weight:600;justify-content:flex-start}.Login-error img{height:1.25rem;margin:.5rem}.LoginInput-forgottenPassword-confirm{color:var(--orange);font-family:var(--title);font-size:1.5rem;font-weight:600;text-align:center}.LoginInput-forgottenPassword-text{font-size:1rem;font-weight:400}.LostPassword{background-color:#fff;height:100vh;left:0;position:absolute;top:0;width:100vw;z-index:1000}.LostPasswordContainer{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.LostPassword-avatar{border:2px solid var(--orange);border-radius:50%;height:5rem;margin:auto;width:5rem}.LostPassword-avatar-initials{color:var(--orange);font-size:1.75rem;font-weight:700;margin-top:1.5rem;text-align:center;vertical-align:middle;width:5rem}.LostPassword-header h1{color:#000;font-size:1.75rem;font-weight:400}.LostPassword-prepassword{align-items:center;background-color:#f9f9f9;display:flex;font-size:1.375rem;font-weight:400;height:4rem;margin-top:2rem;width:75%}.LostPassword-prepassword img{height:2rem;margin:auto 1rem;width:2rem}.LostPassword-prepassword-custom{font-weight:300;margin-left:1rem}.LostPassword-password-verification{font-size:1.125rem;font-weight:500;margin-top:1.5rem;width:75%}.LostPassword-password-verification-item{color:var(--orange);display:flex}.LostPassword-password-verification-item img{margin-right:.5rem}.FirstConexion-password-inputs{height:12rem}.LostPassword-password-input{display:flex;flex-direction:column;font-size:1rem;font-weight:500;margin-top:2rem}.LostPassword-password-verification-head{display:flex;margin-bottom:1rem}.LostPassword-password-verification-head img{margin-right:.5rem}.LostPassword-password-input label{font-size:1rem;font-weight:400}.LostPassword-password-input-box{align-items:center;background:#f5f8fd;border:1px solid #cfd8dc;border-radius:10px;color:#7d8c9d;display:flex;justify-content:space-between}.LostPassword-password-input-box input{background:#f5f8fd;border:none;border-radius:10px 0 0 10px;font-size:1rem;font-weight:300;height:2rem;padding-left:1rem;width:100%}.LostPassword-password-notmatching-error{color:#fe6008;font-size:12px;font-style:italic;font-weight:400;text-align:left}.Gray-horizontal-line{margin:2rem auto}.LostPassword-buttons{display:flex;justify-content:flex-end;width:75%}.LostPassword-buttons button{background-color:#000;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-left:2rem;padding:.625rem 1.25rem}#LostPassword-button-diasbled{background-color:#c4c4c4;cursor:not-allowed}.Logout-confirm{background:#fff;border-radius:20px;box-shadow:0 4px 10px #cfd8dc;left:32.5%;padding:1.875rem;position:absolute;top:15rem;width:35%;z-index:1001}.Logout-confirm-text{font-size:2.125rem;margin-bottom:1.5rem;text-align:center}.Logout-confirm-text img{height:6rem}.Logout-confirm-buttons{display:flex;justify-content:space-evenly}.Logout-confirm-buttons button{border:none;border-radius:10px;color:#fff;font-family:var(--text);font-size:1.438rem;font-weight:700;padding:.25rem .625rem;width:40%}#Logout-confirm-yes{background-color:#acacac}#Logout-confirm-no{background-color:var(--orange)}#App-night .Logout-confirm{background-color:var(--night-gray);box-shadow:none;color:var(--night-white)}#App-blue .Logout-confirm{background-color:var(--blue-dark-blue);box-shadow:none;color:var(--night-white)}.Navbar{background-color:var(--light-dark-gray);color:#fff;display:grid;grid-template-rows:50px 20vh 1fr;height:100vh;position:-webkit-sticky;position:sticky;top:0}.Navbar-head{align-items:center;display:flex;flex-direction:column;justify-content:center}.Navbar .prompt{font-size:1.875rem;font-weight:700;text-align:center}.Navbar h2{font-family:var(--title);font-size:1rem;text-align:center}.Navbar-Logo{margin:1rem 5rem;width:7rem}.Nabar-link-container{align-items:center;display:flex;flex-direction:column}.Navbar-link{align-items:center;display:grid;grid-template-columns:50px 1fr;padding:.5rem;text-align:left;text-decoration:none;width:85%}.Navbar-link img{height:30px;margin-right:1rem}.Navbar-link-text{color:#fff;font-size:1.125rem}#Navbar-link-active{background-color:var(--orange);border-radius:1rem}#Navbar-hamburger{cursor:pointer;display:flex;height:50px;justify-content:flex-end;width:100%}#Navbar-hamburger img{height:40px;margin:10px 10px 0 0}@media (min-width:2000px){.Navbar .prompt{font-size:2.125rem;margin-bottom:4rem}.Navbar h2{font-size:1.125rem}.Navbar-Logo{margin:5rem 4rem;width:12rem}.Navbar-link i mg{margin-right:1.5rem}.Navbar-link-t ext{font-size:1.5rem}}#App-night .Navbar{background-color:var(--night-blue)}.App-shrinked .Navbar{grid-template-rows:60px 100px 1fr}.App-shrinked .Navbar-link{display:flex;justify-content:center}.App-shrinked .Navbar img{cursor:pointer;height:34px}.App-shrinked #Navbar-link-active{width:50%}.App-shrinked .Navbar-link img{margin:auto}.App-shrinked .Navbar-Logo{margin:0;width:auto}.App-shrinked #Navbar-hamburger{justify-content:center}.App-shrinked #Navbar-hamburger img{margin:10px auto}.Download-logs-panel{align-items:center;background-color:#fff;border-radius:15px;bottom:1rem;display:flex;justify-content:space-between;padding:1rem;position:fixed;right:1rem;width:340px;z-index:1000}.Download-logs-panel img{cursor:pointer;height:15px}.Logs-download-subtext{font-style:italic}#Loading{height:30px}#App-night .Download-logs-panel{background-color:var(--night-blue);color:var(--night-white)}#App-blue .Download-logs-panel{background-color:var(--blue-dark-blue);color:var(--blue-white)}.Qos-field-helper{font-style:italic;margin-right:32%;text-align:center;width:31%}.Qos-field-helper-line{border-bottom:1px solid #ff400f;border-left:1px solid #ff400f;border-right:1px solid #ff400f;height:.75rem}.QosTable #dropdown-button{width:auto}#App-blue .Qos-field-helper,#App-night .Qos-field-helper{color:var(--night-white)}.QosTable table{background-color:#fff;border-radius:15px;border-spacing:0;box-shadow:0 4px 4px 0 #00000040;margin:3rem auto 1rem;overflow:hidden;width:95%}.QosTable table th{font-size:1.125rem;font-weight:500;text-align:center}.QosTable table tr{align-items:center;display:grid;grid-template-columns:4% 4% 19% 19% 12% 19% 19% 4%;height:2.5rem}.QosTable table tr td{align-items:center;display:flex;justify-content:center;text-align:center}.Qos-rules-description{background:#fff;border-radius:20px;box-shadow:0 4px 10px #cfd8dc;display:flex;flex-direction:column;height:75%;justify-content:space-between;left:50%;padding:1.875rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:75%;z-index:1001}.Qos-rules-description p{color:#b2b2b2}.Qos-rules-description table{border-collapse:collapse;border-radius:14px;margin:0 auto;width:80%}.Qos-rules-description table td,.Qos-rules-description table th{border:1px solid #b2b2b2;padding:1rem}.Qos-rules-description table th{font-size:1.25rem;text-align:left}#Qos-first-rule-row{grid-template-columns:100%;height:4rem}#qos-delete-row{background-color:#d6e4f7}#Qos-port{max-width:8rem}.qos-head-inline{align-items:center;display:flex;gap:.25rem;justify-content:center}.qos-head-inline img:hover{cursor:pointer}.Qos-small-row{width:2rem}.QosTable input,.QosTable select{border:1px solid #f4f4f4;border-radius:10px;padding:.25rem}.Qos-end-buttons{display:flex;justify-content:flex-end;margin:.25rem 2.5%;width:95%}.Qos-add-rule-button,.Qos-modify-rules-button,.Qos-register-rule-button{background-color:var(--orange);border:none;color:#fff}#Qos-modify-rules-button-disabled{background-color:var(--offline-gray);border:none;color:#fff;cursor:not-allowed}.Qos-cancel-rules-button,.Qos-modify-rules-button,.Qos-register-rule-button{border-radius:10px;font-size:1.125rem;height:2rem;padding:.125rem 1rem}.Qos-register-rule-button{width:10%}.Qos-register-rule-button-disabled{background-color:var(--light-light-gray);border:none;border-radius:10px;color:#fff;font-size:1.125rem;height:2rem;padding:.125rem 1rem;width:10%}.Qos-register-rule-button-disabled:hover{cursor:not-allowed}.Qos-cancel-rules-button{background-color:var(--light-light-gray);border:none;color:#fff;margin-right:1rem}.Qos-add-rule-button{align-items:center;border-radius:50%;display:flex;font-size:2rem;height:2.5rem;justify-content:center;width:2.5rem}.Qos-add-rule-button-inactive{background-color:#c4c4c4;border:none;border-radius:50%;color:#fff;font-size:2rem;height:2.5rem;width:2.5rem}.Qos-add-rule-button-inactive:hover{cursor:not-allowed}.Qos-new-row .dropdown{padding:0}.Qos-first-rule-button button{background-color:var(--orange);border:none;border-radius:8px;color:#fff;font-family:var(--title);font-size:1rem;font-weight:600;margin:.5rem;padding:.5rem 1rem}.new-qos-port{width:4rem}#duplicate-qos-port{border:1px solid var(--orange)!important}.Qos-drag-icon,.Qos-icon-close{height:1rem}.Qos-drag-icon{cursor:grab}.Qos-icon-close{cursor:pointer}.Qos-warning-disabled{background-color:#fff;border-radius:15px;margin:3rem auto;padding:1rem;width:80%}.Qos-warning-disabled p{color:#73808e}#App-night .QosTable table{background-color:var(--night-blue);color:var(--night-white)}#App-night .QosTable table input,#App-night .QosTable table select{background-color:#6e757b;border:none;color:var(--night-white)}#App-night .Qos-warning-disabled,#App-night .Qos-warning-disabled p{background-color:var(--night-blue);color:var(--night-white)}#App-night .Qos-rules-description{background-color:var(--night-gray);box-shadow:none;color:var(--night-white)}#App-night .QosTable table tr#qos-delete-row{background-color:#3e454c}#App-blue .QosTable table{background-color:var(--blue-dark-blue);color:var(--blue-white)}#App-blue .QosTable table input,#App-blue .QosTable table select{background-color:#71808e;border:none;color:var(--night-white)}#App-blue .Qos-warning-disabled,#App-blue .Qos-warning-disabled p{background-color:var(--blue-dark-blue);color:var(--blue-white)}#App-blue .Qos-rules-description{background-color:var(--blue-dark-blue);box-shadow:none;color:var(--night-white)}#App-blue .QosTable table tr#qos-delete-row{background-color:#5f7ba5}.Qos-row-delete{cursor:pointer;height:2.5rem;width:2rem}.Qos-delete{background:#fff;border-radius:20px;box-shadow:0 4px 10px #cfd8dc;left:25%;padding:1.875rem;position:fixed;top:10rem;width:50%;z-index:1001}.Qos-delete-loading-panel{align-items:center;display:flex;flex-direction:column;margin-top:1rem;text-align:left}.Qos-delete h2{font-family:var(--title);font-size:2rem;font-weight:600;margin:0}.Qos-delete p{font-size:1.25rem;font-weight:600;margin-bottom:2rem}.Qos-delete span{color:var(--orange)}.Qos-delete-buttons{display:flex;justify-content:flex-end}.Qos-delete-buttons button{border:none;border-radius:10px;font-family:var(--title);font-size:1rem;font-weight:400;margin-left:2rem;padding:.625rem;width:25%}#Qos-delete-cancel{background-color:#e7eaee;color:#000}#Qos-delete-confirm{background-color:#000;color:#fff}.Qos-delete-warning{color:var(--orange)}.Qos-delete-error{color:red;font-family:var(--title);font-weight:600;margin-top:1rem}#App-night .DevicesSims-edit-card,#App-night .Qos-delete{background-color:var(--night-gray);box-shadow:none;color:var(--night-white)}#App-blue #Qos-delete-confirm,#App-night #Qos-delete-confirm{background-color:var(--orange)}#App-blue .DevicesSims-edit-card,#App-blue .Qos-delete{background-color:var(--blue-dark-blue);box-shadow:none;color:var(--night-white)}.Settings{display:flex;flex-direction:column;margin:2rem auto;width:95%}.Settings-modify-password{grid-gap:.25rem;display:grid;gap:.25rem;grid-template-columns:1fr 20rem 1fr;height:100%;margin-top:2rem;width:100%}.Settings-avatar{border:2px solid var(--orange);border-radius:50%;height:5rem;margin:auto;width:5rem}.Settings-avatar-initials{color:var(--orange);font-size:1.75rem;font-weight:700;margin-top:1.5rem;text-align:center;vertical-align:middle;width:5rem}.Settings-avatar-camera{align-items:center;background-color:#000;border-radius:50%;cursor:pointer;display:flex;height:2rem;justify-content:center;margin:.5rem auto 0;padding:.1rem;width:2rem}.Settings-header h1{color:#000;font-family:var(--title);font-size:1.75rem;font-weight:400;text-align:center}.Settings-title{background-color:var(--light-light-gray);border-radius:14px;box-shadow:0 4px 4px 0 #00000040;color:#fff;display:flex;font-size:1.5rem;font-weight:500;justify-content:center;margin-bottom:1rem;padding:.75rem 2rem;width:40%}.Settings-prepassword img{height:2rem;margin:auto 1rem;width:2rem}.Settings-prepassword-custom{font-weight:300;margin-left:1rem}.Settings-password-mail-verification{height:4rem}.Settings-password-verification{font-size:.875rem;font-weight:500;margin:30px;padding:20px;width:80%}.Settings-password-verification-item{color:var(--orange);display:flex}.Settings-password-verification-item img{margin-right:.5rem}.Settings-password-verification-item-sublist{margin-left:1rem}#Password-requirement-met{color:#000;font-weight:400}.Password-show-icon{cursor:pointer;height:2rem;margin:0 .25rem}.FirstConexion-password-inputs{height:16rem}.Settings-password-input{display:flex;flex-direction:column;font-size:1rem;font-weight:500;margin-top:1rem}.Settings-password-verification-head{display:flex;margin-bottom:1rem}.Settings-password-verification-head img{margin-right:.5rem}.Settings-password-input label{font-size:1rem;font-weight:400}.Settings-password-input-box{align-items:center;background:#f5f8fd;border-radius:10px;color:#7d8c9d;display:flex;justify-content:space-between;margin-top:.125rem}.Settings-password-input-box input{background:#f5f8fd;border:none;border-radius:10px 0 0 10px;font-size:1rem;font-weight:300;height:2rem;padding-left:1rem;width:100%}.Settings-password-matching-valid,.Settings-password-notmatching-error{font-size:1rem;font-style:italic;font-weight:400;margin:.25rem}.Settings-password-matching-valid{color:#6bd66f}.Settings-password-notmatching-error{color:#fe6008}.Gray-horizontal-line{background-color:#c4c4c4;height:1px;margin:1rem auto;width:75%}.Settings-buttons{display:flex;gap:2rem;justify-content:center;margin-top:1rem;width:100%}.Settings-buttons button{background-color:var(--light-light-gray);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.625rem 1.25rem}#Settings-button-diasbled{background-color:#c4c4c4;cursor:not-allowed}.Login-error{color:#fe6008;font-size:.875rem;font-style:italic;font-weight:400;height:4rem;margin-left:20px;padding-top:1.5rem}#Settings-password-error-panel{border:1px solid var(--orange)}#Settings-password-valid-panel{border:1px solid var(--light-green)}.Settings-style{margin-top:2rem}.Settings-style-select{display:flex;gap:2rem;padding:2rem}.Settings-style-select input:hover,.Settings-style-select label:hover{cursor:pointer}.Settings-style-select input{margin-right:.5rem}.Settings-style-select input:checked:after{background-color:var(--orange);border:2px solid #fff;border-radius:10px;content:"";display:inline-block;height:10px;left:-1px;position:relative;top:-2px;visibility:visible;width:10px}.Settings-horizontal-line{border-bottom:1px solid #e5e5e5;margin-top:2rem;width:95%}#Settings-style-selected{color:var(--orange)}#App-night .Settings-title{background-color:var(--night-blue);box-shadow:none;color:var(--night-white)}#App-night .Settings-password-verification{color:var(--night-white)}#App-night .Settings-password-verification:after{border-right-color:var(--night-blue)}#App-night #Password-requirement-met,#App-night .Settings-password-input label{color:var(--night-white)}#App-night .Settings-buttons button{background-color:var(--orange)}#App-night .Settings-style-select{color:var(--night-white);margin-right:2rem}#App-night #Settings-password-cancel-button{background-color:#3e454c}#App-blue .Settings-title{background-color:var(--blue-dark-blue);box-shadow:none;color:var(--blue-white)}#App-blue .Settings-password-verification{color:var(--night-white)}#App-blue .Settings-password-verification:after{background-color:var(--blue-dark-blue)}#App-blue #Password-requirement-met,#App-blue .Settings-password-input label{color:var(--night-white)}#App-blue .Settings-buttons button{background-color:var(--orange)}#App-blue .Settings-style-select{color:var(--night-white);margin-right:2rem}#App-blue #Settings-password-cancel-button{background-color:#67718b}.DevicesSims-delete{background:#fff;border-radius:20px;box-shadow:0 4px 10px #cfd8dc;left:25%;padding:1.875rem;position:fixed;top:10rem;width:50%;z-index:1001}.DevicesSims-delete-loading-panel{align-items:center;display:flex;flex-direction:column;margin-top:1rem;text-align:left}.DevicesSims-delete h2{font-family:var(--title);font-size:2rem;font-weight:600;margin:0}.DevicesSims-delete p{font-size:1.25rem;margin-bottom:2rem}.DevicesSims-delete span{color:var(--orange)}.DevicesSims-delete-buttons{display:flex;justify-content:flex-end}.DevicesSims-delete-buttons button{border:none;border-radius:10px;color:#fff;font-family:var(--title);font-size:1rem;font-weight:500;margin-left:2rem;padding:.625rem;width:25%}#DevicesSims-delete-cancel{background-color:#868686}#DevicesSims-delete-confirm{background-color:var(--orange)}.DevicesSims-delete-warning{color:var(--orange)}.DevicesSims-delete-error{color:red;font-family:var(--title);font-weight:600;margin-top:1rem}#App-night .DevicesSims-delete,#App-night .DevicesSims-edit-card{background-color:var(--night-gray);box-shadow:none;color:var(--night-white)}#App-blue #DevicesSims-delete-confirm,#App-night #DevicesSims-delete-confirm{background-color:var(--orange)}#App-blue .DevicesSims-delete,#App-blue .DevicesSims-edit-card{background-color:var(--blue-dark-blue);box-shadow:none;color:var(--night-white)}.DevicesSims-buttons{align-items:center;display:flex;justify-content:flex-end;margin:3rem auto 0;width:90%}.DevicesSims-addButton{background-color:var(--light-light-gray);border:none;border-radius:4px;box-shadow:0 4px 4px 0 #00000040;color:#fff;font-family:var(--title);font-size:1rem;font-weight:600;margin-left:1rem;padding:.5rem 1rem}.DevicesSimsTable-infos{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:auto 0;width:100%}.DevicesSimsTable-infos img{margin-left:.25rem}#DevicesSims-lastcolumn{width:2.5rem}.DevicesSims #row-buttons:hover{cursor:pointer}.DevicesSims #new-row{background-color:#d5dae1}.DevicesSims #edit-row{background-color:#d6e4f7}.DevicesSims-status-panel{border-radius:12px;margin:0 auto;padding:.125rem;width:-webkit-fit-content;width:fit-content}#DevicesSims-status-panel-online{background-color:#62e06745;color:#1cc80d}#DevicesSims-status-panel-offline{background-color:#fde7c3;color:#ff400f}#DevicesSims-status-panel-idlemode{background-color:#ffe6c0;color:#f99500}#DevicesSims-status-panel-online .DevicesSims-status-dot{background-color:#007f00}#DevicesSims-status-panel-offline .DevicesSims-status-dot{background-color:#f90000}#DevicesSims-status-panel-idlemode .DevicesSims-status-dot{background-color:#f99500}.DevicesSims-status-text{font-size:.75rem;margin:0 auto;padding:0 .5rem}.DevicesSims-editSim{background-color:#fff;border:1px solid #e6e9ec;border-radius:10px;box-shadow:0 4px 17px #a0a0a040;display:flex;flex-direction:column;gap:.25rem;justify-content:space-between;margin-top:-1rem;position:absolute;right:5%;z-index:500}.DevicesSims-editSim-row{align-items:center;display:flex;padding:.25rem .5rem}.DevicesSims-editSim-row img{margin-right:.5rem}.DevicesSims-editSim-row:hover{background-color:#f2f2f2;border-radius:10px;cursor:pointer}.DevicesSimsTable{background-color:#fff;border-radius:14px;box-shadow:0 4px 4px 0 #00000040;margin:.5rem auto 1rem;width:95%}.DevicesSims table{border-radius:15px;border-spacing:0;overflow:hidden;table-layout:fixed;width:100%}.DevicesSims table th{font-size:1.25rem;font-weight:500;height:2.5rem}.DevicesSims table thead #sub-head th{font-size:1.25rem;font-weight:300}.DevicesSims table tbody tr td{font-size:1rem;font-weight:300;height:2.5rem;text-align:center}.DevicesSims-count{color:#5f5f5f;margin:0 0 0 2.5%}.DevicesSims-status-cell{max-width:100px}.DevicesSims-status-container{align-items:center;display:flex;gap:.5rem;justify-content:flex-start;padding-left:1.5rem}.DevicesSims-status{font-weight:500;padding:.25rem .5rem}.DevicesSims-status:first-letter{text-transform:uppercase}#DevicesSims-status-active,#DevicesSims-status-inactive,#DevicesSims-status-offline{border-radius:30px}#DevicesSims-status-active{background-color:#62e06745;color:#1cc80d}#DevicesSims-status-inactive,#DevicesSims-status-offline{background-color:#fde7c3;color:#ff400f}@media (min-width:2000px){.DevicesSims table th{font-size:1.5rem;font-weight:500;height:3.5rem}.DevicesSims table tbody tr td{font-size:1.25rem;font-weight:300;height:3.5rem}}#App-night .DevicesSims-editSim,#App-night .DevicesSimsTable{background-color:var(--night-blue);color:var(--night-white)}#App-night .DevicesSims #edit-row,#App-night .DevicesSims #new-row{background-color:#3e454c}#App-night .DevicesSims-editSim-row:hover{background-color:var(--night-light-gray)}#App-blue .DevicesSims-count,#App-night .DevicesSims-count{color:var(--night-white)}#App-blue .DevicesSimsTable{background-color:var(--blue-dark-blue);color:var(--blue-white)}#App-blue .DevicesSims-editSim{background-color:var(--night-blue);color:var(--night-white)}#App-blue .DevicesSims #new-row{background-color:#697186}#App-blue .DevicesSims #edit-row{background-color:#5f7ba5}#App-blue .DevicesSims-editSim-row:hover{background-color:var(--blue-dark-blue)}.DevicesSims-edit-card{background:#fff;border-radius:20px;box-shadow:0 4px 10px #cfd8dc;left:50%;padding:1.875rem;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1001}.DevicesSims-edit-card-title{align-items:center;display:flex;gap:1rem}.DevicesSims-edit-card-title img{height:2rem}.DevicesSims-edit-card h2{font-family:var(--title);font-size:2rem;font-weight:600;margin:0}.DevicesSims-edit-card p{color:#64748b;font-size:1.125rem;font-weight:400;margin-bottom:.5rem}.DevicesSims-edit-card p b{color:var(--orange)}#DevicesSims-edit-card-ip-custom-checkbox{color:#64748b;font-size:1rem;font-weight:400}#DevicesSims-edit-card-form-input-label-required:after{color:var(--orange);content:" *"}.DevicesSims-edit-card-form-line{display:flex;justify-content:space-between}.DevicesSims-edit-card-form-line .DevicesSims-edit-card-form-input{width:45%}.DevicesSims-edit-card-form-input{display:flex;flex-direction:column}.DevicesSims-edit-card-form-input label{color:#7d8c9d;font-size:1rem;font-weight:500;margin-bottom:.5rem;margin-top:1rem}.DevicesSims-edit-card-form-input-label-container{display:flex}.DevicesSims-edit-card-form-input-missing-param{color:var(--orange);font-size:1rem;font-style:italic;margin-bottom:.25rem;margin-left:1rem;margin-top:1rem}#DevicesSims-edit-card-form-input-label-container-missing{border:1px solid var(--orange)}.DevicesSims-edit-card-form-input input{background:#f5f8fd;border:1px solid #cfd8dc;border-radius:10px;color:#7d8c9d;font-size:1rem;font-weight:500;padding:.5rem 1rem}.DevicesSims-edit-card-ip-input-row li{color:#7d8c9d;font-size:.875rem;font-style:italic}.DevicesSims-edit-card-buttons{display:flex;justify-content:flex-end;margin-top:1.875rem}.DevicesSims-edit-card-buttons button{border:none;border-radius:10px;font-family:var(--title);font-size:1rem;font-weight:700;margin-left:2rem;padding:.375rem .625rem;width:25%}#DevicesSims-edit-card-cancel{background-color:#e7eaee;color:#000}#DevicesSims-edit-card-validate{background-color:var(--orange);color:#fff}.DevicesSims-edit-card-ip-part{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.DevicesSims-edit-card-ip-part .selected{color:#949596}.DevicesSims-edit-card-ip-part .unselected{color:#8686864d}.DevicesSims-edit-card-ip-input{width:30px}.DevicesSims-edit-card-ip-input-row{align-items:center;display:flex}.DevicesSims-edit-card-ip-input-head{color:#64748b;margin-right:1rem}.DevicesSims-edit-card-ip-input-row input{border:1px solid #d6d6d6;border-radius:8px;color:#949596;font-weight:500;padding:.5rem 0;text-align:center}#DevicesSims-edit-card-ip-input-disabled{background-color:#d6d6d6}#DevicesSims-edit-card-custom-input-type{border-radius:5px;padding:.125rem .5rem}.DevicesSims-edit-card-radio{margin:0 .5rem 0 1rem}.DevicesSims-new-card-input-error{font-size:1rem}#App-blue #DevicesSims-edit-card-ip-custom-checkbox,#App-blue .DevicesSims-edit-card p,#App-blue .DevicesSims-edit-card-form-input label,#App-blue .DevicesSims-edit-card-ip-input-row li,#App-night #DevicesSims-edit-card-ip-custom-checkbox,#App-night .DevicesSims-edit-card p,#App-night .DevicesSims-edit-card-form-input label,#App-night .DevicesSims-edit-card-ip-input-row li{color:var(--night-white)}.DevicesSims-ping-card{background:#fff;border-radius:20px;box-shadow:0 4px 10px #cfd8dc;flex-direction:column;left:50%;padding:1.875rem;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1001}.DevicesSims-ping-card,.DevicesSims-ping-card-head{display:flex;justify-content:space-between}.DevicesSims-ping-card-head div{align-items:center;display:flex;gap:.5rem}.DevicesSims-ping-card-head h2{font-size:1.875rem}.DevicesSims-ping-card-head img{height:2rem;width:2rem}.DevicesSims-ping-card-head img:hover{cursor:pointer}.DevicesSims-ping-card-head-tooltip{background:#fff;border:none;border-radius:6px;box-shadow:0 4px 4px #00000040;color:#868686;font-size:.75rem;font-weight:400;padding:.25rem;text-align:left}.DevicesSims-ping-card h2{font-family:var(--title);font-size:2rem;font-weight:600;margin:0;overflow:hidden;white-space:nowrap}.DevicesSims-ping-card h2:hover{overflow-x:auto}.DevicesSims-ping-card-content{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-top:1.875rem}.DevicesSims-ping-card-panel{background-color:#f8f8f8;border-radius:2px;padding:.5rem 1rem}.DevicesSims-ping-card-panel-ping-container-failed{color:#f90000;font-weight:700;margin-bottom:.5rem;text-align:left}.DevicesSims-ping-card-panel-ping-container{display:flex;gap:.5rem}.DevicesSims-ping-card-panel-ping-container img{height:1.5rem;width:1.5rem}#DevicesSims-ping-card-first-panel{width:20rem}#DevicesSims-ping-card-second-panel{width:25rem}.DevicesSims-ping-card-panel-title{font-weight:700;margin-bottom:.5rem;margin-top:.5rem;text-align:left}.DevicesSims-ping-card-panel-key{font-weight:500}.DevicesSims-ping-card-panel-value{font-weight:400}.ping-icon{cursor:pointer;height:1.5rem;width:auto}.DevicesSims-status-info{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#64748b;font-size:.875rem;padding:.5rem;position:fixed;z-index:1000}.DevicesSims-ping-card-panel-row{align-items:center;border-bottom:1px solid #cfd8dc;display:flex;justify-content:space-between;padding:.5rem 1rem}.DevicesSims-ping-card-panel-round-trip-title{border-bottom:1px solid #cfd8dc;font-weight:700;margin-top:1rem;text-align:left}#DevicesSims-ping-card-panel-last-row{border-bottom:none}.DevicesSims-ping-card-buttons{display:flex;justify-content:flex-end;margin-top:1.5rem}.DevicesSims-ping-card-buttons button{border:none;border-radius:10px;color:#fff;font-family:var(--title);font-size:1rem;font-weight:600;margin-left:2rem;padding:.625rem 1.25rem}#App-night .DevicesSims-ping-card{background-color:var(--night-gray);box-shadow:none;color:var(--night-white)}#App-blue .DevicesSims-ping-card{background-color:var(--blue-dark-blue);box-shadow:none;color:var(--night-white)}#App-night .DevicesSims-status-info{background-color:var(--night-gray);color:var(--night-white)}#App-night .DevicesSims-ping-card-panel{background-color:var(--night-light-gray)}#App-night .DevicesSims-ping-card-head-tooltip{background-color:var(--night-gray);color:var(--night-white)}#App-blue .DevicesSims-status-info{background-color:var(--blue-dark-blue);color:var(--night-white)}#DevicesSims-ping-card-button-gray{background-color:#868686;cursor:not-allowed}#App-blue #DevicesSims-ping-start,#App-night #DevicesSims-ping-start,#DevicesSims-ping-card-button-orange{background-color:var(--orange)}#App-blue .DevicesSims-ping-card,#App-night .DevicesSims-ping-card{background-color:var(--night-gray);box-shadow:none;color:var(--night-white)}#App-blue .DevicesSims-ping-card-panel{background-color:var(--blue-light-blue)}#App-blue .DevicesSims-ping-card-head-tooltip{background-color:var(--blue-dark-blue);color:#fff}.DevicesSims-new-card{background:#fff;border-radius:20px;box-shadow:0 4px 10px #cfd8dc;display:flex;flex-direction:column;height:60%;justify-content:space-between;left:50%;padding:1.875rem;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1001}#DevicesSims-new-card-request-result{height:auto}.DevicesSims-new-card-head{display:grid;grid-template-columns:200px 1fr 2rem}.DevicesSims-new-card-head img{width:1.5rem}.DevicesSims-new-card-head img:hover{cursor:pointer}.DevicesSims-new-card h2{font-family:var(--title);font-size:2rem;font-weight:600;margin:0;overflow:hidden;white-space:nowrap}.DevicesSims-new-card h2 :hover{overflow-x:auto}.DevicesSims-new-card-progress{display:flex;margin-top:15px;padding-left:50px;width:350px}.DevicesSims-new-card-titles{display:flex;justify-content:space-between;margin:20px 25px;width:350px}#DevicesSims-new-card-titles-qos-disabled{width:250px}.DevicesSims-new-card-title{color:var(--light-light-gray);font-size:15px;padding:0 5px;width:90px}.DevicesSims-new-card-complete,.DevicesSims-new-card-not-complete{height:2px;margin-left:8px;position:relative;width:75px}.DevicesSims-new-card-complete,.DevicesSims-new-card-complete:after{background:var(--orange)}.DevicesSims-new-card-not-complete,.DevicesSims-new-card-not-complete:after{background:var(--gray)}.DevicesSims-new-card-complete:after,.DevicesSims-new-card-not-complete:after{border-radius:50%;bottom:-6.5px;content:"";height:15px;left:-8px;position:absolute;width:15px;z-index:100}#DevicesSims-current-step:after{background:var(--orange)}#DevicesSims-new-card-last{background:none}.DevicesSims-new-card p{color:#64748b;font-size:1.125rem;font-weight:400;margin-bottom:0}.DevicesSims-new-card p b{color:var(--orange)}#DevicesSims-new-card-form-input-label-required:after{color:var(--orange);content:" *"}.DevicesSims-new-card-form-line{display:flex;justify-content:space-between}.DevicesSims-new-card-form-input{display:flex;flex-direction:column}.DevicesSims-new-card-form-input-inline{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:7rem 1fr;margin:.5rem auto;width:50%}.DevicesSims-new-card-form-input label,.DevicesSims-new-card-form-input-inline label{color:#7d8c9d;font-size:1rem;font-weight:500}.DevicesSims-new-card-form-input label{margin-bottom:.25rem;margin-top:1rem}.DevicesSims-new-card-form-input-inline label{margin-bottom:.5rem;margin-top:.5rem}#DevicesSims-new-card-form-input-type{display:flex;justify-content:center;max-height:200px;overflow:scroll;width:100%}.DevicesSims-new-card-form-input-label-container{display:flex}.DevicesSims-new-card-form-input-missing-param{color:var(--orange);font-size:1rem;font-style:italic;margin-bottom:.25rem;margin-left:1rem;margin-top:1rem}#DevicesSims-new-card-ip-input-taken{border:1px solid var(--orange)}#DevicesSims-new-card-ip-input-available{border:1px solid var(--green)}#DevicesSims-new-card-form-input-label-container-missing{border:1px solid var(--orange)}.DevicesSims-new-card-form-input input,.DevicesSims-new-card-form-input-inline input{background:#f5f8fd;border:1px solid #cfd8dc;border-radius:10px;color:#7d8c9d;font-size:1rem;font-weight:500;padding:.5rem 1rem}.DevicesSims-new-card-buttons{display:flex;justify-content:flex-end;margin-top:1.875rem}.DevicesSims-new-card-buttons button{border:none;border-radius:10px;font-family:var(--title);font-size:1rem;font-weight:700;margin-left:2rem;padding:.375rem .625rem;width:25%}#DevicesSims-new-card-cancel{background-color:#e7eaee;color:#000}#DevicesSims-new-card-validate{background-color:var(--orange);color:#fff}.DevicesSims-new-card-ip-part{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.DevicesSims-new-card-ip-part .selected{color:#949596}.DevicesSims-new-card-ip-part .unselected{color:#8686864d}.DevicesSims-new-card-ip-input{width:30px}.DevicesSims-new-card-ip-input-row{align-items:center;display:flex}.DevicesSims-new-card-ip-input-head{color:#64748b;margin-right:1rem}.DevicesSims-new-card-ip-input-container{display:flex;flex-direction:column;gap:.25rem}.DevicesSims-new-card-ip-input-row input{border:1px solid #d6d6d6;border-radius:8px;color:#949596;font-weight:500;padding:.5rem 0;text-align:center}#DevicesSims-new-card-ip-input-disabled{background-color:#d6d6d6}.DevicesSims-new-card-ip-availability{color:var(--green);font-size:1rem;font-style:italic;font-weight:400}.DevicesSims-new-card-input-error{color:#fe6008;font-size:1.125rem;font-style:italic;font-weight:400;text-align:left}.DevicesSims-new-card-error{margin-top:1rem}#DevicesSims-new-card-custom,.DevicesSims-new-card-priority-head{display:flex}#DevicesSims-ki-panel-width{min-width:290px}#DevicesSims-imsi-panel-width{min-width:150px}#App-night .DevicesSims-new-card{background-color:var(--night-gray);box-shadow:none;color:var(--night-white)}#App-blue .DevicesSims-new-card p,#App-blue .DevicesSims-new-card-form-input label,#App-blue .DevicesSims-new-card-form-input-inline label,#App-blue .DevicesSims-new-card-title,#App-night .DevicesSims-new-card p,#App-night .DevicesSims-new-card-form-input label,#App-night .DevicesSims-new-card-form-input-inline label,#App-night .DevicesSims-new-card-title{color:var(--night-white)}#App-blue .DevicesSims-new-card{background-color:var(--blue-dark-blue);box-shadow:none;color:var(--night-white)}.DevicesSims-filter{background-color:#fff;border:1px solid #e6e9ec;border-radius:10px;box-shadow:2px 4px 4px 0 #00000040;display:flex;flex-direction:column;padding:1.875rem;position:absolute;right:10%;top:9.5rem;z-index:500}.DevicesSims-filter-label{background:#f0f0f0;border-radius:5px;font-size:1rem;font-weight:500;padding:.5rem 1rem;width:10rem}.DevicesSims-filter-inputs{display:flex;flex-direction:column;margin:.5rem auto}.DevicesSims-filter-inputs input{cursor:pointer;margin-bottom:.5rem}.DevicesSims-filter-inputs label{margin-left:.25rem;text-transform:capitalize}.DevicesSims-filter-input input:checked{accent-color:var(--orange)}.DevicesSims-filter-buttons{display:flex;justify-content:flex-end}.DevicesSims-filter-buttons button{background-color:#d8d8d8;border:none;border-radius:4px;color:#fff;font-family:var(--title);font-size:.875rem;font-weight:600;margin-left:.5rem;padding:.5rem auto;width:40%}#DevicesSims-filter-filterButton{background-color:var(--orange)}#DevicesSims-filter-button-highlighted button{background-color:#000;color:#fff}.DevicesSims-filterButton{background-color:var(--light-light-gray);border:none;border-radius:4px;box-shadow:0 4px 4px 0 #00000040;color:#fff;display:flex;font-family:var(--title);font-size:1rem;font-weight:600;padding:.5rem 1rem}.DevicesSims-filterButton img{margin-right:.25rem}#DevicesSims-ShowFilterButton{background-color:var(--orange);color:#fff}#DevicesSims-filter-empty{color:var(--gray)}#App-blue .DevicesSims-addButton,#App-blue .DevicesSims-filterButton,#App-night .DevicesSims-addButton,#App-night .DevicesSims-filterButton{background-color:var(--orange)}#App-night .DevicesSims-filter{background-color:var(--night-blue);border:none;color:var(--night-white)}#App-night .DevicesSims-filter-label{background-color:var(--night-light-gray)}#App-blue .DevicesSims-filter{background-color:var(--night-blue);border:none;color:var(--night-white)}#App-blue .DevicesSims-filter-label{background-color:var(--blue-light-blue)}.Topology-edit-table{background-color:#fff;border-radius:7px;border-spacing:0;font-size:1rem;font-weight:300;min-width:10%;overflow:visible}.Topology-edit-table tr{height:40px}.Topology-edit-table thead tr td{text-align:center}.Topology-edit-table tbody tr td{padding:10px;text-align:center}.Topology-edit-table input{background:#fff;border:1px solid #cfd8dc;border-radius:10px;color:#000;font-size:1rem;font-weight:500;max-width:100px;padding:.25rem 1rem}#Topology-new-cell-frequency{max-width:125px}.Topology-edit-table #dropdown-button{font-weight:300}.Topology-edit-cell-uneditable{min-width:60px;padding:8px}.EditCell-dots{cursor:pointer;height:2rem}.EditCell-panel{background-color:#fff;border:1px solid #e6e9ec;border-radius:10px;box-shadow:0 4px 17px #a0a0a040;display:flex;flex-direction:column;gap:.25rem;justify-content:space-between;margin-top:-1rem;position:absolute;right:5%}.EditCell-panel-row{align-items:center;display:flex;padding:.125rem .25rem}.EditCell-panel-row:hover{background-color:#f2f2f2;border-radius:10px;cursor:pointer}.EditCell-panel-row img{height:1.5rem;margin-right:.5rem}#App-blue .EditCell-panel,#App-night .EditCell-panel{background-color:var(--night-blue);color:var(--night-white)}#App-night .EditCell-panel-row:hover{background-color:var(--night-light-gray)}#App-blue .EditCell-panel-row:hover{background-color:var(--blue-dark-blue)}.Topology-body-cell{margin:0 auto;text-align:center;width:90%}tbody tr:last-child td:first-child{border-radius:0 0 0 7px}tbody tr:last-child td:last-child{border-radius:0 0 7px 0}#Topology-cell-editing{border-left:1rem solid var(--orange)}#Topology-panel-editing{border-radius:0 10px 10px 0}.Topology-body-cell thead{font-size:1.25rem;font-weight:400}#Cell-Topology-body{flex-direction:column;gap:.5rem}.Topology-body-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem;width:100%}#show-content{-webkit-text-security:none}.Topology{margin:2rem auto;width:95%}.Topology-panel{background-color:#fff;border:1px solid #d7dce4;cursor:pointer;height:70px;margin-top:3rem;position:relative;z-index:1}.Topology-panel,.Topology-panel-head{border-radius:10px;display:flex;justify-content:space-between}.Topology-panel-head{align-items:center;cursor:default;font-size:1.25rem;font-weight:700;padding:0 15px;width:250px}.Topology-panel-head img{height:30px}.Topology-status-dot{border-radius:50%;height:1rem;margin-left:.5rem;width:1rem}#Topology-status-green{background-color:#62e067}#Topology-status-grey{background-color:var(--offline-gray)}#Topology-status-red{background-color:#f90000}.Topology-panel-arrow{height:40px;margin:auto 1rem;width:40px}.Topology-body{align-items:flex-start;background-color:#e8eff9;border-radius:10px;display:flex;justify-content:space-around;margin:-15px auto 15px;padding:45px 30px 30px;position:relative;z-index:0}.Topology-body table{background-color:#fff;border-radius:7px;border-spacing:0;font-size:1rem;font-weight:300;min-width:10%;overflow:visible}.Topology-body table thead tr th{padding:0 10px}.Topology-body table tr{height:40px}#core-topology table tr td{padding:10px 15px}.Topology-body-core-op-container{display:flex;flex-direction:column;gap:1.5rem}.Topology-suci-profile{text-align:right}.Topology-suci-key-id{text-align:center}.Topology-suci-public-key{display:flex;flex-direction:column}.Topology-suci-public-key-container{align-items:center;display:flex;justify-content:space-between}#Topology-copy-suci-public-key-icon{cursor:pointer;height:1.5rem;width:1.5rem}.Topology-body #dropdown-button{width:8rem}.Topology-body .dropdown-item{color:#fff;width:7rem}.Topology-op-container{flex-direction:column}.Topology-op-container,.Topology-op-container-op{align-items:center;display:flex;gap:.25rem}.Topology-copy-message{color:#fe6008;font-size:.875rem;font-style:italic;font-weight:400;margin-top:-.25rem}.Topology-op-container img{cursor:pointer}.Topology-requests-row{display:flex;justify-content:flex-end;margin-top:2rem}.Topology-add-cell-button{align-items:center;background-color:var(--orange);border:none;border-radius:10px;color:#fff;display:flex;font-size:1.125rem;font-weight:400;height:2.5rem;justify-content:center;width:10rem}#Topology-copy-op-icon{height:1.5rem;margin-left:.5rem;width:1.5rem}#Topology-hidden{-webkit-text-security:disc}#App-night .Topology-panel{background:var(--night-light-gray);border:none;color:var(--night-white)}#App-night .Topology-body{background:var(--night-blue)}#App-night .Topology-body table{background-color:var(--night-blue);color:var(--night-white)}#App-blue .Topology-panel{background-color:var(--blue-dark-blue);border:none;color:var(--blue-white)}#App-blue .Topology-body{background:var(--light-dark-gray)}#App-blue .Topology-body table{background-color:var(--blue-dark-blue);color:var(--blue-white)}#App-blue .Topology-body-head,#App-night .Topology-body-head{color:var(--night-white)}.Show-op-confirm{background:#fff;border-radius:20px;box-shadow:0 4px 10px #cfd8dc;left:50%;padding:1.875rem;position:absolute;top:10rem;transform:translate(-50%);width:40rem;z-index:1001}#Show-op-confirm-password-error{border:1px solid var(--orange)}.Show-op-confirm-head{display:flex;justify-content:space-between}.Show-op-confirm-head img{cursor:pointer;width:1.5rem}.Show-op-confirm p{color:#64748b;font-size:1.125rem;font-weight:400}.Shop-op-confirm-label-container{grid-gap:1rem;align-items:center;color:#7d8c9d;display:grid;gap:1rem;grid-template-columns:5rem 15rem;margin:.5rem auto;width:50%}.Shop-op-confirm-label-container input{background:#f5f8fd;border:1px solid #cfd8dc;border-radius:10px;color:#7d8c9d;font-size:1rem;font-weight:500;outline:none;padding:.5rem 1rem}.Show-op-confirm-error{color:#fe6008;font-size:.875rem;font-style:italic;font-weight:400;text-align:center}.Show-op-confirm button{background-color:var(--orange);border:none;border-radius:8px;color:#fff;float:right;font-family:var(--title);font-size:1rem;font-weight:700;margin-top:1rem;padding:.375rem .625rem;width:25%}#App-night .Show-op-confirm{background-color:var(--night-gray);box-shadow:none;color:var(--night-white)}#App-blue .Show-op-confirm{background-color:var(--blue-dark-blue);box-shadow:none;color:var(--night-white)}#App-blue .Shop-op-confirm-label-container,#App-blue .Show-op-confirm p,#App-night .Shop-op-confirm-label-container,#App-night .Show-op-confirm p{color:var(--night-white)}.Topology-new-cell-container{border-left:1rem solid var(--orange)}.Topology-new-cell-panel{background-color:#fff;border:1px solid #d7dce4;border-radius:0 10px 10px 0;display:flex;height:70px;margin-top:3rem;position:relative;z-index:1}.Topology-new-cell-name{display:flex;flex-direction:column;height:55px;justify-content:flex-end;margin-bottom:15px;width:180px}.Topology-new-cell-name label{font-size:1rem;font-weight:400}.Topology-new-cell-name input{background:#fff;border:1px solid #cfd8dc;border-radius:10px;color:#000;font-size:1rem;font-weight:500;padding:.25rem 1rem}.Topology-new-cell-type{align-items:flex-end;display:flex;gap:1rem;height:55px;margin-bottom:15px}.Topology-new-cell-type label{margin-bottom:5px}.Topology-new-cell-body{background-color:#e8eff9;border-radius:10px;display:flex;flex-direction:column;margin:-15px auto 15px;padding:45px 30px 30px;position:relative;z-index:0}.Topology-new-cell-monitoring-warning{align-items:center;color:var(--orange);display:flex;font-size:1.125rem;font-weight:400;gap:.5rem;margin-bottom:1rem}.Topology-new-cell-monitoring-warning img{height:1.5rem;width:1.5rem}.Topology-new-cell-body table{background-color:#fff;border-radius:7px;border-spacing:0;font-size:1rem;font-weight:300;min-width:10%;overflow:visible}.Topology-new-cell-body table #dropdown-button{font-weight:300}.Topology-new-cell-body table thead tr th{padding:0 10px}.Topology-table-label{text-align:center}.Topology-new-cell-body table tr{height:40px}.Topology-new-cell-body table thead tr td{text-align:center}.Topology-new-cell-body table tbody tr td{padding:10px;text-align:center}.Topology-new-cell-body table input{background:#fff;border:1px solid #cfd8dc;border-radius:10px;color:#000;font-size:1rem;font-weight:500;max-width:100px;padding:.25rem 1rem}.Topology-new-cell-buttons{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;width:100%}.Topology-new-cell-buttons button{border:none;border-radius:10px;color:#fff;font-family:var(--text);font-size:1rem;font-weight:700;padding:.25rem .625rem;width:8rem}#Topology-new-cell-cancel{background-color:#acacac}#Topology-new-cell-add{background-color:var(--orange)}#Topology-new-cell-add-disabled{background-color:#acacac;cursor:not-allowed}#Topology-new-cell-band,#Topology-new-cell-ranId,#Topology-new-cell-tdd{width:50px}#Topology-new-cell-port{width:40px}.Topology-new-cell-mhz-wrapper{align-items:center;display:inline-flex;position:relative}.Topology-new-cell-body table .Topology-new-cell-mhz-wrapper input{max-width:55px;padding-right:45px}.Topology-new-cell-mhz-unit{pointer-events:none;position:absolute;right:10px}#App-night .Topology-new-cell-panel{background:var(--night-light-gray);border:none;color:var(--night-white)}#App-blue .Topology-new-cell-panel{background:var(--blue-dark-blue);border:none;color:var(--night-white)}#App-night .Topology-new-cell-body{background-color:var(--night-blue)}#App-blue .Topology-new-cell-body{background-color:var(--light-dark-gray)}#App-night .Topology-new-cell-container input{background-color:#a6a6a6;border:none}#App-blue .Topology-new-cell-container input{background-color:#d6d6d6;border:none}#App-night .Topology-new-cell-body table{background-color:var(--night-blue);color:var(--night-white)}#App-blue .Topology-new-cell-body table{background-color:var(--blue-dark-blue);color:var(--night-white)}#App-blue .Topology-new-cell-container input,#App-blue .Topology-new-cell-mhz-unit,#App-night .Topology-new-cell-container input,#App-night .Topology-new-cell-mhz-unit{color:#000}.UserManagment-delete{background:#fff;border-radius:20px;box-shadow:0 4px 10px #cfd8dc;left:25%;padding:1.875rem;position:absolute;top:10rem;width:50%;z-index:1001}.UserManagment-delete h2{font-family:var(--title);font-size:2rem;font-weight:600;margin:0}.UserManagment-delete p{font-size:1.25rem;font-weight:600;margin-bottom:2rem}.UserManagment-delete span{color:var(--orange)}.UserManagment-delete-buttons{display:flex;justify-content:flex-end}.UserManagment-delete-buttons button{border:none;border-radius:10px;font-family:var(--title);font-size:1rem;font-weight:400;margin-left:2rem;padding:.625rem;width:25%}#UserManagment-delete-cancel{background-color:#e7eaee;color:#000}#UserManagment-delete-confirm{background-color:#000;color:#fff}#App-night .UserManagment-delete{background-color:var(--night-gray);box-shadow:none;color:var(--night-white)}#App-blue #UserManagment-delete-confirm,#App-night #UserManagment-delete-confirm{background-color:var(--orange)}#App-blue .UserManagment-delete{background-color:var(--blue-dark-blue);box-shadow:none;color:var(--night-white)}.Users-new{background:#fff;border-radius:20px;box-shadow:0 4px 10px #cfd8dc;left:25%;padding:1.875rem;position:absolute;top:5rem;width:50%;z-index:1001}.Users-new h2{font-family:var(--title);font-size:2rem;font-weight:600;margin:0}.Users-new p{color:#64748b;font-size:1.125rem;font-weight:400;margin-bottom:1rem}#Users-new-form-label-required:after{color:var(--orange);content:" *"}.Users-new-form-line{display:flex;justify-content:space-between}.Users-new-form-line .Users-new-form-input{width:45%}.Users-new-form-input{display:flex;flex-direction:column}.Users-new-form-input label{color:#7d8c9d;font-size:1rem;font-weight:500;margin-bottom:.25rem}.Users-new-form-input input,.Users-new-form-input select{background:#f5f8fd;border:1px solid #cfd8dc;border-radius:10px;color:#7d8c9d;font-size:1rem;font-weight:500;margin-bottom:1rem;padding:1rem}.Users-new-form-input table{border-collapse:collapse}.Users-new-form-input select,.Users-new-form-input table tbody tr:hover{cursor:pointer}.Users-new-buttons{display:flex;justify-content:flex-end;margin-top:.875rem}.Users-new-buttons button{border:none;border-radius:10px;font-family:var(--title);font-size:1rem;font-weight:400;margin-left:2rem;padding:.625rem;width:25%}#Users-new-cancel{background-color:#e7eaee;color:#000}#Users-new-validate{background-color:#000;color:#fff}.User-new-checked{align-items:center;display:flex;justify-content:center;margin:0 auto}.Users-new-form-input th{width:20%}#new-user-selected{background-color:#d3d3d3}.Users-new-form-table-label{padding-left:15px}#Users-new-form-table-input{cursor:pointer;margin:.5rem auto;width:2rem}#User-new-result-close{background-color:#e7eaee;color:#000;width:25%}#User-new-result-close,#User-temporary-password-close{border:none;border-radius:10px;font-family:var(--title);font-size:1rem;font-weight:700;margin-top:2rem;padding:.375rem .625rem}#User-temporary-password-close{background-color:var(--orange);color:#fff;float:right}.Users-new-loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.Users-new-loading-container img{width:3rem}.Users-new-loading-container p{margin:0 auto}.Users-new-result-temp-password-container{margin-top:1rem}.Users-new-result-temp-password-head{align-items:center;display:flex;font-size:1.25rem;font-weight:500;gap:10px}.Users-new-result-temp-password{align-items:center;background-color:#f4f0f0;border-radius:5px;color:#000;display:flex;font-size:1.5rem;gap:10px;justify-content:center;margin:0 auto;padding:5px;text-align:center;width:50%}.Users-new-result-temp-password img{cursor:pointer}#App-night .Users-new{background-color:var(--night-gray);box-shadow:none;color:var(--night-white)}#App-blue .Users-new{background-color:var(--blue-dark-blue);box-shadow:none}#App-blue .Users-new,#App-blue .Users-new h2,#App-blue .Users-new p,#App-blue .Users-new-form-input label,#App-night .Users-new h2,#App-night .Users-new p,#App-night .Users-new-form-input label{color:var(--night-white)}#App-night #new-user-selected{background-color:var(--night-light-gray)}#App-blue #new-user-selected{background-color:var(--blue-light-blue)}#App-blue #Users-new-validate,#App-night #Users-new-validate{background-color:var(--orange)}.UsersManagement-button{display:flex;justify-content:flex-end;margin:0 auto;width:90%}.UsersManagement-addButton{background-color:var(--light-light-gray);border:none;border-radius:4px;box-shadow:0 4px 4px 0 #00000040;color:#fff;font-family:var(--title);font-size:1rem;font-weight:600;margin-bottom:1rem;margin-left:1rem;margin-top:3rem;padding:.5rem 1rem}.UsersManagementTable #row-buttons{align-items:center;display:flex;justify-content:center}.UsersManagementTable-Info-Row{align-items:center;display:flex}.UsersManagementTable-options{background-color:#fff;border:1px solid #cfd8dc;border-radius:5px;cursor:pointer;font-size:1rem}.UsersManagementTable #row-buttons img:hover{cursor:pointer}.UsersManagementTable-infos{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:auto 0;width:100%}.UsersManagementTable{background-color:#fff;border-radius:14px;box-shadow:0 4px 4px 0 #00000040;margin:1rem auto;width:95%}.UsersManagementTable table{border-radius:15px;border-spacing:0;overflow:hidden;width:100%}.UsersManagementTable table th{font-size:1.25rem;font-weight:500;height:2.5rem}.UsersManagementTable table thead #sub-head th{font-size:1.25rem;font-weight:300}.UsersManagementTable table tbody tr td{font-size:1rem;font-weight:300;height:2.5rem;text-align:center}@media (min-width:2000px){.UsersManagementTable table th{font-size:1.5rem;font-weight:500;height:3.5rem}.UsersManagementTable table tbody tr td{font-size:1.25rem;font-weight:300;height:3.5rem}.UsersManagementTable-options{font-size:1.25rem}}#App-blue .UsersManagement-addButton,#App-night .UsersManagement-addButton{background-color:var(--orange)}#App-night .UsersManagementTable{background-color:var(--night-blue);color:var(--night-white)}#App-night .UsersManagementTable-options{background-color:#6e757b;border:none;color:var(--night-white)}#App-blue .UsersManagementTable{background-color:var(--blue-dark-blue);color:var(--night-white)}#App-blue .UsersManagementTable-options{background-color:var(--night-light-gray);border:none;color:var(--night-white)}body{font-family:var(--text);margin:0}.App{display:grid;grid-template-columns:17rem minmax(0,1fr)}.App-shrinked{display:grid;grid-template-columns:5rem minmax(0,1fr)}#App-light{background-color:#eef1f5}#App-night{background-color:#000}#App-blue{background-color:var(--blue-background)}.App h1{font-family:var(--title);text-align:center}@media (min-width:2000px){.App{grid-template-columns:20rem minmax(0,1fr)}}#row-idx-even{background-color:#f2f2f2}#App-night #row-idx-even{background-color:var(--night-light-gray)}#App-blue #row-idx-even{background-color:var(--blue-light-blue)}
/*# sourceMappingURL=main.2dc8cdb3.css.map*/