.error,
.error small {
    color: #f44336 !important;
    text-align: left !important;
    font-size: 15px !important;
}

.required {
    color: #f44336 !important;

}

.loading-cntant {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    display: table;

    z-index: 999999;
    left: 0;
}

.loader {
    margin: auto;
    font-size: 10px;
    position: absolute;
    border-top: 8px solid #3CB2AB;
    border-right: 8px solid #3CB2AB;
    border-bottom: 8px solid #3CB2AB;
    border-left: 8px solid #f8f9fa;


    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display: table-cell;
    vertical-align: middle;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 130px;
    height: 130px;
}

.hideSection {
    display: none !important;
}

.showSection {
    display: block !important;
}

.video_next_btn {
    display: none;
}

.steps-list li.active:last-child:after {
    position: absolute;
    right: auto;
    width: auto;
}

.form-group {
    position: relative;
}

.remove_link {
    position: absolute;
    right: 5px;
    top: 45px;
    cursor: pointer;
}

span.drag {
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 45px;
}

#designationSequenceBox .col-md-6,
#edit_designation_sortable_fields .col-md-12,
#designation_sortable_fields .col-md-12,
.col-md-12.linkbox,
#new-fields .col-md-12 {
    padding-right: 25px;
}

.video_upload_box {
    display: none;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
}

.image_area {
    text-align: center;
}

.socail-link-info a.disable {
    opacity: 0.2;
    cursor: not-allowed;
}

.directory_list_user_image {
    border-radius: 50%;
}

.verifyemail {
    color: #3CB2AB !important;
}

.disableLink {
    opacity: 0.2;
    cursor: not-allowed;
}