@font-face {
    font-family: 'OpenSans';
    src: local('fonts/OpenSans-Regular.ttf'), url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: local('fonts/OpenSans-SemiBold.ttf'), url('fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: local('fonts/OpenSans-SemiBold.ttf'), url('fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: local('fonts/OpenSans-Bold.ttf'), url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}


#chat-widget-chat-main-div {
    z-index: 999;
}

.chat-widget-chatting-div-card-body p{
    margin:0;
}

.chat-widget-chatting-close-div,
.chat-widget-chatting-div,
.chat-widget-rating-div,
.chat-widget-register-div,
.chat-widget-predefine-message-div{
    background-image: url("../img/chat/chat-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'OpenSans', sans-serif;

}

#message_body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(189, 188, 188, 0.5);
    border-radius: 5px;
    background-color: #F5F5F5;
}

#message_body::-webkit-scrollbar
{
    width: 5px;
    background-color: #F5F5F5;
}

#message_body::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px #3dae72;
    background-color: #3dae72;
}

.chat-widget-chat-button {
    background-color: rgba(33, 55, 35, 1);
    z-index: 999;
    padding: 8px 20px;
    cursor: pointer;
    opacity: 1;
    bottom: 15px;
    right: 28px;
    color: #fff !important;
    font-weight: 700;
    border-radius: 30px;
    border: none;
    position: fixed;
    width: auto !important;
    display: flex;
}

.chat-widget-chat-button img{
    width: 30px;
    margin-right: 5px;
}

.chat-widget-chat-button .button-inner{
    display: flex;
    align-items: center;
}

.chat-widget-chat-button .button-inner p{
    margin: 0 !important;
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
}

.chat-widget-register-div {
    width: 95%;
    max-width: 360px;
    position: fixed;
    right: 10px;
    max-height: 550px;
    border-radius: 13px 13px 0 0;
    bottom: 0px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.chat-widget-register-div-card-header {
    margin-bottom: 0;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.75rem !important;
    /*border-top: 4px solid #3dae72;*/
    border-radius: 13px 13px 0 0;
    position: relative;
    top: 0;
    background-image: url("../img/chat/header-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.chat-widget-register-div-card-header-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.chat-widget-register-div-card-header-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

.chat-widget-register-div-card-header-actions svg {
    cursor: pointer;
}

.chat-widget-register-div-card-body {
    box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
    0 0 1.25rem rgba(30, 34, 40, 0.04);
    border: 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    flex: 1 1 auto;
    position: relative;
    height: 400px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 59px;
    max-height: 400px;
    justify-content: center;
}

.chat-widget-register-div-form-group {
    margin-bottom: 8px !important;
}

.chat-widget-register-div-form-group .phone-wrapper{
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 0 !important;
    align-items: center;
}

.chat-widget-register-div-form-group .country-code{
    background-color: #D8D8D8;
    border: none;
    font-size: 15px;
    height: 40px;
    width: 50px;
    padding: 0;
    text-align: center;
    border-radius: 13px;
    margin-right: 6px;
    color: rgba(0,0,0,0.7);
}

.chat-widget-register-div-form-group .country-code:focus,
.chat-widget-register-div-input:focus{
    outline: none;
}

.chat-widget-register-div-label {
    margin-bottom: 4px;
}

.progress-wrap.chat-active{
    bottom: 565px;
}

.chat-widget-register-div-input {
    display: block;
    width: 100%;
    background-color: #D8D8D8;
    border: none;
    font-size: 15px;
    height: 40px;
    padding: 0 10px;
    border-radius: 13px;
    margin-right: 6px;
    color: rgba(0,0,0,0.7);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chat-widget-register-div-input-error {
    display: none;
    color: #ff5555;
    font-size: 10px;
}

.chat-widget-register-div-card-footer {
    color: #aab0bc !important;
    padding: 0.75rem !important;
    position: fixed;
    bottom: 0px;
    text-align: center;
    background-color: white;
    box-sizing: border-box;
    width: 95%;
    max-width: 360px;
}

.chat-widget-register-div-card-footer-button {
    padding: 0.5rem 1.2rem;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 0.4rem;
    box-shadow: unset;
    transition: all 0.2s ease-in-out;
    width: 100%;
    background: rgb(247,243,178);
    background: -moz-linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    background: linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f3b2",endColorstr="#bb904e",GradientType=1);

    color: rgba(0,0,0,0.7);
}

.chat-widget-chatting-div {
    width: 95%;
    max-width: 360px;
    position: fixed;
    right: 10px;
    max-height: 550px;
    overflow: hidden;
    border-radius: 13px 13px 0 0;
    bottom: 0px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.chat-widget-chatting-div-card-header {
    margin-bottom: 0;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.75rem !important;
    border-radius: 13px 13px 0 0;
    position: relative;
    top: 0;
    background-image: url("../img/chat/header-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.chat-widget-chatting-div-card-header-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.chat-widget-chatting-div-card-header-agent {
    font-size: 12px;
    padding: 0;
    margin: 4px 0 0;
}

.chat-widget-chatting-div-card-header-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

.chat-widget-chatting-div-card-header-actions svg {
    cursor: pointer;
}

.chat-widget-rating-div {
    width: 95%;
    max-width: 360px;
    position: fixed;
    right: 10px;
    max-height: 550px;
    border-radius: 13px 13px 0 0;
    bottom: 0px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.chat-widget-rating-div-card-header {
    margin-bottom: 0;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.75rem !important;
    border-radius: 13px 13px 0 0;
    position: relative;
    top: 0;
    background-image: url("../img/chat/header-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.chat-widget-rating-div-card-header-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.chat-widget-rating-div-card-header-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

.chat-widget-rating-div-card-header-actions svg {
    cursor: pointer;
}

.chat-widget-rating-div-card-body {
    box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
    0 0 1.25rem rgba(30, 34, 40, 0.04);
    border: 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    flex: 1 1 auto;
    position: relative;
    height: 400px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 59px;
    max-height: 400px;
    justify-content: center;
}

.chat-widget-rating-div-card-footer {
    color: #aab0bc !important;
    padding: 0.75rem !important;
    position: fixed;
    bottom: 0px;
    text-align: center;
    background-color: white;
    box-sizing: border-box;
    width: 95%;
    max-width: 360px;
}

.chat-widget-rating-div-card-footer-button {
    border: none;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    line-height: 40px;
    border-radius: 13px;
    transform: translateY(-0.15rem);
    color: rgba(0,0,0,0.7);
    box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    background: rgb(247,243,178);
    background: -moz-linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    background: linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f3b2",endColorstr="#bb904e",GradientType=1);
}

.chat-widget-rating-div-card-footer-button:hover {
    border: none;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    line-height: 40px;
    border-radius: 13px;
    transform: translateY(-0.15rem);
    color: rgba(0,0,0,0.7);
    box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    background: rgb(247,243,178);
    background: -moz-linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    background: linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f3b2",endColorstr="#bb904e",GradientType=1);

}

.chat-widget-predefine-message-div {
    width: 95%;
    max-width: 360px;
    position: fixed;
    right: 10px;
    max-height: 550px;
    border-radius: 13px 13px 0 0;
    bottom: 0px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.chat-widget-predefine-message-div-card-header {
    margin-bottom: 0;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.75rem !important;
    position: relative;
    top: 0;
    border-radius: 13px 13px 0 0;
    background-image: url("../img/chat/header-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.chat-widget-predefine-message-div-card-header-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.chat-widget-predefine-message-div-card-header-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

.chat-widget-predefine-message-div-card-header-actions svg {
    cursor: pointer;
}

.chat-widget-predefine-message-div-card-body {
    box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
    0 0 1.25rem rgba(30, 34, 40, 0.04);
    border: 0;
    min-width: 0;
    position: relative;
    height: 450px;
    padding: 10px 20px 10px 20px;
    max-height: 450px;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
}

.chat-widget-predefine-message-div-card-body-answer {
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.2s ease-in-out;
    margin-right: 4px;
    display: block;
    width: 100%;
    padding: 10px !important;
    margin-bottom: 0px;
    text-wrap: wrap;
    color: rgba(0,0,0,0.7);
    border: none;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-family: 'OpenSans', sans-serif;
    background-color: #FFFFFF;
}

.chat-widget-predefine-message-div-card-body-answer:last-child{
    border-radius: 0 0 10px 10px;
    border-bottom: none;
}
.chat-widget-predefine-message-div-card-body-answer:hover{
    background-color: #3dae72;
    color: #FFFFFF;
}


.chat-widget-predefine-message-div-card-body-answer.active {
    border: 2px solid #3dae72;
    background-color: #3dae72;
    color: #ffffff;
}

.chat-widget-chatting-close-div {
    width: 95%;
    max-width: 360px;
    position: fixed;
    right: 10px;
    max-height: 550px;
    border-radius: 13px 13px 0 0;
    bottom: 0px;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.chat-widget-chatting-close-div-card-header {
    margin-bottom: 0;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.75rem !important;
    border-radius: 13px 13px 0 0;
    position: relative;
    top: 0;
    background-image: url("../img/chat/header-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.chat-widget-chatting-close-div-card-header .chat-logo,
.chat-module-logo{
    height: 42px;
}

.chat-widget-chatting-close-div-card-header-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.chat-widget-chatting-close-div-card-header-client {
    font-size: 12px;
    padding: 0;
    margin: 4px 0 0;
}

.chat-widget-chatting-close-div-card-header-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}

.chat-widget-chatting-close-div-card-header-actions svg {
    cursor: pointer;
}

.chat-widget-chatting-close-div-card-body {
    box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06),
    0 0 1.25rem rgba(30, 34, 40, 0.04);
    border: 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    flex: 1 1 auto;
    position: relative;
    height: 450px;
    padding: 10px 20px 10px 20px;
    max-height: 450px;
    justify-content: center;

}


.chat-widget-chatting-close-div-card-body-button-yes-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.01rem;
    position: relative;
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #3dae72;
    border-radius: 0.4rem;
    transition: all 0.2s ease-in-out;
    width: 100%;
    background-color: #3dae72;
    color: #ffffff;
    transform: translateY(-0.15rem);
    box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
}

.chat-widget-chatting-div-card-header-actions-dropdown-menu {
    display: none;
    position: absolute;
    inset: 0 0 auto auto;
    margin: 25px 22px 0 0;
    padding: 0 10px 10px 10px;
    transform: translate3d(0px, 26px, 0px);
    background-color: #ececec;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 0 0 1.25rem rgba(8, 8, 8, 0);
}

.chat-widget-chatting-div-card-header-actions-dropdown-menu-ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0 !important;
}

.chat-widget-chatting-div-card-header-actions-dropdown-menu-li {
    font-size: 14px;
    letter-spacing: -0.01rem;
    display: block;
    width: 100%;
    clear: both;
    color: #545455;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin-top: 10px;
    cursor: pointer;
}

.chat-widget-chatting-div-card-body {
    box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0 0 1.25rem rgba(30, 34, 40, 0.04);
    border: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    flex: 1 1 auto;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px 20px 10px 20px;
    margin-bottom: 60px;
    min-height: 400px;
    max-height: 400px;

}

.chat-widget-chatting-div-card-body-agent-rounded {
    background-color: #D8D8D8;
    padding: 10px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0 15px 15px;
    margin-left: 0px;
    color: rgba(0,0,0,0.7);
}

.chat-widget-chatting-div-card-body-customer-rounded {
    background-color: #3dae72;
    padding: 10px;
    /*box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);*/
    border-radius: 15px 15px 0 15px;
    margin-right: 0px;
    color: white;
}

.chat-widget-chatting-div-card-footer,
.chat-close-footer{
    color: #aab0bc !important;
    padding: 10px !important;
    position: fixed;
    bottom: 0px;
    text-align: center;
    background-color: white;
    box-sizing: border-box;
    width: 95%;
    max-width: 360px;
    border-radius: 0 0 5px 5px;
}

.chat-close-footer{
    display: none;
}

.footer-close-btn{
    background-color: #3dae72;
    border: none;
    padding: 5px 12px;
    border-radius: 25px;
    font-size: 14px;
    color: #FFFFFF;
}

.chat-widget-chatting-div-form-group {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 0 !important;
    align-items: center;
}

#chat-widget-chatting-div-form-group-image{
    position: absolute;
    right: 5px;
    top: 7px;
    width: 30px;
    height: 30px;

}

.chat-widget-chatting-div-form-wrapper{
    position: relative;
    width: 100%;
}

.chat-widget-chatting-div-form-control {
    display: block;
    width: -webkit-fill-available;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    border: 1px solid rgba(216, 216, 216, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.04);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 10px;
    padding-right: 36px;
    height: 40px;
    margin-right: 0;
}

.chat-widget-chatting-div-form-control:focus {
    outline: none;
}

.chat-widget-chatting-div-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    letter-spacing: -0.01rem;
    position: relative;
    font-size: 0.8rem;
    margin-left: 8px;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    border-radius: 50%;
    box-shadow: unset;
    transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: rgb(247,243,178);
    background: -moz-linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    background: linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f3b2",endColorstr="#bb904e",GradientType=1);
}

.chat-widget-chatting-div-button svg{
    width: 20px;
    height: 20px;
}

.chat-widget-chatting-div-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 0 !important;
}

.chat-widget-chatting-div-input-group-error {
    display: none;
    color: #e74040;
    font-size: 11px;
}

#chat_widget_predefine_message_div_card_body_question{
    background: #D8D8D8;
    border-radius: 10px 10px 0 0;
    font-weight: 500;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'OpenSans', sans-serif;
}

.chat-widget-chatting-div-card-body-customer {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    margin-bottom: 3px !important;
    padding-top: 0.25rem !important;
}

.chat-widget-chatting-div-card-body-customer-rounded-customer {
    border-radius: 0.4rem !important;
    background-color: #f5f5f5;
    padding-right: 8px;
    margin-right: 8px;
}

.chat-widget-chatting-div-card-body-customer-message {
    /*margin-left: 0.75rem !important;*/
    margin-bottom: 0.25rem !important;
    font-size: 14px;
    word-break: break-word;
    line-height: 1.2;
    font-weight: 400;
    color: #FFFFFF;
}

.chat-widget-chatting-div-card-body-customer-message a img {
    max-width: 100%;
    height: 150px;
    /*margin-left: -0.75rem;*/
}

.chat-widget-chatting-div-card-body-customer-date {
    text-align: end;
    font-size: 11px;
    color: rgb(0,0,0,0.7);
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.chat-widget-chatting-div-card-body-customer-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.chat-widget-chatting-div-card-body-agent {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    margin-bottom: 3px !important;
    padding-top: 0.25rem !important;
}

.chat-widget-chatting-div-card-body-customer-rounded-agent {
    border-radius: 0.4rem !important;
    background-color: #3dae72;
    padding-right: 8px;
    margin-left: 8px;
    color: #F2F2F2;
}

.chat-widget-chatting-div-card-body-agent-message {
    margin-left: 0 !important;
    margin-bottom: 1px !important;
    font-size: 14px;
    font-weight: 400;
    word-break: break-word;
}

.chat-widget-chatting-div-card-body-agent-message a img {
    max-width: 100%;
    height: 150px;
    /*margin-left: -0.75rem;*/
}

.chat-widget-chatting-div-card-body-agent-date {
    color: #9297a1 !important;
    text-align: start;
    font-size: 11px;
    font-family: 'OpenSans', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.chat-widget-chatting-div-card-body-agent-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.chat-widget-rating-div-rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.chat-widget-rating-div-rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.chat-widget-rating-div-rating label:last-child {
    position: static;
}

.chat-widget-rating-div-rating label:nth-child(1) {
    z-index: 5;
}

.chat-widget-rating-div-rating label:nth-child(2) {
    z-index: 4;
}

.chat-widget-rating-div-rating label:nth-child(3) {
    z-index: 3;
}

.chat-widget-rating-div-rating label:nth-child(4) {
    z-index: 2;
}

.chat-widget-rating-div-rating label:nth-child(5) {
    z-index: 1;
}

.chat-widget-rating-div-rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.chat-widget-rating-div-rating label .chat-widget-rating-div-rating-icon {
    float: left;
    color: transparent;
}

.chat-widget-rating-div-rating label:last-child .chat-widget-rating-div-rating-icon {
    color: #ccc;
}

.chat-widget-rating-div-rating:not(:hover) label input:checked ~ .chat-widget-rating-div-rating-icon, .rating:hover label:hover input ~ .icon {
    color: #3dae72;
}

.chat-widget-rating-div-rating label:hover .chat-widget-rating-div-rating-icon{
    color: #3dae72;
}

.chat-widget-rating-div-rating label input:focus:not(:checked) ~ .chat-widget-rating-div-rating-icon:last-child {
    color: #ccc;
    text-shadow: 0 0 5px #3dae72;
}

.chat-language-select-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;

}

.chat-language-select-wrapper .chat-language-select-button:first-child{
    margin-right: 10px;
}

.chat-language-select-button{
    color: #3dae72;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    width: calc(50% - 5px)
}

.chat-language-select-button:hover{
    background-color: #3dae72;
    color: #ffffff;
}

#chat_widget_predefine_message_wrapper{
    padding: 0;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    margin-bottom: 10px;
}

.chat_connected_with_2{
    margin-top: 0;
}

.chat-widget-register-div{
    z-index: 10001;
}

.chat-widget-rating-div{
    z-index: 10002;
}

.chat-widget-chatting-div{
    z-index: 9999;
}

.chat-widget-chatting-close-div{
    z-index: 10003;
}


.chat-slider-outer{
    position: relative;
}

#chat-slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto 5px auto;
}

.chat-slider-wrapper{
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat-slider-li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
}

.chat-offer-info-wrapper{
    padding: 15px 10px;
}

.chat-offer-header,
.chat-offer-details{
    overflow: hidden;
    width:100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    color: rgba(0,0,0,0.7);
    text-align: left;
    line-height: 1.2;
}

.chat-offer-header{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}

.chat-offer-details{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.chat-offer-header:hover,
.chat-offer-details:hover{
    text-decoration: none;
    color: rgba(0,0,0,0.7);

}
.chat-offer-image{
    width: 100%;
    aspect-ratio: 16/9;
}

.chat-offer-button-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.chat-offer-button{
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    width: 50%;
    text-align: center;
    padding: 0;
    text-decoration: none;
}

.chat-offer-button.back{
    border-right: 1px solid rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.5);
}

.chat-offer-button.back:hover,
.chat-offer-button.back:focus{
    background-color: #f6f6f6;
    color: rgba(0,0,0,0.7);
}

.chat-offer-button.details{
    color: #3dae72;
}

.chat-offer-button.details:hover,
.chat-offer-button.details:focus{
    background-color: #3dae72;
    color: #FFFFFF;
}

.chat-offer-button:hover{
    text-decoration: none;
}

a.chat-slider_prev, a.chat-slider_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 8px;
    line-height: 1;
    width: auto;
    height: auto;
    background: #3dae72;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0.7;
}

a.chat-slider_prev:hover, a.chat-slider_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.chat-slider_next {
    right: -10px;
}

a.chat-slider_prev {
    left: -10px;
}

.chat-widget-message-started{
    color: #3DAE72;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.chat-close-text{
    color: #3DAE72;
    font-size: 13px;
    text-align: center;
    width: 100%;
    line-height: 35px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.chat-widget-modal-outer{
    position: absolute;
    width: 100%;
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    z-index: 10000;
}

.chat-widget-modal-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}

.chat-widget-modal{
    position: absolute;
    width: 80%;
    left: 10%;
    top: 50%;
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 13px;
    transform: translateY(-50%);
}

.chat-widget-chatting-close-div-card-body-button-yes {
    text-align: center;
    border-radius: 13px;
    width: calc(50% - 7px);
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    transform: translateY(-0.15rem);
    color: rgba(0,0,0,0.7);
    box-shadow: 0 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    background: rgb(247,243,178);
    background: -moz-linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    background: linear-gradient(180deg, rgba(247,243,178,1) 0%, rgba(187,144,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f3b2",endColorstr="#bb904e",GradientType=1);


}

.chat-widget-chatting-close-div-card-body-button-no {
    text-align: center;
    border-radius: 13px;
    width: calc(50% - 7px);
    margin-right: 14px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    transform: translateY(-0.15rem);
    color: rgba(0,0,0,0.7);
    background: #A8A9AD;
    background: -moz-linear-gradient(180deg, #D8D8D8 0%, #A8A9AD 100%);
    background: -webkit-linear-gradient(180deg, #D8D8D8 0%, #A8A9AD 100%);
    background: linear-gradient(180deg, #D8D8D8 0%, #A8A9AD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f3b2",endColorstr="#A8A9AD",GradientType=1);
}

.chat-modal-title{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
    font-family: 'OpenSans', sans-serif;
}

.chat-widget-chat-button p{
    color: #FFFFFF;
}

.chat-widget-chat-main-div-mobile .chat-widget-chatting-div,
.chat-widget-chat-main-div-mobile .chat-widget-rating-div{
    max-height: 100%;
    height: 100%;
    width: 100%;
    max-width: 100%;
    right: 0px;
    bottom: 0;
}

.chat-widget-chat-main-div-mobile .chat-widget-chatting-div-card-body,
.chat-widget-chat-main-div-mobile .chat-widget-rating-div-card-body{
    height: calc(100% - 135px);
    max-height: calc(100% - 135px);
    box-sizing: border-box;
}

.chat-widget-chat-main-div-mobile .chat-widget-chatting-div-card-footer,
.chat-widget-chat-main-div-mobile .chat-close-footer,
.chat-widget-chat-main-div-mobile .chat-widget-rating-div-card-footer{
    width: 100%;
    max-width: 100%;
}

.chat-widget-rating-div-card-body p{
 font-weight: 400;
}