/* .btnforsc{
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 99999999;
    padding: 0px;
    background-color: #5b2067;
}

.outer-container{
    overflow: hidden;
    width: 100%;
    position:fixed;
    height: auto;
    z-index: 9999999;
    bottom:0px;
    background-color:white
}

.inner-container{
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.rowshorcode{

    justify-content: center;
}

.forimg{
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconsupdown{
    font-size:36px;
    color:white;
    padding:0px 10px
} */

.fab-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;

  }
  .fab-container:hover {
    height: 100%;
  }
  .fab-container:hover .sub-button:nth-child(2) {
    transform: translateY(-80px);
    
  }
  .fab-container:hover .sub-button:nth-child(3) {
    transform: translateY(-140px);
    
  }
  .fab-container:hover .sub-button:nth-child(4) {
    transform: translateY(-140px);
    
  }
  .fab-container:hover .sub-button:nth-child(5) {
    transform: translateY(-200px);
    
  } 
  .fab-container:hover .sub-button:nth-child(6) {
    transform: translateY(-200px);
    
  }
  .fab-container:hover .sub-button:nth-child(7) {
    transform: translateY(-260px);
  }
  .fab-container:hover .sub-button:nth-child(8) {
    transform: translateY(-260px);
    
  }
  .fab-container:hover .sub-button:nth-child(9) {
    transform: translateY(-320px);
    
  }
  .fab-container:hover .sub-button:nth-child(10) {
    transform: translateY(-320px);
    
  }
  .fab-container:hover .sub-button:nth-child(11) {
    transform: translateY(-380px);
    
  }
  .fab-container:hover .sub-button:nth-child(12) {
    transform: translateY(-380px);
    
  }

  .fab-container .fab {
    position: relative;
    height: 65px;
    width: 65px;
    background-color: #5b2067;
    border-radius: 50%;
    z-index: 2;
  }
  .fab-container .fab::before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: inherit;
    border-radius: 0 0 10px 0;
    z-index: -1;
  }
  .fab-container .fab .fab-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%;
  }
  .fab-container .fab .fab-content .material-icons {
    color: white;
    font-size: 48px;
  }
  .fab-container .sub-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .fab-container .sub-button:hover {
    cursor: pointer;
  }
  .fab-container .sub-button .material-icons {
    color: white;
    padding-top: 6px;
  }