<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#form-message {
    padding: 1rem;
    border-radius: 0.375rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

#form-message.success {
    background-color: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

#form-message.error {
    background-color: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

#callback-bookmark, #application-bookmark {
    scroll-margin-top: 100px;
}

.radio-group.error {
    color: rgb(218 33 40)
}

.radio-group .msg {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(218 33 40);
}

@media (max-width: 800px) {
    #webchat.active {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        border-radius: 0;
    }
}

.country-megamenu::before {
    z-index: -2 !important;
}

#webchat {
    z-index: 51;
    text-transform: unset;
}

#webchat button {
    text-transform: unset;
}

#brands-dropdown {
    position: fixed;
    z-index: 1000;
}

.job-property-lists ul, .job-description ul {
    gap: normal;
    border-radius: 8px;
    overflow: hidden;
}

.job-property-lists ul li, .job-description ul li {
    padding: 0.5rem;
    border-radius: unset;
}</pre></body></html>