@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&family=Quicksand:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap');
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #eeeeee;
    color: #808285;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #363636;
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 8px;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #363636;
}
p a {
    color: #363636;
}
p {
    line-height: 24px;
    margin-bottom: 10px;
}
a {
    color: #363636;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    outline: none;
}
ul {
    margin-bottom: 0;
}
figure {
    margin-bottom: 6px;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
strong {
    color: #555555;
}
iframe {
    border: none;
    float: left;
    width: 100%;
}
select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}
label {
    color: #6c8391;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
button {
    border: none;
}

input[type="submit"] {
    outline: none;
}
form p {
    float: left;
    position: relative;
}
form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}
option {
    padding: 5px 15px;
}
li {
    line-height: 28px;
    list-style: inside none disc;
}
ul ul {
    margin-left: 20px;
}
ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}
ol ol {
    margin-left: 20px;
}
ol li {
    list-style: outside none decimal;
    width: 100%;
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
table {
    margin-bottom: 15px;
    width: 100%;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    border: 1px solid #dddddd;
    line-height: 1.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}
table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #dddddd;
}
table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-bottom: 0 none;
}
table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px 10px;
}
p ins {
    color: #999;
}
dl dd 	{ margin-left: 20px; }
address { font-style: italic; }
.inbox-main-wrapper,.inbox-main-content,
.inbox-main-section {
    float: left;
    position: relative;
    width: 100%;
}
/*.inbox-left-section*/
.inbox-left-section {
    float: left;
    padding: 30px 0px;
    width: 25%;
    box-shadow: 3px -3px 6px rgba(0,0,0,0.2);
    background-color: #ffffff;
}
/*user-info*/
.user-info {
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
    text-align: center;
}
.user-info figure {
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
}
.user-info figure img {
    display: inline-block;
    border-radius: 10px;
}
.user-info h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}
.user-info h2 small {
    font-size: 10px;
}
.user-info h2 small i {
    margin: 0px 0px 0px 0px;
    font-size: 8px;
}
.user-info span {
    display: block;
    font-size: 20px;
    margin: 0px 0px 20px;
}
.user-info ul {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.user-info ul li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 2px 0px 4px;
    border-right: 1px solid #eee;
}
.user-info ul li:last-child { border-right: none; }
/*user-setting-list*/
.user-setting-list {
    float: left;
    width: 100%;
    padding: 0px 20px;
}
.user-setting-list ul li {
    list-style: none;
    margin: 0px 0px 5px;
    float: left;
    width: 100%;
    font-size: 18px;
    transition: all 0.4s ease-in-out;
}
.user-setting-list ul li a {
    display: block;
    padding: 6px 20px 10px;
}
.user-setting-list ul li:hover,
.user-setting-list ul li.active { background-color: #f7f7f7; }
.user-setting-list ul li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin: -3px 10px 0px 0px;
}
/*inbox-right-section*/
.inbox-right-section {
    float: left;
    width: 75%;
}
.message-wrap {
    float: left;
    width: 100%;
}
/*message-list*/
.message-search-wap {
    float: left;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    margin: 0px 0px 20px;
}
.message-search {
    float: left;
    width: 60%;
    position: relative;
}
.message-search input[type="text"] {
    width: 90%;
    padding-left: 50px;
    border: none;
}
.message-search input[type="submit"] {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 40px;
    background-color: transparent;
    border: none;
}
.message-search i {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    pointer-events: none;
}
.notification {
    float: right;
    position: relative;
    font-weight: bold;
    padding: 10px 10px 0px;
}
.notification i {
    font-size: 20px;
}
.notification span {
    position: absolute;
    right: 0px;
    width: 15px;
    top: 2px;
    background-color: red;
    color: #ffffff;
    font-size: 10px;
    border-radius: 100%;
    height: 15px;
    text-align: center;
}
/*.message-list*/
.message-list {
    float: left;
    width: 100%;
    max-height: 730px;
    overflow: auto;
}
.message-list::-webkit-scrollbar { width: 5px;}
.message-list::-webkit-scrollbar-thumb { background-color: #4d9a10;}
.message-list::-webkit-scrollbar-track { background-color: #082791;}
.message-list ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0px 0px 5px;
}
.message-list ul li a {
    float: left;
    width: 100%;
    padding: 8px 15px 6px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 5px;
    border-bottom: 1px solid #fff;
    transition: all 0.4s ease-in-out;
}
.message-list ul li a:hover,
.message-list ul li a.active {background-color: rgba(255,255,255,0.6);}
/*.message-list ul li.active { box-shadow: 0px 0px 10px rgba(0,0,0,0.2); }*/
.message-list figure {
    float: left;
    width: 35px;
    position: relative;
    margin: 0px;
}
.message-list figure span {
    position: absolute;
    left: -6px;
    top: -5px;
    width: 15px;
    text-align: center;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    color: #ffffff;
    background-color: red;
    border-radius: 100%;
}
.message-list figure ~ section {
    padding: 1px 0px 3px 45px;
    line-height: 1;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.message-list section span {
    font-size: 11px;
    display: block;
    color: #555;
}
.message-list h6 {
    margin: 0px 0 2px;
    font-weight: bold;
    font-size: 15px;
    position: relative;
}
.message-list p {
    margin: 0px;
    font-size: 12px;
    letter-spacing: 0;
}
.title {
    margin: 0px 0px 20px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px solid #fff;
    padding: 0 0 11px;
}
.new-message {
    border-radius: 5px;
    float: right;
    background-color: #2dacf0;
    color: #ffffff;
    padding: 8px 19px 7px;
    margin: 0px 0px 29px;
    display: inline-block;
    position: relative;
}

/*top-strip*/
.top-strip {
    float: left;
    width: 100%;
    background-color: #ffffff;
    margin: 0px 0px 15px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
.top-strip figure {
    float: left;
    margin: 0px;
}
.top-strip figure img {
    border-radius: 100%;
    float: left;
    width: 35px;
}
.top-strip figure img ~ figcaption {
    margin: 0px 0px 0px;
    padding: 6px 0px 0px 45px;
}
.top-strip figure h6 {
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
}
.top-strip section {
    float: right;
}
.dropdown-menu a { font-size: 12px; }
.dropdown-menu {
    right: 0px !important;
    left: auto !important;
    transform: translate3d(0px, 37px, 0px) !important;
}
.dropdown > a { background-color: #f2f2f2; }
/*chat-box*/
.btn { font-size: 13px; }
.label_input {
    height: 40px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #888;
}
.chat-box {
    float: left;
    max-height: 700px;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    height: 100vh;
    /* background-color: #ffffff; */
    padding: 0px 10px 0;
    /*border: 1px solid #ddd;*/
    margin: 0px 0px 8px;
    overflow: auto;
}
.chat-box div > ul > li {
    margin: 0px;
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
}
.chat-box div > ul > li.center {
    text-align: center;
    margin: 8px 0;

}
.chat-box div > ul > li.center:before {
    height: 2px;
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    margin: 1px 0px 0px;
    width: 100%;
    background-color: #f7f7f7;
}
.chat-box div > ul > li.center a {
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 11px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 3px;
    margin: 0 0 16px;
}
.chat-box div > ul > li#removeload { margin: 0px; }
.chat-box div > ul > li#removeload:before { display: none; }
.chat-box div > ul > li.center time {
    display: inline-block;
    float: none;
    z-index: 1;
    padding: 5px 13px;
    width: auto;
    background-color: #f7f7f7;
    border-radius: 4px;
    color: #000;
    position: relative;
}
.chat-box div > ul > li .msg-area {
    float: left;
    width: auto;
    background-color: rgba(12,178,74,0.1);
    padding: 9px 17px 9px;
    border-radius: 10px 10px 10px 0px;
    color: #000;
    max-width: 60%;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 22px;
}
.chat-box div > ul > li .msg-area ~ span {
    float: left;
    width: 100%;
    font-size: 9px;
    line-height: 1;
    margin: -8px 0 12px;
}
.chat-box div > ul > li time {
    font-size: 11px;
    float: left;
    width: 100%;
    color: #777;
    line-height: 1.2;
    margin: 4px 0px -2px 9px;
    text-align: right;
}
.label-down > a {
    background-color: transparent;
    padding: 0px 0px;
    text-align: center;
    width: 32px;
    line-height: 17px;
    margin: -9px -12px 0 0;
}
.chat-box div > ul > li.left .dropdown-menu {left: 0px !important; right: unset !important;}
.chat-box div > ul > li.right .dropdown-menu a {color: #363636;}
.chat-box div > ul > li.left .label-down > a{margin: -9px 0px 0 -12px;}
.label-down > a.dropdown-toggle::after {
    border: none !important;
    content: '\f141';
    font-family: FontAwesome;
    text-align: center;
    width: 100%;
    font-size: 22px;
    vertical-align: middle;
    line-height: 2px;
}
.label-wrapper {
    float: left;
    width: 100%;
    margin: 0 0 8px;
}
.chat-box div > ul > li.left .label-down { float: left; }
.chat-box div > ul > li.right .label-down { float: right; }
.chat-box div > ul > li.right a { color: #ffffff; }
.chat-box div > ul > li.right time { color: #ececec; }
.chat-box div > ul > li.right .msg-area {
    background-color: rgba(9,39,145,0.5);
    color: #ffffff;
    float: right;
    max-width: 60%;
    border-radius: 10px 10px 0px 10px;
}
.message-type {
    float: left;
    width: 100%;
}
.message-type form {
    float: left;
    width: 100%;
    position: relative;
}
.message-type form .fa-plus , .message-type form .fa-times {
    position: absolute;
    left: 1px;
    top: 1px;
    height: 56px;
    color: #2dacf0;
    cursor: pointer;
    font-size: 21px;
    padding: 0 10px;
    background: #f1f1f1;
    border-radius: 0 0 0 5px;
}
.message-type input[type="text"] { padding-left: 30px; height: 50px;}
.message-type input[type="submit"] {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    height: 56px;
    background-color: #dddddd;
    border: none;
    cursor: pointer;
    border-radius: 0 0 5px 0;
}
.message-type .fa-paper-plane-o {
        position: absolute;
    right: 0px;
    top: 0px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    pointer-events: none;
}
.fileinput-cancel.fileinput-cancel-button { display: none !important; }
.file-drop-zone.clickable:hover { border: 1px dashed #999; }
/*inbox-login-wrap*/
.inbox-login-wrap {
    float: right;
    margin: 6px 0 0;
}
.logo-wrap {
    display: inline-block;
}
.logo-wrap img {
    display: inline-block;
    width: 200px;
}
.inbox-header {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 5px 0px 5px 400px;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
::-webkit-scrollbar { width: 3px;}
::-webkit-scrollbar-thumb { background-color: #ddd;}
::-webkit-scrollbar-track { background-color: transparent;}
.sidebar-wrap {
    position: fixed;
    left: 0px;
    height: 100vh;
    overflow: auto;
    top: 0px;
    width: 360px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding: 20px 15px 15px;
    background-image: url(/images/2.jpg);
    background-position: center;
    background-size: contain;
}
.sidebar-wrap ~ .contect-msg-wrapper {
    padding: 20px 20px 15px 385px;
}
.chat-box::-webkit-scrollbar { width: 5px; }
.chat-box::-webkit-scrollbar-thumb { background-color: #4d9a10; }
.chat-box::-webkit-scrollbar-track { background-color: #082791; box-shadow: 0px 0px 10px rgba(255,255,255,1); }
/*error-msg-wrap*/
.error-msg-wrap {
    height: 100%;
    float: left;
    width: 100%;
}
.chat-table,
.chat-table-cell {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.chat-table-cell { display: table-cell; }
.error-msg-wrap h2 {
    text-align: center;
    font-size: 20px;
    margin: 0;
}
.error-msg-wrap h2 i {
    font-size: 26px;
    margin: -4px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    animation: movebounce 1s linear infinite;
}
@keyframes movebounce {
    from { transform: translateX(0px)}
    to { transform: translateX(-10px)}
}
.message-type textarea {
    height: auto;
    min-height: 58px !important;
    max-height: 300px !important;
    width: 100%;
    font-size: 14px;
    border-radius: 0px 0px 5px 5px;
    padding: 7px 50px 7px 50px;
    color: #000;
}
li { list-style: none; }
/*search-wrapper*/
.search-wrapper {
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
}
.select2-container--default .select2-selection--single {
    height: 40px;
    background-color: rgba(255,255,255,0.7);
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 40px; color: #555; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #555 transparent transparent transparent }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 40px; }
/*top-strip-wrapper*/
.top-strip-wrapper {
    float: left;
    width: 100%;
}
.search-wrapper ul li {
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
}
/*group-chat-box*/
.group-chat-box { margin: 0px 0px 15px; }
.user-chat-box,.group-chat-box {
    float: left;
    width: 100%;
}
.group-chat-box > h2,.user-chat-box > h2 {
    margin: 0px 0 15px;
    font-size: 20px;
    font-weight: bold;
    color: #092791;
    border-bottom: 1px solid #AAA;
    padding: 0 0 4px;
}
.login-wrap {
    height: 100vh;
    float: left;
    width: 100%;
    background-image: url('/images/bn1.jpg');
}
.login-wrap:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}
.login-logowrap h2 {
    float: left;
    margin: 5px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
}
.login-logowrap img {
    float: right;
    width: 180px;
}
.login-wrap label {
    font-weight: bold;
}
.menu-open { display: none; }
.message-list ul li { position: relative; }
.message-list ul li a.read-msg {
    position: absolute;
    right: 10px;
    width: unset;
    border-bottom: none;
    background: transparent;
}
#newconversationModal .select2-container--default .select2-selection--single {border: 1px solid #ced4da !important;}
.bigdetailModal .modal-dialog {max-width: 900px}
.pop-btn {
    background: transparent;
    border-bottom: 1px solid;
    line-height: 16px;
    float: right;
    font-size: 12px;
    margin: 6px 0 1px;
    color: blue;
    cursor: pointer;
}
.textarea-msg{position: relative;}
.label-text {
    float: left;
    width: 100%;
    text-align: right;
    margin: -6px 0px 1px;
}
.chat-box div > ul > li.right .label-text {text-align: left;}
.label-text label {
    display: inline-block;
    margin: 0 2px 4px;
    font-size: 11px;
    position: relative;
    background: #555;
    color: #fff;
    padding: 0 12px 0px 6px;
    border-radius: 4px;
}
.chat-box div > ul > li.right .label-text label i {left: 2px; right: unset;}
.chat-box div > ul > li.right .label-text label {padding: 0 6px 0px 12px;}
.label-text label i {
    position: absolute;
    right: 2px;
    top: 0px;
    font-size: 10px;
    cursor: pointer;
}




