#stl_widget_iframe.stl_widget_closed {
    width: 80px;
    height: 80px;
}

@media screen and (min-width:480px) {
    #stl_widget_iframe {
                position: fixed;
    }
    #stl_widget_iframe.stl_widget_open {
        width: 375px;
        height: 675px;
        bottom: 20px;
        right: 20px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
        border-radius: 13px;
    }
    #stl_widget_iframe.stl_widget_closed {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
}

@media screen and (max-width:480px) {
    #stl_widget_iframe {
        position: fixed;
        bottom: 0px;
            right: 0px;
    }
    #stl_widget_iframe.stl_widget_open {
        width: 100%;
        height: 100%;
    }
}

#stl_widget_cta {
    position: fixed;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #000;
    z-index: 1000;
    max-width: 300px;
    line-height: 1.4em;
        right: 20px;
    bottom: 95px;
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
}

#stl_widget_cta .stl-close-cta {
    right: -2px;
    font-weight: bold;
    position: absolute;
    cursor: pointer;
    top: -8px;
    background-color: #fff;
    padding: 7px 5px 9px 5px;
    border-radius: 104%;
    line-height: 1px;
    font-family: monospace;
    font-size: 13px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.stl_side_widget_wrapper {
    bottom: 20px;
    position: fixed;
    left: 20px;
    border: solid #222 14px;
    z-index: 1000;
    background-color: #222;
    border-radius: 100px;
}

.stl_widget_icon {
    width: 35px;
}

#stl_widget_iframe_wrapper {
    z-index: 2147483000;
    position: fixed;
    bottom: 16px;
    right: 16px;
    transform-origin: right bottom;
    min-height: 80px;
    height: min(704px, 100% - 104px);
    width: 400px;
    max-height: 704px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 40px;
    border-radius: 16px;
    overflow: hidden;
    opacity: 1;
    transition: width 200ms ease 0s, height 200ms ease 0s, max-height 200ms ease 0s, transform 300ms cubic-bezier(0, 1.2, 1, 1) 0s, opacity 83ms ease-out 0s;
    pointer-events: all;
}

#stl_widget_iframe_wrapper.stl_widget_closed {
    width: 68px;
    height: 68px;
    min-height: 68px;
    border-radius: 50px;
}

/* The side widget */
.stl_side_widget {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background: rgb(247,246,243);
    /* background: linear-gradient(355deg, rgba(247,246,243,1) 0%, rgba(228,241,255,1) 42%, rgba(230,242,255,1) 100%); */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-right: none;
    box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, .1);
}

.stl_side_widget a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.stl_widget_msg {
    border-radius: 20px;
    padding: 10px 15px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 14px;
    font-size: .8em;
    max-width: 77%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.stl_widget_msg.from_user {
    background-color: #fff;
    margin-left: 10px;
    float: left;
}

.stl_widget_msg.from_agent {
    margin-right: 10px;
    float: right;
    background-color: #f9efe4;
}

.stl_widget_message_maker_text {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    outline: 0;
    border-radius: 8px;
    border: none;
    position: absolute;
    bottom: 10px;
    resize: none;
    width: 92%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 10px 14px;
    font-size: .8em;
    height: 70px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.stl_widget_message_maker_login {
    position: absolute;
    bottom: 30px;
    width: 240px;
    transform: translate(-50%, -20%);
    left: 50%;
    padding: 20px;
    background-color: #0a435a;
    color: #fff;
    border-radius: 10px;
}

.stl_widget_message_maker_login label {
    margin-bottom: 10px;
}

.stl_widget_message_maker_text_input {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    outline: 0;
    border-radius: 8px;
    border: none;
    padding: 4px 8px;
    width: 100%;
    font-size: .8em;
    margin-bottom: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Position and style the close button (top right corner) */
.stl_side_widget .closebtn {
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 26px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
html {
    transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.stl_side_widget {padding-top: 15px;}
.stl_side_widget a {font-size: 18px;}
}