@import '../../variables.scss';

.ant-tooltip {

}

#{$biz-css-prefix}-button {
  width: 100%;
  height: 54px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #6dd6ea;
}


.modal-preview {
  &-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }

  &-title {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #454344;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }

  &-btn {
    width: 140px;
    min-height: 52px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    background-color: #6dd6ea;
    margin: 0 auto;
    cursor: pointer;
  }
}
