pre.readonly {
  display: inline-block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #000;
  background-color: #e9ecef;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  /* border-radius: .25rem; */
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-underline-hover {
  text-decoration: none;
}

.text-underline-hover:hover {
  text-decoration: underline;
}

.hover-visible {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.hover-visible:hover {
  display: block;
  opacity: 1;
}

.hover-visible-child {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.hover-parent:hover .hover-visible-child {
  display: block;
  opacity: 1;
}

.hover-hidden-child {
  display: block;
  opacity: 1;
}

.hover-parent:hover .hover-hidden-child {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.blazored-toast-container {
  z-index: 3500 !important;
  margin-top: 50px;
}

.login-form {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  background-color: rgba(89, 74, 226, 0.9);
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(8, 7, 16, 0.6);
  padding: 25px 25px;
}
.login-form::placeholder {
  color: #686868;
}
.login-form * {
  color: #ffffff;
}
.login-form *:focus {
  box-shadow: 0 0 0 0.05rem #8faad2, 0 0 0 0.1rem #c3dafa;
}
.login-form * a:hover {
  text-decoration: underline;
}
.login-form div > p {
  display: flex;
  justify-content: center;
}
.login-form h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}
.login-form label {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
}
.login-form .invalid {
  outline: 1px solid #e50000;
}
.login-form .validation-errors {
  margin-bottom: -10px;
}
.login-form .validation-message {
  margin-top: 2px;
  color: #e50000;
  background-color: white;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.login-form input {
  display: block;
  height: 50px;
  width: 100%;
  border-radius: 3px;
  padding: 0 10px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  color: #141414;
  outline: none;
  border: none;
}

.login-form .checkboxes {
  display: flex;
  justify-content: center;
}
.login-form .checkboxes label {
  cursor: pointer;
}
.login-form .checkboxes input {
  margin-top: -3px;
  margin-right: 5px;
  display: inline-block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  vertical-align: middle;
}

.login-form button[type=submit] {
  margin-top: 25px;
  margin-bottom: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.27);
  color: #ffffff;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}
.login-form button[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.47);
}

.login-social {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.login-social button {
  width: 150px;
  border-radius: 3px;
  padding: 5px 10px 10px 5px;
  background: rgba(255, 255, 255, 0.27);
}
.login-social button:hover {
  background-color: rgba(255, 255, 255, 0.47);
}
.login-social * i {
  margin-right: 4px;
}
.login-social .google {
  padding-bottom: 5px;
}
.login-social .facebook {
  margin-left: 25px;
  padding-bottom: 5px;
}

.bi-lg {
  font-size: 1.1rem;
}

.mud-nav-link svg:has(.bootstrap-icon) {
  height: 28px !important;
  width: 28px !important;
  margin-bottom: -10px !important;
  margin-right: -10px !important;
}
.mud-nav-link.active:not(.mud-nav-link-disabled) svg:has(.bootstrap-icon) {
  color: var(--mud-palette-primary) !important;
  fill: var(--mud-palette-primary) !important;
}

.mud-typography svg:has(.bootstrap-icon) {
  margin-top: -4px !important;
  margin-bottom: -11px !important;
  width: 36px !important;
  height: 36px !important;
}

.mud-button-icon-start svg:has(.bootstrap-icon) {
  margin-top: 9px !important;
  margin-right: -7px !important;
  width: 28px !important;
  height: 28px !important;
}

input[type=text][readonly]:not(.mud-select-input) {
  background-color: var(--mud-palette-primary-hover) !important;
}

label {
  white-space: nowrap;
}

.mud-button-outlined-size-small {
  max-height: 30.75px;
}

.grid-no-wrap {
  white-space: nowrap;
}

.grid-selected-row {
  background-color: #1E88E5 !important;
}

.grid-selected-row > td {
  color: white !important;
}

.grid-selected-row > td .mud-input {
  color: white !important;
}

.mud-dialog-title {
  padding: 8px 12px !important;
  border-bottom: 1px solid var(--mud-palette-lines-default) !important;
}
.mud-dialog-title > .mud-button-close {
  top: 0 !important;
}

.mud-dialog-actions {
  z-index: 1 !important;
  padding: 10px 12px !important;
  border-top: 1px solid var(--mud-palette-lines-default) !important;
}

.mud-dialog-content {
  border: 0 !important;
  margin: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.mud-dialog .mud-dialog-content {
  overflow-y: auto;
}
.mud-dialog > .outline-none {
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.mud-dialog > .outline-none > div:nth-of-type(4) {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

/* Remove somee ad
-------------------------------------------------- */
a[href="http://somee.com"] {
  display: none;
}

/*# sourceMappingURL=styles.min.css.map */
