<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#frontend_companies_content_profile_user_tabs_personal form {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding: 0 1px;
    overflow-x: hidden;
}
#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_avatar {
    position: relative;
    margin-top: 1rem;
}
#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_avatar #frontend_companies_content_profile_user_tabs_personal_avatar_destroy {
    display: none;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    top: -0.5rem;
    right: -0.5rem;
    color: var( --color-frontend_primary );
    font-size: 1.5rem;
    transition: color 0.3s ease;
}
#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_avatar #frontend_companies_content_profile_user_tabs_personal_avatar_destroy:hover {
    color: var( --color-frontend_primary_hover );    
}
#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_avatar img {
    display: block;
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    border-radius: 0.875rem;
    cursor: pointer;
}
#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_avatar #frontend_companies_content_profile_user_tabs_personal_avatar_overlay {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.875rem;
    opacity: 0.5;
    transition: background-color 0.3s ease;
}
#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_avatar:hover #frontend_companies_content_profile_user_tabs_personal_avatar_overlay {
    background-color: var( --color-frontend_white_hover_2 );
}
#frontend_companies_content_profile_user_tabs_personal form .frontend_companies_password_eye_wrapper {
    width: 100%;
    position: relative;
}
#frontend_companies_content_profile_user_tabs_personal form .frontend_companies_password_eye_wrapper i {
    position: absolute;
    top: 50%;
    right: 2.5%;
    transform: translate( -50%, -50% );
    color: var( --color-frontend_primary );
    cursor: pointer;
    transition: color 0.3s ease;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#frontend_companies_content_profile_user_tabs_personal form .frontend_companies_password_eye_wrapper i:hover {
    color: var( --color-frontend_primary_hover );
}

#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_driverlicense_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 8px;
}
#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_driverlicense_list .frontend_companies_content_profile_user_tabs_personal_driverlicense_list_item {
    padding: 0.475rem 0.875rem;
    background-color: var( --color-frontend_form_input_bgnd );
    color: var( --color-frontend_gray );
    border-radius: .475rem;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease;
}
#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_driverlicense_list .frontend_companies_content_profile_user_tabs_personal_driverlicense_list_item.frontend_companies_content_profile_user_tabs_personal_driverlicense_list_item_selected {
    background-color: var( --color-frontend_primary );
    color: var( --color-frontend_white );
}
#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_result {
    width: 100%;
    min-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_submit_loader {
    width: 200%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_submit_loader #frontend_companies_content_profile_user_tabs_personal_submit_loader_submit {
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_submit_loader #frontend_companies_content_profile_user_tabs_personal_submit_loader_loader {
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
#frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_submit_loader #frontend_companies_content_profile_user_tabs_personal_submit_loader_loader .loader {
    margin: 0 auto;
    font-size: 6px;
}

@media only screen and (max-width: 600px) {
    #frontend_companies_content_profile_user_tabs_personal form #frontend_companies_content_profile_user_tabs_personal_avatar { max-width: 80%; margin-left: auto; margin-right: auto; }
}
</pre></body></html>