@charset "UTF-8";
/*** common ***/
/*** @media ***/
/*
To change this license header, choose License Main in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-09-2021, 08:00:00
    Author     : HUNG.ND
*/
@font-face {
  font-family: SFProDisplay;
  font-weight: 400;
  src: url("../fonts/SFPRODISPLAYREGULAR.OTF") format("opentype"); }

@font-face {
  font-family: SFProDisplay;
  font-weight: 500;
  src: url("../fonts/SFPRODISPLAYMEDIUM.OTF") format("opentype"); }

@font-face {
  font-family: SFProDisplay;
  font-weight: 700;
  src: url("../fonts/SFPRODISPLAYBOLD.OTF") format("opentype"); }

body {
  font-family: "SFProDisplay", "Noto Sans JP", "Meiryo", "Noto Sans JP", "ヒラギノ角ゴ 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;
  background-color: #f9f9f9; }

img {
  border: none;
  outline: none;
  max-width: 100%; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.clearfix:after {
  clear: both;
  display: block;
  content: ""; }

a {
  color: #222;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none; }
  a:hover {
    color: #333;
    text-decoration: none; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  button:focus {
    outline: none; }
  button:focus {
    outline: none; }

input:focus, select:focus, textarea:focus {
  outline: none; }

table {
  width: 100%; }

.c-red {
  color: #fb5b5b; }

.text-success {
  color: #28AD9A; }

#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; } }

select.form-control {
  height: 44px !important;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: url("../icon/select-down.png") no-repeat 95% 50% #fff; }
  @media (max-width: 767px) {
    select.form-control {
      height: 40px !important; } }

.fz-8 {
  font-size: 8px !important; }

.fz-9 {
  font-size: 9px !important; }

.fz-10 {
  font-size: 10px !important; }

.fz-14 {
  font-size: 14px !important; }

.fz-15 {
  font-size: 15px !important; }

.fz-16 {
  font-size: 16px !important; }

.fz-20 {
  font-size: 20px !important; }
  @media (max-width: 767px) {
    .fz-20 {
      font-size: 16px; } }

.fz-24 {
  font-size: 24px !important; }
  @media (max-width: 767px) {
    .fz-24 {
      font-size: 18px; } }

.font-weight-semibold {
  font-weight: 600; }

.letter-2 {
  letter-spacing: -2px; }

.h-500 {
  max-height: 500px; }

.border-blue {
  border: 2px solid #1099c3; }

.white-space-nowrap {
  white-space: nowrap; }

.bg-pink {
  background-color: #ffeaee !important; }

.border-bt {
  border-bottom: 2px solid #d4788c; }

.bb-none {
  border-bottom: none !important; }

.bt-none {
  border-top: none !important; }

.br-none {
  border-right: none !important; }

.import {
  color: #F17575; }

.poievent {
  pointer-events: none; }

.input-text {
  width: 27px;
  height: 34px;
  border: 1px solid #d4788c;
  background-color: transparent;
  position: relative;
  z-index: 5;
  padding: 0;
  text-align: center; }

.checkbox {
  width: 100%;
  position: relative;
  display: block; }
  .checkbox label {
    position: relative;
    min-height: 34px;
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .checkbox label span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .checkbox label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 27px;
      height: 33px;
      -webkit-transition: -webkit-transform 0.28s ease;
      transition: -webkit-transform 0.28s ease;
      -o-transition: transform 0.28s ease;
      transition: transform 0.28s ease;
      transition: transform 0.28s ease, -webkit-transform 0.28s ease;
      border-radius: 3px;
      border: 2px solid #d4788c;
      background-color: #ffeaee; }
    .checkbox label:after {
      content: '';
      display: block;
      width: 3px;
      height: 0px;
      background-color: #333;
      -webkit-transition: all ease 0.25s;
      -o-transition: all ease 0.25s;
      transition: all ease 0.25s;
      position: absolute;
      top: 2px;
      left: 50%;
      margin-left: -1px; }
  .checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0; }
    .checkbox input[type="checkbox"]:checked ~ label:before {
      border: 2px solid #d4788c; }
    .checkbox input[type="checkbox"]:checked ~ label:after {
      height: calc(100% - 4px); }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: 0; }

.checked,
.selection {
  position: relative;
  cursor: pointer; }
  .checked > .circle,
  .selection > .circle {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
    border: 2px solid #333; }

.arrow-rotate {
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-style: normal;
  text-indent: 2px; }

.form-control {
  border: 1px solid #E1E1E1;
  padding: 0 14px;
  height: 44px;
  border-radius: 12px;
  font-size: 14px; }
  @media (max-width: 767px) {
    .form-control {
      height: 40px;
      border-radius: 8px; } }
  .form-control::-webkit-input-placeholder {
    color: #5F6368;
    font-weight: 400;
    font-size: 13px; }
  .form-control:-ms-input-placeholder {
    color: #5F6368;
    font-weight: 400;
    font-size: 13px; }
  .form-control::-ms-input-placeholder {
    color: #5F6368;
    font-weight: 400;
    font-size: 13px; }
  .form-control::placeholder {
    color: #5F6368;
    font-weight: 400;
    font-size: 13px; }
  .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-input {
  position: relative; }
  .form-input._left .icon {
    left: 14px; top: 25px; }
  .form-input._left .form-control {
    padding-left: 36px; }
  .form-input._right .icon {
    right: 14px; }
  .form-input._right .form-control {
    padding-right: 36px; }
  .form-input.error .form-control {
    border-color: #F17575; }
  .form-input.error .error-msg {
    position: absolute;
    left: 0;
    bottom: -20px;
    color: #F17575;
    font-size: 11px;
    margin-bottom: 0; }
  .form-input .icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -9px;
    line-height: 0;
    font-size: 18px;
    color: #28AD9A; }
  .form-input .form-control {
    border: 1px solid #DFDEE4;
    height: 48px;
    border-radius: 12;
    font-size: 14px; }

.bootstrap-select {
  width: 100% !important; }
  .bootstrap-select .dropdown-toggle {
    border-radius: 12px;
    height: 42px;
    padding: 0 15px;
    position: relative;
    border: 1px solid #E1E1E1;
    background-color: #fff; }
    .bootstrap-select .dropdown-toggle:focus {
      outline: none !important; }
    .bootstrap-select .dropdown-toggle::after {
      font-family: "Font Awesome 5 Pro";
      font-weight: 300;
      font-size: 24px;
      content: "\f107";
      color: #28AD9A;
      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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .bootstrap-select .dropdown-menu {
    padding: 0;
    -webkit-box-shadow: 0px 6px 8px rgba(24, 39, 75, 0.12);
    box-shadow: 0px 6px 8px rgba(24, 39, 75, 0.12);
    border-radius: 8px;
    overflow: hidden; }
    .bootstrap-select .dropdown-menu li a {
      color: #202124; }
    .bootstrap-select .dropdown-menu li.active a {
      background-color: #DBF7F3; }

.custom-checkbox .custom-control-label {
  padding-top: 3px;
  color: #202124 !important; }

.custom-control-label::before {
  background-color: transparent;
  border: 1px solid #5F6368;
  border-radius: 2px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #28AD9A;
  border-radius: 2px;
  border-radius: 4px; }

.custom-radio .custom-control-label::before {
  border: 2px solid #5F6368;
  width: 20px;
  height: 20px; }

.custom-control .custom-control-label {
  color: #909399;
  font-size: 15px; }

.custom-radio .custom-control-label {
  padding-top: 5px;
  cursor: pointer; }

.custom-radio .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.7; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: transparent; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #28AD9A;
  border-radius: 50%;
  left: 5px;
  top: 9px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border: 2px solid #28AD9A; }

.custom-radio .custom-control-label::after {
  width: 10px;
  height: 10px; }

.btn {
  border-radius: 12px; }
  .btn.btn-success {
    background: -webkit-linear-gradient(197.61deg, #2BB9A5 -8.03%, #4AD5C1 105.96%);
    background: -o-linear-gradient(197.61deg, #2BB9A5 -8.03%, #4AD5C1 105.96%);
    background: linear-gradient(252.39deg, #2BB9A5 -8.03%, #4AD5C1 105.96%);
    border-color: #2BB9A5; }
  .btn.btn-success-light {
    background-color: #C3F1EA;
    color: #28AD9A; }
  .btn.btn-primary {
    background: -webkit-linear-gradient(197.61deg, #1E45BC -8.03%, #5E7FE5 105.96%) !important;
    background: -o-linear-gradient(197.61deg, #1E45BC -8.03%, #5E7FE5 105.96%) !important;
    background: linear-gradient(252.39deg, #1E45BC -8.03%, #5E7FE5 105.96%) !important;
    border-color: #1E45BC; }
  .btn.btn-primary-light {
    background: #E3E9FB !important;
    border-color: #E3E9FB;
    color: #4169E1; }
  .btn.btn-purple {
    background: -webkit-linear-gradient(197.61deg, #A4508B -8.03%, #BE79A9 105.96%) !important;
    background: -o-linear-gradient(197.61deg, #A4508B -8.03%, #BE79A9 105.96%) !important;
    background: linear-gradient(252.39deg, #A4508B -8.03%, #BE79A9 105.96%) !important;
    border-color: #A4508B;
    color: #fff; }
    .btn.btn-purple:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .btn.btn-purple-light {
    background-color: #F2E4EE;
    -webkit-box-shadow: 0px 6px 14px -6px rgba(76, 78, 84, 0.12), 0px 10px 32px -4px rgba(76, 78, 84, 0.12);
    box-shadow: 0px 6px 14px -6px rgba(76, 78, 84, 0.12), 0px 10px 32px -4px rgba(76, 78, 84, 0.12);
    color: #A4508B; }
  .btn.btn-danger {
    background-color: #FF6755;
    border-color: #FF6755;
    -webkit-box-shadow: 2px 2px 6px rgba(95, 99, 104, 0.2);
    box-shadow: 2px 2px 6px rgba(95, 99, 104, 0.2); }
  .btn.btn-light {
    background-color: #E1E1E1;
    color: #909399;
    font-weight: 600; }

.modal .modal-header {
  border-bottom: none;
  padding: 30px 40px 20px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .modal .modal-header {
      padding: 15px 20px 15px 20px; } }
  .modal .modal-header .modal-title {
    font-size: 24px;
    padding-top: 20px;
    width: 100%;
    text-align: center; }
  .modal .modal-header .close {
    position: absolute;
    right: 20px;
    z-index: 10; }

.modal .modal-content {
  border-radius: 8px; }
  .modal .modal-content .modal-body {
    padding-left: 48px;
    padding-right: 48px; }
    @media (max-width: 767px) {
      .modal .modal-content .modal-body {
        padding-left: 1rem;
        padding-right: 1rem; } }

@media (min-width: 992px) {
  .modal .modal-dialog-lg {
    max-width: 700px; } }

.modal .modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  border-top: none;
  padding-bottom: 30px; }
  .modal .modal-footer .btn {
    height: 50px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    width: 40%;
    max-width: 327px;
    margin: 4px 16px; }
    @media (max-width: 480px) {
      .modal .modal-footer .btn {
        width: 100%;
        margin: 5px 0;
        height: 45px; } }

.btn-submit {
  height: 48px;
  width: 100%;
  -webkit-box-shadow: 0px 4px 6px rgba(24, 39, 75, 0.12);
  box-shadow: 0px 4px 6px rgba(24, 39, 75, 0.12); }
  @media (max-width: 767px) {
    .btn-submit {
      height: 40px;
      border-radius: 8px; } }

.w-330 {
  max-width: 330px; }

.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; }

.row.row-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .row.row-10 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }

.link {
  color: #28AD9A;
  text-decoration: underline; }
  .link:hover {
    text-decoration: underline; }

.link-primay {
  color: #5E7FE5;
  text-decoration: underline; }
  .link-primay:hover {
    text-decoration: underline; }

.link-purple {
  color: #B15E98;
  text-decoration: underline; }
  .link-purple:hover {
    text-decoration: underline; }

.space-nowrap {
  white-space: nowrap; }

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 10; }

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 264px;
  -webkit-box-shadow: 5px 4px 20px #ECECEC;
  box-shadow: 5px 4px 20px #ECECEC;
  background-color: #fff;
  z-index: 1060;
  padding: 40px 0;
  overflow-y: auto;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  @media (max-width: 1366px) {
    .sidebar {
      left: -264px;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media (max-width: 1366px) {
    .sidebar.show {
      left: 0;
      -webkit-box-shadow: 2px 0 5px rgba(183, 195, 203, 0.9);
      box-shadow: 2px 0 5px rgba(183, 195, 203, 0.9); } }
  .sidebar .logo {
    padding-left: 28px;
    margin-bottom: 72px; }
    @media (max-width: 767px) {
      .sidebar .logo {
        margin-bottom: 35px; } }
  .sidebar .gNavi li {
    padding-right: 24px;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .sidebar .gNavi li {
        margin-bottom: 10px; } }
    .sidebar .gNavi li:last-child {
      margin-bottom: 0; }
    .sidebar .gNavi li a {
      padding: 11px 0 11px 34px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 0 40px 40px 0; }
      @media (max-width: 767px) {
        .sidebar .gNavi li a {
          padding: 8px 0 8px 25px; } }
      .sidebar .gNavi li a:hover, .sidebar .gNavi li a.active {
        background-color: #32D0B9;
        color: #fff; }
        .sidebar .gNavi li a:hover .icon .svg path, .sidebar .gNavi li a.active .icon .svg path {
          fill: #fff; }
      .sidebar .gNavi li a .icon {
        width: 26px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .sidebar .gNavi li a .icon .icon .svg path {
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
      .sidebar .gNavi li a .menu-text {
        margin-bottom: 0;
        width: calc(100% - 26px);
        padding-left: 25px;
        font-size: 18px; }
        @media (max-width: 767px) {
          .sidebar .gNavi li a .menu-text {
            font-size: 15px; } }

.main-content {
  margin-left: 264px;
  min-height: 100vh;
  background-color: #f9f9f9;
  position: relative; }
  @media (max-width: 1366px) {
    .main-content {
      margin-left: 0; } }
  .main-content .header {
    padding: 0 30px;
    height: 56px;
    background-color: #fff;
    -webkit-box-shadow: inset 0px -1px 0px rgba(95, 99, 104, 0.2);
    box-shadow: inset 0px -1px 0px rgba(95, 99, 104, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1366px) {
      .main-content .header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px; } }
    .main-content .header .btn-menu {
      width: 24px;
      height: 24px;
      padding: 0;
      border: none;
      background-color: transparent;
      font-size: 24px;
      line-height: 100%;
      cursor: pointer;
      display: none; }
      @media (max-width: 1366px) {
        .main-content .header .btn-menu {
          display: block; } }
    .main-content .header .header-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .main-content .header .header-menu > li {
        padding-left: 12px; }
        .main-content .header .header-menu > li > a {
          color: #5F6368;
          font-size: 15px; }
          .main-content .header .header-menu > li > a > .icon {
            color: #28AD9A;
            padding-right: 7px; }
      .main-content .header .header-menu .user-loged .user-wrap {
        padding-right: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        position: relative; }
        .main-content .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; }
        .main-content .header .header-menu .user-loged .user-wrap .user-name {
          padding-left: 6px;
          font-size: 15px;
          display: block;
          white-space: nowrap; }
          @media (max-width: 767px) {
            .main-content .header .header-menu .user-loged .user-wrap .user-name {
              display: none; } }
      .main-content .header .header-menu .user-loged .dropdown-menu {
        width: 204px;
        border-radius: 8px;
        padding: 0;
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        border: none;
        overflow: hidden; }
        .main-content .header .header-menu .user-loged .dropdown-menu .dropdown-item {
          padding: 12px 20px;
          font-size: 15px;
          border-bottom: solid 1px #E1E1E1;
          line-height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .main-content .header .header-menu .user-loged .dropdown-menu .dropdown-item .icon {
            width: 18px;
            text-align: center;
            display: block; }
            .main-content .header .header-menu .user-loged .dropdown-menu .dropdown-item .icon .svg path {
              fill: #5F6368;
              -webkit-transition: all ease 0.3s;
              -o-transition: all ease 0.3s;
              transition: all ease 0.3s; }
          .main-content .header .header-menu .user-loged .dropdown-menu .dropdown-item .text {
            width: calc(100% - 25px); }
          .main-content .header .header-menu .user-loged .dropdown-menu .dropdown-item:hover {
            background-color: #DBF7F3;
            color: #2BB9A5; }
            .main-content .header .header-menu .user-loged .dropdown-menu .dropdown-item:hover .icon path {
              fill: #28AD9A; }
          .main-content .header .header-menu .user-loged .dropdown-menu .dropdown-item:last-child {
            border-bottom: none; }
      .main-content .header .header-menu .user-loged .dropdown-toggle:after {
        display: none; }
      .main-content .header .header-menu .user-loged .dropdown-toggle::before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        content: "\f107";
        color: #28AD9A;
        right: 0;
        top: 50%;
        margin-top: -8px;
        position: absolute; }
  .main-content .contents {
    padding: 24px; }
    @media (max-width: 1366px) {
      .main-content .contents {
        overflow-x: auto; } }
    @media (max-width: 1024px) {
      .main-content .contents {
        padding: 12px; } }
    @media (max-width: 767px) {
      .main-content .contents {
        padding: 12px; } }
    .main-content .contents .title-page {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 24px; }
      .main-content .contents .title-page .btn-backpage {
        background-color: transparent;
        border: none;
        cursor: pointer;
        margin-right: 30px; }
      .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 {
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
            transition: all ease 0.3s; }
          .main-content .contents .title-page .title.title-toggle[aria-expanded="true"] .fal {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.table-wrap {
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  background-color: #fff;
  overflow: auto;
  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 a {
    color: #28AD9A;
    text-decoration: underline; }
  .table-cmn tr th, .table-cmn tr td {
    font-size: 15px;
    padding: 15px 10px;
    vertical-align: middle; }
  .table-cmn thead tr th {
    position: -webkit-sticky;
    position: sticky;
    z-index: 5;
    top: 0;
    background-color: #fff;
    color: #2BB9A5; }
    .table-cmn thead tr th::after {
      position: absolute;
      width: 100%;
      height: 1px;
      content: "";
      left: 0;
      bottom: 0;
      background-color: #2BB9A5; }
    .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 #E1E1E1; }
  .table-cmn .btn-sm {
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 13px;
    border: none;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2); }
  .table-cmn .btn-edit {
    background-color: transparent;
    color: #28AD9A;
    border: none;
    cursor: pointer;
    padding: 0 15px; }
    .table-cmn .btn-edit i {
      border-bottom: 2px solid #28AD9A;
      padding-bottom: 3px; }
  .table-cmn .btn-delete {
    color: #FF6755;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0 15px; }

/*------ style mobile-------*/
#mobile-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 24px 0; }
  #mobile-wrap .m-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
    margin-bottom: 30px; }
    #mobile-wrap .m-head .backpage {
      margin-right: 28px;
      font-size: 22px;
      border: none;
      background-color: transparent; }
    #mobile-wrap .m-head .head-title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 0; }
  #mobile-wrap .widget {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    padding: 24px; }
    #mobile-wrap .widget .widget-title {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 24px; }
    #mobile-wrap .widget .text {
      font-size: 11px; }
      #mobile-wrap .widget .text:last-child {
        margin-bottom: 0; }

.pagination {
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  overflow: hidden; }
  .pagination .page-item {
    color: #909399;
    min-width: 30px;
    text-align: center;
    background-color: #fff; }
    .pagination .page-item.active .page-link {
      background-color: #B15E98;
      color: #fff; }
    .pagination .page-item .page-link {
      color: #909399;
      border: none;
      margin-left: 0; }

.form-area {
  background-color: #fff;
  max-width: 1310px;
  margin: 0 auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 56px; }
  @media (max-width: 1366px) {
    .form-area {
      padding: 40px; } }
  @media (max-width: 767px) {
    .form-area {
      padding: 20px; } }
  .form-area .form-title {
    font-weight: 600;
    font-size: 15px;
    color: #5F6368; }

.button-group {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .button-group .btn {
    margin: 0 15px;
    height: 52px;
    width: 45%;
    max-width: 370px; }
    @media (max-width: 767px) {
      .button-group .btn {
        width: 100%;
        margin: 5px 0; } }

select.form-control:not([size]):not([multiple]) {
  height: inherit; }

.dialog-pd {
  padding-left: 265px; }
  @media (max-width: 1366px) {
    .dialog-pd {
      padding-left: 0; } }

.btn-control {
  background-color: transparent;
  color: #B15E98;
  border: none;
  cursor: pointer; }

.full-content {
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 48px; }
  @media (max-width: 991px) {
    .full-content {
      padding: 20px; } }

.send-form-request {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .send-form-request {
      -ms-flex-flow: wrap;
      flex-flow: wrap; } }
  .send-form-request .request-title {
    width: 130px;
    font-size: 15px;
    font-weight: 600;
    color: #5F6368;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .send-form-request .request-title {
        width: 100%;
        margin-bottom: 8px; } }
  .send-form-request .form-select-file {
    position: relative;
    width: calc(100% - 290px); }
    @media (max-width: 767px) {
      .send-form-request .form-select-file {
        width: 100%;
        margin-bottom: 8px; } }
    .send-form-request .form-select-file .form-control {
      height: 60px;
      padding-right: 130px;
      font-size: 15px;
      color: #28AD9A; }
      .send-form-request .form-select-file .form-control::-webkit-input-placeholder {
        content: #5F6368; }
      .send-form-request .form-select-file .form-control:-ms-input-placeholder {
        content: #5F6368; }
      .send-form-request .form-select-file .form-control::-ms-input-placeholder {
        content: #5F6368; }
      .send-form-request .form-select-file .form-control::placeholder {
        content: #5F6368; }
    .send-form-request .form-select-file .fileUpload {
      overflow: hidden;
      position: absolute;
      width: 120px;
      height: 36px;
      background-color: #E1E1E1;
      color: #5F6368;
      font-size: 15px;
      font-weight: 600;
      border-radius: 6px;
      right: 10px;
      top: 50%;
      margin-top: -18px; }
      .send-form-request .form-select-file .fileUpload .upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0; }
  .send-form-request .btn-filter {
    width: 120px;
    height: 50px; }
    @media (max-width: 767px) {
      .send-form-request .btn-filter {
        width: 100%; } }

.modal-open .sidebar {
  pointer-events: none; }

/*** page ***/
/*** -----REQUEST FORM----- ***/
.request-form-page {
  background-color: #fffaec;
  font-family: "Noto Sans JP";
  font-size: 11px;
  min-width: 1312px;
  border-radius: 10px;
  border: 1px solid #5F6368; }
  @media (max-width: 1024px) {
    .request-form-page {
      zoom: 0.7; } }
  .request-form-page .request-form {
    margin: 0 auto;
    width: 1312px;
    padding: 12px 15px; }
    @media (max-width: 1024px) {
      .request-form-page .request-form {
        padding: 12px 5px;
        zoom: 1.07; } }
  .request-form-page .block-25 {
    width: 25px;
    height: 32px;
    border: 1px solid #cf9598;
    display: inline-block; }
  .request-form-page .head-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .request-form-page .head-form .head-title {
      width: 37.1%; }
      .request-form-page .head-form .head-title .form-title {
        font-size: 24px;
        text-align: center; }
        .request-form-page .head-form .head-title .form-title .title-sub {
          font-size: 18px;
          display: inline-block;
          padding-left: 5px; }
      .request-form-page .head-form .head-title .request-date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .request-form-page .head-form .head-title .request-date .date-form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .request-form-page .head-form .head-title .request-date .date-form span {
            background-color: #ffe8e4;
            margin-left: -1px; }
            .request-form-page .head-form .head-title .request-date .date-form span input {
              background-color: transparent;
              border: none;
              width: 100%;
              height: 100%;
              text-align: center; }
    .request-form-page .head-form .medical-name {
      width: 50%;
      border-radius: 6px;
      border: 2px solid #d4788c;
      padding: 2px 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 70px;
      margin-bottom: -2px; }
      .request-form-page .head-form .medical-name .title {
        font-size: 14px; }
      .request-form-page .head-form .medical-name .name {
        font-size: 20px;
        padding: 5px;
        letter-spacing: 8px; }
        .request-form-page .head-form .medical-name .name .name-input {
          background-color: transparent;
          border: none; }
    .request-form-page .head-form .number-form {
      padding-bottom: 10px;
      width: 170px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .request-form-page .head-form .number-form .number-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 1px solid #d4788c;
        max-width: 101px; }
        .request-form-page .head-form .number-form .number-wrap .number-items {
          font-size: 14px;
          font-weight: 500;
          color: #000;
          line-height: 100%;
          border-right: 1px solid #d4788c;
          padding: 2px 1px;
          letter-spacing: 2px;
          min-height: 18px;
          text-align: center; }
          .request-form-page .head-form .number-form .number-wrap .number-items:last-child {
            border-right: none;
            min-width: 14px; }
      .request-form-page .head-form .number-form .number-form-1 .number-title {
        text-align: center;
        letter-spacing: 3px;
        margin-bottom: 3px;
        line-height: 100%; }
      .request-form-page .head-form .number-form .number-form-1 .mtit {
        text-align: center;
        position: relative;
        border: 1px solid #d4788c;
        border-radius: 40px 40px 0 0; }
        .request-form-page .head-form .number-form .number-form-1 .mtit .line {
          width: 1px;
          height: 16px;
          background-color: #d4788c;
          position: absolute;
          top: 3px; }
          .request-form-page .head-form .number-form .number-form-1 .mtit .line.before {
            display: none;
            left: 2px;
            -webkit-transform: rotate(10deg);
            -ms-transform: rotate(10deg);
            transform: rotate(10deg); }
          .request-form-page .head-form .number-form .number-form-1 .mtit .line.after {
            display: none;
            right: 2px;
            -webkit-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
            transform: rotate(-10deg); }
        .request-form-page .head-form .number-form .number-form-1 .mtit .inner {
          display: inline-block;
          padding: 0 4px;
          color: #f65d92;
          left: 2px;
          line-height: 100%;
          letter-spacing: 2px; }
      .request-form-page .head-form .number-form .number-form-1 .number-items:nth-child(1), .request-form-page .head-form .number-form .number-form-1 .number-items:nth-child(2) {
        width: 45%;
        min-width: 42px;
        overflow: hidden;
        white-space: nowrap;
        display: block; }
      .request-form-page .head-form .number-form .number-form-2 {
        margin-left: 10px; }
  .request-form-page .formRow-1 .formCol-1 {
    width: 37.1%;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    border: 2px solid #d4788c;
    border-right-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .request-form-page .formRow-1 .formCol-1 .areaComment {
      width: calc(100% - 195px); }
      .request-form-page .formRow-1 .formCol-1 .areaComment .text-comment {
        border: none;
        width: 100%;
        height: calc(100% - 40px);
        resize: none;
        font-size: 14px;
        background-color: transparent; }
      .request-form-page .formRow-1 .formCol-1 .areaComment .title {
        font-size: 16px;
        color: #f65d92;
        padding: 3px; }
    .request-form-page .formRow-1 .formCol-1 .info {
      width: 192px; }
      .request-form-page .formRow-1 .formCol-1 .info .info-guide {
        width: 192px; }
        .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-1 {
          border-radius: 0 4px 0 6px;
          border: 1px solid #d4788c;
          border-top: none;
          border-right: none; }
          .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-1 .stit {
            color: #f65d92;
            font-size: 14px;
            text-align: center;
            margin-bottom: 0;
            padding: 2px 0; }
          .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-1 .guide-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: -1px; }
            .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-1 .guide-list li {
              min-height: 34px;
              width: 32px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-flow: wrap;
              flex-flow: wrap;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              line-height: 12px;
              text-align: center;
              border: 1px solid #d4788c;
              margin-right: -1px;
              cursor: pointer; }
              .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-1 .guide-list li.checked {
                position: relative; }
                .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-1 .guide-list li.checked::after {
                  content: "";
                  width: 24px;
                  height: 24px;
                  border-radius: 50%;
                  display: block;
                  position: absolute;
                  left: 0px;
                  top: 4px;
                  border: 2px solid #333; }
          .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-1 .numberSamples {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 4px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-1 .numberSamples .samples-tit {
              width: 50px;
              font-size: 15px;
              color: #f65d92;
              letter-spacing: 3px;
              margin-bottom: 0;
              line-height: 100%; }
            .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-1 .numberSamples .samples-area {
              min-width: 120px;
              font-size: 16px;
              position: relative;
              margin-right: 15px;
              padding: 0 10px;
              text-align: center; }
              .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-1 .numberSamples .samples-area .input-text {
                font-size: 16px;
                border: none;
                width: 100px;
                height: 100%; }
              .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-1 .numberSamples .samples-area::after {
                position: absolute;
                content: ")";
                font-size: 20px;
                color: #f65d92;
                right: 0;
                top: 50%;
                margin-top: -12px;
                line-height: 100%; }
              .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-1 .numberSamples .samples-area::before {
                position: absolute;
                content: "(";
                font-size: 20px;
                color: #f65d92;
                left: 0;
                top: 50%;
                margin-top: -12px;
                line-height: 100%; }
        .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 {
          padding-left: 42px;
          color: #f65d92; }
          .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .otherSamples {
            margin-bottom: 3px; }
            .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .otherSamples .tit {
              font-size: 14px;
              line-height: 100%;
              color: #f65d92;
              margin-bottom: 0;
              text-align: center; }
            .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .otherSamples .samples-area {
              width: 120px;
              font-size: 16px;
              position: relative;
              margin: 0 auto;
              padding: 0 10px;
              text-align: center;
              color: #333; }
              .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .otherSamples .samples-area .input-text {
                font-size: 16px;
                border: none;
                width: 100px;
                height: 100%; }
              .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .otherSamples .samples-area::after {
                position: absolute;
                content: "}";
                font-size: 20px;
                color: #f65d92;
                right: 0;
                top: 50%;
                margin-top: -12px;
                line-height: 100%; }
              .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .otherSamples .samples-area::before {
                position: absolute;
                content: "{";
                font-size: 20px;
                color: #f65d92;
                left: 0;
                top: 50%;
                margin-top: -12px;
                line-height: 100%; }
          .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-title {
            background-color: #f65d92;
            color: #fff;
            display: inline-block;
            padding: 1px 4px 3px;
            font-size: 16px;
            line-height: 100%;
            margin-bottom: 3px; }
          .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-text {
            margin-bottom: 2px; }
          .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-1 {
            margin-bottom: 3px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-1 li {
              width: 10.2%;
              height: 18px;
              border: 1px solid #d4788c;
              font-size: 12px;
              line-height: 100%;
              text-align: center;
              color: #333;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; }
          .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-2 {
            padding-right: 35px;
            margin-bottom: 4px; }
            .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-2 li {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end;
              margin-bottom: 3px; }
              .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-2 li:last-child {
                margin-bottom: 0; }
              .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-2 li .tit {
                margin-bottom: 0;
                padding-right: 5px; }
              .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-2 li span {
                width: 15px;
                height: 18px;
                display: block;
                text-align: center;
                position: relative; }
              .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-2 li .notice-items {
                border: 1px solid #d4788c;
                position: relative; }
                .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-2 li .notice-items.minus::after {
                  position: absolute;
                  content: '';
                  width: 2px;
                  height: 100%;
                  left: 50%;
                  margin-left: -1px;
                  top: 0;
                  background-color: #333; }
                .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-2 li .notice-items.plus::after {
                  position: absolute;
                  content: '';
                  width: 2px;
                  height: 100%;
                  left: 50%;
                  margin-left: -1px;
                  top: 0;
                  background-color: #333; }
                .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-2 li .notice-items.plus::before {
                  position: absolute;
                  content: '';
                  height: 2px;
                  width: 100%;
                  left: 0;
                  margin-top: -1px;
                  top: 50%;
                  background-color: #333; }
          .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-guide {
            text-align: center; }
            .request-form-page .formRow-1 .formCol-1 .info .info-guide .guide-2 .notice-guide .inner {
              display: inline-block;
              border-radius: 8px;
              border-left: 1px solid #d4788c;
              border-right: 1px solid #d4788c;
              padding: 3px;
              max-width: 117px;
              line-height: 100%; }
  .request-form-page .formRow-1 .formCol-2 {
    width: 62.9%;
    border-radius: 4px 4px 0 0;
    border: 2px solid #d4788c;
    border-left-width: 1px;
    padding: 5px; }
    .request-form-page .formRow-1 .formCol-2 .form-title {
      margin-bottom: 4px;
      line-height: 100%; }
    .request-form-page .formRow-1 .formCol-2 .list-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .request-form-page .formRow-1 .formCol-2 .list-text li {
        width: 26px;
        height: 32px;
        border: 1px solid #d4788c;
        color: #f65d92;
        margin: 0 2px;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 13px;
        position: relative; }
        .request-form-page .formRow-1 .formCol-2 .list-text li.colspan-2 {
          width: 52px; }
        .request-form-page .formRow-1 .formCol-2 .list-text li.colspan-4 {
          width: 104px; }
        .request-form-page .formRow-1 .formCol-2 .list-text li.colspan-5 {
          width: 140px; }
        .request-form-page .formRow-1 .formCol-2 .list-text li.colspan-6 {
          width: 180px; }
        .request-form-page .formRow-1 .formCol-2 .list-text li.colspan-10 {
          width: 313px; }
        .request-form-page .formRow-1 .formCol-2 .list-text li.colspan-14 {
          width: 415px; }
        .request-form-page .formRow-1 .formCol-2 .list-text li.space {
          border: none; }
        .request-form-page .formRow-1 .formCol-2 .list-text li.stick {
          text-align: center; }
          .request-form-page .formRow-1 .formCol-2 .list-text li.stick::before {
            position: absolute;
            content: "";
            height: 4px;
            width: 1px;
            left: 50%;
            top: 0;
            margin-left: -1px;
            background-color: #d4788c; }
          .request-form-page .formRow-1 .formCol-2 .list-text li.stick::after {
            position: absolute;
            content: "";
            height: 4px;
            width: 1px;
            left: 50%;
            bottom: 0;
            margin-left: -1px;
            background-color: #d4788c; }
        .request-form-page .formRow-1 .formCol-2 .list-text li.fz-10 {
          line-height: 7px; }
        .request-form-page .formRow-1 .formCol-2 .list-text li .input-text {
          border: none;
          height: 100%;
          width: 100%;
          min-height: 30px;
          min-width: 24px;
          text-align: center; }
        .request-form-page .formRow-1 .formCol-2 .list-text li .text-bottom {
          position: absolute;
          line-height: 100%;
          background-color: #fffaec;
          color: #f65d92;
          bottom: -4px;
          padding: 0 4px 2px;
          right: -13px;
          font-size: 12px;
          z-index: 4; }
    .request-form-page .formRow-1 .formCol-2 .formRow-1 {
      margin-bottom: 5px; }
      .request-form-page .formRow-1 .formCol-2 .formRow-1 .list-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .request-form-page .formRow-1 .formCol-2 .formRow-1 .list-text li {
          width: 100%;
          border: 1px solid #d4788c;
          height: 40px;
          position: relative;
          text-align: center;
          font-size: 26px;
          line-height: 100%;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .request-form-page .formRow-1 .formCol-2 .formRow-1 .list-text li::after {
            position: absolute;
            width: 100%;
            height: 1px;
            border-top: 2px dashed #d4788c;
            content: "";
            left: 0;
            top: 50%;
            opacity: 0.3; }
          .request-form-page .formRow-1 .formCol-2 .formRow-1 .list-text li .input-text {
            text-align: left; }
    .request-form-page .formRow-1 .formCol-2 .formRow-2 {
      margin-bottom: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .request-form-page .formRow-1 .formCol-2 .formRow-3 {
      margin-bottom: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .request-form-page .formRow-1 .formCol-2 .formRow-4 {
      margin-bottom: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .request-form-page .formRow-1 .formCol-2 .formRow-5 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .request-form-page .form-table {
    border-radius: 0 0 8px 8px;
    overflow: hidden; }
    .request-form-page .form-table .form-tr {
      border-bottom: 2px solid #d4788c;
      border-left: 2px solid #d4788c;
      border-right: 2px solid #d4788c;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .request-form-page .form-table .form-tr:first-child .form-th::before {
        display: none; }
      .request-form-page .form-table .form-tr:last-child {
        border-radius: 0 0 7px 7px;
        overflow: hidden; }
      .request-form-page .form-table .form-tr .border-bt > .form-th::before, .request-form-page .form-table .form-tr .border-bt > .form-th::after {
        display: none; }
      .request-form-page .form-table .form-tr .form-th {
        padding: 7px 5px;
        width: 27px;
        background-color: #1099c3;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        min-width: 26px;
        position: relative;
        line-height: 110%; }
        .request-form-page .form-table .form-tr .form-th:first-child::after, .request-form-page .form-table .form-tr .form-th:first-child::before {
          position: absolute;
          content: "";
          background-color: #fff;
          height: 2px;
          left: 0;
          width: 100%; }
        .request-form-page .form-table .form-tr .form-th:first-child::before {
          top: -2px; }
        .request-form-page .form-table .form-tr .form-th:first-child::after {
          bottom: -2px; }
        .request-form-page .form-table .form-tr .form-th.colspan-2 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          min-width: 55px; }
          .request-form-page .form-table .form-tr .form-th.colspan-2 span {
            width: 50%; }
        .request-form-page .form-table .form-tr .form-th.th-rowspan-2 {
          position: relative; }
          .request-form-page .form-table .form-tr .form-th.th-rowspan-2 .inner {
            position: absolute;
            left: 0;
            height: 100%;
            width: 100%;
            top: 0;
            background-color: #1099c3; }
      .request-form-page .form-table .form-tr .form-td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .request-form-page .form-table .tr-3 .form-th {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; }
      .request-form-page .form-table .tr-3 .form-th:first-child {
        width: 27px; }
    .request-form-page .form-table .tr-3 .specific {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .request-form-page .form-table .tr-3 .specific .title {
        position: relative;
        text-align: center;
        margin-top: 5px; }
        .request-form-page .form-table .tr-3 .specific .title::before {
          position: absolute;
          left: 0;
          top: 0;
          width: 50%;
          height: 100%;
          content: "";
          background: url("../img/title-arrow-left.png") no-repeat 0% 50%; }
        .request-form-page .form-table .tr-3 .specific .title::after {
          position: absolute;
          right: 0;
          top: 0;
          width: 50%;
          height: 100%;
          content: "";
          background: url("../img/title-arrow-right.png") no-repeat 100% 50%; }
        .request-form-page .form-table .tr-3 .specific .title .inner {
          position: relative;
          z-index: 4;
          display: inline-block;
          background-color: #fffaec;
          padding: 0 10px 0 10px;
          line-height: 100%; }
    .request-form-page .form-table .tr-4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .request-form-page .form-table .tr-4 .table-left {
        width: 58.9%; }
        .request-form-page .form-table .tr-4 .table-left .form-th {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column; }
        .request-form-page .form-table .tr-4 .table-left .poprotein-list > span {
          font-size: 14px;
          color: #f65d92; }
        .request-form-page .form-table .tr-4 .table-left table th {
          color: #fff;
          background-color: #1099c3;
          font-size: 22px;
          height: 35px;
          font-weight: 500;
          white-space: nowrap;
          width: 270px;
          letter-spacing: 10px;
          text-align: center;
          line-height: 100%;
          padding: 4px 5px 5px;
          vertical-align: middle;
          height: 42px; }
        .request-form-page .form-table .tr-4 .table-left table tr:first-child th, .request-form-page .form-table .tr-4 .table-left table tr:first-child td {
          border-top: none; }
        .request-form-page .form-table .tr-4 .table-left table tr td:first-child {
          border-left: none; }
        .request-form-page .form-table .tr-4 .table-left table tr:last-child td {
          border-bottom: none; }
        .request-form-page .form-table .tr-4 .table-left table tr:last-child .form-th::after {
          display: none; }
        .request-form-page .form-table .tr-4 .table-left .blood-glucose {
          font-size: 18px;
          font-weight: 500;
          letter-spacing: 5px;
          margin-bottom: 5px; }
        .request-form-page .form-table .tr-4 .table-left .list-clock li {
          padding: 0 4px 17px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .request-form-page .form-table .tr-4 .table-left .list-clock li .number {
            width: 17px;
            height: 17px;
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            line-height: 100%;
            border: 1px solid #d4788c;
            margin-right: 2px; }
          .request-form-page .form-table .tr-4 .table-left .list-clock li .subtit {
            width: 27px;
            height: 34px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #d4788c;
            color: #f65d92;
            line-height: 90%;
            font-size: 12px;
            position: relative;
            text-align: center;
            padding: 0 5px; }
            .request-form-page .form-table .tr-4 .table-left .list-clock li .subtit::after {
              width: 1px;
              height: 5px;
              content: "";
              background-color: #d4788c;
              bottom: 0;
              left: 50%;
              position: absolute; }
            .request-form-page .form-table .tr-4 .table-left .list-clock li .subtit::before {
              width: 1px;
              height: 5px;
              content: "";
              background-color: #d4788c;
              top: 0;
              left: 50%;
              position: absolute; }
          .request-form-page .form-table .tr-4 .table-left .list-clock li .arrows {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 24px;
            padding: 0 6px; }
          .request-form-page .form-table .tr-4 .table-left .list-clock li .time-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 32px;
            width: 82px;
            border: 1px solid #d4788c;
            position: relative; }
            .request-form-page .form-table .tr-4 .table-left .list-clock li .time-wrap .house,
            .request-form-page .form-table .tr-4 .table-left .list-clock li .time-wrap .minus {
              font-size: 20px;
              text-align: center;
              width: 32px;
              font-weight: 500;
              height: 100%;
              position: relative; }
              .request-form-page .form-table .tr-4 .table-left .list-clock li .time-wrap .house input,
              .request-form-page .form-table .tr-4 .table-left .list-clock li .time-wrap .minus input {
                position: absolute;
                left: 0;
                top: 0;
                background-color: transparent;
                border: none;
                width: 32px;
                height: 90%;
                text-align: center;
                padding: 0 !important; }
            .request-form-page .form-table .tr-4 .table-left .list-clock li .time-wrap .space {
              font-size: 20px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              width: 10px;
              color: #f65d92; }
            .request-form-page .form-table .tr-4 .table-left .list-clock li .time-wrap .title-time {
              position: absolute;
              left: 42%;
              bottom: -18px;
              color: #f65d92; }
            .request-form-page .form-table .tr-4 .table-left .list-clock li .time-wrap .title-minus {
              position: absolute;
              right: -5px;
              bottom: -18px;
              color: #f65d92; }
        .request-form-page .form-table .tr-4 .table-left .dedicated-list {
          width: 100%; }
          .request-form-page .form-table .tr-4 .table-left .dedicated-list li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: 1px solid #d4788c; }
            .request-form-page .form-table .tr-4 .table-left .dedicated-list li:last-child {
              border-bottom: none; }
            .request-form-page .form-table .tr-4 .table-left .dedicated-list li .items {
              width: 50%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: start;
              -ms-flex-pack: start;
              justify-content: flex-start;
              padding: 10px 7px;
              border-right: 1px solid #d4788c; }
              .request-form-page .form-table .tr-4 .table-left .dedicated-list li .items:last-child {
                border-right: none; }
            .request-form-page .form-table .tr-4 .table-left .dedicated-list li .check-item {
              width: 27px;
              margin-right: 13px; }
            .request-form-page .form-table .tr-4 .table-left .dedicated-list li .items-input {
              width: 72px;
              height: 26px;
              border: 1px solid #d4788c;
              background-color: transparent;
              padding: 2px 7px; }
      .request-form-page .form-table .tr-4 .table-right {
        width: 41.1%;
        color: #f65d92; }
        .request-form-page .form-table .tr-4 .table-right .title {
          background-color: #1099c3;
          height: 42px;
          color: #fff;
          font-size: 22px;
          font-weight: 400;
          line-height: 100%;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        .request-form-page .form-table .tr-4 .table-right .creatinine-list {
          padding-left: 12px;
          margin-bottom: 7px; }
          .request-form-page .form-table .tr-4 .table-right .creatinine-list li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; }
            .request-form-page .form-table .tr-4 .table-right .creatinine-list li .index-info {
              width: calc(100% - 16px); }
            .request-form-page .form-table .tr-4 .table-right .creatinine-list li .stit {
              width: 16px;
              font-size: 11px;
              color: #f65d92;
              white-space: nowrap;
              text-align: left; }
            .request-form-page .form-table .tr-4 .table-right .creatinine-list li .index-tit {
              margin-bottom: 0;
              padding-left: 8px; }
            .request-form-page .form-table .tr-4 .table-right .creatinine-list li.body-index .input-list {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              .request-form-page .form-table .tr-4 .table-right .creatinine-list li.body-index .input-list .items {
                padding: 0 2px; }
                .request-form-page .form-table .tr-4 .table-right .creatinine-list li.body-index .input-list .items:nth-child(3) {
                  position: relative; }
                  .request-form-page .form-table .tr-4 .table-right .creatinine-list li.body-index .input-list .items:nth-child(3)::after {
                    content: "";
                    border-radius: 50%;
                    width: 4px;
                    height: 4px;
                    background-color: #f65d92;
                    position: absolute;
                    bottom: 1px;
                    right: -2px; }
                .request-form-page .form-table .tr-4 .table-right .creatinine-list li.body-index .input-list .items input {
                  width: 27px;
                  height: 32px;
                  border: 1px solid #d4788c;
                  background-color: transparent;
                  text-align: center;
                  font-size: 16px; }
            .request-form-page .form-table .tr-4 .table-right .creatinine-list li.ml .index-tit {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              padding-left: 0; }
            .request-form-page .form-table .tr-4 .table-right .creatinine-list li.ml .ml-wrap {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              .request-form-page .form-table .tr-4 .table-right .creatinine-list li.ml .ml-wrap .check-item {
                width: 27px;
                margin-right: 8px; }
              .request-form-page .form-table .tr-4 .table-right .creatinine-list li.ml .ml-wrap .items-input {
                width: calc(100% - 30px);
                border: 1px solid #d4788c;
                background-color: transparent;
                padding: 2px 7px; }
        .request-form-page .form-table .tr-4 .table-right table tr:first-child th, .request-form-page .form-table .tr-4 .table-right table tr:first-child td {
          border-top: none; }
        .request-form-page .form-table .tr-4 .table-right table td:first-child {
          width: 155px; }
        .request-form-page .form-table .tr-4 .table-right table td:last-child {
          border-right: none; }
        .request-form-page .form-table .tr-4 .table-right .form-th {
          padding: 4px 5px;
          line-height: 95%; }
          .request-form-page .form-table .tr-4 .table-right .form-th::after, .request-form-page .form-table .tr-4 .table-right .form-th::before {
            display: none; }
        .request-form-page .form-table .tr-4 .table-right .antigen-test {
          padding-left: 22px;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .request-form-page .form-table .tr-4 .table-right .antigen-test li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 3px 0; }
            .request-form-page .form-table .tr-4 .table-right .antigen-test li .check-item {
              width: 30px; }
            .request-form-page .form-table .tr-4 .table-right .antigen-test li .index-number {
              padding: 0 5px;
              min-width: 50px; }
            .request-form-page .form-table .tr-4 .table-right .antigen-test li .text {
              margin-bottom: 0;
              color: #333;
              font-size: 14px;
              padding: 2px 5px;
              width: 65%;
              line-height: 100%; }
            .request-form-page .form-table .tr-4 .table-right .antigen-test li .exclusive {
              color: #333;
              font-size: 14px;
              letter-spacing: -2px;
              white-space: nowrap; }
        .request-form-page .form-table .tr-4 .table-right .text-form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 6px 2px 6px 16px; }
          .request-form-page .form-table .tr-4 .table-right .text-form li {
            width: 31px;
            padding: 0 2px; }
        .request-form-page .form-table .tr-4 .table-right .poprotein-list {
          width: 28px;
          margin-left: 3px;
          padding: 5px 0 5px; }
      .request-form-page .form-table .tr-4 table th, .request-form-page .form-table .tr-4 table td {
        border: 2px solid #d4788c;
        padding: 0;
        margin: 0;
        vertical-align: top; }
  .request-form-page .list-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-right: 5px; }
    .request-form-page .list-checkbox li {
      margin-left: 5px;
      width: 27px; }
      .request-form-page .list-checkbox li.company-health {
        position: relative; }
        .request-form-page .list-checkbox li.company-health .company-name {
          position: absolute;
          white-space: nowrap;
          background-color: #fffaec;
          z-index: 2;
          font-size: 10px;
          border: 1px solid #333;
          border-radius: 20px;
          line-height: 100%;
          padding: 1px 3px 2px; }
          .request-form-page .list-checkbox li.company-health .company-name.cols-2 {
            min-width: 60px; }
          .request-form-page .list-checkbox li.company-health .company-name.cols-3 {
            min-width: 94px; }
          .request-form-page .list-checkbox li.company-health .company-name.cols-4 {
            min-width: 126px; }
          .request-form-page .list-checkbox li.company-health .company-name.cols-5 {
            min-width: 155px; }
        .request-form-page .list-checkbox li.company-health .text {
          padding-top: 24px;
          position: relative; }
          .request-form-page .list-checkbox li.company-health .text::before {
            position: absolute;
            content: "";
            width: 1px;
            height: 8px;
            background-color: #333;
            top: 13px;
            left: 50%; }
      .request-form-page .list-checkbox li.screening {
        position: relative; }
        .request-form-page .list-checkbox li.screening .screening-virut {
          position: absolute;
          white-space: nowrap;
          background-color: #fffaec;
          z-index: 2;
          font-size: 9px;
          border: 1px solid #333;
          border-radius: 5px;
          line-height: 100%;
          padding: 1px 3px 2px; }
          .request-form-page .list-checkbox li.screening .screening-virut.cols-2 {
            width: 60px; }
          .request-form-page .list-checkbox li.screening .screening-virut.cols-3 {
            width: 90px; }
        .request-form-page .list-checkbox li.screening .text {
          padding-top: 32px;
          position: relative; }
          .request-form-page .list-checkbox li.screening .text::before {
            position: absolute;
            content: "";
            width: 1px;
            height: 8px;
            background-color: #333;
            top: 21px;
            left: 50%; }
      .request-form-page .list-checkbox li.space-line {
        position: relative; }
        .request-form-page .list-checkbox li.space-line::after {
          position: absolute;
          left: 50%;
          width: 2px;
          content: "";
          background-color: #f65d92;
          height: calc(100% + 5px);
          top: -5px;
          margin-left: -1px; }
      .request-form-page .list-checkbox li.line {
        position: relative; }
        .request-form-page .list-checkbox li.line::after {
          position: absolute;
          right: -3px;
          width: 2px;
          content: "";
          background-color: #f65d92;
          height: calc(100% + 5px);
          top: -5px;
          margin-left: -1px; }
      .request-form-page .list-checkbox li.apolipoprotein {
        padding-top: 7px; }
        .request-form-page .list-checkbox li.apolipoprotein span {
          display: block;
          border-radius: 20px;
          font-size: 18px;
          text-align: center;
          line-height: 105%;
          padding: 6px 0;
          border: 1px solid #d4788c; }
      .request-form-page .list-checkbox li.poprotein-list {
        margin-left: 2px;
        width: 30px; }
        .request-form-page .list-checkbox li.poprotein-list .pop-tit {
          font-size: 14px;
          border: 1px solid #d4788c;
          height: 40px;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          line-height: 100%; }
        .request-form-page .list-checkbox li.poprotein-list .arrow-down {
          text-align: center;
          font-size: 20px;
          line-height: 100%; }
        .request-form-page .list-checkbox li.poprotein-list span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          height: 33px;
          width: 100%;
          border: 1px solid #d4788c;
          margin-bottom: 15px;
          position: relative;
          line-height: 90%; }
          .request-form-page .list-checkbox li.poprotein-list span em {
            font-style: normal; }
          .request-form-page .list-checkbox li.poprotein-list span::after, .request-form-page .list-checkbox li.poprotein-list span::before {
            position: absolute;
            left: 50%;
            height: 4px;
            width: 1px;
            background-color: #d4788c;
            content: ""; }
          .request-form-page .list-checkbox li.poprotein-list span::after {
            bottom: 0; }
          .request-form-page .list-checkbox li.poprotein-list span::before {
            top: 0; }
          .request-form-page .list-checkbox li.poprotein-list span:last-child {
            margin-bottom: 0; }
      .request-form-page .list-checkbox li.group-input {
        width: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 20px;
        position: relative; }
        .request-form-page .list-checkbox li.group-input:first-child {
          margin-left: 3px; }
        .request-form-page .list-checkbox li.group-input .group-title {
          position: absolute;
          left: 50%;
          margin-left: -7px;
          top: -10px;
          font-size: 10px; }
        .request-form-page .list-checkbox li.group-input .group-items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .request-form-page .list-checkbox li.group-input .group-items .items {
            padding: 0 2px; }
            .request-form-page .list-checkbox li.group-input .group-items .items:first-child {
              padding-left: 0; }
            .request-form-page .list-checkbox li.group-input .group-items .items:last-child {
              padding-right: 0; }
            .request-form-page .list-checkbox li.group-input .group-items .items .input-text {
              height: 33px; }
      .request-form-page .list-checkbox li .checkbox-info {
        text-align: center;
        height: calc(100% - 33px); }
        .request-form-page .list-checkbox li .checkbox-info.between {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .request-form-page .list-checkbox li .checkbox-info .number {
          font-size: 12px;
          color: #f65d92;
          white-space: nowrap; }
        .request-form-page .list-checkbox li .checkbox-info .text {
          font-size: 14px;
          margin-bottom: 0;
          line-height: 110%; }
        .request-form-page .list-checkbox li .checkbox-info .text-selection {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: calc(100% + 6px);
          margin-left: -3px; }
          .request-form-page .list-checkbox li .checkbox-info .text-selection span {
            width: 50%;
            font-size: 11px;
            line-height: 100%; }
    .request-form-page .list-checkbox.list-medicalCheckup {
      position: relative; }
      .request-form-page .list-checkbox.list-medicalCheckup > li {
        padding-bottom: 20px; }
      .request-form-page .list-checkbox.list-medicalCheckup .bottom {
        position: absolute;
        bottom: 0px;
        font-size: 9px;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0; }
        .request-form-page .list-checkbox.list-medicalCheckup .bottom span {
          font-size: 12px;
          display: block;
          width: 27px;
          letter-spacing: -1px;
          margin-right: 4px;
          min-width: 27px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          opacity: 0.7; }
          .request-form-page .list-checkbox.list-medicalCheckup .bottom span:nth-child(1), .request-form-page .list-checkbox.list-medicalCheckup .bottom span:nth-child(2), .request-form-page .list-checkbox.list-medicalCheckup .bottom span:nth-child(4), .request-form-page .list-checkbox.list-medicalCheckup .bottom span:nth-child(7) {
            font-size: 9px; }
  .request-form-page .title-dedicated {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 0; }
  .request-form-page .footer-form {
    padding-top: 7px;
    color: #f65d92;
    font-size: 13px; }
    .request-form-page .footer-form .footer-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .request-form-page .footer-form .footer-list li {
        padding-left: 20px; }
      .request-form-page .footer-form .footer-list .f-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .request-form-page .footer-form .footer-list .f-logo .logo-info {
          font-size: 18px;
          font-weight: 500; }
      .request-form-page .footer-form .footer-list .f-hotline {
        font-size: 18px;
        font-weight: 400; }
      .request-form-page .footer-form .footer-list .caution {
        font-size: 18px; }

.login-page {
  padding: 72px;
  background-color: #f5fdfc; }
  @media (max-width: 1366px) {
    .login-page {
      padding: 30px; } }
  @media (max-width: 767px) {
    .login-page {
      padding: 20px; } }
  .login-page .logo {
    margin-bottom: 52px; }
    @media (max-width: 1366px) {
      .login-page .logo {
        margin-bottom: 25px; } }
  .login-page .bootstrap-select .dropdown-toggle {
    background: url("../img/icon-medical-office.svg") no-repeat 12px 50%;
    padding: 0 36px; }
  .login-page .login-form {
    padding: 0 50px;
    max-width: 1650px;
    margin: 0 auto;
    width: 100%; }
    @media (max-width: 767px) {
      .login-page .login-form {
        padding: 0px; } }
    .login-page .login-form .login-title {
      text-align: center;
      font-size: 34px;
      margin-bottom: 50px;
      font-weight: 700;
      color: #28AD9A; }
      @media (max-width: 767px) {
        .login-page .login-form .login-title {
          font-size: 24px; } }
    .login-page .login-form .select-register {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
    .login-page .login-form .form-inner {
      padding: 56px;
      background-color: #fff;
      -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
      box-shadow: 0px 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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: wrap;
      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: 35%;
        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-info .error-form {
          margin-bottom: 48px;
          background-color: #FFE8E5;
          padding: 14px 26px;
          color: #F04430;
          display: flex;
          align-items: center;
          border-radius: 8px;
          line-height: 100%; }
          .login-page .login-form .form-in .form-info .error-form img {
            margin-right: 6px; }
        .login-page .login-form .form-in .form-info .btn-submit {
          height: 48px;
          width: 100%;
          font-weight: 600; }
      .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: -webkit-box;
      display: -ms-flexbox;
      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;
          border-bottom: 2px solid rgba(0, 0, 0, 0);
          padding-bottom: 5px; }
          .login-page .login-form .login-tab li a.active {
            color: #2BB9A5;
            border-bottom-color: #2BB9A5;
            font-weight: 700; }
  .login-page .form-label {
    color: #5F6368;
    font-weight: 600;
    display: block;
    margin-bottom: 6px; }

.modal-login .modal-body-login {
  padding: 32px 0;
  max-width: 330px;
  margin: 0 auto; }
  .modal-login .modal-body-login .device-thumb {
    text-align: center;
    margin-bottom: 48px; }

.modal-login .list-otp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .modal-login .list-otp li .form-control {
    height: 48px;
    width: 36px;
    border-radius: 3px; }

.modal-confirm .modal-body-confirm {
  padding: 32px 32px !important;
  font-size: 15px; }
  .modal-confirm .modal-body-confirm .btn-submit {
    max-width: 330px; }

.impor {
  color: #F17575; }

.checkbox input {
  display: none !important;
  pointer-events: none; }

.checkbox.active label::after {
  height: 100%; }

.checkbox.active2 label::before {
  width: 100%; }

.checkbox label {
  height: 33px;
  width: 27px;
  border-radius: 3px;
  border: 2px solid #d4788c;
  background-color: #ffeaee; }
  .checkbox label::after {
    content: '';
    display: block;
    width: 3px;
    height: 0px;
    background-color: #333;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px; }
  .checkbox label::before {
    content: '';
    display: block;
    width: 0px;
    height: 3px;
    background-color: #333;
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    border: none; }

.btnAdd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: fixed;
  right: 67px;
  bottom: 97px;
  z-index: 10; }
  @media (max-width: 1366px) {
    .btnAdd {
      right: 30px;
      bottom: 30px; } }
  .btnAdd .btn-coppy {
    height: 96px;
    font-size: 24px;
    background-color: #fff;
    font-weight: 600;
    padding: 10px 24px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    color: #FF6755;
    border: none;
    border-radius: 50px;
    cursor: pointer; }
    @media (max-width: 1366px) {
      .btnAdd .btn-coppy {
        padding: 10px 18px;
        height: 60px;
        font-size: 18px; } }
    @media (max-width: 767px) {
      .btnAdd .btn-coppy {
        font-size: 16px;
        padding: 6px 14px;
        height: 50px; } }
    .btnAdd .btn-coppy i {
      margin-right: 8px; }
  .btnAdd .btn-add {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #FF6755;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.18);
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 12; }
    @media (max-width: 1366px) {
      .btnAdd .btn-add {
        width: 50px;
        height: 50px;
        font-size: 20px; } }
    .btnAdd .btn-add:hover {
      background-color: #FF6755;
      color: #fff; }
  .btnAdd .list-add {
    position: relative;
    z-index: 12;
    display: none;
    padding-right: 25px; }
    @media (max-width: 1366px) {
      .btnAdd .list-add {
        padding-right: 10px; } }
    .btnAdd .list-add li {
      cursor: pointer;
      padding-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      color: #fff; }
      @media (max-width: 1366px) {
        .btnAdd .list-add li {
          padding-bottom: 10px; } }
      .btnAdd .list-add li .add-text {
        margin-bottom: 0; }
      .btnAdd .list-add li .add-icon {
        margin-left: 8px;
        width: 53px;
        height: 53px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff; }
        @media (max-width: 1366px) {
          .btnAdd .list-add li .add-icon {
            width: 30px;
            height: 30px; } }

.overlay-add {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 10; }

.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; } }

.list-stt-page .filter-form .form-control {
  height: 46px !important; }
  @media (max-width: 1366px) {
    .list-stt-page .filter-form .form-control {
      height: 40px !important;
      border-radius: 8px; } }

.list-stt-page .table-listStt {
  white-space: nowrap;
  margin-bottom: 40px;
  height: 400px;
  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 table th:nth-child(1), .list-stt-page .table-listStt table td:nth-child(1) {
      width: 75px; }
    .list-stt-page .table-listStt table th:nth-child(2), .list-stt-page .table-listStt table td:nth-child(2) {
      width: 150px; }
    .list-stt-page .table-listStt table th:nth-child(3), .list-stt-page .table-listStt table td:nth-child(3) {
      width: 180px; }
    .list-stt-page .table-listStt table th:nth-child(4), .list-stt-page .table-listStt table td:nth-child(4) {
      width: 120px; }
    .list-stt-page .table-listStt table th:nth-child(5), .list-stt-page .table-listStt table th:nth-child(6), .list-stt-page .table-listStt table td:nth-child(5), .list-stt-page .table-listStt table td:nth-child(6) {
      width: 90px; }
    .list-stt-page .table-listStt table th:nth-child(7), .list-stt-page .table-listStt table td:nth-child(7) {
      width: 150px; }
    .list-stt-page .table-listStt table th:nth-child(8), .list-stt-page .table-listStt table th:nth-child(9), .list-stt-page .table-listStt table th:nth-child(10), .list-stt-page .table-listStt table td:nth-child(8), .list-stt-page .table-listStt table td:nth-child(9), .list-stt-page .table-listStt table td:nth-child(10) {
      width: 180px; }
    .list-stt-page .table-listStt table th:nth-child(11), .list-stt-page .table-listStt table td:nth-child(11) {
      width: 125px; }
    .list-stt-page .table-listStt table th:nth-child(12), .list-stt-page .table-listStt table th:nth-child(13), .list-stt-page .table-listStt table td:nth-child(12), .list-stt-page .table-listStt table td:nth-child(13) {
      width: 90px; }
    .list-stt-page .table-listStt table th:nth-child(14), .list-stt-page .table-listStt table td:nth-child(14) {
      width: 150px; }
    .list-stt-page .table-listStt table th:nth-child(15), .list-stt-page .table-listStt table td:nth-child(15) {
      width: 80px; }
  .list-stt-page .table-listStt .btn-pdf {
    border: none;
    background-color: transparent;
    cursor: pointer; }

.list-stt-page .list-bottom {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .list-stt-page .list-bottom {
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .list-stt-page .list-bottom li {
    padding-left: 25px; }
    @media (max-width: 767px) {
      .list-stt-page .list-bottom li {
        width: 100%;
        padding-left: 0;
        padding: 0 2px;
        margin-bottom: 8px; } }
    .list-stt-page .list-bottom li .btn {
      height: 52px;
      padding-left: 30px;
      padding-right: 32px;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
      @media (max-width: 767px) {
        .list-stt-page .list-bottom li .btn {
          width: 100%; } }

.filter-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  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; }

.table-acountList {
  max-height: 500px;
  white-space: nowrap; }
  .table-acountList th, .table-acountList td {
    width: 24%;
    text-align: center; }

.modal-cmn {
  padding-left: 265px; }
  @media (max-width: 1366px) {
    .modal-cmn {
      padding-left: 0; } }
  .modal-cmn .modal-dialog {
    max-width: 990px; }
  .modal-cmn .modal-header {
    border-bottom: none;
    padding: 20px 48px 0; }
    @media (max-width: 1366px) {
      .modal-cmn .modal-header {
        padding-left: 10px;
        padding-right: 10px; } }
    .modal-cmn .modal-header .close {
      font-size: 15px; }
  .modal-cmn .modal-body {
    padding: 0 48px 10px; }
    @media (max-width: 1366px) {
      .modal-cmn .modal-body {
        padding: 0 10px 20px; } }
  .modal-cmn .modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    .modal-cmn .modal-footer .btn {
      height: 50px;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
      width: 40%;
      max-width: 327px;
      margin: 4px 16px; }
      @media (max-width: 480px) {
        .modal-cmn .modal-footer .btn {
          width: 100%;
          margin: 5px 0;
          height: 45px; } }

.h-300 {
  max-height: 300px; }

.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 .table-list tbody td:nth-child(2) {
    text-align: left; }

.modal-listGuide .user-list {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .modal-listGuide .user-list .user-thumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #2BB9A5;
    overflow: hidden;
    color: #acacac;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 35px; }
  .modal-listGuide .user-list .text {
    padding-left: 24px;
    margin-bottom: 0;
    font-size: 18px; }

.modal-confirm {
  padding-left: 265px; }
  @media (max-width: 1366px) {
    .modal-confirm {
      padding-left: 0; } }
  .modal-confirm .modal-dialog {
    max-width: 670px; }
  .modal-confirm .modal-header {
    border-bottom: none;
    padding-bottom: 0; }
  .modal-confirm .modal-body {
    padding-top: 30px; }
  .modal-confirm .text {
    font-size: 24px;
    margin-bottom: 0;
    text-align: center; }
    @media (max-width: 480px) {
      .modal-confirm .text {
        font-size: 18px; } }

.modal-account-edit {
  padding-left: 265px; }
  @media (max-width: 1366px) {
    .modal-account-edit {
      padding-left: 0; } }
  .modal-account-edit .modal-footer .btn {
    max-width: 370px;
    width: 100%; }

.modal-request-history .modal-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: none; }
  .modal-request-history .modal-header .modal-title {
    font-size: 24px; }

.modal-request-history .text {
  text-align: center;
  margin-bottom: 36px;
  font-size: 15px; }

.modal-request-history .history-list {
  max-width: 380px;
  margin: 0 auto; }

.modal-request-history .modal-footer .btn {
  max-width: 240px; }

.dialog-confirm .modal-dialog {
  max-width: 600px; }

.dialog-confirm .modal-head {
  padding-bottom: 30px; }

.LA {
  background-color: #f8fafe; }
  .LA .logo .svg path:first-child {
    fill: #1E45BC; }
  .LA.login-page .login-form .login-title {
    color: #5E7FE5; }
  .LA.login-page .login-form .login-tab li a.active {
    color: #5E7FE5;
    border-bottom-color: #5E7FE5; }
  .LA.login-page .bootstrap-select .dropdown-toggle {
    background: url("../img/icon-medical-office-blue.svg") no-repeat 12px 50%;
    padding: 0 36px; }
  .LA .form-input .icon {
    color: #4169E1; }
  .LA select.form-control {
    background-image: url("../img/select-down-blue.png"); }
  .LA .bootstrap-select .dropdown-toggle::after {
    color: #4169E1; }
  .LA .bootstrap-select .dropdown-menu li.active a {
    background-color: #F5F7FE; }
  .LA .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #5E7FE5; }
  .LA .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #5E7FE5; }
  .LA .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #5E7FE5; }
  .LA .link {
    color: #5E7FE5; }
  .LA .table-cmn thead tr th {
    color: #5E7FE5; }
    .LA .table-cmn thead tr th::after {
      background-color: #5E7FE5; }
  .LA .table-cmn button {
    color: #5E7FE5; }
    .LA .table-cmn button i {
      border-bottom-color: #5E7FE5; }
  .LA .sidebar .gNavi li a:hover, .LA .sidebar .gNavi li a.active {
    background-color: #718EE9; }
  .LA .main-content .header .header-menu li a .icon {
    color: #5E7FE5; }
  .LA .main-content .header .header-menu .user-loged .dropdown-toggle::before {
    color: #5E7FE5; }
  .LA .main-content .header .header-menu .user-loged .user-wrap .user-thumb {
    background-color: #5E7FE5; }
  .LA .main-content .header .header-menu .user-loged .dropdown-menu .dropdown-item:hover {
    color: #4169E1;
    background-color: #F5F7FE; }
    .LA .main-content .header .header-menu .user-loged .dropdown-menu .dropdown-item:hover .icon .svg path {
      fill: #4169E1; }
  .LA.list-stt-page .table-listStt th, .LA.list-stt-page .table-listStt td {
    width: initial !important; }
    .LA.list-stt-page .table-listStt th:nth-child(7), .LA.list-stt-page .table-listStt td:nth-child(7) {
      min-width: 150px !important; }
  .LA .pagination .page-item.active .page-link {
    background-color: #5E7FE5; }

.resend-code {
  opacity: 0.7; }

.la-radio.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #5E7FE5; }

.la-radio.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5E7FE5; }

.change-password-page .form-changePass,
.lab-edit-page .form-changePass {
  max-width: 485px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 56px; }
  @media (max-width: 767px) {
    .change-password-page .form-changePass,
    .lab-edit-page .form-changePass {
      padding: 20px; } }

.change-password-page .title,
.lab-edit-page .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 36px;
  line-height: 100%;
  text-align: center; }
  @media (max-width: 767px) {
    .change-password-page .title,
    .lab-edit-page .title {
      font-size: 18px; } }

.change-password-page .form-title,
.lab-edit-page .form-title {
  font-weight: 600;
  font-size: 15px;
  color: #5F6368; }

.change-password-page .form-control,
.lab-edit-page .form-control {
  height: 50px; }
  @media (max-width: 767px) {
    .change-password-page .form-control,
    .lab-edit-page .form-control {
      height: 40px; } }

.lab-edit-page .form-labEdit {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 56px; }
  @media (max-width: 767px) {
    .lab-edit-page .form-labEdit {
      padding: 20px; } }
  .lab-edit-page .form-labEdit .btn-submit {
    max-width: 370px; }

.AM {
  background-color: #fcf9fb; }
  .AM .logo .svg path:first-child {
    fill: #b56b9f; }
  .AM.login-page .login-form .login-title {
    color: #B15E98; }
  .AM.login-page .login-form .login-tab li a.active {
    color: #B15E98;
    border-bottom-color: #B15E98; }
  .AM.login-page .bootstrap-select .dropdown-toggle {
    background: url("../img/icon-medical-office-purple.svg") no-repeat 12px 50%;
    padding: 0 36px; }
  .AM .form-input .icon {
    color: #A4508B; }
  .AM .form-input .svg path {
    fill: #A4508B; }
  .AM .bootstrap-select .dropdown-toggle::after {
    color: #A4508B; }
  .AM .bootstrap-select .dropdown-menu li.active a {
    background-color: #FBF6F9; }
  .AM .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #B15E98; }
  .AM .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #B15E98; }
  .AM .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #B15E98; }
  .AM .link {
    color: #B15E98; }
  .AM .table-cmn .btn-edit {
    color: #B15E98; }
    .AM .table-cmn .btn-edit i {
      border-bottom-color: #B15E98; }
  .AM .table-cmn .btn-download {
    color: #B15E98; }
  .AM .table-cmn thead tr th {
    color: #B15E98; }
    .AM .table-cmn thead tr th::after {
      background-color: #B15E98; }
    .AM .table-cmn thead tr th .custom-control-label::before {
      border-color: #B15E98; }
  .AM .sidebar .gNavi li a:hover, .AM .sidebar .gNavi li a.active {
    background-color: #A4508B; }
  .AM select.form-control {
    background-image: url("../img/AM-selectdown.png"); }
  .AM .main-content .header .header-menu li a .icon {
    color: #B15E98; }
  .AM .main-content .header .header-menu .user-loged .dropdown-toggle::before {
    color: #B15E98; }
  .AM .main-content .header .header-menu .user-loged .user-wrap .user-thumb {
    background-color: #B15E98; }
  .AM .main-content .header .header-menu .user-loged .dropdown-menu .dropdown-item:hover {
    color: #B15E98;
    background-color: #fff4fc; }
    .AM .main-content .header .header-menu .user-loged .dropdown-menu .dropdown-item:hover .icon .svg path {
      fill: #B15E98; }
  .AM.list-stt-page .table-listStt th, .AM.list-stt-page .table-listStt td {
    width: initial !important; }
    .AM.list-stt-page .table-listStt th:nth-child(7), .AM.list-stt-page .table-listStt td:nth-child(7) {
      min-width: 150px !important; }
  .AM .pagination .page-item.active .page-link {
    background-color: #B15E98; }

.bootstrap-select.am .dropdown-toggle::after {
  color: #A4508B; }

.bootstrap-select.am .dropdown-menu li.active a {
  background-color: #FBF6F9; }

.resend-code {
  opacity: 0.7; }

.am-radio.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #B15E98; }

.am-radio.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #B15E98; }

.change-password-page .form-changePass,
.lab-edit-page .form-changePass {
  max-width: 485px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 56px; }
  @media (max-width: 767px) {
    .change-password-page .form-changePass,
    .lab-edit-page .form-changePass {
      padding: 20px; } }

.change-password-page .title,
.lab-edit-page .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 36px;
  line-height: 100%;
  text-align: center; }
  @media (max-width: 767px) {
    .change-password-page .title,
    .lab-edit-page .title {
      font-size: 18px; } }

.change-password-page .form-title,
.lab-edit-page .form-title {
  font-weight: 600;
  font-size: 15px;
  color: #5F6368; }

.change-password-page .form-control,
.lab-edit-page .form-control {
  height: 50px; }
  @media (max-width: 767px) {
    .change-password-page .form-control,
    .lab-edit-page .form-control {
      height: 40px; } }

@media (max-width: 991px) {
  .table-Facility-list {
    white-space: nowrap; } }

.table-Facility-list button {
  background-color: transparent;
  color: #B15E98;
  border: none;
  cursor: pointer; }

.btn-edit {
  background-color: transparent;
  color: #B15E98;
  border: none;
  cursor: pointer; }
  .btn-edit i {
    border-bottom: 2px solid #B15E98;
    padding-bottom: 3px; }

.btn-download {
  background-color: transparent;
  color: #B15E98;
  border: none;
  cursor: pointer;
  font-size: 20px; }

.modal-request-setting .modal-dialog {
  max-width: 600px; }

.modal-request-setting .modal-body {
  padding-left: 48px;
  padding-right: 48px; }
  @media (max-width: 767px) {
    .modal-request-setting .modal-body {
      padding-left: 1rem;
      padding-right: 1rem; } }

.table-inspection-stt {
  width: 210%; }
  .table-inspection-stt th:nth-child(20), .table-inspection-stt th:nth-child(21), .table-inspection-stt td:nth-child(20), .table-inspection-stt td:nth-child(21) {
    width: 160px; }
  .table-inspection-stt tbody td:nth-child(20), .table-inspection-stt tbody td:nth-child(21) {
    text-align: left; }

.btn-scan {
  height: 52px;
  width: 120px; }

.btn-filter {
  width: 100%;
  height: 46px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }
  @media (max-width: 1366px) {
    .btn-filter {
      height: 40px;
      border-radius: 8px; } }

.table-lab .table-cmn {
  width: 150%; }
  .table-lab .table-cmn th, .table-lab .table-cmn td {
    white-space: nowrap; }
    .table-lab .table-cmn th:nth-child(1), .table-lab .table-cmn td:nth-child(1) {
      width: 50px;
      max-width: 50px; }
  .table-lab .table-cmn .btn-delete {
    border: none;
    color: #F17575;
    background-color: transparent;
    cursor: pointer; }

.btn-remove-circle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #FF6755; }

.table-receive-request {
  white-space: nowrap; }

.setting-items {
  padding-bottom: 36px;
  margin-bottom: 36px; }
  .setting-items:last-child {
    margin-bottom: 0; }
  .setting-items .s-title {
    color: #5F6368;
    font-size: 15px; }
  .setting-items .pre-configured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -30px; }
    @media (max-width: 480px) {
      .setting-items .pre-configured {
        margin-left: -2%; } }
    .setting-items .pre-configured li {
      margin-left: 30px;
      background-color: #F2E4EE;
      width: 140px;
      height: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #A4508B;
      border-radius: 4px;
      font-size: 13px;
      cursor: pointer;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        .setting-items .pre-configured li {
          width: 48%;
          margin-left: 2%; } }
      .setting-items .pre-configured li i {
        margin-left: 8px; }
      .setting-items .pre-configured li.active {
        background-color: #A4508B;
        color: #fff; }
  .setting-items .dedicated-set {
    margin-bottom: 10px;
    width: 100%;
    max-width: 680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -20px; }
    .setting-items .dedicated-set li {
      margin-bottom: 18px;
      width: 32px;
      height: 32px;
      background-color: #fff;
      border-radius: 50%;
      border: 1px solid #909399;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #909399;
      font-size: 20px;
      margin-left: 20px; }
      .setting-items .dedicated-set li.active {
        font-weight: 600;
        border-color: #A4508B;
        background-color: #A4508B;
        color: #fff; }
      .setting-items .dedicated-set li.selected {
        color: #A4508B;
        border: 2px solid #A4508B; }

.table-patient-list th, .table-patient-list td {
  width: 14%; }
  .table-patient-list th:last-child, .table-patient-list td:last-child {
    width: 18%; }
