body {
    padding-top: 0.5rem;
}

textarea {
    font-size: 14px !important;
}

.pfc-topic {
    padding: 10px;
    color: white;
}

div.pfc-content div.pfc-compose textarea {
    position: relative;
    width: 80% !important;
    padding: -4px 12px 11px;
    margin: 0px 0px;
    border: 1px solid rgba(28, 24, 24, 0.1);
    border-radius: 21px;
    background: white;
}

.fg-emoji-picker {
    top: 195px !important;
}

/*Chat*/
div.pfc-messages {
    background: url('/client/img/pattern-2.png');
}

div.pfc-content div.pfc-users ul li .st-active {
    background-image: url('/client/img/person+profile+user+icon-1320184018411209468.png') !important;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
}


div.pfc-content div.pfc-topic {
    height: 35px !important;
    background: #09183d !important;
    border: none !important;
}

div.pfc-content div.pfc-users {
    border-bottom: 1px solid #d1d1d1;
}

div.pfc-content div.pfc-users {
    background: none !important;
}

div.pfc-content div.pfc-compose {
    bottom: 33px !important;
}

.pfc-role-user .role-title, .pfc-footer {
    display: none !important;
}

.messages-group:not(:first-child) {
    margin-top: 10px;
}

.messages-group {
    border: 1px solid #09183d;
    padding: 5px 11px 8px !important;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    color: #5a5959;
    background: #262d31;
    opacity: 1 !important;
    box-shadow: 0 1px .5px rgba(#a3a3a3, .13);
    border-radius: 7.5px;
    max-width: 65%;
}

.name:first-letter {
    text-transform: uppercase;
}