.register-img{
    height: 300px;
    width: auto;
    max-width: clamp(370px, 50vw, 500px);
    object-fit: cover;
    object-position: center;
    /* border: 2px dashed var(--accent-color); */
}

.custom-pill2{
    height: 40px;
}

.nav-pills.custom-pill2 .nav-link.active:after, .nav-pills.custom-pill2 .nav-link:hover:after{
    bottom: -20px;
}

.documents-upload-worker{
    width: 100px;
    border-radius: 11px;
    object-fit: cover;
    height: 50px;
    margin-top: 4px;
}
#scrollUp{
    z-index: 1030!important;
    bottom: 64px!important;
}
