/* stylelint-disable-next-line scss/no-global-function-names */
label.onp-radio {
  line-height: 1;
  margin-bottom: 0;
  width: 100%;
  display: block;
}
label.onp-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
}
label.onp-radio input[type=radio]:not(:checked) + .onp-radio-content {
  cursor: pointer;
}
label.onp-radio input[type=radio]:checked + .onp-radio-content .onp-radio-button {
  background-color: #0299e4;
  color: #fff;
}
label.onp-radio .onp-radio input:focus-visible + .onp-radio-content .onp-radio-button {
  outline: 3px solid #002776;
  outline-offset: 2px;
}
label.onp-radio button {
  margin-right: 8px;
  transition: transform 0.3s ease;
}
label.onp-radio button[aria-expanded=true] {
  transform: rotate(180deg);
}

.onp-radio-card {
  background-color: #fff;
  border: 1px solid #d0d3db;
  border-radius: 4px;
  padding: 10px 16px;
  margin-bottom: 12px;
  transition: background-color 0.15s ease-in-out;
}
.onp-radio-card.open {
  background-color: #eef0f2;
}
.onp-radio-card button .onp-radio-group {
  padding: 0;
  border: 0;
}

.onp-radio-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.onp-radio-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #eef0f2;
  flex-shrink: 0;
}
.onp-radio-icon svg {
  width: 100%;
  height: 100%;
}

.onp-radio-label {
  flex: 1;
  font-size: 0.813rem;
  font-weight: 600;
  color: #002776;
}

.onp-radio-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  flex-shrink: 0;
  background-color: #fece22;
  color: #002776;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.onp-radio-button:hover {
  background-color: #ffc117;
  color: #002776;
}

.onp-actions-flying {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
.onp-actions-flying.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  width: 100%;
  padding: 24px;
  display: block;
  text-align: center;
}
.onp-actions-flying.fixed button {
  width: 100%;
}
.onp-actions-flying.fixed .onp-actions {
  margin-bottom: 0 !important;
}
.onp-actions-flying.static {
  position: static;
}

.onp-actions-flying-placeholder {
  height: 0;
}
.onp-actions-flying-placeholder.active {
  height: 80px;
}

table.onp-time-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  margin-bottom: 16px;
}
table.onp-time-table caption {
  color: #141b31;
  font-size: 0.813rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
table.onp-time-table th {
  background-color: #fece22;
  color: #141b31;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
table.onp-time-table td {
  background-color: #f1f2f3;
  color: #002776;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: underline;
}
table.onp-time-table thead th {
  height: 1.625rem;
}
table.onp-time-table tbody th {
  height: 2.125rem;
  width: 4.5rem;
}
table.onp-time-table tbody td {
  height: 2.125rem;
}
table.onp-time-table label {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
table.onp-time-table input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
table.onp-time-table input[type=radio] + span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.125rem;
  cursor: pointer;
  background-color: #e7edf5;
  color: #002776;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: underline;
  transition: background-color 0.3s ease, color 0.3s ease;
}
table.onp-time-table input[type=radio]:checked + span {
  background-color: #002776;
  color: #fff;
  text-decoration: none;
}

.onp-terminal-icon {
  background-color: #ffe578;
  border-radius: 50%;
  width: 5.5rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-direction: column;
  flex-shrink: 0;
  box-shadow: 0px 0.62px 1.86px 0px rgba(0, 0, 0, 0.3), 0px 2.48px 4.96px 1.86px rgba(0, 0, 0, 0.15);
}
.onp-terminal-icon span {
  font-size: Arial, sans-serif;
  font-weight: 700;
  font-size: 0.813rem;
  color: #002776;
  text-align: center;
}

.onp-result-info {
  display: flex;
  gap: 32px;
  margin-bottom: 16px;
}
.onp-result-info > div {
  flex: 1;
}
@media (max-width: 767.98px) {
  .onp-result-info {
    flex-direction: column;
  }
}

.onp-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  width: 100%;
}

.onp-actions-right-button {
  justify-content: flex-end;
}

.onp-actions-two-buttons {
  justify-content: space-between;
}
@media (max-width: 375.98px) {
  .onp-actions-two-buttons {
    flex-direction: column;
  }
}

.onp-actions-flying-placeholder .onp-actions-flying.fixed .onp-actions {
  padding: 24px;
  background-color: #fff;
}