/*
    Theme Name: Power Industry Jobs 
    Theme URI: https://powerindustryjobs.com/
    Author: the Digital Guider team
    Author URI: https://digitalguider.com/
    Description: PowerIndustryJobs.com was created to be a one stop shop for power plant professionals to connect with career advancement opportunities within the power industry. We post power industry related jobs for individual power facilities and corporations. We have over 33 years of experience managing and operating various power generation technologies. This experience helps us market to and locate the best talent available. Our goal is to provide the best job opportunities available in the power industry with a focus on reducing candidates search time. We are available to review the employers jobsite daily or weekly and post all relevant power industry jobs to PowerIndustryJobs.com with direct link to your company’s job posting. You can also post the jobs yourself. Again, we focus only on the Power Industry! PowerIndustryJobs.com is a Power Industry Support, LLC owned and maintained website.
    Tested up to: 6.9.3
    Requires PHP: 8.0
    License: GNU General Public License v2 or later
    Text Domain: powerindustryjobs
*/
@media (min-width: 783px) {

    .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child),
    .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
        margin-bottom: 0px !important;
    }
}

button.forminator-button.forminator-button-submit {
    background: #f93739;
    padding: 12px 20px !important;
    line-height: 24px !important;
    color: #fff;
    position: relative !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    display: block !important;
    transition: all 0.2s ease-in-out !important;
    border-radius: 4px !important;
    margin: 30px auto 0px !important;
    margin-top: 30px !important;
    margin-right: auto !important;
    margin-bottom: 0px !important;
    margin-left: auto !important;
}

.utf-single-page-section-aera h2 {
    margin-bottom: 20px;
    font-size: 20px;
}

.utf-single-page-section-aera h2 strong {
    font-weight: 600 !important;
}

.utf-boxed-list-headline-item h1 {
    color: #fff;
    font-size: 28px;
}

/* Container for the job details */
.job-description-content ul {
    list-style: none;
    /* Remove default bullets */
    padding: 0;
    margin: 20px 0;
}

.job-description-content ul li {
    position: relative;
    padding-left: 30px;
    /* Space for the arrow */
    margin-bottom: 12px;
    line-height: 1.6;
    color: #666;
    /* Gray text color from your screenshot */
    font-size: 16px;
}

/* Creating the arrow using a pseudo-element */
.job-description-content ul li::before {
    content: "\f061";
    /* FontAwesome Right Arrow code */
    font-family: "Font Awesome 5 Free";
    /* Ensure FontAwesome is loaded */
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #ff4b2b;
    /* The orange/red color from your UI */
    font-size: 14px;
}

span.new-label {
    padding: 0 6px;
    line-height: 16px;
    margin: 0 0 0 6px;
    font-size: 10px;
    position: relative;
    top: -1px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    display: inline-block;
    background-color: #ffb119;
    text-transform: uppercase;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 15px;

}

p.searchNotFoundText {
    padding: 10px 30px;
    background: #ffe5e5;
    border: 1px solid red;
    font-weight: bold;
}

form#search-form-home {
    border-radius: 50px;
    background-color: #fbfdff;
    padding: unset;
}

#search-form-home .utf-intro-search-field-item {
    width: unset;
    border-right: 1px solid #e4e4e4;
    flex: 1;
}

form#search-form-home .utf-intro-search-button .button {
    border-radius: 50px;
}

.intro-stats {
    position: relative;
    z-index: 99999;
}