.fakeScroll{ overflow:visible !important; }

.fakeScroll__wrap{
    width : 98.2%;
    overflow : hidden;
    height   : 100%;
    position : relative;
    z-index  : 1;
}

.twitter_iframe_block .fakeScroll__wrap{ width: 95.2%;  padding:.1rem 0 ;}

.fakeScroll__content{
    height          : 100%;
    width           : 100%;
    /* padding         : 0 32px 0 0; */
    /* right           : -18px; */
    position        : relative;
    overflow        : auto;
    -moz-box-sizing : border-box;
    box-sizing      : border-box;

    scrollbar-width: none;
}



.fakeScroll__content::-webkit-scrollbar {
    display: none;
}

.fakeScroll__track{
    position : absolute;
    right    : 0px;
    top      : 0;
    bottom   : 0;
    width    : 7px;
    /*cursor   : default;*/
}
.twitter_iframe_block .fakeScroll__track{

    /*background: #f0e6ea;*/
    margin:5px 0 ;
    right    : 4px;
    background-image:url('bg_scroll.jpg') ;
    background-position: center;
    background-repeat: repeat-y;
    background-size: 30% auto;
}


.fakeScroll__bar{
    position      : relative;
    background    : #a0004a;
    opacity: .7;
    width         : 100%;
    border-radius : 4px;
    right         : 0;
    top           : 0;
    z-index       : 0;
    transition    : background 0s;
    cursor        : -moz-grab;
    cursor        : -webkit-grab;
}

.twitter_iframe_block .fakeScroll__bar{   
    background:#999;
    opacity:1; 
    border-radius : 4px;

}

.twitter_iframe_block .fakeScroll__bar:hover{
    background:#bc6022;
    opacity:1;
}

.twitter_iframe_block .fakeScroll__bar.fakeScroll--grabbed{
    cursor     : -moz-grabbing;
    cursor     : -webkit-grabbing;
    background : #d96e27;

}


.fakeScroll__bar:hover{
    background    :#dd4600;
    opacity: .8;
}

.fakeScroll__bar.fakeScroll--grabbed{
   cursor     : -moz-grabbing;
    cursor     : -webkit-grabbing;
    background : #ff4fa1;

}


body.fakeScroll--grabbed{
    cursor              : -moz-grabbing;
    cursor              : -webkit-grabbing;
    -moz-user-select    : none;
    -webkit-user-select : none;
    user-select         : none;
}