@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../font/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../font/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
a {
  color: #FF6600;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email] {
  min-height: 44px;
  padding: 8px 16px;
  border: #C3C3C3 1px solid;
  border-radius: 4px;
}
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus {
  border: #FF6600 1px solid;
  outline: #FF6600 1px solid;
}
select[readonly], select[readonly]:focus,
textarea[readonly],
textarea[readonly]:focus,
input[type=text][readonly],
input[type=text][readonly]:focus,
input[type=password][readonly],
input[type=password][readonly]:focus,
input[type=number][readonly],
input[type=number][readonly]:focus,
input[type=tel][readonly],
input[type=tel][readonly]:focus,
input[type=email][readonly],
input[type=email][readonly]:focus {
  border: transparent 1px solid;
  background: transparent;
  outline: none;
  color: #000;
}
select.-is-readonly, select.-is-readonly:focus, select.or_readonly, select.or_readonly:focus,
textarea.-is-readonly,
textarea.-is-readonly:focus,
textarea.or_readonly,
textarea.or_readonly:focus,
input[type=text].-is-readonly,
input[type=text].-is-readonly:focus,
input[type=text].or_readonly,
input[type=text].or_readonly:focus,
input[type=password].-is-readonly,
input[type=password].-is-readonly:focus,
input[type=password].or_readonly,
input[type=password].or_readonly:focus,
input[type=number].-is-readonly,
input[type=number].-is-readonly:focus,
input[type=number].or_readonly,
input[type=number].or_readonly:focus,
input[type=tel].-is-readonly,
input[type=tel].-is-readonly:focus,
input[type=tel].or_readonly,
input[type=tel].or_readonly:focus,
input[type=email].-is-readonly,
input[type=email].-is-readonly:focus,
input[type=email].or_readonly,
input[type=email].or_readonly:focus {
  border: #C3C3C3 1px solid;
  background: #F3F4F6;
}

.or_select-field {
  position: relative;
  min-height: 44px;
}
.or_select-field select {
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  display: inline-block;
  width: 100%;
  padding-right: 44px;
  background: transparent;
}
.or_select-field select::-ms-expand {
  display: none;
}
.or_select-field::after {
  content: "\e907";
  font-family: "or_icon";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  right: 0;
  width: 32px;
  height: 44px;
  line-height: 1;
  pointer-events: none;
}
.or_select-field.-is-readonly select {
  padding-right: 16px;
  border: transparent 1px solid;
  background: transparent;
  outline: none;
  color: #000;
}
.or_select-field.-is-readonly select, .or_select-field.-is-readonly select:focus {
  border: #C3C3C3 1px solid;
  background: #F3F4F6;
}
.or_select-field.-is-readonly select[disabled] {
  border: transparent 1px solid;
  background: transparent;
  outline: none;
  color: #000;
  opacity: 1;
}
.or_select-field.-is-readonly::after {
  display: none;
}

.or_checkbox-field {
  display: inline-block;
  position: relative;
}
.or_checkbox-field > .or_icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.or_checkbox-field > .or_label {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 0 0 24px;
  cursor: pointer;
}
.or_checkbox-field > label {
  cursor: pointer;
}
.or_checkbox-field > input {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  opacity: 0;
  line-height: 1;
  cursor: pointer;
}
.or_checkbox-field > input + .or_icon:after {
  font-family: "or_icon" !important;
  content: "\e90d";
  font-size: 20px;
}
.or_checkbox-field > input:checked + .or_icon:after {
  content: "\e90b";
  color: #FF6600;
}
.or_checkbox-field > input[disabled] {
  cursor: default;
}
.or_checkbox-field > input[disabled] + .or_icon:after {
  color: #999999;
}
.or_checkbox-field > input[disabled] + .or_icon + .or_label {
  cursor: default;
}

.or_font-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

@font-face {
  font-family: "or_icon";
  src: url("../font/or_icon.ttf?6hztd8") format("truetype"), url("../font/or_icon.woff?6hztd8") format("woff"), url("../font/or_icon.svg?6hztd8#or_icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=or_icon],
[class*=" or_icon"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "or_icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.or_icon-book-open:before {
  content: "\e922";
}

.or_icon-delete:before {
  content: "\e921";
}

.or_icon-signup:before {
  content: "\e91f";
}

.or_icon-login:before {
  content: "\e920";
}

.or_icon-account-circle:before {
  content: "\e900";
}

.or_icon-alert-error:before {
  content: "\e901";
}

.or_icon-alert-info:before {
  content: "\e902";
}

.or_icon-alert-success:before {
  content: "\e903";
}

.or_icon-alert-warning:before {
  content: "\e904";
}

.or_icon-apps:before {
  content: "\e905";
}

.or_icon-arrow-d:before {
  content: "\e906";
}

.or_icon-arrow-expand:before {
  content: "\e907";
}

.or_icon-arrow-l:before {
  content: "\e908";
}

.or_icon-arrow-r:before {
  content: "\e909";
}

.or_icon-arrow-u:before {
  content: "\e90a";
}

.or_icon-check-box-checked:before {
  content: "\e90b";
}

.or_icon-check-box-indeterminate:before {
  content: "\e90c";
}

.or_icon-check-box-unchecked:before {
  content: "\e90d";
}

.or_icon-checked:before {
  content: "\e90e";
}

.or_icon-circle-outline:before {
  content: "\e90f";
}

.or_icon-circle:before {
  content: "\e910";
}

.or_icon-help-circle:before {
  content: "\e911";
}

.or_icon-language:before {
  content: "\e912";
}

.or_icon-logout:before {
  content: "\e913";
}

.or_icon-menu:before {
  content: "\e914";
}

.or_icon-plus-box:before {
  content: "\e915";
}

.or_icon-radio-button-checked:before {
  content: "\e916";
}

.or_icon-radio-button-unchecked:before {
  content: "\e917";
}

.or_icon-settings:before {
  content: "\e918";
}

.or_icon-triangle-d:before {
  content: "\e919";
}

.or_icon-triangle-l:before {
  content: "\e91a";
}

.or_icon-triangle-r:before {
  content: "\e91b";
}

.or_icon-triangle-u:before {
  content: "\e91c";
}

.or_icon-view-grid:before {
  content: "\e91d";
}

.or_icon-view-list-bulleted:before {
  content: "\e91e";
}

.or_app-wrapper {
  display: flex;
  width: 100%;
  min-height: 100dvh;
  background: #E2E2E2 url("../../assets/img/bg_content_01.webp") repeat center top;
  background-size: 1372px 1049px;
}

.or_app-header {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
  height: 48px;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.or_app-header-sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 100%;
  background: #F3F4F6;
  cursor: pointer;
}

.or_app-header-title {
  flex-grow: 1;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}
.or_app-header-title a {
  color: #000;
}

.or_app-header-subtitle {
  display: none;
  padding: 8px;
  margin-left: auto;
  color: #000;
}
.or_app-header-subtitle a {
  color: #000;
}

.or_app-header-action {
  display: flex;
  align-items: center;
  padding: 4px 16px;
  margin-left: auto;
}

.or_app-header-action-popover {
  padding: 4px 16px;
  margin-left: auto;
}

.or_lang-menu button,
.or_lang-menu a {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .or_app-header-subtitle {
    display: block;
    font-size: 14px;
  }
  .or_app-header-action-popover {
    display: flex;
    align-items: center;
  }
  .or_app-header-action-popover-toggle {
    display: none;
  }
  .or_app-header-action-popover-content {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .or_app-header-title {
    flex-grow: 0;
    width: 180px;
    transform-origin: 24px center;
    transform: scale(0.68);
  }
  .or_app-header-action-popover {
    position: relative;
  }
  .or_app-header-action-popover-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .or_app-header-action-popover-content {
    position: absolute;
    background: #FFF;
    border-radius: 4px;
    top: auto;
    right: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #D8D8D8;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease-out;
    width: 280px;
  }
  .or_app-header-action-popover-content.-is-active {
    visibility: visible;
    opacity: 1;
  }
}
.or_app-sidebar {
  display: block;
  flex-shrink: 0;
  z-index: 8;
  top: 48px;
  height: calc(100dvh - 48px);
  overflow: hidden;
  background: #F3F4F6;
  transition: width 0.2s ease-out, opacity 0.2s ease-out;
}
@media (max-width: 1023px) {
  .or_app-sidebar {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .or_app-sidebar {
    position: relative;
    width: 0;
    opacity: 0;
  }
}

@media (max-width: 1023px) {
  .-sidebar-is-active .or_app-sidebar {
    overflow: auto;
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .-sidebar-is-active .or_app-sidebar {
    opacity: 1;
    overflow: auto;
    width: 240px;
  }
}

.or_app-content {
  container-type: inline-size;
  container-name: app-content;
  display: block;
  flex-grow: 1;
  position: relative;
  top: 48px;
  height: calc(100dvh - 48px);
  overflow: auto;
  padding: 16px;
}

.or_app-content-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.or_app-content-header .or_page-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #FFF;
  font-size: 2.25rem;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
}

.or_app-content-body {
  background: #FFF;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px;
}

.or_app-content-footer {
  background: #FFF;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px;
}

@container app-content (min-width: 992px ) {
  .or_app-content-body {
    display: flex;
    justify-content: center;
    padding: 32px 40px;
  }
  .or_app-content-body .or_app-content-body-main {
    flex-grow: 1;
    max-width: 1200px;
  }
  .or_app-content-body .or_app-content-body-sub {
    flex-shrink: 0;
    width: 360px;
    margin-left: 40px;
  }
  .or_app-content-body:has(.or_app-content-body-sub) .or_app-content-body-main {
    max-width: 800px;
  }
  .or_app-content-footer {
    padding: 16px 40px;
  }
  .or_app-content-footer .or_app-content-footer-main {
    margin: auto;
    max-width: 1200px;
  }
  .or_menu-manual {
    position: sticky;
    right: 0;
    top: 0;
  }
  .or_menu-manual-trigger {
    display: none;
  }
}
@container app-content (max-width: 991px) {
  .or_app-content-header .or_page-title {
    font-size: 1.5rem;
  }
  .or_menu-manual {
    position: fixed;
    right: 0.75rem;
    bottom: 4rem;
    z-index: 7;
    max-width: calc(100% - 1.5rem);
    max-height: calc(100dvh - 48px);
  }
  .or_menu-manual.-is-active .or_menu-manual-content {
    display: block;
  }
  .or_menu-manual-trigger {
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    cursor: pointer;
  }
  .or_menu-manual-content {
    display: none;
    width: 360px;
    max-width: 100%;
    border-radius: 4px;
    padding: 0.75rem;
    margin-bottom: 3.5rem;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.4);
  }
}
@container app-content (max-width: 735px) {
  .or_menu-manual {
    width: calc(100% - 1.5rem);
  }
  .or_menu-manual-content {
    width: 100%;
  }
}
.or_app-content-sheet {
  width: 100%;
  min-height: 100%;
  border-radius: 4px;
  background: #FFF;
}
.or_app-content-sheet .or_app-content-sheet-header {
  padding: 16px;
}
.or_app-content-sheet .or_app-content-sheet-body {
  padding: 16px;
}
.or_app-content-sheet .or_app-content-sheet-footer {
  padding: 16px;
}

@container app-content (min-width: 1024px) {
  .or_app-content-sheet {
    display: grid;
    gap: 0 16px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 240px 1fr;
  }
  .or_app-content-sheet .or_app-content-sheet-header {
    grid-row: 1/3;
    grid-column: 1/2;
    padding-top: 24px;
  }
  .or_app-content-sheet .or_app-content-sheet-body {
    grid-row: 1/2;
    grid-column: 1/3;
    padding-top: 24px;
  }
  .or_app-content-sheet .or_app-content-sheet-footer {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .or_app-content-sheet:has(.or_app-content-sheet-header) .or_app-content-sheet-body {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .or_app-content-sheet:has(.or_app-content-sheet-header) .or_app-content-sheet-footer {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@container app-content (max-width: 1023px) {
  .or_app-content-sheet {
    display: flex;
    flex-direction: column;
  }
  .or_app-content-sheet .or_app-content-sheet-header {
    width: 100%;
    border-bottom: 1px solid rgb(82, 82, 82);
  }
  .or_app-content-sheet .or_app-content-sheet-body {
    width: 100%;
    flex-grow: 1;
  }
  .or_app-content-sheet .or_app-content-sheet-footer {
    width: 100%;
  }
}
.or_page-menu-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: bold;
}

.or_page-menu-current {
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: bold;
  border-bottom: 1px solid rgb(82, 82, 82);
}

.or_page-menu-button {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 16px;
  border: #C3C3C3 1px solid;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: bold;
}

.or_page-menu-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
  color: #000;
  border-top: 1px solid rgb(229, 229, 229);
}
.or_page-menu-list-item > .or_label {
  flex-grow: 1;
  font-size: 0.875rem;
}
.or_page-menu-list-item.-is-current {
  background: #F3F4F6;
}
.or_page-menu-list-item:hover {
  color: #FF6600;
  cursor: pointer;
}

@container app-content (min-width: 1024px) {
  .or_page-menu-button {
    display: none;
  }
  .or_page-menu-list {
    margin-top: 16px;
  }
}
@container app-content (max-width: 1023px) {
  .or_page-menu {
    position: relative;
  }
  .or_page-menu-title {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .or_page-menu-current {
    display: none;
  }
  .or_page-menu-button {
    margin-top: 0.25rem;
  }
  .or_page-menu-list {
    position: absolute;
    background: #FFF;
    border-radius: 4px;
    top: auto;
    right: 0;
    width: 100%;
    margin-top: -1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #D8D8D8;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease-out;
  }
  .or_page-menu-list.-is-active {
    opacity: 1;
    visibility: visible;
  }
  .or_page-menu-list-item:first-child {
    border-top: none;
  }
}
.or_btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #FF6600;
  border-radius: 4px;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.or_btn-submit > [class*=or_icon] {
  flex-shrink: 0;
  flex-grow: 0;
}
.or_btn-submit .or_label {
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.or_btn-submit.-size-small {
  padding: 4px 8px;
  min-height: 32px;
  min-width: 80px;
  font-size: 12px;
}
.or_btn-submit.-size-large {
  font-size: 16px;
}
.or_btn-submit.-is-disable {
  background: #CCC;
}

.or_btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #FF6600;
  border-radius: 4px;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.or_btn-primary > [class*=or_icon] {
  flex-shrink: 0;
  flex-grow: 0;
}
.or_btn-primary .or_label {
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.or_btn-primary.-size-small {
  padding: 4px 8px;
  min-height: 32px;
  min-width: 80px;
  font-size: 12px;
}
.or_btn-primary.-size-large {
  font-size: 16px;
}
.or_btn-primary.-is-disable {
  background: #CCC;
}

.or_btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #000;
  border-radius: 4px;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.or_btn-secondary > [class*=or_icon] {
  flex-shrink: 0;
  flex-grow: 0;
}
.or_btn-secondary .or_label {
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.or_btn-secondary.-size-small {
  padding: 4px 8px;
  min-height: 32px;
  min-width: 80px;
  font-size: 12px;
}
.or_btn-secondary.-size-large {
  font-size: 16px;
}
.or_btn-secondary.-is-disable {
  background: #CCC;
}

.or_btn-text {
  display: inline-flex;
  align-items: start;
  justify-content: center;
  padding: 8px;
  background: transparent;
  border-radius: 4px;
  font-size: 14px;
  color: #FF6600;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.or_btn-text > [class*=or_icon] {
  flex-shrink: 0;
  flex-grow: 0;
  line-height: inherit;
}
.or_btn-text .or_label {
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.or_btn-text.-size-small {
  padding: 4px 8px;
  min-height: 32px;
  min-width: 80px;
  font-size: 12px;
}
.or_btn-text.-size-large {
  font-size: 16px;
}
.or_btn-text.-is-disable {
  color: #666;
}

.or_stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  container-type: inline-size;
  overflow: hidden;
}
.or_stepper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #C3C3C3;
}
.or_stepper .or_step {
  display: flex;
  align-items: center;
  z-index: 10;
}
.or_stepper .or_step .or_dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 12px;
  height: 12px;
  background: #C3C3C3;
  border-radius: 50px;
  line-height: 1;
}
.or_stepper .or_step.-is-done:before {
  background: #FF6600;
}
.or_stepper .or_step.-is-done:after {
  background: #FF6600;
}
.or_stepper .or_step.-is-done .or_dot {
  background: #FFFFFF;
  border: 2px solid #FF6600;
  height: 12px;
  width: 12px;
}
.or_stepper .or_step.-is-current {
  z-index: 9;
  position: relative;
}
.or_stepper .or_step.-is-current:before {
  content: "";
  position: absolute;
  right: 0;
  width: 100cqw;
  height: 2px;
  background: #FF6600;
}
.or_stepper .or_step.-is-current .or_dot {
  background: #FF6600;
  height: 16px;
  width: 16px;
}

.or_procedure {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 3rem;
}
.or_procedure::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.875rem;
  top: 0;
  width: 0.25rem;
  height: 100%;
  background: rgb(245, 245, 245);
}
.or_procedure .or_procedure-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background: rgb(245, 245, 245);
  color: #FF6600;
  font-weight: bold;
  font-size: 0.875rem;
}

.or_breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.or_breadcrumb-list > .or_breadcrumb-list-item {
  display: flex;
  font-size: 12px;
  color: rgb(163, 163, 163);
}
.or_breadcrumb-list > .or_breadcrumb-list-item a {
  color: #FF6600;
  text-decoration: none;
}
.or_breadcrumb-list > .or_breadcrumb-list-item + .or_breadcrumb-list-item::before {
  content: "/";
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

[x-cloak] {
  display: none;
}

.or_text-info {
  color: #239ACF !important;
}

.or_text-warning {
  color: #D78D21 !important;
}

.or_text-error {
  color: #CD392E !important;
}

.or_text-success {
  color: #5CA960 !important;
}

.or_lang-menu .or_icon-checked {
  font-size: 20px;
  color: #FF6600;
}

.or_card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  width: 100% !important;
}

.or_card-header {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: #C3C3C3 1px solid;
}

.or_card-content {
  flex-grow: 1;
  padding: 16px;
  overflow: auto;
}

.or_card-footer {
  padding: 16px;
  border-top: #C3C3C3 1px solid;
}

.or_alert-message {
  display: flex;
  min-height: 44px;
  padding: 8px;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.or_alert-message::before {
  content: "";
  font-family: "or_icon";
  display: inline-flex;
  align-items: start;
  justify-content: center;
  width: 40px;
  padding: 0 4px 0 0;
  line-height: 1;
  pointer-events: none;
  font-size: 24px;
  flex-shrink: 0;
}
.or_alert-message.-type-info {
  background: #E5F6FD;
}
.or_alert-message.-type-info::before {
  content: "\e901";
  color: #239ACF;
}
.or_alert-message.-type-warning {
  background: #FFF4E5;
}
.or_alert-message.-type-warning::before {
  content: "\e904";
  color: #D78D21;
}
.or_alert-message.-type-error {
  background: #FDEDED;
}
.or_alert-message.-type-error::before {
  content: "\e901";
  color: #CD392E;
}
.or_alert-message.-type-success {
  background: #EDF7ED;
}
.or_alert-message.-type-success::before {
  content: "\e903";
  color: #5CA960;
}
.or_alert-message .or_alert-message-content {
  padding: 2px;
}
.or_alert-message .or_alert-message-headline {
  font-weight: bold;
}
.or_alert-message .or_alert-message-headline:not(:first-child) {
  margin-top: 0.5rem;
}
.or_alert-message .or_alert-message-list {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1rem;
}
.or_alert-message .or_alert-message-list:not(:first-child) {
  margin-top: 0.5rem;
}

.or_snackbar {
  display: flex;
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: 24px;
  min-height: 44px;
  padding: 8px;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
.or_snackbar.-is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(-50%);
}
.or_snackbar::before {
  content: "";
  font-family: "or_icon";
  display: inline-flex;
  align-items: start;
  justify-content: center;
  width: 40px;
  padding: 0 4px 0 0;
  line-height: 1;
  pointer-events: none;
  font-size: 24px;
  flex-shrink: 0;
}
.or_snackbar.-type-info {
  background: #E5F6FD;
}
.or_snackbar.-type-info::before {
  content: "\e901";
  color: #239ACF;
}
.or_snackbar.-type-warning {
  background: #FFF4E5;
}
.or_snackbar.-type-warning::before {
  content: "\e904";
  color: #D78D21;
}
.or_snackbar.-type-error {
  background: #FDEDED;
}
.or_snackbar.-type-error::before {
  content: "\e901";
  color: #CD392E;
}
.or_snackbar.-type-success {
  background: #EDF7ED;
}
.or_snackbar.-type-success::before {
  content: "\e903";
  color: #5CA960;
}
.or_snackbar .or_snackbar-content {
  padding: 2px;
}

.or_bullet-list > .or_bullet-list-item,
.or_bullet-list > li {
  display: flex;
  align-items: start;
}
.or_bullet-list > .or_bullet-list-item > .or_bullet,
.or_bullet-list > .or_bullet-list-item > [class*=or_icon],
.or_bullet-list > li > .or_bullet,
.or_bullet-list > li > [class*=or_icon] {
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 8px;
  line-height: inherit;
}

.or_menu-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  color: #000;
}
.or_menu-list-item:hover {
  color: #FF6600;
  cursor: pointer;
}
.or_menu-list-item.-is-active {
  background: #FFE2CE;
  color: #000;
}
.or_menu-list-item.-is-disabled {
  background: transparent;
  color: #AFAFAF;
  cursor: default;
}
.or_menu-list-item > [class^=or_icon] {
  flex-shrink: 0;
  width: 24px;
  margin-right: 8px;
}
.or_menu-list-item > .or_label {
  flex-grow: 1;
  font-size: 0.875rem;
}

.or_popover {
  position: relative;
}

.or_popover-activator {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.or_popover-content {
  position: absolute;
  background: #FFF;
  border-radius: 4px;
  top: auto;
  right: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #D8D8D8;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.or_popover-content.-is-active {
  visibility: visible;
  opacity: 1;
}

.or_accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: all 0.2s ease-out;
}

.or_grid-cols-2 {
  display: grid;
}

@container (min-width: 768px) {
  .or_grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}