﻿/*Embedded forms start*/
.embeddedFormCss *:not(input[type="checkbox"]):not(label[id*="Checkbox"]):not([class*="formLoader"]):not(.submitButtonSpinner) {
    max-width: 100% !important;
    box-sizing: border-box;
    width: 100% !important;
}

.embeddedFormCss label[id*="Checkbox"] {
    max-width: 90% !important;
}

.embeddedFormCss table.outer {
    display: table !important;
    margin: unset !important;
}

.embeddedFormCss .form-control::-webkit-input-placeholder {
    color: var(--swift-foreground-color)!important;
}

.embeddedFormCss .form-control {
    padding: 1rem .75rem;
}
/*Embedded forms end*/

/*Carerix start*/
#CarerixCvLabel {
   color: var(--swift-button-secondary-foreground-color);
}

#CarerixCvLabel:hover  {
    color: var(--swift-button-secondary-foreground-hover-color);
}

    #CarerixCvLabel:hover * {
        cursor: pointer;
    }

#CarerixItemDetailsPage .form-floating > .form-control::placeholder {
    color: black;
}

#CarerixItemDetailsPage input::file-selector-button {
    display: none;
}

#CarerixItemDetailsPage .hasUL > ul {
    padding-left: 1rem;
}
/*Carerix end*/