@font-face {
    font-family: 'tochatbe-fonts';
    src:  url('../fonts/tochatbe-fonts.eot?901rl8');
    src:  url('../fonts/tochatbe-fonts.eot?901rl8#iefix') format('embedded-opentype'),
      url('../fonts/tochatbe-fonts.ttf?901rl8') format('truetype'),
      url('../fonts/tochatbe-fonts.woff?901rl8') format('woff'),
      url('../fonts/tochatbe-fonts.svg?901rl8#tochatbe-fonts') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
  
[class^="tochatbe-icon-"],
[class*=" tochatbe-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tochatbe-fonts' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tochatbe-icon-whatsapp:before {
    content: "\e902";
}
.tochatbe-icon-close:before {
    content: "\e900";
}
.tochatbe-icon-remove:before {
    content: "\e900";
}
.tochatbe-icon-times:before {
    content: "\e900";
}
  
.tochatbe-widget * {
    box-sizing: border-box;
}

.tochatbe-widget {
    position: fixed;
    bottom: 12px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
}

.tochatbe-widget__body {
    margin-bottom: 10px;
    max-width: 340px;
    display: none;
    margin-left: 12px;
}

.tochatbe-widget__body-header {
    padding: 15px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    position: relative;
    
}

.tochatbe-widget-close {
    position: absolute;
    top: -40px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.tochatbe-support-persons {
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 50px 30px rgba(0,0,0,0.1);
    border-radius: 0 0 4px 4px;
    max-height: 292px;
    overflow-y: auto;
    min-height: 20px;
}

.tochatbe-support-person {
    display: flex;
    margin-bottom: 15px;
    border: 1px solid #F5F5F5;
    cursor: pointer;
}

.tochatbe-support-person__img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    position: relative;
}

.tochatbe-support-person__img img {
    width: 100%;
    border-radius: 0;
}

.tochatbe-support-person__status {
    background-color: red;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tochatbe-support-person__status--avail {
    background-color: #00c853;
}

.tochatbe-support-person__status--not-avail {
    background-color: #ffd600;
}

.tochatbe-support-person__meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tochatbe-support-person__name,
.tochatbe-support-person__title {
    line-height: 20px;
}

.tochatbe-support-person__name {
    font-size: 16px;
    font-weight: 700;
    color: #706F6F;
}

.tochatbe-support-person__title {
    color: #706F6F;
}

.tochatbe-widget__trigger {
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    user-select: none;
}

/* GDPR Checker */
.tochatbe-gdpr {
    font-size: 14px;
    border: 1px solid transparent;
    padding-left: 15px;
    background-color: #ffffff;
}

.tochatbe-gdpr.error {
    border: 1px solid red;
}

/* Shortcode button */
a.tochatbe-whatsapp-button {
    padding: 6px 20px !important;
    text-align: center !important;
    text-decoration: none !important;
    margin-right: 5px !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    font-size: 15px !important;
    outline: none !important;
    display: inline-block !important;
}