.header-container {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    background-color: #ed7e20;
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
    border-radius: 8px 8px 0 0
}

.header-container img {
    vertical-align: middle
}

.header-container strong {
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px
}

#iframe-container.widget-align-right {
    min-height: 96px;
    min-width: 100px;
    width: 320px;
    height: 550px;
    right: 12px
}

#iframe-container {
    z-index: 9990 !important;
    display: none;
    position: fixed !important;
    bottom: 0 !important
}

#iframe-content {
    width: 320px;
    height: 500px
}

.icon_x_small {
    fill: rgb(255, 255, 255);
    height: 25px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px
}

#iframe-content iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    bottom: 0 !important;
    right: 0 !important
}

.floating-item {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    background-color: #ed7142;
    z-index: 2147483647;
    width: 180px;
    font-size: .875em;
    color: #fff;
    border-radius: 23px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 12px;
    height: 50px;
    border: transparent;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .5)
}

.floating-item:hover {
    background-color: #be5a35
}

.floating-button {
    z-index: 100000;
    cursor: pointer;
    position: fixed;
    bottom: 12px;
    right: 12px;
    height: 50px;
    -webkit-font-smoothing: subpixel-antialiased
}

#finish-chat-button {
    background-color: white;
    color: #ed7e20;
    border: 2px solid #ed7e20;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: none;
}

#finish-chat-button:hover {
    background-color: #ed7e20;
    color: white;
}