﻿html,
body {
    min-height: 100%;
}

    body.layout-nomenu {
        margin: 0;
        min-height: 100vh;
        font-family: "Lato", sans-serif;
        background: #f5f7fa;
    }


/* =========================================================
   SHELL
   ========================================================= */

.nomenu-shell {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}


/* =========================================================
   HEADER
   ========================================================= */

.nomenu-header {
    flex: 0 0 auto;
    width: 100%;
    padding: 20px 0 0;
}


/* =========================================================
   CONTENT
   ========================================================= */

.nomenu-shell > .container {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nomenu-content {
    width: 100%;
    padding: 36px 0;
}


/* =========================================================
   RETRIEVE PAGE
   ========================================================= */

.retrieve-page {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 30px 24px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(128, 150, 172, 0.14);
    border-radius: 24px;
    box-shadow: 0 18px 55px rgba(35, 55, 80, 0.08);
}

.retrieve-logo {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    object-fit: contain;
}

.retrieve-page h2 {
    margin: 0 0 8px;
    color: #2f4357;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.35;
}

.retrieve-page p {
    margin: 0;
    color: #718397;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   D3 LOADER
   ========================================================= */

.portfolio-retrieve-loader {
    width: 100%;
    height: 420px;
    margin: 12px auto 0;
}

    .portfolio-retrieve-loader svg {
        display: block;
        width: 100%;
        height: 100%;
    }


/* =========================================================
   RETRIEVER LOADER LABELS
   ========================================================= */

.retriever-loader-label {
    fill: #42586e;
    font-family: "Lato", sans-serif;
    font-size: 10px;
    font-weight: 600;
    pointer-events: none;
}

.retriever-loader-weight {
    fill: #6f8397;
    font-family: "Lato", sans-serif;
    font-size: 8px;
    font-weight: 500;
    pointer-events: none;
}

.retriever-loader-status-text {
    fill: #718497;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 500;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767.98px) {

    .nomenu-content {
        padding: 20px 0;
    }

    .retrieve-page {
        padding: 24px 16px;
        border-radius: 18px;
    }

        .retrieve-page h2 {
            font-size: 21px;
        }

    .portfolio-retrieve-loader {
        height: 340px;
    }
}
