.rz-menuitem .rzi {
  font-size: 2em;
}

.rz-menuitem:hover {
  background-color: unset !important;
  color: var(--rz-footer-color) !important;
  border-radius: unset !important;
}

i.rzi {
  font-variation-settings: "FILL" 1;
}

.rz-navigation-item-link {
  flex-direction: column !important;
}

/* App.razor */
.rz-growl-item {
    width: 400px !important; /* Increase width */
}

.rz-notification {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
}
.rz-notification-item {
    padding: 1.5rem !important;
    font-size: 1.25rem !important;
    width: 600px !important;
}
.rz-notification-message {
    font-size: 1.25rem !important;
}

/* CadastroListaDetalhes.razor */
.detail-item {
    display: flex;
    flex-direction: column;
}

.detail-item .rz-label {
    width: 100%;
}

.detail-value {
    color: black !important;
    font-weight: normal;
}

/*TODO: .rz-label:not(.detail-value) {
    font-size: 12px;
}*/

.tab-content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 210px);
    /* Adjust this value based on header/menu heights */
}

.tab-content-wrapper .rz-footer {
    flex-shrink: 0;
}

/* CoExploracao.razor */
/*.rz-menuitem i {
    font-size: 32px !important
}

.rz-menuitem span {
    font-size: unset;
    color: white;
}

.rz-state-disabled span {
    color: #8eb4d0;
}

.rz-state-disabled i {
    color: #8eb4d0 !important
}

.rz-navigation-item-wrapper:hover {
    background-color: unset !important;
}

.rz-data-grid-data:hover {
    cursor: pointer !important
}

.rz-dialog-titlebar-close:hover {
    cursor: pointer !important
}

.rz-dialog-titlebar {
    padding-bottom: 1.25rem;
    background-color: #01579B;
}

.rz-dialog-title {
    color: white
}

.rz-dialog-titlebar span {
    color: white !important
}*/

/* Definicoes.razor */
.editButton {
    min-width: 300px;
    margin-bottom: 0.5rem;
}

/* Esclarecimentos.razor */
/*.rz-menuitem i {
    font-size: 32px !important
}

.rz-menuitem span {
    font-size: unset;
    color: white;
}

.rz-state-disabled span {
    color: #8eb4d0;
}

.rz-state-disabled i {
    color: #8eb4d0 !important
}

.rz-navigation-item-wrapper:hover {
    background-color: unset !important;
}

.rz-data-grid-data:hover {
    cursor: pointer !important
}

.rz-dialog-titlebar-close:hover {
    cursor: pointer !important
}

.rz-dialog-titlebar {
    padding-bottom: 1.25rem;
    background-color: #01579B;
}

.rz-dialog-title {
    color: white
}

.rz-dialog-titlebar span {
    color: white !important
}*/

/* MainPage.razor */
.homeIcon:hover{
  cursor:pointer;
}

.selected span {
  color: white;
}

.rz-navigation-item-text {
  color: #8eb4d0;
  text-decoration:underline;
  font-size: 24px;
}
.rz-menu:not(.rz-profile-menu) {
  background-color:#01579B !important;
}

.rz-data-grid-data:hover {
    cursor: pointer !important
}

.rz-menuitem i {
    font-size: 32px !important
}

.rz-menuitem span {
    font-size: unset;
    color: white;
}

.rz-state-disabled span {
    color: #8eb4d0;
}

.rz-state-disabled i {
    color: #8eb4d0 !important
}

.rz-navigation-item-wrapper:hover {
    background-color: unset !important;
}

.rz-dialog-titlebar-close:hover {
    cursor: pointer !important
}

.rz-dialog-titlebar {
    padding-bottom: 1.25rem;
    background-color: #01579B;
}

.rz-dialog-title {
    color: white
}

.rz-dialog-titlebar span {
    color: white !important
}

/* TEstabelecimentos.razor */
/*
*/