@import '../../common/style/gp-match/palette.scss';
@import '../../common/style/gp-match/mixin.scss';


.press-bo {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 5rem;
  padding: .4rem 0;
  z-index: 10;


  &__wrap {
    margin-bottom: .32rem;
  }

  &__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .32rem;

    .icon-close {
      margin-left: .32rem;
      font-size: .24rem;
      color: rgba(58, 67, 74, 1);
    }
  }

  &__box {
    position: relative;
    display: flex;
    align-items: center;
    width: 5.98rem;
    height: .72rem;
    padding: 0 .16rem;

    &::after {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 200%;
      height: 200%;
      border-style: solid;
      border-width: 1px;
      border-color: rgba(33, 33, 36, .65);
      transform: scale(.5);
      transform-origin: 0 0;
      pointer-events: none;
    }
  }

  &__title {
    font-size: .24rem;
    color: rgba(33, 33, 36, .60);
  }

  &__content {
    margin-left: auto;

    .icon-triangle {
      margin-left: .16rem;
      // transform: rotate(90deg);
      color: rgba(33, 33, 36, .60);
      font-size: .16rem;
    }
  }

  &__text {
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #212124;
  }

  &__add {
    margin: auto auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.96rem;
    height: .72rem;
    font-family: 'PEACE';
    font-size: .4rem;
    color: #ed7b2f;
  }

  &__add-icon {
    margin-right: .08rem;
    width: .32rem;
    height: .32rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/btn-add-mode.png) no-repeat center / 100% 100%;
  }

  &__confirm {
    width: 1.12rem;
    height: .5rem;
    line-height: .5rem;
    margin: .24rem auto;
    font-size: .22rem;
    color: #212124;
    font-family: 'MStiffHeiPRC';
    text-align: center;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/bg-btn-112.png) no-repeat center / 100% 100%;
  }
}
