.consultative-form-select-wrapper select,
.consultative-form-body-appointment-wrapper select,
.consultative-form-body-textfield {
    width: 100%!important;
    max-width: 500px;
    background-color: transparent!important;
    border-bottom: 1px solid;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-radius: 0!important;
}

.consultative-form-button-wrapper .btn {
    margin-right: 40px;
}

.consultative-form-button-wrapper .btn:hover {
    color: #e6e6e6 !important;
}

.consultative-form-body-upload-button {
    cursor: pointer;
    font-size: 1rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

.consultative-form .detail-element-label {
    display: block !important;
}

.consultative-form .form-check {
    display: flex;
    margin-bottom: 22px;
}

.consultative-form input[type=checkbox] {
    appearance: none;
    border: 1px solid #ccc;
    border-radius: .375rem;
    font-size: inherit;
    height: 28px;
    padding: 0!important;
    position: relative;
    width: 28px;
}

.consultative-form input[type=checkbox]:checked {
    background-color: transparent;
}

.consultative-form input[type=checkbox]:checked:before {
    background-color: #b42a9f;
    content: "";
    height: 16px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 16px;
}

.consultative-form .form-check-label {
    margin-left: 15px;
    position: relative;
    top: 10px;
}

.consultative-form .bootstrapcard-container {
    padding: 20px !important;
}

.consultative-form .card {
    border: none !important;
}

.consultative-form .field-error {
    border-bottom: 2px solid #dc3545 !important;
}

.consultative-form .field-error-message {
    font-size: 0.85rem;
}

.consultative-form .form-global-error {
    font-weight: 600;
}

.consultative-form button.disabled {
    opacity: 0.5;
    pointer-events: none;
}