/* GCL Color variables */
/* Loader Overlay Colors */
.hover-state:hover,
.hover-state:active,
.hover-state:focus {
  border-bottom-style: dotted;
}
/* Error css begins */
.pns-error {
  margin: 0 auto;
  padding: 13.5rem 0 0 0;
}

@media (min-width: 992px) {
    .pns-error {
        margin: 0 0 0 5rem;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .box-wrapper .pns-error {
        margin: 0;
    }
    .pns-error-tile {
        margin: 0 1.5rem 0 1.5rem;        
    }
}


@media (max-width: 991px) {
    .box-wrapper .pns-error {
        padding: 3rem 0 0 0;
    }
}
@media (max-width: 575px) {
    .pns-error {
        padding: 3rem 0 0 0;
    }
}
.pns-error-tile {
    box-shadow: 0 0.1875rem 0.9375rem 0.1875rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    position: relative;
    overflow: hidden;
    background: white;
}

    .pns-error .pns-error-icon-circle {
        position: absolute;
        border-radius: 50%;
        z-index: 1;
        top: -2rem;
        left: -2rem;
        width: 4.1875rem;
        height: 4.1875rem;
        box-shadow: inset 0 -0.0625rem 0.25rem rgba(0, 0, 0, 0.25);
    }

@media (min-width: 768px) {
    .pns-error .pns-error-icon-circle {
        top: -4rem;
        left: -4rem;
        width: 8.25rem;
        height: 8.25rem;
    }
}

.pns-error .pns-error-icon {
    position: absolute;
    z-index: 2;
    color: #ffffff;
    top: 0.4375rem;
    left: 0.4375rem;
    font-size: 0.8125rem;
}

@media (min-width: 768px) {
    .pns-error .pns-error-icon {
        top: 0.875rem;
        left: 0.875rem;
        font-size: 1.25rem;
    }
}

.pns-error .pns-error-content {
    padding: 2rem 0 2rem 2rem;
}

@media (min-width: 768px) {
    .pns-error .pns-error-content {
        padding: 4rem 0 2rem 4rem;
    }
}

.pns-error .pns-error-content h3 {
    padding-right: 2rem;
}

.pns-error-ctnr {
  padding: 2rem;
  box-shadow: 0 0.1875rem 0.9375rem 0.1875rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.pns-error-ctnr h3 {
  margin-top: -0.3125rem;
}

/*.pns-error-ctnr .fa-exclamation-triangle {
  margin-right: 1rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .pns-error-ctnr .fa-exclamation-triangle {
    margin-right: 2rem;
    font-size: 3rem;
  }
}
@media (min-width: 991px) {
  .pns-error-ctnr .fa-exclamation-triangle {
    font-size: 4rem;
  }
}
.pns-error-ctnr .fa-exclamation-triangle:before {
  color: #9a2d1e;
}
.pns-error-ctnr-links .fa:before {
  font-size: 0.8125rem;
}*/
/* Error css ends */
