﻿

.code-nav--social_wrap {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 75px;
    display: flex;
    flex-direction: column;
    border-radius: 15px 0px 0px 15px;
/*    background-color: #218BE7;*/
    background: var(--main-color);
}

.code-global--item a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 2px;
    text-decoration: none;
    /* background: var(--primary-color); */
    color: #fff !important;
    transition: opacity 200ms ease-in-out;
}

    .code-global--item a > i {
        font-style: normal;
        font-weight: bold;
        text-transform: capitalize;
        font-size: 18px;
    }

#hvnzalo i {
    font-size: 14px;
}

.fa.fa-facebook, .fa.fa-twitter {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.label-mobile {
    display: none;
}

.container-back-top {
    position: fixed;
    bottom: 30px;
    z-index: 999;
    top: auto !important;
    right: 12px;
    opacity: 0;
    display: none;
}

.container-back-top {
    opacity: 1;
    display: block;
}

.backtop {
    right: 12px;
    bottom: 196px;
    top: auto !important;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    top: auto !important;
    height: 44px;
    width: 44px;
    background-color: #dd0115;
    line-height: 36px;
    border-radius: 100%;
    font-size: 30px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-120px);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: #fff !important;
    margin-bottom: 5px;
}

.show:not(.hidden) {
    display: block;
}

.backtop.show {
    z-index: 999;
    transition: transform 0.3s ease-out 0s;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    padding: 4px;
}



