.ruyter img {
    left: 0px;
    border: 1px #d8d8d8;
    border-radius: 5px;
    -webkit-mask: linear-gradient(to left,
        rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 40%,
        rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0
    ) 100% 50% / 100% 100% repeat-x;
    mask: linear-gradient(to left,
        rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 40%,
        rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0
    ) 100% 50% / 100% 100% repeat-x;
}

.container {
    height: max(100vh, 100%);
}

body {
    background-color: #303030;
    color: #FFFFFF;
}

input, textarea {
    background-color: #303030;
    color: #FFFFFF;
}

.card, .collapsible-header {
    background-color: #212121;
}

.collapsible, .collapsible-header, .collapsible-body {
    border-color: #212121;
}

.dropdown-content {
    background-color: #181818;
}

.section-header {
    font-size: 28px;
    background-color: #ee6e73;
    margin-top: -5px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.historical {
    padding-left: 20px;
    background-color: #242424;
    border-radius: 10px;
    border: #181818 1px solid;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    white-space: break-spaces;
    word-break: break-word;
    font-size: 80%;
    font-family: monospace;
}

p {
    white-space: break-spaces;
    word-break: break-word;
}

.hidden {
    display: none;
}

h1, h2, h3, h4, h5, .brand-logo {
    text-transform: uppercase;
    font-weight: bold;
}

.modalimg {
    position: relative;
    max-height: 100%;
    z-index: 101;
    padding: 5%;
}

.modalbg {
    background-color: #18181899;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.modalwindow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.phase-title {
    font-size: 39px;
    background-color: #ee6e73;
    margin-top: -5px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.phase-subtitle {
    font-size: 18px;
    margin-bottom: 24px;
}

.hp-value {
    font-size: 16px;
    background-color: #c92c32;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 10px;
    text-align: left;
    margin-top: 6px;
    padding-left: 40px;
    transform: skewX(-10deg);
}

.tp-value {
    font-size: 16px;
    background-color: #7e8d43;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 10px;
    text-align: left;
    margin-top: 6px;
    padding-left: 40px;
    transform: skewX(-10deg);
}

.contrast {
    background: #ee6e73;
    min-width: auto;
    display: inline-block;
    font-size: 21px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    font-weight: bold;
    margin-bottom: 0px;
}

.diff-badge {
    position: absolute;
    left: 0px;
    width: 30px;
    text-align: center;
}

a {
    text-decoration: none;
    color: white;
}

.kou {
    background-color: #bf5460;
}

.otsu {
    background-color: #bf9b54;
}

.hei {
    background-color: #549556;
}

.chou {
    background-color: #5492bf;
}

.kou-secondary {
    background-color: #bf546033;
}

.otsu-secondary {
    background-color: #bf9b5433;
}

.hei-secondary {
    background-color: #54bf5733;
}

.chou-secondary {
    background-color: #5492bf33;
}

th, td {
    text-align: center;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.comp-shiplock {
    position: absolute;
    right: -20px;
    top: 5%;
    transition: all 0.2s;
    z-index: -1;
}

.active.comp .comp-shiplock {
    right: -35px;
}

.collapsible-header {
    margin-left: 0px;
    transition: margin 0.2s;
    position: relative;
}

.collapsible-header:after {
    content: '▼';
    font-size: 18px;
    font-weight: bold;
    transition: all 0.2s;
    float: right;
    position: absolute;
    right: 20px;
    top: 35%;
    transform: rotate(-90deg);
}

.active  .collapsible-header:after {
    transform: rotate(0deg);
}

.active.comp .collapsible-header {
    margin-left: -30px;
}

.current-comp-img {
    margin-top: 5%;
    background-size: cover;
    transition: all 0.3s ease-in-out;
}

.current-comp-img-lbas {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    vertical-align: top;
}

.img-container {
    text-align: center;
    width: 100%;
    height: 120px;
    background-color: #222222;
    padding: 5px;
}

.img-container img {
    max-height: 100%;
    max-width: 100%;
}

.avatar-container {
    display: flex;
    position: absolute;
    align-items: center;
    top: 0px;
    background-color: #181818;
    padding: 5px;
}

.lbas-hover-sign {
    display: flex;
    position: absolute;
    align-items: center;
    top: 16%;
    background-color: #222222;
    padding: 5px;
    right: 10px;
    font-size: 14px;
    font-weight: bold;
}

