@font-face {
    font-family: 'Pretendard Variable';
    font-style: normal;
    font-weight: 45 920;
    font-display: swap;
    src: url('/fonts/Pretendard/PretendardVariable.woff2') format('woff2-variations');
}

* {
    font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .85rem;
}
.apex-charts tspan {
    font-size: .65rem;
}
@media (max-width: 570px){
    .apex-charts tspan {
        font-size: .45rem;
    }
}

button i { font-size: 24px; }

.icons { display: flex; flex-flow: row wrap; }
.icons div { width : 36px; text-align: center; }
.icons div i { font-size: 24px; }

.text-error-detail { font-size: 1rem; }

/** loading layer **/
.system_loading_layer { position:absolute;top:0;left:0;width:100%;height:100%;z-index:1050;background-color: #343a40c4;}
.system_loading_box { position: absolute; left:50%; top:0%; transform:translateX(-50%) translateY(40%); text-align: center;}
.system_loading_box div { color: #fff; }
/** system modal **/
@keyframes loading-circle-path-box-spinner { 0% { opacity: 1; } 100% { opacity: 0; } }
.loading-circle-path-box { position: relative; width: 80px; height: 80px; overflow: hidden; }
.loading-circle-path-box > div { width: 72%; height: 72%; position: absolute; left: 50%; top: 50%; animation: loading-circle-path-box-spinner 1s linear infinite; }
.loading-circle-path-box > div > div { width: 20%; height: 20%; border-radius: 50%; background-color: #c1c1c1; }
.loading-circle-path-box.white > div > div { background-color: #fff; }
.loading-circle-path-box.black > div > div { background-color: #000; }
.loading-circle-path-box > div:nth-child(1)  { transform: translateX(-50%) translateY(-50%) rotate(45deg); animation-delay: -0.857s; }
.loading-circle-path-box > div:nth-child(2)  { transform: translateX(-50%) translateY(-50%) rotate(90deg); animation-delay: -0.75s; }
.loading-circle-path-box > div:nth-child(3)  { transform: translateX(-50%) translateY(-50%) rotate(135deg); animation-delay: -0.625s; }
.loading-circle-path-box > div:nth-child(4)  { transform: translateX(-50%) translateY(-50%) rotate(180deg); animation-delay: -0.5s; }
.loading-circle-path-box > div:nth-child(5)  { transform: translateX(-50%) translateY(-50%) rotate(225deg); animation-delay: -0.375s; }
.loading-circle-path-box > div:nth-child(6)  { transform: translateX(-50%) translateY(-50%) rotate(270deg); animation-delay: -0.25s; }
.loading-circle-path-box > div:nth-child(7)  { transform: translateX(-50%) translateY(-50%) rotate(315deg); animation-delay: -0.125s; }
.loading-circle-path-box > div:nth-child(8)  { transform: translateX(-50%) translateY(-50%) rotate(0deg); animation-delay: 0s; }

.text-green { color : #00ff00; }

body { background-color : #e2e2e2; }
[data-layout-config] { background-color : #343a40; }

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    color: #fff;
}
table.dataTable tr {
    vertical-align: middle;
}

*::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
*::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 5px;
    border: 2px solid transparent;
    box-shadow: inset 3px 3px 0 #7A828A;
}
*::-webkit-scrollbar-thumb:hover {
    border: 2px solid transparent;
    box-shadow: inset 3px 3px 0 #7A828A;
}
*::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: #4A5057;
}

.frame-vhc-reg-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 8rem;
    padding:1rem;
}
.frame-vhc-reg-img i {
    position: absolute;
}
.background-attach {
    display: none;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 75%;
    margin: 0 auto;
    background-position: center;
    cursor: pointer;
}

.tbl-notice tr td:nth-child(4) {
    max-width: 256px;
    overflow: hidden;
    text-overflow: ellipsis;
}

textarea {
    width: 100%;
    min-height: 6.25em;
    border: none;
    resize: none;
}

.attach-item, .attach-empty{
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
}
.attach-item .attach-image{
    height: 3.5rem;
    min-width: 3.5rem;
    margin: 0rem .5rem 0rem 0rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.attach-item .attach-title{
    width: 100%;
    overflow: hidden;
}
.attach-empty .attach-title{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.attach-item .attach-buttons{
    display: flex;
    align-items: center;
}
.attach-item .attach-buttons .attach-button {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.attach-item .attach-buttons .attach-button i {
    font-size: 150%;
}
.attach-item .attach-buttons .dragula-handle{
    width: 2rem;
}
.btn-upload {
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    background: var(--bs-info);
    top: 1rem;
    right: 1rem;
    border-radius: .2rem;
    color: var(--bs-dark);
}
.btn-upload i {
    font-size: 130%;
}

#attaches01 {
    max-height: 168px;
    overflow-y: auto;
}
#attaches02 {
    max-height: 188px;
    overflow-y: auto;
}

.tbl-terms tr td:nth-child(2) {
    max-width: 384px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#layer-password{
    right : 24px;
}
#layer-abb-event-test {
    right: 24px;
}
@media (max-width: 767.98px){
    #layer-password {
        right: 0!important;
    }
    #layer-abb-event-test {
        right: 0!important;
    }
}

.map-ctrl {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 28px;
    padding: 0px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-direction: column;
}
.map-ctrl-button {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.map-ctrl-button i {
    font-size: 18px;
}

@media (max-width: 991px){
    #dashboard-histories, #dashboard-reports {
        max-height: 150px;
        margin-bottom: 1rem;
    }
}

.list-report-item {
    width: 100%;
    color: #aab8c5;
    text-align: inherit;
}
.list-report-item:hover {
    z-index: 1;
    color: #aab8c5;
    text-decoration: none;
    background-color: #404954;
    border-color: #aab8c5 !important;
    margin-top: 0px !important;
    border-top-width: 0px !important;
}
.list-report-item.active {
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    background-color: #404954;
    border-color: #ffbc00 !important;
    margin-top: 0px !important;
    border-top-width: 0px !important;
    border-bottom-width: 1px !important;
}

#apartView {
    background-image: url('/cdn/background/pattern_dark.svg');
}

.dng {
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 4px;
    color: #ffffff;
    background-color: #565554;
    line-height: 1.24;
    font-size: 12px;
    border-radius: 10px;
}
.dho-line {
    text-align: center;
    font-size: 8px;
    color: #ffffff;
}
.dho {
    text-align: center;
    background-color: #f0f0f0;
    width: 100%;
    height: 100%;
    line-height: 1.9;
    font-size: 8px;
    color: #383736;
}
.dho.apart-member {
    background-color: #0acf97;
}
.dho.apart-member:hover { background-color : #ffbc00 !important; cursor: pointer; }
.dho.active { background-color : #727cf5 !important; }