.export-edit {
    
    float: right;
  }
  .func-btn-wrapper {
  width:100%;
  float: right;
  height: $func-btn-wrapper-height;
  padding: 8px 20px 8px 0;
  box-sizing: border-box;
  &::after {
    position: absolute;
    top: $func-btn-wrapper-height;
    left: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #409eff;
    transform: scaley(0.5);
  }
}
.label{
float:left;
margin-top:7px;
margin-left:20px;
font-size: 16px;
color: #333333;
font-weight: bold;
}
.sale-price{
  text-align: center;
  margin-top: -210px;
  font-size: 15px; 
  margin-bottom: 200px;
}
.backcolor{
  background-color: white;
  border-left: none;
  border-top: 10px solid;
  border-bottom: 10px solid;
  border-color: #F0F2F5;
}
.bigback{
  background-color: #F2F0F5;
}
.midbackcolor{
  background-color: white;
  border-left: 6.6px solid;
  border-right: 6.6px solid #f0f2f5;
  border-bottom: 10px solid;
  border-color: #F0F2F5;
  padding: 0 !important;
}
.leftbackcolor{
  background-color: white;
  border-left: none;
  border-right: 13.3px solid #f0f2f5;
  border-bottom: 10px solid;
  border-color: #F0F2F5;
}
.rightbackcolor{
  background-color: white;
  border-left: 13.3px solid #f0f2f5;
  border-bottom: 10px solid;
  border-color: #F0F2F5;
  padding: 0 !important;
}
.money {
  margin-right: 8px;
}
.sale-price {
  text-align: center;
  margin-top: -210px;
  font-size: 15px;
  margin-bottom: 200px;
}
.line{
  background-color: white;
  border-left: none;
  border-right: 20px solid #f0f2f5;
}
.tiptitle{
  color:#333333;
}
.swbtn{
  float: right;
    display: flex;
    position: relative;
    top: -26px;
    left:-16px;
}

.bartitle{
  font-size: 22px;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
}
.rowClass{
  color: #333333;
}

.main-wrapper {
  /deep/  .drill-down{
      text-decoration:underline;
      color:#08acf1;
  }
}
.rec{
  text-align: center;
  margin-bottom: 0;
  margin-top: 10%;
}
.card-style{
  padding: 22px 14px 14px 14px;
}
