/* Override */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-button.ui-state-active:hover {
  border: 0 !important;
  background: transparent !important;
  color: #20cfcb !important;
}

/* 默认隐藏上传弹出层中的确认按钮，加载完成后再由 layer.open() 中的 success 显示, @see handsontable.files.js */
.layui-layer:has(#cheersyou-file-upload-layer) .layui-layer-btn0 {
  display: none;
}

.node-recletter-application-edit-form article h2 {
  display: none;
}

.covered {
  background-color: #c8eaec !important;
  color: #c8eaec !important;
}

.covered.current {
  background-color: transparent !important;
  color: initial !important;
}

.bulletin-board-counselor-loader {
  background: #FFF;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.11);
  border-radius: 6px 0 0 6px;
  transition: all 0.15s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  right: 0;
  top: 34vh;
  z-index: 101;
}

.kv-hidden {
  display: none !important;
}
