.sheetView {
  font-family: Roboto;
}
.sheetView .mainMiniLoader {
  display: none;
}
.sheetView .left {
  width: unset;
  box-shadow: unset;
}
.sheetView .subMenuHold {
  display: none;
}
.sheetView .mainRight {
  margin: unset;
}
.sheetView .loading {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 99999;
}
.sheetView .sheet-view {
  padding-top: 20px;
  overflow: auto;
  height: 93vh;
}
.sheetView .sheet-view .no-views {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
}
.sheetView .sheet-view button {
  background: #5a96ef;
  color: #fff;
}
.sheetView .sheet-view .action-column, .sheetView .sheet-view .table-holder .table-bordered thead tr th.action, .sheetView .sheet-view .table-holder .table-bordered tbody tr td.action {
  position: sticky;
  right: 0;
  background-color: #fff;
  box-shadow: -1px 1px 0px 0px #828282;
  width: 150px;
  cursor: default;
}
.sheetView .sheet-view .first-column, .sheetView .sheet-view .table-holder .table-bordered thead tr .selection-cell-header, .sheetView .sheet-view .table-holder .table-bordered tbody tr td.selection-cell {
  position: sticky;
  left: 0;
  background-color: #fff;
}
.sheetView .sheet-view .icon, .sheetView .sheet-view .screen-toggle-icon, .sheetView .sheet-view .minimize-icon, .sheetView .sheet-view .maximize-icon, .sheetView .sheet-view .table-holder .table-bordered tbody tr td .button-cell .more-button, .sheetView .sheet-view .hint, .sheetView .sheet-view .asterisk {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sheetView .sheet-view .asterisk {
  background-image: url("../public/icons/asterisk.svg");
  position: absolute;
  width: 8px;
  height: 8px;
  top: -2px;
  left: 0px;
}
.sheetView .sheet-view .asterisk-col {
  background-image: url("../public/icons/asterisk.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 3px 3px;
}
.sheetView .sheet-view .hint {
  background-image: url("../public/icons/hint.svg");
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: 10px;
  top: -2px;
  right: -15px;
  background-color: #b5b5b5;
  padding: 3px;
  border-radius: 10px;
  cursor: pointer;
}
.sheetView .sheet-view .right-align {
  text-align: right;
}
.sheetView .sheet-view .right-align input {
  text-align: right;
}
.sheetView .sheet-view .tools-holder {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.sheetView .sheet-view .tools-holder .drop-down-button {
  width: 50px !important;
  cursor: pointer;
}
.sheetView .sheet-view .table-holder {
  width: 100%;
  overflow: auto;
  max-height: 72vh;
  border: 1px solid #9a9a9a;
  border-radius: 2px;
}
.sheetView .sheet-view .table-holder .all-header {
  background: #ffffff;
  width: max-content;
}
.sheetView .sheet-view .table-holder .all-header .top-header {
  box-sizing: border-box;
  border-right: 1px solid #828282;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sheetView .sheet-view .table-holder .all-header .app-header {
  width: max-content;
  display: flex;
}
.sheetView .sheet-view .table-holder .all-header .app-header .top-header:last-child {
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: sticky;
  right: 0px;
  background: #fff;
  box-shadow: -1px 0 0 0 #828282;
}
.sheetView .sheet-view .table-holder .all-header .app-header .top-header {
  border-bottom: 1px solid #828282;
  border-bottom: 1px solid #828282;
}
.sheetView .sheet-view .table-holder .all-header .stage-header {
  width: max-content;
  display: flex;
}
.sheetView .sheet-view .table-holder .all-header .stage-header .top-header:last-child {
  border-right: 1px solid transparent;
  position: sticky;
  right: 0px;
  background: #fff;
  box-shadow: -1px 1px 0 0 #828282;
  z-index: 99;
}
.sheetView .sheet-view .table-holder .table-bordered {
  font-size: 14px;
  background-color: #fff;
  border: none !important;
  table-layout: unset;
}
.sheetView .sheet-view .table-holder .table-bordered tbody {
  vertical-align: unset;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr .cell {
  width: unset !important;
  height: unset !important;
  padding: 2px 10px !important;
  line-height: 1 !important;
  vertical-align: middle;
  min-width: 100px;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr td.action {
  padding: unset;
  vertical-align: middle;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr td .button-cell {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  white-space: unset;
  width: 200px;
  padding: 5px;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr td .button-cell .more-button {
  width: 15px;
  height: 15px;
  top: 20px;
  margin-left: 15px;
  margin-top: 10px;
  background-image: url("../public/icons/more.svg");
  cursor: pointer;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr td.selection-cell {
  width: 75px;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr td {
  overflow: unset;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr td .cell-fieldset {
  position: relative;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr td .cell-fieldset .error {
  border: unset;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr td .cell-fieldset .error input {
  border-color: #ff5235;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr td .cell-fieldset input:focus {
  outline: none;
  border-color: #5a96ef;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr td .cell-fieldset input {
  width: 95%;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr td .cell-fieldset .readonly-view {
  min-height: 30px;
  overflow: auto;
  display: contents;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr td .cell-fieldset .field-error {
  position: absolute;
  background: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  color: #ff5235;
  top: -20px;
  z-index: 99;
  box-shadow: 0 0 2px 1px #828282;
}
.sheetView .sheet-view .table-holder .table-bordered tbody tr:last-child td {
  border-bottom: none !important;
}
.sheetView .sheet-view .table-holder .table-bordered thead {
  font-weight: bold;
}
.sheetView .sheet-view .table-holder .table-bordered thead tr .cell {
  min-width: 100px;
  position: sticky;
  top: 0;
  padding: 5px;
  line-height: 2 !important;
  border-top: none !important;
  box-shadow: 1px 0px 0px 1px #828282;
  vertical-align: bottom;
  z-index: 9;
}
.sheetView .sheet-view .table-holder .table-bordered thead tr .cell input {
  height: 25px;
}
.sheetView .sheet-view .table-holder .table-bordered thead tr .cell input::placeholder {
  font-size: 10px;
}
.sheetView .sheet-view .table-holder .table-bordered thead tr th.action {
  min-width: 75px;
  z-index: 9;
  text-align: center;
  font-size: 15px;
  vertical-align: middle;
}
.sheetView .sheet-view .table-holder .table-bordered thead tr .selection-cell-header {
  z-index: 9999;
  width: 75px;
}
.sheetView .sheet-view .table-footer .row-count {
  background-color: #f8f8f8;
  padding: 1px 5px;
  width: fit-content;
  border-radius: 2px;
  margin-top: 3px;
  margin-left: auto;
  margin-right: 0px;
  font-weight: 800;
  border: 1px solid #828282;
  min-width: 77px;
}
.sheetView .sheet-view .full-screen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 999;
  padding: 10px;
}
.sheetView .sheet-view .full-screen .table-holder {
  max-height: 89vh;
}
.sheetView .sheet-view .screen-toggle-icon, .sheetView .sheet-view .minimize-icon, .sheetView .sheet-view .maximize-icon {
  width: 25px;
  height: 25px;
  margin-left: 20px;
  background-size: 15px;
  background-color: #e2e2e2;
  border-radius: 5px;
  cursor: pointer;
}
.sheetView .sheet-view .maximize-icon {
  background-image: url("../public/icons/maximize.svg");
}
.sheetView .sheet-view .minimize-icon {
  background-image: url("../public/icons/minimize.svg");
}
.sheetView .sheet-view .styled-checkbox {
  margin-left: auto;
}
.sheetView .sheet-view .styled-checkbox label {
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
.sheetView .sheet-view .styled-checkbox label:before {
  content: " ";
  width: 37px;
  height: 18px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  background-color: #d4d4d6;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.sheetView .sheet-view .styled-checkbox input {
  width: 290px;
  background-color: #fff;
  box-shadow: none;
  display: none;
  margin: 2px 0 0;
  line-height: normal;
}
.sheetView .sheet-view .styled-checkbox label {
  line-height: 18px;
}
.sheetView .sheet-view .styled-checkbox label:after {
  content: " ";
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 1px;
  transition: 0.3s;
  box-sizing: border-box;
}
.sheetView .sheet-view .styled-checkbox.checked label:before {
  background-color: #5ed876;
}
.sheetView .sheet-view .styled-checkbox.checked label:after {
  transition: 0.3s;
  left: 20px;
}
.sheetView .sheet-view .action-success {
  background: #54b300;
  text-align: center;
  font-weight: bolder;
}
.sheetView .sheet-view .report-owner {
  font-size: 12px;
  padding: 3px 0px 0px 0px;
  text-align: center;
  line-height: 1;
}
.sheetView .sheet-view .report-status {
  max-width: 200px;
  text-align: center;
  font-weight: bolder;
  text-transform: capitalize;
  padding: 3px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow: auto;
}
.sheetView .sheet-view .report-status .statusand {
  font-size: 13px;
  font-weight: 500;
}
.sheetView .sheet-view .action-fail {
  background: #ff5235;
}
.sheetView .sheet-view .app-column {
  display: flex;
  flex-direction: column;
}
.sheetView .sheet-view .sheet-notification {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 2px 1px #828282;
  border-radius: 25px;
  padding: 5px 10px;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 9999;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  max-width: 200px;
}
.sheetView .sheet-view .error-notification {
  color: #ff5235;
}
.sheetView .sheet-view .success-notification {
  color: #54b300;
}

.button, .plain-button, .sheetView .sheet-view .table-holder .table-bordered tbody tr td .button-cell .plain-button, .sheetView .sheet-view .table-holder .table-bordered tbody tr td .button-cell .button {
  background: #5a96ef;
  color: #fff;
  height: 25px;
  width: max-content;
  display: flex;
  align-items: center;
  border-radius: 15px;
  margin: 3px;
  padding: 0px 10px;
  cursor: pointer;
}

.plain-button {
  color: #5a96ef;
  background: rgba(255, 255, 255, 0);
}

.button-list {
  background: #fff;
  box-shadow: 0 0 3px 1px #828282;
  border-radius: 3px;
  padding: 5px;
}

/*# sourceMappingURL=tableView.css.map */
