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

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

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

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

.gpe_seasons_action p {
  margin: 0;
}

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

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

.gpe_seasons_top_bar_navigation {
  margin-left: auto;
}

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

.gpe_seasons_add button {
  background-color: #409eff;
  color: #fff;
}

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

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

.gpe_seasons_edit button {
  background-color: #409eff;
  color: #fff;
}

.gpe_seasons_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;
	display: none;
}

.gpe_seasons_wizard_header {
  padding: 15px 15px;
}

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

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

img#imagePreview_seasons {
  width: 300px;
}

.gpe_seasons_wizard_navigation {
  padding: 0 15px;
}

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

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

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

.gpe_seasons_image_notes {
  color: red;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}
.content {
  width: 100%;
}
.gpe_seasons_sidebar_form_wizard_wrapper {
  font-size: 14px;
}
.gpe_seasons_data-table-wrp table {
  font-size: 12px;
}
label.error {
  color: red;
  font-size: 12px;
}
.content {
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
}
.gpe_seasons_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_seasons_image_upload_box #image-upload {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.gpe_seasons_image_upload_box .gpe_seasons_upload_box_text {
  margin: 0;
  font-weight: 700;
}

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

.gpe_seasons_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: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.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_seasons_sidebar_form_wizard_wrapper {
    min-width: 500px;
  }
}

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