/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */
.nav>li {
    position: relative;
    display: block;
}
.lgx-tab .lgx-nav-colorful li {
    margin: 0!important;
    padding: 1rem 5px!important;
}
.lgx-tab2 .nav-pills .active::before {
    top: auto;
    right: 47%;
    bottom: -30px;
}
.lgx-tab2 .lgx-nav-colorful {
    padding: 0;
}
.lgx-tab2 .lgx-nav-colorful li {
    padding: 1.5rem 5px !important;
}
.lgx-tab2 .lgx-nav-colorful .active::before {
    bottom: -13px;
}
.lgx-tab-vertical {
    display: flex;
}
.lgx-tab-vertical .lgx-nav {
    text-align: center;
    width: 120px;
    box-shadow: none;
    background: transparent;
}
.lgx-tab-vertical .lgx-nav li a {
    padding: 5rem 0 !important;
    display: block;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
}
.lgx-tab .nav-pills li a h3 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}
.lgx-tab .nav-pills li a p {
    font-size: 1.4rem;
    line-height: 2.0999999999999996rem;
    font-weight: 300;
    margin: 0;
    color: #fff;
    opacity: .7;
}
.lgx-tab-content {
    background: rgba(85,75,185,.1);
    border: 2px solid #554bb9;
    padding: 1rem 1rem 0.5rem;
    -webkit-box-shadow: 0 13px 35px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 13px 35px rgba(0,0,0,.1);
    box-shadow: 0 13px 35px rgb(0 0 0 / 10%);

    width: calc(100vw - 220px);
}
.lgx-tab .lgx-nav-colorful li:nth-child(1) {
    background: #efa506;
}
.lgx-tab .lgx-nav-colorful li:nth-child(2) {
    background: #ff8a00;
}
.lgx-tab .lgx-nav-colorful li:nth-child(3) {
    background: #00b9ff;
}
.lgx-tab .lgx-nav-colorful li:nth-child(4) {
    background: #8dc63f;
}
.lgx-tab .lgx-nav-colorful li:nth-child(5) {
    background: #6ba229;
}
.lgx-tab .lgx-nav-colorful .active {
    background: #554bb9 !important;
}
.lgx-tab .lgx-nav-colorful .active a:focus,
.lgx-tab .lgx-nav-colorful .active a:hover {
    background: transparent;
    margin-right: .6rem;
}
.lgx-tab li.active>a, .lgx-tab li.active>a:hover, .lgx-tab li.active>a:focus{
    background: transparent;
    color: #fff;
}
.lgx-tab a:hover{
    background: transparent !important;
}
.panel-default>.panel-heading {
    color: #333;
    background: #f5f5f5 !important;
    border-color: #ddd;
}
.panel-default p.text{
    font-weight: 700;
}
.bodytext{
    line-height: 1.8;
}
.bodytext p{
    margin-bottom: 6px !important;
}
.itemfile{
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}
.itemfile:last-child{
    border-bottom: none;
}
#ajax_load {
    background: transparent url("../images/digital/bg_loading.png") no-repeat scroll center bottom;
    display: none;
    height: 40px;
    left: 42%;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 9999;
}
#ajax_load .loading {
    background: transparent url("../images/digital/loading.gif") no-repeat scroll 0 0;
    color: #f00;
    margin: 5px 0 5px 20px;
    padding-left: 20px;
}


.countdown {
    background-color: #ffd54f;
    text-align: center;
    padding: 50px;
}
.countdown h1 {
    font-size: 25px;
    letter-spacing: .125rem;
    text-transform: uppercase;
}
.countdown li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

.countdown li span {
    display: block;
    font-size: 4.5rem;
}



/*room*/
.responsive-nav a {
    line-height: 68px;
    font-size: 16px;
    font-weight: 600;
}
.responsive-nav a span {
    padding: 5px 9px;
    background: rgba(42, 65, 232, 0.08);
    border-radius: 30px;
    font-weight: 500;
    font-size: 12px;
    margin-left: 3px;
    color: #2a41e8;
}

.responsive-nav.is_light li a {
    color: #ffffff9c;
}

.responsive-nav li.active, .responsive-nav li.uk-active {
    border-bottom: 3px solid #2a41e8;
}
.responsive-nav.extanded ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.responsive-nav.extanded ul li {
    height: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding: 0 !important;
}

.sidechat {
    background: white;
    -webkit-transition: all 300ms 0s ease-in-out;
    transition: all 300ms 0s ease-in-out;
    position: fixed;
    top: 0;
    z-index: 999999;
    right: 0;
    width: 80px;
    height: 100vh;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

/* ---------------------------------- */
/* Scrool bar
------------------------------------- */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 12px;
}

::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #d8d8d8;
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 12px;
    background-color: #c8c8c8;
}

.contact-list::-webkit-scrollbar, .bodyContent::-webkit-scrollbar {
    width: 8px;
}

.contact-list::-webkit-scrollbar-track, .bodyContent::-webkit-scrollbar-track, .bodyContent {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

}

.contact-list::-webkit-scrollbar-thumb, .bodyContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.contact-list::-webkit-scrollbar-thumb:hover, .bodyContent::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}
    /* ---------------------------------- */
/* Sidebar chat
------------------------------------- */
.sidechat .sidechat_inner {
    height: calc(100% - 20px);
}
.sidechat .contact-list{
    height: calc(100vh - 50px);
    overflow-y: scroll;
}
.sidechat .contact-list a {
    display: inline-block;
}

.sidechat .contact-username {
    display: none;
}

.sidechat .contact-list .contact-avatar {
    margin-right: 5px;
}

.sidechat .sidechat_tabs {
    display: none;
}

.sidechat.active {
    width: 280px;
    margin-right: 0;
    z-index: 999999;
}

.sidechat.active .sidechat_overly {
    background-color: rgba(7, 7, 7, 0.3);
    right: 280px;
}

.sidechat.active .contact-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidechat.active .contact-username {
    display: block;
}

.sidechat.active .contact-list .contact-avatar {
    margin-right: 15px;
}

.sidechat.active .sidechat_tabs {
    display: block;
}

/* ---------------------------------- */
/*  contactt list
/* ---------------------------------- */
.user_status {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    background-color: #c0c0c0;
    bottom: 0;
    right: 0;
    display: block;
    border: 2.5px solid #fff;
    border-radius: 50%;
    visibility: hidden;
}
.user_status.status_online {
    background-color: #38b653;
    visibility: visible;
}
.user_message {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    background-color: #c0c0c0;
    bottom: 8px;
    right: -5px;
    display: block;
    border: 2.5px solid #fff;
    border-radius: 50%;
    visibility: hidden;
}
.user_message.newmessage {
    background-color: #ff6b0b;
    visibility: visible;
}
.group_message {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background-color: #c0c0c0;
    top: -10px;
    right: -5px;
    display: block;
    border: 2.5px solid #fff;
    border-radius: 50%;
    visibility: hidden;
}
.group_message.newmessage {
    background-color: #ff6b0b;
    visibility: visible;
}
.contact-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    border-radius: 10px;
    padding-left: 6px;
}

.contact-list a:hover {
    background: #f0f2f5;
}

.contact-list .contact-avatar {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-list .contact-avatar img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    background: #919191;
}

.contact-list .contact-username {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    font-size: 16px;
    font-weight: 500;
    color: #2d2d2d;
}

.contact-list-box {
    background: #fff;
    color: #474747;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.contact-list-box .contact-avatar {
    width: 62px;
    height: 62px;
    margin: 10px auto;
}

.contact-list-box .contact-username {
    font-size: 19px;
    font-weight: 600;
}

.contact-list-box .contact-list-box-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.contact-list-box .contact-list-box-btns span.button, .contact-list-box .contact-list-box-btns button.button {
    padding: 8px 14px;
}
.p-1 {
    padding: 0.25rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.gotoroom{
    width: 100%;
    text-align: center;
    padding: 50px;
}
.gotoroom .btn{
    padding: 50px;
    font-size: 25px;
    font-weight: 700;
}
.inroom{
    padding: 10px;
}
.inroom .bodyContent{
    height: calc(100vh - 320px);
    border: 1px solid #ccc;
    overflow-y: scroll;
    padding: 10px;
}
.inroom .footerContent{
    height: 68px;
    border: 1px solid #ccc;
}
.footerContent .section{
    display: flex;
}
.button3{
    display: inline-block;
    padding: 1.2em;
    width: 33%;
    border: 0.16em solid rgba(255,255,255,0);
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 0.04em 0.04em rgb(0 0 0 / 35%);
    text-align: center;
    transition: all 0.2s;
    font-size: 16px;
}
.button4{
    display: inline-block;
    padding: 1.2em;
    width: 25%;
    border: 0.16em solid rgba(255,255,255,0);
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0 0.04em 0.04em rgb(0 0 0 / 35%);
    text-align: center;
    transition: all 0.2s;
    font-size: 16px;
}
.button4:hover{
     border-color: rgba(255,255,255,1);
}

.messages-headline {
    height: 53px;
    font-size: 15px;
    margin: 0;
    padding: 6px;
    color: #333;
    background-color: #f9fafb;
    display: block;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    border-radius: 8px 8px 0 0;
}
.messages-headline .message-avatar{
    float: left;
    margin-right: 10px;
}
.messages-headline input {
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 38px;
    padding: 14px;
    font-size: 14px;
    margin: 0;
}

.messages-headline input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.messages-headline .input-with-icon i {
    font-size: 18px;
    right: 14px;
}

.messages-headline h4 {
    font-size: 15px;
    color: #333;
    padding: 6px 0;
    margin: 0;
    font-weight: 600;
    display: inline-block;
}

.message-action {
    border-radius: 50px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #666;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.message-action i {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 1px;
}

.message-action:hover {
    color: #ee3535;
}

/* List */
.messages-inbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.message-avatar img {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.messages-inbox ul li {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    border-bottom: 1px solid #ededed;
}

.messages-inbox ul li a {
    position: relative;
    display: block;
    padding: 30px;
}

.messages-inbox ul li:last-child {
    border-bottom: none;
}

.messages-inbox ul li:hover, .messages-inbox ul li.active-message {
    background-color: #ededed;
}

.messages-inbox .message-avatar {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.messages-inbox .message-by {
    margin-left: 85px;
    font-size: 15px;
    color: #666;
}

.messages-inbox .message-by p {
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-size: 15px;
}

.message-by h5 i {
    background-color: #2a41e8;
    border-radius: 6px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    padding: 3px 8px;
    margin-left: 3px;
}


.messages-inbox-inner, .message-content-scrolbar {
    height: calc(100vh - 200px);
}
.chat-popup .message-content-scrolbar {
    height:310px;
    width: 100%;
}
/* Message Time Sign */
.message-time-sign {
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.message-time-sign:before {
    content: "";
    height: 1px;
    background-color: #eaeaea;
    display: block;
    max-width: 30%;
    margin: 0 auto;
    position: relative;
    top: 14px;
    z-index: 10;
}

.message-time-sign span {
    background-color: #fff;
    font-size: 14px;
    color: #888;
    z-index: 11;
    position: relative;
    padding: 0 10px;
}
.message-content-inner{
    padding: 10px;
}
/* Reply */
.message-reply {
    border-top: 1px solid #eaeaea;
    padding: 5px;

}
.message-reply .box-messinput{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.message-reply textarea {
    min-width: auto;
    min-height: 30px;
    line-height: 30px;
    padding: 2px 0 2px 3px;
    margin: 0 6px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.message-reply textarea:focus{
    outline: none;
}
.message-reply button {
    border-radius: 6px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 30px;
    text-align: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0 10px;
}

.message-reply i {
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.fileAttach{
    display: inline-block;
    float: left;
    clear: both;
    margin-left: 50px;
    padding-top: 6px;
}
.me .fileAttach{
    float: right;
}
.pointer{
    cursor: pointer;
}
/* Typing Indicastor */
.typing-indicator {
    width: auto;
    height: 24px;
    padding-top: 8px;
}

.typing-indicator span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 1px;
    background-color: #a0a0a0;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}

.typing-indicator span:nth-of-type(1) {
    -webkit-animation: 1s blink infinite 0.33333s;
    animation: 1s blink infinite 0.33333s;
}

.typing-indicator span:nth-of-type(2) {
    -webkit-animation: 1s blink infinite 0.66666s;
    animation: 1s blink infinite 0.66666s;
}

.typing-indicator span:nth-of-type(3) {
    -webkit-animation: 1s blink infinite 0.99999s;
    animation: 1s blink infinite 0.99999s;
}

@-webkit-keyframes blink {
    50% {
        opacity: 1;
    }
}

@keyframes blink {
    50% {
        opacity: 1;
    }
}
.message-bubble .message-avatar img {
    width: 35px;
    height: 35px;
}
.message-bubble .message-avatar {
    position: absolute;
    left: 0;
    top: 0;
}
/* Messages Media Queries */
@media (max-width: 992px) {
    .messages-container-inner .messages-inbox {
        max-width: 300px;
    }
    .messages-inbox-inner, .message-content-scrolbar {
        width: 100vw;
    }
    .messages-container-inner .message-content {
        position: absolute;
        background-color: white;
        bottom: -50px;
        left: 0;
        height: 98vh;
    }
}

@media (max-width: 768px) {
    .messages-container-inner {
        display: block;
    }
    .messages-container-inner .messages-inbox {
        max-width: 100%;
        border-bottom: 1px solid #e4e4e4;
        border-right: none;
    }
    .messages-container-inner .message-content-inner {
        padding: 20px;
        padding-bottom: 0;
    }
    .messages-inbox ul {
        max-height: 500px;
    }
    .messages-inbox ul li a {
        padding: 17px !important;
    }
    .messages-container-inner .message-by-headline span {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        float: none;
        padding: 0;
        margin: -4px 0 0 0;
    }
    .message-action {
        display: block;
        position: relative;
        right: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
        margin-top: -5px;
    }
    .messages-headline {
        max-height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        padding: 12px 27px;
    }
    .message-bubble {
        margin-bottom: 15px;
    }
    .message-bubble .message-avatar img {
        width: 35px;
        height: 35px;
    }
    .message-bubble .message-text {
        margin-left: 50px;
    }
    .message-bubble .message-text:before {
        top: 10px;
    }

    .message-reply {
        border-top: 1px solid #eaeaea;
    }
    .messages-inbox-inner, .message-content-scrolbar {
        height: calc(100vh - 120px);
    }
}

@media (max-width: 480px) {
    .hide-under-480px {
        display: none;
    }
    .messages-inbox-inner, .message-content-scrolbar{
        height: calc(100vh - 250px);
    }
}
.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
}
a.button, span.button, button.button {
    background-color: #2a41e8;
    height: 30px;
    font-size: 13px;
    padding: 0 15px;
    line-height: 24px;
    color: #fff;
    position: relative;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border: none;
    border-radius: 6px;
}
.uk-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
}
.uk-form-custom .photoimg{
    padding: 5px;
}
.uk-form-custom input[type=file] {
    font-size: 500px;
    overflow: hidden;
}
.uk-form-custom input[type=file], .uk-form-custom select {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer;
}
svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
.cursor-pointer {
    cursor: pointer;
}
.w-9 {
    width: 2.25rem;
}

.h-9 {
    height: 2.25rem;
}
.grid_box_right{
    grid-template-areas:
            "c d";
}

.boxright {
    display: block;
    grid-area: d;
    align-self: center;
}
.boxleft {
    display: block;
    grid-area: c;
    align-self: center;
}
#listBoxChat {
    position: fixed;
    bottom: 0;
    right: 86px;
    z-index: 9;
}
.popup-box {
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    bottom: 0;
    height: 415px;
    width: 310px;
}
.superchat-signup-header-title {
    text-align: left;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.w-10 {
    width: 4rem;
}
.h-10 {
    height: 4rem;
}
.relative {
    position: relative;
}
.flex {
    display: flex;
}
.rounded-full {
    border-radius: 9999px;
}
.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}
.mr-2 {
    margin-right: 0.5rem;
}
.font-semibold {
    font-weight: 600;
}
.line-clamp-1 {
    -webkit-line-clamp: 1;
}
.line-clamp-1, .line-clamp-2, .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-xs{
    font-size: 12px;
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.absolute {
    position: absolute;
}
.close-right{
    position: absolute;
    right: 7px;
    line-height: 37px;
    font-size: 20px;
}
.message-bubble {
    display: block;
    position: relative;
    margin-bottom: 8px;
}
.message-bubble.me .message-text {
    float: right;
}
.message-bubble .message-text {
    margin-left: 50px;
    background-color: #f4f4f4;
    border-radius: 6px;
    padding: 6px 18px;
    position: relative;
    display: inline-block;
    float: left;
    line-height: 25px;
}
.message-bubble .message-text p{
    margin: 0;
}
.message-bubble.me .message-text {
    margin-left: 0;
    background-color: #089bd6;
    color: #fff;
    position: relative;
}

.message-bubble .message-text:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #f4f4f4;
    left: -6px;
    right: auto;
    top: 14px;
    position: absolute;
}

.message-bubble.me .message-text:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #089bd6;
    border-right: none;
    right: -6px;
    left: auto;
}

/* Typing Indicastor */
.typing-indicator {
    width: auto;
    height: 24px;
    padding-top: 8px;
}

.typing-indicator span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 1px;
    background-color: #a0a0a0;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}

.typing-indicator span:nth-of-type(1) {
    -webkit-animation: 1s blink infinite 0.33333s;
    animation: 1s blink infinite 0.33333s;
}

.typing-indicator span:nth-of-type(2) {
    -webkit-animation: 1s blink infinite 0.66666s;
    animation: 1s blink infinite 0.66666s;
}
.typingbox {
    padding: 10px;
    margin-bottom: 0;
}
.typing-indicator span:nth-of-type(3) {
    -webkit-animation: 1s blink infinite 0.99999s;
    animation: 1s blink infinite 0.99999s;
}
.message-bubble .typingavatar {
    float: left;
}
.typingbox .message-text {
    margin-left: 10px;
    padding: 5px;
}
.message-bubble .typingavatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

#listykien .itemyk{
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.listdapan{
    list-style: initial;
    display: flex;
}
.listdapan li{
    width: 33%;
    float: left;
}
.status_dangkyphatbieu span{
    display: flow-root;
    font-size: 12px;
    color: #f00
}