/*!* 신청화면 *!*/

#resource_popup_area .modal-content{
    border: 1px solid var(--light-gray7) !important;
}


#high_popup_area .modal-content{
    border: 1px solid var(--light-gray7) !important;
}



.info.division-line {
    border-top: 1px solid #80808075;
}

.tab_list_txt>p {
    height: 50px;
}

.tit_page>h1+.sub {
    max-height: 105px;
    overflow: auto;
}

.tab_aria {
    margin-top:20px;
}

.gnb {
    z-index: 1201;
}

.info_box .icon {
    height: 52px;
    width: 52px;
    position: absolute;
    left: 178px;
    top: 71px;
}

.cmContent {
    width: calc(100% - 280px);
}


.divisionWrap,
.main-box{
    padding: 20px;
    min-height: calc(100vh - 140px);
    background: var(--white-color);
    border: 0.5px solid rgba(83, 108, 214, 0.5);
    border-radius: 10px;
    height: auto;
    margin-bottom: 10px;
}


.gridWrap .top .control .df {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 4px;
    padding: 0 16px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

.grid-title{
    font-size: 16px;
    margin: 20px 0px 5px 0px;
    font-weight: 500
}

.gridWrap .top .control .new {
    display: flex;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 86px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 4px;
}


.tab_list .info_box .type{
    line-height: 19px;
    padding: 0px 5px;
}

/*datagrid.js쪽에서 작은 input으로 사용*/
.el_text1.small ,
.el_select1.small{
    padding: 8px 12px;
    width: 100%;
    max-width: 280px;
    height: 40px;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    background: #fff;
    border: 0.5px solid #dadada;
    border-radius: 4px;
}

.comp_select_disable{
    padding: 8px 12px;
    width: 100%;
    max-width: 280px;
    height: 40px;
    font-size: 14px;
    line-height: 1.2;
    color: #68686e !important;
    background: #F9F9F9 !important;
    border: 0.5px solid #dadada !important;
    border-radius: 4px;
}

.empty input {
    border: 2px solid red;
}

.rangeBar {
    width: 400px;
}

.disabled-icon {
    color: #68686e !important;
    background-color: #f9f9f9 !important;
    cursor: not-allowed !important;
    border: none;
}

.tab_content {
    min-height:300px;
}

.caption::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #c8c8c8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.step_txt>li .s_tit {
    display: inline-block;
    padding-left:24px;
}

.step_txt>li {
    text-align: center;
}

.info_txt>dl>dd ul li {
    padding-left:0px;
}

.info_txt>dl {
    display: flex;
    align-items: center;
}

/* dropdown.js */
.el_select1>select :disabled, .el_select1 > select.read-only {
    color: black !important;
    background: #F9F9F9 !important;
    border: 1px solid #C8C8C8;
}

.gridWrap .top .control .ok {
    display: flex;
    align-items: center;
    height: 40px;
    background: var(--sub1-color);
    border-radius: 4px;
    padding: 0 16px;
    color: var(--white-color);
    border: 0;
    gap: 4px;
    font-weight: 500;
}


#summaryWrap .card {
    padding: 10px;
    width: 700px;
    background-color: #fff;
    border: 0.5px solid rgba(83, 108, 214, 0.5);
    border-radius: 10px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

#summaryWrap .card-header {
    padding: 0;
    line-height: 44px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    background: 0;
    border-bottom: 0;
}

#summaryWrap .card-body{
    padding: 10px;
}

#summaryWrap .summary-section {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

#summaryWrap .summary-section~.summary-section {
    margin-top: 10px;
}


#summaryWrap .summary-section-main-title {
    margin-bottom: 10px;
    font-weight: bold;
}

#summaryWrap .summary-section-main-title > .num {
    font-weight: 700;
    color: #fff;
    background: #758ae1;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}


#summaryWrap.summary-section-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-left: 0;
    padding-left: 10px;
}


#summaryWrap.summary-section-title>span {
    padding-right: 5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #758ae1;
    border-radius: 50%;
}

#summaryWrap .summary-list {
    padding: 5px 20px;
    background: rgba(117, 138, 225, 0.06);
    border: 0.5px solid rgba(83, 108, 214, 0.5);
    border-radius: 7px;
}



#summaryWrap .summary-list dl {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 300;
    height: fit-content;
    padding: 5px 0;
}

#summaryWrap .summary-list dl~dl {
    border-top: 0.5px solid #e9e9e9;
}

#summaryWrap .summary-list dt {
    font-size: 14px;
    width: 150px;
    color: #999;
}

#summaryWrap .summary-list dd {
    font-size: 14px;
    width: calc(100% - 150px);
    color: #333;
}


#summaryWrap .summary-total {
    display: flex;
    justify-content: end;
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 15px;
}

#summaryWrap .summary-total>.tit {
    font-size: 13px;
    font-weight: 300;
    color: #999;
}

#summaryWrap .summary-total>.amount {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

#summaryWrap .summary-total>.amount strong {
    font-size: 26px;
    font-weight: 800;
}

#summaryWrap .summary-section-title > .num {
    font-weight: 700;
    color: #fff;
    background: #758ae1;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

#summaryWrap .summary-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 8px;
}

#summaryWrap .summary-full-row {
    grid-column: 1 / -1; /* 전체 column 사용 */
    font-weight: 400;
    color: #333;
}


.summary-split-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.summary-show-btn {
    position: relative;
    top: 40px;
    right: 20px;
}

.modal-content {
    border: 0;
    border-radius: 5px;
    background-color: white
}

.summary-toggle-btn {
    position: relative;
    top: 42px;
    right: 22px;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../../img/lnb/summaryPannalBox.svg) center no-repeat;
    background-size: 30px 30px;
}

.summary-toggle-btn-arrow {
    width: 31px;
    height: 26px;
    background: url(../../img/lnb/summaryPannalBoxArrow.svg) center no-repeat;
    background-size: 10px;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.summary-toggle-btn-arrow.rotated {
    transform: rotate(0deg);
}


#summaryVisibleBox {
    max-width: 700px;
    overflow: hidden;
    transition: max-width 0.4s ease, opacity 0.4s ease;
}

#summaryVisibleBox.show-summary {
    opacity: 1;
    max-width: 700px;
    display: block;
}

#summaryVisibleBox.hide-summary {
    opacity: 0;
    max-width: 0;
    display: block;
}

#aria_catalog_request .summary-split-box,
#k8sAppCreateAria .summary-split-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

#aria_catalog_request .request-col {
    width: 100%;
}

.lnb {
    position: static;
    margin-top: 50px;
    left: 0;
    width: 260px;
    min-height: calc(100vh - 126px);
    height: 93%;
    background: var(--bg1-color);
    box-sizing: border-box;
    z-index: 5;
}

.summary-list .grid{
    border-top:none;
}

.summary-list .grid .thead th {
    border-top: 0.5px solid black;
    border-bottom: 0.5px solid #c7c7c7;
    color: var(--dark-gray6);
}

.summary-list .grid .tbody td {
    border-bottom: 0.5px solid var(--light-gray8);
    color: #333333;
}

.summary-list .grid .thead.fixed-header {
    background-color: var(--light-gray9);
    border-top: 0.5px solid black;
    color: #4A4A4A;
    background: var(--light-gray9);
    border-bottom: 0.5px solid var(--light-gray6);
}

.summary-list .grid .thead tr {
    border-bottom: none !important;
}



.status {
    width: 12px;
    height: 12px;
}


/*  상태 아이콘을 보여주는 td 태그의 width는 다 다르기에 각 화면에서 width를 지정 한다.  */
.status-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    margin : auto;
}

.status-icon-box{
    display: flex;
}

.status-text {
    font-size: 12px;
    font-weight: 700;
}


.status.gray,
.status.stop {
    background: url(/res/new/img/ico_stop1.svg) center/cover no-repeat;
}

.status-text.gray,
.status-text.stop{
    color: #7F7F7F;
}

.status.green,
.status.processing {
    background: url(/res/new/img/ico_processing.svg) center/cover no-repeat;
}

.status-text.green,
.status-text.processing{
    color: #4ACCA7;
}

.status.skyblue,
.status.run {
    background: url(/res/new/img/ico_running.svg) center/cover no-repeat;
}

.status-text.skyblue,
.status-text.run{
    color: #5EBDF8;
}

.status.red,
.status.fail{
    background: url(/res/new/img/ico_failed.svg) center/cover no-repeat;
}

.status.cancel{
    background: url(/res/new/img/ico_failed_gray.svg) center/cover no-repeat;
}

.status-text.red,
.status-text.fail{
    color: #CE0000;
}

.status.orange,
.status.delete {
    background: url(/res/new/img/ico_delete.svg) center/cover no-repeat;
}

.status-text.orange,
.status-text.delete{
    color: #EF6F38;
}

.status.blue,
.status.success {
    background: url(/res/new/img/check.svg) center/cover no-repeat;
}

.status-text.blue,
.status-text.success{
    color: #758AE1;
}

.status.yellow,
.status.expired {
    background: url(/res/new/img/ico_expiration.svg) center/cover no-repeat;
}
.status-text.yellow,
.status-text.expired{
    color: #FB9B16;
}

.status.purple,
.status.before{
    background: url(/res/new/img/ico_stop2.svg) center/cover no-repeat;
}

.status.wait{
    background: url(/res/new/img/ico_stop2_gray.svg) center/cover no-repeat;
}

.status-text.purple,
.status-text.before{
    color: #A674DE;
}

.status-text.wait,
.status-text.cancel{
    color: #999999;
}

.status.unknown{
    font-weight: 700;
    width: 9px;
    background: url(/res/new/img/ico_unknown.svg) center/cover no-repeat;
}

.status-text.unknown {
    color: var(--light-gray3);
}

/* JobLog 전용 상태 아이콘 */
.joblog-status-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 8px;
}

.joblog-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    gap: 8px;
}

.joblog-badge-success { background: #7ac143; }
.joblog-badge-tasking { background: #8c6cf5; }
.joblog-badge-failed  { background: #e14b4b; }
.joblog-badge-cancel  { background: #999999; }

.joblog-status-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
}

.joblog-icon-check {
    width: 10px;
    height: 5px;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(-45deg);
}

.joblog-icon-play {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid white;
}

.joblog-icon-x {
    position: relative;
    width: 12px;
    height: 12px;
}

.joblog-icon-x:before,
.joblog-icon-x:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 2.5px;
    height: 100%;
    background: white;
    border-radius: 2px;
}

.joblog-icon-x:before { transform: rotate(45deg); }
.joblog-icon-x:after  { transform: rotate(-45deg); }


.request-form-left{
    padding-right: 30px;
    width: 100%;
}

/* POPUP LAYER : 알림 */
.popup_layer {
    position: absolute;
    display: none;
    padding: 0 20px 15px;
    left:-148px;
    width: 350px;
    height: 540px;
    background: #FFFFFF;
    border: 0.5px solid var(--line-gray1);
    border-radius: 10px;
    box-shadow: 0px 3px 7px 0px var(--black-a20);
    z-index: 0;
}

.popup_head {
    height: 38px;
    line-height: 38px;
    border-bottom: 0.5px solid var(--line-gray2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.alarm-mark {
    position: absolute;
    display: none;
    top: 0;
    width: auto;
    height: 14px;
    line-height: 14px;
    font-size: 9px;
    padding: 0 5px;
    color: #fff;
    text-align: center;
    background-color: #fc1919;
    border-radius: 1em;
}

.alarm-box {
    position: relative;
    display: flex;
    width: 36px;
    justify-content: center;
}

.btn_popup_close {
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    background: url(/res/new/img/ico_popup_close.svg) center no-repeat;
}

.userTaskDetail {
    width: 400px;
    height: 230px;
    border-radius: 4px;
    background-color: white;
    position: absolute;
    right: -105px;
    box-shadow: 3px 4px 9px #818181;
    font-size: 16px;
    text-align: center;
    color: #24282d;
    line-height: 22px;
    display: none;
    z-index: 1000;
}

.popup_body .alarm_num {
    position: absolute;
    top: -8px;
    right: 3px;
    padding: 0 5px;
    width: auto;
    min-width: 13px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    font-weight: 500;
    border-radius: 1em;
    box-sizing: border-box;
    color: white;
}

.alarm_list li {
    padding: 6px;
    background: var(--light-gray9);
    border-radius: 4px;
}

.alarm_list li .title {
    height: 13px;
    line-height: 13px;
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 500;
    color: var(--dark-gray2);
    margin-bottom: 3px;
}

.alarm_list li .title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 4px;
    border-radius: 1em;
    background: var(--light-gray2);
}

.alarm_list li .date {
    height: 11px;
    line-height: 11px;
    position: static;
    padding-left: 10px;
    font-size: 11px;
    font-weight: 300;
    color: var(--light-gray3);
}

.recent-range-day {
    margin-left: 10px;
    color: gray;
    font-size: smaller;
    font-weight: 300;
}

.requestInfo .apply_form .inline_form dd.readonly {
    position: relative;
    background: transparent;
    width: 270px;
    min-width: calc(100% - 100px);
    max-width: 100%;
}


.step_txt>li .s_tit:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 700;
    color: var(--white-color);
    text-align: center;
    background: black;
    border-radius: 50%;
}

.step_txt>li:nth-child(4) .s_tit:before {
    content: '4';
}

.el_select1 > .dropdown button:disabled,
.dropdown.el_select1 > .select.disabled{
    background-color: #F9F9F9 !important;
}

.dropdown-menu > input {
    max-width: 100%;
}

.cloud_download_ico {
    border: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: url(../../img/lnb/IC_cloud-download.svg) center center no-repeat;
    background-size: 20px;
}

.add-sw-box {
    border: 0.5px solid #dadada;
    border-radius: 0.5em;
    width: 495px;
    padding: 5px 10px;
    margin-top: 5px;
    input, #application-select{
        width: 100% !important;
    }
    .tagRemove {
        width: 20px;
        height: 20px;
        background: url(../../dark/ic_12_delete.svg) center/cover no-repeat;
        text-indent: -9999px;
        cursor: pointer;
    }
}

.add-sw-top {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    font-size: medium;
}



.add-sw-box-summary {
    border: 0.5px solid #dadada;
    border-radius: 0.5em;
    width: 100%;
    padding: 5px 10px;
    margin-top: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    .app_param{
        border-top: 0.5px solid #dadada;
        display: flex;
        padding: 5px 14px;
        width: 100%;
        align-items: center;
        border-bottom: none;
        max-height: 35px;
        color: #999;
        font-size: 14px !important;
        align-content: center;
    }
    input{
        width: 100% !important;
        color: #999;
        border: none;
        background: none !important;
    }
}

.add-sw-top-summary {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
}



/* 파드 상태 css ( text 까지 포함된 이미지 ) */
.pod-status .pending{
    width: 98px;
    height: 22px;
    background: url(/res/new/img/pending.svg) center/cover no-repeat;
}

.pod-status .running{
    width: 98px;
    height: 22px;
    background: url(/res/new/img/running.svg) center/cover no-repeat;
}

.pod-status .succeeded{
    width: 98px;
    height: 22px;
    background: url(/res/new/img/succeeded.svg) center/cover no-repeat;
}

.pod-status .failed{
    width: 98px;
    height: 22px;
    background: url(/res/new/img/failed.svg) center/cover no-repeat;
}

.pod-status .unknown{
    width: 98px;
    height: 22px;
    background: url(/res/new/img/unknown.svg) center/cover no-repeat;
}

/* 상세 정보 팝업 공통 css */
.detail-tap-title {
    width: 60px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 15px;
}
.tap-gap {
    padding-top:35px;
}

.content-card-wrap {
    display: flex;
    gap: 3px;
}

.content-card-xs {
    width: 140px;
    min-height: 95px;
    border-radius: 5px;
    border: 1px solid var(--line-gray10)
}

.content-card-s {
    width: 160px;
    min-height: 95px;
    border-radius: 5px;
    border: 1px solid var(--line-gray10)
}

.content-card-m{
    width: 200px;
    min-height: 95px;
    border-radius: 5px;
    border: 1px solid var(--line-gray10);
}

.content-card-l{
    width: 500px;
    min-height: 95px;
    border-radius: 5px;
    border: 1px solid var(--line-gray10);
}

.content-card-xl {
    width: 805px;
    min-height: 95px;
    border: 1px solid var(--line-gray10);
    border-radius: 5px;
}

.content-card-list {
    position: relative;
}

.content-card-list .title-box {
    display: flex;
    justify-content: space-between
}

.content-card-list .toggle {
    margin-right: 20px;
    margin-top: 15px;
}

.content-card-list .toggle .tooltip {
    font-size: 10px;
    color: var(--lnb-sub);
    cursor: pointer;
}


.content-card-xl .title,
.content-card-l .title,
.content-card-m .title,
.content-card-s .title,
.content-card-xs .title {
    height: 20px;
    margin-top: 13px;
    margin-left: 20px;
    font-size: 12px;
    font-weight: 300;
    color: var(--line-gray11);
}

.content-card-xl .content,
.content-card-l .content,
.content-card-m .content,
.content-card-s .content,
.content-card-xs .content {
    width: 7px;
    height: 16px;
    margin-top: 5px;
    margin-left: 20px;
    font-size: 13px;
    font-weight: 700;
}

.content-card-list .card-box {
    max-height: 45px; /* 2줄까지만 보이게 */
    overflow: hidden;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
    transition: max-height 0.3s ease;
    margin-top: 5px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.content-card-list .card-box.expanded {
    max-height: 300px; /* 펼칠 때 높이 제한 (더 많으면 늘려도 돼) */
    overflow-y: auto;
}

.dropdown.disabled{
    border-radius: 5px;
    border: 1px;
}

button:disabled,
.disabled {
    color: var(--light-gray2) !important;
    font-weight: 400 !important;
    background-color: var(--light-gray9) !important;
    cursor: not-allowed !important;
    background: none;
    pointer-events: none;
    border: 1px solid var(--light-gray6) !important;
}

.dropdown button:disabled{
    color: var(--light-gray5) !important;
    font-weight: 400 !important;
    background-color: #fff !important;
    cursor: not-allowed !important;
    background: none;
    pointer-events: none;
    border: none !important;
}


.ready .control .new {
    display: flex;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 86px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 4px;
}


/* 적정사이즈 제한 */
.resizing-box {
    display: inline-block;
    width:49%;
    padding: 0 30px;
}
.resizing-box.left {
    border-right:solid #DADADA 1px;
}
.summary-box {
    height:400px;
    width:100%;
    padding-top: 20px;
}
.vm-summary {
    text-align: center;
    height:160px;
    margin-bottom: 10px;
}

.vm-summary .text {
    display: inline-block;
    margin-left:12px;
}

.vm-summary .vm-num {
    font-size: 3.0em;
}

.vm-summary .label {
    font-size:1.3em;
    font-weight: 600;
    padding-left:20px;
}

.vm-summary .vm-unit {
}

.vm-summary .arrow-wrapper {
    display: inline-block;
    vertical-align: middle;
    height: 56px;
    margin-right: 10px;
}


.content-summary {
    width:100%;
    border-radius: 5px;
    border: 0.5px solid #BFBFBF;
    background: #FDFDFD;
    padding: 10px 25px 20px 0px;
    font-size: 1.1em;
}

.content-summary > table {
    text-align: center;
}

.content-summary table,
.content-summary th,
.content-summary td {
    border: none;
    border-collapse: collapse;
    background-color: #f9f9f900;
}

.content-summary th,
.content-summary td {
    width:115px;
}

.resizing-value {
    font-weight: 700;
}

.downsizing-value {
    color: #758AE1;
}

.upsizing-value {
    color: #ED566D;
}

.recommend-size-info .vm-list-box {
    height:450px;
}

.vm-list-box .label {
    font-size:1.15em;
    font-weight: 600;
}

.vm-list-box .grid {
    max-height: 410px;
    overflow-y: auto;
}


.vm-row {
    white-space: nowrap;
    display: flex;
    align-items: center; /* 세로 중앙 정렬 */
}

.vm-icon {
    width: 16px;
    margin-right: 4px;
    display: flex;
    align-items: center; /* 버튼 세로 중앙 정렬 */
}

.graph-icon {
    background: url(../../img/ClovirONE_graph_1.svg) center no-repeat;
    width: 18px;
    height: 18px;
}

.alert-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.alert-icon.level-0 {
    background-image: url(../../img/criticalityLevel_0.svg);
}

.alert-icon.level-1 {
    background-image: url(../../img/criticalityLevel_1.svg);
}

.alert-icon.level-2 {
    background-image: url(../../img/criticalityLevel_2.svg);
}

.alert-icon.level-3 {
    background-image: url(../../img/criticalityLevel_3.svg);
}

.alert-icon.level-4 {
    background-image: url(../../img/criticalityLevel_4.svg);
}

.alert-icon.level-5 {
    background-image: url(../../img/criticalityLevel_5.svg);
}
.alert-icon.expiration {
    background: url(../../img/ico_expiration2.svg) center no-repeat;
}

.graph-icon {
    background: url(../../img/ClovirONE_graph_1.svg) center no-repeat;
    width: 18px;
    height: 18px;
}


.vm-name {
    display: flex;
    max-width: 75%;
}

.resource-name{
    display: flex;
    max-width: 80%;
}

.tooltip_red {
    display: inline-block;
    position: absolute; /* tooltip-cell 기준 고정 */
    top: 60%;
    left: 28.5%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 1px solid #FC1919;
    color: #FC1919;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1;
    height: 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease;
}

/* 말풍선 꼬리 */
.tooltip_red::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #FC1919;
}

.tooltip_red::after {
    content: "";
    position: absolute;
    left: -6px;
    top: 9px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #ffffff;
}

.tooltip-cell:hover .tooltip_red {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -14px);
}




/* 팝업 내부에서 그리드 공통 정보를 별도로 위쪽에 나타내줄 때 사용 */
.popup-common-line {
    background-color: #e8f0ff;
    padding: 10px 16px;
    margin-top: 8px;
    margin-bottom: 12px;
    border-radius: 8px;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;                  /* 항목 간 여백 */
    font-size: 14px;
    color: #333;
}

.popup-common-item strong {
    font-weight: 600;
    color: #758ae1;
}

.popup-common-separator {
    color: #9aa4c6;
}


.popup-inner-keyword {
    border-radius: 4px;
    border: 0.5px solid #909090;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup-inner-keyword-input {
    max-width: 160px;
    border: none;
    height: 28px;
}
.popup-inner-btn {
    display: flex;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 4px;
    height: 30px;
    width: 65px;
}

#billing_search_input {
    position: relative;
}

#billing_search_input label {
    display: block;
}

#billing_search_input input {
    position: relative;
    width: 100%;
    height: 36px;
    font-size: 13px;
    font-weight: 300;
    color: var(--dark-gray2);
    background: var(--bg5-color);
    border: 0.5px solid var(--line-gray5);
    border-radius: 4px;
}

#billing_search_input input::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: var(--light-gray4);
}

#billing_search_input .btn-search {
    content: '';
    position: absolute;
    display: block;
    top: 8px;
    right: 12px;
    width: 20px;
    height: 20px;
    background: url(/res/new/img/ico_btn_search2.svg) center no-repeat;
    background-size: 20px 20px;
}