#wbls-take p,
.wbls-form p {
margin: 0;
padding: 0;
}
.wbls-hidden{
display: none!important;
}
.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;
position: relative;
}
.wp-block-wbls-form .wblsform-page-and-images:first-child,
#editor .edit-post-visual-editor .wp-block-wbls-form .wblsform-page-and-images:first-of-type,
.block-editor-block-list__block .wblsform-page-and-images:first-child {
display: block!important;
}
.wblsform-page-and-images {
display: none;
}
.wblsform-page-and-images.wblsform-active-page {
display: block;
}
.wblsform-page-and-images .wblsform_section {
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin: 10px;
position: relative;
}
.wblsform-page-and-images .wblsform_section .wblsform_column {
display: flex;
flex-direction: row; gap: 10px; align-items: flex-start;
min-width: 200px;
}
.wblsform_column .wblsform-row {
flex-grow: 1;
}
.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-front-header::-webkit-scrollbar,
.wbls-front-header > div::-webkit-scrollbar,
.wbls-form::-webkit-scrollbar {
width: 5px;
}
.wbls-front-header::-webkit-scrollbar-track,
.wbls-front-header > div::-webkit-scrollbar-track,
.wbls-form::-webkit-scrollbar-track {
background: #F0F0F0;
}
.wbls-front-header::-webkit-scrollbar-thumb,
.wbls-front-header > div::-webkit-scrollbar-thumb,
.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(//www.assoservice.bari.it/wp-content/plugins/whistleblower-pro/frontend/assets/images/close_front_14.svg);
background-repeat: no-repeat;
position: absolute;
right: 20px;
top: 20px;
z-index: 999999;
}
.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(//www.assoservice.bari.it/wp-content/plugins/whistleblower-pro/frontend/assets/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: 99999998;
background-color: #000000;
opacity: 0.5;
}
.wbls-token-row {
display: block;
width: 100%;
margin: auto;
height: auto;
padding: 0 10px;    
}
.wbls-embed-login .wbls-token-row {
padding: 0;
}
.wbls-embed-login .wbls-token-row > div {
display: flex;
align-items: center;
width: 100%;
gap: 10px;
height: auto;
padding: 0;
}
.wbls-login-container.wbls-embed-login .wbls-front-header {
overflow: hidden;
margin-bottom: 10px;
}
.wbls-login-container.wbls-embed-login .wbls-token-input {
margin: 0;
box-sizing: border-box;
}
.wbls-login-container .wbls-token-input:focus{
border-bottom: 2px #000 solid;
}
.wbls-login-container .wbls-front-header {
box-shadow: unset;
padding: 0;
display: flex;
max-height: 100%;
height: 100%;
flex-direction: column;
justify-content: center;
}
.wbls-login-container .wbls-front-header > div {
display: block;
max-height: 100%;
padding: 0 10px;
}
.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;
line-height: 29px;
box-sizing: border-box;
width: 100%;
font-size: 13px;
white-space: nowrap;
}
.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-login-container.wbls-embed-login .wbls-chats-section {
border: 1px solid #EAEAEA;
border-bottom: none;
border-top: none;
}
.wbls-chat-container-full .wbls-chats-section {
height:auto;
flex-grow:1;
}
.wbls-chats-section::-webkit-scrollbar {
width: 3px;
} .wbls-chats-section::-webkit-scrollbar-track {
background: #f0ebeb;
} .wbls-chats-section::-webkit-scrollbar-thumb {
background: #c3c1c1;
} .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: flex-start;
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,
.wbls-login-button.wbls-login-button-loading::before {
animation: rotation 1s infinite linear;
position: absolute;
content: '';
width: 15px;
height: 15px;
background: url(//www.assoservice.bari.it/wp-content/plugins/whistleblower-pro/frontend/assets/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);
}
} .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: 999999999;
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;
overflow-y: auto;
overflow-x: hidden;
position: relative;
height: 100%;
}
.wbls-embed-form .wbls-form {
max-height: unset;
}
.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: block;
font-family: inherit;
line-height: 1.2;
}
.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 {
display: flex;
justify-content: center;
align-items: center;
width: auto;
height: auto;
line-height: 1;
font-size: 14px;
font-weight: normal;
color: #ffffff;
background-color: #d9514e;
margin: 2px;
padding: 10px 20px;
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 {
display: flex;
justify-content: center;
align-items: center;
width: auto;
height: auto;
line-height: 1;
font-size: 14px;
font-weight: normal;
color: #ffffff;
background-color: #643e46;
margin: 2px;
padding: 10px 20px;
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-login-container .wbls_admin_row .wbls_message,
.wbls-login-container .wbls_user_row .wbls_message,
.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-login-container .wbls_admin_row .wbls_message,
.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: #000000;
}
.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-button {
position: relative;
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-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;
box-sizing: border-box;
}
.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%;
gap:10px;
}
.wbls-field-firstName,
.wbls-field-lastName,
.wbls-field-middleName {
flex: 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;
font-size: 13px;
text-align: center
}
.wbls-hide-overflow {
overflow: hidden!important;
}
#wbls-reply-form {
display: flex;
flex-direction: column;
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-form-container.wbls-embed-form .wbls-front-header {
flex-direction: column;
background: inherit;
box-shadow: none;
border-bottom: 1px solid #cccccc;
padding-bottom: 20px;
height: auto;
max-height: unset;
}
.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;
max-height: 15%;
min-height: 50px;
overflow-y: auto;
overflow-x: hidden;
font-size:16px;
line-height: 20px;
}
.wbls-front-header p {
margin: 0;
}
.wbls-front-header > div {
margin: 0;
width: calc(100% - 20px);
}
.wbls-chat-login-content .wbls-front-header > div {
width: 100%;
}
.wbls-address-row {
display: flex;
width: 100%;
gap: 10px;
}
.wbls-field-postal,
.wbls-field-city,
.wbls-field-state,
.wbls-field-country {
flex: 1;
}
.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%;
gap: 10px;
}
.wbls-field-dateTime-container .wbls-field-date {
width: auto;
flex-grow: 1;
}
.wbls-field-dateTime-container .wbls-field-time {
margin-right: 0px;
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;
}  .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-embed-chat-header {
box-shadow: none;
display: flex;
color: #000000;
box-sizing: border-box;
align-items: center;
border-radius: 5px 5px 0 0;
border: 1px solid #EAEAEA;
}
.wbls-chat-header-title {
flex-grow: 1;
display: flex;
align-items: center;
}
.wbls-chat-header-title .wbls-chat-header-title-text {
font-family: Poppins, sans-serif;
font-weight: 600;
font-size: 15px;
line-height: 24px;
letter-spacing: 0px;
}
.wbls-chat-header-title .wbls-chat-status {
width: 14px;
height: 14px;
border-radius: 7px;
margin-left: 10px;
display: none;
}
.wbls-chat-header-title .wbls-chat-status.wbls-chat-status-active {
display: inline-block;
background-color: #2196f3;
}
.wbls-chat-header-title .wbls-chat-status.wbls-chat-status-completed {
display: inline-block;
background-color: #4caf50;
}
.wbls-chat-header-maximize {
cursor: pointer;
width: 20px;
height: 20px;
background: url(//www.assoservice.bari.it/wp-content/plugins/whistleblower-pro/frontend/assets/images/icon_maximize.svg) no-repeat center;
background-size: 20px;
margin-right: 10px;
}
.wbls-chat-container-full .wbls-chat-header-maximize {
background: url(//www.assoservice.bari.it/wp-content/plugins/whistleblower-pro/frontend/assets/images/icon_minimize.svg) no-repeat center;
background-size: 20px;
}
.wbls-chat-header-close {
cursor: pointer;
width: 25px;
height: 25px;
background: url(//www.assoservice.bari.it/wp-content/plugins/whistleblower-pro/frontend/assets/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;
max-height: 170px;
padding: 0;
margin-bottom: 30px;
font-weight: 500;
font-size: 15px;
line-height: 24px;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
flex-grow: 1;
}
.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-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-login-container .wbls-chat-message-footer #wbls-new-reply,
.wbls-chat-container .wbls-chat-message-footer #wbls-new-reply {
width: 100%;
height: auto;
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(//www.assoservice.bari.it/wp-content/plugins/whistleblower-pro/frontend/assets/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(//www.assoservice.bari.it/wp-content/plugins/whistleblower-pro/frontend/assets/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(//www.assoservice.bari.it/wp-content/plugins/whistleblower-pro/frontend/assets/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(//www.assoservice.bari.it/wp-content/plugins/whistleblower-pro/frontend/assets/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;
} .wbls-form-tab-container {
width: 100%;
display: block;
margin: auto;
}
.wbls-form-tabs-content {
padding: 40px 20px 20px 20px;
box-sizing: border-box;
}
.wbls-form-tab-container .wbls-form-tab-follow-content,
.wbls-form-tab-container .wbls-form-tab-form-content {
display: none;
}
.wbls-form-tab-container .wbls-form-tab-follow-content.wbls-form-tab-content-active,
.wbls-form-tab-container .wbls-form-tab-form-content.wbls-form-tab-content-active {
display: flex;
width: 100%;
justify-content: center;
}
.wbls-form-tab-container .wbls-form-tabs {
display: flex;
justify-content: center;
align-items: center;
}
.wbls-form-tab-container .wbls-form-tab {
width: 50%;
height: auto;
font-size: 20px;
font-weight: bold;
color: #000000;
background-color: #ffffff;
margin: 0;
padding: 10px 50px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 4px;
border-left-width: 0px;
border-style: double;
border-color: #000000;
border-radius: 0px;
box-shadow: none;
}
.wbls-form-tab-container .wbls-form-tab.wbls-form-tab-active {
width: 50%;
height: auto;
font-size: 20px;
font-weight: bold;
color: #643e46;
background-color: #ffffff;
margin: 0;
padding: 10px 50px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 4px;
border-left-width: 0px;
border-style: solid;
border-color: #643e46;
border-radius: 0px;
box-shadow: none;
}
.wbls-form-tab-container .wbls-form-tab {
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.wbls-form-tab-container .wbls-form-tab.wbls-form-tab-active {
cursor: default;
justify-content: center;
}
.wbls-form-tab-container .wbls-form-tabs-content {
margin: auto;
display: flex;
justify-content: center;
}
.wbls-form-tab-container .wbls-token-row > div {
flex-direction: column;
}
.wbls-form-tab-container .wbls-login-container {
width: 100%;
}
.wbls-form-tab-container .wbls-login-container .wbls-error-msg {
display: block;
}
.wbls-form-tab-container .wbls-login-container .wbls-front-header {
box-shadow: unset;
padding: 0;
display: flex;
max-height: 100%;
height: auto;
flex-direction: column;
justify-content: center;
align-items: center;
} .wbls-chat-file-item {
margin: 8px 0;
padding: 10px;
background: #f8f9fa;
border-radius: 6px;
border: 1px solid #e9ecef;
}
.wbls-chat-file-container {
display: flex;
align-items: center;
gap: 12px;
}
.wbls-chat-file-icon {
flex-shrink: 0;
position: relative;
}
.wbls-chat-file-image {
width: 60px;
height: 60px;
border-radius: 4px;
cursor: pointer;
position: relative;
background: #e9ecef;
display: flex;
align-items: center;
justify-content: center;
}
.wbls-chat-file-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.wbls-chat-file-image .dashicons-format-image {
font-size: 24px;
color: #6c757d;
}
.wbls-chat-file-icon-default,
.wbls-chat-file-icon-pdf,
.wbls-chat-file-icon-audio {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
background: #e9ecef;
}
.wbls-chat-file-icon-pdf .dashicons-pdf {
color: #dc3545;
font-size: 24px;
}
.wbls-chat-file-icon-audio .dashicons-media-audio {
color: #0d6efd;
font-size: 24px;
}
.wbls-chat-file-icon-default .dashicons-media-default {
color: #6c757d;
font-size: 24px;
}
.wbls-encrypted-badge {
position: absolute;
bottom: -5px;
right: -5px;
background: #28a745;
color: white;
border-radius: 50%;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
border: 2px solid white;
}
.wbls-encrypted-badge span.dashicons-lock {
display: flex;
justify-content: center;
align-items: center;
}
.wbls-encrypted-badge span.dashicons-lock::before {
font-size: 16px;
}
.wbls-chat-file-info {
flex: 1;
min-width: 0;
}
.wbls-chat-file-name {
font-weight: 500;
color: #212529;
margin-bottom: 2px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wbls-chat-file-name a {
text-decoration: none;
color: inherit;
}
.wbls-chat-file-name a:hover {
color: #0d6efd;
}
.wbls-chat-file-meta {
font-size: 12px;
color: #6c757d;
margin-bottom: 6px;
}
.wbls-chat-file-actions {
display: flex;
gap: 6px;
}
.wbls-chat-action-btn {
padding: 4px 8px;
font-size: 11px;
border: 1px solid #dee2e6;
background: white;
border-radius: 4px;
cursor: pointer;
display: flex;
align-items: center;
gap: 4px;
text-decoration: none;
color: #6c757d;
}
.wbls-chat-action-btn .dashicons {
font-size: 12px;
width: 12px;
height: 12px;
} #wbls-image-modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
z-index: 99999;
align-items: center;
justify-content: center;
}
.wbls-image-modal-container {
background: white;
border-radius: 8px;
max-width: 90%;
max-height: 90%;
overflow: auto;
position: relative;
}
.wbls-image-modal-header {
position: sticky;
top: 0;
background: white;
padding: 15px;
border-bottom: 1px solid #e5e7eb;
display: flex;
justify-content: space-between;
align-items: center;
}
#wbls-modal-title {
margin: 0;
}
.wbls-image-modal-header button.wbls-modal-close {
background: none;
border: none;
font-size: 24px;
cursor: pointer;
color: #6b7280;
}
.wbls-image-modal-content {
padding: 20px;
text-align: center;
box-sizing: border-box;
}
.wbls-image-modal-content .wbls-spinner {
width: 40px;
height: 40px;
border: 4px solid #f3f4f6;
border-top: 4px solid #3b82f6;
border-radius: 50%;
animation: wbls-spin 1s linear infinite;
margin: 0 auto;
}
#wbls-modal-loading {
display: none;
padding: 40px;
}
#wbls-modal-loading small {
color: #6b7280;
}
#wbls-modal-loading > div {
margin-bottom: 15px;
}
#wbls-modal-image {
max-width: 100%;
max-height: 59vh;
display: none;
}
#wbls-modal-error {
display: none;
color: #dc2626;
padding: 40px;
}
#wbls-modal-error .dashicons-warning {
font-size: 48px;
height: 48px;
margin-bottom: 15px;
}
.wbls-image-modal-footer {
padding: 15px;
border-top: 1px solid #e5e7eb;
display: flex;
justify-content: space-between;
align-items: center;
}
.wbls-image-modal-footer #wbls-modal-filename {
font-weight: 500;
}
.wbls-image-modal-footer #wbls-modal-filesize {
color: #6b7280;
margin-left: 10px;
}
.wbls-image-modal-footer #wbls-modal-download {
text-decoration: none;
display: flex;
align-items: center;
gap: 10px;
}
@keyframes wbls-spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} @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-token-row{
width: 100%;
}
}
@media screen and (max-width: 680px) {
.wblsform-page-and-images .wblsform_section .wblsform_column {
min-width: auto;
}
.wbls-form-container .wbls-front-header,
.wbls-form-container form.wbls-form,
.wbls-form-container {
width: 100%;
}
.wbls-front-form-content.wbls-front-content {
padding: 0;
width: 95%;
}
.wbls-front-content .wbls-form-container .wbls-front-header {
padding: 0;
max-width: unset;
}
.wbls-front-header > div {
max-height: 100%;
overflow: auto;
padding: 12px 30px;
width: 100%;
box-sizing: border-box;
height: 100%;
}
.wbls-front-header .wbls-front-content-close {
right: 10px;
top: 10px;
}
.wbls-form-container input[type=file] {
max-width:75vw;
}
}
@media screen and (max-width: 480px) {
.wblsform-page-and-images .wblsform_section .wblsform_column {
flex-direction: column;
}
.wblsform-page-and-images .wblsform_section .wblsform_column .wblsform-row {
width: 100%;
}
.wbls-field-address-container .wbls-address-row,
.wbls-field-fullName-container {
flex-direction: column;
}
.wbls-chat-container {
width: 95%;
}
.wbls-front-buttons-container {
flex-direction: column;
align-items: center;
}
}.wbls-front-content {
max-height: 85%;
box-sizing: border-box;
background-color: #ffffff;
border-width: 0px;
border-style: solid;
border-color: #c1c1c1;
border-radius: 10px;
}
.wbls-front-content .wbls-front-header {
max-width: 600px;
background-color: #ffffff;
padding: 20px;
}
.wbls-form-container .wbls-form { 
width: 600px;
box-sizing: border-box;
background-color: #f4f4f4;
margin: auto;
padding: 20px;
}
.wbls-front-layout { 
background-color: #1f336e;
opacity: 0.5;
}
.wbls-form-container .wbls-form label { 
font-size: 16px;
font-weight: bold;
color: #1f336e;
margin: 0 0 10px 0;
padding: 0;
border-width: 0px;
border-style: solid;
border-color: #c1c1c1;
border-radius: 0px;
box-shadow: none;
}
.wbls-form-container .wbls-form input[type=text], 
.wbls-form-container .wbls-form input[type=number],.wbls-form-container .wbls-form input[type=email], .wbls-form-container .wbls-form input[type=tel],
.wbls-form-container .wbls-form input[type=password], .wbls-form-container .wbls-form input[type=search]{ 
width: 100%;
height: 43px;
font-size: 16px;
font-weight: normal;
background-color: #f9f9f9;
color: #1f336e;
margin: 0px;
padding: 2px 10px;
border-width: 1px;
border-style: solid;
border-color: #c1c1c1;
border-radius: 4px;
box-shadow: none;
}
.wbls-form-container .wbls-form textarea { 
width: 100%;
height: 100px;
font-size: 16px;
font-weight: normal;
background-color: #f9f9f9;
color: #1f336e;
margin: 0px;
padding: 2px 10px;
border-width: 1px;
border-style: solid;
border-color: #c1c1c1;
border-radius: 4px;
box-shadow: none;
}
.wbls-form-container .wbls-form select { 
width: 100%;
height: 43px;
font-size: 12px;
font-weight: normal;
background-color: #f9f9f9;
color: #1f336e;
margin: 0px;
padding: 2px 10px;
border-width: 1px;
border-style: solid;
border-color: #c1c1c1;
border-radius: 4px;
box-shadow: none;
}
.wbls-form-container .wbls-form input[type=checkbox],
.wbls-form-container .wbls-form input[type=radio] { 
width: 17px;
height: 17px;
background-color: #ffffff;
margin: 0 12px 0 0;
padding: 2px;
accent-color: #1f336e;
}
.wbls-form-container .wbls-form .wbls-field-row-radio { 
margin-top: 10px;
}
.wbls-form-container .wbls-form .wbls-field-row-checkbox label.wbls-field-miniLabel.wbls-checkbox-label,
.wbls-form-container .wbls-form .wbls-field-row-radio label.wbls-field-miniLabel.wbls-radio-label { 
font-size: 14px;
color: #1f336e;
font-weight: normal;
opacity: 1;
margin: 0;
}
.wbls-form-container .wbls-form .wblsform-row-pageTitle { 
margin: 0 0 10px 0;
padding: 0;
border-width: 0px;
border-style: solid;
border-color: #c1c1c1;
border-radius: 0px;
box-shadow: none;
text-align: center;
box-sizing: border-box;
}
.wbls-form-container .wbls-form .wbls-form-page-title { 
font-size: 16px;
font-weight: bold;
color: #1f336e;
text-align: center;
}
.wbls-form-container .wbls-form button.wbls-next-button,
.wbls-form-container .wbls-form button.wbls-previous-button { 
width: 150px;
height: 43px;
font-size: 16px;
font-weight: normal;
color: #ffffff;
background-color: #1f336e;
margin: 12px 2px;
padding: 0;
border-width: 1px;
border-style: solid;
border-color: #1f336e;
border-radius: 4px;
box-shadow: none;
text-align: center;
}
.wbls-form-container .wbls-form button.wbls-next-button:hover,
.wbls-form-container .wbls-form button.wbls-previous-button:hover {
font-weight: normal;
color: #ffffff;
background-color: #1f336e;
}
.wbls-form-container .wbls-form button.wbls-submit-form,
.wbls-form-container .wbls-form button.wbls-form-submit { 
width: 150px;
height: 43px;
font-size: 16px;
font-weight: normal;
color: #ffffff;
background-color: #1f336e;
margin: 12px 2px;
padding: 0;
border-width: 1px;
border-style: solid;
border-color: #1f336e;
border-radius: 4px;
box-shadow: none;
text-align: center;
}
.wbls-form-container .wbls-form button.wbls-submit-form:hover {
font-weight: normal;
color: #ffffff;
background-color: #1f336e;
}
.wbls-front-buttons-container .wbls-new-case-button { 
width: auto;
height: auto;
font-size: 14px;
font-weight: normal;
color: #ffffff;
background-color: #1f336e;
margin: 2px;
padding: 10px 20px;
border-width: 1px;
border-style: solid;
border-color: #1f336e;
border-radius: 4px;
box-shadow: none;
text-align: center;
}
.wbls-front-buttons-container .wbls-new-case-button:hover { 
font-weight: normal;
color: #ffffff;
background-color: #1f336e;
}
.wbls-front-buttons-container .wbls-followup-button { 
width: auto;
height: auto;
font-size: 14px;
font-weight: normal;
color: #ffffff;
background-color: #1f336e;
margin: 2px;
padding: 10px 20px;
border-width: 1px;
border-style: solid;
border-color: #1f336e;
border-radius: 4px;
box-shadow: none;
text-align: center;
}
.wbls-front-buttons-container .wbls-followup-button:hover { 
font-weight: normal;
color: #ffffff;
background-color: #1f336e;
}
.wbls-form-tab-container .wbls-form-tab { 
width: 50%;
height: auto;
font-size: 20px;
font-weight: bold;
color: #1f336e;
background-color: #ffffff;
margin: 0;
padding: 10px 50px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 4px;
border-left-width: 0px;
border-style: double;
border-color: #1f336e;
border-radius: 4px;
box-shadow: none;
justify-content: center;
}
.wbls-form-tab-container .wbls-form-tab:hover { 
font-weight: bold;
color: #ffffff;
background-color: #1f336e;
}
.wbls-form-tab-container .wbls-form-tab.wbls-form-tab-active { 
width: 50%;
height: auto;
font-size: 20px;
font-weight: bold;
color: #ffffff;
background-color: #1f336e;
margin: 0;
padding: 10px 50px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 4px;
border-left-width: 0px;
border-style: solid;
border-color: #1f336e;
border-radius: 4px;
box-shadow: none;
justify-content: center;
}
.wbls-form-tab-container .wbls-form-tab.wbls-form-tab-active:hover { 
font-weight: bold;
color: #ffffff;
background-color: #1f336e;
}
.wbls-login-container .wbls_user_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-login-container .wbls_admin_row .wbls_message, 
.wbls-chat-container .wbls_admin_row .wbls_message { 
font-size: 12px;
font-weight: normal;
background-color: #1f336e;
color: #ffffff;
margin: 2px;
padding: 4px 12px;
border-width: 1px;
border-style: solid;
border-color: #1f336e;
border-radius: 4px;
box-shadow: none;
}
.wbls-login-container #wbls-new-reply, .wbls-chat-container #wbls-new-reply { 
font-size: 12px;
font-weight: normal;
background-color: #f5f5f7;
color: #1f336e;
margin: 2px;
padding: 2px;
border-width: 0px;
border-style: solid;
border-color: #dfdfdf;
border-radius: 4px;
box-shadow: none;
}
.wbls-chat-action-container #wbls-reply-button { 
font-size: 12px;
font-weight: normal;
color: #ffffff;
background-color: #1f336e;
margin: 0;
padding: 0;
border-width: 0px;
border-style: solid;
border-color: #1f336e;
border-radius: 4px;
box-shadow: none;
text-align: center;
}
.wbls-chat-action-container #wbls-reply-button:hover { 
font-weight: normal;
color: #ffffff;
background-color: #1f336e;
}
.wbls-login-container .wbls-token-input { 
width: 85%;
max-width: 500px;
height: 43px;
font-size: 12px;
font-weight: normal;
background-color: #ffffff;
color: #1f336e;
margin: 0 0 24px 0;
padding: 9px 12px;
border-width: 1px;
border-style: solid;
border-color: #D9D9D9;
border-radius: 4px;
box-shadow: none;
}
.wbls-login-container .wbls-login-button { 
width: 270px;
max-width: 500px;
height: 43px;
line-height: 41px;
font-size: 16px;
font-weight: bolder;
color: #ffffff;
background-color: #1f336e;
background: #1f336e;
margin: 15px auto;
padding: 0;
border-width: 1px;
border-style: solid;
border-color: #1f336e;
border-radius: 4px;
box-shadow: none;
text-align: center;
}
.wbls-login-container .wbls-login-button:hover { 
font-weight: bolder;
color: #ffffff;
background-color: #1f336e;
}