.transition-none > * {
    transition: none!important;
}

body {
    padding-right: 250px!important;
    overflow: auto!important;
    transition: padding 0.5s, margin 0.5s;
}

body.bigchat-closed  {
    padding-right: 40px!important;
}

.badge-unread {
    display: none;
}

body.bigchat-closed .badge-unread {
    display: inline-block;
}

.popover .avatar {
    width: 70px;
}

.bigchat-container {
    z-index: 100;
    position:fixed;
    top:0;
    bottom:0;
    right: 0;
    width: 250px;
    background: white;
    transition: width 0.5s, height 0s;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.20), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: visible;
}

.bigchat {
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.bigchat-closed .bigchat-body, .bigchat-closed .bigchat-header {
    visibility: hidden;
}

body.bigchat-closed .badge-unread.hidden {
    display: none;
}

.bigchat-closed .bigchat-container {
    width: 40px;
}

.bigchat-connecting .bowlG {
    display: inline-block;
}

.bigchat-connecting {
    position: absolute;
    top: 38px;
    background: rgba(218, 224, 229, 0.82);
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;
}

.bigchat-close {
    cursor: pointer;
}

.bigchat-closed #bigchat-open {
    background: #73a8bf;
    opacity: 1;
    visibility: visible;
    width: 40px;
    align-items: center;
    justify-content: center;
}

#bigchat-open {
    display: flex;
    width: 250px;
    transition: opacity 0.2s, width 0.5s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    background: #73a8bf;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    color: white;
}


.bigchat-header {
    background-color: #73a8bf;
    color: white;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    position: relative;
}

.bigchat-buttons .nav-item > .btn.active, .bigchat-buttons .nav-item > .btn.active:focus {
    color: #343a40;
    border-color: #343a40;
    background: transparent;
    box-shadow: none;
}

.bigchat-buttons, .active-rooms {
    border-bottom: 1px solid #73a8bf;
}

.bigchat-header button{
    position: absolute;
    right: 0;
    top: 3px;
    color: #fff;
}

.bigchat-head {
    background-color: #f8f9fa;
}

.bigchat-message {
    margin-top: 8px;
    margin-bottom: 3px;
    border-radius: .25em;
    padding: 10px;
    background-color: #f8f9fa;
}
.bigchat-me .bigchat-message  {
    background: #dae0e5;
}

.bigchat-me.bigchat-admin .bigchat-message  {
    background: #fdde82;
}

.bigchat-op.bigchat-admin .bigchat-message  {
    background: #fff6db;
}

.bigchat-message {
    max-width: 85%;
    text-align:left;
    display:inline-block;
}

.bigchat-body {
    display: none;
}

.bigchat-body.show {
    display: block;
}

.bigchat-me {
    text-align:right;
    clear: both;
}
.bigchat-messages-container {
    overflow: hidden;
    position: absolute;
    bottom: 70px;
    top: 108px;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
}

.bigchat-messages-content {
    overflow-y: auto;
    overflow-x: hidden;
}

.bigchat-friends-content {
    bottom: 0;
    position: absolute;
    top: 108px;
    width: 100%;
}

.bigchat-search-content {
    bottom: 0;
    position: absolute;
    top: 250px;
    width: 100%;
}

.bigchat-search-empty {
    color: #e9ecef;
    font-size: 35pt;
    padding: 1rem;
    text-align: center;
}

a.bigchat-search-user {
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: #000;
}

a.bigchat-search-user:hover {
    background: #e9ecef;
}

.bigchat-textarea {
    height: 50px;
    font-size: 10pt;
    margin: 10px 20px 10px 20px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

.emojionearea .emojionearea-editor {
    min-height: 0em!important;
    max-height: 50px!important;
}

.bigchat-textarea .form-control{
    font-size: 10pt;
}

.bigchat-message-user, .bigchat-message-time {
    display:inline-block;
    line-height: 25px;
    vertical-align: top;
}

.bigchat-message-bottom {
    padding-left: 7px;
    margin-bottom: 2px;
}

.bigchat-me .bigchat-message-bottom {
    text-align: right;
}
.bigchat-message-time, .bigchat-message-likes {
    color: #666;
}

.bigchat-message-user:after, .bigchat-message-time:after {
    content:"\A";
    width:4px;
    height:4px;
    line-height: 1;
    border-radius:50%;
    background: #999;
    margin-bottom: 2px;
    display:inline-block;
}

.faceMocion {
    border-radius: 24px;
    height: 42px;
    width: 234px;
    z-index: 100;
}

.faceMocion div {
    margin-left: 4px;
    width: 24px;
    height: 24px;
    background-size: 100% auto;
    background-image: url("../js/sqhTN9lgaY2.png") !important;
}

.selectorFace {
    background-image: url("../js/sqhTN9lgaY2.png") !important;
}

.selectorFace {
    width: 16px;
    height: 16px;
    background-size: 100% auto;
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-top: 3px;
}

.none {
    background-position: 0 0;
}

.amo {
    background-position: 0 -49.5%;
}

.molesto {
    background-position: 0 -100%;

}
.asusta {
    background-position: 0 -87%;
}
.divierte{
    background-position: 0 -75%;
}
.gusta {
    background-position: 0 -62%;
}
.triste {
    background-position: 0 -37%;
}
.asombro {
    background-position: 0 -25%;
}
.alegre {
    background-position: 0 -13%;
}

.bigchat-message-text {
    word-wrap: break-word;
    word-break: break-word;
}

.bigchat-message-likes {
    padding: 0 5px;
    border: 1px solid #666;
    display: inline-block;
    border-radius: .25em;
    cursor: pointer;
    user-select: none;
}

.likes-number {
    position:relative;
    top: -3px;
    display:inline-block;
    cursor: pointer;
    user-select: none;
}


.bigchat-message-likes .selectorFace {
    margin-left: -6px;
    border: 2px solid white;
    border-radius: 12px;
}

.bigchat-message-likes .selectorFace:first-child {
    margin-left: 0
}

@media (min-width: 992px) and (max-width: 1200px) {
    body {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    body.bigchat-closed {
        margin-left: 0;
        padding-right: 0!important;
    }

    body {
        padding-right: 0!important;
    }

    .bigchat {
        transition: width 0s, height 0.5s;
        width: 100%;
    }

    .bigchat-header button{
        top: 0;
    }

    .bigchat-container {
        transition: width 0s, top 0.5s;
        width: 100%;
    }

    #bigchat-open, .bigchat-closed #bigchat-open {
        transition: width 0s, height 0.5s;
        width: 100%;
    }


    #bigchat-open {
        padding: 10px 20px 10px 20px;
    }

    .bigchat-closed .bigchat-container {
        top: auto;
        top: calc(100% - 38px);
        height: 38px;
        bottom: 0;
        right: 0;
        box-shadow: none;
        left: 0;
        width: 100%;
    }
}