@charset "UTF-8";
/* myrole */
#environments-menus .r-user #btn-new,
#environments-menus .r-user .main-footer .btn-danger,
#environments-menus .r-user #btn-copy,
#environments-menus .r-user #btn-save,
#environments-recipes .r-user #btn-new,
#environments-recipes .r-user .main-footer .btn-danger,
#environments-recipes .r-user #btn-copy,
#environments-recipes .r-user #btn-save {
  display: none;
}
#standards-moderators .r-moderator .main-footer .btn-danger,
#requirements-setups .r-moderator #btn-new,
#requirements-setups .r-moderator .main-footer .btn-danger,
#requirements-setups .r-moderator #btn-copy {
  display: none;
}
#environments-recipes .r-moderator #btn-new,
#environments-recipes .r-moderator .main-footer .btn-danger,
#environments-recipes .r-moderator #btn-copy,
#environments-recipes .r-moderator #btn-save,
#environments-materials .r-moderator #btn-new,
#environments-materials .r-moderator .main-footer .btn-danger,
#environments-materials .r-moderator #btn-copy,
#environments-materials .r-moderator #btn-save,
#standards-moderators .r-moderator #btn-new,
#standards-moderators .r-moderator #btn-copy,
#standards-moderators .r-moderator #btn-save,
#requirements-setups .r-moderator #btn-save {
  display: inline-block;
}
body {
  font-family: 'Noto Sans JP', Helvetica, 'Helvetica Neue', 'Mplus 1p', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic' !important;
  color: var(--color-text-bold);
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Noto Sans JP' !important;
}
.main-header .logo {
  font-family: 'Noto Sans JP' !important;
}

.layout-footer-fixed .wrapper .main-footer {
  background-color: rgba(192, 192, 192, 0.8);
}

#search-form > .input-group {
  max-width: 400px;
  margin-right: 4px;
}

#search-form .dropdown-menu {
  transform: translate3d(0px, 47px, 0px) !important;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.475);
  width: 100%;
  padding: 1.5rem;
}

#search-form .dropdown-menu::before {
  border-bottom: 9px solid rgba(0, 0, 0, 0.2);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: '';
  display: inline-block;
  left: 500px;
  position: absolute;
  top: -8px;
}

#search-form .dropdown-menu::after {
  border-bottom: 8px solid #ffffff;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: '';
  display: inline-block;
  left: 500px;
  position: absolute;
  top: -7px;
}

@media (max-width: 575.98px) {
  #search-form .dropdown-menu::before,
  #search-form .dropdown-menu::after {
    left: unset;
    right: 10%;
  }

  .btn span {
    display: none;
  }
}

.text-sm #search-form .input-group .form-control {
  font-size: inherit;
  height: unset;
}

body.copy .main-footer .btn,
body.new .main-footer .btn {
  display: none;
}

.main-footer #btn-list-back,
.main-footer #btn-save {
  display: inline-block;
}

.myupload,
.myupload-multi {
  padding: 0.375rem 0.75rem;
  border: 2px dashed #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.file-icon {
  display: inline-block;
  width: 35px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-url {
  padding-left: 15px;
}

.myupload p,
.myupload-multi p {
  text-align: center;
  font-size: 80%;
}

.myupload span,
.myupload-multi span {
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.myupload img,
.myupload-multi img {
  display: none;
}

.myupload.img img,
.myupload-multi.img img {
  width: 80px;
  display: unset;
}

.myupload.img .fa-file,
.myupload-multi.img .fa-file {
  display: none;
}

.myupload a,
.myupload-multi a {
  margin: 0.5rem;
  text-decoration: underline;
}

table .handle {
  cursor: move;
  white-space: nowrap;
}

:root {
  --primary: #6694df;
  --font100: #2c2d42;
  --font50: #343a40; /* #6f7597 */
  --font25: #a2a2a2; /* #a2a6c8 */
  --font0: #ffffff;
  --gray10: #f9fafb;
  --gray20: #f2f4f7;
  --gray30: #e4e7ec;
  --line25: #f2f4f7;
  --line50: #e7e8ef;
  --line75: #a1a3a5;
  --line100: #9ca3af;
  --btn100: #5495ff;
  --btn150: #1f65d7;
  --bland150: #201d6e;
  --bg0: #ffffff;
  --bgs: #17b26a;
  --bgred: #f04438;
  --bggray: #6f7597;
  --uniq20: #ddeaff;
  --warning25: #feefc6;
  --error80: #f36960;
  --label01: #f36960;
  --label02: #f39e00;
  --label03: #5495ff;
  --label04: #17b26a;
  --label05: #35318e;
  --label06: #6f7597;

  /* Base */
  --color-background: #f2f4f7;
  --color-surface: #ffffff;
  --color-border: #e4e7ec;
  --color-background-gray: #f9fafb;
  --color-background-error: #fda29b;

  /* Primary */
  --color-primary: #6694df;
  --color-error: #f97066;
  --color-bland: #f0798c;
  --color-text-error: #c0203a;

  --color-text-primary: #5287dc;
  --color-text: #98a2b3;
  --color-text-link: #5069c4;
  --color-button: #3773d3;
  --color-text-bold: #475467;
  --color-text-title: #101828;

  --color-status-success: #47cd89;
  --color-status-error: #ec566e;
  --color-status-warning: #fdb022;
}

/* Background */
.bg-background {
  background-color: var(--color-background) !important;
}

.bg-primary-70 {
  background-color: #eff8ff;
}

.bg-button {
  background-color: var(--color-button) !important;
}
.bg-background-gray {
  background-color: var(--color-background-gray) !important;
}
.bg-background-title {
  background-color: var(--color-text-title) !important;
}
.bg-background-gray-100 {
  background-color: var(--color-border) !important;
}
.bg-background-error {
  background-color: var(--color-background-error) !important;
}

.bg-surface {
  background-color: var(--color-surface) !important;
}
.bg-border {
  background-color: var(--color-border) !important;
}

/* Primary */
.bg-primary {
  background-color: var(--color-primary) !important;
}
.bg-error {
  background-color: var(--color-error) !important;
}
.bg-bland {
  background-color: var(--color-bland) !important;
}

/* Text */
.text-color-primary {
  color: var(--color-text-primary) !important;
}
.text-color-default {
  color: var(--color-text) !important;
}
.text-color-bold {
  color: var(--color-text-bold) !important;
}
.text-color-title {
  color: var(--color-text-title) !important;
}
.text-color-link {
  color: var(--color-text-link) !important;
}
.text-color-error {
  color: var(--color-bland) !important;
}

/* Status */
.text-success {
  color: var(--color-status-success) !important;
}
.text-error {
  color: var(--color-status-error) !important;
}
.text-warning {
  color: var(--color-status-warning) !important;
}
.bg-success {
  background-color: var(--color-status-success) !important;
}
.bg-error-status {
  background-color: var(--color-status-error) !important;
}

/* Status switch */
.switch {
  position: relative;
  display: block;
  width: 4rem;
  height: 28px;
  margin: 0px;
  padding: 0;
  border-radius: 2.6rem;
  cursor: pointer;
}

.switch.word-4 {
  width: 8rem;
}

.switch input {
  display: none;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 1rem;
  background: #eceeef;
  border-radius: inherit;
  transition: all 0.3s linear;
}

.switch-label:before {
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  box-sizing: content-box;
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch input:checked ~ .switch-label:before {
  font-size: 12px;
  content: attr(data-on);
  left: 11px;
  color: #ffffff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}

.switch-label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 19px;
  height: 19px;
  background: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.switch input:checked ~ .switch-label:after {
  left: auto;
  right: 4px;
}

.switch input:checked ~ .switch-label {
  background: var(--btn150);
}

.bg-card-gray {
  background-color: #d0d5dd !important;
}

.border-gray {
  border-color: #d0d5dd !important;
}

/* Border */
.border-default {
  border-color: var(--color-border) !important;
}
.border-primary {
  border-color: var(--color-primary) !important;
}
.border-error {
  border-color: var(--color-error) !important;
}

.main-sidebar,
.main-sidebar::before {
  width: 80px !important;
  background-color: #edeff2;
}

.main-sidebar .logo img {
  height: 48px;
  border-radius: 5px;
  margin-top: 15px;
}

.content.content-wrapper,
.main-header.navbar.navbar-expand {
  margin-left: 80px !important;
}

.content.content-wrapper {
  margin-top: 80px;
}

.main-header.navbar.navbar-expand {
  height: 80px;
}

.nav-item .icon-sidebar img {
  height: 40px;
}

.nav-item .active {
  opacity: 1 !important;
}

.icon-sm {
  font-size: 10px;
}

.nav-item.menu-open .icon-sidebar {
  width: 40px;
  height: 40px;
  background-color: #ced5d7;
  border-radius: 100%;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.lh-0 {
  line-height: 0;
}
.lh-1 {
  line-height: 1;
}
.lh-15 {
  line-height: 1.5;
}
.lh-2 {
  line-height: 2;
}
.lh-3 {
  line-height: 3;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.gap-1 {
  gap: 0.25rem;
} /* 4px */
.gap-2 {
  gap: 0.5rem;
} /* 8px */
.gap-3 {
  gap: 1rem;
} /* 16px */
.gap-4 {
  gap: 1.5rem;
} /* 24px */
.gap-5 {
  gap: 3rem;
} /* 48px */

/* Gap X (column gap) */
.gap-x-1 {
  column-gap: 0.25rem;
} /* 4px */
.gap-x-2 {
  column-gap: 0.5rem;
} /* 8px */
.gap-x-3 {
  column-gap: 1rem;
} /* 16px */
.gap-x-4 {
  column-gap: 1.5rem;
} /* 24px */
.gap-x-5 {
  column-gap: 3rem;
} /* 48px */

/* Gap Y (row gap) */
.gap-y-1 {
  row-gap: 0.25rem;
} /* 4px */
.gap-y-2 {
  row-gap: 0.5rem;
} /* 8px */
.gap-y-3 {
  row-gap: 1rem;
} /* 16px */
.gap-y-4 {
  row-gap: 1.5rem;
} /* 24px */
.gap-y-5 {
  row-gap: 3rem;
} /* 48px */

.navbar-badge {
  right: 15px;
}

.user-panel img {
  width: 24px;
  height: 24px;
}

.card-notify {
  background-color: #8fa1e5;
  padding-top: 12px;
  padding-bottom: 12px;
}

.card-notify .rounded-circle {
  margin-left: -8px;
  border-color: #9db0f5 !important;
  width: 36px;
  height: 36px;
  background-color: #9db0f5;
}

.card-list {
  background-color: #d0d5dd;
  padding: 16px;
}

.page-home .col-lg-6 .card-header:after {
  content: none;
}

.page-home .nav-tabs .nav-link.active {
  background: white;
}

.page-home .nav-tabs .nav-link.active p {
  color: var(--color-text-title);
}

.page-home .nav-tabs .nav-link {
  background: var(--color-background-gray);
}

.page-home .card-body .nav-tabs .nav-link {
  background: none;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-background) !important;
  padding-bottom: 12px;
}

.page-home .card-body .nav-tabs .nav-link.active {
  color: var(--color-text-title);
  border-bottom: 3px solid #6786f8 !important;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.page-home .card-body .nav-tabs .nav-link span {
  background-color: var(--color-text);
  color: white;
}

.page-home .card-body .nav-tabs .nav-link.active span {
  background-color: #6786f8;
}

.status-success {
  background-color: #eff8ff;
  border: 1px solid #b2ddff;
  padding: 1px 8px;
  color: #175cd3 !important;
}

.status-error {
  background-color: #fdf2fa;
  border: 1px solid #fcceee;
  padding: 1px 8px;
  color: #c11574 !important;
}

.status-view {
  background-color: #f2fdf7;
  border: 1px solid #d3fcce;
  padding: 1px 8px;
  color: #47cd89 !important;
}

.btn-error {
  padding: 4px 8px;
  border-radius: 16px;
  background-color: #f97066;
  color: #ffffff;
  font-size: 12px;
}

.btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.btn-wrapper .btn.bg-blue-light {
  width: 145;
  height: 40;
  gap: 5px;
  padding-top: 6px;
  padding-right: 22px;
  padding-bottom: 6px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: #6694df !important;
  color: #ffffff;
}

.btn-wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.btn-wrapper .btn.bg-white {
  color: #343a40;
  border-color: #e7e8ef;
  background-color: #ffffff !important;
}
.btn-search {
  gap: 5px;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  border-width: 1px;
  border-color: #e4e7ec;
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .content.content-wrapper,
  .main-header.navbar.navbar-expand {
    margin-left: 0px !important;
  }
}

/* content-breadcrumb
------------------------------ */
.content-wrapper > .content-breadcrumb {
  margin-bottom: 1rem;
}

.content-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.content-breadcrumb .breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.content-breadcrumb .breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
  list-style-type: none;
  font-size: 12px;
  color: var(--font25);
  color: var(--font50);
}

.content-breadcrumb .breadcrumb li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.content-breadcrumb .breadcrumb li a {
  color: var(--font25);
  color: var(--font50);
}

.content-breadcrumb .breadcrumb li a:hover {
  color: var(--font50);
}

#requirement-setting .breadcrumb li:nth-child(2) {
  display: none;
}

/* content-header
------------------------------ */
.list .content-wrapper > .content-header,
.detail .content-wrapper > .content-header,
.copy .content-wrapper > .content-header {
  padding: 0;
  position: absolute;
  padding-top: 7px;
}

.list .content-header .content-header-title,
.detail .content-wrapper > .content-header-title,
.copy .content-wrapper > .content-header {
  font-size: 2.2rem;
  font-weight: 500;
  width: max-content;
}

/* content
------------------------------ */
.content-wrapper > .content {
  padding: 0;
  overflow: hidden;
}

.content-wrapper > .content .container-fluid {
  padding: 0;
}

/* card
======================================== */
.list .card {
  margin: 12px 0;
  border-radius: 1.2rem;
  border: solid 0.1rem var(--line25);
  box-shadow: none;
}

.list .card-body {
  padding: 0px !important;
  background-color: #f2f4f7;
}

.list .card-body > .row {
  flex-wrap: nowrap;
  gap: 2rem;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}

.list .card-body > .row > .col-md-6 {
  flex: 50%;
  padding: 0;
}

.list .card-header {
  padding: 2rem;
}

.list .card-title {
  font-size: 1.4rem;
  font-weight: 500;
}

.list #list-table {
  border-collapse: separate;
  border-spacing: 0 8px;
}

.list #list-table tr {
  border-radius: 12px;
  background-color: #ffffff;
  overflow: hidden;
  flex-direction: column;
  margin-bottom: 5px;
}

.list #list-table tr td {
  vertical-align: middle;
  padding: 15px 24px;
  font-size: 14px !important;
  border: none;
  flex: 1 1 auto !important;
  align-items: center;
  white-space: nowrap;
}

.list #list-table .dtr-details {
  width: 100%;
}

.list #list-table .dtr-details .dtr-title {
  display: none;
}

.list .form-check-input:checked {
  accent-color: #6694df !important;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .list #list-table tr {
    flex-direction: row;
  }
}

select.form-control {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: calc(100% - 0.3rem) center;
  background-size: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="100%" viewBox="0 -960 960 960" width="100%" fill="%2398a2b3"><path d="M480-346.85 253.85-573 291-610.15l189 189 189-189L706.15-573 480-346.85Z"/></svg>');
  background-repeat: no-repeat;
  cursor: pointer;
}

.dt-length {
  display: flex;
  align-items: center;
}

.dt-length select {
  height: 2.5em;
  padding: 0 2em 0 0.8em;
  font-size: 12px;
  color: var(--font50);
}

.dt-length label,
.dt-info {
  color: #98a2b3;
}

.dt-layout-end {
  font-size: 12px;
}

.page-item.disabled .page-link,
.page-link {
  color: #98a2b3;
  background-color: #f2f4f7;
  border: none;
}

.page-item.active .page-link {
  color: #ffffff;
  background-color: #6694df;
  border-radius: 3px;
}

.avatar-group {
  display: flex;
}

.avatar-group .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}

.avatar-group .avatar:first-child {
  margin-left: 0;
}

img {
  object-fit: cover;
  object-position: center;
}

#standard-inquiry_report #list-setting {
  display: none;
}

#standard-inquiry.new #btn-del,
#standard-inquiry.new #btn-copy {
  display: none;
}

@media (max-width: 991.98px) {
  .content.content-wrapper,
  .main-header.navbar.navbar-expand {
    margin-left: 0px !important;
  }
}

.widget-user .widget-user-image {
  left: 70px;
  right: 70px;
}
.widget-user .widget-user-image > img {
  width: 64px;
  height: 64px;
}

.datacard-icon {
  grid-area: icon;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  background-color: #eff5ff;
  color: #5287dc;
}

.datacard,
.device-tab-panel,
.l-detailContents-right {
  box-shadow: 0px 4px 30px rgba(46, 45, 116, 0.05);
}

.datacard.-error .datacard-icon {
  background-color: #f9d1d7;
  color: #df3853;
}

.datacard.-error {
  height: 126px;
  background-color: var(--color-background-error);
  border: 1px solid var(--color-error);
  color: white;
}

.datacard.-small {
  /* color: var(--color-text); */
  height: 126px;
  background: white;
  border: 1px solid var(--color-background);
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}

.datacard-scroll .slick-slide {
  margin: 8px 4px;
  min-width: 250px;
}

.datacard.-error .datacard-detailItem.-primary,
.datacard.-error .datacard-value {
  color: var(--color-text-error);
}

.datacard.-small .datacard-value {
  color: #1d1f2c;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 2px;
  border: solid 1px transparent;
  background-color: #f3f3f3;
  opacity: 0.7;
  z-index: 10;
  cursor: pointer;
}

.slick-arrow:hover {
  border: solid 1px #f1f1f1;
  opacity: 1;
}

.slick-arrow.prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}

.slick-arrow.next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.segmentedControl a {
  padding: 8px 13px !important;
}

.segmentedControl a.is-active {
  background: #9dbdf3 !important;
  color: #3773d3 !important;
  border-radius: 5px;
}

.phr-tabs a.active {
  background: white !important;
}

.l-detailContents-right ul li a {
  color: var(--color-text);
  background: var(--color-border) !important;
}

.l-detailContents-right ul li a.active {
  color: var(--color-text-bold) !important;
  background: white !important;
}

.l-detailContents-right tr:hover,
.l-detailContents-right .tab-pane div:hover {
  background: var(--color-border) !important;
}

.l-detailContents-right .card-body {
  height: calc(100% - 50px);
  max-height: 800px;
}

.l-detailContents-right tr,
.l-detailContents-right .tab-pane div {
  cursor: pointer;
}

.l-detailContents-right .tab-pane tr .content {
  max-width: 400px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.l-detailContents-right tr:first-child td {
  border-top: none;
}

.l-detailContents-right td {
  border-top: 1px solid var(--color-border);
  border-bottom: 0px;
}

.l-detailContents-right .success {
  color: var(--color-text) !important;
  background-color: var(--color-background);
}

.l-detailContents-right .success i {
  color: var(--color-status-success);
}

.l-detailContents-right .error i {
  color: var(--color-status-error);
}

.l-detailContents-right .warning i {
  color: var(--color-status-warning);
}

.l-detailContents-right td {
  vertical-align: middle;
}

.patientInfo {
  background-image: url('/assets/dist/admin/img/bg-patientInfo.png');
  height: 112px;
  background-size: cover;
  border-top-left-radius: 15px;
}

/* #search-form
======================================== */
#search-form .modal-dialog .modal-body {
  padding: 2rem;
}

#search-form .modal-dialog .modal-body .row {
  /* margin-bottom: 1rem; */
  gap: 0.6rem 0;
}

#search-form .modal-dialog .modal-body label {
  color: var(--font50);
}

#search-form > .input-group {
  max-width: 400px;
  margin-right: 4px;
}

#search-form .modal-dialog .form-control .col-md-3:has(.custom-checkbox) {
  padding: 0;
}

#search-form .modal-dialog .form-control:has(.custom-control.custom-checkbox) {
  display: flex;
  gap: 0.6rem 1.6rem;
}

#search-form .modal-dialog .form-control.row:has(.custom-control.custom-checkbox) {
  gap: 0.6rem 0;
  margin: 0;
}

#search-form .modal-dialog .custom-control.custom-checkbox {
  margin-bottom: 0;
}

#search-form .modal-dialog .modal-body label.custom-control-label {
  color: var(--font100);
}

#search-form #form-advanced .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  right: -500px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: opacity 0.2s linear, right 0.2s ease-out;
  -moz-transition: opacity 0.2s linear, right 0.2s ease-out;
  -o-transition: opacity 0.2s linear, right 0.2s ease-out;
  transition: opacity 0.2s linear, right 0.2s ease-out;
}

#search-form #form-advanced .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0px;
}

#search-form #form-advanced.fade.show .modal-dialog {
  right: 0;
}

/* #search-form
======================================== */
#form-item-modal .modal-dialog .modal-body {
  padding: 2rem;
}

#form-item-modal .modal-dialog .modal-body .row {
  /* margin-bottom: 1rem; */
  gap: 0.6rem 0;
}

#form-item-modal .modal-dialog .modal-body label {
  color: var(--font50);
}

#form-item-modal > .input-group {
  max-width: 400px;
  margin-right: 4px;
}

#form-item-modal .modal-dialog .form-control .col-md-3:has(.custom-checkbox) {
  padding: 0;
}

#form-item-modal .modal-dialog .form-control:has(.custom-control.custom-checkbox) {
  display: flex;
  gap: 0.6rem 1.6rem;
}

#form-item-modal .modal-dialog .form-control.row:has(.custom-control.custom-checkbox) {
  gap: 0.6rem 0;
  margin: 0;
}

#form-item-modal .modal-dialog .custom-control.custom-checkbox {
  margin-bottom: 0;
}

#form-item-modal .modal-dialog .modal-body label.custom-control-label {
  color: var(--font100);
}

#form-item-modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  right: -500px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: opacity 0.2s linear, right 0.2s ease-out;
  -moz-transition: opacity 0.2s linear, right 0.2s ease-out;
  -o-transition: opacity 0.2s linear, right 0.2s ease-out;
  transition: opacity 0.2s linear, right 0.2s ease-out;
}

#form-item-modal .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0px;
}

#form-item-modal.fade.show .modal-dialog {
  right: 0;
}

tr[data-form='emergency'] .content {
  margin-bottom: 0.7rem !important;
}

@media (max-width: 575.98px) {
  #standard-home section .col-lg-10,
  #standard-home section .col-lg-10 .col-lg-12,
  #standard-home section .col-lg-10 .col-lg-6 {
    padding-right: 0px;
  }

  #standard-home section table .data-table {
    gap: 7px;
    padding-bottom: 20px !important;
  }

  #standard-home section .col-lg-2 {
    margin-right: 0.5rem;
  }

  .l-detailContents-right .tab-pane tr .content {
    -webkit-line-clamp: 2;
  }

  #search-form #form-advanced .modal-dialog {
    width: 100%;
    right: -100%;
  }

  .btn span {
    display: none;
  }

  .content-wrapper > .content-header {
    position: unset !important;
    margin-bottom: 20px;
  }

  .container-fluid .content-box-wrap50 {
    width: 100%;
    padding: 1rem;
  }

  .container-fluid .center-content {
    flex-wrap: wrap;
    padding: 0 1rem;
    height: auto;
  }

  .card.list-content .card-body {
    padding: 2rem 10px;
  }

  .card.list-content .row {
    padding: 0 0 1rem;
  }

  .modal-dialog {
    width: 85%;
    margin: auto;
  }

  #list-table.table tbody td:last-child {
    padding-right: 1rem;
  }

  #list-table.table tbody td:first-child {
    padding-left: 1rem;
  }

  #list-table .dt-column-title {
    white-space: nowrap;
  }

  #list-table .dtr-control {
    display: table-cell;
    height: 100%;
    min-width: 53px;
  }

  #list-table .dtr-control:before {
    height: fit-content;
  }

  #list-table_wrapper .dt-layout-end {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle::after {
    margin-left: 0;
  }

  div.col-md-3#chat-list {
    display: none;
  }

  #standard-chat .card-body .direct-chat-messages {
    height: calc(100vh - 350px);
  }

  #standard-chat .chat-list {
    margin-left: 7.5px !important;
    margin-right: 7.5px !important;
  }

  #standard-chat #chat-list {
    margin-top: 0px !important;
  }

  #standard-chat .chat-list #chat-list {
    display: none;
  }

  #standard-user #image-box {
    margin-left: 0px !important;
  }
}

#standard-user #image-box {
  margin-left: 15px;
}

/* modal-content
------------------------------ */
.modal-content {
  border-radius: 0.6rem;
}

.modal-header.slide-header {
  background-color: #dbe8ff;
}

.modal-header.slide-header .modal-title {
  font-size: 1.4rem;
}

.modal-header .close,
.modal-header .mailbox-attachment-close {
  margin: 0;
  padding: 0.3rem;
}

.modal-footer {
  font-size: 14px;
}

.modal-footer .btn-wrapper .btn {
  padding: 0.6rem 1.6rem;
}

#message-modal .message-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-text-title);
}

#message-modal .message-main {
  font-size: 13px;
  color: var(--color-text-bold);
}

#message-modal button {
  background-color: #3773d3;
  font-size: 14px;
  color: white;
}

#message-modal .material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}

#message-modal .modal-header {
  padding: 2rem 1rem 1rem;
  border: none;
}

#message-modal .modal-footer {
  border: none;
}

#message-modal.confirm-modal .text-danger,
#message-modal.success-modal .text-danger,
#message-modal .text-warning,
#message-modal .text-success,
#message-modal .btn-danger {
  display: none;
}

#message-modal.confirm-modal .btn-danger,
#message-modal.confirm-modal .text-warning,
#message-modal.success-modal .text-success {
  display: flex;
}

#modal-emergency.success {
  color: var(--color-text);
}

#modal-emergency.success i {
  color: var(--color-status-success);
}

#modal-emergency.success .no-notify {
  display: none;
}

#modal-emergency.error {
  color: var(--color-text-bold);
}

#modal-emergency.error i {
  color: var(--color-status-error);
}

#modal-emergency.error .form-input,
#inquiry_items.error .form-input {
  background-color: #fecdca !important;
  border: 1px solid var(--color-error) !important;
}

#modal-lost.mode-view .header input,
#modal-lost.mode-view .header select {
  border: none !important;
  background: none !important;
  pointer-events: none;
}

/* #modal-lost.mode-view .body input,
#modal-lost.mode-view .body textarea, */
#modal-lost.mode-view .body label,
#modal-lost.mode-view .body input[type='checkbox'],
#modal-lost.mode-view .body input[type='radio'] {
  pointer-events: none;
}

#modal-lost.mode-view .group-edit {
  display: none !important;
}

#modal-lost.mode-edit .group-view {
  display: none !important;
}

#modal-lost.mode-edit input,
#modal-lost.mode-edit textarea,
#modal-lost.mode-edit select {
  background: white !important;
  margin-left: 8px;
}

#modal-lost .label {
  width: 35% !important;
}

#modal-lost .material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}

button:hover {
  opacity: 0.8;
}

input::placeholder {
  color: var(--color-text);
}

form .badge-danger {
  border: 1px solid #f04438;
  background: #fee4e2;
  border-radius: 100px;
  color: #f04438;
  padding: 3px 7px 3px 5px;
}

form .is-invalid {
  border: 1px solid #f04438 !important;
  background: #fee4e2;
}

.login-page .form-input-wrap .group-input-in-label {
  position: relative;
  padding: 3px 7px 7px 7px;
  background-color: #eff5ff;
  border: 1px solid #d0d5dd;
  border-radius: 0.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.login-page .form-input-wrap .group-input-in-label label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #98a2b3;
  font-weight: 300;
}

.login-page .form-input-wrap .group-input-in-label input {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #2c2d42;
  border: none;
  /* border-left: 2px solid #d0d5dd; */
  background-color: #eff5ff;
  border-radius: 0;
  outline: none;
  padding-left: 10px;
}

.login-page .form-input-wrap .group-input-in-label input:-webkit-autofill {
  background-color: #eff5ff !important;
  -webkit-box-shadow: 0 0 0px 1000px #eff5ff inset !important;
}

.login-page .form-input-wrap .group-input-in-label input:focus {
  border: none;
  /* border-left: 2px solid #d0d5dd; */
}

.login-page .form-input-wrap .group-input-in-label label.error {
  margin-top: -0.5rem;
  font-size: 0.75rem;
  color: #f04438;
}

.w-fit {
  width: fit-content !important;
}

.setting-menu .show,
.setting-menu.show {
  display: flex !important;
}

.setting-menu a {
  color: #3c4061 !important;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.dropdown-menu-xl {
  min-width: 350px;
}

.setting-menu .opacity-100,
.setting-menu a:hover,
.setting-menu a.menu-open,
.setting-menu-top.menu-open a.nav-link {
  opacity: 1;
}

.setting-menu-top div a {
  padding: 10px;
}

.setting-menu-top div a:hover,
.setting-menu-top div a.menu-open {
  opacity: 1;
  background-color: #ced5d75a;
  border-radius: 12px;
}

.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover,
.sidebar-mini.sidebar-collapse .main-sidebar,
.sidebar-mini.sidebar-collapse .main-sidebar::before {
  width: 80px;
}

#standard-home .content-header,
#standard-home .content-breadcrumb {
  display: none;
}

#chat-list {
  max-height: 70vh;
  overflow-y: auto;
  scroll-behavior: smooth;
  overflow-x: hidden;
  word-wrap: break-word;
  white-space: normal;
}

.chat-popup {
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 340px;
  max-height: 500px;
  z-index: 100;
  display: none;
}

.chat-popup .card {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.chat-popup .card-body {
  flex: 1;
  overflow-y: auto;
  position: relative;
}

.direct-chat-messages {
  height: 300px;
  padding-top: 3px !important;
}

.direct-chat-trans {
  border-radius: 12px;
  margin-left: 50px;
  background-color: #e8f1ff;
  text-align: justify;
  max-width: 80%;
}

#standard-chat .direct-chat-messages {
  height: calc(100vh - 262px);
  padding: 0px 10px;
}

#standard-chat .content-header,
#standard-chat #show-chat-list .dropdown-footer {
  display: none;
}

.remove-chat {
  padding-top: 14px;
}

#chat-container .card-success.card-outline {
  border-top: 3px solid var(--color-text-link);
}

#chat-container .direct-chat-success .right .direct-chat-text,
#chat-container .btn-success {
  color: white;
  background-color: var(--color-text-link);
  border-color: var(--color-text-link);
}

#chat-container .direct-chat-success .right .direct-chat-text::after,
#chat-container .direct-chat-success .right .direct-chat-text::before {
  border-left-color: var(--color-text-link);
}

#standard-chat .chat-list {
  max-height: calc(100vh - 140px);
  border-radius: 1.25rem !important;
}

#chat-list div.dropdown-item {
  border-bottom: 1px solid #ddd;
  padding: 1rem;
  position: relative;
}

/* Chat list menu styles */
.chat-list-menu {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 5;
}

.chat-list-menu-btn {
  cursor: pointer;
  font-size: 18px;
  color: #666;
  padding: 5px;
  display: block;
}

.chat-list-menu-btn:hover {
  color: #333;
}

.chat-list-menu-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 0px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px 0;
  z-index: 10;
  min-width: 100px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.chat-list-menu:hover .chat-list-menu-dropdown {
  display: block;
}

#chat-list .dropdown-item:hover {
  background-color: #e8f1ff;
}

#chat-list .dropdown-item:active {
  color: #101828 !important;
}

#chat-container .direct-chat-success {
  border-radius: 1.2rem;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

#chat-container .direct-chat-success .card-header {
  padding: 0.75rem 1.25rem;
}

#chat-input {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  resize: none;
}

#chat-form button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.emoji-picker__wrapper {
  z-index: 101;
}

.direct-chat-img {
  height: 35px;
  width: 35px;
}

.direct-chat-text {
  word-wrap: break-word;
  margin-left: 10px;
}

.direct-chat-timestamp {
  width: 100%;
}

.direct-chat-text {
  width: fit-content;
  border-radius: 12px;
  text-align: justify;
  max-width: 80%;
}

.right .direct-chat-text {
  margin-right: 10px !important;
}

.direct-chat-text.is-deleted {
  opacity: 0.5;
  color: black !important;
  background-color: #d2d6de !important;
  border-color: #d2d6de !important;
  font-style: italic;
}

.right .reply-chat {
  margin: 5px 45px -5px 0;
  float: right;
}

.right .group-message {
  float: right;
}

.reply-chat .error-reply {
  color: #842029;
}

.reply-chat {
  margin: 5px 0 -5px 45px;
  opacity: 0.5;
  background-color: #d2d6de !important;
  border: 1px solid #d2d6de;
  color: #444;
  padding: 5px 10px;
  position: relative;
  width: fit-content;
  border-radius: 12px;
  text-align: justify;
  max-width: 80%;
  font-size: 11px;
  cursor: pointer;
}

@keyframes flashHighlight {
  0% {
    background-color: #e0e5ff;
  }
  100% {
    background-color: transparent;
  }
}

.highlight-msg {
  animation: flashHighlight 2s forwards;
}

.reply-view {
  position: relative;
  border-radius: 12px;
  margin-bottom: 10px;
  background: #d4d5d7;
  padding: 10px 20px;
  font-size: 12px;
}

.reply-view i.close {
  position: absolute;
  right: 10px;
  float: right;
  z-index: 999;
  font-size: 15px;
  cursor: pointer;
}

#standard-chat .direct-chat-messages.reply {
  height: calc(100vh - 328px);
}

#standard-chat .direct-chat-messages.with-pin {
  height: calc(100vh - 300px);
}

#standard-chat .direct-chat-messages.reply.with-pin {
  height: calc(100vh - 366px);
}

.remove-pin-btn {
  cursor: pointer;
}

#pin {
  background: #d4d5d7;
}

.right .direct-chat-text.is-deleted::before,
.right .direct-chat-text.is-deleted::after {
  border-left-color: #d2d6de !important;
}

.chat-menu {
  position: relative;
  top: 0;
  right: 0;
}

.chat-menu-btn {
  cursor: pointer;
  font-size: 18px;
}

#standard-chat .chat-menu-dropdown {
  left: 10px;
  top: -10px;
}

#standard-chat .right .chat-menu-dropdown {
  left: unset;
  right: 10px;
}

.chat-menu-dropdown {
  left: -20px;
  top: 0px;
}

.right .chat-menu-dropdown {
  left: unset;
  right: -20px;
}

.chat-menu-dropdown {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px 0;
  z-index: 10;
}

.chat-menu:hover .chat-menu-dropdown {
  display: block;
}

.chat-menu-item {
  padding: 4px 12px;
  cursor: pointer;
  white-space: nowrap;
}

.chat-menu-item:hover {
  background: #eee;
}

.group-menu-item {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.right .group-menu-item {
  flex-direction: unset;
}

.direct-chat-msg {
  text-align: center;
}

#standard-chat .direct-chat-msg {
  text-align: left;
}

#standard-chat .direct-chat-msg.right {
  text-align: right;
}

.direct-chat-msg.right .direct-chat-trans {
  display: none;
}

.direct-chat-msg .download-file-chat {
  font-size: 14px !important;
  background-color: #e8f1ff;
  padding: 10px 15px;
  border-radius: 12px;
}

.direct-chat-msg .direct-chat-timestamp {
  padding-left: 40px;
}

.direct-chat-msg.right .direct-chat-timestamp {
  padding-right: 40px;
}

#isRead {
  display: flex;
  padding-bottom: 4px;
}

.emoji-only {
  font-size: 28px !important;
  padding: unset !important;
  border: none !important;
  background: none !important;
}

.emoji-only::after,
.emoji-only:before {
  display: none;
}

#image-box,
#preview {
  object-fit: cover;
  width: 64px;
  height: 64px;
  cursor: pointer;
  flex: 0 0 64px;
}

#chat-search-results {
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  max-height: 50vh;
  overflow-y: auto;
}

#standard-chat #chat-list {
  max-height: 93%;
}

.chat-upload-loader {
  width: 40px;
  height: 40px;
  bottom: 10px;
  left: 10px;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-upload-circle {
  width: 100%;
  height: 100%;
  border: 4px solid #3773d3;
  border-bottom-color: #f97066;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

.chat-upload-loader span {
  font-size: 20px;
  color: #f97066;
  position: relative;
  z-index: 1;
}

.loader-circle {
  width: 60px;
  height: 60px;
  border: 6px solid #3773d3;
  border-bottom-color: #f97066;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.chat-image-wrapper {
  position: relative;
  display: inline-block;
}

.chat-image-msg {
  width: 100%;
  max-width: 350px;
  border-radius: 8px;
  display: block;
}

.chat-image-download {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgba(55, 115, 211, 0.7);
  color: #fff;
  padding: 6px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s ease;
}

.chat-image-download:hover {
  color: white;
  background: rgba(55, 115, 211, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.right .chat-image-missing {
  text-align: right;
}

.chat-image-missing {
  background: #f8d7da;
  color: #842029;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  display: inline-block;
}

.chat-video-msg {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 8px;
}

.days-controle:disabled {
  background: var(--color-text);
}

.loading-btn.btn i {
  display: none;
}

.loading-btn.disabled i {
  display: unset;
}

/* Fitbit */

.phr_nodata {
  margin-top: 20px;
}

.phr-data-wrap {
  /* padding: 20px; */
  background-color: #f9fafb;
  border-radius: 12px;
}

.phr_nodata .phr-data-wrap .phrPanel-device-nodata {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 240px;
  font-size: 12px;
  color: #d0d5dd;
}

.phr_nodata .phr-data-wrap .phrPanel-device-nodata .c-iconLabel-icon {
  font-size: 40px !important;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48;
}

.device-data-load {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.phr-data-loading .phr-data-wrap .phrPanel-device-data-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 412px;
  font-size: 12px;
  color: #d0d5dd;
}
.phr-data-loading .phr-data-wrap .phrPanel-device-data-loading .anime-img-wrap {
  position: relative;
  width: 80px;
  height: 80px;
}
.phr-data-loading .phr-data-wrap .phrPanel-device-data-loading .anime-img-wrap img {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: img-anim 900ms ease-out infinite;
}
.phr-data-loading .phr-data-wrap .phrPanel-device-data-loading .anime-img-wrap img:nth-of-type(1) {
  animation-delay: 0s;
}
.phr-data-loading .phr-data-wrap .phrPanel-device-data-loading .anime-img-wrap img:nth-of-type(2) {
  animation-delay: 300ms;
}
.phr-data-loading .phr-data-wrap .phrPanel-device-data-loading .anime-img-wrap img:nth-of-type(3) {
  animation-delay: 600ms;
}
@keyframes img-anim {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.material-symbols-outlined.text-danger {
  font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}

.device-tab-panel-box {
  position: relative !important;
  min-height: 412px;
  border-radius: 10px;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
}

.device-tab-panel-box.is-show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.scope-option {
  cursor: pointer;
}

.scope-option.is-active {
  background-color: var(--color-border) !important;
}

.scope-option:hover {
  background-color: var(--color-background) !important;
}
/* End Fitbit */

.select2-selection__rendered {
  padding-bottom: 0px !important;
  margin-bottom: 5px !important;
  margin-top: 3px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #5287dc !important;
  border-color: #5287dc !important;
  color: #fff !important;
}
.flex-1 {
  flex: 0 0 calc(8.333% - 8px);
  max-width: calc(8.333% - 8px);
}
.flex-2 {
  flex: 0 0 calc(16.667% - 8px);
  max-width: calc(16.667% - 8px);
}
.flex-3 {
  flex: 0 0 calc(25% - 8px);
  max-width: calc(25% - 8px);
}
.flex-4 {
  flex: 0 0 calc(33.333% - 8px);
  max-width: calc(33.333% - 8px);
}
.flex-5 {
  flex: 0 0 calc(41.667% - 8px);
  max-width: calc(41.667% - 8px);
}
.flex-6 {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
.flex-7 {
  flex: 0 0 calc(58.333% - 8px);
  max-width: calc(58.333% - 8px);
}
.flex-8 {
  flex: 0 0 calc(66.667% - 8px);
  max-width: calc(66.667% - 8px);
}
.flex-9 {
  flex: 0 0 calc(75% - 8px);
  max-width: calc(75% - 8px);
}
.flex-10 {
  flex: 0 0 calc(83.333% - 8px);
  max-width: calc(83.333% - 8px);
}
.flex-11 {
  flex: 0 0 calc(91.667% - 8px);
  max-width: calc(91.667% - 8px);
}
.flex-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  [class^='flex-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #standard-inquiry label {
    margin: 0px;
  }

  .form-group {
    margin-bottom: 10px;
  }

  .modal-lg-xl {
    max-width: 85%;
    padding-top: 15px;
  }

  #edit-avatar {
    flex-wrap: wrap;
  }
}

#standard-inquiry .flex-8.form-group {
  margin-bottom: 0px !important;
}

.form-group {
  margin-bottom: 15px !important;
}

[id^='notice-type-_'] {
  border-radius: 50%;
  color: white;
}

#notice-type-1 {
  background-color: #6694df;
}

#notice-type-2 {
  background-color: #f97066;
}

.font-weight-thin {
  font-weight: 100 !important;
}

.font-weight-extra-light {
  font-weight: 200 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-extra-bold {
  font-weight: 800 !important;
}

.font-weight-black {
  font-weight: 900 !important;
}

.font-dot {
  font-family: Arial, Helvetica, sans-serif !important;
}

.custom-control-label::before,
.custom-control-label::after {
  top: 0.05rem !important;
}

form.is-readonly input,
form.is-readonly select,
form.is-readonly textarea,
form.is-readonly ul,
form.is-readonly .select2-selection {
  pointer-events: none;
  background-color: #f9f9f9;
  color: #666;
  cursor: not-allowed;
}

form.is-readonly button {
  pointer-events: none;
  cursor: not-allowed;
  background: gray !important;
  border-color: gray;
}

form.is-readonly .is-option {
  display: none !important;
}

form.is-readonly .none-option {
  display: block !important;
}

form.is-readonly label {
  pointer-events: none;
  cursor: not-allowed;
}

.custom-color-picker {
  -webkit-appearance: none;
  border: none;
  width: 50px;
  height: 30px;
  border-radius: 6px;
  padding: 0;
  cursor: pointer;
}

.custom-color-picker::-webkit-color-swatch-wrapper {
  padding: 0;
  border-radius: 6px;
}

.custom-color-picker::-webkit-color-swatch {
  border: none;
  border-radius: 6px;
}

.custom-color-picker::-moz-color-swatch {
  border: none;
  border-radius: 6px;
}

.table-fixed {
  table-layout: fixed;
  width: 100%;
}

.img-size-50 {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}

.os-content {
  width: 80px !important;
}

.modal-lg-xl {
  max-width: 1050px;
  padding-left: 15px;
}

.disabled-box {
  pointer-events: none;
}

/* 数値が下がった */
.datacard.-down {
  background-color: #9dbdf3;
  border: 1px solid #5f95f3;
}

.datacard.-down .datacard__label {
  color: #fff;
}

.datacard.-down .datacard__value {
  color: #5287dc;
}

.datacard.-down .datacard__icon {
  background-color: #eff5ff;
  color: #5287dc;
}

.datacard.-down .datacard__detailItem.-number {
  color: #1d1f2c;
}

.datacard.-down .datacard__detailItem.-primary {
  color: #5287dc;
}

.datacard.-down .datacard__detailItem.-secondary {
  color: #fff;
}

.datacard.-down .fa-caret-up {
  transform: rotate(180deg) translateY(-3px);
}

/* エラー時 */
.datacard.-error {
  background-color: #fda29b;
  border: 1px solid #f97066;
  box-shadow: 0px 4px 30px rgba(46, 45, 116, 0.05);
}

.datacard.-error .datacard__label {
  color: #fff;
}

.datacard.-error .datacard__value {
  color: #c0203a;
}

.datacard.-error .datacard__icon {
  background-color: #f9d1d7;
  color: #df3853;
}

.datacard.-error .datacard__detailItem.-number {
  color: #c0203a;
}

.datacard.-error .datacard__detailItem.-primary {
  color: #c0203a;
}

.datacard.-error .datacard__detailItem.-secondary {
  color: #fff;
}

.datacard.-error .datacard__detailItem {
  color: #ffecef;
}

.datacard .number {
  color: #1f2d3d !important;
}

body.list.sort #list-setting,
body.list.sort .btn-wrapper .btn,
body.list #btn-list-back,
body.list #btn-save-sort,
body.new #btn-copy,
body.new #btn-del,
body.copy #btn-del,
body.copy #btn-copy {
  display: none;
}

body.list.sort #btn-list-back,
body.list.sort #btn-save-sort {
  display: flex;
}

body.list.sort #list-table tbody tr {
  cursor: move;
}

body.list.sort #list-table tbody tr a {
  pointer-events: none;
  color: inherit;
  cursor: default;
}

@media (min-width: 768px) {
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 767px) {
  .sm\:w-100 {
    width: 100% !important;
  }

  .sm\:d-none {
    display: none !important;
  }
}

#setting-item li:first-child {
  pointer-events: none;
  opacity: 0.6;
}

.cursor-pointer {
  cursor: pointer;
}

#detail-form-wrapper #detail-modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  right: -500px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: opacity 0.2s linear, right 0.2s ease-out;
  -moz-transition: opacity 0.2s linear, right 0.2s ease-out;
  -o-transition: opacity 0.2s linear, right 0.2s ease-out;
  transition: opacity 0.2s linear, right 0.2s ease-out;
}

#detail-form-wrapper #detail-modal .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0px;
}

#detail-form-wrapper #detail-modal.fade.show .modal-dialog {
  right: 0;
}

@media (max-width: 575.98px) {
  #detail-form-wrapper #detail-modal .modal-dialog {
    width: 100%;
    right: -100%;
  }

  .device-tab-panel-box,
  .phr-data-loading .phr-data-wrap .phrPanel-device-data-loading {
    min-height: 200px !important;
  }
}

#standard-user.list #list-table tr td {
  padding: 15px !important;
}
