/* Chat stuff */

::-webkit-scrollbar{
    height:10px;
    width:10px;
    border-radius: 4px;
    background: transparent;
    transition: all 0.3s ease;
}
::-webkit-scrollbar:hover{
    background: #d3d4d7;
}
::-webkit-scrollbar-thumb{
    background: transparent;
    background: #a1a1a3;
    border-radius: 4px;
}



.userCont{
    color: var(--font-color);
    overflow-y: auto;
    padding-top: 70px;
}
.userCont hr{
    margin-bottom: 10px;
    margin-top: 0px;
}

.chatMediaLeft{
    padding-left: 5px;
    position: relative;
}
.chatMediaOnlineBubbel{
    left: 49px;
    position: absolute;
    background: rgb(66, 183, 42);
    border-radius: 40%;
    height: 6px;
    width: 6px;
    top: 10px;
}

.chatMediaBody{
    padding-top: 5px;
}

.chatMediaBody p{
    font-size: 0.8em;
    color: #abaaaa;
}


.chatContainer{
    padding-right: 0px;
    padding-left: 0px;
    max-width: 1200px;
}

.chat-area{
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 45px
}
.chat-area h6{
    text-align: center;
    font-size: 0.8em;
    color: grey;
    margin: 0px;
    text-transform: uppercase;
}

.chatMesContainer{
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
}


.chatMesImg{
    width: 28px;
    height: 28px;
    float: left;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.chatMesBodyCont{
    margin-left: 32px;
    max-width: 60%;
}

.chatMesUsername{
    font-size: 0.8em;
    color: grey;
}

.chatMesBody{
    background-color: #e1f6fd;
    padding: 4px 15px;
    border-radius: 0px 12px 12px 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    display: inline-block;
    margin-top: 2px;
}

.chatMesBodyImg{
    display: inline-block;
    margin-top: 2px;
    border:1px solid #dddddd;
}

.chatMesBody p{
    padding: 0px;
    margin: 0px;
}

.chatMesFix > div:first-of-type{
    border-radius: 12px 12px 12px 0px;
    margin-top: 0px;
}

.chatMesFix > div:last-of-type{
    border-radius: 0px 12px 12px 12px;
}

.chatMesFix  > div:only-child {
    border-radius: 12px 12px 12px 12px;
}

/*qsdfsqdfsq*/

.chatContainerRight{
    padding-right: 0px;
    padding-left: 0px;
}

.chatMesContainerRight{
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px;
}


.chatMesImgRight{
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 0;
    right: 0px;
    text-align: center;
}

.chatMesBodyContRight{
    margin-right: 32px;
    max-width: 60%;
    float: right;
}

.chatMesUsernameRight{
    font-size: 0.8em;
    color: grey;
    text-align: right;
}

.chatMesBodyRight{
    background-color: #e1f6fd;
    padding: 4px 15px;
    border-radius: 12px 0px 0px 12px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: inline-block;
    word-break: break-word;
    margin-top: 2px;
    float: right;
    clear: both;
}

.chatMesBodyImgRight{
    display: inline-block;
    margin-top: 2px;
    border:1px solid #dddddd;
    float: right;
    clear: both;
}

.chatMesBodyRight p{
    padding: 0px;
    margin: 0px;
}

.chatMesFixRight > div:first-of-type{
    border-radius: 12px 12px 0px 12px;
    margin-top: 0px;
}

.chatMesFixRight > div:last-of-type{
    border-radius: 12px 0px 12px 12px;
}

.chatMesFixRight  > div:only-child {
    border-radius: 12px 12px 12px 12px;
}
/*qsdfsqdfsq*/

.uploadImg{
    border-radius: 12px; !important;
    width: 100%;
}

.smiley{
    width: 18px;
}

html,
body {
    height: 100%;
    margin: 0
}

.box {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.box .row1 {
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}

.box .row1.header {
    flex: 0 1 auto;
}

.box .row1.content {
    display: flex;
    flex-flow: column;
    flex: 1 1 auto;
    overflow-y: auto;
}

.box .row1.footer1 {
    flex: 0 24px 40px;
    padding: 5px;
    position: relative;
    border-top: 1px solid var(--border-color);
}
.box .row1.footer1 svg {
    margin-right: 10px;
    color: #868686;
    float: right;
}



.chatText{
    color: var(--font-color);
    max-height: 80px;
    overflow-y: auto;
    /* margin-top: 2px; */
    /* margin-bottom: -5px; */
    line-height: 25px;
    padding-left: 5px;
    padding-top: 1px;
    min-height: 26px;
}
.chatTextIcons{

}

.sendText{
     line-height: 24px;
     /* vertical-align: middle; */
     color: #868686;
     font-weight: bold;
     float: right;
     padding-top: 2px;
    cursor: pointer;
 }

.chatText:focus{

    outline: 0px solid transparent;
}

.bubbleContainer{
    position: relative;
    padding-top: 0px; !important;

}
.chatTextIcons i {
    float: right;
    margin-right: 10px;
    color: #868686;
}

.bubbleButton{
    cursor: pointer;
}

.bubble img{
    cursor: pointer;
}

.bubble
{
    display: none;
    position: absolute;
    width: 270px;
    padding: 10px;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #c4c7c7 solid 1px;
    z-index: 1;
    top: -135px;
    left: 12px;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(130,130,130,1);
    -moz-box-shadow: 0px 0px 13px -1px rgba(130,130,130,1);
    box-shadow: 0px 0px 13px -1px rgba(130,130,130,1);

}

.bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -10px;
    left: 163px;
}

.bubble:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #868989 transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -11px;
    left: 163px;
}

/* Mentions */
/* ------------------------------------
     COMMON STYLE
   ------------------------------------ */
#autocomplete-textarea {
    min-height: 80px;
    color: #000;
}

#autocomplete-textarea a {
    text-decoration: none;
    font-weight: normal;
    color: #181818;
}
.dropdown-menu {
    margin-bottom: 100px;
}

.dropdown-menu .textcomplete-item a,
.dropdown-menu .textcomplete-item a:hover {
    cursor: pointer;
    font-weight: normal;
    color: #000;
    position: relative;
    padding: 3px 10px;
}

.dropdown-menu .textcomplete-item.active a {
    background: #F0F0F0;
}

/* Highlighting of the matching part
   of each search result */
.dropdown-menu .textcomplete-item a em {
    font-style: normal;
    font-weight: bold;
}

.dropdown-menu .textcomplete-footer {
    border-top: solid 1px #F0F0F0;
    margin-top: 3px;
}


/* ------------------------------------
     Used in
     autocomplete-with-pictures.html
   ------------------------------------ */
.dropdown-menu .textcomplete-item a {
    box-sizing: border-box;
    height: 42px;
}

.dropdown-menu .textcomplete-item .picture {
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    width: 32px;
    height: 32px;
    overflow: hidden;
    float: left;
}

.dropdown-menu .textcomplete-item .picture img {
    width: 32px;
}

.dropdown-menu .textcomplete-item .name {
    float: left;
    margin: 5px 0 0 5px;
}


/* ------------------------------------
     Used in
     rich-html-textarea.html
   ------------------------------------ */
.tag-item, .tag-item:visited {
    font-weight: normal;
    padding: 2px 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f0f0f0;
    cursor: default;
    border: solid 1px #dadada;
}

.tag-item:hover {
    text-decoration: none;
}

.tag-item .picture-wrapper {
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
    top: 3px;
}

.tag-item .picture-wrapper img {
    width: 16px;
}

.tag-item .label {
    color: #181818;
}


