body, html {
    background: var(--napha-white) !important;
}

.http404 {
    background: var(--napha-white);

    @media (max-width: 765px) {
        #footerwrapper {
            margin: 0 auto -230px;
        }
    }

    @media (min-width: 766px) {
        #footerwrapper {
            width: auto;
        }

        #footer {
            width: inherit;
        }
    }

    @media (min-width: 766px) {
        #footerwrapper {
            margin: 0 auto -220px;
        }
    }
}

#global-search-form-container {
    width: 100%;
    background: var(--napha-teal-100);
    margin-bottom: -15px;
    padding: 15px 0;

    @media (max-width: 767px) {
        margin-top: 70px;
    }

    h1 {
        font-weight: 500;
        font-size: 86px;
        line-height: 102px;
        letter-spacing: 0.40992px;
        color: var(--napha-orange-500);
        margin-top: 30px;
        margin-bottom: 20px;

        @media (max-width: 767px) {
            line-height: 100%;
            margin-top: 20px;
        }
    }

    h2 {
        font-weight: 500;
        font-size: 38px;
        line-height: 120%;
        color: var(--napha-black-600);
        margin-top: 10px;
        margin-bottom: 20px;

        @media (max-width: 767px) {
            font-size: 34px !important;
            line-height: 120%;
            margin-top: 20px;
        }
    }

    p {
        font-weight: 400;
        font-size: 19px;
        line-height: 160%;
        color: var(--napha-black-600);
    }

    #search-form-wrapper {
        display: flex;
        margin-bottom: 25px;
        margin-top: 20px;

        #global-search-form {
            display: flex;
            justify-content: center;
            background: var(--napha-white);
            border: 1px solid var(--napha-black-600);
            border-radius: 8px;
            padding: 8px 16px;
            flex-grow: 1;

            #search-input {
                background: var(--napha-white);
                font-size: 17px;
                padding: 0;
                line-height: 25px;
                text-align: left;
                color: var(--napha-black-600);
                outline: none;
                border: none;
                flex-grow: 1;
            }

            #search-input::placeholder {
                color: var(--napha-black-500);
            }

            #search-btn {
                width: 36px;
                height: 36px;
                background: none;
                border: none;
                box-shadow: none;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: 5px;

                #search-btn-icon {
                    height: 36px;
                    width: 36px;
                    display: inline-block;
                    background: url("../../napha2015/gfx/icons/icon_search_gray.svg") no-repeat center;
                }
            }
        }
    }

    #search-results-count {
        font-weight: 700;
        font-size: 15px;
        line-height: 140%;
        letter-spacing: 0.15372px;
        color: var(--napha-black-600);
        margin-bottom: 30px;

        @media (max-width: 767px) {
            margin-bottom: 15px;
        }
    }
}

#container-404.container {
    padding-top: 25px;

    h3.container-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 140%;
        color: var(--napha-black-600);
        padding-bottom: 10px;
        border-bottom: 1px solid var(--napha-black-200);
        margin-bottom: 15px;
    }

    .temasider-container {
        .temaside-link-box {
            background: var(--napha-teal-100);

            @media (min-width: 766px) and (max-width: 1199px) {
                flex: 0 0 48%;
            }
        }
        .temaside-link-box:hover, .temaside-link-box:active {
            background: var(--napha-teal-200);
        }
    }
}