.wrap h2.best-header-title {
  padding-top: 0px;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 20px;
}
.html_tag_replace_notes h3{
  margin-top: 0px;
}
.html_tag_replace_notes ul{
  padding-left: 20px;
}
.html_tag_replace_notes ul li{
  font-size: 14px;
  color: #3c434a;
  list-style: disc;
}
.replace-tag-box h3 {
  margin: 0 0 20px 0;
}
.replace-tag-box h3.replace{
  margin-top: 20px;
}
.replace-tag-box p {
  margin: 0;
}

.replace-tag-box p label {
  font-size: 14px;
  font-weight: 600;
  color: #1d2327;
  margin-bottom: 10px;
  display: block;
}

.replace-tag-box p label small {
  color: #777;
  font-size: 14px;
}

.replace-tag-box p input[type="text"] {
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #2c3338;
  font-family: Consolas,Monaco,monospace;
}

.replace-tag-box .repeater-box{
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}
.repeater-container .repeater-row{
  display: flex;
  width: 100%;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.repeater-container .repeater-row:last-child{
  margin-bottom: 0px;
}
.repeater-container .repeater-row .repeater-field{
  width: calc(100% - 136px);
  display: flex;
  gap: 16px;
}
.repeater-container .repeater-row .repeater-field p{
  width: calc(50% - 8px);
}
.repeater-container .repeater-row .repeater-controller{
  text-align: right;
}
.repeater-container .repeater-row .repeater-controller{
  width: 120px;
  margin-top: 31px;
}
.repeater-container .repeater-row .repeater-controller span{
  background-color: #fccbc8;
  color: #f44336;
  width: 30px;
  cursor: pointer;
  border-radius: 50%;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.repeater-container .repeater-row .repeater-controller span p{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
  font-size: 22px;
}
.replace-tag-box .html-tag-and-class-replace-response .notice{
  margin: 15px 0 0 0;
}
.repeater-box .add-new-row {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
.replace-tag-box p .html-tag-and-class-submit {
  border: 0px solid;
  background: #2271b1;
  color: #fff;
  padding: 8px 35px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}
.html-tag-and-class-loader {
  padding-right: 40px;
  position: relative;
}

.html-tag-and-class-loader:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-left-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  visibility: visible;
  opacity: 1;
  transition: opacity .2s ease, visibility .2s ease;
  -webkit-animation: wd-rotate 450ms infinite linear;
  animation: wd-rotate 450ms infinite linear;
}
@-webkit-keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes wd-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.replace-tag-box{
  display: flex;
  justify-content: space-between;
}
.replace-tag-box form{
  width: calc(100% - 344px);
}

.replace-tag-box .jh-link-boxs{
  width: 320px;
}
.replace-tag-box .jh-link-boxs .jh-link-box{
  background-color: #fff;
  border-radius:10px;
  margin-bottom: 15px;
}
.replace-tag-box .jh-link-boxs .jh-link-box a{
  display: block;
  padding: 24px;
  text-decoration: none;
  text-align: center;
}
.replace-tag-box .jh-link-boxs .jh-link-box a img{
  margin-bottom: 15px;
}
.replace-tag-box .jh-link-boxs .jh-link-box a h3{
  font-size: 20px;
  margin: 0;
  color: #000;
  display: block;
  line-height: 24px;
  margin-bottom: 15px;
}
.replace-tag-box .jh-link-boxs .jh-link-box a p{
  font-size: 15px;
  margin: 0;
  color: #000;
  display: block;
  line-height: 24px;
}
.replace-tag-box .jh-link-boxs .jh-link-box a span{
  margin-bottom: 0;
  display: inline-block;
  border: 2px solid #003c79;
  border-radius: 6px;
  padding: 9px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #003c79;
  margin-top: 15px;
  line-height: 1;
  transition: .3s all ease;
}
.replace-tag-box .jh-link-boxs .jh-link-box a span:hover{
  background-color: #003c79;
  color: #fff;
}

/* Responsive */

@media all and (max-width: 991px){
  .replace-tag-box{
    display: flex;
    flex-wrap: wrap;
  }
  .replace-tag-box form{
    width: 100%;
    margin-bottom: 30px;
  }
  .replace-tag-box .jh-link-boxs{
    width: 100%;
  }
}