﻿.upload-file {
    border: none;
    border-radius: 10px;
    box-shadow: none;
    height: 100%;
    box-shadow: none !important;
    opacity: 0;
}

    .upload-file:hover {
        box-shadow: none !important;
    }

.mat-file-upload-content {
    opacity: 0.3;
    display: none;
}

#blazor-error-ui {
    color: red !important;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    animation: fade-in-error;
    animation-duration: 1s;
    animation-delay: 1s;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@keyframes fade-in-error {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*PinAccess.razor*/
form#ios input[type=password] {
    height: 50px;
    width: 40px;
    text-align: center;
    font-size: 2em;
    border: 1px solid #000;
}



.pin-access-pin-box {
    height: 50px;
    width: 40px;
    text-align: center;
    font-size: 1.5em;
    border: 1px solid #000;
}

.pin-access-key-img {
    height: 50px;
    width: 40px;
}

.pin-access-show-img {
    height: 50px;
}


@media (max-width: 767.98px) {
    .hidden-xs {
        display: none;
    }
}