/*------ waiPMS Screen Title CSS ------*/
.breadcrumb-item + .breadcrumb-item::before {
    content: var(--ct-breadcrumb-divider, "\f0141");
}

:root{
    --ct-menu-item-color: #e3edf3;
    --ct-body-bg:#ffffff!important;
    --ct-success: #42d29d;
    --ct-border-color: #d9dae0!important;
    --ct-footer-height:20px!important;
    --focus-pri-color: #758dd1;
    --grid-border-color: #e0e0e0;
    --ct-gray: #8a969c;
    --ct-gray-400: #ced4da;
    --base-indent: 25px;
    --indent-step: 35px;
    --ct-grid-hover-bg: #f8fdff;
    --ct-grid-active-bg: #eff8fd;
    --ct-point-color: #4463dd;
    --ct-indigo-2: #7b8cfa;
    --sat: env(safe-area-inset-top);
    --sab: env(safe-area-inset-bottom);
    --sar: env(safe-area-inset-right);
    --sal: env(safe-area-inset-left);
}

/*------ waiPMS Screen font size ------*/
html {
    -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust : none;  /* IE */
    -moz-text-size-adjust : none;  /* 파이어폭스 */
    -o-text-size-adjust : none;  /* 오페라 구버전 */
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-size: clamp(0.87rem, 0.55rem + 0.5vw, 0.9rem);
    font-family: var(--ct-body-font-family)!important;   
}

html, body {
    margin: 0;
    box-sizing: border-box;
    overflow: visible !important;
    height: auto !important;
}

body{
    padding-top: var(--sat);
    padding-bottom: var(--sab);
    padding-left: var(--sal, 0);
    padding-right: var(--sar, 0);
    /* height: 100vh; */
}

*:not(.simplebar-scrollbar)::-webkit-scrollbar{
    width: 9px;
    height: 9px;
}
*:not(.simplebar-scrollbar)::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 50px;
    border: 2px solid transparent;
    box-shadow: inset 10px 10px 0 rgba(10, 10, 10, 0.137);
}
*:not(.simplebar-scrollbar)::-webkit-scrollbar-thumb:hover {
    border: 2px solid transparent;
    box-shadow: inset 10px 10px 0 rgba(34, 34, 34, 0.315);
}
*:not(.simplebar-scrollbar)::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}
*:not(.simplebar-scrollbar)::-webkit-scrollbar-button{
    display: none;
}
*:not(.simplebar-scrollbar)::-webkit-scrollbar-corner {
    background: transparent;
}

/* -------- top --------- */
@media (max-width: 768px) {
    body {
      padding-bottom: 0px !important;
    }
  }
body, .content, .content-page, .container-fluid{
    background: var( --ct-body-bg);
}

.content-page{
    padding-top: 10px;
}

.content-page.main_topnav{
    padding-top: 0;
}

.content-page.pb-0.m-0{
    padding-bottom: 1.5rem!important;
}

.container-fluid {
    min-height: auto;
    height: auto;
}

.logo.logo-light {
    display: block;
}

/*-------------- waiPMS CSS ---------------*/

select , input[type="radio"] , input[type="checkbox"]{
    vertical-align: middle;
    cursor: pointer;
}

.form-control{
    align-items: center;
    vertical-align: middle;
    height: 29px;
}

input.form-control.currency{
    text-align: left;
}

input.form-control.currency::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

input.form-control.currency::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.form-select{
    padding: 0 2.7rem 0 .9rem !important;
    line-height: 29px;
    height: 29px;
    align-items: center;
    vertical-align: middle;
}

textarea.form-control {
    min-height: 29px!important;
    overflow: auto;
    line-height: 1.1!important;
    height: auto;
}

.form-check-input {
    border: var(--ct-border-width) solid var(--ct-gray-500);
    margin-top: 0;
}
.form-check-label {
    font-weight: normal;
}

.form-check .form-check-input{
    /* float: initial; */
    /* margin-left: 0; */
}
sup {
    color: red;
    margin-right: 5px;
    vertical-align: sub;
}
.input-group:not(.tabulator-cell.tabulator-editing .input-group) > input{
    border-radius: 0.25rem 0 0 0.25rem;
}
.input-group:not(.tabulator-cell.tabulator-editing .input-group) > button,
.input-group-append > button{
    height: 29px!important;
    padding-top: 0;
    padding-bottom: 0;
    border: var(--ct-border-width) solid var(--ct-border-color);
    border-left: 0;
    border-radius: 0 0.25rem 0.25rem 0;
}

.input-group:not(.tabulator-cell.tabulator-editing .input-group) > button:hover,
.input-group-append > button:hover{
    border: var(--ct-border-width) solid var(--ct-border-color);
    border-left: 0;
}

[class*=" uil-"]:before, [class^=uil-]:before{
    line-height: 1.5;
}

#salesDashboard [class*=" uil-"]:before, #salesDashboard [class^=uil-]:before{
    line-height: 1;
}

.form-control:focus,
.form-select:focus
select:focus, 
textarea:focus,
input[type=date]:focus,
input[type=text]:focus{
    border: 1px solid var(--focus-pri-color);
}

.form-select:focus,
select:focus,
.form-select:focus{
    border: 1px solid var(--focus-pri-color)!important;
    outline: none!important;
}

input[required],
textarea[required],
select[required] {
    background-color: #fff9f9;
    border: 1px solid #ffabab;
}

input[required]:focus,
textarea[required]:focus,
select[required]:focus {
    border: 1px solid #ff8080!important;
    background-color: var(--ct-input-bg);
}

.input-group:has(input[required]:focus) button.btn,
.input-group:has(input[required]) button.btn,
.input-group:has(textarea[required]:focus) button.btn,
.input-group:has(textarea[required])  button.btn,
.input-group:has(select[required]:focus) button.btn,
.input-group:has(select[required]) button.btn,
.input-group:has(input[required]:not(:placeholder-shown)) button.btn {
    border-color: #ffbcbc!important;
    background-color: #ffeaea;
    height: 29px!important;
}

.input-group input[required]:disabled,
.input-group input[required]:read-only{
    background-color: #f3f3f3!important;
    border-color: var(--ct-border-color);
}

.input-group:has(input[required]:disabled) button.btn ,
.input-group:has(input[required]:read-only) button.btn {
    background-color: #f3f3f3!important;
    border-color: var(--ct-border-color)!important;
    cursor: default!important;
}

.input-group:focus-within:not(.tabulator-cell.tabulator-editing .input-group) input {
    border: 1px solid var(--focus-pri-color);
    border-right: none !important;
}

.input-group:focus-within:not(.tabulator-cell.tabulator-editing .input-group) button,
.input-group-append:focus-within button {
    border: 1px solid var(--focus-pri-color);
    border-left: none !important;
}

.input-group:focus-within:has(input[required]) input {
    border: 1px solid #ff8080!important;
    background-color: var(--ct-input-bg);
    border-right: none !important;
}

.input-group:focus-within:has(input[required]) button {
    border: 1px solid #ff8080!important;
    background-color: #ffeaea!important;
    border-left: none !important;
}

.form-text {
    margin-top: 0rem;
    font-size: 0.86rem;
}

.cell-add{
    color: var(--ct-point-color);
    background: #f7fafb!important;
    font-weight: 500;
}

*[readonly],
*[readonly]:focus{
    background-color: #f3f3f3 !important;
    color: #4a4a4a !important;
    cursor:default;
    pointer-events: none;
}

textarea[readonly],
input[type="text"][readonly]{
    pointer-events: auto !important;
}

[type=button][readonly]{
    display: none;
}

.link-input[readonly]{
    background-color: var(--ct-input-bg);
    color: var(--ct-body-color);
}

.tasks {
    width: 27rem;
}

.task-list-items:before {
    display: none;
    content: "";
    visibility: hidden;
}


@media (min-width: 1440px) {
    .board{
        display: flex;
        justify-content: space-evenly;
    }
}

@media(max-width:576px){
    .pageTitleAndNode {
        height: 0;
    }

    .form-text,
    .form-control {
        align-items: center;
        vertical-align: middle;
        height: 29px;
    }

    .form-select{
        padding: 0 2.7rem 0 .9rem !important;
        line-height: 29px;
        height: 29px;
        align-items: center;
        vertical-align: middle;
    }

    .input-group:not(.tabulator-cell.tabulator-editing .input-group) > button,
    .input-group-append > button{
        height: 29px;
        padding-top: 0;
        padding-bottom: 0;
        border: var(--ct-border-width) solid var(--ct-border-color);
        border-left: 0;
        border-radius: 0 0.25rem 0.25rem 0;
    }

    .tabulator-row .tabulator-cell.tabulator-editing button{
        margin-top: -1.5px;
      }

}

/* -- 커스텀 Clear 버튼 -- */
.input-group:has(input[type="search"], button.uil-search) {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 29px;
}

.input-group:has(input[type="search"], button.uil-search) input[type="search"] {
    padding-right: 3px;
    height: inherit;
    flex: 1;
    box-sizing: border-box;
}

input::-ms-clear, 
input::-ms-reveal {
    opacity: 0;
    position: absolute;
    right: 7px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 16px;
}

input::-webkit-search-decoration, 
input::-webkit-search-cancel-button, 
input::-webkit-search-results-button, 
input::-webkit-search-results-decoration {
    opacity: 0;
    position: absolute;
    right: 7px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 16px;
}

.input-group .clearspan {
    position: absolute;
    top: 50%;
    right: 41px;
    transform: translateY(-50%);
    width: 30px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer!important;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 10;
    visibility: hidden; 
    pointer-events: none;
}

.tabulator-row .tabulator-cell.tabulator-editable .input-group .clearspan{
    right: 28px;
    height: 27px;
}


.tabulator-row .tabulator-cell.tabulator-editable .input-group input[type="search"]:not(:placeholder-shown) + .clearspan,
.input-group input[type="search"]:not(:placeholder-shown):not(:disabled):hover + .clearspan {
    visibility: visible;
    cursor: pointer;
}


.input-group .clearspan::before,
.input-group .clearspan::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 1.4px;
    background-color: var(--ct-black);
    border-radius: 2px;
    cursor: pointer;
}

.tabulator-row .tabulator-cell.tabulator-editable .input-group .clearspan::before,
.tabulator-row .tabulator-cell.tabulator-editable .input-group .clearspan::after {
    content: "";
    position: absolute;
    width: 8.5px;
    height: 1px;
    background-color: var(--ct-black);
    color: var(--ct-black);
    border-radius: 2px;
    cursor: pointer;
}

.input-group .clearspan::before {
    transform: rotate(45deg);
}

.input-group .clearspan::after {
    transform: rotate(-45deg);
}

.custom-select .options li {
    padding: 1px 8px;
    left: 0;
    cursor: pointer;
}
.dropzone{
    padding: 10px;
    min-height: 30px!important;
}
.dropzone .dz-message{
    margin: 0;
}

[data-dz-remove] {
    font-size: 0 !important;
}

[data-dz-remove] i {
    font-size: 1.25rem !important;
}

.dropdownImg {
  display: block;
  width: auto !important;
  height: auto !important;
  min-width: 120px;
  max-height: 170px;
  object-fit: contain;
}

@media (min-width: 1440px){
    .thumbnail-wrapper{
        max-width: 380px;
    }
}

@media (min-width: 992px){
    .thumbnail-wrapper{
        max-width: 330px;
    }
}

@media (min-width: 768px){
    .thumbnail-wrapper{
        max-width: 280px;
    }
}

@media (max-width: 1440px) {
    .dropdownImg{
        max-height: 150px;
    }
}

@media (max-width: 992px) {
    .dropdownImg{
        max-height: 130px;
    }
}

@media (max-width: 768px) {
    .dropdownImg{
        max-height: 110px;
    }
}

/* ------------- waiPMS table CSS ------------ */


.table:not(.pmsTable .table, .dashTable .table)>:not(caption) > * > * {
    padding: 0;
    background-color: transparent !important;
}

.pmsTable .table{
    --ct-table-border-color: #dbe0e5!important;
}

.pmsTable .table > :not(caption, thead) > * > * {
    padding: 0.3rem 0.95rem!important;
    font-size: 0.83rem;
    height: 30px;
    font-weight: 500;
}

.pmsTable .table > thead > * > *{
    padding: 0.6rem 0.95rem!important;
}

.pmsTable .table-light{
    --ct-table-bg: var(--ct-tertiary-bg);
}

.table-light{
    background: var(--ct-tertiary-bg)!important;
}

.pmsTable .table>:not(caption)>*>*{
    background-color: var(--ct-table-bg);
}

.pmsTable .table-centered tbody tr:has(td[rowspan]) td:nth-child(-n+2) {
    background-color: #fbfbfdde !important;
    font-weight: 500;
}

.pmsTable .table-centered tbody tr:not(:has(td[rowspan])) td:first-child {
    background-color: #fbfbfdde !important;
    font-weight: 500;
}

.summary-row {
    background-color: var(--ct-danger-bg-subtle);
    font-weight: 600;
    color: #313a46;
} 

.summary-row:not(.indiTable .summary-row):last-of-type {
    background-color: var(--ct-danger-border-subtle);
}

.summary-row:not(.indiTable .summary-row):last-of-type:hover {
    background-color: #ffd6d6;
}

.summary-row:not(.indiTable .summary-row):last-of-type td {
    font-weight: 700 !important;
    color: #5c2525 !important;
    font-size: 0.82rem !important;
}

.pmsTable .table-centered tbody tr:not(.summary-row) td:hover {
    background-color: #e9f6ff;
}
.pmsTable .table-centered tbody tr.summary-row td:hover {
    background-color: #ffe8e8;
}

.pmsTable .table-centered tbody tr.summary-row:last-of-type td:hover {
    background-color: #ffd6d6;
}

.pmsTable .table-centered tbody tr:hover:not(.summary-row) {
    background-color: #f6fbffde;
}
.pmsTable .table-centered tbody tr .degree-name{
    background-color: #fbfbfdde !important;
    font-size: 0.84rem !important;

}
.pmsTable .table-centered tbody tr:hover .degree-name{
    background-color: #fbfbfdde !important;
}

/* --------------module.css ----------- */
span[type="dataTypeLink"]{
    cursor: pointer;
}

span[type="dataTypeLink"]{
    border-bottom: 1px dashed var(--ct-blue);

}

span[type="dataTypeLink"]:hover{
    border-bottom: 1px dashed var(--ct-blue);

}

span[type="fileLink"]{
    border-bottom: 1px dashed var(--ct-teal);
    color: var(--ct-teal);
}

span[type="fileLink"]:hover{
    border-bottom: 1px dashed var(--ct-info);
    color: var(--ct-info);
}

/* -----------hyper nav tab ----------- */
.tab-content{
    border: 1px solid var(--ct-border-color);
    border-radius:0 0.25rem 0.25rem 0.25rem;
}

.tab-content > .active{
    padding: 0.8rem;
    padding-top: 0;
}

.nav{
    --ct-nav-link-padding-y: 0.55rem;
}

@media (max-width: 992px) {
    .nav{
        --ct-nav-link-padding-x: 0.3rem;
    }
}

@media (max-width: 576px) {
    .nav{
        --ct-nav-link-padding-x: 0.25rem;
        --ct-nav-link-padding-y: 0.45rem;
    }
}

.nav-tabs{
    border-bottom: 0;
}

.active:focus{
    border: 1px solid #000;
}

.nav-tabs .nav-link {
    background-color: #f4f6f8;
}

.nav-tabs .nav-link:not(.active){
    border-bottom: 1px solid var(--ct-border-color);
}

.nav-tabs .nav-link:has(.active):hover{
    border-bottom: none;
}

.nav-item{
    min-width: 180px;
}

a.nav-link.active span {
    color: var(--ct-primary);
    font-weight: 700!important;
}

@media(max-width:576px){
    .nav-item{
        min-width: 120px;
    }
}
/*------ waiPMS Tabulator CSS ------*/

.card-body .tabulator,
.tab-pane .tabulator{
    border: 1px solid #eaedf1;
    border-radius: 0.25rem;
}

.tabulator {
    position: relative;
    background: none;
    border: none;
    user-select: none;
    border-radius: 0.25rem;
    /* overflow: overlay;
    scrollbar-gutter: stable overlay; */
    font-size: 0.86rem!important;
    font-family: var(--ct-body-font-family)!important;
    min-height: 200px;
}

.tabulator:not(.card-body .tabulator, .card .tabulator){
    border: 1px solid var(--ct-border-color);
}
.tabulator .tabulator-header {
    background-color: #f7fafd;
    border-top: 2px solid var(--ct-point-color);
    border-bottom: 1px solid #c2c2c2;
}

.tabulator .tabulator-header .tabulator-col {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--grid-border-color)!important;
    background: #f7fafd;
    vertical-align: middle;
    text-align: center;
    line-height: 1.7;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
    display: flex;
    position: relative;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 4px;
    vertical-align: middle;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content:has(.tabulator-header-filter) {
    padding: 4px;
    justify-content: space-evenly;
    gap: 2px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{
    margin-bottom: 0;
    margin-top: 0;
}
.tabulator .tabulator-header .tabulator-col:last-of-type {
    border-right: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
    padding-right: 18px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{
    right: 2px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-title {
    padding-right: 0px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-sorter {
    display: none;
}

.tabulator .tabulator-table .tabulator-col-resize-handle {
    display: none;
}

.tabulator-col-content {
    position: relative;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{
    border-color: var(--grid-border-color)!important;
    min-height: 30px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-content {
    height: auto;
    min-height: 30px;
}

@media (hover: hover) and (pointer: fine) {
    .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
        cursor: pointer;
        background-color: #f2f6fa;
    }
}

/* 그리드 고정핀 관련 CSS */
.tabulator .tabulator-headers .pin-icon {
    position: absolute;
    top: 4px;
    right: 4px;
    /* transform: translateY(-50%); */
    
    color: #ccc;
    cursor: pointer;
    transition: all 0.2s;

    visibility: hidden;
    opacity: 0;

    width: 13px;
    height: 13px;
    filter: invert(49%) sepia(20%) saturate(198%) hue-rotate(167deg) brightness(88%) contrast(89%);
}

/* 그리드 고정핀 관련 CSS */
.tabulator .tabulator-headers .pin-icon.frozen-pin {
    visibility: visible;
    opacity: 1;
    filter: invert(43%) sepia(46%) saturate(1344%) hue-rotate(188deg) brightness(103%) contrast(106%);
}

/* 그리드 고정핀 관련 CSS */
.tabulator .tabulator-headers .pin-icon:hover {
    filter: invert(43%) sepia(46%) saturate(1344%) hue-rotate(188deg) brightness(103%) contrast(106%);
}

/* 그리드 고정핀 관련 CSS */
.tabulator .tabulator-headers .tabulator-col:hover .pin-icon {
    visibility: visible;
    opacity: 1;
}

.tabulator-row {
    border-bottom: 1px solid #dee2e6;
    min-height: 27px;
}

.tabulator-row .tabulator-cell {
    border-right: none;
    background-color: #FFFFFF;
    font-family: var(--ct-body-font-family)!important;
    /* align-content: center; */
    vertical-align: middle;
    align-items: center;
    min-height: 27px;
}

@media (max-width: 768px) {
    .tabulator,
    .tabulator-row .tabulator-cell {
        font-size: 0.89rem!important;
    }
}

.tabulator-row .tabulator-cell:has(.progress, .progress-bar){
    padding: 0;
    align-content: center;
}

.tabulator-row:hover .tabulator-cell {
    background-color: var(--ct-grid-hover-bg);
}

.tabulator-row.tabulator-selected .tabulator-cell {
    background-color: var(--ct-grid-active-bg);
}


.tabulator-row .tabulator-cell[tabulator-field="fieldname"],
.tabulator-row .tabulator-cell[tabulator-field="metaname"],
.tabulator-row .tabulator-cell[tabulator-field="Req"] {
    line-height: 2.3;
}

.tabulator-row .tabulator-cell[tabulator-field="No"] {
    line-height: 2.3
}

.tabulator-cell:has(div.rounded-pill){
    /* display: inline-grid!important; */
    align-items: center;
}

.tabulator-cell .rounded-pill{
    height: 18px;
    line-height: 18px;
}


.tabulator .tabulator-footer {
    background-color: #f7fafd;
    border-top: 1px solid #c5c5c5;
}

.tabulator .tabulator-footer .tabulator-paginator {
    text-align: center;
}

.tabulator-tableholder{
    background-color: #ffffff;
}

.tabulator-tableholder::-webkit-scrollbar{
    width: 9px;
    height: 9px;
}
.tabulator-tableholder::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 50px;
    border: 2px solid transparent;
    box-shadow: inset 10px 10px 0 rgba(10, 10, 10, 0.137);
}
.tabulator-tableholder::-webkit-scrollbar-thumb:hover {
    border: 2px solid transparent;
    box-shadow: inset 10px 10px 0 rgba(34, 34, 34, 0.315);
}
.tabulator-tableholder::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}
.tabulator-tableholder::-webkit-scrollbar-button{
    display: none;
}
.tabulator-tableholder::-webkit-scrollbar-corner {
    background: transparent;
}
.tabulator-placeholder-contents {
    color: inherit !important;
    font-size: 0.86rem !important;
}

.tabulator-placeholder {
  position: relative !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

} 

.tabulator-row.tabulator-row-even {
    background-color: #fff;
}

.tabulator-popup-container {
    max-height: 48vh;
    overflow-y: auto;

    font-size: 0.86rem!important;
}

.tabulator-menu .tabulator-menu-item {
    position: relative;
    box-sizing: border-box;
    padding: 2.5px 13px;
    user-select: none;
}

.tabulator-menu .tabulator-menu-item > span{
    display: flex;
    gap: 5px;
}

.tabulator-menu .tabulator-menu-item > span > span{
    padding-top: 2px;
}
  
.tabulator-edit-list {
    font-size: 0.86rem!important;
}

.tabulator-edit-list .tabulator-edit-list-item {
    padding: 2px 4px;
  }

.tabulator-edit-list .tabulator-edit-list-placeholder {
    padding: 2px 4px;
    color: #333;
    text-align: center;
}

.tabulator-edit-list .tabulator-edit-list-group {
    border-bottom: 1px solid #aaa;
    padding: 2px 4px;
    padding-top: 2px;
    color: #333;
    font-weight: bold;
}


.tabulator strong{
    font-size: 0.86rem!important;
} 

/* ----treeview grid----- */

.tabulator-row .tabulator-cell .tabulator-data-tree-control {
    height: 14px;
    width: 14px;
    background: var(--ct-body-bg);
    border: 1px solid var(--ct-gray-600);
    border-radius: 0.25rem;
    margin-bottom: 3px;
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control:has(.tabulator-data-tree-control-expand) {
    border: 1px solid var(--ct-indigo);
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control:has(.tabulator-data-tree-control-collapse) {
    border: 1px solid var(--ct-pink);
}
  
  @media (hover: hover) and (pointer: fine) {
    .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
      background-color: var(--ct-gray-200);
    }
  }

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
    display: inline-block;
    position: relative;
    height: 8px;
    width: 2px;
    background: transparent;
    border-radius: 0.15rem;
  }
  
  .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
    position: absolute;
    content: "";
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 8px;
    background: var(--ct-pink);
    border-radius: 0.15rem;
  }
  
  .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
    display: inline-block;
    position: relative;
    height: 8px;
    width: 2px;
    background: var(--ct-indigo);
    border-radius: 0.15rem;
  }
  
  .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
    position: absolute;
    content: "";
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 8px;
    background: var(--ct-indigo);
    border-radius: 0.15rem;
  }

.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    width: 8px;
    margin-top: -15px;
    margin-right: 4px;
    border-bottom-left-radius: 1px;
    border-left: 2px solid var(--ct-black);
    border-bottom: 2px solid var(--ct-black);
}
/* ================================================================================= */
/* Header Tree Toggle Button Styles */
/* ================================================================================= */
.tabulator-header .tabulator-header-tree-control .tabulator-data-tree-control {
    display: block;
    position: relative;
    height: 14px;
    width: 14px;
    position: absolute;
    background: var(--ct-body-bg);
    border-radius: 0.25rem;
    padding: 0 !important;
    margin: 0 !important;
    padding-bottom: 2px !important;
}

.tabulator-header .tabulator-header-tree-control .tabulator-data-tree-control.tabulator-data-tree-control-collapse {
    position: relative;
    border: 1px solid var(--ct-pink);
}

.tabulator-header .tabulator-header-tree-control .tabulator-data-tree-control.tabulator-data-tree-control-expand {
    position: relative;
    border: 1px solid var(--ct-indigo);
}

@media (hover: hover) and (pointer: fine) {
    .tabulator-header .tabulator-header-tree-control .tabulator-data-tree-control:hover {
        background-color: var(--ct-gray-200);
    }
}

.tabulator-header .tabulator-header-tree-control .tabulator-data-tree-control.tabulator-data-tree-control-expand::before,
.tabulator-header .tabulator-header-tree-control .tabulator-data-tree-control.tabulator-data-tree-control-expand::after {
    content: "";
    position: absolute;
    background: var(--ct-indigo);
    border-radius: 0.15rem;
}

.tabulator-header .tabulator-header-tree-control .tabulator-data-tree-control.tabulator-data-tree-control-expand::before {
    height: 8px;
    width: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tabulator-header .tabulator-header-tree-control .tabulator-data-tree-control.tabulator-data-tree-control-expand::after {
    height: 2px;
    width: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tabulator-header .tabulator-header-tree-control .tabulator-data-tree-control.tabulator-data-tree-control-collapse::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 8px;
    background: var(--ct-pink);
    border-radius: 0.15rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tabulator-header .tabulator-header-tree-control .tabulator-data-tree-control.tabulator-data-tree-control-collapse::after {
    display: none;
}

.tabulator-cell:has(.tabulator-data-tree-branch, .tabulator-data-tree-control){
    text-align: left!important;
}

.tabulator-row.tabulator-tree-level-0 .tabulator-cell .tabulator-data-tree-branch {
    margin-left: 0 !important; 
}

.tabulator-row.tabulator-tree-level-1 .tabulator-cell .tabulator-data-tree-branch {
    margin-left: var(--base-indent) !important; 
}

.tabulator-row.tabulator-tree-level-2 .tabulator-cell .tabulator-data-tree-branch {
    margin-left: calc(var(--base-indent) + var(--indent-step) * 1) !important;
    border-color: var(--ct-gray-700); 
}

.tabulator-row.tabulator-tree-level-3 .tabulator-cell .tabulator-data-tree-branch {
    margin-left: calc(var(--base-indent) + var(--indent-step) * 2) !important;
    border-color: var(--ct-gray-500); 
}

.tabulator-row.tabulator-tree-level-4 .tabulator-cell .tabulator-data-tree-branch {
    margin-left: calc(var(--base-indent) + var(--indent-step) * 3) !important;
    border-color: var(--ct-gray-400); 
}

.tabulator-row.tabulator-tree-level-5 .tabulator-cell .tabulator-data-tree-branch {
    margin-left: calc(var(--base-indent) + var(--indent-step) * 4) !important;
    border-color: var(--ct-gray-300); 
}

.tabulator-row.tabulator-tree-level-6 .tabulator-cell .tabulator-data-tree-branch {
    margin-left: calc(var(--base-indent) + var(--indent-step) * 5) !important; 
}

.tabulator-row.tabulator-tree-level-7 .tabulator-cell .tabulator-data-tree-branch {
    margin-left: calc(var(--base-indent) + var(--indent-step) * 6) !important; 
}

.tabulator-row.tabulator-tree-level-8 .tabulator-cell .tabulator-data-tree-branch {
    margin-left: calc(var(--base-indent) + var(--indent-step) * 7) !important; 
}

.tabulator-row.tabulator-tree-level-9 .tabulator-cell .tabulator-data-tree-branch {
    margin-left: calc(var(--base-indent) + var(--indent-step) * 8) !important; 
}

.tabulator-row.tabulator-tree-level-10 .tabulator-cell .tabulator-data-tree-branch {
    margin-left: calc(var(--base-indent) + var(--indent-step) * 9) !important; 
}

.tabulator-row:not(.tabulator-tree-level-1, .tabulator-tree-level-2, .tabulator-tree-level-3, .tabulator-tree-level-4) .tabulator-cell .tabulator-data-tree-branch{
    border-color: var(--ct-gray-300);
}

.tabulator-row.tabulator-group {
    background: #f5f7f8 !important;
    text-align: left !important;
    border-bottom: 1px solid #d6ecff;
    border-right: none;
    border-top: 1px solid #4caeff;
}

.tabulator-row.tabulator-group .tabulator-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 14px;
    border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    border-right: 0;
    border-left: 5px solid #777777;
    vertical-align: middle;
}

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
    margin-right: 11px;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 5px solid #008cff;
    border-bottom: 0;
}

.tabulator-row.tabulator-group span{
    color: #999999;
}

.tabulator-group-visible{
    color: #008cff!important;
}

.tabulator input[type="number"],
.tabulator input[type=search], 
.tabulator input[type="date"] {
    font-size: 12px;
    padding: 0 !important;
}

.tabulator .filter-div {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    vertical-align: middle;
}

.tabulator .filter-div .filter-span {
    flex-grow: 1;
    font-size: 15px;
}

.tabulator .filter-div .filter-input {
    position: relative;
    flex-grow: 2;
    width: 100%;
    height: 24px;
    border: var(--ct-border-width) solid var(--ct-border-color);
    border-radius: .25rem;
    padding: 0;
    background-color: var(--ct-input-bg);
    background-clip: padding-box;
    outline: none;
    line-height: 24px;
    font-size: .86rem;
    color: var(--ct-body-color);
    font-weight: 400;
    text-indent: 6px;
    vertical-align: middle;
}

.tabulator .filter-div .filter-input:focus{
    border-color:var(--focus-pri-color)!important;
}

.filter-input::-webkit-inner-spin-button,
.filter-input::-webkit-outer-spin-button {
    height: 18px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}


.tabulator-row .tabulator-cell.tabulator-row-header {
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    background: #ffffff!important;
}

.tabulator-row .tabulator-cell.tabulator-row-header.tabulator-row-handle {
    border-bottom: none;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
    width: 60%;
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
    width: 70%;
    margin: 0 auto;
    height: 2px;
    margin-top: 2px;
    background: #a8a8a8!important;
    border-radius: 4px;
}
.tabulator-cell .btn-light,
.tabulator-cell .uil-search,
.tabulator-cell input[type=search]{
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;
}
.tabulator-cell .uil-search::before{
 line-height: 26px;
 position: absolute;
 top: 51%;
 left: 50%;
 transform: translate(-50%, -50%);
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
    border-right: 1px solid var(--grid-border-color)!important;
  }
  
  .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
    border-left: 1px solid var(--grid-border-color)!important;
  }

  .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
    border-right: 1px solid var(--grid-border-color)!important;
  }
  
  .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
    border-left: 1px solid var(--grid-border-color)!important;
  }
  .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
    border-right: 1px solid var(--grid-border-color)!important;
  }
  
  .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
    border-left: 1px solid var(--grid-border-color)!important;
  }

  .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
    border-left: 1px solid var(--grid-border-color)!important;
  }
  
  .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
    border-right: 1px solid var(--grid-border-color)!important;
  }

  .tabulator-row .tabulator-cell.tabulator-editing {
    border: 1px solid #546EE5;
    outline: none;
    border-radius: 0.15rem;
    align-content: center;
}                                                           

.tabulator-row .tabulator-cell.tabulator-editing input,
.tabulator-row .tabulator-cell.tabulator-editing select {
    border: 1px;
    background: transparent;
    outline: none;
    text-indent: 5px;
  }

.tabulator-row .tabulator-cell.tabulator-editing button:not(.select2-selection__clear){
    background: #deebff57;
    color: #546EE5;
    font-weight: 700;
    font-size: 14px;
    outline: none;
    border: none;
    margin-top: -2px;
}

.tabulator-row .tabulator-cell.tabulator-editing button:not(.select2-selection__clear):hover{
    color: #243ca8;
    background-color: #cbdaf762;
}
.select2-container {
  height: 26px !important;
  min-height: 26px !important;
}

.select2-selection {
  position: relative;
  height: 26px !important;
  line-height: 26px !important;
  padding: 0 !important;
  overflow: visible;
  font-size: 12.5px;
  background: transparent!important;
}

.select2-selection__rendered {  
  line-height: 26px !important;
  padding: 0 4px !important;
}

.tabulator-row .tabulator-cell.tabulator-editing button.select2-selection__clear {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    line-height: 20px;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1;
}

.tabulator-row .tabulator-cell.tabulator-editing button.select2-selection__clear > span{
    color: var(--ct-dark);
    font-size: 16.5px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #5c78f1 transparent transparent transparent;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #4766ee transparent !important;
    border-width: 0 5px 5px 5px !important;
}

.select2-container .select2-selection--single{
    background: transparent!important; 
    border: none;
}

.select2-container--default .select2-search--dropdown {
    padding: 8px;
}

.select2-results__option {
    padding: 3.5px 10px;
    font-size: 12.5px;
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
    position: relative;
    border-right: initial;
    border-left: 1px solid #aaa;
}

@media (hover: hover) and (pointer: fine) {
    .tabulator-row.tabulator-selectable:hover {
        background-color: var(--ct-grid-hover-bg) !important;
    }
        .tabulator-row.tabulator-selectable.tabulator-selected:hover {
        background-color: var(--ct-grid-active-bg) !important;
    }
}

.tabulator-row.tabulator-selected {
    background-color: var(--ct-grid-active-bg) !important;
}

.tabulator .tabulator-footer .tabulator-footer-contents{
    padding: 4px 10px;
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{
    border-top: 1px solid #c0af95;
}

.tabulator-footer .btn{
    height: 26px!important;
    line-height: 1!important;
}

.tabulator .tabulator-footer .tabulator-calcs-holder {
    background: #ffffff !important;
    border-top: 0;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row,
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-cell {
    background: var(--ct-danger-bg-subtle) !important;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row:hover .tabulator-cell {
    background: #ffe8e8 !important;
}

/*------ tabulator toggle switch ----------*/
.tabulator-toggle {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    border: 1px solid #ccc;
    background: #dcdcdc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.4rem!important;
    height: 14.5px!important;
    margin: 0 auto;
  }
  
  .tabulator-toggle.tabulator-toggle-on {
      background: #546EE5;
      background: #42D29D;
  }

  
.tabulator-toggle .tabulator-toggle-switch {
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 13.5px!important;
    width: 13.5px!important;
    background: #fff;
  }


/*------ sweetalert custom CSS ------*/

div:where(.swal2-container) h2:where(.swal2-title){
    font-size: 1.05rem;
}

h2.swal2-title {
    display: flex!important;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

div:where(.swal2-container) button:where(.swal2-close):focus {
    outline: none;
    box-shadow: none;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
    box-shadow: none;
}

div:where(.swal2-icon) {
    margin: 1.6em auto .6em!important;
}

div:where(.swal2-icon).swal2-question {
    border-color: #cbddec;
    color: #97c3ec;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    background-color: #0270ff;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{
    box-shadow: 0 0 0 3px #bedaff;
}

div:where(.swal2-container) div:where(.swal2-popup){
    padding-bottom: 0!important;
}

div:where(.swal2-container) div:where(.swal2-actions){
    padding: 0 0 1.25rem 0;
    margin: 1.25em auto 0 !important;
}

.swal2-select.form-select {
    width: 100%;
    box-sizing: border-box;
}

.tabulator-tooltip {
    padding: 5px 7px;
    background: #656d75ec;
    box-shadow:  0 0 45px 0 rgba(var(--ct-body-color-rgb), 0.4);
    color: var(--ct-white);
    border: none;
    font-size: 12.5px;
    white-space: normal;
    word-wrap: break-word;
    border-radius: 0.26rem;
}

/*------ jstree CSS ------*/

.jstree-default .jstree-icon:empty {
    --ct-text-opacity: 1;
    color: #727cf5 !important;
}
.jstree-default>.jstree-container-ul>.jstree-node {
    margin-left: 0;
    margin-bottom: 5px;
}

.jstree-anchor{
    border-radius: 0.25rem!important;
}

.jstree-anchor:hover,
.jstree-proton .jstree-hovered{
    background: #f5f9fc!important;
    color: #0052ce;
    border-radius: 0.25rem!important;
    box-shadow: inset 0 0 1px #f5f9fc;
}

.jstree-disabled .jstree-hovered,
.jstree-disabled.jstree-hovered:hover{
    background: none!important;
    color: var(--ct-gray-600);
}

.jstree-proton .jstree-clicked {
    background: #f0f4f7!important;
    color: #1875f0;
    border-radius: 0.25rem!important;
    box-shadow: inset 0 0 1px #d9edff;
    font-weight: 500;
}

@media (max-width: 768px) {
    .jstree-proton-responsive .jstree-anchor {
        line-height: 24px;
        height: 24px;
        margin: 0;
        line-height: 24px;
    }

    .jstree-proton-responsive .jstree-icon, .jstree-proton-responsive .jstree-icon:empty {
        margin-top: 1px;
        width: 18px;
        height: 18px;
        line-height: 18px;
    }

    .jstree-proton-responsive .jstree-node, .jstree-proton-responsive .jstree-icon, .jstree-proton-responsive .jstree-node > .jstree-ocl, .jstree-proton-responsive .jstree-themeicon, .jstree-proton-responsive .jstree-checkbox {
        background-size: 77px 155px;
    }

    .jstree-proton-responsive .jstree-closed>.jstree-ocl {
        background-position: -4px -30px !important;
    }

    .jstree-proton-responsive .jstree-open>.jstree-ocl {
        background-position: -4px -5px!important; 
    }
    .jstree-proton-responsive .jstree-checkbox, .jstree-proton-responsive .jstree-checkbox:hover {
        background-position: -30px -56px;
    }
    
    .jstree-proton-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox, .jstree-proton-responsive.jstree-checkbox-selection .jstree-clicked>.jstree-checkbox:hover, .jstree-proton-responsive .jstree-checked>.jstree-checkbox, .jstree-proton-responsive .jstree-checked>.jstree-checkbox:hover {
        background-position: -4px -57px;
    }
    .jstree-proton-responsive .jstree-anchor>.jstree-undetermined, .jstree-proton-responsive .jstree-anchor>.jstree-undetermined:hover {
        background-position: -5px -83px;
    }
    .jstree-proton-responsive .jstree-node {
        min-height: 27px;
        line-height: 27px;
    }
    .jstree-proton-responsive .jstree-anchor {
        line-height: 22px!important;
        height: 22px!important;
    }
} 

/*------ Guide CSS ------*/
.guide {
    border-top: 1px solid #dee2e6;
    margin-top: 0.5rem;
    font-size: 0.86rem;
}
.guide span {
    font-weight: bold;
}
.guide p {
    margin-bottom: 0.1rem;
}
.guide h5 {
    margin-top:1rem;
    font-size: 0.9rem;
}

/*------ multiselect CSS ------*/
/* span.multiselect-native-select{
    width: 100%;
}
.multiselect-native-select .btn-group{
    width: 100%;
}
.custom-select span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: normal;
    text-align: left;
} */

.multiselect-container .multiselect-option:hover, 
.multiselect-container .multiselect-group:hover, 
.multiselect-container .multiselect-all:hover, 
.multiselect-container .multiselect-option:focus, 
.multiselect-container .multiselect-group:focus, 
.multiselect-container .multiselect-all:focus{
    background-color: var(--ct-primary-border-subtle)!important;
    border: none!important;
}
.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), 
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), 
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), 
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active, 
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, 
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active{
    background-color: var(--ct-primary-border-subtle);
}
.multiselect-container .form-check{
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.multiselect-container .form-check-input{
    vertical-align: middle;
    align-items: center!important;
}

.multiselect-container .form-check-label{
    font-size: 0.86rem!important;
    color: var(--ct-gray-900);
}

/*------ datepicker CSS ------*/
.datepicker table tr td.today, .datepicker table tr td.active{
    background-color: #7d868bb6 !important;
    color: #ffffff!important;
}

.datepicker table tr td.today:not(td.active):hover {
    background-color: #788288cb !important;}

.datepicker table tr td.active:hover {
    color: #ffffff!important;
}

.daterangepicker .drp-calendar.left {
    padding: 8px 8px 8px 8px;
}

/*--------------- card ------------------*/
.card{
    margin-bottom: 0.75rem !important;
    --ct-card-spacer-y: 0.75rem;
    --ct-card-spacer-x: 0.75rem;
    border: 1px solid var(--ct-card-border-color);
    box-shadow: none!important; 
}

.card >*{
    word-break: keep-all;
}

.topborder{
    background-color: #f6f9fc!important;
    border: 1px solid #9ba7d8;
}

.topcard{
    background-color: #f6f9fc!important;
    border: 1px solid #9ba7d8;
    margin-top: 10px;
}

.card.topcard > .card-body,
.card.topborder > .card-body{
    padding: 0.6rem 0.7rem;
}

.card .card-body .row{
    row-gap: 0.4rem;
}

.card.resizable {
    resize: vertical;
    overflow: auto;
    min-height: 202px;
    width: 100%;
}

/*--------------- cardTitle ------------------*/

div.cardTitle_btwn{ /* cardTitle 맨 우측에 버튼 있을 시 : cardTitle_btwn*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    flex-wrap: wrap;
    align-items: center;
}
div.cardTitle{ /* div에 .cardTitle 필수 추가*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.cardTitle h5{
    position: relative;
    color: #0a0a0a;
}

h5 .mdi-square-medium{
    color: var(--ct-point-color);
    font-size: 15px;
}

.cardTitle span{
    display: flex;
    align-items: center;
}

button.titleBtn{ /* cardTitle label 바로 우측에 버튼 있을 시 : btn titleBtn*/
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    border: 0;
}

.input-group:not(.tabulator-cell.tabulator-editing ,.input-group) .btn{
    height: 29px!important;
}

.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-dark,
.btn-outline-info,
.btn-outline-danger,
.btn-outline-warning{
    background: #ffffff;
}

.btn-secondary {
    --ct-btn-color: #ffffff;
    --ct-btn-bg: #818d97;
    --ct-btn-border-color: #818d97;
    --ct-btn-hover-color: #fff;
    --ct-btn-hover-bg: #6f7a85;
    --ct-btn-hover-border-color: #6f7a85;
    --ct-btn-focus-shadow-rgb: 130, 138, 145;
    --ct-btn-active-color: #fff;
    --ct-btn-active-bg: #646c74;
    --ct-btn-active-border-color: #646c74;
    --ct-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --ct-btn-disabled-color: #fff;
    --ct-btn-disabled-bg: #6c757d;
    --ct-btn-disabled-border-color: #6c757d;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #dfe5ec;
    background-color: #9499a1;
    border-color: #9499a1;
}

.iconBtn{
    display: flex;
    align-items: center;
    gap: 0.3rem;
    height: 32px;
    line-height: 1!important;
}

.iconBtn::before{
    padding-top: 0;
}

.btn:not(.topbar .btn, .input-group .btn, .tabulator .btn, .tabAllClose .btn, .btn-group .btn, .projInfoBtn.btn, .container-fluid > .cardBtn_end .btn, #salesDashboard .btn) {
    --ct-btn-line-height: 1 !important;
    height: 32px;
}

.cardTitle_btwn .text-end{
    margin-left: auto !important;
    margin-bottom: 0.375rem !important;
}

@media (min-width: 768px) {
    .cardTitle_btwn .text-end{
          margin-bottom: 0.15rem !important;
    }
}

.cardTitle_btwn .text-end .btn,
.container-fluid > .cardBtn_end .btn
{
    line-height: 1.4 !important;
    height: 32px;
}

.text-end:not(.cardTitle_btwn .text-end, .cardBtn_end #searchBtn) .btn{
    line-height: 1.4 !important;
    height: 32px;
}

.cardBtn_end #searchBtn:has(.uil-search) i::before{
    line-height: 1.4!important;
    height: 32px;
}

.btn-indigo{
--ct-btn-color: #fff;
  --ct-btn-bg: #7b8cfa;
  --ct-btn-border-color: #7b8cfa;
  --ct-btn-hover-color: #fff;
  --ct-btn-hover-bg: #6c77eb;
  --ct-btn-hover-border-color: #6c77eb;
  --ct-btn-focus-shadow-rgb: 84, 154, 252;
  --ct-btn-active-color: #fff;
  --ct-btn-active-bg: #6c77eb;
  --ct-btn-active-border-color: #6c77eb;
  --ct-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --ct-btn-disabled-color: #fff;
  --ct-btn-disabled-bg: #7b8cfa;
  --ct-btn-disabled-border-color: #7b8cfa;
}
/*--------------- card Button ------------------*/
.cardBtn_end{
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    text-align: right;
    align-self: center;
}


.fc-h-event{
    background-color: var(--ct-success);
}
/*----------------- 라벨 colomn관련 -------------*/
/* .group-Div = .col-3 */
.group-Div,
.group-Div_Col4,
.group-Div_Col5,
.group-Div_Col6,
.group-Div_Col8 {
    display: -webkit-box; 
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .group-Div,
    .group-Div_Col4,
    .group-Div_Col5,
    .group-Div_Col6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .group-Div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 30%;
    }
    .group-Div_Col4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .group-Div_Col5{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 41.66666667%;
    }

    .group-Div_Col6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;  
    }

    .group-Div_Col8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .form-label,
    .form-label-sm,
    .form-label-col2,
    .form-label-col3,
    .form-label-col4 {
        text-align: right;
    }

    /* .content-page.pb-0,
    .content-page.m-0:not(.content-page.sysCont){
        padding-bottom: 100px!important;
    } */

}

@media (min-width: 992px) {
    .group-Div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 30%;
    }
    .group-Div_Col4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .group-Div_Col5{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 41.66666667%;
    }
    .group-Div_Col6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;  
    }

    .group-Div_Col8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (min-width: 1200px) {
    .group-Div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .group-Div_Col4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .group-Div_Col5{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 41.66666667%;
    }

    .group-Div_Col6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;  
    }

    .group-Div_Col8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

 .form-label-sm {
    margin-right: 0.5rem;
    /* min-width: 70px; */
    min-width: 80px;
    margin-bottom: 0rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}

.form-label {
    margin-right: 0.5rem;
    min-width: 80px;
    margin-bottom: 0rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
    line-height: 1.2;
    font-size: 0.88rem!important;
}


.form-label-col2 {
    margin-right: 0.5rem;
    min-width: 80px;
    margin-bottom: 0rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
}

.form-label-col3 {
    margin-right: 0.5rem;
    min-width: 100px;
    margin-bottom: 0;
    /* col-3 */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
}

.form-label-col4 {
    margin-right: 0.5rem;
    min-width: 120px;
    margin-bottom: 0;
    /* col-3 */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
}

.form-ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 5px;
    width:100%;
    height:auto;
    max-height:500px;
    overflow: auto;
}

.row hr{
    margin:0.65rem 0;
}
/* group-Div 외 div */
.group-Div-col,
.group-Div-col-2,
.group-Div-col-3,
.group-Div-col-4,
.group-Div-col-5,
.group-Div-col-6,
.group-Div-col-7,
.group-Div-col-100,
.group-Div-col-66,
.group-Div-col-60,
.group-Div-col-40,
.group-Div-col-50{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    max-width: 100%;
}

.group-Div-col{
    flex: 0 0 100%;
}

.group-Div-col-2{
    flex: 0 0 50%;
}

.group-Div-col-3{
    flex: 0 0 33.33%;
}

.group-Div-col-4 {
    flex: 0 0 25%;
}

.group-Div-col-5 {
    flex: 0 0 20%;
}

.group-Div-col-6 {
    flex: 0 0 16.666%;
}

.group-Div-col-7 {
    flex: 0 0 13.333%;
}

.group-Div-col-100{
    flex: 0 0 100%;
}

.group-Div-col-66{
    flex: 0 0 66.66%;
}

.group-Div-col-60{
    flex: 0 0 60%;
}

.group-Div-col-50{
    flex: 0 0 50%;
}

.group-Div-col-40{
    flex: 0 0 40%;
}

.group-Div-col .div-col-25,
.group-Div-col .div-col-33,
.group-Div-col .div-col-50,
.group-Div-col .div-col-75,
.group-Div-col .div-col-100{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.group-Div-col .div-col-100{
    flex-grow: 1;
}

.group-Div-col .div-col-75{
    width: calc(75% - 200px - 0.5rem);
    padding-right: 0.75rem;
}

.group-Div-col .div-col-50{
    width: calc(50% - 200px - 0.5rem);
    padding-right: 0.75rem;
}

.group-Div-col .div-col-33{
    width: calc(33.33% - 200px - 0.5rem);
    padding-right: 1.125rem;
}

.group-Div-col .div-col-25{
    width: calc(25% - 200px - 0.5rem);
    padding-right: 1.125rem;
}

.group-Div-col .col-form-label,
.group-Div-col-2 .col-form-label,
.group-Div-col-3 .col-form-label,
.group-Div-col-4 .col-form-label,
.group-Div-col-5 .col-form-label,
.group-Div-col-6 .col-form-label,
.group-Div-col-7 .col-form-label,
.group-Div-col-100 .col-form-label,
.group-Div-col-66 .col-form-label{
    min-width: 200px;
    text-align: right;
    margin-right: 0.5rem;
}

.group-Div-col-100 .form-label,
.group-Div-col-66 .form-label,
.group-Div-col-60 .form-label,
.group-Div-col-50 .form-label,
.group-Div-col-40 .form-label{
    /* form-label-sm 적용 */
    margin-right: 0.5rem;
    min-width: 80px;
    margin-bottom: 0rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}

/* media query 추후 정리 필요 */

@media (max-width: 1440px) {
    .group-Div-col-4,
    .group-Div-col-5,
    .group-Div-col-6,
    .group-Div-col-7,
    .group-Div-col-60,
    .group-Div-col-40,
    .group-Div-col-50{
        flex: 0 0 33.33%;
    }

    .group-Div-col .div-col-25{
        width: calc(33.33% - 200px - 0.5rem);
    }
}

@media (max-width: 1200px) {
    .group-Div-col-3,
    .group-Div-col-4,
    .group-Div-col-5,
    .group-Div-col-6,
    .group-Div-col-7,
    .group-Div-col-66,
    .group-Div-col-60,
    .group-Div-col-40,
    .group-Div-col-50{
        flex: 0 0 50%;
    }

    .group-Div-col .col-form-label,
    .group-Div-col-2 .col-form-label,
    .group-Div-col-3 .col-form-label,
    .group-Div-col-4 .col-form-label,
    .group-Div-col-5 .col-form-label,
    .group-Div-col-6 .col-form-label,
    .group-Div-col-7 .col-form-label,
    .group-Div-col-66 .col-form-label,
    .group-Div-col-100 .col-form-label{
        text-align: left;
        justify-content: left!important;
    }
    .group-Div-col .div-col-25,
    .group-Div-col .div-col-33{
        width: calc(50% - 200px - 0.5rem);
        padding-right: 0.75rem;
    }
}

@media (max-width: 992px) {
    .group-Div-col .col-form-label,
    .group-Div-col-2 .col-form-label,
    .group-Div-col-3 .col-form-label,
    .group-Div-col-4 .col-form-label,
    .group-Div-col-5 .col-form-label,
    .group-Div-col-6 .col-form-label,
    .group-Div-col-7 .col-form-label,
    .group-Div-col-66 .col-form-label,
    .group-Div-col-100 .col-form-label{
        min-width: 150px;
    }
    .group-Div-col .div-col-25,
    .group-Div-col .div-col-33,
    .group-Div-col .div-col-50{
        width: calc(50% - 150px - 0.5rem);
    }

    .group-Div-col .div-col-75{
        width: calc(75% - 150px - 0.5rem);
    }

    .col-form-label{
        padding-bottom: 0.2rem;
    }
}

@media (max-width: 768px) {
    .group-Div-col,
    .group-Div-col-2,
    .group-Div-col-3,
    .group-Div-col-4,
    .group-Div-col-5,
    .group-Div-col-6,
    .group-Div-col-7,
    .group-Div-col-100,
    .group-Div-col-66,
    .group-Div-col-60,
    .group-Div-col-40,
    .group-Div-col-50{
        flex: 0 0 100%;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        row-gap: 0.3rem;
    }

    .group-Div-col .div-col-25,
    .group-Div-col .div-col-33,
    .group-Div-col .div-col-50,
    .group-Div-col .div-col-75,
    .group-Div-col .div-col-100{
        width: 100%;
        padding-right:0;
    }

    .row hr{
        margin: 0.3rem 0;
    }
    
    .card .card-body .row{
        row-gap: 0.5rem;
    }
    
    .col-form-label{
        padding-bottom: 0.15rem;
    }
    .form-label{
        padding-top: 0.3rem;
        padding-bottom: 0.1rem;
    }

    :root {
        --sab: max(env(safe-area-inset-bottom), 0px);
      }
    
      body {
        padding-bottom: min(var(--sab), 20px);
      }
}

@keyframes rotate_image{
	100% {
    	transform: rotate(360deg);
    }
}


/* ------------------ Dashboard -------------- */

.apexcharts-xaxis text, .apexcharts-yaxis text{
    font-size: 11.5px!important;
    font-weight: 400!important;
    fill: var(--ct-gray-700)!important;
}

.apexcharts-yaxis .apexcharts-xaxis-inversed .apexcharts-xaxis text,
.apexcharts-yaxis text{
    transform: translateX(13.5px);
}

.gantt-container{
    overflow: scroll;
    max-height: 400px;
}

.apexcharts-tooltip.apexcharts-theme-dark *{
    color: var(--ct-black)!important;
}

.gantt .bar-wrapper:hover .handle {
    display: none;
    visibility: hidden !important;
}

.gantt .bar-wrapper:hover .progress {
    display: none;
    visibility: hidden !important;
}

.gantt .bar-wrapper:hover .right {
    display: none;
    visibility: hidden !important;
}

.gantt .bar-wrapper:hover .left {
    display: none;
    visibility: hidden !important;
}

.gantt .handle {
    display: none;
}

.gantt .bar-progress {
    fill: #3688fc;
}

.gantt .bar {
    fill: #bbc4cc;
    stroke: #bbd0d8;
    stroke-width: 0;
    transition: stroke-width .3sease;
    user-select: none;
}

.gantt .bar-wrapper:hover .bar-progress {
    fill: #327de6;
}

.gantt .bar-wrapper.active .bar-progress,
.gantt .bar-wrapper:focus .bar-progress {
    fill: var(--ct-indigo);
}

.gantt .bar-label {
    fill: #ffffff;
    dominant-baseline: central;
    text-anchor: middle;
    font-size: 0.79rem;
    font-weight: normal;
}

.gantt-container::-webkit-scrollbar {
    -webkit-appearance: none;
    transition: 0.3s ease;
    width: 7px;
    height: 7px;
    opacity: 0;
  }

  .gantt-container::-webkit-scrollbar:vertical {
    width: 4px;
    margin-right: 5px;
  }
  .gantt-container::-webkit-scrollbar:horizontal {
    height: 4px;
  }

.gantt-container:hover::-webkit-scrollbar {
    border: 1px solid transparent;
    opacity: 1;
}

  .gantt-container::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 50px;
    border: 2px solid transparent;
    box-shadow: inset 3px 3px 0 rgb(248, 248, 248);
  }
  .gantt-container::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
  }

  .gantt-container::-webkit-scrollbar-thumb:hover{
    border: none;
    outline: none;
    background: transparent;
  }

.dashTimeline{
    max-height: 445px!important;
    overflow-y: scroll;
}

.card .header-title{
    font-size: 1rem!important;
}

.dashCard .card:not(.card.rounded-start){
    border-left: 0;
}

@media(max-width:991.98px){
    .dashCard .card:not(.card.rounded-start){
        border-left: 1px solid var(--ct-border-color)!important;
        border-radius: 0.25rem!important;
    }
}

.dashTimeline .timeline-item:nth-child(even) i.mdi,
.dashTimeline .timeline-item:nth-child(even) .timeline-item-info a{
    --ct-text-opacity: 1;
    color: rgba(var(--ct-info-rgb), var(--ct-text-opacity)) !important;
}

.dashTimeline .timeline-item:nth-child(even) i.mdi{
    background-color: var(--ct-info-bg-subtle) !important;
    color: rgba(var(--ct-info-rgb), var(--ct-text-opacity)) !important;
}

.dashTimeline .timeline-item:nth-child(odd) i.mdi,
.dashTimeline .timeline-item:nth-child(odd) .timeline-item-info a{
    --ct-text-opacity: 1;
    color: rgba(var(--ct-primary-rgb), var(--ct-text-opacity)) !important;
}

.dashTimeline .timeline-item:nth-child(odd) i.mdi{
    background-color: var(--ct-primary-bg-subtle) !important;
    color: rgba(var(--ct-primary-rgb), var(--ct-text-opacity)) !important;
}


/* ----------영업관리부용 대시보드 ------------- */

#salesDashboard .gantt .bar-progress {
    fill: #40c0e4;
}

#salesDashboard .gantt .bar-wrapper:hover .bar-progress {
    fill: #39b3d4;
}

#salesDashboard .gantt .bar-wrapper.active .bar-progress,
#salesDashboard .gantt .bar-wrapper:focus .bar-progress {
    fill: #32a4c4;
}

#salesDashboard .dashTimeline .timeline-item:nth-child(odd) i.mdi,
#salesDashboard .dashTimeline .timeline-item:nth-child(odd) .timeline-item-info a{
    --ct-text-opacity: 1;
    color: rgba(var(--ct-info-rgb), var(--ct-text-opacity)) !important;
}

#salesDashboard .dashTimeline .timeline-item:nth-child(odd) i.mdi{
    background-color: var(--ct-info-bg-subtle) !important;
    color: rgba(var(--ct-info-rgb), var(--ct-text-opacity)) !important;
}

#salesDashboard .dashTimeline .timeline-item:nth-child(even) i.mdi,
#salesDashboard .dashTimeline .timeline-item:nth-child(even) .timeline-item-info a{
    --ct-text-opacity: 1;
    color: rgba(var(--ct-primary-rgb), var(--ct-text-opacity)) !important;
}

#salesDashboard .dashTimeline .timeline-item:nth-child(even) i.mdi{
    background-color: var(--ct-primary-bg-subtle) !important;
    color: rgba(var(--ct-primary-rgb), var(--ct-text-opacity)) !important;
}

#salesDashboard .projectSche .progress-bar {
    background-color: var(--ct-info);
}

#salesDashboard .dashSche{
    max-height: 340px!important;
    overflow-y: scroll;
}

#salesDashboard .calendar-widget .datepicker{
    padding: 0 10px!important;
}

#salesDashboard .calendar-widget .datepicker-inline td, 
#salesDashboard .calendar-widget .datepicker-inline th, 
#salesDashboard .calendar-widget table td, 
#salesDashboard .calendar-widget table th{
    height: 40px;
}

#salesDashboard .calendar-widget .datepicker-inline tr td.day,
#salesDashboard .calendar-widget table tr td.day,
#salesDashboard .calendar-widget .datepicker-inline tr td.day,
#salesDashboard .calendar-widget table tr td.day{
    vertical-align: top;
    padding-top: 2px;
    height: 47px; 
}

#salesDashboard .calendar-widget .datepicker-inline tr td.today.day,
#salesDashboard .calendar-widget table tr td.today.day,
#salesDashboard .calendar-widget .datepicker-inline tr td.active.day,
#salesDashboard .calendar-widget table tr td.active.day{
    position: relative;
    z-index: 1;
}

#salesDashboard .calendar-widget .datepicker-inline tr td.today.day,
#salesDashboard .calendar-widget table tr td.today.day,
#salesDashboard .calendar-widget .datepicker-inline tr td.today.active.day,
#salesDashboard .calendar-widget table tr td.today.active.day{
    color: var(--ct-primary) !important;
}

#salesDashboard .calendar-widget .datepicker-inline tr td.active.day,
#salesDashboard .calendar-widget table tr td.active.day{
    color: var(--ct-dark) !important;
}

#salesDashboard .calendar-widget .datepicker-inline tr th.dow.holiday,
#salesDashboard .calendar-widget table tr th.dow.holiday
#salesDashboard .calendar-widget .datepicker-inline tr td.day.holiday,
#salesDashboard .calendar-widget table tr td.day.holiday
#salesDashboard .calendar-widget .datepicker-inline tr td.active.day.holiday,
#salesDashboard .calendar-widget table tr td.active.day.holiday{
    color: var(--ct-red) !important;
}

#salesDashboard .calendar-widget .datepicker-inline tr td.active.day::after,
#salesDashboard .calendar-widget table tr td.active.day::after{
    display: block;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--ct-light-rgb), .7);
    border-radius: 0.25rem;
    content: '';
    z-index: -1;
}

#salesDashboard .calendar-widget .datepicker-inline td.day.mark, 
#salesDashboard .calendar-widget table td.day.mark{
    position: relative;
}

#salesDashboard .calendar-widget .datepicker-inline td.day.mark::before, 
#salesDashboard .calendar-widget table td.day.mark::before{
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: rgba(var(--ct-dark-rgb), 0.4);
    content: '';
    border-radius: 50%;
}

#salesDashboard .calendar-widget .datepicker-inline td.active.day.mark::before, 
#salesDashboard .calendar-widget table td.active.day.mark::before{
    background: rgba(var(--ct-dark-rgb), 0.85);
}

#salesDashboard .calendar-widget .datepicker-inline td.today.day.mark::before, 
#salesDashboard .calendar-widget table td.today.day.mark::before,
#salesDashboard .calendar-widget .datepicker-inline td.today.active.day.mark::before, 
#salesDashboard .calendar-widget table td.today.active.day.mark::before{
    background: var(--ct-primary);
}

/* ============ Dashboard Gantt chart ============= */
.gantt_container {
    border-color: #eaedf1;
    border-radius: 0.25rem;
}

.gantt_grid_data,
.gantt_grid_head {
    font-size: 12px !important;
}

.gantt_cal_quick_info {
    box-shadow: 0px 0px 35px 0px rgba(124, 132, 143, 0.322);
    border: var(--ct-border-width) var(--ct-border-style) var(--ct-border-color) !important;
    width: initial;
    min-width: 300px;
}

.gantt_cal_qi_tcontent:before {
    display: none;
    background-color: var(--ct-primary);
}


.gantt_cal_qi_tcontent {
    font-size: 0.98rem;
    color: var(--ct-dark);
    font-weight: 700;
}

.gantt_cal_qi_title {
    gap: 3px;
    padding-right: 35px;
}

.gantt_cal_qi_tdate {
    font-size: 0.9rem;
    color: var(--ct-secondary);
    font-weight: 600;
}

.gantt_cal_qi_content {
    padding-top: 6px;
    font-size: 0.93rem;
    font-weight: 600;
    color: #369cfc;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    flex-grow: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gantt_cal_qi_content::before {
    display: var(--dhx-gantt-quick-info-dot-display, block);
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #369cfc;
}

.gantt_task_line {
    background-color: #dae0e7;
}

.gantt_task_line.gantt_bar_task {
    height: 20px !important;
    line-height: 18px !important;
}

.gantt_task_progress {
    position: relative !important;
    background-color: var(--ct-primary) !important;
}


#tasks-gantt {
    width: 100%;
    height: 400px;
}

.gantt_grid_scale .gantt_grid_head_cell,
.gantt_task .gantt_task_scale .gantt_scale_cell {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--ct-dark);
    background-color: #f6f7fb;
}

.gantt_task_content {
    font-size: 0.82rem !important;
    color: var(--ct-black);
    font-weight: 600;
    text-shadow: 1px 1px 1px #e3f0ffbe;
}

.gantt_task_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    overflow: visible !important;
    z-index: 2;
    left: 0;
    width: auto;
    text-align: left;
    line-height: normal;
    padding: 0 5px;
    box-sizing: border-box;
    color: black;
    text-shadow: none;
}

.gantt_task_line,
.gantt_task_progress {
    overflow: visible !important;
}

.gantt_control {
    background-color: transparent;
}

.gantt_scale_line {
    border-color: #d7dde4 !important;
}

.gantt_scale_line .gantt_scale_cell {
    border-right: 1px solid #d7dde4;
}

.gantt_task_cell {
    border-color: #edeff3 !important;
}


.gantt_grid_data .gantt_row.gantt_selected,
.gantt_grid_data .gantt_row.odd.gantt_selected {
    background-color: #f2f4ff85;
}

.gantt_task_row.odd.gantt_selected,
.gantt_task_row.gantt_selected {
    background-color: #f2f4ff85 !important;
}

.gantt_grid_data .gantt_row:hover,
.gantt_grid_data .gantt_row.odd:hover {
    background-color: #f2f4ff85;
}

.gantt_selected .weekend-timeline,
.gantt_selected .weekend-scale {
    background-color: #f2f4ff85 !important;
}

.gantt_selected .gantt_task_cell {
    border-right: 1px solid #f2f4ff85 !important;
}

.gantt_selected .week-end-cell {
    border-right: 1px solid #f0e6e6 !important;
}

.gantt_selected.gantt_task_line {
    background-color: #aab8c5 !important;
}

.gantt_selected .gantt_task_progress {
    background-color: #369cfc !important;
}


.gantt_selected .gantt_tree_content {
    font-weight: 600;
}

.gantt_tree_icon.gantt_blank {
    width: 20px !important;
}

.gantt_tree_content {
    font-size: 0.89rem;
}

.weekend-scale,
.weekend-timeline {
    background-color: #fff6f6;
}

.week-end-scale {
    border-right: 1px solid #8a969c;
}

.week-end-cell {
    border-right: 1px solid #d7dde4 !important;
}

.gantt_scale_line .gantt_scale_cell.week-end-scale {
    border-right: 1px solid #d7dde4 !important;
}

.gantt_task_content {
    overflow: visible !important;
}

.gantt_task_content div {
    white-space: nowrap;
    overflow: visible !important;
    text-overflow: unset;
}

.gantt_marker {
    background-color: var(--ct-teal);
}

.gantt_marker.status_line {
    background-color: var(--ct-indigo) !important;
    width: 1px;
}


.gantt_marker.status_line .gantt_marker_content {
    margin-left: 1px;
    color: #FFFFFF !important;
    font-size: 12px;
}

/* === 영업관리부용 간트차트 ===  */

#salesDashboard .gantt_cal_qi_tcontent:before {
    display: none;
    background-color: var(--ct-success);
}

#salesDashboard .gantt_cal_qi_content{
    color: #3cbe8f;
}
#salesDashboard .gantt_cal_qi_content::before {
    background: var(--ct-success);
}
#salesDashboard .gantt_task_progress {
    background-color: var(--ct-success) !important;
}

#salesDashboard .gantt_task_content{
    text-shadow: none;
}
#salesDashboard .gantt_selected .gantt_task_progress{
    background-color: #3cbe8f!important;
}
#salesDashboard .gantt_marker{
    background-color: var(--ct-yellow);
}

#salesDashboard .gantt_marker.status_line {
    background-color:var(--ct-indigo) !important;
    width: 1px;
}

/* --------------산출물 출력--------------- */

.tasks .card{
    cursor: pointer!important;
    transition: border-color .2s ease-in-out;

}

.tasks .card:hover{
    border-color: #008cff!important;
    cursor: pointer!important;
}

.tasks .card:active,
.tasks .card:focus,
.tasks .card.checked   {
    border-color: #008cff!important;
    background: #f1f8ffde;
}

.progressDiv .loading:first-child {
    display: block !important;
}
