/* @import (reference) "../../../assets/css/color.less";
@import (reference) "../../../assets/css/font.less";
@import (reference) "../../../assets/css/index.less"; */
.formAccountingPlan {
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  border-left: 1px solid #d1d2d4;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: -312px;
  width: 260px;
  display: flex;
  flex-direction: column;
  height: -moz-available;
  height: fill-available;
  padding: 20px;
  box-shadow: 0px 5px 12px #c3bbbb;
  transition: all 0.2s ease;
}
.formAccountingPlan.on {
  transition: all 0.2s ease;
  right: 0;
}

#contentmodalConfigAccounting .tbody {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  padding-left: 20px;
  padding-right: 20px;
}