﻿main {
    background-image: url(../../img/error/error-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 86px;
    height: 100vh !important;
}

#errorContent * {
    font-family: 'Metropolis Extra';
}

.notFoundMessage {
    font-size: 20px;
    height: 400px;
    margin-top: 200px;
    text-align: center;
}

.notfound-title {
    font-size: 64px;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
    font-weight: bold;
}

.notfound-description {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 14px;
}

.notfound-opacity-text {
    font-weight: 500;
    color: #6d6a8d;
    font-size: 16px;
    text-align: center;
}

#notFoundHeader .notfound-opacity-text {
    margin-bottom: 40px;
}

.notfound-info-text {
    font-size: 16px;
    font-weight: 500;
    color: #efeffa;
    margin-bottom: 12px;
}

#notfoundSearchInput {
    background-color: #6d6a8d;
    padding-left: 39px;
    padding-top: 15px;
    padding-bottom: 15px;
    color:#fff;
}
    #notfoundSearchInput:focus {
        outline: none;
        box-shadow: none;
        border:none;
    }
    #notfoundSearchInput::placeholder {
        font-size: 14px;
        font-weight: 500;
        color: #c2c2dd;
    }

#notFoundFooter .notfound-opacity-text {
    margin-bottom: 16px;
}


#notFoundSearchForm {
    margin-bottom: 40px;
}

.backto-home {
    margin-top: 50px;
}

.backto-home a {
    width: 212px;
    text-decoration: none;
    height: 45px;
    background: #5c4184;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
#notFoundSearchForm .form-group {
    position: relative;
}
#notFoundSearchButton {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
}
.notfound-contact-us {
    color: #ab6ef4;
    text-decoration: underline;
}
.notfound-contact-us:hover {
    color: #ab6ef4;
    font-size: 16px;
    text-decoration: underline;
}

#notFoundSearchForm .searchbox-menu {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 9999;
    width: 100%;
    max-height: 350px;
}
#notFoundSearchForm .searchbox-menu-content {
    width: 100%;
}

@media (max-width: 576px) {
    #notFoundSearchForm .searchbox-menu-close {
        display: block !important;
    }
}

.error-notfound-search-opened {
    z-index: 9999;
    padding-bottom: 21px;
    height: auto !important;
    background-size: auto !important;
}