label.error, span.error {
    width: 100%;
    color: red;
    /*font-style: oblique;*/
    font-size: 14px;
    font-weight: bolder;
    margin-top: 5px;
    letter-spacing: 0.5px;
    display: none;
}
.tooltip-area .tooltiptext {
    visibility: hidden;
    min-width: 50px;
    background-color: #393939;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    margin-left: 0px;
    right: 0;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 15px;
}
.btn-light{
    color: #212529;
    background-color: white;
    border-color: #efefef;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}
.file-upload-custom-input #file-drag{
    background-color: transparent;
}
.file-upload-custom-input .file-select-name{
    background-color: #fff;
}
#notimage {
    color: red;
}

.user-dynamic-section .experienceSection:first-of-type .remove-ele,
.user-dynamic-section .educationSection:first-of-type .remove-ele{
    display: none;
}

.strengths-values .selected-list {
    box-shadow: 0 .3rem 1rem var(--active-color) !important;
}
.cursor-pointer{
    cursor: pointer;
}
.wizard-question-content-overflow{
    max-height: 450px;
    overflow-y: auto;
}
.smartphone-preview .middle-content-preview {
    overflow-y: auto !important;
    height: 300px;
}
.grid-text{
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.add-q-ans-img{
    width: 35px;
    aspect-ratio: 1/1;
}
.dynamic-question-img{
    aspect-ratio: 1/1;
}
/* footer */
footer.site-footer{
    /* z-index: 1060; */
    z-index: 1054;
}
/*
.answer_input_section:has(> .answer_input:last-child:nth-child(1)) .remove_answer{
    display: none;
}

.answer_input_section .answer_input:nth-child(1) .remove_answer{
    display: none;
}
*/
.word-value-table #bootstrap-data-table-list_filter{
    display: none !important;
}
