
/**
          Sergei Baigerov 2025.
 Distributed under the Boost Software License, Version 1.0.
    (See accompanying file LICENSE.txt or copy at
          https://www.boost.org/LICENSE_1_0.txt)
*/

.mca_page {
    max-width: 1000px;
    width: 50%;
    margin: 0 auto;
}
h1 {
    text-align: center;
    background: linear-gradient(0.25turn, #9a9a9a00, #9a9a9aff);
    font-style: oblique;
    font-size: 45px;
    padding: 2px;
    font-family: Arial, sans-serif;
}
.content {
    zoom: 1.25
}
.date_selector_placeholder {
    text-align: center;
}
.date_selector {
    display: none;
    text-align: center;
    transform: scale(1.35);
    padding: 8px;
}
.csmall {
    zoom: 0.8;
    display: contents;
    font-family: Arial, sans-serif;
}
.mca_title {
    text-align: center;
}
.mca_new_day_title {
    font-family: Arial, sans-serif;
    font-style: oblique;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    opacity: 0.5;
}
.mca_timestamp {
    position: relative;
    top: 6px;
    font-size: 15px;
    opacity: 0.5;
    font-family: Arial, monospace;
}
.mca_player_head {
    transform-origin: top left;
    width: 24px;
    height: 24px;
}
.mca_message {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 10px;
}
.mca_message_mobile_a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 17.5px;
    padding-top: 17.5px;
}
.mca_message_mobile_b {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 17.5px;
    padding-top: 17.5px;
    background-color: #00000010;
}
.mca_message_banned {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-bottom: 10px;
    background-color: #ff00002f;
}
.mca_message_author::before {
    content: "<";
}
.mca_message_author::after {
    content: ">";
}
.mca_message_author {
    position: relative;
    top: 5px;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
    font-style: italic;
    padding-right: 10px;
}
.mca_message_author_mod::before {
    content: "<";
}
.mca_message_author_mod::after {
    content: ">";
}
.mca_message_author_mod {
    position: relative;
    top: 5px;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
    font-style: italic;
    padding-right: 10px;
    color: #00dfdf;
    text-shadow: 2px 2px 2px #0000003f;
}
.mca_message_author_admin::before {
    content: "<";
}
.mca_message_author_admin::after {
    content: ">";
}
.mca_message_author_admin {
    position: relative;
    top: 5px;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
    font-style: italic;
    padding-right: 10px;
    color: #df0000;
    text-shadow: 2px 2px 2px #0000005f;
}
.mca_message_content {
    position: relative;
    top: 5px;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
}
.mca_message_perm {
    position: relative;
    top: 5px;
    font-size: 12px;
    font-family: 'Courier New', Courier, monospace;
}
.mca_message_content_banned {
    position: relative;
    top: 5px;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
    font-style: oblique;
    opacity: 0.5;
    text-decoration: line-through;
}
.mca_event {
    position: relative;
    top: 5px;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
    font-style: italic;
    color: orange;
    text-shadow: 2px 2px 2px #0000004f;
}
.mca_event_banned {
    position: relative;
    top: 5px;
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
    font-style: italic;
    color: rgb(255, 0, 0);
    text-shadow: 2px 2px 2px #0000004f;
}
.mca_date_container {
    display:flex;
    flex-direction: row;
}
.mca_disclaimer {
    text-align: center;
    font-size: 10px;
    font-family: Arial, sans-serif;
    font-style: italic;
    opacity: 0.75;
}
.mca_event_example {
    font-style: italic;
    color: orange;
    text-shadow: 2px 2px 2px #0000004f;
}
.mca_multiple_dates_container {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 15px;
}
.mca_vertical_line {
    border-left: 2px solid black;
    height: 100px;
    margin: 0 10px;
}
.dark_mode {
    background-color: black;
    color: white;
}
.mca_right_side {
    float: right;
}