.index-item {
  .checkBoxItemLeft {
    width: 100%;
  }

  .checkBoxItemRight {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: 40px;
    box-sizing: border-box;
  }
}

.popupPicker {
  .tea-popup__container {
    width: 100%;
    background-color: white;
    z-index: 999;
    max-height: 80%;
    overflow: scroll;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 100%;
  }
}

.popTitle {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 15px;

  img {
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 10px;
    width: 13px;
    height: 10px;
  }

  .titleName {
    text-align: center;
  }
}

.select-all-text {
  font-size: 10px;
  text-align: right;
  color: #5887f1;;
  padding-right: 10px;
  margin-bottom: 10px;
  .tea-checkbox-wrap .tea-checkbox__label{
      font-size: 13px;
  }
   .part{
    .tea-checkbox{
        background-image: url('../../assets//images/icon/row.svg');
        background-color: #006eff;
        background-repeat: no-repeat;
        background-position: center center;
        // background-size: 0.59733rem;
        background-size: 10px;
    }
  }
  .all{
    .tea-checkbox{
        background-image: url('../../assets//images/icon/checked.svg');
        background-color: #006eff;
        background-repeat: no-repeat;
        background-position: center center;
       background-size: 10px;
    }
  }
  .empty{
    .tea-checkbox{
        background-repeat: no-repeat;
        background-position: center center;
       background-size: 10px;
        background-image: none;
        background-color: white;
    }
  }
}

.at-indexes__menu {

  .at-indexes__menu-item {
    font-size: 10px;
  }
}
