#vinno-support-embed {
    z-index: 999999;
    background-color: white;
	display: none;
	position: fixed;
    right: 1em;
    bottom: 1em;
    width: 380px;
    height: 485px;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
#vinno-support-iframe {
    height: calc(100% - 47px);
    width: 100%;
}
@media only screen and (max-width: 600px) {
    #vinno-support-embed {
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
    }
}
#vinno-support-close {
	position: absolute;
    top: 20px;
    right: 12px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: all 0.5s ease;
}
#vinno-support-close:hover {
    opacity: 1;
}
#vinno-support-close:before,
#vinno-support-close:after {
    position: absolute;
    content: '';
    height: 20px;
    width: 2px;
    background-color: #fff;
    left: 9px;
}
#vinno-support-close:before {
    transform: rotate(45deg);
}
#vinno-support-close:after {
    transform: rotate(-45deg);
}
#vinno-help-button {
    z-index: 999999;
    outline: none;
	position: fixed;
    bottom: 1.27em;
    right: 1.87em;
	height: 3em;
    width: 3em;
    border-radius: 50%;
    border: 0 none;
    background: linear-gradient(90deg, #536DFE 0%, #1EB6D8 100%);
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(83, 109, 254, 0.26);
    animation: play 2s ease infinite;
}
@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
    }
}
#vinno-help-button img {
    margin-bottom: -4px;
}
#vinno-help-button:before {
    content: '1';
    position: absolute;
    background: #F22E13;
    color: #fff;
    font-weight: 900;
    top: -3px;
    right: -3px;
    width: 12px;
    height: 13px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 12px;
}
#vinno-help-button:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    outline: 0;
}
#vinno-support-bottom {
    height: 47px;
    background: #F5F5F5;
    padding: 7px 12px;
    box-sizing: border-box;
}
#vinno-support-bottom .vinno-tel {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    display: inline-block;
    padding: 5px 7px;
    box-sizing: border-box;
}
#vinno-support-bottom .vinno-tel img {
    padding-right: 5px;
    vertical-align: middle;
}
#vinno-chat-now {
    outline: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    border: none;
    background: none;
    font-weight: bold;
    padding: 5px 7px;
    color: #1976D2;
    text-transform: uppercase;
}
#vinno-chat-now img {
    padding-right: 5px;
    margin-bottom: -2px;
}