input.invalid,
select.invalid {
    border-color: #f00 !important;
}

.hidden {
    display: none !important;
}

.uploadFile {
    position: relative;
    min-height: 150px;
}

    .uploadFile > img {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .uploadFile > .uploadWrap {
        position: absolute;
        z-index: 2;
        background: #0000004f;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        display: none;
    }

    .uploadFile:hover > .uploadWrap,
    .uploadFile.active > .uploadWrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .uploadFile > .uploadWrap i {
        padding: 5px 25px;
        font-size: 20px;
        background: #ff6a00;
        border: solid 1px #ff6a00;
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
    }

#reader {
    width: 250px;
    height: 250px;
    overflow: hidden;
    display: none;
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #ccc;
    z-index: 99;
}
@media (max-width: 991.98px) {
    body [data-layout=horizontal] .page-content {
        margin-top: 80px !important;
    }
}
