.spreadsheet-container{
  position: relative;
  width: 1200px;
  height: 700px;
}

#luckysheet{
  margin:0px;
  padding:0px;
  position:absolute;
  width:100%;
  left: 0px;
  top: 30px;
  bottom:0px ;
}
 
.download-bg{
  position: absolute;
  z-index: 1000000;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px; 
  background: rgba(255, 255, 255, 0.8); 
  text-align: center;
  font-size: 40px;
  align-items:center;
  justify-content: center;
  display:flex;
}

#lucky-mask-demo{
  position: absolute;z-index: 1000000;left: 0px;top: 0px;bottom: 0px;right: 0px;
  background: rgba(255, 255, 255, 0.8); text-align: center;font-size: 40px;
  align-items:center;justify-content: center;display: none;
}
.spreadsheet-modal-body{
  position: relative;
  width: calc(100vw - 260px);
  height: 85vh;
  overflow: hidden;
  margin: 10px auto;
}
.spreadsheet-modal-footer{
  margin-top: 15px;
  display: flex;
  /* justify-content: center; */
}
.spreadsheet-modal-footer .row{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.spreadsheet-modal-footer .col-2{
  width: 16.66%;
}
.spreadsheet-modal-footer .col-10{
  width: 83.33%;
  display: flex;
  justify-content: end;
}
.spreadsheet-modal-footer button{
  margin: 5px;
}
.flex-right{
  display: flex;
  justify-content: end;
}