.btn:focus,
button:focus {
    outline: none;
}
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

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

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

.gpe_action p {
    margin: 0;
}

.address_form_wrp{
    padding: 20px 20px !important;
}

.gpe_top_bar_navigation {
    margin-left: auto;
}

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

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

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

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

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

.gpe_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;
}

.gpe_wizard_header {
    padding: 15px 15px;
}

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

.gpe_wizard_navigation ul.nav-tabs li {
    width: 50%;
}


.gpe_wizard_navigation ul.nav-tabs li a {
    border: none !important;
    text-align: center;
}

.gpe_wizard_navigation ul.nav-tabs li.active a {
    background-color: #007cb2;
    color: #fff;
}

.gpe_wizard_navigation {
    padding: 15px 15px;
}

.gpe_custom_address_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}

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

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


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

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

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

.gpe_image_upload_box .gpe_upload_box_text {
    margin: 0;
    font-weight: 700;
}

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

.gpe_add .btn:hover{
    color:#fff !important;

}
 

.sidebar-open {    
    position: absolute; 
    right: 0;
    top: 111px;  
}

.sidebar-closed {
    position: absolute;
    right: -100%;
    transition: transform 0.3s ease-in-out;
}


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

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