input::placeholder{
  color:#5f738e !important;
}

hr.thin  {
    margin-top: 4px;
    margin-bottom: 4px;
}
h5.thin{
    margin-top:2px;
    margin-bottom: 2px;
}
.mainbox { 
    margin-top: 10px; margin-bottom: 30px; margin-left: 10px;
}
.modal-dialog {
  width: 580px;
}
.modal-lg{
  width: 580px;
}
.modal-content{
  border-radius: 10px!important;
}
textarea{
  resize: none;
}
.hw-main-wrapper{
  height: calc(100vh - 60px);
}
.hw-main-box-new{
  height:100%;
  margin-top:60px;
}

.hw-view-box{
  width: 220px;
  background-color: #5f738e;
}
.hw-singleview{
  background-color: #242c39 !important  ;
  padding:10px !important;
  border:0px !important;
}
.hw-cascadeview{
  background-color: #242c39 !important  ;
  padding:10px !important;
  border:0px !important;
}
.hw-deembedview{
  background-color: #242c39 !important  ;
  padding:14px 10px 10px 10px !important;
  border:0px !important;
}
.hw-cpcview{
  background-color: #242c39 !important  ;
  padding:10px !important;
  border:0px !important;
}
.panel-heading.hwpannel-head {
  border-radius: 0px!important;
  background-color: #2d3a4d !important;
  height:56px!important;
  border:0px!important;
  font-family: Roboto, sans-serif!important;
  font-size: 15px!important;
  color:#cbddf4!important;
}
.panel-heading.hwpannel-head.hwactive {  
  color:#ffffff!important;
}
.panel-heading.hwpannel-head:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;  
  
}
.panel-heading.hwpannel-head.hwactive:before {
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 transform: rotate(180deg);
 color:#ffffff
} 

.hwoptionbox{
  width: 230px;
  height: 100%;
  background-color: #ffffff;
}

.hwoptionbox::-webkit-scrollbar {
  width: 4px;
  background: #eee;
}
.hwoptionbox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5f738e;
}

.list-group-item.hw-list-group-item{
  border: 0px!important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  font-size: 20px;
}
.hw-option-radio-inline{
  display: table-cell;
  width: 95px;
  margin-left: 0px!important;
}
.hw-option-input-text{
  background-color: #fafafa;
  border-radius: 6px;
  border: solid 1px #dddddd;  
  padding-left:10px;
  font-size: 12px;
  height:30px;
  color:#939ea8;
}
.hw-option-input-number{
  background-color: #242c39;
  border: solid 1px #5f738e;
  width:200px;
  height:40px;
  color:#ffffff;
}
.hw-select{
  padding-left: 10px;
}
.hw-select select{
  color:red !important;
  background-color:blue !important;
}
.hw-remap-portsel{
  padding-left:0px;
  padding-right:0px;
  vertical-align: middle;
  display: table-cell;
  text-align: center; 
  width:163px;
  height: 46px;
  border-radius: 6px;
  background-color: #f3f6f9;
}
.hw-radio-label{
  vertical-align: middle !important;
  margin-bottom: 0px !important;
  display: table-cell ;   
  font-size: 12px !important;
  height: 30px !important;
  padding-left: 6px;
  color: #666666;
}
.hw-checkbox-label{
  vertical-align: middle !important;
  margin-bottom: 0px !important;
  display: table-cell ;   
  font-size: 12px !important;
  height: 30px !important;
  padding-left: 6px;
  color: #666666;
}
.hw-deembed-radio-label{
  vertical-align: middle !important;
  margin-bottom: 0px !important;
  display: table-cell ;   
  font-size: 12px !important;
  height: 30px !important;
  padding-left: 6px;
  color: #c9d9e8;
}

.hwradio{
  width:20px;
  height: 20px;
}

.hwoptionbox2{
  width: 0px;
  height: 100%;
  background-color: #ffffff;
  transition: width 0.5s;  
  overflow: hidden ;
}
.hw-optionbox2-item-label{
  font-size:12px;
  font-weight:500;  
  color:#666;
  padding:unset;
  width:72px;
}
.hwoptionboxinner::-webkit-scrollbar {
  width: 9px;
  background: #eee;
}
.hwoptionboxinner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5f738e;
}

    
.hwoptionboxinner{
  width: 230px;
  height: 100%;
  background-color: #ffffff;
  
}

.hw-chart-panel-body{
  width:100%;
  display: inline-block !important;
  padding-left:  0px !important;
  padding-right: 0px !important;
  
}
.hwchartview{
  overflow: scroll;
  padding-top: 20px;
  display: inline-block;
  padding-left:30px;
  padding-right:34px;
  height: 100%;  
  background-color: #f3f6f9;
  flex-grow: 1;
  width: 30%;
}

.hw-box-div{
  display:inline-table;
  width:100%;
  border-radius:10px;
  background-image:linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.0.85)), url(snpviewcom.png);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  border-color:#e5e8ec;
  
}

.hw-comment-head{
  text-align: left;
  font-size: 12px;
  color: #333333;
}
.hw-comment-textarea{
  width: 100%;
  height: 120px;
  border: 1px solid #e5e8ea;
  border-radius: 4px;
  color: #939ea8;
  background-color: #f9f9f9;
}

.hw-detail-button:focus:hover{    
  background: #e5e8ec !important;
}
.hw-detail-button:focus{
  background-color: #ffffff !important;
}
.hw-detail-matinfo-table{
  border-radius:4px;
  border-style : hidden;
  overflow : hidden;
  box-shadow : 0px 0px 0px 1px #e5e8ec;
  width : 100%;
  margin-bottom: 10px;
}
.hw-detail-fileinfo-table{
  border-radius:4px;
  border-style : hidden;
  overflow : hidden;
  box-shadow : 0px 0px 0px 1px #f3f6f9;
  width : 100%;
  margin-bottom: 10px;
}

/* start Popup CSS */
.hw-chart-popup{
  resize: both;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid #d3d3d3;
  text-align: center;  
  width : 650px;
  height : 750px;
  border-radius : 10px;
  top : 550px;
  left : 100px;
  min-width: 400;
  min-height: 400;
}
.hw-popup-header{
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  padding-left:28px;
  padding-top:9px;
  height: 40px;
  text-align: left;
  cursor:move;

}
.hw-popup-chart-div{
  width:100%;
  height:630px;

}
.hw-popup-info-div{
  border-top : 1px solid #e5e5e5;
  font-size:12px;
  text-align: center;
  padding-left: 28px;
}
/* start dynamic CSS */
@media (min-width: 100px){
  .hw-chart-infobox{
    /* height: 350px; */
  }
  .hw-chart-box{
    display :inline-block;
    border-width:1px;
    border-style:solid;
    border-color:#e5e8ec;
    border-radius: 0x !important;
  }
  .hw-chart-iconbar{
    padding-top:7px;
    width :400px;
    margin-left :auto;
    margin-right:auto;        
  }
  .hw-detail-button{    
    font-size: 14px !important;
    color :#4989e5 !important;
    border-color :#e5e8ec;
    padding-left :71px;
    padding-right:70px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    outline: none !important;
    border : 0px !important;
  }
  .hw-chartinfo-paragraph{
     
    word-break :break-word;
    max-width :380px;
    margin-left :auto;
    margin-right :auto;    
    font-size: 12px;
    /* height: 298px; */
  }
  .hw-infobox{
    border-radius: 4px;
    border:solid 1px;
    margin-top: 45px;
    border-color: #e5e8ec;
    width:400px;
    margin-left: auto;
    margin-right: auto;
    /* max-height: 300px; */
  }
  .hw-tdt-delay-slew{
    width:400px;
  }
}
@media (min-width: 1400px){

  .hw-chart-infobox{
    /* height: 350px; */
    /* float:left; */
    width: calc(100% - 430px) !important;
    display:inline-block
  }

  .hw-chart-box{
    display :inline-block;
    border-width:1px;
    border-style:solid;
    border-color:#e5e8ec;
    border-radius: 0x !important;
    margin-left: 20px;
    float:left;
    
  }
  .hw-chart-iconbar{
    padding-top:7px;
    width : 90%!important;
    margin-left :auto;
    margin-right:auto;        
  }
  .hw-detail-button{
    color :#4989e5 !important;
    border-color :#e5e8ec;
    width : 100%!important;
    margin-left:auto;
    margin-right:auto;
    font-size: 14px !important;
    outline: none !important;
    border : 0px !important;
    /* margin-top:10px; */
  }
  .hw-detail-button:active + .hw-detail-button:checked{
    color :#000000 !important;
    border-color :#000000 !important;
    width : 100%!important;
    margin-left:auto;
    margin-right:auto;
    font-size: 14px !important;
    outline: none !important;
    border : 0px !important;
    /* margin-top:10px; */
  }
  
  .hw-chartinfo-paragraph{
     
    word-break :break-word;
    max-width :95% ;
    /* width :95% !important; */
    margin-left :auto;
    margin-right :auto;
    font-size: 12px;
    /* height: 298px; */
  }
  .hw-infobox{
    border-radius: 4px;
    border:solid 1px;
    margin-top: 45px;
    border-color: #e5e8ec;
    width:90%;
    margin-left: auto;
    margin-right: auto;
    /* max-height: 300px; */
  }
  .hw-tdt-delay-slew{
    width:90%;
  }
}
/* end dynamic CSS */

#SelectPorts{
  background-color: #f9f9f9;
}
.hw-nav-items{
  background-color: #FFFFFF  !important;
  
}
.hw-nav-items:hover{
  background-color: #E6E6E6  !important;
  
}

.progress-bar.active{
  background-color: #4989e5 !important;
}
.hwbtn.active {
  color: black !important;
  background-color: white !important;
}
.btn.btn-primary.hwbtn {
  border-color:#2d3a4d !important;
  color: #ffffff !important;
  background-color: #2d3a4d !important;
}
.btn.btn-primary.hwbtn.active {
  color: black !important;
  background-color: white !important;
  border-radius:4px  !important;
}
.btn.active.focus {
  outline: none !important;
}
#modal {
    display:none;
    background-color:#FFFFFF;
    position:absolute;
    top:300px;
    left:200px;
    padding:10px;
    border:2px solid #E2E2E2;
    z-Index:9999
}

.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: white;
}

.custom-scrollbar::-webkit-scrollbar-thumb  {
  border-radius: 10px;
  background-color: #5f738e;
}

.hwchartview::-webkit-scrollbar {
  width: 4px;
  background: #eee;
}
  
.hwchartview::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5f738e;
}

textarea::-webkit-scrollbar {
  width: 4px;
  background: #eee;
}
  
textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5f738e;
}

div.snpbox{
    width: 150px;
    height: 150px;    
    font-size: 10px;
    border-radius:30px;
    background-color: #5f738e;
    overflow: hidden;
 }
 h6.snpbox{
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.portsel_portset_right{
    text-align:right;
    padding-left:0px;
    padding-right:0px;
}

.portsel_portset_left{
    text-align:left;
    padding-left:0px;
    padding-right:0px;
}

.portsel_portnum_bottom{
    width: 30px;
    border-top: 2px solid black;
    
}
.portsel_portnum_top{
    width: 30px;
    border-bottom: 2px solid black;
    
}
.main-section{
    background-color: #f1f1f1;
    padding: 20px 20px 0px 20px;
}

input.snpinput{
    overflow:hidden;
}

.nopadding{
    padding:0px;
}


.alert-show-hide {
transition: all linear 0.3s;
}
.alert-show-hide.ng-hide {
opacity: 0;
}
td.basic {

    border: 1px solid #dddddd;
}

.sidenav {
    height: 100%;
    width: 40%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #5f738e;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5em;
    margin-top : 5em;
    
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


blink, .blink {
    -webkit-animation: blink 1s step-end infinite;
    -moz-animation: blink 1s step-end infinite;
    -o-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite;
  }
  
  @-webkit-keyframes blink {
    67% { opacity: 0 }
  }
  
  @-moz-keyframes blink {
    67% { opacity: 0 }
  }
  
  @-o-keyframes blink {
    67% { opacity: 0 }
  }
  
  @keyframes blink {
    67% { opacity: 0 }
  }


  #tutorialCanvas {
    /* z-index 가 2000 을 넘어야 상단 네비 바를 덮음 */
    z-index: -1;
    /* z-index: 9999; */
    /* background-color: black; */
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
  }

  .privacypolicy {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background-color: rgb(213, 240, 255); */
    background-color: rgb(40,101,168);
    color: white;
    text-align: center;
    /* border: 1px solid rgb(53, 110, 170); */
    /* border-radius: 5px; */
  }
  
   input[disabled] {
    background-color:#d8d8d8;
    border-color:#d8d8d8;
  } 
/*   
  .input[disabled] {
    color: #575656;
    padding: 2px;
    margin: 0 0 0 0;
    background-image: none;
  } */


  
  .hwanim {
    position: absolute;
    top: 25px;
    left: 450px;
    transform: translate(-50%, -50%);
    /* height: 160px; */
    overflow: hidden;
    font-family: "R", sans-serif;
    font-size: 1.5em;
    height: 1.5em;
    line-height: 40px;
    color: #7e7e7e;
    width:47%;
    max-width: 500px;
  }
  .hwanim__container {
    font-weight: 600;
    overflow: hidden;
    height: 2.3em;
    /* padding: 0 40px; */
  } 
  .hwanim__container__text {
    display: inline;
    float: left;
    margin: 0;
  }
  .hwanim__container__list {
    margin-top: 0;
    /* padding-left: 1em; */
    /* text-align: left; */
    list-style: none;
    /* -webkit-animation-name: change; */
    /* -webkit-animation-duration: 10s; */
    /* -webkit-animation-iteration-count: infinite; */
    /* animation-name: change; */
    /* animation-duration: 10s; */
    animation-iteration-count: infinite;
  }
  .hwanim__container__list__item {
    line-height: 40px;
    margin: 0;
  }
/*   
  @-webkit-keyframes opacity {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  @-webkit-keyframes change {
    0%, 12.66%, 100% {
      transform: translate3d(0, 0, 0);
    }
    16.66%, 29.32% {
      transform: translate3d(0, -25%, 0);
    }
    33.32%, 45.98% {
      transform: translate3d(0, -50%, 0);
    }
    49.98%, 62.64% {
      transform: translate3d(0, -75%, 0);
    }
    66.64%, 79.3% {
      transform: translate3d(0, -50%, 0);
    }
    83.3%, 95.96% {
      transform: translate3d(0, -25%, 0);
    }
  }
  @-o-keyframes opacity {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  @-o-keyframes change {
    0%, 12.66%, 100% {
      transform: translate3d(0, 0, 0);
    }
    16.66%, 29.32% {
      transform: translate3d(0, -25%, 0);
    }
    33.32%, 45.98% {
      transform: translate3d(0, -50%, 0);
    }
    49.98%, 62.64% {
      transform: translate3d(0, -75%, 0);
    }
    66.64%, 79.3% {
      transform: translate3d(0, -50%, 0);
    }
    83.3%, 95.96% {
      transform: translate3d(0, -25%, 0);
    }
  }
  @-moz-keyframes opacity {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  @-moz-keyframes change {
    0%, 12.66%, 100% {
      transform: translate3d(0, 0, 0);
    }
    16.66%, 29.32% {
      transform: translate3d(0, -25%, 0);
    }
    33.32%, 45.98% {
      transform: translate3d(0, -50%, 0);
    }
    49.98%, 62.64% {
      transform: translate3d(0, -75%, 0);
    }
    66.64%, 79.3% {
      transform: translate3d(0, -50%, 0);
    }
    83.3%, 95.96% {
      transform: translate3d(0, -25%, 0);
    }
  } */
  @keyframes opacity {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  @keyframes change1 {   
  }
  @keyframes change2 {
    0%, 45%, 100% {
      transform: translate3d(0, 0, 0);
    }
    55%, 90% {
      transform: translate3d(0, -50%, 0);
    }   
  }
  @keyframes change3 {
    0%, 31.33%, 100%{
      transform: translate3d(0, 0, 0);
    }
    35.33%, 64.66% {
      transform: translate3d(0, -33.3%, 0);
    }
    68.66%, 96.99% {
      transform: translate3d(0, -66.6%, 0);
    }
   
  }
  @keyframes change4 {
    0%, 24.5%, 100% {
      transform: translate3d(0, 0, 0);
    }
    26%, 48.5% {
      transform: translate3d(0, -25.5%, 0);
    }
    52%, 73% {
      transform: translate3d(0, -50%, 0);
    }
    77%, 97% {
      transform: translate3d(0, -75%, 0);
    }
  }
  @keyframes change5 {
    0%, 19%, 100% {
      transform: translate3d(0, 0, 0);
    }
    20%, 39% {
      transform: translate3d(0, -20%, 0);
    }
    40%, 59% {
      transform: translate3d(0, -40%, 0);
    }
    60%, 79% {
      transform: translate3d(0, -60%, 0);
    }
    80%, 99% {
      transform: translate3d(0, -80%, 0);
    }
  }
  @keyframes change6 {
    0%, 15.5%, 100% {
      transform: translate3d(0, 0, 0);
    }
    16.6%, 32.1% {
      transform: translate3d(0, -16.6%, 0);
    }
    33.2%, 48.7% {
      transform: translate3d(0, -33.2%, 0);
    }
    49.8%, 65.3% {
      transform: translate3d(0, -49.8%, 0);
    }
    66.4%, 81.9% {
      transform: translate3d(0, -66.4%, 0);
    }
    83%, 99% {
      transform: translate3d(0, -83%, 0);
    }
  }
  @keyframes change7 { 
    0%, 13.1%, 100% {
      transform: translate3d(0, 0, 0);
    }
    14.2%, 27.3% {
      transform: translate3d(0, -14.2%, 0);
    }
    28.4%, 41.5% {
      transform: translate3d(0, -28.4%, 0);
    }
    42.6%, 55.7% {
      transform: translate3d(0, -42.6%, 0);
    }
    56.8%, 69.9% {
      transform: translate3d(0, -56.8%, 0);
    }
    71%, 84.1% {
      transform: translate3d(0, -71%, 0);
    }
    85.2%, 99.9% {
      transform: translate3d(0, -85.2%, 0);
    }
  }
  @keyframes change8 {
    0%, 11%, 100% {
      transform: translate3d(0, 0, 0);
    }
    12.5%, 23.5% {
      transform: translate3d(0, -12.5%, 0);
    }
    25%, 36% {
      transform: translate3d(0, -25%, 0);
    }
    37.5%, 48.5% {
      transform: translate3d(0, -37.5%, 0);
    }
    50%, 61% {
      transform: translate3d(0, -50%, 0);
    }
    62.5%, 73.5% {
      transform: translate3d(0, -62.5%, 0);
    }
    75%, 86% {
      transform: translate3d(0, -75%, 0);
    }
    87.5%, 99.9% {
      transform: translate3d(0, -87.5%, 0);
    }
  }
  @keyframes change9 {
    0%, 10.0%, 100% {
      transform: translate3d(0, 0, 0);
    }
    11.1%, 21.1% {
      transform: translate3d(0, -11.1%, 0);
    }
    22.2%, 32.2% {
      transform: translate3d(0, -22.2%, 0);
    }
    33.3%, 43.3% {
      transform: translate3d(0, -33.3%, 0);
    }
    44.4%, 54.4% {
      transform: translate3d(0, -44.4%, 0);
    }
    55.5%, 65.5% {
      transform: translate3d(0, -55.5%, 0);
    }
    66.6%, 76.6% {
      transform: translate3d(0, -66.6%, 0);
    }
    77.7%, 87.7% {
      transform: translate3d(0, -77.7%, 0);
    }
    88.8%, 99.9% {
      transform: translate3d(0, -88.8%, 0);
    }
  }
  @keyframes change10 {
    0%,8.9%, 100% {
      transform: translate3d(0, 0, 0);
    }
    10%, 18.9% {
      transform: translate3d(0, -10%, 0);
    }
    20%, 28.9% {
      transform: translate3d(0, -20%, 0);
    }
    30%, 38.9% {
      transform: translate3d(0, -30%, 0);
    }
    40%, 48.9% {
      transform: translate3d(0, -40%, 0);
    }
    50%, 58.9% {
      transform: translate3d(0, -50%, 0);
    }
    60%, 68.9% {
      transform: translate3d(0, -60%, 0);
    }
    70%, 78.9% {
      transform: translate3d(0, -70%, 0);
    }
    80%, 88.9% {
      transform: translate3d(0, -80%, 0);
    }
    90%, 99.9% {
      transform: translate3d(0, -90%, 0);
    }
  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

#tochannelview:hover{
  background-color: #0d6efd;
  color: white !important;;
}

@media (max-width: 1608px) {
  .hide-on-small {
    display: none;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%; /* 부모 메뉴의 오른쪽에 배치 */
  margin-top: 0;
  margin-left: 0;
}

/* 화살표 오른쪽 정렬 */
.dropdown-item .submenu-arrow {
  float: right;
}

/* Color 버튼 스타일 동일 적용 (화살표 제외) */
#colorButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5px 20px;
  text-align: left;
  border: none;
  background: none;
  color: inherit;
}
#colorButton:hover {
  background-color: #f8f9fa;
}
.color-preview {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.shepherd-title {
  font-size: 14px !important;  
  font-weight: bold;
}
.shepherd-text {
  font-size: 12px !important;  
  line-height: 1.5;
}
.shepherd-element[data-popper-placement='right'] {
  transform: translateX(16px) !important;
}
.shepherd-element[data-popper-placement='left'] {
  transform: translateX(-16px) !important;
}
.shepherd-header {
  padding-top: 3px !important; /* ✅ 특정 Step에서 패딩 줄이기 */
  padding-bottom: 3px !important;
}
.shepherd-element {
  width: fit-content !important; /* ✅ 내용 크기에 맞춰 자동 조절 */
  max-width: 400px !important;  /* ✅ 너무 길어지지 않도록 제한 */
}

/* scree loading overlay  */
.loading-overlay {
  position: fixed; /* 화면 전체를 덮도록 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9); /* 반투명 흰색 배경 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* 다른 요소들 위에 표시 */
  transition: opacity 0.5s ease-out; /* 부드럽게 사라지도록 */
}

.loading-overlay.hidden {
  opacity: 0;
  pointer-events: none; /* 사라진 후 클릭 방지 */
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #09f;
  animation: spin 1s ease infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.delete-mode-info {
  position: relative;
  bottom: -22px;
  left: 25%;

  background-color: #e3f2fd;
  color: #0d47a1;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #90caf9;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);

  white-space: nowrap;
  display: unset;
  width: 27%;
  max-width: 90%;
  text-align: center;
}




/* 
// 나중에 ploty 관련 체크해볼 내용
.js-plotly-plot .plotly .main-svg .legend {
  height: 45px!important;
} */

/* CSS: 모달 배경과 팝업 창 스타일 */
#coord-modal-overlay {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* 배경 불투명도 증가로 팝업에 집중 */
    display: none; 
    justify-content: center; 
    align-items: center; 
    z-index: 1000;
}

/* 팝업 컨테이너 (Modal Content) */
#coord-modal-content {
    background: white; 
    padding: 25px; /* 내부 패딩 증가 */
    border-radius: 8px; /* 모서리 부드럽게 */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* 그림자 깊이 증가 */
    width: 280px; /* 너비 약간 증가 */
}

/* 제목/안내 텍스트 */
#coord-modal-content h3 {
    font-size: 1.3em; /* 제목 폰트 크기 키움 */
    font-weight: 600; /* 굵기 강조 */
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

/* 현재 값 레이블 */
#coord-modal-content label { 
    display: block; 
    margin-bottom: 10px; /* 입력 필드와의 간격 확보 */
    font-weight: 500; /* 굵기 적절히 유지 */
    font-size: 0.95em;
    color: #555;
}

/* 입력 필드 (Input Field) */
#coord-modal-content input { 
    width: 100%; /* 너비를 팝업 내용 영역에 꽉 채움 */
    padding: 10px; 
    margin-bottom: 20px; /* 버튼과의 간격 확장 */
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; /* 패딩이 너비에 포함되도록 설정 */
    font-size: 1.1em; /* 입력값 폰트 크기 키움 */
    text-align: left; /* 숫자 입력이므로 우측 정렬 */
}

/* 버튼 컨테이너 (버튼 중앙 정렬을 위한 새 클래스) */
#coord-modal-content .modal-actions {
    display: flex;
    justify-content: center; /* 버튼 중앙 정렬 */
    gap: 15px; /* 버튼 사이 간격 */
    
}

/* 버튼 공통 스타일 */
#coord-modal-content button { 
    padding: 10px 20px; /* 버튼 크기 통일 */
    cursor: pointer; 
    border: none; 
    border-radius: 4px; 
    font-size: 1em;
    font-weight: 500;
    transition: background-color 0.2s;
}

/* 저장 버튼 */
#coord-modal-content #modal-set { 
    background-color: #007bff; 
    color: white; 
}
#coord-modal-content #modal-save:hover {
    background-color: #0056b3;
}

/* 취소 버튼 */
#coord-modal-content #modal-cancel {
    background-color: #f0f0f0; 
    color: #333;
}
#coord-modal-content #modal-cancel:hover {
    background-color: #e0e0e0;
}