#root {
  height: 100vh;
}
#root .workspace {
  width: 100%;
  padding-top: 44px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#root .workspace .ws {
  display: none;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: var(--color-bg-ws);
}
#root .workspace .ws.active {
  display: inline-block;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  z-index: 1;
}
.bodyModule {
  transition: all ease 0.2s;
  z-index: 1;
}
.bodyModule.backOff {
  overflow-y: clip;
}
.bodyModule.on {
  transition: all ease 0.2s;
  width: 100% !important;
}
.bodyModule .header {
  padding: 15px 20px 10px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.bodyModule .header.headerLine {
  border-bottom: 1px solid #d1d2d4;
}
.bodyModule .header.headerSmall {
  padding: 7px 20px 7px 20px;
}
.bodyModule .header.headerSmall .pull-left .head .icon {
  padding: 5px;
  font-size: 15px;
}
.bodyModule .header.headerSmall .pull-left .head span {
  font-size: 15px;
}
.bodyModule .header.headerSmall .pull-right {
  min-height: 32px;
}
.bodyModule .header.headerSmall .pull-right .icon {
  font-size: 18px;
}
.bodyModule .header .pull-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bodyModule .header .pull-left .head {
  display: flex;
  align-items: center;
}
.bodyModule .header .pull-left .head .icon {
  background: #c3c3d6;
  font-size: 16px;
  padding: 7px;
  border-radius: 100px;
  color: #ffffff;
}
.bodyModule .header .pull-left .head span {
  font-size: 21px;
  margin-left: 10px;
  font-weight: 600;
}
.bodyModule .header .btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bodyModule .header .btns .btnIcon {
  font-size: 22px;
}
.bodyModule .header .pull-right {
  display: flex;
  align-items: center;
  margin-right: 7px;
  min-height: 43px;
  gap: 10px;
}
.bodyModule .header .pull-right > a {
  margin-left: 7px;
}
.bodyModule .header .pull-right > li > a {
  border-right: 1px solid #383551;
  padding: 0 15px;
}
.bodyModule .header .pull-right > li:last-child a {
  border-right: 0;
}
.bodyModule .tbody {
  padding: 0px 25px 15px 25px;
  display: flex;
  gap: 15px;
  position: relative;
}
.subModule {
  display: none;
}
.steps {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps .step {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 12px;
  background: #cbd7e2;
}
.steps .step:hover {
  background: #6fb5ec;
}
.steps .step.active {
  background-color: #2196f3;
}
.steps line {
  height: 4px;
  width: 5%;
  background-color: #cbd7e2;
}
.contentSteps {
  margin-top: 15px;
}
.contentSteps .content {
  width: 100%;
  height: 90%;
  display: none;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0px 25px 0px 0px;
  margin-bottom: 60px;
}
.contentSteps .content.active {
  display: inline-block;
  align-items: flex-start;
}
.contentSteps .content .formFooter {
  position: fixed;
  max-width: 1100px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  /* padding: 5px; */
  bottom: 20px;
  height: 52px;
  background: #ffffff;
  z-index: 1000;
}
.contentSteps .content .formFooter .btnNextStep {
  position: absolute;
  right: 0px;
  top: 0px;
}
.contentSteps .content .formFooter .btnPreviusStep {
  position: absolute;
  left: 0px;
  top: 0px;
}
.xdsoft_datetimepicker {
  border-radius: 5px;
}
.boxChargeXls {
  position: relative;
  margin: 0 0px 0px 7px;
}
.boxChargeXls button {
  z-index: 1;
  pointer-events: none;
}
.boxChargeXls input {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.dashboard section {
  border: 1px solid var(--color-line);
  border-radius: var(--border-radius-form);
  display: flex;
  flex-direction: column;
  min-height: 120px;
}
.dashboard section.boxGray {
  background-color: #F9F9F9;
  border-color: #D9D9D9;
}
.dashboard section.boxBlue {
  background-color: #AAC1FF;
  border-color: #2189FB;
  color: #FFFFFF;
}
.dashboard section.boxBlue .icon {
  color: #181a70;
}
.dashboard section.boxYellow {
  background-color: #FFE59D;
  border-color: #FEBF10;
  color: #835840;
}
.dashboard section.boxYellow .icon {
  color: #835840;
}
.dashboard section.sectionFluid {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.dashboard section .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}
.dashboard section .head .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  padding-left: 10px;
}
.dashboard section .head .left .icon {
  color: var(--color-icon-grid);
  display: none;
}
.dashboard section .head .right .icon {
  font-size: 16px !important;
  margin-right: -2px;
  margin-top: 2px;
}
.dashboard section .flex {
  display: flex;
  align-items: center;
  gap: 7px;
}
.dashboard section .body {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.dashboard .block {
  padding: 0 15px 15px;
}
.dashboard .block label {
  font-size: 13px;
  width: 60%;
  display: flex;
}
.dashboard .block .value {
  font-size: 45px;
  line-height: 42px;
}
.dashboard #dataGeneral {
  max-height: 160px;
}
.col {
  width: -webkit-fill-available;
}
.col.colColumn {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.col.col5w {
  width: 5%;
}
.col.col10w {
  width: 10%;
}
.col.col15w {
  width: 15%;
}
.col.col20w {
  width: 20%;
}
.col.col25w {
  width: 25%;
}
.col.col30w {
  width: 30%;
}
.col.col35w {
  width: 35%;
}
.col.col40w {
  width: 40%;
}
.col.col45w {
  width: 45%;
}
.col.col50w {
  width: 50%;
}
.col.col55w {
  width: 55%;
}
.col.col60w {
  width: 60%;
}
.col.col65w {
  width: 65%;
}
.col.col70w {
  width: 70%;
}
.col.col75w {
  width: 75%;
}
.col.col80w {
  width: 80%;
}
.col.col85w {
  width: 85%;
}
.col.col90w {
  width: 90%;
}
.col.col95w {
  width: 95%;
}
.col.col100w {
  width: 100%;
}
@media (max-width: 470px) {
  .bodyModule .header {
    padding: 15px;
  }
  .bodyModule .header .pull-left .head {
    font-size: 18px;
  }
  .bodyModule .header .pull-right .btnAddForm {
    margin-left: 7px;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .bodyModule .header .pull-right .btnAddForm .icon {
    left: auto;
    position: relative;
  }
  .bodyModule .header .pull-right .btnAddForm span {
    display: none;
  }
  .bodyModule .tbody {
    padding: 0 15px 15px;
  }
}
