#regulation_model {

}
#regulation_model .modal-dialog {
    max-width: 90%;
}
.update_form_left_colum_top_offset {
    margin-top: 0.15rem;
}
.resume_upload_progress_bar {
    height: 1.8rem !important;
}
.resume_upload_progress_info {
    font-size:0.8rem; 
    position: absolute;
    top: 0.3rem; 
    text-shadow: -1px -1px 0 #000,  1px -1px 0 #000,-1px  1px 0 #000,1px  1px 0 #000; 
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}
.resume_upload_progress_info_left {
    width: 47%; 
    left: 0.6rem; 
    text-align: left; 
}
.resume_upload_progress_info_mid {
    width: 25%; 
    left: 50%; 
    text-align: center;
}
.resume_upload_progress_info_right {
    width: 25%; 
    right: 0.6rem; 
    text-align: right; 
}
.resume_upload_remove_btn {
    height: 1.8rem;
}
.upload_image_container {
    padding-top: 50% !important;
    background-size:contain; background-position:center center; background-repeat:no-repeat;
}
.tier_unchangeable_tooltip:hover {
    background-color: #ebebeb;
}

@media (max-width: 767.98px) {

    #regulation_model .modal-dialog {
        max-width: 100%;
    }
    .resume_upload_progress_info {
        font-size:0.6rem; 
        top: 0.5rem; 
    }
}
