#StickyLayer2
{
    /* position: relative; */
    /* width: calc(400px,-30px);
    height: calc(300px,-30px); */
    background: linear-gradient(315deg,#2f2fcf,#04ddf1  );
    float: left;
    margin: 15px;
    box-sizing: border-box;
    border-radius: 10px;
   opacity: 1;
   position:fixed;
   text-align:left;
   left:auto;right:25px;
   top:auto;bottom:70px;
   width:80px;height:80px;
   z-index:18;
}

/* #StickyLayer2::before
{
   content: "";
   background-image: conic-gradient(
    #ff0052 20deg,
    transparent 120deg
   );
   width: 100%;
   height: 100%;
   position: absolute;
   animation: rotate 2s linear infinite;
}
#StickyLayer2::after
{
   content: "";
   width:80px;
   height:80px;
   background: linear-gradient(315deg,#2f2fcf,#04ddf1);
   position: absolute;
   border-radius: 10px;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #ff0052;
   font-size: larger;
   letter-spacing: 5px;
   box-shadow: inset 20px 20px 20px #0000008c;
} */
@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
.imgBx{
    position: absolute;
    top: -50px;
    left: 30%;
    width: 150px;
    height: 150px;
    transform: 0.5s;
    z-index: 10;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#wb_up-arrow
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_up-arrow:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
}
#up-arrow
{
   height: 24px;
   width: 24px;
}
#up-arrow i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 15px;
}
#wb_up-arrow{
position:absolute;
left:9px;top:8px;
width:24px;height:24px;
text-align:center;
z-index:11;
}
#wb_up-arrow:hover i
{
   color: #FFFFFF;
}

.pagination li {
    display: inline;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
