
.groupcolor-1 { color: green; }
.groupcolor-2 { color: red; }
.groupcolor-3 { color: blue; }
.groupcolor-4 { color: orange; }
.groupcolor-5 { color: pink; }

.forumbit-img {
    float: right;
    border-radius: 100%;
    margin-left: 10px;
    width: 40px;
}

.forumdisplay-img {
    float: right;
    border-radius: 100%;
    margin-left: 10px;
    width: 40px;
}

.memberlist-img {
    float: left;
    border-radius: 100%;
    margin-right: 10px;
    width: 20px;
}

.post_intro {
    padding: 10px;
}

.yourturn {
    font-weight: bold;
}

.postnow {
    color: red;
}

.calendar * { box-sizing: border-box; }
.calendar-month {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.calendar-day {
    position: realtive;
    float: left;
    text-align: center;
    border-radius: 0 !important;
    border: 1px solid #f5f5f5;
}
.calendar-day:not(.scene) { background-color: #ddd; }
.calendar-day.empty { opacity: 0.3; }
.calendar-day.event { background-image: linear-gradient(45deg, transparent 50%, #fc90be 50%); }
.calendar-day.weather { font-weight: bold; }
.calendar-day.scene { background-color: #91e0f6; border: none; }
.calendar-day.birthday::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #a55edc;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
}
.calendar-day.draft { opacity: 0.4; }

.map { position: relative; }
#mapevents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
    visibility: hidden;
}
.address {
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 2px;
    background: #ddd;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.address img { width: 100%; }
.address.draft img { opacity: 0.4; }
.address.short > div {
    background: #ddd;
    display: none;
}
.address.short:hover > div { display: block; }

.minimap {
    width: 100%;
    height: 100px;
    object-fit: cover;
}