@charset "utf-8";
/* CSS Document */

/* *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body, html{
    height:100%;
    overflow: hidden;
}

body{
    font-family: 'Titillium Web', sans-serif;
    font-size:15px;
    color:#333;
    font-weight:400;
}
textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 13px;
    color: #333333;
    border-radius: 3px;
    padding: 6px 8px;
    border: solid 1px #ccc;
    margin: 0;
}
a {
    text-decoration: none;
}
.pull-left_{
    float:left;
}

.pull-right_{
    float:right;
} */

.chat-header-strip_>div {
    height: 20px;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.chat-header-strip_ {
    position: relative;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.chat-container-wrapper_ {
    width: 340px;
    max-width: 720px;
    display: inline-block;
    z-index: 999;
    ;
}

.chat-container-wrapper_no_border {
    border: none;
    box-shadow: none;
}

.chat-container-wrapper_ .chat-header-container_ {
    display: block;
    width: 100%;
}

.chat-container-wrapper_ .chat-header-container_ .chat-header-strip_ {
    width: 100%;
    height: 33px;
    background-color: #1074a1;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}

.chat-container-wrapper_ .chat-header-container_ .chat-header-strip_ button[type="button"] {
    background: none;
    border: 0;
    outline: none;
    color: #fff;
    width: calc(100% - 30px);
    text-align: left;
    padding: 5px 10px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 30px;
    top: 0;
}

.chat-container-wrapper_ .chat-header-container_ .chat-header-strip_ a {
    width: 32px;
    height: 23px;
    padding: 1px 8px;
    color: #b4e8fe;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ {
    background: #ffffff;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    height: 44px;
    vertical-align: top;
    border: solid 1px #dcdcdc;
    border-top: 0;
    border-bottom: 0;
    box-shadow: 0 5px 10px -5px #ccc;
    z-index: 9;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_.branding-strip-height {
    height: 68px;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ span {
    display: inline-block;
    float: left;
    margin-right: 15px;
    color: #0f74a0;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    white-space: nowrap;
    max-width: 73%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ span.chat-agent-name_ {
    max-width: 230px;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ span:not(.chat-agent-name_) {
    width: 100%;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ span.rectangleProfile {
    width: 55%;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ span.onlyTitle {
    max-width: 100%;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ span.avatar-image_ {
    width: 55px;
    height: 55px;
    position: relative;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    top: -20px;
    border-radius: 3px;
    overflow: hidden;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ span.avatar-image_ img {
    max-width: 100%;
    min-height: 48px;
    /* width:100%; */
    pointer-events: none;
}

.chat-container-wrapper_ .chat-main-section_ {
    padding: 10px;
    overflow-y: auto;
    width: 100%;
    min-height: 200px;
    background: #fff;
    border: solid 1px #dcdcdc;
    border-top: 0;
    max-height: 515px;
    position: relative;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ span.avatar-image_ .UploadContainerBlock,
.chat-container-wrapper_ .chat-header-container_ .branding-strip_ span.avatar-image_ .uploadcontainer,
.chat-container-wrapper_ .chat-header-container_ .branding-strip_ span.avatar-image_ .uploadcontainer label {
    margin: 0;
    padding: 0;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ span.avatar-image_ .uploadcontainer input[type="file"] {
    position: relative;
}

.chat-container-wrapper_ .chat-main-section_ h3 {
    font-weight: 600;
    margin: 0 0 15px 0;
}

.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li {
    padding-bottom: 20px;
    list-style: none;
}

.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li label {
    display: inline-block;
    width: 100%;
    padding-bottom: 8px;
}

.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li label span {
    margin-right: 1px;
    font-size: 12px;
}

.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li input[type="text"],
.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li input[type="email"] {
    border: solid 1px #dcdcdc;
    width: 100%;
    padding: 12px 10px;
    border-radius: 3px;
}

.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li input[type="text"]:focus,
.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li input[type="email"]:focus {
    border: solid 1px #0f74a0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035), 0 0 8px rgba(102, 175, 233, .3);
    outline: none;
}

.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li button[type="submit"],
.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li button[type="button"] {
    border: 0;
    padding: 12px 10px;
    background-color: #26aee0;
    border-radius: 3px;
    color: #fff;
}

.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li button[type="submit"]:hover,
.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li button[type="button"]:hover {
    background-color: #0f74a0;
    cursor: pointer;
}

.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li input[type="text"].error_,
.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li input[type="email"].error_ {
    border: solid 1px #ff0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035), 0 0 8px rgba(102, 175, 233, .3);
}

.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ p.error_ {
    color: #ff0000;
    padding: 8px 0 0 0;
    font-size: 90%;
}

.chat-container-wrapper_ .chat-main-section_ p.caption_ {
    color: #858585;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
}

.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ {
    width: 100%;
    padding: 0 10px;
    line-height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.chat-container-wrapper_.chatPopupWindow_ .chat-main-section_ :last-child.chat-view-container_ {
    margin-bottom: 5px;
}

.chat-container-wrapper_.chatPopupWindow_~#pax_radar_ {
    display: none;
}

/*Firefox fix*/

@-moz-document url-prefix() {
    .chat-container-wrapper_ .chat-main-section_ :last-child.chat-view-container_ {
        margin-bottom: 3px;
    }

    .chat-container-wrapper_.chatPopupWindow_ .chat-main-section_ :last-child.chat-view-container_ {
        margin-bottom: 7px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .chat-container-wrapper_ .chat-main-section_ :last-child.chat-view-container_ {
        margin-bottom: 2px;
    }

    .chat-container-wrapper_.chatPopupWindow_ .chat-main-section_ :last-child.chat-view-container_ {
        margin-bottom: 7px;
    }
}

.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .customer-message_,
.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .agent-message_ {
    background-color: #f1f5f8;
    color: #333;
    display: inline-block;
    font-size: 95%;
    padding: 6px 10px;
    float: right;
    position: relative;
    min-width: 80px;
    word-break: break-word;
    border-radius: 6px;
    width: 100%;
}

.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .customer-message_ .message-text_,
.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .agent-message_ .message-text_ {
    display: block;
}

.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .customer-message_ .message-text_ ol,
.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .agent-message_ .message-text_ ol {
    list-style-position: inside;
}

.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .customer-message_ .message-text_ {
    width: calc(100% - 10px);
}

.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .agent-message_ .bubble-arrow-body_,
.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .customer-message_ .bubble-arrow-body_ {
    position: absolute;
    transform: rotate(45deg);
}

.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .agent-message_ .bubble-arrow-body_,
.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .customer-message_ .bubble-arrow-body_ {
    width: 10px;
    height: 10px;
    z-index: 1;
    background: #1074a1;
    top: 10px;
}

.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .agent-message_ .bubble-arrow-body_ {
    left: -5px;
}

.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .customer-message_ .bubble-arrow-body_ {
    right: -5px;
    background: #f1f5f8;
}

.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .agent-message_ {
    background-color: #1074a1;
    float: left;
    opacity: 0.8;
    border-radius: 6px;
}

.chat-container-wrapper_ .chat-main-section_ .customer-date_,
.chat-container-wrapper_ .chat-main-section_ .agent-date_ {
    font-size: 12px;
    margin-left: 10px;
    display: block;
    float: right;
}

.chat-container-wrapper_ .chat-main-section_ .customer-date_ {
    color: #333;
}

.chat-container-wrapper_ .chat-main-section_ .customer-date_ i.fa,
.chat-container-wrapper_ .chat-main-section_ .agent-date_ i.fa {
    margin-left: 5px;
    word-break: break-all;
}

.chat-container-wrapper_ .chat-footer_ {
    display: inline-block;
    width: 100%;
    padding: 0px 0 0;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    border-top: 0;
    position: relative;
}

.chat-container-wrapper_ .chat-footer_ .chat-footer-top_ {
    padding: 10px;
}

.chat-container-wrapper_ .chat-footer_ .chat-footer-top_ textarea {
    padding: 12px 10px;
    border-radius: 3px;
    background-color: #fff;
    resize: none;
    border: none;
    font-family: Roboto Regular, sans-serif;
    width: 100%;
    overflow: auto;
}

.chat-container-wrapper_ .chat-footer_ .chat-footer-top_ .chatbox_textarea_wrap_ {
    padding: 8px 10px;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 0;
    border: solid 1px #dbe0e3;
}

.chat-container-wrapper_ .chat-footer_ .chat-footer-top_ textarea:focus {
    border: solid 1px #0f74a0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .035), 0 0 8px rgba(102, 175, 233, .3);
}

.chat-container-wrapper_ .chat-footer_ .chat-footer-top_ textarea[placeholder] {
    color: #333;
    font-size: 15px;
    padding: 0;
    min-height: 25px;
}

.chat-container-wrapper_ .chat-footer_ .chat-footer-top_ textarea[placeholder]:focus {
    box-shadow: none;
    border: none !important;
}

.chat-container-wrapper_ .chat-footer_ .chatbox_textarea_wrap_ {
    position: relative;
    width: 100%;
}

.chat-open-new-window_ {
    position: relative;
}

.chat-open-new-window_ .fa-arrow-left {
    position: absolute;
    left: 0;
    font-size: 9px;
    top: 7px;
}

.chat-open-new-window_ .fa-clone {
    font-size: 12px;
}

.chat-header-strip_ .fa-comment {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.chat-header-container_ .fa-minus {
    top: 2px;
    position: relative;
}

.fa.fa-double-check:after {
    content: "\f00c";
    margin-left: -8px;
    border: 1px;
}

.chat_action_ {
    height: 25px;
    width: 60px;
    position: relative;
    bottom: 0px;
    left: calc(100% - 60px);
    display: inline-block;
}

.chat_action_ button {
    height: 20px;
    width: 20px;
    background: none;
    position: relative;
    margin: 0 3px;
    border: none;
    vertical-align: top;
}

.chat_action_ button:focus,
.chat_action_ button i:focus {
    outline: none;
}

.chat_action_ .chat-admin-icon {
    left: 0;
    top: 0;
    font-size: 16px;
    color: #aab5c0;
    cursor: pointer;
}

.image-upload label {
    cursor: pointer;
}

.fa-square-o {
    font-size: small;
}

.popupblink {
    animation: blink 600ms infinite alternate;
}

@keyframes blink {
    from {
        background-color: "";
    }

    to {
        opacity: 0.7;
    }
}

.waitingIcon {
    text-align: center;
}

.chat-container-wrapper_.chatPopupWindow_.chatPopupWindow_ {
    height: 100%;
    width: 100%;
    left: 0;
    margin: auto;
    right: 0;
    position: absolute;
    overflow-y: auto;
}

.chatPopupWindow_.chatPopupWindow_ .chat-main-section_ {
    height: calc(100% - 160px);
    max-height: none;
    min-height: calc(100% - 160px);
}

.chatPopupWindow_.chatPopupWindow_ .chat-footer_ {
    position: absolute;
    bottom: 0;
}

#minibar.chatboxhead {
    bottom: 75px;
    margin-top: 100%;
    height: 40px;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.chatPopupWindow_.chatPopupWindow_ .chat-main-section_.loginPage_ {
    height: auto;
}

.chat-container-wrapper_ .chat-main-section_ .chat-view-container_ .agent-message_ .message-text_>img {
    max-width: 150px;
    width: 150px;
    height: auto;
    display: block;
    padding-top: 5px;
}

.chatMobile main,
.chatMobile #pax_radar_,
.chatMobile .chat-header-strip_ .pull-right_,
.chatMobile div[id *="chatboxmini_"] {
    display: none !important;
}

.chatMobile .chat-container-wrapper_ {
    max-width: none;
    width: 100%;
    position: initial;
    display: block;
    height: 100%;
    border-radius: 0;
}

.chatMobile .chat-container-wrapper_ .chat-main-section_ .customer-date_,
.chatMobile .chat-container-wrapper_ .chat-main-section_ .agent-date_ {
    font-size: 12px;
    padding-left: 5px;
    position: initial;
}

.chatMobile .chat-container-wrapper_ .chat-main-section_ .customer-date_ i.fa {
    margin-right: 0;
}

.chatMobile .chat-container-wrapper_ .chat-main-section_ .chat-view-container_ {
    margin-top: 0;
}

.chatMobile .chat-container-wrapper_ .chat-footer_ .chat-footer-top_ {
    padding: 5px 53px 5px 5px;
}

.chatMobile .chat-footer_ span {
    left: 2px;
    font-size: 11px;
    position: absolute;
    bottom: 100%;
    top: auto;
    padding: 5px;
    width: calc(100% - 19px);
    background: rgba(255, 255, 255, 0.4);
    display: block;
}

.chat-main-section_>.chat-view-container_:last-child {
    margin-bottom: 5px;
}

.chatMobile #user_chat_text {
    height: auto;
    margin-bottom: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.chatMobile .chat_attachment_ {
    top: 3px;
}

.chatMobile #chatbox_Webscout {
    height: 100%;
}

.chatMobile .chat-container-wrapper_ .chat-main-section_ {
    max-height: none;
    height: calc(100vh - 142px);
    min-height: initial;
}

.chatMobile .chat-container-wrapper_ .chat-main-section_.chat-main-section_login_ {
    height: calc(100vh);
}

.chatMobile .chat-footer_ {
    border: none;
}

.chatMobile.focusChat .chat-header-container_ {
    display: none;
}

.chatMobile.focusChat .chat-container-wrapper_ .chat-main-section_ {
    height: calc(100vh - 57px);
}

.chatMobile.focusChat.iosMobile {
    height: 50%;
    overflow: hidden;
}

.chatMobile .customer-date_ i {
    margin-left: 5px;
}

.chatMobile #chatboxmini_CHAT {
    display: none !important;
}

.image-upload.footer-button,
.chat_send_ a {
    background: #337ab7;
    color: #fff;
    height: 35px;
    width: 35px;
    display: block;
    border-radius: 100%;
    z-index: 9;
    text-align: center;
}

#utemplate_message {
    height: 60px;
}

.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li:last-child,
.chat-container-wrapper_ .chat-main-section_ ul.chat-form-container_ li:nth-of-type(2) {
    padding: 0;
}

.chat-form-container_ .noFreeAgentWarning {
    margin-top: 30px;
    text-align: center;
    font-size: 2em;
}

.chat-form-container_ .noFreeAgentHeading {
    text-align: center;
}

.chat-container-wrapper_ .chat-main-section_ p.goodByeMessage {
    margin-top: 30px;
}

.starIcon {
    color: #ddd;
    font-size: 24px;
}

.starIcon:hover {
    color: #fab400;
}

.chat-container-wrapper_ .agentCirclurImage {
    border-radius: 50%;
    border: 4px solid #18B4C6;
    display: block;
    margin: auto;
    min-width: 135px;
    width: 40%;
    margin-bottom: 20px;
}

.loginSettingBtn,
.chatWidgetBtn {
    background-color: #F0F2F5;
    border: 1px solid #DBE0E3;
    color: #007782;
    font-weight: 600;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 5px 10px;
    margin-top: 10px;
    width: 100%;
    padding: 8px;
}

.loginSettingBtn:hover,
.chatWidgetBtn:hover {
    opacity: 0.8;
}

.rating-container,
.btnRate {
    text-align: center;
    display: block;
}

.rating-container {
    margin: 10px 5px;
}

.chat-main-section_ .form-control {
    border-radius: 0;
    border-color: #dbe0e3;
    box-shadow: none;
}

#chatbox_CHAT .error_ {
    color: #E75430;
}

.chat-container-wrapper_ .chat-main-section_ table td {
    position: relative;
}

.chat-main-section_login_ input.form-control+span[style] {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

#visitorPanel .filed-container {
    list-style: none;
}

.loginSettingBtn.btn.middleAlign {
    left: 0;
    right: 0;
    margin: 10px auto;
    display: inherit;
}

.red-border,
textarea.red-border {
    /* background-color: #FA787E; */
    border-style: solid;
    border-color: #E75430 !important;
}

#chatbox_CHAT .error_:not(.mandatoryStar_) {
    background: #E75430;
    color: #fff;
    font-size: 14px;
    padding: 5px;
}

#chatbox_CHAT .error_:empty {
    padding: 0;
}

.loginFormContainer_ {
    position: relative;
}

#chatTranscriptButton~.transcriptMessages {
    border: 1px solid #dcdcdc;
    padding: 16px;
    margin: 15px 0;
}

.pop-icon {
    width: 20px;
}

span.chat_image_template_before {
    position: relative;
    display: block;
    padding: 2px 0px;
    bottom: 2px;
    max-width: 250px;
}

img.chat_template_image {
    display: block;
    position: relative;
    width: 100%;
    max-width: 150px;
    max-height: 150px;
}

span.chat_image_template_after {
    max-width: 250px;
    width: 100%;
    display: block;
    position: relative;
    bottom: -19px;
}

.imagePreviewBlockVisitor {
    border-radius: 10px;
    height: 165px;
    margin-bottom: -5px;
    margin-right: -12px;
    margin-left: -12px;
}

.imagePreviewBlockVisitor img {
    opacity: 0.8;
    max-width: 100%;
}

.imagePreviewBlockVisitor a {
    display: block;
    height: 100%;
    background: #999;
}

span.agent-date_.previewDate {
    position: absolute;
    bottom: 0;
    right: 20px;
}

.transcriptMessages .imagePreviewDescVisitor {
    width: 150px;
}

.chat-footer_ span {
    left: 2px;
    font-size: 11px;
    position: absolute;
    bottom: 100%;
    top: auto;
    padding: 5px;
}

.pop-icon {
    width: 15px;
}

.chat-container-wrapper_.disabled {
    opacity: 1;
}

.chatWindow .disabled {
    opacity: 1;
}

.loginSettingBtn.btn.btn-primary {
    margin: auto;
    left: 0;
    right: 0;
    display: block;
}

.rating-container.chat-rating-stars_>.starIcon {
    font-size: 1.5rem;
    color: #F0F2F5;
    cursor: pointer;
}

.rating-container.chat-rating-stars_>.starIcon~.starIcon {
    margin-left: 7px;
}

.rating-container.chat-rating-stars_>.starIcon:hover,
.rating-container.chat-rating-stars_>.starIcon.active {
    color: #ffca28;
}

.chat-main-section_ .input-login-block .error,
.chat-main-section_ .input-login-block .deleteBlock,
.chat-main-section_ .input-login-block .actionButton {
    padding: 0.4rem;
    display: inline-block;
    vertical-align: initial;
}

.chat-main-section_ .input-login-block .deleteBlock {
    position: relative;
    z-index: 2;
}

.chat-main-section_ .input-login-block .actionButton {
    color: #007782;
    cursor: pointer;
}

.chat-main-section_ .input-login-block .actionButton:hover {
    color: #349699;
}

.chat-main-section_ .input-login-block .error {
    color: #CC4C48;
    vertical-align: middle;
}

.chat-main-section_ .input-login-block input {
    width: 100%;
    display: inline-block;
}

.chat-main-section_ .input-login-block {
    margin-bottom: 0.5rem;
}

.chat-main-section_ .login-heading {
    display: block;
    color: #0f74a0;
    font-size: 20px;
    line-height: 33px;
    background: none;
    border-color: transparent;
    max-width: 100%;
    margin: 0 0.4rem 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-login-block {
    position: relative;
    padding: 0 5px;
}

.input-login-block.selectedLoginField:after {
    content: "";
    position: absolute;
    height: 35px;
    width: 100%;
    background: #18B4C6;
    top: 0;
    opacity: 0.1;
}

.notMendatory {
    opacity: 0;
}

.chat-field-error {
    border: 1px solid #CC4C48 !important;
}

.chat-validations .validations__item label {
    min-width: 110px;
}

.chat-validations .validations__item {
    display: inline-block;
}

.date-text_ {
    opacity: 0.7;
}

.chat-widget-title_,
.chat-agent-name_ {
    margin-top: 7px;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ .chat-agent-name_ {
    font-weight: normal;
    font-size: 17px;
    color: #333;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ .chat-agent-name_.withProfileOnly {
    width: 232px;
    max-width: none;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ .avatar-image_.profile-circle {
    border-radius: 100%;
    overflow: hidden;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ .avatar-image_.ng-scope.profile-rectangle {
    width: 110px;
    text-align: center;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ .chat-widget-title_.withProfile.rectangleProfile {
    max-width: 55%;
}

.chat-container-wrapper_ .chat-header-container_ .branding-strip_ .chat-widget-title_.withProfile {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0;
    width: 100%;
}

.chat-agent-name_.withProfile {
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-admin-icon[class*=" icon-"] {
    font-size: 18px;
    position: absolute;
    left: 7px;
    bottom: 7px;
}

.chat-admin-icon.icon-minimize {
    font-size: 12px;
    top: 5px;
}

.chat-admin-icon:hover {
    opacity: 0.8;
}

.chat-footer_is_typing_ {
    font-style: italic;
    color: #858585;
}

.chatbox_textarea_wrap_ textarea {
    color: #333;
}

.chatbox_textarea_wrap_ textarea::-webkit-input-placeholder {
    color: #bbbfc6;
    font-style: italic;
}

.chatbox_textarea_wrap_ textarea::-moz-placeholder {
    color: #bbbfc6;
    font-style: italic;
}

.chatbox_textarea_wrap_ textarea:-ms-input-placeholder {
    color: #bbbfc6;
    font-style: italic;
}

.chatbox_textarea_wrap_ textarea:-moz-placeholder {
    color: #bbbfc6;
    font-style: italic;
}

.chat-container-wrapper_ .chat-main-section_ .chat-view-container_.has_agent_in_message .agent-message_,
.chat-container-wrapper_ .chat-main-section_ .chat-view-container_.has_agent_in_message .customer-message_ {
    width: 260px;
    margin-left: 38px;
}

.agentIconInMessage img {
    width: 100%;
    height: 100%;
}

.agentIconInMessage {
    display: inline-block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    position: absolute;
    border-radius: 100%;
    left: 0;
    background: #f0f2f5;
}

.customer-date_ .chat-admin-icon,
.sendingIcon_ {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #aab4bf;
    left: auto;
    font-size: 10px;
}

.icFieldPreview_field {
    position: relative;
}

.icFieldPreview_label {
    position: absolute;
    top: 8px;
    left: 10px;
    transition: 0.2s;
}

.icFieldPreview_label.activeLabel {
    top: -5px;
    background: #fff;
    font-size: 11px;
    padding: 0 5px;
    left: 5px;
    z-index: 2;
}

.icFieldPreview_textArea:focus {
    background: #fff;
}

.skipButton_ {
    display: block;
    text-align: center;
    padding: 8px;
}

.likeButton_.likeButton--like {
    transform: rotateY(180deg);
}

.likeButton_ {
    margin: 0 5px 15px 0;
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    height: 34px;
    width: 50px;
    background: #f0f2f5;
    cursor: pointer;
}

.likeButton_ i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -42%);
}

.chat-rating-smiley_ {
    height: 34px;
    margin-bottom: 15px;
    padding: 0 10px;
}

.smileyButton_ {
    position: relative;
    background: #f0f2f5;
    height: 32px;
    width: 32px;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer;
}

.smileyButton_+.smileyButton_ {
    margin-left: 8px;
}

.smileyButton_ .chat-admin-icon:hover,
.widgetButton_ .chat-admin-icon:hover {
    opacity: 1;
}

.chat-rating-stars_ {
    margin-bottom: 15px;
}

.smileyButton_,
.likeButton_ {
    color: #424242;
}

.offline-heading_ {
    margin-top: 15px;
}

.messageContent_ {
    margin-top: 10px;
}

.chat-header-strip_ .transcriptPopupBody_ {
    position: absolute;
    top: 100%;
    z-index: 99;
    width: 315px;
    background: #fff;
    color: #333;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 2px 5px 1px #ccc;
    height: auto;
    left: 10px;
    bottom: auto;
}

.transcriptOverlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
}

input.icFieldPreview_input-transcript {
    display: block;
    position: relative;
    background: transparent;
    padding: 10px;
    margin-top: 10px;
}

.transcriptAction_ {
    margin-top: 10px;
}

.transcriptPopupBody_ .transcriptAction_ .btn {
    border: none;
    border-radius: 3px;
    padding: 7px 25px;
}

.transcriptAction_ .btn.btn-primary--save {
    background: #78808e;
    color: #fff;
}

.transcriptAction_ .btn.btn-primary:hover {
    opacity: 0.8;
}

.transcriptAction_ .btn.btn-primary--cancel {
    background: transparent;
    color: #78808E;
}

.transcriptAction_ .btn.btn-primary:focus,
.transcriptAction_ .btn.btn-primary:active {
    outline: none;
    box-shadow: none;
}

.icFieldPreview_field .dropdown {
    position: relative;
}

.icFieldPreview_multiSelect.dropdown-toggle {
    height: 37px;
    border: solid 1px #dbe0e3;
    border-radius: 3px;
    padding: 5px 15px 5px 9px;
    cursor: pointer;
    line-height: 1.8;
    background: #fff;
    display: block;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icFieldPreview_multiSelect.dropdown-toggle i {
    color: #dbe0e3;
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.icFieldPreview_field .icFieldPreview_input,
.icFieldPreview_field .icFieldPreview_textArea {
    display: block;
    position: relative;
    background: transparent;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
}

.icFieldPreview_field.offline-preview-fields .icFieldPreview_input,
.icFieldPreview_field.offline-preview-fields .icFieldPreview_textArea {
    margin-bottom: 0.2857rem;
}

.icFieldPreview_field .icFieldPreview_textArea {
    resize: none;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.icFieldPreview_field .icFieldPreview_input:focus,
.icFieldPreview_field .icFieldPreview_textArea:focus {
    border: solid 1px #0091d5;
    outline: 0;
}

.icFieldPreview_field label {
    font-weight: normal;
}

.chatTemplateTabs .checkbox-style {
    width: 16px;
    height: 16px;
    background: #fff;
    border: .15rem solid #dbe0e3;
    position: relative;
    top: .4rem;
    display: inline-block;
    margin-right: .3rem;
    cursor: pointer;
    vertical-align: top;
}

.visitorLayout .checkbox-style.checkbox-box-style label:after,
.visitorLayout .checkbox-style input[type=checkbox],
.visitorLayout .checkbox-style input[type=radio] {
    display: none;
}

.visitorLayout .checkbox-style label:after {
    opacity: 0;
    content: "";
    height: .4rem;
    top: .1rem;
    left: .1rem;
    border: .15rem solid #78808e;
    border-top: none;
    border-right: none;
    transform: translateY(-50%) rotate(-45deg);
}

.visitorLayout .checkbox-style label,
.visitorLayout .checkbox-style label:after {
    position: absolute;
    background-color: transparent;
    width: .6rem;
    cursor: pointer;
    top: 20%;
}

.visitorLayout .checkbox-style label {
    margin: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.chatTemplate__controlsBlock .form-group .checkbox-style label {
    min-width: auto;
}

.visitorLayout .checkbox-style input[type=checkbox]:checked+label:after,
.visitorLayout .checkbox-style input[type=radio]:checked+label:after,
.visitorLayout .checkbox-style input[type=checkbox].activeRadio+label:after,
.visitorLayout .checkbox-style input[type=radio].activeRadio+label:after {
    filter: alpha(opacity=100);
    opacity: 1;
}

.visitorLayout .checkbox-style+label {
    cursor: pointer;
}

.visitorLayoutTabs .checkbox-style.checkbox-style-filter.radio-btn-style label,
.visitorLayoutTabs .checkbox-style.radio-btn-style label,
.visitorLayoutTabs .checkbox-style.radio-btn-style.radio-btn-style.checkbox-style-filter input~label {
    border-radius: 100%;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    border: solid 0.1rem #c5c5c5;
}

.visitorLayoutTabs .checkbox-style.checkbox-style-filter.radio-btn-style label:after,
.checkbox-style.radio-btn-style label:after,
.visitorLayoutTabs .checkbox-style.radio-btn-style.radio-btn-style.checkbox-style-filter input:checked~label::after {
    height: 10px;
    width: 10px;
    background-color: #78808e;
    border: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.visitorLayout .checkbox-style input[type=checkbox]:checked+label:after,
.visitorLayout .checkbox-style input[type=radio]:checked+label:after {
    filter: alpha(opacity=100);
    opacity: 1;
}

.visitorLayout .checkbox-style input[type=checkbox]:checked+label:after {
    top: 6px;
    left: 2px;
}

.visitorLayout .checkbox-style.checkbox-style-filter.radio-btn-style,
.visitorLayout .checkbox-style.radio-btn-style {
    border-radius: 100%;
}

.visitorLayoutTabs .checkbox-style.radio-btn-style.radio-btn-style.checkbox-style-filter:not(.classic-radio-btn) input:checked~label {
    border-color: #c5c5c5;
}

.visitorLayoutTabs .checkbox-style.radio-btn-style.radio-btn-style.checkbox-style-filter:not(.classic-radio-btn) input:checked~label::after {
    transform: translate(-50%, -50%);
}

.visitorLayoutTabs .checkbox-style.radio-btn-style.radio-btn-style.checkbox-style-filter input~label:hover {
    box-shadow: none;
}

.loginFields+.loginFields,
.offlineFields+.offlineFields {
    margin-top: 15px;
}

#user_chat_text:focus,
#user_chat_text:active {
    outline: none;
}

.chat_action_ [disabled] {
    cursor: default;
    pointer-events: none;
    position: relative;
}

.chat_invitation_ {
    margin: 0 auto;
    width: 290px;
    width: 320px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}

.chat_invitation_.chat_invitation_default {
    background: #007782;
    padding: 15px;
    border-radius: 0.8rem;
    box-sizing: border-box;
    line-height: 20px;
}

.chat_invitation_default_detail_ {
    width: calc(100% - 95px);
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
}

.chat_invitation_default_icon_ {
    display: inline-block;
    width: 90px;
    vertical-align: bottom;
    text-align: right;
    height: 85px;
}

.chat_invitation_default_heading_ {
    margin: 0;
    color: #fff;
    line-height: 1.428rem;
}

.chat_invitation_default_icon_ .chat-admin-icon {
    font-size: 85px;
    position: relative;
    bottom: 0;
}

.chat_invitation_default_icon_ .chat-admin-icon:hover {
    opacity: 1;
}

.chat_invitation_close {
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer;
    z-index: 2;
    width: 10px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invitationButton {
    margin: 10px 0;
    min-height: 1.9rem;
    border: solid 1px #DBE0E3;
    padding-top: 0.32rem;
    padding-right: 0.75rem;
    padding-bottom: 0.32rem;
    padding-left: 0.75rem;
    line-height: 1.428rem;
}

.chat_invitation_left_right_detail_ {
    width: calc(100% - 90px);
    padding: 0 15px 15px;
    box-sizing: border-box;
}

.chat_invitation_left_right_icon_ {
    display: inline-block;
    width: 90px;
}

.chat_invitation_leftRight {
    display: flex;
    min-height: 105px;
}

.chat_invitation_leftRight,
.chat_invitation_topBottom,
.chat_invitation_imageBackground {
    border-radius: 5px;
    overflow: hidden;
}

.chat_invitation_left_right_icon_ i,
.chat_invitation_top_bottom_icon_ i {
    font-size: 60px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    left: 15px;
}

.chat_invitation_top_bottom_icon_ .chat-admin-icon.icon-messageOvalDouble,
.chat_invitation_left_right_icon_ .chat-admin-icon.icon-messageDouble {
    font-size: 60px;
}

.chat_invitation_top_bottom_upper {
    display: flex;
    position: relative;
    padding: 15px 5px;
}

.chat_invitation_top_bottom_upper .chat_invitation_top_bottom_icon_ {
    width: 85px;
}

.chat_invitation_top_bottom_byline_ {
    padding: 0 15px 15px;
}

.chat_invitation_top_bottom_byline_ p {
    padding-top: 15px;
    margin: 0;
    line-height: 20px;
}

.chat_invitation_image_background_detail_ h3 {
    margin: 0;
}

.chat_invitation_image_background_detail_ {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    width: 100%;
}

.widgetButton_ {
    position: relative;
    display: inline-block;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
}

.widgetButton_centerMinimizedChat_ {
    border-radius: 8px;
}

.widgetButton_default_ i.icon-messageDots {
    position: relative;
    vertical-align: sub;
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    font-size: 20px;
    bottom: 0;
}

.widgetButton_ i.fa {
    font-size: 24px;
    height: 10px;
    vertical-align: top;
    bottom: 5px;
    position: relative;
}

.centredIcon i {
    position: relative;
}

.centredIcon i {
    position: relative;
    bottom: 0;
    font-size: 20px;
    left: auto;
    top: 10px;
}

.centredIcon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - 15px);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
}

.widgetButton_.widgetButton_circleMinimizedChat_ {
    padding: 15px;
    border-radius: 100%;
    height: 55px;
    width: 55px;
}

.widgetButton_.widgetButton_circleMinimizedChat_ i {
    position: relative;
    bottom: 0;
    left: 0;
    top: 2px;
    font-size: 25px;
}

.widgetButton_.widgetButton_squareMinimizedChat_ {
    padding: 0;
    bottom: -13px;
    height: 45px;
    border-radius: 25px;
}

.widgetButton_.widgetButton_squareMinimizedChat_ .backgroundIcon {
    position: relative;
    font-size: 60px;
    bottom: 6px;
    height: 60px;
    left: -3px;
}

.widgetButton_.widgetButton_squareMinimizedChat_ .backgroundIcon.icon-messageRounded.admin-chat-status-icon {
    left: 15%;
    bottom: 14%;
}

.iconIcon.chat-admin-icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
}

.minimized_view_ {
    overflow: hidden;
}

.statusText_ {
    white-space: nowrap;
    max-width: 280px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    z-index: 9;
    position: relative;
}

.scheduledMessage_email {
    font-weight: bold;
}

.visitorDropdown_.visitorDropdown_.dropdown-menu,
.dropup.dropdown ul.visitorDropdown_.visitorDropdown_.dropdown-menu {
    width: 100%;
    bottom: unset;
}

.visitorDropdown_ a,
ul.visitorDropdown.dropdown-menu>li>a,
ul.visitorDropdown.dropdown-menu>li a,
.visitorDropdown_ .dropdown-menu>li>a,
.visitorDropdown.dropdown-menu>li a,
.visitorDropdown_.visitorDropdown_.dropdown-menu>li>a {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
    display: block;
    padding: 0.3rem 0.75rem;
}

.feedbackHeading_,
.offline-heading_,
.messageContent_,
.scheduledMessage_,
.chat_invitation_default_byline_,
.chat_invitation_left_right_byline_,
.chat_invitation_image_background_byline_ {
    white-space: pre-line;
    word-break: break-word;
    margin: 10px 5px;
    position: relative;
    line-height: 1.428rem;
}

.chat_invitation_default_byline_,
.chat_invitation_left_right_byline_ {
    margin: 7px 5px 0 0;
}

.chat_invitation_top_bottom_byline_ {
    word-break: break-word;
    text-align: center;
    white-space: unset;
}

.radio_question_ {
    margin-top: 15px;
}

.icFieldPreview_field label.label-filter-style {
    max-width: calc(100% - 30px);
    width: auto;
    word-break: break-all;
    white-space: normal;
    vertical-align: sub;
    margin: 1px 0 0;
}

.checkbox-style-block {
    white-space: nowrap;
}

.login-btn {
    overflow: hidden;
    text-overflow: ellipsis;
}

.invitationButton {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.radio_question_ {
    margin-bottom: 10px;
}

.chat_action_ #file-input {
    position: absolute;
    height: 20px;
    width: 20px;
    bottom: 10px;
    overflow: hidden;
    opacity: 0;
    right: 40px;
    cursor: pointer;
}

.icFieldPreview_field .dropdown-menu>li>a:focus,
.icFieldPreview_field .dropdown-menu>li>a:hover,
.icFieldPreview_field .active {
    color: #ffffff;
    text-decoration: none;
    background-color: #1074a1;
}

.chat-rating-like_ {
    padding: 0 5px;
}

.closeChatButtonContainer {
    text-align: center;
    /*margin: 55px 0;*/
    margin: 55px 0 0;
    white-space: nowrap;
}

.closeChatButton {
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 8px 25px;
    background: #fff;
    font-weight: normal;
    color: #fff;
    font-style: normal;
    font-family: sans-serif;
    font-size: 1rem;
}

.loading_ {
    white-space: normal;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.loading_ img {
    display: inline-block;
}

.closeChatButton+.closeChatButton {
    margin-left: 8px;
}

.queue-heading_ {
    padding: 0 10px;
    margin-bottom: 10px;
}

.queueFormAction>div {
    padding: 0;
}

.queueFormAction .skipButton_ {
    margin: 10px;
    text-align: left;
}

.smileyButton_ i {
    bottom: 9px;
}

.skipButton_ a,
.skipButton_ a:visited,
.skipButton_ a:active,
.skipButton_ a:focus {
    color: #78808E;
    font-weight: 600;
}

.skipButton_ a:hover {
    opacity: 0.8;
}

.checkbox-style.checkbox-style--privacy {
    position: absolute;
    top: 2px;
}

.chatCustomizeSetting .privacyLabel {
    display: block;
    word-break: normal;
    white-space: normal;
    margin-left: 25px;
}

.loginFields.loginFields--privacy {
    margin: 10px 5px;
    position: relative;
}

.poweredByItyx {
    color: #8b98a5;
    padding: 10px;
    text-align: right;
    font-size: 11px;
    border: solid 1px #e0e0e0;
    border-top: 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.poweredByItyx div {
    border: 1px solid #c3ccd4;
    padding: 0 5px;
    border-radius: 4px;
    display: inline-block;
}

.poweredByItyx img {
    height: 15px;
    width: 59px;
}

.powerSeperator {
    border-bottom: solid 1px #e0e0e0;
    clear: both;
}

.chat_invitation_.chat_invitation_imageBackground.chat_invitation_imagePortrait {
    width: 240px;
    height: 260px;
}

.chat_invitation_.chat_invitation_imageBackground {
    box-shadow: 0 0 5px 1px #C5C5C5;
    position: relative;
}

.relative {
    position: relative;
}

.fa-commenting-o.fa-commenting-details {
    left: 0.5rem;
}

.absolute {
    position: absolute;
}

.chat_invitation_default_icon_ i {
    top: 40%;
    left: 1rem;
}

.chat-admin-icon.icon-chat-panel-end,
.chat-admin-icon.icon-chat-panel-transcript {
    font-size: 18px;
}

.chat-admin-icon.icon-chat-panel-maximize {
    font-size: 14.4px;
    height: 21px;
    top: 3px;
    right: 0px;
}


.chat-admin-icon.icon-chat-panel-minimize {
    font-size: 15px;
    top: 2px;
}


.chat-admin-icon.icon-chat-panel-human-agent {
    font-size: 1rem;
    top: 2px;
    left: 9px;
    text-align: center;
}

.transcriptBtn_.active .icon-chat-panel-transcript:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    z-index: 10;
    border-bottom-color: #fff;
    border-width: 8px;
    position: absolute;
    top: 11px;
    left: 10px;
    z-index: 999;
}

.chat_invitation_left_right_icon_ svg {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.chat_invitation_top_bottom_heading_ {
    padding-left: 15px;
    margin-top: 0;
    line-height: 1.428rem;
}

.chat_invitation_left_right_heading_ {
    margin: 20px 0 10px 0;
    line-height: 1.428rem;
}

.chat_invitation_imageLandscape {
    width: 290px;
    height: 160px;
}

.chat_invitation_default_icon_ svg {
    position: relative;
    top: 27%;
}

/*new invitation styles*/
@import './invitation-fonts/system-fonts.css';
@import './invitation-fonts/invitation-fonts.css';

:root {
    --white: #ffffff;
    --black: #333333;
    --grey-border: #919191;
    --white-smoke-original: #f4f4f4;
    --field-border: #d5d5d5;
    --dark-jungle-green: #1d1b20;
    --grey: #78808e;
}

.chatInvitation-card-wrap {
    width: 317px;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.25);
    padding: 16px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.chatinvitation-chaticon-wrap {
    font-size: 65px;
    padding: 6px 12px;
    margin-right: 25px;
}

.chatinvitation-chaticon-wrap .icon:before,
.chatinvitation-chaticon-wrap img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin: 0;
}

.chatinvitation-content-wrap {
    display: flex;
    min-height: 70px;
    font-family: "Open Sans", sans-serif;
}

.chatinvitation-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    word-break: break-word;
}

.chatinvitation-bylinetext-wrap {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    word-break: break-word;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.chatinvitation-actionbtn-wrap {
    margin-top: 10px;
    font-family: 'Roboto';
}

.chatinvitation-fullwidth-btn .invitation-button {
    width: 100%;
}

.chatinvitation-actionbtn-wrap .invitation-button {
    height: 40px;
    min-width: 68px;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid var(--grey-border);
    background: var(--white);
    font-size: 14px;
    font-weight: 400;
    max-width: 100%;
    font-family: 'Roboto';
    cursor: pointer;
}

.chatinvitation-actionbtn-wrap .invitation-button.invitation-button-filled {
    background: inherit;
    border-color: inherit;
    color: inherit;
}

.chatinvitation-actionbtn-wrap .invitation-button.invitation-button-secondary {
    background: var(--white-smoke-original);
    border-color: var(--field-border);
    color: var(--black);
}

.chatinvitation-actionbtn-wrap .invitation-button.invitation-button-transparent {
    background: transparent;
    border-color: transparent;
    color: var(--dark-jungle-green);
    font-weight: 400;
    min-width: unset;
    padding: 8px 10px;
}

.chatinvitation-actionbtn-wrap .invitation-button:hover {
    background: var(--white);
    opacity: 0.8;
}

.chatinvitation-actionbtn-wrap .invitation-button.invitation-button-filled:hover {
    background: inherit;
    border-color: inherit;
    color: inherit;
}

.chatinvitation-actionbtn-wrap .invitation-button.invitation-button-secondary:hover {
    background: var(--field-border);
    border-color: var(--field-border);
    color: var(--black);
}

.chatinvitation-actionbtn-wrap .invitation-button.invitation-button-transparent:hover {
    background: transparent;
    border-color: transparent;
    color: var(--grey);
}