*: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;
}

body {
  overflow-x: hidden !important;
}

.hidden {
  visibility: hidden !important;
}

.none {
  display: none !important;
}

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

.ja * {
  font-family: "Meiryo" !important;
  font-size: 13px !important;
}

.MuiSvgIcon-root {
  font-size: 22px !important;
  vertical-align: middle !important;
}

button {
  display: inline-block !important;
  margin: 10px !important;
  padding: 8px 16px !important;
  min-width: fit-content !important;
  text-align: center !important;
  border-radius: 4px !important;
}
button:not(:disabled) {
  cursor: pointer !important;
}
button:disabled {
  color: #191e29 !important;
  background-color: #56698f !important;
}

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

.button_flat {
  color: #004acc !important;
  background-color: #ffffff !important;
  border: 1px solid !important;
}
.button_flat:hover {
  background-color: #f0f2f6 !important;
}

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

.button_icon_header {
  margin: 0 10px !important;
}

.filter {
  height: 40px !important;
  display: table-header-group !important;
  border-bottom: 1px solid #a6b2c9 !important;
}
.filter .row {
  background-color: #ffffff !important;
  color: #000000 !important;
  word-break: break-word !important;
}
.filter .row .cell {
  vertical-align: middle !important;
  padding: 10px !important;
  min-width: auto !important;
}

html {
  background-color: #f0f2f6;
}

.page_container {
  text-align: left !important;
  text-wrap-style: balance !important;
}
.page_container > .header {
  height: 80px !important;
  z-index: 101 !important;
  position: relative !important;
}
.page_container > .left {
  width: 30% !important;
  position: relative !important;
  display: inline-block !important;
  vertical-align: top !important;
}
.page_container > .right {
  margin-top: 80px !important;
  width: 70% !important;
  position: relative !important;
  display: inline-block !important;
  vertical-align: top !important;
}
.page_container > .footer {
  height: 0px !important;
  position: relative !important;
  margin-top: 10px !important;
}

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

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

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

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

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

table {
  display: table !important;
  color: #000000 !important;
  width: 100% !important;
  position: relative !important;
  border-collapse: collapse !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4) !important;
}
table thead tr {
  border-bottom: 1px solid #56698f;
}
table tbody tr:last-child {
  border-top: 1px solid #56698f;
}
table tr.not_hover {
  font-weight: bold !important;
}
table td .chevron_icon {
  cursor: pointer !important;
}
table .row {
  display: table-row !important;
  width: 100% !important;
  background-color: #ffffff !important;
  word-break: break-word !important;
}
table .row:not(.row_empty):not(.not_hover):hover {
  background-color: #7f90b3 !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 !important;
}
table .row .cell.button button:not(:first-child) {
  margin-top: 5px !important;
}

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

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

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

.view_sidebar {
  position: fixed !important;
  color: #ffffff !important;
  background-color: #00338d !important;
  overflow-y: auto !important;
  height: 100% !important;
  width: 50px !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4) !important;
  text-align: center !important;
  z-index: 100 !important;
}
.view_sidebar .icon_text {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  cursor: pointer !important;
  margin: 10px 0 10px 0 !important;
}
.view_sidebar .icon_text svg,
.view_sidebar .icon_text p {
  vertical-align: bottom !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block !important;
}
.view_sidebar .icon_text p,
.view_sidebar .icon_text .description {
  display: none !important;
}
.view_sidebar .icon_text svg {
  color: #ffffff !important;
  margin: 0 0 0 5px !important;
}
.view_sidebar .icon_text .description {
  position: fixed !important;
  background-color: #56698f !important;
  padding: 5px !important;
  z-index: 2 !important;
  color: #ffffff !important;
  white-space: nowrap !important;
}
.view_sidebar .text {
  text-align: center !important;
}
.view_sidebar .text .label {
  display: none !important;
}
.view_sidebar .arrow {
  cursor: pointer !important;
  position: fixed !important;
  bottom: 0 !important;
  left: 20px !important;
  height: 30px !important;
  width: 30px !important;
}
.view_sidebar.open {
  width: 200px !important;
}
.view_sidebar.open .icon_text {
  text-align: left !important;
}
.view_sidebar.open .icon_text p {
  display: inline-block !important;
  color: #99beff !important;
}
.view_sidebar.open .text {
  margin-left: 5px !important;
  margin-top: 13px !important;
  margin-bottom: -8px !important;
  text-align: left !important;
}
.view_sidebar.open .text .label {
  display: inline-block !important;
}
.view_sidebar.open .arrow {
  left: 155px !important;
  transform: rotate(180deg) !important;
}
.view_sidebar.open .icon_text p {
  display: block !important;
  position: absolute !important;
  left: 30px !important;
}
.view_sidebar.open .icon_text:has(p:nth-of-type(1):last-of-type) p {
  top: 3px !important;
}
.view_sidebar.open .icon_text:has(p:nth-of-type(2):last-of-type) {
  height: 40px !important;
  line-height: 30px !important;
}
.view_sidebar.open .icon_text:has(p:nth-of-type(2):last-of-type) p:nth-of-type(1) {
  top: -5px !important;
}
.view_sidebar.open .icon_text:has(p:nth-of-type(2):last-of-type) p:nth-of-type(2) {
  top: 15px !important;
}
.view_sidebar:not(.open) .icon_text svg {
  margin: 0px !important;
}
.view_sidebar:not(.open) .icon_text:hover .description {
  display: block !important;
}

.inputfield-holder,
.input-holder {
  display: flex !important;
  flex-direction: column !important;
  margin: 5px 10px 5px 10px !important;
  font-size: 14px !important;
  color: #56698f !important;
}
.inputfield-holder input,
.input-holder input {
  text-align: left !important;
  background-color: #ffffff !important;
  border: 1px solid #b9c2d5 !important;
  border-radius: 4px !important;
  outline: none !important;
  height: 36px !important;
  min-width: 140px !important;
  font-size: 16px !important;
  padding: 5px !important;
  color: #000000 !important;
}
.inputfield-holder input:hover,
.input-holder input:hover {
  border: 1px solid #000000 !important;
}
.inputfield-holder input:focus,
.input-holder input:focus {
  border: 2px solid #005eb8 !important;
}
.inputfield-holder input:read-only,
.input-holder input:read-only {
  border: 1px solid #56698f !important;
  color: #56698f !important;
}
.inputfield-holder input::placeholder,
.input-holder input::placeholder {
  color: #b9c2d5 !important;
}
.inputfield-holder input .material-icons,
.input-holder input .material-icons {
  flex: 0 !important;
  font-size: "18px" !important;
}
.inputfield-holder .error,
.input-holder .error {
  height: 15px !important;
  line-height: 15px !important;
  color: #dc003d !important;
  font-size: 12px !important;
}
.inputfield-holder .error.success,
.input-holder .error.success {
  color: #33b215 !important;
}

.checkbox-holder {
  display: flex !important;
  flex-direction: row !important;
  margin: 5px 10px 10px 10px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #56698f !important;
}
.checkbox-holder input[type=checkbox] {
  all: revert !important;
  margin-left: 10px !important;
  transform-origin: right !important;
  transform: scale(1.5) !important;
}

.radio-holder {
  display: flex !important;
  flex-direction: row !important;
  margin: 5px 10px 10px 10px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #56698f !important;
}
.radio-holder input[type=radio] {
  all: revert !important;
  margin-left: 10px !important;
  transform-origin: right !important;
  transform: scale(1.3) !important;
}
.radio-holder label {
  margin-right: 10px !important;
}

select {
  all: revert !important;
  width: 100% !important;
  height: 30px !important;
}

.page_container > .right {
  margin-top: 30px !important;
}
.page_container > .footer {
  height: 40px !important;
}
.page_container .container_action {
  margin-bottom: 10px !important;
}

.text_center {
  text-align: center !important;
}

.title_create {
  text-align: center !important;
  margin-left: 20px;
}

.flex-1 {
  flex: 1 !important;
}

.flex-2 {
  flex: 2 !important;
}

.flex-3 {
  flex: 3 !important;
}

.flex-4 {
  flex: 4 !important;
}

.flex-5 {
  flex: 5 !important;
}

.flex-6 {
  flex: 6 !important;
}

.flex-7 {
  flex: 7 !important;
}

.flex-8 {
  flex: 8 !important;
}

.flex-9 {
  flex: 9 !important;
}

.flex-left {
  flex: "left" !important;
}

.flex-right {
  flex: "right" !important;
}

.grad {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 4000px !important;
  height: 4000px !important;
  margin-left: -2000px !important;
  margin-top: -2000px !important;
  background: linear-gradient(90deg, transparent 0%, transparent 25%, #f3f3f3 75%, #f3f3f3 100%) !important;
  animation: rotatecool 60s infinite linear !important;
}
@keyframes rotatecool {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.gradholder {
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

.page-root {
  position: relative !important;
  width: 100% !important;
  min-height: 500px !important;
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}
.page-root .fullscreen {
  height: 100vh !important;
  overflow: hidden !important;
  min-height: unset !important;
}

.padding-10 {
  padding: 10px !important;
}

.logs_Blue {
  margin: 15px 0px 15px 15px !important;
  background: #33b215 !important;
  border-radius: 4px !important;
  display: flex !important;
}

.loader {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #ffffff !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 1 !important;
}
.loader .hor {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
}
.loader .hor .sqr {
  position: relative !important;
  width: 24px !important;
  height: 32px !important;
  border: 2px solid rgb(0, 50, 141) !important;
  margin: 1px !important;
  animation: rotateit 1s infinite !important;
}
@keyframes rotateit {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg) scale(0.5, 0.5);
  }
  100% {
    transform: rotate(360deg);
  }
}

.notice_box {
  position: fixed !important;
  top: 20px !important;
  width: 300px !important;
  min-height: 80px !important;
  background-color: #e4fbdf !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4) !important;
  transition: right 0.4s cubic-bezier(0.75, -0.5, 0, 1.75) !important;
  box-sizing: border-box !important;
  padding: 20px !important;
  color: #000000 !important;
  z-index: 103 !important;
  display: flex !important;
  align-items: center !important;
}
.notice_box.alert-false {
  background-color: #ffe5ec !important;
  color: #850025 !important;
}

.floating_label {
  font-size: 18px !important;
  line-height: 16px !important;
  white-space: nowrap !important;
  padding-left: 6px !important;
  position: relative !important;
  color: #435270 !important;
}
.floating_label .text_container {
  position: relative !important;
  font-size: 0.6em !important;
  float: left !important;
  z-index: 1 !important;
}
.floating_label .text_container span {
  position: relative !important;
  z-index: 1 !important;
  top: 8px !important;
  padding: 0 4px !important;
}
.floating_label .text_container::after {
  content: "" !important;
  display: block !important;
  background-color: #ffffff !important;
  position: absolute !important;
  top: 100% !important;
  height: 2px !important;
  width: 100% !important;
  z-index: 0 !important;
}
.floating_label .text_container .require_symbol {
  color: #dc003d !important;
  margin-left: 4px !important;
  display: inline-block !important;
}
.floating_label .text_container .require_symbol::after {
  content: "*" !important;
}
.floating_label .text_container .tooltip_info {
  display: inline-block !important;
  margin-left: 4px !important;
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  text-align: center !important;
  font-size: 12px !important;
  color: #ffffff !important;
  background: #a6b2c9 !important;
  border-radius: 50% !important;
}

.title_atom {
  font-size: 24px !important;
  line-height: 26px !important;
  color: #56698f !important;
  padding: 10px 0px 5px 0px !important;
}

.text_atom {
  font-size: 16px !important;
  line-height: 20px !important;
}

.flex_horrizontal {
  display: flex !important;
  align-items: flex-end !important;
  flex-direction: row !important;
}

.flex_spacer {
  flex: 1 !important;
}

.centered_content {
  position: relative !important;
  margin: auto 20px !important;
}

.popup_alert_text {
  text-align: left !important;
  margin: 8px 8px !important;
  font-size: 14px !important;
}

.react-grid-Cell__value {
  position: relative !important;
}
.react-grid-Cell__value div {
  position: absolute !important;
  display: block !important;
  transform: none !important;
  top: 0px !important;
  left: 0px !important;
  height: 100% !important;
  right: 0px !important;
}
.react-grid-Cell__value div span {
  position: absolute !important;
  display: block !important;
  top: 0px !important;
  left: 0px !important;
  height: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 5px 8px 5px 8px !important;
}

table .row .cell {
  line-height: 1.75 !important;
}

.client_page_container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #f0f2f6 !important;
  cursor: pointer !important;
}
.client_page_container .card_container {
  display: flex !important;
  flex-direction: row !important;
}
.client_page_container .card_title {
  font-size: 24px !important;
  color: #56698f !important;
}
.client_page_container .dbpanel {
  width: 200px !important;
  height: 200px !important;
  margin: 10px !important;
  background: white !important;
  border-radius: 4px !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4) !important;
  font-size: 24px !important;
  text-align: center !important;
  line-height: 200px !important;
}

.create_user_holder {
  display: flex !important;
  flex-direction: column !important;
  margin: 5px 10px 5px 10px !important;
  font-size: 14px !important;
  color: #56698f !important;
}

.client_item_delete {
  cursor: pointer !important;
  color: rgba(128, 0, 0, 0.8) !important;
}

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

.menu_bg {
  position: fixed !important;
  padding: 10px 10px 10px 10px !important;
  max-height: 400px !important;
  overflow: auto !important;
  background: #ffffff !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4) !important;
  z-index: 101 !important;
  transform-origin: 0% 0% !important;
}
.menu_bg .menu_item {
  padding: 10px !important;
  cursor: pointer !important;
}
.menu_bg .menu_item :hover {
  background: #f0f2f6 !important;
}
.menu_bg .menu_label {
  padding: 10px !important;
  color: #56698f !important;
  font-size: 14px !important;
}
.menu_bg span.spacer {
  padding-left: 10px !important;
}

.menu_blocker {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.1) !important;
  z-index: 40 !important;
  top: 0 !important;
}

.popup-textbox {
  flex: 1 !important;
  padding: 10px !important;
}

.popup-alert-grayback {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.4) !important;
  z-index: 4 !important;
}

.popup-alert-box {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -160px !important;
  margin-top: -175px !important;
  width: 320px !important;
  max-height: 350px !important;
  background: #ffffff !important;
  border: 1px solid rgb(64, 64, 64) !important;
  border-radius: 4px !important;
  display: inline-block !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4) !important;
  z-index: 103 !important;
  overflow: auto !important;
  padding: 10px !important;
}
.popup-alert-box .animation {
  animation-name: popupappear !important;
  animation-duration: 0.8s !important;
}
@keyframes popupappear {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  20% {
    transform: scale(1.1);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.popup-alert-bigbox {
  position: fixed !important;
  left: 30px !important;
  top: 30px !important;
  right: 30px !important;
  bottom: 30px !important;
  background: #ffffff !important;
  border: 1px solid rgb(64, 64, 64) !important;
  border-radius: 4px !important;
  display: inline-block !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4) !important;
  z-index: 5 !important;
  overflow: auto !important;
}
.popup-alert-bigbox .animation {
  animation-name: bgpopupappear !important;
  animation-duration: 0.8s !important;
}
@keyframes bgpopupappear {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  20% {
    transform: scale(1.03);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.popup_confirm_grayback {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.4) !important;
  z-index: 103 !important;
  top: 0 !important;
}

.popup_confirm_box {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -160px !important;
  margin-top: -175px !important;
  width: 320px !important;
  max-height: 350px !important;
  background: #ffffff !important;
  border: 1px solid rgb(64, 64, 64) !important;
  border-radius: 4px !important;
  display: inline-block !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4) !important;
  z-index: 103 !important;
  overflow: auto !important;
  padding: 10px !important;
}
.popup_confirm_box .animation {
  animation-name: popupappear !important;
  animation-duration: 0.8s !important;
}
@keyframes popupappear {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  20% {
    transform: scale(1.1);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.popup_confirm_box .popup_confirm_title {
  text-align: center !important;
  font-size: 18px !important;
}

.popup_menu_bg {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -150px !important;
  margin-top: -170px !important;
  padding: 10px 0px 10px 0px !important;
  width: 300px !important;
  max-height: 400px !important;
  overflow: auto !important;
  background: #ffffff !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4) !important;
  z-index: 50 !important;
}
.popup_menu_bg .menu_title {
  padding: 10px 20px 10px 20px !important;
  font-weight: bold !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.popup_menu_bg .menu_title abbr {
  text-decoration: none !important;
}
.popup_menu_bg .menu_title abbr:hover {
  cursor: pointer !important;
}
.popup_menu_bg .menu_item {
  padding: 10px 20px 10px 20px !important;
  cursor: pointer !important;
}
.popup_menu_bg .menu_item :hover {
  background: #f0f2f6 !important;
}
.popup_menu_bg span.spacer {
  padding-left: 10px !important;
}

.popup_menu_blocker {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.4) !important;
  z-index: 40 !important;
  top: 0 !important;
}

.popup-textbox {
  flex: 1 !important;
  padding: 10px !important;
}

.popup-grayback {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.4) !important;
  z-index: 103 !important;
}

.popup-box {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -160px !important;
  margin-top: -175px !important;
  width: 320px !important;
  max-height: 350px !important;
  background: #ffffff !important;
  border: 1px solid rgb(64, 64, 64) !important;
  border-radius: 4px !important;
  display: inline-block !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4) !important;
  z-index: 103 !important;
  overflow: auto !important;
  padding: 10px !important;
}
.popup-box .animation {
  animation-name: popupappear !important;
  animation-duration: 0.8s !important;
}
@keyframes popupappear {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  20% {
    transform: scale(1.1);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.popup-bigbox {
  position: fixed !important;
  left: 30px !important;
  top: 30px !important;
  right: 30px !important;
  bottom: 30px !important;
  background: #ffffff !important;
  border: 1px solid rgb(64, 64, 64) !important;
  border-radius: 4px !important;
  display: inline-block !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4) !important;
  z-index: 103 !important;
  overflow: auto !important;
}
.popup-bigbox .popup-close {
  cursor: pointer !important;
  float: right !important;
  margin: 8px 8px !important;
  color: rgb(64, 64, 64) !important;
}
.popup-bigbox .popup-button {
  margin: 10px 0 !important;
  width: 100% !important;
}
.popup-bigbox .popup-button.display_none {
  display: none !important;
}

.resetpass_container {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #f0f2f6 !important;
}
.resetpass_container .logo_pane {
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 120px !important;
  position: absolute !important;
  background: #ffffff !important;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.4) !important;
}
.resetpass_container .main_logo {
  top: 25px !important;
  left: 35px !important;
  position: absolute !important;
}
.resetpass_container .main_logo img {
  width: 150px !important;
}
.resetpass_container .password_pane {
  position: relative !important;
  max-width: 800px !important;
  margin: auto !important;
  top: 150px !important;
}

.upload_instruction div {
  margin: 10px 0 !important;
}

.container_action .progress {
  vertical-align: middle !important;
}

.upload_error_popup .popup-box {
  width: auto !important;
  padding: 16px 24px 6px 24px !important;
  text-align: right !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
}
.upload_error_popup .popup-box .popup-close {
  display: none !important;
}
.upload_error_popup .popup_text_container {
  text-align: left !important;
  margin: 10px 0 !important;
}
.upload_error_popup .popup_button_container {
  text-align: center !important;
  margin: 10px !important;
}

table.upload_table tr {
  border-top: 0px !important;
}

.workbook_data_grid {
  background-color: #ffffff !important;
}
.workbook_data_grid .MuiDataGrid-columnHeaderTitleContainer {
  padding: 0 !important;
}

.workbook_table_holder {
  display: inline-block !important;
  width: 98% !important;
  height: 98% !important;
  overflow: hidden !important;
}
.workbook_table_holder input {
  font-size: 12px !important;
}

.workbook_blue {
  margin: 15px 5px 15px 20px !important;
  background: #00338d !important;
  border-radius: 4px !important;
  display: flex !important;
}

.workbook_table_title {
  margin: 12px 12px 20px 30px !important;
  font-size: 18px !important;
}

.view_workbook_table {
  height: 100% !important;
  text-align: center !important;
}

.item_delete {
  color: rgba(128, 0, 0, 0.8) !important;
}

.item_download_all {
  color: #000000 !important;
}

.item_lock {
  display: none !important;
}

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