.btn-chat-container {
    position: fixed;
    bottom: 40px;
    right: 24px;
    z-index: 9
}

.btn-chat-container .btn.btn-chat {
    background-color: #820404;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    position: relative;
    z-index: 201000000
}

.btn-chat-container .btn.btn-chat .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(images/chat_with_owner_white.png);
    margin: 11px;
    background-size: 24px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}

.btn-chat-container .btn.btn-chat .close-icon {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    background-image: url(images/close.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    margin: 0;
    background-size: 24px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    opacity: 0
}

.btn-chat-container .btn.btn-chat.selected .icon {
    transform: rotate(540deg)
}

.btn-chat-container .btn.btn-chat.selected .close-icon {
    background-color: #820404;
    transform: rotate(360deg);
    opacity: 1
}

.btn-chat-container .btn.btn-chat .text {
    display: block;
    color: #fff;
    margin-left: 30px
}

.btn-chat-container .btn.btn-chat.selected .text {
    color: white
}

.btn-chat-container .btn .text {
    line-height: 24px;
    top: 10px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap
}

.btn-chat-container .social-button {
    list-style: none;
    padding: 0;
    margin: 0;
    top: 0;
    position: absolute;
    pointer-events: none
}

.btn-chat-container .social-button.show {
    pointer-events: all
}

.btn-chat-container .social-button .btn {
    position: absolute;
    top: 0;
    float: none;
    width: 50px;
    height: 50px;
    padding: 0;
    background-color: deepskyblue;
    border-radius: 50%;
    transition: top 0.5s ease, opacity .2 ease;
    -webkit-transition: all 0.6s ease;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    z-index: 1;
    opacity: 0
}

.btn-chat-container .social-button .btn a {
    display: block;
    padding: 8px;
    line-height: 0
}

.btn-chat-container .social-button .btn .icon {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-color: white
}

.btn-chat-container .btn.btn-chat .text,
.btn-chat-container .social-button .btn .text {
    color: white !important;
    display: inline-block;
    background: #820404;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
    position: absolute;
    right: 60px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .1)
}

.btn-chat-container .social-button .btn-youtube {
    background-color: #ffffff00
}

.btn-chat-container .social-button .btn-youtube .icon {
    background-image: url(images/youtube.png);
    background-color: #ffffff00;
}

.btn-chat-container .social-button .btn-facebook {
    background-color: #0084FF
}

.btn-chat-container .social-button .btn-facebook .icon {
    -webkit-mask-image: url(images/messenger.svg);
    mask-image: url(images/messenger.svg)
}

.btn-chat-container .social-button .btn-facebook2 {
    background-color: #2a5297
}

.btn-chat-container .social-button .btn-facebook2 .icon {
    background: transparent url(images/facebook.png) no-repeat center
}


.btn-chat-container .social-button .btn-line {
    background-color: #00C300
}

.btn-chat-container .social-button .btn-line .icon {
    -webkit-mask-image: url(images/line.svg);
    mask-image: url(images/line.svg)
}

.btn-chat-container .social-button .btn-ig {
    background-image: linear-gradient(180deg, #fff000 0%, #f02042 51%, #5342d6 75%);
}

.btn-chat-container .social-button .btn-ig .icon {
    background: transparent url(images/instagram-logo.png) no-repeat center
}

.btn-chat-container .social-button .btn-whatsapp {
    background-color: #25D366
}

.btn-chat-container .social-button .btn-whatsapp .icon {
    -webkit-mask-image: url(images/whatsapp.png);
    mask-image: url(images/whatsapp.png)
}

.btn-chat-container .social-button .btn-email {
    background-color: #FE7A16
}

.btn-chat-container .social-button .btn-email .icon {
    background: transparent url(images/email.png) no-repeat center
}

.btn-chat-container .social-button .btn-mobile {
    background-color: #820404
}

.btn-chat-container .social-button .btn-mobile .icon {
    background: transparent url(images/telephone.png) no-repeat center
}

.btn-chat-container .social-button .btn-sms {
    background-color: #666
}

.btn-chat-container .social-button .btn-sms .icon {
    background: transparent url(images/sms.png) no-repeat center
}

.btn-chat-container .social-button.show .btn {
    opacity: 1
}

.btn-chat-container .social-button.show .btn:nth-child(1) {
    top: -60px
}

.btn-chat-container .social-button.show .btn:nth-child(2) {
    top: -120px
}

.btn-chat-container .social-button.show .btn:nth-child(3) {
    top: -180px
}

.btn-chat-container .social-button.show .btn:nth-child(4) {
    top: -240px
}

.btn-chat-container .social-button.show .btn:nth-child(5) {
    top: -300px
}

.btn-chat-container .social-button.show .btn:nth-child(6) {
    top: -360px
}

.btn-chat-container .social-button.show .btn:nth-child(7) {
    top: -420px
}

.btn-chat-container .btn.btn-chat.selected .text {
    display: none
}

.btn-chat-container .btn.btn-chat::hover .text {
    opacity: 1
}

.btn-chat-container .btn.btn-chat .text {
    animation: fade-out 10s;
    -webkit-animation: fade-out 10s
}