@import url('https://corecms.mqdc.com/assets/33f45ef7-e792-4bb8-8bf3-e799b15fa0d4&display=swap');

:root {
  --fs: 16;
  --fs-xl: 16.8;
}

html {
  scroll-behavior: smooth
}

html,
body {
  height: 100%;
}

body {
  font-family: 'db_helvethaica_x', sans-serif;
  font-weight: 200;
  color: #3E3E3E;
  margin: 0;
  background: radial-gradient(70% 53% at 56% 3%, #A3F5FF 0%, #073AFF00 100%) no-repeat, radial-gradient(50% 40% at 60% 50%, #FFF 0%, #073AFF00 100%) no-repeat, radial-gradient(50% 50% at 91% 5%, #fff 20%, #073AFF00 100%) no-repeat, radial-gradient(42% 53% at 80% 6%, #FFF 12%, #073AFF00 100%) no-repeat, radial-gradient(40% 50% at 10% 10%, #FFF 0%, #073AFF00 100%) no-repeat, radial-gradient(61% 49% at 67% 38%, #45C9D5 24%, #073AFF00 100%) no-repeat, linear-gradient(0deg, #fff 0%, #06c0ee 100%) no-repeat
}

a {
  display: inline-block;
  color: #3EA8B8;
  transition: 0.5s;
}

a:hover {
  color: #3EA8B8;
  text-decoration: none;
}

b {
  font-weight: 500;
}

img {
  display: inline-block;
  vertical-align: middle;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

input,
select,
textarea,
.small {
  font-weight: 200;
}

label {
  color: #333;
  vertical-align: middle;
}

form a {
  font-weight: 400;
}

form option {
  color: #3d3935
}

.form-control,
.form-select {
  border-radius: 3.12em;
  color: #3E3E3E;
  font-weight: 200;
  border-color: #DCDDDF;
  font-size: 1em;
}

.form-control[readonly] {
  border: 0;
  padding: 0;
}

.form-control[readonly]:focus {
  border: 0;
  box-shadow: none;
}

.invalid {
  border-color: red;
}

.modal-body .form-control,
.modal-body .form-select {
  border-radius: var(--bs-border-radius);
}

textarea.form-control {
  border-radius: 0.843em;
}

.form-control::placeholder {
  color: #B1B1B1;
}

.form-select,
.form-select-sm {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%233EA8B8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
}

.form-select:focus,
.form-select-sm:focus {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' transform='rotate(-180)'><path fill='none' stroke='%233EA8B8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
}

.form-select-sm,
.form-control-sm {
  border: 0;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #DCDDDF;
}

.form-select-sm {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-sm {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out;
}

.form-control-sm:focus,
.form-select-sm:focus {
  outline: none;
  border-color: #3EA8B8;
}

.form-control-dup {
  border-radius: 0.9375em;
  color: #3E3E3E;
  font-weight: 200;
  border: 1px solid #DCDDDF;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1em;
  background-color: #DCDDDF;
  line-height: 1.5;
}

.form-control-dup:focus {
  outline: none;
}

.form-check {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.form-check input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: -1;
}

.icon-check::before {
  color: #3EA8B8;
  font-size: 1.5rem;
  margin-right: 0.5em;
}

.form-check input[type=checkbox]:checked+label .icon-check::before {
  content: "\f14a";
}

.box-upload {
  padding: 0;
  box-shadow: none;
  background-color: #fff;
  border: 1px dashed #3EA8B8;
  margin-bottom: 1.625em;
  display: block;
  position: relative;
  border-radius: 0.9375em;
  overflow: hidden;
}

.photo-upload {
  width: 100%;
  max-width: none;
  min-height: 2em;
  max-height: 22em;
  object-fit: contain;
  background: #313131;
  text-align: center;
  color: #fff;
}

.photo-upload-pdf {
  height: 7em;
  padding: 1em;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0
}

.container-fluid .row {
  margin-left: 0;
  margin-right: 0
}

/* Standard End */
#main {
  padding-top: 5em;
  min-height: 100vh;
}

.page-title {
  font-size: 1em;
}

.page-title span {
  text-indent: -99999999em;
  display: inline-block;
}

.highlight-title {
  font-size: 2em;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.6;
  transition: 0.5s;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.36);
}

.wrapper {
  width: 100%;
  padding: 0 calc(var(--bs-gutter-x) * .5);
  margin: 0 auto;
}

.main-header {
  padding: 0.8em 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: 0.5s;
}

.main-header.freeze {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.logo {
  text-decoration: none;
}

.main-logo {
  width: 7.5em;
  height: auto;
  transition: 0.5s;
}

.main-logo-title {
  color: #3EA8B8;
  font-size: 1.2em;
  font-weight: 500;
}

.main-logo-title:hover {
  color: #3EA8B8;
}

.main-logo-title:hover span {
  color: #7C8588;
}

.main-logo-title span {
  display: block;
  letter-spacing: 0.6em;
  font-weight: 400;
  line-height: 1;
  font-size: 0.8em;
  color: #7C8588;
}

.main-header.freeze .main-logo {
  width: 6.5em;
}

.main-nav .nav,
.main-nav .dropdown-item {
  font-weight: 200;
}

.main-nav .nav-link,
.main-nav .dropdown-item {
  color: #3E3E3E;
}

.main-nav .nav-link.active,
.main-nav .nav-link:hover,
.main-nav .nav-link:focus,
.main-nav .dropdown-item:focus,
.main-nav .dropdown-item:hover,
.main-nav .nav-link.dropdown-toggle.show,
.main-nav .dropdown-item.active {
  color: #3EA8B8;
}

.main-nav .dropdown-item:hover,
.main-nav .dropdown-item:focus,
.main-nav .dropdown-item.active {
  background-color: transparent;
}

.main-nav .btn-login {
  height: 100%;
}

.main-footer {
  background-color: #3EA8B8;
  padding: 2rem 0;
  text-align: center;
}

.main-footer a,
.footer-copyright {
  color: #fff;
  font-size: 0.75rem;
}

.main-footer a {
  display: inline-block;
  margin: 0 0.5rem;
}

.main-title {
  color: #3EA8B8;
  font-weight: 400;
  font-size: 1.5em;
  margin: 0 0 1.5rem 0;
}

.main-title.main-title-lg {
  margin-top: 0 !important;
  font-size: 2.1em;
}

.main-subtitle {
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 1rem;
}

.card {
  background-color: #FAFAFA;
  border-radius: 0.9375em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  padding: 2em 1.1875em;
  border: 0;
  margin-bottom: 1.4em;
}

.card-notice {
  max-width: 70em;
  margin: 0 auto;
}

.card-notice img {
  max-width: 90%;
}

.card-sm {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #DCDDDF;
  margin-bottom: 1.625em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  position: relative;
}

.card-error {
  border-radius: 0.7em;
  border: 2px solid #E03C31;
  padding: 0.5em 1.1em;
  text-align: center;
}

.icon-hamburger {
  font-size: 1.71em;
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #3EA8B8;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  width: 1.7em;
  height: 1.7em;
}

.icon-user {
  width: 0.756em;
  height: 0.756em;
  vertical-align: baseline;
  font-size: 1.2em;
}

#icon-loading {
  width: 4em;
  height: 4em;
  display: block;
  margin: 0 auto;
}

.btn {
  transition: 0.5s;
  text-align: center;
  display: inline-block;
  font-weight: 200;
  border: 0;
  transition: 0.3s;
}

.btn:active,
.btn:focus {
  background: #348793 !important;
  color: #fff !important;
  border-color: #348793 !important;
}

.btn-main {
  font-size: 1.25rem;
  max-width: 14.7em;
  width: 100%;
  padding: 0.7em 1.3em;
  border-radius: 70em;
  background: #2e96a7;
  color: #fff;
}

.btn-main:hover {
  background-color: #3EA8B8;
  background-position: 0% 1%;
  color: #fff;
}

.btn-success {
  border-radius: 70em;
}

.btn-default {
  font-size: 1.25rem;
  max-width: 14.7em;
  width: 100%;
  padding: 0.7em 1.3em;
  border-radius: 70em;
  border: 1px solid #3EA8B8;
  color: #3EA8B8;
  background-color: #fff;
  overflow: hidden;
}

.btn-default:hover {
  color: #fff;
  background-color: #3EA8B8;
  border-color: transparent;
}

.btn-default-sm {
  font-size: 1em;
  padding: 0.5em 1.3em;
  min-width: 6.6em;
  width: auto;
}

.btn-default-xs {
  border-radius: 0.4em;
  padding: 0.2em 0.4em;
  font-size: 0.7rem;
  width: auto;
}

.btn-default-sm:hover .icon-user path,
.btn-default-sm:focus .icon-user path {
  fill: #fff;
  transition: 0.3s;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link {
  color: #3E3E3E;
  margin-bottom: 0;
  text-transform: uppercase;
}

.nav-tabs .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.nav-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: transparent;
  font-weight: 400;
}

#nav-register-tab:hover {
  color: #3EA8B8;
}

#nav-thirdParty-tab:hover {
  color: #e78050;
}

.tab-content {
  background-color: #fff;
  padding-top: 2em;
  min-height: calc(100vh - 7.6em);
}

.tab-content>.tab-pane {
  padding-bottom: 2rem;
}

.modal {
  z-index: -999;
}

.modal.show {
  z-index: 1055;
}

.modal-header,
.modal-footer {
  border: 0;
}

.modal-footer .btn {
  width: auto;
  font-size: 1em;
  min-width: 6.5em;
}

.modal-body .tb-border-th {
  font-size: 0.9em;
}

.loading {
  color: #9D9D9D;
  text-align: center;
  margin: 2rem 0;
}

.loading .ratio {
  max-width: 3em;
  margin: 0 auto;
}

.fa-line {
  color: #06C755;
}

.anime-scale-in {
  animation: scale-in 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) both;
  transform-origin: center;
}

.anime-scale {
  opacity: 0;
}

.anime-fade-in {
  animation: fade-in 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) both;
}

.anime-fade {
  opacity: 0;
}

@keyframes scale-in {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  40% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767.89px) {
  .main-header.active {
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  }

  .main-header.active .fa-bars:before {
    content: "\f00d";
  }

  .main-header.active .main-nav {
    max-height: 100%;
    opacity: 1;
    height: auto;
    padding: 1.25em;
  }

  .main-nav .nav,
  .main-nav .dropdown-item {
    font-size: 1.25em;
  }

  .main-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 4.7em;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 1em rgba(62, 168, 184, 0.3);
    max-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    height: 0;
    transition: max-height 0.5s;
  }

  .main-header.freeze .main-nav {
    top: 3.7em;
  }

  .main-nav .nav {
    flex-direction: column;
  }

  .main-nav .nav-link,
  .main-nav .dropdown-item {
    padding-left: 0;
    padding-top: 1rem;
  }

  .main-nav .dropdown-menu li:first-child .dropdown-item {
    padding-top: 0;
  }

  .main-nav .dropdown-menu,
  .main-nav .dropdown-menu.show {
    display: block;
    position: relative !important;
    transform: none !important;
    border: 0;
    padding-left: 1.1em;
  }

  .main-nav .nav-item,
  .main-nav .dropdown-menu li {
    border-bottom: 1px solid #DCDDDF;
  }

  .main-nav .nav-item:last-child,
  .main-nav .dropdown-menu li:last-child {
    border-bottom: 0
  }
}

@media screen and (min-width: 576px) {
  .card {
    padding-left: 1.1875em;
    padding-right: 1.1875em;
  }
}

@media screen and (min-width: 768px) {
  .main-nav {
    border-radius: 3.1em;
    background-color: rgba(255, 255, 255, 0.6);
    /* background-color: transparent; */
  }

  .main-nav .nav-item {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }

  .main-title {
    font-size: 1.75em;
  }

  .modal-footer .btn {
    padding-left: 2em;
    padding-right: 2em;
    min-width: 11.5em;
  }
}

@media screen and (min-width: 992px) {
  .wrapper {
    width: 95%;
  }
}

@media screen and (min-width: 1280px) {
  .wrapper {
    width: 90%;
    max-width: 100rem;
  }
}

@media screen and (min-width: 1500px) {
  #main {
    min-height: calc(100vh - 5em);
  }

  .card:not(.card-sm) {
    padding-left: 2em;
    padding-right: 2em;
  }

  .visitor-join:before {
    background-size: 100% auto;
  }
}

/* Common End */

.mb-6 {
  margin-bottom: 4rem !important;
}

.mt-9 {
  margin-top: 7rem !important;
}

.mx-n3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.w-80 {
  width: 80%;
}

.anchor {
  color: #3EA8B8;
}

.darkgrey {
  color: #3E3E3E;
}

.desc {
  font-size: 0.75em;
}

.dash {
  border-style: dashed;
  border-color: #3EA8B8;
}

.modal-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233EA8B8'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/** Login */
.login {
  text-align: center;
}

.login .main-logo-title {
  font-size: 1.8em;
}

.login .main-logo-title::before {
  content: '';
  display: block;
  height: 3px;
  width: 1.2em;
  background-color: #686E72;
  margin: 0.7em auto 0.5em;
}

.login .main-logo-title span {
  padding-left: 0.6em;
}

.login .wrapper {
  max-width: 60rem;
}

.login .card {
  margin-top: 1.8em;
  margin-bottom: 3em;
  min-height: 20em;
}

.login-inner {
  min-height: calc(100vh - 7.625rem);
  align-items: center;
}

.login-form {
  text-align: left;
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
}

/** list */
.tb-default.active {
  border: 2px solid #000;
}

.tb-default-header {
  border-radius: 0.43em;
  color: #fff;
  display: flex;
  padding: 0 1em 0 0;
  list-style: none;
  font-weight: normal;
}

.tb-default-header li {
  flex: 1 1 100%;
  padding: 0.7em 0.5em;
  font-size: 0.8em;
  text-align: center;
}

.tb-nodata {
  color: #696C71;
  text-align: center;
  background-color: #fff;
  border: 1px dashed #9D9D9D;
  border-radius: 0.9375em;
  padding: 1.875em;
  font-size: 0.8em;
}

.tb-default {
  list-style: none;
  padding: 1.25em;
  border-radius: 0.843em;
  background-color: #fff;
  border: 1px solid #DCDDDF;
  position: relative;
  transition: 0.3s;
}

.tb-default>li {
  margin-bottom: 1.5rem;
}

.tb-default .project-circle {
  max-width: 2.2em;
}

.tb-default-title {
  margin-bottom: 0.5rem;
  font-weight: normal;
}

.tb-default.inactived .td-name {
  color: #E03C31;
}

.tb-default.inactived .td-name .tb-default-title {
  color: #3E3E3E;
}

.sublist {
  text-align: left;
}

.sublist li {
  margin-bottom: 0.5em;
}

.list-register .card,
.list-register .tb-default-header {
  background-color: #3EA8B8;
}

.list-register .tb-default:hover {
  border-color: #3EA8B8;
}

.list-thirdParty .card,
.list-thirdParty .tb-default-header {
  background-color: #e78050;
}

.list-thirdParty .tb-default:hover {
  border-color: #e78050;
}

#listModal .modal-header {
  padding-left: calc(var(--bs-gutter-x));
}

#listModal .modal-footer .btn {
  padding: 0.7em 1.3em;
}

.data-status {
  color: #7C8588;
  border-top: 1px dashed #7C8588;
  text-align: center;
}

.data-status span {
  background-color: #fff;
  padding: 1em;
  position: relative;
  top: -0.8em;
}

.btn-filter {
  display: block;
  border-radius: 0.6em;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  padding: 0.2em 0.7em;
  margin-bottom: 1em;
  min-width: 6em;
  text-align: center;
}

.btn-filter:hover {
  background-color: #dbdbdb;
  color: #000;
}

.btn-filter.active,
.btn-filter:active {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.date-sorting {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 1em;
}

.date-sorting .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.date-sorting .dropdown-menu.show {
  right: 0 !important;
}

.date-sorting .dropdown-item {
  color: #7C8588;
  font-weight: 300;
}

.date-sorting .dropdown-item.active {
  background-color: transparent;
  color: #3EA8B8;
  font-weight: 400;
}

.date-sorting .dropdown-item:hover {
  background-color: #e9e9e9;
}

@media screen and (min-width: 576px) {
  .tb-default {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0.75em;
    padding-right: 0.75em;
  }

  .tb-default>li {
    flex: 1 1 100%;
    padding: 0 0.5em;
  }

  .date-sorting {
    background-color: transparent;
    margin-bottom: 0;
  }

  .date-sorting .dropdown-toggle {
    width: auto;
  }

  .date-sorting .dropdown-menu.show {
    right: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .tb-default {
    align-items: center;
    padding: 0;
  }

  .tb-default>li {
    margin-bottom: 0;
    flex: 1 1 auto;
    text-align: center;
    padding: 1em 0.4em;
    font-size: 0.8em;
  }

  .tb-default-header li {
    position: relative;
  }

  .tb-default-header li:not(:first-child)::before {
    content: '|';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }

  .tb-default-title {
    display: none;
    text-align: left;
    padding-left: 1em;
  }

  .td-id {
    max-width: 7em;
  }

  li.td-project,
  li.td-name {
    flex-basis: 20%;
  }

  li.td-inspect {
    flex: 1 0 100%;
    background: #efefef;
    border-radius: 0 0 0.943em 0.943em;
  }

  .td-action,
  .td-date {
    max-width: 11em;
  }

  .card-scroll {
    border-radius: 0.9375em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .card.card-scroll-inner {
    max-height: 60vh;
    min-height: 18em;
    overflow-y: auto;
    padding: 1em;
    box-shadow: none;
    margin-bottom: 0;
  }

  .sublist {
    margin-left: 1em;
  }

  .list .card {
    background-color: #fff;
  }
}

@media screen and (min-width: 1200px) {

  .tb-default-header li,
  .tb-default li,
  .tb-nodata {
    font-size: 1em;
  }

  li.td-inspect {
    font-size: 0.9em;
  }
}