

    .solar_map_zoom, .solar_map_more {
        z-index: 2;
    }

    .not-found {
        padding: 3rem 1rem 1rem;
    }

    .not-found .result_box {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    .not-found .result_box > * {
        text-align: center;
        margin-top: 2rem;
    }

    .view-link-area {
        margin-top: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .inspection-redirect::after {
        margin-left: 10px;
    }

    .inspection-redirect {
        display: block;
        width: auto;
        background-color: rgb(90, 96, 122);
        color: #fff !important;
        padding: 0.5rem 1rem 0.5rem 1.5rem;
        border-radius: 10px;
    }


