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

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

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

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

.gpe_contacts_action p {
  margin: 0;
}

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

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

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

.gpe_contacts_top_bar_navigation {
  margin-left: auto;
}

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

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

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

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

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

.gpe_contacts_edit button {
  background-color: #409eff;
  color: #fff;
}
div.dataTables_wrapper div.dataTables_filter {
  font-size: 12px;
}

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

.gpe_contacts_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_contacts_wizard_header {
  padding: 15px 15px;
  display: none;
}

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

.gpe_contacts_wizard_navigation {
  padding: 15px 15px;
}

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

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

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

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

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

.gpe_contacts_image_upload_box .gpe_contacts_upload_box_text {
  margin: 0;
  font-weight: 700;
}

div#gpe_contacts_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_contacts_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);
}
/*  */

.gpe_contacts-heading {
  display: none;
}

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

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