.ballon-close{
    position: absolute;
    font-size: large;
    width: 0;
    height: 0;
    right: 5px;
    top: -15px;
}
.ballon-close i {
    cursor: pointer;
    font-size: 16px;
}
.ballon-feed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 15px;
}
.ballon-icon > .fa-envelope {
    font-size: 36px !important;
}
.hidden{
    display: none !important;
}
.ballon{
    color: #000;
    position: fixed;
    right: 10px;
    left: 10px;
    bottom: 20px;
    font-weight: 800;
    font-size: 14px;
    background-color: #FFF;
    border-radius: 15px;
    padding: 20px;
    z-index: 11;
    box-shadow: 0 1px 3px #ccc;
}
.ballon-icon{
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.ballon input{/*
    width: 0;
    border-width: 0px;
    transition: width 0.5s , border-width 0.3s ease-out, background-color 0.3s,border-color 0.5s;*/
    width: 100%;
    border-radius: 5px;
    padding: 7px;
    width: 100%;
    background-color: #F3F3F3;
    border: 0;
}
.ballon input:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
.ballon:hover input{
    border-width: 1px;
    background-color: #F3F3F3;
    border-color: #F3F3F3;
}
.ballon-feed{
    z-index: 11 !important;
}
