.toplevel_page_woo-product-feed-pro #wpwrap,
.product-feed-pro_page_convpfm_manage_feed #wpwrap,
.product-feed-pro_page_convpfm_manage_settings #wpwrap,
.product-feed-pro_page_convpfm_manage_license #wpwrap {
  background-color: #ffffff;
}

.toplevel_page_woo-product-feed-pro h1.title,
.product-feed-pro_page_convpfm_manage_feed h1.title,
.product-feed-pro_page_convpfm_manage_settings h1.title,
.product-feed-pro_page_convpfm_manage_license h1.title {
  font-weight: bold !important;
  margin: 1rem 0;
}

.toplevel_page_woo-product-feed-pro a.logo-upgrade,
.product-feed-pro_page_convpfm_manage_feed a.logo-upgrade,
.product-feed-pro_page_convpfm_manage_settings a.logo-upgrade,
.product-feed-pro_page_convpfm_manage_license a.logo-upgrade {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  margin-top: -55px;
  margin-left: 1rem;
  background: #E63E77;
  color: #ffffff;
  vertical-align: middle;
  border-radius: 15px;
  text-decoration: none;
  font-weight: normal;
}

.typeahead,
.tt-query,
.tt-hint {
  border: 1px solid #cccccc;
  border-radius: 6px;
  outline: medium none;
  margin-right: 24px;
  padding: 8px 12px;
  position: absolute;
  /*	z-index: 1000; */
}
.typeahead {
  background-color: #ffffff;
}
.typeahead:focus {
  border: 2px solid #0097cf;
}
.typeahead {
  z-index: 1;
}
.catmapping td div {
  position: relative;
}
.tt-query {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
  color: #999999;
}
.tt-menu {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 6px 0;
  width: 422px;
}
.tt-suggestion {
  font-size: 22px; /* Set suggestion dropdown font size */
  padding: 3px 20px;
}
.tt-suggestion:hover {
  cursor: pointer;
  background-color: #0097cf;
  color: #ffffff;
}
.tt-suggestion p {
  margin: 0;
}

/* table styles */
.woo-product-feed-pro-body {
  font-family: sans-serif;
  line-height: 1.25;
}
.woo-product-feed-pro-table-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.woo-product-feed-pro-table-left {
  /* float: left;
  padding-right: 1%;
  width: 74%; */
}
.woo-product-feed-pro-table-right {
  float: right;
  width: 25%;
}
@media screen and (max-width: 480px) {
  .woo-product-feed-pro-table-left,
  .woo-product-feed-pro-table-right {
    /* float: none;
    width: auto; */
  }
  .woo-product-feed-pro-table-right {
    padding-top: 8px;
  }
}

/* .woo-product-feed-pro-table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
} */

.woo-product-feed-pro-table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
.woo-product-feed-pro-table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0.35em;
}

.woo-product-feed-pro-table th,
.woo-product-feed-pro-table td {
  padding: 0.55rem 0.8rem;
  text-align: left;
}
.woo-product-feed-pro-table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* The switch - the box around the slider */
.woo-product-feed-pro-switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 24px;
}

/* Hide default HTML checkbox */
.woo-product-feed-pro-switch input {
  display: none;
}

/* The slider */
.woo-product-feed-pro-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.woo-product-feed-pro-slider:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .woo-product-feed-pro-slider {
  background-color: #1967D2;
}

input:focus + .woo-product-feed-pro-slider {
  box-shadow: 0 0 1px #1967D2;
}

input:checked + .woo-product-feed-pro-slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.woo-product-feed-pro-slider.round {
  border-radius: 34px;
}

.woo-product-feed-pro-slider.round:before {
  border-radius: 50%;
}

/* Form Styles */
/* .woo-product-feed-pro-form-style-2 {
  max-width: 100%;
  padding: 20px 12px 10px 20px;
  font: 13px Arial, Helvetica, sans-serif;
} */

.woo-product-feed-pro-channel {
  font-style: italic;
  font-size: 10px;
}

.woo-product-feed-pro-form-style-2 label {
  display: block;
  margin: 0px 0px 0px 0px;
}
.woo-product-feed-pro-form-style-2 label > span {
  width: 100px;
  font-weight: bold;
  float: left;
  padding-top: 8px;
  padding-right: 5px;
}
.woo-product-feed-pro-form-style-2 span.required {
  color: red;
}
.woo-product-feed-pro-form-style-2 input.input-field {
  width: 44%;
}

.woo-product-feed-pro-form-style-2 input.input-field-midsmall {
  width: 65%;
}

.woo-product-feed-pro-form-style-2 input.input-field-large {
  width: 98%;
}

.woo-product-feed-pro-form-style-2 input.input-field-large-active {
  width: 98%;
}

.woo-product-feed-pro-form-style-2 input.input-field-medium {
  width: 34%;
}

.woo-product-feed-pro-form-style-2 input.input-field-small {
  width: 12%;
}

.woo-product-feed-pro-form-style-2 input.input-field,
.woo-product-feed-pro-form-style-2 input.checkbox-field,
.woo-product-feed-pro-form-style-2 input.input-field-large,
.woo-product-feed-pro-form-style-2 input.input-field-small,
.woo-product-feed-pro-form-style-2 input.input-field-midsmall,
.woo-product-feed-pro-form-style-2 input.input-field-medium,
.woo-product-feed-pro-form-style-2 .textarea-field {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #c2c2c2;
  box-shadow: 1px 1px 4px #ebebeb;
  -moz-box-shadow: 1px 1px 4px #ebebeb;
  -webkit-box-shadow: 1px 1px 4px #ebebeb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 7px;
  outline: none;
}

.woo-product-feed-pro-form-style-2 input.input-field-large-active {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #c2c2c2;
  box-shadow: 1px 1px 4px #ebebeb;
  -moz-box-shadow: 1px 1px 4px #ebebeb;
  -webkit-box-shadow: 1px 1px 4px #ebebeb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 7px;
  outline: none;
  background-color: #0c0;
}

.woo-product-feed-pro-form-style-2 .input-field:focus,
.woo-product-feed-pro-form-style-2 .input-field-large:focus,
.woo-product-feed-pro-form-style-2 .input-field-large-active:focus,
.woo-product-feed-pro-form-style-2 .input-field-midsmall:focus,
.woo-product-feed-pro-form-style-2 .input-field-small:focus,
.woo-product-feed-pro-form-style-2 .input-field-medium:focus,
.woo-product-feed-pro-form-style-2 .textarea-field:focus,
.woo-product-feed-pro-form-style-2 .select-field:focus {
  border: 1px solid #0c0;
}
.woo-product-feed-pro-form-style-2 .textarea-field {
  height: 100px;
  width: 55%;
}
.woo-product-feed-pro-form-style-2 input[type='submit'],
.woo-product-feed-pro-form-style-2 input[type='button'] {
  border: none;
  padding: 8px 15px 8px 15px;
  /* background: #ff8500; */
  color: #fff;
  box-shadow: 1px 1px 4px #dadada;
  -moz-box-shadow: 1px 1px 4px #dadada;
  -webkit-box-shadow: 1px 1px 4px #dadada;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.woo-product-feed-pro-form-style-2 input[type='submit']:hover,
.woo-product-feed-pro-form-style-2 input[type='button']:hover {
  /* background: #ea7b00; */
  color: #fff;
}

.button.button-pink {
  background-color: #E63E77;
  border-radius: 3px;
  color: #fff;
  border: none;
  font-weight: 500;
}

.button.button-pink:hover,
.button.button-pink:focus {
  background-color: #E63E77;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
}

.woo-product-feed-pro-textarea {
  background-color: #eee;
  overflow: hidden;
  height: 320px;
  max-height: 320px;
  border: 1px solid #ccc;
  overflow-y: auto;
}

.woo-product-feed-pro-ratingRequest {
  color: #daa520;
}

#woo-product-feed-pro-errormessage {
  width: 40%;
  color: #555;
  border-radius: 3px;
  font-size: 0.8em;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 0px;
  background: #ffecec;
  border: 2px solid #f5aca6;
}

.woo-product-feed-pro-strikethrough {
  text-decoration: line-through;
}

.woo-product-feed-pro-blink_me {
  animation: blinker 1s linear infinite;
}

.woo-product-feed-pro-inline_manage {
  width: 100%;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}

.woo-product-feed-pro-debug-info {
  margin: 2em 0 0;
}

.woo-product-feed-pro-debug-info h3 {
  margin: 0;
}

.woo-product-feed-pro-debug-info .copy-product-feed-pro-debug-info {
  position: relative;
  top: 1.5em;
  float: right;
}

.woo-product-feed-pro-debug-info pre {
  clear: both;
  display: block;
  margin: 0;
  padding: 1em 1.5em;
  border: 1px solid #ccc;
  background: #fff;
  height: 531px;
  overflow: auto;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
