.btn:focus,
button:focus {
    outline: none;
}

.gpe_event_wizard_navigation .form-group input, .gpe_event_wizard_navigation .form-group select {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
} 
.gpe_event_data-table-wrp table {
    font-size: 12px;
}
.gpe_event_sidebar_form_wizard_wrapper{
    font-size: 14px;
}
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.gpe_event_data-table-wrp {
    margin: 20px 0 50px 0;
}

.gpe_event_action {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gpe_event_action p {
    margin: 0;
}

.gpe_event_page_title h3 {
    margin: 0;
    font-size: 25px;
    color: #000000 !important;
    font-family: 'Exo';
    border: 0;
    background: 0 0;
    white-space: normal;
}

.gpe_event_top_bar_box {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.gpe_event_top_bar_navigation {
    margin-left: auto;
}

.gpe_event_top_bar_navigation {
    display: flex;
    align-items: center;
    gap: 5px;
}

.gpe_event_add button {
    background-color: #409EFF;
    color: #fff;
}

.gpe_event_filter button {
    background-color: #ffbf00;
    color: #fff;
}

.gpe_event_delete button {
    background-color: #f61732;
    color: #fff;
}

.gpe_event_edit button {
    background-color: #409EFF;
    color: #fff;
}
label.error {
    color: red;
    font-size: 12px;
}
.gpe_event_sidebar_form_wizard_wrapper {
    position: relative;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 11px 1px rgb(0 0 0 / 12%);  
    transition: transform 0.3s ease-in-out;
    z-index: 9999;
    width: 40vw;
    min-width: 700px;
    top: 111px;  
}

.gpe_event_wizard_header {
    padding: 15px 15px;
}

.gpe_event_wizard_header h2 {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #909090;
    font-family: Quadon;
    text-transform: uppercase;
}

.gpe_event_wizard_navigation {
    padding: 15px 15px;
}

.gpe_event_wizard_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 18px;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.gpe_event_wizard_footer_left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gpe_event_wizard_navigation .tab-content {
    padding: 15px;
}


#gpe_event_image-preview {
    width: 200px;
    height: 200px;
    background-color: #f1f1f1;
    background-size: cover;
    background-position: center;
    border: 1px solid #ccc;
}

.gpe_event_image_notes {
    color: red;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
}

.gpe_event_image_upload_box {
    border: 1px solid #dadada;
    border-radius: 5px;
    cursor: pointer;
    height: 60px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gpe_event_image_upload_box #image-upload {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.gpe_event_image_upload_box .gpe_event_upload_box_text {
    margin: 0;
    font-weight: 700;
}

div#gpe_event_image_preview {
    height: 300px;
    width: 300px;
    background-position: center;
    background-size: contain;
}

 

.sidebar-open {    
    position: absolute; 
    right: 0;
    transform: translate(0);
	display: block;
}

.sidebar-closed {
    position: absolute; 
    right: 0;
    transform: translateX(100%);
	display: none;
}


@media only screen and (max-width: 768px) {
  
    .gpe_event_sidebar_form_wizard_wrapper{   
        min-width: 500px;
    }
}

@media only screen and (max-width: 575px) {
    .gpe_event_sidebar_form_wizard_wrapper{
        min-width: 360px;
        top: 60px;
    }
}