﻿/*--------------------
Mixins
--------------------*/
/*--------------------
Body
--------------------*/
*,
*::before,
*::after {
    box-sizing: border-box;
}


body {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.3;
    overflow: hidden;
}
@font-face {
    font-family: 'gillsansnova_book';
    src: url('../fonts/f8b07d436384ef0d64a41642edee9432.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*--------------------
Chat
--------------------*/
.chat {
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 300px;
    height: 500px;
    max-height: 500px;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

    .chat.smallScreenMode {
        left: 0px;
        width: 100%;
        top: 0px;
        border-radius: 0px;
    }

.smallScreenMode #txtChatInputBox {
    width: 85%;
}

.smallScreenMode #cmdSubmitMessage {
    width: 10%;
}

.smallScreenMode .minMaxButton {
    display: none;
}

#divChatRegistration.smallScreenMode .close,
#divChatFeedback.smallScreenMode .close,
#divChatFeedbackCustom.smallScreenMode .close {
    display: none;
}
/*--------------------
Chat Title
--------------------*/
.chat-title {
    flex: 0 1 45px;
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 10px 10px 50px;
}

    .chat-title h1,
    .chat-title h2 {
        font-weight: normal;
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

.CII-main .chat-title h1 {
    color: #18335f;
}

.TRF-main .chat-title h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.chat-title h2 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 8px;
    letter-spacing: 1px;
}

.chat-title .avatar {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 9px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.24);
}

    .chat-title .avatar img {
        width: 100%;
        height: auto;
    }

.chat-title .close {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 9px;
    /*border-radius: 30px;*/
    width: 56px;
    height: 30px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: right;
}

    .chat-title .close i {
        font-size: 24px;
        cursor: pointer;
    }

        .chat-title .close i:hover {
            color: cornflowerblue;
        }

        .chat-title .close i.fa-times-circle {
            padding-left: 4px;
            color: rgb(231, 76, 60); /*rgb(220,20,60);*/
            padding-top:4px;
        }

        .chat-title .close i.fa-external-link {
            font-size: 20px;
        }

    .chat-title .close img {
        width: 100%;
        height: auto;
    }

.chat-title .attachment {
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 70px;
    width: 24px;
    height: 30px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 24px;
    cursor: pointer;
}

    .chat-title .attachment:hover {
        color: cornflowerblue;
    }

.chat-title .back {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 9px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 24px;
    cursor: pointer;
}

    .chat-title .back:hover {
        color: cornflowerblue;
    }

#divChatAttachment .chat-title h1,
#divChatExternalLinkWarning .chat-title h1 {
    padding-top: 7px;
}

#cmdtOpenExternalLink i {
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
}

.Warning-Heder-icon {
    text-align: center;
    color: indianred;
    font-size: 48px;
    margin-bottom: 0px;
}

.Warning-Heder-title {
    text-align: center;
}

.Warning-Heder-text {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#h4DisplayExternalLink {
    padding-left: 10px;
    padding-right: 10px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /* Chrome & Safari */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* CSS3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
    color: #690;
    background-color: #eeeef0;
    margin: 10px;
    padding: 10px;
    font-family: consolas;
    font-size: 16px;
    font-weight: 100;
}
/*--------------------
Messages
--------------------*/
.messages {
    flex: 1 1 auto;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.mCustomScrollBox:focus .mCSB_draggerRail {
    /*background-color: white;
    opacity: 0.2;*/
    /*border:1px solid red;*/
    background-color: #54a3f7;
    /*    -webkit-animation: animation 2s ease-in-out;
    -moz-animation: animation 2s ease-in-out;
*/
}

.messages .messages-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 101%;
    width: 100%;
}

.messages .message {
    clear: both;
    float: left;
    padding: 6px 10px 7px;
    border-radius: 10px 10px 10px 0;
    background: rgba(0, 0, 0, 0.3);
    margin: 16px 0;
    font-size: 14px;
    font-weight: 400;
    margin-left: 35px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    overflow-wrap: anywhere;
    line-height: 20px;
    font-family: Helvetica;
}

    .messages .message .timestamp {
        position: absolute;
        bottom: -24px;
        font-size: 9px;
        color: rgba(255, 255, 255, 0.3);
        font-size: 12px;
        line-height: 18px;
        font-family: Helvetica;
        min-width: 50px;
    }

    .messages .message.message-personal .timestamp {
        text-align: right;
        right: 0px;
    }

    .messages .message::before {
        content: "";
        position: absolute;
        bottom: -6px;
        border-top: 6px solid rgba(0, 0, 0, 0.3);
        left: 0;
        border-right: 7px solid transparent;
    }

    .messages .message .avatar {
        position: absolute;
        z-index: 1;
        bottom: -15px;
        left: -35px;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border: 2px solid rgba(255, 255, 255, 0.24);
    }

        .messages .message .avatar img {
            width: 100%;
            height: auto;
        }

    .messages .message.message-personal {
        float: right;
        color: #fff;
        text-align: left;
        background: linear-gradient(120deg, #248a52, #257287);
        border-radius: 10px 10px 0 10px;
    }

        .messages .message.message-personal::before {
            left: auto;
            right: 0;
            border-right: none;
            border-left: 5px solid transparent;
            border-top: 4px solid #257287;
            bottom: -4px;
        }

    .messages .message:last-child {
        margin-bottom: 30px;
    }

    .messages .message.new {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-animation: bounce 500ms linear both;
        animation: bounce 500ms linear both;
    }

    .messages .message.loading::before {
        border-top: 3px solid rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "";
        display: block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        z-index: 2;
        margin-top: 4px;
        -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
        animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
        border: none;
        -webkit-animation-delay: 0.15s;
        animation-delay: 0.15s;
    }

    .messages .message.loading span {
        display: block;
        font-size: 0;
        width: 20px;
        height: 10px;
        position: relative;
    }

        .messages .message.loading span::before {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            content: "";
            display: block;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            z-index: 2;
            margin-top: 4px;
            -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
            animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
            margin-left: -7px;
        }

        .messages .message.loading span::after {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            content: "";
            display: block;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            z-index: 2;
            margin-top: 4px;
            -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
            animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
            margin-left: 7px;
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

.typing-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.typing-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.typing-indicator {
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    /*background-color: #555;*/
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: bounce 1.2s infinite ease-in-out;
}

    .dot:nth-child(2) {
        animation-delay: 0.2s;
    }

    .dot:nth-child(3) {
        animation-delay: 0.4s;
    }

@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: 0.5;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/*--------------------
Message Box
--------------------*/
.message-box {
    flex: 0 1 40px;
    width: 100%;
    background-color: black;
    padding: 10px;
    position: relative;
    min-height: 40px;
}

    .message-box .message-input {
        background: none;
        border: none;
        outline: none !important;
        resize: none;
        color: rgba(255, 255, 255, 0.7);
        font-size: 11px;
        /*height: 17px;*/
        margin: 0;
        padding-right: 20px;
        width: 223px;
        overflow: hidden;
        box-sizing: content-box;
        font-family: Helvetica;
        font-size: 14px;
        line-height: 18px;
        /*overflow-y: scroll;*/
    }

    .message-box textarea:focus:-webkit-placeholder {
        color: transparent;
        overflow-y: scroll;
    }

    .message-box textarea {
        position: relative;
    }

        .message-box textarea:focus {
            position: absolute;
            bottom: 8px;
        }

        .message-box textarea.lightTheme:focus {
            position: absolute;
            bottom: 6px;
            background-color: #005E54;
            border-radius: 4px;
            padding: 4px;
        }

    .message-box.EDENRED textarea:focus {
        position: absolute;
        bottom: 6px;
        background-color: #221C35;
        border-radius: 4px;
        padding: 4px;
    }

    .message-box.QMUL textarea:focus {
        position: absolute;
        bottom: 6px;
        background-color: #0D3273;
        border-radius: 4px;
        padding: 4px;
    }

    .message-box.KARBON textarea:focus {
        position: absolute;
        bottom: 6px;
        background-color: #27347F;
        border-radius: 4px;
        padding: 4px;
    }

    .message-box.LFC textarea:focus {
        position: absolute;
        bottom: 6px;
        background-color: #00b2a9;
        border-radius: 4px;
        padding: 4px;
    }

    .message-box.DDG textarea:focus {
        position: absolute;
        bottom: 6px;
        background-color: #243260;
        border-radius: 4px;
        padding: 4px;
    }

    .message-box.DVS textarea:focus {
        position: absolute;
        bottom: 6px;
        background-color: #405667;
        border-radius: 4px;
        padding: 4px;
    }

    .message-box.CHAMP textarea:focus {
        position: absolute;
        bottom: 8px;
        /*background-color: #405667;*/
        /*border-radius: 4px;*/
        /*padding: 4px;*/
    }

    .message-box.TRF textarea:focus {
        position: absolute;
        bottom: 6px;
        background-color: #ffa409;
        border-radius: 4px;
        padding: 4px;
    }

    .message-box.CII textarea, .message-box.CII textarea:focus {
        position: absolute;
        bottom: 6px;
        background-color: #a7c0d0;
        border-radius: 4px;
        padding: 4px;
    }
    /*   .message-box.CII textarea:focus {
        position: absolute;
        bottom: 6px;
        background-color: #a7c0d0;
        border-radius: 4px;
        padding: 4px;
    }*/
    .message-box.TRF textarea, .message-box.TRF textarea:focus {
        position: absolute;
        bottom: 6px;
        background-color: #ffa409;
        border-radius: 4px;
        padding: 4px;
    }

    .message-box.PEABODY textarea:focus {
        position: absolute;
        bottom: 6px;
        background-color: #ffffff;
        border-radius: 4px;
        padding: 4px;
    }

    .message-box textarea.transparency:focus {
    }

    .message-box .message-submit {
        position: absolute;
        z-index: 1;
        top: 10px;
        right: 10px;
        color: #fff;
        border: none;
        background: #18c39d;
        font-size: 16px;
        line-height: 1;
        padding: 6px 10px;
        border-radius: 10px;
        outline: none !important;
        transition: background 0.2s ease;
    }

        .message-box .message-submit:hover {
            background: #1d7745;
        }

        .message-box .message-submit:focus i {
            color: #1d7745;
        }

#divAutoResponseSmartButtonBox .message-submit:focus {
    color: #1d7745;
}
/*--------------------
Custom Srollbar
--------------------*/
.mCSB_scrollTools {
    margin: 1px -3px 1px 0;
    opacity: 0;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0px;
    padding: 0 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/*--------------------
Bounce
--------------------*/
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.7% {
        -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    9.41% {
        -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.11% {
        -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.72% {
        -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    24.32% {
        -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.93% {
        -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.54% {
        -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.04% {
        -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.15% {
        -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.49% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.7% {
        -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    9.41% {
        -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.11% {
        -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.72% {
        -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    24.32% {
        -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.93% {
        -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.54% {
        -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.04% {
        -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.15% {
        -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    63.26% {
        -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.49% {
        -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@-webkit-keyframes ball {
    from {
        -webkit-transform: translateY(0) scaleY(0.8);
        transform: translateY(0) scaleY(0.8);
    }

    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes ball {
    from {
        -webkit-transform: translateY(0) scaleY(0.8);
        transform: translateY(0) scaleY(0.8);
    }

    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

#chatSimpleButton, #chatSimpleButton_smallScreen {
    background: #fc4e77;
    display: block;
    width: 72px;
    height: 72px;
    z-index: 1;
    position: absolute;
    right: 0px !important;
    bottom: 0px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Lato', sans-serif !important;
    cursor: pointer;
    text-align: center;
}

    #chatSimpleButton img, #chatSimpleButton_smallScreen img {
        display: inline;
        height: 43px;
        width: 43px;
        margin: 15px auto;
        padding: 0;
    }

.CII .chatButtonIcon {
    display: none;
}

.TRF .chatButtonIcon {
    display: none;
}

#chatstack-container, .chatstack-container {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 74px;
}

    #chatstack-container span, .chatstack-container span {
        -webkit-transition: color 0.5s;
        -moz-transition: color 0.5s;
        -o-transition: color 0.5s;
        -ms-transition: color 0.5s;
        transition: color 0.5s;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        top: 11px;
        font-weight: 700;
        display: block;
        position: absolute;
        z-index: 3;
        text-decoration: none;
        width: 200px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        color: #fff;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        cursor: pointer;
    }

        #chatstack-container span.loading, .chatstack-container span.loading {
            color: rgba(255,255,255,0);
        }

        #chatstack-container span.feedback, .chatstack-container span.feedback {
            z-index: 1;
        }

            #chatstack-container span.feedback:after, .chatstack-container span.feedback:after {
                -webkit-transition: background 0.2s, -webkit-transform 0.2s;
                -moz-transition: background 0.2s, -moz-transform 0.2s;
                -o-transition: background 0.2s, -o-transform 0.2s;
                -ms-transition: background 0.2s, -ms-transform 0.2s;
                transition: background 0.2s, transform 0.2s;
                border-radius: 30px;
                position: absolute;
                visibility: hidden;
                width: 200px;
                height: 100%;
                top: 0;
                left: 0;
                content: '';
                background: rgba(255,255,255,0.9);
            }

        #chatstack-container span:hover, .chatstack-container span:hover {
            background: rgba(255,255,255,0.1);
        }

    #chatstack-container svg, .chatstack-container svg {
        position: relative;
        z-index: 2;
        pointer-events: none;
        width: 240px;
        height: 120px;
        cursor: pointer;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #chatstack-container rect, .chatstack-container rect {
        -webkit-transition: fill 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -moz-transition: fill 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -o-transition: fill 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -ms-transition: fill 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: fill 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        fill: #3e3f4c;
    }

    .CII #chatstack-container rect, .chatstack-container rect {
        fill: #33373b;
    }

    .TRF #chatstack-container rect, .chatstack-container rect {
        fill: #000000;
    }

path {
    fill: none;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke: #1ecd97;
    stroke-dashoffset: 0px;
}

.CII path {
    stroke: #bd6425;
}

.TRF path {
    stroke: #ffa409;
}

path#top,
path#bottom,
path#smallscreen-top,
path#smallscreen-bottom {
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    stroke-dasharray: 295px 1000px;
}

#chatstack-container.loading-start span {
    color: rgba(255,255,255,0);
}

    #chatstack-container.loading-start span.loading {
        color: #fff;
    }

.loading-start span.feedback:after {
    visibility: visible;
    background: rgba(255,255,255,0);
    -webkit-transform: scale(1.5, 2);
    -moz-transform: scale(1.5, 2);
    -o-transform: scale(1.5, 2);
    -ms-transform: scale(1.5, 2);
    transform: scale(1.5, 2);
}

.loading-start #top,
.loading-start #bottom {
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-dasharray: 10px 1000px;
}

.loading-progress #top,
.loading-progress #bottom {
    -webkit-transition: stroke-dashoffset 1s linear, stroke-dasharray 1s linear;
    -moz-transition: stroke-dashoffset 1s linear, stroke-dasharray 1s linear;
    -o-transition: stroke-dashoffset 1s linear, stroke-dasharray 1s linear;
    -ms-transition: stroke-dashoffset 1s linear, stroke-dasharray 1s linear;
    transition: stroke-dashoffset 1s linear, stroke-dasharray 1s linear;
    stroke-dasharray: 10px 1000px;
    stroke-dashoffset: -150px;
}

#chatstack-container.loading-end span.loading {
    color: rgba(255,255,255,0);
}

.loading-end #top,
.loading-end #bottom {
    stroke: #f5f6f7;
}

.loading-end #top {
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    stroke-dasharray: 30px 1000px;
    stroke-dashoffset: -518px;
}

.loading-end #bottom {
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    stroke-dasharray: 10px 1000px;
    stroke-dashoffset: -490px;
}

.loading-end rect {
    fill: #1ecd97 !important;
}

.CII .loading-end rect {
    fill: #bd6425 !important;
}

.TRF .loading-end rect {
    fill: #ffa409 !important;
}

#chatstack-container.hidden,
.chatstack-container.hidden {
    display: none !important;
}

#divChatBox, #divChatRegistration, #divChatOffline,
#divChatFeedback, #divChatFeedbackCustom, #divChatAttachment {
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

    #divChatBox.hidden,
    #divChatRegistration.hidden,
    #divChatOffline.hidden,
    #divChatFeedback.hidden,
    #divChatFeedbackCustom.hidden,
    #divChatAttachment.hidden,
    #divChatCompleteClose.hidden,
    #divChatExternalLinkWarning.hidden {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    #divChatBox.active,
    #divChatRegistration.active,
    #divChatOffline.active,
    #divChatFeedback.active,
    #divChatFeedbackCustom.active,
    #divChatAttachment.active,
    #divChatCompleteClose.active,
    #divChatExternalLinkWarning.active {
        visibility: visible;
        opacity: 1;
        margin-bottom: 10px;
    }

.form div {
    padding: 5px;
}

    .form div p, .form div.input-group {
        padding-left: 10px;
        padding-right: 10px;
    }

        .form div p label {
            display: block;
            font-size: 14px;
        }

    .form div.invalid label {
        color: #18c39d;
    }

.form.lightTheme div.invalid {
    background-color: gainsboro;
}

.form.darkTheme div.invalid input[type='text'],
.form.darkTheme div.invalid input[type='email'] {
    border-color: chocolate;
}

.form.darkTheme div.invalid .gdprBox {
    background-color: chocolate;
}

form .asterisk {
    color: #18c39d;
}
.CHAMP form .asterisk{
    color:rgba(0, 0, 0, 0.45);
}
.form input.text,
.form textarea,
.form select {
    border-radius: 4px;
    border: 2px solid #e6e6e6;
    box-shadow: none;
    color: #545454;
    font-size: 16px;
    height: auto;
    padding: 8px 10px;
    transition: none;
    vertical-align: top;
    width: 100%;
    margin-top: 10px;
}

.dropdown, .dropup {
    position: relative;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: 2px solid #e6e6e6;
    }

[role=button] {
    cursor: pointer;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.lookupList {
    overflow: auto;
}

    .lookupList ul {
        padding-left: 20px;
        padding-right: 10px;
    }

    .lookupList li {
        list-style: none;
        padding: 8px 0px;
        cursor: pointer;
    }

        .lookupList li:hover {
            color: white;
        }

    .lookupList.lightTheme li:hover {
        color: #005e54;
    }

    .lookupList li i {
        float: left;
        width: 10%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .lookupList li label {
        float: left;
        width: 88%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .lookupList.lightTheme li {
        color: #000000;
    }

.zeroTransperancy {
    background: rgba(0, 0, 0, 1);
}

    .zeroTransperancy .formRow label {
        color: white;
        font-weight: bold;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
    }

    .zeroTransperancy .message-submit {
        font-weight: bold;
        font-size: 16px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .zeroTransperancy .pageNav {
        min-height: 50px;
    }

    .zeroTransperancy .message-input {
        font-size: 14px;
        /*width:200px;*/
    }

    .zeroTransperancy .messages .message {
        background-color: #282828;
    }

        .zeroTransperancy .messages .message .timestamp {
            color: white;
            right: 1px;
            font-size: 12px;
            line-height: 10px;
        }

    .zeroTransperancy #divTopicList {
        font-size: 14px;
    }

#divChatOffline .form {
    overflow: auto;
}

    #divChatOffline .form p {
        margin-bottom: 0px;
    }

#divChatOffline.zeroTransperancy .form div {
    padding-bottom: 0px;
}


fieldset, label {
    margin: 0;
    padding: 0;
}

.rating {
    border: none;
    width: 250px;
    margin: 20px auto;
}

    .rating.disabled {
        width: 200px;
        margin: 0px 10px 0px 0px;
        float: right;
    }

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 5px;
        font-size: 34px;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating.small > label:before {
        font-size: 25px;
    }

    .rating.disabled > label:before {
        margin: 5px;
        font-size: 30px;
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }

    .rating > input:checked ~ label, /* show gold star when clicked */
    .rating:not(:checked) > label:hover, /* hover current star */
    .rating:not(:checked) > label:hover ~ label {
        color: #FFD700;
    }
    /* hover previous stars in list */
    .rating.disabled > label:hover {
        color: #ddd;
    }
    /* hover previous stars in list */

    .rating > input:checked + label:hover, /* hover current star when changing rating */
    .rating > input:checked ~ label:hover,
    .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
    .rating > input:checked ~ label:hover ~ label {
        color: #FFED85;
    }

.messages.CII .rating > label {
    color: #ffffff;
}
/*----------------------------
    The file upload form
-----------------------------*/


#frmFileUploader {
    font-family: 'PT Sans Narrow', sans-serif;
    background-color: #373a3d;
    background-image: -webkit-linear-gradient(top, #373a3d, #313437);
    background-image: -moz-linear-gradient(top, #373a3d, #313437);
    background-image: linear-gradient(top, #373a3d, #313437);
    width: 250px;
    padding: 30px;
    border-radius: 3px;
    margin: 20px auto 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#divDropFile {
    background-color: #2E3134;
    padding: 40px 0px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #7f858a;
}

    #divDropFile a {
        background-color: #007a96;
        padding: 12px 26px;
        color: #fff;
        font-size: 14px;
        border-radius: 2px;
        cursor: pointer;
        display: inline-block;
        margin-top: 12px;
        line-height: 1;
    }

        #divDropFile a:hover {
            background-color: #0986a3;
        }

    #divDropFile input {
        display: none;
    }

.messages.PEABODY #divDropFile a {
    background-color: #009baa;
}

    .messages.PEABODY #divDropFile a:hover {
        background-color: #008c99;
    }

.messages.TRF #divDropFile a {
    background-color: #ffa409;
}

    .messages.TRF #divDropFile a:hover {
        background-color: #ffc107;
    }

#frmFileUploader ul, ul.AttachmentMessage {
    list-style: none;
    margin: 0 -10px;
    padding: 0px;
    border-top: 1px solid #2b2e31;
    border-bottom: 1px solid #3d4043;
}

ul.AttachmentMessage {
    border: none;
}

    #frmFileUploader ul li, ul.AttachmentMessage li {
        background-color: #333639;
        background-image: -webkit-linear-gradient(top, #333639, #303335);
        background-image: -moz-linear-gradient(top, #333639, #303335);
        background-image: linear-gradient(top, #333639, #303335);
        border-top: 1px solid #3d4043;
        border-bottom: 1px solid #2b2e31;
        padding: 15px;
        height: 62px;
        position: relative;
    }

    ul.AttachmentMessage li {
        width: 250px;
        background-color: transparent;
        background-image: none;
        border: none;
    }

        #frmFileUploader ul li input, ul.AttachmentMessage li input {
            display: none;
        }

        #frmFileUploader ul li p, ul.AttachmentMessage li p {
            width: 144px;
            overflow: hidden;
            white-space: nowrap;
            color: #EEE;
            font-size: 16px;
            font-weight: bold;
            position: absolute;
            top: -6px;
            left: 50px;
        }

        ul.AttachmentMessage li p {
            left: 10px;
            text-align: left;
            width: 210px;
        }

        #frmFileUploader ul li i, ul.AttachmentMessage li i {
            font-weight: normal;
            font-style: normal;
            color: #7f7f7f;
            display: block;
        }

        ul.AttachmentMessage li i {
            color: burlywood;
        }

#frmFileUploader ul li canvas {
    top: 6px;
    left: -10px;
    position: absolute;
}

ul.AttachmentMessage canvas {
    display: none;
}

#frmFileUploader ul li span, ul.AttachmentMessage li span {
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 24px;
    right: -10px;
    cursor: pointer;
}

ul.AttachmentMessage li span {
    right: 10px;
}

#frmFileUploader ul li.working span, ul.AttachmentMessage li.working span {
    height: 16px;
    background-position: 0 -12px;
}

#frmFileUploader ul li.error p {
    color: red;
}

#frmFileUploader ul li.error span {
    display: none;
}

#cmdExportChat {
    position: relative;
    right: 0px;
}

.smallScreen-chat-trigger {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    will-change: opacity;
    backface-visibility: hidden;
    right: 0px;
    padding: 0.5em 0.5em 1em 1em;
}

/*    .smallScreen-chat-trigger div {
        display: flex;
        width: 60px;
        height: 60px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0.2em 0.8em;
        -webkit-box-pack: center;
        justify-content: center;
        position: relative;
        color: rgb(0, 0, 0);
        border-radius: 50%;
        background: rgb(255, 255, 255);
    }

    .smallScreen-chat-trigger button, .smallScreen-chat-trigger a.button {
        -webkit-appearance: none;
        display: inline-block;
        color: inherit;
        background: transparent;
        border-width: 0px;
        border-style: initial;
        border-color: initial;
        border-image: initial;
        margin: 0px;
        padding: 0px;
    }

        .smallScreen-chat-trigger button:focus, .smallScreen-chat-trigger a.button:focus {
            outline: 0;
        }

    .smallScreen-chat-trigger i {
        display: block;
        color: #18c39d;
        font-size: 32px !important;
    }*/

i.chatButtonCaption {
    font-style: normal;
}

.BizvuTitle {
    text-transform: none;
}

.smartFormButton {
    background: #18c39d;
    color: #fff;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 10px;
    outline: none !important;
    transition: background 0.2s ease;
}

    .smartFormButton:hover {
        background-color: #ce0606;
        cursor: pointer;
    }

    .smartFormButton:active {
        box-shadow: none;
        top: 5px;
    }

#divChatMessageContent.lightTheme .message {
    text-shadow: none;
}

    #divChatMessageContent.lightTheme .message.AgentIntroduction,
    #divChatMessageContent.lightTheme .message.waitingList {
        background-color: #dddddd;
        color: #000000;
    }

        #divChatMessageContent.lightTheme .message.AgentIntroduction::before,
        #divChatMessageContent.lightTheme .message.waitingList::before {
            border-top: 6px solid #dddddd;
        }

    #divChatMessageContent.lightTheme .message.new {
        background-color: #ffffff;
        color: #000000;
    }


    #divChatMessageContent.lightTheme .message::before {
        content: "";
        position: absolute;
        bottom: -6px;
        border-top: 6px solid #ffffff;
        left: 0;
        border-right: 7px solid transparent;
    }
#divChatMessageContent.lightTheme .typing-text {
    color: #000000;
}
#divChatMessageContent.lightTheme .dot {
    background-color: #000000;
}


.messages.TRF #divChatMessageContent .message.new {
    background-color: #ffffff;
    color: #000000;
}

.messages.QMUL #divChatMessageContent .message.new {
    background-color: #dddddd;
    color: #000000;
}

.messages.QMUL #divChatMessageContent .message::before {
    border-top: 6px solid #dddddd;
}

.messages.PEABODY #divChatMessageContent .message.new {
    background-color: #dddddd;
    color: #000000;
    font-size: 14px;
}

.messages.PEABODY #divChatMessageContent .message::before {
    border-top: 6px solid #dddddd;
}

.messages.PEABODY #divChatMessageContent .message.message-personal {
    background-color: #009baa;
    color: #ffffff;
    font-size: 14px;
}

    .messages.PEABODY #divChatMessageContent .message.message-personal::before {
        border-top: 6px solid #009baa;
    }

.messages.LFC #divChatMessageContent .message.message-personal {
    float: right;
    color: #000000;
    text-align: right;
    background: none;
    background-color: #f6eb61;
    border-radius: 10px 10px 0 10px;
}
    .messages.LFC #divChatMessageContent .message.message-personal::before {
        border-top: 4px solid #f6eb61;
    }

.messages.TRF #divChatMessageContent .message.message-personal {
    float: right;
    color: #000000;
    text-align: right;
    background: none;
    background-color: #ffa409;
    border-radius: 10px 10px 0 10px;
}

#divChatMessageContent.lightTheme .message.message-personal {
    float: right;
    color: #000000;
    text-align: right;
    background: none;
    background-color: #e1ffc7;
    border-radius: 10px 10px 0 10px;
}

    #divChatMessageContent.lightTheme .message.message-personal::before {
        left: auto;
        right: 0;
        border-right: none;
        border-left: 5px solid transparent;
        border-top: 4px solid #e1ffc7;
        bottom: -4px;
    }

#divChatMessageContent.lightTheme .message.loading::before {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    margin-top: 4px;
    -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    border: none;
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
    left: 6px;
}

#divChatMessageContent.lightTheme .message.loading span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    margin-top: 4px;
    -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    margin-left: -4px;
}

#divChatMessageContent.lightTheme .message.loading span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    margin-top: 4px;
    -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    margin-left: 7px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#txtChatInputBox.lightTheme {
    color: #ffffff;
}

.CII #txtChatInputBox {
    color: #18335f;
}

.TRF #txtChatInputBox {
    color: #2b2b2b;
    font-size: 14px;
}


#divChatFeedback.lightTheme .rating > label {
    color: #797979;
    float: right;
}

#divChatFeedback.lightTheme .rating > input:checked ~ label, /* show gold star when clicked */
#divChatFeedback.lightTheme .rating:not(:checked) > label:hover, /* hover current star */
#divChatFeedback.lightTheme .rating:not(:checked) > label:hover ~ label {
    color: #EBC300;
}

#divChatMessageContent.lightTheme ul.AttachmentMessage li p {
    color: #000000;
}

#divChatMessageContent.lightTheme ul.AttachmentMessage li i {
    color: #005E54;
}

.ExternalLinkButton {
    background-color: #f44336;
    border-radius: 8px;
    padding: 10px;
    border: none;
    color: #FFFFFF;
    margin-top: 6px;
}

a.ExternalLinkButton {
    /*-webkit-appearance: push-button;*/
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px;
}

.chat.QMUL-main {
    background-color: #0D3273;
}

.messages.QMUL {
    background-color: #ffffff;
    color: #314851;
}

    .messages.QMUL .message {
        background-color: #dddddd;
        text-shadow: none;
    }

        .messages.QMUL .message::before {
            border-top: 6px solid rgba(0, 0, 0, 0.1);
        }

        .messages.QMUL .message.message-personal::before {
            border-top: 4px solid #eff5fc;
        }

        .messages.QMUL .message.message-personal {
            color: #314851;
            background: #eff5fc;
        }

        .messages.QMUL .message .avatar {
            border: 2px solid rgba(0, 0, 0, 0.24);
        }

        .messages.QMUL .message.loading::before {
            border-top: 3px solid rgba(0, 0, 0, 0.1);
            background: rgba(89,119,224, 1);
        }

        .messages.QMUL .message.loading span::before {
            background: rgba(89,119,224, 1);
        }

        .messages.QMUL .message.loading span::after {
            background: rgba(89,119,224, 1);
        }

        .messages.QMUL .message .timestamp {
            color: #314851;
        }

    .messages.QMUL .formRow label {
        color: #314851;
    }

    .messages.QMUL .formRow a {
        color: #314851;
    }

    .messages.QMUL ul.AttachmentMessage li p {
        color: #314851;
    }

    .messages.QMUL ul.AttachmentMessage li i {
        color: #5977E0;
    }

.message-box.QMUL {
    background-color: #0D3273;
}

    .message-box.QMUL .message-submit {
        background: none;
    }

        .message-box.QMUL .message-submit:hover {
            color: cornflowerblue;
        }

    .message-box.QMUL .message-input {
        color: rgba(255, 255, 255, 1);
        background-color: #0D3273;
        font-size: 12px;
    }

        .message-box.QMUL .message-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #dddddd;
            opacity: 1; /* Firefox */
        }

        .message-box.QMUL .message-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #dddddd;
        }

        .message-box.QMUL .message-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #dddddd;
        }


.lookupList.QMUL li:hover {
    color: #1787fb;
}

.lookupList.QMUL label {
    color: #314851;
}
.messages.QMUL #divChatMessageContent .message.message-personal {
    background-color: #cadcfa;
}

    .messages.QMUL #divChatMessageContent .message.message-personal::before {
        border-top: 4px solid #cadcfa;
    }


.chat.EDENRED-main {
    background-color: #221C35;
}

.messages.EDENRED {
    background-color: #f0f0f0;
    color: #314851;
}

    .messages.EDENRED .message {
        background-color: #dddddd;
        text-shadow: none;
    }

        .messages.EDENRED .message::before {
            border-top: 6px solid rgba(0, 0, 0, 0.1);
        }

        .messages.EDENRED .message.message-personal::before {
            border-top: 4px solid #eff5fc;
        }

        .messages.EDENRED .message.message-personal {
            color: #314851;
            background: #ffffff;
        }

        .messages.EDENRED .message .avatar {
            border: 2px solid rgba(0, 0, 0, 0.24);
        }

        .messages.EDENRED .message.loading::before {
            border-top: 3px solid rgba(0, 0, 0, 0.1);
            background: rgba(89,119,224, 1);
        }

        .messages.EDENRED .message.loading span::before {
            background: rgba(89,119,224, 1);
        }

        .messages.EDENRED .message.loading span::after {
            background: rgba(89,119,224, 1);
        }

        .messages.EDENRED .message .timestamp {
            color: #314851;
        }

    .messages.EDENRED .formRow label {
        color: #314851;
    }

    .messages.EDENRED .formRow a {
        color: #314851;
    }

    .messages.EDENRED ul.AttachmentMessage li p {
        color: #314851;
    }

    .messages.EDENRED ul.AttachmentMessage li i {
        color: #5977E0;
    }

.message-box.EDENRED {
    background-color: #221C35;
}

    .message-box.EDENRED .message-submit {
        background: none;
    }

        .message-box.EDENRED .message-submit:hover {
            color: cornflowerblue;
        }

    .message-box.EDENRED .message-input {
        color: rgba(255, 255, 255, 1);
        background-color: #221C35;
        font-size: 12px;
    }

        .message-box.EDENRED .message-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #dddddd;
            opacity: 1; /* Firefox */
        }

        .message-box.EDENRED .message-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #dddddd;
        }

        .message-box.EDENRED .message-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #dddddd;
        }

.lookupList.EDENRED li:hover {
    color: #1787fb;
}

.lookupList.EDENRED label {
    color: #314851;
}

.chat.KARBON-main {
    background-color: #27347F;
}

    .chat.KARBON-main .chat-title {
        background: #E0251B;
    }

.KARBON-main .chat-title .close i.fa-times-circle {
    color: #ffffff;
}

    .KARBON-main .chat-title .close i.fa-times-circle:hover {
        color: #008c99;
    }

.messages.KARBON {
    background-color: #f0f0f0;
    color: #314851;
}
    .messages.KARBON .typing-text {
        color: #000000;
    }

    .messages.KARBON .dot {
        background-color: #000000;
    }
    .messages.KARBON .message {
        background-color: #dddddd;
        text-shadow: none;
    }

        .messages.KARBON .message::before {
            border-top: 6px solid rgba(0, 0, 0, 0.1);
        }

        .messages.KARBON .message.message-personal::before {
            border-top: 4px solid #ffffff;
        }

        .messages.KARBON .message.message-personal {
            color: #314851;
            background: #ffffff;
        }

        .messages.KARBON .message .avatar {
            border: 2px solid rgba(0, 0, 0, 0.24);
        }

        .messages.KARBON .message.loading::before {
            border-top: 3px solid rgba(0, 0, 0, 0.1);
            background: rgba(89,119,224, 1);
        }

        .messages.KARBON .message.loading span::before {
            background: rgba(89,119,224, 1);
        }

        .messages.KARBON .message.loading span::after {
            background: rgba(89,119,224, 1);
        }

        .messages.KARBON .message .timestamp {
            color: #314851;
        }

    .messages.KARBON .formRow label {
        color: #314851;
    }

    .messages.KARBON .formRow a {
        color: #314851;
    }

    .messages.KARBON ul.AttachmentMessage li p {
        color: #314851;
    }

    .messages.KARBON ul.AttachmentMessage li i {
        color: #5977E0;
    }

.message-box.KARBON {
    background-color: #27347F;
}

    .message-box.KARBON .message-submit {
        background: none;
    }

        .message-box.KARBON .message-submit:hover {
            color: cornflowerblue;
        }

    .message-box.KARBON .message-input {
        color: rgba(255, 255, 255, 1);
        background-color: #27347F;
        font-size: 12px;
    }

        .message-box.KARBON .message-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #dddddd;
            opacity: 1; /* Firefox */
        }

        .message-box.KARBON .message-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #dddddd;
        }

        .message-box.KARBON .message-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #dddddd;
        }

.lookupList.KARBON li:hover {
    color: #1787fb;
}

.lookupList.KARBON label {
    color: #314851;
}



.chat.LFC-main {
    background-color: #27347F;
}

    .chat.LFC-main .chat-title {
        background: #c8102e;
    }

.messages.LFC {
    background-color: #f0f0f0;
    color: #314851;
}

    .messages.LFC .message {
        background-color: #dddddd;
        text-shadow: none;
    }

        .messages.LFC .message::before {
            border-top: 6px solid rgba(0, 0, 0, 0.1);
        }

        .messages.LFC .message.message-personal::before {
            border-top: 4px solid #eff5fc;
        }

        .messages.LFC .message.message-personal {
            color: #314851;
            background: #ffffff;
        }

        .messages.LFC .message .avatar {
            border: 2px solid rgba(0, 0, 0, 0.24);
        }

        .messages.LFC .message.loading::before {
            border-top: 3px solid rgba(0, 0, 0, 0.1);
            background: rgba(89,119,224, 1);
        }

        .messages.LFC .message.loading span::before {
            background: rgba(89,119,224, 1);
        }

        .messages.LFC .message.loading span::after {
            background: rgba(89,119,224, 1);
        }

        .messages.LFC .message .timestamp {
            color: #314851;
        }

    .messages.LFC .formRow label {
        color: #314851;
    }

    .messages.LFC .formRow a {
        color: #314851;
    }

    .messages.LFC ul.AttachmentMessage li p {
        color: #314851;
    }

    .messages.LFC ul.AttachmentMessage li i {
        color: #5977E0;
    }

.message-box.LFC {
    background-color: #00b2a9;
}

    .message-box.LFC .message-submit {
        background: none;
    }

        .message-box.LFC .message-submit:hover {
            color: #f6eb61;
        }

    .message-box.LFC .message-input {
        color: rgba(255, 255, 255, 1);
        background-color: #00b2a9;
        font-size: 12px;
    }

        .message-box.LFC .message-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #dddddd;
            opacity: 1; /* Firefox */
        }

        .message-box.LFC .message-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #dddddd;
        }

        .message-box.LFC .message-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #dddddd;
        }

.lookupList.LFC li:hover {
    color: #1787fb;
}

.lookupList.LFC label {
    color: #314851;
}

.LFC-main .chat-title i, .LFC-main .chat-title .close i.fa-times-circle {
    color: #ffffff;
}

    .LFC-main .chat-title i:hover, .LFC-main .chat-title .close i.fa-times-circle:hover {
        color: #f6eb61;
    }


.chat.DDG-main {
    background-color: #27347F;
}

    .chat.DDG-main .chat-title {
        background: #243260;
    }

.messages.DDG {
    background-color: #f0f0f0;
    color: #314851;
}
    .messages.DDG .typing-text {
        color: #314851;
    }

    .messages.DDG .dot {
        background-color: #314851;
    }

    .messages.DDG .message {
        background-color: #dddddd;
        text-shadow: none;
    }

        .messages.DDG .message::before {
            border-top: 6px solid rgba(0, 0, 0, 0.1);
        }

        .messages.DDG .message.message-personal::before {
            border-top: 4px solid #c3d1ff;
        }

        .messages.DDG .message.message-personal {
            color: #314851;
            background: #ffffff;
        }

        .messages.DDG .message .avatar {
            border: 2px solid rgba(0, 0, 0, 0.24);
        }

        .messages.DDG .message.loading::before {
            border-top: 3px solid rgba(0, 0, 0, 0.1);
            background: rgba(89,119,224, 1);
        }

        .messages.DDG .message.loading span::before {
            background: rgba(89,119,224, 1);
        }

        .messages.DDG .message.loading span::after {
            background: rgba(89,119,224, 1);
        }

        .messages.DDG .message .timestamp {
            color: #314851;
        }

    .messages.DDG .formRow label {
        color: #314851;
    }

    .messages.DDG .formRow a {
        color: #314851;
    }

    .messages.DDG ul.AttachmentMessage li p {
        color: #314851;
    }

    .messages.DDG ul.AttachmentMessage li i {
        color: #5977E0;
    }

.message-box.DDG {
    background-color: #243260;
}

    .message-box.DDG .message-submit {
        background: none;
        color: #e90089
    }

        .message-box.DDG .message-submit:hover {
            color: cornflowerblue;
        }

    .message-box.DDG .message-input {
        color: rgba(255, 255, 255, 1);
        background-color: #243260;
        font-size: 12px;
    }

        .message-box.DDG .message-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #dddddd;
            opacity: 1; /* Firefox */
        }

        .message-box.DDG .message-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #dddddd;
        }

        .message-box.DDG .message-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #dddddd;
        }

.lookupList.DDG li:hover {
    color: #1787fb;
}

.lookupList.DDG label {
    color: #314851;
}

.DDG-main .chat-title i, .DDG-main .chat-title .close i.fa-times-circle {
    color: #e90089;
}

    .DDG-main .chat-title i:hover, .DDG-main .chat-title .close i.fa-times-circle:hover {
        color: cornflowerblue;
    }

.DDG-main #divChatMessageContent .message.message-personal {
    background-color: #c3d1ff;
}
.messages.DDG #divChatMessageContent .message.message-personal::before {
    border-top: 4px solid #c3d1ff;
}

.chat.DVS-main {
    background-color: #27347F;
}

    .chat.DVS-main .chat-title {
        background: #405667;
    }

.messages.DVS {
    background-color: #f0f0f0;
    color: #314851;
}
    .messages.DVS .typing-text {
        color: #314851;
    }

    .messages.DVS .dot {
        background-color: #314851;
    }

    .messages.DVS .message {
        background-color: #dddddd;
        text-shadow: none;
    }

        .messages.DVS .message::before {
            border-top: 6px solid rgba(0, 0, 0, 0.1);
        }

        .messages.DVS .message.message-personal::before {
            border-top: 4px solid #eff5fc;
        }

        .messages.DVS .message.message-personal {
            color: #314851;
            background: #ffffff;
        }

        .messages.DVS .message .avatar {
            border: 2px solid rgba(0, 0, 0, 0.24);
        }

        .messages.DVS .message.loading::before {
            border-top: 3px solid rgba(0, 0, 0, 0.1);
            background: rgba(89,119,224, 1);
        }

        .messages.DVS .message.loading span::before {
            background: rgba(89,119,224, 1);
        }

        .messages.DVS .message.loading span::after {
            background: rgba(89,119,224, 1);
        }

        .messages.DVS .message .timestamp {
            color: #314851;
        }

    .messages.DVS .formRow label {
        color: #314851;
    }

    .messages.DVS .formRow a {
        color: #314851;
    }

    .messages.DVS ul.AttachmentMessage li p {
        color: #314851;
    }

    .messages.DVS ul.AttachmentMessage li i {
        color: #5977E0;
    }

.message-box.DVS {
    background-color: #405667;
}

    .message-box.DVS .message-submit {
        background: none;
        color: #d2c9a8
    }

        .message-box.DVS .message-submit:hover {
            color: cornflowerblue;
        }

    .message-box.DVS .message-input {
        color: rgba(255, 255, 255, 1);
        background-color: #405667;
        font-size: 12px;
    }

        .message-box.DVS .message-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #dddddd;
            opacity: 1; /* Firefox */
        }

        .message-box.DVS .message-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #dddddd;
        }

        .message-box.DVS .message-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #dddddd;
        }

        .message-box.DVS .message-input:active, .message-box.DVS .message-input:focus {
            color: rgba(255, 255, 255, 1);
            background-color: #405667;
            font-size: 12px;
        }


.lookupList.DVS li:hover {
    color: #1787fb;
}

.lookupList.DVS label {
    color: #314851;
}

.DVS-main .chat-title i, .DVS-main .chat-title .close i.fa-times-circle {
    color: #d2c9a8;
}

    .DVS-main .chat-title i:hover, .DVS-main .chat-title .close i.fa-times-circle:hover {
        color: cornflowerblue;
    }

.DVS-main #divChatMessageContent .message.message-personal {
    background-color: #d2c9a8;
}
.messages.DVS #divChatMessageContent .message.message-personal::before {
    border-top: 4px solid #d2c9a8;
}


.chat.CHAMP-main {
    background-color: #27347F;
}

    .chat.CHAMP-main .chat-title {
        background: #b3a370;
    }

.messages.CHAMP {
    background-color: #d8d4ca;
    color: #000000;
}
    .messages.CHAMP .typing-text {
        color: #000000;
    }

    .messages.CHAMP .dot {
        background-color: #000000;
    }

    .messages.CHAMP .message {
        background-color: #ffffff;
        text-shadow: none;
    }

        .messages.CHAMP .message::before {
            border-top: 6px solid #ffffff;
        }

        .messages.CHAMP .message.message-personal::before {
            border-top: 4px solid #b3a370;
        }

        .messages.CHAMP .message.message-personal {
            color: #000000;
            background: #ffffff;
        }

        .messages.CHAMP .message .avatar {
            border: 2px solid rgba(0, 0, 0, 0.24);
        }

        .messages.CHAMP .message.loading::before {
            border-top: 3px solid rgba(0, 0, 0, 0.1);
            background: rgba(89,119,224, 1);
        }

        .messages.CHAMP .message.loading span::before {
            background: rgba(89,119,224, 1);
        }

        .messages.CHAMP .message.loading span::after {
            background: rgba(89,119,224, 1);
        }

        .messages.CHAMP .message .timestamp {
            color: #000000;
        }

    .messages.CHAMP .formRow label {
        color: #314851;
        font-family: gillsansnova_book,"Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .messages.CHAMP .formRow a {
        color: #314851;
    }

    .messages.CHAMP ul.AttachmentMessage li p {
        color: #314851;
    }

    .messages.CHAMP ul.AttachmentMessage li i {
        color: #5977E0;
    }

.message-box.CHAMP {
    background-color: #b3a370;
}

    .message-box.CHAMP .message-submit {
        background: none;
        color: #ffffff;
        padding-top:2px;
    }

        .message-box.CHAMP .message-submit:hover {
            color: #f0eee7;
        }

        .message-box.CHAMP .message-submit:focus {
            background: none;
            color: #f0eee7;
        }

            .message-box.CHAMP .message-submit:focus i {
                color: #ffffff;
            }

    .message-box.CHAMP .message-input {
        color: rgba(0, 0, 0, 1); /*rgba(255, 255, 255, 1);*/
        background-color: #ffffff;/*#b3a370;*/
        font-size: 12px;
        width:223px;
        border-radius:6px;
    }

        .message-box.CHAMP .message-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #dddddd;
            opacity: 1; /* Firefox */
        }

        .message-box.CHAMP .message-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #dddddd;
        }

        .message-box.CHAMP .message-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #dddddd;
        }

        .message-box.CHAMP .message-input:active, .message-box.CHAMP .message-input:focus {
            color: rgba(0, 0, 0, 1); /*rgba(255, 255, 255, 1);*/
            background-color: #ffffff; /*#b3a370;*/
            font-size: 12px;
            width:223px;
        }
#cmdSendFeedback,
#cmdConnectChatRoom {
    padding-top: 6px;
}
.CHAMP #divDropFile a {
    background-color: #b3a370;
    padding: 12px 26px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-top: 12px;
    line-height: 1;
}

    .CHAMP #divDropFile a:hover {
        background-color: #9f8f5c;
    }


.lookupList.CHAMP li:hover {
    color: #1787fb;
}

.lookupList.CHAMP label {
    color: #314851;
}

.CHAMP-main .chat-title i, .CHAMP-main .chat-title .close i.fa-times-circle {
    color: #ffffff;
}

    .CHAMP-main .chat-title i:hover, .CHAMP-main .chat-title .close i.fa-times-circle:hover {
        color: #f0eee7;
    }

.CHAMP-main #divChatMessageContent .message.message-personal {
    background-color: #b3a370;
}
.messages.CHAMP #divChatMessageContent .message.message-personal::before {
    border-top: 4px solid #b3a370;
}

.CHAMP .rating > label {
    color: #ffffff;
    float: right;
}


.chat.CII {
    background-color: #333333;
}

.chat.CII-main .chat-title {
    /*background: #7E3E44;*/
    background: #a7c0d0;
}

.messages.CII {
    background-color: #cbd8e0;
    color: #333333;
}
    .messages.CII .typing-text {
        color: #333333;
    }

    .messages.CII .dot {
        background-color: #333333;
    }

    .messages.CII form .asterisk {
        color: #7E3E44;
    }

    .messages.CII .message {
        background-color: #b1cada;
        text-shadow: none;
    }

        .messages.CII .message::before {
            border-top: 6px solid rgba(0, 0, 0, 0.1);
        }

        .messages.CII .message.message-personal::before {
            border-top: 4px solid #eff5fc;
        }

        .messages.CII .message.message-personal {
            color: #333333;
            background: #ffffff;
        }

        .messages.CII .message .avatar {
            border: 2px solid rgba(0, 0, 0, 0.24);
        }

        .messages.CII .message.loading::before {
            border-top: 3px solid rgba(0, 0, 0, 0.1);
            background: rgba(89,119,224, 1);
        }

        .messages.CII .message.loading span::before {
            background: rgba(89,119,224, 1);
        }

        .messages.CII .message.loading span::after {
            background: rgba(89,119,224, 1);
        }

        .messages.CII .message .timestamp {
            color: #333333;
        }

    .messages.CII .formRow label {
        color: #333333;
    }

    .messages.CII .formRow a {
        color: #333333;
    }

    .messages.CII ul.AttachmentMessage li p {
        color: #333333;
    }

    .messages.CII ul.AttachmentMessage li i {
        color: #5977E0;
    }

.message-box.CII {
    /*background-color: #333333;*/
    background-color: #a7c0d0;
}

    .message-box.CII .message-submit {
        background: none;
    }

        .message-box.CII .message-submit:hover {
            color: cornflowerblue;
        }

    .message-box.CII .message-input {
        color: rgba(255, 255, 255, 1);
        /*background-color: #333333;*/
        background-color: #a7c0d0;
        font-size: 12px;
    }

        .message-box.CII .message-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #18335f;
            opacity: 1; /* Firefox */
        }

        .message-box.CII .message-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #18335f;
        }

        .message-box.CII .message-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #18335f;
        }

.lookupList.CII li:hover {
    color: #1787fb;
}

.lookupList.CII label {
    color: #333333;
}

.chat.TRF {
    background-color: #2b2b2b;
}

.lookupList.TRF li {
    color: #ffa409;
}

    .lookupList.TRF li:hover i {
        color: #ffc107;
    }

.chat.TRF-main .chat-title {
    background: #2b2b2b;
}

.TRF-main .chat-title .close i.fa-times-circle {
    color: #ffa409;
}

    .TRF-main .chat-title .close i.fa-times-circle:hover {
        color: #ffc107;
    }

.messages.TRF {
    background-color: #2b2b2b;
    color: #000000;
}
    .messages.TRF .typing-text {
        color: #000000;
    }

    .messages.TRF .dot {
        background-color: #000000;
    }

    .messages.TRF form .asterisk {
        color: #ffa409;
    }

    .messages.TRF .message {
        background-color: #dddddd;
        text-shadow: none;
    }

        .messages.TRF .message::before {
            border-top: 6px solid rgba(0, 0, 0, 0.1);
        }

        .messages.TRF .message.message-personal::before {
            border-top: 4px solid #ffa409;
        }

    .messages.TRF #divChatMessageContent.lightTheme .message.message-personal::before {
        border-top: 4px solid #ffa409;
    }

    .messages.TRF .message.message-personal {
        color: #333333;
        background: #ffffff;
    }

    .messages.TRF .message .avatar {
        border: 2px solid rgba(0, 0, 0, 0.24);
    }

    .messages.TRF .message.loading::before {
        border-top: 3px solid rgba(0, 0, 0, 0.1);
        background: rgba(89,119,224, 1);
    }

    .messages.TRF .message.loading span::before {
        background: rgba(89,119,224, 1);
    }

    .messages.TRF .message.loading span::after {
        background: rgba(89,119,224, 1);
    }

    .messages.TRF .message .timestamp {
        color: #333333;
    }

    .messages.TRF .formRow label {
        color: #ffffff;
    }

    .messages.TRF .formRow a {
        color: #333333;
    }

    .messages.TRF ul.AttachmentMessage li p {
        color: #333333;
    }

    .messages.TRF ul.AttachmentMessage li i {
        color: #5977E0;
    }

.message-box.TRF {
    background-color: #ffa409;
}

    .message-box.TRF .message-submit {
        background: none;
        color: #2b2b2b;
        font-size: 20px;
    }

        .message-box.TRF .message-submit:hover {
            color: #ffffff;
        }

    .message-box.TRF .message-input {
        color: rgba(255, 255, 255, 1);
        background-color: #ffa409;
        font-size: 12px;
    }

        .message-box.TRF .message-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #18335f;
            opacity: 1; /* Firefox */
        }

        .message-box.TRF .message-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #18335f;
        }

        .message-box.TRF .message-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #18335f;
        }

.TRF-main .chat-title i:hover, .TRF-main .chat-title .close i.fa-times-circle:hover {
    color: #ffc107;
}

.lookupList.TRF li:hover {
    color: #1787fb;
}

.lookupList.TRF label {
    color: #ffffff;
}



.chat.PEABODY {
    background-color: #8e3a80;
}

.chat.PEABODY-main .chat-title {
    background: #ffffff; /*#45aeb1;*/
}

.messages.PEABODY {
    background-color: #ffffff;
    color: #009baa;
}
    .messages.PEABODY .typing-text {
        color: #009baa;
    }

    .messages.PEABODY .dot {
        background-color: #009baa;
    }

    .messages.PEABODY form .asterisk {
        color: #45aeb1;
    }

    .messages.PEABODY .message {
        background-color: #fafafa;
        text-shadow: none;
        font-size: 14px;
    }

        .messages.PEABODY .message::before {
            border-top: 6px solid #fafafa;
        }

        .messages.PEABODY .message.message-personal::before {
            border-top: 4px solid #009baa;
        }

        .messages.PEABODY .message.message-personal {
            color: #ffffff;
            background: linear-gradient(120deg, #009baa, #009baa);
        }

        .messages.PEABODY .message .avatar {
            border: none; /*2px solid rgba(0, 0, 0, 0.24);*/
        }

        .messages.PEABODY .message.loading::before {
            border-top: 3px solid rgba(0, 0, 0, 0.1);
            background: rgba(89,119,224, 1);
        }

        .messages.PEABODY .message.loading span::before {
            background: rgba(89,119,224, 1);
        }

        .messages.PEABODY .message.loading span::after {
            background: rgba(89,119,224, 1);
        }

        .messages.PEABODY .message .timestamp {
            color: #009baa;
        }

    .messages.PEABODY .formRow label {
        color: #009baa;
        font-size: 14px;
    }


    .messages.PEABODY .formRow a {
        color: #8e3a80;
    }

    .messages.PEABODY ul.AttachmentMessage li p {
        color: #ffffff;
    }

    .messages.PEABODY ul.AttachmentMessage li i {
        color: #5977E0;
    }

.message-box.PEABODY {
    background-color: #FFFFFF;
}

    .message-box.PEABODY .message-submit {
        background: #009baa;
    }

        .message-box.PEABODY .message-submit:hover {
            color: #ffffff;
            background: #008c99;
        }

    .message-box.PEABODY .message-input {
        color: #009baa !important;
        background-color: #ffffff;
        font-size: 14px;
    }

        .message-box.PEABODY .message-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #808b96;
            opacity: 1; /* Firefox */
        }

        .message-box.PEABODY .message-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #808b96;
        }

        .message-box.PEABODY .message-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #808b96;
        }

.lookupList.PEABODY li:hover {
    color: #1787fb;
}

.lookupList.PEABODY label {
    color: #009baa;
    font-size: 14px;
}

.PEABODY-main .chat-title {
    color: #009baa;
}

    .PEABODY-main .chat-title h1, .PEABODY-main .chat-title h2 {
        font-size: 14px;
    }

    .PEABODY-main .chat-title .close i.fa-times-circle,
    .PEABODY-main .chat-title .close i.fa-minus-circle {
        color: #009baa;
    }

        .PEABODY-main .chat-title .close i.fa-times-circle:hover,
        .PEABODY-main .chat-title .close i.fa-minus-circle:hover,
        .PEABODY-main .chat-title .attachment:hover,
        .PEABODY-main .chat-title .fromAttachment:hover {
            color: #008c99;
        }

.speech-bubble {
    position: relative;
    background: #00aabb;
    border-radius: .4em;
    width: 200px;
    max-width: 200px;
    max-height: 200px;
    cursor: pointer;
    position: absolute;
    right: 0px !important;
    bottom: 20px !important;
    text-decoration: none;
}

    .speech-bubble:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-top-color: #00aabb;
        border-bottom: 0;
        border-left: 0;
        margin-left: -10px;
        margin-bottom: -20px;
        cursor: pointer;
    }

    .speech-bubble h2 {
        height: 160px;
        max-height: 160px;
        text-align: center;
        padding: 10px;
        line-height: 45px;
        font-size: 28px;
        cursor: pointer;
        /*white-space: -moz-pre-wrap;*/ /* Mozilla */
        /*white-space: -hp-pre-wrap;*/ /* HP printers */
        /*white-space: -o-pre-wrap;*/ /* Opera 7 */
        /*white-space: -pre-wrap;*/ /* Opera 4-6 */
        /*white-space: pre-wrap;*/ /* CSS 2.1 */
        /*white-space: pre-line;*/ /* CSS 3 (and 2.1 as well, actually) */
        /*word-wrap: break-word;*/ /* IE */
        /*word-break: break-all;*/
    }

#chatBigButton_smallScreen.speech-bubble {
    width: 90px;
    max-width: 90px;
    max-height: 90px;
}

    #chatBigButton_smallScreen.speech-bubble h2 {
        max-height: 90px;
        height: 90px;
        font-size: 14px;
        line-height: 22px;
        padding: 0px;
    }

#divRegistrationForm {
    overflow: auto;
}

    #divRegistrationForm::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
    }

    #divRegistrationForm::-webkit-scrollbar-track {
        background: transparent; /* color of the tracking area */
    }

    #divRegistrationForm::-webkit-scrollbar-thumb {
        background-color: transparent; /* color of the scroll thumb */
        border-radius: 10px; /* roundness of the scroll thumb */
        border: none; /* creates padding around scroll thumb */
    }

.chatVerticalButton {
    position: relative;
    background: #00aabb;
    border-radius: 0.4em;
    width: 50px;
    height: 170px;
    cursor: pointer;
    text-decoration: none;
}

    .chatVerticalButton:focus {
        border: 1px solid red;
    }

a.chatVerticalButton {
    display: block;
}

.chatVerticalButton h2 {
    height: 22px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    width: 122px;
    transform: rotate(270deg);
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    left: -34px;
    top: 44px;
    text-align: left;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.chatVerticalButton:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #00aabb;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: -14px;
    cursor: pointer;
}

.chatVerticalButton i {
    color: white;
    position: absolute;
    left: 8px;
    top: 126px;
    font-size: 24px;
    background-color: #c39bd3;
    padding: 6px;
    border-radius: 4px;
    width: 35px;
    text-align: center;
}

.scroll-to-top {
    position: fixed;
    right: 24px;
    top: 66px;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(90, 92, 105, 0.5);
    line-height: 46px;
}

    .scroll-to-top:focus, .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #5a5c69;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

.rounded {
    border-radius: 0.35rem !important;
}

.unreadCounter {
    background-color: red;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
}

.slider-container {
    width: 200px;
}

.slider {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #27347F;
    border-radius: 25px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slider-text {
    flex: 1;
    color: white;
    text-align: center;
    font-size: 16px;
    pointer-events: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slider-handle {
    position: absolute;
    width: 47px;
    height: 47px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    left: 1px;
    top: 1px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.slider-handle:before {
        content: "\f5e4";*/ /* Unicode for fas fa-car-side */
/*font-family: FontAwesome;
        color: #27347F;
        font-size: 24px;
    }*/

.slider-arrow {
    position: absolute;
    right: 10px;
    color: white;
    font-size: 24px;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}


.feedback-container {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    /*background-color: transparent !important;*/
}
.messages .message.feedback-container::before {
    border-top: #dddddd !important;
}

.messages .message.feedback-container::before {
    border-top: #dddddd !important;
}

.feedback-container .feedback-btn {
    border: none;
    background-color: transparent;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    padding: 10px; /* Add padding around the emoji */
    border-radius: 50%; /* Make the background circular */
    background-color: #f0f0f0; /* Light background for visibility */
    transition: background-color 0.3s;
}

    .feedback-container .feedback-btn:hover {
        background-color: #dcdcdc; /* Slightly darker background on hover */
    }

    .feedback-container .feedback-btn:hover .tooltip {
        visibility: visible;
        opacity: 1;
    }

.feedback-container .tooltip {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
    font-size: 12px;
}

    .feedback-container .tooltip::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

.feedback-container .button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
}

    .feedback-container .button-container .button {
        background-color: #dddddd;
        color: #000000;
        padding: 10px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        width: 100%;
        max-width: 225px;
        white-space: normal;
    }

        .feedback-container .button-container .button:hover {
            background-color: #b4b4b4;
        }
.messages.CII .feedback-container .button-container .button {
    background-color: #ffffff;
    color: #000000;
}

    .messages.CII .feedback-container .button-container .button:hover {
        background-color: #b4b4b4;
    }

.messages.KARBON .feedback-container .button-container .button {
    background-color: #ffffff;
    color: #000000;
}

    .messages.KARBON .feedback-container .button-container .button:hover {
        background-color: #b4b4b4;
    }

@keyframes micGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }

    50% {
        box-shadow: 0 0 12px 6px rgba(255, 255, 255, 0.6);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }
}

.message-box .message-submit.recording {
    background: #e91e63 !important;
    animation: micGlow 1.2s infinite ease-in-out;
}
