.top-0 {
  top: 0;
}

.proj_details .lbl_txt {
  min-width: 100px;
}

.text-danger {
  font-size: 0;
  line-height: normal;
  position: absolute;
  right: 10px;
  height: 15px;
  width: 15px;
  z-index: 9;
  top: 6px;
}

.valid-error {
  position: relative;
}

.valid-error.full-input {
  width: 100%;
}

.sm-input {
  height: 27px;
}

.valid-error-input input,
.valid-error-input select {
  border: 1px solid red !important;
}

.sm-textbox {
  width: 107px;
}

.mCSB_container tr td {
  padding: 0 12px;
}

.mCSB_container .tbl-invite-vendor.itemlist tr td {
  padding: 0 12px;
}

.w-14 {
  max-width: 14px;
}

.dlt-dialog-box {
  position: absolute;
  top: 33%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  width: 315px;
  max-width: 315px;
}

.dlt-rec-body {
  padding: 10px 10px 5px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
}

.delete-title-block {
  text-align: center;
}

.dlt-rec-footer {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.dlt-rec-title {
  color: #dd3131;
  font-size: 18px;
  margin: 5px 0;
  font-weight: normal;
}

.cancel-btn {
  background-color: #ccc !important;
}

.delete-btn {
  background-color: #06d81e !important;
}

.dlt-small-txt {
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: normal;
}

.userRights li.active,
.userRights li:hover {
  background: #e8f7ff;
  color: #0074ff;
}


/*upload area css start here*/

.vue-dropzone.dropzone {
  /* height: calc(100vh - 220px); */
  /* height: 190px; */
  border: none;
}

.dz-default.dz-message {
  position: absolute;
  width: 100%;
  /* bottom: 60px; */
  bottom: 0;
  display: flex;
  justify-content: center;
}

.dz-clickable .dz-default.dz-message {
  position: absolute;
  bottom: 62px;
}

.dz-default.dz-message .blue-btn1 {
  height: 40px;
  /* width: 230px; */
  width:fit-content;
  font-size: 12px;
  font-weight: normal;
}
.dz-default.dz-message .blue-btn2 {
  height: 40px;
  width: fit-content;
  font-size: 12px;
  font-weight: normal;
}

.dz-preview.dz-file-preview {
  display: none !important;
}


/*upload area css end here*/


/*validation css start here*/

.valid-error.valid-error-input {
  position: relative;
  display: flex;
}

.valid-error.valid-error-input .text-danger {
  display: flex !important;
  padding: 0 !important;
}


/*validation css end here*/

.width-149 {
  width: 149px;
}

.width-149 input {
  width: 100%;
}

.black-color-box {
  height: 16px;
  width: 16px;
  margin-right: 5px;
  background: #000;
}

.color-box {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}

.modal-11 {
  max-width: 1300px !important;
}

.ven-search-list {
  width: 185px;
  float: right;
}

.ellipsis-vendor {
  width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
}

option {
  color: #000;
}

.cc-dicamt {
  width: 90px;
}

.displayblock {
  display: block;
}

.righttbody,
.righttbody tr,
.rightthead tr {
  display: table;
  width: 100%;
}

.word-break {
  word-break: break-word !important;
}

.ellipsis-lbl table {
  display: flex;
}

.ellipsis-lbl tbody,
.ellipsis-lbl thead {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.ellipsis-lbl tr {
  display: flex;
  width: 100%;
}

.ellipsis-lbl td>span {
  display: inline-block;
  width: 100%;
}

.ellipsis-lbl td span label {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.dashboard-rightsidealing {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100% !important;
}

.dashboard-rightsidealing-min-width {
  width: 80px;
  display: block;
}

.po-detail-report-date {
  width: 125px;
}

.width-100-per {
  width: 100%;
}

/* 公共文本省略号样式 */
.text-overflow {
  min-width: 100px;
  /* 容器的最小宽度 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 使用省略号代表被截断的文本 */
  white-space: nowrap;
  /* 不换行 */
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #bfbfbf #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background: #e7ebf0;
  border-radius: 10px;
  border: 3px solid #ffffff;
}


/* 以 .main 为容器的页面 */
.main {
  height: calc(100%) !important;
  width: calc(100%) !important;
  padding: 6px !important;
}

.main #emptyPage{
  height: inherit;
  width: inherit;
  display: grid;
  place-content: center;
}

.main .toolbox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* 内容不换行 */
  white-space: nowrap;
  /* 启用容器的滚动功能 */
  overflow-y: hidden !important;
  overflow-x: auto !important;
}

.main .toolbox .input-box {
  display: flex;
  flex-direction: column;
}

.main .toolbox .input-box.row{
  display: flex;
  flex-direction: row;
}

.main .toolbox .input-box.row .el-form{
  display: flex;
  flex-direction: row;
}

.main .toolbox .input-box.row .el-form .el-form-item__label{
  margin: 0;
}


.main .toolbox .btn-box {
  padding-top: 4px;
  position: relative;
}

.main .toolbox .btn-box .btn-grp {
}

.main .toolbox .btn-box .btn-grp .flex-item {
  margin: 0;
  border-radius: 4px;
}

.main .toolbox .btn-box .text-grp {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
}

.main .toolbox .btn-box .text-grp span {
  text-align: right;
  color: darkgrey;
}

.main .data-container {
  display: flex;
  flex-direction: row;
}

.main .btn-1 {
  background-color: #698de4;
}

.main .btn-2 {
  background-color: #4aade3;
}

.main .btn-3 {
  background-color: #88d05e;
}

.main .btn-4 {
  background-color: #c65a51;
}

.main .btn-5 {
  background-color: #73acdd;
}
