.overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    /* top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.overlay .spinner-border {
    position: absolute;
    top: 50%;
    left: 45%;
}

.overlay p {
    top: 60%;
}

.overlay-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.image-upload label {
    cursor: pointer;
    bottom: 20px;
    margin-left: -20px;
}

.image-upload form {
    visibility: hidden;
    width: 0;
    height: 0
}

.image-upload input {
    visibility: hidden;
    width: 0;
    height: 0
}

.ui-front {
    z-index: 1100 !important;
}

.audio_full {
    display: block;
    min-width: 100%;
    max-width: 100%;
}
