#wbls-take p,
.wbls-form p {
    margin: 0;
    padding: 0;
}

.wbls-security {
    display: none!important;
}

.wbls-form-container {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;
    font-family: inherit;
    justify-content: center;
}


.wblsform-page-and-images {
    display: none;
}

.wblsform-page-and-images.wblsform-active-page {
    display: block;
}

.wbls-form-container input {
    box-sizing: border-box;
}

.wbls-form-container input[type=button] {
    width: 200px;
    height: 35px;
    line-height: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #0b86c4;
    cursor: pointer;
}

.wbls-form-container input:focus-visible,
.wbls-form-container textarea:focus-visible{
    outline: none;
}

.wbls-form input[type='email']:focus{
    border-bottom: 2px #000 solid;
}

.wbls-form-container input::file-selector-button {
    font-weight: bold;
    color: #000;
    padding: 5px 10px;
    border: thin solid #000;
    border-radius: 3px;
    margin-right:8px;
    cursor: pointer;
}

.wbls-form-container input::file-selector-button:hover{
    background-color: #000;
    color: #fff;
}

.wbls-form::-webkit-scrollbar {
    width: 10px;
}

.wbls-form::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.wbls-form::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}


.wbls-front-buttons-container {
    display: flex;
    width: auto;
    padding: 10px 0;
    justify-content: center;
}

.wbls-front-content-close {
    width: 14px;
    height: 14px;
    cursor: pointer;
    color: #000000;
    font-size: 12px;
    background: url(../images/close_front_14.svg);
    background-repeat: no-repeat;
}

.wbls-form .wbls-token-container .wbls-copy-button {
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    color: #000000;
    font-size: 12px;
    padding: 0;
    background: url(../images/copy_icon.svg) no-repeat;
    position: absolute;
    right: 20px;
    border: none;
}

.wbls-form .wbls-token-container .wbls-copy-button:hover {
    background-color: unset;
}

.wbls-token-container {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #B7EB8F;
    background: #F6FFED;
    border-radius: 8px;
    padding: 10px 10px 20px 10px;
    margin-top: 25px;
    box-sizing: border-box;
}

.wbls-token-container .wbls-front-header{
    position: relative;
    background: none;
    padding: 5px 10px 5px 5px;
    box-shadow: none;
}

.wbls-new-chat-section {
    height: auto;
}

.wbls_user_row {
    justify-content: right;
    display: flex;

}

.wbls_admin_row {
    justify-content: left;
    display: flex;

}

.wbls_message_col {
    display: flex;
    flex-direction: column;
    max-width: 80%;
}

body .wbls-front-layout {
    position: fixed;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 998;
    background-color: #000000;
    opacity: 0.5;
}

.wbls-token-row {
    display: block;
    width: 100%;
    margin: auto;
    height: auto;
    padding: 0 10px;    
}

.wbls-login-container .wbls-token-input:focus{
    border-bottom: 2px #000 solid;
}

.wbls-login-container .wbls-front-header {
    box-shadow: unset;
    padding: 0;
}

.wbls-token-row input:focus-visible{
    outline: none;
}

.wbls-form-container .wbls-token-container span.wbls-token-value {
    display: block;
    border: 1px solid #cccccc;
    padding: 2px 15px;
    border-radius: 5px;
    margin: 0 10px 0 0;
    height: 35px;
    font-size: 15px;
    line-height: 29px;
    box-sizing: border-box;
    width: 100%;
}
.wbls_copy_section{
    display: flex;
    align-items: center;
    position: relative;
}


.wbls-copy-button .wbls-form-token-copy-tooltip {
    position: absolute;
    width: auto;
    height: auto;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 15px;
    box-sizing: border-box;
    top: -30px;
    right: 0px;
    font-size: 12px;
    display: none;
}

.wbls-token-description {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin: auto;
    font-weight: 500;
    padding: 5px 5px 15px 5px;
}

.wbls-chat-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    justify-content: space-between;
}

.wbls-chats-section {
    display: block;
    overflow-y: auto;
    padding: 10px 15px;
    height: 277px;
    box-sizing: border-box;
    align-content: end;
}

.wbls-chat-container-full .wbls-chats-section {
    height:100%;
}

.wbls-chats-section::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.wbls-chats-section::-webkit-scrollbar-track {
    background: #f0ebeb;
}

/* Handle */
.wbls-chats-section::-webkit-scrollbar-thumb {
    background: #c3c1c1;
}

/* Handle on hover */
.wbls-chats-section::-webkit-scrollbar-thumb:hover {
    background: #adacac;
}

.wbls_user_row {
    justify-content: right;
    display: flex;

}

.wbls_admin_row {
    justify-content: left;
    display: flex;
}

.wbls_message_col {
    display: flex;
    flex-direction: column;
    max-width: 80%;
}

.wbls_message_col a {
    text-align: end;
}

.wbls_user_row .wbls_message_date,
.wbls_user_row .wbls_message_role,
.wbls_admin_row .wbls_message_date,
.wbls_admin_row .wbls_message_role {
    font-size: 10px;
    text-align: right;
    margin-top: 15px
}

.wbls_admin_row .wbls_message_date,
.wbls_admin_row .wbls_message_role {
    text-align: left;
    padding-left: 10px;
}

.wbls_user_row .wbls_message_date,
.wbls_user_row .wbls_message_role {
    padding-right: 10px;
}


.wbls_message_attachement {
    height: auto;
    width: 50px;
    max-height: 100px;
}

.wbls-form .wblsform-row .wbls-field-row-radio,
.wbls-form .wblsform-row .wbls-field-row-checkbox {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 10px;
}

.wbls-form .wblsform-row .wbls-field-row-checkbox label {
    margin: 0;
}

.wbls-form .wblsform-row.wbls-validation-error input,
.wbls-form .wblsform-row.wbls-required-error input,
.wbls-form .wblsform-row.wbls-required-error textarea,
.wbls-form .wblsform-row.wbls-required-error #wbls-grecaptcha > div {
    color: #FF0000!important;
    border: 1px solid #ff0000!important;
}

.wbls-form .wblsform-row.wbls-validation-error label,
.wbls-form .wblsform-row.wbls-required-error label {
    color: #FF0000!important;
}


.wbls-form .wbls-field-row.wbls-validation-error label,
.wbls-form .wbls-field-row.wbls-required-error label {
    color: #FF0000;
}

#wbls-reply-button.wbls-button-loading::before,
.wbls-form .wbls-button-loading::before {
    animation: rotation 1s infinite linear;
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/loader.svg) no-repeat;
    background-size: 20px;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
    display: inline-block;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

/* Theme Default style */
.wbls-front-form-content.wbls-front-content {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 85%;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    padding: 0;
    z-index: 999;
    display: flex;
    overflow: hidden;
}

.wbls-form {
    width: 450px;
    box-sizing: border-box;
    background-color: #f4f4f4;
    margin: auto;
    padding: 40px;
    border-width: 0px;
    border-style: solid;
    border-color: #c1c1c1;
    border-radius: 0!important;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
.wbls-form label {
    font-size: 14px;
    font-weight: normal;
    color: #643e46;
    margin: 12px 0 3px 0;
    padding: 2px 8px;
    border-width: 0px;
    border-style: solid;
    border-color: #c1c1c1;
    border-radius: 0px;
    box-shadow: none;
    display: flex;
    font-family: inherit;
}

.wbls-form textarea {
    width: 100%;
    height: 50px;
    font-size: 12px;
    font-weight: normal;
    background-color: #f9f9f9;
    color: #000000;
    margin: 2px;
    padding: 4px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #c1c1c1;
    border-radius: 5px;
    box-shadow: none;
    font-family: inherit;
    box-sizing: border-box;
}
.wbls-form select {
    width: 100%;
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    background-color: #ffffff;
    color: #000000;
    margin: 2px;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #c1c1c1;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
}
.wbls-form input[type=checkbox] {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    margin: 2px;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #c1c1c1;
    border-radius: 2px;
    box-shadow: none;
    display: block;
    accent-color: #000000;
}
.wbls-form button.wbls-submit-form {
    position: relative;
    width: 120px;
    height: 35px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    background-color: #303030;
    margin: 12px 2px;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    border-radius: 4px;
    box-shadow: none;
    text-align: center;
    font-family: inherit;
    cursor: pointer;
}
.wbls-form button.wbls-submit-form:hover {
    font-weight: normal;
    color: #ffffff;
    background-color: #000000;
}
.wbls-front-buttons-container .wbls-new-case-button {
    width: 200px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    background-color: #d9514e;
    margin: 2px;
    padding: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #c14545;
    border-radius: 2px;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
    font-family: inherit;
}
.wbls-front-buttons-container .wbls-new-case-button:hover {
    font-weight: normal;
    color: #ffffff;
    background-color: #c14545;
}
.wbls-front-buttons-container .wbls-followup-button {
    width: 200px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    background-color: #643e46;
    margin: 2px;
    padding: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #593740;
    border-radius: 2px;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
    font-family: inherit;
}
.wbls-front-buttons-container .wbls-followup-button:hover {
    font-weight: normal;
    color: #ffffff;
    background-color: #643e46;
}

.wbls-chat-container .wbls_admin_row .wbls_message,
.wbls-chat-container .wbls_user_row .wbls_message {
    font-size: 12px;
    font-weight: normal;
    background-color: #643e46;
    color: #ffffff;
    margin: 2px;
    padding: 4px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: #643e46;
    border-radius: 4px;
    box-shadow: none;
}

.wbls-chat-container .wbls_admin_row .wbls_message {
    background-color: #d9514e;
    border-color: #d9514e;
}

.wbls-reply-button-container {
    display: flex;
    justify-content: end;
}

.wbls-reply-attachement > input {
    display: none;
}

.wbls-reply-attachement img {
    width: 34px;
    cursor: pointer;
    margin: 5px 10px 0 0;
}

.wbls-chat-action-container #wbls-reply-button:hover {
    font-weight: normal;
    color: #ffffff;
    background-color: #643e46;
}
.wbls-login-container .wbls-token-input {
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    background-color: #ffffff;
    color: #000000;
    margin: 2px;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #593740;
    border-radius: 2px;
    box-shadow: none;
}
.wbls-login-container .wbls-login-button {
    display: block;
    width: 200px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    background-color: #643e46;
    margin: 15px auto;
    padding: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: #593740;
    border-radius: 2px;
    box-shadow: none;
    text-align: center;
    cursor: pointer;
    font-family: inherit;
}
.wbls-login-container .wbls-login-button:hover {
    font-weight: normal;
    color: #ffffff;
    background-color: #593740;
}

.wbls-field-description {
    font-size: 11px;
    margin: 0;
    padding: 0;
    font-style: italic;
    font-weight: 400;
}

.wbls-form p.wbls-success-msg {
    background: #e0ffc7;
    border: 1px solid #b4d39b;
    width: 100%;
    color: #333;
    margin: 0 0 15px 0;
    padding: 5px 10px;
    text-align: left;
}

.wbls-form p.wbls-error-msg {
    background: #fbeaea;
    border: 1px solid #eed3d7;
    width: 100%;
    color: #333;
    margin: 0 0 15px 0;
    padding: 5px 10px;
    text-align: left;
}

.wbls-form p.wbls-field-error-msg {
    width: 100%;
    color: #ec0808;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
    font-size: 12px;
}

.wblsform-row.wbls-label-top {
    padding: 10px 0;
}

.wblsform-row .wbls-field-firstName input[type=text],
.wblsform-row .wbls-field-lastName input[type=text],
.wblsform-row .wbls-field-middleName input[type=text] {
    width: 100%;
    min-width: unset;
}

.wbls-form .wblsform-row input[type=text]:focus {
    border: 1px solid #066aab;
    box-shadow: 0 0 0 1px #066aab, 0px 1px 2px rgba(0, 0, 0, 0.15);
    outline: none;
}

.wbls-form .wblsform-row textarea:focus{
    border: 1px solid #066aab;
    box-shadow: 0 0 0 1px #066aab, 0px 1px 2px rgba(0, 0, 0, 0.15);
    outline: none;
}

.wbls-field-fullName-container  {
    display: flex;
    width: 100%;
}

.wbls-field-firstName {
    margin-right: 10px;
    flex-grow: 5;
}

.wbls-field-lastName {
    margin-right: 10px;
    flex-grow: 5;
}


.wbls-field-middleName {
    margin-right: 10px;
    flex-grow: 1;
}

.wbls-form-container .wbls-form label.wbls-field-miniLabel {
    font-size: 12px;
    margin-left: 3px;
    margin-top: 3px;
    font-weight: 600;
    opacity: 1;
}

.wbls-form-container .wbls-form label.wbls-field-miniLabel.wbls-radio-label {
    font-size: 13px;
    margin-left: 0;
    margin-top: 3px;
    font-weight: 400;
    opacity: 1;
}

.wbls-field-row-radio input[type=radio] {
    border-radius: 50%;
    margin-right: .25rem;
    margin-top: 2px;
    line-height: 13px;
    height: 16px;
    width: 16px;
}

.wbls-msg-token {
    display: block;
    border: 2px solid #094307;
    padding: 3px 10px;
    margin-top: 5px;
    border-radius: 3px;
    margin-top: 5px;
}

.wbls-hide-overflow {
    overflow: hidden!important;
}

#wbls-reply-form {
    margin:0;
}

.wbls-error-msg {
    width: 100%;
    color: #ec0808;
    margin: 0 0 15px 0;
    padding: 5px 20px;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
}

.wbls-chat-message-footer p.wbls-field-error-msg {
    width: 100%;
    color: #ec0808;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 10px;
    box-sizing: border-box;
}


.wbls-front-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 4px 8px 0px #D9D9D940;
    padding: 17px 16px;
    position: relative;
    box-sizing: border-box;
}

.wbls-front-header p {
    margin: 0;
}

.wbls-front-header>div {
    margin: 0;
    width: calc(100% - 20px);
}

.wbls-address-row {
    display: flex;
    width: 100%;
}

.wbls-field-postal,
.wbls-field-city {
    width: 50%;
    margin-right: 10px;
}

.wbls-field-state,
.wbls-field-country {
    width: 50%;
}

.grecaptcha-badge{
    z-index: 9999;
}

.wblsform-row-pageButtonNextPrev-container {
    display: flex;
}

.wblsform-row-pageButtonNextPrev-container .wblsform-row-page:nth-child(2) {
    display: flex;
    justify-content: right;
}

.wblsform-row-pageButtonPrev,
.wblsform-row-pageButtonNext {
    display: flex;
    align-items: baseline;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.wbls-form-container .wbls-form .wblsform-row-pageButtonNext.wblsform-row-page {
    justify-content: flex-end;
}


.wbls-field-dateTime-container {
    display: flex;
    width: 100%;
}

.wbls-field-dateTime-container .wbls-field-date {
    margin-right: 10px;
    width: calc(50% - 5px);
}

.wbls-field-dateTime-container .wbls-field-time {
    margin-right: 0px;
    flex-grow: 5;
    max-width: 150px;
}

.wbls-field-dateTime-container .wbls-field-time select {
    min-width: unset;
}

.wbls-field-date-dropdown {
    display: flex;
    gap: 10px;
}

.wbls-form-container .wbls-form .wbls-field-date-dropdown select {
    width: 33%;
    min-width: unset;
}

#ui-datepicker-div {
    font-size: 12px;
    padding: 4px;
}

/* End */

/* Chat container */

.wbls-chat-container {
    position: fixed;
    bottom: 0;
    right: 5px;
    width: 350px;
    height: 400px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    z-index: 999999;
}

.wbls-chat-container.wbls-chat-container-full {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.wbls-chat-header {
    height: 45px;
    box-shadow: 0px 0px 2px 1px rgba(217, 217, 217, 0.7);
    display: flex;
    color: #000000;
    padding: 17px;
    box-sizing: border-box;
    align-items: center;
    border-radius: 10px 10px 0 0;

}

.wbls-chat-header-title {
    flex-grow: 1;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
}

.wbls-chat-header-maximize {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url("../images/icon_maximize.svg") no-repeat center;
    background-size: 20px;
    margin-right: 10px;
}

.wbls-chat-container-full .wbls-chat-header-maximize {
    background: url("../images/icon_minimize.svg") no-repeat center;
    background-size: 20px;
}

.wbls-chat-header-close {
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: url("../images/close_dark.svg") no-repeat center;
    background-size: 25px;
}

.wbls-chat-header-maximize:hover,
.wbls-chat-header-close:hover {
    opacity: 0.7;
}

.wbls-chat-login-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
}

.wbls-chat-content-description {
    max-width: 500px;
    padding: 0px 16px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;

}

.wbls-chat-login-content .wbls-token-input {
    width: 85%;
    max-width: 350px;
    height: 40px;
    padding: 9px 12px;
    border-radius: 8px;
    border: 1px solid rgba(217, 217, 217, 1);
    box-sizing: border-box;
    margin-bottom: 24px;
}

.wbls-chat-login-content .wbls-login-button {
    width: 85%;
    max-width: 350px;
    height: 40px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #643e46;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0;
    vertical-align: middle;
    border: 1px solid #643e46;
    cursor: pointer;
}

.wbls-chat-login-content .wbls-login-button:hover {
    opacity: 0.8;
}

.wbls-chat-message-footer {
    display: flex;
    flex-direction: column;
    min-height: 50px;
    padding: 12px 10px 10px 10px;
    background: rgba(245, 245, 247, 1);
    border-top: 1px solid #EAEAEA;
    max-height: 256px;
    box-sizing: border-box;
}

.wbls-chat-container .wbls-chat-message-footer #wbls-new-reply {
    width: 100%;
    height: 18px;
    min-height: 20px;
    resize: none;
    overflow: auto;
    background-color: rgba(245, 245, 247, 1);
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    scrollbar-width: none;
    color: #000000;
    max-height: 180px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border: none;
    margin-bottom: 5px;
}

.wbls-chat-message-footer #wbls-new-reply:focus {
    outline: none;
}

.wbls-chat-message-footer .wbls-chat-action-container {
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}

.wbls-chat-action-container .wbls-upload {
    width: 20px;
    height:20px;
    cursor: pointer;
    background: url("../images/upload.svg") no-repeat center;
}
.wbls-chat-upload-icon {
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    flex-shrink: 0;
    background-image: url("../images/upload.svg");
    background-repeat: no-repeat;
    background-position: center;
    justify-content: flex-end;
    cursor: pointer;
}

.wbls-chat-upload_image_button_inactive .wbls-chat-upload-icon {
    background: url("../images/upload.svg") no-repeat center;
    opacity: 0.5;
}
.wbls-chat-upload-icon:not(.wbls-chat-upload_image_button_inactive .wbls-chat-upload-icon):hover{
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

#wbls_images_preview_container {
    display: none;
    background: rgba(245, 245, 247, 1);
    padding: 0px 0px 0px 0px;
    gap: 8px;
    justify-content: flex-start;
}
#wbls_images_preview_container.wbls_active{
    display: flex;
    width: 100%;
    z-index: 9999999999999999;
}

.wbls_chat_preview_image {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    margin-bottom: 5px;
}


.wbls_remove_image {
    cursor: pointer;
    background-image: url("../images/close_icon_white.svg");
    width: 13px;
    height: 13px;
    position: absolute;
    background-color: #000;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border: 1px solid rgba(255, 255, 255, 0.20);
    right: 4px;
    top: 4px;
}
.twbb_remove_image:hover{
    cursor: pointer;
}

.wbls-chat-action-container .wbls-send-button {
    min-width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    position: relative;
    padding: 5px 10px;
    background: rgba(22, 119, 255, 1);
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    box-sizing: border-box;
}

.wbls-chat-action-container .wbls-send-button:hover {
    opacity: 0.8;
}

.wbls-chat-action-container .wbls-send-button.wbls-send-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.wbls-chat-action-container .wbls-empty-col {
    flex-grow: 1;
}


/* Media */
@media screen and (max-width: 840px){
    body .wbls-front-content{
        padding: 50px 0 0 0;
    }
    .wbls-front-content-close{
        right: 20px;
    }
}

@media screen and (max-width: 780px) {
    /* .wbls-form-container {
        width: 100%;
    } */
    .wbls-token-row{
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .wbls-form-container{
        width: 95%;
    }
    .wbls-form-container form.wbls-form{
        width: 80%;
    }
    .wbls-form-container .wbls-front-header{
        width: 80%;
    }
    .wbls-front-content{
        padding: 50px 15px;
    }
}

@media screen and (max-width: 540px) {
    .wbls-form-container form.wbls-form{
        width: 90%;
        padding: 40px 20px;
    }
    .wbls-form-container .wbls-front-header{
        width: 90%;
    }

}
@media screen and (max-width: 480px) {
    .wbls-form-container .wbls-login-container .wbls-token-input, 
    .wbls-form-container .wbls-token-container span.wbls-token-value{
        font-size: 12px;
    }

}


@media screen and (max-width: 420px) {
    .wbls-form-container form.wbls-form{
        width: 90%;
    }
    .wbls-front-content{
        padding: 30px 10px;
    }
}