.addFieldEducations{
    color: rgb(0, 110, 255);
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}

.educationProfileContainer{
    position: relative;
}

.organizationProfileContainer{
    position: relative;
}

.workExperienceProfileContainer{
    position: relative;
}

.familyProfileContainer{
    position: relative;
}

.familyHProfileContainer{
    position: relative;
}

.removeContainer{
    position: absolute;
    top: 0;
    right: 10px;
    width: auto;
}

.removeField{
    padding-left: 5px;
    padding-right: 5px;
}

.removeField:hover{
    cursor: pointer;
}

.passwordValidationWrapper{
    margin-top: 3pt;
    width: 50%;
    height: 20px;
    display: flex;
    justify-content: space-between;
}

.cardShadow{
    transition: scale 0.5s, box-shadow 0.5s;
}

.cardShadow:hover{
    scale: 1.02;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cursorPointer{
    cursor: pointer;
}

/* Cropper Modal Styles */
#cropModal .modal-dialog {
    max-width: 800px;
}

#cropModal .img-container {
    max-height: 400px;
    overflow: hidden;
}

#cropModal .img-container img {
    max-width: 100%;
    max-height: 100%;
}

#cropModal .img-preview {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 0 auto;
}

#cropModal .img-preview img {
    max-width: 100%;
    max-height: 100%;
}

/* Cropper.js custom styles */
.cropper-container {
    font-family: inherit;
}

.cropper-view-box,
.cropper-face {
    border-radius: 0;
}

.cropper-line,
.cropper-point {
    background-color: #fff;
}

.cropper-point {
    width: 8px;
    height: 8px;
    opacity: 0.75;
}

.cropper-point:hover {
    opacity: 1;
}

.cropper-line {
    width: 1px;
    height: 1px;
}

.cropper-view-box {
    outline: 1px solid #fff;
    outline-color: rgba(255, 255, 255, 0.75);
}