/* _content/OPP.MajorIncident.Web/Components/CardMessage.razor.rz.scp.css */
.card-wrapper[b-8wyhorm90u] {
  margin: 2rem 0;
}
.card-wrapper .k-notification[b-8wyhorm90u] {
  font-size: var(--font-size-normal);
}
/* _content/OPP.MajorIncident.Web/Components/Container.razor.rz.scp.css */
.container[b-it0kg00kqn], .container-sm[b-it0kg00kqn], .container-md[b-it0kg00kqn], .container-lg[b-it0kg00kqn], .container-xl[b-it0kg00kqn], .container-xxl[b-it0kg00kqn] {
  width: 1320px;
  margin: 0 auto;
  padding: 1rem;
}

.form-sub-section[b-it0kg00kqn] {
  width: 100%;
  margin: 0 auto;
  padding: 0rem;
  gap: 0px 2rem;
}

.container-fluid[b-it0kg00kqn] {
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 1rem;
}

@media only screen and (max-width: 1399px) {
  .container[b-it0kg00kqn], .container-sm[b-it0kg00kqn], .container-md[b-it0kg00kqn], .container-lg[b-it0kg00kqn], .container-xl[b-it0kg00kqn] {
    width: 1140px;
  }
  .container-xxl[b-it0kg00kqn] {
    width: calc(100% - 2rem);
  }
}
@media only screen and (max-width: 1199px) {
  .container[b-it0kg00kqn], .container-sm[b-it0kg00kqn], .container-md[b-it0kg00kqn], .container-lg[b-it0kg00kqn] {
    width: 960px;
  }
  .container-xl[b-it0kg00kqn] {
    width: calc(100% - 2rem);
  }
}
@media only screen and (max-width: 991px) {
  .container[b-it0kg00kqn], .container-sm[b-it0kg00kqn], .container-md[b-it0kg00kqn] {
    width: 720px;
  }
  .container-lg[b-it0kg00kqn] {
    width: calc(100% - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .container[b-it0kg00kqn], .container-sm[b-it0kg00kqn] {
    width: 540px;
  }
  .container-md[b-it0kg00kqn] {
    width: calc(100% - 2rem);
  }
}
@media only screen and (max-width: 575px) {
  .container[b-it0kg00kqn], .container-sm[b-it0kg00kqn] {
    width: calc(100% - 2rem);
  }
}
/* _content/OPP.MajorIncident.Web/Components/CookieNotification.razor.rz.scp.css */
.c-notification-wrapper[b-hdl71bbizv] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
}
.c-notification-wrapper .c-notification[b-hdl71bbizv] {
  background: var(--opp-surface-light);
  height: auto;
  z-index: 10002;
  padding: 2rem;
  border-radius: var(--kendo-window-border-radius, var(--kendo-border-radius-md, 0.125rem));
}
.c-notification-wrapper .c-notification .c-notification-content[b-hdl71bbizv] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-notification-wrapper .c-notification .c-notification-content[b-hdl71bbizv]  span.k-icon {
  min-width: 60px;
  margin-right: 20px;
}
.c-notification-wrapper .c-notification .c-notification-content p[b-hdl71bbizv] {
  max-width: 370px;
}
.c-notification-wrapper .c-notification .c-notification-actions[b-hdl71bbizv] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.c-notification-wrapper .c-notification .c-notification-actions button[b-hdl71bbizv], .c-notification-wrapper .c-notification .c-notification-actions a[b-hdl71bbizv] {
  margin-top: 1rem;
  max-width: 350px;
  word-break: break-word;
  white-space: normal;
  width: 100%;
}

.c-notification-wrapper[b-hdl71bbizv]:before {
  top: 0;
  left: 0;
  position: fixed;
  content: "";
  height: 100vh;
  width: 100vw;
  opacity: var(--kendo-overlay-opacity, 0.4);
  background-color: var(--kendo-overlay-dark, #000);
}

.c-notification-wrapper.show[b-hdl71bbizv] {
  display: flex;
}

@media only screen and (max-width: 575px) {
  .c-notification-wrapper .c-notification[b-hdl71bbizv] {
    padding: 2rem 1rem;
  }
  .c-notification-wrapper .c-notification .c-notification-content[b-hdl71bbizv] {
    display: flex;
    align-items: center;
  }
  .c-notification-wrapper .c-notification .c-notification-content[b-hdl71bbizv]  span.k-icon {
    min-width: 60px;
    margin-right: 20px;
  }
  .c-notification-wrapper .c-notification .c-notification-actions[b-hdl71bbizv] {
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-notification-wrapper .c-notification .c-notification-actions button[b-hdl71bbizv], .c-notification-wrapper .c-notification .c-notification-actions a[b-hdl71bbizv] {
    min-width: 205px;
  }
}
/* _content/OPP.MajorIncident.Web/Components/CultureSelector.razor.rz.scp.css */
.top-nav-language-toggle[b-r8dsbe0kp9]  button {
  color: var(--opp-black) !important;
  background: transparent;
  border: 1px solid var(--opp-black);
  height: 40px;
  transition: all 0.35s ease-out;
}
.top-nav-language-toggle[b-r8dsbe0kp9]  button:hover, .top-nav-language-toggle[b-r8dsbe0kp9]  button:active, .top-nav-language-toggle[b-r8dsbe0kp9]  button:focus {
  color: var(--opp-secondary) !important;
  border: 1px solid var(--opp-secondary);
  background: var(--opp-black);
}
/* _content/OPP.MajorIncident.Web/Components/Data/DateTimeFormControl.razor.rz.scp.css */
.mc-datetime-control .mc-datetime-dropdown[b-w2yxesl27w] {
  display: flex;
  gap: 0.5rem;
}
.mc-datetime-control .mc-datetime-dropdown[b-w2yxesl27w]  .k-picker:nth-of-type(1), .mc-datetime-control .mc-datetime-dropdown[b-w2yxesl27w]  .k-picker:nth-of-type(3) {
  max-width: 150px;
}
.mc-datetime-control .mc-datetime-dropdown[b-w2yxesl27w]  .k-picker:nth-of-type(2) {
  max-width: 200px;
}
.mc-datetime-control .time-picker-custom input[b-w2yxesl27w] {
  pointer-events: none;
  cursor: pointer;
}
/* _content/OPP.MajorIncident.Web/Components/Data/FileSelectControl.razor.rz.scp.css */
[b-svldzkqp33] .k-upload-files .k-file .k-file-single {
  align-items: baseline !important;
}
/* _content/OPP.MajorIncident.Web/Components/Data/PicklistFormControl.razor.rz.scp.css */
.k-form-hint[b-ggxvkduzsi] {
  display: block;
}
/* _content/OPP.MajorIncident.Web/Components/Data/TextfieldFormControl.razor.rz.scp.css */
.k-form-hint[b-6h2384c1x3] {
  display: block;
}

.input-uppercase[b-6h2384c1x3]  input {
  text-transform: uppercase;
}
/* _content/OPP.MajorIncident.Web/Components/Data/TwoOptionsFormControl.razor.rz.scp.css */
[b-q182f000rc] .checkbox-wrapper input.k-checkbox {
  margin-right: 0.7rem !important;
}
/* _content/OPP.MajorIncident.Web/Components/Footer.razor.rz.scp.css */
.bottom-footer[b-us2eosf4bq] {
  background-color: var(--opp-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: var(--footer-height);
  padding: 0.5rem 1rem;
  transition: all 350ms ease-out;
  flex-shrink: 0;
  z-index: 10010;
  width: calc(100% - 2rem);
}
.bottom-footer > div[b-us2eosf4bq] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.bottom-footer > div:first-child[b-us2eosf4bq],
.bottom-footer > div:last-child[b-us2eosf4bq] {
  white-space: nowrap;
}
.bottom-footer[b-us2eosf4bq]  a {
  color: var(--opp-white) !important;
  display: inline-block;
  height: 58px;
  line-height: 58px !important;
  text-align: center;
}
.bottom-footer[b-us2eosf4bq]  a:hover, .bottom-footer[b-us2eosf4bq]  a:focus, .bottom-footer[b-us2eosf4bq]  a:active {
  color: var(--opp-secondary) !important;
}
.bottom-footer[b-us2eosf4bq]  p {
  display: inline-block;
  color: var(--opp-white) !important;
}
.bottom-footer[b-us2eosf4bq]  p.footer-link-pipe {
  color: var(--opp-white) !important;
  margin: 0;
}
.bottom-footer .recaptcha-notice[b-us2eosf4bq] {
  color: var(--opp-white);
  text-align: center;
  line-height: 1.4;
  max-width: 400px;
  margin: 0 1rem;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
}
.bottom-footer .recaptcha-notice span[b-us2eosf4bq] {
  display: inline;
  font-size: 0.75rem;
  color: var(--opp-grey);
  font-weight: 700;
}
.bottom-footer .recaptcha-notice a[b-us2eosf4bq] {
  color: var(--opp-white) !important;
  text-decoration: underline;
  display: inline !important;
  height: auto !important;
  line-height: inherit !important;
  padding: 0 !important;
  font-size: 0.75rem;
  color: var(--opp-grey) !important;
  font-weight: 700;
}
.bottom-footer .recaptcha-notice a:hover[b-us2eosf4bq], .bottom-footer .recaptcha-notice a:focus[b-us2eosf4bq], .bottom-footer .recaptcha-notice a:active[b-us2eosf4bq] {
  color: var(--opp-secondary) !important;
}

@media only screen and (max-width: 768px) {
  .bottom-footer[b-us2eosf4bq] {
    flex-direction: column;
    max-height: none;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
  }
  .bottom-footer > div[b-us2eosf4bq] {
    white-space: normal;
  }
  .bottom-footer[b-us2eosf4bq]  a {
    height: 45px;
    line-height: 45px !important;
  }
  .bottom-footer div:nth-of-type(1)[b-us2eosf4bq] {
    display: flex;
    flex-direction: row;
    order: 1;
  }
  .bottom-footer .recaptcha-notice[b-us2eosf4bq] {
    order: 2;
    max-width: 100%;
    margin: 0;
    font-size: revert;
  }
  .bottom-footer div:nth-of-type(3)[b-us2eosf4bq] {
    order: 3;
  }
}
/* _content/OPP.MajorIncident.Web/Components/FormLoadingWrapper.razor.rz.scp.css */
.opp-form-wrapper[b-hdgtcrude6] {
  transition: all 1s ease-out;
  opacity: 0;
  padding: 0 min(2rem, 5vw);
}
.opp-form-wrapper[b-hdgtcrude6]  .k-panelbar {
  transition: all 1s ease-out;
  opacity: 0;
}

.opp-form-wrapper-loaded[b-hdgtcrude6] {
  opacity: 1;
}
.opp-form-wrapper-loaded[b-hdgtcrude6]  .k-panelbar {
  opacity: 1;
}

[b-hdgtcrude6] .no-panel .k-loader-container-panel {
  background-color: transparent;
  border-width: 0;
}

[b-hdgtcrude6] .k-loader-container, .k-loader-container-overlay[b-hdgtcrude6] {
  position: fixed;
}
/* _content/OPP.MajorIncident.Web/Components/FormSection.razor.rz.scp.css */
.collapsible-section[b-n893t16jk6] {
  align-self: flex-start;
  margin: 1rem 0 0 0;
  transition: all 1s ease-out;
  opacity: 1;
  border-left: 1px solid var(--opp-primary);
  border-right: 1px solid var(--opp-primary);
  border-top: 1px solid var(--opp-primary);
  border-bottom: 1px solid var(--opp-primary);
  background: var(--opp-surface-light);
  background-color: var(--opp-surface-light, inherit);
}

.collapsible-section .header[b-n893t16jk6] {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: var(--font-size-h2);
  color: var(--opp-primary);
  background: var(--opp-surface-light);
  border-bottom: 1px solid var(--opp-primary);
  border-color: var(--opp-primary, inherit);
  color: var(--INTERNAL--kendo-panelbar-header-text, inherit);
  background-color: var(--INTERNAL--kendo-panelbar-header-bg, inherit);
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
  flex-flow: row nowrap;
  gap: var(--kendo-icon-spacing, 0.5rem);
  align-items: center;
  justify-content: space-between;
}

.collapsible-section .header.collapsed[b-n893t16jk6] {
  border-bottom: 0px solid var(--opp-primary);
}

.collapsible-section .header span.title[b-n893t16jk6] {
  color: var(--opp-primary);
}

.collapsible-section .header span.icon[b-n893t16jk6] {
  color: var(--opp-primary);
  width: var(--kendo-icon-size, 1rem);
  height: var(--kendo-icon-size, 1rem);
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
}

.collapsible-section .header.hover[b-n893t16jk6] {
  background-color: var(--opp-surface);
}

.collapsible-section .content[b-n893t16jk6] {
  overflow: hidden;
  transition: height 0.5s ease; /* Smooth transition for height */
  height: 0; /* Initial height is zero (collapsed) */
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  background: var(--opp-surface-light);
  background-color: var(--INTERNAL--kendo-panelbar-header-bg, inherit);
  gap: 0px 2rem;
}

.collapsible-section .content.expanded[b-n893t16jk6] {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  height: auto;
}

.collapsible-section .content.collapsed[b-n893t16jk6] {
  display: none;
  padding: 0px;
  /*height: 0px;*/
}

.collapsible-section .next-button[b-n893t16jk6] {
  margin-top: 10px;
  padding: 5px 10px;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  background: var(--kendo-primary-10);
  color: var(--opp-primary);
  width: auto;
}

.collapsible-section .next-button:hover[b-n893t16jk6] {
  background: var(--opp-secondary);
  color: var(--opp-black);
  border-color: var(--opp-secondary);
}
/* _content/OPP.MajorIncident.Web/Components/Forms/MajorIncidentForm.razor.rz.scp.css */
.photo-spec[b-y9cbvn8huw] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo-spec img[b-y9cbvn8huw] {
  max-height: 20rem;
  width: 33.33%;
  margin-left: 2rem;
}

.input-uppercase input[b-y9cbvn8huw] {
  text-transform: uppercase;
}

.form-group-description[b-y9cbvn8huw] {
  margin-top: -0.5rem;
}

.subSectionContainer[b-y9cbvn8huw] {
  gap: 0px 2rem;
}

.spinner[b-y9cbvn8huw] {
  animation: rotator-b-y9cbvn8huw 1.4s linear infinite;
  padding: 0.1em;
}

@keyframes rotator-b-y9cbvn8huw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path[b-y9cbvn8huw] {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash-b-y9cbvn8huw 1.4s ease-in-out infinite, colors-b-y9cbvn8huw 5.6s ease-in-out infinite;
}

@keyframes colors-b-y9cbvn8huw {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes dash-b-y9cbvn8huw {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
@media only screen and (max-width: 1399px) {
  .photo-spec[b-y9cbvn8huw] {
    display: block;
  }
  .photo-spec img[b-y9cbvn8huw] {
    display: block;
    max-height: 20rem;
    width: auto;
    margin: 2rem auto 0 auto;
  }
}
/* _content/OPP.MajorIncident.Web/Components/Forms/MissingPersonPiercingsForm.razor.rz.scp.css */
[b-puz0coybpq] .rad-record-notification {
    margin: 2rem 0 0 0;
}
/* _content/OPP.MajorIncident.Web/Components/Forms/MissingPersonPropertyForm.razor.rz.scp.css */
[b-jk3khmvee0] .rad-record-notification {
    margin: 2rem 0 0 0;
}
/* _content/OPP.MajorIncident.Web/Components/Forms/MissingPersonScarsForm.razor.rz.scp.css */
[b-f6spx9kls8] .rad-record-notification {
    margin: 2rem 0 0 0;
}
/* _content/OPP.MajorIncident.Web/Components/Forms/MissingPersonTattoosForm.razor.rz.scp.css */
[b-mqi7lbc0o8] .rad-record-notification {
    margin: 2rem 0 0 0;
}
/* _content/OPP.MajorIncident.Web/Components/Forms/OtherInvolvedPersonsForm.razor.rz.scp.css */
[b-w8drck7gtq] .rad-record-notification {
    margin: 2rem 0 0 0;
}
/* _content/OPP.MajorIncident.Web/Components/Header.razor.rz.scp.css */
nav[b-3rjxa0500s] {
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  background-color: var(--opp-white);
  transition: all 350ms ease-out;
  padding: 0rem var(--header-y-padding);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--opp-black);
  min-height: 64px;
  width: 100%;
  z-index: 10010;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}
nav .top-nav-title[b-3rjxa0500s] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  flex-shrink: 0;
}
nav .top-nav-title a[b-3rjxa0500s] {
  height: 50px;
}
nav .top-nav-title .full-icon[b-3rjxa0500s] {
  display: inline-block;
  min-height: 52px;
  width: auto;
}
nav .top-nav-title .condensed-icon[b-3rjxa0500s] {
  display: none;
  min-height: 52px;
  width: auto;
}
nav div.header-items[b-3rjxa0500s] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem 0 1rem;
  flex-shrink: 0;
}
nav div.header-items div.header-item[b-3rjxa0500s] {
  text-align: left;
  white-space: nowrap;
}
nav div.header-items div.header-item p[b-3rjxa0500s] {
  line-height: 1.4 !important;
  font-size: 0.85rem;
  margin: 0;
}
nav div.header-items div.header-item p.bold-text[b-3rjxa0500s] {
  font-weight: 700;
}
nav[b-3rjxa0500s]  .culture-selector {
  flex-shrink: 0;
}

@media only screen and (max-width: 410px) {
  nav[b-3rjxa0500s] {
    padding: 1rem;
    row-gap: 0.5rem;
    min-height: fit-content;
  }
  nav .top-nav-title[b-3rjxa0500s] {
    flex: 1 1 auto;
    height: 50px;
    align-items: center;
    justify-content: flex-start;
  }
  nav div.header-items[b-3rjxa0500s] {
    flex: 0 0 100%;
    order: 1;
    justify-content: space-between;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 850px) {
  nav .top-nav-title .full-icon[b-3rjxa0500s] {
    display: none;
  }
  nav .top-nav-title .condensed-icon[b-3rjxa0500s] {
    display: inline-block;
  }
}
/* _content/OPP.MajorIncident.Web/Components/InlineNotification.razor.rz.scp.css */
.notification-wrapper[b-w6t4yrchpu] {
  margin: 2rem 0;
}
.notification-wrapper .k-notification[b-w6t4yrchpu] {
  font-size: var(--font-size-normal);
}
/* _content/OPP.MajorIncident.Web/Components/InlineRecordsControl.razor.rz.scp.css */
.inline-records-wrapper[b-9vs101ow39] {
  margin: 0;
}
.inline-records-wrapper[b-9vs101ow39]  .no-items {
  max-width: 600px;
}

[b-9vs101ow39] .k-panelbar {
  border-color: var(--opp-primary);
  border-bottom: none;
  background: var(--opp-white);
}
[b-9vs101ow39] .k-panelbar > li {
  border-bottom: none;
}
[b-9vs101ow39] .k-panelbar .k-panelbar-header span.k-link {
  color: var(--opp-primary);
  background: var(--opp-surface-light);
  border-bottom: 1px solid var(--opp-primary);
}
[b-9vs101ow39] .k-panelbar .k-panelbar-header span.k-link .k-icon {
  color: var(--opp-primary);
}
[b-9vs101ow39] .k-panelbar .k-panelbar-header span.k-link .rad-panel-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
[b-9vs101ow39] .k-panelbar .k-panelbar-header span.k-link .rad-panel-header .unsaved {
  color: var(--opp-error);
}
[b-9vs101ow39] .k-panelbar .k-panelbar-header span.k-link .rad-panel-header .saved {
  color: var(--opp-success);
}
[b-9vs101ow39] .k-panelbar .k-panelbar-header span.k-link .rad-panel-header .rad-panel-header-start {
  display: flex;
  align-items: center;
}
[b-9vs101ow39] .k-panelbar .k-panelbar-header span.k-link .rad-panel-header .rad-panel-header-start span {
  margin-right: 0.5rem;
}
[b-9vs101ow39] .k-panelbar .k-panelbar-header span.k-link .rad-panel-header .rad-panel-header-start strong {
  margin-right: 0.5rem;
}
[b-9vs101ow39] .k-panelbar .k-panelbar-header span.k-link.k-selected {
  font-weight: 400;
  background: var(--opp-surface-light);
  box-shadow: none !important;
}
[b-9vs101ow39] .k-panelbar .k-panelbar-header span.k-link.k-selected .k-icon {
  color: var(--opp-primary);
}
[b-9vs101ow39] .k-panelbar .k-panelbar-header span.k-link.k-selected .rad-panel-header {
  color: var(--opp-primary);
}
[b-9vs101ow39] .k-panelbar .k-panelbar-header span.k-link.k-selected::before {
  display: none;
}
[b-9vs101ow39] .k-panelbar .panelbar-content-wrapper {
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
[b-9vs101ow39] .k-panelbar .panelbar-content-wrapper.hide {
  max-height: 0;
  opacity: 0;
}
[b-9vs101ow39] .k-panelbar .panelbar-content-wrapper.show {
  max-height: unset;
  opacity: 100;
}
[b-9vs101ow39] .k-panelbar .k-panelbar-content {
  border-bottom: 1px solid var(--opp-primary);
}
[b-9vs101ow39] .k-panelbar .k-panelbar-content .k-form {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
/* _content/OPP.MajorIncident.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ozoyoi7qzm] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ozoyoi7qzm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/OPP.MajorIncident.Web/Components/OnGoingIncident.razor.rz.scp.css */
.active-incident[b-zjmoduql23] {
  display: flex;
  flex-direction: column;
  flex: 0 1 870px;
  max-width: min(90%, 870px);
  min-width: 280px;
  background: var(--opp-surface-light);
  align-items: center;
  padding: 0.5em;
  margin: 0 auto 25px auto;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  height: min-content;
}
.active-incident .incident-info[b-zjmoduql23] {
  display: grid;
  grid-template-columns: 30% 70%;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 0.5em;
}
.active-incident .incident-info .label[b-zjmoduql23] {
  justify-content: end;
}
.active-incident .incident-info .label p[b-zjmoduql23] {
  text-align: end;
  font-weight: 700;
}
.active-incident .incident-info div[b-zjmoduql23] {
  display: flex;
  align-items: center;
}
.active-incident .incident-info div p[b-zjmoduql23] {
  font-size: var(--font-size-large);
  text-align: left;
  word-wrap: normal;
  padding: 0.1em;
  margin: 0.1em;
}
.active-incident .ffac-info h4[b-zjmoduql23] {
  text-align: center;
  font-weight: 700;
}
.active-incident .ffac-info .ffac-address[b-zjmoduql23] {
  font-weight: 700;
}
.active-incident .ffac-info p[b-zjmoduql23] {
  text-align: center;
}
.active-incident .button-container[b-zjmoduql23] {
  margin-top: 1em;
}
.active-incident .button-container .incident-button[b-zjmoduql23] {
  padding: 0.75em;
  border: 1px solid;
  border-color: var(--opp-white);
  background-color: var(--opp-primary);
  color: var(--opp-white);
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  text-align: center;
  white-space: normal;
  font-weight: 700;
}
.active-incident .button-container .incident-button:hover[b-zjmoduql23] {
  background-color: var(--opp-white);
  color: var(--opp-primary);
  transition: 0.3s;
  border-color: var(--opp-primary);
}
.active-incident .button-container a[b-zjmoduql23] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
.active-incident h4[b-zjmoduql23] {
  font-weight: 700;
  padding: 0.1em;
  text-align: center;
}

.incident-images[b-zjmoduql23] {
  height: 10em;
  align-items: end;
  padding: 1em;
  justify-content: space-between;
}
.incident-images img[b-zjmoduql23] {
  height: 3em;
  width: 3em;
  transition: 0.3s;
  background-color: dimgrey;
  margin: 0.5em;
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
}
.incident-images img:hover[b-zjmoduql23] {
  height: 10em;
  width: 10em;
  transition: 0.3s;
  -webkit-box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.4);
}
/* _content/OPP.MajorIncident.Web/Components/Pages/Confirmation.razor.rz.scp.css */
.page-wrapper section[b-axyipn9wj3] {
  height: 100%;
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
  background-color: var(--opp-surface);
}
.page-wrapper .featured-image[b-axyipn9wj3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.page-wrapper .featured-image .card[b-axyipn9wj3] {
  flex-basis: 33%;
  margin: 2rem;
  justify-content: start;
  padding: 1.5rem;
  height: auto;
  width: auto;
  background-color: var(--opp-white);
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
}
.page-wrapper .featured-image .card .home-button[b-axyipn9wj3] {
  padding: 0.75em;
  border: 1px solid;
  border-color: white;
  background-color: var(--opp-primary);
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  text-align: center;
  white-space: normal;
  font-weight: 700;
}
.page-wrapper .featured-image .card .home-button:hover[b-axyipn9wj3], .page-wrapper .featured-image .card .home-button:active[b-axyipn9wj3] {
  background-color: white;
  color: var(--opp-primary);
  transition: 0.3s;
  border-color: var(--opp-primary);
}
.page-wrapper .featured-image .card a[b-axyipn9wj3] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
/* _content/OPP.MajorIncident.Web/Components/Pages/Home.razor.rz.scp.css */
@charset "UTF-8";
p[b-bq6fscskt7] {
  font-family: var(--opp-font-family);
  font-size: var(--font-size-large);
  line-height: 24px;
  line-height: 1.6;
  font-weight: 400;
}

li[b-bq6fscskt7] {
  font-family: var(--opp-font-family);
  font-size: var(--font-size-large);
  line-height: 24px;
  line-height: 1.6;
  font-weight: 400;
}

a[b-bq6fscskt7] {
  font-family: var(--opp-font-family);
  font-size: var(--font-size-large);
  line-height: 24px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--opp-primary);
  text-decoration: underline;
}
a:hover[b-bq6fscskt7] {
  color: var(--opp-black);
}

h1[b-bq6fscskt7] {
  font-family: var(--opp-font-family);
  font-size: var(--font-size-h1);
  line-height: 1.2;
  font-weight: 700;
  word-spacing: 0.04rem;
}

h2[b-bq6fscskt7] {
  font-family: var(--opp-font-family);
  font-size: var(--font-size-h2);
  line-height: 1.33;
  font-weight: 700;
  word-spacing: 0.02rem;
}

h3[b-bq6fscskt7] {
  font-family: var(--opp-font-family);
  font-size: var(--font-size-h3);
  line-height: 1.43;
  font-weight: 700;
  word-spacing: 0.02rem;
}

.page-wrapper .home-title-section[b-bq6fscskt7] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  height: 33vh;
  max-width: 1400px;
  margin-inline: auto;
}
.page-wrapper .home-title-section .featured-image[b-bq6fscskt7] {
  background-image: url("../img/hero-image.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.page-wrapper .home-title-section .featured-image .title-description[b-bq6fscskt7] {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}
.page-wrapper .home-title-section .featured-image .title-description h2[b-bq6fscskt7] {
  color: var(--opp-white);
  text-align: center;
  margin: 0;
}
.page-wrapper .home-title-section .featured-image .title-description p[b-bq6fscskt7] {
  max-width: clamp(66%, 80vw, 95%);
  font-size: var(--font-size-large);
  word-wrap: break-word;
  color: var(--opp-white);
  text-align: center;
  margin: 0.5em;
}
.page-wrapper .home-title-section p[b-bq6fscskt7] {
  text-align: center;
}
.page-wrapper .home-alerts-section[b-bq6fscskt7] {
  display: flex;
  flex-direction: column;
  background-color: var(--opp-surface);
  max-width: 1400px;
  margin-inline: auto;
}
.page-wrapper .home-alerts-section .emergency-alert[b-bq6fscskt7] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-left-width: 0.4em !important;
  border-left: solid var(--opp-warning);
  background-color: #fef6dc;
  padding: clamp(0.5rem, 2vw, 1rem);
  margin-bottom: 0;
  margin: var(--m2);
  gap: clamp(0.25rem, 1vw, 0.5rem);
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
}
.page-wrapper .home-alerts-section .emergency-alert span[role=img][b-bq6fscskt7] {
  display: contents;
}
.page-wrapper .home-alerts-section .emergency-alert span[role=img][b-bq6fscskt7]  .k-svg-icon {
  width: clamp(5rem, 8vw, 9rem);
  min-width: 5rem;
  max-width: 9rem;
  height: auto;
  vertical-align: middle;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
  z-index: 0;
}
.page-wrapper .home-alerts-section .emergency-alert span[role=img][b-bq6fscskt7]  .k-svg-icon svg {
  fill: var(--opp-warning);
}
.page-wrapper .home-alerts-section .emergency-alert span[role=img][b-bq6fscskt7]  .k-svg-icon::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 55%;
  background-color: black;
  z-index: -1;
}
.page-wrapper .home-alerts-section .emergency-alert .emergency-title[b-bq6fscskt7] {
  flex: 1;
  color: var(--opp-error);
  text-align: center;
  font-weight: 700;
  font-size: clamp(0.875rem, 2vw + 0.25rem, 2rem);
  white-space: break-spaces;
  min-width: 0;
  line-height: 1.4 !important;
  overflow-wrap: break-word;
  hyphens: auto;
}
.page-wrapper .home-alerts-section .use-system-section[b-bq6fscskt7] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: calc(0.5rem + 2vw);
  row-gap: 2rem;
  align-items: stretch;
  justify-content: space-around;
  padding: 0rem 2rem 2rem 2rem;
}
.page-wrapper .home-alerts-section .use-system-section section[b-bq6fscskt7] {
  flex: 1 1 400px;
  max-width: 100%;
  width: 100%;
  justify-content: start;
  padding: 1.5rem;
  padding-top: 0;
  background-color: var(--opp-surface-light);
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
}
.page-wrapper .home-alerts-section .use-system-section section h3[b-bq6fscskt7] {
  text-align: center;
}
.page-wrapper .home-alerts-section .use-system-section .use-system[b-bq6fscskt7] {
  border-style: solid none none none;
  border-color: var(--opp-green);
  border-top-width: 0.4em;
}
.page-wrapper .home-alerts-section .use-system-section .use-system ul[b-bq6fscskt7] {
  position: relative;
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1.2em;
}
.page-wrapper .home-alerts-section .use-system-section .use-system ul li[b-bq6fscskt7]::before {
  left: 2px;
  padding: 0.2em;
  content: "✓︎";
  color: var(--opp-black);
}
.page-wrapper .home-alerts-section .use-system-section .donot-use-system[b-bq6fscskt7] {
  border-style: solid none none none;
  border-color: var(--opp-error);
  border-top-width: 0.4em;
}
.page-wrapper .home-alerts-section .use-system-section .donot-use-system ul[b-bq6fscskt7] {
  position: relative;
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1.2em;
}
.page-wrapper .home-alerts-section .use-system-section .donot-use-system ul li[b-bq6fscskt7]::before {
  padding: 0.2em;
  content: "✗︎";
  color: var(--opp-black);
}
.page-wrapper .home-alerts-section .use-system-section .donot-use-system p[b-bq6fscskt7] {
  text-align: center;
}
.page-wrapper .home-alerts-section .use-system-section .donot-use-system .report-other-span[b-bq6fscskt7] {
  white-space: nowrap;
}
.page-wrapper .home-incidents-section[b-bq6fscskt7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--opp-surface);
  max-width: 1400px;
  margin-inline: auto;
}
.page-wrapper .home-resources-section[b-bq6fscskt7] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 0em 1em 0em;
  padding-top: 0;
  background-color: var(--opp-surface);
  max-width: 1400px;
  margin-inline: auto;
}
.page-wrapper .home-resources-section section[b-bq6fscskt7] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.page-wrapper .home-resources-section .resources-title[b-bq6fscskt7] {
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-wrapper .home-resources-section .resources-container[b-bq6fscskt7] {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.page-wrapper .home-resources-section .resources-container ul[b-bq6fscskt7] {
  flex: 1;
  list-style-type: none;
  padding-inline-start: 0px;
  margin-block-start: 0;
  margin-block-end: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto auto;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .page-wrapper .home-resources-section .resources-container ul[b-bq6fscskt7] {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    row-gap: 0rem;
  }
}
.page-wrapper .home-resources-section .resources-container ul li h4[b-bq6fscskt7] {
  padding-bottom: 0.1em;
  margin: 0;
}
.page-wrapper .home-resources-section .resources-container ul li div[b-bq6fscskt7] {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  line-height: 1.75 !important;
}
.page-wrapper .home-resources-section .resources-container ul li div[b-bq6fscskt7]  .k-svg-icon {
  width: clamp(1.5rem, 2vw, 1.5rem);
  min-width: 1rem;
  max-width: 2rem;
  height: auto;
  margin-top: 0.25em;
  line-height: 1.75 !important;
  flex-shrink: 0;
}
.page-wrapper .home-resources-section .resources-container ul li div[b-bq6fscskt7]  .k-svg-icon svg {
  fill: var(--kendo-neutral-80);
}
.page-wrapper .home-resources-section .resources-container ul li div p[b-bq6fscskt7] {
  padding-top: 0;
  padding-bottom: 0.5rem;
  margin: 0;
  line-height: 1.4;
}

@media only screen and (max-width: 1199px) {
  .page-wrapper .home-title-section[b-bq6fscskt7] {
    height: fit-content;
  }
}
/* _content/OPP.MajorIncident.Web/Components/Pages/MajorIncidentReportingForm.razor.rz.scp.css */
.page-wrapper .header-container[b-iaktohviub] {
  display: block;
  padding-top: 1rem;
  margin: auto;
  width: 80%;
}
.page-wrapper .header-container .header-top-app[b-iaktohviub] {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  text-align: center;
}
.page-wrapper .privacy-notice-container[b-iaktohviub] {
  display: block;
  padding: min(2rem, 5vw);
}
.page-wrapper[b-iaktohviub]  .container-fluid {
  background-color: var(--opp-surface);
  height: auto;
  flex: 1 0 auto;
  max-width: 1400px;
  width: 100%;
  padding: 0;
}
.page-wrapper .d-block[b-iaktohviub] {
  display: block;
}
/* _content/OPP.MajorIncident.Web/Components/Pages/TimedOut.razor.rz.scp.css */
.page-wrapper section[b-oxo9j2pv0b] {
  height: 100%;
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
  background-color: var(--opp-surface);
}
.page-wrapper .featured-image[b-oxo9j2pv0b] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-wrapper .featured-image .card[b-oxo9j2pv0b] {
  flex-basis: 33%;
  margin: 2rem;
  justify-content: start;
  padding: 1.5rem;
  padding-top: 0;
  height: auto;
  width: auto;
  background-color: var(--opp-white);
  -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.4);
}
.page-wrapper .featured-image .card .home-button[b-oxo9j2pv0b] {
  padding: 0.75em;
  border: 1px solid;
  border-color: var(--opp-white);
  background-color: var(--opp-primary);
  color: var(--opp-white);
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
  text-align: center;
  white-space: normal;
  font-weight: 700;
}
.page-wrapper .featured-image .card .home-button:hover[b-oxo9j2pv0b] {
  background-color: var(--opp-white);
  color: var(--opp-primary);
  transition: 0.3s;
  border-color: var(--opp-primary);
}
.page-wrapper .featured-image .card a[b-oxo9j2pv0b] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
/* _content/OPP.MajorIncident.Web/Components/RefreshWarning.razor.rz.scp.css */
.refresh-warning-wrapper[b-n8jsf19le7] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
}

.refresh-warning-wrapper .refresh-warning[b-n8jsf19le7] {
  background: var(--opp-surface-light);
  height: auto;
  z-index: 10002;
  padding: 2rem;
  border-radius: var(--kendo-window-border-radius, var(--kendo-border-radius-md, 0.125rem));
}

.refresh-warning-wrapper .refresh-warning .refresh-warning-content[b-n8jsf19le7] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.refresh-warning-wrapper .refresh-warning .refresh-warning-content[b-n8jsf19le7]  span.k-icon {
  min-width: 60px;
  margin-right: 20px;
}

.refresh-warning-wrapper .refresh-warning .refresh-warning-content p[b-n8jsf19le7] {
  max-width: 370px;
}

.refresh-warning-wrapper .refresh-warning .refresh-warning-actions[b-n8jsf19le7] {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}

.refresh-warning-wrapper .refresh-warning .refresh-warning-actions button[b-n8jsf19le7], .refresh-warning-wrapper .refresh-warning .refresh-warning-actions a[b-n8jsf19le7] {
  margin-top: 1rem;
  max-width: 350px;
  word-break: break-word;
  white-space: normal;
  width: auto;
  margin: 0.2em;
}

.refresh-warning-wrapper[b-n8jsf19le7]:before {
  top: 0;
  left: 0;
  position: fixed;
  content: "";
  height: 100vh;
  width: 100vw;
  opacity: var(--kendo-overlay-opacity, 0.4);
  background-color: var(--kendo-overlay-dark, #000);
}

.refresh-warning-wrapper.show[b-n8jsf19le7] {
  display: flex;
}

@media only screen and (max-width: 575px) {
  .refresh-warning-wrapper .refresh-warning[b-n8jsf19le7] {
    padding: 2rem 1rem;
  }
  .refresh-warning-wrapper .refresh-warning .refresh-warning-content[b-n8jsf19le7] {
    display: flex;
    align-items: center;
  }
  .refresh-warning-wrapper .refresh-warning .refresh-warning-content[b-n8jsf19le7]  span.k-icon {
    min-width: 60px;
    margin-right: 20px;
  }
  .refresh-warning-wrapper .refresh-warning .refresh-warning-actions[b-n8jsf19le7] {
    flex-wrap: wrap;
    justify-content: center;
  }
  .refresh-warning-wrapper .refresh-warning .refresh-warning-actions button[b-n8jsf19le7], .refresh-warning-wrapper .refresh-warning .refresh-warning-actions a[b-n8jsf19le7] {
    min-width: 205px;
  }
}
/* _content/OPP.MajorIncident.Web/Components/ReturnToTop.razor.rz.scp.css */
#return-to-top[b-bsnmvexa4r] {
  position: static;
  font-size: var(--font-size-h4);
  font-family: "OpenSansItalic", Arial, sans-serif;
  line-height: 1.5rem;
  color: var(--opp-primary);
  background: none;
  border: none;
  display: block;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  background-color: var(--opp-surface);
}

#return-to-top:hover[b-bsnmvexa4r], #return-to-top:active[b-bsnmvexa4r] {
  color: var(--opp-black);
}

#return-to-top.sticky:not(.scrolling)[b-bsnmvexa4r] {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: var(--font-size-h5);
  line-height: 1.5rem !important;
  padding: 1.25rem 1rem 1.25rem 1rem;
  box-shadow: rgba(0, 0, 0, 0.3) 6px 6px 18px 0px;
  border: 1px solid var(--opp-black);
  background: var(--opp-white);
  color: var(--opp-black);
  font-weight: 700 !important;
  text-decoration: none;
  border-radius: 3px;
  font-family: "OpenSans", Arial, sans-serif;
  width: auto;
}
#return-to-top.sticky:not(.scrolling)[b-bsnmvexa4r]  span.k-icon {
  max-height: 1.25rem;
}
#return-to-top.sticky:not(.scrolling)[b-bsnmvexa4r]  span.k-icon svg {
  height: 1.25rem;
}

#return-to-top.sticky:not(.scrolling):hover[b-bsnmvexa4r], #return-to-top.sticky:not(.scrolling):active[b-bsnmvexa4r] {
  background: var(--opp-primary);
  color: var(--opp-white);
  border: 1px solid transparent;
  transition: color 0.35s ease-out, background 0.35s ease-out, border 0.35s ease-out;
}

@media (max-width: 768px) {
  #return-to-top.sticky:not(.scrolling)[b-bsnmvexa4r] {
    padding: 0.75rem;
    right: 0.5rem;
  }
}
@media (max-width: 480px) {
  #return-to-top.sticky:not(.scrolling)[b-bsnmvexa4r] {
    padding: 0.25rem;
    right: 0.25rem;
  }
}
/* _content/OPP.MajorIncident.Web/Components/TimeoutNotification.razor.rz.scp.css */
.timer-display-container[b-zwa8fk6rvf] {
  width: 100%;
  margin: auto;
  max-width: 1400px;
  background-color: var(--opp-surface);
  padding-top: 1rem;
}
.timer-display-container .timer-display[b-zwa8fk6rvf] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-family: "OpenSans", Arial, sans-serif;
  color: var(--opp-black);
}
.timer-display-container .timer-display.connection-lost[b-zwa8fk6rvf] {
  color: var(--opp-error);
  font-weight: bold;
}
.timer-display-container .timer-display .timer-text[b-zwa8fk6rvf] {
  color: var(--opp-black);
}
.timer-display-container .timer-display #timer-countdown-display[b-zwa8fk6rvf] {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--opp-black);
}
.timer-display-container .timer-display #timer-countdown-display .k-icon[b-zwa8fk6rvf] {
  display: inline-flex;
  align-items: center;
}
.timer-display-container .timer-display #timer-countdown-display .k-icon svg[b-zwa8fk6rvf] {
  height: 1.25rem;
  width: 1.25rem;
}
