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_1jdcw_200 {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "main" "footer";
  min-height: 100vh;
}

._header_1jdcw_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_1jdcw_219 {
  margin: 1.2rem 2rem 1.5rem;
  font-size: 1.71rem;
  line-height: 2rem;
  letter-spacing: 0.07rem;
  font-weight: normal;
}

._headerLogo_1jdcw_219 img {
  width: 280px;
}

._headerSub_1jdcw_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_1jdcw_241 {
  width: 100%;
}

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

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

._headerMenu_1jdcw_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_1jdcw_241 ul li a:hover {
  background: #f5f5f5;
  text-decoration: underline;
}

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

._headerMenu_1jdcw_241 ul li a._isActive_1jdcw_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_1jdcw_293 {
  position: absolute;
  right: 2rem;
  bottom: 0.3rem;
  font-size: 0.9rem;
  line-height: 1.6rem;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

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

._accountInfo_1jdcw_293 ._accountIcon_1jdcw_303 {
  margin-right: 0.2rem;
}

._accountSignout_1jdcw_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_1jdcw_312 ._accountIcon_1jdcw_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_1jdcw_312:hover {
  color: #333333;
}

._accountSignout_1jdcw_312:hover ._accountIcon_1jdcw_303 {
  opacity: 1;
}

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

._main_1jdcw_348 {
  grid-area: main;
}

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

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

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

._footer_1jdcw_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_1jdcw_389,
h2 + ._brCrumb_1jdcw_389,
h3 ._brCrumb_1jdcw_389,
h3 + ._brCrumb_1jdcw_389 {
  display: inline;
  margin-left: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

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

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

._brCrumbAcc_1jdcw_417 {
  margin-bottom: 1rem;
}

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

._brCrumbAcc_1jdcw_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_1jdcw_417 li:nth-of-type(2) {
  margin-left: 1.1rem;
}

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

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

._brCrumbLicense_1jdcw_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_1jdcw_449 li:not(:last-child) {
  padding-right: 1.4rem;
}

._brCrumbLicense_1jdcw_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_1jdcw_449 li a {
  color: #333333;
  text-decoration: none;
}

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

._buttonNormal_1jdcw_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_1jdcw_490:hover {
  background: rgba(0, 64, 134, 0.7);
}

._buttonNormal_1jdcw_490._small_1jdcw_514 {
  width: auto;
  padding: 0.75rem 2rem;
}

._buttonNormal_1jdcw_490._red_1jdcw_519 {
  background: #e60000;
  border: 1px #e60000 solid;
}

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

._buttonBase_1jdcw_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_1jdcw_528:hover {
  background: rgba(0, 64, 134, 0.04);
}

._buttonBase_1jdcw_528._small_1jdcw_514 {
  width: auto;
  padding: 0.75rem 2rem;
}

._buttonText_1jdcw_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_1jdcw_557:hover {
  opacity: 0.7;
}

._buttonText_1jdcw_557._small_1jdcw_514 {
  width: auto;
  padding: 0.75rem 0;
}

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

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

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

._formList_1jdcw_581 dt._formTitle_1jdcw_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_1jdcw_581 dt._formTitle_1jdcw_601._alignCenter_1jdcw_611 {
  text-align: center;
}

._formList_1jdcw_581 dt._overLine_1jdcw_615 {
  padding: 0 4% 0;
  line-height: 1.4;
}

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

._formList_1jdcw_581 dd._full_1jdcw_626 {
  width: 100%;
  padding-right: 0;
  background: none;
}

._formList_1jdcw_581._hasbg_1jdcw_632 {
  border-top: 2px #282828 solid;
  background: #fafafa;
}

._form_1jdcw_581 select {
  text-overflow: ellipsis;
}

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

._form_1jdcw_581 select option {
  color: #333333;
}

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

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

._formInput_1jdcw_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_1jdcw_657:focus {
  outline: 0;
}

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

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

._formInput_1jdcw_657._isError_1jdcw_683 {
  background: rgba(229, 0, 0, 0.08);
}

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

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

._formInput_1jdcw_657._short_1jdcw_695 {
  width: 150px;
}

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

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

._formIconEye_1jdcw_706 img {
  width: 2.5rem;
}

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

._formCheck_1jdcw_720:disabled {
  cursor: default;
}

._clm1_1jdcw_733 ._formCheck_1jdcw_720:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

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

._formRadio_1jdcw_738:disabled {
  cursor: default;
}

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

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

._formInputKey_1jdcw_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_1jdcw_764:focus {
  outline: 0;
}

._formInputKey_1jdcw_764._isError_1jdcw_683 {
  background: rgba(229, 0, 0, 0.08);
}

._formComment_1jdcw_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_1jdcw_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_1jdcw_810 {
  width: 350px;
  padding: 0.6rem 0.6rem;
  background: #f0f0f0;
  box-sizing: border-box;
  word-wrap: break-word;
}

._formSubmit_1jdcw_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_1jdcw_818._isActive_1jdcw_275 {
  cursor: pointer;
  opacity: 1;
  color: #ffffff;
  background: #004086;
  border: 1px #004086 solid;
  pointer-events: auto;
}

._formSubmit_1jdcw_818._isActive_1jdcw_275:hover {
  background: rgba(0, 94, 184, 0.7);
}

._formButtonFul_1jdcw_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_1jdcw_849:hover {
  background: #f0f0f0;
}

._formButton_1jdcw_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_1jdcw_849:hover {
  background: #f0f0f0;
}

._formDelete_1jdcw_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_1jdcw_892:hover {
  background: rgba(230, 0, 0, 0.7);
}

._formBack_1jdcw_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_1jdcw_917:hover {
  background: #f0f0f0;
}

._formButtonTx_1jdcw_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_1jdcw_937:hover {
  text-decoration: underline;
}

._formDone_1jdcw_957 {
  width: 100px;
}

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

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

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

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

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

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

._listVertical_1jdcw_966 dt._overLine_1jdcw_615 {
  padding: 0.4rem 4%;
  line-height: 1.15;
}

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

._listVertical_1jdcw_966 dd ._isAlert_1jdcw_1014 {
  color: #ff5a33;
}

._listDocument_1jdcw_1018 {
  margin-bottom: 3rem;
}

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

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

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

._boxFlex_1jdcw_1039._aru_1jdcw_1044 {
  justify-content: space-around;
}

._boxFlex_1jdcw_1039._btw_1jdcw_1048 {
  justify-content: space-between;
}

._boxFlex_1jdcw_1039._str_1jdcw_1052 {
  align-items: flex-start;
}

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

._box100_1jdcw_1063 {
  width: 100%;
}

._box50_1jdcw_1067 {
  width: 50%;
}

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

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

@keyframes _load_1jdcw_1071 {
  0% {
    transform: rotate(0);
  }
  60% {
    transform: rotate(280deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._modal_1jdcw_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_1jdcw_1099._isShow_1jdcw_1106 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 6;
}

._modal_1jdcw_1099._isShow_1jdcw_1106 ._modalBox_1jdcw_1114 {
  display: block;
}

._modalBox_1jdcw_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_1jdcw_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_1jdcw_1131 img:hover {
  cursor: pointer;
}

._modalTitle_1jdcw_1131 img._off_1jdcw_1146 {
  cursor: none;
  pointer-events: none;
  opacity: 0.4;
}

._modalTitleIcon_1jdcw_1152 {
  width: 1rem;
}

._modal_1jdcw_1099 ._formList_1jdcw_581 {
  margin-bottom: 0;
}

._modal_1jdcw_1099 ._formList_1jdcw_581._hasbg_1jdcw_632 {
  border-top: none;
}

._modal_1jdcw_1099 ._formList_1jdcw_581 dd {
  margin-bottom: 0.5rem;
}

._modal_1jdcw_1099 ._formList_1jdcw_581 dd._last_1jdcw_1168 {
  margin-bottom: 1.5rem;
}

._modal_1jdcw_1099 ._formList_1jdcw_581 ._slideSet_1jdcw_1172 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

._modal_1jdcw_1099 ._formList_1jdcw_581 ._slideSet_1jdcw_1172 dt {
  width: 22%;
}

._modal_1jdcw_1099 ._formList_1jdcw_581 ._slideSet_1jdcw_1172 dd {
  width: 66%;
}

._modal_1jdcw_1099 ._formInput_1jdcw_657 {
  padding: 0.5rem 0.8rem;
}

._modal_1jdcw_1099 ._formInput_1jdcw_657[type=file] {
  border: none;
  background: inherit;
}

._modal_1jdcw_1099 ._formInput_1jdcw_657[type=file]._isHide_1jdcw_1195 {
  display: none;
}

._modal_1jdcw_1099 ._form_1jdcw_581 label {
  padding: 0.5rem 0 0.2rem;
}

._modal_1jdcw_1099 ._form_1jdcw_581 label._formFileButton_1jdcw_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_1jdcw_1099 ._form_1jdcw_581 label._formFileButton_1jdcw_1203:hover {
  background: #f0f0f0;
}

._modal_1jdcw_1099 ._formFileName_1jdcw_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_1jdcw_1099 ._form_1jdcw_581 ._icLoading_1jdcw_1081 {
  bottom: 1.5rem;
  left: calc(50% - 25px);
}

._modal_1jdcw_1099 ._form_1jdcw_581 ._tableWrap_1jdcw_1243 {
  max-height: 100%;
  overflow-x: hidden;
  margin-bottom: 1rem;
}

._modal_1jdcw_1099 ._form_1jdcw_581 ._table_1jdcw_1243 {
  width: 95%;
  margin: 0 auto;
}

._modal_1jdcw_1099 ._form_1jdcw_581 ._table_1jdcw_1243 ._tableHeader_1jdcw_1254 th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 0.4rem 0.5rem;
  background: #282828;
}

._modal_1jdcw_1099 ._form_1jdcw_581 ._table_1jdcw_1243 td {
  padding: 0.6rem 0.4rem;
}

._modal_1jdcw_1099 ._form_1jdcw_581 ._table_1jdcw_1243 ._formInput_1jdcw_657 {
  width: inherit;
  padding: 0.2rem 0.5rem;
}

._modal_1jdcw_1099 ._form_1jdcw_581 ._table_1jdcw_1243._backup_1jdcw_1271 ._formCheck_1jdcw_720 {
  margin-right: 0;
}

._modal_1jdcw_1099 ._form_1jdcw_581 ._table_1jdcw_1243._backup_1jdcw_1271 th:first-child {
  padding: 0 0.2rem;
}

._modal_1jdcw_1099 ._form_1jdcw_581 ._table_1jdcw_1243._backup_1jdcw_1271 td {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._modal_1jdcw_1099 ._form_1jdcw_581 ._table_1jdcw_1243._backup_1jdcw_1271 td:first-child {
  padding: 0.6rem 0.2rem;
}

._modal_1jdcw_1099 ._form_1jdcw_581 ._table_1jdcw_1243._optionItem_1jdcw_1290 select {
  width: 123px;
}

._modal_1jdcw_1099 ._form_1jdcw_581 ._pagenation_1jdcw_1294 {
  margin-bottom: 1.5rem;
  padding-right: 2.5%;
}

._modal_1jdcw_1099 ._encryptionPass_1jdcw_1299 {
  display: none;
}

._modal_1jdcw_1099 ._encryptionPass_1jdcw_1299._isShow_1jdcw_1106 {
  display: block;
}

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

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

._pageTx_1jdcw_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_1jdcw_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_1jdcw_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_1jdcw_1350 {
  font-size: 0.8rem;
  line-height: 1.6;
  letter-spacing: 0.04rem;
  font-weight: normal;
}

._pagenationNav_1jdcw_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_1jdcw_1350 a._isActive_1jdcw_275 {
  opacity: 1;
  pointer-events: inherit;
}

._pagenationNav_1jdcw_1350 a._isActive_1jdcw_275:hover {
  background: #f5f5f5;
}

._pagenationTotal_1jdcw_1383 {
  color: #999999;
}

._pagenation_1jdcw_1294._widthMid_1jdcw_1387 {
  width: 1400px;
}

._pagenation_1jdcw_1294._widthSml_1jdcw_1391 {
  width: 750px;
}

._pagenation_1jdcw_1294._widthMin_1jdcw_1395 {
  width: 600px;
}

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

._snackbar_1jdcw_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_1jdcw_1404._isShow_1jdcw_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_1jdcw_1404._isAlert_1jdcw_1014 {
  background: #ff5a33;
}

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

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

._snackbarIconClose_1jdcw_1455 {
  width: 0.8rem;
}

._snackbarIconClose_1jdcw_1455:hover {
  cursor: pointer;
}

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

._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254) {
  background: #ffffff;
}

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

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

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

._table_1jdcw_1243 td ._isAlert_1jdcw_1014 {
  color: #ff5a33;
}

._tableHeader_1jdcw_1254 {
  background: #282828;
}

._tableHeader_1jdcw_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_1jdcw_1254 th ._hasSort_1jdcw_1508 {
  display: block;
  width: calc(100% - 0.5rem);
  padding-right: 0.5rem;
}

._tableHeader_1jdcw_1254 th ._hasSort_1jdcw_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_1jdcw_1254 th ._hasSort_1jdcw_1508:hover {
  cursor: pointer;
}

._tableHeader_1jdcw_1254 th ._hasSort_1jdcw_1508:hover::before {
  opacity: 1;
}

._tableHeader_1jdcw_1254 th ._hasSort_1jdcw_1508._isActiveZa_1jdcw_1538::before {
  opacity: 1;
}

._tableHeader_1jdcw_1254 th ._hasSort_1jdcw_1508._isActiveZa_1jdcw_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_1jdcw_1254 th ._hasSort_1jdcw_1508._isActiveAz_1jdcw_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_1jdcw_1254 th ._hasSort_1jdcw_1508._isActiveAz_1jdcw_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_1jdcw_1254 th:not(:last-child) {
  border-right: 1px #999999 solid;
}

._tableHeader_1jdcw_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_1jdcw_1254 th._noLine_1jdcw_1579 {
  border-right: none;
}

._tableHeader_1jdcw_1254 th._noLine_1jdcw_1579::after {
  display: none;
}

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

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

._header_1jdcw_208._home_1jdcw_1587 ._headerLogo_1jdcw_219 {
  margin: 2rem 2.5rem 2rem;
}

._header_1jdcw_208._home_1jdcw_1587 ._headerSub_1jdcw_231 {
  display: none;
}

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

._pgHome_1jdcw_1612 ._ODMSlogo_1jdcw_1621 img {
  width: 200px;
}

@media only screen and (min-width: 1280px) {
  ._pgHome_1jdcw_1612 ._ODMSlogo_1jdcw_1621 {
    width: 400px;
    margin: 3vh 0 0 0;
    padding: 0 0 0;
    text-align: center;
  }
  ._pgHome_1jdcw_1612 ._ODMSlogo_1jdcw_1621 img {
    width: auto;
    vertical-align: middle;
  }
}
._pgHome_1jdcw_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_1jdcw_1612 > div {
    margin: 3vh 0 0 0;
  }
}
._pgHomeLinks_1jdcw_1656 {
  width: calc(400px - 4rem);
  margin: 0 auto;
  text-align: center;
}

._pgHomeLinks_1jdcw_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_1jdcw_1656 dt:first-of-type {
  display: inline-block;
  width: 45%;
  padding: 0 0 0.5rem 0;
}

._pgHomeLinks_1jdcw_1656 dd a ._buttonIcon_1jdcw_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_1jdcw_1656 dd a:hover ._buttonIcon_1jdcw_1677 {
  top: 50%;
  right: 1.7rem;
  opacity: 1;
}

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

._pgHomeLinks_1jdcw_1656 dd ._formInput_1jdcw_657 {
  width: auto;
}

._account_1jdcw_293 > div,
._user_1jdcw_1708 > div,
._license_1jdcw_1709 > div,
._dictation_1jdcw_1710 > div,
._partners_1jdcw_1711 > div,
._workflow_1jdcw_1712 > div,
._support_1jdcw_1713 > div {
  padding: 0 2rem;
  position: relative;
}

._account_1jdcw_293 > div ._icLoading_1jdcw_1081,
._user_1jdcw_1708 > div ._icLoading_1jdcw_1081,
._license_1jdcw_1709 > div ._icLoading_1jdcw_1081,
._dictation_1jdcw_1710 > div ._icLoading_1jdcw_1081,
._partners_1jdcw_1711 > div ._icLoading_1jdcw_1081,
._workflow_1jdcw_1712 > div ._icLoading_1jdcw_1081,
._support_1jdcw_1713 > div ._icLoading_1jdcw_1081 {
  top: 5.5rem;
  left: calc(50% - 25px);
}

._account_1jdcw_293 ._table_1jdcw_1243 tr._tableHeader_1jdcw_1254 th._clm0_1jdcw_1729,
._user_1jdcw_1708 ._table_1jdcw_1243 tr._tableHeader_1jdcw_1254 th._clm0_1jdcw_1729,
._license_1jdcw_1709 ._table_1jdcw_1243 tr._tableHeader_1jdcw_1254 th._clm0_1jdcw_1729,
._dictation_1jdcw_1710 ._table_1jdcw_1243 tr._tableHeader_1jdcw_1254 th._clm0_1jdcw_1729,
._partners_1jdcw_1711 ._table_1jdcw_1243 tr._tableHeader_1jdcw_1254 th._clm0_1jdcw_1729,
._workflow_1jdcw_1712 ._table_1jdcw_1243 tr._tableHeader_1jdcw_1254 th._clm0_1jdcw_1729,
._support_1jdcw_1713 ._table_1jdcw_1243 tr._tableHeader_1jdcw_1254 th._clm0_1jdcw_1729 {
  width: 0px;
  padding: 0 0;
}

._account_1jdcw_293 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254),
._user_1jdcw_1708 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254),
._license_1jdcw_1709 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254),
._dictation_1jdcw_1710 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254),
._partners_1jdcw_1711 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254),
._workflow_1jdcw_1712 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254),
._support_1jdcw_1713 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254) {
  position: relative;
}

._account_1jdcw_293 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254):hover ._menuInTable_1jdcw_1750,
._user_1jdcw_1708 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254):hover ._menuInTable_1jdcw_1750,
._license_1jdcw_1709 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254):hover ._menuInTable_1jdcw_1750,
._dictation_1jdcw_1710 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254):hover ._menuInTable_1jdcw_1750,
._partners_1jdcw_1711 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254):hover ._menuInTable_1jdcw_1750,
._workflow_1jdcw_1712 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254):hover ._menuInTable_1jdcw_1750,
._support_1jdcw_1713 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254):hover ._menuInTable_1jdcw_1750 {
  opacity: 1;
}

._account_1jdcw_293 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760,
._user_1jdcw_1708 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760,
._license_1jdcw_1709 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760,
._dictation_1jdcw_1710 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760,
._partners_1jdcw_1711 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760,
._workflow_1jdcw_1712 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760,
._support_1jdcw_1713 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760 {
  background: #0084b2;
  color: #ffffff;
}

._account_1jdcw_293 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760:hover,
._user_1jdcw_1708 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760:hover,
._license_1jdcw_1709 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760:hover,
._dictation_1jdcw_1710 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760:hover,
._partners_1jdcw_1711 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760:hover,
._workflow_1jdcw_1712 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760:hover,
._support_1jdcw_1713 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760:hover {
  color: #ffffff;
}

._account_1jdcw_293 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760 ._menuInTable_1jdcw_1750,
._user_1jdcw_1708 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760 ._menuInTable_1jdcw_1750,
._license_1jdcw_1709 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760 ._menuInTable_1jdcw_1750,
._dictation_1jdcw_1710 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760 ._menuInTable_1jdcw_1750,
._partners_1jdcw_1711 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760 ._menuInTable_1jdcw_1750,
._workflow_1jdcw_1712 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760 ._menuInTable_1jdcw_1750,
._support_1jdcw_1713 ._table_1jdcw_1243 tr:not(._tableHeader_1jdcw_1254)._isSelected_1jdcw_1760 ._menuInTable_1jdcw_1750 {
  display: block;
}

._account_1jdcw_293 ._table_1jdcw_1243 td,
._user_1jdcw_1708 ._table_1jdcw_1243 td,
._license_1jdcw_1709 ._table_1jdcw_1243 td,
._dictation_1jdcw_1710 ._table_1jdcw_1243 td,
._partners_1jdcw_1711 ._table_1jdcw_1243 td,
._workflow_1jdcw_1712 ._table_1jdcw_1243 td,
._support_1jdcw_1713 ._table_1jdcw_1243 td {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

._account_1jdcw_293 ._table_1jdcw_1243 td._clm0_1jdcw_1729,
._user_1jdcw_1708 ._table_1jdcw_1243 td._clm0_1jdcw_1729,
._license_1jdcw_1709 ._table_1jdcw_1243 td._clm0_1jdcw_1729,
._dictation_1jdcw_1710 ._table_1jdcw_1243 td._clm0_1jdcw_1729,
._partners_1jdcw_1711 ._table_1jdcw_1243 td._clm0_1jdcw_1729,
._workflow_1jdcw_1712 ._table_1jdcw_1243 td._clm0_1jdcw_1729,
._support_1jdcw_1713 ._table_1jdcw_1243 td._clm0_1jdcw_1729 {
  width: 0px;
  padding: 0 0;
  overflow: visible;
  position: sticky;
  left: 0;
  z-index: 2;
}

._account_1jdcw_293 ._table_1jdcw_1243._user_1jdcw_1708 th::after,
._user_1jdcw_1708 ._table_1jdcw_1243._user_1jdcw_1708 th::after,
._license_1jdcw_1709 ._table_1jdcw_1243._user_1jdcw_1708 th::after,
._dictation_1jdcw_1710 ._table_1jdcw_1243._user_1jdcw_1708 th::after,
._partners_1jdcw_1711 ._table_1jdcw_1243._user_1jdcw_1708 th::after,
._workflow_1jdcw_1712 ._table_1jdcw_1243._user_1jdcw_1708 th::after,
._support_1jdcw_1713 ._table_1jdcw_1243._user_1jdcw_1708 th::after {
  display: none;
}

._account_1jdcw_293 ._table_1jdcw_1243._user_1jdcw_1708 tr:not(._tableHeader_1jdcw_1254) td,
._user_1jdcw_1708 ._table_1jdcw_1243._user_1jdcw_1708 tr:not(._tableHeader_1jdcw_1254) td,
._license_1jdcw_1709 ._table_1jdcw_1243._user_1jdcw_1708 tr:not(._tableHeader_1jdcw_1254) td,
._dictation_1jdcw_1710 ._table_1jdcw_1243._user_1jdcw_1708 tr:not(._tableHeader_1jdcw_1254) td,
._partners_1jdcw_1711 ._table_1jdcw_1243._user_1jdcw_1708 tr:not(._tableHeader_1jdcw_1254) td,
._workflow_1jdcw_1712 ._table_1jdcw_1243._user_1jdcw_1708 tr:not(._tableHeader_1jdcw_1254) td,
._support_1jdcw_1713 ._table_1jdcw_1243._user_1jdcw_1708 tr:not(._tableHeader_1jdcw_1254) td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._user_1jdcw_1708 ._table_1jdcw_1243 {
  margin-bottom: 0;
}

._user_1jdcw_1708 ._tableWrap_1jdcw_1243 {
  max-width: calc(100vw - 5.1rem);
  max-height: 90vh;
  overflow-x: scroll;
  margin-bottom: 5rem;
}

._formList_1jdcw_581._userImport_1jdcw_1852 ._formTitle_1jdcw_601 {
  padding: 1rem 4% 0;
  line-height: 1.2;
}

._formList_1jdcw_581._userImport_1jdcw_1852 dt:not(._formTitle_1jdcw_601) {
  width: 30%;
  padding: 0 4% 0 4%;
  font-size: 0.9rem;
}

._formList_1jdcw_581._userImport_1jdcw_1852 dt:not(._formTitle_1jdcw_601):nth-of-type(odd) {
  background: #f0f0f0;
}

._formList_1jdcw_581._userImport_1jdcw_1852 dt:not(._formTitle_1jdcw_601):nth-of-type(odd) + dd {
  background: #f0f0f0;
}

._formList_1jdcw_581._userImport_1jdcw_1852 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_1jdcw_581._userImport_1jdcw_1852 dd._full_1jdcw_626 {
  width: 100%;
  padding: 0.2rem 4% 0.2rem 4%;
}

._formList_1jdcw_581._userImport_1jdcw_1852 dd._full_1jdcw_626 ._buttonText_1jdcw_557 {
  padding: 0 0 0.8rem;
}

._formList_1jdcw_581._userImport_1jdcw_1852 dd ._menuLink_1jdcw_1890 {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.5rem 1.5rem 0.5rem 1.3rem;
}

._account_1jdcw_293 ._listVertical_1jdcw_966 {
  margin-bottom: 3rem;
}

._account_1jdcw_293 ._listVertical_1jdcw_966 dd ._formInput_1jdcw_657 {
  max-width: 100%;
}

._account_1jdcw_293 ._listVertical_1jdcw_966 dd._full_1jdcw_626 {
  width: 100%;
  padding-top: 0;
  background: none;
}

._account_1jdcw_293 ._listVertical_1jdcw_966 dd._full_1jdcw_626._odd_1jdcw_1910 {
  background: #f5f5f5;
}

._account_1jdcw_293 ._listVertical_1jdcw_966 dd._formComment_1jdcw_788 {
  text-align: left;
  font-size: 0.9rem;
  word-break: break-word;
}

._account_1jdcw_293 ._box100_1jdcw_1063 ._formComment_1jdcw_788 {
  display: block;
  width: 600px;
  text-align: left;
}

._account_1jdcw_293 ._box100_1jdcw_1063._alignRight_1jdcw_1926 {
  width: calc(1200px + 3rem);
  text-align: right;
}

._account_1jdcw_293 ._box100_1jdcw_1063._alignRight_1jdcw_1926 ._formComment_1jdcw_788 {
  margin-left: 648px;
  text-align: right;
}

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

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

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

._menuAction_1jdcw_1936._inTable_1jdcw_1950 {
  margin-bottom: 0;
}

._menuAction_1jdcw_1936._inTable_1jdcw_1950 ._menuLink_1jdcw_1890 {
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  opacity: 0;
}

._menuAction_1jdcw_1936._inTable_1jdcw_1950 ._menuLink_1jdcw_1890 ._menuIcon_1jdcw_1959 {
  width: 1.2rem;
}

._menuAction_1jdcw_1936._inTable_1jdcw_1950 ._menuLink_1jdcw_1890._isActive_1jdcw_275 {
  opacity: 1;
}

._menuAction_1jdcw_1936._inTable_1jdcw_1950 ._colorLink_1jdcw_1967 {
  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_1jdcw_1936._inTable_1jdcw_1950 ._colorLink_1jdcw_1967._isActive_1jdcw_275 {
  cursor: pointer;
  opacity: 1;
  color: #ffffff;
  background: #004086;
  border: 1px #004086 solid;
  pointer-events: inherit;
}

._menuAction_1jdcw_1936._inTable_1jdcw_1950 ._colorLink_1jdcw_1967._isActive_1jdcw_275:hover {
  background: rgba(0, 94, 184, 0.7);
}

._menuLink_1jdcw_1890 {
  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_1jdcw_1890._isActive_1jdcw_275 {
  opacity: 1;
  pointer-events: inherit;
}

._menuLink_1jdcw_1890._isActive_1jdcw_275:hover {
  background: #f5f5f5;
}

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

._menuInTable_1jdcw_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_1jdcw_1750 li {
  display: inline-block;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
}

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

._menuInTable_1jdcw_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_1jdcw_1750 li a:hover {
  opacity: 0.7;
}

._menuInTable_1jdcw_1750 li a._isDisable_1jdcw_2070 {
  color: #999999;
  pointer-events: none;
}

tr._isSelected_1jdcw_1760 ._menuInTable_1jdcw_1750 li a {
  color: #ffffff;
}

tr._isSelected_1jdcw_1760 ._menuInTable_1jdcw_1750 li a._isDisable_1jdcw_2070 {
  pointer-events: none;
  opacity: 0.3;
}

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

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

._wrap_1jdcw_200._manage_1jdcw_2094 ._header_1jdcw_208,
._wrap_1jdcw_200._manage_1jdcw_2094 ._main_1jdcw_348 {
  background: #def5fd;
}

._manageInfo_1jdcw_2099 {
  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_1jdcw_2094 ._txNormal_1jdcw_2120 {
  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_1jdcw_2094 ._txNormal_1jdcw_2120 span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

._manageIcon_1jdcw_2139 {
  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_1jdcw_2146 {
  width: 1.5rem;
  filter: brightness(0) saturate(100%) invert(31%) sepia(75%) saturate(1954%) hue-rotate(172deg) brightness(90%) contrast(101%);
}

._manageIconClose_1jdcw_2146:hover {
  cursor: pointer;
}

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

._license_1jdcw_1709 ._checkAvail_1jdcw_2155 label {
  cursor: pointer;
}

._license_1jdcw_1709 ._checkAvail_1jdcw_2155 label ._formCheck_1jdcw_720 {
  vertical-align: middle;
}

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

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

._license_1jdcw_1709 ._table_1jdcw_1243._history_1jdcw_2178 {
  width: 1400px;
}

._license_1jdcw_1709 ._table_1jdcw_1243._history_1jdcw_2178 td:last-child {
  width: 200px;
  text-align: right;
}

._license_1jdcw_1709 ._table_1jdcw_1243._history_1jdcw_2178 ._tableHeader_1jdcw_1254 th {
  line-height: 1.5em;
  min-height: 3em;
}

._license_1jdcw_1709 ._table_1jdcw_1243._cardHistory_1jdcw_2192 {
  width: 750px;
}

._license_1jdcw_1709 ._table_1jdcw_1243._cardHistory_1jdcw_2192 td:last-child {
  width: 50%;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 tr {
  position: relative;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 tr._hasissueRequestingRow_1jdcw_2204 {
  background-color: #fff0f0;
  border-bottom: 0.5px solid #ccc;
}

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

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 tr td[title="View child accounts"]:hover {
  color: #0084b2;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 tr td[title="View child accounts"] a {
  color: inherit;
  text-decoration: none;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_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_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 tr td[title=Return] {
  position: relative;
  cursor: pointer;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 tr td[title=Return]:hover {
  color: #0084b2;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 tr._isOpen_1jdcw_2245::after {
  content: "";
  width: 100%;
  border-bottom: 1px #999999 solid;
  position: absolute;
  bottom: 0;
  left: 0;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 tr._isOpen_1jdcw_2245 td {
  padding: 0.3rem 0.7rem;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 tr._isOpen_1jdcw_2245 td:nth-child(n+2) {
  color: #999999;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 tr._isOpen_1jdcw_2245 td:first-child {
  padding-left: 1.5rem;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 tr._isOpen_1jdcw_2245 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_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 tr._isOpen_1jdcw_2245 ~ tr td:first-child {
  padding-left: 2.5rem;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 tr._isOpen_1jdcw_2245 ~ tr td:first-child::before {
  top: 50%;
  left: 1.4rem;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 td:last-child {
  min-width: 120px;
  text-align: right;
}

._license_1jdcw_1709 ._table_1jdcw_1243._licenseSummary_1jdcw_2291 tr._tableHeader_1jdcw_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_1jdcw_1709 ._table_1jdcw_1243._licenseSummary_1jdcw_2291 tr._tableHeader_1jdcw_1254 th:nth-of-type(1) {
  padding: 0.4rem 0 0.4rem 4%;
}

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

._license_1jdcw_1709 ._table_1jdcw_1243._licenseSummary_1jdcw_2291 tr td:nth-of-type(1) {
  padding: 0.8rem 4%;
}

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

._formList_1jdcw_581 dd._ownerChange_1jdcw_2317 p._Owner_1jdcw_2324,
._formList_1jdcw_581 dd._ownerChange_1jdcw_2317 p._newOwner_1jdcw_2325 {
  width: 150px;
}

._formList_1jdcw_581 dd._ownerChange_1jdcw_2317 ._arrowR_1jdcw_2329 {
  width: 8%;
  height: 20px;
  margin-top: 10px;
  margin-right: 2%;
  background: #e6e6e6;
  position: relative;
}

._formList_1jdcw_581 dd._ownerChange_1jdcw_2317 ._arrowR_1jdcw_2329::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_1jdcw_581 dd._ownerChange_1jdcw_2317 + ._full_1jdcw_626 {
  width: 66%;
  margin-left: 30%;
  margin-bottom: -10px;
  text-align: center;
}

._formList_1jdcw_581 dd._ownerChange_1jdcw_2317 + ._full_1jdcw_626 ._transOwner_1jdcw_2356 {
  width: 100px;
}

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

._formList_1jdcw_581 dd._lowerTrans_1jdcw_2360 select,
._formList_1jdcw_581 dd._lowerTrans_1jdcw_2360 span {
  margin: 0 auto;
}

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

._dictation_1jdcw_1710 ._menuAction_1jdcw_1936 {
  margin-top: -1rem;
  height: 34px;
  position: relative;
}

._dictation_1jdcw_1710 ._menuAction_1jdcw_1936:not(:first-child) {
  margin-top: 0.6rem;
}

._dictation_1jdcw_1710 ._menuAction_1jdcw_1936 ._alignLeft_1jdcw_2390 {
  position: absolute;
  left: 0;
}

._dictation_1jdcw_1710 ._menuAction_1jdcw_1936 ._alignLeft_1jdcw_2390 ._menuLink_1jdcw_1890 {
  padding: 0.3rem 0.3rem 0.3rem 0.5rem;
}

._dictation_1jdcw_1710 ._menuAction_1jdcw_1936 ._alignLeft_1jdcw_2390 ._menuIcon_1jdcw_1959 {
  margin-right: 0;
  margin-left: 0.4rem;
}

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

._dictation_1jdcw_1710 ._displayOptions_1jdcw_2404 li {
  display: inline-block;
}

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

._dictation_1jdcw_1710 ._displayOptions_1jdcw_2404 li label ._formCheck_1jdcw_720 {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}

._dictation_1jdcw_1710 ._displayOptions_1jdcw_2404._isShow_1jdcw_1106 {
  display: block;
}

._dictation_1jdcw_1710 ._displayOptions_1jdcw_2404::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_1jdcw_1710 ._table_1jdcw_1243 {
  margin-bottom: 0;
}

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

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

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

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

._dictation_1jdcw_1710 ._selectGetTaskLinkActive_1jdcw_2478 {
  color: #0084b2;
  text-decoration: underline solid #0084b2;
}

._dictation_1jdcw_1710 ._tableFilter_1jdcw_2483 {
  padding-top: 0.8rem;
  margin-bottom: 0.8rem;
}

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

._dictation_1jdcw_1710 ._tableFilter_1jdcw_2483 li label {
  cursor: pointer;
}

._dictation_1jdcw_1710 ._tableFilter_1jdcw_2483 li label ._formCheck_1jdcw_720 {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}

._dictation_1jdcw_1710 ._tableFilter2_1jdcw_2507 {
  padding-top: 0.8rem;
  margin-bottom: 0.8rem;
}

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

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

._dictation_1jdcw_1710 ._tableFilter2_1jdcw_2507 li a:hover {
  opacity: 0.7;
}

._dictation_1jdcw_1710 ._tableFilter2_1jdcw_2507 li a._isDisable_1jdcw_2070 {
  color: #999999;
  pointer-events: none;
}

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

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

._dictation_1jdcw_1710 ._tableWrap_1jdcw_1243 {
  max-width: calc(100vw - 5.1rem);
  max-height: 90vh;
  overflow-x: scroll;
  margin-bottom: 1rem;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710 {
  position: relative;
  min-width: 100%;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710 tr {
  position: relative;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710 tr._tableHeader_1jdcw_1254 th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #282828;
  z-index: 3;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710 tr._tableHeader_1jdcw_1254 th._clm0_1jdcw_1729 {
  width: 0px;
  padding: 0 0;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710 tr._tableHeader_1jdcw_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_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710 tr:hover ._menuInTable_1jdcw_1750 {
  opacity: 1;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710 tr._isSelected_1jdcw_1760 {
  background: #0084b2;
  color: #ffffff;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710 tr._isSelected_1jdcw_1760:hover {
  color: #ffffff;
}

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

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710 td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710 td ._menuInTable_1jdcw_1750 li:nth-child(3) {
  border-right: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710 td ._menuInTable_1jdcw_1750 li a._mnCancel_1jdcw_2616 {
  margin-left: 3rem;
}

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

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

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710 td._clm0_1jdcw_1729 {
  width: 0px;
  padding: 0 0;
  overflow: visible;
  position: sticky;
  left: 0;
  z-index: 2;
}

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

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710 td._txWsline_1jdcw_2644 {
  white-space: pre;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hidePri_1jdcw_2648 th._opPri_1jdcw_2648,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hidePri_1jdcw_2648 td._opPri_1jdcw_2648 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideSize_1jdcw_2653 th._opSize_1jdcw_2653,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideSize_1jdcw_2653 td._opSize_1jdcw_2653 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideUpd_1jdcw_2658 th._opUpd_1jdcw_2658,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideUpd_1jdcw_2658 td._opUpd_1jdcw_2658 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC1_1jdcw_2663 th._clm1_1jdcw_733,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC1_1jdcw_2663 td._clm1_1jdcw_733 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC2_1jdcw_2668 th._clm2_1jdcw_2668,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC2_1jdcw_2668 td._clm2_1jdcw_2668 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC3_1jdcw_2673 th._clm3_1jdcw_2673,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC3_1jdcw_2673 td._clm3_1jdcw_2673 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC4_1jdcw_2678 th._clm4_1jdcw_2678,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC4_1jdcw_2678 td._clm4_1jdcw_2678 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC5_1jdcw_2683 th._clm5_1jdcw_2683,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC5_1jdcw_2683 td._clm5_1jdcw_2683 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC6_1jdcw_2688 th._clm6_1jdcw_2688,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC6_1jdcw_2688 td._clm6_1jdcw_2688 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC7_1jdcw_2693 th._clm7_1jdcw_2693,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC7_1jdcw_2693 td._clm7_1jdcw_2693 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC8_1jdcw_2698 th._clm8_1jdcw_2698,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC8_1jdcw_2698 td._clm8_1jdcw_2698 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC9_1jdcw_2703 th._clm9_1jdcw_2703,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC9_1jdcw_2703 td._clm9_1jdcw_2703 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC10_1jdcw_2708 th._clm10_1jdcw_2708,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC10_1jdcw_2708 td._clm10_1jdcw_2708 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC11_1jdcw_2713 th._clm11_1jdcw_2713,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC11_1jdcw_2713 td._clm11_1jdcw_2713 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC12_1jdcw_2718 th._clm12_1jdcw_2718,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC12_1jdcw_2718 td._clm12_1jdcw_2718 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC13_1jdcw_2723 th._clm13_1jdcw_2723,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC13_1jdcw_2723 td._clm13_1jdcw_2723 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC14_1jdcw_2728 th._clm14_1jdcw_2728,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC14_1jdcw_2728 td._clm14_1jdcw_2728 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC15_1jdcw_2733 th._clm15_1jdcw_2733,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC15_1jdcw_2733 td._clm15_1jdcw_2733 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC16_1jdcw_2738 th._clm16_1jdcw_2738,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC16_1jdcw_2738 td._clm16_1jdcw_2738 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC17_1jdcw_2743 th._clm17_1jdcw_2743,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideC17_1jdcw_2743 td._clm17_1jdcw_2743 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO1_1jdcw_2748 th._op1_1jdcw_2748,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO1_1jdcw_2748 td._op1_1jdcw_2748 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO2_1jdcw_2753 th._op2_1jdcw_2753,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO2_1jdcw_2753 td._op2_1jdcw_2753 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO3_1jdcw_2758 th._op3_1jdcw_2758,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO3_1jdcw_2758 td._op3_1jdcw_2758 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO4_1jdcw_2763 th._op4_1jdcw_2763,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO4_1jdcw_2763 td._op4_1jdcw_2763 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO5_1jdcw_2768 th._op5_1jdcw_2768,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO5_1jdcw_2768 td._op5_1jdcw_2768 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO6_1jdcw_2773 th._op6_1jdcw_2773,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO6_1jdcw_2773 td._op6_1jdcw_2773 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO7_1jdcw_2778 th._op7_1jdcw_2778,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO7_1jdcw_2778 td._op7_1jdcw_2778 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO8_1jdcw_2783 th._op8_1jdcw_2783,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO8_1jdcw_2783 td._op8_1jdcw_2783 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO9_1jdcw_2788 th._op9_1jdcw_2788,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO9_1jdcw_2788 td._op9_1jdcw_2788 {
  display: none;
}

._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO10_1jdcw_2793 th._op10_1jdcw_2793,
._dictation_1jdcw_1710 ._table_1jdcw_1243._dictation_1jdcw_1710._hideO10_1jdcw_2793 td._op10_1jdcw_2793 {
  display: none;
}

._formList_1jdcw_581._property_1jdcw_2798 ._formTitle_1jdcw_601 {
  padding: 1rem 4% 0;
  line-height: 1.2;
}

._formList_1jdcw_581._property_1jdcw_2798 dt:not(._formTitle_1jdcw_601) {
  width: 30%;
  padding: 0 4% 0 4%;
  font-size: 0.9rem;
}

._formList_1jdcw_581._property_1jdcw_2798 dt:not(._formTitle_1jdcw_601):nth-of-type(odd) {
  background: #f0f0f0;
}

._formList_1jdcw_581._property_1jdcw_2798 dt:not(._formTitle_1jdcw_601):nth-of-type(odd) + dd {
  background: #f0f0f0;
}

._formList_1jdcw_581._property_1jdcw_2798 dt:has(+ dd._hasInput_1jdcw_2817) {
  padding-top: 0.4rem;
}

._formList_1jdcw_581._property_1jdcw_2798 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_1jdcw_581._property_1jdcw_2798 dd img {
  height: 1.1rem;
}

._formList_1jdcw_581._property_1jdcw_2798 dd ._formInput_1jdcw_657._short_1jdcw_695 {
  width: 250px;
  padding: 0.3rem 0.3rem 0.1rem;
}

._formList_1jdcw_581._property_1jdcw_2798 dd ._formSubmit_1jdcw_818 {
  min-width: auto;
  padding: 0.2rem 0.5rem;
  position: absolute;
  right: 0.5rem;
}

._formList_1jdcw_581._property_1jdcw_2798 dd._full_1jdcw_626 {
  width: 100%;
  padding: 0.2rem 4% 0.2rem 4%;
}

._formList_1jdcw_581._property_1jdcw_2798 dd._full_1jdcw_626 ._buttonText_1jdcw_557 {
  padding: 0 0 0.8rem;
}

._formList_1jdcw_581._property_1jdcw_2798 dd._full_1jdcw_626 ._buttonText_1jdcw_557 img {
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}

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

._formList_1jdcw_581 dd._formChange_1jdcw_2860 ul._chooseMember_1jdcw_2869,
._formList_1jdcw_581 dd._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 {
  width: calc(40% - 2px);
  border: 1px #999999 solid;
}

._formChange_1jdcw_2860 ul._chooseMember_1jdcw_2869,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 {
  height: 250px;
  overflow-y: scroll;
  padding: 0.5rem;
  background: #ffffff;
}

._formChange_1jdcw_2860 ul._chooseMember_1jdcw_2869 li._changeTitle_1jdcw_2883,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 li._changeTitle_1jdcw_2883 {
  font-weight: 600;
}

._formChange_1jdcw_2860 ul._chooseMember_1jdcw_2869 li ._formCheck_1jdcw_720,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 li ._formCheck_1jdcw_720 {
  display: none;
}

._formChange_1jdcw_2860 ul._chooseMember_1jdcw_2869 li input + label,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 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_1jdcw_2860 ul._chooseMember_1jdcw_2869 li input + label:hover,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 li input + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_left-0af656a3.svg) no-repeat left center;
  background-size: 1.3rem;
}

._formChange_1jdcw_2860 ul._chooseMember_1jdcw_2869 li input:checked + label,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 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_1jdcw_2860 ul._chooseMember_1jdcw_2869 li input:checked + label:hover,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 li input:checked + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_right-6eee572e.svg) no-repeat right center;
  background-size: 1.3rem;
}

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

._formChange_1jdcw_2860 > 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_1jdcw_2860 > 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_1jdcw_1711 ._table_1jdcw_1243._partner_1jdcw_1711 {
  position: relative;
  min-width: 100%;
}

._partners_1jdcw_1711 ._table_1jdcw_1243._partner_1jdcw_1711 tr {
  position: relative;
}

._partners_1jdcw_1711 ._table_1jdcw_1243._partner_1jdcw_1711 tr._tableHeader_1jdcw_1254 th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #282828;
  z-index: 1;
}

._partners_1jdcw_1711 ._table_1jdcw_1243._partner_1jdcw_1711 tr._tableHeader_1jdcw_1254 th::after {
  display: none;
}

._partners_1jdcw_1711 ._table_1jdcw_1243._partner_1jdcw_1711 td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._partners_1jdcw_1711 ._table_1jdcw_1243._partner_1jdcw_1711 td._txWsline_1jdcw_2644 {
  white-space: pre;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 td {
  vertical-align: middle;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 td:last-child {
  overflow: visible !important;
  white-space: normal !important;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 ._menuAction_1jdcw_1936,
._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 ._inTable_1jdcw_1950 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 ._menuAction_1jdcw_1936 li,
._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 ._inTable_1jdcw_1950 li {
  margin-bottom: 0.25rem;
}

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 ._menuAction_1jdcw_1936 a,
._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 ._inTable_1jdcw_1950 a {
  white-space: nowrap;
}

._partners_1jdcw_1711 ._table_1jdcw_1243._partner_1jdcw_1711._role4_1jdcw_3007 {
  margin-top: 3rem;
}

._partners_1jdcw_1711 ._table_1jdcw_1243._partner_1jdcw_1711:not(._role4_1jdcw_3007) tr th:last-of-type,
._partners_1jdcw_1711 ._table_1jdcw_1243._partner_1jdcw_1711:not(._role4_1jdcw_3007) tr td:last-of-type {
  display: none;
}

._workflow_1jdcw_1712 ._table_1jdcw_1243 {
  margin-bottom: 0;
}

._workflow_1jdcw_1712 ._table_1jdcw_1243._workflow_1jdcw_1712 {
  min-width: 100%;
}

._workflow_1jdcw_1712 ._table_1jdcw_1243._workflow_1jdcw_1712 tr {
  position: relative;
}

._workflow_1jdcw_1712 ._table_1jdcw_1243._workflow_1jdcw_1712 th::after {
  display: none;
}

._workflow_1jdcw_1712 ._table_1jdcw_1243._workflow_1jdcw_1712 td {
  padding-bottom: 2rem;
  vertical-align: top;
}

._workflow_1jdcw_1712 ._table_1jdcw_1243._workflow_1jdcw_1712 td._txWsline_1jdcw_2644 {
  white-space: pre;
}

._workflow_1jdcw_1712 ._table_1jdcw_1243._group_1jdcw_3041,
._workflow_1jdcw_1712 ._table_1jdcw_1243._template_1jdcw_3042 {
  width: 600px;
}

._workflow_1jdcw_1712 ._table_1jdcw_1243._group_1jdcw_3041 td:last-child,
._workflow_1jdcw_1712 ._table_1jdcw_1243._template_1jdcw_3042 td:last-child {
  text-align: right;
}

._workflow_1jdcw_1712 ._table_1jdcw_1243._worktype_1jdcw_3051 {
  width: 1000px;
}

._workflow_1jdcw_1712 ._table_1jdcw_1243._worktype_1jdcw_3051 td:last-child {
  text-align: right;
}

._workflow_1jdcw_1712 ._table_1jdcw_1243 ._menuLink_1jdcw_1890 {
  min-width: 3rem;
  text-align: center;
}

._workflow_1jdcw_1712 ._menuAction_1jdcw_1936._worktype_1jdcw_3051 {
  width: 1000px;
}

._workflow_1jdcw_1712 ._menuAction_1jdcw_1936._worktype_1jdcw_3051 ._selectMenu_1jdcw_3068 {
  padding-top: 0.5rem;
  float: right;
  font-size: 0.9rem;
}

._workflow_1jdcw_1712 ._menuAction_1jdcw_1936._worktype_1jdcw_3051 ._formInput_1jdcw_657 {
  max-width: 350px;
  margin-left: 0.5rem;
  padding: 0.2rem 0.8rem;
  font-size: 0.9rem;
  text-overflow: ellipsis;
}

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

._formList_1jdcw_581 dd._formChange_1jdcw_2860 ul._chooseMember_1jdcw_2869,
._formList_1jdcw_581 dd._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 {
  width: calc(40% - 2px);
  border: 1px #999999 solid;
}

._formChange_1jdcw_2860 ul._chooseMember_1jdcw_2869,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 {
  height: 250px;
  overflow-y: scroll;
  padding: 0.5rem;
  background: #ffffff;
}

._formChange_1jdcw_2860 ul._chooseMember_1jdcw_2869 li._changeTitle_1jdcw_2883,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 li._changeTitle_1jdcw_2883 {
  font-weight: 600;
}

._formChange_1jdcw_2860 ul._chooseMember_1jdcw_2869 li ._formCheck_1jdcw_720,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 li ._formCheck_1jdcw_720 {
  display: none;
}

._formChange_1jdcw_2860 ul._chooseMember_1jdcw_2869 li input + label,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 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_1jdcw_2860 ul._chooseMember_1jdcw_2869 li input + label:hover,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 li input + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_left-0af656a3.svg) no-repeat left center;
  background-size: 1.3rem;
}

._formChange_1jdcw_2860 ul._chooseMember_1jdcw_2869 li input:checked + label,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 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_1jdcw_2860 ul._chooseMember_1jdcw_2869 li input:checked + label:hover,
._formChange_1jdcw_2860 ul._holdMember_1jdcw_2870 li input:checked + label:hover {
  background: #e6e6e6 url(/assets/arrow_circle_right-6eee572e.svg) no-repeat right center;
  background-size: 1.3rem;
}

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

._formChange_1jdcw_2860 > 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_1jdcw_2860 > 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_1jdcw_611 {
  text-align: center;
}

._alignLeft_1jdcw_2390 {
  text-align: left;
}

._alignRight_1jdcw_1926 {
  text-align: right;
}

._floatNone_1jdcw_3187 {
  float: none;
}

._floatLeft_1jdcw_3191 {
  float: left;
}

._floatRight_1jdcw_3195 {
  float: right;
}

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

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

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

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

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

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

._marginBtm0_1jdcw_3229 {
  margin-bottom: 0.5rem;
}

._marginBtm1_1jdcw_3233 {
  margin-bottom: 1rem;
}

._marginBtm2_1jdcw_3237 {
  margin-bottom: 2rem;
}

._marginBtm3_1jdcw_3241 {
  margin-bottom: 3rem;
}

._marginBtm5_1jdcw_3245 {
  margin-bottom: 5rem;
}

._marginRgt1_1jdcw_3249 {
  margin-right: 0.9rem;
}

._marginRgt2_1jdcw_3253 {
  margin-right: 1.5rem;
}

._marginRgt3_1jdcw_3257 {
  margin-right: 3rem;
}

._paddSide0_1jdcw_3261 {
  padding: 0 0.5rem;
}

._paddSide1_1jdcw_3265 {
  padding: 0 1rem;
}

._paddSide2_1jdcw_3269 {
  padding: 0 2rem;
}

._paddSide3_1jdcw_3273 {
  padding: 0 3rem;
}

._txContents_1jdcw_3277 {
  padding: 3rem;
}

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

._txIcon_1jdcw_3288 {
  width: 1.1rem;
}

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

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

._modal_1jdcw_1099._isShow_1jdcw_1106 ._searchModalBox_1jdcw_3300 {
  display: block;
}

._searchModalBox_1jdcw_3300 {
  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_1jdcw_3320 {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

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

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

._breadcrumbPopup_1jdcw_3341 {
  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_1jdcw_3355 {
  margin: 0.5rem 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

._brCrumbPartner_1jdcw_3355 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_1jdcw_3355 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_1jdcw_3385 {
  cursor: pointer;
  color: inherit;
}
._hoverBlue_1jdcw_3385:hover {
  color: #0084b2;
}

._overlay_1jdcw_3393 {
  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_1jdcw_3393 ._icLoading_1jdcw_1081 {
  position: fixed;
  inset: 0;
  margin: auto;
}

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

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

._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 ._menuAction_1jdcw_1936._menuInTable_1jdcw_1750,
._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 ._menuAction_1jdcw_1936._inTable_1jdcw_1950 {
  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_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 ._menuAction_1jdcw_1936._menuInTable_1jdcw_1750 a,
._license_1jdcw_1709 ._table_1jdcw_1243._partner_1jdcw_1711 ._menuAction_1jdcw_1936._inTable_1jdcw_1950 a {
  white-space: nowrap;
}

