.btn:focus,
button:focus {
  outline: none;
}
.gpe_wizard_navigation .form-group input,
.gpe_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 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
@-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;
}

.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;
  top: 111px;
}

.gpe_wizard_header {
  padding: 15px 15px;
}

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

.gpe_wizard_navigation {
  padding: 15px 15px;
}

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

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

a.gpe_deleteUploadImgBtn {
  background-color: #ff0000;
  color: #fff !important;
  padding: 12px;
  border-radius: 5px;
}

img#imagePreview_teams {
  width: 300px;
}
.gpe_data-table-wrp table {
  font-size: 12px;
}

.gpe_sidebar_form_wizard_wrapper {
  font-size: 14px;
}

#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;
}

img#imagePreview_media {
  width: 300px;
}

.gpe_image_upload_box #image-upload-media {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
label.error {
  color: red;
  font-size: 12px;
}
.gpe_image_upload_box .gpe_upload_box_text {
  margin: 0;
  font-weight: 700;
}

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

.show-gpe-media-wizard {
  position: absolute;
  right: 0;
  top: 111px;
}

.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_sidebar_form_wizard_wrapper {
    min-width: 500px;
  }
}

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