@import '../../app.less';

.module.panel {
  .header {
    text-align: center;
    color: @night-blue;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid @line_color;

    .assets {
      transform: translateY(-1px);
      margin-left: 5px;
    }

    .qa {
      cursor: pointer;
    }

    .qa:hover {
      color: @theme_color;
    }
  }

  .body {
    min-height: 256px;
    padding: 32px 44px;
    padding-right: 30px;

    .chart-info {
      height: 110px;
      margin-bottom: 24px;

      .pie-chart {
        width: 110px;
        height: 110px;
        margin-right: 22px;
        display: inline-block;
      }

      .info {
        display: inline-block;
        vertical-align: top;
        padding-top: 10px;

        .desc-wrapper {
          margin-bottom: 5px;

          .desc {
            font-size: 12px;
            color: #8897A8;
          }
        }

        .item {
          display: inline-block;
          margin-right: 24px;

          .title {
            color: @bluey-grey;
            font-size: 12px;
          }

          .data {
            color: @bluey-grey;
            font-size: 12px;

            .text {
              font-size: 18px;
              color: @night-blue;
              margin-right: 2px;
            }
          }
        }
      }
    }

    .list {

      .item {
        display: inline-block;
      }
    }

    .list.col-3 {
      margin: 0 -9px -12px;

      .item {
        width: 120px;
        margin-bottom: 12px;
        margin-left: 9px;
        margin-right: 9px;
      }
    }

    .list.col-4 {
      margin: 0 -10px -12px;

      .item {
        width: 84px;
        margin-bottom: 12px;
        margin-left: 10px;
        margin-right: 10px;
      }
    }
  }
}

.module.wait-panel {
  .body {
    position: relative;

    .chart-info {

      .info {
        padding-top: 0;

        .text {
          color: #050930;
          font-size: 16px;
          margin-bottom: 5px;
        }
      }
    }

    .button {
      width: 120px;
      position: absolute;
      top: 30px;
      right: 46px;
    }
  }
}


.module.buy-panel {
  .body {
    height: 256px;
    padding: 40px 10px;
    position: relative;

    .text {
      position: absolute;
      right: 60px;
      top: 90px;
      font-size: 10px;
      color: #fff;
    }

    .button {
      position: absolute;
      right: 68px;
      top: 120px;
    }
  }
}

.module.small-panel {
  .body {
    min-height: 166px;
    padding: 20px 30px 0;
    overflow: hidden;

    .chart-info {
      .info {
        padding-top: 20px;

        .item {
          margin-right: 20px;
        }

        .date {
          padding-top: 20px;
          font-size: 12px;
          color: #8897A8;
        }
      }
    }
  }
}

.module.small-wait-panel {
  .body {
    min-height: 166px;
    padding: 20px 30px;

    .title {
      margin-top: 15px;
      margin-bottom: 10px;
      text-align: center;
      font-size: 16px;
      color: #5E677B;
    }

    .btn {
      text-align: center;

      .button {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
      }
    }
  }
}

.module.small-buy-panel {
  .body {
    min-height: 166px;
    padding: 10px 10px 20px;
    position: relative;

    .assets {
      width: 100%;
      height: 100%;
    }


    .button {
      position: absolute;
      right: 25px;
      top: 60px;
    }
  }
}