
.sidebar-wrapper[data-v-190bfb7a] {
  display: flex;
  /* transition: transform 0.3s ease-in-out;
  transform: translateX(0);*/
  margin-left: -300px;
  z-index: 10;
}
.sidebar-wrapper.collapsed[data-v-190bfb7a] {
  /* transform: translateX(-100%);
     사이드바+버튼 너비만큼 왼쪽으로 이동 */
}
.sidebar[data-v-190bfb7a] {
  width: 300px;
  background: linear-gradient(to right, #031527, #0A4B8D);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* 로고, 메뉴 중앙 정렬 
  padding: 20px 0;*/
}
.sidebar-logo-top img[data-v-190bfb7a] {
  margin-top: 20px;
  width: 200px;
}
.sidebar-logo-bottom img[data-v-190bfb7a] {
  width: 150px;
  margin-bottom: 10px;
}
.sidebar-toggle[data-v-190bfb7a] {
  cursor: pointer;
  position: relative;
  width: 7px;
  height: auto;
  background: #18447F;
}
.expand-icon[data-v-190bfb7a] {
  /* display: flex;
  width: 32px;
  height: 44px;
  padding: 8px 2px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;

  transform: translateY(-50%);
  border-radius: 0px 4px 4px 0px;
  background: var(--Signature-Pink, #ff70b1);
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.09);
  cursor: pointer;
  transition: left 0.3s ease;*/
  display: flex;
  padding: 8px 2px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.3s ease;
}
.expand-icon-reverse[data-v-190bfb7a] {
  display: flex;
  width: 32px;
  height: 44px;
  position: fixed;
  justify-content: center;
  align-items: center;
  padding: 8px 2px;
  top: 50%;
  left: 72px;
  transform: translateY(-50%) rotate(180deg);
  border-radius: 4px 0px 0px 4px;
  background: var(--Signature-Pink, #ff70b1);
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.09);
  cursor: pointer;
  transition: left 0.3s ease;
}
.sidebar-content[data-v-190bfb7a] {
  list-style: none;
  margin: 0;

  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 90%;
}
.nav-item[data-v-190bfb7a] {
  font-size: 1.4rem;
  font-weight: normal;
  color: white;
  display: flex;
  align-items: center;
}
.nav-item .menu-icon[data-v-190bfb7a] {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  filter: brightness(0) invert(1);
  /* 흰색 아이콘처럼 보이게 */
}
.nav-item .router-link-active[data-v-190bfb7a] {
  font-weight: bold;
}
.nav-item.active[data-v-190bfb7a] {
  font-weight: bold;
}
.sidebar-content li[data-v-190bfb7a] {
  transition: color 0.3s, transform 0.2s;
}
.sidebar-content li[data-v-190bfb7a]:hover {

  transform: scale(1.02);
}
.nav-item a[data-v-190bfb7a] {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.badge[data-v-190bfb7a] {
  width: 12px;
  height: 12px;
  position: absolute;
  top: -2px;
  right: -28px;
  background-color: red;
  color: white;
  font-size: 12px;
  border-radius: 50%;
  padding: 7px 7px;
  line-height: 1;
  font-weight: bold;
}
.sidebar-logo-bottom[data-v-190bfb7a] {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: white;
  margin-bottom: 30px;
  gap: 5px;
}
.modal[data-v-190bfb7a] {
  background: white;
  border-radius: 8px;
  width: 500px;
  padding: 20px 50px 20px 50px;
  text-align: left;
  position: relative;
}
.modal-close-button[data-v-190bfb7a] {
  background: none;
  border: none;
  font-weight: normal;
  font-size: 2.5em;
  margin: 0px;
}
.modal-overlay.center.privacy[data-v-190bfb7a] {
  z-index: 99999;
}
.modal-overlay.center[data-v-190bfb7a] {
  padding-top: 0px;
  justify-content: center;
  align-items: center;
}
.modal.privacy[data-v-190bfb7a] {
  max-height: 90%;
  width: 80%;
  min-width: 400px;
  max-width: 1000px;
  overflow-y: auto;
}
.modal-header[data-v-190bfb7a] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
}
.modal-buttons[data-v-190bfb7a] {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.modal-btn-confirm[data-v-190bfb7a] {
  background-color: #011d42;
  color: #f2f4f6;
  flex: 1;
  margin-left: 10px;
  border-radius: 3px;
}


.main-header[data-v-75dbb749] {
  width: 100%;
  background-color: white;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* position: fixed; */
  z-index: 10;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
  /* 위로 4px 그림자 */
}
.header-left[data-v-75dbb749] {
  display: flex;
  align-items: center;
  margin-left: 4px;
}
.search-box[data-v-75dbb749] {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.search-input[data-v-75dbb749] {
  width: 100%;
  padding: 10px 10px 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}
.search-input[data-v-75dbb749]:focus {
  border-color: #87cefa;
  box-shadow: 0 0 0 2px rgba(135, 206, 250, 0.3);
}
.search-icon[data-v-75dbb749] {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  cursor: pointer;
  transition: color 0.2s;
}
.search-icon[data-v-75dbb749]:hover {
  color: #333;
}
.search-container[data-v-75dbb749] {
  text-align: center;
  font-size: 39px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  display: flex;
  gap: 6px;
}
.logo-pink[data-v-75dbb749] {
  color: #ff70b1;
}
.logo-white[data-v-75dbb749] {
  color: white;
}
.search-container span[data-v-75dbb749]:first-child {
  color: #ff5ea6;
}
.search-container span[data-v-75dbb749]:last-child {
  color: white;
}
.header-content[data-v-75dbb749] {
  width: 100%;
  display: flex;
  height: 78px;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}
.header-right[data-v-75dbb749] {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 7px;
}
.profile-button[data-v-75dbb749] {
  background: none;
  border: none;
  color: black;
  font-size: 18px;
  gap: 4px;
}
.profile-picture[data-v-75dbb749] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.logout-popup[data-v-75dbb749] {

  position: absolute;
  top: 50px;
  /* left: 0; */
  right: 20px;
  margin-top: 4px;
  padding: 16px 14px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  white-space: nowrap;
  z-index: 10;
  font-size: 14px;
  cursor: pointer;
  font-size: 18px;
}
.search-controls[data-v-75dbb749] {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 1000;
  opacity: 0.5;
  flex-direction: column;
  width: 300px;
}
.filter-controls[data-v-75dbb749] {
  position: relative;
  display: flex;

  flex-direction: column;
  width: 300px;
}
.filter-controls[data-v-75dbb749]:hover {
  opacity: 1;
}
.filter-hint-list[data-v-75dbb749] {
  list-style: none;
  padding: 0;
  /* border: 1px solid #ccc; */
  max-width: 280px;
  margin-left: 10px;
  border: 1px solid #444;
}
.filter-hint-list li[data-v-75dbb749] {
  padding: 8px;
  /* border: 1px solid #ccc; */
  cursor: pointer;
}
.filter-hint-list li[data-v-75dbb749]:last-child {
  border-bottom: none;
}
.filter-hint-list li[data-v-75dbb749]:hover {
  background-color: #333a51;
}
.filter-controls[data-v-75dbb749]:hover {
  opacity: 1;
}
.badge[data-v-75dbb749] {
  width: 12px;
  height: 12px;
  /* position: absolute; */
  top: -2px;
  right: -28px;
  background-color: red;
  color: white;
  font-size: 12px;
  border-radius: 50%;
  padding: 7px 7px;
  line-height: 1;
  font-weight: bold;
  margin-left: 5px;
}
.modal[data-v-75dbb749] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.modal-content[data-v-75dbb749] {
  background: white;
  width: 450px;

  padding: 20px;
  border-radius: 8px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-box.pw[data-v-75dbb749] {
  padding: 10px;
}
.input-wrapper[data-v-75dbb749] {
  position: relative;
}
.login-input-text.second[data-v-75dbb749] {
  margin-top: 10px;
}
.login-box[data-v-75dbb749] {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;

  gap: 10px;
  display: grid;
  max-width: 500px;
  min-width: 400px;
}
.input-field[data-v-75dbb749] {
  width: 97%;
  height: 30px;
  gap: 10px;
  display: flex;
  border-radius: 7px;
  padding: 5px;
  transition: border-color 0.3s ease;
  outline: none;
  border: 1px solid #d3d6da;
}
.input-field[data-v-75dbb749]:focus {
  border-color: #007BFF;
  /* 진한 파란색으로 변경 */
}
.login-input-text[data-v-75dbb749] {
  text-align: left;
}
.login-wrapper[data-v-75dbb749] {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cancel-btn[data-v-75dbb749] {
  margin-top: 10px;
  border-radius: 8px;
  height: 50px;
}
.change-btn[data-v-75dbb749] {
  border-radius: 8px;
  height: 50px;
  color: white;
  margin-top: 10px;
  background-color: #007BFF;
}


@font-face {
  font-family: 'Pretendard';
  src: url(/fonts/Pretendard_R.461f5866.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url(/fonts/Pretendard_B.03655acc.ttf);
  font-weight: bold;
  font-style: bold;
}
html,
body {

  background-color: #f7f8fa;
  margin: 0;
  font-size: 16px;
  padding: 0;
  min-height: 100%;
}
#app {
  font-family: 'Pretendard', 'sans-serif' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}
textarea,
input,
select,
button {
  font-family: inherit;
}
.wrap {

  display: flex;
  transition: margin-left 0.3s ease;
  margin-left: 300px;
  background-color: #EAF3FF;
  /* 사이드바 너비 */
}
.main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}
.wrap.collapsed {
  margin-left: 0;
}
nav {
  padding: 30px;
}
nav a {
  font-weight: bold;
  color: #2c3e50;
}
nav a.router-link-exact-active {
  color: #42b983;
}
main {
  overflow-x: auto;
  color: black;
}
.content {
  display: flex;
  justify-content: center;
  overflow: auto;
  color: #495057;
  /* overflow-y:hidden;
   height: 100vh;*/
}
.container {
  width: 100%;
  align-items: center;
  box-sizing: border-box;
}
button {
  cursor: pointer;
  height: 47px;
  font-size: 18px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
Button:active {
  filter: brightness(85%);
}
.content-login {

  height: 100vh;
}
.slide-enter-active,
.slide-leave-active {
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.slide-enter-from,
.slide-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.item {
  margin: 10px 0;
  box-sizing: border-box;
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.label1 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #4F4F4F;
}
.label3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #4F4F4F;
}
.left {}
.label4 {
  font-size: 1rem;
  font-weight: bold;
}
.label5 {
  font-size: 1rem;
  color: #B1C2D9;
}
.label5 {
  font-size: 1rem;
  color: #B1C2D9;
}
button.excel {
  padding: 0.5rem 1.2rem;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  background-color: white;
  font-size: 1rem;
  font-weight: bold;
  color: #344054;
  letter-spacing: 0.05em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/*
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;

  z-index: 99;
}

.modal-overlay.loading {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  z-index: 100;

}*/
.modal-enter-active,
.modal-leave-active {
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.modal-enter-from,
.modal-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.spanner-text {
  display: flex;
  margin-top: -100px;
  color: white
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid white;
  border-top: 4px solid #00b9ed;
  border-radius: 50%;
  margin-right: 10px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.table-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 3px;
}
.table-checkbox input[type="checkbox"] {
  display: none;
}
.table-checkbox .checkmark {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid #888;
  border-radius: 4px;
  /* 원형으로 하고 싶으면 50% */
  position: relative;
  background-color: #fff;
  transition: background-color 0.2s;
}
.table-checkbox input:checked+.checkmark {
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.table-checkbox input:checked+.checkmark::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 0px;
  width: 6px;
  height: 12px;

  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.search-box {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;

  z-index: 99;
}
.modal-overlay.loading {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  z-index: 100;
}


.loading-row,
.loading-bar-container {
  padding: 0px !important;
  margin: 0px !important;
}
.loading-bar {
  height: 5px;
  background: linear-gradient(to right, lightgray 10%, gray 50%, lightgray 90%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  width: 100%;
}
@keyframes loading {
0% {
    background-position: 200% 0;
}
100% {
    background-position: -200% 0;
}
}
.datatable-container {
  overflow-x: auto;
}
.datatable {
  /* */
  /* border-top: 1px solid #ddd; */
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.datatable th,
.datatable td {

  border: none;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  position: relative;
}
.datatable td {
  color: #3A3A3A;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.datatable th {

  border: none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  color: #333;
  /* 필요하면 글자색 지정 */
  font-weight: bold;
  padding: 20px 8px;
}

/*.datatable th::after,*/
.datatable td::after {
  content: '';
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0;
  width: 1px;
  background: #e0e0e0;
  height: 100%;
}
.datatable th:last-child::after,
.datatable td:last-child::after {
  display: none;
}
.sort-buttons {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.sort-button {
  width: 6px;
  height: 6px;
  margin: 1px 0;
  cursor: pointer;
}
.datatable tbody tr:nth-child(odd) {
  background-color: #EAF3FF;
}
.datatable tbody tr:nth-child(even) {
  background-color: #fff;
}
.datatable tbody tr:hover {
  background-color: #EAF3FF;
}
.datatable tbody tr.hover-active:hover {
  background-color: #EAF0FF;
  cursor: pointer;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  margin-top: -1px;
}
.items-per-page {
  display: flex;
  align-items: center;
  gap: 16px;
}
.items-per-page select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.pagination {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pagination img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 5px;
}
.pagination button:disabled {
  width: 50px;
  opacity: 0.5;
  cursor: not-allowed;
}
.page-number {
  font-size: 18px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  font-feature-settings: 'case' on, 'ss02' on;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  /* 100% */
  letter-spacing: -0.18px;
}
.page-number.active {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #011d42;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 17px;
  height: 27px;
  border-color: #eaf2fd;
  font-weight: bold;
}
.styled-select.usergbn {
  width: 150px;
  border: 1px solid var(---Gray-300, #e5e5e5);
}
.styled-select.perpage {
  width: 60px;
  height: 37px;
  /* padding: 10px 10px 10px 12px;*/
  justify-content: center;
  align-items: center;
  gap: 4px;
  border: 1px solid var(---Gray-300, #e5e5e5);

  color: #3a3a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 100% */
  letter-spacing: -0.18px;
}
.wide {
  min-width: 200px;
}
.widewide {
  min-width: 300px;
}
.widewidewide {
  min-width: 400px;
}
.wide4 {
  min-width: 800px;
}
.narrow {
  width: 50px !important;
}
.col-clickable {
  cursor: pointer !important;
  text-decoration: underline;
}
.white-background {
  background-color: white;
}
.selected-background {
  background-color: rgba(255, 112, 177, 0.1) !important;
}
.btn4.req {
  width: 60px !important;
}
.status.good {
  background-color: var(--BlueBG);
  color: var(--BlueTint);
}
.status.warning {
  background-color: #fff0d0;
  color: #ff8a00;
}
.status.danger {
  background-color: var(--RedBG);
  color: var(--RedTint);
}
.excel-download {
  width: 154px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 1px;
  border: 1px solid var(---Gray-300, #e5e5e5);
  color: #3a3a3a;
  font-feature-settings: 'case' on, 'ss02' on;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 100% */
  letter-spacing: -0.18px;
}

/* 체크박스 */
.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 0.5px solid #d0d0d0;
  border-radius: 4px;
}
.custom-checkbox input[type='checkbox'] {
  opacity: 0;
  width: 0;
  height: 0;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0.1px;
  /* 테두리 안쪽으로 배치 */
  left: 0.1px;
  /* 테두리 안쪽으로 배치 */

  height: 17px;
  /* 테두리 안쪽 크기 설정 */
  width: 17px;
  /* 테두리 안쪽 크기 설정 */
  background-color: transparent;
  /* 투명 배경으로 설정 */
  border-radius: 3px;
  box-sizing: border-box;
  /* 테두리와 크기 계산 방식 설정 */
}
.custom-checkbox input:checked~.checkmark {
  background-color: #ff70b1;
}
.custom-checkbox .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.custom-checkbox input:checked~.checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
input[type='checkbox'] {
  /* accent-color: #ff70b1;*/
}
.alarm-cell {
  display: flex;
  align-items: center;
  /* 세로 정렬 */
  justify-content: center;
  gap: 8px;
  /* 아이콘과 텍스트 간격 */
}
.alert-icon {
  width: 77px;
  height: 34px;
  background-image: url(/img/circle-exclamation.2b814239.svg);
  /* 아이콘 경로 */
  background-size: cover;
  background-position: center;
}
.alarm-text {
  font-size: 18px;
  color: #333;
}
.notice-table {
  font-size: 18px;
  color: #333;
  align-self: stretch;
  color: var(---Gray-800, #3a3a3a);
  text-align: center;
  font-feature-settings: 'case' on, 'ss02' on;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 100% */
  letter-spacing: -0.18px;
}
input[type="radio"] {
  display: none;
  /* 기본 라디오 버튼 숨김 */
}
.custom-radio {
  width: 16px;
  height: 16px;
  border: 2px solid #1e88e5;
  border-radius: 50%;
  display: inline-block;

  position: relative;
}
input[type="radio"]:checked+.custom-radio {
  border-color: #1e88e5;
}
input[type="radio"]:checked+.custom-radio::after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #1e88e5;
  border-radius: 50%;
  border: 5px solid #1e88e5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-label {
  cursor: pointer;
}
.highlight {
  color: #17a2b8;
  font-weight: bold;
}
.patient-name {
  display: flex;
  align-items: center;
  gap: 5px;
}
.patientlist-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.badge {
  display: inline-block;
  padding: .3em .45em;
  font-size: 80%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .2rem;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.badge {
  color: #fff;
}
.bg-primary {
  background: linear-gradient(to top, #259ec1, #4eb9d9) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.bg-primary.false {
  background: linear-gradient(to top, #e74c3c, #f26f5c) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.bg-primary.orange {}
.bg-primary.green {
  background: linear-gradient(to top, #27ae60, #58d68d) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.bg-primary.red {
  background: linear-gradient(to top, #e74c3c, #f26f5c) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.bg-primary.orange {
  background: linear-gradient(to top, #e67e22, #f39c12) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.bg-primary.blue {
  background: linear-gradient(to top, #3498db, #5dade2) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.bg-primary.black {
  background: linear-gradient(to top, #2c3e50, #95a5a6) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.bg-primary.yellow {
  background: linear-gradient(to top, #f1c40f, #f9e79f) !important;
  box-shadow: 0 2px 4px rgba(241, 196, 15, 0.4);
}
.bg-primary.purple {
  background: linear-gradient(to top, #8e44ad, #d2b4de) !important;
  box-shadow: 0 2px 4px rgba(142, 68, 173, 0.4);
}
.badge.rounded-pill {
  width: 4rem;
  padding: 0.5rem;
}
.th-content {
  display: inline-flex;
  align-items: center;
  /* 수직 가운데 정렬 */
  gap: 4px;
}
.sort-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1;
}
.arrow {
  color: #ccc;
}
.arrow.active {
  color: #000;
}
.check-button {
  background-color: #29a3c6;
  color: white;
  border: none;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 999px;
  /* pill 형태 */
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.check-button.unchecked {
  background-color: #e74c3c;
}
.tooltip-container {
  position: relative;
  display: inline-block;
}
.custom-tooltip {
  visibility: hidden;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s;
}
.custom-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
}
.tooltip-container:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
}


.modal-content.juso[data-v-ac1ab316] {
    padding: 0px 20px;
    width: 700px;
    height: 550px;
    background-color: #fff;
    border-radius: 10px;
}
.modal-content[data-v-ac1ab316] {
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}
#postcode-container[data-v-ac1ab316] {
    width: 100%;
    height: 400px;
    border: 1px solid #ddd;
    margin-top: 10px;
}
.modal-header[data-v-ac1ab316] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.modal-close-button[data-v-ac1ab316] {
    background: none;
    border: none;
    font-size: 1.5em;
}

