.payrollAllowance .el-table .cell {
  padding-left: 10px !important;
}

/* Your existing styles */

@charset "UTF-8";
.trigger-btn[data-v-51572f32] {
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 4px;
  font-size: 16px;
}

/* 标题样式 */
.dialog-title[data-v-51572f32] {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.code[data-v-51572f32] {
  color: #409EFF;
  text-decoration: none;
}

.el-input-number--mini {
  line-height: inherit;
}
::v-deep .el-radio-group {
  font-size: 12px !important;
}
::v-deep .el-checkbox__label {
  font-size: 14px !important;
}
.el-input-group__prepend {
  width: 40px !important;
}
.my-el-select {
  width: 100% !important;
}
.el-upload--picture-card {
  width: 100px;
  line-height: 110px;
  height: 100px;
}
.el-checkbox__label {
  font-size: 10px;
}
.simple-form-avatar-upload .avatar {
  object-fit: contain !important;
  width: 100%;
  height: 100%;
}
.uploadClass .el-upload {
  width: 148px !important;
  height: 148px !important;
  line-height: 148px !important;
  position: relative !important;
}
.simple-form-avatar-upload .el-upload .avatar {
  object-fit: contain !important;
}
.avatar-upload-wrapper {
  position: relative;
  display: inline-block;
}
.avatar-upload-wrapper .avatar-remove-btn {
    position: absolute !important;
    bottom: 8px !important;
    right: 8px !important;
    z-index: 10;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    padding: 0 !important;
    background-color: rgba(245, 108, 108, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.avatar-upload-wrapper .avatar-remove-btn:hover {
      background-color: #f56c6c !important;
      transform: scale(1.05);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.avatar-upload-wrapper .avatar-remove-btn i {
      font-size: 14px;
      color: white;
}
.el-input__inner::placeholder,
.el-textarea__inner::placeholder {
  color: #909399 !important;
}
.el-input__inner.is-filled,
.el-textarea__inner.is-filled {
  color: #303133 !important;
}
.cascader-container {
  position: relative;
  width: 100%;
}
.cascader-container.is-loading {
    pointer-events: none;
}
.cascader-container .cascader-loading-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.cascader-container .cascader-loading-mask i {
      font-size: 20px;
      color: #4986FC;
}
.custom-display-select .el-input__inner {
  color: transparent !important;
}
.custom-display-select .el-input__inner::placeholder {
  color: transparent !important;
}
.custom-display-select .el-input__prefix {
  width: 100%;
  display: flex;
  align-items: center;
}
.selected-item-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 35px;
  color: #606266;
}
.selected-item-display .selected-item-value {
    color: #8492a6;
    font-size: 13px;
}
.lock-button-style,
.unlock-button-style {
  background-color: white !important;
  color: #409EFF !important;
  border-color: #409EFF !important;
}
.lock-button-style:hover,
  .unlock-button-style:hover {
    background-color: #f0f9ff !important;
    color: #409EFF !important;
    border-color: #409EFF !important;
}
.lock-button-style:focus,
  .unlock-button-style:focus {
    background-color: white !important;
    color: #409EFF !important;
    border-color: #409EFF !important;
}

.el-card[data-v-6cd8c0f6] {
  border: 0px !important;
}
.el-card .header[data-v-6cd8c0f6] {
    font-size: 18px;
    font-weight: bold;
    color: #4986fc;
}

