.chat-user-box p.user-title {
    color: #eff2f7;
    font-weight: 500;
}

.chat-user-box p {
    font-size: 12px;
}

@media (min-width: 992px) {
    .chat-leftsidebar {
        min-width: 380px;
    }
}

.chat-leftsidebar .chat-leftsidebar-nav .nav {
    background-color: #2a3042;
}

.chat-leftsidebar .chat-leftsidebar-nav .tab-content {
    min-height: 488px;
}

.chat-noti-dropdown.active:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f46a6a;
    border-radius: 50%;
    right: 0;
}

.chat-noti-dropdown .btn {
    padding: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
}

.chat-search-box .form-control {
    border: 0;
}

.chat-list {
    margin: 0;
}
.chat-list li.active a {
    background-color: #2a3042;
    border-color: transparent;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
.chat-list li a {
    display: block;
    padding: 14px 16px;
    color: #c3cbe4;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-top: 1px solid #32394e;
    border-radius: 4px;
}
.chat-list li a:hover {
    background-color: #2a3042;
    border-color: transparent;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.user-chat-nav .dropdown .nav-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
    background-color: #32394e;
    border-radius: 50%;
}

.user-chat-nav .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border: 1px solid #32394e;
}

.chat-conversation li {
    clear: both;
}

.chat-conversation .chat-day-title {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
}
.chat-conversation .chat-day-title .title {
    background-color: #2a3042;
    position: relative;
    z-index: 1;
    padding: 6px 24px;
}
.chat-conversation .chat-day-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #32394e;
    top: 10px;
}
.chat-conversation .chat-day-title .badge {
    font-size: 12px;
}

.chat-conversation .conversation-list {
    margin-bottom: 24px;
    display: inline-block;
    position: relative;
}
.chat-conversation .conversation-list .ctext-wrap {
    padding: 12px 24px;
    background-color: rgba(85, 110, 230, 0.1);
    border-radius: 8px 8px 8px 0px;
    overflow: hidden;
}
.chat-conversation .conversation-list .ctext-wrap .conversation-name {
    font-weight: 600;
    color: #556ee6;
    margin-bottom: 4px;
}
.chat-conversation .conversation-list .dropdown {
    float: right;
}
.chat-conversation .conversation-list .dropdown .dropdown-toggle {
    font-size: 18px;
    padding: 4px;
    color: #c3cbe4;
}
@media (max-width: 575.98px) {
    .chat-conversation .conversation-list .dropdown .dropdown-toggle {
        display: none;
    }
}
.chat-conversation .conversation-list .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border: 1px solid #32394e;
}
.chat-conversation .conversation-list .chat-time {
    font-size: 12px;
}

.chat-conversation .right .conversation-list {
    float: right;
}
.chat-conversation .right .conversation-list .ctext-wrap {
    background-color: #32394e;
    text-align: right;
    border-radius: 8px 8px 0px 8px;
}
.chat-conversation .right .conversation-list .dropdown {
    float: left;
}
.chat-conversation
    .right
    .conversation-list.last-chat
    .conversation-list:before {
    right: 0;
    left: auto;
}

.chat-conversation .last-chat .conversation-list:before {
    content: "\F0009";
    font-family: "Material Design Icons";
    position: absolute;
    color: #556ee6;
    right: 0;
    bottom: 0;
    font-size: 16px;
}
@media (max-width: 575.98px) {
    .chat-conversation .last-chat .conversation-list:before {
        display: none;
    }
}

.chat-input-section {
    border-top: 1px solid #32394e;
}

.chat-input {
    border-radius: 30px;
    background-color: #32394e !important;
    border-color: #32394e !important;
    padding-right: 120px;
}

.chat-input-links {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chat-input-links li a {
    font-size: 16px;
    line-height: 36px;
    padding: 0px 4px;
    display: inline-block;
}

@media (max-width: 575.98px) {
    .chat-send {
        min-width: auto;
    }
}

.chat-user-box p.user-title {
    color: #eff2f7;
    font-weight: 500;
}

.chat-user-box p {
    font-size: 12px;
}

@media (min-width: 992px) {
    .chat-leftsidebar {
        min-width: 380px;
    }
}

.chat-leftsidebar .chat-leftsidebar-nav .nav {
    background-color: #2a3042;
}

.chat-leftsidebar .chat-leftsidebar-nav .tab-content {
    min-height: 488px;
}

.chat-noti-dropdown.active:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #f46a6a;
    border-radius: 50%;
    right: 0;
}

.chat-noti-dropdown .btn {
    padding: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
}

.chat-search-box .form-control {
    border: 0;
}

.chat-list {
    margin: 0;
}
.chat-list li.active a {
    background-color: #2a3042;
    border-color: transparent;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
.chat-list li a {
    display: block;
    padding: 14px 16px;
    color: #c3cbe4;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-top: 1px solid #32394e;
    border-radius: 4px;
}
.chat-list li a:hover {
    background-color: #2a3042;
    border-color: transparent;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.user-chat-nav .dropdown .nav-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 16px;
    background-color: #32394e;
    border-radius: 50%;
}

.user-chat-nav .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border: 1px solid #32394e;
}

.chat-conversation li {
    clear: both;
}

.chat-conversation .chat-day-title {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
}
.chat-conversation .chat-day-title .title {
    background-color: #2a3042;
    position: relative;
    z-index: 1;
    padding: 6px 24px;
}
.chat-conversation .chat-day-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #32394e;
    top: 10px;
}
.chat-conversation .chat-day-title .badge {
    font-size: 12px;
}

.chat-conversation .conversation-list {
    margin-bottom: 24px;
    display: inline-block;
    position: relative;
}
.chat-conversation .conversation-list .ctext-wrap {
    padding: 12px 24px;
    background-color: rgba(85, 110, 230, 0.1);
    border-radius: 8px 8px 8px 0px;
    overflow: hidden;
}
.chat-conversation .conversation-list .ctext-wrap .conversation-name {
    font-weight: 600;
    color: #556ee6;
    margin-bottom: 4px;
}
.chat-conversation .conversation-list .dropdown {
    float: right;
}
.chat-conversation .conversation-list .dropdown .dropdown-toggle {
    font-size: 18px;
    padding: 4px;
    color: #c3cbe4;
}
@media (max-width: 575.98px) {
    .chat-conversation .conversation-list .dropdown .dropdown-toggle {
        display: none;
    }
}
.chat-conversation .conversation-list .dropdown .dropdown-menu {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border: 1px solid #32394e;
}
.chat-conversation .conversation-list .chat-time {
    font-size: 12px;
}

.chat-conversation .right .conversation-list {
    float: right;
}
.chat-conversation .right .conversation-list .ctext-wrap {
    background-color: #32394e;
    text-align: right;
    border-radius: 8px 8px 0px 8px;
}
.chat-conversation .right .conversation-list .dropdown {
    float: left;
}
.chat-conversation
    .right
    .conversation-list.last-chat
    .conversation-list:before {
    right: 0;
    left: auto;
}

.chat-conversation .last-chat .conversation-list:before {
    content: "\F0009";
    font-family: "Material Design Icons";
    position: absolute;
    color: #556ee6;
    right: 0;
    bottom: 0;
    font-size: 16px;
}
@media (max-width: 575.98px) {
    .chat-conversation .last-chat .conversation-list:before {
        display: none;
    }
}

.chat-input-section {
    border-top: 1px solid #32394e;
}

.chat-input {
    border-radius: 30px;
    background-color: #32394e !important;
    border-color: #32394e !important;
    padding-right: 120px;
}

.chat-input-links {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chat-input-links li a {
    font-size: 16px;
    line-height: 36px;
    padding: 0px 4px;
    display: inline-block;
}

@media (max-width: 575.98px) {
    .chat-send {
        min-width: auto;
    }
}
