.top-input-custom{
    top: 24px;
}

.btn-transparent{
    background: transparent;
    border: 2px solid #0d6efd;
    color: #0d6efd;
    padding: 0.45rem 0.95rem;
}
.btn-transparent:hover{
    border: 2px solid #212529;
    color: #212529;
}

.nav-link.disabled{
    opacity: 0.4;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.4;
}

.download-image-btn{
    position: absolute;
    right: 50px;
    top: 10px;
}

.delete-image-btn{
    position: absolute;
    right: 10px;
    top: 10px;
}
