html.hs-messages-widget-open.hs-messages-mobile,
html.hs-messages-widget-open.hs-messages-mobile body {
    overflow: hidden !important;
    position: relative !important
}

html.hs-messages-widget-open.hs-messages-mobile body {
    height: 100% !important;
    margin: 0 !important
}

#hubspot-messages-iframe-container {
    display: initial !important;
    z-index: 2147483647;
    position: fixed !important;
    bottom: 0 !important
}

#hubspot-messages-iframe-container.widget-align-left {
    left: 0 !important
}

#hubspot-messages-iframe-container.widget-align-right {
    right: 0 !important
}

#hubspot-messages-iframe-container.internal {
    z-index: 1016
}

#hubspot-messages-iframe-container.internal iframe {
    min-width: 108px
}

#hubspot-messages-iframe-container .hs-shadow-container {
    display: initial !important;
    z-index: -1;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    content: ""
}

#hubspot-messages-iframe-container .hs-shadow-container.internal {
    display: none !important
}

#hubspot-messages-iframe-container .hs-shadow-container.active {
    width: 400px;
    height: 400px
}

#hubspot-messages-iframe-container iframe {
    display: initial !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    background: transparent !important
}

.hs-drag-handle {
    position: absolute;
    bottom: 16px;
    cursor: grab;
    height: 60px;
    display: none;
    align-items: center
}

.hs-drag-handle--right {
    right: 76px
}

.hs-drag-handle--left {
    left: 76px
}

.hs-drag-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    user-select: none;
    z-index: 999;
    display: none
}