*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  user-select: auto;
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  line-break: after-white-space;
  -webkit-line-break: after-white-space;
  user-select: auto;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

.MuiAccordion-root {
  margin-bottom: 10px !important;
  border: 1px solid #e6e9f0 !important;
}
.MuiAccordion-root .MuiAccordion-heading .MuiAccordionSummary-expandIconWrapper {
  position: absolute !important;
  top: 8px !important;
  right: 20px !important;
}
.MuiAccordion-root .MuiAccordionSummary-root {
  min-height: 40px !important;
  font-weight: bold;
}
.MuiAccordion-root .MuiAccordionDetails-root {
  display: block !important;
  padding: 16px;
}
.MuiAccordion-root .MuiAccordionDetails-root .icon_progress {
  width: 18px !important;
  height: 18px !important;
}
.MuiAccordion-root .MuiAccordionSummary-content {
  margin: 0 !important;
}

button {
  display: inline-block !important;
  margin: 0 10px !important;
  padding: 8px 16px !important;
  min-width: fit-content !important;
  min-height: 42px !important;
  text-align: center !important;
}
button:not(:disabled) {
  cursor: pointer !important;
}
button:disabled {
  color: #191e29 !important;
  background-color: #56698f !important;
}
button .button_label {
  display: inline-block !important;
}
button .button_label .MuiSvgIcon-root {
  height: 20px !important;
  width: 20px !important;
  position: relative !important;
  top: 4px !important;
}
button .icon_progress {
  width: 18px !important;
  height: 18px !important;
  color: #ffffff !important;
  top: 3px !important;
  position: relative !important;
}

.button_primary {
  color: #ffffff !important;
  background-color: #33b215 !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
}
.button_primary:hover {
  background-color: #40df1a !important;
}

.button_secondary {
  color: #ffffff !important;
  background-color: #004acc !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
}
.button_secondary:hover {
  background-color: #0861ff !important;
}

.button_ghost {
  color: #004acc !important;
  background-color: #ffffff !important;
  border: 1px solid !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
}
.button_ghost:hover {
  background-color: #f0f2f6 !important;
}

.button_flat {
  color: #004acc !important;
  background-color: #ffffff !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
}
.button_flat:hover {
  background-color: #f0f2f6 !important;
}

.button_danger {
  color: #ffffff !important;
  background-color: #dc003d !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
}
.button_danger:hover {
  background-color: #ff3d72 !important;
}

.button_remove {
  color: #dc003d !important;
  cursor: pointer !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
}

.button_container {
  display: block !important;
  text-align: center !important;
}

.button_icon {
  color: #dc003d !important;
  cursor: pointer !important;
  filter: drop-shadow(1px 0px 6px rgba(0, 0, 0, 0.4));
}

.field_container {
  display: block !important;
  min-width: 200px !important;
  position: relative !important;
  margin-top: 10px !important;
}
.field_container .field_value:not(.MuiCheckbox-root, .MuiRadio-root) {
  width: 100% !important;
}
.field_container .field_value.error label,
.field_container .field_value.error span:not(.MuiButtonBase-root) {
  color: #dc003d !important;
}
.field_container .field_value.error .MuiInputBase-root fieldset {
  border-color: #dc003d !important;
  background-color: #ffc2d3 !important;
}
.field_container .field_value.error .MuiIconButton-label {
  border-color: #dc003d !important;
}
.field_container .field_value.MuiCheckbox-root:hover, .field_container .field_value.MuiRadio-root:hover {
  background-color: #7f90b3 !important;
}
.field_container .field_value.MuiCheckbox-root.Mui-disabled .MuiIconButton-label,
.field_container .field_value.MuiCheckbox-root.Mui-disabled .MuiTouchRipple-root, .field_container .field_value.MuiRadio-root.Mui-disabled .MuiIconButton-label,
.field_container .field_value.MuiRadio-root.Mui-disabled .MuiTouchRipple-root {
  color: #a6b2c9 !important;
}
.field_container .field_value.MuiCheckbox-root .MuiIconButton-label,
.field_container .field_value.MuiCheckbox-root .MuiTouchRipple-root, .field_container .field_value.MuiRadio-root .MuiIconButton-label,
.field_container .field_value.MuiRadio-root .MuiTouchRipple-root {
  color: #005eb8 !important;
}
.field_container .field_value .MuiFormLabel-root {
  top: -18% !important;
}
.field_container .field_value .MuiFormLabel-root.MuiInputLabel-shrink {
  transform: translate(14px, 2px) scale(0.75) !important;
}
.field_container .field_value .MuiInputBase-root {
  min-height: 40px !important;
  text-align: left !important;
  background-color: #ffffff !important;
}
.field_container .field_value .MuiInputBase-root.MuiOutlinedInput-multiline {
  height: auto !important;
}
.field_container .field_value .MuiInputBase-root .css-16wblaj-MuiInputBase-input-MuiOutlinedInput-input {
  padding: 5px 10px;
}
.field_container .field_value .MuiInputBase-root .css-xrmkj5-MuiInputBase-root-MuiOutlinedInput-root {
  padding: 5px 10px;
}
.field_container .field_value .MuiInputBase-root.css-xrmkj5-MuiInputBase-root-MuiOutlinedInput-root {
  padding: 5px 10px;
}
.field_container .field_value .MuiSelect-root:focus {
  background-color: transparent !important;
}
.field_container .field_value .MuiSelect-root .css-w76bbz-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input {
  padding: 5px 10px;
}
.field_container .field_value.disabled .MuiInputBase-root fieldset {
  border-color: #a6b2c9 !important;
}
.field_container .field_value .Mui-disabled {
  color: #56698f !important;
}
.field_container .field_value .Mui-disabled.MuiInputBase-root {
  background-color: #ccd3e0 !important;
}
.field_container .field_value input {
  z-index: 1;
}
.field_container .field_value textarea {
  z-index: 1;
  resize: none;
}
.field_container .field_helper {
  color: #dc003d !important;
}

@font-face {
  font-family: "KPMG_logo";
  font-style: normal;
  font-weight: normal;
  src: url("../font/KPMG-Logo.ttf") format("truetype"), url("../font/KPMG-Logo.woff") format("woff"), url("../font/KPMG-Logo.woff2") format("woff2");
}
@font-face {
  font-family: "Arial";
  font-weight: 100;
  font-style: normal;
  src: url("../font/arial.ttf") format("truetype"), url("../font/arial.woff") format("woff"), url("../font/arial.woff2") format("woff2");
}
@font-face {
  font-family: "Meiryo";
  font-weight: 100;
  font-style: normal;
  src: url("../font/meiryo.ttf") format("truetype"), url("../font/meiryo.woff") format("woff"), url("../font/meiryo.woff2") format("woff2");
}
body * {
  font-size: 14px;
}

body.en * {
  font-family: "Arial" !important;
}

body.jp * {
  font-family: "Meiryo" !important;
}

.logo_main {
  font-family: "KPMG_logo" !important;
}

.filter {
  height: 40px !important;
  display: table-header-group !important;
}
.filter .row {
  word-break: break-word !important;
}
.filter .row.filter_action {
  border: none !important;
}
.filter .row.filter_action .button_action {
  position: absolute !important;
  top: -50px !important;
  right: 0px !important;
}
.filter .row .cell {
  vertical-align: middle !important;
  padding: 10px !important;
  min-width: auto !important;
}
.filter .row .cell.field_container .field_value {
  width: unset !important;
}
.filter .row .cell.field_container .field_value.MuiFormControl-root {
  min-width: auto !important;
}
.filter .row .cell.field_container .field_value .MuiInputLabel-formControl {
  transform: unset !important;
}
.filter .row .cell.field_container .field_value .MuiInputBase-root {
  text-align: left !important;
  font-size: unset !important;
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
}
.filter .row .cell.field_container .field_value .MuiInputBase-root .MuiSelect-root {
  width: 100% !important;
  padding: 7px 25px 7px 5px !important;
  vertical-align: top !important;
  display: inline-block !important;
  position: relative !important;
}
.filter .row .cell.field_container .field_value .MuiInputBase-root .MuiSelect-iconOutlined {
  right: -5px !important;
}
.filter .row .cell.field_container .field_value .MuiInputBase-root input {
  color: #ffffff !important;
}
.filter .row .cell.field_container .field_value .MuiFormLabel-root {
  padding: 7px 25px 7px 5px !important;
  position: relative !important;
  font-size: 14px !important;
  color: #000000 !important;
}
.filter .row .cell.field_container .field_value .MuiFormLabel-root.MuiInputLabel-shrink {
  transform: translate(5px, -18px) scale(0.75) !important;
  background-color: #56698f !important;
  color: #ffffff !important;
  width: auto !important;
  display: inline-block !important;
}
.filter .row .cell.field_container .field_value .MuiInput-underline:before,
.filter .row .cell.field_container .field_value .MuiInput-underline:after {
  border-bottom: 1px solid #000000 !important;
}
.filter .row .cell.field_container .field_value .MuiOutlinedInput-notchedOutline {
  border-color: #7f90b3 !important;
}
.filter .row .cell.field_container .field_value .MuiOutlinedInput-notchedOutline.Mui-focused {
  border-color: #7f90b3 !important;
}
.filter .row .cell.field_container .field_value .css-19qnlrw-MuiFormLabel-root-MuiInputLabel-root {
  max-width: 100%;
}

.page_container {
  height: 100%;
  position: relative;
}
.page_container > .header {
  height: 80px;
  z-index: 999;
  position: relative;
}
.page_container > .left {
  width: 30%;
  display: inline-block;
}
.page_container > .right {
  width: 70%;
  display: inline-block;
  margin-top: 30px;
}
.page_container > .footer {
  height: 40px;
}

html {
  background-color: #f0f2f6;
  height: 100%;
}
html body {
  height: 100%;
}
html body #app {
  height: 100%;
}

::-webkit-scrollbar {
  background-color: #d9dee8;
  width: 16px;
}

::-webkit-scrollbar-thumb {
  background-color: #b9c2d5;
}

::-webkit-scrollbar-button:single-button {
  display: block;
  border-style: solid;
  background-color: #d9dee8;
  height: 16px;
  width: 16px;
}
::-webkit-scrollbar-button:single-button:hover {
  background-color: #ccd3e0;
}

::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #56698f transparent;
}

::-webkit-scrollbar-button:single-button:vertical:increment {
  border-width: 8px 8px 0 8px;
  border-color: #56698f transparent transparent transparent;
}

table {
  display: table !important;
  color: #000000 !important;
  width: 100% !important;
  position: relative !important;
}
table tbody {
  height: 90px;
}
table .row_empty {
  display: table-row !important;
  width: 100% !important;
  height: 50px !important;
  position: relative !important;
  border-bottom: 1px solid #a6b2c9 !important;
}
table .row_empty .icon_progress {
  width: 18px !important;
  height: 18px !important;
  position: absolute !important;
  left: 50% !important;
  top: 36px !important;
}
table .row_empty .text {
  position: absolute !important;
  top: 18px !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center !important;
}
table .row {
  display: table-row !important;
  width: 100% !important;
  word-break: break-word !important;
  border-bottom: 1px solid #a6b2c9 !important;
}
table .row:not(.row_empty):not(.not_hover):hover {
  background-color: #56698f !important;
  color: #ffffff !important;
}
table .row.even {
  background-color: #d9dee8 !important;
}
table .row.selected_row {
  background-color: #0091da !important;
  color: #ffffff !important;
}
table .row.selected_row a {
  cursor: pointer !important;
  text-decoration: underline !important;
  color: #ffffff !important;
}
table .row .cell {
  display: table-cell !important;
  vertical-align: middle !important;
  padding: 0px 10px !important;
  height: 50px !important;
}
table .row .cell.center {
  text-align: center;
}
table .empty_state {
  height: auto;
  text-align: center;
  padding-top: 10px;
  color: #7f90b3;
}
table .empty_state p {
  font-size: 18px;
  padding: 0;
}
table .empty_state .icon_folder_open {
  width: 50px !important;
  height: 50px !important;
  color: #b9c2d5;
}

.view_alert {
  position: fixed !important;
  padding: 16px !important;
  min-height: 50px !important;
  right: 10px !important;
  top: 10px !important;
  z-index: 1001 !important;
}
.view_alert.MuiPaper-elevation0 {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
}
.view_alert .icon_progress {
  width: 15px !important;
  height: 15px !important;
  color: inherit !important;
}
.view_alert.visible {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity 0.2s linear !important;
}
.view_alert.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: visibility 0s 0.1s, opacity 0.1s linear !important;
}
.view_alert .MuiAlert-icon {
  margin: 0 !important;
  padding: 0 !important;
}
.view_alert .MuiAlert-message {
  white-space: break-spaces;
  margin-left: 10px !important;
  margin-right: 15px !important;
  padding: 0 !important;
}
.view_alert .MuiAlert-action {
  align-items: baseline !important;
  margin: 0 !important;
  padding: 0 !important;
}
.view_alert .MuiAlert-action button {
  padding: 0 !important;
  margin: 0 !important;
  min-width: 20px !important;
  min-height: 20px !important;
}
.view_alert .css-zioonp-MuiAlert-message {
  overflow: hidden;
}

.MuiAlert-standardSuccess {
  border-left: 5px solid #33b215 !important;
}

.MuiAlert-standardError {
  border-left: 5px solid #ff3d72 !important;
}

.view_breadcrumb {
  position: fixed;
  background-color: #f0f2f6;
  height: 30px;
  width: 100%;
  top: 50px;
  vertical-align: middle;
  border-bottom: 1px solid #56698f;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
  line-height: 30px;
  padding-left: 10px;
}
.view_breadcrumb .text {
  display: inline-block;
}
.view_breadcrumb .text p {
  display: inline-block;
  margin: 0 0 0 5px;
}
.view_breadcrumb .text .link {
  color: #00338d;
  cursor: pointer;
}

.view_datepicker {
  width: 210px !important;
}
.view_datepicker .field_value.MuiTextField-root {
  width: 165px !important;
}
.view_datepicker .tooltip {
  display: none;
  position: absolute;
  grid-auto-flow: column;
  left: 165px;
  border-radius: 2px;
  background-color: #99a7c2;
  z-index: 3;
  width: 150px;
  text-align: center;
  padding: 5px;
  top: 20px;
  transform: translate(0, -40px);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
  height: 80px;
}
.view_datepicker .tooltip .year,
.view_datepicker .tooltip .month,
.view_datepicker .tooltip .day,
.view_datepicker .tooltip .confirm {
  display: grid;
  align-items: center;
  justify-items: center;
}
.view_datepicker .tooltip .year p,
.view_datepicker .tooltip .month p,
.view_datepicker .tooltip .day p {
  margin: 0px 5px;
}
.view_datepicker .tooltip .icon {
  cursor: pointer;
}
.view_datepicker .open {
  cursor: pointer;
  display: inline-block;
  height: 37px;
  margin: 0 !important;
}
.view_datepicker:has(~ .field_helper:not(:empty)) .tooltip {
  top: 34%;
}
.view_datepicker button {
  display: inline-block !important;
  padding: 8px !important;
}
.view_datepicker button.css-53g0n7-MuiButtonBase-root-MuiIconButton-root {
  --IconButton-hoverBg: rgba(0, 0, 0, 0);
}
.view_datepicker button .css-1umw9bq-MuiSvgIcon-root {
  fill: unset;
}

.view_dialog .MuiDialog-paper .alert {
  width: 400px !important;
  text-align: center;
  padding: 40px 24px !important;
}
.view_dialog .MuiDialog-paper .info {
  width: 400px !important;
  text-align: left;
  padding: 16px 24px 24px !important;
}
.view_dialog .MuiDialog-paper .div_icon {
  margin-bottom: 8px;
}
.view_dialog .MuiDialog-paper .div_icon .icon_report_problem {
  font-size: 40px !important;
  color: #b9c2d5;
}
.view_dialog .MuiDialog-paper .title {
  font-size: 18px;
  font-weight: bold;
}
.view_dialog .MuiDialog-paper .content {
  margin: 24px 0;
}

.view_header {
  position: fixed;
  color: #ffffff;
  background-color: #00338d;
  height: 50px;
  width: 100%;
}
.view_header .logo_main {
  float: left;
  padding: 5px 10px;
  height: 50px;
}
.view_header .menu {
  float: right;
  padding: 5px 10px;
}
.view_header .menu::after {
  content: "";
  clear: both;
  display: block;
}
.view_header .menu button {
  padding: 0 !important;
}
.view_header .menu button svg {
  font-size: 40px;
  color: #ffffff;
}

.view_loader {
  position: fixed;
  background-color: #ffffff;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.view_loader .container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  text-align: center;
  margin: 0 auto;
}
.view_loader .container .square {
  display: inline-block;
  width: 24px;
  height: 32px;
  margin: 1px;
}
.view_loader .container .square:nth-child(1) {
  animation: animation_loader_1 1s infinite;
}
.view_loader .container .square:nth-child(2) {
  animation: animation_loader_2 1s infinite;
}
.view_loader .container .square:nth-child(3) {
  animation: animation_loader_3 1s infinite;
}
.view_loader .container .square:nth-child(4) {
  animation: animation_loader_4 1s infinite;
}
.view_loader .container .text {
  margin-top: 10px;
  color: #00338d;
  font-size: 30px;
}
@keyframes animation_loader_1 {
  0% {
    background-color: #0091da;
  }
  35% {
    background-color: #3bbdff;
  }
  70% {
    background-color: #75d1ff;
  }
  100% {
    background-color: #ade4ff;
  }
}
@keyframes animation_loader_2 {
  0% {
    background-color: #ade4ff;
  }
  35% {
    background-color: #0091da;
  }
  70% {
    background-color: #3bbdff;
  }
  100% {
    background-color: #75d1ff;
  }
}
@keyframes animation_loader_3 {
  0% {
    background-color: #75d1ff;
  }
  35% {
    background-color: #ade4ff;
  }
  70% {
    background-color: #0091da;
  }
  100% {
    background-color: #3bbdff;
  }
}
@keyframes animation_loader_4 {
  0% {
    background-color: #ade4ff;
  }
  35% {
    background-color: #75d1ff;
  }
  70% {
    background-color: #3bbdff;
  }
  100% {
    background-color: #0091da;
  }
}

#app:has(.view_access_denied) > div {
  height: 100%;
}
#app:has(.view_access_denied) > div > div {
  height: 100%;
}

.view_access_denied {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  color: #7f90b3;
}
.view_access_denied .icon {
  width: 50px !important;
  height: 50px !important;
  color: #b9c2d5;
}

.view_document_confirm {
  width: 98%;
  margin: auto;
}
.view_document_confirm .detail {
  margin-top: 5px;
}
.view_document_confirm .detail span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
.view_document_confirm .section_name {
  margin-top: 30px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
}
.view_document_confirm .label {
  width: 30%;
}
.view_document_confirm .value {
  width: 70%;
}
.view_document_confirm .bottom {
  margin: 20px;
}

.view_document_create {
  width: 90%;
  margin: auto;
}
.view_document_create .left,
.view_document_create .right {
  vertical-align: top;
}
.view_document_create .left {
  display: inline-block;
  width: 50%;
}
.view_document_create .left .content {
  margin: auto;
  width: 600px;
}
.view_document_create .left .download_template_wrapper {
  margin: 0 !important;
}
.view_document_create .right {
  display: inline-block;
  width: 50%;
}
.view_document_create .right .content {
  margin: auto;
  width: 600px;
}
.view_document_create .bottom {
  margin: 20px;
}
.view_document_create .section_title {
  display: block;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.view_document_create .section_title_sub {
  margin-top: 10px;
}
.view_document_create .field_container:not(.MuiCheckbox-root, .MuiRadio-root) {
  width: 400px !important;
}
.view_document_create .field_container .field_value .input_upload {
  display: block;
  margin: 10px;
  display: none;
}
.view_document_create .download_template_wrapper {
  margin: 10px 0 10px 100px;
  width: 390px;
  text-align: center;
}
.view_document_create .download_template_wrapper .download_template_container {
  background: #e6e9f0;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  border: 1px solid #435270;
}
.view_document_create .download_template_wrapper .download_template_container p {
  margin-bottom: 10px;
}

.view_document_list {
  width: 98%;
  margin: auto;
}
.view_document_list .description {
  background-color: #dbe8ff;
  padding: 10px;
}
.view_document_list table .cell {
  cursor: pointer !important;
}
.view_document_list table.save_list {
  margin-bottom: 50px !important;
}

.page_container > .right:has(.view_document_preview) {
  height: 100% !important;
}
.page_container.open > .right .right {
  width: calc(48% - 50px) !important;
}

.view_document_preview {
  width: 98%;
  margin: auto;
}
.view_document_preview .left,
.view_document_preview .right {
  vertical-align: top;
}
.view_document_preview .left .section_name,
.view_document_preview .right .section_name {
  margin: 30px 0 6px 0;
  font-size: 18px;
  font-weight: bold;
}
.view_document_preview .left {
  display: inline-block;
  width: 50%;
}
.view_document_preview .left .field_container {
  margin-top: 0 !important;
  width: 100% !important;
}
.view_document_preview .left .cell {
  position: relative !important;
}
.view_document_preview .left .cell .description {
  display: none;
}
.view_document_preview .left .cell .field_container .MuiTextField-root:hover ~ .description,
.view_document_preview .left .cell .field_container .view_datepicker:hover ~ .description {
  display: block !important;
  position: absolute !important;
  background-color: #56698f !important;
  padding: 5px !important;
  z-index: 2 !important;
  color: #ffffff !important;
  width: 50%;
  top: 100%;
}
.view_document_preview .left .detail {
  width: 98% !important;
}
.view_document_preview .left .detail .label {
  margin-top: 10px;
  font-weight: bold;
}
.view_document_preview .left .detail .field_value_filename {
  width: 80% !important;
}
.view_document_preview .left .detail .extension {
  position: absolute;
  margin-left: 10px;
  margin-top: 28px;
}
.view_document_preview .left .detail .icon_progress {
  width: 18px !important;
  height: 18px !important;
}
.view_document_preview .left .template_language {
  width: 98% !important;
  text-align: right;
  margin: 20px 0 10px 0;
}
.view_document_preview .left .template_language span {
  font-size: 14px;
  font-weight: bold;
}
.view_document_preview .left .MuiAccordion-root {
  width: 98% !important;
}
.view_document_preview .left .container {
  margin-bottom: 10px;
}
.view_document_preview .left .MuiOutlinedInput-multiline {
  padding: 0px !important;
}
.view_document_preview .right {
  position: fixed;
  display: inline-block;
  top: 110px;
  bottom: 180px;
  width: 48%;
}
.view_document_preview .right .content {
  position: relative;
  height: 100%;
}
.view_document_preview .right .content .section_name {
  margin-top: 0;
}
.view_document_preview .right .content .pdf_preview {
  width: 100%;
  height: 100%;
}
.view_document_preview .bottom {
  margin: 20px;
}

.view_log_list {
  width: 98%;
  margin: 42px auto 0 auto;
}
.view_log_list table .filter .row .cell.field_container .field_value {
  max-width: 200px;
}
.view_log_list table .cell {
  cursor: pointer !important;
}

.log_dialog {
  width: 570px !important;
  padding: 26px 34px 34px !important;
}
.log_dialog .title {
  font-size: 16px;
  font-weight: 600;
}
.log_dialog .content {
  margin: 0;
}
.log_dialog .detail {
  display: table;
  width: 100%;
  margin: 10px;
}
.log_dialog .detail .row {
  display: table-row;
}
.log_dialog .detail .row p {
  display: table-cell;
  width: 50%;
}
.log_dialog .message {
  overflow-y: auto;
  height: 250px;
  word-wrap: break-word;
  width: 100%;
  margin-top: 10px;
}
.log_dialog .action {
  text-align: center;
}

.view_login {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.view_login .left {
  width: 30%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #00338d;
}
.view_login .left .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.view_login .left .content img {
  width: 250px;
}
.view_login .left .content h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
.view_login .right {
  width: 70%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.view_login .right .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.view_login .right .content h1 {
  color: #00338d;
  font-size: 50px;
  font-weight: bold;
}
.view_login .right .content form .field_value {
  width: 400px !important;
}
.view_login .right .menu {
  padding: 5px 10px;
  text-align: right;
}
.view_login .right .menu button {
  padding: 0 !important;
}
.view_login .right .menu button svg {
  font-size: 40px;
  color: #00338d;
}
.view_login .right .input {
  margin: 10px;
}

.view_my_profile {
  width: 50%;
  margin: auto;
}
.view_my_profile .field_container .checkbox_label {
  display: inline-block;
  font-weight: bold;
  width: 120px !important;
}
.view_my_profile .field_container .checkbox_style {
  width: 40px !important;
}
.view_my_profile .bottom {
  margin: 20px;
}

.view_user_list {
  width: 98%;
  margin: auto;
}
.view_user_list table .filter .row .cell.field_container .field_value {
  max-width: 200px;
}
.view_user_list table .cell {
  cursor: pointer !important;
}

.view_user_profile {
  width: 50%;
  margin: auto;
}
.view_user_profile .field_container .checkbox_label {
  display: inline-block;
  font-weight: bold;
  width: 120px !important;
}
.view_user_profile .field_container .checkbox_style {
  width: 40px !important;
}
.view_user_profile .bottom {
  margin: 20px;
}

#app:has(.view_not_found) > div {
  height: 100%;
}
#app:has(.view_not_found) > div > div {
  height: 100%;
}

.view_not_found {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  color: #7f90b3;
}
.view_not_found p {
  font-size: 56px;
}

.view_pagination {
  text-align: center;
  margin: 20px 0;
}
.view_pagination .icon,
.view_pagination .number {
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  margin: 5px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 30px;
  background-color: #00338d;
  color: #ffffff;
}
.view_pagination .icon.active,
.view_pagination .number.active {
  background-color: #f0f2f6;
  color: #00338d;
  border: solid 1px #00338d;
}
.view_pagination .icon svg {
  width: 30px;
  height: 30px;
}
.view_pagination .number p {
  margin: 0;
}

.page_container > .left {
  width: 50px !important;
}
.page_container > .right {
  width: calc(100% - 50px) !important;
}
.page_container.open > .left {
  width: 150px !important;
}
.page_container.open > .right {
  width: calc(100% - 150px) !important;
}

.view_sidebar {
  position: fixed !important;
  color: #ffffff;
  background-color: #00338d;
  height: 100%;
  top: 80px;
  width: 50px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4);
  text-align: center !important;
  z-index: 998 !important;
}
.view_sidebar .icon_text {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin: 10px 0 10px 0;
}
.view_sidebar .icon_text svg,
.view_sidebar .icon_text p {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.view_sidebar .icon_text svg {
  color: #ffffff !important;
  margin: 0 5px 0 5px;
}
.view_sidebar .icon_text p,
.view_sidebar .icon_text .description {
  display: none;
}
.view_sidebar .text {
  text-align: center;
}
.view_sidebar .text .label {
  display: none;
}
.view_sidebar .arrow {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left: 20px;
  height: 30px;
  width: 30px;
}
.view_sidebar.open {
  width: 150px !important;
}
.view_sidebar.open .icon_text {
  text-align: left !important;
}
.view_sidebar.open .icon_text p {
  display: inline-block !important;
  color: #99beff;
}
.view_sidebar.open .text {
  margin-left: 5px;
  margin-top: 10px;
  text-align: left !important;
}
.view_sidebar.open .text .label {
  display: inline-block !important;
}
.view_sidebar.open .arrow {
  left: 120px !important;
  transform: rotate(180deg);
}
.view_sidebar:not(.open) .icon_text:hover .description {
  display: block !important;
  position: absolute !important;
  background-color: #56698f !important;
  padding: 5px !important;
  margin-top: -3px;
  z-index: 2 !important;
  color: #ffffff !important;
  white-space: nowrap;
}

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