/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.m-operations {
  display: flex;
  height: 100%;
  overflow: hidden;
  line-height: 1;
}
.m-operations-item {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 6px 0;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.m-operations-item.disabled {
  color: #d9d9d9;
  pointer-events: none;
  cursor: not-allowed;
}
.m-operations-item.disabled .anticon-caret-down {
  color: #d9d9d9;
}
.m-operations-item-inner {
  display: flex;
  align-items: flex-start;
  padding: 4px 6px;
  margin: 0 -2px;
}
.m-operations-item-inner .icon,
.m-operations-item-inner .icon-right {
  font-size: 16px;
}
.m-operations-item-inner .text {
  margin-top: 2px;
  font-size: 12px;
}
.m-operations-item-inner .horizontal {
  display: flex;
  align-items: center;
}
.m-operations-item-inner .horizontal .text {
  margin: 0 4px;
  white-space: nowrap;
}
.m-operations-item-inner:hover,
.m-operations-item-inner:hover nz-cascader,
.m-operations-item-inner-active {
  background: #eeeeee;
  border-radius: 2px;
}
.m-operations-item-inner .anticon-caret-down {
  font-size: 12px;
  color: #555;
  vertical-align: baseline;
}
.m-operations-item-divider {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.m-operations-item-divider-inner {
  width: 1px;
  height: 50%;
  background: #e8e8e8;
}
.m-operations-item-dropdown-item {
  display: flex;
  align-items: center;
}
.m-operations-item-dropdown-item:hover,
.m-operations-item-dropdown-item-active {
  background: #eeeeee;
  border-radius: 2px;
}
.m-operations-item-cascader .ant-cascader-menu {
  width: 168px;
  height: 200px;
}
.m-operations-item-cascader .ant-cascader-menu-item {
  display: flex;
  height: 32px;
  line-height: 32px;
}
.m-operations-item-cascader .ant-cascader-menu-item .ant-cascader-menu-item-expand-icon {
  top: 0;
  font-size: 14px;
}
.m-operations-item-cascader-template {
  display: flex;
  align-items: center;
  width: 100%;
}
.m-operations-item-cascader-template img {
  height: 32px;
  margin-right: 8px;
  overflow: hidden;
}
.m-operations-item-cascader-template span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-operations-item-cascader-thumbnail {
  width: 400px;
  height: 500px;
  overflow: auto;
}
.m-operations-item-cascader-thumbnail img {
  width: 100%;
}
.m-operations-label-zoom {
  display: inline-block;
  vertical-align: middle;
}
.m-operations-label-zoom .m-operations-zoom {
  display: flex;
  align-items: center;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-operations-label-zoom .m-operations-zoom-slider {
  width: 120px;
}
.m-operations-label-zoom .m-operations-zoom-slider .ant-slider .ant-slider-rail {
  background-color: #d8d8d8;
}
.m-operations-label-zoom .m-operations-zoom-slider .ant-slider .ant-slider-track {
  background-color: #595959;
}
.m-operations-label-zoom .m-operations-zoom-slider .ant-slider .ant-slider-handle {
  border-color: #d8d8d8;
}
.m-operations-label-zoom .m-operations-zoom-slider .ant-slider .ant-slider-handle:focus {
  box-shadow: none;
}
.m-operations-label-zoom .m-operations-zoom-drop-btn {
  width: 80px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
.m-operations-label-zoom .m-operations-zoom .anticon {
  padding: 0 5px;
  color: #595959;
  cursor: pointer;
}
.m-operations-label-zoom .m-operations-zoom .disable {
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.m-operations-zoom-dropdown .ant-dropdown-menu-item {
  padding: 5px 20px 5px 10px;
}
.m-operations-zoom-dropdown .active {
  color: #107cee;
}
.m-operations-zoom-dropdown .indent {
  display: inline-block;
  width: 20px;
}
.m-operations-label-pagination {
  display: flex;
  align-items: center;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-operations-label-pagination-input-box {
  width: 80px;
  height: 20px;
  padding-right: 12px;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.m-operations-label-pagination-input-box-page {
  height: 18px;
  padding: 0 2px;
  line-height: 18px;
}
.m-operations-label-pagination-input-box-current {
  width: 20px;
  text-align: right;
  background: transparent;
  border: none;
  outline: none;
}
.m-operations-label-pagination-input-box-total {
  color: rgba(0, 0, 0, 0.45);
}
.m-operations-label-pagination-border-bottom {
  width: 25px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}
.m-operations-label-pagination .anticon {
  padding: 0 5px;
  color: #595959;
  cursor: pointer;
}
.m-operations-label-pagination .disabled {
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.m-operations-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
}
