@import url(assets/libs/tabulator/tabulator_simple.css);
/* toast 在 modal之上显示 */
.jq-toast-wrap {
  z-index: 99999 !important;
}
.custombox-fullscreen.custombox-content > * {
  width: 100% !important;
  max-height: 100%;
}
/* reset password */
.input-group-append {
  position: absolute;
  top: 10px;
  right: 2rem;
  display: none;
  cursor: pointer;
}
.action_edit,
.action_confirm,
.action_hold,
.action_edit_confirm {
  height: 100%;
}
.action_edit:hover,
.action_confirm:hover,
.action_hold:hover,
.action_copy:hover,
.copy-platform-team:hover,
.copy-team:hover {
  color: #5089de;
}
.action_confirm {
  font-weight: 500;
}
#inputPlatformLogo,
#inputOsLogo,
#inputTextLogo {
  border: 2px dashed rgba(65, 77, 95, 0.3);
}
.tabulator-cell[tabulator-field="logo"] img {
  width: 100%;
}
.select2-selection__clear {
  margin-right: 1rem;
}
.bootstrap-select .inner {
  max-height: 300px;
  overflow-y: scroll!important;
}
.bootstrap-select .inner ul::-webkit-scrollbar {
  width: 5px !important;
}
.bootstrap-select .inner ul::-webkit-scrollbar-thumb {
  background-color: #888;
  /* 滚动条滑块颜色 */
}
.bootstrap-select .inner::-webkit-scrollbar {
  width: 0;
}
