// @import 'src/static/css/theme/_color.scss';
// @import 'src/static/css/theme/_font.scss';
// @import 'src/static/css/theme/_radius.scss';
// @import 'src/static/css/base/_variables.scss';

$func-color-7: #aeaeae;
$font-size-m-1: .28rem;


.confirm-eligibility {
  // height: 100%;
  // display: flex;
  // flex-direction: column;
}

.search {
  // position: relative;
  // display: flex;
  // align-items: center;
  // height: .66rem;
  // width: 100%;
  // border: 0;
  // background-color: $neutral-color-2;
  // box-sizing: content-box;
  // margin-bottom: .32rem;
  // margin-top: .32rem;

  .press-search-index {
    width: 100%;
  }

  .press-field__placeholder,
  .uni-input-placeholder {
    color: $func-color-7;
    font-size: $font-size-m-1;
  }

  ::v-deep {
    .press-search__content {
      border-radius: .48rem;
    }

    .press-field {
      padding: .12rem 0 !important;
    }
  }

}

.search-input {
  width: 100%;
  height: 100%;
  font-size: $font-size-m-1;
  color: $func-color-7;
  border: 0;

  :v-deep {
    .press-field {
      padding: 0;
      border: 0;

      .press-field__body {
        height: 100%;
        border: 0;
      }
    }
  }

  .icon-search {
    // margin-right: .1rem;
    // display: flex;
    // align-items: center;
  }

  .search-btn {
    // width: .8rem;
    // text-align: center;
    // color: $func-color-7;
    // font-size: $font-size-m-1;
  }
}

.sche-list {
  // flex: 1;
  // overflow: hidden;
  // display: flex;
  // flex-direction: column;

  .sche-table-title {
    // padding-left: .32rem;
    // height: .48rem;
    // display: flex;
    // align-items: center;
    // background-color: $neutral-color-2;
    // color: $text-color-11;
    // font-size: $font-size-m-3;
    // font-weight: 500;

    .title {
      // width: 4.04rem;
    }

    .num {
      // width: 1rem;
    }

    .permit {
      // width: 1.4rem;
    }
  }

  .sche-content {
    // flex: 1;
    // overflow: hidden;

    .sche-table-content {
      .main-wrapper {
        // padding: .2rem 0 .2rem .32rem;
        // display: flex;
        // color: $text-color-10;
        // font-size: $font-size-l-3;
        // height: .8rem;
        // line-height: .8rem;
        // align-items: center;
        // width: 100%;
        // box-sizing: content-box;

        .title {
          // width: 4.04rem;
          // display: flex;
          // align-items: center;
          // font-size: $font-size-l-3;
          // color: $text-color-10;

          .logo {
            // width: .8rem;
            // height: .8rem;
            // border-radius: $radius-circle;
            // margin-right: .16rem;
          }
        }

        .num {
          // width: 1rem;
        }

        .permit {
          // width: 1.2rem;
          // display: flex;
          // justify-content: center;
          // color: $brand-color-3;
          // height: .5rem;
          // align-items: center;

          .icon-success {
            // font-size: $font-size-m-1;
          }

          .icon-fail {
            // width: .28rem;
            // height: .28rem;
            // font-size: $font-size-m-1;
            // border: 1px solid rgba(0, 0, 0, .2);
            // border-radius: $radius-circle;
          }
        }

        .btn {
          // width: .28rem;
          // color: $func-color-7;
          // transition: all .2s ease;
          // transform: rotate(0deg);
          // transform-origin: center center;

          .icon-open {
            // font-size: $font-size-m-4;
          }

          &.btn-active {
            // transform: rotate(180deg);
            // color: $brand-color-1;
          }
        }
      }

      .sub-wrapper {
        // background-color: $neutral-color-2;
        // padding: .16rem 0 .16rem .32rem;
        // display: flex;

        .sub-child {
          // width: .88rem;
          // margin-right: .32rem;
          // display: flex;
          // flex-direction: column;
          // align-items: center;

          .head {
            // width: .72rem;
            // height: .72rem;
            // border-radius: $radius-circle;
            // margin-bottom: .16rem;
          }

          .name {
            // height: .28rem;
            // line-height: .28rem;
            // font-size: $font-size-m-4;
            // overflow: hidden;
            // white-space: nowrap;
            // text-overflow: ellipsis;
            // width: .88rem;
            // text-align: center;
            // color: $text-color-10;
          }
        }
      }
    }
  }
}

.prize-empty {
  // display: flex;
  // justify-content: center;
  // flex-direction: column;
  // align-items: center;
  // margin-top: 2.58rem;

  .prize-empty__icon {
    // background: url(#{$cos-image-valorant-url}/valMobil/empty-logo.png) no-repeat;
    // background-size: 100% 100%;
    // width: 1.46rem;
    // height: 2.4rem;
  }

  .prize-empty__text {
    // color: $text-color-10;
    // font-size: $font-size-m-1;
    // margin-top: .32rem;
  }
}

.create-bottom-box {
  // height: 1.5rem;
  // background: $func-color-3;
  // display: flex;
  // align-items: center;
  // justify-content: center;
  // box-sizing: content-box;
  // padding-bottom: env(safe-area-inset-bottom);
  // padding: 0 .4rem;

  .press-button {
    width: 100%;
    min-width: 5.48rem;
    height: .88rem;
    font-size: .32rem;
  }
}