/*** common ***/
/*** @media ***/
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

/* fade */
.fade-enter,
.fade-leave-active {
  opacity: 0; }

/* fade-transform */
.fade-transform-enter {
  opacity: 0;
  transform: translateX(-30px); }

.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(30px); }

/*** @media ***/
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

body .modal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1070; }

.modal-open {
  overflow: auto;
  padding-right: 0 !important; }

.modal-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 0 auto 10px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.modal-icon.modal-error {
  border-color: #f27474; }
.modal-icon.modal-error .modal-x-mark {
  position: relative;
  display: block; }
.modal-icon.modal-error [class^='modal-x-mark-line'] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px; }
.modal-icon.modal-error [class^='modal-x-mark-line'][class$='left'] {
  transform: rotate(45deg);
  left: 17px; }
.modal-icon.modal-error [class^='modal-x-mark-line'][class$='right'] {
  transform: rotate(-45deg);
  right: 16px; }
.modal-icon.modal-info {
  font-family: 'Open Sans', sans-serif;
  color: #2e7edd;
  border-color: #2e7edd;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }
.modal-icon.modal-warning {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.modal-animate-success-line-tip {
  animation: animate-success-tip 0.75s; }

.modal-animate-success-line-long {
  animation: animate-success-long 0.75s; }

.modal-success.modal-animate-success-icon .modal-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

.modal-animate-error-icon {
  animation: animate-error-icon 0.5s; }

.modal-fade-enter, .modal-fade-leave-active {
  opacity: 0; }

.modal-fade-enter-active, .modal-fade-leave-active {
  transition: opacity .5s ease; }

.modal .modal-header {
  justify-content: center;
  border-bottom: none; }
.modal .modal-header .modal-title {
  color: #202124; }

.modal .modal-body .success-icon {
  background: url(../images/icon-check-confirm.svg) no-repeat 50%;
  background-size: 70px;
  height: 70px; }
@media (max-width: 480px) {
  .modal .modal-body .success-icon {
    background-size: 60px;
    height: 60px; } }

.modal .modal-footer {
  border-top: none; }
.modal .modal-footer .btn {
  min-width: 80px; }

.modal-error .modal-footer {
  justify-content: center; }

@media (min-width: 991px) {
  .modal-dialog-lg .modal-dialog {
    max-width: 700px; }
  .modal-lg-custom .modal-dialog {
    max-width: 800px; }
  .modal-dialog-xxl .modal-dialog {
    max-width: 1200px; } }

.modal-login .modal-body-login {
  padding-top: 1rem;
  max-width: 360px;
  margin: 0 auto; }
.modal-login .modal-body-login .device-thumb {
  text-align: center;
  margin-bottom: 48px; }

.modal-login .list-otp {
  display: flex;
  justify-content: space-between; }
.modal-login .list-otp input {
  margin: 0 5px;
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  border: solid 1px #ccc;
  outline: none;
  width: 38px;
  transition: all 0.2s ease-in-out;
  border-radius: 3px; }

.modal-login .modal-footer {
  padding-top: 0; }
.modal-login .modal-footer .btn {
  width: 100%; }

.modal-login .modal-extra-footer {
  margin-bottom: 1rem; }

.modal-login .extra-message {
  max-width: 450px; }

.modal-footer {
  justify-content: center;
  flex-flow: wrap;
  border-top: none;
  padding-bottom: 30px; }
.modal-footer .btn {
  height: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  width: 40%;
  max-width: 327px;
  margin: 4px 16px; }
@media (max-width: 480px) {
  .modal-footer .btn {
    width: 100%;
    margin: 5px 0;
    height: 45px; } }

.dialog-confirm .modal-dialog {
  max-width: 600px; }

[class^="modal-account-"] {
  margin-top: -1rem; }
[class^="modal-account-"] .title {
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem; }

.modal-file-format-settings .modal-dialog {
  max-width: 600px; }

.modal-file-format-settings .modal-body {
  padding-left: 48px;
  padding-right: 48px; }
@media (max-width: 767px) {
  .modal-file-format-settings .modal-body {
    padding-left: 1rem;
    padding-right: 1rem; } }

.modal-file-format-settings .modal-header {
  padding-top: 30px; }

.modal-success .modal-header {
  display: none; }

.modal-success .modal-body {
  padding-top: 30px; }

.modal-request-history .modal-dialog {
  max-width: 600px; }

.modal-request-history .modal-header .modal-title {
  font-size: 24px; }

.modal-request-history .message {
  margin-bottom: 36px;
  font-size: 15px !important;
  font-weight: 500; }

.modal-request-history .history-list {
  max-width: 465px;
  margin: 0 auto; }

.modal-request-history .modal-footer .btn {
  max-width: 240px; }

.modal-results-list .modal-dialog {
  min-width: 500px;
  max-width: 700px; }

.modal-results-list .modal-header .modal-title {
  font-size: 24px;
  text-align: center;
  width: 100%;
  padding-left: 2rem; }

.modal-results-list .modal-footer {
  padding-bottom: 20px; }

.modal-confirm .modal-body-confirm {
  padding-top: 32px;
  font-size: 15px; }

.modal-confirm .message {
  font-size: 24px;
  margin-bottom: 0;
  text-align: center; }

.modal-cmn {
  padding-left: 265px; }
@media (max-width: 1366px) {
  .modal-cmn {
    padding-left: 15px; } }
.modal-cmn .modal-dialog {
  max-width: 990px; }
.modal-cmn .modal-header {
  padding: 20px 48px 0; }
@media (max-width: 991px) {
  .modal-cmn .modal-header {
    padding-left: 10px;
    padding-right: 10px; } }
.modal-cmn .modal-body {
  padding: 0 48px 40px; }
@media (max-width: 991px) {
  .modal-cmn .modal-body {
    padding: 0 10px 20px; } }

.modal-warning .modal-dialog, .modal-error .modal-dialog {
  max-width: 700px; }

.modal-validate .modal-dialog {
  max-width: 715px; }

.modal-error .modal-body .message {
  font-size: 18px;
  font-weight: 500; }

.modal-items-list .modal-body {
  padding: 0 48px; }

.modal-listGuide .table-list {
  white-space: nowrap; }
.modal-listGuide .table-list th:nth-child(1), .modal-listGuide .table-list td:nth-child(1) {
  width: 12%; }
.modal-listGuide .table-list th:nth-child(2), .modal-listGuide .table-list td:nth-child(2) {
  width: 30%; }

.modal-listGuide .user-list {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }

.modal-listGuide .user-thumb {
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #2BB9A5;
  overflow: hidden;
  color: #acacac;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 35px;
  margin-right: 24px; }

.modal-listGuide .text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500; }

.modal-list-request .title-content {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }

.modal-list-request .text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500; }

.modal-list-request .table-list {
  white-space: nowrap; }
.modal-list-request .table-list th:nth-child(1), .modal-list-request .table-list td:nth-child(1) {
  width: 8%; }
.modal-list-request .table-list th:nth-child(2), .modal-list-request .table-list td:nth-child(2) {
  width: 20%; }

.modal-confirm-state-change .modal-header {
  display: flex; }

.modal-confirm-state-change .close {
  position: absolute;
  right: 1rem; }

.disclaimer-modal .modal-header .modal-title {
  font-weight: bold; }

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%; }
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }
@media (min-width: 767px) {
  .modal-dialog-centered.modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); } }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0; }
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80vh; }
.modal-dialog-scrollable .modal-body .text {
  font-size: 18px;
  margin-bottom: 0;
  text-align: center; }

@media print {
  @page {
    size: auto; }
  .main-content {
    margin-left: 0;
    background-color: white !important;
    -webkit-print-color-adjust: exact !important; }
  .main-content .contents {
    height: auto !important; }
  .main-content .contents .title-page {
    display: none !important; }
  .main-content .header, .main-content .btnAdd, .main-content .expiration-warning {
    display: none; }
  .main-content tr, .main-content th, .main-content td, .main-content .form-tr, .main-content .form-th {
    -moz-column-break-inside: avoid;
    break-inside: avoid; } }

.xmx-icon-left:before,
.xmx-icon-right:before,
.xmx-icon-double-left:before,
.xmx-icon-double-right:before,
.xmx-icon-double-left:after,
.xmx-icon-double-right:after {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-style: solid;
  border-color: currentColor;
  border-width: 2px 0 0 2px;
  border-radius: 1px;
  box-sizing: border-box;
  transform-origin: center;
  transform: rotate(-45deg) scale(0.7); }

.xmx-icon-double-left:after {
  left: -4px; }

.xmx-icon-double-right:before {
  left: 4px; }

.xmx-icon-right:before,
.xmx-icon-double-right:before,
.xmx-icon-double-right:after {
  transform: rotate(135deg) scale(0.7); }

.xmx-btn {
  box-sizing: border-box;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #555;
  white-space: nowrap; }
.xmx-btn:hover {
  border-color: #1284e7;
  color: #1284e7; }
.xmx-btn:disabled, .xmx-btn.disabled {
  color: #ccc;
  cursor: not-allowed; }

.xmx-btn-text {
  border: 0;
  padding: 0 4px;
  text-align: left;
  line-height: inherit; }

.xmx-scrollbar {
  height: 100%; }
.xmx-scrollbar:hover .xmx-scrollbar-track {
  opacity: 1; }

.xmx-scrollbar-wrap {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.xmx-scrollbar-track {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 6px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.24s ease-out; }
.xmx-scrollbar-track .xmx-scrollbar-thumb {
  position: absolute;
  width: 100%;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  transition: background-color 0.3s; }

.xmx-zoom-in-down-enter-active,
.xmx-zoom-in-down-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center top; }

.xmx-zoom-in-down-enter,
.xmx-zoom-in-down-enter-from,
.xmx-zoom-in-down-leave-to {
  opacity: 0;
  transform: scaleY(0); }

.xmx-datepicker {
  position: relative;
  display: inline-block;
  width: 210px; }
.xmx-datepicker svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }

.xmx-datepicker-range {
  width: 320px; }

.xmx-datepicker-inline {
  width: auto; }

.xmx-input-wrapper {
  position: relative; }
.xmx-input-wrapper .xmx-icon-clear {
  display: none; }
.xmx-input-wrapper:hover .xmx-icon-clear {
  display: block; }
.xmx-input-wrapper:hover .xmx-icon-clear + .xmx-icon-calendar {
  display: none; }

.xmx-input {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 30px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.xmx-input:hover, .xmx-input:focus {
  border-color: #409aff; }
.xmx-input:disabled, .xmx-input.disabled {
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #ccc;
  cursor: not-allowed; }
.xmx-input:focus {
  outline: none; }
.xmx-input::-ms-clear {
  display: none; }

.xmx-icon-calendar,
.xmx-icon-clear {
  position: absolute;
  /* top: 50%; */
  top: 22px;
  right: 8px;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle; }

.xmx-icon-clear {
  cursor: pointer; }
.xmx-icon-clear:hover {
  color: rgba(0, 0, 0, 0.8); }

.xmx-datepicker-main {
  font: 14px/1.5 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei', sans-serif;
  color: #555;
  background-color: #fff;
  border: 1px solid #e8e8e8; }

.xmx-datepicker-popup {
  position: absolute;
  margin-top: 1px;
  margin-bottom: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 2001; }

.xmx-datepicker-sidebar {
  float: left;
  box-sizing: border-box;
  width: 100px;
  padding: 6px;
  overflow: auto; }

.xmx-datepicker-sidebar + .xmx-datepicker-content {
  margin-left: 100px;
  border-left: 1px solid #e8e8e8; }

.xmx-datepicker-body {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.xmx-btn-shortcut {
  display: block;
  padding: 0 6px;
  line-height: 24px; }

.xmx-range-wrapper {
  display: flex; }
@media (max-width: 750px) {
  .xmx-range-wrapper {
    flex-direction: column; } }

.xmx-datepicker-header {
  padding: 6px 8px;
  border-bottom: 1px solid #e8e8e8; }

.xmx-datepicker-footer {
  padding: 6px 8px;
  text-align: right;
  border-top: 1px solid #e8e8e8; }

.xmx-calendar {
  box-sizing: border-box;
  width: 248px;
  padding: 6px 12px; }
.xmx-calendar + .xmx-calendar {
  border-left: 1px solid #e8e8e8; }

.xmx-calendar-header, .xmx-time-header {
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  text-align: center;
  overflow: hidden; }

.xmx-btn-icon-left,
.xmx-btn-icon-double-left {
  float: left; }

.xmx-btn-icon-right,
.xmx-btn-icon-double-right {
  float: right; }

.xmx-calendar-header-label {
  font-size: 14px; }

.xmx-calendar-decade-separator {
  margin: 0 2px; }
.xmx-calendar-decade-separator:after {
  content: '~'; }

.xmx-calendar-content {
  position: relative;
  height: 224px;
  box-sizing: border-box; }
.xmx-calendar-content .cell {
  cursor: pointer; }
.xmx-calendar-content .cell:hover {
  color: #555;
  background-color: #f3f9fe; }
.xmx-calendar-content .cell.active {
  color: #fff;
  background-color: #1284e7; }
.xmx-calendar-content .cell.in-range, .xmx-calendar-content .cell.hover-in-range {
  color: #555;
  background-color: #dbedfb; }
.xmx-calendar-content .cell.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3; }

.xmx-calendar-week-mode .xmx-date-row {
  cursor: pointer; }
.xmx-calendar-week-mode .xmx-date-row:hover {
  background-color: #f3f9fe; }
.xmx-calendar-week-mode .xmx-date-row.xmx-active-week {
  background-color: #dbedfb; }
.xmx-calendar-week-mode .xmx-date-row .cell:hover {
  color: inherit;
  background-color: transparent; }
.xmx-calendar-week-mode .xmx-date-row .cell.active {
  color: inherit;
  background-color: transparent; }

.xmx-week-number {
  opacity: 0.5; }

.xmx-table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center; }
.xmx-table th {
  padding: 0;
  font-weight: 500;
  vertical-align: middle; }
.xmx-table td {
  padding: 0;
  vertical-align: middle; }

.xmx-table-date td,
.xmx-table-date th {
  height: 32px;
  font-size: 12px; }

.xmx-table-date .today {
  color: #2a90e9; }

.xmx-table-date .cell.not-current-month {
  color: #ccc;
  background: none; }

.xmx-time {
  flex: 1;
  width: 224px;
  background: #fff; }
.xmx-time + .xmx-time {
  border-left: 1px solid #e8e8e8; }

.xmx-calendar-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.xmx-time-header {
  border-bottom: 1px solid #e8e8e8; }

.xmx-time-content {
  height: 224px;
  box-sizing: border-box;
  overflow: hidden; }

.xmx-time-columns {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.xmx-time-column {
  flex: 1;
  position: relative;
  border-left: 1px solid #e8e8e8;
  text-align: center; }
.xmx-time-column:first-child {
  border-left: 0; }
.xmx-time-column .xmx-time-list {
  margin: 0;
  padding: 0;
  list-style: none; }
.xmx-time-column .xmx-time-list::after {
  content: '';
  display: block;
  height: 192px; }
.xmx-time-column .xmx-time-item {
  cursor: pointer;
  font-size: 12px;
  height: 32px;
  line-height: 32px; }
.xmx-time-column .xmx-time-item:hover {
  color: #555;
  background-color: #f3f9fe; }
.xmx-time-column .xmx-time-item.active {
  color: #1284e7;
  background-color: transparent;
  font-weight: 700; }
.xmx-time-column .xmx-time-item.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3; }

.xmx-time-option {
  cursor: pointer;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px; }
.xmx-time-option:hover {
  color: #555;
  background-color: #f3f9fe; }
.xmx-time-option.active {
  color: #1284e7;
  background-color: transparent;
  font-weight: 700; }
.xmx-time-option.disabled {
  cursor: not-allowed;
  color: #ccc;
  background-color: #f3f3f3; }

/*** @media ***/
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.xmx-datepicker {
  width: 100%; }

.xmx-calendar-content .cell.active {
  background-color: #44a5f9; }

.hidden-icon .xmx-icon-calendar {
  display: none; }

.date-time-custom {
  padding: 10px 0; }
@media (max-width: 1024px) {
  .date-time-custom .separate-time .xmx-input {
    width: 35px;
    padding: 0 5px; } }
.date-time-custom .xmx-input {
  padding: 0 12px;
  height: 45px; }
@media (max-width: 1199px) {
  .date-time-custom .xmx-input {
    padding: 0 10px; } }
@media (max-width: 1366px) {
  .date-time-custom .xmx-input {
    height: 41px;
    border-radius: 8px; } }
.date-time-custom .time-wrap {
  margin-top: 0.75rem; }
@media (max-width: 1366px) {
  .date-time-custom .time-wrap {
    margin-top: 0.5rem; } }

.separate-time .xmx-input {
  border: 1px solid #E1E1E1;
  box-shadow: none;
  padding: 0 10px;
  width: 45px;
  height: 45px;
  text-align: center; }
@media (max-width: 1199px) {
  .separate-time .xmx-input {
    width: 41px; } }

.xmx-input {
  border-radius: 12px;
  padding: 0 14px;
  height: 50px;
  border-color: #E1E1E1; }
@media (max-width: 1199px) {
  .xmx-input {
    padding: 0 10px; } }
@media (max-width: 1366px) {
  .xmx-input {
    height: 44px !important;
    border-radius: 8px; } }
.xmx-input:disabled, .xmx-input.disabled {
  border: 1px solid #E1E1E1;
  color: #909399;
  background: #e9ecef; }
.xmx-input:hover:not(.disabled):not(:disabled):not(.is-invalid) {
  border: 1px solid #E1E1E1; }
.xmx-input:focus:not(.disabled):not(:disabled), .xmx-input:active:not(.disabled):not(:disabled) {
  border: 1px solid #2BB9A5;
  box-shadow: 0 0 0 0.2rem rgba(43, 185, 165, 0.39); }
.xmx-input.is-invalid:not(.disabled) {
  border-color: #dc3545; }
.xmx-input.is-invalid:not(.disabled):focus, .xmx-input.is-invalid:not(.disabled):active {
  border: 1px solid #dc3545;
  box-shadow: 0 0 0 0.2rem #fbafb6; }

.xmx-datepicker.disabled .xmx-icon-calendar {
  color: #757575 !important; }

.xmx-icon-calendar {
  color: #2BB9A5;
  margin-right: 6px;
  font-size: 18px; }
@media (max-width: 1366px) {
  .xmx-icon-calendar {
    font-size: 16px; } }

.xmx-icon-clear {
  margin-right: 10px; }

.xmx-table-date .today {
  color: #555;
  background-color: #f8eabd; }

.xmx-time {
  width: 85px; }

.xmx-time-column .xmx-time-item {
  font-size: 13px; }
.xmx-time-column .xmx-time-item.active {
  font-weight: normal; }

.xmx-time-column .xmx-time-list::after {
  display: none; }

.hospital-custom .xmx-time-column .xmx-time-item.active {
  color: #2BB9A5; }

.hospital-custom .xmx-time-column .xmx-time-item:hover {
  background-color: #DBF7F3; }

.labor-custom .xmx-time-column .xmx-time-item.active {
  color: #4169E1; }

.labor-custom .xmx-time-column .xmx-time-item:hover {
  background-color: #dde5ff; }

#app-admin .xmx-input:focus, #app-admin .xmx-input:active {
  border: 1px solid #a4508b;
  box-shadow: 0 0 0 0.2rem rgba(164, 80, 139, 0.32); }

#app-admin .xmx-icon-calendar {
  color: #a4508b; }

#app-labor .xmx-input:focus, #app-labor .xmx-input:active {
  border: 1px solid #4169E1;
  box-shadow: 0 0 0 0.2rem rgba(50, 87, 201, 0.36); }

#app-labor .xmx-icon-calendar {
  color: #4169E1; }

#app-sale .xmx-input:focus, #app-sale .xmx-input:active {
  border: 1px solid #E5B550;
  box-shadow: 0 0 0 0.2rem rgba(230, 192, 111, 0.36); }

#app-sale .xmx-icon-calendar {
  color: #E5B550; }

.xmx-date-row .cell:first-child {
  color: #d11d29; }

.xmx-date-row .cell:last-child {
  color: #3d7fb7; }

.xmx-date-row .cell:first-child.not-current-month, .xmx-date-row .cell:first-child.disabled, .xmx-date-row .cell:last-child.not-current-month, .xmx-date-row .cell:last-child.disabled {
  opacity: .5; }

@font-face {
  font-family: SFProDisplay;
  font-weight: 400;
  src: url(../webfonts/SFPRODISPLAYREGULAR.OTF) format("opentype"); }

@font-face {
  font-family: SFProDisplay;
  font-weight: 500;
  src: url(../webfonts/SFPRODISPLAYMEDIUM.OTF) format("opentype"); }

@font-face {
  font-family: SFProDisplay;
  font-weight: 700;
  src: url(../webfonts/SFPRODISPLAYBOLD.OTF) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  src: url(../webfonts/NotoSansJP-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  src: url(../webfonts/NotoSansJP-Medium.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  src: url(../webfonts/NotoSansJP-Bold.otf) format("opentype"); }

.fs8 {
  font-size: 8px !important; }

.fs9 {
  font-size: 9px !important; }

.fs10 {
  font-size: 10px !important; }

.fs11 {
  font-size: 11px !important; }

.fs12 {
  font-size: 12px !important; }

.fs13 {
  font-size: 13px !important; }

.fs14 {
  font-size: 14px !important; }

.fs15 {
  font-size: 15px !important; }

.fs16 {
  font-size: 16px !important; }

.fs17 {
  font-size: 17px !important; }

.fs18 {
  font-size: 18px !important; }

.fs19 {
  font-size: 19px !important; }

.fs20 {
  font-size: 20px !important; }

.fs21 {
  font-size: 21px !important; }

.fs22 {
  font-size: 22px !important; }

.fs23 {
  font-size: 23px !important; }

.fs24 {
  font-size: 24px !important; }

.fs25 {
  font-size: 25px !important; }

.fs26 {
  font-size: 26px !important; }

.fs27 {
  font-size: 27px !important; }

.fs28 {
  font-size: 28px !important; }

.fs29 {
  font-size: 29px !important; }

.fs30 {
  font-size: 30px !important; }

.fs31 {
  font-size: 31px !important; }

.fs32 {
  font-size: 32px !important; }

.fs33 {
  font-size: 33px !important; }

.fs34 {
  font-size: 34px !important; }

.fs35 {
  font-size: 35px !important; }

.fs36 {
  font-size: 36px !important; }

.fs37 {
  font-size: 37px !important; }

.fs38 {
  font-size: 38px !important; }

.fs39 {
  font-size: 39px !important; }

.fs40 {
  font-size: 40px !important; }

.maxw-50 {
  max-width: 50px; }

.maxh-50 {
  max-height: 50px; }

.maxw-100 {
  max-width: 100px; }

.maxh-100 {
  max-height: 100px; }

.maxw-150 {
  max-width: 150px; }

.maxh-150 {
  max-height: 150px; }

.maxw-200 {
  max-width: 200px; }

.maxh-200 {
  max-height: 200px; }

.maxw-250 {
  max-width: 250px; }

.maxh-250 {
  max-height: 250px; }

.maxw-300 {
  max-width: 300px; }

.maxh-300 {
  max-height: 300px; }

.maxw-350 {
  max-width: 350px; }

.maxh-350 {
  max-height: 350px; }

.maxw-400 {
  max-width: 400px; }

.maxh-400 {
  max-height: 400px; }

.maxw-450 {
  max-width: 450px; }

.maxh-450 {
  max-height: 450px; }

.maxw-500 {
  max-width: 500px; }

.maxh-500 {
  max-height: 500px; }

.maxw-550 {
  max-width: 550px; }

.maxh-550 {
  max-height: 550px; }

.maxw-600 {
  max-width: 600px; }

.maxh-600 {
  max-height: 600px; }

.maxw-650 {
  max-width: 650px; }

.maxh-650 {
  max-height: 650px; }

.maxw-700 {
  max-width: 700px; }

.maxh-700 {
  max-height: 700px; }

.maxw-750 {
  max-width: 750px; }

.maxh-750 {
  max-height: 750px; }

.maxw-800 {
  max-width: 800px; }

.maxh-800 {
  max-height: 800px; }

.maxw-850 {
  max-width: 850px; }

.maxh-850 {
  max-height: 850px; }

.maxw-900 {
  max-width: 900px; }

.maxh-900 {
  max-height: 900px; }

.maxw-950 {
  max-width: 950px; }

.maxh-950 {
  max-height: 950px; }

.maxw-1000 {
  max-width: 1000px; }

.maxh-1000 {
  max-height: 1000px; }

.minw-50 {
  min-width: 50px; }

.minw-100 {
  min-width: 100px; }

.minw-150 {
  min-width: 150px; }

.minw-200 {
  min-width: 200px; }

.minw-250 {
  min-width: 250px; }

.minw-300 {
  min-width: 300px; }

.minw-350 {
  min-width: 350px; }

.minw-400 {
  min-width: 400px; }

.minw-450 {
  min-width: 450px; }

.minw-500 {
  min-width: 500px; }

.minw-550 {
  min-width: 550px; }

.minw-600 {
  min-width: 600px; }

.minw-650 {
  min-width: 650px; }

.minw-700 {
  min-width: 700px; }

.minw-750 {
  min-width: 750px; }

.minw-800 {
  min-width: 800px; }

.minw-850 {
  min-width: 850px; }

.minw-900 {
  min-width: 900px; }

.minw-950 {
  min-width: 950px; }

.minw-1000 {
  min-width: 1000px; }

.hpx-0 {
  height: 0px !important; }

.hpx-50 {
  height: 50px !important; }

.hpx-100 {
  height: 100px !important; }

.hpx-150 {
  height: 150px !important; }

.hpx-200 {
  height: 200px !important; }

.hpx-250 {
  height: 250px !important; }

.hpx-300 {
  height: 300px !important; }

.hpx-350 {
  height: 350px !important; }

.hpx-400 {
  height: 400px !important; }

.hpx-450 {
  height: 450px !important; }

.hpx-500 {
  height: 500px !important; }

.hpx-550 {
  height: 550px !important; }

.hpx-600 {
  height: 600px !important; }

.hpx-650 {
  height: 650px !important; }

.hpx-700 {
  height: 700px !important; }

.hpx-750 {
  height: 750px !important; }

.hpx-800 {
  height: 800px !important; }

.hpx-850 {
  height: 850px !important; }

.hpx-900 {
  height: 900px !important; }

.hpx-950 {
  height: 950px !important; }

.hpx-1000 {
  height: 1000px !important; }

.w-1 {
  width: 1%; }

.vw-1 {
  width: 1vw; }

.vh-1 {
  height: 1vh; }

.min-vw-1 {
  min-width: 1vw; }

.min-vh-1 {
  min-height: 1vh; }

.w-2 {
  width: 2%; }

.vw-2 {
  width: 2vw; }

.vh-2 {
  height: 2vh; }

.min-vw-2 {
  min-width: 2vw; }

.min-vh-2 {
  min-height: 2vh; }

.w-3 {
  width: 3%; }

.vw-3 {
  width: 3vw; }

.vh-3 {
  height: 3vh; }

.min-vw-3 {
  min-width: 3vw; }

.min-vh-3 {
  min-height: 3vh; }

.w-4 {
  width: 4%; }

.vw-4 {
  width: 4vw; }

.vh-4 {
  height: 4vh; }

.min-vw-4 {
  min-width: 4vw; }

.min-vh-4 {
  min-height: 4vh; }

.w-5 {
  width: 5%; }

.vw-5 {
  width: 5vw; }

.vh-5 {
  height: 5vh; }

.min-vw-5 {
  min-width: 5vw; }

.min-vh-5 {
  min-height: 5vh; }

.w-6 {
  width: 6%; }

.vw-6 {
  width: 6vw; }

.vh-6 {
  height: 6vh; }

.min-vw-6 {
  min-width: 6vw; }

.min-vh-6 {
  min-height: 6vh; }

.w-7 {
  width: 7%; }

.vw-7 {
  width: 7vw; }

.vh-7 {
  height: 7vh; }

.min-vw-7 {
  min-width: 7vw; }

.min-vh-7 {
  min-height: 7vh; }

.w-8 {
  width: 8%; }

.vw-8 {
  width: 8vw; }

.vh-8 {
  height: 8vh; }

.min-vw-8 {
  min-width: 8vw; }

.min-vh-8 {
  min-height: 8vh; }

.w-9 {
  width: 9%; }

.vw-9 {
  width: 9vw; }

.vh-9 {
  height: 9vh; }

.min-vw-9 {
  min-width: 9vw; }

.min-vh-9 {
  min-height: 9vh; }

.w-10 {
  width: 10%; }

.vw-10 {
  width: 10vw; }

.vh-10 {
  height: 10vh; }

.min-vw-10 {
  min-width: 10vw; }

.min-vh-10 {
  min-height: 10vh; }

.w-11 {
  width: 11%; }

.vw-11 {
  width: 11vw; }

.vh-11 {
  height: 11vh; }

.min-vw-11 {
  min-width: 11vw; }

.min-vh-11 {
  min-height: 11vh; }

.w-12 {
  width: 12%; }

.vw-12 {
  width: 12vw; }

.vh-12 {
  height: 12vh; }

.min-vw-12 {
  min-width: 12vw; }

.min-vh-12 {
  min-height: 12vh; }

.w-13 {
  width: 13%; }

.vw-13 {
  width: 13vw; }

.vh-13 {
  height: 13vh; }

.min-vw-13 {
  min-width: 13vw; }

.min-vh-13 {
  min-height: 13vh; }

.w-14 {
  width: 14%; }

.vw-14 {
  width: 14vw; }

.vh-14 {
  height: 14vh; }

.min-vw-14 {
  min-width: 14vw; }

.min-vh-14 {
  min-height: 14vh; }

.w-15 {
  width: 15%; }

.vw-15 {
  width: 15vw; }

.vh-15 {
  height: 15vh; }

.min-vw-15 {
  min-width: 15vw; }

.min-vh-15 {
  min-height: 15vh; }

.w-16 {
  width: 16%; }

.vw-16 {
  width: 16vw; }

.vh-16 {
  height: 16vh; }

.min-vw-16 {
  min-width: 16vw; }

.min-vh-16 {
  min-height: 16vh; }

.w-17 {
  width: 17%; }

.vw-17 {
  width: 17vw; }

.vh-17 {
  height: 17vh; }

.min-vw-17 {
  min-width: 17vw; }

.min-vh-17 {
  min-height: 17vh; }

.w-18 {
  width: 18%; }

.vw-18 {
  width: 18vw; }

.vh-18 {
  height: 18vh; }

.min-vw-18 {
  min-width: 18vw; }

.min-vh-18 {
  min-height: 18vh; }

.w-19 {
  width: 19%; }

.vw-19 {
  width: 19vw; }

.vh-19 {
  height: 19vh; }

.min-vw-19 {
  min-width: 19vw; }

.min-vh-19 {
  min-height: 19vh; }

.w-20 {
  width: 20%; }

.vw-20 {
  width: 20vw; }

.vh-20 {
  height: 20vh; }

.min-vw-20 {
  min-width: 20vw; }

.min-vh-20 {
  min-height: 20vh; }

.w-21 {
  width: 21%; }

.vw-21 {
  width: 21vw; }

.vh-21 {
  height: 21vh; }

.min-vw-21 {
  min-width: 21vw; }

.min-vh-21 {
  min-height: 21vh; }

.w-22 {
  width: 22%; }

.vw-22 {
  width: 22vw; }

.vh-22 {
  height: 22vh; }

.min-vw-22 {
  min-width: 22vw; }

.min-vh-22 {
  min-height: 22vh; }

.w-23 {
  width: 23%; }

.vw-23 {
  width: 23vw; }

.vh-23 {
  height: 23vh; }

.min-vw-23 {
  min-width: 23vw; }

.min-vh-23 {
  min-height: 23vh; }

.w-24 {
  width: 24%; }

.vw-24 {
  width: 24vw; }

.vh-24 {
  height: 24vh; }

.min-vw-24 {
  min-width: 24vw; }

.min-vh-24 {
  min-height: 24vh; }

.w-25 {
  width: 25%; }

.vw-25 {
  width: 25vw; }

.vh-25 {
  height: 25vh; }

.min-vw-25 {
  min-width: 25vw; }

.min-vh-25 {
  min-height: 25vh; }

.w-26 {
  width: 26%; }

.vw-26 {
  width: 26vw; }

.vh-26 {
  height: 26vh; }

.min-vw-26 {
  min-width: 26vw; }

.min-vh-26 {
  min-height: 26vh; }

.w-27 {
  width: 27%; }

.vw-27 {
  width: 27vw; }

.vh-27 {
  height: 27vh; }

.min-vw-27 {
  min-width: 27vw; }

.min-vh-27 {
  min-height: 27vh; }

.w-28 {
  width: 28%; }

.vw-28 {
  width: 28vw; }

.vh-28 {
  height: 28vh; }

.min-vw-28 {
  min-width: 28vw; }

.min-vh-28 {
  min-height: 28vh; }

.w-29 {
  width: 29%; }

.vw-29 {
  width: 29vw; }

.vh-29 {
  height: 29vh; }

.min-vw-29 {
  min-width: 29vw; }

.min-vh-29 {
  min-height: 29vh; }

.w-30 {
  width: 30%; }

.vw-30 {
  width: 30vw; }

.vh-30 {
  height: 30vh; }

.min-vw-30 {
  min-width: 30vw; }

.min-vh-30 {
  min-height: 30vh; }

.w-31 {
  width: 31%; }

.vw-31 {
  width: 31vw; }

.vh-31 {
  height: 31vh; }

.min-vw-31 {
  min-width: 31vw; }

.min-vh-31 {
  min-height: 31vh; }

.w-32 {
  width: 32%; }

.vw-32 {
  width: 32vw; }

.vh-32 {
  height: 32vh; }

.min-vw-32 {
  min-width: 32vw; }

.min-vh-32 {
  min-height: 32vh; }

.w-33 {
  width: 33%; }

.vw-33 {
  width: 33vw; }

.vh-33 {
  height: 33vh; }

.min-vw-33 {
  min-width: 33vw; }

.min-vh-33 {
  min-height: 33vh; }

.w-34 {
  width: 34%; }

.vw-34 {
  width: 34vw; }

.vh-34 {
  height: 34vh; }

.min-vw-34 {
  min-width: 34vw; }

.min-vh-34 {
  min-height: 34vh; }

.w-35 {
  width: 35%; }

.vw-35 {
  width: 35vw; }

.vh-35 {
  height: 35vh; }

.min-vw-35 {
  min-width: 35vw; }

.min-vh-35 {
  min-height: 35vh; }

.w-36 {
  width: 36%; }

.vw-36 {
  width: 36vw; }

.vh-36 {
  height: 36vh; }

.min-vw-36 {
  min-width: 36vw; }

.min-vh-36 {
  min-height: 36vh; }

.w-37 {
  width: 37%; }

.vw-37 {
  width: 37vw; }

.vh-37 {
  height: 37vh; }

.min-vw-37 {
  min-width: 37vw; }

.min-vh-37 {
  min-height: 37vh; }

.w-38 {
  width: 38%; }

.vw-38 {
  width: 38vw; }

.vh-38 {
  height: 38vh; }

.min-vw-38 {
  min-width: 38vw; }

.min-vh-38 {
  min-height: 38vh; }

.w-39 {
  width: 39%; }

.vw-39 {
  width: 39vw; }

.vh-39 {
  height: 39vh; }

.min-vw-39 {
  min-width: 39vw; }

.min-vh-39 {
  min-height: 39vh; }

.w-40 {
  width: 40%; }

.vw-40 {
  width: 40vw; }

.vh-40 {
  height: 40vh; }

.min-vw-40 {
  min-width: 40vw; }

.min-vh-40 {
  min-height: 40vh; }

.w-41 {
  width: 41%; }

.vw-41 {
  width: 41vw; }

.vh-41 {
  height: 41vh; }

.min-vw-41 {
  min-width: 41vw; }

.min-vh-41 {
  min-height: 41vh; }

.w-42 {
  width: 42%; }

.vw-42 {
  width: 42vw; }

.vh-42 {
  height: 42vh; }

.min-vw-42 {
  min-width: 42vw; }

.min-vh-42 {
  min-height: 42vh; }

.w-43 {
  width: 43%; }

.vw-43 {
  width: 43vw; }

.vh-43 {
  height: 43vh; }

.min-vw-43 {
  min-width: 43vw; }

.min-vh-43 {
  min-height: 43vh; }

.w-44 {
  width: 44%; }

.vw-44 {
  width: 44vw; }

.vh-44 {
  height: 44vh; }

.min-vw-44 {
  min-width: 44vw; }

.min-vh-44 {
  min-height: 44vh; }

.w-45 {
  width: 45%; }

.vw-45 {
  width: 45vw; }

.vh-45 {
  height: 45vh; }

.min-vw-45 {
  min-width: 45vw; }

.min-vh-45 {
  min-height: 45vh; }

.w-46 {
  width: 46%; }

.vw-46 {
  width: 46vw; }

.vh-46 {
  height: 46vh; }

.min-vw-46 {
  min-width: 46vw; }

.min-vh-46 {
  min-height: 46vh; }

.w-47 {
  width: 47%; }

.vw-47 {
  width: 47vw; }

.vh-47 {
  height: 47vh; }

.min-vw-47 {
  min-width: 47vw; }

.min-vh-47 {
  min-height: 47vh; }

.w-48 {
  width: 48%; }

.vw-48 {
  width: 48vw; }

.vh-48 {
  height: 48vh; }

.min-vw-48 {
  min-width: 48vw; }

.min-vh-48 {
  min-height: 48vh; }

.w-49 {
  width: 49%; }

.vw-49 {
  width: 49vw; }

.vh-49 {
  height: 49vh; }

.min-vw-49 {
  min-width: 49vw; }

.min-vh-49 {
  min-height: 49vh; }

.w-50 {
  width: 50%; }

.vw-50 {
  width: 50vw; }

.vh-50 {
  height: 50vh; }

.min-vw-50 {
  min-width: 50vw; }

.min-vh-50 {
  min-height: 50vh; }

.w-51 {
  width: 51%; }

.vw-51 {
  width: 51vw; }

.vh-51 {
  height: 51vh; }

.min-vw-51 {
  min-width: 51vw; }

.min-vh-51 {
  min-height: 51vh; }

.w-52 {
  width: 52%; }

.vw-52 {
  width: 52vw; }

.vh-52 {
  height: 52vh; }

.min-vw-52 {
  min-width: 52vw; }

.min-vh-52 {
  min-height: 52vh; }

.w-53 {
  width: 53%; }

.vw-53 {
  width: 53vw; }

.vh-53 {
  height: 53vh; }

.min-vw-53 {
  min-width: 53vw; }

.min-vh-53 {
  min-height: 53vh; }

.w-54 {
  width: 54%; }

.vw-54 {
  width: 54vw; }

.vh-54 {
  height: 54vh; }

.min-vw-54 {
  min-width: 54vw; }

.min-vh-54 {
  min-height: 54vh; }

.w-55 {
  width: 55%; }

.vw-55 {
  width: 55vw; }

.vh-55 {
  height: 55vh; }

.min-vw-55 {
  min-width: 55vw; }

.min-vh-55 {
  min-height: 55vh; }

.w-56 {
  width: 56%; }

.vw-56 {
  width: 56vw; }

.vh-56 {
  height: 56vh; }

.min-vw-56 {
  min-width: 56vw; }

.min-vh-56 {
  min-height: 56vh; }

.w-57 {
  width: 57%; }

.vw-57 {
  width: 57vw; }

.vh-57 {
  height: 57vh; }

.min-vw-57 {
  min-width: 57vw; }

.min-vh-57 {
  min-height: 57vh; }

.w-58 {
  width: 58%; }

.vw-58 {
  width: 58vw; }

.vh-58 {
  height: 58vh; }

.min-vw-58 {
  min-width: 58vw; }

.min-vh-58 {
  min-height: 58vh; }

.w-59 {
  width: 59%; }

.vw-59 {
  width: 59vw; }

.vh-59 {
  height: 59vh; }

.min-vw-59 {
  min-width: 59vw; }

.min-vh-59 {
  min-height: 59vh; }

.w-60 {
  width: 60%; }

.vw-60 {
  width: 60vw; }

.vh-60 {
  height: 60vh; }

.min-vw-60 {
  min-width: 60vw; }

.min-vh-60 {
  min-height: 60vh; }

.w-61 {
  width: 61%; }

.vw-61 {
  width: 61vw; }

.vh-61 {
  height: 61vh; }

.min-vw-61 {
  min-width: 61vw; }

.min-vh-61 {
  min-height: 61vh; }

.w-62 {
  width: 62%; }

.vw-62 {
  width: 62vw; }

.vh-62 {
  height: 62vh; }

.min-vw-62 {
  min-width: 62vw; }

.min-vh-62 {
  min-height: 62vh; }

.w-63 {
  width: 63%; }

.vw-63 {
  width: 63vw; }

.vh-63 {
  height: 63vh; }

.min-vw-63 {
  min-width: 63vw; }

.min-vh-63 {
  min-height: 63vh; }

.w-64 {
  width: 64%; }

.vw-64 {
  width: 64vw; }

.vh-64 {
  height: 64vh; }

.min-vw-64 {
  min-width: 64vw; }

.min-vh-64 {
  min-height: 64vh; }

.w-65 {
  width: 65%; }

.vw-65 {
  width: 65vw; }

.vh-65 {
  height: 65vh; }

.min-vw-65 {
  min-width: 65vw; }

.min-vh-65 {
  min-height: 65vh; }

.w-66 {
  width: 66%; }

.vw-66 {
  width: 66vw; }

.vh-66 {
  height: 66vh; }

.min-vw-66 {
  min-width: 66vw; }

.min-vh-66 {
  min-height: 66vh; }

.w-67 {
  width: 67%; }

.vw-67 {
  width: 67vw; }

.vh-67 {
  height: 67vh; }

.min-vw-67 {
  min-width: 67vw; }

.min-vh-67 {
  min-height: 67vh; }

.w-68 {
  width: 68%; }

.vw-68 {
  width: 68vw; }

.vh-68 {
  height: 68vh; }

.min-vw-68 {
  min-width: 68vw; }

.min-vh-68 {
  min-height: 68vh; }

.w-69 {
  width: 69%; }

.vw-69 {
  width: 69vw; }

.vh-69 {
  height: 69vh; }

.min-vw-69 {
  min-width: 69vw; }

.min-vh-69 {
  min-height: 69vh; }

.w-70 {
  width: 70%; }

.vw-70 {
  width: 70vw; }

.vh-70 {
  height: 70vh; }

.min-vw-70 {
  min-width: 70vw; }

.min-vh-70 {
  min-height: 70vh; }

.w-71 {
  width: 71%; }

.vw-71 {
  width: 71vw; }

.vh-71 {
  height: 71vh; }

.min-vw-71 {
  min-width: 71vw; }

.min-vh-71 {
  min-height: 71vh; }

.w-72 {
  width: 72%; }

.vw-72 {
  width: 72vw; }

.vh-72 {
  height: 72vh; }

.min-vw-72 {
  min-width: 72vw; }

.min-vh-72 {
  min-height: 72vh; }

.w-73 {
  width: 73%; }

.vw-73 {
  width: 73vw; }

.vh-73 {
  height: 73vh; }

.min-vw-73 {
  min-width: 73vw; }

.min-vh-73 {
  min-height: 73vh; }

.w-74 {
  width: 74%; }

.vw-74 {
  width: 74vw; }

.vh-74 {
  height: 74vh; }

.min-vw-74 {
  min-width: 74vw; }

.min-vh-74 {
  min-height: 74vh; }

.w-75 {
  width: 75%; }

.vw-75 {
  width: 75vw; }

.vh-75 {
  height: 75vh; }

.min-vw-75 {
  min-width: 75vw; }

.min-vh-75 {
  min-height: 75vh; }

.w-76 {
  width: 76%; }

.vw-76 {
  width: 76vw; }

.vh-76 {
  height: 76vh; }

.min-vw-76 {
  min-width: 76vw; }

.min-vh-76 {
  min-height: 76vh; }

.w-77 {
  width: 77%; }

.vw-77 {
  width: 77vw; }

.vh-77 {
  height: 77vh; }

.min-vw-77 {
  min-width: 77vw; }

.min-vh-77 {
  min-height: 77vh; }

.w-78 {
  width: 78%; }

.vw-78 {
  width: 78vw; }

.vh-78 {
  height: 78vh; }

.min-vw-78 {
  min-width: 78vw; }

.min-vh-78 {
  min-height: 78vh; }

.w-79 {
  width: 79%; }

.vw-79 {
  width: 79vw; }

.vh-79 {
  height: 79vh; }

.min-vw-79 {
  min-width: 79vw; }

.min-vh-79 {
  min-height: 79vh; }

.w-80 {
  width: 80%; }

.vw-80 {
  width: 80vw; }

.vh-80 {
  height: 80vh; }

.min-vw-80 {
  min-width: 80vw; }

.min-vh-80 {
  min-height: 80vh; }

.w-81 {
  width: 81%; }

.vw-81 {
  width: 81vw; }

.vh-81 {
  height: 81vh; }

.min-vw-81 {
  min-width: 81vw; }

.min-vh-81 {
  min-height: 81vh; }

.w-82 {
  width: 82%; }

.vw-82 {
  width: 82vw; }

.vh-82 {
  height: 82vh; }

.min-vw-82 {
  min-width: 82vw; }

.min-vh-82 {
  min-height: 82vh; }

.w-83 {
  width: 83%; }

.vw-83 {
  width: 83vw; }

.vh-83 {
  height: 83vh; }

.min-vw-83 {
  min-width: 83vw; }

.min-vh-83 {
  min-height: 83vh; }

.w-84 {
  width: 84%; }

.vw-84 {
  width: 84vw; }

.vh-84 {
  height: 84vh; }

.min-vw-84 {
  min-width: 84vw; }

.min-vh-84 {
  min-height: 84vh; }

.w-85 {
  width: 85%; }

.vw-85 {
  width: 85vw; }

.vh-85 {
  height: 85vh; }

.min-vw-85 {
  min-width: 85vw; }

.min-vh-85 {
  min-height: 85vh; }

.w-86 {
  width: 86%; }

.vw-86 {
  width: 86vw; }

.vh-86 {
  height: 86vh; }

.min-vw-86 {
  min-width: 86vw; }

.min-vh-86 {
  min-height: 86vh; }

.w-87 {
  width: 87%; }

.vw-87 {
  width: 87vw; }

.vh-87 {
  height: 87vh; }

.min-vw-87 {
  min-width: 87vw; }

.min-vh-87 {
  min-height: 87vh; }

.w-88 {
  width: 88%; }

.vw-88 {
  width: 88vw; }

.vh-88 {
  height: 88vh; }

.min-vw-88 {
  min-width: 88vw; }

.min-vh-88 {
  min-height: 88vh; }

.w-89 {
  width: 89%; }

.vw-89 {
  width: 89vw; }

.vh-89 {
  height: 89vh; }

.min-vw-89 {
  min-width: 89vw; }

.min-vh-89 {
  min-height: 89vh; }

.w-90 {
  width: 90%; }

.vw-90 {
  width: 90vw; }

.vh-90 {
  height: 90vh; }

.min-vw-90 {
  min-width: 90vw; }

.min-vh-90 {
  min-height: 90vh; }

.w-91 {
  width: 91%; }

.vw-91 {
  width: 91vw; }

.vh-91 {
  height: 91vh; }

.min-vw-91 {
  min-width: 91vw; }

.min-vh-91 {
  min-height: 91vh; }

.w-92 {
  width: 92%; }

.vw-92 {
  width: 92vw; }

.vh-92 {
  height: 92vh; }

.min-vw-92 {
  min-width: 92vw; }

.min-vh-92 {
  min-height: 92vh; }

.w-93 {
  width: 93%; }

.vw-93 {
  width: 93vw; }

.vh-93 {
  height: 93vh; }

.min-vw-93 {
  min-width: 93vw; }

.min-vh-93 {
  min-height: 93vh; }

.w-94 {
  width: 94%; }

.vw-94 {
  width: 94vw; }

.vh-94 {
  height: 94vh; }

.min-vw-94 {
  min-width: 94vw; }

.min-vh-94 {
  min-height: 94vh; }

.w-95 {
  width: 95%; }

.vw-95 {
  width: 95vw; }

.vh-95 {
  height: 95vh; }

.min-vw-95 {
  min-width: 95vw; }

.min-vh-95 {
  min-height: 95vh; }

.w-96 {
  width: 96%; }

.vw-96 {
  width: 96vw; }

.vh-96 {
  height: 96vh; }

.min-vw-96 {
  min-width: 96vw; }

.min-vh-96 {
  min-height: 96vh; }

.w-97 {
  width: 97%; }

.vw-97 {
  width: 97vw; }

.vh-97 {
  height: 97vh; }

.min-vw-97 {
  min-width: 97vw; }

.min-vh-97 {
  min-height: 97vh; }

.w-98 {
  width: 98%; }

.vw-98 {
  width: 98vw; }

.vh-98 {
  height: 98vh; }

.min-vw-98 {
  min-width: 98vw; }

.min-vh-98 {
  min-height: 98vh; }

.w-99 {
  width: 99%; }

.vw-99 {
  width: 99vw; }

.vh-99 {
  height: 99vh; }

.min-vw-99 {
  min-width: 99vw; }

.min-vh-99 {
  min-height: 99vh; }

.w-100 {
  width: 100%; }

.vw-100 {
  width: 100vw; }

.vh-100 {
  height: 100vh; }

.min-vw-100 {
  min-width: 100vw; }

.min-vh-100 {
  min-height: 100vh; }

body {
  font-family: 'SFProDisplay', 'Noto Sans JP', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
  color: #202124;
  font-weight: 400;
  font-size: 13px;
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.6;
  position: relative; }
body #app-hospital {
  background-color: #f5fdfc; }
body #app-admin {
  background-color: #fcf9fb; }
body #app-labor {
  background-color: #f8fafe; }
body #app-sale {
  background-color: #FCF8EE; }

img {
  border: none;
  outline: none;
  max-width: 100%; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul li {
  margin: 0;
  padding: 0; }

a {
  color: #222;
  transition: all ease 0.3s;
  text-decoration: none; }
a:hover {
  color: #3a0ca3;
  text-decoration: none; }

.bb-none {
  border-bottom: none !important; }

.bt-none {
  border-top: none !important; }

.br-none {
  border-right: none !important; }

.space-nowrap {
  white-space: nowrap; }

.white-sp-pre {
  white-space: pre !important; }

.text-wrap {
  white-space: normal !important; }

.text-end {
  text-align: end !important; }

.point-e-none {
  pointer-events: none; }

.cursor-pointer {
  cursor: pointer; }

.link {
  color: #28AD9A;
  text-decoration: underline; }
.link:hover {
  text-decoration: underline; }

.shuttle-grey {
  color: #5f6368 !important; }

.light-grayish-blue {
  color: #909399; }

.orange-red {
  color: #FF6755 !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button:focus {
  outline: none; }

input:focus, select:focus, textarea:focus {
  outline: none; }

.cursor-default {
  cursor: default !important; }

.scrollbar-custom {
  scrollbar-width: thin;
  scrollbar-color: #acacac #ECECEC; }
.scrollbar-custom::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
  appearance: none; }
.scrollbar-custom::-webkit-scrollbar-thumb {
  background-color: #acacac; }
.scrollbar-custom::-webkit-scrollbar-track {
  background-color: #ECECEC; }

.row.row-40 {
  margin-left: -20px;
  margin-right: -20px; }
.row.row-40 > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px; }

.row.row-20 {
  margin-left: -10px;
  margin-right: -10px; }
.row.row-20 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

#wrapper {
  min-height: 100vh;
  position: relative; }

.wrap {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 50px; }
@media (max-width: 991px) {
  .wrap {
    padding: 0 30px; } }
@media (max-width: 480px) {
  .wrap {
    padding: 0 15px; } }

.header {
  padding: 0 30px;
  height: 56px;
  background-color: #ffffff;
  box-shadow: inset 0px -1px 0px rgba(95, 99, 104, 0.2);
  display: flex;
  justify-content: flex-end;
  align-items: center; }
@media (max-width: 1366px) {
  .header {
    justify-content: space-between;
    padding: 0 15px; } }
.header .btn-menu {
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 24px;
  line-height: 100%;
  cursor: pointer;
  display: none;
  color: #333; }
@media (max-width: 1366px) {
  .header .btn-menu {
    display: block; } }
.header .header-menu {
  display: flex;
  align-items: center; }
.header .header-menu > li {
  color: #5F6368;
  padding-left: 12px; }
.header .header-menu > li > a {
  display: flex;
  align-items: center;
  color: #5F6368;
  font-size: 15px; }
.header .header-menu > li > a > .icon {
  padding-right: 6px; }
.header .header-menu > li > a .office-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px; }
@media (max-width: 480px) {
  .header .header-menu > li > a .office-name {
    max-width: 100px; } }
.header .header-menu .user-loged .user-wrap {
  padding-right: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative; }
.header .header-menu .user-loged .user-wrap .user-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2BB9A5;
  color: #fff;
  overflow: hidden;
  font-size: 10px;
  text-align: center; }
.header .header-menu .user-loged .user-wrap .user-name {
  padding-left: 6px;
  font-size: 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px; }
@media (max-width: 767px) {
  .header .header-menu .user-loged .user-wrap .user-name {
    display: none; } }
.header .header-menu .user-loged .dropdown-toggle:after {
  display: none; }
.header .header-menu .user-loged .dropdown-toggle::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f107";
  color: #2BB9A5;
  right: 0;
  position: absolute; }
.header .header-menu .user-loged .dropdown-menu .dropdown-item {
  padding: 0.75rem 1.5rem; }
.header .header-menu .user-loged .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #e9ecef; }

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 264px;
  box-shadow: 5px 4px 20px #ECECEC;
  background-color: #fff;
  z-index: 1060;
  padding: 40px 0;
  overflow-y: auto;
  transition: all ease 0.3s; }
.sidebar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
  appearance: none; }
.sidebar::-webkit-scrollbar-thumb {
  background-color: #acacac; }
.sidebar::-webkit-scrollbar-track {
  background-color: #ECECEC; }
@media (max-width: 1366px) {
  .sidebar {
    left: -264px;
    box-shadow: none; } }
@media (max-width: 1366px) {
  .sidebar.show {
    left: 0;
    box-shadow: 2px 0 5px rgba(183, 195, 203, 0.9); } }
.sidebar .logo {
  /* padding-left: 28px; */
  margin-bottom: 55px;
  padding-right: 15px; }
.sidebar .gNavi li {
  padding-right: 24px;
  margin-bottom: 16px; }
.sidebar .gNavi li:last-child {
  margin-bottom: 0; }
.sidebar .gNavi li a {
  padding: 11px 0 11px 34px;
  display: flex;
  align-items: center;
  border-radius: 0 40px 40px 0; }
.sidebar .gNavi li a:hover, .sidebar .gNavi li a.active, .sidebar .gNavi li a:hover i, .sidebar .gNavi li a.active i {
  color: #fff !important; }
.sidebar .gNavi li a:hover .icon .svg, .sidebar .gNavi li a.active .icon .svg {
  filter: brightness(0) invert(1); }
.sidebar .gNavi li a .icon {
  width: 26px;
  display: flex; }
.sidebar .gNavi li a .icon .icon .svg path {
  transition: all ease 0.3s; }
.sidebar .gNavi li a .menu-text {
  margin-bottom: 0;
  width: calc(100% - 26px);
  padding-left: 25px;
  font-size: 18px; }

.main-content {
  margin-left: 264px;
  min-height: 100vh;
  background-color: #f9f9f9;
  position: relative; }
@media (max-width: 1366px) {
  .main-content {
    margin-left: 0; } }
.main-content .contents {
  padding: 24px; }
@media (max-width: 1199px) and (orientation: landscape) {
  .main-content .contents {
    height: calc(100vh - 60px); } }
@media (max-width: 1024px) {
  .main-content .contents {
    padding: 12px; } }
@media (max-width: 767px) {
  .main-content .contents {
    padding: 12px; } }
.main-content .contents .title-page {
  display: flex;
  margin-bottom: 24px; }
.main-content .contents .title-page .btn-backpage {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-right: 20px; }
.main-content .contents .title-page .title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600; }
@media (max-width: 991px) {
  .main-content .contents .title-page .title {
    font-size: 18px; } }
.main-content .contents .title-page .title.title-toggle {
  cursor: pointer; }
.main-content .contents .title-page .title.title-toggle .fal {
  transition: all ease 0.3s;
  margin-left: 5px; }
.main-content .contents .title-page .title.title-toggle[aria-expanded="true"] .fal {
  transform: rotate(-180deg); }

.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem; }

.input-group .input-group-text {
  border-radius: 0.75rem; }

.form-control {
  border: 1px solid #E1E1E1;
  padding: 0 14px;
  height: 44px;
  border-radius: 12px !important;
  font-size: 14px; }
.form-control::-moz-placeholder {
  color: #5F6368;
  font-weight: 400;
  font-size: 13px; }
.form-control::placeholder {
  color: #5F6368;
  font-weight: 400;
  font-size: 13px; }
.form-control:disabled, .form-control.disable, .form-control[readonly] {
  color: #909399; }

select.form-control:disabled {
  background-color: #e9ecef !important; }

.form-input {
  position: relative; }
.form-input._left .icon {
  left: 14px; }
.form-input._left .form-control {
  padding-left: 36px; }
.form-input._right .icon {
  right: 14px; }
.form-input._right .form-control {
  padding-right: 36px; }
.form-input .icon {
  position: absolute;
  z-index: 5;
  top: 25px;
  bottom: 15px;
  margin-top: -8px;
  line-height: 0;
  font-size: 15px;
  color: #28AD9A; }
.form-input .form-control {
  height: 48px; }

.custom-control {
  padding-left: 0; }

.custom-control .custom-control-label {
  padding-left: 1.5rem; }

.custom-checkbox .custom-control-label {
  padding-top: 3px;
  cursor: pointer; }
.custom-checkbox .custom-control-label::before {
  border-radius: 3px; }

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
  background-color: inherit; }

.custom-control-label::before {
  background-color: transparent;
  border: 1px solid #5F6368;
  border-radius: 3px; }

.custom-control-label.is-invalid {
  color: #dc3545; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  border-radius: 3px; }

.custom-radio .custom-control-label::before {
  width: 20px;
  height: 20px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  border-radius: 50%;
  left: 5px;
  top: 9px; }

.custom-radio .custom-control-label {
  padding-top: 5px;
  cursor: pointer; }
.custom-radio .custom-control-label.fs15 {
  padding-top: 3px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff; }

.custom-radio .custom-control-label::after {
  width: 10px;
  height: 10px; }

.btn {
  border-radius: 12px; }

.btn-submit {
  height: 46px;
  width: 100%;
  box-shadow: 0 4px 6px rgba(24, 39, 75, 0.12); }
@media (max-width: 767px) {
  .btn-submit {
    height: 40px;
    border-radius: 8px; } }

.btn-scan {
  height: 50px;
  min-width: 120px; }
@media (max-width: 1366px) {
  .btn-scan {
    height: 40px;
    border-radius: 8px; } }

.btn-gray {
  background-color: #E1E1E1;
  color: #909399;
  font-weight: 600; }
.btn-gray:focus, .btn-gray:active {
  box-shadow: none; }

.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input:disabled:checked ~ .custom-control-label {
  cursor: default; }
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #e9ecef !important; }

#app-admin .btn.btn-custom-success {
  background: linear-gradient(252.39deg, #a4508b -8.03%, #BE79A9 105.96%);
  border-color: #a4508b;
  color: #fff; }
#app-admin .btn.btn-custom-success:not(:disabled):not(.disabled):hover, #app-admin .btn.btn-custom-success:not(:disabled):not(.disabled):active, #app-admin .btn.btn-custom-success:not(:disabled):not(.disabled).active {
  background: linear-gradient(252.39deg, #a4508b -8.03%, #973f7d 105.96%);
  border-color: #973f7d; }
#app-admin .btn.btn-custom-success:focus {
  box-shadow: none; }

#app-admin .btn.btn-success-light {
  background-color: #F2E4EE;
  color: #a4508b; }

#app-admin .resend-code-link {
  color: #a4508b; }

#app-admin select.form-control {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACESURBVHgBnY6xDYAwDATfCCqajJIV2CArMAIbMAASI6SiZwNWyChQUIEUYoEUOYQGd37fvUyTGayH1wfKpp27FZmxplcV6gUgVzAcMl3hXKwZ1TeMwHldcHNYXE6SMNyBvaH7MCqG44FLNqRwO/crxTYpPbGAOSD5r5CQwi8hkZDCv+YCfoBHj9mP65AAAAAASUVORK5CYII=); }

#app-admin .table-cmn button {
  color: #a4508b; }

#app-admin .modal-body .success-icon {
  background-image: url(../images/am-icon-check-confirm.svg); }

#app-admin .table-hover tbody tr:not(.row-unusual):not(.selected):hover {
  background-color: rgba(164, 80, 139, 0.09); }

#app-admin .status-badge {
  background-color: #a4508b; }

#app-admin .bg-custom {
  background-color: #a4508b; }

#app-admin .form-tag-input:focus-within:not(.disabled):not(.is-invalid) {
  border: 1px solid #a4508b;
  box-shadow: 0 0 0 0.2rem rgba(164, 80, 139, 0.32); }

#app-hospital .btn.btn-custom-success {
  color: #fff;
  background: linear-gradient(252.39deg, #2BB9A5 -8.03%, #4AD5C1 105.96%);
  border-color: #2BB9A5; }
#app-hospital .btn.btn-custom-success:not(:disabled):not(.disabled):hover, #app-hospital .btn.btn-custom-success:not(:disabled):not(.disabled):active, #app-hospital .btn.btn-custom-success:not(:disabled):not(.disabled).active {
  background: linear-gradient(252.39deg, #2BB9A5 -8.03%, #1ab6a0 105.96%);
  border-color: #1cb5a0; }
#app-hospital .btn.btn-custom-success:not(:disabled):not(.disabled).active:focus, #app-hospital .btn.btn-custom-success:not(:disabled):not(.disabled):active:focus, #app-hospital .btn.btn-custom-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 193, 172, 0.47); }

#app-hospital .btn.btn-success-light {
  background-color: #C3F1EA;
  color: #28AD9A; }

#app-hospital .btn.btn-outline-success-custom {
  color: #2BB9A5;
  background-color: transparent;
  background-image: none;
  border-color: #2BB9A5; }
#app-hospital .btn.btn-outline-success-custom:hover {
  color: white;
  background-color: #2BB9A5;
  border-color: #2BB9A5; }
#app-hospital .btn.btn-outline-success-custom:not(.disabled):active, #app-hospital .btn.btn-outline-success-custom:not(.disabled):focus {
  box-shadow: none; }

#app-hospital .resend-code-link {
  color: #2BB9A5; }

#app-hospital .table-hover tbody tr:not(.row-unusual):not(.selected):hover {
  background-color: rgba(49, 190, 170, 0.09); }

#app-hospital .status-badge {
  background-color: #2BB9A5; }

#app-hospital .bg-custom {
  background-color: #2BB9A5; }

#app-hospital .form-tag-input:focus-within:not(.disabled):not(.is-invalid) {
  border: 1px solid #2BB9A5;
  box-shadow: 0 0 0 0.2rem rgba(43, 185, 165, 0.39); }

#app-hospital .icon-chat-message img.svg {
  filter: invert(56%) sepia(58%) saturate(522%) hue-rotate(122deg) brightness(92%) contrast(85%); }
#app-hospital .icon-chat-message img.svg:hover {
  filter: invert(49%) sepia(37%) saturate(697%) hue-rotate(119deg) brightness(78%) contrast(89%); }

#app-hospital .popup-chat-message .message-body {
  border: 1px solid #2BB9A5; }

#app-hospital .popup-chat-message .message-header .unseen-icon {
  background-color: #2BB9A5; }

#app-labor .btn.btn-custom-success {
  background: linear-gradient(252.39deg, #1E45BC -8.03%, #5E7FE5 105.96%);
  border-color: #1E45BC;
  color: #fff; }
#app-labor .btn.btn-custom-success:not(:disabled):not(.disabled):hover, #app-labor .btn.btn-custom-success:not(:disabled):not(.disabled):active, #app-labor .btn.btn-custom-success:not(:disabled):not(.disabled).active {
  background: linear-gradient(252.39deg, #1e45bc -8.03%, #3c59b3 105.96%); }
#app-labor .btn.btn-custom-success:focus {
  box-shadow: none; }

#app-labor .btn.btn-success-light {
  background-color: #c1cef7;
  color: #1E45BC; }

#app-labor .resend-code-link {
  color: #5E7FE5; }

#app-labor .modal-body .success-icon {
  background-image: url(../images/la-icon-check-confirm.svg); }

#app-labor .table-cmn button {
  color: #5E7FE5; }
#app-labor .table-cmn button i {
  border-bottom-color: #5E7FE5; }

#app-labor .table-hover tbody tr:not(.row-unusual):hover {
  background-color: rgba(30, 69, 188, 0.09); }

#app-labor .check-mark-icon {
  display: inline-block;
  transform: rotate(45deg);
  height: 16px;
  width: 9px;
  border-bottom: 3.5px solid #5E7FE5;
  border-right: 3.5px solid #5E7FE5; }

#app-labor .table-lab th:last-child, #app-labor .table-lab td:last-child {
  max-width: 80px;
  min-width: 80px; }

#app-labor .status-badge {
  background-color: #5e7fe5; }

#app-labor .bg-custom {
  background-color: #1E45BC; }

#app-labor .form-tag-input:focus-within:not(.disabled):not(.is-invalid) {
  border: 1px solid #1E45BC;
  box-shadow: 0 0 0 0.2rem rgba(50, 87, 201, 0.36); }

#app-labor .icon-chat-message img.svg {
  filter: invert(44%) sepia(87%) saturate(3129%) hue-rotate(212deg) brightness(88%) contrast(101%); }
#app-labor .icon-chat-message img.svg:hover {
  filter: invert(44%) sepia(45%) saturate(1056%) hue-rotate(190deg) brightness(74%) contrast(94%); }

#app-labor .popup-chat-message .message-body {
  border: 1px solid #4169E1; }

#app-labor .popup-chat-message .message-header .unseen-icon {
  background-color: #4169E1; }

#app-labor .popup-chat-message .jump-to-bottom {
  background-color: #4169E1; }

.loader-wrap {
  display: none; }
.loader-wrap .loader-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% + 56px);
  background: rgba(19, 19, 19, 0.2);
  z-index: 1031;
  top: -56px; }
.loader-wrap .loader {
  background: #ffffff;
  padding: 1rem;
  border-radius: 1rem;
  border: 2px solid rgba(19, 19, 19, 0.2);
  text-align: center;
  position: fixed;
  top: calc(50% - 56px);
  left: 50%;
  z-index: 1032;
  transform: translate(-50%, -50%); }
.loader-wrap .loader-icon {
  color: #777; }
.loader-wrap .loader-text {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 14px; }
.loader-wrap .loader-svg {
  width: 32px;
  height: 32px;
  display: block; }
.loader-wrap .loader-svg path {
  fill: #777; }
.loader-wrap-bg .loader-overlay {
  display: block; }
.loader-wrap.loader-show {
  display: block; }

.infinite-scroll-loader {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 999;
  left: 0; }
.infinite-scroll-loader-icon {
  color: #777; }

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important; }

.bootstrap-select {
  width: 100% !important; }
.bootstrap-select.disabled {
  pointer-events: none; }
.bootstrap-select .btn {
  font-size: 14px; }

.select-custom.bootstrap-select .dropdown-toggle {
  background: url(../images/hospital.svg) no-repeat 12px 50%; }

.bootstrap-select .dropdown-toggle {
  border-radius: 12px;
  height: 44px;
  padding: 0 36px;
  position: relative;
  border: 1px solid #E1E1E1; }
.bootstrap-select .dropdown-toggle::after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 24px;
  content: '\f107';
  border: none;
  margin-left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px; }
.bootstrap-select .dropdown-toggle .filter-option-inner {
  height: 100%;
  display: flex;
  align-items: center; }

.bootstrap-select .dropdown-menu {
  padding: 0;
  box-shadow: 0 6px 8px rgba(24, 39, 75, 0.12);
  border-radius: 8px;
  overflow: hidden; }

.bootstrap-select .dropdown-menu li a {
  color: #202124; }

.dropdown-item img {
  padding-right: 1rem; }

.login-page {
  padding: 72px; }
@media (max-width: 1366px) {
  .login-page {
    padding: 30px; } }
@media (max-width: 767px) {
  .login-page {
    padding: 20px; } }
.login-page .logo {
  margin-bottom: 64px; }
.login-page .logo img{
  height:50px; }
@media (max-width: 1366px) {
  .login-page .logo {
    margin-bottom: 30px; } }
.login-page .login-form {
  padding: 0 50px;
  max-width: 1650px;
  margin: 0 auto;
  width: 100%; }
@media (max-width: 767px) {
  .login-page .login-form {
    padding: 0; } }
.login-page .login-form .login-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
  font-weight: 700; }
@media (max-width: 767px) {
  .login-page .login-form .login-title {
    font-size: 24px; } }
.login-page .login-form .select-register {
  display: flex;
  flex-flow: wrap; }
.login-page .login-form .form-inner {
  padding: 56px;
  background-color: #fff;
  box-shadow: 0 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  border-radius: 8px; }
@media (max-width: 767px) {
  .login-page .login-form .form-inner {
    padding: 20px; } }
.login-page .login-form .form-in {
  padding: 0 56px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap; }
@media (max-width: 1366px) {
  .login-page .login-form .form-in {
    padding: 0 25px; } }
@media (max-width: 767px) {
  .login-page .login-form .form-in {
    padding: 0; } }
.login-page .login-form .form-in .form-info {
  width: 42%;
  max-width: 430px; }
@media (max-width: 1199px) {
  .login-page .login-form .form-in .form-info {
    width: 45%; } }
@media (max-width: 991px) {
  .login-page .login-form .form-in .form-info {
    width: 100%;
    max-width: 100%; } }
.login-page .login-form .form-in .form-thumb {
  width: 46%;
  text-align: center; }
@media (max-width: 991px) {
  .login-page .login-form .form-in .form-thumb {
    width: 100%;
    display: none; } }
.login-page .login-form .login-tab {
  display: flex;
  margin-bottom: 92px; }
@media (max-width: 1366px) {
  .login-page .login-form .login-tab {
    margin-bottom: 40px; } }
.login-page .login-form .login-tab li {
  margin-right: 48px; }
.login-page .login-form .login-tab li a {
  color: #202124;
  font-size: 20px; }
.login-page .login-form .login-tab li a.active {
  font-weight: 700; }
.login-page .form-label {
  color: #5F6368;
  font-weight: 600;
  display: block;
  margin-bottom: 6px; }

.error-form {
  background-color: #FFE8E5;
  padding: 14px 26px;
  color: #F04430;
  display: block;
  border-radius: 8px;
  line-height: 100%; }
.error-form img {
  margin-right: 6px;
  float: left; }
.error-form span {
  line-height: 1rem; }

table {
  width: 100%; }

.table-account-list th, .table-account-list td {
  width: 24%;
  text-align: center; }

.table-wrap {
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: scroll;
  height: 300px;
  scrollbar-width: thin;
  scrollbar-color: #acacac #ECECEC; }
.table-wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
  appearance: none; }
.table-wrap::-webkit-scrollbar-thumb {
  background-color: #acacac; }
.table-wrap::-webkit-scrollbar-track {
  background-color: #ECECEC; }

.table-cmn {
  text-align: center;
  border-radius: 6px; }
.table-cmn tr th, .table-cmn tr td {
  white-space: nowrap;
  font-size: 15px;
  padding: 15px 10px;
  vertical-align: middle; }
.table-cmn thead tr th {
  border-bottom: 1px solid #2BB9A5;
  white-space: nowrap; }
.table-cmn thead tr th .sort-items {
  font-size: 18px;
  color: #909399;
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
  line-height: 100%; }
.table-cmn thead tr th .sort-items .active {
  color: #000; }
.table-cmn thead tr th:first-child {
  border-radius: 6px 0 0 0; }
.table-cmn tbody tr:last-child td {
  border-bottom: none; }
.table-cmn tbody tr td {
  border-bottom: 1px solid #c3c0c0; }
.table-cmn .btn-sm {
  padding: 2px 12px;
  border-radius: 8px;
  font-size: 13px;
  border: none;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2); }

.table-cmn .btn-edit {
  background-color: transparent;
  color: #28AD9A;
  border: none;
  cursor: pointer;
  margin: 0 10px; }
.table-cmn .btn-edit i {
  border-bottom: 2px solid #28AD9A;
  padding-bottom: 3px; }

.table-cmn .btn-delete {
  color: #FF6755 !important;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0 10px; }
.table-cmn .btn-delete:disabled {
  cursor: not-allowed;
  color: #757575 !important; }

.row-unusual {
  background-color: #ffe29f; }

.resend-code-link {
  cursor: pointer;
  text-decoration: underline; }
.resend-code-link:hover {
  color: #333; }
.resend-code-link.disabled {
  pointer-events: none;
  color: #6c757d !important;
  cursor: default;
  text-decoration: none; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 500; }

.list-stt-page .filter-form .filter-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px; }
@media (max-width: 767px) {
  .list-stt-page .filter-form .filter-title {
    font-size: 13px; } }

@media (max-width: 1366px) {
  .list-stt-page .filter-form .form-control, .list-stt-page .filter-form .xmx-input, .list-stt-page .filter-form select.form-control {
    height: 40px !important;
    border-radius: 8px; } }

.list-stt-page .filter-form select.form-control:not([size]):not([multiple]), .list-stt-page .filter-form .form-control {
  height: 50px; }

.list-stt-page .filter-form .btn-filter {
  width: 100%;
  height: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
@media (max-width: 1366px) {
  .list-stt-page .filter-form .btn-filter {
    height: 40px;
    border-radius: 8px; } }

.list-stt-page .table-listStt {
  white-space: nowrap;
  margin-bottom: 40px;
  height: 450px;
  position: relative;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #acacac #ECECEC; }
.list-stt-page .table-listStt::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
  appearance: none; }
.list-stt-page .table-listStt::-webkit-scrollbar-thumb {
  background-color: #acacac; }
.list-stt-page .table-listStt::-webkit-scrollbar-track {
  background-color: #ECECEC; }
.list-stt-page .table-listStt table {
  width: 130%; }
.list-stt-page .table-listStt .btn-pdf, .list-stt-page .table-listStt .btn-print {
  border: none;
  background-color: transparent;
  cursor: pointer; }
.list-stt-page .table-listStt .btn-pdf img, .list-stt-page .table-listStt .btn-print img {
  height: 15px; }

.list-stt-page .list-bottom {
  margin-left: auto !important;
  display: flex;
  flex-flow: wrap; }
@media (max-width: 480px) {
  .list-stt-page .list-bottom {
    width: 100%; } }
.list-stt-page .list-bottom li {
  padding-left: 16px; }
@media (max-width: 480px) {
  .list-stt-page .list-bottom li {
    width: 100%;
    padding: 0 2px;
    margin-bottom: 8px; } }
.list-stt-page .list-bottom li .btn {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
@media (max-width: 480px) {
  .list-stt-page .list-bottom li .btn {
    width: 100%; } }

.filter-result {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: wrap; }
.filter-result .result-text {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px;
  color: #5F6368;
  padding-right: 20px; }
.filter-result .select-showItems {
  width: 90px;
  border-radius: 7px;
  background-position: 88% 50%;
  height: 32px !important; }

select.form-control:not([size]):not([multiple]) {
  height: 44px; }

select.form-control {
  height: 44px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACTSURBVHgBnc6xDYNADAXQb0eKKDMCJWtkg6BMkCLKGDk2SCoKGqgoGYE1KBmBkgbMgQBxcFDg6uTvdzZ5aejiesnBFBf+O8BOTXME+XPtONXQbUV5WfQ9AvrpCnDj0n9V4OauG6UNLgEgQfH8KJrDTIftGDKp/lQb6GfJ+HUBBfTT9z/WYIM2G4cygRWZUJI1OF0dftBF3DLCqVMAAAAASUVORK5CYII=) no-repeat 96% 50% #fff; }
@media (max-width: 767px) {
  select.form-control {
    height: 40px !important; } }

.edit-page .form-edit {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 56px; }
@media (max-width: 767px) {
  .edit-page .form-edit {
    padding: 20px; } }
.edit-page .form-edit .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 36px;
  line-height: 100%;
  text-align: center; }
@media (max-width: 767px) {
  .edit-page .form-edit .title {
    font-size: 18px; } }
.edit-page .form-edit .form-title {
  font-weight: 600;
  font-size: 15px;
  color: #5F6368; }

.form-error {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
.form-error .form-inner {
  width: 94%;
  max-width: 1550px;
  padding: 123px 56px;
  background-color: #ffffff;
  box-shadow: 0 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  border-radius: 8px; }
@media (max-width: 1366px) {
  .form-error .form-inner {
    padding: 56px; } }
@media (max-width: 767px) {
  .form-error .form-inner {
    padding: 20px; } }
.form-error .error-icon {
  margin-bottom: 36px; }
@media (max-width: 1366px) {
  .form-error .error-icon {
    margin-bottom: 24px; } }
@media (max-width: 767px) {
  .form-error .error-icon {
    padding: 0 5vw; } }
.form-error .error-title {
  color: #5F6368;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 36px; }
@media (max-width: 1366px) {
  .form-error .error-title {
    font-size: 36px;
    margin-bottom: 24px; } }
@media (max-width: 767px) {
  .form-error .error-title {
    font-size: 24px; } }
.form-error .error-txt {
  font-size: 26px;
  color: #202124;
  margin-bottom: 36px; }
@media (max-width: 1366px) {
  .form-error .error-txt {
    font-size: 24px;
    margin-bottom: 24px; } }
@media (max-width: 991px) {
  .form-error .error-txt {
    font-size: 20px;
    margin-bottom: 18px; } }
@media (max-width: 767px) {
  .form-error .error-txt {
    font-size: 18px; } }
.form-error .btn-return {
  height: 50px;
  width: 240px;
  font-size: 20px; }
@media (max-width: 1366px) {
  .form-error .btn-return {
    font-size: 18px; } }
@media (max-width: 991px) {
  .form-error .btn-return {
    font-size: 16px;
    height: 40px;
    width: 180px; } }

.request-form-page.request-detail-page .guide-list li, .request-form-page.request-detail-page .checked, .request-form-page.request-detail-page .selection {
  cursor: default !important; }

.request-form-page.request-detail-page span.input-text {
  cursor: default;
  line-height: 1.9;
  color: #202124; }

.request-form-page.request-detail-page .report-types > li {
  cursor: default; }

.request-form-page.request-detail-page .checkbox > label {
  cursor: default; }

.request-form-page.request-detail-page .table-bacteria .checkOther__box {
  cursor: default; }
.request-form-page.request-detail-page .table-bacteria .checkOther__box label {
  cursor: default; }

.request-form-page.request-detail-page .table-bacteria .checkOther__text {
  cursor: default; }

.request-form-page .input-text {
  width: 27px;
  height: 34px;
  border: 1px solid #d4788c;
  background-color: transparent;
  position: relative;
  z-index: 5;
  padding: 0;
  text-align: center; }

.request-form-page .border-blue {
  border: 2px solid #1099c3; }

.request-form-page .border-bt {
  border-bottom: 2px solid #d4788c; }

.request-form-page .checkbox {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center; }
.request-form-page .checkbox label {
  position: relative;
  min-height: 34px;
  display: block;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }
@media print {
  .request-form-page .checkbox label {
    min-height: 20px; } }
.request-form-page .checkbox label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.bg-pink:not(.disabled) {
  background-color: #ffeaee !important; }

.bg-pink.disabled {
  background-color: #dee2e6;
  cursor: default; }

.status-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #2BB9A5;
  border-radius: 10px; }
.status-badge:not(:first-child) {
  margin-left: 2px; }

.overlay-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 98; }

table .col-50 {
  min-width: 50px;
  max-width: 50px; }

table .col-130 {
  min-width: 130px;
  max-width: 130px; }

table .col-150 {
  min-width: 150px;
  max-width: 150px; }

table .col-date-time {
  min-width: 170px;
  max-width: 210px; }

table .col-text-wrap {
  min-width: 150px;
  max-width: 230px;
  white-space: normal !important; }

span.form-control {
  line-height: 3; }
span.form-control.readonly {
  background-color: #e9ecef; }
span.form-control:active, span.form-control:hover, span.form-control:focus {
  outline: none !important;
  border-color: #E1E1E1 !important;
  box-shadow: none !important; }

/* custom*/
.input-copy-link .icon-copy-link {
  position: absolute;
  right: 17px;
  bottom: 8px;
  color: #2BB9A5;
  font-size: 18px;
}
.input-copy-link .icon-copy-link:hover {
  cursor: pointer;
  color: #26b8a4;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #E1E1E1 !important;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #5F6368;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: white !important;
}

