@import '_content/OMS.Common.Web/OMS.Common.Web.nlhj0skfjh.bundle.scp.css';

/* /Components/ActiveCallControlPanel/ActiveCallControlPanel.razor.rz.scp.css */
@keyframes outer-animate-b-k4x57qrzgn {
  0% {
    transform: scale(1.05, 1.05);
  }
  25% {
    transform: scale(0.9, 0.9);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}
@keyframes inner-animate-b-k4x57qrzgn {
  0% {
    transform: scale(0.9, 0.9);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(0.9, 0.9);
  }
}
#active-call-control-panel-component[b-k4x57qrzgn] {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 12;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
#active-call-control-panel-component.pip-hidden[b-k4x57qrzgn] {
  display: none !important;
}
#active-call-control-panel-component .frame[b-k4x57qrzgn] {
  border: 1px solid transparent;
  border-radius: 0.625rem;
}
#active-call-control-panel-component .frame.call-state-ended[b-k4x57qrzgn] {
  transition: opacity 0.1s ease-out 1s;
  opacity: 0;
}
#active-call-control-panel-component .frame.call-state-retry[b-k4x57qrzgn] {
  opacity: 1;
}
#active-call-control-panel-component .frame.ptt-active[b-k4x57qrzgn] {
  background: #0078D7;
  border: 1px solid #0078D7;
  box-shadow: 0px 0px 5px 0px #0078D7;
  backdrop-filter: blur(2px);
}
#active-call-control-panel-component .frame.receiving-audio .inner-ring[b-k4x57qrzgn] {
  border: 2px solid #0078D7;
  box-shadow: 0px 0px 5px 0px #0078D7;
}
#active-call-control-panel-component .ptt-active .container[b-k4x57qrzgn] {
  box-shadow: none;
  backdrop-filter: none;
}
#active-call-control-panel-component .ptt-active .inner-ring[b-k4x57qrzgn] {
  border: 2px solid #0078D7;
  background: #0078D7;
  box-shadow: 0px 0px 5px 0px #0078D7;
}
#active-call-control-panel-component .ptt-active .icon-container[b-k4x57qrzgn] {
  color: #ffffff;
}
#active-call-control-panel-component .call-state-incoming-alarm .outer-ring[b-k4x57qrzgn] {
  background: #FF7788;
  animation: outer-animate-b-k4x57qrzgn 2s ease-in-out infinite forwards;
}
#active-call-control-panel-component .call-state-incoming-alarm .inner-ring[b-k4x57qrzgn] {
  background: #FF7788;
  border: 1px solid #FF7788;
  animation: inner-animate-b-k4x57qrzgn 2s ease-in-out infinite forwards;
}
#active-call-control-panel-component .call-state-ringing-alarm .outer-ring[b-k4x57qrzgn] {
  background: #EBEBEB;
  animation: outer-animate-b-k4x57qrzgn 2s ease-in-out infinite forwards;
}
#active-call-control-panel-component .call-state-ringing-alarm .inner-ring[b-k4x57qrzgn] {
  background: #CCCCCC;
  border: 1px solid #CCCCCC;
  animation: inner-animate-b-k4x57qrzgn 2s ease-in-out infinite forwards;
}
#active-call-control-panel-component .call-state-ringing .outer-ring[b-k4x57qrzgn] {
  background: #E0EFFA;
  animation: outer-animate-b-k4x57qrzgn 2s ease-in-out infinite forwards;
}
#active-call-control-panel-component .call-state-ringing .inner-ring[b-k4x57qrzgn] {
  background: #80BCEB;
  border: 1px solid #80BCEB;
  animation: inner-animate-b-k4x57qrzgn 2s ease-in-out infinite forwards;
}
#active-call-control-panel-component .inner-ring[b-k4x57qrzgn] {
  background: #EBEBEB;
}
#active-call-control-panel-component .call-state-ended button[b-k4x57qrzgn] {
  visibility: hidden;
}
#active-call-control-panel-component .container[b-k4x57qrzgn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 19.8125rem;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  border-radius: 0.625rem;
}
#active-call-control-panel-component .container.retry[b-k4x57qrzgn] {
  width: 26.375rem;
}
#active-call-control-panel-component .container .header[b-k4x57qrzgn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0.375rem 0.75rem;
  position: relative;
}
#active-call-control-panel-component .container .header.call[b-k4x57qrzgn] {
  background: #0078D7;
  color: #ffffff;
}
#active-call-control-panel-component .container .header.alarm[b-k4x57qrzgn] {
  background: #FF3049;
  color: #000000;
}
#active-call-control-panel-component .container .header.gray-background[b-k4x57qrzgn] {
  background: #757575;
  color: #ffffff;
}
#active-call-control-panel-component .container .header span[b-k4x57qrzgn] {
  flex: 1;
  text-align: center;
}
#active-call-control-panel-component .container .header .pip-button[b-k4x57qrzgn] {
  position: absolute;
  right: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
#active-call-control-panel-component .container .header .pip-button:hover[b-k4x57qrzgn] {
  opacity: 1;
}
#active-call-control-panel-component .container .header .pip-button i[b-k4x57qrzgn] {
  color: inherit;
}
#active-call-control-panel-component .container .body[b-k4x57qrzgn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0.75rem;
  gap: 0.75rem;
  background: #ffffff;
}
#active-call-control-panel-component .container .body .ptt-button[b-k4x57qrzgn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 8.75rem;
  height: 8.75rem;
}
#active-call-control-panel-component .container .body .ptt-button.ptt-enabled[b-k4x57qrzgn] {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#active-call-control-panel-component .container .body .ptt-button .outer-ring[b-k4x57qrzgn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  padding: 0.625rem;
  gap: 0.625rem;
  border-radius: 6.25rem;
}
#active-call-control-panel-component .container .body .ptt-button .inner-ring[b-k4x57qrzgn] {
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 5.875rem;
  height: 5.875rem;
  padding: 0.75rem;
  border-radius: 6.25rem;
}
#active-call-control-panel-component .container .body .ptt-button .icon-container[b-k4x57qrzgn] {
  position: fixed;
}
#active-call-control-panel-component .container .body .call-info-panel[b-k4x57qrzgn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}
#active-call-control-panel-component .container .body .call-info-panel .button-container[b-k4x57qrzgn] {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
#active-call-control-panel-component .container .body .call-info-panel .call-info[b-k4x57qrzgn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.375rem;
}
#active-call-control-panel-component .container .body .call-info-panel .call-info .radio-identity-label[b-k4x57qrzgn] {
  font-size: 1.25rem;
  font-weight: 400;
}
#active-call-control-panel-component .container .body .call-info-panel .call-info .call-status-label[b-k4x57qrzgn] {
  font-size: 0.75rem;
  font-weight: 400;
}
/* /Components/BlockedRadiosPanel/BlockedRadiosPanel.razor.rz.scp.css */
.blocked-radios-container :global(.card-body)[b-93cyk3az1l] {
  padding: 24px;
}

.blocked-radios-section[b-93cyk3az1l] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-header[b-93cyk3az1l] {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.section-header .section-title[b-93cyk3az1l] {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1.2;
}
.section-header .section-subtitle[b-93cyk3az1l] {
  font-size: 16px;
  color: #757575;
  margin: 0;
  line-height: 1.2;
}

.blocked-radios-content[b-93cyk3az1l] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blocked-radios-textfield[b-93cyk3az1l] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 205px;
}
.blocked-radios-textfield .blocked-radios-label[b-93cyk3az1l] {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1.2;
}
.blocked-radios-textfield .blocked-radios-search-wrap[b-93cyk3az1l] {
  width: 100%;
  min-width: 0;
}
.blocked-radios-textfield .blocked-radios-search-wrap :global(#container)[b-93cyk3az1l] {
  width: 100%;
}
.blocked-radios-textfield .blocked-radios-search-wrap :global(#search-box-panel)[b-93cyk3az1l] {
  width: 100%;
}
.blocked-radios-textfield .blocked-radios-search-wrap :global(.input-wrapper-container)[b-93cyk3az1l] {
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 6px 6px 6px 12px;
}

.blocked-radios-table-wrap[b-93cyk3az1l] {
  border: 1px solid #000000;
  border-radius: 6px;
  min-height: 296px;
  overflow: auto;
}

.blocked-radios-table[b-93cyk3az1l] {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
.blocked-radios-table thead tr[b-93cyk3az1l] {
  border-bottom: 1px solid #757575;
}
.blocked-radios-table th[b-93cyk3az1l] {
  height: 47px;
  padding: 12px;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  color: #000000;
}
.blocked-radios-table td[b-93cyk3az1l] {
  height: 47px;
  padding: 12px;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
}
.blocked-radios-table tbody tr:last-child td[b-93cyk3az1l] {
  border-bottom: 1px solid #CCCCCC;
}
.blocked-radios-table .blocked-radios-unit-cell[b-93cyk3az1l] {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.blocked-radios-table .blocked-radios-unit-cell i[b-93cyk3az1l] {
  font-size: 16px;
  width: 16px;
  flex-shrink: 0;
}
.blocked-radios-table .blocked-radios-table-action-col[b-93cyk3az1l] {
  text-align: right;
  white-space: nowrap;
}
.blocked-radios-table .blocked-radios-empty-row .blocked-radios-empty-cell[b-93cyk3az1l] {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  border-bottom: none;
}
.blocked-radios-table .blocked-radios-empty-row .blocked-radios-empty-cell .blocked-radios-empty-cell-inner[b-93cyk3az1l] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 249px;
  padding: 2rem 12px;
}
.blocked-radios-table .blocked-radios-empty-row:hover[b-93cyk3az1l], .blocked-radios-table .blocked-radios-empty-row:hover .blocked-radios-empty-cell[b-93cyk3az1l] {
  background: transparent;
  cursor: default;
}

.blocked-radios-unblock-btn[b-93cyk3az1l] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 12px;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.blocked-radios-unblock-btn i[b-93cyk3az1l] {
  font-size: 16px;
  width: 15px;
}
.blocked-radios-unblock-btn:hover[b-93cyk3az1l] {
  text-decoration: underline;
}
/* /Components/CallList/CallList.razor.rz.scp.css */
.call-list table th[b-nwlkccxw7p] {
  min-width: 0;
}
.call-list table[b-nwlkccxw7p] {
  table-layout: fixed;
  width: 100%;
  min-width: 0;
}
.call-list col.col-alert[b-nwlkccxw7p] {
  width: 0.3125rem;
}
.call-list col.col-karta[b-nwlkccxw7p] {
  width: 2.125rem;
}
.call-list col.col-context[b-nwlkccxw7p] {
  width: 2.125rem;
}
.call-list col.col-ring[b-nwlkccxw7p] {
  width: 6.125rem;
}
.call-list col.col-ankom[b-nwlkccxw7p] {
  width: 7%;
}
.call-list col.col-enhet[b-nwlkccxw7p] {
  width: 7%;
}
.call-list col.col-trafikomrade[b-nwlkccxw7p] {
  width: 25%;
}
.call-list col.col-samtalstyp[b-nwlkccxw7p] {
  width: 11%;
}
.call-list col.col-status[b-nwlkccxw7p] {
  width: 10.67%;
}
.call-list col.col-atgardstagare[b-nwlkccxw7p] {
  width: 11%;
}
.call-list col.col-senastkontakt[b-nwlkccxw7p] {
  width: 14%;
}
.call-list .alert-column[b-nwlkccxw7p] {
  min-width: 0.3125rem;
  max-width: 0.3125rem;
  width: 0.3125rem;
  padding: 0;
}
.call-list .icon-column[b-nwlkccxw7p] {
  width: 2.125rem;
  min-width: 2.125rem;
  max-width: 2.125rem;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.call-list .icon-column[b-nwlkccxw7p]  .tonal-button {
  width: 2.125rem;
  height: 2.125rem;
  color: #000000;
  margin: 0 auto;
}
.call-list .call-button-column[b-nwlkccxw7p] {
  width: 6.125rem;
  min-width: 6.125rem;
  max-width: 6.125rem;
  padding: 0;
}
.call-list .call-button[b-nwlkccxw7p] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 0.75rem;
  height: 100%;
  width: 100%;
  padding: 0 0.75rem;
  border: 2px solid transparent;
  background: transparent;
  font-size: inherit;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.call-list .call-button.start-call[b-nwlkccxw7p] {
  background-color: transparent;
  color: #000000;
}
.call-list .call-button.end-call[b-nwlkccxw7p] {
  background: #ffffff;
  color: #000000;
  border-color: #FF3049;
}
.call-list tbody tr:hover .call-button.start-call[b-nwlkccxw7p] {
  background-color: #0078D7;
  color: #ffffff;
}
.call-list tr.alert-active:hover .call-button.start-call[b-nwlkccxw7p] {
  background-color: #005BC7;
  color: #ffffff;
}
.call-list .alert-active[b-nwlkccxw7p] {
  background: rgba(255, 48, 73, 0.08);
}
.call-list .alert-active .alert-column[b-nwlkccxw7p] {
  background: #FF3049;
}
.call-list .important-call .alert-column[b-nwlkccxw7p] {
  background: #FF3049;
}
.call-list .medium-high-priority-call .alert-column[b-nwlkccxw7p] {
  background: transparent;
}
.call-list .normal-priority-call .alert-column[b-nwlkccxw7p] {
  background: transparent;
}
.call-list .call-finished[b-nwlkccxw7p] {
  background: #CCCCCC;
}
.call-list .call-active[b-nwlkccxw7p] {
  background: #E0EFFA;
}
.call-list .current-call[b-nwlkccxw7p] {
  background: #0078D7;
  color: #ffffff;
}
.call-list .current-call .icon-column[b-nwlkccxw7p]  .tonal-button {
  color: #ffffff;
}
.call-list tr.alert-active:hover[b-nwlkccxw7p] {
  background: #FFE5E9;
}
.call-list .context-menu-cell[b-nwlkccxw7p] {
  position: relative;
  overflow: visible;
}
.call-list .context-menu-cell .context-menu[b-nwlkccxw7p] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0;
  left: auto;
  flex-direction: column;
  align-items: flex-start;
  width: 8rem;
  background: #ffffff;
  margin-top: 0.25rem;
  z-index: 100;
}
.call-list .context-menu-cell .context-menu .context-menu-item[b-nwlkccxw7p] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  align-self: stretch;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.75rem;
  line-height: 1;
}
.call-list .context-menu-cell .context-menu .context-menu-item.destructive-item[b-nwlkccxw7p] {
  background: #ffffff;
  border: 1px solid #FF3049;
  border-radius: 0.3125rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}
.call-list .context-menu-cell .context-menu .context-menu-item:hover[b-nwlkccxw7p] {
  background: linear-gradient(90deg, rgba(255, 48, 73, 0.08) 0%, rgba(255, 48, 73, 0.08) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%);
}

@media (max-width: 1440px) {
  .call-list col.col-status[b-nwlkccxw7p],
  .call-list col.col-senastkontakt[b-nwlkccxw7p],
  .call-list th.col-status[b-nwlkccxw7p],
  .call-list th.col-senastkontakt[b-nwlkccxw7p],
  .call-list td.col-status[b-nwlkccxw7p],
  .call-list td.col-senastkontakt[b-nwlkccxw7p] {
    display: none;
  }
  .call-list col.col-ankom[b-nwlkccxw7p] {
    width: 11.48%;
  }
  .call-list col.col-enhet[b-nwlkccxw7p] {
    width: 11.48%;
  }
  .call-list col.col-trafikomrade[b-nwlkccxw7p] {
    width: 40.98%;
  }
  .call-list col.col-samtalstyp[b-nwlkccxw7p] {
    width: 18.03%;
  }
  .call-list col.col-atgardstagare[b-nwlkccxw7p] {
    width: 18.03%;
  }
}
/* /Components/ConnectivityLog/ConnectivityLog.razor.rz.scp.css */
.connectivity-log-wrapper[b-ivsz2laxlm] {
  height: auto;
  overflow: visible;
}
.connectivity-log-wrapper[b-ivsz2laxlm]  .card {
  max-height: none !important;
  overflow: visible !important;
  height: auto !important;
}
.connectivity-log-wrapper[b-ivsz2laxlm]  .card-body {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.bold[b-ivsz2laxlm] {
  font-weight: bold;
}

.connectivity-description[b-ivsz2laxlm] {
  margin-bottom: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 1rem;
}

.connectivity-description p[b-ivsz2laxlm] {
  margin: 0;
  color: #757575;
  font-style: italic;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.connectivity-content[b-ivsz2laxlm] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 1.25rem;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.chart-section[b-ivsz2laxlm] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 400px;
  overflow: hidden;
}

.controls-section[b-ivsz2laxlm] {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.input-container[b-ivsz2laxlm] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.input-container label[b-ivsz2laxlm] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.input-container.checkbox-container[b-ivsz2laxlm] {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.logs-section[b-ivsz2laxlm] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 500px;
}

.table-scroll-container[b-ivsz2laxlm] {
  height: 400px;
  overflow-y: auto;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.logs-section table[b-ivsz2laxlm] {
  width: 100%;
  border-collapse: collapse;
}
.logs-section thead th[b-ivsz2laxlm] {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 1;
}

@media (max-width: 1024px) {
  .connectivity-content[b-ivsz2laxlm] {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .chart-section[b-ivsz2laxlm],
  .logs-section[b-ivsz2laxlm] {
    min-width: unset;
    max-height: unset;
  }
  .logs-section[b-ivsz2laxlm] {
    max-height: 400px;
  }
}
/* /Components/DebugGroupCall/DebugGroupCall.razor.rz.scp.css */
.group-call-container .debug-info[b-txysnr8imk] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.group-call-container .debug-info[b-txysnr8imk] {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.group-call-container[b-txysnr8imk] {
  margin-bottom: 1rem;
}
.group-call-container .form-fields-container[b-txysnr8imk] {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.group-call-container .input-container[b-txysnr8imk] {
  width: 100%;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.group-call-container .button-row[b-txysnr8imk] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.75rem;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 1rem;
}
.group-call-container .status-message[b-txysnr8imk] {
  padding: 0.75rem;
  border-radius: 4px;
  margin-top: 0.5rem;
}
.group-call-container .status-message.success[b-txysnr8imk] {
  background-color: #E0EFFA;
  color: #005BC7;
  border: 1px solid #80BCEB;
}
.group-call-container .status-message.error[b-txysnr8imk] {
  background-color: #FFE5E9;
  color: #FF3049;
  border: 1px solid #FF7788;
}
.group-call-container .test-call-info[b-txysnr8imk] {
  padding: 0.75rem;
  background-color: #39A935;
  border: 1px solid rgba(57, 169, 53, 0.3);
  border-radius: 4px;
  margin-top: 0.5rem;
}
.group-call-container .test-call-info small[b-txysnr8imk] {
  color: #757575;
}
.group-call-container .debug-info[b-txysnr8imk] {
  background: #EBEBEB;
  padding: 0.625rem;
  margin: 0.625rem 0;
  font-family: monospace;
}
/* /Components/GroupCallPanel/GroupCallPanel.razor.rz.scp.css */
.group-call-container .group-call-title[b-3f25z4qv0y] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.group-call-container .group-call-title[b-3f25z4qv0y] {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.group-call-container[b-3f25z4qv0y] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 0.75rem;
  padding: 1.5rem;
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  border: none;
}
.group-call-container .group-call-title[b-3f25z4qv0y] {
  color: #000000;
  margin: 0;
}
.group-call-container .call-group-dropdown[b-3f25z4qv0y] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  width: 100%;
  position: relative;
}
.group-call-container .call-group-dropdown .dropdown-header[b-3f25z4qv0y] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #000000;
  border-radius: 0.3125rem;
  background: #ffffff;
  min-height: 2rem;
  cursor: pointer;
}
.group-call-container .call-group-dropdown .dropdown-header:hover[b-3f25z4qv0y] {
  background: rgba(0, 0, 0, 0.04);
}
.group-call-container .call-group-dropdown .dropdown-header .dropdown-placeholder[b-3f25z4qv0y] {
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  color: #000000;
}
.group-call-container .call-group-dropdown .dropdown-header .fa-chevron-down[b-3f25z4qv0y] {
  transition: transform 0.2s ease;
  font-size: 0.75rem;
  color: #000000;
}
.group-call-container .call-group-dropdown .dropdown-header .fa-chevron-down.open[b-3f25z4qv0y] {
  transform: rotate(180deg);
}
.group-call-container .call-group-dropdown .dropdown-options[b-3f25z4qv0y] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.5rem);
  z-index: 50;
  margin-top: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(0.3125rem);
  -webkit-backdrop-filter: blur(0.3125rem);
  border: 0.0625rem solid #CCCCCC;
  border-radius: 0.375rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-height: 20rem;
  overflow: hidden;
  box-sizing: border-box;
}
.group-call-container .call-group-dropdown .dropdown-options .dropdown-options-scroll[b-3f25z4qv0y] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-height: 20rem;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0 0.3125rem 0.3125rem 0;
  box-sizing: border-box;
}
.group-call-container .call-group-dropdown .dropdown-options .dropdown-option[b-3f25z4qv0y] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.25rem;
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 0;
  box-sizing: border-box;
}
.group-call-container .call-group-dropdown .dropdown-options .dropdown-option:hover[b-3f25z4qv0y] {
  background: rgba(0, 0, 0, 0.04);
}
.group-call-container .call-group-dropdown .dropdown-options .dropdown-option:last-child[b-3f25z4qv0y] {
  border-bottom: none;
}
.group-call-container .call-group-dropdown .dropdown-options .dropdown-option .option-text[b-3f25z4qv0y] {
  flex: 1 1 0;
  min-width: 0;
  color: #000000;
  font-size: 1rem;
  line-height: 1;
}
.group-call-container .call-group-dropdown .dropdown-options .dropdown-option .button[b-3f25z4qv0y] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  gap: 0.75rem;
  padding: 0.375rem 1.5rem;
  background: #0078D7;
  color: #ffffff;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  transition: background-color 0.2s ease;
}
.group-call-container .call-group-dropdown .dropdown-options .dropdown-option .button:hover:not(:disabled)[b-3f25z4qv0y] {
  background: #005BC7;
}
.group-call-container .call-group-dropdown .dropdown-options .dropdown-option .button:disabled[b-3f25z4qv0y] {
  opacity: 0.6;
  cursor: not-allowed;
}
.group-call-container .call-group-dropdown .dropdown-options .dropdown-option .button i[b-3f25z4qv0y] {
  font-size: 1rem;
  width: 0.9375rem;
  height: 1rem;
}
/* /Components/HardwareAndAudioPanel/HardwareAndAudioPanel.razor.rz.scp.css */
.hardware-audio-panel :global(.card-body)[b-7fzf0ct42u] {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 24px;
  min-height: min-content;
}

.panel-section[b-7fzf0ct42u] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-header[b-7fzf0ct42u] {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.section-header .section-title[b-7fzf0ct42u] {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1.2;
}
.section-header .section-subtitle[b-7fzf0ct42u] {
  font-size: 16px;
  color: #757575;
  margin: 0;
  line-height: 1.2;
}

.hardware-row[b-7fzf0ct42u] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 24px;
  padding: 12px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  background: #ffffff;
  max-width: 611px;
}
.hardware-row.hardware-row-connected[b-7fzf0ct42u] {
  background: #E0EFFA;
  border-color: transparent;
}
.hardware-row.hardware-row-connected .hardware-row-icon[b-7fzf0ct42u] {
  background: #0078D7;
}
.hardware-row.hardware-row-connected .hardware-row-icon i[b-7fzf0ct42u] {
  color: #ffffff;
  font-size: 30px;
}

.hardware-row-icon[b-7fzf0ct42u] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.04);
}
.hardware-row-icon i[b-7fzf0ct42u] {
  font-size: 30px;
  color: #757575;
}

.hardware-row-content[b-7fzf0ct42u] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 24px;
  flex: 1 1 0;
  min-width: 0;
}

.hardware-row-text[b-7fzf0ct42u] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 0;
  min-width: 0;
}
.hardware-row-text .hardware-row-title[b-7fzf0ct42u] {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  line-height: 1.2;
}
.hardware-row-text .hardware-row-title.flash[b-7fzf0ct42u] {
  animation: flash-bg-b-7fzf0ct42u 0.3s ease;
}
.hardware-row-text .hardware-row-desc[b-7fzf0ct42u] {
  font-size: 16px;
  color: #757575;
  margin: 0;
  line-height: 1.2;
}

.hardware-row-btn[b-7fzf0ct42u] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 12px;
  padding: 6px 24px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background: #0078D7;
  border: 1px solid #0078D7;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.hardware-row-btn:hover:not(:disabled)[b-7fzf0ct42u] {
  background: #005BC7;
  border-color: #005BC7;
}
.hardware-row-btn:disabled[b-7fzf0ct42u] {
  opacity: 0.7;
  cursor: not-allowed;
}

.panel-divider[b-7fzf0ct42u] {
  flex: 0 0 auto;
  width: 100%;
  height: 1px;
  margin: 48px 0 24px 0;
  padding: 0;
  background: #CCCCCC;
  border: none;
}

.notification-volume[b-7fzf0ct42u] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 300px;
}

.notification-volume-header[b-7fzf0ct42u] {
  display: flex;
  flex-direction: column;
}
.notification-volume-header .notification-volume-label[b-7fzf0ct42u] {
  font-size: 16px;
  color: #000000;
  margin: 0;
  line-height: 1.2;
}
.notification-volume-header .notification-volume-value[b-7fzf0ct42u] {
  font-size: 12px;
  color: #757575;
  margin: 0;
  line-height: 1.2;
}

.notification-volume-slider-wrap[b-7fzf0ct42u] {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 18px;
}

.notification-volume-slider[b-7fzf0ct42u] {
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(to right, #0078D7 0%, #0078D7 var(--slider-progress, 100%), #DEDEDE var(--slider-progress, 100%), #DEDEDE 100%);
  outline: none;
  border-radius: 100px;
  cursor: pointer;
}
.notification-volume-slider[b-7fzf0ct42u]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -6.5px;
  background: #0078D7;
  cursor: pointer;
  border-radius: 50%;
  border: none;
}
.notification-volume-slider[b-7fzf0ct42u]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #0078D7;
  cursor: pointer;
  border-radius: 50%;
  border: none;
}
.notification-volume-slider[b-7fzf0ct42u]::-moz-range-track {
  background: transparent;
  border: none;
}
.notification-volume-slider[b-7fzf0ct42u]::-webkit-slider-runnable-track {
  background: transparent;
  border: none;
  height: 5px;
}

@keyframes flash-bg-b-7fzf0ct42u {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
/* /Components/HardwareIndicator/HardwareIndicator.razor.rz.scp.css */
#hardware-indicator-container[b-8up4doyrsf] {
  display: flex;
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  align-items: center;
  justify-content: flex-end;
}
#hardware-indicator-container #message-container[b-8up4doyrsf] {
  margin-right: -0.2rem;
  z-index: 1;
  border-radius: 5px;
  padding: 0.2rem 0.7rem 0.2rem 0.2rem;
  box-shadow: 2px 2px 2px #CCCCCC;
  opacity: 1;
  transition: opacity 1s;
}
#hardware-indicator-container #message-container.ok[b-8up4doyrsf] {
  background-color: #E0EFFA;
}
#hardware-indicator-container #message-container.warning[b-8up4doyrsf] {
  background-color: #EBEBEB;
}
#hardware-indicator-container #message-container.fade-in[b-8up4doyrsf] {
  opacity: 1;
}
#hardware-indicator-container #message-container.fade-out[b-8up4doyrsf] {
  opacity: 0;
  transition-delay: 3s;
}
#hardware-indicator-container #icon-container[b-8up4doyrsf] {
  z-index: 2;
  border-radius: 50%;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
}
#hardware-indicator-container #icon-container.ok[b-8up4doyrsf] {
  background-color: #0078D7;
}
#hardware-indicator-container #icon-container.warning[b-8up4doyrsf] {
  background-color: #757575;
}
#hardware-indicator-container #icon-container.error[b-8up4doyrsf] {
  background-color: #ffffff;
  border: 1px solid #FF3049;
}
#hardware-indicator-container #icon-container.error .icon[b-8up4doyrsf] {
  color: #757575;
}
#hardware-indicator-container #icon-container .icon[b-8up4doyrsf] {
  color: #ffffff;
  font-size: 1.5em;
}
/* /Components/HistoryCallList/HistoryCallList.razor.rz.scp.css */
.history-call-list table th[b-0y51r0fuuk] {
  min-width: 0;
}
.history-call-list col.col-karta[b-0y51r0fuuk] {
  width: 2.125rem;
}
.history-call-list col.col-ring[b-0y51r0fuuk] {
  width: 6.125rem;
}
.history-call-list col.col-ankom[b-0y51r0fuuk],
.history-call-list col.col-atgardad[b-0y51r0fuuk],
.history-call-list col.col-samtalstid[b-0y51r0fuuk],
.history-call-list col.col-avbrutet[b-0y51r0fuuk],
.history-call-list col.col-enhet[b-0y51r0fuuk],
.history-call-list col.col-trafikomrade[b-0y51r0fuuk],
.history-call-list col.col-samtalstyp[b-0y51r0fuuk],
.history-call-list col.col-atgardstagare[b-0y51r0fuuk] {
  width: auto;
  min-width: 0;
}
.history-call-list table[b-0y51r0fuuk] {
  min-width: 0;
}
.history-call-list .icon-column[b-0y51r0fuuk] {
  width: 2.125rem;
  min-width: 2.125rem;
  max-width: 2.125rem;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.history-call-list .icon-column[b-0y51r0fuuk]  .tonal-button {
  width: 2.125rem;
  height: 2.125rem;
  color: #000000;
  margin: 0 auto;
}
.history-call-list .call-button-column[b-0y51r0fuuk] {
  width: 6.125rem;
  min-width: 6.125rem;
  max-width: 6.125rem;
  padding: 0;
}
.history-call-list .call-button[b-0y51r0fuuk] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 0.75rem;
  height: 100%;
  width: 100%;
  padding: 0 0.75rem;
  border: 2px solid transparent;
  background: transparent;
  font-size: inherit;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.history-call-list .call-button.start-call[b-0y51r0fuuk] {
  background-color: transparent;
  color: #000000;
}
.history-call-list tbody tr:hover .call-button.start-call[b-0y51r0fuuk] {
  background-color: #0078D7;
  color: #ffffff;
}
/* /Components/PersonalHistoryPanel/PersonalHistoryPanel.razor.rz.scp.css */
.personal-history-container .personal-history-header span[b-sypl5khsb1], .personal-history-container .personal-history-item .ring-button[b-sypl5khsb1], .personal-history-container .personal-history-item .item-content .item-details .item-location[b-sypl5khsb1], .personal-history-container .personal-history-item .item-content .item-details .item-time-duration[b-sypl5khsb1], .personal-history-container .personal-history-empty span[b-sypl5khsb1], .personal-history-container .personal-history-item .item-content .item-details .item-identity[b-sypl5khsb1] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.personal-history-container .personal-history-item .item-content .item-details .item-identity[b-sypl5khsb1] {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.personal-history-container .personal-history-item .ring-button[b-sypl5khsb1], .personal-history-container .personal-history-item .item-content .item-details .item-location[b-sypl5khsb1], .personal-history-container .personal-history-item .item-content .item-details .item-time-duration[b-sypl5khsb1], .personal-history-container .personal-history-empty span[b-sypl5khsb1] {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.personal-history-container .personal-history-header span[b-sypl5khsb1] {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.personal-history-container[b-sypl5khsb1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex: 1 1 0;
  min-height: 0;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-top: 0.75rem;
}
.personal-history-container .personal-history-header[b-sypl5khsb1] {
  display: flex;
  padding: 0.75rem 0.75rem 0.375rem 0.75rem;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
  flex-shrink: 0;
}
.personal-history-container .personal-history-header span[b-sypl5khsb1] {
  color: #000000;
}
.personal-history-container .personal-history-list[b-sypl5khsb1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  flex: 1 1 0;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0 0.75rem 0;
  box-sizing: border-box;
}
.personal-history-container .personal-history-empty[b-sypl5khsb1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  width: 100%;
  flex: 1 1 0;
}
.personal-history-container .personal-history-empty span[b-sypl5khsb1] {
  color: #757575;
}
.personal-history-container .personal-history-item[b-sypl5khsb1] {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  padding: 1.5rem;
  width: 100%;
  min-width: 0;
  align-self: stretch;
  box-sizing: border-box;
  border-bottom: 1px solid #CCCCCC;
  flex-shrink: 0;
  min-height: 0;
  transition: background-color 0.15s ease;
}
.personal-history-container .personal-history-item:hover[b-sypl5khsb1] {
  background: rgba(0, 0, 0, 0.04);
}
.personal-history-container .personal-history-item:last-child[b-sypl5khsb1] {
  border-bottom: 1px solid #CCCCCC;
}
.personal-history-container .personal-history-item .item-content[b-sypl5khsb1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
}
.personal-history-container .personal-history-item .item-content .item-icon[b-sypl5khsb1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #EBEBEB;
}
.personal-history-container .personal-history-item .item-content .item-icon i[b-sypl5khsb1] {
  font-size: 1.25rem;
  color: #000000;
}
.personal-history-container .personal-history-item .item-content .item-details[b-sypl5khsb1] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  flex: 1 0 0;
  min-width: 0;
  min-height: 0;
}
.personal-history-container .personal-history-item .item-content .item-details .item-identity[b-sypl5khsb1] {
  color: #000000;
  line-height: 1;
}
.personal-history-container .personal-history-item .item-content .item-details .item-time-duration[b-sypl5khsb1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.5rem;
  color: #000000;
  line-height: 1;
}
.personal-history-container .personal-history-item .item-content .item-details .item-time-duration span[b-sypl5khsb1] {
  color: inherit;
}
.personal-history-container .personal-history-item .item-content .item-details .item-location[b-sypl5khsb1] {
  color: #CCCCCC;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.personal-history-container .personal-history-item .ring-button[b-sypl5khsb1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.375rem 1.5rem;
  background: #0078D7;
  color: #ffffff;
  border: none;
  border-radius: 0.3125rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.personal-history-container .personal-history-item .ring-button:hover:not(:disabled)[b-sypl5khsb1] {
  background: #005BC7;
}
.personal-history-container .personal-history-item .ring-button:disabled[b-sypl5khsb1] {
  opacity: 0.6;
  cursor: not-allowed;
}
.personal-history-container .personal-history-item .ring-button i[b-sypl5khsb1] {
  font-size: 1rem;
  width: 0.9375rem;
  height: 1rem;
}

@media (max-width: 1280px) {
  .personal-history-container[b-sypl5khsb1] {
    flex: 0 0 auto;
    height: 39rem;
    min-height: 39rem;
    max-height: 39rem;
  }
  .personal-history-list[b-sypl5khsb1] {
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
  }
}
/* /Components/RadioRegister/GarageSelectSearch.razor.rz.scp.css */
.garage-select-search .select-search-result-panel .select-search-result-info .info-item .info[b-sbq2fnepox], .garage-select-search .select-search-result-panel .select-search-result-info .info-item .label[b-sbq2fnepox] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.garage-select-search .select-search-result-panel .select-search-result-info .info-item .label[b-sbq2fnepox] {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.garage-select-search .select-search-result-panel .select-search-result-info .info-item .info[b-sbq2fnepox] {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.garage-select-search[b-sbq2fnepox] {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: visible;
}
.garage-select-search .select-search-box-panel[b-sbq2fnepox] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  width: 100%;
  min-width: 0;
}
.garage-select-search .select-search-box-panel[b-sbq2fnepox]  .input-wrapper-container {
  width: 100%;
}
.garage-select-search .select-search-box-panel[b-sbq2fnepox]  input {
  width: 100%;
  min-width: 0;
}
.garage-select-search .select-search-result-panel[b-sbq2fnepox] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 500;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid #757575;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(0.3125rem);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.garage-select-search .select-search-result-panel:hover[b-sbq2fnepox] {
  background: rgba(255, 255, 255, 0.95);
}
.garage-select-search .select-search-result-panel:focus-visible[b-sbq2fnepox] {
  outline: 1px solid #0078D7;
  outline-offset: -1px;
}
.garage-select-search .select-search-result-panel.hidden[b-sbq2fnepox] {
  display: none !important;
}
.garage-select-search .select-search-result-panel i[b-sbq2fnepox] {
  width: 1rem;
  flex-shrink: 0;
}
.garage-select-search .select-search-result-panel .select-search-result-info[b-sbq2fnepox] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: flex-start;
  gap: 0.75rem;
}
.garage-select-search .select-search-result-panel .select-search-result-info .info-item[b-sbq2fnepox] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
  flex-shrink: 0;
}
.garage-select-search .select-search-result-panel .select-search-result-info .info-item .info[b-sbq2fnepox] {
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.garage-select-search .select-search-result-panel .select-search-result-info .info-item .label[b-sbq2fnepox] {
  color: #757575;
}
.garage-select-search .select-search-result-panel .select-search-result-info .radio-info-item[b-sbq2fnepox] {
  flex: 0 0 auto;
  min-width: 4.25rem;
}
.garage-select-search .select-search-result-panel .select-search-result-info .traffic-area-info-item[b-sbq2fnepox] {
  flex: 1 1 auto;
  min-width: 0;
}
/* /Components/RadioRegister/RadioRegisterDeleteModal.razor.rz.scp.css */
.radio-register-delete-overlay[b-7m2vivwxez] {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(0.1875rem);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.radio-register-delete-modal[b-7m2vivwxez] {
  background: #ffffff;
  border-radius: 0.3125rem;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 2rem;
  min-width: 28rem;
}
.radio-register-delete-modal .delete-header[b-7m2vivwxez] {
  padding-bottom: 1rem;
}
.radio-register-delete-modal .delete-header .delete-title[b-7m2vivwxez] {
  margin: 0 0 0.25rem 0;
}
.radio-register-delete-modal .delete-header .delete-subtitle[b-7m2vivwxez] {
  margin: 0;
}
.radio-register-delete-modal .delete-content[b-7m2vivwxez] {
  margin: 1.5rem 0;
}
.radio-register-delete-modal .delete-footer[b-7m2vivwxez] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  padding-top: 1rem;
}
/* /Components/RadioRegister/RadioRegisterFilterDrawer.razor.rz.scp.css */
.radio-register-filter-drawer .filter-content .filter-options .filter-option[b-rmocj4ygig] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.radio-register-filter-drawer .filter-content .filter-options .filter-option[b-rmocj4ygig] {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.radio-register-filter-overlay[b-rmocj4ygig] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  z-index: 999;
}

.radio-register-filter-drawer[b-rmocj4ygig] {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
  border: 1px solid #CCCCCC;
  border-radius: 0.3125rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  min-width: 16rem;
  max-width: 90vw;
}
.radio-register-filter-drawer .filter-header[b-rmocj4ygig] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.radio-register-filter-drawer .filter-header h3[b-rmocj4ygig] {
  margin: 0;
  font-size: 1.125rem;
}
.radio-register-filter-drawer .filter-header .filter-close[b-rmocj4ygig] {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}
.radio-register-filter-drawer .filter-content .filter-view-label[b-rmocj4ygig] {
  margin: 0 0 0.5rem 0;
}
.radio-register-filter-drawer .filter-content .filter-options[b-rmocj4ygig] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.radio-register-filter-drawer .filter-content .filter-options .filter-option[b-rmocj4ygig] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
/* /Components/RadioRegister/RadioRegisterForm.razor.rz.scp.css */
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-menu .radio-register-dropdown-item .radio-register-dropdown-item-secondary[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-trigger .radio-register-dropdown-trigger-label .radio-register-dropdown-trigger-secondary[b-x9wc02lkz1], .radio-register-detail-panel .detail-error[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-menu .radio-register-dropdown-item .radio-register-dropdown-item-primary[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-trigger .radio-register-dropdown-trigger-label .radio-register-dropdown-trigger-primary[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-trigger[b-x9wc02lkz1], .radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container > :is(input, select, button.radio-register-dropdown-trigger), .radio-register-detail-panel .form-field .input-container.input-container-label-above > label[b-x9wc02lkz1], .radio-register-detail-panel .form-field .input-container label[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-history-status-chip[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-history-field-value[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-history-field-key[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-history-card-time[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-history-card-who .radio-register-history-user-name[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-history-card-who .radio-register-history-action-label[b-x9wc02lkz1], .radio-register-detail-panel .detail-header.detail-header-with-tabs .detail-header-right .detail-header-tabs .detail-tab-btn[b-x9wc02lkz1], .radio-register-detail-panel .detail-header .detail-banner.unregistered[b-x9wc02lkz1], .radio-register-detail-panel .detail-header .detail-subtitle[b-x9wc02lkz1], .radio-register-detail-panel .detail-header .detail-title[b-x9wc02lkz1] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.radio-register-detail-panel .detail-header .detail-title[b-x9wc02lkz1] {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.radio-register-detail-panel .detail-error[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-menu .radio-register-dropdown-item .radio-register-dropdown-item-primary[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-trigger .radio-register-dropdown-trigger-label .radio-register-dropdown-trigger-primary[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-trigger[b-x9wc02lkz1], .radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container > :is(input, select, button.radio-register-dropdown-trigger), .radio-register-detail-panel .form-field .input-container.input-container-label-above > label[b-x9wc02lkz1], .radio-register-detail-panel .form-field .input-container label[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-history-status-chip[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-history-field-value[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-history-field-key[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-history-card-time[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-history-card-who .radio-register-history-user-name[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-history-card-who .radio-register-history-action-label[b-x9wc02lkz1], .radio-register-detail-panel .detail-header.detail-header-with-tabs .detail-header-right .detail-header-tabs .detail-tab-btn[b-x9wc02lkz1], .radio-register-detail-panel .detail-header .detail-banner.unregistered[b-x9wc02lkz1], .radio-register-detail-panel .detail-header .detail-subtitle[b-x9wc02lkz1] {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-menu .radio-register-dropdown-item .radio-register-dropdown-item-secondary[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-trigger .radio-register-dropdown-trigger-label .radio-register-dropdown-trigger-secondary[b-x9wc02lkz1] {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.radio-register-detail-panel[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 0.375rem;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  min-height: 0;
  flex: 1;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.radio-register-detail-panel[b-x9wc02lkz1]  > form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  height: 100%;
  overflow: hidden;
}
.radio-register-detail-panel .detail-header[b-x9wc02lkz1] {
  border-bottom: 1px solid #CCCCCC;
  padding: 1rem 1.5rem;
  flex-shrink: 0;
}
.radio-register-detail-panel .detail-header .detail-title[b-x9wc02lkz1] {
  margin: 0 0 0.375rem 0;
  color: #000000;
}
.radio-register-detail-panel .detail-header .detail-subtitle[b-x9wc02lkz1] {
  color: #757575;
  margin: 0;
}
.radio-register-detail-panel .detail-header .detail-banner.unregistered[b-x9wc02lkz1] {
  margin-top: 0.375rem;
  padding: 0.25rem 0.375rem;
  border-radius: 0.3125rem;
  background: #FFE5E9;
  color: #FF3049;
}
.radio-register-detail-panel .detail-header.detail-header-with-tabs[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
}
.radio-register-detail-panel .detail-header.detail-header-with-tabs .detail-header-left[b-x9wc02lkz1] {
  flex: 1;
  min-width: 0;
  padding: 1.5rem 1.5rem 1rem;
}
.radio-register-detail-panel .detail-header.detail-header-with-tabs .detail-header-right[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  padding-top: 0.1875rem;
  padding-right: 0.1875rem;
}
.radio-register-detail-panel .detail-header.detail-header-with-tabs .detail-header-right .detail-header-close-holder[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.radio-register-detail-panel .detail-header.detail-header-with-tabs .detail-header-right .detail-header-close-btn[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 100px;
  border: none;
  background: transparent;
  color: #757575;
  cursor: pointer;
  font-size: 0.875rem;
  transition: background 120ms ease;
}
.radio-register-detail-panel .detail-header.detail-header-with-tabs .detail-header-right .detail-header-close-btn:hover[b-x9wc02lkz1] {
  background: rgba(0, 0, 0, 0.06);
}
.radio-register-detail-panel .detail-header.detail-header-with-tabs .detail-header-right .detail-header-tabs[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  gap: 0;
  align-self: flex-end;
}
.radio-register-detail-panel .detail-header.detail-header-with-tabs .detail-header-right .detail-header-tabs .detail-tab-btn[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0.375rem 0.375rem 0 0;
  background: transparent;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  padding-bottom: calc(0.375rem - 2px);
  color: #757575;
  font-size: 0.9375rem;
  white-space: nowrap;
  outline: none;
  transition: background 120ms ease, border-color 120ms ease;
}
.radio-register-detail-panel .detail-header.detail-header-with-tabs .detail-header-right .detail-header-tabs .detail-tab-btn.active[b-x9wc02lkz1] {
  background: rgba(0, 120, 215, 0.2);
  color: #000000;
  border-bottom-color: #0078D7;
}
.radio-register-detail-panel .detail-header.detail-header-with-tabs .detail-header-right .detail-header-tabs .detail-tab-btn:hover:not(.active)[b-x9wc02lkz1] {
  background: rgba(0, 0, 0, 0.04);
}
.radio-register-detail-panel .radio-register-history-body[b-x9wc02lkz1] {
  padding: 1rem 2.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.radio-register-detail-panel .radio-register-history-scroll[b-x9wc02lkz1] {
  flex: 1;
  min-height: 0;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.radio-register-detail-panel .radio-register-history-card[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  padding: 0.75rem;
  border-radius: 0.375rem;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  flex-shrink: 0;
}
.radio-register-detail-panel .radio-register-history-card.created[b-x9wc02lkz1] {
  background: #E0EFFA;
  border-color: #0078D7;
}
.radio-register-detail-panel .radio-register-history-card.deleted[b-x9wc02lkz1] {
  background: rgba(255, 48, 73, 0.08);
  border-color: #FF3049;
}
.radio-register-detail-panel .radio-register-history-card-left[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
  flex-shrink: 0;
  width: 10rem;
}
.radio-register-detail-panel .radio-register-history-card-who[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.radio-register-detail-panel .radio-register-history-card-who .radio-register-history-action-label[b-x9wc02lkz1] {
  font-size: 1rem;
  color: #000000;
}
.radio-register-detail-panel .radio-register-history-card-who .radio-register-history-user-name[b-x9wc02lkz1] {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  word-break: break-word;
}
.radio-register-detail-panel .radio-register-history-card-time[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  color: #757575;
}
.radio-register-detail-panel .radio-register-history-card-right[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
  flex: 1;
  min-width: 0;
}
.radio-register-detail-panel .radio-register-history-field-row[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 1.5625rem;
  border-radius: 0.375rem;
  width: 100%;
}
.radio-register-detail-panel .radio-register-history-field-row.changed[b-x9wc02lkz1] {
  background: #E0EFFA;
}
.radio-register-detail-panel .radio-register-history-field-key[b-x9wc02lkz1] {
  width: 11.125rem;
  padding: 0.1875rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
  flex-shrink: 0;
}
.radio-register-detail-panel .radio-register-history-field-value[b-x9wc02lkz1] {
  flex: 1;
  min-width: 0;
  padding: 0.1875rem 0.75rem;
  font-size: 0.75rem;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.radio-register-detail-panel .radio-register-history-status-chip[b-x9wc02lkz1] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 6.25rem;
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  color: #000000;
  white-space: nowrap;
}
.radio-register-detail-panel .radio-register-history-status-chip.chip-active[b-x9wc02lkz1] {
  background: #CCE4F7;
  border-color: #0078D7;
}
.radio-register-detail-panel .radio-register-history-status-chip.chip-deleted[b-x9wc02lkz1] {
  background: #FFD6DB;
  border-color: #FF3049;
}
.radio-register-detail-panel .detail-body[b-x9wc02lkz1] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding: 1.5rem 2.25rem;
  padding-bottom: 2.25rem;
}
.radio-register-detail-panel .form-fields-container[b-x9wc02lkz1] {
  padding: 0;
  gap: 0;
}
.radio-register-detail-panel .detail-grid.create-grid[b-x9wc02lkz1] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem 0.75rem;
  overflow: visible;
}
.radio-register-detail-panel .detail-grid.create-grid .field-span-2[b-x9wc02lkz1] {
  grid-column: span 2;
}
.radio-register-detail-panel .detail-grid.create-grid .field-span-3[b-x9wc02lkz1] {
  grid-column: 1/-1;
}
.radio-register-detail-panel .detail-grid.create-grid > .field[b-x9wc02lkz1] {
  overflow: visible;
}
.radio-register-detail-panel .form-field .input-container label[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  color: #000000;
  margin: 0;
}
.radio-register-detail-panel .form-field .input-container.input-container-label-above[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.radio-register-detail-panel .form-field .input-container.input-container-label-above > label[b-x9wc02lkz1] {
  display: block;
  flex: none;
  color: #000000;
  margin: 0;
}
.radio-register-detail-panel .form-field .input-container:has(.vehicle-select-search)[b-x9wc02lkz1],
.radio-register-detail-panel .form-field .input-container:has(.garage-select-search)[b-x9wc02lkz1] {
  overflow: visible;
}
.radio-register-detail-panel .form-field .input-container[b-x9wc02lkz1]  .input-wrapper-container:has(> :is(input, select).invalid) {
  position: relative;
  border-color: #FF3049;
}
.radio-register-detail-panel .form-field .input-container[b-x9wc02lkz1]  .input-wrapper-container:has(> :is(input, select).invalid)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.3125rem;
  background-color: #FF3049;
}
.radio-register-detail-panel .form-field .input-container[b-x9wc02lkz1]  .input-wrapper-container:has(> :is(input, select).invalid) > :is(input, select)::placeholder {
  color: #FF3049;
}
.radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container {
  border: 1px solid #000000;
  border-radius: 0.3125rem;
  padding: 0.3125rem 0.375rem 0.3125rem 0.75rem;
  height: 1.9375rem;
  min-height: 1.9375rem;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container:focus-within, .radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container:focus {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container > :is(input, select, button.radio-register-dropdown-trigger) {
  padding: 0;
  border: none;
  color: #000000;
  width: 100%;
  height: 100%;
  min-width: 0;
  background: transparent;
  line-height: 1;
  outline: none !important;
  box-shadow: none !important;
}
.radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container > :is(input, select, button.radio-register-dropdown-trigger)::placeholder {
  color: #757575;
}
.radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container > :is(input, select, button.radio-register-dropdown-trigger):focus, .radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container > :is(input, select, button.radio-register-dropdown-trigger):focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container > :is(input, select, button.radio-register-dropdown-trigger):disabled {
  background: #EBEBEB;
  color: #757575;
  cursor: not-allowed;
}
.radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container > :is(input, select, button.radio-register-dropdown-trigger):disabled::placeholder {
  color: #757575;
}
.radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container > :is(input, select, button.radio-register-dropdown-trigger):-webkit-autofill, .radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container > :is(input, select, button.radio-register-dropdown-trigger):-webkit-autofill:hover, .radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container > :is(input, select, button.radio-register-dropdown-trigger):-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px #ffffff inset;
  box-shadow: 0 0 0 100px #ffffff inset;
}
.radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container:has(> :is(input, select):disabled) {
  border-color: transparent;
  background: #EBEBEB;
}
.radio-register-detail-panel .form-field[b-x9wc02lkz1]  .input-wrapper-container:has(> :is(input, select)[readonly]) {
  border-color: transparent;
  background: #EBEBEB;
}
.radio-register-detail-panel .radio-register-dropdown[b-x9wc02lkz1] {
  position: relative;
  width: 100%;
}
.radio-register-detail-panel .radio-register-dropdown[b-x9wc02lkz1]  .input-wrapper-container {
  transition: background-color 0.15s;
}
.radio-register-detail-panel .radio-register-dropdown[b-x9wc02lkz1]  .input-wrapper-container:hover {
  background: rgba(0, 0, 0, 0.04);
}
.radio-register-detail-panel .radio-register-dropdown.open-up .radio-register-dropdown-menu[b-x9wc02lkz1] {
  top: auto !important;
  bottom: calc(100% + 0.25rem);
}
.radio-register-detail-panel .radio-register-dropdown.contract-dropdown .radio-register-dropdown-menu[b-x9wc02lkz1] {
  top: auto !important;
  bottom: calc(100% + 0.25rem) !important;
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-trigger[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  color: #000000;
  min-height: 1rem;
  cursor: pointer;
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-trigger .radio-register-dropdown-trigger-label.placeholder[b-x9wc02lkz1] {
  color: #757575;
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-trigger .radio-register-dropdown-trigger-label[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  min-width: 0;
  text-align: left;
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-trigger .radio-register-dropdown-trigger-label .radio-register-dropdown-trigger-primary[b-x9wc02lkz1] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-trigger .radio-register-dropdown-trigger-label .radio-register-dropdown-trigger-secondary[b-x9wc02lkz1] {
  color: #757575;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-trigger i[b-x9wc02lkz1] {
  color: #757575;
  transition: transform 120ms ease;
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-trigger.open i[b-x9wc02lkz1] {
  transform: rotate(180deg);
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-menu[b-x9wc02lkz1] {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  z-index: 520;
  border: 1px solid #757575;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(0.3125rem);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-height: min(16rem, 50vh);
  overflow-y: auto;
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-menu.hidden[b-x9wc02lkz1] {
  display: none;
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-menu .radio-register-dropdown-item[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  background: transparent;
  color: #000000;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-menu .radio-register-dropdown-item .radio-register-dropdown-item-primary[b-x9wc02lkz1] {
  color: #000000;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-menu .radio-register-dropdown-item .radio-register-dropdown-item-secondary[b-x9wc02lkz1] {
  color: #757575;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-menu .radio-register-dropdown-item:last-child[b-x9wc02lkz1] {
  border-bottom: none;
}
.radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-menu .radio-register-dropdown-item:hover[b-x9wc02lkz1], .radio-register-detail-panel .radio-register-dropdown .radio-register-dropdown-menu .radio-register-dropdown-item.selected[b-x9wc02lkz1] {
  background: rgba(0, 0, 0, 0.04);
}
.radio-register-detail-panel .detail-error[b-x9wc02lkz1] {
  margin-top: 1rem;
  padding: 0.75rem;
  background: #FFE5E9;
  border-radius: 0.3125rem;
  color: #FF3049;
}
.radio-register-detail-panel .detail-footer[b-x9wc02lkz1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  padding: 0.75rem 1.5rem;
  border-top: 1px solid #CCCCCC;
  flex-shrink: 0;
  background: #ffffff;
}
.radio-register-detail-panel.read-only .form-field[b-x9wc02lkz1]  .input-wrapper-container {
  border-color: transparent;
  background: #EBEBEB;
}
.radio-register-detail-panel.read-only .form-field[b-x9wc02lkz1]  .input-wrapper-container > :is(input, select, button) {
  color: #000000;
  background: transparent;
  cursor: not-allowed;
}

@media (max-width: 1280px) {
  .radio-register-detail-panel .detail-footer[b-x9wc02lkz1] {
    padding: 0.625rem 1rem;
  }
  .radio-register-detail-panel .detail-footer .button[b-x9wc02lkz1] {
    flex: 1 1 0;
    min-width: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
/* /Components/RadioRegister/RadioRegisterList.razor.rz.scp.css */
.radio-register-list .radio-register-table table th .sortable-header[b-nsut0spyng], .radio-register-list .radio-register-table table th[b-nsut0spyng], .radio-register-list .list-footer p[b-nsut0spyng], .radio-register-list .radio-register-table table[b-nsut0spyng], .radio-register-list .list-toolbar .list-toolbar-actions .search-field .search-input-wrap .search-input[b-nsut0spyng] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.radio-register-list .list-toolbar .list-toolbar-actions .search-field .search-input-wrap .search-input[b-nsut0spyng] {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.radio-register-list .list-footer p[b-nsut0spyng], .radio-register-list .radio-register-table table[b-nsut0spyng] {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.radio-register-list .radio-register-table table th .sortable-header[b-nsut0spyng], .radio-register-list .radio-register-table table th[b-nsut0spyng] {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.radio-register-list[b-nsut0spyng] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
  flex: 1;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.radio-register-list .list-toolbar[b-nsut0spyng] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  height: 1.9375rem;
  min-height: 1.9375rem;
  width: 100%;
}
.radio-register-list .list-toolbar .list-toolbar-actions[b-nsut0spyng] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  height: 1.9375rem;
  flex-shrink: 0;
}
.radio-register-list .list-toolbar .list-toolbar-actions .button[b-nsut0spyng] {
  padding: 0.375rem 1.5rem;
  border-radius: 0.3125rem;
  height: 1.9375rem;
  min-height: 1.9375rem;
}
.radio-register-list .list-toolbar .list-toolbar-actions .button i[b-nsut0spyng] {
  width: 0.9375rem;
  font-size: 0.9375rem;
}
.radio-register-list .list-toolbar .list-toolbar-actions .search-field[b-nsut0spyng] {
  width: 17.5rem;
  height: 1.9375rem;
}
.radio-register-list .list-toolbar .list-toolbar-actions .search-field .search-label[b-nsut0spyng] {
  display: none;
}
.radio-register-list .list-toolbar .list-toolbar-actions .search-field .search-input-wrap[b-nsut0spyng] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 0.3125rem;
  padding: 0.375rem 0.375rem 0.375rem 0.75rem;
  height: 1.9375rem;
  min-height: 1.9375rem;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.radio-register-list .list-toolbar .list-toolbar-actions .search-field .search-input-wrap:hover:not(:focus-within)[b-nsut0spyng] {
  background-color: rgba(0, 0, 0, 0.04);
}
.radio-register-list .list-toolbar .list-toolbar-actions .search-field .search-input-wrap .search-input[b-nsut0spyng] {
  flex: 1;
  border: none;
  outline: none;
  min-width: 0;
  background: transparent;
}
.radio-register-list .list-toolbar .list-toolbar-actions .search-field .search-input-wrap .search-input[b-nsut0spyng]::placeholder {
  color: #757575;
}
.radio-register-list .list-toolbar .list-toolbar-actions .search-field .search-input-wrap .search-icon[b-nsut0spyng] {
  color: #757575;
  font-size: 1rem;
}
.radio-register-list .list-toolbar .list-toolbar-actions .search-field .search-input-wrap .search-clear[b-nsut0spyng] {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #757575;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio-register-list .list-toolbar .list-toolbar-actions .search-field .search-input-wrap .search-clear i[b-nsut0spyng] {
  font-size: 1rem;
}
.radio-register-list .list-toolbar .list-toolbar-actions .search-field .search-input-wrap .search-clear:hover[b-nsut0spyng] {
  color: #3B3B3B;
}
.radio-register-list .radio-register-table[b-nsut0spyng] {
  border: 1px solid #757575;
  border-radius: 0.375rem;
  overflow: hidden;
  flex: 1 1 auto;
  min-height: 0;
}
.radio-register-list .radio-register-table .oms-table-scroll[b-nsut0spyng] {
  min-height: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
}
.radio-register-list .radio-register-table table[b-nsut0spyng] {
  width: 100%;
  min-width: 0;
}
.radio-register-list .radio-register-table table th[b-nsut0spyng] {
  min-width: 0;
  height: 2.4375rem;
  padding: 0;
  vertical-align: middle;
  text-align: left;
}
.radio-register-list .radio-register-table table th .sortable-header[b-nsut0spyng] {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: inherit;
}
.radio-register-list .radio-register-table table th .sortable-header .sort-icon[b-nsut0spyng] {
  font-size: 0.75rem;
  flex-shrink: 0;
  color: currentColor;
}
.radio-register-list .radio-register-table table td[b-nsut0spyng] {
  padding: 0.75rem;
  height: 2.4375rem;
  border-bottom: 1px solid #CCCCCC;
}
.radio-register-list .radio-register-table .radio-type-chip[b-nsut0spyng] {
  display: inline-block;
  padding: 0.125rem 0.375rem;
  border-radius: 100px;
  font-size: 0.75rem;
  white-space: nowrap;
  color: #000000;
}
.radio-register-list .radio-register-table .radio-type-chip--handterminal[b-nsut0spyng] {
  background: #f5e0ff;
  border: 1px solid #ce66ff;
}
.radio-register-list .radio-register-table .radio-type-chip--mobilstation[b-nsut0spyng] {
  background: #e8f5e9;
  border: 1px solid #2e7d32;
}
.radio-register-list .radio-register-table .radio-type-chip--reservradio[b-nsut0spyng] {
  background: #fce8d8;
  border: 1px solid #f28a3d;
}
.radio-register-list .radio-register-table .radio-type-chip--default[b-nsut0spyng] {
  background: #CCCCCC;
  color: #000000;
  border: 1px solid #757575;
}
.radio-register-list .radio-register-table .status-chip[b-nsut0spyng] {
  display: inline-block;
  padding: 0.125rem 0.375rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
}
.radio-register-list .radio-register-table .status-chip--active[b-nsut0spyng] {
  background: #cce4f7;
  color: #000000;
  border: 1px solid #0078D7;
}
.radio-register-list .radio-register-table .status-chip--unregistered[b-nsut0spyng] {
  background: #ffd6db;
  color: #000000;
  border: 1px solid #FF3049;
}
.radio-register-list .radio-register-table .status-chip--registered[b-nsut0spyng] {
  background: #CCCCCC;
  color: #000000;
  border: 1px solid #757575;
}
.radio-register-list .radio-register-table tbody tr[b-nsut0spyng] {
  cursor: pointer;
}
.radio-register-list .radio-register-table tbody tr.selected[b-nsut0spyng] {
  background: #E0EFFA;
}
.radio-register-list .radio-register-table tbody tr.selected td:first-child[b-nsut0spyng] {
  position: relative;
}
.radio-register-list .radio-register-table tbody tr.selected td:first-child[b-nsut0spyng]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.3125rem;
  background-color: #0078D7;
}
.radio-register-list .radio-register-table thead th .sortable-header[b-nsut0spyng] {
  cursor: pointer;
}
.radio-register-list .list-footer[b-nsut0spyng] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}
.radio-register-list .list-footer p[b-nsut0spyng] {
  margin: 0;
  color: #757575;
}

@media (max-width: 1280px) {
  .radio-register-list .list-toolbar .list-toolbar-actions[b-nsut0spyng] {
    width: 100%;
    justify-content: flex-end;
  }
  .radio-register-list .list-toolbar .list-toolbar-actions .search-field[b-nsut0spyng] {
    width: 14rem;
  }
  .radio-register-list .radio-register-table col.col-radiotyp[b-nsut0spyng],
  .radio-register-list .radio-register-table col.col-serial[b-nsut0spyng],
  .radio-register-list .radio-register-table col.col-tei[b-nsut0spyng],
  .radio-register-list .radio-register-table col.col-programming[b-nsut0spyng] {
    display: none;
  }
  .radio-register-list .radio-register-table table th:nth-child(2)[b-nsut0spyng],
  .radio-register-list .radio-register-table table th:nth-child(5)[b-nsut0spyng],
  .radio-register-list .radio-register-table table th:nth-child(6)[b-nsut0spyng],
  .radio-register-list .radio-register-table table th:nth-child(7)[b-nsut0spyng],
  .radio-register-list .radio-register-table table td:nth-child(2)[b-nsut0spyng],
  .radio-register-list .radio-register-table table td:nth-child(5)[b-nsut0spyng],
  .radio-register-list .radio-register-table table td:nth-child(6)[b-nsut0spyng],
  .radio-register-list .radio-register-table table td:nth-child(7)[b-nsut0spyng] {
    display: none;
  }
}
/* /Components/RadioRegister/VehicleSelectSearch.razor.rz.scp.css */
.vehicle-select-search .select-search-result-panel .result-col .result-value.result-value-bold[b-u6oatzr5jf], .vehicle-select-search .select-search-result-panel .result-warning-bar[b-u6oatzr5jf], .vehicle-select-search .select-search-result-panel .result-col .result-label[b-u6oatzr5jf], .vehicle-select-search .select-search-result-panel .result-col .result-value[b-u6oatzr5jf] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.vehicle-select-search .select-search-result-panel .result-warning-bar[b-u6oatzr5jf], .vehicle-select-search .select-search-result-panel .result-col .result-label[b-u6oatzr5jf], .vehicle-select-search .select-search-result-panel .result-col .result-value[b-u6oatzr5jf] {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.vehicle-select-search .select-search-result-panel .result-col .result-value.result-value-bold[b-u6oatzr5jf] {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.vehicle-select-search[b-u6oatzr5jf] {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: visible;
}
.vehicle-select-search .select-search-box-panel[b-u6oatzr5jf] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  width: 100%;
  min-width: 0;
}
.vehicle-select-search .select-search-box-panel[b-u6oatzr5jf]  .input-wrapper-container {
  width: 100%;
}
.vehicle-select-search .select-search-box-panel[b-u6oatzr5jf]  input {
  width: 100%;
  min-width: 0;
}
.vehicle-select-search .select-search-result-panel[b-u6oatzr5jf] {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 500;
  margin-top: 0.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  padding: 0.75rem;
  border: 1px solid #757575;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(0.3125rem);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  overflow: hidden;
}
.vehicle-select-search .select-search-result-panel.clickable[b-u6oatzr5jf] {
  cursor: pointer;
}
.vehicle-select-search .select-search-result-panel.clickable:hover[b-u6oatzr5jf] {
  background: rgba(255, 255, 255, 0.95);
}
.vehicle-select-search .select-search-result-panel.clickable:focus-visible[b-u6oatzr5jf] {
  outline: 1px solid #0078D7;
  outline-offset: -1px;
}
.vehicle-select-search .select-search-result-panel.has-warning[b-u6oatzr5jf] {
  cursor: default;
}
.vehicle-select-search .select-search-result-panel.hidden[b-u6oatzr5jf] {
  display: none !important;
}
.vehicle-select-search .select-search-result-panel .select-search-result-content[b-u6oatzr5jf] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1 1 auto;
  min-width: 0;
}
.vehicle-select-search .select-search-result-panel .select-search-result-row[b-u6oatzr5jf] {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
}
.vehicle-select-search .select-search-result-panel .result-col[b-u6oatzr5jf] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
  min-width: 0;
}
.vehicle-select-search .select-search-result-panel .result-col .result-value[b-u6oatzr5jf] {
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.vehicle-select-search .select-search-result-panel .result-col .result-label[b-u6oatzr5jf] {
  color: #757575;
}
.vehicle-select-search .select-search-result-panel .result-col-enhet[b-u6oatzr5jf] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: center;
  flex-shrink: 0;
}
.vehicle-select-search .select-search-result-panel .result-col-enhet .result-icon[b-u6oatzr5jf] {
  width: 0.9375rem;
  height: 0.9375rem;
  flex-shrink: 0;
  font-size: 1rem;
}
.vehicle-select-search .select-search-result-panel .result-col-enhet .result-text[b-u6oatzr5jf] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: flex-start;
}
.vehicle-select-search .select-search-result-panel .result-col-issi[b-u6oatzr5jf],
.vehicle-select-search .select-search-result-panel .result-col-traffic[b-u6oatzr5jf] {
  flex: 1 0 0;
  min-width: 0;
}
.vehicle-select-search .select-search-result-panel .result-warning-bar[b-u6oatzr5jf] {
  padding: 0.1875rem 0.375rem;
  border-radius: 0.375rem;
  background: #FFE5E9;
  color: #000000;
  width: 100%;
  box-sizing: border-box;
}
.vehicle-select-search .select-search-result-panel.has-warning .result-value[b-u6oatzr5jf] {
  color: #757575;
}
.vehicle-select-search .select-search-result-panel.has-warning .result-icon[b-u6oatzr5jf] {
  color: #757575;
}
/* /Components/RaInfoBanner/RaInfoBanner.razor.rz.scp.css */
/* /Components/SearchBox/SearchBox.razor.rz.scp.css */
#container[b-040ii4dojd] {
  position: relative;
}
#container #search-box-panel[b-040ii4dojd] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  width: 23.125rem;
  min-width: 0;
}
#container #search-box-panel[b-040ii4dojd]  .input-wrapper-container {
  width: 100%;
}
#container #search-box-panel[b-040ii4dojd]  input {
  width: 100%;
  min-width: 0;
}
#container #search-result-panel[b-040ii4dojd] {
  position: absolute;
  left: 0;
  width: 23.125rem;
  max-width: 23.125rem;
  z-index: 100;
  margin-top: 0.3rem;
  display: flex;
  padding: 0.75rem;
  align-items: center;
  gap: 0.75rem;
  border: 0.0625rem solid #CCCCCC;
  border-radius: 0.3125rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(0.3125rem);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  overflow: hidden;
  transition: background-color 0.2s;
}
#container #search-result-panel[b-040ii4dojd]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  border-radius: 0.3125rem;
  pointer-events: none;
  transition: background-color 0.2s;
}
#container #search-result-panel i[b-040ii4dojd] {
  width: 1rem;
  flex-shrink: 0;
}
#container #search-result-panel #search-result-info[b-040ii4dojd] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  align-items: flex-start;
  gap: 0.75rem;
}
#container #search-result-panel #search-result-info .info-item[b-040ii4dojd] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
  gap: 0.375rem;
  flex-shrink: 0;
}
#container #search-result-panel #search-result-info .info-item .label[b-040ii4dojd] {
  color: #757575;
}
#container #search-result-panel #search-result-info .radio-info-item[b-040ii4dojd] {
  flex: 0 0 auto;
  min-width: 4.25rem;
  max-width: 4.25rem;
}
#container #search-result-panel #search-result-info .traffic-area-info-item[b-040ii4dojd] {
  flex: 1 1 auto;
  min-width: 0;
}
#container #search-result-panel #search-result-info .traffic-area-info-item .info[b-040ii4dojd] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
#container #search-result-panel .button[b-040ii4dojd] {
  flex-shrink: 0;
  white-space: nowrap;
}
#container #search-result-panel:hover[b-040ii4dojd]::before {
  background-color: rgba(0, 0, 0, 0.04);
}
/* /Components/SrsStatus/SrsStatusPanel.razor.rz.scp.css */
.srs-status-table th[b-6itcl6ue13], .srs-header .header-info .last-refresh[b-6itcl6ue13] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.srs-header .header-info .last-refresh[b-6itcl6ue13] {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.srs-status-table th[b-6itcl6ue13] {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.srs-header[b-6itcl6ue13] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 1.25rem;
  gap: 1rem;
}
.srs-header .header-info[b-6itcl6ue13] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 0.9375rem;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 0;
}
.srs-header .header-info .last-refresh[b-6itcl6ue13] {
  color: #757575;
  font-style: italic;
  white-space: nowrap;
  flex-shrink: 0;
}

.srs-status-table[b-6itcl6ue13] {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.9375rem;
}
.srs-status-table th[b-6itcl6ue13],
.srs-status-table td[b-6itcl6ue13] {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 0.0625rem solid #CCCCCC;
  vertical-align: middle;
}
.srs-status-table th[b-6itcl6ue13] {
  background-color: #EBEBEB;
  color: #3B3B3B;
}
.srs-status-table tbody tr:hover[b-6itcl6ue13] {
  background-color: #E0EFFA;
}
.srs-status-table .ecadi-row[b-6itcl6ue13] {
  background-color: #E0EFFA;
}
.srs-status-table .ecadi-row:hover[b-6itcl6ue13] {
  background-color: #80BCEB;
}
.srs-status-table .dispatcher-row:hover[b-6itcl6ue13] {
  background-color: #E0EFFA;
}

.error-message[b-6itcl6ue13] {
  background-color: #FF7788;
  color: #FF3049;
  padding: 0.625rem;
  border: 0.0625rem solid #FF7788;
  border-radius: 0.25rem;
  margin-bottom: 0.9375rem;
}

.loading-message[b-6itcl6ue13] {
  text-align: center;
  font-style: italic;
  color: #757575;
  padding: 1.25rem;
}

.error-cell[b-6itcl6ue13] {
  text-align: center;
  color: #FF3049;
  font-style: italic;
}

.no-data[b-6itcl6ue13] {
  text-align: center;
  color: #757575;
  font-style: italic;
}
/* /Components/StatusChips/StatusChips.razor.rz.scp.css */
.status-chips[b-hvz2cp3w2a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 0.75rem;
}
.status-chips .status-chip-wrapper[b-hvz2cp3w2a] {
  position: relative;
  display: inline-block;
}
.status-chips .status-chip-wrapper .status-chip-container[b-hvz2cp3w2a] {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: default;
}
.status-chips .status-chip-wrapper .status-chip-container[b-hvz2cp3w2a]  .oms-chip {
  display: flex;
  padding: 0.125rem 0.375rem;
  justify-content: center;
  align-items: center;
  gap: 0.1875rem;
  color: #000000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.status-chips .status-chip-wrapper .status-chip-container[b-hvz2cp3w2a]  .oms-chip i {
  font-size: 0.75rem;
  flex-shrink: 0;
}
.status-chips .status-chip-wrapper .status-chip-container[b-hvz2cp3w2a]  .oms-chip-default {
  background-color: #ffffff;
  border-color: #CCCCCC;
}
.status-chips .status-chip-wrapper .status-chip-container[b-hvz2cp3w2a]  .status-chip-icon-wrap {
  display: flex;
  height: 0.75rem;
  flex: 1 0 0;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
  max-width: 0.75rem;
}
.status-chips .status-chip-wrapper .status-chip-container[b-hvz2cp3w2a]  .status-chip-icon {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.status-chips .status-chip-wrapper .status-tooltip[b-hvz2cp3w2a] {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  left: auto;
  transform: translateX(0);
  margin-left: auto;
  margin-right: 0;
  z-index: 10000;
  min-width: 14rem;
  max-width: 20rem;
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  border-radius: 0.3125rem;
  border: 1.5px solid #CCCCCC;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  animation: fadeIn-b-hvz2cp3w2a 0.2s ease;
  pointer-events: none;
}
.status-chips .status-chip-wrapper .status-tooltip .tooltip-header[b-hvz2cp3w2a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
}
.status-chips .status-chip-wrapper .status-tooltip .tooltip-header i[b-hvz2cp3w2a] {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.status-chips .status-chip-wrapper .status-tooltip .tooltip-header .tooltip-title[b-hvz2cp3w2a] {
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
}
.status-chips .status-chip-wrapper .status-tooltip .tooltip-message[b-hvz2cp3w2a] {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 100%;
  white-space: normal;
  color: #000000;
  padding: 0;
  margin-top: 0.375rem;
}
.status-chips .status-chip-wrapper .status-tooltip .tooltip-message-wrapper[b-hvz2cp3w2a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 0.375rem;
  margin-top: 0.375rem;
}
.status-chips .status-chip-wrapper .status-tooltip .tooltip-message-wrapper i[b-hvz2cp3w2a] {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.03125rem;
}
.status-chips .status-chip-wrapper .status-tooltip .tooltip-message-wrapper .tooltip-message[b-hvz2cp3w2a] {
  margin-top: 0;
  flex: 1;
}
.status-chips .status-chip-wrapper .status-tooltip .tooltip-content-wrapper[b-hvz2cp3w2a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 0.75rem;
}
.status-chips .status-chip-wrapper .status-tooltip .tooltip-content-wrapper i[b-hvz2cp3w2a] {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: #000000;
  margin-top: 0.03125rem;
}
.status-chips .status-chip-wrapper .status-tooltip .tooltip-content-wrapper .tooltip-text-content[b-hvz2cp3w2a] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}
.status-chips .status-chip-wrapper .status-tooltip .tooltip-content-wrapper .tooltip-text-content .tooltip-title[b-hvz2cp3w2a] {
  font-weight: 600;
  font-size: 1rem;
  color: #000000;
  line-height: 100%;
}
.status-chips .status-chip-wrapper .status-tooltip .tooltip-content-wrapper .tooltip-text-content .tooltip-message[b-hvz2cp3w2a] {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 100%;
  white-space: normal;
  color: #000000;
  padding: 0;
  margin-top: 0.375rem;
}
.status-chips .status-chip-wrapper .status-tooltip.hover-tooltip .tooltip-header i[b-hvz2cp3w2a] {
  color: #000000;
}
.status-chips .status-chip-wrapper .status-tooltip.hover-tooltip.warning[b-hvz2cp3w2a] {
  background: #FFE5E9;
  border: 1.5px solid #FF3049;
  backdrop-filter: none;
  padding: 0.75rem;
}
.status-chips .status-chip-wrapper .status-tooltip.hover-tooltip.warning .tooltip-content-wrapper[b-hvz2cp3w2a] {
  gap: 0.375rem;
}
.status-chips .status-chip-wrapper .status-tooltip.popup-tooltip.warning[b-hvz2cp3w2a] {
  background: #FFE5E9;
  border: 1.5px solid #FF3049;
  backdrop-filter: none;
  padding: 0.75rem;
}
.status-chips .status-chip-wrapper .status-tooltip.popup-tooltip.warning .tooltip-content-wrapper[b-hvz2cp3w2a] {
  gap: 0.375rem;
}

@keyframes fadeIn-b-hvz2cp3w2a {
  from {
    opacity: 0;
    transform: translateY(-0.25rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1280px) {
  .status-chips[b-hvz2cp3w2a] {
    gap: 0.5rem;
  }
  .status-chips .status-chip-wrapper .status-chip-container[b-hvz2cp3w2a]  .oms-chip {
    padding: 0.375rem;
    min-width: 1.75rem;
    min-height: 1.75rem;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
  }
  .status-chips .status-chip-wrapper .status-chip-container[b-hvz2cp3w2a]  .status-chip-text {
    display: none;
  }
  .status-chips .status-chip-wrapper .status-chip-container[b-hvz2cp3w2a]  .status-chip-icon-wrap,
  .status-chips .status-chip-wrapper .status-chip-container[b-hvz2cp3w2a]  .oms-chip i {
    margin: 0;
  }
  .status-chips .status-chip-wrapper .status-chip-container[b-hvz2cp3w2a]  .oms-chip-default {
    background-color: #ffffff;
    border: 0.0625rem solid #CCCCCC;
  }
}
/* /Components/TabConflictModal/TabConflictModal.razor.rz.scp.css */
@keyframes overlayFadeIn-b-5tw4iind6n {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalSlideIn-b-5tw4iind6n {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
#tab-conflict-modal-component[b-5tw4iind6n] {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 2147483647 !important;
  backdrop-filter: blur(5px) !important;
  animation: overlayFadeIn-b-5tw4iind6n 0.2s ease-out !important;
  pointer-events: auto !important;
}
#tab-conflict-modal-component .duplicate-tab-modal[b-5tw4iind6n] {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  border-radius: 5px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 480px;
  width: 90%;
  animation: modalSlideIn-b-5tw4iind6n 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#tab-conflict-modal-component .modal-header[b-5tw4iind6n] {
  padding: 0.75rem 0;
  background: rgba(0, 120, 215, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
#tab-conflict-modal-component .header-icon[b-5tw4iind6n] {
  background: #0078d7;
  border-radius: 100px;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
}
#tab-conflict-modal-component .header-icon i[b-5tw4iind6n] {
  font-size: 1.875rem;
  color: white;
}
#tab-conflict-modal-component .modal-body[b-5tw4iind6n] {
  padding: 1.5rem;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
#tab-conflict-modal-component .main-message[b-5tw4iind6n] {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  margin: 0 0 1.5rem 0;
  text-align: center;
  width: 100%;
}
#tab-conflict-modal-component .sub-message[b-5tw4iind6n] {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  margin: 0 0 1.5rem 0;
  text-align: center;
  width: 100%;
}
#tab-conflict-modal-component .close-button[b-5tw4iind6n] {
  background: white;
  border: 1px solid #005bc7;
  border-radius: 5px;
  padding: 0.375rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  transition: all 0.2s ease;
}
#tab-conflict-modal-component .close-button:hover[b-5tw4iind6n] {
  background: #f0f0f0;
}
#tab-conflict-modal-component .close-button:active[b-5tw4iind6n] {
  background: #e0e0e0;
}
/* /Components/Toast/RaToastHost.razor.rz.scp.css */
.ra-toast .ra-toast-message[b-vhtf2o6izo], .ra-toast .ra-toast-title[b-vhtf2o6izo] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.ra-toast .ra-toast-message[b-vhtf2o6izo], .ra-toast .ra-toast-title[b-vhtf2o6izo] {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ra-toast-host[b-vhtf2o6izo] {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: auto;
  max-width: calc(100vw - 1.5rem);
  pointer-events: none;
}

.ra-toast[b-vhtf2o6izo] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 0.375rem;
  border: 2px solid;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
  backdrop-filter: blur(0.3125rem);
  pointer-events: none;
  width: fit-content;
  max-width: min(26.5rem, 100vw - 1.5rem);
}
.ra-toast--success[b-vhtf2o6izo] {
  border-color: #0078D7;
  background-image: linear-gradient(90deg, rgba(0, 120, 215, 0.08) 0%, rgba(0, 120, 215, 0.08) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%);
}
.ra-toast--error[b-vhtf2o6izo] {
  border-color: #FF3049;
  background-image: linear-gradient(90deg, rgba(255, 48, 73, 0.08) 0%, rgba(255, 48, 73, 0.08) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%);
}
.ra-toast .ra-toast-icon[b-vhtf2o6izo] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #000000;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.ra-toast .ra-toast-content[b-vhtf2o6izo] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  min-width: 0;
}
.ra-toast .ra-toast-title[b-vhtf2o6izo] {
  margin: 0;
  color: #000000;
  font-weight: 700;
}
.ra-toast .ra-toast-message[b-vhtf2o6izo] {
  margin: 0;
  color: #000000;
  font-weight: 400;
}
/* /Components/TrafficAreaSelectionChips/TrafficAreaSelectionChips.razor.rz.scp.css */
.traffic-areas .traffic-area[b-bplyp3qdkg] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.traffic-areas .traffic-area[b-bplyp3qdkg] {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.traffic-areas[b-bplyp3qdkg] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 0.375rem;
}
.traffic-areas .traffic-area[b-bplyp3qdkg] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
  border-radius: 0.375rem;
  border: 0.0625rem solid #CCCCCC;
  background: #ffffff;
  color: #000000;
}
.traffic-areas .traffic-area:hover:not(.selected)[b-bplyp3qdkg] {
  background: rgba(0, 0, 0, 0.04);
}
.traffic-areas .traffic-area.selected[b-bplyp3qdkg] {
  background: #0078D7;
  color: #ffffff;
  border-color: #0078D7;
}
.traffic-areas .traffic-area.selected:hover[b-bplyp3qdkg] {
  background: #005BC7;
}

@media (max-width: 1280px) {
  .traffic-areas[b-bplyp3qdkg] {
    gap: 0.375rem;
  }
  .traffic-areas .traffic-area[b-bplyp3qdkg] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 0.375rem;
    border: 0.0625rem solid #CCCCCC;
    background: #ffffff;
    color: #000000;
  }
  .traffic-areas .traffic-area:hover:not(.selected)[b-bplyp3qdkg] {
    background: rgba(0, 0, 0, 0.04);
  }
  .traffic-areas .traffic-area.selected[b-bplyp3qdkg] {
    background: #0078D7;
    color: #ffffff;
    border-color: #0078D7;
  }
  .traffic-areas .traffic-area.selected:hover[b-bplyp3qdkg] {
    background: #005BC7;
  }
}
/* /Pages/History.razor.rz.scp.css */
.history-container .history-content .main-container .main-header .header-content .page-title p[b-f0rawcpd08], .history-container .history-content .main-container .main-header .header-content .page-title h3[b-f0rawcpd08] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.history-container .history-content .main-container .main-header .header-content .page-title h3[b-f0rawcpd08] {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.history-container .history-content .main-container .main-header .header-content .page-title p[b-f0rawcpd08] {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.history-container[b-f0rawcpd08] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 0;
  overflow: visible;
  background: #DEDEDE;
}
.history-container .history-content[b-f0rawcpd08] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-grow: 1;
  width: 100%;
  min-height: 0;
}
.history-container .history-content .main-container[b-f0rawcpd08] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  align-self: stretch;
  width: 100%;
  min-height: 0;
  border-radius: 0.4375rem;
  border: 1px solid #CCCCCC;
  overflow: visible;
}
.history-container .history-content .main-container .main-header[b-f0rawcpd08] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 10;
}
.history-container .history-content .main-container .main-header[b-f0rawcpd08]  .topbar {
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}
.history-container .history-content .main-container .main-header[b-f0rawcpd08]  .topbar .topbar-container {
  width: 100%;
}
.history-container .history-content .main-container .main-header .header-content[b-f0rawcpd08] {
  padding: 1rem 1.5rem;
  align-self: stretch;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: nowrap;
}
.history-container .history-content .main-container .main-header .header-content .page-title[b-f0rawcpd08] {
  padding: 0;
  align-self: stretch;
  min-width: 0;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.history-container .history-content .main-container .main-header .header-content .page-title h3[b-f0rawcpd08] {
  margin: 0;
}
.history-container .history-content .main-container .main-header .header-content .page-title p[b-f0rawcpd08] {
  margin: 0.125rem 0 0 0;
}
.history-container .history-content .main-container .main-header .header-content .status-section[b-f0rawcpd08] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  min-height: 2rem;
}
.history-container .history-content .main-container .main-content[b-f0rawcpd08] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0.75rem;
  flex: 1 0 0;
  align-self: stretch;
  min-height: 0;
  padding: 0.75rem;
  min-width: 0;
}
.history-container .history-content .main-container .main-content[b-f0rawcpd08]  .card {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
  max-height: none;
  padding: 1.5rem;
  border-radius: 0.625rem;
}
.history-container .history-content .main-container .main-content[b-f0rawcpd08]  .card .card-body {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
}
.history-container .history-content .main-container .main-content[b-f0rawcpd08]  .card .card-body .oms-table-container {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
}
/* /Pages/Home.razor.rz.scp.css */
.home-container[b-ovbe8p6fpb] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #DEDEDE;
}
.home-container .home-content[b-ovbe8p6fpb] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  flex-grow: 1;
  min-height: 0;
}
.home-container .home-content .main-container[b-ovbe8p6fpb] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  align-self: stretch;
  min-height: 0;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #CCCCCC;
  overflow: visible;
}
.home-container .home-content .main-container .main-header[b-ovbe8p6fpb] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 0;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  overflow: visible;
}
.home-container .home-content .main-container .main-header[b-ovbe8p6fpb]  .topbar {
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}
.home-container .home-content .main-container .main-header[b-ovbe8p6fpb]  .topbar .topbar-container {
  width: 100%;
}
.home-container .home-content .main-container .main-header .header-content[b-ovbe8p6fpb] {
  padding: 1.5rem;
  align-self: stretch;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.home-container .home-content .main-container .main-header .header-content .traffic-areas-section[b-ovbe8p6fpb] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  min-height: 2.25rem;
}
.home-container .home-content .main-container .main-header .header-content .status-section[b-ovbe8p6fpb] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  min-height: 2rem;
}
.home-container .home-content .main-container .main-content[b-ovbe8p6fpb] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  align-self: stretch;
  min-height: 0;
  padding: 0.75rem;
  padding-right: 0;
  padding-bottom: 0.5rem;
  min-width: 0;
}
.home-container .home-content .main-container .main-content .main-content-scroll[b-ovbe8p6fpb] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  flex: 1 0 0;
  align-self: stretch;
  min-height: 0;
  overflow: visible;
  padding: 0;
  padding-right: 1rem;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0.75rem;
  flex: 1 1 0;
  align-self: stretch;
  min-height: 0;
  min-width: 0;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb] >  .card {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
  max-height: none;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb] >  .card .card-body {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb] >  .card .card-body .oms-table-container {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb] >  .card .card-body .oms-table-container .oms-table-scroll {
  min-height: 0;
  overflow-y: auto;
  overflow-x: auto;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split[b-ovbe8p6fpb] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  align-self: stretch;
  min-height: 0;
  overflow: visible;
  gap: 0;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split .call-log-split-pane[b-ovbe8p6fpb] {
  min-height: 10rem;
  overflow: visible;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split .call-log-split-pane[b-ovbe8p6fpb]  .card {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
  max-height: none;
  padding: 1.5rem;
  border-radius: 0.625rem !important;
  border-top-left-radius: 0.625rem !important;
  border-top-right-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
  border-bottom-right-radius: 0.625rem !important;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split .call-log-split-pane[b-ovbe8p6fpb]  .card .card-header {
  margin-bottom: 0.75rem;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split .call-log-split-pane[b-ovbe8p6fpb]  .card .card-header h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split .call-log-split-pane[b-ovbe8p6fpb]  .card .card-body {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split .call-log-split-pane[b-ovbe8p6fpb]  .card .card-body .oms-table-container {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split .call-log-split-pane[b-ovbe8p6fpb]  .card .card-body .oms-table-container .oms-table-scroll {
  min-height: 0;
  overflow-y: auto;
  overflow-x: auto;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split .call-log-split-pane-top[b-ovbe8p6fpb] {
  flex-shrink: 0;
  background: #ffffff;
  overflow: visible;
  border-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split .call-log-split-pane-top[b-ovbe8p6fpb]  .card {
  border-radius: 0.625rem !important;
  border-top-left-radius: 0.625rem !important;
  border-top-right-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
  border-bottom-right-radius: 0.625rem !important;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split .call-log-split-pane-bottom[b-ovbe8p6fpb] {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split .call-log-split-pane-bottom[b-ovbe8p6fpb]  .card {
  border-radius: 0.625rem !important;
  border-top-left-radius: 0.625rem !important;
  border-top-right-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
  border-bottom-right-radius: 0.625rem !important;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split .call-log-split-handle[b-ovbe8p6fpb] {
  flex-shrink: 0;
  height: 0.75rem;
  min-height: 0.75rem;
  cursor: row-resize;
  user-select: none;
  background: transparent;
  border: none;
  border-radius: 0.625rem;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb]  .card {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
  max-height: none;
  padding: 1.5rem;
  border-radius: 0.625rem;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb]  .card .card-header {
  margin-bottom: 0.75rem;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb]  .card .card-header h2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb]  .card .card-body {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb]  .card .card-body .oms-table-container {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb]  .card .card-body .oms-table-container .oms-table-scroll {
  min-height: 0;
  overflow-y: auto;
  overflow-x: auto;
}
.home-container .home-content .main-container .main-content .main-content-scroll .sidebar[b-ovbe8p6fpb] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 27.1875rem;
  flex: 0 0 27.1875rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  min-height: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

@media (max-width: 1280px) {
  .home-container .home-content .main-container .main-content .main-content-scroll[b-ovbe8p6fpb] {
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    gap: 0.75rem;
    padding-right: 0.75rem;
  }
  .home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb] {
    flex: 0 0 auto;
    height: calc(100vh - 13rem);
    min-height: 20rem;
    max-height: calc(100vh - 13rem);
    min-width: 0;
    width: 100%;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb]  .card {
    flex: 1 1 0;
    min-height: 10rem;
    border-radius: 0.625rem;
  }
  .home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb]  .card .card-body {
    overflow: hidden;
    min-height: 0;
  }
  .home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb]  .card .oms-table-container {
    min-height: 0;
    overflow: hidden;
  }
  .home-container .home-content .main-container .main-content .main-content-scroll .call-log-container[b-ovbe8p6fpb]  .card .oms-table-container .oms-table-scroll {
    overflow-y: auto;
    overflow-x: auto;
  }
  .home-container .home-content .main-container .main-content .main-content-scroll .call-log-container .call-log-split .call-log-split-pane[b-ovbe8p6fpb] {
    min-height: 10rem;
  }
  .home-container .home-content .main-container .main-content .main-content-scroll .sidebar[b-ovbe8p6fpb] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    min-height: 0;
  }
}
/* /Pages/IsAlive.razor.rz.scp.css */
.is-alive-container .is-alive-content .main-container .main-header .header-content .page-title p[b-ayaihj8uhj], .is-alive-container .is-alive-content .main-container .main-header .header-content .page-title h3[b-ayaihj8uhj] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.is-alive-container .is-alive-content .main-container .main-header .header-content .page-title h3[b-ayaihj8uhj] {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.is-alive-container .is-alive-content .main-container .main-header .header-content .page-title p[b-ayaihj8uhj] {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.is-alive-container[b-ayaihj8uhj] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 0;
  overflow: visible;
  background: #DEDEDE;
}
.is-alive-container .is-alive-content[b-ayaihj8uhj] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-grow: 1;
  width: 100%;
  min-height: 0;
}
.is-alive-container .is-alive-content .main-container[b-ayaihj8uhj] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  align-self: stretch;
  width: 100%;
  min-height: 0;
  border-radius: 0.4375rem;
  border: 1px solid #CCCCCC;
  overflow: visible;
  position: relative;
}
.is-alive-container .is-alive-content .main-container .main-header[b-ayaihj8uhj] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  transition: background 0.2s ease;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: visible;
}
.is-alive-container .is-alive-content .main-container .main-header[b-ayaihj8uhj]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transition: background 0.2s ease, backdrop-filter 0.2s ease;
}
.is-alive-container .is-alive-content .main-container .main-header[b-ayaihj8uhj]  .topbar {
  position: relative;
  z-index: 1;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  background: transparent;
}
.is-alive-container .is-alive-content .main-container .main-header[b-ayaihj8uhj]  .topbar .topbar-container {
  width: 100%;
}
.is-alive-container .is-alive-content .main-container .main-header .header-content[b-ayaihj8uhj] {
  position: relative;
  z-index: 1;
}
.is-alive-container .is-alive-content .main-container .main-header .header-content[b-ayaihj8uhj] {
  padding: 1rem 1.5rem;
  align-self: stretch;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: nowrap;
}
.is-alive-container .is-alive-content .main-container .main-header .header-content .page-title[b-ayaihj8uhj] {
  padding: 0;
  align-self: stretch;
  min-width: 0;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.is-alive-container .is-alive-content .main-container .main-header .header-content .page-title h3[b-ayaihj8uhj] {
  margin: 0;
}
.is-alive-container .is-alive-content .main-container .main-header .header-content .page-title p[b-ayaihj8uhj] {
  margin: 0.125rem 0 0 0;
}
.is-alive-container .is-alive-content .main-container .main-header .header-content .status-section[b-ayaihj8uhj] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  min-height: 2rem;
}
.is-alive-container .is-alive-content .main-container.main-header-scrolled .main-header[b-ayaihj8uhj] {
  background: transparent;
}
.is-alive-container .is-alive-content .main-container.main-header-scrolled .main-header[b-ayaihj8uhj]::before {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(0.3125rem);
  -webkit-backdrop-filter: blur(0.3125rem);
}
.is-alive-container .is-alive-content .main-container .main-content[b-ayaihj8uhj] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1 0 0;
  align-self: stretch;
  min-height: 0;
  padding: 0;
  min-width: 0;
  overflow: hidden;
}
.is-alive-container .is-alive-content .main-container .is-alive-main-card[b-ayaihj8uhj] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  align-self: stretch;
  min-height: 0;
  overflow: hidden;
  background: #DEDEDE;
  padding: 0 0 0 0.75rem;
  border-bottom-left-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
  box-shadow: inset 0 6px 10px -4px rgba(0, 0, 0, 0.28);
}

.is-alive-container .main-content-scroll[b-ayaihj8uhj] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1 1 0;
  align-self: stretch;
  min-height: 0;
  padding: 0.75rem 0.75rem 0.75rem 0;
  padding-top: 9rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.is-alive-container .main-content-scroll > *[b-ayaihj8uhj] {
  width: 100%;
}

.system-info-panel[b-ayaihj8uhj]  .card {
  overflow: visible;
  max-height: none;
  min-height: auto;
  padding: 1.5rem;
  border-radius: 0.625rem;
}
.system-info-panel[b-ayaihj8uhj]  .card-body {
  overflow: visible;
  max-height: none;
  min-height: auto;
}

.tools-panel h3[b-ayaihj8uhj] {
  margin: 0 0 0.5rem 0;
}
.tools-panel .tools-grid[b-ayaihj8uhj] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: stretch;
}
@media (max-width: 900px) {
  .tools-panel .tools-grid[b-ayaihj8uhj] {
    grid-template-columns: 1fr;
  }
}
.tools-panel .tools-grid-item[b-ayaihj8uhj] {
  height: 100%;
}
.tools-panel .tools-grid-item[b-ayaihj8uhj]  .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border-radius: 0.625rem;
}
.tools-panel .tools-grid-item[b-ayaihj8uhj]  .card-body {
  flex: 1 1 auto;
  min-height: 0;
}

.srs-status-panel[b-ayaihj8uhj] {
  width: 100%;
}
.srs-status-panel[b-ayaihj8uhj]  .card {
  overflow: visible;
  max-height: none;
  min-height: auto;
  padding: 1.5rem;
  border-radius: 0.625rem;
}
.srs-status-panel[b-ayaihj8uhj]  .card-body {
  overflow-y: auto;
  max-height: 60vh;
  min-height: 0;
}

.connectivity-log-panel[b-ayaihj8uhj] {
  width: 100%;
}
.connectivity-log-panel[b-ayaihj8uhj]  .card {
  overflow: visible;
  max-height: none;
  min-height: auto;
}
.connectivity-log-panel[b-ayaihj8uhj]  .card-body {
  overflow: visible;
  max-height: none;
  min-height: auto;
}

.is-alive-container .main-content[b-ayaihj8uhj]  .form-container {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  width: 100%;
}
.is-alive-container .main-content[b-ayaihj8uhj]  .card {
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.625rem;
}
/* /Pages/Layouts/MainLayout.razor.rz.scp.css */
.page[b-l97cbqx2u1] {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100vh;
}
.page .main-section[b-l97cbqx2u1] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  flex-direction: row;
  min-height: 0;
  overflow: hidden;
  gap: 0;
}
.page .main-section[b-l97cbqx2u1]  .rail .rail-icon-circle {
  background-color: transparent;
}
.page .main-section[b-l97cbqx2u1]  .rail .rail-icon-circle img {
  width: 2.25rem;
  height: 2.25rem;
}
.page .main-section .content-container[b-l97cbqx2u1] {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.page .main-section .content-container[b-l97cbqx2u1]  .topbar {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  flex-shrink: 0;
}
.page .main-section .content-container[b-l97cbqx2u1]  .layout-content-topbar-scrollable-background {
  display: none;
}
.page .main-section .content-container .body-content[b-l97cbqx2u1] {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
/* /Pages/RadioRegister.razor.rz.scp.css */
.radio-register-container .radio-register-content .main-container .main-header .header-content .page-title p[b-b0w1v1ldeu], .radio-register-container .radio-register-content .main-container .main-header .header-content .page-title h3[b-b0w1v1ldeu] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.radio-register-container .radio-register-content .main-container .main-header .header-content .page-title h3[b-b0w1v1ldeu] {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.radio-register-container .radio-register-content .main-container .main-header .header-content .page-title p[b-b0w1v1ldeu] {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.radio-register-container[b-b0w1v1ldeu] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  background: #DEDEDE;
}
.radio-register-container .radio-register-content[b-b0w1v1ldeu] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-grow: 1;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}
.radio-register-container .radio-register-content .main-container[b-b0w1v1ldeu] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  align-self: stretch;
  width: 100%;
  min-height: 0;
  border-radius: 0.4375rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #CCCCCC;
  overflow: visible;
}
.radio-register-container .radio-register-content .main-container .main-header[b-b0w1v1ldeu] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 10;
}
.radio-register-container .radio-register-content .main-container .main-header[b-b0w1v1ldeu]  .topbar {
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}
.radio-register-container .radio-register-content .main-container .main-header[b-b0w1v1ldeu]  .topbar .topbar-container {
  width: 100%;
}
.radio-register-container .radio-register-content .main-container .main-header .header-content[b-b0w1v1ldeu] {
  padding: 1rem 1.5rem;
  align-self: stretch;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: nowrap;
}
.radio-register-container .radio-register-content .main-container .main-header .header-content .page-title[b-b0w1v1ldeu] {
  padding: 0;
  align-self: stretch;
  min-width: 0;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.radio-register-container .radio-register-content .main-container .main-header .header-content .page-title h3[b-b0w1v1ldeu] {
  margin: 0;
}
.radio-register-container .radio-register-content .main-container .main-header .header-content .page-title p[b-b0w1v1ldeu] {
  margin: 0.125rem 0 0 0;
}
.radio-register-container .radio-register-content .main-container .main-header .header-content .status-section[b-b0w1v1ldeu] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  min-height: 2rem;
}
.radio-register-container .radio-register-content .main-container .main-content[b-b0w1v1ldeu] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  align-self: stretch;
  min-height: 0;
  padding: 0.75rem;
  gap: 0.75rem;
}
.radio-register-container .radio-register-content .main-container .main-content.two-pane-layout .list-pane[b-b0w1v1ldeu] {
  flex: 1 1 auto;
}
.radio-register-container .radio-register-content .main-container .main-content .list-pane[b-b0w1v1ldeu] {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow: visible;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.radio-register-container .radio-register-content .main-container .main-content .detail-pane[b-b0w1v1ldeu] {
  flex: 0 0 34.375rem;
  width: 34.375rem;
  min-width: 34.375rem;
  max-width: 34.375rem;
  min-height: 0;
  overflow: visible;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.radio-register-container .radio-register-content .main-container .main-content .detail-pane .detail-empty-panel[b-b0w1v1ldeu] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 0;
  border-radius: 0.375rem;
  border: 1px solid #CCCCCC;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.radio-register-container .radio-register-content .main-container .main-content .detail-pane .detail-empty-panel p[b-b0w1v1ldeu] {
  margin: 0;
}

@media (max-width: 1280px) {
  .radio-register-container .radio-register-content .main-container .main-content[b-b0w1v1ldeu] {
    padding: 0.75rem;
    gap: 0.75rem;
  }
  .radio-register-container .radio-register-content .main-container .main-content.two-pane-layout .list-pane[b-b0w1v1ldeu] {
    flex: 0 1 67%;
  }
  .radio-register-container .radio-register-content .main-container .main-content .detail-pane[b-b0w1v1ldeu] {
    flex: 0 1 33%;
    width: auto;
    min-width: 0;
    max-width: none;
  }
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-container .settings-content .main-container .main-header .header-content .page-title p[b-xsypv2zmsn], .settings-container .settings-content .main-container .main-header .header-content .page-title h3[b-xsypv2zmsn] {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.settings-container .settings-content .main-container .main-header .header-content .page-title h3[b-xsypv2zmsn] {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.settings-container .settings-content .main-container .main-header .header-content .page-title p[b-xsypv2zmsn] {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.settings-container[b-xsypv2zmsn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 0;
  overflow: visible;
  background: #DEDEDE;
}
.settings-container .settings-content[b-xsypv2zmsn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  gap: 0;
  flex-grow: 1;
  width: 100%;
  min-height: 0;
}
.settings-container .settings-content .main-container[b-xsypv2zmsn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 0 0;
  -moz-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  align-self: stretch;
  width: 100%;
  min-height: 0;
  border-radius: 0.4375rem;
  border: 1px solid #CCCCCC;
  overflow: visible;
  position: relative;
}
.settings-container .settings-content .main-container .main-header[b-xsypv2zmsn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  transition: background 0.2s ease;
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: visible;
}
.settings-container .settings-content .main-container .main-header[b-xsypv2zmsn]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transition: background 0.2s ease, backdrop-filter 0.2s ease;
}
.settings-container .settings-content .main-container .main-header[b-xsypv2zmsn]  .topbar {
  position: relative;
  z-index: 1;
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  background: transparent;
}
.settings-container .settings-content .main-container .main-header[b-xsypv2zmsn]  .topbar .topbar-container {
  width: 100%;
}
.settings-container .settings-content .main-container .main-header .header-content[b-xsypv2zmsn] {
  position: relative;
  z-index: 1;
}
.settings-container .settings-content .main-container .main-header .header-content[b-xsypv2zmsn] {
  padding: 1rem 1.5rem;
  align-self: stretch;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: nowrap;
}
.settings-container .settings-content .main-container .main-header .header-content .page-title[b-xsypv2zmsn] {
  padding: 0;
  align-self: stretch;
  min-width: 0;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.settings-container .settings-content .main-container .main-header .header-content .page-title h3[b-xsypv2zmsn] {
  margin: 0;
}
.settings-container .settings-content .main-container .main-header .header-content .page-title p[b-xsypv2zmsn] {
  margin: 0.125rem 0 0 0;
}
.settings-container .settings-content .main-container .main-header .header-content .status-section[b-xsypv2zmsn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  min-height: 2rem;
}
.settings-container .settings-content .main-container.main-header-scrolled .main-header[b-xsypv2zmsn] {
  background: transparent;
}
.settings-container .settings-content .main-container.main-header-scrolled .main-header[b-xsypv2zmsn]::before {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(0.3125rem);
  -webkit-backdrop-filter: blur(0.3125rem);
}
.settings-container .settings-content .main-container .main-content[b-xsypv2zmsn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1 0 0;
  align-self: stretch;
  min-height: 0;
  padding: 0;
  min-width: 0;
  overflow: hidden;
}
.settings-container .settings-content .main-container .settings-main-card[b-xsypv2zmsn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  align-self: stretch;
  min-height: 0;
  overflow: hidden;
  background: #DEDEDE;
  padding: 0 0 0 0.75rem;
  border-bottom-left-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
  box-shadow: inset 0 6px 10px -4px rgba(0, 0, 0, 0.28);
}

.settings-container .main-content-scroll[b-xsypv2zmsn] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1 1 0;
  align-self: stretch;
  min-height: 0;
  padding: 0.75rem 0.75rem 0.75rem 0;
  padding-top: 9rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.settings-container .main-content-scroll > *[b-xsypv2zmsn] {
  width: 100%;
}

.settings-card-panel[b-xsypv2zmsn] {
  margin-bottom: 0;
}

.settings-container .main-content[b-xsypv2zmsn]  .card,
.settings-container .main-content-scroll[b-xsypv2zmsn]  .card {
  padding: 1.5rem;
  border-radius: 0.625rem;
}
