/* /Layout/MainLayout.razor.rz.scp.css */
[b-qiy2v9lrw5] .validated .invalid-tooltip {
    display: block;
}

[b-qiy2v9lrw5] .validated .form-control.invalid, [b-qiy2v9lrw5] .validated .invalid .select2-container .select2-selection{
     border-color: #fa5c7c;
     padding-right: calc(1.5em + .9rem);
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fa5c7c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fa5c7c' stroke='none'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right calc(.375em + .225rem) center;
     background-size: calc(.75em + .45rem) calc(.75em + .45rem);
}
[b-qiy2v9lrw5] .validated .invalid .select2-container .select2-selection{
     background-position: right calc(1.7em + .225rem) center;
} 
[b-qiy2v9lrw5] .validated .form-control.valid, [b-qiy2v9lrw5] .validated .valid .select2-container .select2-selection{
     border-color: #0acf97;
     padding-right: calc(1.5em + .9rem);
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230acf97' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right calc(.375em + .225rem) center;
     background-size: calc(.75em + .45rem) calc(.75em + .45rem);
}

 [b-qiy2v9lrw5] .validated .valid .select2-container .select2-selection{
     background-position: right calc(1.7em + .225rem) center;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.side-nav-item[b-ut8jwsw6h6]  .active {
    color: white !important;
}
/* /Shared/SolutionUpgradeModal.razor.rz.scp.css */
.release-notes[b-uyjpxv9j7o]  h1 {
  font-size: 1.15rem !important;
  margin-top: .5rem;
  margin-bottom: .25rem;
}
.release-notes[b-uyjpxv9j7o]  h2 {
  font-size: 1.05rem !important;
  margin-top: .5rem;
  margin-bottom: .25rem;
}
.release-notes[b-uyjpxv9j7o]  h3 {
  font-size: 1rem !important;
  margin-top: .5rem;
  margin-bottom: .25rem;
}
.release-notes[b-uyjpxv9j7o]  p {
  margin-bottom: .5rem;
}
/* /Shared/TooltipValidationMessage.razor.rz.scp.css */

.invalid-tooltip[b-ss0kf798be] {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .4rem .8rem;
    margin-top: .1rem;
    font-size: .8125rem;
    color: #fff;
    background-color: rgba(250, 92, 124, .9);
    border-radius: .2rem;
}
