/*
Theme Name: Festiva Child
Theme URI: http://demo.bravisthemes.com/festiva
Author: Bravis-Themes
Author URI: https://bravisthemes.com/
Description: Festiva is the most versatile events and conference theme for WordPress. It has 04 unique homepage layouts, available as multi-page or one-page designs. Each layout has been carefully crafted to provide a modern and clean browsing experience for your readers. With Festiva, your events and conferences are going to stand out like never before.
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: festiva
Text Domain: festiva-child
Tags: 	attendees, conference, education, event, event theme, festival, meetup, multi event, onepage, schedule, seminar, ticket, tickets, webinar, zoom
Copyright (c) 2024 Bravis-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/

.contact-form-2.custom-form-styles .pxl-select .pxl-select-hidden {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.contact-form-2.custom-form-styles .pxl-select .pxl-select-higthlight {
	position: relative;
}

.contact-form-2.custom-form-styles .pxl-select .pxl-select-higthlight::before {
    content: "\f150";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-family: Caseicon;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 0.25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all 0.25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.25s cubic-bezier(.645,.045,.355,1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
}

.contact-form-2.custom-form-styles .pxl-select .pxl-select-higthlight.active::before {
    transform: translate(0, -50%) scaleY(-1);
}

.contact-form-2.custom-form-styles .pxl-select .pxl-select-options {
    max-height: 282px;
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    margin: 10px 0 0;
    padding: 12px 18px;
    background-color: #fff;
    z-index: 900;
    font-size: 16px;
    color: #666;
    font-family: inherit;
    box-shadow: 0 3px 65px rgba(0, 0, 0, .08);
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 0.25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all 0.25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.25s cubic-bezier(.645,.045,.355,1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    margin-top: 30px;
    visibility: hidden;
}

.contact-form-2.custom-form-styles .pxl-select .pxl-select-higthlight.active+.pxl-select-options {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}

.contact-form-2.custom-form-styles .pxl-select .pxl-select-options li {
    padding: 9px 10px;
    cursor: pointer;
    -webkit-transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all 0.25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all 0.25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all 0.25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all 0.25s cubic-bezier(.645,.045,.355,1);
    transition: all 0.25s cubic-bezier(.645, .045, .355, 1);
    line-height: normal !important;
    border-radius: 5px;
}

.contact-form-2.custom-form-styles .pxl-select .pxl-select-options li:first-child {
    display: none;
}