@media (max-width: 575.98px) {

    .nchkngp .container,
    .nchkngp.container {
        max-width: 100%;
    }
}

.nchkngp .nchkngp__domain {
    color: inherit !important;
    text-decoration: none !important;
}

.nchkngp .nchkngp__domain:hover {
    font-weight: 400 !important;
    color: #28a745 !important;
    transition: none !important;
}

.search {
    background: #F8FCFE;
}

.nchkngp__form {
    max-width: 100%;
    padding: 30px 0;
}

@media (min-width: 992px) {
    .nchkngp__form {
        max-width: 800px;
        margin: 0 auto;
        padding: 55px 0 80px 0;
    }
}

#nchkngpShowFavoritesBtn {
    margin-bottom: 7px;
    background-color: gold;
    color: #333 !important;
}

#nchkngpFavoritesModal .modal-header {
    background-color: gold;
}

#nchkngpFavoritesModal .modal-header .modal-title {
    color: #333 !important;
}

#nchkngpFavoritesModal .modal-content {
    border-color: gold;
}

.nchkngp__content {
    position: relative;
    border: 1px solid #E4E4E4;
}

input[type="text"].nchkngp__field {
    width: 100%;
    padding: 14px 50px 14px 16px;
    background: #fff;
    border: none;
    font-size: 24px !important;
    line-height: 24px !important;
    color: #6C727A;
}

input[type="text"].nchkngp__field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #6C727A;
}

input[type="text"].nchkngp__field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #6C727A;
}

input[type="text"].nchkngp__field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #6C727A;
}

input[type="text"].nchkngp__field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #6C727A;
}

@media (min-width: 992px) {
    input[type="text"].nchkngp__field {
        font-size: 26px !important;
        line-height: 26px !important;
        padding: 25px 90px 25px 25px;
    }
}

input[type="text"].nchkngp__field:focus-visible {
    outline: 0;
}

button[type="submit"].nchkngp__btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    cursor: pointer;
    height: 100%;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 0;
}

@media (min-width: 992px) {
    button[type="submit"].nchkngp__btn {
        width: 11%;
    }
}

button[type="submit"].nchkngp__btn img {
    width: 25px;
    height: auto;
}

@media (min-width: 992px) {
    button[type="submit"].nchkngp__btn img {
        width: 40px;
    }
}

button[type="submit"].nchkngp__btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-color: #BDBDBD;
    opacity: 0.6;
}

@media (min-width: 992px) {
    button[type="submit"].nchkngp__btn::before {
        top: 12px;
        bottom: 12px;
    }
}

.nchkngp input[type=text],
.nchkngp input {
    font-weight: 300;
}

.nchkngp label.form-check-label {
    line-height: 1.2em;
    display: block;
}

#advancedsearchlink {
    color: inherit;
    text-decoration: none;
    font-weight: 400;
    background-color: transparent;
    line-height: 28px;
}

.nchkngp__advancedtoggle__link::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.nchkngp .nchkngp__advanced {
    color: #565D67 !important;
}

.nchkngp .results .badge.badge-danger {
    background-color: #dc35453b;
}

.nchkngp .results .btn-outline-success {
    padding: 0.5em 0.75em;
    margin-top: 0.5em;
    width: auto;
    color: inherit;
    border-color: transparent;
}

.nchkngp .results .card {
    padding: inherit;
    height: inherit;
    margin-bottom: inherit;
    -webkit-box-orient: inherit;
    box-shadow: inherit;
    -webkit-box-direction: inherit;
    margin-top: -30px;
    z-index: 1;
}

.nchkngp__favorite-button {
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.nchkngp__favorite-button button.btn {
    color: lightgrey;
    border: none;
    box-shadow: none;
    background: none !important;
    font-size: 16px;
}

.nchkngp__favorite-button button.btn:hover {
    color: darkgrey;
}

.nchkngp__favorite-button.active button.btn {
    color: gold;
}

.nchkngp .results .card-text {
    font-weight: 300;
}

.nchkngp .results .btn.outlink {
    box-shadow: 0px 0px 12px rgb(0 0 0 / 5%);
    text-decoration: none !important;
}

.nchkngp .results .btn.btn-outline-success:hover {
    color: #fff !important;
}

.nchkngp iframe {
    border: inherit;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.nchkngp .modal-bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100000;
}

#nchkngpFavoritesModal {
    z-index: 200000;
}

@media (min-width: 992px) {

    .nchkngp .modal-lg,
    .nchkngp .modal-xl {
        max-width: 90%;
    }
}

@media (min-width: 576px) {
    .nchkngp .modal-dialog {
        max-width: 90%;
    }
}