@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600&display=swap');

* {
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.1;
}

html {
    padding: 0;
    margin: 0;
}

body {
    background: #193320;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

a {
    color: #98ffb6;
}

.div_index_app_container {
    display: inline-grid;
}

.img_index_app {
    margin: 2px;
    vertical-align: middle;
    width: 90px;
    height: 90px;
    border-radius: 100%;
}

.img_index_app:hover {
    filter: brightness(0.9);
}

.div_note a {
    color: #0a4b34;
}

.div_inc_account {
    height: 55px;
    background-color: #001f15;
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    position: static;
    display: block;
    width: calc(100% - 20px);
}

.div_inc_account_content {
    padding-top: 8px;
}

.div_max_500 {
    max-width: 500px;
}

.div_max_800 {
    max-width: 800px;
}

.div_max_900 {
    max-width: 900px;
}

.div_max_1000 {
    max-width: 1000px;
}

.div_center_container {
    margin: 0 auto;
    width: 100%;
}

.div_note {
    background-color: #e3e3e3;
    color: #181818;
    padding: 8px;
    margin: 8px;
    border-radius: 8px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.p_inc_account_text {
    line-height: 16px;
    margin-top: 0;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    float: right;
}

.a_inc_account_link {
    color: white;
}

.a_chat_message {
    color: #96ffef;
}

.img_youtube_chat_message {
    max-height: 60px;
    max-width: 100px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 8px;
    border: 1px solid #1f1f1f;
    vertical-align: middle;
}

.img_chat_message {
    min-height: 50px;
    min-width: 50px;
    max-height: 120px;
    max-width: 280px;
    margin: 2px;
    border-radius: 8px;
    border: 1px solid #1f1f1f;
    vertical-align: middle;
    background-color: #ffffff;
}

.img_chat_username_badge {
    height: 16px;
    width: 16px;
    margin-left: 4px;
    vertical-align: middle;
}

.img_chat_message_emoji {
    height: 25px;
    width: 25px;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: middle;
    padding-bottom: 2px;
}

.emoji_picker {
    background-color: #2f2f2f;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 8px;
    max-height: 80px;
    overflow-y: auto;
}

.p_emoji_picker_title {
    margin: 2px;
    padding: 0;
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.img_emoji_picker {
    height: 25px;
    width: 25px;
    margin: 2px;
    vertical-align: middle;
    cursor: pointer;
}

.img_video_thumbnail:hover {
    filter: brightness(0.5);
}

.a_no_underline {
    text-decoration: none;
}

.div_body_type {
    padding-left: 8px;
    padding-right: 8px;
    margin: 0;
}

.div_title {
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    margin-left: -8px;
    margin-right: -8px;
    background-color: #0a4b34;
    margin-bottom: 8px;
}

.h1_title {
    font-size: 28px;
    padding-top: 8px;
    margin: 0;
}

.span_subtitle {
    vertical-align: top;
    font-style: italic;
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.div_chat_input {
    margin-top: 8px;
    padding: 8px;
    background-color: #707070;
    border-radius: 8px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.div_chat_content {
    padding: 8px;
    background-color: #a8a8a8;
    color: white;
    margin-bottom: 8px;
    border-radius: 8px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.div_chat_message_container {
    position: relative;
}

.img_chat_message_emoji_btn {
    width: 32px;
    height: 32px;
    margin-left: 2px;
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
}

.img_chat_message_image_btn {
    width: 32px;
    height: 32px;
    margin-left: 34px;
    position: absolute;
    right: 35px;
    top: 1px;
    cursor: pointer;
}

.div_chat_message {
    margin-left: 16px;
    margin-right: 8px;
    margin-top: 2px;
    border-radius: 15px;
    background: #2f2f2f;
    padding: 15px;
    position: relative;
}

.div_chat_message_new_user:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -16px;
    top: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid #2f2f2f;
    border-top: 15px solid #2f2f2f;
    border-bottom: 15px solid transparent;
}

.div_chat_message_me {
    margin-top: 8px;
}

.div_chat_message_new_user {
    margin-top: 8px;
}

.div_chat_message_me:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -16px;
    top: 0;
    border-left: 15px solid #2f2f2f;
    border-right: 15px solid transparent;
    border-top: 15px solid #2f2f2f;
    border-bottom: 15px solid transparent;
}

.p_chat_message_container {
    font-size: 16px;
    overflow: hidden;
    margin: 8px 0 0;
}

.span_chat_datetime {
    position: absolute;
    left: 16px;
    top: 4px;
    font-size: 8px;
    color: #d5d5d5;
    font-style: italic;
}

.span_chat_username {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-right: 4px;
}

.span_chat_message {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-top: 2px;
    margin-bottom: 1px;
}

.input_chat {
    box-sizing: border-box;
    width: calc(100%);
    padding: 8px;
    border: 0;
    color: black;
    margin: 0 0 8px;
    border-radius: 6px;
}

.input_chat_message {
    padding-right: 70px;
}

.button_chat {
    width: 100%;
    padding: 8px;
    border: 0;
    color: white;
    background-color: #0a4b34;
    margin: 0 0 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
}

.color_username_gold {
    color: #ffcc00;
    background: linear-gradient(90deg, rgba(242, 232, 90, 1) 0%, rgba(255, 183, 42, 1) 35%, rgba(242, 232, 90, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color_username_green {
    color: #8bff9a;
}

.color_username_default {
    color: #d5d5d5;
    font-style: italic;
    font-size: 14px;
}

.input_text {
    padding: 8px;
    border: 0;
    color: black;
    margin: 0 0 8px;
    border-radius: 6px;
}

.input_text_large {
    width: calc(100% - 16px);
}

.simple-captcha-text {
    display: block;
    padding: 8px;
    border: 1px solid #1f1f1f;
    color: black;
    margin: 0 0 8px;
    border-radius: 6px;
}

.input_submit {
    padding: 8px;
    border: 0;
    color: white;
    background-color: #0a4b34;
    margin: 0 0 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
}

.p_error {
    color: #f68a8a;
    font-weight: bold;
}

.red {
    color: #dc5656;
}

.blue {
    color: #8bc4ff;
}

.yellow {
    color: #ffe18d;
}

.green {
    color: #8bff9a;
}

.white {
    color: white;
}

.black {
    color: black;
}

.no_margin {
    margin: 0;
}

.margin_top_4 {
    margin-top: 4px;
}

.margin_bottom_2 {
    margin-bottom: 2px;
}

.margin_top_0 {
    margin-top: 0;
}

.margin_bottom_0 {
    margin-bottom: 0;
}

.button_chat_remove {
    background-color: #950000;
    color: white;
    border: 0;
    border-radius: 8px;
    padding: 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 4px;
}

.button_chat_send_disabled {
    background-color: #131313;
    color: white;
    cursor: not-allowed;
}

.italic {
    font-style: italic;
}

.p_large {
    font-size: 20px;
}

.p_medium_large {
    font-size: 18px;
}

.p_medium {
    font-size: 16px;
}

.p_small_medium {
    font-size: 14px;
}

.p_small {
    font-size: 12px;
}

.button_generic {
    background-color: #0a4b34;
    color: white;
    border: 0;
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
}

.bg_dark {
    background-color: #131313;
}

.button_golden {
    background: linear-gradient(90deg, rgba(255, 183, 42, 1) 0%, rgba(242, 232, 90, 1) 35%, rgba(255, 183, 42, 1) 100%);
    color: black;
    border: 0;
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
}

.button_golden:hover {
    background: linear-gradient(90deg, rgba(242, 232, 90, 1) 0%, rgba(255, 183, 42, 1) 35%, rgba(242, 232, 90, 1) 100%);
}

.display_none {
    display: none;
}

.user_bio {
    font-size: 14px;
    font-style: italic;
    color: #d5d5d5;
}

.p_user_bio {
    word-wrap: break-word;
}

.img_profile_flag {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 2px;
}

.cursor_default {
    cursor: default;
}

.cursor_pointer {
    cursor: pointer;
}

.img_profile_avatar {
    height: 120px;
    width: 120px;
}

.div_profile_dashed {
    padding: 8px;
    margin: 16px 4px 4px;
    border: 2px dashed white;
}

.img_svg_profile_icon {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-right: 3px;
    filter: invert(1);
}

.p_page_social_text {
    margin: 1px 0 0;
}

.div_socials {
    margin-top: 16px;
    margin-bottom: 4px;
}

.div_avatar_choice {
    cursor: pointer;
    display: inline-block;
    background: white;
    border: 2px solid #1f1f1f;
    border-radius: 1000%;
    padding: 8px;
    margin: 4px;
}

.div_avatar_choice_premium {
    background: #ffefd2;
    border: 2px solid #ffcc00;
}

.img_avatar_choice {
    height: 50px;
    width: 50px;
}

.div_index_rules {
    position: relative;
}

.div_languages {
    margin-top: 8px;
    position: absolute;
    right: 4px;
    bottom: 0;
}

.div_languages_footer {
    padding: 4px;
    background-color: #212121;
    border-radius: 8px;
    float: right;
}

.img_language {
    height: 32px;
    width: 32px;
    margin-left: 4px;
}

.img_language_index {
    height: 32px;
    width: 32px;
}

.img_header_icon {
    height: 20px;
    width: 20px;
    margin-top: 4px;
    margin-left: 2px;
    margin-right: 2px;
}

.div_shop_avatars_pack {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 8px;
    background-color: #6b6659;
    border-radius: 8px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.right {
    float: right;
}

.img_shop_avatars_preview {
    height: 100px;
    width: 100px;
}

.p_shop_avatars_pack_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 8px;
}

.textarea_default {
    padding: 8px;
    border: 0;
    color: black;
    border-radius: 6px;
    height: 250px;
    width: calc(100% - 16px);
    max-width: 100%;
}

@media only screen and (max-width: 500px) {
    .img_language {
        height: 16px;
        width: 16px;
        margin-left: 2px;
    }
    .img_language_index {
        height: 16px;
        width: 16px;
    }
}