﻿
#frsh-chat {
    bottom: 15px;
    right: 15px;
    bottom: 15px;
    min-height: 73px;
    min-width: 65px;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    z-index: 2147483600;
}

    #frsh-chat .d-hotline.h-btn {
        align-items: center;
        border-radius: 34px 8px 34px 34px;
        bottom: 6px;
        box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .26);
        color: #fff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        position: absolute;
        right: 5px;
        z-index: 9995;
        height: 60px;
        width: 60px;
    }

    #frsh-chat .d-hotline {
        background-color: #16283d !important;
        color: #ffffff !important;
        border-color: transparent #16283d transparent transparent;
    }

        #frsh-chat .d-hotline.h-btn #chat-icon {
            border-radius: 6px 6px 6px 2px;
            height: 17px;
            left: 32%;
            position: absolute;
            top: 37%;
            width: 38%;
        }

    #frsh-chat #chat-icon {
        background: #ffffff !important;
    }

    #frsh-chat .d-hotline.h-btn #chat-icon::before {
        border-radius: 2px 2px 2px 2px;
        border-top: 5px;
        content: "";
        height: 2px;
        left: 4px;
        position: absolute;
        top: 5px;
        width: 65%;
    }

    #frsh-chat #chat-icon::before, #frsh-chat #chat-icon::after {
        background-color: #16283d !important;
    }

    #frsh-chat .d-hotline.h-btn #chat-icon::after {
        border-radius: 2px 2px 2px 2px;
        border-top: 5px;
        content: "";
        height: 2px;
        left: 4px;
        position: absolute;
        top: 10px;
        width: 44%;
    }

@media (max-width: 767px) {
    #frsh-chat {
        display: none;
    }
}