@import '../style/index.scss';

.#{$kara-prefix}-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;

  &-backmodal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(3, 3, 3, 0.4);
  }

  &-wholemodal {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
  }

  &-whole-title {
    position: sticky;
    top: 0;
    height: 130px;
    line-height: 130px;
    padding: 0 10px;
    font-size: 45px;
    text-align: center;
    background-color: #f2f2f2;
  }

  &-whole-title > i {
    text-align: center;
    color: $primary;
    position: absolute;
    top: 60px;
    left: 60px;
    transform: translateY(-50%);
  }

  &-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 99;
    min-width: 80%;
    border-radius: 4px;
    font-size: 44px;
  }

  &-title {
    padding: 60px 45px 30px;
  }

  &-content {
    padding: 0 45px 108px;
    font-size: 42px;
  }

  &-cancel {
    text-align: center;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    height: 108px;
    line-height: 108px;
    color: #999;
    font-size: 42px;
  }

  &-centain {
    text-align: center;
    border-top: 1px solid #e3e3e3;
    height: 108px;
    line-height: 108px;
    color: $primary;
    font-size: 42px;

    &-full {
      text-align: center;
      border-top: 1px solid #e3e3e3;
      height: 120px;
      line-height: 120px;
      color: $primary;
      width: 100%;
      font-size: 42px;
    }
  }
}
