input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #8C4FC9 inset !important;
}
/*-------------------------------------------------------  */

/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/* Every Detail page Must change these two to match form css */
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
input[name=name]:-webkit-autofill,
input[name=name]:-webkit-autofill:hover, 
input[name=name]:-webkit-autofill:focus, 
input[name=name]:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #212121 inset !important;
}

input[name=email]:-webkit-autofill,
input[name=email]:-webkit-autofill:hover, 
input[name=email]:-webkit-autofill:focus, 
input[name=email]:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #212121 inset !important;
}
input[name=name], input[name=email]{
    -webkit-text-fill-color: #efefef;
}

#getreal {
  background: none;
  border-bottom: whitesmoke solid 2px;
  padding-bottom: 2px;
}
/*-------------------------------------------------------  */

.tags{
    padding: 10px;
    border: 1px white solid;
    font-size: 16px;
    line-height: 3.00;
}

.page-link-spacer:hover{
    text-decoration: none !important;
    background-color: transparent !important;
    pointer-events: none !important;
    cursor: default !important;
  }
.page-link-spacer{
  margin: 0 12px !important;
  cursor: default !important;
}
.page-bor{
  border: 1px solid white !important;
}