﻿.support {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 2147483643;
}
.tagove-chat-logo.tagove-chat-logo.tagove-chat-logo {
    float: left !important;
}
.tagove_frame {
    left: 0 !important;
    right: auto !important;
}
.support a {
    width: 38px;
    display: block;
    height: 114px;
}
.support {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 2147483643;
}

#habla_window_div {
    right: 20px !important;
    width: 430px !important;
}
.alert_pop {
    display: none;
}
.rightF {
    display: block;
}
@media (min-width:320px) and (max-width:1024px) {
    .rightF {
        /*display: none;*/
    }
    .alert_pop {
        background: rgb(7 99 36);
        bottom: 0;
        left: 0;
        margin: 0 auto;
        padding: 13px 15px;
        position: fixed;
        right: 0;
        top: 0px;
        border: 1px solid #ccc;
        width: 100%;
        z-index: 999999;
        display: block;
        height: 45px;
    }
    .alert_pop_left {
        float: left;
        padding-top: 8px;
        width: 60%;
        display: none;
    }
    .alert_pop_right {
        float: left;
        padding: 0;
        position: relative;
        right: 0;
        top: 0px;
        margin: auto;
        width: 100%;
        text-align: center;
    }
    span.appContent {
        float: none;
        color: #ffffff;
        display: inline-block;
    }

    .alert_pop_right a {
        background: transparent;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        padding: 0px;
        text-align: center;
        text-decoration: none;
        float: none;
        outline-offset: 5px;
        text-decoration: underline;
        margin-left: 5px;
    }

    .alert_pop_right a:hover {
        background: #2782ae;
    }
    .cross_popup_alert {
        right: 15px;
        position: absolute;
        top: 15px;
    }
    .alert_pop_left > img {
        max-width: 100%;
        width: auto;
        max-height: 50px;
    }
    .cross_popup_alert > a {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        /* border: solid 2px #fff; */
        border-radius: 80%;
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 15px;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
    }
}