#toplevel_page_amzwatcher img{ width: 25px; height: auto; background: transparent;  }

.amzw-button {
    position: relative !important;
    background-image: linear-gradient(90deg,#1ba005,#0ec851) !important;
    line-height: 28px !important;
    height: 100% !important;
    min-width: 110px !important;
    color: #fff !important;
    box-shadow: 0 2px 4px 0 rgb(27 160 5 / 20%) !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    border: none !important;
    margin-bottom: 10px;

}
.amzw-button > a {
  text-decoration: none;
}
.ant-btn > a:only-child {
    color: currentColor;
}
.full_width{ text-align: left; }

.full_width .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
    padding: 10px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.amzw-metabox-table thead tr th {
  background-color: #fafafa; 
  color: rgba(0, 0, 0, 0.85); 
  font-weight: 500; 
  padding: 8px;
  border-bottom: 1px solid #f0f0f0;
  background: #fafafa;
}

.amzw-metabox-table tbody tr td {
  border-bottom: 1px solid #f0f0f0;
  padding: 8px;
}

.ant-badge-status-success {
  background-color: #52c41a;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
}

.ant-badge-status-error {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: rgb(238, 153, 0);
  margin-right: 5px;
}