:root {
  $kf-panel-font-size: 12px;
}
*{
  box-sizing: border-box;
}
.kf-free-panel {
  // max-height: 700px;
  // overflow-y: scroll;
  .kf-panels {
    width: 100%;
    height: 38px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    .kf-p-label {

      color: #999;
      text-transform: capitalize;
      width: 100px;
      line-height: 30px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      cursor: default;
    }
    .kf-p-body {
      width:calc(100% - 100px);
      line-height: 30px;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      color: rgba(122, 206, 128,0.8);
      .kf-p-body-value{
        height: 30px;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
      }
    }

    .kf-pub-switch{
      .kf-pub-switch-label{
        width: 100px;
        line-height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
      }
      .kf-pub-switch-body{
        width:calc(100% - 100px);
        line-height: 30px;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
      }
    }

  }
}
