/*--------------------
Global
--------------------*/
#chatbot-wrapper input:focus {
    outline: 0 !important;
}

#chatbot-wrapper label:focus {
    outline: 0 !important;
}

/*--------------------
Body
--------------------*/
#chatbot-wrapper *,
#chatbot-wrapper *::before,
#chatbot-wrapper *::after {
    box-sizing: border-box;
}

#chatbot-wrapper .dolphin-message-box-container * {
    /* all: initial; */
}


/*--------------------
Login
--------------------*/
@media (min-width: 700px) {
    #chatbot-wrapper .dolphin-login {
        -webkit-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        top: 60%;
        right: -170px;
        width: 380px;
        height: 565px;
        border-radius: 10px;
    }

    #chatbot-wrapper .iti__country-list {
        font-size: 15px;
        max-width: 658%;
    }
}

@media (max-width: 700px) {
    #chatbot-wrapper .dolphin-login {
        width: 100%;
        height: 100%;
        z-index: 99999999;
        overflow: hidden;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
        background: #E5E5E5;
        text-align: center;
        top: 0% !important;
        left: 0% !important;
    }

    #chatbot-wrapper .iti__country-list {
        font-size: 15px;
        max-width: 658%;
    }
}

@media (max-height: 600px) {
    #chatbot-wrapper .dolphin-login {
        width: 100% !important;
        height: 100% !important;
        z-index: 99999999 !important;
        overflow: hidden !important;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2) !important;
        background: #E5E5E5;
        text-align: center !important;
        top: 0% !important;
        left: 0% !important;
        right: 0% !important;
        transform: unset !important;
        border-radius: 0px !important;
    }

    #chatbot-wrapper .iti__country-list {
        font-size: 15px;
        max-width: 658%;
    }

    #chatbot-wrapper .dolphin-connect-message {
        margin-top: 2% !important;
        margin-bottom: 0% !important;
    }
}

#chatbot-wrapper .dolphin-login {
    position: fixed;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    z-index: 99999999;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    background: white;
    text-align: center;
    font-family: "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-style: normal;
    letter-spacing: normal;
    font-stretch: normal;
    font-weight: normal;
    text-align-last: initial;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    box-sizing: content-box;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-variant: normal;
    text-decoration: none;
}

#chatbot-wrapper .dolphin-login-body {
    height: 86.5%;
    background: white;
    width: 100%;
    top: unset;
    position: relative;
    left: unset;
    border-radius: unset;
    box-shadow: unset;
    overflow: auto;
}

/*--------------------
Login Input
--------------------*/
#chatbot-wrapper .dolphin-member-mode-tilte-box {
    background: none !important;
    border: none !important;
    border-radius: 5px;
    width: 90%;
    margin: -25px auto auto auto;
    outline: none !important;
    color: rgba(93, 109, 126, 1);
    text-align: left;
    font-size: 15px;
    padding-bottom: 8px;
}

#chatbot-wrapper .dolphin-member-box {
    background: none !important;
    border: none !important;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    outline: none !important;
    color: rgba(93, 109, 126, 1);
    text-align: left;
    font-size: 15px;
    padding-bottom: 8px;
}

#chatbot-wrapper .dolphin-non-member-box {
    background: none !important;
    border: none !important;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    outline: none !important;
    color: rgba(93, 109, 126, 1);
    text-align: left;
    font-size: 15px;
    padding-bottom: 8px;
}

#chatbot-wrapper .dolphin-member-mode-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 0px;
}

#chatbot-wrapper .dolphin-member-mode-check {
    margin-right: 16px;
}

#chatbot-wrapper .dolphin-select-option-member-mode {
    border: 3px solid #C70039 !important;
}

#chatbot-wrapper .dolphin-member-mode-check:hover .dolphin-select-member-mode::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    box-shadow: 0.1px 0.1px 3px 0px #C70039;
}

#chatbot-wrapper .dolphin-select-member-mode {
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: #eee;
    border-radius: 50%;
}

#chatbot-wrapper .dolphin-member-id-input {
    border: 1px solid #A1ABC0;
    background: #FFFFFF;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    height: 52px;
    outline: none !important;
    color: black;
    margin-top: 4px !important;
    padding: 16px;
    font-size: 14px;
}

#chatbot-wrapper .dolphin-member-id-input:focus {
    border-bottom: solid 1px #58D68D;
}

#chatbot-wrapper .dolphin-member-id-input input:focus:-webkit-placeholder {
    color: transparent;
}

#chatbot-wrapper .dolphin-name-input {
    border: 1px solid #A1ABC0;
    background: #FFFFFF;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    height: 52px;
    outline: none !important;
    color: black;
    margin-top: 4px !important;
    padding: 16px;
    font-size: 14px;
}

#chatbot-wrapper .dolphin-name-input:focus {
    border-bottom: solid 1px #58D68D;
}

#chatbot-wrapper .dolphin-name-input input:focus:-webkit-placeholder {
    color: transparent;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: rgba(93, 109, 126, 0.8) !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(93, 109, 126, 0.8) !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(93, 109, 126, 0.8) !important;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: rgba(93, 109, 126, 0.8) !important;
    opacity: 1;
}

#chatbot-wrapper .dolphin-email-input {
    border: 1px solid #A1ABC0;
    background: #FFFFFF;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    height: 52px;
    outline: none !important;
    color: black;
    margin-top: 4px !important;
    padding: 16px;
    font-size: 14px;
}

#chatbot-wrapper .dolphin-email-input:focus {
    border-bottom: solid 1px #58D68D;
}

#chatbot-wrapper .dolphin-email-input input:focus:-webkit-placeholder {
    color: transparent;
}

#chatbot-wrapper .dolphin-phone-input {
    border: 1px solid #A1ABC0;
    background: #FFFFFF;
    border-radius: 8px;
    width: 100%;
    margin: 0 auto;
    height: 52px;
    outline: none !important;
    color: black;
    margin-top: 4px !important;
    padding: 10px;
    font-size: 14px;
    padding: 16px 16px 16px 52px;
}

#chatbot-wrapper .dolphin-phone-input:focus {
    border-bottom: solid 1px #58D68D;
}

#chatbot-wrapper .dolphin-phone-input input:focus:-webkit-placeholder {
    color: transparent;
}

#chatbot-wrapper .dolphin-comment-input {
    border: 1px solid #A1ABC0;
    background: #FFFFFF;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    height: 120px;
    outline: none !important;
    color: black;
    margin-top: 4px !important;
    padding: 16px;
    font-size: 14px;
    resize: none;
    font-family: inherit;
}

#chatbot-wrapper .dolphin-comment-input:focus {
    border-bottom: solid 1px #58D68D;
}

#chatbot-wrapper .dolphin-comment-input input:focus:-webkit-placeholder {
    color: transparent;
}

#chatbot-wrapper .dolphin-select-topic {
    border: 1px solid #A1ABC0;
    background: #FFFFFF;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    height: 52px;
    outline: none !important;
    color: black;
    margin-top: 4px !important;
    padding: 16px;
    font-size: 14px;
}

#chatbot-wrapper .dolphin-select-topic:focus {
    border-bottom: solid 1px #58D68D;
}

#chatbot-wrapper .dolphin-select-topic input:focus:-webkit-placeholder {
    color: transparent;
}

#chatbot-wrapper .dolphin-login-connect {
    z-index: 1;
    color: #fff;
    border: none;
    height: 51px;
    width: 90%;
    background: #C70039;
    text-transform: uppercase;
    line-height: 1;
    padding: 16px 24px;
    border-radius: 8px;
    outline: none !important;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    cursor: pointer;
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 4%;
    font-weight: bold;
    letter-spacing: 4px;
}

#chatbot-wrapper .dolphin-login-connect:hover {
    background: #c70038b5;
}

#chatbot-wrapper .dolphin-email-submit {
    z-index: 1;
    color: #fff;
    border: none;
    height: 51px;
    width: 90%;
    background: #C70039;
    text-transform: uppercase;
    line-height: 1;
    padding: 16px 24px;
    border-radius: 8px;
    outline: none !important;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    cursor: pointer;
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 4%;
    font-weight: bold;
    letter-spacing: 4px;
}

#chatbot-wrapper .dolphin-email-submit:hover {
    background: #c70038b5;
}

#chatbot-wrapper .dolphin-login-close {
    float: right;
}

#chatbot-wrapper .dolphin-connect-message {
    color: #3E3E3E;
    font-size: 15px;
    width: 90%;
    margin-top: 4%;
    margin-bottom: 5%;
    display: inline-block;
    line-height: 14px;
}

#chatbot-wrapper .dolphin-warning-member-mode {
    color: red;
    width: 90%;
    font-size: 10px;
    display: inline-block;
    text-align: left;
}

#chatbot-wrapper .dolphin-warning-member-id {
    color: red;
    width: 90%;
    font-size: 10px;
    display: inline-block;
    text-align: right;
}

#chatbot-wrapper .dolphin-warning-name {
    color: red;
    width: 90%;
    font-size: 10px;
    display: inline-block;
    text-align: right;
}

#chatbot-wrapper .dolphin-warning-email {
    color: red;
    width: 90%;
    font-size: 10px;
    display: inline-block;
    text-align: right;
}

#chatbot-wrapper .dolphin-warning-phone {
    color: red;
    width: 90%;
    font-size: 10px;
    display: inline-block;
    text-align: right;
}

#chatbot-wrapper .dolphin-warning-selection-topic {
    color: red;
    width: 90%;
    font-size: 10px;
    display: inline-block;
    text-align: right;
}

#chatbot-wrapper .dolphin-warning-comment {
    color: red;
    width: 90%;
    font-size: 10px;
    display: inline-block;
    text-align: right;
}

#chatbot-wrapper .dolphin-warning-login-box {
    background-color: white;
    width: 100%;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    height: 35px;
}

#chatbot-wrapper .dolphin-warning-login {
    color: black;
    width: 90%;
    font-size: 11px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#chatbot-wrapper .dolphin-error-login-box {
    background-color: white;
    width: 100%;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    height: 100%;
}

#chatbot-wrapper .dolphin-error-login {
    color: black;
    width: 90%;
    font-size: 11px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 25%;
}

#chatbot-wrapper .dolphin-captcha {
    text-align: center;
}

#chatbot-wrapper .dolphin-g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    width: 78%;
    display: inline-block;
}

#chatbot-wrapper .g-recaptcha div {
    width: 100% !important;
}

#chatbot-wrapper .dolphin-check-tnc {
    margin-left: 5%;
    margin-top: 4px;
    display: block;
    height: 12px;
    width: 12px;
    font-size: 15px;
    box-sizing: border-box;
    padding: 0px;
}

#chatbot-wrapper .dolphin-label-check-tnc {
    font-size: 14px;
    margin-left: 10%;
    margin-top: -16px;
    width: 85%;
    display: block;
    text-align-last: start;
    text-align: start;
    color: #C70039;
}

#chatbot-wrapper .dolphin-warning-check-tnc {
    color: red;
    width: 90%;
    font-size: 10px;
    display: inline-block;
    text-align: right;
}

/*--------------------
Loading
--------------------*/
#chatbot-wrapper .dolphin-loader {
    background: url('https://cdn.3dolphins.ai/widget/images/ic_loading.gif');
    width: 100px;
    height: 80px;
}

/*--------------------
Chat
--------------------*/
@media (min-width: 700px) {
    #chatbot-wrapper .dolphin-chat {
        -webkit-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
        top: 60%;
        right: -170px;
        width: 380px;
        height: 565px;
        border-radius: 10px;
        position: fixed;
    }
}

@media (max-width: 700px) {
    #chatbot-wrapper .dolphin-chat {
        width: 100%;
        height: 100%;
        z-index: 999999;
        overflow: hidden;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0% !important;
        left: 0% !important;
    }

    #chatbot-wrapper .dolphin-login-body {
        height: 90.5%;
    }
}

@media (max-height: 600px) {
    #chatbot-wrapper .dolphin-chat {
        width: 100%;
        height: 100%;
        z-index: 999999 !important;
        overflow: hidden !important;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2) !important;
        position: fixed !important;
        top: 0% !important;
        left: 0% !important;
        right: 0% !important;
        transform: unset !important;
        border-radius: 0% !important;
    }
}

#chatbot-wrapper .dolphin-chat {
    margin: 0 auto;
    z-index: 999999;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-family: "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-style: normal;
    letter-spacing: normal;
    font-stretch: normal;
    font-weight: normal;
    text-align-last: initial;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    box-sizing: content-box;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-variant: normal;
    text-decoration: none;
}

/*--------------------
Chat Title
--------------------*/
@media (min-width: 700px) {
    #chatbot-wrapper .dolphin-chat-title {
        border-radius: 10px 10px 0 0;
    }
}

@media (max-width: 700px) {
    #chatbot-wrapper .dolphin-chat-title {
        border-radius: 0 0 0 0;
    }
}

@media (max-height: 600px) {
    #chatbot-wrapper .dolphin-chat-title {
        border-radius: 0 0 0 0 !important;
    }
}

#chatbot-wrapper .dolphin-chat-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 55px;
    -ms-flex: 0 1 55px;
    flex: 0 1 55px;
    position: relative;
    z-index: 2;
    background: #C70039;
    text-transform: none;
    text-align: left;
    padding: 10px 10px 10px 50px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
    height: 55px;
}

#chatbot-wrapper .dolphin-chat-title .header-title {
    color: #ffffff;
    font-size: 14px;
}

#chatbot-wrapper .dolphin-chat-title span {
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
}

#chatbot-wrapper .login-header-box {
    width: 92%;
    line-height: 12px;
    height: 35px;
}

#chatbot-wrapper .login-sub-header-box {
    width: 92%;
    line-height: 8px;
    display: block;
    margin-top: -18px;
}

#chatbot-wrapper .chat-header-box {
    width: 60%;
    line-height: 12px;
    height: 35px;
}

#chatbot-wrapper .chat-sub-header-box {
    width: 70%;
    line-height: 8px;
    display: block;
    margin-top: -18px;
}

#chatbot-wrapper .dolphin-queue-title {
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px;
    font-family: sans-serif;
    background: #C70039;
    text-align: center;
}

#chatbot-wrapper .dolphin-queue-timer {
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px;
    font-family: sans-serif;
    background: #C70039;
    text-align: center;
}

#chatbot-wrapper .dolphin-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: 1px solid rgb(255 255 255);
}

#chatbot-wrapper .dolphin-chat-title .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#chatbot-wrapper .dolphin-chat-close {
    float: right;
}

#chatbot-wrapper .dolphin-chat-notification {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 15px !important;
    padding: 5px;
    background: rgba(199, 0, 57, 0.8);
    border: 2px solid white;
    color: #fff;
    text-align: center;
    font: 9px Arial, sans-serif;
    position: fixed;
    bottom: 60px;
    right: 72px;
    z-index: 999999;
    display: none;
    font-size: 15px;
}

#chatbot-wrapper .dolphin-chat-notification .hidden {
    display: none;
}

#chatbot-wrapper .dolphin-chat-icon {
    font-family: arial;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 3px 7px 20px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 7px 20px -4px rgba(0, 0, 0, 0.75);
    background-color: #C70039;
    background-size: 48px;
    background-repeat: no-repeat;
    background-position: 50%;
    float: right;
}

#chatbot-wrapper .dolphin-chat-icon .hidden {
    display: none;
}

#chatbot-wrapper .dolphin-chat-body {
    height: 100%;
    background: white;
}

/*--------------------
Messages
--------------------*/
#chatbot-wrapper .dolphin-messages {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: rgba(93, 109, 126, 1);
    overflow: hidden;
    position: relative;
    width: 100%;
    background: white;
    -webkit-overflow-scrolling: touch !important;
    margin-bottom: -1px;
}

#chatbot-wrapper .dolphin-messages .messages-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 101%;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
    padding-left: 3px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

#chatbot-wrapper .dolphin-messages .messages-content::-webkit-scrollbar {
    width: 6px;
}

#chatbot-wrapper .dolphin-messages .messages-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#chatbot-wrapper .dolphin-messages .messages-content::-webkit-scrollbar-thumb {
    background: rgba(234, 236, 238, 0.8);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#chatbot-wrapper .dolphin-messages .messages-content::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(234, 236, 238, 0.4);
}

#chatbot-wrapper .dolphin-messages .message {
    clear: both;
    float: left;
    padding: 16px 16px 24px;
    border: unset;
    border-radius: 0 16px 16px 16px;
    background: #F3F4F5;
    margin: 3px 0;
    font-size: 15px;
    line-height: 1.4;
    margin-left: 35px;
    position: relative;
    text-align: left;
    word-break: break-word;
    min-width: 40px;
    min-width: 64px;
    color: #3E3E3E;
    margin-top: 5px;
}

#chatbot-wrapper .dolphin-messages .message .timestamp {
    position: absolute;
    bottom: 12px;
    font-size: 9px;
    color: rgba(93, 109, 126, 0.9);
    right: 14px;
}

#chatbot-wrapper .dolphin-messages .message::before {
    content: '';
    position: absolute;
    bottom: -6px;
    border-top: 6px solid rgba(247, 249, 249, 0.9);
    left: 0;
    border-right: 7px solid transparent;
    display: none;
}

#chatbot-wrapper .dolphin-messages .message .avatar {
    position: absolute;
    z-index: 1;
    bottom: unset;
    left: -35px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.24);
    top: 0px;
}

#chatbot-wrapper .dolphin-messages .message .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#chatbot-wrapper .dolphin-messages .message.message-personal {
    float: right;
    color: #fff;
    text-align: right;
    background: #C70039;
    border-radius: 10px 10px 0 10px;
}

#chatbot-wrapper .dolphin-messages .message.message-personal::before {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 5px solid transparent;
    border-top: 4px solid #C70039;
    bottom: -4px;
}

#chatbot-wrapper .dolphin-messages .message.message-image-personal {
    padding: 5px 5px 24px;
    float: right;
    color: #fff;
    text-align: right;
    background: -webkit-linear-gradient(330deg, #C70039, #C70039);
    background: linear-gradient(120deg, #C70039, #C70039);
    border-radius: 10px 10px 0 10px;
}

#chatbot-wrapper .dolphin-messages .message.message-image-personal::before {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 5px solid transparent;
    border-top: 4px solid #C70039;
    bottom: -4px;
}

#chatbot-wrapper .dolphin-messages .message.message-image-agent {
    padding: 5px 5px 24px;
}

#chatbot-wrapper .dolphin-messages .message.message-failed {
    float: right;
    color: #e7e5e5;
    text-align: right;
    background: -webkit-linear-gradient(330deg, #C70039, #C70039);
    background: linear-gradient(120deg, #C70039, #C70039);
    border-radius: 10px 10px 0 10px;
}

#chatbot-wrapper .dolphin-messages .message.message-failed::before {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 5px solid transparent;
    border-top: 4px solid #C70039;
    top: 0px;
}

#chatbot-wrapper .dolphin-messages .message.message-failed::after {
    position: absolute;
    top: -4px;
    background-size: 12px 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAN1wAADdcBQiibeAAAAVlpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KTMInWQAAApxJREFUOBFVUs9LVFEUPvfe957OiM2YP2A0zRGMqE2BidCulUYiaoquAlvoQLjxH/AfaCO1cFHSylBQgohQaNfCH4EoQYT4Ey0YwxmGnJn35t3b+R7zyj64zJnvfN+555x3BTEWiNQwkY/4bXPzPeN5Y7K6ulNEIq3gTD5/YHK5NbLtuZHj4w1woUeEwTSRdbOp6YXUejwaiVBhb48uoGRE+VS2tdFFPk9aytlvJyfPpolK8AoIEPiNje/jUnZnbZv8/X23fmpK1nd0SOTTm5s6/fy5VsmkE/M8ymj9UZ2ePkLXgUAnEi/jSnVntS6KqirtEjnXe3qsOyMjEgcxOOSgwUXwoLicTyQ6pBDjWd8nY4wNDgmP2w1xKZbQcBGCp+wVY1HJHiFcIURghlGXSqGfNLcdItCwFh6OxyxhTKdnDK/aSD6h7j/T5QJljURJeCVZVmuJW2L8vR2b9V2eugzEwbZDgrWBh72SpBT/7sUkgvBfYKwQIce/IXgX/O2UsPjRHDpSXi0ao9ktTaFAFqt+bW3RUXt7oEcMDjnWgNO2UrLguocWE+u8+rtFITTm44KkWPF7d5dON/jRsSF/cBBwyAVgLT5XUal1adXWzuXRrg44zU+Yipy81tdHXakUdU1MUFNvb8Ahx9DQFthj1dTMycfb22sUj7+O8S44gSs0mgxmhBzgzsrTw+xdwd7YAy9Go1uDg6mvy8utsbOzB9lMxjhE7s+VFflFCExDP1ZXfea0zmTsmFIVubq6T7f7+1O0s0NiYWhIDS8u+h9mZiou5udnRTr9pIIfUYHnzsHNQOOVySQVuW3T0PAmOjo6/nBysghv0FlYBOJ3AwP33aOjp8JxOlU8fgOcf37+nRe47rS0vOpbWvoMLvT8AQoHNRxpl5+cAAAAAElFTkSuQmCC);
    content: ""
}

#chatbot-wrapper .dolphin-messages .message.message-sending {
    float: right;
    color: #e7e5e5;
    text-align: right;
    background: -webkit-linear-gradient(330deg, #C70039, #C70039);
    background: linear-gradient(120deg, #C70039, #C70039);
    border-radius: 10px 10px 0 10px;
}

#chatbot-wrapper .dolphin-messages .message.message-sending::after {
    position: absolute;
    top: -4px;
    background-size: 12px 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('https://cdn.3dolphins.ai/widget/images/ic_timer.gif');
    content: ""
}

#chatbot-wrapper .dolphin-messages .message.message-read {
    float: right;
    color: #e7e5e5;
    text-align: right;
    background: #C70039;
    border-radius: 10px 10px 0 10px;
}

#chatbot-wrapper .dolphin-messages .message.message-read::after {
    position: absolute;
    top: unset;
    background-size: 12px 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC43NDYxNSAwTDMuMzYzOTYgNS40NjY1OUwxLjIzNjMzIDMuMjk5OTdMMC4zMTU3OTYgNC4yMzMzNEwzLjM2Mzk2IDcuMzMzMzNMOS42NjY2OSAwLjkzMzM3M0w4Ljc0NjE1IDBaTTYuMTEwOTggNi4wNjI4OEw3LjM2Mzk2IDcuMzMzMzNMMTMuNjY2NyAwLjkzMzM3M0wxMi43NDYyIDBMNy4zNjM5NiA1LjQ2NjU5TDcuMDMwODUgNS4xMjg4M0w2LjExMDk4IDYuMDYyODhaIiBmaWxsPSIjMDBEMkEwIi8+Cjwvc3ZnPgo=);
    content: "";
    bottom: 12px;
    right: 14px;
}

#chatbot-wrapper .dolphin-messages .message.message-sent {
    float: right;
    color: #e7e5e5;
    text-align: right;
    background: #C70039;
    border-radius: 10px 10px 0 10px;
}

#chatbot-wrapper .dolphin-messages .message.message-sent::after {
    position: absolute;
    top: unset;
    background-size: 12px 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC43NDYxNSAwTDMuMzYzOTYgNS40NjY1OUwxLjIzNjMzIDMuMjk5OTdMMC4zMTU3OTYgNC4yMzMzNEwzLjM2Mzk2IDcuMzMzMzNMOS42NjY2OSAwLjkzMzM3M0w4Ljc0NjE1IDBaTTYuMTEwOTggNi4wNjI4OEw3LjM2Mzk2IDcuMzMzMzNMMTMuNjY2NyAwLjkzMzM3M0wxMi43NDYyIDBMNy4zNjM5NiA1LjQ2NjU5TDcuMDMwODUgNS4xMjg4M0w2LjExMDk4IDYuMDYyODhaIiBmaWxsPSIjMDBEMkEwIi8+Cjwvc3ZnPgo=);
    content: "";
    bottom: 12px;
    right: 14px;
}

#chatbot-wrapper .dolphin-messages .message.message-personal::after {
    position: absolute;
    top: unset;
    background-size: 12px 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC43NDYxNSAwTDMuMzYzOTYgNS40NjY1OUwxLjIzNjMzIDMuMjk5OTdMMC4zMTU3OTYgNC4yMzMzNEwzLjM2Mzk2IDcuMzMzMzNMOS42NjY2OSAwLjkzMzM3M0w4Ljc0NjE1IDBaTTYuMTEwOTggNi4wNjI4OEw3LjM2Mzk2IDcuMzMzMzNMMTMuNjY2NyAwLjkzMzM3M0wxMi43NDYyIDBMNy4zNjM5NiA1LjQ2NjU5TDcuMDMwODUgNS4xMjg4M0w2LjExMDk4IDYuMDYyODhaIiBmaWxsPSIjMDBEMkEwIi8+Cjwvc3ZnPgo=);
    content: "";
    bottom: 12px;
    right: 14px;
}

#chatbot-wrapper .dolphin-messages .message:last-child {
    margin-bottom: 30px;
}

#chatbot-wrapper .dolphin-messages .message.new {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: bounce 0ms linear both;
    animation: bounce 0ms linear both;
}

#chatbot-wrapper .animation-bounce::after {
    position: absolute;
    top: 44%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(133, 146, 158, 0.9);
    z-index: 2;
    margin-top: 4px;
    -webkit-animation: ball 0.80s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    animation: ball 0.80s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    border: none;
    -webkit-animation-delay: -1.7s;
    animation-delay: -1.7s;
}

#chatbot-wrapper .dolphin-messages .message.loading span {
    display: block;
    font-size: 0;
    width: 40px;
    height: 20px;
    position: relative;
}

#chatbot-wrapper .span-animation-bouce::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(133, 146, 158, 0.9);
    z-index: 2;
    margin-top: 4px;
    -webkit-animation: ball 0.80s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    animation: ball 0.80s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    margin-left: -10px;
}

#chatbot-wrapper .span-animation-bouce::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(133, 146, 158, 0.9);
    z-index: 2;
    margin-top: 4px;
    -webkit-animation: ball 0.80s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    animation: ball 0.80s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
    margin-left: 10px;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

/*--------------------
Message Box
--------------------*/
#chatbot-wrapper .dolphin-message-box-container {
    background: white;
    height: 64px;
    margin-top: -1px;
    margin-bottom: -1px;
}

@media (max-width: 700px) {
    #chatbot-wrapper .dolphin-message-box .message-input {
        width: 80% !important;
    }
}

@media (max-width: 600px) {
    #chatbot-wrapper .dolphin-message-box .message-input {
        width: 74% !important;
    }
}

@media (max-width: 460px) {
    #chatbot-wrapper .dolphin-message-box .message-input {
        width: 70% !important;
    }
}

@media (max-width: 400px) {
    #chatbot-wrapper .dolphin-message-box .message-input {
        width: 68% !important;
    }
}

#chatbot-wrapper .dolphin-message-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40px;
    -ms-flex: 0 1 40px;
    flex: 0 1 40px;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    position: relative;
    border: 1px solid white;
    border-radius: 0px;
    margin: unset;
    box-shadow: 0px -1px 1px 0 rgb(150 165 190 / 30%);
    padding-bottom: 5px;
    top: 0px;
    height: 50px;
}

#chatbot-wrapper .dolphin-message-box .message-input {
    background: none;
    border: 1px solid rgb(198, 200, 201);
    border-radius: 8px;
    outline: none !important;
    resize: none;
    color: rgba(93, 109, 126, 1);
    font-size: 15px;
    font-family: "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    height: 32px;
    margin: 0px 0px 0px 38px;
    padding: 6px;
    width: 65%;
    float: left;
    box-shadow: unset !important;
    min-height: unset !important;
}

#chatbot-wrapper .message-input-75-percent {
    width: 75% !important;
}

#chatbot-wrapper .message-input-85-percent {
    width: 75% !important;
}

#chatbot-wrapper .dolphin-message-box textarea:focus:-webkit-placeholder {
    color: rgba(93, 109, 126, 0.9);
}

#chatbot-wrapper .dolphin-message-box .message-submit {
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 10px;
    color: #fff;
    border: none;
    background: #C70039;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    padding: 10px 10px;
    border-radius: 10px;
    outline: none !important;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCwgMCwgMzIsIDMyIj4KICA8ZyBpZD0iTGF5ZXJfMSI+CiAgICA8Zz4KICAgICAgPHBhdGggZD0iTTIuNDgyLDE2LjE4IEMxLjM5OCwxNi43NDggMS40NDMsMTcuNTggMi41OCwxOC4wMzIgTDUuOTQ0LDE5LjM2MyBDNy4wODEsMTkuODEyIDguOCwxOS41NjcgOS43NjUsMTguODEzIEwyNC4zNzcsNy4yOSBDMjUuMzM4LDYuNTMzIDI1LjQ0MSw2LjY0NSAyNC42MDYsNy41MzkgTDEzLjA1NCwxOS45MDMgQzEyLjIxNywyMC43OTUgMTIuNDY0LDIxLjg4NyAxMy42MDQsMjIuMzI4IEwxMy45OTgsMjIuNDgyIEMxNS4xMzgsMjIuOTIyIDE2Ljk5OCwyMy42NjQgMTguMTMsMjQuMTI0IEwyMS44NjIsMjUuNjQ1IEMyMi45OTUsMjYuMTA1IDIzLjkyMiwyNi40ODcgMjMuOTI0LDI2LjQ5NCBDMjMuOTI1LDI2LjUwMSAyMy45MywyNi41MjIgMjMuOTM2LDI2LjUyNCBDMjMuOTQyLDI2LjUyNiAyNC4yMDksMjUuNTYyIDI0LjUzLDI0LjM4MyBMMzAuMjE4LDMuNDc1IEMzMC41MzksMi4yOTUgMjkuOTE2LDEuNzk0IDI4LjgzMywyLjM2MiBMMi40ODIsMTYuMTggeiIgZmlsbD0iI0FFQjZCRiIvPgogICAgICA8cGF0aCBkPSJNMTEuNzE3LDI5Ljg2NSBDMTEuNjUsMzAuMDY0IDE0LjAxOCwyNi40MzYgMTQuMDE4LDI2LjQzNiBDMTQuNjg3LDI1LjQxNCAxNC4zMDgsMjQuMTk1IDEzLjE3NiwyMy43MzMgTDEwLjU5NCwyMi42NzUgQzkuNDYyLDIyLjIxMiA4LjkyLDIyLjc1NSA5LjM4OSwyMy44ODcgQzkuMzg5LDIzLjg4OCAxMS43ODUsMjkuNjYxIDExLjcxNywyOS44NjUgeiIgZmlsbD0iI0FFQjZCRiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==) no-repeat;
    background-size: 20px 20px;
    width: 40px;
    height: 30px;
    background-position: center;
    box-shadow: 0 0 10px 0 rgba(150, 165, 190, .3);
}

#chatbot-wrapper .dolphin-message-box .message-submit:hover {
    background-color: #F7F9F9;
}

#chatbot-wrapper .dolphin-message-box #cancel.message-submit {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjAiIHk9IjAiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwLCAwLCA1MTIsIDUxMiI+CiAgPGcgaWQ9IkxheWVyXzEiPgogICAgPHBhdGggZD0iTTUxMS41NjMsNDM0LjI1OSBDNTA5LjgzNSwyOTEuOTMgMzg3LjE0MywxNzYuMDE3IDIzNC40NzYsMTcwLjg0IEwyMzQuNDc2LDk1Ljk5OSBDMjM0LjQ3Niw3OC4zNTQgMjIwLjEzNCw2NCAyMDIuNTAyLDY0IEMxOTQuNTcxLDY0IDE4Ni45MTEsNjcuMDQyIDE4MC45NzgsNzIuNTYyIEMxODAuOTc4LDcyLjU2MiA0Ni4xNSwxOTcuMzkxIDcuMzY5LDIzNi4zMTcgQzIuNjIzLDI0MS4xMDkgMCwyNDguMDg4IDAsMjU1Ljk5NCBDMCwyNjMuOSAyLjYyMywyNzAuODc5IDcuMzY5LDI3NS42ODEgQzQ2LjE1LDMxNC41OTYgMTgwLjk3OCw0MzkuNDI2IDE4MC45NzgsNDM5LjQyNiBDMTg2LjkxMSw0NDQuOTQ3IDE5NC41NzEsNDQ3Ljk4OCAyMDIuNTAyLDQ0Ny45ODggQzIyMC4xMzMsNDQ3Ljk4OCAyMzQuNDc2LDQzMy42MzQgMjM0LjQ3Niw0MTUuOTg5IEwyMzQuNDc2LDM0MS4zOTggQzM4Ny45NTUsMzQzLjU1NCA0OTAuMjY4LDM5Mi4wMDEgNDkwLjI2OCw0MzcuMzIyIEM0OTAuMjY4LDQ0My4yMTggNDk1LjAzNSw0NDcuOTg4IDUwMC45MjYsNDQ3Ljk4OCBDNTAxLjA5Myw0NDguMDA5IDUwMS4yNTksNDQ3Ljk5OCA1MDEuMzQyLDQ0Ny45ODggQzUwNy4yMzMsNDQ3Ljk4OCA1MTIsNDQzLjIxNyA1MTIsNDM3LjMyMiBDNTEyLDQzNi4yNTkgNTExLjg1NCw0MzUuMjI4IDUxMS41NjMsNDM0LjI1OSB6IiBmaWxsPSIjODU5MjlFIi8+CiAgPC9nPgo8L3N2Zz4K) no-repeat;
    background-position: center;
    background-size: 20px 20px;
    background-color: hsla(0, 100%, 100%, 0.5);
}

#chatbot-wrapper .dolphin-message-close {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 45px;
    border: 1px;
    background-color: transparent;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 50%;
    outline: none !important;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjAiIHk9IjAiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCwgMCwgMzIsIDMyIj4KICA8ZyBpZD0iTGF5ZXJfMSI+CiAgICA8cGF0aCBkPSJNMTQuNzcsMjMuNzk1IEw1LjE4NSwxNC4yMSBDNC4zMDYsMTMuMzMxIDQuMzA2LDExLjg5MyA1LjE4NSwxMS4wMTUgTDUuOTg1LDEwLjIxNCBDNi44NjIsOS4zMzYgOC4zMDEsOS4zMzYgOS4xNzksMTAuMjE0IEwxNi40OTQsMTcuNTI5IEwyMy44MSwxMC4yMTQgQzI0LjY4OCw5LjMzNiAyNi4xMjcsOS4zMzYgMjcuMDA0LDEwLjIxNCBMMjcuODA0LDExLjAxNSBDMjguNjgzLDExLjg5MyAyOC42ODMsMTMuMzMxIDI3LjgwNCwxNC4yMSBMMTguMjE3LDIzLjc5NSBDMTcuNzQ2LDI0LjI2NyAxNy4xMTMsMjQuNDc3IDE2LjQ5NCwyNC40NDIgQzE1Ljg3NSwyNC40NzcgMTUuMjQzLDI0LjI2NyAxNC43NywyMy43OTUgeiIgZmlsbD0iI0ZGRkZGRiIvPgogIDwvZz4KPC9zdmc+Cg==);
    background-position: center;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

#chatbot-wrapper .dolphin-message-close:hover {
    filter: invert(30%);
    -webkit-filter: invert(30%);
}

#chatbot-wrapper .dolphin-message-logout {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 14px;
    border: 1px;
    background-color: transparent;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 3px;
    outline: none !important;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjQxNDIxIDguMDAwMDVMMTUuNzc4MiAxNC4zNjRMMTQuMzY0IDE1Ljc3ODJMOCA5LjQxNDI2TDEuNjM2MDQgMTUuNzc4MkwwLjIyMTgyNiAxNC4zNjRMNi41ODU3OSA4LjAwMDA1TDAuMjIxODI2IDEuNjM2MDhMMS42MzYwNCAwLjIyMTg3MUw4IDYuNTg1ODNMMTQuMzY0IDAuMjIxODcxTDE1Ljc3ODIgMS42MzYwOEw5LjQxNDIxIDguMDAwMDVaIiBmaWxsPSIjZmZmZmZmIi8+Cjwvc3ZnPg==);
    background-position: center;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 22px 25px;
    box-shadow: unset;
    border-radius: 50%;
}

#chatbot-wrapper .dolphin-message-logout:hover {
    filter: invert(30%);
    -webkit-filter: invert(30%);
}

#chatbot-wrapper .dolphin-message-retry {
    z-index: 1;
    border: 1px;
    background-color: white;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 3px;
    outline: none !important;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    cursor: pointer;
    background-position: center;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    color: #34495E;
    width: 100px;
}

#chatbot-wrapper .dolphin-message-retry:hover {
    background-color: #ECF0F1;
}

/*--------------------
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);
    }
}

/*--------------------
Attachment
--------------------*/
#chatbot-wrapper .dolphin-inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#chatbot-wrapper .dolphin-inputfile+label {
    position: absolute;
    z-index: 1;
    top: 14px;
    right: 48px;
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    padding: 0.40rem 0.40rem 0.40rem 0.6rem;
    text-align: center;
    border-radius: 10px;
}

#chatbot-wrapper .dolphin-attachment-position+label {
    right: 80px !important;
}

#chatbot-wrapper .no-js .inputfile+label {
    display: none;
}

#chatbot-wrapper .dolphin-inputfile:focus+label,
#chatbot-wrapper .dolphin-inputfile.has-focus+label {
    outline: 0 !important;
}

#chatbot-wrapper .dolphin-inputfile+label svg {
    width: 1.3em;
    height: 1.2em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
    /* display: none; */
}

#chatbot-wrapper .dolphin-inputfile-1+label {
    color: #f1e5e6;
    background-color: transparent;
}

#chatbot-wrapper .dolphin-inputfile-1:focus+label,
#chatbot-wrapper .dolphin-inputfile-1.has-focus+label,
#chatbot-wrapper .dolphin-inputfile-1+label:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#chatbot-wrapper .dolphin-attachment-figure {
    margin: 0;
    float: left;
    color: #AEB6BF;
}

#chatbot-wrapper .dolphin-icons8-Document {
    /* Customizes Document icon */
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 7px;
}

#chatbot-wrapper .dolphin-icon {
    /* Customizes all icons at once */
    display: inline-block;
}

#chatbot-wrapper .dolphin-attachment-image {
    border-radius: 10px;
    max-width: 220px;
}

#chatbot-wrapper .dolphin-attachment-filename-sent {
    height: 100%;
    text-align: right;
    margin-top: 1px;
    cursor: pointer;
}

#chatbot-wrapper .dolphin-attachment-filename-text {
    background: rgba(247, 249, 249, 0.9);
    border-radius: 3px;
    padding: 1px;
    font-weight: bold;
}

#chatbot-wrapper .button-agent-feedback {
    z-index: 1;
    color: #fff;
    border: none;
    background: #C70039;
    font-size: 15px;
    line-height: 1;
    padding: 10px 10px;
    border-radius: 10px;
    outline: none !important;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    cursor: pointer;
}

#chatbot-wrapper .button-agent-feedback:hover {
    background: #C70039;
}

/*--------------------
Quick Replies
--------------------*/
#chatbot-wrapper .dolphin-messages .quick-reply {
    clear: both;
    float: left;
    border-radius: 10px 10px 10px 0;
    background: none;
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.4;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-align: left;
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

#chatbot-wrapper .dolphin-messages .quick-reply .avatar {
    z-index: 1;
    bottom: -15px;
    left: -35px;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin: 0 3px 0 0;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.24);
}

#chatbot-wrapper .dolphin-messages .quick-reply .avatar img {
    width: 100%;
    height: auto;
}

#chatbot-wrapper .dolphin-message-q-replies {
    display: flex;
    overflow-x: auto;
    padding-bottom: 16px;
    margin-bottom: -16px;
    height: 40px;
}

#chatbot-wrapper .dolphin-message-q-replies::-webkit-scrollbar {
    display: none;
}

#chatbot-wrapper .dolphin-q-replies {
    margin-right: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex: 0 0 auto;
}

#chatbot-wrapper .dolphin-q-replies-flat {
    margin-right: 3px;
    display: inline-block;
    margin-top: 10px;
    flex-wrap: wrap;
}

#chatbot-wrapper .dolphin-q-reply-text {
    background: white;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    flex: 0 0 auto;
    cursor: pointer;
    color: #C70039;
    min-height: 25px;
    border: 1px solid #C70039;
    text-align: center;
    width: fit-content;
}

#chatbot-wrapper .dolphin-q-reply-text:hover {
    background: #C70039;
    color: white;
}

#chatbot-wrapper .dolphin-q-reply-left {
    display: flex;
    align-self: center;
    padding: 5px 10px 5px 0px;
    cursor: pointer;
    height: 30px;
    margin-bottom: 12px;
}

#chatbot-wrapper .dolphin-q-reply-right {
    display: flex;
    align-self: center;
    padding: 5px 0px 5px 10px;
    cursor: pointer;
    height: 30px;
    margin-bottom: 12px;
}

/*---------------------------------
Campaign Widget
----------------------------------*/
@media (max-width: 700px) {
    #chatbot-wrapper .dolphin-campaign-widget {
        width: 100%;
        right: 0px;
    }
}

@media (min-width: 700px) {
    #chatbot-wrapper .dolphin-campaign-widget {
        width: 380px;
        right: 20px;
    }
}

#chatbot-wrapper .dolphin-campaign-widget {
    background: #C70039;
    position: fixed;
    bottom: 80px;
    float: right;
    border: 1px;
    height: 190px;
    border-radius: 5px;
    box-shadow: 0 4px 23px 0 rgba(0, 0, 0, .09);
    z-index: 9;
    display: none;
}

#chatbot-wrapper .dolphin-campaign-header {
    padding: 10px;
    background: #C70039;
    border-radius: 5px 5px 0px 0px;
    color: black;
    height: 85px;
    box-shadow: 0 4px 23px 0 rgba(0, 0, 0, .09);
}

#chatbot-wrapper .dolphin-campaign-avatar {
    background-color: #C70039;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 1;
    top: -15px;
    left: 20px;
    border-radius: 100%;
}

#chatbot-wrapper .dolphin-campaign-close {
    width: 12px;
    height: 12px;
    float: right;
    cursor: pointer;
}

#chatbot-wrapper .dolphin-campaign-title {
    left: 80px;
    position: absolute;
    font-size: 14px;
    font-family: "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-style: normal;
    letter-spacing: normal;
    font-stretch: normal;
    font-weight: normal;
    text-align-last: initial;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    box-sizing: content-box;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-variant: normal;
    text-decoration: none;
    color: white;
    width: calc(100% - 90px);
}

#chatbot-wrapper .dolphin-campaign-text {
    top: 35px;
    position: relative;
    font-size: 15px;
    font-family: "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-style: normal;
    letter-spacing: normal;
    font-stretch: normal;
    font-weight: normal;
    text-align-last: initial;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    box-sizing: content-box;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-variant: normal;
    text-decoration: none;
    color: white;
}

#chatbot-wrapper .dolphin-campaign-menu-container {
    display: flex;
    background: #F4F6F7;
    height: 110px;
}

#chatbot-wrapper .dolphin-campaign-menu {
    padding: 13px;
    cursor: pointer;
}

#chatbot-wrapper .dolphin-campaign-menu-item {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
    padding: 5px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 70px 60px;
    height: 60px;
    width: 70px;
}

#chatbot-wrapper .dolphin-campaign-menu-item:hover {
    border-bottom: solid #58D68D;
}

#chatbot-wrapper .dolphin-campaign-menu-label {
    font-size: 15px;
    text-align: center;
    height: 0px;
    font-family: "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-style: normal;
    letter-spacing: normal;
    font-stretch: normal;
    font-weight: normal;
    text-align-last: initial;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    box-sizing: content-box;
    -webkit-font-smoothing: antialiased;
    line-height: 2;
    font-variant: normal;
    text-decoration: none;
    color: #5D6D7E;
}

#chatbot-wrapper .pac-container {
    z-index: 99999999 !important;
}

/*---------------------------------
Upload progress bar
----------------------------------*/
#chatbot-wrapper .dolphin-upload-progress {
    width: 100%;
    background: white;
    border: none;
}

#chatbot-wrapper .dolphin-upload-progress .progress-indicator {
    width: 10%;
    height: 10px;
    background-color: #C70039;
    text-align: center;
    /* To center it horizontally (if you want) */
    line-height: 10px;
    /* To center it vertically */
    color: white;
}

#chatbot-wrapper .dolphin-upload-progress .upload-progress-text {
    color: white;
    font-size: 10px;
    width: 100%;
    position: absolute;
}

#chatbot-wrapper .dolphin-box-message-send-email {
    border: 2px solid #e5e5e5 !important;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    margin: auto;
    box-sizing: border-box;
    width: 90%;
}

#chatbot-wrapper .dolphin-message-send-email {
    color: rgba(93, 109, 126, 1);
    font-size: 15px;
    width: 80%;
    margin-top: 10%;
    margin-bottom: 10%;
    display: inline-block;
}

#chatbot-wrapper .dolphin-box-message-send-email {
    border: 2px solid #e5e5e5 !important;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    margin: auto;
    box-sizing: border-box;
    width: 90%;
}

#chatbot-wrapper .dolphin-message-send-email {
    color: rgba(93, 109, 126, 1);
    font-size: 15px;
    width: 80%;
    margin-top: 10%;
    margin-bottom: 10%;
    display: inline-block;
}

#chatbot-wrapper .iti {
    width: 90% !important;
}

/*
* custom saas
*/

#chatbot-wrapper .dolphin-icon-waiting {
    background-size: 44px !important;
}

@media (min-width: 700px) {
    #chatbot-wrapper .dolphin-message-box .message-input {
        width: 68% !important;
    }
}

#chatbot-wrapper .dolphin-messages .message.message-read .timestamp {
    color: #e7e5e5 !important;
    right: 30px;
}

/* #chatbot-wrapper .dolphin-truncate-160 { */
/* white-space: unset !important; */
/* } */

#chatbot-wrapper .dolphin-message-box #messageSubmit {
    width: 32px !important;
    height: 32px !important;
    right: 18px !important;
    background-size: 14px !important;
    background-color: #aeb6bf;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjgyNjY2IDAuNTAxNDY1TDEuNzM2NjYgNi44NzE0OEwyLjI1MTE2IDcuMDAwMTFMMS43MzY2NiA3LjEyODczTDAuODI2NjYgMTMuNDk4OEwxMy44MjM5IDcuMDAwMTFMMC44MjY2NiAwLjUwMTQ2NVpNMi45Mjk4MSA1Ljc5NTM5TDIuNTA2NDggMi44MzIwN0wxMC44NDI1IDcuMDAwMDlMMi41MDY0OCAxMS4xNjgxTDIuOTI5ODEgOC4yMDQ4TDcuNzQ4NjQgNy4wMDAwOUwyLjkyOTgxIDUuNzk1MzlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

#chatbot-wrapper .dolphin-message-box #cancel:hover {
    background-color: #FFFFFF !important;
}

#attachment-form {
    left: 94px;
    top: 0px;
    position: absolute;
}

#chatbot-wrapper .dolphin-messages .message-sent .timestamp {
    color: #e7e5e5 !important;
    right: 30px;
}

#chatbot-wrapper .dolphin-messages .message-sent {
    border-radius: 12px 0 12px 12px !important;
}

#chatbot-wrapper .new svg {
    width: unset !important;
}

#chatbot-wrapper .dolphin-messages .quick-reply-flat {
    background: unset !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    margin: unset !important;
    margin-left: 35px !important;
    margin-bottom: 8px !important;
}

#chatbot-wrapper .dolphin-messages video {
    width: 100% !important;
    border-radius: 12px !important;
}

#chatbot-wrapper .quick-reply-flat .timestamp {
    margin-top: -14px !important;
    padding-top: 4px !important;
}

/* #chatbot-wrapper .dolphin-button-cards {
  width: 174px !important;
} */

/* #chatbot-wrapper .dolphin-button-card__title { */
/* display: none !important; */
/* } */

/* #chatbot-wrapper .dolphin-button-card__text { */
/* display: none !important; */
/* } */

#chatbot-wrapper .dolphin-button-card__content {
    height: auto !important;
    width: 100% !important;
}

/* #chatbot-wrapper .dolphin-button-carousel { */
/* height: 180px !important; */
/* } */

#chatbot-wrapper .dolphin-button span {
    font-size: 15px !important;
}

#chatbot-wrapper .lSAction>a {
    opacity: unset !important;
}

#chatbot-wrapper .dolphin-button {
    background: #C70039 !important;
    color: #ffff !important;
    border-radius: 14px !important;
    margin-left: unset !important;
    margin-right: unset !important;
}

#chatbot-wrapper .box-connect-message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
    position: static;
    left: 0px;
    top: 40px;
    background: #C70039;
    border-radius: 16px;
    color: #ffff;
    flex: none;
    order: 3;
    text-align: left;
}

#dolphin-country-code {
    margin-top: 4px !important;
}

#chatbot-wrapper .message-separator {
    font-size: 10px !important;
}

#chatbot-wrapper .dolphin-contain-buttons .avatar {
    display: none !important;
}

/* #chatbot-wrapper .dolphin-message-unmute {
    filter: brightness(0.5);
} */

/* #chatbot-wrapper .dolphin-message-mute {
    filter: brightness(0.5);
} */

#chatbot-wrapper .dolphin-disable-message-clear {
    cursor: pointer !important;
    -webkit-filter: brightness(0.5) !important;
    filter: brightness(0.5) !important;
}

#chatbot-wrapper .dolphin-disable-message-clear:hover {
    filter: invert(30%) !important;
    -webkit-filter: invert(30%) !important;
}

#chatbot-wrapper .dolphin-message-clear {
    cursor: pointer !important;
    /* -webkit-filter: brightness(0.5) !important;
  filter: brightness(0.5) !important; */
}

#chatbot-wrapper .dolphin-message-clear:hover {
    filter: invert(30%) !important;
    -webkit-filter: invert(30%) !important;
}

#chatbot-wrapper .dolphin-message-box #chatbot-wrapper .speech-recognizer {
    top: 14px !important;
}

#chatbot-wrapper .lightslider-button {
    height: 100% !important;
}

#chatbot-wrapper .dolphin-modal-close-view-page-content {
    background: #ffffff;
}

#chatbot-wrapper .dolphin-close-view-page {
    color: #C70039;
}

#chatbot-wrapper .dolphin-close-view-page:hover,
#chatbot-wrapper .dolphin-close-view-page:focus {
    color: #C70039;
}

#chatbot-wrapper .dolphin-button-close-view-page {
    color: #fff;
    background: #C70039;
}

#chatbot-wrapper .dolphin-button-close-view-page:hover {
    background: #c70038b5;
}
