.error{
    color: red;
}

.hidden{
    display: none;
}

.form-details-data li {
    font-size: 15px;
}

.download-file{
    cursor: pointer;
    font-size: 15px;
}

.btn-access-control{
    height: calc(1em + 1.1rem + 2px) !important;
    width: calc(1em + 1.1rem + 2px) !important;
}

.error{
    color:red !important;
}

.span-image-preview{
    top: -9px;
    position: absolute;
    right: 1px;
}

.relative-position{
    position: relative;
}