.rz-group-header {
    display: contents;
}

.sh .rz-fieldset-content-wrapper {
    overflow: initial;
}

.sh .rz-textbox {
    width: 100%;
}

.sh .rz-label {
    font-weight: 500;
}

.sh .rz-dialog-content {
    overflow: visible;
}

.sh .rz-row {
    margin-bottom: 0.75rem !important;
    padding: 0px !important;
}

/* Es para que el ancho del form field sea el 100% del contenedor */
.sh .rz-form-field {
    width: 100%;
}

.container-sm {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.container-lg {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.sh .blazored-typeahead__results {
    width: fit-content;
    /*    max-width: 25rem;*/
    font-size: 0.95rem;
    white-space: nowrap;
}

.rz-form-field:not(.rz-floating-label) .rz-form-field-label, .rz-textbox:focus ~ .rz-form-field-label, .rz-textarea:focus ~ .rz-form-field-label, .rz-spinner:focus-within ~ .rz-form-field-label, .rz-autocomplete:focus-within ~ .rz-form-field-label, .rz-textbox:not(:placeholder-shown) ~ .rz-form-field-label, :not(.rz-state-empty) ~ .rz-form-field-label, .rz-variant-filled .rz-textarea:focus ~ .rz-form-field-label, .rz-variant-flat .rz-textarea:focus ~ .rz-form-field-label, .rz-variant-filled :not(.rz-state-empty) ~ .rz-form-field-label, .rz-variant-flat :not(.rz-state-empty) ~ .rz-form-field-label, .rz-radio-button-list-vertical ~ .rz-form-field-label, .rz-radio-button-list-horizontal ~ .rz-form-field-label, .rz-checkbox-list-vertical ~ .rz-form-field-label, .rz-checkbox-list-horizontal ~ .rz-form-field-label, .rz-chkbox ~ .rz-form-field-label, .rz-state-empty:has(.rz-placeholder) ~ .rz-form-field-label {
    top: -0.60rem;
    font-size: 0.90rem;
    font-weight: 500;
}

/*
    Estas clases son para la animacion inicial
*/
.loading-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
}

.loading-box {
    padding: 40px;
    background-color: #FFF;
    width: 300px;
    height: 250px;
    position: absolute;
    text-align: center;
    top: 25%;
    box-shadow: 0 12px 15px rgba(0,0,0,0.6);
    border-radius: 15px;
}

.loading-text p {
    color: black;
    font-size: 35px;
    font-weight: bold;
}

.loading-text img {
    width: 350px;
    height: auto;
}


/* Puntos Loading Page */
.lds-ellipsis {
    position: absolute;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #333333;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@media screen and (max-width:1024px) {
    .loading-box {
        padding: 15px;
        width: 200px;
        height: 200px;
    }

    .loading-text p {
        font-size: 20px;
    }

    .loading-text img {
        width: 150px;
    }

    .lds-ellipsis {
        top: calc(50% + 50px);
    }
}

.mi-data-list-wrapper {
    --rz-datalist-item-border: 0px;
    --rz-datalist-item-background: transparent;
    --rz-datalist-background: transparent;
    --rz-datalist-content-background: transparent;
    --rz-datalist-content-padding: 0;
    --rz-datalist-data-background: transparent;
    --rz-datalist-item-margin-bottom: 1rem;
    --rz-datalist-item-padding: 0;
    --rz-datalist-item-box-shadow: none;
}

