.cc-popup {
  .cc-header__left,
  .cc-header__right {
    min-width: 50px;
  }
}

.cc-popup__body {
  padding:0 14px 15px;
  background-color: #fff;
  max-height: 80vh;
  overflow: auto;
}

.cc-popup--close {
  .cc-header__right .za-icon {
    position: absolute;
    top: 13px;
    right: 20px;
    color: #999;
  }
}
