/* Zan Domain Checker frontend style */
.hover-effect-crossing {
  position: relative;
  overflow: hidden; }
  .hover-effect-crossing:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; }
  .hover-effect-crossing:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out; }
  .hover-effect-crossing:hover:before {
    right: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.2); }
  .hover-effect-crossing:hover:after {
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.2); }

.hover-overlay-light-to-dark-ltr {
  display: block;
  position: relative;
  overflow: hidden; }
  .hover-overlay-light-to-dark-ltr:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0; }
  .hover-overlay-light-to-dark-ltr:hover:before {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

/* Popup */
.zan-dc-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100001;
  background-color: #fff;
  color: #1a1a1a; }
  .zan-dc-popup-wrap .zan-dc-whois-record-title {
    padding-left: 15px;
    padding-right: 15px;
    color: #1a1a1a; }
  .zan-dc-popup-wrap .zan-dc-pupup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    overflow: auto;
    width: 100%;
    max-width: 1170px;
    max-height: 90%;
    padding-left: 15px;
    padding-right: 15px; }
    .zan-dc-popup-wrap .zan-dc-pupup-content pre {
      color: inherit;
      background-color: transparent;
      padding-left: 15px;
      padding-right: 15px;
      border: none; }
  .zan-dc-popup-wrap .zan-dc-close-popup {
    position: absolute;
    top: 50px;
    right: 50px;
    font-family: monospace;
    font-size: 24px;
    color: #1a1a1a; }
    .zan-dc-popup-wrap .zan-dc-close-popup:hover {
      color: #ff0000;
      text-decoration: none; }

/* Domain checker form */
.zan-dc-wrap input:focus, .zan-dc-wrap select:focus, .zan-dc-wrap textarea:focus, .zan-dc-wrap button:focus {
  outline: none; }
.zan-dc-wrap .g-recaptcha.zan-dc-err iframe {
  border: 1px solid rgba(255, 0, 0, 0.1);
  background-color: rgba(255, 0, 0, 0.1); }
.zan-dc-wrap .zan-dc-btn {
  display: inline-block;
  border: 2px solid #333;
  line-height: 24px;
  padding: 8px 15px;
  border-radius: 23px;
  text-decoration: none; }
  .zan-dc-wrap .zan-dc-btn:hover, .zan-dc-wrap .zan-dc-btn:focus, .zan-dc-wrap .zan-dc-btn:active {
    border: 2px solid #333; }
.zan-dc-wrap .zan-dc-inner {
  position: relative;
  display: block; }
.zan-dc-wrap .zan-dc-form {
  padding: 0;
  margin: 0; }
  .zan-dc-wrap .zan-dc-form .zan-dc-input {
    line-height: 28px;
    width: 100%;
    padding-right: 130px;
    height: 48px; }
    .zan-dc-wrap .zan-dc-form .zan-dc-input.zan-dc-err {
      background-color: rgba(255, 0, 0, 0.1) !important;
      border-color: rgba(255, 0, 0, 0.3) !important; }
  .zan-dc-wrap .zan-dc-form .zan-dc-submit-btn {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 24px;
    height: 48px; }
  .zan-dc-wrap .zan-dc-form.checking:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.6); }
.zan-dc-wrap .zan-dc-results-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  margin-top: 48px; }
.zan-dc-wrap .zan-dc-results {
  position: absolute;
  top: 13.5px;
  z-index: 101;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(153, 153, 153, 0.6);
  -moz-box-shadow: 0px 0px 25px 0px rgba(153, 153, 153, 0.6);
  box-shadow: 0px 0px 25px 0px rgba(153, 153, 153, 0.6); }
  .zan-dc-wrap .zan-dc-results .result-item {
    border-bottom: 1px solid #eeeeee;
    padding: 26px 30px;
    margin: 0;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    position: relative; }
    .zan-dc-wrap .zan-dc-results .result-item span {
      font-weight: bold;
      color: inherit; }
    .zan-dc-wrap .zan-dc-results .result-item:last-child {
      border-bottom: none; }
  .zan-dc-wrap .zan-dc-results .is-registered {
    color: #ff4a4a; }
  .zan-dc-wrap .zan-dc-results .not-registered {
    color: #71d9a0; }
  .zan-dc-wrap .zan-dc-results .no-whois-server {
    color: #000; }
  .zan-dc-wrap .zan-dc-results .zan-dc-whois-link {
    float: right;
    border-color: #ff4a4a;
    color: #ff4a4a;
    margin-top: -6.5px; }
    .zan-dc-wrap .zan-dc-results .zan-dc-whois-link:hover:before {
      background-color: rgba(255, 74, 74, 0.1); }
  .zan-dc-wrap .zan-dc-results .zan-dc-transfer-link {
    float: right;
    border-color: #5aa1e3;
    color: #5aa1e3;
    margin-left: 5px;
    margin-top: -6.5px; }
    .zan-dc-wrap .zan-dc-results .zan-dc-transfer-link:hover:before {
      background-color: rgba(90, 161, 227, 0.1); }
  .zan-dc-wrap .zan-dc-results .zan-dc-integrate-link {
    float: right;
    border-color: #71d9a0;
    color: #71d9a0;
    margin-top: -6.5px; }
    .zan-dc-wrap .zan-dc-results .zan-dc-integrate-link:hover:before {
      background-color: rgba(113, 217, 160, 0.1); }
  .zan-dc-wrap .zan-dc-results:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 13.5px 13.5px 13.5px 13.5px;
    top: -26px;
    bottom: auto;
    left: 50px; }
.zan-dc-wrap .zan-dc-close-result {
  width: 100%;
  display: block;
  text-decoration: none;
  border: none;
  margin-top: 15px;
  font-family: monospace;
  font-size: 20px;
  text-align: center;
  box-shadow: none; }
  .zan-dc-wrap .zan-dc-close-result:hover {
    color: #ff0000; }
.zan-dc-wrap.has-recaptcha .zan-dc-input-wrap {
  margin-bottom: 15px; }
.zan-dc-wrap.zan-dc-style_1 .zan-dc-inner {
  display: block; }
.zan-dc-wrap.zan-dc-style_1 .zan-dc-input-wrap {
  border-radius: 34px;
  overflow: hidden;
  position: relative; }
.zan-dc-wrap.zan-dc-style_1 .zan-dc-form {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .zan-dc-wrap.zan-dc-style_1 .zan-dc-form .zan-dc-input {
    width: 100%;
    border: none;
    border-radius: 34px;
    height: 68px; }
  .zan-dc-wrap.zan-dc-style_1 .zan-dc-form .zan-dc-submit-btn {
    width: 130px;
    position: absolute;
    right: 0;
    top: 0;
    height: 68px;
    line-height: 24px;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px; }
.zan-dc-wrap.zan-dc-style_1 .zan-dc-results-wrap {
  margin-top: 68px; }
.zan-dc-wrap.zan-dc-style_1.has-submit-btn .zan-dc-input {
  padding-right: 130px;
  line-height: 30px;
  padding-left: 30px; }
.zan-dc-wrap.zan-dc-style_2 {
  text-align: center; }
  .zan-dc-wrap.zan-dc-style_2 .zan-dc-input-wrap .zan-dc-input {
    text-align: center;
    border: 3px solid rgba(119, 119, 117, 0.7);
    padding: 10px;
    margin-bottom: 18px;
    height: 64px; }
  .zan-dc-wrap.zan-dc-style_2 .zan-dc-input-wrap .zan-dc-submit-btn {
    position: relative;
    top: auto;
    right: auto;
    padding-left: 40px;
    padding-right: 40px;
    height: 64px; }
  .zan-dc-wrap.zan-dc-style_2 .zan-dc-results-wrap {
    margin-top: 64px; }
  .zan-dc-wrap.zan-dc-style_2 .zan-dc-results .result-item {
    text-align: initial;
    width: 100%;
    display: inline-block;
    box-sizing: border-box; }
  .zan-dc-wrap.zan-dc-style_2 .g-recaptcha > div > div {
    margin: 0 auto; }
.zan-dc-wrap.zan-dc-style_3 .zan-dc-input-wrap .zan-dc-input {
  float: left;
  width: 75%;
  padding: 10px;
  height: 64px; }
.zan-dc-wrap.zan-dc-style_3 .zan-dc-input-wrap .zan-dc-submit-btn {
  width: 25%;
  position: relative;
  top: auto;
  right: auto;
  border-left: solid 5px #fff;
  height: 64px; }
.zan-dc-wrap.zan-dc-style_4 .zan-dc-input-wrap .zan-dc-input {
  /*border: 2px solid rgba(99,101,112,0.7);*/
  border: none;
  padding: 10px;
  height: 66px; }
.zan-dc-wrap.zan-dc-style_4 .zan-dc-input-wrap .zan-dc-submit-btn {
  position: relative;
  top: auto;
  right: auto;
  height: 70px;
  width: 180px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.zan-dc-wrap.zan-dc-style_4 .zan-dc-results-wrap {
  margin-top: 70px; }
.zan-dc-wrap.zan-dc-style_4 .zan-dc-results .result-item {
  text-align: initial;
  width: 100%;
  display: inline-block;
  box-sizing: border-box; }
.zan-dc-wrap.zan-dc-style_4 .part-input {
  padding-right: 180px;
  border: 2px solid rgba(99, 102, 113, 0.7);
  display: block;
  overflow: hidden;
  height: 70px;
  border-radius: 4px;
  position: relative; }
  .zan-dc-wrap.zan-dc-style_4 .part-input .zan-dc-input {
    float: left;
    width: 60%;
    padding-left: 20px;
    padding-right: 20px; }
  .zan-dc-wrap.zan-dc-style_4 .part-input .dropdown-wrap {
    float: left;
    width: 40%;
    max-width: 170px;
    float: right;
    border-left: 2px solid rgba(99, 102, 113, 0.7); }
    .zan-dc-wrap.zan-dc-style_4 .part-input .dropdown-wrap .zan-dc-price-wrap {
      float: right;
      padding-top: 18px;
      padding-bottom: 18px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }
      .zan-dc-wrap.zan-dc-style_4 .part-input .dropdown-wrap .zan-dc-price-wrap .zan-dc-price {
        display: inline-block;
        width: 100%;
        height: 30px;
        line-height: 20px;
        text-align: center;
        background-color: #eb4a4a;
        color: #fff;
        padding: 7px 10px;
        border-radius: 3px; }
    .zan-dc-wrap.zan-dc-style_4 .part-input .dropdown-wrap select {
      display: block !important;
      float: right;
      max-width: 50%;
      height: 66px;
      line-height: 64px;
      border: none;
      text-align: right;
      background-color: transparent; }
      .zan-dc-wrap.zan-dc-style_4 .part-input .dropdown-wrap select option {
        color: #333; }
    .zan-dc-wrap.zan-dc-style_4 .part-input .dropdown-wrap .chosen-container {
      display: none !important; }
.zan-dc-wrap.zan-dc-style_4 .part-btn {
  position: absolute;
  right: 0;
  top: 0; }

@media (max-width: 1199px) {
  .zan-dc-wrap.zan-dc-style_4 .part-input {
    padding-right: 0;
    margin-bottom: 15px; }
  .zan-dc-wrap.zan-dc-style_4 .part-btn {
    position: relative;
    top: auto;
    right: auto; }
    .zan-dc-wrap.zan-dc-style_4 .part-btn .zan-dc-submit-btn {
      border-radius: 0; } }
@media (max-width: 991px) {
  .zan-dc-wrap .zan-dc-results .zan-dc-integrate-link {
    float: none;
    margin-top: 10px;
    display: block;
    width: auto;
    text-align: center;
    max-width: 140px; }
  .zan-dc-wrap .zan-dc-results .zan-dc-whois-link {
    float: none;
    margin-top: 10px;
    display: block;
    width: auto;
    text-align: center;
    max-width: 140px; } }
@media (max-width: 767px) {
  .zan-dc-wrap.zan-dc-style_3 .zan-dc-input-wrap .zan-dc-input {
    width: 70%; }
  .zan-dc-wrap.zan-dc-style_3 .zan-dc-input-wrap .zan-dc-submit-btn {
    width: 30%; } }
@media (max-width: 479px) {
  .zan-dc-wrap.zan-dc-style_3 .zan-dc-input-wrap .zan-dc-input {
    width: 100%;
    margin-bottom: 15px; }
  .zan-dc-wrap.zan-dc-style_3 .zan-dc-input-wrap .zan-dc-submit-btn {
    width: auto;
    border-left: none;
    display: block;
    margin: 0 auto; } }

/*# sourceMappingURL=frontend-style.css.map */
