.chat-default {
    border:3px solid #333;
    margin:15px;
    width:90%;
    height:130%;
    background:#555;
    color:#fff;
}

.chat-red {
    border:3px solid #333;
    margin:15px;
    width:90%;
    height:130%;
    background:#555;
    color:red;
}

.chat-blue {
    border:3px solid #333;
    margin:15px;
    width:90%;
    height:130%;
    background:#555;
    color:blue;
}

.chat-messages {
    min-height:93%;
    max-height:93%;
    overflow:auto;
}

.chat-messages__content {
    padding:1px;
}

.chat__message {
    border-left:3px solid #333;
    margin-top:2px;
    padding:2px;
}

.chat__message_black {
    border-color:#000;
}

.chat__message_blue {
    border-color:blue;
}

.chat__message_green {
    border-color:green;
}

.chat__message_red {
    border-color:red;
}

.chat-input {
    min-height:6%;
}
input {
    font-family: Arial, system-ui;
    font-size:16px;
    vertical-align:middle;
    background:#333;
    color:#fff;
    border:0;
    display:inline-block;
    margin:1px;
    height:30px;
}

.chat-form__input {
    width:79%;
}

.chat-form__submit {
    width:50%;
}

.ТКХ1 {
    background: rgba(255, 255, 255, 0.25);
    color: white;
}

.ТКХ2 {
    background: rgba(167, 186, 255, 0.45);
    color: blue;
}

.ТКХ3 {
    background: rgba(255, 123, 123, 0.45);
    color: red;
}

.welcome {
    color: white;
}

.юху {
    color: white;
}

.lizaloveu {
    color: white;
}

.lovedates {
    color: white;
}

.cuteness {
    color: pink;
}

.rutube {
    background: rgba(0, 0, 0, 0.85);
    color: cyan;
}

.youtube {
    background: rgba(0, 0, 0, 0.75);
    color: red;
}

.twitch {
    background: rgba(0, 0, 0, 0.65);
    color: #7000be;
}

.vkvidl {
    background: rgba(0, 0, 0, 0.55);
    color: violet;
}

.best {
    background: rgba(0, 0, 0, 0.65);
    color: white;
}

.more {
    background: rgba(0, 0, 0, 0.65);
    color: white;
}

.cute {
    background: rgba(0, 0, 0, 0.65);
    color: white;
}

.websites {
    background: rgba(52, 0, 68, 0.95);
    color: #c954ff;
}

.videos {
    background: rgba(135, 206, 250, 0.95);
    color: blue;
}

.cats {
    background: rgba(255, 225, 225, 0.95);
    color: red;
}

.step {
    float: right;
    color: white;
    display: inline-block;
}
/*animation-name: fadeit;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes fadeit {
from {
    transform: scale(1.1);
}
to {
    transform: scale(1);
}
}*/
