* {
    outline: none;
}
body {
    font-family: Montserrat;
    cursor: default;

    outline: none;
    padding:20px;margin:0;background:#0da8a7;color:#fff
}
.menu_i {
    width: 40px;
    height: 40px;
    background-image: url("/images/pattern.png");
}
.name_item {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Arial";
    margin-bottom: 20px;
}
.menu_i_1 { background-position: -4px -3px; }
.menu_i_2 { background-position: -55px -0px; }
.menu_i_3 { background-position: -110px -3px; }
.menu_i_4 { background-position: -161px -4px; }
.menu_i_5 { background-position: -215px 0px; }
.menu_i_6 { background-position: -5px -53px; }
.menu_i_7 { background-position: -193px -53px; }
.warn {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
}
.chat_list_inject {
    padding-bottom: 50px;
}
.flex-vertical {
    align-items: center;
}
input {
    display:block;
    padding:10px;
    margin:0 0 15px 0;
    border-radius:5px;
    width:100%;
    border: solid 1px #0da8a7;

}
a {
    color:#aaa;
    -webkit-tap-highlight-color: transparent;
}
.first_link {
    text-decoration:none;
    text-transform:uppercase;
    font-size:27px;
    display:block;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom:solid 2px #fff;
    color:#fff;
    font-weight:normal;
}
.tw {
color:#fff;
}
.tw p {
text-align:left !important;
}
.tw a {
color:#ffe100 !important;
}
.first_link:last-child {
    border-bottom:none;
}
.news_item {
    margin:0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom:solid 1px #999;
}
.news_item:last-child {
    border-bottom:none;
}
.news_img {
    width:80px;
    margin:0 10px 0 0;
}
.news_img img {
    display:block;
    width:100%;
}
.news_link {
    display:block;
    color:#fff;
    width:calc(100% - 90px);
    text-decoration:none;
}
.item_action {
    margin:0 0 7px 0;
    padding: 12px;
    border-radius: 15px;
    background-color: #288c8b;
    font-size: 20px;
    line-height: 20px;
    color: #b2fed0;
}
.icon-inside {
    width: 40px;
    height: 40px;
    background-image: url("/images/pattern.png");
    margin: 0 9px 0 0;
}
.item_action_divider {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 12px 0 8px 0;
}
.status_warning1 {
    background: radial-gradient(#fdd8f9, #d2aab4);
}
.status_good1 {
    background: radial-gradient(#c6ffcc, #30d5ac);
}
.name_good {
    font-size: 30px;
    line-height: 30px;
    color: #0da8a7;
    font-family: "Arial";
    text-align: center;
    width: 100%;
}
.name_bad {
    font-size: 30px;
    line-height: 30px;
    color: #f74271;
    font-family: "Arial";
    text-align: center;
    width: 100%;
}
.white-text {
    color: #fff !important;
}
.item_action_text {
    width: calc(100% - 60px);
}
.icon-comment {
    background-position: -5px -53px;
}
.icon-time {
    background-position: -109px -53px;
}
.icon-what {
    background-position: -60px -53px;
}
.item_action_string {
    width: 100%;
    margin: 0 0 10px 0;
word-break: break-all;
}
.item_action:last-child {
    border-bottom: none;
}
.item_action .icon {
    font-size: 40px;
}
.item_text {
    width: 100%;
}
.item_text_name {

}
.item_text_name i {
    color: #777;
    font-size: 20px;
    margin: 0 15px 0 0;
}
.item_text_date {
    color: #777;
    font-size: 13px;
    margin: 0 0 5px 0;
}
.act {
    display: inline-block;
    border-radius: 20px;
    padding: 8px 10px;
    margin-top: 10px;
}
.act1 {
    display: inline-block;
    border-radius: 20px;
    padding: 8px 10px;
    margin-top: 10px;
}
.act_warn {
    color: #fff;
    background: #b61d02;
}
.act_good {
    color: #fff;
    background: #02b606;
    margin-right: 25px;
}
.act_cancel {
    color: #424242;
    background: #d5d5d5;
    margin-right: 25px;
}
.flex-center {
    justify-content: center !important;
    width: 100%;
}
.item_text_text {

    margin: 0 0 5px 0;
}
.note_wrapper {
    padding: 150px 10px 10px 10px;
}
.mr-0 {
    margin-right: 0 !important;
}
.item_action_res {
    width: 100%;
    font-size: 13px;
}
.text-center {
    text-align: center;
}
.note {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 700;
    height: 100%;
    font-size: 20px;
    color: #424242;
    display: none;
}
.notification {
    position: fixed;
    z-index: 500;
    right: 5px;
    top: 5px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    background: #f74271;
    border-radius: 18px;
    text-decoration: none;
}
.notification_num {
    font-weight: bold;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.icon1 {
    background-image: url("/images/pattern.png");
    width: 40px;
    height: 40px;
    margin: 10px auto;
}
.icon_bad {
    background-position: -193px -53px;
}
.icon_good {
    background-position: -155px -117px;
}
.status_good {
    color: #02b606;
    margin-right: 10px;
}
.status_warning {
    color: #b61d02;
    margin-right: 10px;
}
.icon {
    width:60px;
    color: #6e8ec9;
    font-weight:400;
}

.msg_wrap {
    padding: 9px 15px;
    background: #444;
    border-radius: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    max-width: 80%;
    display: inline-block;
    margin-left: 7px;
    position: relative;
}
.msg_wrap:before {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-width: 0 23px 17px 0;
    border-color: transparent #444 transparent transparent;
    border-style: solid;
    position: absolute;
    left: -10px;
    right: auto;
    top: 0;
}
.msg_right {
    background: #166463;
    margin-right: 7px;
    margin-left: auto;
    position: relative;
}
.msg_right:before {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-width: 17px 23px 0 0;
    border-color: #166463 transparent transparent transparent;
    border-style: solid;
    position: absolute;
    right: -10px;
    left: auto;
    top: 0;
}
.msg_time {
    font-size: 12px;
    color: #aaa;
    margin: 0 5px;
    width: 28px;
    text-align: center;
}
.send_msg {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: fixed;
    bottom: 5px;
    left: 10px;
    align-items: center;
}
.send_msg textarea{
    background: #444;
    padding: 10px;
    border-radius: 15px;
    outline: none;
    width: calc(100% - 55px);
    display: block;
    color: #fff;
    margin-right: 7px;
}
.send_msg i {
    color: #6eeeec;
    font-size: 20px;
}
.msg_text {
    width: calc(100% - 38px);
}
.msg_item {
    align-items: center;
}