    .lc_extra_info_trigger{
        margin: 20px;
        margin-top: 30px; 
        font-size: 15px; 
        font-family: 'Varela Round',helvetica,arial,sans-serif !important;
        color: #2e2e2e;
    }
    .lc_open-icon_trigger{
        background-image: url(../images/open_icon.png);
        background-size: 32px 36px;
        background-repeat: no-repeat;
        background-position: center 14px;
        opacity: 1;
        height: 60px;
    }
    .lc_close-icon_trigger{
        background-image: url(../images/close_icon.png);
        background-size: 14px 14px;
        background-repeat: no-repeat;
        opacity: 1;
        background-position: 50%;
        height: 60px;
    }
    .lc_open_window_trigger{
        background: white;
        height: 250px;
        width: 280px;
        border: 2px solid whitesmoke;
        color: black;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
        border-radius: 6px 6px 0 6px;
        border-right: 2px solid white;
    }
    .lc_extra_info_small_trigger{
        margin: 15px;
        font-size: 15px;
        font-family: 'Varela Round',helvetica,arial,sans-serif !important;
        color: #2e2e2e;
    }
    .lc_open_window_small_trigger{
        background: white;
        height: 70px;
        width: 280px;
        border: 2px solid whitesmoke;
        color: black;
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
        border-radius: 6px 6px 0 6px;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
    }
    .lc_fixed_chat_heading_trigger{
        font-size: 14px;
        text-align: center;
        background: #F4F4F4;
        color: #999EA4;
        padding: 6px 16px 8px;
    }
    .lc_support_button_trigger{
        color: white;
        margin:0px 60px;
        text-align: center;
        background-color: #f5326e;
        border-radius: 30px;
        width: auto;
        padding: 10px 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    }
    .lc_support_button_trigger:hover { 
        background-color: #EE0E59;
    }
    .lc_icon_back_surface_trigger{
        border: 2px solid #f5326e;
        background: white;
        width: 60px;
        height: 60px;
        background: white;
        border-radius: 50%; 
        cursor: pointer;
    }
    #toTop {
        bottom: 100px;
        right: 20px;
    }
    .live_chat_support_trigger{
        display:none;
        position: fixed;
        right: 78px;
        bottom: 25px;
        z-index: 10000;
    }
    .lc_support_button_trigger_first{
        margin: 5px 60px;
    }
    .headsup-arrow{
        right: -38px;
        bottom: -13px;
        position: absolute;
        height: 51px;
    }
    .headsup-arrow_small{
        right: -38px;
        bottom: -13px;
        position: absolute;
        height: 51px;
    }
    .live_chat_support_small_trigger{
        display: none;
        position: fixed;
        right: 78px;
        bottom: 25px;
        z-index: 10000;
    }
    .live_chat_custom_icon{
        position: fixed; 
        right: 12px;
        bottom: 30px;
        z-index: 100000;
    }
    .live_chat_custom_icon_none{
        display: none;
    }
    .lc_open-icon_trigger_none{
        display: none;
    }
    .lc_close-icon_trigger_none{
        display: none;
    }