/* _content/antblue-SS-Commentary/Pages/Journey.razor.rz.scp.css */

#abTrackDiv[b-2yxwmoiiud] {
    position: relative;
    background-color: whitesmoke;
    border: 1em solid whitesmoke;
    border-radius: 2em;
    height: 77vh;
}

#abTextSizeId[b-2yxwmoiiud] {
    position: absolute;
    /*visibility: hidden;*/
    padding: 0px;
    height: auto;
    width: auto;
    white-space: nowrap;
    font-size: 0.7rem;
}

.abgrid[b-2yxwmoiiud] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
}

.abtrack[b-2yxwmoiiud] {
    position: absolute;
    height: 2px;
    width: 2px;
    background-color: saddlebrown;
    border-radius: 50%;
}

.abplacebutton[b-2yxwmoiiud] {
    position: absolute;
    background-color: darkslategrey;
    color: transparent;
    border-color: transparent;
    padding: 3px;
    border-radius: 50%;
}

    .abplacebutton fr[b-2yxwmoiiud] {
        float: right;
    }

.abplacename[b-2yxwmoiiud] {
    position: absolute;
    color: black;
    padding: 0px;
    font-size: 0.7rem;
    height: auto;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.abpointimage[b-2yxwmoiiud] {
    width: 100%;
    border: 5px solid #555;
}
/* _content/antblue-SS-Commentary/Shared/MainLayout.razor.rz.scp.css */
.page[b-ep37t0vlqx] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #999966;
    max-width: 800px;
}

main[b-ep37t0vlqx] {
    flex: 1;
}


.top-row[b-ep37t0vlqx] {
    background-image: url('custom/banner2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 1px solid #d6d5d5;
    height: 60px;
    color: wheat;
    display: flex !important;
    flex-direction: row !important
}

  /*  .top-row ::deep a {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }*/


@media (max-width: 1920.98px) {
    /* .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }*/
}

@media (min-width: 1921px) {
    .page[b-ep37t0vlqx] {
        flex-direction: row;
    }

    .navmenu[b-ep37t0vlqx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ep37t0vlqx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ep37t0vlqx], article[b-ep37t0vlqx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
