.oct8ne-dynamic,
.oct8ne-dynamic-br {
    position: fixed;
    bottom: 25px;
    right: 70px;
    z-index: 10001;
}

.oct8ne-dynamic-bl {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 10001;
}

.oct8ne-dynamic-tr {
    position: fixed;
    top: 70px;
    right: 70px;
    z-index: 10001;
}

.oct8ne-dynamic-tl {
    position: fixed;
    top: 70px;
    left: 25px;
    z-index: 10001;
}

.oct8ne-dynamic-mobile {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.oct8ne-channels .channel-item a {
    width: 54px;
    height: 54px;
    bottom: 0;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    opacity: 0;
}

.channel-item a img {
    width: 50px;
}

.channel-item a.whatsapp {
    background-color: #49E670;
    background-image: url(../img/whatsapp.png);
    background-position: 50% 50%;
    background-size: 60%;
    background-repeat: no-repeat;
}

.channel-item a.messenger {
    background-color: #1E88E5;
    background-image: url(../img/messenger.png);
    background-position: 50% 50%;
    background-size: 55%;
    background-repeat: no-repeat;
}

.channel-item a.oct8nechat {
    background-color: #191919;
    background-image: url(../img/chat.png);
    background-position: 50% 50%;
    background-size: 65%;
    background-repeat: no-repeat;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    display:none;
}

.channel-item a.oct8nephone {
    background-color: #a60e80;
    background-image: url(../img/phone.png);
    background-position: 50% 50%;
    background-size: 55%;
    background-repeat: no-repeat;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
}

.channel-item a.oct8nemail {
    background-color: #f27528;
    background-image: url(../img/email.png);
    background-position: 50% 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
}

.channel-item a.instagram {
    background-color: #f6018d;
    background-image: url(../img/instagram.png);
    background-position: 50% 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
}

.oct8ne-main-btn {
    background-color: #607d8b;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(../img/circled.png); /*Default icon*/
    background-position: 50% 50%;
    background-size: 62%;
    background-repeat: no-repeat;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    bottom: 0;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-tap-highlight-color:transparent;
}


.oct8ne-main-btn.active {
    background-size: 80%;
    background-image: url(../img/close.png);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*DIFFRENT MAIN ICONS */

.oct8ne-main-btn.bubble-icon {
    background-image: url(../img/bubbles.png);
    background-size: 70%;
}

.oct8ne-main-btn.circled-icon {
    background-image: url(../img/circled.png); 
}


/*ANIMATIONS ICONS*/
/*TO UP */

.oct8ne-channels.active-list.oct8ne-animation-up .channel-item:nth-child(1) a {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-up .channel-item:nth-child(2) a {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-up .channel-item:nth-child(3) a {
    -webkit-transform: translateY(-180px);
    transform: translateY(-180px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-up .channel-item:nth-child(4) a {
    -webkit-transform: translateY(-240px);
    transform: translateY(-240px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-up .channel-item:nth-child(5) a {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-up .channel-item:nth-child(6) a {
    -webkit-transform: translateY(-360px);
    transform: translateY(-360px);
    opacity: 1;
}

/*TO RIGHT */

.oct8ne-channels.active-list.oct8ne-animation-right .channel-item:nth-child(1) a {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-right .channel-item:nth-child(2) a {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-right .channel-item:nth-child(3) a {
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-right .channel-item:nth-child(4) a {
    -webkit-transform: translateX(240px);
    transform: translateX(240px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-right .channel-item:nth-child(5) a {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-right .channel-item:nth-child(6) a {
    -webkit-transform: translateX(360px);
    transform: translateX(360px);
    opacity: 1;
}

/*TO LEFT */

.oct8ne-channels.active-list.oct8ne-animation-left .channel-item:nth-child(1) a {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-left .channel-item:nth-child(2) a {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-left .channel-item:nth-child(3) a {
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-left .channel-item:nth-child(4) a {
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-left .channel-item:nth-child(5) a {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-left .channel-item:nth-child(6) a {
    -webkit-transform: translateX(-360px);
    transform: translateX(-360px);
    opacity: 1;
}

/*TO DOWN */

.oct8ne-channels.active-list.oct8ne-animation-down .channel-item:nth-child(1) a {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-down .channel-item:nth-child(2) a {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-down .channel-item:nth-child(3) a {
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-down .channel-item:nth-child(4) a {
    -webkit-transform: translateY(240px);
    transform: translateY(240px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-down .channel-item:nth-child(5) a {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
    opacity: 1;
}

.oct8ne-channels.active-list.oct8ne-animation-down .channel-item:nth-child(6) a {
    -webkit-transform: translateY(360px);
    transform: translateY(360px);
    opacity: 1;
}