:root {
  --eswislst-primaryColorAdmin: #6648fe;
  --eswislst-successColorAdmin: green;
  --eswislst-dangerColorAdmin: red;
  --eswislst-bgColorAdmin: rgba(93, 93, 255, 0.13);
  --eswislst-navColorAdmin: #e0dbdb;
  --eswislst-titleColorAdmin: #181839;
}

#toplevel_page_easy-wishlist .wp-menu-image img {
  height: 22px;
  width: 32px;
  padding-top: 6px;
}

.toplevel_page_easy-wishlist #wpbody-content {
  float: none;
}
.toplevel_page_easy-wishlist #wpbody-content .notice, .toplevel_page_easy-wishlist #wpbody-content div.error, .toplevel_page_easy-wishlist #wpbody-content div.updated {
  margin-bottom: 10px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper {
  width: 70%;
  margin: auto;
  margin-top: 40px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs {
  background-color: #ffffff;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs ul#tabs-nav {
  list-style: none;
  margin: 0;
  overflow: auto;
  background-color: var(--eswislst-titleColorAdmin);
  border-bottom: 1px solid #ededed;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs ul#tabs-nav li {
  float: left;
  margin-bottom: 0;
  cursor: pointer;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs ul#tabs-nav li a {
  text-decoration: none;
  color: var(--eswislst-navColorAdmin);
  padding: 16px 25px;
  display: flex;
  font-size: 16px;
  position: relative;
  -moz-column-gap: 8px;
       column-gap: 8px;
  border-bottom: 1px solid #373737;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs ul#tabs-nav li:focus, .toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs ul#tabs-nav li:hover a, .toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs ul#tabs-nav li.active a {
  box-shadow: none;
  background-color: var(--eswislst-primaryColorAdmin);
  color: #fff;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper {
  background: #fff;
  flex: 1 1 100%;
  min-width: 0;
  position: relative;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content {
  margin: 30px 0 0;
  padding: 0 30px;
  height: 600px;
  overflow: auto;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content th[scope=row] {
  display: none;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .section-title {
  font-size: 22px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .section-title:first-child {
  margin-top: 0;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .section-title:not(:first-child) {
  margin-top: 50px;
  margin-bottom: 20px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item {
  display: flex;
  row-gap: 30px;
  align-items: center;
  border-bottom: 1px solid rgba(237, 237, 237, 0.5098039216);
  padding: 40px 0;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item .input-group {
  display: flex;
  flex-direction: column;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item.sub-section {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item.sub-section .sub-section-title {
  display: block;
  width: auto;
  background: #222;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 400;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item.sub-section .sub-section-fields {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item.sub-section .sub-section-fields .settings-item {
  flex-direction: row;
  gap: 50px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item.sub-section .sub-section-fields .settings-item label {
  margin-bottom: 3px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item input,
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item textarea,
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item select {
  width: 200px;
  height: 2.5em;
  border-color: #d5d5d5;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item input:focus,
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item textarea:focus,
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item select:focus {
  box-shadow: none;
  outline: none;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item input[type=checkbox] {
  font-size: 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 3.5em;
  max-width: 3.5em;
  height: 1.5em;
  background: var(--eswislst-bgColorAdmin);
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item input[type=checkbox]:checked {
  background: var(--eswislst-primaryColorAdmin);
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item input[type=checkbox]:after {
  position: absolute;
  content: "";
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  transform: scale(0.7);
  left: 0;
  transition: all 0.2s ease-in-out;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item input[type=checkbox]:checked:after {
  left: calc(100% - 1.5em);
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item input[type=checkbox]:checked::before {
  display: none;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item textarea {
  width: 300px;
  height: 100px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item > label {
  width: 25%;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item > .input-fields {
  width: 75%;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item .settings-item-multiple {
  display: flex;
  flex-wrap: wrap;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item .settings-item-multiple.colors-multiple {
  gap: 10px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item .settings-item-multiple .settings-item-inner label {
  display: block;
  margin-bottom: 3px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item .settings-item-multiple input, .toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item .settings-item-multiple select {
  width: 100px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item .settings-item-multiple.fields-group input {
  margin: 0;
  border-radius: 0px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item .settings-item-multiple.fields-group .settings-item-inner:nth-of-type(1) input {
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item .settings-item-multiple.fields-group .settings-item-inner:nth-of-type(3) input {
  border-left: none;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item .settings-item-multiple.fields-group .settings-item-inner:nth-of-type(4) input {
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item .wp-picker-container {
  position: relative;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item .wp-picker-container input.button.button-small.wp-picker-clear {
  margin-right: 10px;
  width: 70px;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .tab-contents-wrapper .tab-content .settings-item .wp-picker-container .wp-picker-holder {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 2;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .form-footer {
  position: sticky;
  bottom: 0;
  padding: 0 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-top: 1px solid rgba(237, 237, 237, 0.5098039216);
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .form-footer .eswislst-ajax-loader {
  display: none;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .form-footer .eswislst-ajax-loader img {
  height: 18px;
  margin: auto;
  display: block;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .form-footer .form-status {
  font-weight: 600;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .form-footer .success-msg {
  color: var(--eswislst-successColorAdmin);
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .form-footer .failure-msg {
  color: var(--eswislst-dangerColorAdmin);
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .form-footer p.submit {
  margin: 0;
  padding-bottom: 10px;
  text-align: right;
}
.toplevel_page_easy-wishlist .easy-wishlist-settings-tabs-wrapper .tabs.easy-wishlist-settings-tabs .form-footer p.submit input[type=submit].button-primary {
  background: var(--eswislst-primaryColorAdmin) !important;
  border-color: var(--eswislst-primaryColorAdmin) !important;
  padding: 3px 15px;
  font-size: 14px;
}/*# sourceMappingURL=admin-style.css.map */