/* /Pages/About.razor.rz.scp.css */
.abouttext[b-8ekua36s6l] {
    width: 600px
}
/* /Pages/Index.razor.rz.scp.css */
.abouttext[b-w6l7chfipm] {
    width: 800px
}

.worldparent[b-w6l7chfipm] {
    position: relative;
    top: 0;
    left: 0;
}

.world[b-w6l7chfipm] {
    position: relative;
    top: 0;
    left: 0;
}

.status[b-w6l7chfipm] {
    position: absolute;
    height: 20px;
    width: 20px;
}

.result[b-w6l7chfipm] {
    font-size: x-small;
}

.useast[b-w6l7chfipm] {
    top: 130px;
    left: 260px;
}

.uswest[b-w6l7chfipm] {
    top: 130px;
    left: 180px;
}

.uscentral[b-w6l7chfipm] {
    top: 130px;
    left: 220px;
}

.canadaeast[b-w6l7chfipm] {
    top: 100px;
    left: 290px;
}

.uksouth[b-w6l7chfipm] {
    top: 90px;
    left: 455px;
}

.europenorth[b-w6l7chfipm] {
    top: 90px;
    left: 505px;
}

.europewest[b-w6l7chfipm] {
    top: 105px;
    left: 480px;
}

.asiaeast[b-w6l7chfipm] {
    top: 170px;
    left: 770px;
}

.asiase[b-w6l7chfipm] {
    top: 245px;
    left: 750px;
}

.japaneast[b-w6l7chfipm] {
    top: 125px;
    left: 825px;
}

.indiasouth[b-w6l7chfipm] {
    top: 205px;
    left: 680px;
}

.auscentral[b-w6l7chfipm] {
    top: 320px;
    left: 810px;
}

.auseast[b-w6l7chfipm] {
    top: 335px;
    left: 855px;
}

.brazilsouth[b-w6l7chfipm] {
    top: 310px;
    left: 340px;
}

.qatarcentral[b-w6l7chfipm] {
    top: 165px;
    left: 600px;
}

.norwayeast[b-w6l7chfipm] {
    top: 55px;
    left: 495px;
}

.koreasouth[b-w6l7chfipm] {
    top: 140px;
    left: 800px;
}

.uaenorth[b-w6l7chfipm] {
    top: 185px;
    left: 620px;
}

.redcircle[b-w6l7chfipm] {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: red;
    border: 2px solid black;
    padding: 12px;
}

.greencircle[b-w6l7chfipm] {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: forestgreen;
    border: 2px solid black;
    padding: 12px;
}

.graycircle[b-w6l7chfipm] {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: lightgray;
    border: 2px solid black;
    padding: 12px;
}

.noimageresize[b-w6l7chfipm] {
    object-fit: none;
}
/* /Pages/Privacy.razor.rz.scp.css */
.abouttext[b-c2jnaph8t2] {
    width: 600px
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3dsd3z3yec] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3dsd3z3yec] {
    flex: 1;
}

.sidebar[b-3dsd3z3yec] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3dsd3z3yec] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3dsd3z3yec]  a, .top-row[b-3dsd3z3yec]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3dsd3z3yec]  a:hover, .top-row[b-3dsd3z3yec]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3dsd3z3yec]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3dsd3z3yec] {
        display: none;
    }

    .top-row.auth[b-3dsd3z3yec] {
        justify-content: space-between;
    }

    .top-row[b-3dsd3z3yec]  a, .top-row[b-3dsd3z3yec]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3dsd3z3yec] {
        flex-direction: row;
    }

    .sidebar[b-3dsd3z3yec] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3dsd3z3yec] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3dsd3z3yec]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3dsd3z3yec], article[b-3dsd3z3yec] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7cxxmz0cwl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7cxxmz0cwl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7cxxmz0cwl] {
    font-size: 1.1rem;
}

.oi[b-7cxxmz0cwl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7cxxmz0cwl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7cxxmz0cwl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7cxxmz0cwl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7cxxmz0cwl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7cxxmz0cwl]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-7cxxmz0cwl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7cxxmz0cwl] {
        display: none;
    }

    .collapse[b-7cxxmz0cwl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
