.live-chat{
    border: none;
    background: transparent;
    z-index: 99999;
    position: fixed;
    display: block;
    margin: 14px;
    right: 0px;
    bottom: 0px;

    border-radius:6px;
}
.chat-button{
    position: relative;
    display:block;
    background: url("/web/img/chat_icon.svg") no-repeat center;
    background-size: 100%;
    padding: 7px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    float: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.widget_iframe{
    border: none;
    background: transparent;
    z-index: 99999;
    height: 100%;
    position: fixed;
    display: none;
    right:-5px;
    bottom: 0;
    width: 445px;
    top: 0;
}
.dpdesignportal-chat-assets .dpdesignportal-widget-body, .dpdesignportal .dpdesignportal-widget-body, .dpdesignportal-popover .dpdesignportal-widget-body {
    position: absolute;
    width: 100%;
    top: 55px;
    bottom: 0;
    overflow: hidden;
}
.dpdesignportal-chat-assets .dpdesignportal-header-controls.right, .dpdesignportal .dpdesignportal-header-controls.right, .dpdesignportal-popover .dpdesignportal-header-controls.right {
    right: 0;
    border-right: 0;
}
.dpdesignportal-chat-assets .dpdesignportal-header-controls, .dpdesignportal .dpdesignportal-header-controls, .dpdesignportal-popover .dpdesignportal-header-controls {
    font-size: 11px;
    position: absolute;
    top: 0;
    color: #dadada;
    width: 55px;
    height: 55px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dpdesignportal {
    background: #fff;
    font-family: lato, helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #363636;
    width: 100%;
    height: 100%;
    margin-left:0px;
    min-height: 300px;
    box-shadow: -0.1px 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    box-sizing: border-box;
}
.dpdesignportal-open-new-ticket, .dpdesignportal-open-new-chat {
    padding: 10px 60px 38px;
}
.button-chat{
    border: 1px solid #293688;
    background: #293688;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.dpdesignportal-control-hide{
    font-size: 22px;
    color: #293688;
}
.dpdesignportal-title{
    font-size: clamp(18px, 2vw, 30px);
    font-weight: bold;
    margin-bottom: 50px;
    font-family: "TitilliumWeb-Curl-Bold", sans-serif;
}
.dpdesignportal-desc{
    margin-bottom: 40px;
}
.dpdesignportal-open-new-chat .form-control,
.dpdesignportal-open-new-chat ::placeholder{
    font-weight: bold;
    font-size: 18px;
    color: #001836;
}
.dpdesignportal-open-new-chat .form-control:focus,
.dpdesignportal-open-new-chat .form-control{
    border: none;
    border-bottom: 1px solid #001836;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    height: 60px;
    color: #001836;
}
.dpdesignportal-open-new-chat .form-control:not(:placeholder-shown),
.dpdesignportal-open-new-chat .form-control:focus{
    border-bottom: 1px solid #001836;
}
.form-group{
    position: relative;
}
.help-block{
    font-size: 12px;
    position: absolute;
    bottom: -10px;
    right: 0;
}
#lead-form .form-group:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    transition: width .3s ease-in-out;
    background: #fff;
}
#lead-form .form-group:hover:before {
    width: 100%;
}
@media (max-width:480px) {
    .widget_iframe{
        width: 345px;
    }
}