html {
    height: 100%;
}

body {
    color: #28234a;
    background: #edf5f8;
    min-height: 100%;
}

body,
button,
input,
optgroup,
select,
textarea {
    font-family: "72", sans-serif;
}

svg {
    fill: currentColor;
}

.mw-80 {
    max-width: 80px;
}

.icon-16 {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.icon-24 {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.autocomplete {
    position: relative;
}

.autocomplete .dropdown-menu {
    display: block;
    min-width: 100%;
    max-width: 100%;
}

.autocomplete .dropdown-content {
    overflow: auto;
    max-height: 200px;
}

.autocomplete .dropdown-item,
.autocomplete .dropdown .dropdown-menu .has-link a,
.dropdown .dropdown-menu .has-link .autocomplete a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autoComplete_highlighted {
    font-weight: 700;
}

.autoComplete_selected {
    background: #f5f5f5;
}

.asterix {
    color: rgb(225, 74, 114);
}

.title {
    font-weight: 400;
}

.attention {
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: color 0.15s;
    display: inline-flex;
}

.attention:hover {
    color: rgba(0, 0, 0, 1);
}

.elderly {
    color: #b6ca00;
}

.attention.needed {
    color: #f14668;
}

.attention.InDeepExamination {
    color: #6464ff;
}

.attention.sticked {
    color: #8400a5;
}

.attention.rehabilitated {
    color: rgb(148, 108, 0);
}

.attention.agreement {
    color: #48c78e;
}

pre {
    white-space: pre-wrap;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    background: transparent;
    font-family: "72", Arial, sans-serif;
}

.pregnant {
    color: #f971bf !important;
}

.GKB1 {
    color: rgb(173, 78, 0);
}

.dead {
    color: rgb(37, 121, 83) !important;
    font-style: italic;
}

.clone {
    background: #fca5a5;
}

.minimap {
    width: 100%;
    height: 480px;
    position: relative;
}

#map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#showmap {
    cursor: pointer;
}

#showmap:hover {
    text-decoration: underline;
}

.button.is-small {
    font-weight: 700;
}

.blood-tag {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    padding: 2px;
    transition: all 0.15s;
}

.blood-btn {
    display: inline-block;
    padding: 4px;
    width: 32px;
    height: 32px;
    transition: all 0.15s;
}

.blood-btn + .blood-btn {
    margin-left: 4px;
}

.blood-tag:hover,
.blood-btn:hover {
    border-radius: 4px;
    box-shadow: 0 1px 4px -1px hsla(214, 45%, 20%, 0.5);
    cursor: pointer;
}

.blood-red {
    color: #f13536;
}

.bg-red,
.blood-red:hover {
    background: #f13536;
    color: #fff;
}

.blood-blue {
    color: #1c83c6;
}

.bg-blue,
.blood-blue:hover {
    background: #1c83c6;
    color: #fff;
}

.blood-purple {
    color: #7851a0;
}

.bg-purple,
.blood-purple:hover {
    background: #7851a0;
    color: #fff;
}

.nowrap {
    white-space: nowrap;
}

.flex-line {
    display: flex;
}

.cases-count {
    border: 2px solid rgba(0, 0, 0, 0.3);
    font-size: 12px;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.3);
    user-select: none;
}

.active-case {
    border-color: #d4740f;
    color: #d4740f;
    opacity: 0.8;
}

.is-magic {
    background: linear-gradient(to bottom right, #ff8296, rgba(50, 148, 238, 0.82));
    color: #fff;
    border: 0;
    transition: all 0.15s;
}

.is-magic:hover {
    color: #fff;
    opacity: 0.8;
}

.dynamic-row {
    display: flex;
    justify-content: space-between;
}

.dynamic-row:not(:last-child) {
    margin-bottom: 0.5rem;
}

.dynamic-row svg {
    cursor: pointer;
}

.dynamic-row svg:hover {
    opacity: 0.8;
}

.box,
.navbar {
    box-shadow: 0 1px 4px -1px hsla(214, 45%, 20%, 0.5);
}

.container.is-fluid {
    padding-left: 16px;
    padding-right: 16px;
}

@keyframes dangerAnim {
    0% {
        color: #feecf0;
    }
    25% {
        color: #f14668;
    }
    100% {
        color: #cc0f35;
    }
}

.animateDanger {
    animation: dangerAnim 2s infinite;
}

@media print {
    body,
    textarea {
        font-size: 12px !important;
    }

    .container {
        width: 100%;
    }

    .box {
        padding: 0;
        box-shadow: none;
    }

    .no-print {
        display: none !important;
    }

    .table td,
    .table th {
        border-color: black;
    }

    textarea {
        border: 0 !important;
    }

    textarea::placeholder {
        color: transparent !important;
    }
}
