.profile-user-img{
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 150px;
}

label.required::after {
    content:'*';
    color: red;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: darkgrey!important;
}

.select2-container--bootstrap4 .select2-selection__clear{
    padding-left: .2em!important;
    padding-top: .02em!important;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: rgba(108, 117, 125, 0.1);
    border-color: transparent;
}
