.rdp-main-screen-wrapper {
  background-color: white;
  min-height: 500px;
  padding: 10px;
}

.rdp-main-screen-content {
  margin: 62px 12px;
}

.rdp-title {
  font-size: 34px;
  text-align: center;
  font-weight: 100;
}

.rdp-select-post {
  text-align: center;
  margin: 26px 0px;
  border-bottom: solid 1px #f3f3f3;
}

.rdp-select-post select {
  font-size: 20px;
  padding: 0px 10px;
  height: 44px;
  width: 35%;
  border-radius: 5px;
}

input.rdp-btn {
  background-color: #007cba;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 17px;
  height: 42px;
  cursor: pointer;
}

.rdp-dpl-product-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  margin: 4px;
  padding: 4px;
}

.rdp-actions {
  width: auto;
  text-align: center;
  display: none;
  border-top: solid 2px #ccc;
  margin: 50px 0px;
}

.rdp-actions .rdp-btn {
  margin: 10px;
  display: inline-block;
  cursor: pointer;
}

.rdp-delt-permanently {
  background-color: #dc3232;
  padding: 10px;
  color: white;
  font-size: 16px;
}

.rdp-move-trash {
  background-color: #bd3863;
  padding: 10px;
  color: white;
  font-size: 16px;
}

.rdp-notice {
  color: gray;
  font-size: 12px;
  font-style: italic;
}

.rdp-success {
  display: none;
  padding: 10px;
  font-size: 24px;
  text-align: center;
}

.drp-response {
  font-size: 24px;
  text-align: center;
  padding: 30px 0px;
}

.rdp-loader {
  text-align: center;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}

.rdp-adv-setting {
  display: flex;
  width: 10%;
  margin-left: 51%;
  text-decoration: underline;
  margin: 5px 49%;
  color: #007cba;
  cursor: pointer;
}

.rdp-result {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 5px;
  max-height: 300px;
  overflow-y: scroll;
  display: none;
  border: solid 1px #007cba;
}

.rdp-progress-bar {
  width: 100%;
  height: 34px;
  background-color: whitesmoke;
  border-radius: 20px;
  box-shadow: 0px 0px 3px #ccc;
}

.rdp-progess {
  width: 100%;
  height: 70px;
  margin-top: 10px;
  display: none;
}

.rdp-progress-fill {
  text-align: center;
  width: 50%;
  background-color: #006799;
  height: 35px;
  border-radius: 20px;
  color: white;
  font-size: 20px;
  line-height: 34px;
}

select#rdp-post-status {
  padding: 0px 10px;
  height: 30px;
  font-size: 14px;
  border-radius: 5px;
  min-width: 100px;
}

input#rdp-title-contains {
  border-radius: 7px;
  font-size: 14px;
}

.rdp-lbl {
  font-weight: bold;
}

.rdp-adv-opt .rdp-adv-field:first-child {
  padding-top: 6px;
}

.rdp-adv-field {
  float: left;
  width: auto;
  margin: 10px;
  /* height: 40px; */
}

.rdp-adv-opt {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  width: 150px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.rows-search {
  font-style: italic;
  color: gray;
}

.tools_page_remove-duplicate-posts #wpcontent {
  background-color: white;
}

.rdp-query {
  background-color: whitesmoke;
  width: 70%;
  margin: 0 auto;
  border: solid 1px #007cba;
  border-radius: 10px;
  padding: 6px;
  color: #444444;
  font-size: 11px;
  margin-bottom: 20px;
}
