#line-icon-fixed {
    bottom: 130px;
    right: 20px;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    box-sizing: border-box;
    direction: ltr;
    position: fixed !important;
    z-index: 16000160 !important;
}
#right-icon-fixed {
    bottom: 130px;
    right: 20px;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    box-sizing: border-box;
    direction: ltr;
    position: fixed !important;
    z-index: 16000160 !important;
}
#line-icon-fixed>* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    box-sizing: border-box !important;
}

#line-icon-fixed a,#right-icon-fixed a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nyfw {
    display: flex;
    margin-top: 10px;
    position: relative;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.nyLine:hover {
    box-shadow: rgb(0 0 0 / 70%) 2px 2px 11px;
}

.nyLine {
    width: 45px;
    height: 45px;
    order: 2;
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    border: 0px;
    background: rgb(0, 195, 0) !important;
}

.nyFB:hover {
    box-shadow: rgb(0 0 0 / 70%) 2px 2px 11px;
}

.nyFB { color: #fff;
    width: 45px;
    height: 45px;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    border: 0px;
    background: #4267b2 !important;

}
    .nyFB svg{
        width: 25px!important;
        height: 25px!important;
        
    }




/*  <div id="right-icon-fixed">
       
            <div class="nyfw"><a class="nyLine"  href="#" target="_black">
                    <svg style="width: 100%; height: 100%; fill: rgb(255, 255, 255); stroke: none;" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M27 14.926C27 10.006 22.065 6 16 6S5 10.005 5 14.926c0 4.413 3.913 8.11 9.2 8.808.358.077.845.236.968.542.112.278.073.713.036.995l-.157.942c-.048.28-.22 1.088.953.593 1.174-.494 6.334-3.73 8.642-6.386C26.236 18.67 27 16.896 27 14.925zm-4.247-.41a.577.577 0 0 1 0 1.153h-1.61v1.03h1.61a.578.578 0 0 1 0 1.155h-2.186a.578.578 0 0 1-.577-.577v-4.37c0-.32.26-.578.577-.578h2.186a.578.578 0 0 1 0 1.153h-1.61v1.033h1.61zm-3.537 2.762a.575.575 0 0 1-.578.577.58.58 0 0 1-.46-.23l-2.24-3.05v2.703a.577.577 0 0 1-1.154 0v-4.37a.577.577 0 0 1 1.038-.347l2.24 3.05v-2.703a.578.578 0 0 1 1.154 0v4.37zm-5.26 0a.577.577 0 0 1-1.154 0v-4.37a.577.577 0 0 1 1.153 0v4.37zm-2.262.577H9.508a.577.577 0 0 1-.576-.577v-4.37a.577.577 0 0 1 1.153 0V16.7h1.61a.577.577 0 0 1 0 1.155z"></path> </svg></a></div>
            <div class="nyfw">
                <a class="nyFB"  href="#" target="_black">
                   <svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-f" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-facebook-f fa-w-10 fa-5x"><path fill="currentColor" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" class=""></path></svg></a></div>
       
    </div> */
