.font-noto {
    font-family: 'Noto Sans TC',sans-serif;
}
.font-default {
    font-family: 微軟正黑體,sans-serif;
}
.bg-gray {
    background-color: #efefef !important;
}
.bg-light-green {
    background-color: #dfebd9 !important;
}
.bg-dark-green {
    background-color: #254834 !important;
}
.text-light-blue {
    color: #496792;
}
.text-light-green {
    color: #0c703a;
}
.container-shrink {
    padding-left: 24px;
    padding-right: 24px;
}
.box-padding {
    padding: 10px 20px;
}
.page-body {
    margin-top: 48px;
}
/* .top-solid-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: #27533b;
} */
.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -72px;
}
.title-lg {
    font-size: 20px;
}
.title-logo-sm {
    width: 24px;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
}
.form-title {
    margin-bottom: 24px;
}
.page-topbar {
    width: 100%;
    height: 20vh;
    background-color: rgb(31, 95, 65);
    position: absolute;
    top: 0;
    left: 0;
}
.border-radius-0 {
    border-radius: 0 !important;
}
.border-radius-sm {
    border-radius: 4px;
}
.border-top-right-radius-0 {
    border-top-right-radius: 0;
}
.border-bottom-right-radius-0 {
    border-bottom-right-radius: 0;
}
.border-top-left-radius-0 {
    border-top-left-radius: 0;
}
.border-bottom-left-radius-0 {
    border-bottom-left-radius: 0;
}
.border-1-radius {
    border: 1px solid #21406F;
    border-radius: 4px;
}
.border-light {
    border-color: #CFCDCD !important;
}
.border-pass {
    border: 1px solid #347b54;
    border-radius: 4px;
}
.box-shadow-1 {
    box-shadow: 0px 4px 12px rgb(0 0 0 / 10%);
}
.box-shadow-2 {
    box-shadow: 0 0 16px -1px rgb(0 0 0 / 20%);
}
.b-dash-title {
    position: relative;
    padding-bottom: 16px;
}
.b-dash-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 2px;
    background-color: #0e5735;
}
.border-bottom-dash {
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px dashed #80988d;
}
.title-border-bottom {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #acacac;
}
.de-select {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.login-bg {
    position: relative;
    z-index: 0;
}
.deco-building-lines::before {
  content: "";
  position: absolute;
  background-image: url('../img/deco/building_lines.svg');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
    opacity: 0.4;
}
.deco-building-lines-top::before {
    content: "";
    position: absolute;
    background-image: url(../img/deco/building_lines_top.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.4;
}

@media (min-width: 600px) {
    .container-shrink {
        max-width: 70%;
        margin: 0 auto;
    }
    
}
@media (max-width: 400px) {
    .container-shrink {
        padding-left: 18px;
        padding-right: 18px;
    }
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 361px) {
    .container-shrink {
        padding-left: 16px;
        padding-right: 16px;
    }
    .box-padding {
        padding: 16px;
    }
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* form */
.form-item {
    padding-bottom: 22px;
}
.pure-input-box .form-item {
    padding-bottom: 0px;
    padding-top: 8px;
    margin-bottom: 10px;
}
.form-item.sm-item {
    padding-bottom: 10px;
}
.req-star {
    color: #FC6F60;
    margin-left: 4px;
}
.warning-box {
    position: relative;
}
.pure-input-box .form-control {
    border: 1px solid #cecece;
}
.form-control.border {
    border: 1px solid #cecece !important;
}
span.alert-text,
span.alert-text2 {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    color: #FC6F60;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    /* height: 0; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    display: none;
}

span.alert-text.show,
span.alert-text2.show {
    max-height: 32px;
    opacity: 1;
    visibility: visible;
    display: block;
}
input.form-control.alert-border,
select.form-control.alert-border,
.pure-input-box input.form-control.alert-border,
.pure-input-box select.form-control.alert-border {
    border: 1px solid #FC6F60 !important;
    box-shadow: 0 0 0 2px rgb(252 111 96 / 54%);
}
input[type="checkbox"] {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 1px;
    cursor: pointer;
    position: absolute;
    left: 0;
    outline: none;
    background-color: #CFCDCD;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 0;
    margin-top: 0;
}
input[type="checkbox"]:checked {
    background-color: #66b72e;
    border-color: #66b72e;
}
.outline-primary-checkbox input[type="checkbox"]:checked {
    background-color: #fff;
}
input[type="checkbox"]:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}
.outline-primary-checkbox input[type="checkbox"]:after {
    filter: invert(68%) sepia(90%) saturate(2128%) hue-rotate(314deg) brightness(91%) contrast(120%);
}
input[type="checkbox"]:checked::after {
    opacity: 1;
}
input[type="checkbox"].white-check {
    border-color: #acacac;
    background-color: #fff;
}
input[type="checkbox"].white-check:after {
    filter: brightness(0);
    
}
.form-check-checkbox {
    position: relative;
    display: block;
    padding-left: 28px;
}
.form-check-checkbox.checkbox-lg {
    padding-left: 34px;
    margin-bottom: 8px;
}
.form-check-checkbox label {
    width: 100%;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 28px;
    font-size: 1.4rem;
    font-weight: 500;
}


.form-check-input {
    margin-left: 0;
}
.form-check-label .sm-label {
    font-size: 10px;
    display: block;
    line-height: 16px;
}
.form-check-label a {
    text-decoration: underline;
    font-weight: 900;
}
.label-box {
    display: flex;
}
.section-title {
    font-size: 1.6rem;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.label-box label {
    width: 70%;
}
.label-box a,
.label-box .right-status {
    margin-left: auto;
    font-size: 12.5px;
    color: #979797;
    text-decoration: underline;
    width: 30%;
    text-align: right;
}
.label-box .right-status {
    text-decoration: none;
    line-height: 16px;
}
.label-with-icon {
}
.label-with-icon .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}
.label-with-icon .text {
    display: inline-block;
    vertical-align: middle;
}
.preview-outter {
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 6px;
}
.preview-outter .preview-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/upload.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #eee;
}
.pic-box {
    display: flex;
    flex-wrap: wrap;
}
.pic-box .pic-item {
    position: relative;
    width: 31.333333333%;
    margin-right: calc(6% / 2);
    margin-bottom: 6px;
}
.pic-box .pic-item:nth-child(3n) {
    margin-right: 0;
}
.preview-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/icon/upload.svg');
    background-size: contain;
    background-position: center -12px;
    background-repeat: no-repeat;
    border: 2px dashed #cfcfcf;
    border-radius: 4px;
}
.output-box {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-color: #B3B3B333;
}

.pic-item .hint {
    margin-bottom: 0;
    font-size: 10px;
    color: #131313;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
}
.pic-item .preview-outter .hint {
    text-align: center;
    pointer-events: none;
    color: #a7a7a7;
    position: absolute;
    bottom: 16px;
    width: 100%;
    font-size: 14px;
}
[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
[type="radio"]:not(:checked)+label:before {
    border-radius: 50%;
    border: 2px solid #bfbfbf;
    background-color: #bfbfbf;
}
[type="radio"]+label:before, [type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* margin: 2px; */
    width: 18px;
    height: 18px;
    z-index: 0;
    transition: all 0.1s ease;
}

[type="radio"]:disabled+label:before,
[type="radio"]:disabled+label:after {
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.5);
}
[type="radio"]:not(:checked)+label, [type="radio"]:checked+label {
    color: #3f3f3f;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    display: inline-block;
    height: auto;
    line-height: 18px;
    font-size: 1.6rem;
    transition: all 0.1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="radio"]:disabled:not(:checked)+label,
[type="radio"]:disabled:checked+label {
    cursor: default;
}
[type="radio"]:checked+label:before {
    border-radius: 50%;
    border: 1px solid #27533b;
}

[type="radio"]:checked+label:after {
    border-radius: 50%;
    border: 2px solid #27533b;
    background-color: #27533b;
    z-index: 0;
    -webkit-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
}
.form-control.form-control-short,
.form-control.form-control-short~button {
    height: calc(1.2em + 1rem + 6px);
}
.form-control.form-control-short~button {
    line-height: 32px;
    padding: 0;
    width: 68px;
}
.three-col-input {
    display: flex;
    justify-content: space-between;
}
.three-col-input > * {
    width: 32%;
}
.form-switch {
    padding-left: 2.5em;
    display: flex;
    align-items: center;
}
.form-switch .form-check-label {
    display: inline-block;
    vertical-align: middle;
}
.form-switch .form-check-input {
    height: 1.7em;
    margin-top: 0.25em;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #9a9a9a;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    width: 3em;
    /* margin-left: -2.5em; */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-color: #9a9a9a;
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch input[type="checkbox"]:after {
    display: none;
}
/* btn */
.btn {
    letter-spacing: 0.4px;
}
.btn.btn-small {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
}
.btn.btn-rounded {
    border-radius: 80px;
}
.btn-salmon,
.btn-salmon:focus,
.btn-salmon:hover,
.btn-salmon:active {
    background-color: #FC6F60;
    border: 1px solid #FC6F60;
    color: #fff;
}
.del-btn {
    outline: 0;
    border: 0;
    width: 24px;
    height: 24px;
    /* line-height: 24px; */
    padding: 0;
    border-radius: 50%;
    background-color: #fff;
    font-size: 1.6rem;
    box-shadow: 0 0px 0px 2px rgb(39 83 59 / 30%);
    text-align: center;
}
.pic-box .del-btn {
    position: absolute;
    top: 0;
    right: 0;
}
/* modal */
.modal-dialog {
    width: 90%;
    margin: auto;
}
.modal-dialog.modal-sm {
    width: 70%;
}
.modal-container {
    padding: 0 24px;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 8rem);
}
.modal-title {
    margin-bottom: 10px;
}
.modal .hint {
    font-size: 10px;
    color: #212121;
    line-height: 16px;
    font-weight: 600;
}
.modal-grid {
    border-radius: 10px;
    padding: 12px 8px;
    margin: 0 4px;
    margin-bottom: 8px;
    background-color: #fff;
}
.modal-grid .imgbox__inner {
    width: 100%;
    padding-top: 60%;
    position: relative;
}
.modal-grid .imgbox__inner .image {
    background-size: contain;
}
.modal-grid .sm-text {
    font-size: 13px;
    letter-spacing: 0;
    color: #acacac;
}
.modal-grid .border-text {
    border: 1px solid #919191;
    color: #515151;
    padding: 6px 0;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 11px;
}
.modal-grid .title {
    padding-bottom: 8px;
    border-bottom: 1px solid #acacac;
    margin-bottom: 4px;
}
.two-btn-footer {
    justify-content: space-between;
}
.two-btn-footer .btn {
    width: 46%;
}
/* navbar */
.navbar {
    position: fixed;
    padding: 0;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 9999;
    border-bottom: 1px solid rgb(245 245 245 / 10%);
    justify-content: flex-start;
}
.top-solid-page .navbar {
    background-color: #27533b;
}
.navbar::before {
    
    z-index: -1;
}
.navbar .btn-menu {
    padding: 10px;
    margin-left: auto;
    font-size: 2rem;
}
.navbar .mobile-menu.active {
    transform: translateY(0);
}
.hamburger-box {
    margin-left: auto;
    position: relative;
    z-index: 1033;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.hamburger-box #hamburger {
    position: relative;
    display: block;
    height: 48px;
    width: 48px;
    line-height: 1px;
    padding: 12px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
}
.hamburger-box #hamburger span {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    background-color: #142431;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
}
.hamburger-box #hamburger i {
    font-size: 2.4rem;
}
.navbar.changed .hamburger-box #hamburger span {
    background-color: #212529;
}
.navbar.changed .open-left {
    color: #212529;
}
.hamburger-box #hamburger span:nth-child(1) {
    transform: translateY(-1px) rotate(0deg);
}

.hamburger-box #hamburger span:nth-child(2) {
    transform: translateY(4px) rotate(0deg);
}
.mobile-menu .menu-item a {
    display: block;
    position: relative;
    color: #212529;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    padding: 20px 10px;
}

.hamburger-box.active .mobile-menu-outter {
    opacity: 1;
    visibility: visible;
}

.hamburger-box.active #hamburger span {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.2, 1);
}

.hamburger-box.active #hamburger span:nth-child(1) {
    transform: translateY(1px) rotate(45deg);
}

.hamburger-box.active #hamburger span:nth-child(2) {
    transform: translateY(-1px) rotate(-45deg);
}

.hamburger-box.active .menu-item {
    transform: scale(1) translateY(0px);
    opacity: 1;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 68vw;
    height: 100vh;
    background-color: #dfebd9;
    transform: translateX(100%);
    transition: all 0.3s;
    z-index: 1032;
}
.navbar.active .mobile-menu {
    transform: translateX(0);
}
.mobile-menu .nav-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
    width: 86%;
    margin-left: auto;
    padding: 2px 2rem;
    padding-left: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mobile-menu .nav-item.active {
    background-color: rgb(255 255 255 / 68%);
}
.mobile-menu .nav-item .icon {
    width: 45px;
    height: 45px;
    padding: 0.6rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}
.mobile-menu .nav-item .title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 17px; 
    font-weight: 600;
    color: #2c3829;
    line-height: 1;
    text-align: left;
}
.mobile-menu .nav-item.active .title {
    color: #489e0e;
}
.navbar .index-center-box {
    padding-top: 10rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
} 
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 80%);
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.8;
    transition: all 0.3s;
}
#close_side_menu.active {
    display: inline;
}
@media (min-width: 600px) {
    .mobile-menu {
        width: 40vw;
    }
}
@media (max-width: 360px) {
    .mobile-menu {
        width: 75vw;
    }
    .mobile-menu .nav-item .icon {
        width: 40px;
        height: 40px;
        padding: 0.8rem;
    }
}
/* login */
.login-box {
    background-color: #fff;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    height: 56vh;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.login-box .form-control {
    background-color: #eee;
}
/* index*/
.f-height-white {
    height: 78vh;
    background-color: #d6ddda;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;

}
.f-height-white::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/deco/building_lines2.png');
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.8;
    mix-blend-mode: multiply;
}
.login-status {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    font-size: 1.6rem;
    color: #222;
    background-repeat: no-repeat;
    background-position: right;
}
.login-status .greetings {
    font-family: 'Roboto' , sans-serif;
    font-size: 2.2rem;
    letter-spacing: 1.4px;
    padding-right: 4px;
}
.login-status .name {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 8px;
}

.login-status .job {
    line-height: 1;
}
.login-status .job * {
    vertical-align: middle;
}
.login-status .job i {
    font-size: 2.4rem;
    color: #222;
    margin-right: 8px;
}
.building-title .login-status .name,
.building-title .login-status .job,
.building-title .login-status i {
    color: #fff;
}
.s-box {
    background-color: #0d7958;
    border-radius: 8px;
    padding: 12px 16px;
    /* box-shadow: 0 0 24px -2px rgba(0,0,0,0.2); */
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.s-wrapper {
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    display: block;
}
.s-wrapper::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    height: 98%;
    background-color: #bee1cd;
    border-radius: 8px;
    z-index: -1;
}
.s-box .title {
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    font-size: 1.8rem;
    
}
.s-box p {
    color: #fff;
    opacity: 0.6;
}
.s-box i {
    color: #fff;
    font-size: 18px;
}
.s-box .icon {
    background-image: url(../img/icon/search.png);
    background-size: cover;
    background-position: right;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) ;
    right: 40px;
    opacity: 0.3;
}


.case-list {
    /* min-height: calc(100vh - 145px); */
    /* background-color: #d6ddda; */
    /* margin-top: -32px; */
}

.case-list .list-header {
    position: relative;
    padding-top: 10px;
}
/* .case-list .list-header::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 100px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #d6ddda;
    z-index: -1;
} */
.case-list .list-body {
    /* background-color: #d6ddda; */
    position: relative;
    padding: 20px 0;
}
.case-list .list-body::before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/deco/building_lines2.png');
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.8;
    mix-blend-mode: multiply;
    pointer-events: none;
}
.case-list .case-item {
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 10px 12px;
    display: block;
    box-shadow: 1px 1px 6px -2px rgb(16 25 19 / 30%);
}
.case-list .case-item:last-child {
    margin-bottom: 0;
}
.case-list .case-item .title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.7rem;
}
/* popup */
.pop-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1003;
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;
}
.pop-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}
.pop-window {
    background-color: #fff;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding-bottom: 0;
    
    animation: ready 0.3s 1 ease both;
}
.pop-window.standby {
    animation: standby 0.3s 1 ease both;
}
@keyframes ready {
    from{bottom:-100%;}
    to{bottom:0;}
}
@keyframes standby {
    from {bottom: 0;}
    to {bottom: -100%;}
}
.pop-window .scroll-box {
    max-height: calc(100vh - 180px);
    overflow-y: scroll;
    padding: 10px 0;
    background-color: #eee;
}
.pop-window .form-item {
    margin-bottom: 4px;
}
.pop-window .form-item input,
.pop-window .form-item .select-on-right {
    margin-bottom: 0;
    flex: 3;
}
.pop-window .form-item label {
    font-size: 15px;
    margin-bottom: 0;
    flex: none;
    width: 25%;
}
.pop-window .distance-box input {
    flex: none;
    width: 30%;
}
.pop-window .distance-box .input-unit {
    font-size: 15px;
    color: #909090;
    padding-left: 8px;
    display: inline-block;
    vertical-align: middle;
}
.pop-window p {
    margin-bottom: 0;
}
.pop-window .left-box,
.pop-window .right-box {
    width: 49%;
}
.pop-window .form-item.input-group {
    margin-bottom: 8px;
}
.pop-window .input-group {
    display: flex;
    align-items: center;
}
.pop-window .btn {
    margin-bottom: 6px;
    padding: 4px;
}
.pop-window .btn.map-btn {
    padding: 0 16px;
    box-shadow: none;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
}
.pop-window .map-tab-btn {
    width: 49%;
    padding: 4px 12px;
    border: 0;
    background-color: transparent;
}

.pop-window .tabs .tab a {
    height: auto;
    padding: 4px;
    border-radius: 24px;
    line-height: 32px;
}
.pop-window .map-tab-btn.active {
    background-color: #eee;
}
.pop-window .tab-item {
    padding: 16px 0;
}
.pop-window .tab-item .hint {
    margin-bottom: 15px;
    font-weight: 700;
}
.pop-window .title {
    font-size: 16px;
}
.pop-window .title i {
    font-size: 17px;
}

.result-text {
    margin: 8px 0;
    color: #fff;
}
.payment-item {
    text-align: center;
    padding: 6px 0;
}
.payment-item .inner {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 2px 18px;
    border-radius: 6px;
}
.payment-item .icon {
    text-align: left;
    width: 30%;
    padding-left: 16px;
}
.payment-item .icon img {
    display: inline-block;
    width: 40px;
}
.payment-item .form-check {
    width: 100%;
    padding-left: 0;
}
.payment-item [type="radio"]:not(:checked)+label, .payment-item [type="radio"]:checked+label {
    width: 100%;
    display: flex;
    align-items: center;
}
@media (min-width: 600px) {
    .pop-window .title {
        font-size: 20px;
    }
    .payment-item .icon img {
        width: 55px;
    }
}
@media (max-width: 1025px) {
    .list-item-title {
        margin-top: 8px;
    }
}
@media (max-width: 321px) {
    .title-bg-box {
        width: 120%;
    }
}

/* info */
.total-box {
    padding: 24px 0;
    text-align: center;
    background-color: #eaf4e4;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.total-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/deco/geo.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.5;
}
.total-box .tag {
    font-size: 15px;
}
.total-box .price {
    font-size: 32px;
    font-weight: 600;
    color: #1d405e;
    line-height: 1.2;
}
/* teb */
.nav-tabs {
    justify-content: center;
    margin-bottom: 16px;
}
.nav-tabs li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content {
    position: relative;
}

.logo-box img {
    width: 30%;
    display: inline-block;
}
.section-box .label-box {
    margin-bottom: 8px;
}
.section-box .result-box,
.section-box .progress-box {
    display: flex;
    flex-wrap: wrap;
}
.section-box .result-box .left-box {
    width: 100%;
}
.section-box .result-box .left-box .item {
    margin-bottom: 12px;
}
.section-box .result-box.with-pic-box .left-box {
    width: 68%;
    flex-shrink: 0;
    /* display: flex;
    flex-wrap: wrap; */
}
.section-box .result-box.with-pic-box .right-box {
    width: 32%;
    flex-shrink: 0;
}
.section-box .result-box .left-box .item {
    padding-right: 4px;
}

.section-box .result-box .left-box .label,
.section-box .result-box .bottom-box .label {
    font-size: 10px;
    line-height: 18px;
    color: #acacac;
}
.section-box .result-box .left-box .content,
.section-box .result-box .bottom-box .content {
    word-break: break-all;
}
.section-box .progress-box .left-box {
    width: 30%;
}
.section-box .progress-box .right-box {
    width: 70%;
    padding-left: 16px;
}
.section-box .progress-box .item {
    display: flex;
    font-size: 10px;
    margin-bottom: 4px;
}
.section-box .progress-box .label {
    width: 30%;
    flex-shrink: 0;
}
.section-box .progress-box .content {
    width: 70%;
    flex-shrink: 0;
}
.section-box .progress-box .bottom-box {
    border: 1px solid #cfcdcd;
    border-radius: 4px;
    padding: 8px 0;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.progress-box .top-title {
    position: relative;
    margin: 0 8px;
}
.progress-box .top-title span {
    font-size: 12px;
    color: #acacac;
}
.progress-box .top-title h6 {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 4px;
}
.file-box {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #3A567F;
    border-radius: 4px;
}
.file-box .pdf-outter {
    height: 200px;
    overflow-y: auto;
}
.file-box .pdf-outter.outter-lg {
    height: 512px;
}
.file-box .text-box {
    margin: 20px;
}
.file-box .text-box p {
    line-height: 20px;
}
.file-item {
    background-color: #fff;
    padding: 20px 14px;
}
.file-item .fake-file {
    background-color: rgb(179 179 179 / 20%);
    padding: 12px 10px;
    border-radius: 4px;
    flex-grow: 1;
    min-width: 0;
    font-size: 12px;
    display: flex;
    border: 1px solid #66b72e;
}
.file-item .fake-file.over {
    border: 1px solid #66b72e;
}
.file-item .fake-file .name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}
.file-item .fake-file .status {
    color: #7c7c7c;
    width: 40%;
    text-align: right;
}
.file-item .fake-file .status .size {
    display: inline-block;
}
.file-item .fake-file .status .icon {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    background-image: url('../img/icon/okay_red.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.file-item .fake-file.over .status .icon {
    background-image: url('../img/icon/false.svg');
}

.file-item .del-btn {
    width: 44px;
    margin-left: 8px;
    padding: 0;
    text-align: center;
    flex-shrink: 0;
    border-color: #B3B3B3;
}
.file-item .del-btn img {
    max-width: 100%;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 44px;
    margin-top: -2px;
}
@media (max-width: 400px) {
    .file-item .fake-file .name {
        width: 55%;
    }
    .file-item .fake-file .status {
        width: 45%;
    }
    .file-item .fake-file .status .icon {
        width: 16px;
        height: 16px;
        position: relative;
        top: -2px;
    }
}
@media (max-width: 321px) {
    .file-item .fake-file .name {
        width: 50%;
    }
    .file-item .fake-file .status {
        width: 50%;
    }
    .file-item .fake-file .status .icon {
        width: 12px;
        height: 12px;
        vertical-align: middle;
    }
}

.h-list .h-list-item {
    padding: 12px 0;
    border-bottom: 1px solid #efefef;
    line-height: 1.4;
    color: #434e38;
    font-size: 1.5rem;
}
.h-list .h-list-item .inner {
    display: flex;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
}
.h-list .h-list-item .tag {
    width: 50%;
    flex-shrink: 0;
}
.h-list .h-list-item .content {
    font-weight: 600;
    margin-bottom: 0;
    text-align: right;
    width: 50%;
    word-break: break-word;
    padding-left: 12px;
}
@media (min-width: 576px) {
  .h-list .h-list-item .inner  {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .h-list .h-list-item .inner  {
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .h-list .h-list-item .inner  {
    max-width: 660px;
  }
}
@media (max-width: 400px) {
    .h-list .h-list-item .tag {
        width: 30%;
    }
    .h-list .h-list-item .content {
        width: 70%;
    }
}
@media (max-width: 321px) {
    .h-list .h-list-item .inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.overview-link {
    display: block;
    padding: 10px 20px;
    border-radius: 24px;
    background-color: #eee;
    color: #0e5735;
    text-align: center;
    margin-top: 16px;
}
.overview-link:hover {
    color: #0e5735;
}
.overview-link .icon {
    border-radius: 6px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-color: #0e5735;
    margin-right: 4px;
    background-image: url('../img/icon/view.png');
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.overview-link .title {
    /* font-weight: 600; */
    display: inline-block;
    vertical-align: middle;
}
.n-list {
    padding: 22px 0;
}
.n-list .list-body {
}
.n-list .list-item {
    padding: 8px 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 6px -2px rgb(16 25 19 / 30%);
}
.n-list .list-item .title {
    margin-bottom: 0;
    font-size: 1.7rem;
    font-weight: 600;
}
.building-title {
    /* display: flex; */
    align-items: center;
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    background-color: #27533b;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    position: relative;
}
.building-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/logo_w_op3.png);
    background-position: -6% 0;
    background-size: 80px;
    background-repeat: no-repeat;
}
.building-title .top-box {
    padding-left: 48px;
}
.building-title .building-num {
    margin-bottom: 4px;
}
.building-title .building-name {
    font-weight: 600;
}
.building-title .page-title {
    font-weight: 600;
    font-size: 2rem;
}
.building-title .page-title--en {
    font-size: 1.4rem;
    margin-bottom: 2px;
    color: #d5b882;
}
.library-nav-wrapper {
    position: relative;
    padding-top: 16px;
    padding-bottom: 40px;
}
.library-nav-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-color: #fff;
    z-index: -1;
}
.nav-wrapper::after {
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background-image: url('../img/deco/building_lines2.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.library-nav {
    display: flex;
    justify-content: space-between;
}
.library-nav .nav-item {
    width: 31.333333333%;
    background-color: #eeeeee;
    border-radius: 10px;
    padding: 12px 8px;
    line-height: 1.2;
    font-size: 16px;
    color: #394a41;
    text-align: center;
}
.library-nav .nav-item i {
    font-size: 26px;
    margin-bottom: 4px;
    color: #167e3e;
}
.fake-top::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 80px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: #e8ebe9;
    box-shadow: 0 -10px 7px -7px rgb(42 51 44 / 17%);
    z-index: -1;
}
.nav-wrapper {
    padding: 10px 0;
}
.nav-wrapper .top-box {
    margin-bottom: 24px;
}

.nav-wrapper .bottom-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 16px;
}
.nav-wrapper .nav-item {
    padding: 12px 16px;
    /* background-color: #255e44; */
    background: rgb(37,94,68);
    background: linear-gradient(180deg, rgba(55,119,90,1) 0%, rgba(15,66,44,1) 100%);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    font-size: 1.8rem;
    font-weight: 600;
    box-shadow: 0 0px 40px -12px rgb(8 89 10 / 40%);
    margin-bottom: 16px;
}


.nav-wrapper .nav-item .title {
    position: relative;
    display: inline-block;
}
.nav-wrapper .top-box .nav-item .title {
    vertical-align: middle;
    border-radius: 80px;
    color: #1c2828;
}
.nav-wrapper .bottom-box .nav-item {
    padding: 48px 10px;
    width: 47%;
    text-align: center;
    /* border: 1px solid #4a8975; */
}
.nav-wrapper .bottom-box .nav-item .title {
    display: block;
    padding-top: 6px;
    color: #fff;
    position: relative;
}
.nav-wrapper .nav-item .icon {
        width: 110px;
    height: 110px;
    display: inline-block;
    vertical-align: middle;
    /* background-color: #e9f1ed; */
    padding: 4px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    opacity: 0.3;

}
.nav-wrapper .top-box .nav-item .icon {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    padding: 0;
    background-color: transparent;
}
.nav-wrapper .top-box .nav-item .title {
    color: #653b0a;
}
.nav-wrapper .bottom-box .nav-item .info {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    padding-top: 0px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}
.overview-wrapper .nav-item {
    display: flex;
    padding: 10px 12px;
    font-size: 17px;
    align-items: center;
    margin-bottom: 16px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 8px -2px rgba(0,0,0,0.2);
}
.overview-wrapper .nav-item .icon {
    width: 45px;
    height: 45px;
    margin-right: 12px;
}
.overview-wrapper .bottom-box .nav-item .icon {
    background-color: #d1e0d8;
    border-radius: 50%;
    padding: 2px;
}
.overview-wrapper .top-box .nav-item {
    text-align: center;
    background-color: #4c7771;
    box-shadow: 0 0 12px -2px rgb(16 88 48 / 51%);
    padding: 2px 8px;
    border-radius: 50px;
}
.overview-wrapper .top-box .nav-item .title {
    color: #fff;
}
.overview-wrapper .nav-item .title {
    font-weight: 600;
    line-height: 1.2;
}
.overview-wrapper .nav-item .info {
    font-size: 14px;
    color: #135637;
    opacity: 0.8;
}
.node-img-wrapper {
    width: 100%;
    /* margin: 0 auto; */
    /* overflow: auto; */
    position: relative;
}
.node-img-wrapper img {
    width: 740px !important;
    max-width: none !important;
}
.building-title.building-title--node {
    border-radius: 0;
    background-color: #508b6b;
}
.float-text {
    display: block;
    text-decoration: none;
    left: 0;
    top: 0;
    font-size: 105%;
    background-color: #bbcec4;
    padding: 15px;
    color: #1e4627;
    /* max-width: calc(100vw / 2); */
    position: relative;
    width: 100vw;
    line-height: 1.2;
}
.float-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/logo_w_op3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.float-text * {
    position: relative;
}
.node-dot {
    /* width: 22px;
    height: 22px;
    line-height: 22px; */
    padding: 2px 4px;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    /* border-radius: 50%; */
    text-align: center;
    background-color: #e05959;
    position: absolute;
}
.node-dot.green-dot {
    background-color: #67b30e;
}
.img-outter {
    padding: 16px 0;
}
.q-list {
    background-color: #fff;
    padding: 10px 0;
}
.q-list .list-item,
.lib-list .list-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 10px;
    padding-right: 10px;
}
.q-list .list-item .title,
.lib-list .list-item .title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.q-list .list-item .icon,
.lib-list .list-item .icon {
    margin-left: auto;
    margin-left: auto;
    width: 5%;
    flex-shrink: 0;
}
.q-list .list-item:last-child,
.lib-list .list-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.q-list .list-item .status{
    border: 1px solid #acacac;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
}
.timeline-wrapper .box-item .status {
    border: 1px solid #acacac;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 6px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
}
.q-list .list-item .status.ok,
.timeline-wrapper .box-item .status.ok {
    background-color: #39825a;
    border-color: #39825a;
    color: #fff;
}

.q-list .list-item .status.ok::before,
.timeline-wrapper .box-item .status.ok::before{
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}
.q-list .list-item .status.bad,
.timeline-wrapper .box-item .status.bad {
    background-color: #d75555;
    border-color: #d75555;
    color: #fff;
}
.q-list .list-item .status.bad::before,
.timeline-wrapper .box-item .status.bad::before{
    content: "\f00d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}
.q-list .list-item .status.yet,
.timeline-wrapper .box-item .status.yet {
    background-color: #f88919;
    border-color: #f88919;
    color: #fff;
}
.q-list .list-item .status.yet::before,
.timeline-wrapper .box-item .status.yet::before {
    content: "\f00d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
}
.q-list .list-item .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.q-form-wrapper {
    padding: 24px 0;
}
.q-section {
    background-color: #fff;
    padding: 8px;
    margin-bottom: 8px;
}
.q-form-wrapper .q-title {
    font-weight: 600;
    line-height: 1.4;
}
.note-item {
    display: flex;
    margin-bottom: 2px;
}
.note-item .tag {
    width: 24%;
    flex-shrink: 0;
}
.note-item .content {
    width: 76%;
    flex-shrink: 0;
    text-align: right;
}
.vid-item {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.vid-item .del-btn {
    flex-shrink: 0;
}
.vid-item .vid-trigger {
    width: 24%;
    padding: 4px 8px;
    background-color: #e2e2e2;
    border: 1px solid #989898;
    margin-bottom: 0;
    line-height: 1.2;
}
.vid-item .f-file-name {
    width: 70%;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
#new-pic,
#new-vid {
    border-radius: 6px;
    background-color: transparent;
    border-color: #007065;
    color: #007065;
}
.img-item img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
}
.img-item video {
    width: 100%;
    max-width: 100%;
}
/* lib */
.lib-list .list-item {
    padding-left: 0;
    padding-right: 0;
}
.lib-list .list-item .left-box {
    width: 95%;
    flex-shrink: 0;
}
.lib-list .list-item .title {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
}
.lib-list .list-item .info {
    font-size: 15px;
    color: #5a9869;
}
.lib-list .list-item .info i {
    margin-right: 4px;
}
/* notification */
.notify-list {
    padding: 24px 0;
}
.notify-list .notify-item {
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    background-color: #ced9ce;
    box-shadow: 1px 1px 3px 0px rgb(3 67 7 / 24%);
    margin-bottom: 20px;
    font-size: 16px;
    color: #081d06;
    font-weight: 600;
    line-height: 1.2;
}
.notify-list .notify-item .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.notify-list .notify-item .title .num {
    background-color: #c22f2f;
    color: #fff;
    padding: 2px 6px;
    border-radius: 16px;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
}
.notify-list .notify-item .title .date {
    background-color: rgb(14, 82, 37);
    color: #fff;
    padding: 2px 6px;
    border-radius: 16px;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
}
.notify-list .notify-item.orange-item .title .num {
    background-color: #e87e13;
}
.notify-list .notify-item .tag {
    color: #1d5e3b;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #7fb396;
}
.notify-list .notify-item .info {
    display: flex;

}
.notify-list .notify-item .info .left-box {
    display: block;
    flex-shrink: 0;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notify-list .notify-item .info .right-box {
    width: 20%;
    text-align: right;
}
.notify-item .expired-note {
    background-color: rgb(255 255 255 / 55%);
    padding: 2px 4px;
}

/* timeline */
table tbody tr th {
  width: 200px;
  text-align: center;
}
table tbody tr th img {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
}
table tbody tr td {
  font-weight: bold;
  font-size: 12px;
}
table tbody tr td:hover {
  cursor: pointer;
}
table tbody tr td .details {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: normal;
  color: #DCDFDC;
  margin-top: auto;
}
#berth {
    min-height: 400px;
    font-family: 微軟正黑體;
}
.fc-scroller::-webkit-scrollbar:horizontal {
    height: 22px;
}

.fc-scroller::-webkit-scrollbar-thumb {
    background-color: rgba(228, 228, 228, 0.5);
    border-radius: 4px;
    border: 2px solid rgba(58, 58, 58, 0.5);
}
.fc-scroller::-webkit-scrollbar-track {
    background-color: rgba(150, 150, 150, 0.1);
}
.fc-license-message {
    display: none;
}
div.fc-toolbar-chunk:last-child {
    display: none;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.4em;
    display: none;
}
.fc .fc-toolbar-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.45em;
}
.fc .fc-resource-timeline-divider {
    width: 0;
    height: 0;
    pointer-events: none;
    cursor: none;
    border: 0;
}
.fc-timeline-header table {
    user-select: none;
}
.fc .fc-timeline-slot-cushion {
    font-size: 14px;
    color: #5c5c5c;
    letter-spacing: 0.5px;
}
.fc-timeline-header table tr:nth-child(1) .fc-timeline-slot-cushion {
    font-size: 15px;
}
.fc-timeline-header table tr:nth-child(2) .fc-timeline-slot-cushion {
    padding-left: 2px;
}
.fc-scrollgrid-section td:last-child .fc-scroller.fc-scroller-liquid-absolute{
    /* border: 1px solid blue; */
}
.fc-scrollgrid-section td:last-child .fc-timeline-lane {
    border: 1px solid rgb(210, 218, 228);

}
.fc .fc-timeline-event-harness,
.fc .fc-timeline-more-link {
    padding-top: 6px;
}

.fc-timeline-event {/* 船底色tag */
    border-top-left-radius: 28px 10px;
    border-top-right-radius: 28px 10px;
    border-bottom-left-radius: 28px 10px;
    border-bottom-right-radius: 28px 10px;
    padding: 2px 10px;
    line-height: 22px;
    text-align: center;
    box-shadow: 0 0 0 2px rgb(84 84 84 / 20%);
    border-width: 1px;
    transition: all 0.4s;
}
.fc-timeline-event.not-picked-event {
    opacity: 0.5;
}
.fc-timeline-event.picked-event {
    opacity: 1;
    box-shadow: 0 0 6px 1px rgba(74, 84, 95, 0.3) !important;
}
.fc-scrollgrid tbody td:nth-child(1) .fc-scroller-harness .fc-scrollgrid-sync-table {
    border-bottom: 1px;
}
.fc-scrollgrid tbody td:last-child .fc-scroller-harness .fc-scrollgrid-sync-table {
    background-color: aliceblue;
    border-bottom: 1px;
}
.fc-theme-standard td,
.fc-theme-standard th {
    border-color: rgb(210, 218, 228);
}
.fc .fc-scrollgrid-liquid {
    border: 0;
}
.fc-theme-standard .fc-scrollgrid {
    border: 0;
}
.fc-scrollgrid tbody td:nth-child(1) { /* 碼頭那一列 */
    text-align: center;
    font-size: 16px;
    border-left: 1px solid rgb(210, 218, 228);
}
.fc .fc-timeline-now-indicator-arrow,
.fc .fc-timeline-now-indicator-line {
    border-color: orange;
}
.fc .fc-timeline-now-indicator-arrow {
    border-left-color: transparent;
    border-right-color: transparent;
    margin: 0px -9px;
    border-width: 8px 8px 0;
}
.fc-timeline-header tbody tr:nth-child(1) .fc-timeline-slot-frame {
    border-top: 1px solid rgb(210, 218, 228);
}
.fc-timeline-event:not(.fc-event-end):after,
.fc-timeline-event:not(.fc-event-start):before {
    border: 5px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    opacity: 0.8;
}
.fc-event-selected:after,
.fc-event:focus:after {
    background: transparent;
    background: transparent;
    position: relative;
}
.fc-event-selected:before,
.fc-event:focus:before {
    position: relative;
}
.popover.show {
    box-shadow: 0 0 18px -2px rgb(0 0 0 / 20%);
}
.popover-header {
    font-size: 17px;
    font-weight: 600;
    font-family: 微軟正黑體;
    line-height: 20px;
    padding: 10px 10px 0;
    background-color: #fff;
    border-bottom: 0;
}
.popover-header .pop-close {
    color: #484848;
    font-size: 22px;
    font-weight: 400;
    line-height: 12px;
}
.popover-body p {
    margin-bottom: 4px;
    line-height: 18px;
}
.popover-body p .label {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
}
.popover-body p .colon {
    display: inline-block;
    margin-right: 4px;
}

@media (max-width: 430px) {
    table.fc-scrollgrid > colgroup col:first-child {
        width: 80px !important;
    }
    .fc-scrollgrid tbody td:nth-child(1) {
        font-size: 14px;
        letter-spacing: 0.2px;
    }
    .now-btn span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-right: 4px;
        margin-bottom: 2px;
    }
}
@media (max-width: 400px) {
    .hint-box .right-box {
        width: 70%;
    }
    .now-btn,
    .now-btn:focus {
        padding: 2px 12px;
        font-size: 15px;
        margin-right: 0;
        /* width: 30%; */
    }
    .hint-box .box {
        font-size: 15px;
        padding: 4px 10px;
        margin-left: 2px;
    }
}
@media (max-width: 361px) {
    .hint-box {
        flex-wrap: wrap;
    }
    .hint-box .right-box {
        width: 100%;
    }
    .now-btn,
    .now-btn:focus {
        margin-bottom: 8px;
    }
}

.timeline-wrapper .f-section {
    margin-bottom: 24px;
}
.timeline-wrapper .box-item {
    padding: 8px;
    display: flex;
    line-height: 1.2;
    font-size: 14px;
}
.timeline-wrapper .timeline-header {
    text-align: center;
    background-color: #c2d2c9;
}
.timeline-wrapper .box-item .left-box {
    width: 70%;
    flex-shrink: 0;
    display: flex;
}
.timeline-wrapper .timeline-header .title {
    width: 70%;
}
.timeline-wrapper .box-item .date {
    width: 30%;
    flex-shrink: 0;
    text-align: center;
}
.timeline-wrapper .timeline-body .box-item {
    padding: 10px 8px;
    background-color: #eee;
}
.timeline-wrapper .timeline-body .box-item:nth-child(odd) {
    background-color: #fff;
}
.timeline-wrapper .timeline-body .box-item:nth-child(even) {
    background-color: #ededed;
}