﻿.root-logo-color {
    background-color: var(--mud-palette-appbar-background)
}

.table-custom {
  width: 100%;
  border-collapse: collapse;
}

.table-custom th,
.table-custom td {
  padding: 8px;
  text-align: right;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

th.col-text-start,
td.col-text-start {
  text-align: left !important;
}

.table-custom tr td:first-child,
.table-custom tr th:first-child {
  border-left: 1px solid #ddd;
}

.table-custom tr td:last-child,
.table-custom tr th:last-child {
  border-right: 1px solid #ddd;
}

.bg-selected {
  color: var(--mud-palette-primary);
  background-color: var(--mud-palette-primary-hover);
}

tr.row-total td, tr.row-total th {
  font-weight: bold;
}

tr.row-border-bottom td, tr.row-border-bottom th {
  border-bottom: 1px solid black;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

.strikethrough {
  text-decoration: line-through;
}

.container-landing-scaling {
  transform: scale(1.6) translateY(8em);
}

@media (max-width: 2560px) {
  .container-landing-scaling {
    transform: scale(1.2) translateY(4em);
  }
}

@media (max-width: 1920px) {
  .container-landing-scaling {
    transform: scale(1) translateY(0);
  }
}

.bg-hero-gradient-angled {
  margin-bottom: -.5em;
  background: linear-gradient(5deg, #D9ECF4 20%, rgba(217, 236, 244, 0.5) 70%, rgba(217, 236, 244, 0) 100%);
}

.bg-hero-gradient {
  background: linear-gradient(5deg, #D9ECF4 20%, rgba(217, 236, 244, 0.5) 70%, rgba(217, 236, 244, 0) 100%);
}

.bg-landing-page {
  background-color: #FCFDFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1784' height='892' viewBox='0 0 160 80'%3E%3Cg fill='%23F5F8FE' %3E%3Cpolygon points='0 10 0 0 10 0'/%3E%3Cpolygon points='0 40 0 30 10 30'/%3E%3Cpolygon points='0 30 0 20 10 20'/%3E%3Cpolygon points='0 70 0 60 10 60'/%3E%3Cpolygon points='0 80 0 70 10 70'/%3E%3Cpolygon points='50 80 50 70 60 70'/%3E%3Cpolygon points='10 20 10 10 20 10'/%3E%3Cpolygon points='10 40 10 30 20 30'/%3E%3Cpolygon points='20 10 20 0 30 0'/%3E%3Cpolygon points='10 10 10 0 20 0'/%3E%3Cpolygon points='30 20 30 10 40 10'/%3E%3Cpolygon points='20 20 20 40 40 20'/%3E%3Cpolygon points='40 10 40 0 50 0'/%3E%3Cpolygon points='40 20 40 10 50 10'/%3E%3Cpolygon points='40 40 40 30 50 30'/%3E%3Cpolygon points='30 40 30 30 40 30'/%3E%3Cpolygon points='40 60 40 50 50 50'/%3E%3Cpolygon points='50 30 50 20 60 20'/%3E%3Cpolygon points='40 60 40 80 60 60'/%3E%3Cpolygon points='50 40 50 60 70 40'/%3E%3Cpolygon points='60 0 60 20 80 0'/%3E%3Cpolygon points='70 30 70 20 80 20'/%3E%3Cpolygon points='70 40 70 30 80 30'/%3E%3Cpolygon points='60 60 60 80 80 60'/%3E%3Cpolygon points='80 10 80 0 90 0'/%3E%3Cpolygon points='70 40 70 60 90 40'/%3E%3Cpolygon points='80 60 80 50 90 50'/%3E%3Cpolygon points='60 30 60 20 70 20'/%3E%3Cpolygon points='80 70 80 80 90 80 100 70'/%3E%3Cpolygon points='80 10 80 40 110 10'/%3E%3Cpolygon points='110 40 110 30 120 30'/%3E%3Cpolygon points='90 40 90 70 120 40'/%3E%3Cpolygon points='10 50 10 80 40 50'/%3E%3Cpolygon points='110 60 110 50 120 50'/%3E%3Cpolygon points='100 60 100 80 120 60'/%3E%3Cpolygon points='110 0 110 20 130 0'/%3E%3Cpolygon points='120 30 120 20 130 20'/%3E%3Cpolygon points='130 10 130 0 140 0'/%3E%3Cpolygon points='130 30 130 20 140 20'/%3E%3Cpolygon points='120 40 120 30 130 30'/%3E%3Cpolygon points='130 50 130 40 140 40'/%3E%3Cpolygon points='120 50 120 70 140 50'/%3E%3Cpolygon points='110 70 110 80 130 80 140 70'/%3E%3Cpolygon points='140 10 140 0 150 0'/%3E%3Cpolygon points='140 20 140 10 150 10'/%3E%3Cpolygon points='140 40 140 30 150 30'/%3E%3Cpolygon points='140 50 140 40 150 40'/%3E%3Cpolygon points='140 70 140 60 150 60'/%3E%3Cpolygon points='150 20 150 40 160 30 160 20'/%3E%3Cpolygon points='150 60 150 50 160 50'/%3E%3Cpolygon points='140 70 140 80 150 80 160 70'/%3E%3C/g%3E%3C/svg%3E");
}