.top-of-page {
    border: 2px white solid;
    padding: 1em 1.5em;
    text-decoration: none;
    color: white;
    font-size: 10px;
    opacity: 50%;
    background: transparent;
    position: fixed;
    bottom: 2em;
    right: 2em;
}

.top-of-page:hover {
    opacity: 100%;
}

.circle {
    position: relative;
    width: 50px;
    height: 50px;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    transform: translate(-50%, -50%);
}

.circle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.circle-text {
    font-size: .7em !important;
}

.circle-type {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background-color: currentColor;
    transform: translate3d(-50%, -50%, 0);
}

.circle-text {
    font-size: 0.9em;
    color: #000;
}

.request-type-1 { background-color: rgba(255, 0, 0, 0.5) !important; }
.request-type-2 { background-color: rgba(0, 0, 255, 0.5) !important; }
.request-type-3 { background-color: rgba(0, 128, 0, 0.5) !important; }
.request-type-4 { background-color: rgba(255, 165, 0, 0.5) !important; }
.request-type-5 { background-color: rgba(218, 112, 214, 0.5) !important; }
.request-type-6 { background-color: rgba(0, 191, 255, 0.5) !important; }
.nearest-points {}

.request-expired-0 { color: gray; }
.request-expired-1 { color: deepskyblue; }
.request-expired-2 { color: chartreuse; }
.request-expired-3 { color: red; }

.selector-request-expired-0 { background-color: gray; color: black; }
.selector-request-expired-1 { background-color: deepskyblue; color: black; }
.selector-request-expired-2 { background-color: chartreuse; color: black; }
.selector-request-expired-3 { background-color: red; color: black; }

a#modal-request { color: white; }

.selector { font-size: .7em !important; }
.selector-type, .selector-expired { font-size: .7em !important; }
.selector-check-input { margin-left: -1em !important; }

.num { width: 5%; }
.id,.total-count,.closed-count,.range-1,.range-2,.range-more,.closed,.executors-count { width: 10%; }
.boss { width: 20%; }

.circle-node {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid currentColor;
    border-radius: 50%;
    background-color: rgba(0, 0, 255, 0.7);
    transform: translate(-50%, -50%);
}

.circle-place {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid currentColor;
    border-radius: 50%;
    background-color: rgba(255, 0, 0, 0.7);
    transform: translate(-50%, -50%);
}

#embed {
    width: 100%;
    height: 600px;
}

#map {
    margin-top: 2em;
    width: 100%;
    height: 100%;
}
