.messages_counter {
    float: right;
    background: #00AFF0;
    border-radius: 3px;
    padding: 1px;
    padding-right: 3px;
    padding-left: 3px;
    color: #fff;
    margin: 5px;
}

.box-body {
    background-color: #FFF;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    line-height: 140%;
    display: block;
    padding: 10px;
}

.box-body .prompt_header {
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;;
}

.box-body .choice {
    padding: 0 0 0px;
    height: 28px;
}

.box-body .button_register {
    width: 175px;
    float: left;
    display: block;
}

.box-body .button_login {
    width: 175px;
    float: right;
    display: block;
}

.box-footer {

    border: 1px solid #999;
    border-top: 0;
    display: block;
}

.box-footer .controls {

    padding: 8px 5px;
    background-color: #f2f2f2;
    border-top: 1px solid #dae1e8;
}

.box-footer .controls button {

    font-size: 11px;
    margin-left: 5px;
}

.box-footer .controls button {

    font-size: 11px;
    margin-left: 5px;
}

.box-menu-item {

    display: block;
    height: 42px;
    line-height: 42px;
    color: var(--side_menu_text_color);
    font-weight: bold;
    font-size: 11px;
    padding-left: 20px;
    text-decoration:none
}

.box-menu-item:hover{

    background-color: var(--side_menu_li_hover);
    color: var(--side_menu_text_color_hover);
    text-decoration:none
}

.access-mode-show-on-stream, .access-mode-not-show-on-stream {

    cursor: pointer;
}

.new-post-form-container {

}

.new-post-form-container .card-subtitle {

    font-weight: normal;
    font-size: 13px;
    color: #F76D9B;
}



.mob-about {
    max-width: 700px;
    margin: 40px auto 60px auto;
    background: #191825;
    color: #fff;
    border-radius: 22px;
    box-shadow: 0 8px 32px 0 rgba(24,16,69,0.15);
    padding: 48px 38px 38px 38px;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-size: 1.12rem;
    line-height: 1.7;
}

.mob-about h1 {
    color: #f34c70;
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.mob-about h3 {
    color: #fee995;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 22px;
    letter-spacing: 1px;
}

/* pick the selector that actually contains the message text */
ul.content-list li.message-item .message-text,
ul.content-list li.message-item .msg,
ul.content-list li.message-item {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto,
               "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji",
               Arial, sans-serif !important;
}


.mob-about h4 {
    color: #f34c70;
    margin-top: 32px;
    font-size: 1.15rem;
    font-weight: 700;
}

.mob-about p {
    margin-top: 13px;
    margin-bottom: 13px;
}

.mob-cta {
    margin-top: 38px;
    background: rgba(243,76,112,0.08);
    border-left: 4px solid #f34c70;
    border-radius: 10px;
    padding: 20px 22px;
    font-size: 1.07rem;
    color: #fee995;
    font-weight: 500;
    text-align: left;
}

@media (max-width: 800px) {
    .mob-about {
        padding: 25px 6vw 25px 8vw;
        font-size: 1rem;
    }
}