.chat-box {
    width: 400px;
    height: 500px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    border: lightgray solid thin;
    box-shadow: 2px 2px 4px lightgray;
    margin-bottom: 5px;
    margin-right: 10px;
    background-color: white;
    padding-top: 2px;
    display: none;
    /* background-image: url("../images/logo/chat6.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    /* background-color: #006666; */
    /*background: white;
    background: -webkit-linear-gradient(white, #87CEFA);
    background: -o-linear-gradient(white, #87CEFA);
    background: -moz-linear-gradient(white, #87CEFA);
    background: linear-gradient(white, #87CEFA);*/
}

.input-chat {
    position: fixed;
    bottom: 0;
    margin-bottom: 10px;
    height: 45px;
    width: 370px;
    padding-left: 15px;
    border: lightgray solid thin;
    border-radius: 5px;
    padding-top: 7px;
    display: block;
}

.input-chat:focus {
    border-color: black;
    outline-offset: 0px;
    outline: none;
}

.new-message {
    width: 398px;
    position: fixed;
    background-color: #e9e9eb;
    font-size: 12px;
    height: 35px;
    margin-top: -70px;
    padding-top: 10px;
    padding-left: 20px;
    font-weight: bold;
    display: none;
    cursor: pointer;
}

.reply-message {
    width: 399px;
    position: fixed;
    font-size: 14px;
    height: 75px;
    word-wrap: break-word;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    color: black;
    background-color: #e9e9eb;
    border-top: lightgray solid thin;
    margin-top: -88px;
    display: none;
}

.close-chat {
    color: rgb(22, 37, 37);
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.close-chat:hover {
    color: black;
}

.close-reply {
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.box-close-reply {
    margin-bottom: -20px;
}

.show-chat {
    height: 400px;
    margin-top: -5px;
    padding-right: 10px;
    padding-bottom: 30px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.show-chat::-webkit-scrollbar {
    display: none;
}

.chat-message {
    font-size: 14px;
    word-wrap: break-word;
    max-width: 270px;
    padding-top: 5px;
    float: right;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 5px;
    margin-left: 5px;
    min-height: 35px;
    border-radius: 10px 10px 1px 10px;
    margin-bottom: 10px;
    /* background-color: #98FB98; */
    background-color: #E6E6FA;
    /* box-shadow: 2px 2px 3px gray; */
    color: black;
}

.chat-message-admin {
    font-size: 14px;
    word-wrap: break-word;
    max-width: 270px;
    padding-top: 5px;
    float: left;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-left: 20px;
    min-height: 35px;
    border-radius: 10px 10px 10px 1px;
    margin-bottom: 10px;
    margin-right: 5px;
    /* background-color: #FFCC66; */
    background-color: #FFE4E1;
    /* box-shadow: 2px 2px 3px gray; */
    color: black;
}

.cancel-message {
    font-size: 13px;
    word-wrap: break-word;
    max-width: 270px;
    padding-top: 5px;
    float: right;
    padding-left: 10px;
    padding-right: 15px;
    margin-left: 5px;
    min-height: 30px;
    border-radius: 10px 10px 1px 10px;
    margin-bottom: 10px;
    background-color: lightgray;
    color: gray;
    /* display: none; */
}

.cancel-message-admin {
    font-size: 12px;
    word-wrap: break-word;
    max-width: 270px;
    padding-top: 5px;
    float: left;
    padding-left: 15px;
    padding-right: 10px;
    margin-left: 20px;
    min-height: 30px;
    border-radius: 10px 10px 10px 1px;
    margin-bottom: 10px;
    margin-right: 5px;
    background-color: lightgray;
    color: gray;
    /* display: none; */
}

.chat-message-reply {
    color: gray;
    border-bottom: gray solid thin;
}

.noti-circle {
    color: red;
    margin-left: -12px;
    position: absolute;
    margin-top: -4px;
    text-shadow: black 2px 2px 3px;
}

.noti-circle-top {
    color: red;
    text-shadow: black 2px 2px 3px;
    font-size: 18px;
    margin-right: 5px;
}

.chat-name {
    color: gray;
    font-size: 12px;
    margin-left: 25px;
}

.chat-name-reply {
    color: gray;
    font-size: 12px;
    padding-right: 15px;
}

.chat-job-name {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.chat-time {
    color: lightgray;
    font-size: 12px;
    margin-top: 21px;
}

.chat-time-me {
    color: lightgray;
    font-size: 12px;
    margin-top: 20px;
}

.message-noti-box {
    margin-top: 100px;
    background-color: white;
    box-shadow: 2px 4px 3px lightgrey;
    position: fixed;
    overflow-y: auto;
    top: 0;
    height: 100%;
    z-index: 20;
    padding-bottom: 120px;
    display: none;
}

.list-message-noti {
    min-height: 100px;
    border-bottom: lightgrey solid thin;
    padding-top: 15px;
    padding-left: 20px;
    font-size: 14px;
    background-color: white;
    z-index: 20;
    color: #0B0B3B;
    cursor: pointer;
}

.footer-list {
    padding-right: -10px;
    margin-top: -25px;
    color: #0B0B3B;
    z-index: 20;
}

.list-message-noti:hover {
    background-color: #e9e9eb;
}

.chat-context-menu {
    box-shadow: lightgray 2px 2px 5px;
    border-radius: 10px;
    width: 120px;
    display: none;
    position: fixed;
    background-color: white;
    z-index: 100;
    right: 0;
    margin-right: 10px;
}

.chat-context-menu-other {
    box-shadow: lightgray 2px 2px 5px;
    border-radius: 10px;
    width: 120px;
    display: none;
    position: fixed;
    background-color: white;
    z-index: 100;
}

.chat-context-menu.visible {
    display: block;
}

.list-chat-menu {
    color: #0B0B3B;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: lightgray solid thin;
}

.list-chat-menu:hover {
    background-color: #e9e9eb;
}