.pagination {
  display: flex;
  float: right;
}
.pagination span {
    color: black;
    font-size: 12px;
    line-height: 24px;
}
.pagination--left {
    float: left;
}
.pagination--center {
    text-align: center;
}
.pagination--right {
    float: right;
}
.pagination .el-pagination .el-pager .number {
    font-weight: normal;
    color: #909399;
}
.pagination .el-pagination .el-pager .el-icon-more {
    border: none !important;
}

.theme-setting .el-color-dropdown__value,
.theme-setting .el-color-dropdown__link-btn {
  display: none;
}

@font-face {
  font-family: 'Roboto-default';
  src: url(/static/fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MaterialSymbolsOutlined';
  src: url(/static/fonts/MaterialSymbolsOutlined.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  font-family: 'Roboto-default';
}

.action-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.action-left {
  display: flex;
  align-items: center;
}
.action-left > * {
    margin-right: 8px;
}
.action-left > *:last-child {
    margin-right: 0;
}
.action-label {
  font-weight: bold;
  margin: 0;
}
.action-right-view {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: default;
}
.action-right-view i {
    cursor: pointer;
    margin-left: 12px;
}
.action-right-view i:first-child {
    margin-left: 0;
}

.recompute-leave-container[data-v-4a9b4f73] {
  font-size: 14px;
  color: #333;
}
.popup-message[data-v-4a9b4f73] {
  margin-bottom: 10px;
}
.dialog-footer[data-v-4a9b4f73] {
  display: flex;
  justify-content: flex-end;
}

.dialog-footer[data-v-b4048336] {
  display: flex;
  justify-content: flex-end;
}

.exportExcelButton {
  width: 110px;
  height: 30px;
  font-size: 12px !important;
  position: absolute !important;
  top: -40px;
  right: 30px;
  z-index: 2000;
  padding: 0 !important;
}

@charset "UTF-8";
.filter-form {
  margin-bottom: 20px;
}
.custom-table .cell {
  padding-left: 10px !important;
}
.custom-table .el-table__header-wrapper th {
  white-space: nowrap;
  /* Prevent column text from wrapping */
}
.el-table__empty-block {
  width: 100%;
}
.errorMsgs {
  font-size: 12px;
  color: gray;
  text-align: center;
  padding: 5px 10px;
}
.dataDrivenTableNew .el-progress__text {
  left: 32px !important;
}
.dataDrivenTableNew .el-dialog__body {
  padding: 20px 20px !important;
}
.custom-table .el-table__header,
.custom-table .el-table__body {
  width: 100% !important;
}
.custom-table .el-table__body-wrapper td {
  white-space: nowrap;
  /* Prevent cell content from wrapping */
  overflow: hidden;
  /* Hide any overflowing content */
  text-overflow: ellipsis;
  /* Show an ellipsis (...) for overflowed content */
}

/* Logo相关样式 */
.company-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.company-logo-container .el-image {
  border-radius: 4px;
  border: 1px solid #e4e7ed;
}
.no-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 24.5px;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  color: #c0c4cc;
  font-size: 14px;
}
.image-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f5f7fa;
  color: #909399;
  font-size: 14px;
}

.customDialogMain .el-dialog__body {
  padding: 0px 20px;
  padding-bottom: 20px;
}
.customDialogMain .simplePageClass:-webkit-scrollbar {
  display: none;
}

/* Paygroup lock confirmation dialog styling - force wider dialog */
.paygroup-lock-confirm-dialog-wide {
  width: 650px !important;
}
.paygroup-lock-confirm-dialog-wide .el-message-box {
    width: 650px !important;
}
.paygroup-lock-confirm-dialog-wide .el-message-box__header {
    padding-bottom: 20px;
}
.paygroup-lock-confirm-dialog-wide .el-message-box__content {
    font-size: 14px;
}
.paygroup-lock-confirm-dialog-wide .el-message-box__content p {
      color: #606266;
}
.paygroup-lock-confirm-dialog-wide .el-message-box__content ul {
      color: #606266;
}
.paygroup-lock-confirm-dialog-wide .el-message-box__content ul li {
        line-height: 1.8;
}
.paygroup-lock-confirm-dialog-wide .el-message-box__btns {
    padding-top: 20px;
}
.paygroup-lock-confirm-dialog-wide .el-message-box__btns .el-button--primary {
      min-width: 120px;
}
.paygroup-lock-confirm-dialog-wide .el-message-box__btns .el-button--default {
      min-width: 80px;
}

.year-month-input[data-v-7a5d6c4e] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.image-cropper-dialog .cropper-container[data-v-74cb97d7] {
  display: flex;
  gap: 20px;
  height: 400px;
}
.image-cropper-dialog .cropper-wrapper[data-v-74cb97d7] {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.image-cropper-dialog .cropper-wrapper .cropper-image[data-v-74cb97d7] {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.image-cropper-dialog .cropper-preview[data-v-74cb97d7] {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.image-cropper-dialog .cropper-preview .preview-title[data-v-74cb97d7] {
    font-weight: bold;
    margin-bottom: 10px;
    color: #303133;
    font-size: 14px;
}
.image-cropper-dialog .cropper-preview .preview-box[data-v-74cb97d7] {
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #f8f8f8;
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.image-cropper-dialog .cropper-preview .preview-info p[data-v-74cb97d7] {
    margin: 8px 0;
    color: #606266;
    font-size: 12px;
    line-height: 1.5;
}
.image-cropper-dialog .dialog-footer[data-v-74cb97d7] {
  text-align: right;
}

.image-cropper-dialog .el-dialog__body {
  padding: 20px;
}
.image-cropper-dialog .cropper-container .cropper-view-box {
  outline: 2px solid #409eff;
  outline-color: rgba(64, 158, 255, 0.75);
}
.image-cropper-dialog .cropper-container .cropper-face {
  background-color: inherit !important;
}
.image-cropper-dialog .cropper-container .cropper-line {
  background-color: #409eff;
  opacity: 0.6;
}
.image-cropper-dialog .cropper-container .cropper-point {
  background-color: #409eff;
  width: 8px;
  height: 8px;
  opacity: 0.8;
}
.image-cropper-dialog .cropper-container .cropper-dashed {
  border-color: rgba(64, 158, 255, 0.5);
}

