@charset "UTF-8";

:root {
    --primary-color: #2D61B7;
    --primary-color-hover: #01459e;
    --primary-color-text: #dbe8f5
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

iframe {
  vertical-align: bottom;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

a,
area,
summary {
  touch-action: manipulation;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a {
  color: var(--primary-color);
}

a:hover {
  color: var(--primary-color-hover);
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img, iframe {
  vertical-align: bottom;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fss {
    font-size: .8rem;
}

.lh120 {
    line-height: 120%;
}

.lh140 {
    line-height: 140%;
}

.lh150 {
    line-height: 150%;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.pc-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }
}

.pc-flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .pc-flex {
    display: none;
  }
}

.pc-inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .pc-inline {
    display: none;
  }
}

.pc-inline-block {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .pc-inline-block {
    display: none;
  }
}

.pc-table {
  display: table;
}

@media screen and (max-width: 767px) {
  .pc-table {
    display: none;
  }
}

.sp-block {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-inline {
    display: inline;
  }
}

.sp-inline-block {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-inline-block {
    display: inline-block;
  }
}

.sp-table {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-table {
    display: table;
  }
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

img,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
}

body {
  position: relative;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

body.home {
  padding-top: 0;
}

i.question-popover {
  color: #7D8F9B;
  cursor: pointer;
  cursor: hand;
}

.valid-error{
  display: none;
  color: red;
  font-size: .8rem;
  padding-top: 3px;
  font-weight: normal;
}

.valid-success{
  display: none;
  color: #2A562A;
  font-size: .8rem;
  padding-top: 3px;
  font-weight: normal;
}

.is-invalid + .valid-error{
  display: block;
}

.is-valid + .valid-success{
  display: block;
}

.valid-error.is-invalid{
  display: block;
}

.form-check.is-valid + .valid-success{
  display: block;
}

.form-control,
.custom-select{
  color: #111;
}

.form-bg-gray{
  border: none;
  background: #eee;
  font-size: 1.15rem;
  font-weight: bold;
  margin-top: 0px;
  padding: 22px 12px;
}

.ellipsis {
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flash-msg {
    max-height: 115px;
    overflow-y: auto;
}

.cam-select-wrap {
    display: flex;
    justify-content: space-between;
}

.cam-select-wrap i{
    cursor: pointer;
}

.cam-select-wrap .form-text{
    margin-top: 0;
}

.pointer {
    cursor: pointer;
}

.site-name-ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header {
  width: 100%;
  max-width: 240px;
  transition: all 0.2s ease-out;
}

@media (max-width: 991.98px) {
  .header {
    max-width: 84px;
  }
}

@media (max-width: 767.98px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 100%;
    z-index: 100;
  }
}

.header-inner {
  position: fixed;
  left: 0;
  top: 0;
  padding: 37px 14px;
  width: 100%;
  max-width: 240px;
  z-index: 500;
  height: 100vh;
  background-color: var(--primary-color);
  overflow-y: scroll;
}

@media (max-width: 991.98px) {
  .header-inner {
    max-width: 84px;
  }
}

@media (max-width: 767.98px) {
  .header-inner {
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    height: auto;
    padding: 10px 20px;
  }
}

.header-inner .archive-useage{
    margin-top: 20px;
}

.header-inner .archive-useage .message{
    color: #fff;
    font-size: .7rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.header-inner .archive-useage .progress{
    height:7px
}

.header-inner .archive-useage .progress .progress-bar{
    color: #000;
    font-size: .6rem;
}

.header-logo a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 30px;
  padding-left: 5px;
}

@media (max-width: 991.98px) {
  .header-logo a {
    margin-bottom: 20px;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .header-logo a {
    margin-bottom: 0;
  }
}

.header-logo h1 {
  max-width: 200px;
}

@media (max-width: 991.98px) {
  .header-logo h1 {
    margin-left: auto;
    margin-right: auto;
    padding: 6px 0;
  }
}

.header-logo p {
  max-width: 95px;
  margin-left: 9px;
}

@media (max-width: 991.98px) {
  .header-logo p {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .header-logo p {
    display: block;
  }
}

.header-nav {
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .header-nav {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    height: 100vh;
    background-color: var(--primary-color);
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .header-nav.on {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (max-width: 767.98px) {
  .header-nav ul {
    display: block;
    -webkit-align-items: center;
            align-items: center;
  }
}

.header-nav li {
  margin-bottom: 6px;
}

@media (max-width: 991.98px) {
  .header-nav li {
    margin-bottom: 3px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .header-nav li {
    margin-bottom: 8px;
    text-align: left;
  }
}

.header-nav li.sub {
  margin-left: 18px;
  margin-bottom: 3px;
}

@media (max-width: 991.98px) {
  .header-nav li.sub {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .header-nav li.sub {
    margin-left: 15px;
  }
}

.header-nav a {
  position: relative;
  display: block;
  color: var(--primary-color-text);;
  padding: 6px 10px;
  transition: all 0.2s ease-out;
}

.header-nav a.active {
  color: #fff;
  border-radius: 7px;
  background-color: var(--primary-color-hover);
  text-decoration: none;
}

.header-nav a:hover {
  color: #fff;
  border-radius: 7px;
  background-color: var(--primary-color-hover);
  text-decoration: none;
}

.header-nav a span {
  display: inline-block;
  margin-right: 7px;
  width: 30px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .header-nav a span {
    margin-right: 0;
  }
}

.header-nav a i {
  font-size: 19px;
  vertical-align: middle;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

.header-nav a em {
  font-style: normal;
}

@media (max-width: 991.98px) {
  .header-nav a em {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .header-nav a em {
    display: inline;
  }
}

.header-nav a i.toggle-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 15px;
  opacity: .7;
}

@media (max-width: 991.98px) {
  .header-nav .toggle-icon{
    display: none
  }
}

@media (max-width: 767.98px) {
  .header-nav .toggle-icon{
    display: block;
  }
}

.header-nav #media-nav-link.show i.toggle-icon,
.header-nav #site-nav-link.show i.toggle-icon,
.header-nav #security-nav-link.show i.toggle-icon,
.header-nav #ai-nav-link.show i.toggle-icon,
.header-nav #ai-research-nav-link.show i.toggle-icon{
  transform: rotate(180deg);
  transition: .1s;
  top: 13.5px;
}

.header-nav #media-nav-link.hide i.toggle-icon,
.header-nav #site-nav-link.hide i.toggle-icon,
.header-nav #security-nav-link.hide i.toggle-icon,
.header-nav #ai-nav-link.hide i.toggle-icon,
.header-nav #ai-research-nav-link.hide i.toggle-icon{
  transform: rotate(0deg);
  transition: .1s;
  top: 13.5px;
}

.navi-link.setting-security-nav-toggle,
.navi-link.setting-csv-import-log-nav-toggle {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.navi-link.setting-security-nav-toggle:focus,
.navi-link.setting-csv-import-log-nav-toggle:focus {
  color: #333;
  outline: none;
  text-decoration: none;
}

.navi-link.setting-security-nav-toggle:hover,
.navi-link.setting-csv-import-log-nav-toggle:hover {
  background: #F0F0F0;
}

.navi-link.setting-security-nav-toggle .fa-chevron-up,
.navi-link.setting-csv-import-log-nav-toggle .fa-chevron-up {
  transition: transform .1s;
}

.navi-link.setting-security-nav-toggle.collapsed .fa-chevron-up,
.navi-link.setting-csv-import-log-nav-toggle.collapsed .fa-chevron-up {
  transform: rotate(180deg);
}

.setting-security-nav-panel {
  background: #fff;
}

.navi-link.setting-security-nav-item {
  padding-left: 28px;
}

.navi-link.setting-security-nav-item.active {
  background: #eaf3ff;
  color: var(--primary-color);
  font-weight: 700;
}

.navi-link.setting-security-nav-item:hover {
  background: #F0F0F0;
  color: #333;
}

.navi-link.setting-security-nav-item.active:hover {
  background: #dfeeff;
  color: var(--primary-color);
}

.header-nav .sub-title{
  font-size: 14px;
  font-weight: bold;
  color: var(--primary-color-text);;
  margin: 22px 0 8px 15px;
}

@media (max-width: 991.98px) {
  .header-nav .sub-title{
    display: none;
  }
  .admin-menu{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 2px solid var(--primary-color-text);;
  }
}
@media (max-width: 767.98px) {
  .header-nav .sub-title{
    display: block;
  }
}

.admin-menu{
    padding-top: 10px;
    margin-top: 25px;
    border-top: 1px dashed var(--primary-color-text);;
  }


/* @media (max-width: 991.98px) {
  .header-nav .sub-title{
    display: none;
  }
  .admin-menu{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 2px solid var(--primary-color-text);;
  }
} */

nav{
  font-size: 12px;
  font-weight: bold;
}

.breadcrumb{
  background: #fff;
  padding: 8px 0;
  margin-bottom: 10px
}

.breadcrumb-item.active{
  font-weight: normal;
}

.badge {
  padding: 0.5em 0.7em;
  font-size: 74%;
}

.drawer .header-logo a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 40px;
  padding-left: 5px;
}

@media (max-width: 991.98px) {
  .drawer .header-logo a {
    margin-bottom: 20px;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .drawer .header-logo a {
    margin-bottom: 0;
  }
}

.drawer .header-logo h1 {
  max-width: 40px;
  margin-left: 0;
  margin-right: 0;
}

.drawer .header-logo p {
  display: block;
}

.drawer .header-nav li {
  text-align: left;
}

.drawer .header-nav a em {
  font-style: normal;
}

@media (max-width: 991.98px) {
  .drawer .header-nav a em {
    display: inline;
  }
}

.drawer .header-inner {
  max-width: 240px;
}

@media (max-width: 767.98px) {
  .drawer .header-inner {
    max-width: 100%;
  }
}

.gsnav {
  position: fixed;
  top: 22px;
  right: 20px;
  border-left: 0;
  border-right: 0;
  text-align: right;
  line-height: 1;
  z-index: 4000;
  display: none;
}

@media (max-width: 767.98px) {
  .gsnav {
    display: block;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 25px;
  height: 16px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* ---------------------------------------
   Consolidated styles from Blade files
   --------------------------------------- */

.heading-2-ttl span {
    font-size: 70%
}

.img-tpl-item {
    height: auto !important;
    overflow: visible !important;
}

.img-tpl-item .image-wrap {
    padding-top: 0 !important;
    position: static !important;
}

.img-tpl-item img {
    position: static !important;
    width: 100% !important;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.img-tpl-item img,
#digest-wrap #change-image-wrap img,
#digest-wrap .fe-preview img {
    max-height: calc(100vh - 220px);
    width: 100%;
    height: auto;
    object-fit: contain;
}

.loader-center {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-border {
    width: 2rem;
    height: 2rem;
    border-width: 0.15em;
}

/* ---------------------------------------
   Digest modal: viewport-responsive layout
   --------------------------------------- */
#digest-wrap {
    --digest-modal-gap: .5rem;
    --digest-modal-max-h: calc(100dvh - 1rem);
}
#digest-wrap .modal-dialog {
    width: calc(100% - 1rem);
    margin: var(--digest-modal-gap) auto;
    height: auto;
    max-height: var(--digest-modal-max-h);
}
#digest-wrap .modal-content {
    height: auto;
    max-height: var(--digest-modal-max-h);
    display: flex;
    flex-direction: column;
}
#digest-wrap .modal-body {
    display: block;
    overflow: auto;
}

/* Header / controls take natural height; preview gets the rest */
#digest-wrap .modal-body > .heading-1,
#digest-wrap .modal-body > .digest-title,
#digest-wrap .modal-body > .modal-footer,
#digest-wrap .modal-body > .alert-success {
    flex: 0 0 auto;
}

#digest-wrap .digest-modal__preview {
    position: relative;
    overflow: hidden;
    background: #fff;
}
#digest-wrap .digest-modal__preview.is-loading,
#digest-wrap .digest-modal__preview.is-loading #change-image-wrap,
#digest-wrap .digest-modal__preview.is-loading #change-image-wrap .ch-div-wrap {
    background: #fff;
}

/* Loader: keep centered within the remaining preview space */
#digest-wrap .digest-modal__preview .loading {
    position: absolute;
    inset: 0;
    z-index: 10;
}
#digest-wrap .digest-modal__preview .loading .spinner {
    height: 100%;
    align-items: center;
}

/* Override thumbnail sizing rules inside the modal */
#digest-wrap .image-wrap {
    min-height: 0;
}
#digest-wrap .image-wrap img {
    max-height: none;
}

/* Fisheye carousel: make the image contain within available space */
#digest-wrap .fe-sel-wrap {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#digest-wrap .fe-sel-wrap .carousel {
    flex: 1 1 auto;
    min-height: 0;
}
#digest-wrap .carousel,
#digest-wrap .carousel-inner,
#digest-wrap .carousel-item {
    height: 100%;
    min-height: 0;
}
#digest-wrap .fe-preview {
    display: flex;
    align-items: center;
    justify-content: center;
}
#digest-wrap .fe-preview img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Digest preview images: fit remaining space, preserve aspect ratio (no crop) */
#digest-wrap #change-image-wrap {
    flex: 1 1 auto;
    min-height: 0;
    height: 100% !important;
    max-height: none !important;
}
/* Fisheye selection step: don't reserve space for the (empty) digest container */
#digest-wrap #change-image-wrap:empty {
    flex: 0 0 auto;
    height: 0 !important;
    max-height: 0 !important;
}
#digest-wrap #change-image-wrap .ch-div-wrap {
    position: relative !important;
    height: 100%;
    min-height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
}
#digest-wrap #change-image-wrap .ch-div-wrap .ch-image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
#digest-wrap #change-image-wrap .ch-div-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#digest-wrap .digest-preview-note {
    flex: 0 0 auto;
    margin-top: .75rem;
}

#digest-wrap .digest-preview-note-text {
    margin: 0;
    padding: .7rem .9rem;
    border-radius: .25rem;
    background: #f8efcb;
    color: #7a5f15;
    line-height: 1.5;
}

#digest-wrap #change-image-wrap .ch-div-wrap .ch-image-wrap .zoom {
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #333333;
    color: #fff;
    text-align: center;
    line-height: 29px;
    font-size: 16px;
    cursor: pointer;
    z-index: 9;
}

/* Unified style for preview mode */
#digest-wrap.is-preview-active .modal-dialog,
#digest-wrap.is-preview-active .modal-content {
    height: var(--digest-modal-max-h);
    max-height: var(--digest-modal-max-h);
}
#digest-wrap.is-preview-active .modal-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}
#digest-wrap.is-preview-active .digest-modal__preview {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
}

/* Mobile + tablet portrait */
@media (max-width: 991px) {
    #digest-wrap.is-preview-active .modal-dialog {
        height: auto;
        max-height: var(--digest-modal-max-h);
    }
    #digest-wrap.is-preview-active .modal-content {
        height: auto;
        max-height: var(--digest-modal-max-h);
    }
    #digest-wrap .modal-body,
    #digest-wrap.is-preview-active .modal-body {
        display: block;
        min-height: unset;
    }
    .digest-preview-modal#digest-wrap.is-preview-active .modal-dialog {
        height: var(--digest-modal-max-h);
    }
    .digest-preview-modal#digest-wrap.is-preview-active .modal-content {
        height: 100%;
    }
    .digest-preview-modal#digest-wrap.is-preview-active .modal-body {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    #digest-wrap .digest-modal__preview,
    #digest-wrap.is-preview-active .digest-modal__preview {
        display: block;
        flex: 0 0 auto;
        min-height: unset;
        max-height: none;
    }
    .digest-preview-modal#digest-wrap.is-preview-active .digest-modal__preview {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
    }
    #digest-wrap .digest-modal__preview.is-loading {
        min-height: 220px;
    }
    #digest-wrap #change-image-wrap {
        height: auto !important;
    }
    .digest-preview-modal#digest-wrap.is-preview-active #change-image-wrap {
        height: 100% !important;
    }
    #digest-wrap #change-image-wrap .ch-div-wrap {
        height: auto;
        min-height: 0;
    }
    .digest-preview-modal#digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap {
        height: 100%;
    }
    #digest-wrap #change-image-wrap .ch-div-wrap .ch-image-wrap {
        height: auto;
    }
    #digest-wrap #change-image-wrap .ch-div-wrap img {
        height: auto;
        max-height: calc(100dvh - 280px);
    }
    .digest-preview-modal#digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap img {
        height: 100%;
        max-height: 100%;
    }
}

/* Laptop: preview mode stretches to bottom */
@media (min-width: 992px) {
    #digest-wrap.is-preview-active .modal-dialog {
        height: var(--digest-modal-max-h);
        max-height: var(--digest-modal-max-h);
    }
    #digest-wrap.is-preview-active .modal-content {
        height: 100%;
        max-height: 100%;
    }
    #digest-wrap.is-preview-active .modal-body {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }
    #digest-wrap.is-preview-active .digest-modal__preview {
        display: flex;
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
    }
    #digest-wrap.is-preview-active #change-image-wrap {
        height: 100% !important;
    }
    #digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap {
        height: 100%;
        min-height: 0;
    }
    #digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap .ch-image-wrap {
        height: 100%;
    }
    #digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap img {
        height: 100%;
        max-height: 100%;
    }
}

/* Tablet landscape: full-height modal, auto-fit image */
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
    #digest-wrap.is-preview-active .modal-dialog {
        max-height: var(--digest-modal-max-h);
    }
    #digest-wrap.is-preview-active .modal-content {
        height: 100%;
        max-height: 100%;
    }
    #digest-wrap.is-preview-active .modal-body {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }
    #digest-wrap.is-preview-active .digest-modal__preview {
        display: flex;
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
    }
    #digest-wrap.is-preview-active #change-image-wrap {
        height: auto !important;
    }
    #digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap {
        height: auto;
        min-height: 0;
        background-color: #fff;
    }
    .digest-preview-modal#digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap {
        background-color: #000;
    }
    #digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap .ch-image-wrap {
        height: auto;
    }
    #digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap img {
        height: auto;
        max-height: calc(100dvh - 240px);
    }
}

/* 880-991: keep tablet image like standard tablet view */
@media (min-width: 880px) and (max-width: 991px) {
    #digest-wrap.is-preview-active .modal-body {
        display: block;
        min-height: unset;
    }
    .digest-preview-modal#digest-wrap.is-preview-active .modal-body {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    #digest-wrap.is-preview-active .digest-modal__preview {
        display: block;
        flex: 0 0 auto;
        min-height: unset;
    }
    .digest-preview-modal#digest-wrap.is-preview-active .digest-modal__preview {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
    }
    #digest-wrap.is-preview-active .digest-modal__preview.is-loading {
        min-height: 220px;
    }
    #digest-wrap.is-preview-active #change-image-wrap {
        height: auto !important;
    }
    .digest-preview-modal#digest-wrap.is-preview-active #change-image-wrap {
        height: 100% !important;
    }
    #digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap {
        height: auto;
        min-height: 0;
        background: #fff;
    }
    .digest-preview-modal#digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap {
        height: 100%;
        background: #000;
    }
    #digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap .ch-image-wrap {
        height: auto;
    }
    .digest-preview-modal#digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap .ch-image-wrap {
        height: 100%;
    }
    #digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap img {
        height: auto;
        max-height: calc(100dvh - 240px);
        object-fit: contain;
    }
    .digest-preview-modal#digest-wrap.is-preview-active #change-image-wrap .ch-div-wrap img {
        height: 100%;
        max-height: 100%;
    }
}

body.modal-open .img-tpl-item {
    visibility: visible;
}

body.modal-open #select-cam-wrap .img-tpl-item {
    visibility: visible;
}

.img-tpl-item.is-zooming {
    visibility: hidden;
}


.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
          animation: active-menu-bar02 0.8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.wrapper {
  /* overflow: hidden; */
  width: 100%;
  line-height: 2;
  word-break: break-all;
}

.wrapper-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.inner, .footer-inner, .narrow-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1130px;
}

@media (max-width: 767.98px) {
  .inner, .footer-inner, .narrow-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.narrow-inner {
  max-width: 910px;
}

.footer {
  background-color: #536974;
  color: #dcdcdc;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-inner {
  padding-top: 50px;
  padding-bottom: 35px;
}

.footer-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .footer-flex {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .footer-address {
    margin-bottom: 30px;
  }
}

.footer-address > dl {
  font-size: 1.4rem;
}

.footer-address > dl dl dt {
  font-weight: 700;
}

.footer-address > dl > dt {
  margin-bottom: 25px;
  max-width: 308px;
}

.footer-content {
  display: -webkit-flex;
  display: flex;
  line-height: 2.5;
  margin-left: 30px;
}

@media (max-width: 767.98px) {
  .footer-content {
    display: block;
    margin-left: 0;
  }
}

.footer-content ul:first-child {
  width: 220px;
}

.footer-content ul ul li:before {
  margin-right: 3px;
  content: "-";
}

.footer-copyright {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Roboto";
}

@media (max-width: 767.98px) {
  .footer-copyright {
    font-size: 1rem;
  }
}

.nav {
  font-size: .9rem;
  border-bottom: 1px solid #ececec;
}

.nav.tab .nav-link {
    color: #808E9A;
    padding: 0.5rem 2rem 0.5rem .1rem;
    font-weight: normal;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav.tab .nav-link.active{
    color: #000;
    background: #fff;
    font-weight: bold;
    border-bottom: 2px solid var(--primary-color);
}

.nav .nav-link {
  color: #808E9A;
  /* padding: 0.5rem 2rem 0.5rem .1rem; */
  padding: 0.3rem 1rem;
  font-weight: normal;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav .nav-link.active{
    /* color: #000;
    font-weight: bold;
    border-bottom: 2px solid var(--primary-color); */
  color: #fff;
  background: var(--primary-color);
  font-weight: bold;
  /* border-bottom: 2px solid var(--primary-color); */
}

.search-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  /* -webkit-justify-content: space-between;
          justify-content: space-between; */
  /* margin-bottom: 1em; */
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.search-form {
  width: calc(100% - 80px);
  display: -webkit-flex;
  display: flex;
}

.search-form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  background-color: #f4f4f4;
  color: #7d8f9b;
  height: 41px;
  width: 41px;
  border-radius: 5px 0 0 5px;
}

.search-form input {
  display: block;
  -webkit-flex: 1;
          flex: 1;
  background-color: #f4f4f4;
  border: none;
  outline: none;
  color: #7d8f9b;
  height: 41px;
  border-radius: 0 5px 5px 0;
  width: 100%;
}

.search-form input::-webkit-input-placeholder {
  color: #7d8f9b;
}

.search-form input::-moz-placeholder {
  color: #7d8f9b;
}

.search-form input:-ms-input-placeholder {
  color: #7d8f9b;
}

.search-form input::placeholder {
  color: #7d8f9b;
}

.card-header{
  padding: .4rem .25rem;
}

@media (min-width: 992px) {
  .sim-header{
    min-height: 62px;
    line-height: 150%;
  }
}

.account {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  color: #7d8f9b;
  height: 46px;
}

.account ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 25px;
}

.account ul li {
  margin-left: 1em;
}

.account select {
  margin-left: 2em;
  color: #7d8f9b;
  border: none;
  font-weight: bold;
  font-size: 14px;
}

.badges {
  position: relative;
}

.badges span {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 10px;
  color: #fff;
  background-color: #ff766a;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 0 2px;
  min-width: 18px;
  white-space: nowrap;
  height: 18px;
  line-height: 1;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.input-group-text{
  background-color: #fff;
}

.header-archive{
    background: #F4F4F4;
    /* border: 1px solid var(--primary-color);; */
    border-radius: 5px;
    padding: 8px;
    line-height: 1px;
    margin-bottom: 15px;
    display: flex;
}

.header-archive.primary{
    background: #EAF2FC;
}

.header-archive.info{
    background: #e3f5fa;
}

.header-archive.warning{
    background: #FDF3D1;
}

.header-archive.secondary{
    background: #E2E3E5;
}

.header-archive span{
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-archive p{
    line-height: 22px;
    font-size: .85rem;
    padding: 0 15px;
}

.heading-1 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  /* -webkit-justify-content: space-between;
          justify-content: space-between; */
  /* margin-bottom: 1em; */
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}

.heading-1-ttl {
  font-size: 21px;
  font-weight: bold
}

@media (max-width: 767.98px) {
    .heading-1-ttl.ellipsis {
      width: 200px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
}

.heading-1-ttl .sit-cam-name{
    font-size: 17px;
    padding-top: 6px;
}

.heading-2-ttl {
  font-size: 18px;
  font-weight: bold
}

.digest-title {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.digest-title h3 {
    font-size: .8rem;
    font-weight: bold;
    line-height: 10px;
  }

.digest-title .update,
.digest-title .update-time {
  font-size: 14px;
  padding-left: 10px;
  cursor: pointer;
  cursor: hand;
}

.digest-title .title-input,
.digest-title .time-input{
    display: none;
    font-size: 21px;
    font-weight: bold;
    padding: 0;
    padding-bottom: 4px;
    border: 0;
    border-radius: 0;
    height: 25px;
}

.digest-title .title-input:focus,
.digest-title .time-input:focus{
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid var(--primary-color)
}

.digest-title .edit,
.digest-title .edit-time{
  display: none;
  margin-left: 5px;
}

.digest-title .edit .save,
.digest-title .edit-time .save-time{
  background: var(--primary-color);
  padding: 4px 12px;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
}

.digest-title .edit .save:hover,
.digest-title .edit-time .save-time:hover{
  text-decoration: none;
}

.digest-title .edit .cancel,
.digest-title .edit-time .cancel-time{
  color: #666;
  font-size: 15px;
  text-decoration: underline;
  padding-left: 10px;
}

.digest-title .edit .cancel:hover,
.digest-title .edit-time .cancel-time:hover{
  text-decoration: none;
}

.digest-title .title-wrap {
    width: 100%
}

.digest-title .title-wrap.fisheye {
    width: 100%
}

.digest-title .button-wrap {
    margin-top: 24px
}

.no-border{
  border-bottom: none;
}

.record-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: space-between;
  /* padding-right: -2.5px;
  padding-left: -2.5px; */
}

@media (max-width: 767.98px) {
  .record-items {
    /* padding-left: -7px;
    padding-right: -7px; */
  }
}

.record-items .record-item-col-1 {
  position: relative;
  width: 100%;
  /* margin-right: 2.5px;
  margin-left: 2.5px; */
}

@media (min-width: 768px) {
  .record-items .record-item-col-1 {
    -webkit-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 767.98px) {
  .record-items .record-item-col-1 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.record-items .record-item-col-2 {
  position: relative;
  width: 100%;
  /* margin-right: 2.5px;
  margin-left: 2.5px; */
}

@media (min-width: 768px) {
  .record-items .record-item-col-2 {
    -webkit-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (max-width: 767.98px) {
  .record-items .record-item-col-2 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.record-items .record-item-col-3 {
  position: relative;
  width: 100%;
  /* margin-right: 2.5px;
  margin-left: 2.5px; */
}

.record-items .record-item-col-3 {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 24.8%;
}

@media (max-width: 767.98px) {
  /* .record-items .record-item-col-3 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  } */
}

.record-items .record-item-col-4 {
  position: relative;
  width: 100%;
  /* margin-right: 2.5px;
  margin-left: 2.5px; */
}

.record-items .record-item-col-4 {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33%;
}

@media (max-width: 767.98px) {
  /* .record-items .record-item-col-4 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  } */
}

.record-items .record-item-col-5 {
  position: relative;
  width: 100%;
  /* padding-right: 2.5px;
  padding-left: 2.5px; */
}

@media (min-width: 768px) {
  .record-items .record-item-col-5 {
    -webkit-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41%;
  }
}

@media (max-width: 767.98px) {
  .record-items .record-item-col-5 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.record-items .record-item-col-6 {
  position: relative;
  width: 100%;
  /* padding-right: 2.5px;
  padding-left: 2.5px; */
}

.record-items .record-item-col-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 49.8%;
}

@media (max-width: 767.98px) {
  /* .record-items .record-item-col-6 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  } */
}

.record-items .record-item-col-7 {
  position: relative;
  width: 100%;
  /* padding-right: 2.5px;
  padding-left: 2.5px; */
}

@media (min-width: 768px) {
  .record-items .record-item-col-7 {
    -webkit-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58%;
  }
}

@media (max-width: 767.98px) {
  .record-items .record-item-col-7 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.record-items .record-item-col-8 {
  position: relative;
  width: 100%;
  /* padding-right: 2.5px;
  padding-left: 2.5px; */
}

.record-items .record-item-col-8 {
    -webkit-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.5%;
}

@media (max-width: 767.98px) {
  /* .record-items .record-item-col-8 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  } */
}

.record-items .record-item-col-9 {
  position: relative;
  width: 100%;
  /* padding-right: 2.5px;
  padding-left: 2.5px; */
}

@media (min-width: 768px) {
  .record-items .record-item-col-9 {
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 74.8%;
  }
}

@media (max-width: 767.98px) {
  .record-items .record-item-col-9 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.record-items .record-item-col-10 {
  position: relative;
  width: 100%;
  /* padding-right: 2.5px;
  padding-left: 2.5px; */
}

@media (min-width: 768px) {
  .record-items .record-item-col-10 {
    -webkit-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83%;
  }
}

@media (max-width: 767.98px) {
  .record-items .record-item-col-10 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.record-items .record-item-col-11 {
  position: relative;
  width: 100%;
  /* padding-right: 2.5px;
  padding-left: 2.5px; */
}

@media (min-width: 768px) {
  .record-items .record-item-col-11 {
    -webkit-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91%;
  }
}

@media (max-width: 767.98px) {
  .record-items .record-item-col-11 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.record-items .record-item-col-12 {
  position: relative;
  width: 100%;
  /* padding-right: 2.5px;
  padding-left: 2.5px; */
}

@media (min-width: 768px) {
  .record-items .record-item-col-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .record-items .record-item-col-12 {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.record-items .box {
  position: relative;
  display: block;
  padding-top: 62%;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  background: #F4F4F4;
  background-size: cover;
}

.record-items .box .sel-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  font-size: clamp(8px, 4vw, 12px);
  white-space: normal;
  line-height: 1.4;
  word-break: break-word;
}

/* @media screen and (max-width: 767px) {
    .record-items .box .sel-text{
        font-size: 10px;
    }
}

@media screen and (max-width: 530px) {
    .record-items .box .sel-text{
        font-size: 8px;
    }
} */

.record-items .box dl {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  font-size: 10px;
}

.record-items .box dl dt,
.record-items .box dl dd {
  padding: 0px 10px;
  font-weight: normal;
  background-color: #4e6a96;
  color: #fff;
}

.record-items .box dl dt {
  margin-right: 10px;
}

.record-items .box .name {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #7d8f9b;
  color: #fff;
  width: 100%;
  max-width: 180px;
  font-size: 14px;
  text-align: center;
}

.record-items .record-item-col-8 .box {
  padding-top: 62.2%;
}

/* click image to view details */
#view-detail {
    display: none;
    position: fixed;
    bottom: 0;
    width: calc(100% - 220px);
    margin-left: -24px;
    z-index: 99;
}

@media (max-width: 991.98px) {
    #view-detail {
        width: calc(100% - 65px);
        margin-left: -24px;
    }
}

@media (max-width: 767.98px) {
    #view-detail {
        width: 100%;
        margin-left: -12px;
    }
}

#view-detail .tab-area {
    width: calc(100% - 20px);
    overflow-x: scroll;
}

#view-detail  #view-detail-tab {
    flex-wrap: nowrap;
    white-space: nowrap;
}

#view-detail .image-container {
    padding: 10px 20px 5px;
    overflow-x: auto;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    background: #fff;
    height: 190px;
}

#view-detail .image-container > div{
    margin-right: 10px;
    width: 265px;
    height: 155px;
}

#view-detail .image-container img{
    width: 265px;
    height: 155px;
    object-fit: cover;
}

#view-detail .nav-tabs {
    padding-left: 24px;
}

#view-detail .nav-tabs .nav-link {
    background-color: #fff;
    border: 2px solid #ececec;
    margin-right: 8px;
}

#view-detail .nav-tabs .nav-link i{
    padding-left: 20px
}

#view-detail .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #7D8F9B;
    text-align: center;
}

#view-detail #view-detail-content {
    position: relative;
}

#view-detail .image-wrap {
    position: relative;
}

#view-detail .image-wrap .show-detail:hover {
    outline: 3px solid #EE7E70;
    cursor: pointer;
    cursor: hand;
}

#view-detail .image-wrap .icon-wrap {
    position: absolute;
    top: 6px;
    right: 6px;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: .7rem;
    white-space: nowrap;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
    padding: 1px 10px;
    border-radius: 50px;
}

#view-detail .image-wrap .show-detail:hover + .icon-wrap {
    opacity: 1;
}

#view-detail .image-wrap .icon-wrap:hover {
    opacity: 0;
}

#view-detail .image-wrap .icon-wrap i{
    padding-right: 5px
}

.genba-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (max-width: 767.98px) {
  .genba-list {
    margin-left: -7px;
    margin-right: -7px;
  }
}

.genba-list-item {
  position: relative;
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

@media (max-width: 991.98px) {
  .genba-list-item {
    -webkit-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (max-width: 767.98px) {
  .genba-list-item {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 7px;
    padding-right: 7px;
  }
}

.genba-list .box {
  margin-bottom: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.genba-list .box .figures {
  position: relative;
  margin-bottom: 5px;
}

.genba-list .box .figures i {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #fff;
  font-size: 13px;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  border: 1px solid #fff;
  line-height: 1;
}

.genba-list .box figure {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}

.genba-list .box figure:before {
  display: block;
  content: "";
  padding-top: 69.69697%;
}

.select-date {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  margin-bottom: 2em;
}

@media (max-width: 767.98px) {
  .select-date {
    display: block;
  }
}

.select-date-area {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767.98px) {
  .select-date-area {
    margin-bottom: 20px;
    font-size: 11px;
  }
}

.select-date-start {
  position: relative;
  margin-right: 40px;
}

.select-date-start:after {
  position: absolute;
  right: -28px;
  bottom: 4px;
  display: block;
  content: "〜";
}

.select-date dl {
  color: #7d8f9b;
}

.select-date p {
  margin-bottom: 3px;
  margin-left: 25px;
}

@media (max-width: 767.98px) {
  .select-date p {
    margin-left: 0;
  }
}

.select-date p i {
  font-size: 20px;
  color: #7d8f9b;
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}
.select-date-area input{
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #7d8f9b;
  color: #555;
  padding: 2px 5px
}

.js-scroll {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  transition: all .5s ease-out;
}

.js-scroll.on {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.main {
  position: relative;
  width: calc(100% - 240px);
  /* padding: 100px 24px 50px; */
  padding: 10px 24px 50px;
}

@media (max-width: 991.98px) {
  .main {
    width: calc(100% - 84px);
  }
}

@media (max-width: 767.98px) {
  .main {
    width: 100%;
    padding: 60px 12px 50px;
  }
}

.main .search {
  position: fixed;
  left: 240px;
  top: 0;
  width: 100%;
  max-width: calc(100% - 240px);
  padding: 18px 24px;
  background-color: #fff;
  z-index: 100;
}

@media (max-width: 991.98px) {
  .main .search {
    left: 83px;
    max-width: calc(100% - 84px);
  }
}

@media (max-width: 767.98px) {
  .main .search {
    position: static;
    padding: 18px 0;
    max-width: 100%;
  }
}

#search-saved-wrap .search {
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background-color: #fff;
    z-index: 100;
    margin: 5px 0 20px 0;
}

#camera-select-wrap .search,
#utilize-detail-wrap .search {
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background-color: #fff;
    z-index: 100;
    margin: 5px 0 20px 0;
}

#camera-table .ctrid,
#utilize-table .ctrid{
    width: 120px;
}

#camera-table td span,
#utilize-table td span{
    display: table;
    width: 120px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 0;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
}

.main .site-member .search {
  position: relative;
  left: 0px;
  top: 0;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  z-index: 100;
}

.main .site-member .search input{
  background-color: #F4F4F4;
  border: none;
}

.main .site-member .custom-control-label{
  font-size: 14px;
}

.main .site .custom-control-label{
  vertical-align: baseline;
}

.main .badge-position-adjust{
  position: relative;
  top: -7px;
}

.status-lists {
  width: 100%;
}

.status-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}

.status-item .meta {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  width: 378px;
  padding-right: 30px;
}

@media (max-width: 767.98px) {
  .status-item .meta {
    padding-right: 0;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .status-item .meta {
    display: block;
  }
}

.status-item .meta .image {
  width: 100%;
  max-width: 120px;
}

@media (max-width: 575.98px) {
  .status-item .meta .image {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.status-item .meta .image figure {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
}

.status-item .meta .image figure:before {
  display: block;
  content: "";
  padding-top: 91.666667%;
}

.status-item .meta-text {
  padding-left: 20px;
  position: relative;
  width: 100%;
}

@media (max-width: 575.98px) {
  .status-item .meta-text {
    padding-left: 0;
  }
}

.status-item .meta-text p {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 19px;
}

@media (max-width: 767.98px) {
  .status-item .meta-text p {
    font-size: 16px;
  }
}

.status-item .meta-text p i {
  margin-left: 1em;
  font-size: 22px;
}

@media (max-width: 767.98px) {
  .status-item .meta-text p i {
    font-size: 20px;
  }
}

.status-item .meta-text .circle,
.status-item .staff .circle {
  position: absolute;
  top: 3px;
  right: 0;
  background: var(--primary-color);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: block;
}
.status-item .staff .circle {
  left: 0;
  margin-left: 105px;
}

.status-item .meta-text .circle i,
.status-item .staff .circle i{
  position: absolute;
  color: #fff;
  font-size: 12px;
  margin-left: 0;
  left: calc(50% - 6px);
  top: calc(50% - 7px);
}

.status-item .meta-text dt {
  font-weight: normal;
  font-size: 14px;
}

.status-item .meta-text dd {
  color: #919ba1;
  font-size: 13px;
}

.status-item .weather {
  margin-right: 30px;
  padding: 10px 30px;
  width: 287px;
  border: 1px solid #f4f4f4;
  border-top: 0;
  border-bottom: 0;
}

@media (max-width: 767.98px) {
  .status-item .weather {
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0px;
    border: 1px solid #f4f4f4;
    border-left: 0;
    border-right: 0;
    width: 100%;
  }
}

.status-item .weather-meta {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 13px;
}

.status-item .weather-meta figure {
  width: 40px;
}

.status-item .weather-meta .temp {
  margin: 0 0.6em;
  font-weight: bold;
  font-size: 20px;
}

.status-item .weather-meta .date {
  font-size: 14px;
  color: #f15d46;
}

.status-item .weather-other {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.8;
  font-size: 14px;
}

.status-item .weather-other dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 10px;
}

.status-item .weather-other dl dt {
  font-weight: normal;
}

.status-item .weather-other dl dd {
  padding-left: 5px;
}

.status-item .staff {
  -webkit-flex: 1;
          flex: 1;
  min-width: 150px;
  position: relative;
}

.status-item .staff p {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 19px;
}

@media (max-width: 767.98px) {
  .status-item .staff p {
    font-size: 16px;
  }
}

.status-item .staff p i {
  margin-left: 1em;
  font-size: 22px;
}

@media (max-width: 767.98px) {
  .status-item .staff p i {
    font-size: 20px;
  }
}

.status-item .staff ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.status-item .staff ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0px 3px 6px;
  font-size: 12px;
}

.status-item .staff ul .label {
  display: block;
  padding: 4px 8px 2px;
  background-color: #f6f6f6;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  font-weight: bold;
}

.status-item .staff ul .label span {
  display: inline-block;
  margin-right: 10px;
  font-size: 9px;
  background-color: #fff;
  border: 1px solid #1265be;
  color: #1265be;
  padding: 0px 7px 1px;
  border-radius: 30px;
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

.status-item .staff ul .label em {
  font-style: normal;
  font-size: 13px;
}

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

.modal-genba {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.modal-genba p {
  font-weight: bold;
}

.modal-genba .weather {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 0;
  border-bottom: 0;
  padding-left: 40px;
}

@media (max-width: 767.98px) {
  .modal-genba .weather {
    padding-left: 0;
  }
}

.modal-genba .weather-meta {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 13px;
  -webkit-transform: translate(0, 8px);
          transform: translate(0, 8px);
  min-width: 202px;
}

.modal-genba .weather-meta .temp {
  margin: 0 0.6em;
  font-weight: bold;
  font-size: 20px;
}

.modal-genba .weather-meta .date {
  font-size: 14px;
  color: #f15d46;
}

.modal-genba .weather-other {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  line-height: 1.8;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 260px;
  font-size: 15px;
}

@media (max-width: 767.98px) {
  .modal-genba .weather-other {
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}

.modal-genba .weather-other dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 10px;
}

.modal-genba .weather-other dl dt {
  font-weight: normal;
}

.modal-genba .weather-other dl dd {
  padding-left: 5px;
}

.modal-genba .weather-week {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}

.modal-genba .weather-week dl {
  margin-left: 7px;
  line-height: 1.5;
  font-size: 14px;
}

.modal-genba .weather-week img {
  width: 24px;
}

.no-data h3{
  font-weight: bold;
  font-size: 19px;
}

#image-wrap .modal-content.slider{
    height: auto;
    min-height: auto;
    max-height: calc(100vh - 2rem);
    border: none;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#image-wrap .modal-content.slider .modal-body{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    padding: 1.5rem;
    max-height: calc(100vh - 5.5rem);
    overflow: hidden;
}

#image-wrap .modal-content.slider .modal-body img{
    max-height: min(60vh, calc(100vh - 16rem));
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

#image-wrap #carousel-image-expand {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

#image-wrap .carousel-inner-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-height: 0;
    max-height: min(60vh, calc(100vh - 16rem));
    overflow: hidden;
}

#image-wrap #carousel-inner-image-expand {
    width: 100%;
}

#image-wrap #carousel-inner-image-expand .carousel-item {
    text-align: center;
}

#image-wrap .carousel-indicators-container {
    position: relative;
    width: 100%;
    flex: 0 0 auto;
}

#image-wrap .carousel-indicators{
    position: relative;
    bottom: 0;
    margin: 15px 0 0 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    margin-left: 0;
    padding: 15px 0 15px 0;
}

#image-wrap .carousel-indicators::-webkit-scrollbar {
    height: 8px;
}

#image-wrap .carousel-indicators::-webkit-scrollbar-track {
    background: transparent;
}

#image-wrap .carousel-indicators::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}

#image-wrap .carousel-indicators li{
    min-width: 120px;
    height: 80px;
    background-size: cover;
    opacity: 0.6;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    margin: 0 6px;
}

#image-wrap .carousel-indicators li.active{
    border: 3px solid var(--primary-color);
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

#image-wrap .carousel-control-prev,
#image-wrap .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

#image-wrap .carousel-inner-wrap:hover .carousel-control-prev,
#image-wrap .carousel-inner-wrap:hover .carousel-control-next {
    opacity: 1;
}

#image-wrap .carousel-control-prev { left: 20px; }
#image-wrap .carousel-control-next { right: 20px; }

#image-wrap .carousel-control-prev-icon,
#image-wrap .carousel-control-next-icon {
    filter: invert(1) grayscale(100%) brightness(0.2);
    width: 24px;
    height: 24px;
}

#image-wrap .modal-footer {
    border-top: 1px solid #f1f5f9;
    padding: 0.75rem 1.5rem;
    background-color: #f8fafc;
}

#image-wrap .modal-footer .btn-secondary {
    background-color: #fff;
    color: #64748b;
    border: 1px solid #e2e8f0;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    transition: all 0.2s;
}

#image-wrap .btn-focus-active {
    position: absolute;
    bottom: 45px;
    right: 25px;
    width: 42px;
    height: 42px;
    background-color: var(--primary-color);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
}

#image-wrap .btn-focus-active.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#image-wrap .btn-focus-active:hover {
    background-color: var(--primary-color-hover);
    transform: scale(1.1);
    box-shadow: 0 15px 20px -5px rgba(0, 0, 0, 0.4);
}

#image-wrap .btn-focus-active i {
    font-size: 1.2rem;
}

@media screen and (max-height: 700px) {
    #image-wrap .modal-content.slider {
        max-height: calc(100vh - 1rem);
    }

    #image-wrap .modal-content.slider .modal-body {
        padding: 1rem;
        max-height: calc(100vh - 4.5rem);
    }

    #image-wrap .modal-content.slider .modal-body img,
    #image-wrap .carousel-inner-wrap {
        max-height: min(50vh, calc(100vh - 13rem));
    }

    #image-wrap .carousel-indicators {
        margin-top: 0.5rem;
        padding: 10px 0;
    }

    #image-wrap .carousel-indicators li {
        min-width: 96px;
        height: 64px;
    }
}

@media screen and (max-height: 647px) {
    #image-wrap .modal-content.slider .modal-body {
        padding: 0.75rem;
        max-height: calc(100vh - 4rem);
    }

    #image-wrap .modal-content.slider .modal-body img,
    #image-wrap .carousel-inner-wrap {
        max-height: min(42vh, calc(100vh - 11.5rem));
    }

    #image-wrap .carousel-indicators {
        margin-top: 0.25rem;
        padding: 8px 0;
    }

    #image-wrap .carousel-indicators li {
        min-width: 84px;
        height: 56px;
        margin: 0 4px;
    }

    #image-wrap .modal-footer {
        padding: 0.5rem 0.75rem;
    }
}

/*
 * スマホカメラ（コネクトカメラポケット）は縦写真もあるため、
 * さまざまな縦横比に対応させるためコメントアウト
 *
#image-wrap .modal-content.slider {
    height: 810px;
}

@media screen and (max-width: 1199px) {
    #image-wrap .modal-content.slider {
        height: 620px;
    }
}

@media screen and (max-width: 991px) {
    #image-wrap .modal-content.slider {
        height: 450px;
    }
}

@media screen and (max-width: 575px) {
    #image-wrap .modal-content.slider {
        height: 485px;
    }
} */

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert,
.alert-dismissible .close{
  padding: 0.5rem 1.25rem;
}

.alert-primary {
  color: #06274b;
  background-color: #a0caf7;
  border-color: #8dc0f5;
}

.alert-primary hr {
  border-top-color: #75b2f4;
}

.alert-primary .alert-link {
  color: #020e1c;
}

.alert.live-stream{
  display: none;
  cursor: pointer;
  cursor: hand;
  color: #555;
}

.alert.live-stream:hover{
  text-decoration: none;
  color: #555;
}

.alert.live-stream .logo-wrap{
    display: flex;
}

.alert.live-stream .logo-wrap img{
    width: 30px;
}

.alert.live-stream .alert-heading{
    margin-top: 10px;
    margin-bottom: 3px;
    font-weight: bold;
}

.alert.live-stream p{
    font-size: .9rem;
}

.badge-primary {
  color: #fff;
  background-color: var(--primary-color);
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  background-color: var(--primary-color-hover);
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: var(--primary-color-hover) !important;
}

.border-primary {
  border-color: var(--primary-color) !important;
}

.btn{
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:link,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:active {
  color: #fff;
  background-color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 99, 189, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color-hover);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 99, 189, 0.5);
}

.btn-outline-primary {
  color: var(--primary-color);
  background-color: transparent;
  border-color: var(--primary-color);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 99, 189, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--primary-color);
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 99, 189, 0.5);
}

.btn-link {
    color: var(--primary-color);
}

.btn-link:hover {
    color: var(--primary-color-hover);
}

.btn-secondary {
  color: #fff;
  background-color: #7D8F9B;
  border-color: #7D8F9B;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #7D8F9B;
  border-color: #7D8F9B;
}

.btn-info {
  color: #fff;
  background-color: #FF766A;
  border-color: #FF766A;
}

.btn-info:hover {
  color: #fff;
  background-color: #EB5548;
  border-color: #EB5548;
}

.btn-light {
  border-color: #aaa;
}

.btn-light:hover {
  border-color: #aaa;
}

.btn-primary.disable{
  color: #fff;
  background-color: #7D8F9B;
  border-color: #7D8F9B;
}

.btn-info.disable{
  color: #fff;
  background-color: #7D8F9B;
  border-color: #7D8F9B;
}

.btn-ml-auto {
    margin-left: auto;
}

@media (max-width: 767.98px) {
    .btn-ml-auto {
        margin-left: 0;
        margin-top: 8px;
    }
}

.btn-absolute {
    position: absolute;
    right: 0;
}

@media (max-width: 767.98px) {
    .btn-absolute {
        position: relative;
        margin-top: 5px;
    }
}

.list-group-item.active{
    border-color: var(--primary-color-hover);
}

.list-group-item-primary {
  color: #06274b;
  background-color: #8dc0f5;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #06274b;
  background-color: #75b2f4;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #06274b;
  border-color: #06274b;
}

.custom-control-label{
  font-size: 13px;
}

/*------------------------------------
- text
------------------------------------*/
.text-l{
    font-size: 1.3rem
}

.text-sm{
  font-size: .9rem
}

.text-s{
  font-size: .7rem
}

.text-ss{
  font-size: .65rem
}

/*------------------------------------
- dropdown
------------------------------------*/
.dropdown{
  /* min-height: 200px; */
  cursor: pointer;
  cursor: hand;
}

.dropdown-item:active {
  background: transparent;
}

/*------------------------------------
- table
------------------------------------*/
.table{
  font-size: 14px;
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #8dc0f5;
}

.table-hover .table-primary:hover {
  background-color: #75b2f4;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #75b2f4;
}

.text-primary {
  color: var(--primary-color) !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: var(--primary-color-hover) !important;
}

/* .table-sm th{
  padding: .5rem
} */

.table-sm td{
  padding: .6rem .5rem;
}

.table-borderless th {
    white-space: nowrap
}

.bootstrap-table .fixed-table-container .fixed-table-body{
  overflow-x: visible;
  overflow-y: visible;
}

/*------------------------------------
- layouts
------------------------------------*/
.layouts{
  background: #f4f4f4;
  padding: 9px;
  font-size: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 1rem;
}

.layouts .content{
  width: 15%;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
          margin: 0 auto;
  margin-right: 1%;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  cursor: hand;
}

.layouts .content:last-child{
  margin-right: 0%;
}

@media screen and (max-width: 767px) {
  .layouts{
    padding: 9px 0;
    flex-wrap: wrap;
  }
  .layouts .content{
    width: 25%;
  }
  .layouts .content:last-child{
    margin-right: 1%;
  }
}

.layouts .content.active{
  background: var(--primary-color);
  color: #fff;
}
.layouts .content .img{
  width: 40%;
}

.layouts .content .img img{
  width: 100%;
}

.layouts .content .text{
  width: 60%;
}

#layout-4,
#layout-6,
#layout-9,
#layout-13,
#layout-16{
  display: none;
}

.card-text{
  font-size: 12px;
}
.card-title{
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
}
.card-link{
  color: #333;
  /* cursor: pointer;
  cursor: hand; */
}
.card-link:hover{
  text-decoration: none;
}
.card img{
  max-height: 130px;
  object-fit: cover;
}

.card.primary{
    background: #EAF2FC;
}

.card.info{
    background: #e3f5fa;
}

.card.warning{
    background: #FDF3D1;
}

.card.secondary{
    background: #E2E3E5;
}

.badge.archive{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    padding: 5px 10px;
    border: .5px solid #fff;
    border-radius: 5px;
}

.badge.link-archive-useage {
    margin-top: 8px;
    background: var(--primary-color-hover);
}

.badge.link-archive-useage:hover {
    border-radius: 50px;
}

.exclude-clear{
  color: #999;
  cursor: pointer;
  cursor: hand;
}

.clickable .image-wrap{
  cursor: pointer;
  cursor: hand;
}

/*------------------------------------
- image-template
------------------------------------*/
.img-tpl-item{
    position: relative;
    width: 100%;
}

.img-tpl-item img{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.share .img-tpl-item img{
    height: 300px;
    object-fit: cover;
}

.img-tpl-item .hourly{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    background: #808E9A;
    color: #fff;
    width: 110px;
    left: calc(50% - 55px);
    border-radius: 50px;
    text-align: center;
    padding: 0;
}

.img-tpl-item .site-name{
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    width: 50%;
    left: 25%;
    text-align: center;
    white-space: normal;
}

@media (max-width: 991.98px) {
    .content-wrap .img-tpl-item .site-name{
        font-size: 9px;
    }
}

.img-tpl-item .alert{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #DF8474;
    color: #fff;
    border-radius: 0 3px 0 0;
    text-align: center;
    padding: 0 15px;
}

.img-tpl-item .time{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #7D8F9B;
    color: #fff;
    border-radius: 3px 0 0 0;
    text-align: center;
    padding: 0 15px;
}

@media (max-width: 991.98px) {
    .content-wrap .img-tpl-item .time{
        font-size: 9px;
    }
}

.img-tpl-item .time-wrap{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #7D8F9B;
    color: #fff;
    border-radius: 3px 0 0 0;
    text-align: center;
    padding: 0 15px;
}

.time-disp {
    font-weight: normal;
    font-size: .9rem;
}

.img-tpl-item .zoom{
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #333333;
    color: #fff;
    text-align:center;
    line-height: 29px;
    font-size: 16px;
    cursor: pointer;
    z-index: 9;
}

.voiceplay{
    position: absolute;
    right: 12px;
    top: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #333333;
    color: #fff;
    text-align:center;
    line-height: 29px;
    font-size: 16px;
    cursor: pointer;
    z-index: 9;
}

.img-tpl-item .stream{
    position: absolute;
    right: 12px;
    bottom: 50px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #333333;
    color: #fff;
    text-align:center;
    line-height: 29px;
    font-size: 16px;
    cursor: pointer;
    z-index: 9;
}

/*------------------------------------
- realtime
------------------------------------*/
.realtime-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.img-tpl-item.realtime{
  width: 33%;
  margin-right: .5%;
  margin-bottom: .5%;
}

.img-tpl-item.realtime:nth-child(3n){
  margin-right: 0%;
}

@media (max-width: 991.98px) {
    .img-tpl-item.realtime{
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .img-tpl-item.realtime:nth-child(3n){
    margin-right: 1%;
  }

  .img-tpl-item.realtime:nth-child(2n){
    margin-right: 0%;
  }
}

@media (max-width: 767.98px) {
    .img-tpl-item.realtime{
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 1%;
      }
}

@media (max-width: 480px) {
    .img-tpl-item.realtime{
        width: 100%;
        margin-right: 0%;
        margin-bottom: 1%;
    }

    .img-tpl-item.realtime:nth-child(2n){
        margin-right: 0%;
    }

    .img-tpl-item.realtime:nth-child(3n){
        margin-right: 0%;
    }
}

/*------------------------------------
- record
------------------------------------*/
.record-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

.carousel-inner.cal-record.show-detail:hover {
    outline: 3px solid #EE7E70 !important;
    border-radius: 3px;
    cursor: pointer;
    cursor: hand;
}

.carousel-inner.cal-record .icon-wrap {
    position: absolute;
    top: 6px;
    right: 6px;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    color: white;
    opacity: 0;
    transition: opacity 0.1s ease;
    font-size: .7rem;
    white-space: nowrap;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
    padding: 1px 10px;
    border-radius: 50px;
    z-index: 99;
}

.carousel-inner.cal-record:hover .icon-wrap {
    opacity: 1;
}

.carousel-inner.cal-record .icon-wrap i{
    padding-right: 5px
}

.record-wrap .image-wrap .show-detail:hover {
    outline: 3px solid #EE7E70 !important;
    border-radius: 3px;
    cursor: pointer;
    cursor: hand;
}

.record-wrap .image-wrap .icon-wrap {
    position: absolute;
    top: 6px;
    right: 6px;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    color: white;
    opacity: 0;
    transition: opacity 0.1s ease;
    font-size: .7rem;
    white-space: nowrap;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.6);
    padding: 1px 10px;
    border-radius: 50px;
}

.record-wrap .image-wrap .show-detail:hover + .icon-wrap {
    opacity: 1;
}

.record-wrap .image-wrap .icon-wrap i{
    padding-right: 5px
}

.record-item{
  position: relative;
  width: 19.5%;
  margin-right: .5%;
  margin-bottom: .5%;
  display: flex;
  background: #000;
  border-radius: 3px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .record-item{
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .record-item.sp-mg-left{
    /* margin-left: 1%; */
    margin-right: 0%;
  }

  .record-item:nth-child(2n){
    margin-right: 0%;
  }
}

.realtime .image-wrap img{
    object-fit: cover;
    height: 260px;
}

.record-image.active::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid #EE7E6F;
  border-radius: 3px;
}

.record-image .icon{
  display: none;
  position: absolute;
  top: -5px;
	left: -5px;
  background: #fff;
  width: 23px;
  height: 23px;
  border-radius: 50px;
  z-index: 999;
  line-height: 23px
}

.record-image.active .icon{
  display: block;
}

.record-image .icon i{
  color: #EE7E6F;
  font-size: 19px;
  padding: 2px 0 0 2px;
}

.record-item img{
  border-radius: 3px;
}

.record-item .date{
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  background: #808E9A;
  color: #fff;
  width: 80px;
  left: calc(50% - 40px);
  border-radius: 50px;
  text-align: center;
  padding: 0;
}

.record-item .hourly{
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  background: #808E9A;
  color: #fff;
  width: 80px;
  left: calc(50% - 40px);
  border-radius: 50px;
  text-align: center;
  padding: 0;
}

.record-item .zoom{
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #333333;
    color: #fff;
    text-align:center;
    line-height: 29px;
    font-size: 16px;
    cursor: pointer;
    z-index: 9;
}

.record-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.record{
  position: relative;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.record:nth-child(4n){
  margin-right: 0%;
}

.record.site-record:nth-child(4n){
    margin-right: 1%;
}

.record.site-record:nth-child(3n){
    margin-right: 0%;
}

.record .card img{
  max-height: 175px;
  object-fit: cover !important;
}

@media (max-width: 1360px) {
  .record{
    width: 32.65%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .record:nth-child(4n),
  .record.site-record:nth-child(4n){
    margin-right: 1%;
  }

  .record:nth-child(3n),
  .record.site-record:nth-child(3n){
    margin-right: 0%;
  }

  .record .card img{
    max-height: 170px;
  }
}

@media (max-width: 991.98px) {
  .record,
  .record.site-record{
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .record:nth-child(4n),
  .record.site-record:nth-child(4n){
        margin-right: 1%;
  }

  .record:nth-child(3n),
  .record.site-record:nth-child(3n){
      margin-right: 1%;
  }

  .record:nth-child(2n),
  .record.site-record:nth-child(2n){
    margin-right: 0%;
  }

  .record .card img{
    max-height: 175px;
  }
}

@media (max-width: 767.98px) {
  .record,
  .record.site-record{
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  .record .card img{
    max-height: 130px;
  }
}

@media (max-width: 480px) {
    .record,
    .record.site-record{
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }

    .record:nth-child(4n),
    .record.site-record:nth-child(4n){
        margin-right: 0%;
    }

    .record:nth-child(3n),
    .record.site-record:nth-child(3n){
        margin-right: 0%;
    }

    .record:nth-child(2n),
    .record.site-record:nth-child(2n){
          margin-right: 0%;
    }

    .record .card img{
        max-height: 260px;
    }

}
.record .card-body{
  padding: .7rem 1rem;
}

.record .card-title{
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 0px;
}

.record .card-title-site{
    font-size: 13px;
    font-weight: bold;
    width: 60%;
}

.record .card-body .info{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.record .alert{
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #EE7E6F;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0 10px;
}

.record .site-name{
  font-weight: bold;
  position: absolute;
  bottom: 7px;
  width: 50%;
  left: 25%;
  text-align: center;
}

.map-date {
    text-align: center;
    padding: 6px;
    font-size: .95rem;
    font-weight: bold;
}

.fe-sel-wrap {
    display: none;
}

#digest-wrap .modal-footer,
#digest-wrap-minutes .modal-footer{
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #dee2e6;
}

.config-wrap{
  background: #f4f4f4;
  padding: 9px;
  font-size: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: .6rem;
}

@media (max-width: 767.98px) {
    .config-wrap{
      display: block;
    }
  }

@media (max-width: 991.98px) {
    .config-wrap{
        display: block;
    }
}

.config-wrap .text{
  padding-top: 6px
}

.config-wrap input{
  min-width: 235px
}

.download-wrap,
.delete-wrap{
    background: #f4f4f4;
    padding: 9px;
    font-size: 13px;
    display: none;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-bottom: .6rem;
    gap: 10px;
}

.cancel-download,
.cancel-delete {
    display: none;
}

.download-count,
.delete-count {
    display: none;
}

.download-check {
    position: absolute;
    display: none;
    top: 8px;
    left: 15px;
    -ms-transform: scale(1.7, 1.7);
    -webkit-transform: scale(1.7, 1.7);
    transform: scale(1.7, 1.7);
    accent-color: red;
    z-index: 99;
}

.download-check-bundle {
    display: none;
    margin-right: 8px;
    -ms-transform: scale(1.6, 1.6);
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    accent-color: red;
}

.record-search-mode {
    display: flex;
    width: 30%;
}

@media (max-width: 767.98px) {
    .record-search-mode {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .record-search-mode {
        width: 100%;
    }
}

.record-search-setting {
    background: #fff;
    padding: 8px 6px 8px 12px;
    display: flex;
    margin-left: 20px;
    border-radius: 3px;
    width: 70%;
}

@media (max-width: 991.98px) {
    .record-search-setting {
        width: 100%;
        display: block;
        margin-left: 0px;
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .record-search-setting {
        width: 100%;
        display: block;
        margin-left: 0px;
        margin-top: 15px;
    }
}

.record-search-setting .text{
    line-height: 19px;
    padding-right: 8px;
}

@media (max-width: 767.98px) {
    .record-search-setting .text{
        margin-bottom: 10px;
    }
}

@media (max-width: 991.98px) {
    .record-search-setting .text{
        margin-bottom: 10px;
    }
}

.record-search-setting .search-action{
    min-width: 210px;
    margin-left: auto;
}

.record-search-setting a{
    font-size: .8rem;
}

.record-search-update{
    margin-left: auto;
}

.select-wrap{
  padding: 0 9px 9px;
  font-size: 13px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: .6rem;
}

.sep-date{
  font-weight: bold;
  width: 100%;
  font-size: 15px;
  margin: 5px 0;
}

#change-image-wrap{
    position: relative;

}

#change-image-wrap.type-120{
    height: 450px;
    transition: all 0.5s 0s ease;
}

#change-image-wrap.type-360{
    height: 750px;
}

#change-image-wrap .ch-div-wrap{
    position: absolute;
    z-index: 1;
    width: 100%;
}

#change-image-wrap .ch-date{
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #7D8F9B;
    color: #fff;
    padding: 0 100px;
    border-radius: 3px 0 0 0;
    width: auto;
    white-space: nowrap;
}
@media (max-width: 991.98px) {
    #change-image-wrap .ch-date{
        font-size: 14px;
        padding: 0 40px;
        border-radius: 0;
    }
}
#change-image-wrap .ch-div-wrap img{
    border-radius: 3px;
}

.digest-alert,
.download-alert,
.delete-alert,
.search-alert,
.alert.danger{
  display: none;
}

.loading,
.loading-download,
#start-preview{
  display: none;
}

#download-loading{
  display: none;
}

.loading-download {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    z-index: 998;
}

.loading-download .spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    text-align: center;
}

.loading-record {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    z-index: 998;
}

.loading-record .spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    text-align: center;
}

.dl-file {
    max-height: 88px;
    overflow-y: scroll;
}

/*------------------------------------
- site / detail
------------------------------------*/
.site-detail .list-group-item{
  padding: .5rem .3rem;
}

.card.no-padding .card-body{
  padding: 0;
}

.navi-link {
    color: #333;
    padding: 6px 12px;
    display: block;
    font-size: 15px;
}

.navi-link.active{
    background: #F0F0F0;
}

.navi-link:hover{
  background: #F0F0F0;
  color: #333;
  text-decoration: none;
}

/*------------------------------------
- site / camera
------------------------------------*/
.camera-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.camera-item {
  position: relative;
  width: 32.3%;
  margin-right: 1%;
  margin-bottom: 1%;
}

@media screen and (max-width: 767px) {
  .camera-item {
    position: relative;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}

.camera-item a{
  color: #000;
  text-decoration: none;
}

.camera-item .card img {
    max-height: 200px;
}

.camera-item.select {
  cursor: pointer;
  cursor: hand;
}

.camera-item.active::after {
  content: "";
  position: absolute;
  top: 0;
	left: 0;
  width: 100%;
	height: 100%;
  display: block;
	border: 3px solid #EE7E6F;
  border-radius: 5px;
}

.camera-item .icon{
  display: none;
  position: absolute;
  top: -8px;
	left: -8px;
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  z-index: 999
}

.camera-item.active .icon{
  display: block;
}

.camera-item i{
  color: #EE7E6F;
  font-size: 23px;
  padding: 3px 0 0 3px;
}

/*------------------------------------
- dashboard / admin
------------------------------------*/
.stock .card-header{
  padding-left: 15px;
}

.stock .card-header span{
  font-size: 12px;
}

.stock .card-body{
  padding: .7rem 1rem;
}

.utilize-detail {
    cursor: pointer;
    cursor: hand;
}

.utilize-alert {
    background: #F3D8DA;
}

#utilize-table .no-wrap {
    white-space: nowrap
}


/*------------------------------------
- setting
------------------------------------*/
.setting-link {
  color: #333;
  padding: 2px 8px;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.setting-link.active{
    background: #F0F0F0;
}

.setting-link:hover{
  background: #F0F0F0;
  color: #333;
  text-decoration: none;
}

.setting .card-header{
  padding: .75rem 1.25rem;
}

.setting .card-body.list{
  padding: .3rem 1.25rem;
}

.setting .list-group-item{
  padding: .7rem .4rem .7rem 0;
}

.setting.camera .list-group-item{
  padding: .5rem .4rem .5rem 0;
}

.setting.camera img{
  border-radius: 3px;
}

.setting .list-group-horizontal .list-group-item{
  padding: .2rem .7rem;
  cursor: pointer;
  cursor: hand;
}

.setting .week.active{
  background: var(--primary-color);
  color: #fff;
}

.setting .record-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.setting .record-item{
  position: relative;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .setting .record-item{
    width: 49%;
  }
}

.setting .record-image{
  /* position: relative;
  width: 19.5%;
  margin-right: .5%;
  margin-bottom: .5%;
  cursor: pointer; */
}

.setting .record-image.active::after{
  content: "";
  position: absolute;
  top: 0;
	left: 0;
  width: 100%;
	height: 100%;
  display: block;
	border: 3px solid var(--primary-color);
  border-radius: 3px;
}

.setting .record-image .icon{
  display: none;
  position: absolute;
  top: -5px;
	left: -5px;
  background: #fff;
  width: 23px;
  height: 23px;
  border-radius: 50px;
  z-index: 999;
  line-height: 23px
}

.setting .record-image.active .icon{
  display: block;
}

.setting .record-image .icon i{
  color: var(--primary-color);
  font-size: 19px;
  padding: 2px 0 0 2px;
}

.setting .record-item img{
  border-radius: 3px;
}

.setting .record-item .date{
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  background: #808E9A;
  color: #fff;
  width: 80px;
  left: calc(50% - 40px);
  border-radius: 50px;
  text-align: center;
  padding: 0;
}

.setting .annotation {
    color: #6c757d;
    font-size: .85rem;
}

.card.setting img{
    min-height: 200px;
    object-fit: cover;
}

.card.setting.dl img{
    min-height: 550px;
    object-fit: cover;
}

.setting.notice img{
    min-height: 150px;
    max-height: 150px;
    object-fit: cover;
}

/*------------------------------------
- share
------------------------------------*/
.share .image-wrap{
  position: relative;
}

.share .image-wrap img{
  border-radius: 3px
}

.share .image-wrap .date{
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  bottom: 12px;
  background: #808E9A;
  color: #fff;
  width: 140px;
  left: calc(50% - 70px);
  border-radius: 50px;
  text-align: center;
  padding: 0;
}

.share .image-wrap .zoom{
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #333333;
    color: #fff;
    text-align:center;
    line-height: 29px;
    font-size: 16px;
    cursor: pointer;
    z-index: 9;
}

.share .image-wrap .alert{
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 15px;
  background: #EE7E6F;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0 10px;
}

.countdown-share{
    position: fixed;
    right: 12px;
    bottom: 12px;
    /* display: inline-block; */
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #EE7E6F;
    color: #fff;
    text-align:center;
    line-height: 45px;
    font-weight: bold;
    z-index: 10;
}

@media (max-width: 991.98px) {
    .countdown-share.popup{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}

/*------------------------------------
- voice
------------------------------------*/
.voice-img-wrap {
    position: relative;
}

.voice-img-wrap img{
    border-radius: 4px;
    width: 100px;
}

.voice-img-wrap .zoom-voice-image{
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #333333;
    color: #fff;
    text-align:center;
    line-height: 25px;
    font-size: 14px;
    cursor: pointer;
    z-index: 9;
}

#img-expand{
    display: none;
}

#voice-image-wrap #img-expand{
    text-align: center;
}

#voice-image-wrap img{
    /* max-height: calc(100vh - 250px); */
    width: 85%;
}

#voice-image-wrap #message{
    text-align: center;
    width: 80%;
    margin: 10px auto;
}

#voiceplay-wrap .modal-body{
    text-align: center;
}

#voice-share-member-wrap li.list-group-item {
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#voice-share-member-wrap li.list-group-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#voice-share-member-wrap li .item-title {
    margin-bottom: 4px;
    margin-left: 5px;
}

#voice-share-member-wrap li .action-wrap {
    display: flex;
    justify-content: space-between;
}

#voice-share-member-wrap li .action-wrap>div {
    line-height: 20px;
    width: 31.5%
}

#voice-share-member-wrap li .action-wrap .action {
    background: #EDEDED;
    color: #959595;
    padding: 6px;
    border-radius: 20px;
    font-size: .9rem;
    text-align: center;
}

#voice-share-member-wrap li .action-wrap .action.active {
    background: var(--primary-color);
    color: #fff;
}

#voice-share-member-wrap li .action-wrap span {
    display: block;
    text-align: center;
    font-size: .7rem;
    color: #959595;
}

/*------------------------------------
- archive
------------------------------------*/
.archive-setting{
    margin-bottom: 10px;
    margin-left: 20px;
}

.archive-setting img{
    width: 150px;
    border-radius: 3px;
}

.archive-total-useage {
    display: flex;
    margin: 35px 0 20px;
}

.archive-total-useage .total{
    display: flex;
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid #ddd;
}

.archive-total-useage .total .icon{
    font-size: 1.8rem;
    line-height: 90px;
    margin-right: 25px;
}

.archive-total-useage .total .size{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 130%;
}

.archive-total-useage .total .num{
    font-size: .8rem;
}

.archive-total-useage .detail{
    display: flex;
    text-align: center;
}

.archive-total-useage .detail > div{
    margin-right: 50px;
}

.archive-total-useage .detail > div:last-child{
    margin-right: 0px;
}

@media screen and (max-width: 767px) {
    .archive-total-useage {
        display: block;
        margin: 20px auto;
    }

    .archive-total-useage .total{
        display: flex;
        width: 210px;
        margin: 0 auto 15px;
        padding-right: 0px;
        border-right: none;
    }

    .archive-total-useage .detail{
        justify-content: space-between;
        align-items: center;
    }

    .archive-total-useage .detail > div{
        margin-right: 0px;
    }


}
