button.btn:focus,
button.btn:focus,
button.btn.active:focus {
    outline: none;
}
.btn.focus, .btn:focus, .btn:hover{
    outline: none;
    box-shadow: none;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

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

.gpe_event_edit button {
    background-color: #409EFF;
    color: #fff;
}
.gpe_venue_data-table-wrp {
    margin: 20px 0 50px 0;
}

.gpe_venue_data-table-wrp table{
    font-size: 12px;
}

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

.gpe_venue_action p {
    margin: 0;
}

.gpe_venues_page_title h3 {
    margin: 0;
    font-size: 25px;
    color: #909090 !important;
    font-family: Quadon;
    border: 0;
    background: 0 0;
    white-space: normal;
}

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

.gpe_venue_top_bar_navigation {
    margin-left: auto;
}

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

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

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

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

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

a.btn.btn-primary.gpe-add-fields-row {
    padding: 12px 20px;
    font-size: 14px;
    background-color: #00b2fe;
    border-color: #00b2fe;
    color: #fff !important;
    border-radius: 4px;
}

.gpe_venue_sidebar_form_wizard_wrapper {
    font-size: 14px;
    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_venue_wizard_header {
    padding: 15px 15px;
}

.gpe_venue_wizard_header h2 {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #000000;
    font-family: 'Exo';
    text-transform: uppercase;
}


.gpe_venue_wizard_navigation {
    padding: 15px 15px;
}

.gpe_venue_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_venue_wizard_footer_left {
    display: flex;
    align-items: center;
    gap: 10px;
}

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


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

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

.gpe_venue_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_venue_image_upload_box #image-upload {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.gpe_venue_image_upload_box .gpe_venue_upload_box_text {
    margin: 0;
    font-weight: 700;
}

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

label.error {
    text-transform: capitalize;
    margin-top: 5px;
    color: red;
    font-size: 12px;
}

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

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

.gpe_venue_wizard_content{
    max-height: 40vh;
    overflow: auto;
}

/*  */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
  }

  .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255, 73, 73);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
  }

  .toggle-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .toggle-slider {
    background-color: rgb(19, 206, 102);
  }

  input:focus + .toggle-slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .toggle-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
/*  */


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

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

.gpe_venues_close_btn a {
    background-color: red;
    color: #fff;
    padding: 11px 18px;
    border-radius: 7px;
    font-size: 16px;
}

.gpe_venues_close_btn {
    margin-top: 23px;
}
