html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

a {
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

html {
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: normal;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
}

h1 {
  font-size: 2.4rem;
  line-height: 3.14rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h2 {
  font-size: 2rem;
  line-height: 2.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h3 {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h4 {
  font-size: 1.2rem;
  line-height: 1.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

h5 {
  font-size: 1.1rem;
  line-height: 1.57rem;
  letter-spacing: 0.06rem;
  font-weight: normal;
}

._wrap_16fkr_200 {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "main" "footer";
  min-height: 100vh;
}

._header_16fkr_208 {
  grid-area: header;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 3px #282828;
  background: linear-gradient(#ffffff, #ffffff 70%, #f0f0f0 100%);
  z-index: 4;
}

._headerLogo_16fkr_219 {
  margin: 1.2rem 2rem 1.5rem;
  font-size: 1.71rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

._headerLogo_16fkr_219 img {
  width: 280px;
}

._headerSub_16fkr_231 {
  margin: 1.4rem 2rem 1rem;
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
  font-weight: 600;
  text-align: right;
}

._headerMenu_16fkr_241 {
  width: 100%;
}

._headerMenu_16fkr_241 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
}

._headerMenu_16fkr_241 ul li {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
  border-left: 1px #e6e6e6 solid;
}

._headerMenu_16fkr_241 ul li a {
  display: block;
  padding: 0.2rem 2.5rem 0.2rem;
  color: #333333;
  text-decoration: none;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._headerMenu_16fkr_241 ul li a:hover {
  background: #f5f5f5;
  text-decoration: underline;
}

._headerMenu_16fkr_241 ul li a._isActive_16fkr_275 {
  font-weight: 600;
  pointer-events: none;
  position: relative;
  background: #e6e6e6;
}

._headerMenu_16fkr_241 ul li a._isActive_16fkr_275::after {
  content: "";
  border-right: 0.7rem transparent solid;
  border-bottom: 0.7rem #282828 solid;
  border-left: 0.7rem transparent solid;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}

._accountInfo_16fkr_293 {
  position: absolute;
  right: 2rem;
  bottom: 0.3rem;
  font-size: 0.9rem;
  line-height: 1.6rem;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

._accountIcon_16fkr_303 {
  width: 1.4rem;
  vertical-align: top;
}

._accountInfo_16fkr_293 ._accountIcon_16fkr_303 {
  margin-right: 0.2rem;
}

._accountSignout_16fkr_312 {
  display: inline-block;
  margin-left: 1rem;
  color: #999999;
  font-size: 0.8rem;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._accountSignout_16fkr_312 ._accountIcon_16fkr_303 {
  opacity: 0.5;
  margin-right: 0.2rem;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._accountSignout_16fkr_312:hover {
  color: #333333;
}

._accountSignout_16fkr_312:hover ._accountIcon_16fkr_303 {
  opacity: 1;
}

_:-ms-lang(x)::-ms-backdrop,
._header_16fkr_208 {
  width: 100vw;
  position: fixed;
  top: 0px;
}

._main_16fkr_348 {
  grid-area: main;
}

._mainSmall_16fkr_352 {
  width: 600px;
  margin: 0 auto;
  padding: 3.2rem 0;
}

_:-ms-lang(x)::-ms-backdrop,
._main_16fkr_348 {
  padding-top: 116px;
}

_:-ms-lang(x)::-ms-backdrop,
._mainLogin_16fkr_364 {
  margin-top: 116px;
}

._footer_16fkr_368 {
  grid-area: footer;
  padding: 0.6rem 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0.4px;
  font-weight: normal;
  color: #999999;
}

h2,
h3 {
  display: inline-block;
  max-width: 72%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

h2 ._brCrumb_16fkr_389,
h2 + ._brCrumb_16fkr_389,
h3 ._brCrumb_16fkr_389,
h3 + ._brCrumb_16fkr_389 {
  display: inline;
  margin-left: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

h2 ._brCrumb_16fkr_389::before,
h2 + ._brCrumb_16fkr_389::before,
h3 ._brCrumb_16fkr_389::before,
h3 + ._brCrumb_16fkr_389::before {
  content: "-";
}

h2 ._brCrumb_16fkr_389 ._tlIcon_16fkr_408,
h2 + ._brCrumb_16fkr_389 ._tlIcon_16fkr_408,
h3 ._brCrumb_16fkr_389 ._tlIcon_16fkr_408,
h3 + ._brCrumb_16fkr_389 ._tlIcon_16fkr_408 {
  width: 1.6rem;
  margin: 0 0.2rem 0 0.5rem;
  vertical-align: text-top;
}

._brCrumbAcc_16fkr_417 {
  margin-bottom: 1rem;
}

._brCrumbAcc_16fkr_417 li {
  padding-left: 1.1rem;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  position: relative;
}

._brCrumbAcc_16fkr_417 li::before {
  content: "";
  border-top: 8px #333333 solid;
  border-right: 6px transparent solid;
  border-left: 6px transparent solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

._brCrumbAcc_16fkr_417 li:nth-of-type(2) {
  margin-left: 1.1rem;
}

._brCrumbAcc_16fkr_417 li:nth-of-type(3) {
  margin-left: 2.2rem;
}

._brCrumbLicense_16fkr_449 {
  margin: 1rem 0 0.6rem;
}

._brCrumbLicense_16fkr_449 li {
  display: inline-block;
  max-width: calc(25% - 1.4rem);
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

._brCrumbLicense_16fkr_449 li:not(:last-child) {
  padding-right: 1.4rem;
}

._brCrumbLicense_16fkr_449 li:not(:last-child)::after {
  content: "";
  border-top: 5px transparent solid;
  border-bottom: 5px transparent solid;
  border-left: 7px #333333 solid;
  position: absolute;
  top: 45%;
  right: 0.4rem;
  transform: translateY(-50%);
}

._brCrumbLicense_16fkr_449 li a {
  color: #333333;
  text-decoration: none;
}

._brCrumbLicense_16fkr_449 li a:hover {
  color: #0084b2;
}

._buttonNormal_16fkr_490 {
  display: inline-block;
  width: 15rem;
  padding: 0.8rem 2rem;
  color: #ffffff;
  background: #004086;
  border: 1px #004086 solid;
  text-decoration: none;
  border-radius: 0.3rem;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._buttonNormal_16fkr_490:hover {
  background: rgba(0, 64, 134, 0.7);
}

._buttonNormal_16fkr_490._small_16fkr_514 {
  width: auto;
  padding: 0.75rem 2rem;
}

._buttonNormal_16fkr_490._red_16fkr_519 {
  background: #e60000;
  border: 1px #e60000 solid;
}

._buttonNormal_16fkr_490._red_16fkr_519:hover {
  background: rgba(230, 0, 0, 0.7);
}

._buttonBase_16fkr_528 {
  display: inline-block;
  width: 15rem;
  padding: 0.8rem 2rem;
  color: #004086;
  background: #ffffff;
  border: 1px #004086 solid;
  text-decoration: none;
  border-radius: 0.3rem;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._buttonBase_16fkr_528:hover {
  background: rgba(0, 64, 134, 0.04);
}

._buttonBase_16fkr_528._small_16fkr_514 {
  width: auto;
  padding: 0.75rem 2rem;
}

._buttonText_16fkr_557 {
  display: inline-block;
  padding: 0.8rem 0;
  color: #004086;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._buttonText_16fkr_557:hover {
  opacity: 0.7;
}

._buttonText_16fkr_557._small_16fkr_514 {
  width: auto;
  padding: 0.75rem 0;
}

._formList_16fkr_581 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

._formList_16fkr_581 dt,
._formList_16fkr_581 dd {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: normal;
}

._formList_16fkr_581 dt {
  width: 22%;
  padding: 0.5rem 4% 0;
  text-align: right;
}

._formList_16fkr_581 dt._formTitle_16fkr_601 {
  width: 100%;
  padding: 0.5rem 4%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

._formList_16fkr_581 dt._formTitle_16fkr_601._alignCenter_16fkr_611 {
  text-align: center;
}

._formList_16fkr_581 dt._overLine_16fkr_615 {
  padding: 0 4% 0;
  line-height: 1.4;
}

._formList_16fkr_581 dd {
  width: 66%;
  padding-right: 4%;
  margin-bottom: 1.5rem;
}

._formList_16fkr_581 dd._full_16fkr_626 {
  width: 100%;
  padding-right: 0;
  background: none;
}

._formList_16fkr_581._hasbg_16fkr_632 {
  border-top: 2px #282828 solid;
  background: #fafafa;
}

._form_16fkr_581 select {
  text-overflow: ellipsis;
}

._form_16fkr_581 select:invalid {
  color: #999999;
}

._form_16fkr_581 select option {
  color: #333333;
}

._form_16fkr_581 select option[disabled] {
  background: #f5f5f5;
}

._form_16fkr_581 select option[value=""] {
  color: #999999;
}

._formInput_16fkr_657 {
  width: 350px;
  padding: 0.6rem 0.8rem;
  border: 1px #999999 solid;
  background: #ffffff;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
}

._formInput_16fkr_657:focus {
  outline: 0;
}

._formInput_16fkr_657[readonly] {
  border: 1px #e6e6e6 solid;
  background: #e6e6e6;
}

._formInput_16fkr_657[disabled] {
  border: 1px #e6e6e6 solid;
  color: #999999;
}

._formInput_16fkr_657._isError_16fkr_683 {
  background: rgba(229, 0, 0, 0.08);
}

._formInput_16fkr_657._password_16fkr_687[type=password] + span {
  background: url(/assets/visibility_off-b8169730.svg) no-repeat top right;
}

._formInput_16fkr_657._password_16fkr_687[type=text] + span {
  background: url(/assets/visibility-a4a158b5.svg) no-repeat top right;
}

._formInput_16fkr_657._short_16fkr_695 {
  width: 150px;
}

._formInput_16fkr_657._small_16fkr_514 {
  width: auto;
  min-width: 150px;
  padding: 0.4rem 0.6rem;
  font-size: 14px;
}

._formIconEye_16fkr_706 {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: right;
  margin-top: -40px;
  margin-right: 45px;
  position: relative;
}

._formIconEye_16fkr_706 img {
  width: 2.5rem;
}

._formCheck_16fkr_720 {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  accent-color: #282828;
  vertical-align: bottom;
  cursor: pointer;
}

._formCheck_16fkr_720:disabled {
  cursor: default;
}

._clm1_16fkr_733 ._formCheck_16fkr_720:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._formRadio_16fkr_738 {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.2rem;
  margin-right: 0.3rem;
  accent-color: #282828;
  vertical-align: middle;
  cursor: pointer;
}

._formRadio_16fkr_738:disabled {
  cursor: default;
}

._form_16fkr_581 label {
  display: inline-block;
  padding: 0.6rem 0;
  margin-right: 1rem;
  cursor: pointer;
  white-space: pre-line;
}

._form_16fkr_581 label:has(input:disabled) {
  cursor: default;
}

._formInputKey_16fkr_764 {
  resize: none;
  width: 60px;
  height: 1.1rem;
  overflow: hidden;
  margin-right: 0.5rem;
  padding: 0.6rem 0.1rem;
  border: 1px #999999 solid;
  background: #ffffff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: normal;
  text-align: center;
}

._formInputKey_16fkr_764:focus {
  outline: 0;
}

._formInputKey_16fkr_764._isError_16fkr_683 {
  background: rgba(229, 0, 0, 0.08);
}

._formComment_16fkr_788 {
  display: inline-block;
  padding-top: 0.5rem;
  color: #999999;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
  white-space: pre-line;
}

._formError_16fkr_799 {
  display: block;
  padding-top: 0.3rem;
  color: #e60000;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
  white-space: pre-line;
}

._formConfirm_16fkr_810 {
  width: 350px;
  padding: 0.6rem 0.6rem;
  background: #f0f0f0;
  box-sizing: border-box;
  word-wrap: break-word;
}

._formSubmit_16fkr_818 {
  min-width: 15rem;
  padding: 0.8rem 2rem;
  border: 1px #999999 solid;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  opacity: 0.7;
  pointer-events: none;
  border-radius: 0.3rem;
  position: relative;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._formSubmit_16fkr_818._isActive_16fkr_275 {
  cursor: pointer;
  opacity: 1;
  color: #ffffff;
  background: #004086;
  border: 1px #004086 solid;
  pointer-events: auto;
}

._formSubmit_16fkr_818._isActive_16fkr_275:hover {
  background: rgba(0, 94, 184, 0.7);
}

._formButtonFul_16fkr_849 {
  min-width: 15rem;
  padding: 0.8rem 0.8rem;
  border: 1px #999999 solid;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0.3rem;
  position: relative;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._formButtonFul_16fkr_849:hover {
  background: #f0f0f0;
}

._formButton_16fkr_849 {
  padding: 0.8rem 0.8rem;
  border: 1px #999999 solid;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0.3rem;
  position: relative;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._formButton_16fkr_849:hover {
  background: #f0f0f0;
}

._formDelete_16fkr_892 {
  min-width: 15rem;
  padding: 0.8rem 2rem;
  border: 1px #999999 solid;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  background: #e60000;
  border: 1px #e60000 solid;
  opacity: 1;
  border-radius: 0.3rem;
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._formDelete_16fkr_892:hover {
  background: rgba(230, 0, 0, 0.7);
}

._formBack_16fkr_917 {
  width: 15rem;
  padding: 0.8rem 2rem;
  border: 1px #999999 solid;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._formBack_16fkr_917:hover {
  background: #f0f0f0;
}

._formButtonTx_16fkr_937 {
  padding: 0.2rem 2rem;
  border: none;
  background: none;
  color: #0084b2;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._formButtonTx_16fkr_937:hover {
  text-decoration: underline;
}

._formDone_16fkr_957 {
  width: 100px;
}

._formTrash_16fkr_961 {
  width: 50px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(97%) saturate(7447%) hue-rotate(17deg) brightness(95%) contrast(117%);
}

._listVertical_16fkr_966 {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

._listVertical_16fkr_966 ._listHeader_16fkr_973 {
  width: 100%;
  padding: 0.4rem 4%;
  vertical-align: middle;
  color: #ffffff;
  background: #282828;
}

._listVertical_16fkr_966 dt,
._listVertical_16fkr_966 dd {
  padding: 0.8rem 4%;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

._listVertical_16fkr_966 dt:nth-of-type(odd),
._listVertical_16fkr_966 dd:nth-of-type(odd) {
  background: #f5f5f5;
}

._listVertical_16fkr_966 dt {
  width: 42%;
  text-align: left;
  position: relative;
  white-space: pre-line;
}

._listVertical_16fkr_966 dt._overLine_16fkr_615 {
  padding: 0.4rem 4%;
  line-height: 1.15;
}

._listVertical_16fkr_966 dd {
  width: 42%;
  text-align: right;
  word-break: break-all;
}

._listVertical_16fkr_966 dd ._isAlert_16fkr_1014 {
  color: #ff5a33;
}

._listDocument_16fkr_1018 {
  margin-bottom: 3rem;
}

._listDocument_16fkr_1018 li {
  padding: 0 0 0 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}

._listDocument_16fkr_1018 li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  top: 0.2rem;
  left: 0;
}

._boxFlex_16fkr_1039 {
  display: flex;
  flex-wrap: wrap;
}

._boxFlex_16fkr_1039._aru_16fkr_1044 {
  justify-content: space-around;
}

._boxFlex_16fkr_1039._btw_16fkr_1048 {
  justify-content: space-between;
}

._boxFlex_16fkr_1039._str_16fkr_1052 {
  align-items: flex-start;
}

._boxFlex_16fkr_1039._center_16fkr_1056 {
  align-items: center;
  gap: 8px;
  display: flex;
  justify-content: space-between;
}

._box100_16fkr_1063 {
  width: 100%;
}

._box50_16fkr_1067 {
  width: 50%;
}

._loadingBoxSpinner_16fkr_1071 {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: 3px solid #999999;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: _load_16fkr_1071 0.8s linear 0s infinite;
}

._icLoading_16fkr_1081 {
  width: 50px;
  vertical-align: middle;
  position: absolute;
  animation: _load_16fkr_1071 0.8s linear 0s infinite;
}

@keyframes _load_16fkr_1071 {
  0% {
    transform: rotate(0);
  }
  60% {
    transform: rotate(280deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._modal_16fkr_1099 {
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._modal_16fkr_1099._isShow_16fkr_1106 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 6;
}

._modal_16fkr_1099._isShow_16fkr_1106 ._modalBox_16fkr_1114 {
  display: block;
}

._modalBox_16fkr_1114 {
  display: none;
  width: 600px;
  max-height: 95vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.3rem;
  overflow: auto;
}

._modalTitle_16fkr_1131 {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 4% 0.6rem;
  background: #ffffff;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0;
  font-weight: 600;
}

._modalTitle_16fkr_1131 img:hover {
  cursor: pointer;
}

._modalTitle_16fkr_1131 img._off_16fkr_1146 {
  cursor: none;
  pointer-events: none;
  opacity: 0.4;
}

._modalTitleIcon_16fkr_1152 {
  width: 1rem;
}

._modal_16fkr_1099 ._formList_16fkr_581 {
  margin-bottom: 0;
}

._modal_16fkr_1099 ._formList_16fkr_581._hasbg_16fkr_632 {
  border-top: none;
}

._modal_16fkr_1099 ._formList_16fkr_581 dd {
  margin-bottom: 0.5rem;
}

._modal_16fkr_1099 ._formList_16fkr_581 dd._last_16fkr_1168 {
  margin-bottom: 1.5rem;
}

._modal_16fkr_1099 ._formList_16fkr_581 ._slideSet_16fkr_1172 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

._modal_16fkr_1099 ._formList_16fkr_581 ._slideSet_16fkr_1172 dt {
  width: 22%;
}

._modal_16fkr_1099 ._formList_16fkr_581 ._slideSet_16fkr_1172 dd {
  width: 66%;
}

._modal_16fkr_1099 ._formInput_16fkr_657 {
  padding: 0.5rem 0.8rem;
}

._modal_16fkr_1099 ._formInput_16fkr_657[type=file] {
  border: none;
  background: inherit;
}

._modal_16fkr_1099 ._formInput_16fkr_657[type=file]._isHide_16fkr_1195 {
  display: none;
}

._modal_16fkr_1099 ._form_16fkr_581 label {
  padding: 0.5rem 0 0.2rem;
}

._modal_16fkr_1099 ._form_16fkr_581 label._formFileButton_16fkr_1203 {
  padding: 0.5rem 0.8rem;
  border: 1px #999999 solid;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01rem;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0.3rem;
  position: relative;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._modal_16fkr_1099 ._form_16fkr_581 label._formFileButton_16fkr_1203:hover {
  background: #f0f0f0;
}

._modal_16fkr_1099 ._formFileName_16fkr_1224 {
  display: inline-block;
  width: 350px;
  padding: 0.6rem 0.8rem;
  border: 1px #e6e6e6 solid;
  background: #e6e6e6;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
  text-align: left;
}

._modal_16fkr_1099 ._form_16fkr_581 ._icLoading_16fkr_1081 {
  bottom: 1.5rem;
  left: calc(50% - 25px);
}

._modal_16fkr_1099 ._form_16fkr_581 ._tableWrap_16fkr_1243 {
  max-height: 100%;
  overflow-x: hidden;
  margin-bottom: 1rem;
}

._modal_16fkr_1099 ._form_16fkr_581 ._table_16fkr_1243 {
  width: 95%;
  margin: 0 auto;
}

._modal_16fkr_1099 ._form_16fkr_581 ._table_16fkr_1243 ._tableHeader_16fkr_1254 th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0.4rem 0.5rem;
  background: #282828;
}

._modal_16fkr_1099 ._form_16fkr_581 ._table_16fkr_1243 td {
  padding: 0.6rem 0.4rem;
}

._modal_16fkr_1099 ._form_16fkr_581 ._table_16fkr_1243 ._formInput_16fkr_657 {
  width: inherit;
  padding: 0.2rem 0.5rem;
}

._modal_16fkr_1099 ._form_16fkr_581 ._table_16fkr_1243._backup_16fkr_1271 ._formCheck_16fkr_720 {
  margin-right: 0;
}

._modal_16fkr_1099 ._form_16fkr_581 ._table_16fkr_1243._backup_16fkr_1271 th:first-child {
  padding: 0 0.2rem;
}

._modal_16fkr_1099 ._form_16fkr_581 ._table_16fkr_1243._backup_16fkr_1271 td {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._modal_16fkr_1099 ._form_16fkr_581 ._table_16fkr_1243._backup_16fkr_1271 td:first-child {
  padding: 0.6rem 0.2rem;
}

._modal_16fkr_1099 ._form_16fkr_581 ._table_16fkr_1243._optionItem_16fkr_1290 select {
  width: 123px;
}

._modal_16fkr_1099 ._form_16fkr_581 ._pagenation_16fkr_1294 {
  margin-bottom: 1.5rem;
  padding-right: 2.5%;
}

._modal_16fkr_1099 ._encryptionPass_16fkr_1299 {
  display: none;
}

._modal_16fkr_1099 ._encryptionPass_16fkr_1299._isShow_16fkr_1106 {
  display: block;
}

._pageHeader_16fkr_1307 {
  padding: 0.3rem 2.5rem 0.2rem;
  background: #282828;
  color: #ffffff;
  margin-bottom: 2rem;
}

._pageTitle_16fkr_1314 {
  display: inline-block;
  padding-right: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.07rem;
  font-weight: 500;
}

._pageTx_16fkr_1323 {
  display: inline-block;
  padding-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.07rem;
  font-weight: 500;
  position: relative;
}

._pageTx_16fkr_1323::before {
  content: "";
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
  border-left: 8px #ffffff solid;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

._pagenation_16fkr_1294 {
  margin-bottom: 3rem;
  text-align: right; /*&-nav{ a{ display: inline-block; padding: .5rem; margin-right: .5rem; color: $color-blues;
@include font-styling(.9rem, 1.6, 0.04rem); &:last-child{ margin-right: 0; } &:visited{ color: $color-blues; } svg{ margin: 0 .5rem; width: .5rem; vertical-align: middle; fill: $color-blues; &.prev{ } } &:hover{ opacity: .7; } &[href=""]{ color: $color-subtxt; text-decoration: none; pointer-events: none; svg{ fill: $color-subtxt; } } } }*/
}

._pagenationNav_16fkr_1350 {
  font-size: 0.8rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

._pagenationNav_16fkr_1350 a {
  display: inline-block;
  margin: 0 1px;
  padding: 0.3rem 0.7rem;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  text-decoration: none;
  color: #333333;
  border: 1px #a5a5a5 solid;
  border-radius: 0.2rem;
  opacity: 0.4;
  pointer-events: none;
  background: #ffffff;
}

._pagenationNav_16fkr_1350 a._isActive_16fkr_275 {
  opacity: 1;
  pointer-events: inherit;
}

._pagenationNav_16fkr_1350 a._isActive_16fkr_275:hover {
  background: #f5f5f5;
}

._pagenationTotal_16fkr_1383 {
  color: #999999;
}

._pagenation_16fkr_1294._widthMid_16fkr_1387 {
  width: 1400px;
}

._pagenation_16fkr_1294._widthSml_16fkr_1391 {
  width: 750px;
}

._pagenation_16fkr_1294._widthMin_16fkr_1395 {
  width: 600px;
}

_:-ms-lang(x)::-ms-backdrop,
._pagenationNav_16fkr_1350 a {
  height: 30px;
}

._snackbar_16fkr_1404 {
  width: 800px;
  display: flex;
  justify-content: flex-start;
  padding: 0.8rem 1.5rem;
  color: #ffffff;
  background: #00b4aa;
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  z-index: 10;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._snackbar_16fkr_1404._isShow_16fkr_1106 {
  opacity: 1;
  top: 0.2rem;
  left: 50%;
  z-index: 11;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._snackbar_16fkr_1404._isAlert_16fkr_1014 {
  background: #ff5a33;
}

._snackbarMessage_16fkr_1441 {
  width: calc(800px - 3rem - 3.3rem);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: normal;
}

._snackbarIcon_16fkr_1449 {
  width: 1.5rem;
  margin-right: 1rem;
  vertical-align: middle;
}

._snackbarIconClose_16fkr_1455 {
  width: 0.8rem;
}

._snackbarIconClose_16fkr_1455:hover {
  cursor: pointer;
}

._table_16fkr_1243 {
  width: 100%;
  margin-bottom: 1rem;
}

._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254) {
  background: #ffffff;
}

._table_16fkr_1243 tr:nth-child(2n+3) {
  background: #f5f5f5;
}

._table_16fkr_1243 tr:last-child {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

._table_16fkr_1243 td {
  padding: 0.8rem 0.7rem;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: normal;
}

._table_16fkr_1243 td ._isAlert_16fkr_1014 {
  color: #ff5a33;
}

._tableHeader_16fkr_1254 {
  background: #282828;
}

._tableHeader_16fkr_1254 th {
  padding: 0.4rem 0.7rem;
  vertical-align: middle;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  text-align: left;
  position: relative;
}

._tableHeader_16fkr_1254 th ._hasSort_16fkr_1508 {
  display: block;
  width: calc(100% - 0.5rem);
  padding-right: 0.5rem;
}

._tableHeader_16fkr_1254 th ._hasSort_16fkr_1508::before {
  content: "";
  border-top: 0.4rem #ffffff solid;
  border-right: 0.35rem transparent solid;
  border-left: 0.35rem transparent solid;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  opacity: 0.4;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._tableHeader_16fkr_1254 th ._hasSort_16fkr_1508:hover {
  cursor: pointer;
}

._tableHeader_16fkr_1254 th ._hasSort_16fkr_1508:hover::before {
  opacity: 1;
}

._tableHeader_16fkr_1254 th ._hasSort_16fkr_1508._isActiveZa_16fkr_1538::before {
  opacity: 1;
}

._tableHeader_16fkr_1254 th ._hasSort_16fkr_1508._isActiveZa_16fkr_1538:hover::before {
  border-top: none;
  border-right: 0.35rem transparent solid;
  border-bottom: 0.4rem #ffffff solid;
  border-left: 0.35rem transparent solid;
}

._tableHeader_16fkr_1254 th ._hasSort_16fkr_1508._isActiveAz_16fkr_1549::before {
  border-top: none;
  border-right: 0.35rem transparent solid;
  border-bottom: 0.4rem #ffffff solid;
  border-left: 0.35rem transparent solid;
  opacity: 1;
}

._tableHeader_16fkr_1254 th ._hasSort_16fkr_1508._isActiveAz_16fkr_1549:hover::before {
  border-top: 0.4rem #ffffff solid;
  border-right: 0.35rem transparent solid;
  border-bottom: none;
  border-left: 0.35rem transparent solid;
}

._tableHeader_16fkr_1254 th:not(:last-child) {
  border-right: 1px #999999 solid;
}

._tableHeader_16fkr_1254 th:not(:last-child)::after {
  content: "";
  width: 0.6rem;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
  right: -0.3rem;
  z-index: 3;
}

._tableHeader_16fkr_1254 th._noLine_16fkr_1579 {
  border-right: none;
}

._tableHeader_16fkr_1254 th._noLine_16fkr_1579::after {
  display: none;
}

._wrap_16fkr_200._home_16fkr_1587 {
  background: url("/assets/top-bg-f0d971d1.png") no-repeat center 20vh;
  background-size: cover;
}

@media only screen and (min-width: 1280px) {
  ._wrap_16fkr_200._home_16fkr_1587 {
    background: url("/assets/top-bg-f0d971d1.png") no-repeat center 18vh;
    background-size: cover;
  }
}
._header_16fkr_208._home_16fkr_1587 {
  background: none;
  box-shadow: none;
}

._header_16fkr_208._home_16fkr_1587 ._headerLogo_16fkr_219 {
  margin: 2rem 2.5rem 2rem;
}

._header_16fkr_208._home_16fkr_1587 ._headerSub_16fkr_231 {
  display: none;
}

@media only screen and (min-width: 1280px) {
  ._pgHome_16fkr_1612 {
    width: 1064px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
._pgHome_16fkr_1612 ._ODMSlogo_16fkr_1621 {
  text-align: center;
  padding: 2rem 0 0;
}

._pgHome_16fkr_1612 ._ODMSlogo_16fkr_1621 img {
  width: 200px;
}

@media only screen and (min-width: 1280px) {
  ._pgHome_16fkr_1612 ._ODMSlogo_16fkr_1621 {
    width: 400px;
    margin: 3vh 0 0 0;
    padding: 0 0 0;
    text-align: center;
  }
  ._pgHome_16fkr_1612 ._ODMSlogo_16fkr_1621 img {
    width: auto;
    vertical-align: middle;
  }
}
._pgHome_16fkr_1612 > div {
  width: 400px;
  margin: 3rem auto 0;
  padding: 2rem;
  background: #ffffff;
  box-shadow: 0 0 5px #aaa;
  border-radius: 0.3rem;
}

@media only screen and (min-width: 1280px) {
  ._pgHome_16fkr_1612 > div {
    margin: 3vh 0 0 0;
  }
}
._pgHomeLinks_16fkr_1656 {
  width: calc(400px - 4rem);
  margin: 0 auto;
  text-align: center;
}

._pgHomeLinks_16fkr_1656 dt {
  padding: 0 0 0.5rem 1rem;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: normal;
  text-align: left;
}

._pgHomeLinks_16fkr_1656 dt:first-of-type {
  display: inline-block;
  width: 45%;
  padding: 0 0 0.5rem 0;
}

._pgHomeLinks_16fkr_1656 dd a ._buttonIcon_16fkr_1677 {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._pgHomeLinks_16fkr_1656 dd a:hover ._buttonIcon_16fkr_1677 {
  top: 50%;
  right: 1.7rem;
  opacity: 1;
}

._pgHomeLinks_16fkr_1656 dd:first-of-type {
  display: inline-block;
  width: 45%;
  text-align: left;
}

._pgHomeLinks_16fkr_1656 dd ._formInput_16fkr_657 {
  width: auto;
}

._account_16fkr_293 > div,
._user_16fkr_1708 > div,
._license_16fkr_1709 > div,
._dictation_16fkr_1710 > div,
._partners_16fkr_1711 > div,
._workflow_16fkr_1712 > div,
._support_16fkr_1713 > div {
  padding: 0 2rem;
  position: relative;
}

._account_16fkr_293 > div ._icLoading_16fkr_1081,
._user_16fkr_1708 > div ._icLoading_16fkr_1081,
._license_16fkr_1709 > div ._icLoading_16fkr_1081,
._dictation_16fkr_1710 > div ._icLoading_16fkr_1081,
._partners_16fkr_1711 > div ._icLoading_16fkr_1081,
._workflow_16fkr_1712 > div ._icLoading_16fkr_1081,
._support_16fkr_1713 > div ._icLoading_16fkr_1081 {
  top: 5.5rem;
  left: calc(50% - 25px);
}

._account_16fkr_293 ._table_16fkr_1243 tr._tableHeader_16fkr_1254 th._clm0_16fkr_1729,
._user_16fkr_1708 ._table_16fkr_1243 tr._tableHeader_16fkr_1254 th._clm0_16fkr_1729,
._license_16fkr_1709 ._table_16fkr_1243 tr._tableHeader_16fkr_1254 th._clm0_16fkr_1729,
._dictation_16fkr_1710 ._table_16fkr_1243 tr._tableHeader_16fkr_1254 th._clm0_16fkr_1729,
._partners_16fkr_1711 ._table_16fkr_1243 tr._tableHeader_16fkr_1254 th._clm0_16fkr_1729,
._workflow_16fkr_1712 ._table_16fkr_1243 tr._tableHeader_16fkr_1254 th._clm0_16fkr_1729,
._support_16fkr_1713 ._table_16fkr_1243 tr._tableHeader_16fkr_1254 th._clm0_16fkr_1729 {
  width: 0px;
  padding: 0 0;
}

._account_16fkr_293 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254),
._user_16fkr_1708 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254),
._license_16fkr_1709 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254),
._dictation_16fkr_1710 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254),
._partners_16fkr_1711 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254),
._workflow_16fkr_1712 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254),
._support_16fkr_1713 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254) {
  position: relative;
}

._account_16fkr_293 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254):hover ._menuInTable_16fkr_1750,
._user_16fkr_1708 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254):hover ._menuInTable_16fkr_1750,
._license_16fkr_1709 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254):hover ._menuInTable_16fkr_1750,
._dictation_16fkr_1710 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254):hover ._menuInTable_16fkr_1750,
._partners_16fkr_1711 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254):hover ._menuInTable_16fkr_1750,
._workflow_16fkr_1712 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254):hover ._menuInTable_16fkr_1750,
._support_16fkr_1713 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254):hover ._menuInTable_16fkr_1750 {
  opacity: 1;
}

._account_16fkr_293 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760,
._user_16fkr_1708 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760,
._license_16fkr_1709 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760,
._dictation_16fkr_1710 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760,
._partners_16fkr_1711 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760,
._workflow_16fkr_1712 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760,
._support_16fkr_1713 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760 {
  background: #0084b2;
  color: #ffffff;
}

._account_16fkr_293 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760:hover,
._user_16fkr_1708 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760:hover,
._license_16fkr_1709 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760:hover,
._dictation_16fkr_1710 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760:hover,
._partners_16fkr_1711 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760:hover,
._workflow_16fkr_1712 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760:hover,
._support_16fkr_1713 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760:hover {
  color: #ffffff;
}

._account_16fkr_293 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760 ._menuInTable_16fkr_1750,
._user_16fkr_1708 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760 ._menuInTable_16fkr_1750,
._license_16fkr_1709 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760 ._menuInTable_16fkr_1750,
._dictation_16fkr_1710 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760 ._menuInTable_16fkr_1750,
._partners_16fkr_1711 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760 ._menuInTable_16fkr_1750,
._workflow_16fkr_1712 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760 ._menuInTable_16fkr_1750,
._support_16fkr_1713 ._table_16fkr_1243 tr:not(._tableHeader_16fkr_1254)._isSelected_16fkr_1760 ._menuInTable_16fkr_1750 {
  display: block;
}

._account_16fkr_293 ._table_16fkr_1243 td,
._user_16fkr_1708 ._table_16fkr_1243 td,
._license_16fkr_1709 ._table_16fkr_1243 td,
._dictation_16fkr_1710 ._table_16fkr_1243 td,
._partners_16fkr_1711 ._table_16fkr_1243 td,
._workflow_16fkr_1712 ._table_16fkr_1243 td,
._support_16fkr_1713 ._table_16fkr_1243 td {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

._account_16fkr_293 ._table_16fkr_1243 td._clm0_16fkr_1729,
._user_16fkr_1708 ._table_16fkr_1243 td._clm0_16fkr_1729,
._license_16fkr_1709 ._table_16fkr_1243 td._clm0_16fkr_1729,
._dictation_16fkr_1710 ._table_16fkr_1243 td._clm0_16fkr_1729,
._partners_16fkr_1711 ._table_16fkr_1243 td._clm0_16fkr_1729,
._workflow_16fkr_1712 ._table_16fkr_1243 td._clm0_16fkr_1729,
._support_16fkr_1713 ._table_16fkr_1243 td._clm0_16fkr_1729 {
  width: 0px;
  padding: 0 0;
  overflow: visible;
  position: sticky;
  left: 0;
  z-index: 2;
}

._account_16fkr_293 ._table_16fkr_1243._user_16fkr_1708 th::after,
._user_16fkr_1708 ._table_16fkr_1243._user_16fkr_1708 th::after,
._license_16fkr_1709 ._table_16fkr_1243._user_16fkr_1708 th::after,
._dictation_16fkr_1710 ._table_16fkr_1243._user_16fkr_1708 th::after,
._partners_16fkr_1711 ._table_16fkr_1243._user_16fkr_1708 th::after,
._workflow_16fkr_1712 ._table_16fkr_1243._user_16fkr_1708 th::after,
._support_16fkr_1713 ._table_16fkr_1243._user_16fkr_1708 th::after {
  display: none;
}

._account_16fkr_293 ._table_16fkr_1243._user_16fkr_1708 tr:not(._tableHeader_16fkr_1254) td,
._user_16fkr_1708 ._table_16fkr_1243._user_16fkr_1708 tr:not(._tableHeader_16fkr_1254) td,
._license_16fkr_1709 ._table_16fkr_1243._user_16fkr_1708 tr:not(._tableHeader_16fkr_1254) td,
._dictation_16fkr_1710 ._table_16fkr_1243._user_16fkr_1708 tr:not(._tableHeader_16fkr_1254) td,
._partners_16fkr_1711 ._table_16fkr_1243._user_16fkr_1708 tr:not(._tableHeader_16fkr_1254) td,
._workflow_16fkr_1712 ._table_16fkr_1243._user_16fkr_1708 tr:not(._tableHeader_16fkr_1254) td,
._support_16fkr_1713 ._table_16fkr_1243._user_16fkr_1708 tr:not(._tableHeader_16fkr_1254) td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._user_16fkr_1708 ._table_16fkr_1243 {
  margin-bottom: 0;
}

._user_16fkr_1708 ._tableWrap_16fkr_1243 {
  max-width: calc(100vw - 5.1rem);
  max-height: 90vh;
  overflow-x: auto;
  width: 100%;
  clear: both;
  margin-bottom: 5rem;
}

._formList_16fkr_581._userImport_16fkr_1854 ._formTitle_16fkr_601 {
  padding: 1rem 4% 0;
  line-height: 1.2;
}

._formList_16fkr_581._userImport_16fkr_1854 dt:not(._formTitle_16fkr_601) {
  width: 30%;
  padding: 0 4% 0 4%;
  font-size: 0.9rem;
}

._formList_16fkr_581._userImport_16fkr_1854 dt:not(._formTitle_16fkr_601):nth-of-type(odd) {
  background: #f0f0f0;
}

._formList_16fkr_581._userImport_16fkr_1854 dt:not(._formTitle_16fkr_601):nth-of-type(odd) + dd {
  background: #f0f0f0;
}

._formList_16fkr_581._userImport_16fkr_1854 dd {
  width: 58%;
  padding: 0.2rem 4% 0.2rem 0;
  margin-bottom: 0;
  white-space: pre-line;
  word-wrap: break-word;
  font-size: 0.9rem;
  line-height: 1.2;
}

._formList_16fkr_581._userImport_16fkr_1854 dd._full_16fkr_626 {
  width: 100%;
  padding: 0.2rem 4% 0.2rem 4%;
}

._formList_16fkr_581._userImport_16fkr_1854 dd._full_16fkr_626 ._buttonText_16fkr_557 {
  padding: 0 0 0.8rem;
}

._formList_16fkr_581._userImport_16fkr_1854 dd ._menuLink_16fkr_1892 {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.5rem 1.5rem 0.5rem 1.3rem;
}

._account_16fkr_293 ._listVertical_16fkr_966 {
  margin-bottom: 3rem;
}

._account_16fkr_293 ._listVertical_16fkr_966 dd ._formInput_16fkr_657 {
  max-width: 100%;
}

._account_16fkr_293 ._listVertical_16fkr_966 dd._full_16fkr_626 {
  width: 100%;
  padding-top: 0;
  background: none;
}

._account_16fkr_293 ._listVertical_16fkr_966 dd._full_16fkr_626._odd_16fkr_1912 {
  background: #f5f5f5;
}

._account_16fkr_293 ._listVertical_16fkr_966 dd._formComment_16fkr_788 {
  text-align: left;
  font-size: 0.9rem;
  word-break: break-word;
}

._account_16fkr_293 ._box100_16fkr_1063 ._formComment_16fkr_788 {
  display: block;
  width: 600px;
  text-align: left;
}

._account_16fkr_293 ._box100_16fkr_1063._alignRight_16fkr_1928 {
  width: calc(1200px + 3rem);
  text-align: right;
}

._account_16fkr_293 ._box100_16fkr_1063._alignRight_16fkr_1928 ._formComment_16fkr_788 {
  margin-left: 648px;
  text-align: right;
}

._menuAction_16fkr_1938 {
  margin-bottom: 0.6rem;
  position: relative;
}

._menuAction_16fkr_1938 li {
  display: inline-block;
  margin-right: 0.5rem;
}

._menuAction_16fkr_1938 li:last-child {
  margin-right: 0;
}

._menuAction_16fkr_1938._inTable_16fkr_1952 {
  margin-bottom: 0;
}

._menuAction_16fkr_1938._inTable_16fkr_1952 ._menuLink_16fkr_1892 {
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  opacity: 0;
}

._menuAction_16fkr_1938._inTable_16fkr_1952 ._menuLink_16fkr_1892 ._menuIcon_16fkr_1961 {
  width: 1.2rem;
}

._menuAction_16fkr_1938._inTable_16fkr_1952 ._menuLink_16fkr_1892._isActive_16fkr_275 {
  opacity: 1;
}

._menuAction_16fkr_1938._inTable_16fkr_1952 ._colorLink_16fkr_1969 {
  display: block;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  text-decoration: none;
  border: 1px #999999 solid;
  border-radius: 0.2rem;
  opacity: 0;
  pointer-events: none;
  background: #ffffff;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._menuAction_16fkr_1938._inTable_16fkr_1952 ._colorLink_16fkr_1969._isActive_16fkr_275 {
  cursor: pointer;
  opacity: 1;
  color: #ffffff;
  background: #004086;
  border: 1px #004086 solid;
  pointer-events: inherit;
}

._menuAction_16fkr_1938._inTable_16fkr_1952 ._colorLink_16fkr_1969._isActive_16fkr_275:hover {
  background: rgba(0, 94, 184, 0.7);
}

._menuLink_16fkr_1892 {
  display: block;
  padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  text-decoration: none;
  color: #333333;
  border: 1px #a5a5a5 solid;
  border-radius: 0.2rem;
  opacity: 0.3;
  pointer-events: none;
  background: #ffffff;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._menuLink_16fkr_1892._isActive_16fkr_275 {
  opacity: 1;
  pointer-events: inherit;
}

._menuLink_16fkr_1892._isActive_16fkr_275:hover {
  background: #f5f5f5;
}

._menuIcon_16fkr_1961 {
  width: 1.4rem;
  margin-right: 0.4rem;
  vertical-align: bottom;
}

._menuInTable_16fkr_1750 {
  width: auto;
  position: absolute;
  left: 0.7rem;
  bottom: 0.5rem;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._menuInTable_16fkr_1750 li {
  display: inline-block;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
}

._menuInTable_16fkr_1750 li:not(:last-child) {
  border-right: 1px #999999 solid;
}

._menuInTable_16fkr_1750 li a {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.02rem;
  font-weight: normal;
  text-decoration: none;
  color: #0084b2;
}

._menuInTable_16fkr_1750 li a:hover {
  opacity: 0.7;
}

._menuInTable_16fkr_1750 li a._isDisable_16fkr_2072 {
  color: #999999;
  pointer-events: none;
}

tr._isSelected_16fkr_1760 ._menuInTable_16fkr_1750 li a {
  color: #ffffff;
}

tr._isSelected_16fkr_1760 ._menuInTable_16fkr_1750 li a._isDisable_16fkr_2072 {
  pointer-events: none;
  opacity: 0.3;
}

._icCheckCircle_16fkr_2086 {
  width: 20px;
  vertical-align: bottom;
}

._icInTable_16fkr_2091 {
  width: 24px;
  vertical-align: bottom;
}

._wrap_16fkr_200._manage_16fkr_2096 ._header_16fkr_208,
._wrap_16fkr_200._manage_16fkr_2096 ._main_16fkr_348 {
  background: #def5fd;
}

._manageInfo_16fkr_2101 {
  width: 800px;
  display: flex;
  justify-content: flex-start;
  padding: 0.2rem 1.5rem;
  color: #0084b2;
  border: 1px #0084b2 solid;
  border-radius: 0.3rem;
  background: #def5fd;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  z-index: 5;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

._manage_16fkr_2096 ._txNormal_16fkr_2122 {
  width: calc(800px - 3rem - 3.3rem);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: normal;
  padding-top: 0.5rem;
  line-height: 1.4;
}

._manage_16fkr_2096 ._txNormal_16fkr_2122 span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

._manageIcon_16fkr_2141 {
  width: 1.5rem;
  margin-right: 1rem;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(31%) sepia(75%) saturate(1954%) hue-rotate(172deg) brightness(90%) contrast(101%);
}

._manageIconClose_16fkr_2148 {
  width: 1.5rem;
  filter: brightness(0) saturate(100%) invert(31%) sepia(75%) saturate(1954%) hue-rotate(172deg) brightness(90%) contrast(101%);
}

._manageIconClose_16fkr_2148:hover {
  cursor: pointer;
}

._license_16fkr_1709 ._checkAvail_16fkr_2157 {
  height: 30px;
  padding: 0 0.3rem 0.3rem 0;
  margin-top: -30px;
  box-sizing: border-box;
}

._license_16fkr_1709 ._checkAvail_16fkr_2157 label {
  cursor: pointer;
}

._license_16fkr_1709 ._checkAvail_16fkr_2157 label ._formCheck_16fkr_720 {
  vertical-align: middle;
}

._license_16fkr_1709 ._listVertical_16fkr_966 dd img[src*=circle] {
  filter: brightness(0) saturate(100%) invert(58%) sepia(41%) saturate(5814%) hue-rotate(143deg) brightness(96%) contrast(101%);
}

._license_16fkr_1709 ._listVertical_16fkr_966 dd img[src*=block] {
  filter: brightness(0) saturate(100%) invert(45%) sepia(77%) saturate(2633%) hue-rotate(340deg) brightness(102%) contrast(101%);
}

._license_16fkr_1709 ._table_16fkr_1243._history_16fkr_2180 {
  width: 1400px;
}

._license_16fkr_1709 ._table_16fkr_1243._history_16fkr_2180 td:last-child {
  width: 200px;
  text-align: right;
}

._license_16fkr_1709 ._table_16fkr_1243._history_16fkr_2180 ._tableHeader_16fkr_1254 th {
  line-height: 1.5em;
  min-height: 3em;
}

._license_16fkr_1709 ._table_16fkr_1243._cardHistory_16fkr_2194 {
  width: 750px;
}

._license_16fkr_1709 ._table_16fkr_1243._cardHistory_16fkr_2194 td:last-child {
  width: 50%;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr {
  position: relative;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr._hasissueRequestingRow_16fkr_2206 {
  background-color: #fff0f0;
  border-bottom: 0.5px solid #ccc;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr td[title="View child accounts"] {
  padding-left: 1.5rem;
  position: relative;
  cursor: pointer;
  background-size: none;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr td[title="View child accounts"]:hover {
  color: #0084b2;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr td[title="View child accounts"] a {
  color: inherit;
  text-decoration: none;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr td[title="View child accounts"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.4rem;
  border-top: 6px transparent solid;
  border-bottom: 6px transparent solid;
  border-left: 8px #282828 solid;
  transform: translateY(-50%);
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr td[title=Return] {
  position: relative;
  cursor: pointer;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr td[title=Return]:hover {
  color: #0084b2;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr._isOpen_16fkr_2247::after {
  content: "";
  width: 100%;
  border-bottom: 1px #999999 solid;
  position: absolute;
  bottom: 0;
  left: 0;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr._isOpen_16fkr_2247 td {
  padding: 0.3rem 0.7rem;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr._isOpen_16fkr_2247 td:nth-child(n+2) {
  color: #999999;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr._isOpen_16fkr_2247 td:first-child {
  padding-left: 1.5rem;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr._isOpen_16fkr_2247 td:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.4rem;
  border-top: 8px #282828 solid;
  border-right: 6px transparent solid;
  border-left: 6px transparent solid;
  transform: translateY(-50%);
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr._isOpen_16fkr_2247 ~ tr td:first-child {
  padding-left: 2.5rem;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 tr._isOpen_16fkr_2247 ~ tr td:first-child::before {
  top: 50%;
  left: 1.4rem;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 td:last-child {
  min-width: 120px;
  text-align: right;
}

._license_16fkr_1709 ._table_16fkr_1243._licenseSummary_16fkr_2293 tr._tableHeader_16fkr_1254 th {
  font-size: 1.2rem;
  line-height: 1.57rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
  white-space: pre-line;
  min-width: 10rem;
}

._license_16fkr_1709 ._table_16fkr_1243._licenseSummary_16fkr_2293 tr._tableHeader_16fkr_1254 th:nth-of-type(1) {
  padding: 0.4rem 0 0.4rem 4%;
}

._license_16fkr_1709 ._table_16fkr_1243._licenseSummary_16fkr_2293 tr td {
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
  white-space: pre-line;
}

._license_16fkr_1709 ._table_16fkr_1243._licenseSummary_16fkr_2293 tr td:nth-of-type(1) {
  padding: 0.8rem 4%;
}

._formList_16fkr_581 dd._ownerChange_16fkr_2319 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}

._formList_16fkr_581 dd._ownerChange_16fkr_2319 p._Owner_16fkr_2326,
._formList_16fkr_581 dd._ownerChange_16fkr_2319 p._newOwner_16fkr_2327 {
  width: 150px;
}

._formList_16fkr_581 dd._ownerChange_16fkr_2319 ._arrowR_16fkr_2331 {
  width: 8%;
  height: 20px;
  margin-top: 10px;
  margin-right: 2%;
  background: #e6e6e6;
  position: relative;
}

._formList_16fkr_581 dd._ownerChange_16fkr_2319 ._arrowR_16fkr_2331::after {
  content: "";
  border-top: 20px transparent solid;
  border-bottom: 20px transparent solid;
  border-left: 20px #e6e6e6 solid;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

._formList_16fkr_581 dd._ownerChange_16fkr_2319 + ._full_16fkr_626 {
  width: 66%;
  margin-left: 30%;
  margin-bottom: -10px;
  text-align: center;
}

._formList_16fkr_581 dd._ownerChange_16fkr_2319 + ._full_16fkr_626 ._transOwner_16fkr_2358 {
  width: 100px;
}

._formList_16fkr_581 dd._lowerTrans_16fkr_2362 {
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center;
}

._formList_16fkr_581 dd._lowerTrans_16fkr_2362 select,
._formList_16fkr_581 dd._lowerTrans_16fkr_2362 span {
  margin: 0 auto;
}

._formList_16fkr_581 dd ._txName_16fkr_2373 {
  display: block;
  width: 150px;
  padding: 0.2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._dictation_16fkr_1710 ._menuAction_16fkr_1938 {
  margin-top: -1rem;
  height: 34px;
  position: relative;
}

._dictation_16fkr_1710 ._menuAction_16fkr_1938:not(:first-child) {
  margin-top: 0.6rem;
}

._dictation_16fkr_1710 ._menuAction_16fkr_1938 ._alignLeft_16fkr_2392 {
  position: absolute;
  left: 0;
}

._dictation_16fkr_1710 ._menuAction_16fkr_1938 ._alignLeft_16fkr_2392 ._menuLink_16fkr_1892 {
  padding: 0.3rem 0.3rem 0.3rem 0.5rem;
}

._dictation_16fkr_1710 ._menuAction_16fkr_1938 ._alignLeft_16fkr_2392 ._menuIcon_16fkr_1961 {
  margin-right: 0;
  margin-left: 0.4rem;
}

._dictation_16fkr_1710 ._displayOptions_16fkr_2406 {
  display: none;
  margin-bottom: 0.6rem;
  padding: 0.3rem 1rem;
  background: #f0f0f0;
  position: relative;
}

._dictation_16fkr_1710 ._displayOptions_16fkr_2406 li {
  display: inline-block;
}

._dictation_16fkr_1710 ._displayOptions_16fkr_2406 li label {
  padding: 0.3rem 0;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.02rem;
  font-weight: normal;
}

._dictation_16fkr_1710 ._displayOptions_16fkr_2406 li label ._formCheck_16fkr_720 {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}

._dictation_16fkr_1710 ._displayOptions_16fkr_2406._isShow_16fkr_1106 {
  display: block;
}

._dictation_16fkr_1710 ._displayOptions_16fkr_2406::before {
  content: "";
  border-right: 0.6rem transparent solid;
  border-bottom: 0.6rem #f0f0f0 solid;
  border-left: 0.6rem transparent solid;
  position: absolute;
  top: -0.5rem;
  right: 3rem;
}

._dictation_16fkr_1710 ._table_16fkr_1243 {
  width: max-content;
  margin-bottom: 0;
}

._dictation_16fkr_1710 tr._historyTaskRow_16fkr_2451 {
  background-color: #bebebe;
  border-bottom: 1px solid #ffffff;
}

._dictation_16fkr_1710 ._selectGetTask_16fkr_2456 {
  display: flex;
  gap: 0.5rem;
  padding-top: 0.8rem;
  margin-bottom: 0.8rem;
}

._dictation_16fkr_1710 ._verticalDivider_16fkr_2463 {
  border-left: 1.5px solid black;
  height: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 1rem;
  vertical-align: bottom;
}

._dictation_16fkr_1710 ._selectGetTaskLink_16fkr_2472 {
  cursor: pointer;
  text-decoration: none;
  display: inline;
  align-items: center;
  font-size: 14px;
  color: #828282;
}

._dictation_16fkr_1710 ._selectGetTaskLinkActive_16fkr_2481 {
  color: #0084b2;
  text-decoration: underline solid #0084b2;
}

._dictation_16fkr_1710 ._tableFilter_16fkr_2486 {
  padding-top: 0.8rem;
  margin-bottom: 0.8rem;
}

._dictation_16fkr_1710 ._tableFilter_16fkr_2486 li {
  display: inline-block;
  margin-right: 0.3rem;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02rem;
  font-weight: normal;
}

._dictation_16fkr_1710 ._tableFilter_16fkr_2486 li label {
  cursor: pointer;
}

._dictation_16fkr_1710 ._tableFilter_16fkr_2486 li label ._formCheck_16fkr_720 {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}

._dictation_16fkr_1710 ._tableFilter2_16fkr_2510 {
  padding-top: 0.8rem;
  margin-bottom: 0.8rem;
}

._dictation_16fkr_1710 ._tableFilter2_16fkr_2510 li {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.02rem;
  font-weight: normal;
}

._dictation_16fkr_1710 ._tableFilter2_16fkr_2510 li a {
  display: block;
  color: #0084b2;
  text-decoration: none;
  padding-right: 0.5rem;
}

._dictation_16fkr_1710 ._tableFilter2_16fkr_2510 li a:hover {
  opacity: 0.7;
}

._dictation_16fkr_1710 ._tableFilter2_16fkr_2510 li a._isDisable_16fkr_2072 {
  color: #999999;
  pointer-events: none;
}

._dictation_16fkr_1710 ._tableFilter2_16fkr_2510 li a span {
  display: inline-block;
  padding: 0 0.2rem;
  color: #333333;
}

._dictation_16fkr_1710 ._tableFilter2_16fkr_2510 li:not(:last-child) a {
  border-right: 1px #999999 solid;
}

._dictation_16fkr_1710 ._tableWrap_16fkr_1243 {
  max-width: calc(100vw - 5.1rem);
  max-height: 90vh;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 1rem;
  clear: both;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 {
  position: relative;
  min-width: 100%;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 tr {
  position: relative;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 tr._tableHeader_16fkr_1254 th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #282828;
  z-index: 3;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 tr._tableHeader_16fkr_1254 th._clm0_16fkr_1729 {
  width: 0px;
  padding: 0 0;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 tr._tableHeader_16fkr_1254 th:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 0.1rem #e6e6e6 solid;
  z-index: -1;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 tr:hover ._menuInTable_16fkr_1750 {
  opacity: 1;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 tr._isSelected_16fkr_1760 {
  background: #0084b2;
  color: #ffffff;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 tr._isSelected_16fkr_1760:hover {
  color: #ffffff;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 tr._isSelected_16fkr_1760 img[alt=Uploaded],
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 tr._isSelected_16fkr_1760 img[alt=Finished],
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 tr._isSelected_16fkr_1760 img[alt=InProgress],
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 tr._isSelected_16fkr_1760 img[alt=encrypted] {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(110deg) brightness(110%) contrast(101%);
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 td ._menuInTable_16fkr_1750 li:nth-child(3) {
  border-right: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 td ._menuInTable_16fkr_1750 li a._mnCancel_16fkr_2621 {
  margin-left: 3rem;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 td:has(img[alt=encrypted]) {
  text-align: center;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 td:has(img[alt=encrypted]) img {
  height: 1.1rem;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 td._clm0_16fkr_1729 {
  width: 0px;
  padding: 0 0;
  overflow: visible;
  position: sticky;
  left: 0;
  z-index: 2;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 td img {
  height: 1.3rem;
  margin-right: 0.2rem;
  margin-left: -0.4rem;
  vertical-align: middle;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710 td._txWsline_16fkr_2649 {
  white-space: pre;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hidePri_16fkr_2653 th._opPri_16fkr_2653,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hidePri_16fkr_2653 td._opPri_16fkr_2653 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideSize_16fkr_2658 th._opSize_16fkr_2658,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideSize_16fkr_2658 td._opSize_16fkr_2658 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideUpd_16fkr_2663 th._opUpd_16fkr_2663,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideUpd_16fkr_2663 td._opUpd_16fkr_2663 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC1_16fkr_2668 th._clm1_16fkr_733,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC1_16fkr_2668 td._clm1_16fkr_733 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC2_16fkr_2673 th._clm2_16fkr_2673,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC2_16fkr_2673 td._clm2_16fkr_2673 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC3_16fkr_2678 th._clm3_16fkr_2678,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC3_16fkr_2678 td._clm3_16fkr_2678 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC4_16fkr_2683 th._clm4_16fkr_2683,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC4_16fkr_2683 td._clm4_16fkr_2683 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC5_16fkr_2688 th._clm5_16fkr_2688,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC5_16fkr_2688 td._clm5_16fkr_2688 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC6_16fkr_2693 th._clm6_16fkr_2693,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC6_16fkr_2693 td._clm6_16fkr_2693 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC7_16fkr_2698 th._clm7_16fkr_2698,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC7_16fkr_2698 td._clm7_16fkr_2698 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC8_16fkr_2703 th._clm8_16fkr_2703,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC8_16fkr_2703 td._clm8_16fkr_2703 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC9_16fkr_2708 th._clm9_16fkr_2708,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC9_16fkr_2708 td._clm9_16fkr_2708 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC10_16fkr_2713 th._clm10_16fkr_2713,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC10_16fkr_2713 td._clm10_16fkr_2713 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC11_16fkr_2718 th._clm11_16fkr_2718,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC11_16fkr_2718 td._clm11_16fkr_2718 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC12_16fkr_2723 th._clm12_16fkr_2723,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC12_16fkr_2723 td._clm12_16fkr_2723 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC13_16fkr_2728 th._clm13_16fkr_2728,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC13_16fkr_2728 td._clm13_16fkr_2728 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC14_16fkr_2733 th._clm14_16fkr_2733,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC14_16fkr_2733 td._clm14_16fkr_2733 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC15_16fkr_2738 th._clm15_16fkr_2738,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC15_16fkr_2738 td._clm15_16fkr_2738 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC16_16fkr_2743 th._clm16_16fkr_2743,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC16_16fkr_2743 td._clm16_16fkr_2743 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC17_16fkr_2748 th._clm17_16fkr_2748,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideC17_16fkr_2748 td._clm17_16fkr_2748 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO1_16fkr_2753 th._op1_16fkr_2753,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO1_16fkr_2753 td._op1_16fkr_2753 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO2_16fkr_2758 th._op2_16fkr_2758,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO2_16fkr_2758 td._op2_16fkr_2758 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO3_16fkr_2763 th._op3_16fkr_2763,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO3_16fkr_2763 td._op3_16fkr_2763 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO4_16fkr_2768 th._op4_16fkr_2768,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO4_16fkr_2768 td._op4_16fkr_2768 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO5_16fkr_2773 th._op5_16fkr_2773,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO5_16fkr_2773 td._op5_16fkr_2773 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO6_16fkr_2778 th._op6_16fkr_2778,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO6_16fkr_2778 td._op6_16fkr_2778 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO7_16fkr_2783 th._op7_16fkr_2783,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO7_16fkr_2783 td._op7_16fkr_2783 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO8_16fkr_2788 th._op8_16fkr_2788,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO8_16fkr_2788 td._op8_16fkr_2788 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO9_16fkr_2793 th._op9_16fkr_2793,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO9_16fkr_2793 td._op9_16fkr_2793 {
  display: none;
}

._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO10_16fkr_2798 th._op10_16fkr_2798,
._dictation_16fkr_1710 ._table_16fkr_1243._dictation_16fkr_1710._hideO10_16fkr_2798 td._op10_16fkr_2798 {
  display: none;
}

._formList_16fkr_581._property_16fkr_2803 ._formTitle_16fkr_601 {
  padding: 1rem 4% 0;
  line-height: 1.2;
}

._formList_16fkr_581._property_16fkr_2803 dt:not(._formTitle_16fkr_601) {
  width: 30%;
  padding: 0 4% 0 4%;
  font-size: 0.9rem;
}

._formList_16fkr_581._property_16fkr_2803 dt:not(._formTitle_16fkr_601):nth-of-type(odd) {
  background: #f0f0f0;
}

._formList_16fkr_581._property_16fkr_2803 dt:not(._formTitle_16fkr_601):nth-of-type(odd) + dd {
  background: #f0f0f0;
}

._formList_16fkr_581._property_16fkr_2803 dt:has(+ dd._hasInput_16fkr_2822) {
  padding-top: 0.4rem;
}

._formList_16fkr_581._property_16fkr_2803 dd {
  width: 58%;
  padding: 0.2rem 4% 0.2rem 0;
  margin-bottom: 0;
  white-space: pre-line;
  word-wrap: break-word;
  line-height: 1.2;
}

._formList_16fkr_581._property_16fkr_2803 dd img {
  height: 1.1rem;
}

._formList_16fkr_581._property_16fkr_2803 dd ._formInput_16fkr_657._short_16fkr_695 {
  width: 250px;
  padding: 0.3rem 0.3rem 0.1rem;
}

._formList_16fkr_581._property_16fkr_2803 dd ._formSubmit_16fkr_818 {
  min-width: auto;
  padding: 0.2rem 0.5rem;
  position: absolute;
  right: 0.5rem;
}

._formList_16fkr_581._property_16fkr_2803 dd._full_16fkr_626 {
  width: 100%;
  padding: 0.2rem 4% 0.2rem 4%;
}

._formList_16fkr_581._property_16fkr_2803 dd._full_16fkr_626 ._buttonText_16fkr_557 {
  padding: 0 0 0.8rem;
}

._formList_16fkr_581._property_16fkr_2803 dd._full_16fkr_626 ._buttonText_16fkr_557 img {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}

._formList_16fkr_581 dd._formChange_16fkr_2865 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  padding: 0 4%;
}

._formList_16fkr_581 dd._formChange_16fkr_2865 ul._chooseMember_16fkr_2874,
._formList_16fkr_581 dd._formChange_16fkr_2865 ul._holdMember_16fkr_2875 {
  width: calc(40% - 2px);
  border: 1px #999999 solid;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 {
  height: 250px;
  overflow-y: scroll;
  padding: 0.5rem;
  background: #ffffff;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874 li._changeTitle_16fkr_2888,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 li._changeTitle_16fkr_2888 {
  font-weight: 600;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874 li ._formCheck_16fkr_720,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 li ._formCheck_16fkr_720 {
  display: none;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874 li input + label,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 li input + label {
  display: block;
  padding: 0.2rem 0 0.2rem 1.5rem;
  margin-right: 0;
  background: url(/assets/circle-95dc570e.svg) no-repeat left center;
  background-size: 1.3rem;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874 li input + label:hover,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 li input + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_left-0af656a3.svg) no-repeat left center;
  background-size: 1.3rem;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874 li input:checked + label,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 li input:checked + label {
  padding: 0.2rem 1rem 0.2rem 0;
  background: url(/assets/check_circle_fill-84ad6bbe.svg) no-repeat right center;
  background-size: 1.3rem;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874 li input:checked + label:hover,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 li input:checked + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_right-6eee572e.svg) no-repeat right center;
  background-size: 1.3rem;
}

._formChange_16fkr_2865 > p {
  width: 6%;
  height: 20px;
  background: #e6e6e6;
  position: relative;
}

._formChange_16fkr_2865 > p::before {
  content: "";
  border-top: 20px transparent solid;
  border-right: 20px #e6e6e6 solid;
  border-bottom: 20px transparent solid;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

._formChange_16fkr_2865 > p::after {
  content: "";
  border-top: 20px transparent solid;
  border-bottom: 20px transparent solid;
  border-left: 20px #e6e6e6 solid;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

._partners_16fkr_1711 ._table_16fkr_1243._partner_16fkr_1711 {
  position: relative;
  min-width: 100%;
}

._partners_16fkr_1711 ._table_16fkr_1243._partner_16fkr_1711 tr {
  position: relative;
}

._partners_16fkr_1711 ._table_16fkr_1243._partner_16fkr_1711 tr._tableHeader_16fkr_1254 th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #282828;
  z-index: 1;
}

._partners_16fkr_1711 ._table_16fkr_1243._partner_16fkr_1711 tr._tableHeader_16fkr_1254 th::after {
  display: none;
}

._partners_16fkr_1711 ._table_16fkr_1243._partner_16fkr_1711 td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._partners_16fkr_1711 ._table_16fkr_1243._partner_16fkr_1711 td._txWsline_16fkr_2649 {
  white-space: pre;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 td {
  vertical-align: middle;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 td:last-child {
  overflow: visible !important;
  white-space: normal !important;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 ._menuAction_16fkr_1938,
._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 ._inTable_16fkr_1952 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 ._menuAction_16fkr_1938 li,
._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 ._inTable_16fkr_1952 li {
  margin-bottom: 0.25rem;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 ._menuAction_16fkr_1938 a,
._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 ._inTable_16fkr_1952 a {
  white-space: nowrap;
}

._partners_16fkr_1711 ._table_16fkr_1243._partner_16fkr_1711._role4_16fkr_3012 {
  margin-top: 3rem;
}

._partners_16fkr_1711 ._table_16fkr_1243._partner_16fkr_1711:not(._role4_16fkr_3012) tr th:last-of-type,
._partners_16fkr_1711 ._table_16fkr_1243._partner_16fkr_1711:not(._role4_16fkr_3012) tr td:last-of-type {
  display: none;
}

._workflow_16fkr_1712 ._table_16fkr_1243 {
  margin-bottom: 0;
}

._workflow_16fkr_1712 ._table_16fkr_1243._workflow_16fkr_1712 {
  min-width: 100%;
}

._workflow_16fkr_1712 ._table_16fkr_1243._workflow_16fkr_1712 tr {
  position: relative;
}

._workflow_16fkr_1712 ._table_16fkr_1243._workflow_16fkr_1712 th::after {
  display: none;
}

._workflow_16fkr_1712 ._table_16fkr_1243._workflow_16fkr_1712 td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._workflow_16fkr_1712 ._table_16fkr_1243._workflow_16fkr_1712 td._txWsline_16fkr_2649 {
  white-space: pre;
}

._workflow_16fkr_1712 ._table_16fkr_1243._group_16fkr_3046,
._workflow_16fkr_1712 ._table_16fkr_1243._template_16fkr_3047 {
  width: 600px;
}

._workflow_16fkr_1712 ._table_16fkr_1243._group_16fkr_3046 td:last-child,
._workflow_16fkr_1712 ._table_16fkr_1243._template_16fkr_3047 td:last-child {
  text-align: right;
}

._workflow_16fkr_1712 ._table_16fkr_1243._worktype_16fkr_3056 {
  width: 1000px;
}

._workflow_16fkr_1712 ._table_16fkr_1243._worktype_16fkr_3056 td:last-child {
  text-align: right;
}

._workflow_16fkr_1712 ._table_16fkr_1243 ._menuLink_16fkr_1892 {
  min-width: 3rem;
  text-align: center;
}

._workflow_16fkr_1712 ._menuAction_16fkr_1938._worktype_16fkr_3056 {
  width: 1000px;
}

._workflow_16fkr_1712 ._menuAction_16fkr_1938._worktype_16fkr_3056 ._selectMenu_16fkr_3073 {
  padding-top: 0.5rem;
  float: right;
  font-size: 0.9rem;
}

._workflow_16fkr_1712 ._menuAction_16fkr_1938._worktype_16fkr_3056 ._formInput_16fkr_657 {
  max-width: 350px;
  margin-left: 0.5rem;
  padding: 0.2rem 0.8rem;
  font-size: 0.9rem;
  text-overflow: ellipsis;
}

._formList_16fkr_581 dd._formChange_16fkr_2865 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  padding: 0 4%;
}

._formList_16fkr_581 dd._formChange_16fkr_2865 ul._chooseMember_16fkr_2874,
._formList_16fkr_581 dd._formChange_16fkr_2865 ul._holdMember_16fkr_2875 {
  width: calc(40% - 2px);
  border: 1px #999999 solid;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 {
  height: 250px;
  overflow-y: scroll;
  padding: 0.5rem;
  background: #ffffff;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874 li._changeTitle_16fkr_2888,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 li._changeTitle_16fkr_2888 {
  font-weight: 600;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874 li ._formCheck_16fkr_720,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 li ._formCheck_16fkr_720 {
  display: none;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874 li input + label,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 li input + label {
  display: block;
  padding: 0.4rem 0 0.4rem 1.5rem;
  margin-right: 0;
  background: url(/assets/circle-95dc570e.svg) no-repeat left center;
  background-size: 1.3rem;
  white-space: pre-line;
  word-break: break-all;
  line-height: 1.3;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874 li input + label:hover,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 li input + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_left-0af656a3.svg) no-repeat left center;
  background-size: 1.3rem;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874 li input:checked + label,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 li input:checked + label {
  padding: 0.4rem 1.5rem 0.4rem 0;
  background: url(/assets/check_circle_fill-84ad6bbe.svg) no-repeat right center;
  background-size: 1.3rem;
}

._formChange_16fkr_2865 ul._chooseMember_16fkr_2874 li input:checked + label:hover,
._formChange_16fkr_2865 ul._holdMember_16fkr_2875 li input:checked + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_right-6eee572e.svg) no-repeat right center;
  background-size: 1.3rem;
}

._formChange_16fkr_2865 > p {
  width: 6%;
  height: 20px;
  background: #e6e6e6;
  position: relative;
}

._formChange_16fkr_2865 > p::before {
  content: "";
  border-top: 20px transparent solid;
  border-right: 20px #e6e6e6 solid;
  border-bottom: 20px transparent solid;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

._formChange_16fkr_2865 > p::after {
  content: "";
  border-top: 20px transparent solid;
  border-bottom: 20px transparent solid;
  border-left: 20px #e6e6e6 solid;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

._alignCenter_16fkr_611 {
  text-align: center;
}

._alignLeft_16fkr_2392 {
  text-align: left;
}

._alignRight_16fkr_1928 {
  text-align: right;
}

._floatNone_16fkr_3192 {
  float: none;
}

._floatLeft_16fkr_3196 {
  float: left;
}

._floatRight_16fkr_3200 {
  float: right;
}

._linkTx_16fkr_3204 {
  color: #0084b2;
  text-decoration: none;
  cursor: pointer;
}

._linkTx_16fkr_3204 img {
  width: 1rem;
  margin: 0 4px;
  vertical-align: middle;
}

._linkTx_16fkr_3204:hover {
  text-decoration: underline;
}

._linkBottom_16fkr_3220 {
  margin-top: 5rem;
  padding: 0 2rem;
  font-size: 14px;
}

._borderTop_16fkr_3226 {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}

._borderBottom_16fkr_3230 {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

._marginBtm0_16fkr_3234 {
  margin-bottom: 0.5rem;
}

._marginBtm1_16fkr_3238 {
  margin-bottom: 1rem;
}

._marginBtm2_16fkr_3242 {
  margin-bottom: 2rem;
}

._marginBtm3_16fkr_3246 {
  margin-bottom: 3rem;
}

._marginBtm5_16fkr_3250 {
  margin-bottom: 5rem;
}

._marginRgt1_16fkr_3254 {
  margin-right: 0.9rem;
}

._marginRgt2_16fkr_3258 {
  margin-right: 1.5rem;
}

._marginRgt3_16fkr_3262 {
  margin-right: 3rem;
}

._paddSide0_16fkr_3266 {
  padding: 0 0.5rem;
}

._paddSide1_16fkr_3270 {
  padding: 0 1rem;
}

._paddSide2_16fkr_3274 {
  padding: 0 2rem;
}

._paddSide3_16fkr_3278 {
  padding: 0 3rem;
}

._txContents_16fkr_3282 {
  padding: 3rem;
}

._txNormal_16fkr_2122 {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: normal;
}

._txIcon_16fkr_3293 {
  width: 1.1rem;
}

._txWsline_16fkr_2649 {
  white-space: pre-line;
}

._txWswrap_16fkr_3301 {
  white-space: pre-wrap;
}

._modal_16fkr_1099._isShow_16fkr_1106 ._searchModalBox_16fkr_3305 {
  display: block;
}

._searchModalBox_16fkr_3305 {
  display: none;
  width: 70vw; /* 70% of the viewport width */
  height: 70vh; /* 70% of the viewport height */
  max-height: 95vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.3rem;
  overflow: auto;
  background-color: #fff;
  padding: 1rem;
}

._searchBar_16fkr_3325 {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

._searchInput_16fkr_3331 {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 150px;
}

._headerContainer_16fkr_3338 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: -30px;
}

._breadcrumbPopup_16fkr_3346 {
  position: absolute;
  background: white;
  border: 1px solid #000;
  padding: 0.3rem 0.3rem;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
}

._brCrumbPartner_16fkr_3360 {
  margin: 0.5rem 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

._brCrumbPartner_16fkr_3360 li {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.04rem;
  white-space: nowrap;
  padding-right: 1rem;
}

._brCrumbPartner_16fkr_3360 li:not(:last-child)::after {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #333333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

._hoverBlue_16fkr_3390 {
  cursor: pointer;
  color: inherit;
}
._hoverBlue_16fkr_3390:hover {
  color: #0084b2;
}

._overlay_16fkr_3398 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(255, 255, 255);
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

._overlay_16fkr_3398 ._icLoading_16fkr_1081 {
  position: fixed;
  inset: 0;
  margin: auto;
}

._typistIcon_16fkr_3417 {
  width: auto;
  height: 0.4rem;
  margin-right: 0.25em;
  margin-bottom: 0.2em;
  vertical-align: bottom;
}

._weakMenuOverride_16fkr_3425 {
  position: static;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  width: auto;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 ._menuAction_16fkr_1938._menuInTable_16fkr_1750,
._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 ._menuAction_16fkr_1938._inTable_16fkr_1952 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 ._menuAction_16fkr_1938._menuInTable_16fkr_1750 a,
._license_16fkr_1709 ._table_16fkr_1243._partner_16fkr_1711 ._menuAction_16fkr_1938._inTable_16fkr_1952 a {
  white-space: nowrap;
}

