/*
Theme Name: Levi9 Elementor Theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.2.1718026064
Updated: 2024-06-10 15:27:44

*/

#event-form-container .application-form {
    padding: 40px 20px;
    background-color: #f7f7f7;
}

#event-form-container .application-form .wpcf7-form,
#event-form-container .application-form form {
    max-width: 600px;
    margin: 0 auto;
}

#event-form-container .wpcf7-form-control {
    margin-bottom: 20px;
    border: 1px solid #C8C8C8;
}

#event-form-container input::placeholder {
    color: #515151;
    font-size: 12px;
    font-family: "DM Sans", Sans-serif;
}

#event-form-container .application-form input[type="text"],
#event-form-container .application-form input[type="email"],
#event-form-container .application-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    height: 56px;
}

#event-form-container input[type="checkbox"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    opacity: 1;
    visibility: visible;
    position: static;
    border: 2px solid #999999;
    border-radius: 2px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    pointer-events: auto;
    background-color: #F8F8F8;
}

#event-form-container label[for="checkbox_rule_1"] {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: -20px;
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
}

#event-form-container select[name="role"],
#event-form-container select[name="experience"] {
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 10px 14px;
    color: #515151;
    font-size: 12px;
    font-family: "DM Sans", Sans-serif;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    background-color: #F8F8F8;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23999999" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    cursor: pointer;
}

#event-form-container select[name="role"] option,
#event-form-container select[name="experience"] option {
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    color: #333333;
    background-color: #FFFFFF;
}

#event-form-container .application-form input[type="submit"]:hover,
#event-form-container .application-form button[type="submit"]:hover {
    background-color: #333;
}

#event-form-container .wpcf7-submit {
    width: 100%;
    height: 72px;
    font-family: "DM Sans", Sans-serif;
    font-weight: 700;
    background-color: #FF6608;
    color: #ffffff;
    border: 1px solid #FF6608;
    margin-top: 20px;
    cursor: pointer;
}

