@import './common/var.scss';

.eye-market {


  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;


  .eye-ellipsis {
    white-space: normal !important;
  }



  &__body {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    &--auto {
      top: 45px;
      height: calc(100% - 44px) !important;
    }

  }


  &__header {
    height: 45px;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 10px;

    &--label {
      margin: 0 5px;
      font-size: 13px;
    }

    .eye-icon-aim {
      color: $green !important;
      font-size: 13px !important;
    }
  }
}
