.iframe-dashboard{
    min-height: calc(100vh - 80px) !important;
    border-radius: 25px;
}

.dz-image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #f1416c;
    padding-left: 0.25rem;
    font-weight: 600;
}