.zalo-chat-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 65px;
    right: 25px;
    border-radius: 50%;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
    z-index: 90;
    cursor: pointer;
    background-color: #fabd03;
    font-size: 24px
}

.zalo-chat-custom img {
    width: 40px;
    height: 40px
}

.zalo-chat-custom .icon-close {
    transform: scale(1)
}

.zalo-chat-custom-no-active {
    transform: scale(0);
    transform-origin: bottom right
}

.zalo-chat-custom-active,.zalo-chat-custom-no-active {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .3s ease;
    bottom: 70px;
    right: 40px
}

.zalo-chat-custom-active {
    transform: scale(1);
    transform-origin: bottom right
}

.nav-bar__hotine {
    margin: -5px -15px;
}

.hotline-button {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0px 7px;
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-left: 5px;
}

.hotline-button span {
    /* font-weight: 700; */
    white-space: nowrap;
    text-transform: uppercase;
    margin-left: 0px;
    font-size: 12px;
    color: #a8232d;
    font-family: 'URW DIN';
}

.hotline-button img {
    width: auto;
}

.hotline_text{
    color: #333;
    font-size: 15px;
}