/* reset*/
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.2;
}

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;
  width: 100%;
  margin-bottom: 6px !important;
}
table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table tbody tr:nth-child(odd):hover {
  background-color: #e6e6e6;
  cursor: pointer;
}
table tbody tr:nth-child(even) {
  background-color: #fff;
}
table tbody tr:nth-child(even):hover {
  background-color: #e6e6e6;
  cursor: pointer;
}

table thead tr th {
  color: #A7A7A7 !important;
}

thead, tbody, tr, td, th {
  display: block;
}

tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

table thead {
  border-bottom: 1px solid #ccc;
}
table thead tr th {
  height: 30px;
  color: #A7A7A7;
}

tbody {
  overflow-y: auto;
}
tbody tr {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 6px;
  padding-bottom: 6px;
}

tbody td, thead th {
  float: left;
  height: 100%;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
}

.table > :not(caption) > * > * {
  background-color: unset;
}

a {
  text-decoration: none;
  color: #161616;
}

.btn-primary {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 88px;
  font-size: 14px;
  color: #fff;
  background-color: #464646;
  border: 1px solid #464646;
}
.btn-primary:hover {
  background-color: #161616;
  border-color: #161616;
}
.btn-primary:active {
  background-color: #626262 !important;
  border-color: #626262 !important;
}

.btn-secondary {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 88px;
  font-size: 14px;
  color: #161616;
  background-color: #fff;
  border: 1px solid #464646;
}
.btn-secondary:hover {
  color: #161616;
  background-color: #f7f7f7;
}

.s-btn {
  min-width: 40px !important;
  border-radius: 3px;
  border: 1px solid #161616;
  background-color: #161616;
  font-size: 12px;
  padding: 4px 10px;
  color: #fff;
}

.saveBtn {
  border: 1px solid #161616;
  background-color: #161616;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  border-radius: 20px;
  height: 24px;
}
.saveBtn:hover {
  background-color: rgba(22, 22, 22, 0.8);
}

.editBtn {
  font-size: 12px;
  padding: 4px 10px;
  border: 1px solid #969696;
  background-color: #fff;
  border-radius: 3px;
  color: #484848;
}
.editBtn i {
  margin-left: 2px;
}
.editBtn:hover {
  background-color: #f4f4f4;
}

.addNew-btn {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #7A7A7A;
}
.addNew-btn:hover {
  background-color: #f4f4f4;
}

.cleanBtn {
  font-size: 14px;
  border: none;
  height: 34px;
  line-height: 34px;
}
.cleanBtn img {
  height: 20px;
  width: auto;
  vertical-align: sub;
  margin-right: 4px;
}

.icon-base {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #515151;
}
.icon-base img {
  width: 100%;
  height: auto;
  vertical-align: sub;
}

.icon-small-base {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #515151;
}
.icon-small-base img {
  width: 100%;
  height: auto;
  vertical-align: sub;
}

.icon-btn {
  font-size: 13px;
  border: 1px solid #C1C1C1;
  background-color: #F6F6F6;
  padding: 3px 8px;
  border-radius: 3px;
}
.icon-btn img {
  height: 18px;
  width: auto;
  vertical-align: sub;
  margin-right: 4px;
}

.yellow-btn {
  border: 1px solid #BFC24A;
  background-color: #FBFCD2;
  padding: 6px 10px;
  border-radius: 2px;
  margin: 2px;
  font-size: 14px;
  color: #575905;
}
.yellow-btn:hover, .yellow-btn:first-child:active, .yellow-btn:focus-visible {
  color: #161616;
  border: 1px solid #BFC24A;
  background-color: #f4f5c6;
  box-shadow: none;
}

.blue-btn {
  border: 1px solid #5EB9EF;
  background-color: #beddf1;
  padding: 6px 10px;
  border-radius: 2px;
  margin: 2px;
  font-size: 14px;
  color: #0f4a6d;
}
.blue-btn:hover, .blue-btn:not(.btn-check) + .btn:active, .blue-btn:focus-visible {
  color: #161616;
  border: 1px solid #5EB9EF;
  background-color: #b7daef;
  box-shadow: none;
}

.purple-btn {
  border: 1px solid #99A4D1;
  background-color: #E7EAF9;
  color: #364584;
  padding: 4px 10px;
  border-radius: 2px;
}
.purple-btn:hover, .purple-btn:first-child:active, .purple-btn:focus-visible {
  color: #161616;
  border: 1px solid #99A4D1;
  background-color: #E7EAF9;
  box-shadow: none;
}

.purpleLine-btn {
  border: 1px solid #6478C9;
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
  font-size: 13px;
  color: #6478C9;
  border-radius: 2px;
}
.purpleLine-btn:hover, .purpleLine-btn:not(.btn-check) + .btn:active, .purpleLine-btn:focus-visible {
  color: #6478C9;
  border: 1px solid #6478C9;
  background-color: #f7f9ff;
  box-shadow: none;
}

.gray-btn {
  border: 1px solid #9E9E9E;
  background-color: #DFDFDF;
  padding: 4px 10px;
  border-radius: 2px;
  font-size: 13px;
}
.gray-btn:hover, .gray-btn:not(.btn-check) + .btn:active, .gray-btn:focus-visible {
  color: #161616;
  border: 1px solid #9E9E9E;
  background-color: #d8d8d8;
  box-shadow: none;
}

.green-btn {
  border: 1px solid #749412;
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
  font-size: 13px;
  color: #749412;
  border-radius: 2px;
}
.green-btn:hover, .green-btn:not(.btn-check) + .btn:active, .green-btn:focus-visible {
  color: #749412;
  border: 1px solid #749412;
  background-color: #fbfff0;
  box-shadow: none;
}

.calcBtn {
  border: 1px solid #7A7A7A;
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
}
.calcBtn:hover {
  background-color: #f4f4f4;
}

.white-btn {
  border: 1px solid #C9C9C9;
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
  margin: 2px;
  font-size: 14px;
}
.white-btn:hover, .white-btn:first-child:active, .white-btn:focus-visible {
  color: #161616;
  border: 1px solid #C9C9C9;
  background-color: #f4f4f4;
  box-shadow: none;
}

.sBtn {
  font-size: 13px;
}

.btn-set li {
  display: inline-block;
}

a:hover {
  color: var(--primary);
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color: #a9a9a9;
  font-weight: 600;
}

.nav-tabs .nav-link.active {
  color: #161616;
  font-weight: 600;
}

.nav-underline {
  --bs-nav-underline-gap:0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.nav-underline .nav-link {
  color: #161616;
}
.nav-underline .nav-link.active, .nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: var(--primary);
  color: #161616;
  font-weight: 600;
}
.nav-underline .nav-link:hover .small-mun {
  font-weight: normal;
}
.nav-underline .nav-link.active .small-mun {
  background-color: var(--secondary1);
  font-weight: normal;
}
.nav-underline .nav-item {
  text-align: center;
  font-size: 14px;
  color: #161616;
}

.nav-tabs .nav-item {
  width: 50%;
  text-align: center;
  font-size: 14px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #161616;
  background-color: var(--secondary2) !important;
}

.tab-content .tab-pane {
  font-size: 14px;
}

.modal-header {
  border-bottom: none;
  padding-left: 30px;
  padding-right: 25px;
  padding-top: 20px;
}

.modal-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.modal-footer {
  justify-content: center;
  border-top: none;
  padding-bottom: 24px;
}

.sub-text {
  font-size: 14px;
  opacity: 0.7;
}

.align-center {
  text-align: center;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
}

:hover::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
}

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: rgba(255, 255, 255, 0);
}

::-webkit-input-placeholder {
  color: #d3d3d3;
}

::-moz-placeholder {
  color: #d3d3d3;
}

::-moz-placeholder {
  color: #d3d3d3;
}

.dropdown-item.active, .dropdown-item:active {
  color: #161616;
  background-color: #edeff0;
}

.normal-dropdown ul li .dropdown-item {
  padding-top: 0;
  padding-right: 0;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}

.dropdown-menu {
  border: none;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25);
}
.dropdown-menu input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 9px;
  margin-bottom: 8px;
  border-radius: 3px;
  font-size: 13px;
}

.selectBtn {
  display: inline-block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
}
.selectBtn:hover {
  color: #5c5c5c;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.two-calendar {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.two-calendar li {
  padding: 0 2px;
}

.custom-cal {
  width: 100%;
  min-width: 150px;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 3px 8px;
  background-color: #f5f5f5;
  position: relative;
  color: #8b8b8b;
  border-radius: 3px;
  font-size: 14px;
}
.custom-cal i {
  position: absolute;
  right: 8px;
  opacity: 0.4;
  font-size: 18px;
}

.highlight-text {
  color: #0E5DF2;
  padding-right: 8px;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
}

.form-control, .form-select {
  border: 1px solid #bbb;
  border-radius: 2px;
  font-size: 14px;
}

.form-group {
  margin-bottom: 8px;
}
.form-group > label {
  display: inline-block;
  text-align: right;
  line-height: 35px;
  padding-right: 0;
  font-size: 14px;
  color: #a5a5a5;
}

input[type=checkbox] + label, input[type=radio] + label {
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
}

.input-note div {
  color: #a0a0a0;
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 4px;
}

textarea {
  padding: 5px;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  border: 1px solid #bbb;
}

.accordion-item {
  border: none;
}

.accordion-item:first-of-type .accordion-button, .accordion-button:not(.collapsed) {
  color: #161616;
}

.accordion-button:not(.collapsed)::after, .accordion-button::after {
  opacity: 0.4;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-header .accordion-button {
  padding-left: 15px;
  padding-right: 15px;
}

.accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.pagination-wrap {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.pagination-wrap > ul {
  width: -moz-fit-content;
  width: fit-content;
}
.pagination-wrap > ul > li {
  display: inline-block;
  padding: 0 4px;
}
.pagination-wrap > ul > li select {
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  border-color: #DEE2E6;
  border-radius: 4px;
}
.pagination-wrap #pagination {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 8px;
  padding-bottom: 8px;
}
.pagination-wrap #pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.pagination-wrap #pagination ul li {
  color: #161616;
  display: flex;
}
.pagination-wrap #pagination ul li a {
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #DEE2E6;
  border-right: 0;
  cursor: pointer;
}
.pagination-wrap #pagination ul li.previous,
.pagination-wrap #pagination ul li.next {
  animation: fadein 0.5s;
}
.pagination-wrap #pagination ul li.active a {
  background-color: var(--secondary1);
}
.pagination-wrap #pagination ul li:first-child a {
  border-radius: 5px 0 0 5px;
}
.pagination-wrap #pagination ul li:last-child a {
  border-radius: 0 5px 5px 0;
  border-right: 2px solid #DEE2E6;
}

.breadcrumb {
  font-size: 13px;
  margin: 8px auto;
}

.toast {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  top: 2%;
  transform: translate(-50%, -2%);
}

.centerHV {
  display: flex;
  align-items: center;
  justify-content: center;
}

.endH-centerV {
  display: flex;
  align-items: center;
  justify-content: end;
}

.division-line {
  border-bottom: 1px solid #929292;
}

.division-row input, .division-row select, .division-row div {
  display: inline-flex;
}
.division-row div {
  width: 68px;
  justify-content: end;
}
.division-row input, .division-row select {
  width: calc(100% - 81px);
  margin-right: 8px;
}

.division-long-row input, .division-long-row select, .division-long-row div {
  display: inline-flex;
}
.division-long-row div {
  width: 88px;
  justify-content: end;
}
.division-long-row input, .division-long-row select {
  width: calc(100% - 101px);
  margin-right: 8px;
}

.small-mark {
  font-size: 12px;
  margin-left: 8px;
}

.hasTooltip {
  overflow: visible !important;
  position: relative;
}

.hasTooltip .tip {
  display: block;
  background: #333;
  color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 13px;
  line-height: 1rem;
  text-align: left;
  font-style: normal;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 5px;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.34s ease-in-out;
  z-index: 9999;
}
.hasTooltip .tip .link-word {
  text-align: right;
  text-decoration: underline;
}

.hasTooltip .tip:after {
  border-left: solid transparent 6px;
  border-right: solid transparent 6px;
  border-top: solid #333 6px;
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0;
}

.hasTooltip:focus .tip,
.hasTooltip:hover .tip {
  opacity: 1;
  pointer-events: auto;
  font-style: normal;
}

h1 {
  font-size: 30px;
  font-weight: 600;
}

h2 {
  font-size: 26px;
  font-weight: 600;
}

h3 {
  font-size: 22px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 600;
}

h6 {
  font-size: 17px;
  font-weight: 600;
}

body {
  margin: 0;
  height: 100vh;
  font-family: "Noto Sans TC", "PingFang", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  color: #161616;
}

.footer {
  opacity: 0.8;
}
.footer ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footer ul li {
  display: inline-block;
  height: 30px;
}
.footer ul li p {
  font-size: 12px;
  line-height: 14px;
}
.footer ul li p a {
  text-decoration: underline;
}
.footer ul li:first-child {
  font-size: 22px;
  padding: 2px 4px 4px 0;
  margin-right: 10px;
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: auto;
  max-width: 164px;
  font-weight: 500;
}
.brand-logo img {
  width: unset;
  height: 100%;
}

.required-field {
  width: -moz-fit-content;
  width: fit-content;
  color: #e30d04;
  background-color: rgba(227, 13, 4, 0.1);
  padding: 3px 7px;
  margin-bottom: 4px;
}

.hint-note {
  font-size: 13px;
  color: #646464;
}

.alert-note {
  color: #e30d04;
  font-size: 13px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .form-select:disabled {
  cursor: not-allowed;
}

.form-control.view-mode, .form-select.view-mode {
  cursor: default;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}

.form-control.error-mode, .form-select.error-mode {
  border-color: #e30d04;
}

.form-select.view-mode {
  background-image: none;
  padding-right: 12px;
}

.toast .toast-body {
  font-size: 15px;
}

.error-toast {
  border: 1px solid #f1aeb5;
  background-color: #f8d7da;
}

.warning-toast {
  border: 1px solid #ffe69c;
  background-color: #fff3cd;
}

.success-toast {
  border: 1px solid #a3cfbb;
  background-color: #d1e7dd;
}

.basic-info {
  background-color: var(--secondary3);
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 5px;
}

.headshot-wrap {
  display: flex;
  margin-bottom: 24px;
}
.headshot-wrap > div {
  width: -moz-fit-content;
  width: fit-content;
}
.headshot-wrap .headshot {
  width: 118px;
  height: 134px;
  border: 1px solid #e8e8e8;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 4px;
}
.headshot-wrap .upload-btn {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  width: 92px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #D1D1D1;
  margin-right: 7px;
  border-radius: 3px;
}
.headshot-wrap .upload-btn:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}
.headshot-wrap .upload-btn i {
  margin-right: 6px;
}

.section-info > ul > li {
  border-bottom: 1px solid #858585;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hint-text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
}
.hint-text li {
  display: inline-flex;
  vertical-align: middle;
}
.hint-text li:first-child span {
  background-color: #E0E0E0;
  height: 22px;
  line-height: 22px;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 4px;
}

.two-col-block {
  background-color: #F1F1F1;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  margin-top: 8px;
}

.optional-address ul {
  padding-bottom: 8px;
}
.optional-address ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.toggle {
  --width: 65px;
  --height: calc(var(--width) * 0.4);
  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--height);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: var(--height);
  cursor: pointer;
}

.toggle input {
  display: none;
}

.toggle .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--height);
  background-color: #85B61F;
  transition: all 0.2s ease-in-out;
}

.toggle .slider::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(var(--height) * 0.86);
  height: calc(var(--height) * 0.86);
  border-radius: calc(var(--height) / 2);
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}

.toggle input:checked + .slider {
  background-color: #2196F3;
}

.toggle input:checked + .slider::before {
  transform: translateX(calc(var(--width) - var(--height)));
}

.toggle .labels {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: sans-serif;
  transition: all 0.2s ease-in-out;
}

.toggle .labels::after {
  content: attr(data-off);
  position: absolute;
  right: 8px;
  color: #fff;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.toggle .labels::before {
  content: attr(data-on);
  position: absolute;
  left: 8px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.toggle input:checked ~ .labels::after {
  opacity: 0;
}

.toggle input:checked ~ .labels::before {
  opacity: 1;
}

.rightS-block {
  background-color: #fff;
  padding-right: 15px;
  padding-top: 8px;
}

.foreigner-info {
  padding-bottom: 8px;
}

.small-section {
  border-bottom: 1px solid #ccc;
  padding-top: 24px;
  padding-bottom: 24px;
}

.addRow-table-list > li {
  margin-bottom: 16px;
}

.addRow-table thead tr th {
  font-size: 14px;
  color: #919191;
  font-weight: 500;
}
.addRow-table tbody tr td input {
  border: 1px solid #bbb;
  border-radius: 2px;
  height: 35px;
  font-size: 14px;
}
.addRow-table tbody tr {
  background-color: #f2f2f2;
  border-bottom: 3px solid #fff;
}

.dec-line {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #858585;
  position: relative;
  font-size: 17px;
}
.dec-line a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  right: 3px;
  top: 8px;
}
.dec-line a i {
  font-size: 20px;
}

.foreigner-info-wrap {
  padding-left: 15px;
  margin-top: 16px;
}

.left-small-block {
  background-color: #F1F1F1;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 1px;
  margin-bottom: 8px;
}

.section-info-title {
  height: 35px;
  line-height: 35px;
}

.calcBar {
  height: 35px;
  line-height: 35px;
  text-align: right;
  margin-top: 8px;
  font-size: 15px;
}
.calcBar span {
  background-color: #D9D9D9;
  padding: 4px 8px;
  margin-left: 8px;
}

.staff-name {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #3a3a3a;
}

.page-step-info {
  border-bottom: 2px solid #747474;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.unusualH {
  height: 87px;
}

@media (min-width: 768px) {
  .addRow-table {
    min-width: 1200px;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .education-table thead tr th:first-child, .education-table tbody tr td:first-child, .experience-table thead tr th:first-child, .experience-table tbody tr td:first-child, .family-table thead tr th:first-child, .family-table tbody tr td:first-child {
    width: 15%;
  }
  .education-table thead tr th:nth-child(2), .education-table tbody tr td:nth-child(2), .experience-table thead tr th:nth-child(2), .experience-table tbody tr td:nth-child(2), .family-table thead tr th:nth-child(2), .family-table tbody tr td:nth-child(2) {
    width: 15%;
  }
  .education-table thead tr th:nth-child(3), .education-table tbody tr td:nth-child(3), .experience-table thead tr th:nth-child(3), .experience-table tbody tr td:nth-child(3), .family-table thead tr th:nth-child(3), .family-table tbody tr td:nth-child(3) {
    width: 15%;
  }
  .education-table thead tr th:nth-child(4), .education-table tbody tr td:nth-child(4), .experience-table thead tr th:nth-child(4), .experience-table tbody tr td:nth-child(4), .family-table thead tr th:nth-child(4), .family-table tbody tr td:nth-child(4) {
    width: 31%;
  }
  .education-table thead tr th:nth-child(5), .education-table tbody tr td:nth-child(5), .experience-table thead tr th:nth-child(5), .experience-table tbody tr td:nth-child(5), .family-table thead tr th:nth-child(5), .family-table tbody tr td:nth-child(5) {
    width: 15%;
  }
  .education-table thead tr th:last-child, .education-table tbody tr td:last-child, .experience-table thead tr th:last-child, .experience-table tbody tr td:last-child, .family-table thead tr th:last-child, .family-table tbody tr td:last-child {
    width: 9%;
  }
  .salary-table thead tr th:first-child, .salary-table tbody tr td:first-child {
    width: 15%;
  }
  .salary-table thead tr th:nth-child(2), .salary-table tbody tr td:nth-child(2) {
    width: 31%;
  }
  .salary-table thead tr th:nth-child(3), .salary-table tbody tr td:nth-child(3) {
    width: 15%;
  }
  .salary-table thead tr th:nth-child(4), .salary-table tbody tr td:nth-child(4) {
    width: 15%;
  }
  .salary-table thead tr th:nth-child(5), .salary-table tbody tr td:nth-child(5) {
    width: 15%;
  }
  .salary-table thead tr th:last-child, .salary-table tbody tr td:last-child {
    width: 9%;
  }
  .attendance-table {
    width: 758px;
  }
  .attendance-table tbody {
    height: 312px;
  }
  .attendance-table thead tr th, .attendance-table tbody tr td {
    width: 20%;
  }
  .apportion-table {
    width: 1098px;
  }
  .apportion-table thead tr th:first-child, .apportion-table tbody tr td:first-child {
    width: 16%;
  }
  .apportion-table thead tr th:nth-child(2), .apportion-table tbody tr td:nth-child(2) {
    width: 16%;
  }
  .apportion-table thead tr th:nth-child(3), .apportion-table tbody tr td:nth-child(3) {
    width: 8%;
  }
  .apportion-table thead tr th:nth-child(4), .apportion-table tbody tr td:nth-child(4) {
    width: 16%;
  }
  .apportion-table thead tr th:nth-child(5), .apportion-table tbody tr td:nth-child(5) {
    width: 16%;
  }
  .apportion-table thead tr th:nth-child(6), .apportion-table tbody tr td:nth-child(6) {
    width: 18%;
  }
  .apportion-table thead tr th:last-child, .apportion-table tbody tr td:last-child {
    width: 10%;
  }
}
@media (max-width: 575.98px) {
  .two-calendar li {
    padding-left: 0;
    padding-right: 0;
  }
  .two-calendar li:first-child {
    margin-bottom: 8px;
  }
  .pagination-wrap > ul > li {
    width: 100%;
  }
  .pagination-wrap > ul > li p, .pagination-wrap > ul > li #pagination, .pagination-wrap > ul > li select {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .form-group {
    margin-top: 0;
  }
  .form-group label {
    text-align: left;
    line-height: 28px;
  }
  .rightS-block {
    padding-left: 15px;
  }
  .pagination-wrap {
    justify-content: center;
  }
  .check-title {
    padding-left: 36px;
  }
  .section-info {
    padding-left: 0;
    padding-right: 0;
  }
  .section-info > ul > li {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .addRow-table-list > li {
    padding-left: 0;
    padding-right: 0;
  }
  .accordion-header .accordion-button {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .unusualH {
    height: unset;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .headshot-wrap {
    justify-content: end;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .two-calendar li:first-child {
    padding-left: 0;
  }
  .two-calendar li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .table thead {
    display: none;
  }
  .table,
  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;
  }
  .table > :not(caption) > * > * {
    padding-right: 15px;
  }
  tbody tr {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .table td {
    padding-left: 120px;
    text-align: left;
    position: relative;
  }
  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 120px;
    height: 35px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
}/*# sourceMappingURL=reset.css.map */