.ag-header-row {
  position: absolute;
  overflow: hidden;
  background-color: #e8eef6;
}

.ag-theme-alpine .ag-root-wrapper {
  border: none !important;
}

.ag-header-cell-text {
  font-family: 'century-gothic-regular' !important;
}

.ag-cell {
  font-family: 'century-gothic-regular' !important;
  font-size: 13px !important;
}


  .ag-cell i {
    background-color: #e8eef7;
    font-size: 16px;
    border-radius: 2px;
    margin-right: 10px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    display: flex;
    text-align: center;
    float: left;
    justify-content: center;
    line-height: 28px;
    margin-top: 5px;
  }

    .ag-cell i.edit {
      color: #c88e37;
    }

.playbook-count {
  background-color: #3ac9b3;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  padding: 0px;
  border-radius: 50px;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 23px;
  display:block;
}
.ag-cell i.delete {
  color: #c84537;
}

.ag-cell i.add {
  color: #3ac9b3;
}
#vn-info {
  display: none;
}
