.unc-hide {
    display: none;
}

.unc-hide-element {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.unc-show-element {
    visibility: visible;
    opacity: 1;    
    transition-delay: 0s;
}

.btn-upload-loader
{
    margin-left: 15px;
    font-size:22px;
    color:#ff0000 !important;
}

.uploader-loader
{
    background: none !important;
    height: 25px !important;
    margin-top: 12px !important;
    color: #ff0000 !important;
}

.disable-btn-upload{
    background:#6c757d85 !important;
}

.growl {
    opacity: 1 !important;
    width: 320px !important;
    background: #000000 !important;
}

.custom-select__option {
    z-index: 99999;
}

.custom-file-label
{
    z-index: 0 !important;
}

.custom-select__dropdown {
    z-index: 999999 !important;
}