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

.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: 0.875em;
    color: #fff;
    border-radius: 23px 23px 23px 23px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 12px;
    height: 50px;
    border: transparent;
    box-shadow: 0 0 12px 0 rgba(0, 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;
}

.menu-dots {
    cursor: pointer;
    position: absolute;
    right: 45px;
    top: 12px;
    width: 24px;
    height: 24px;
    fill: white
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 50px;
    right: 45px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
    min-width: 160px
}

.dropdown-menu a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px
}

.dropdown-menu a:hover {
    background-color: #f1f1f1
}

.whatsapp-redirect {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    background-color: white;
    z-index: 9999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
    overflow-y: auto;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2)
}

.whatsapp-redirect img {
    width: 40px;
    margin-bottom: 10px
}

.whatsapp-redirect h2 {
    font-size: 16px;
    margin: 5px 0;
    color: #333
}

.whatsapp-redirect p {
    font-size: 12px;
    margin: 5px 0 10px;
    color: #666
}

.whatsapp-qrcode {
    width: 300px;
    height: 300px;
    margin: 20px auto;
    object-fit: contain;
    max-width: 100%
}

.whatsapp-link {
    display: inline-block;
    color: #128C7E;
    text-decoration: none;
    margin-top: 10px;
    font-weight: bold;
    font-size: 13px
}

.back-arrow {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: none
}