.icon .badge {
  position: absolute;
  font-size: 11px;
  text-align: center;
  padding: 3px 4px 2px 5px;
  font-style: normal;
  margin-top: 9px;
  margin-left: -12px;
  border-radius: 10px;
}

.card-custom {
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #0047bb;
}

.card-bg1-color {
  background-color: #eef8f8;
}

.card-bg2-color {
  background-color: #ecf3e6;
}

.card {
  border: 1px solid #0047bb;
}
.progress-container {
  display: flex;
  align-items: center;
}

.progress-text {
  font-size: 1rem; /* 적절한 크기로 텍스트 크기 조정 */
  font-weight: bold; /* 가독성을 위해 굵게 */
  color: rgb(255, 215, 0); /* 그래프와 동일한 색상 */
}
.progress {
  height: 17px;
  border-radius: 12.5px;
}
.table thead th {
  border-bottom: none;
}
.table tbody tr td {
  border-top: none;
}

.rounded-icon {
  border-radius: 50%;
  padding: 10px;
}
.registration-products {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-text {
  word-break: break-all;
  white-space: normal;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 40px); /* Adjust the width based on icon size */
}

.icon-box-pc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #0047bb;
  border-radius: 8px;
  padding: 0px;
  height: 80px;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 3px;
}
.icon-box-pc img {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}
.icon-tex-pc {
  font-size: 14px;
  margin-top: 0px;
}
.badge-custom {
  align-items: center;
  border: 0px;
  border-radius: 8px;
  color: #ffffff;
  background-color: #6194da !important;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.search-section {
  margin-bottom: 20px;
  position: relative;
}
.search-section .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
}
.search-section .form-control:focus {
  box-shadow: none;
  border-color: #0d6efd;
}
.calendar-container {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  z-index: 1000;
  width: 301px; /* 달력의 너비를 조정 */
}
.input-group-text {
  background: none;
  border: none;
  padding-right: 10px; /* 아이콘과 텍스트 간격 조정 */
  display: flex;
  align-items: center; /* 아이콘과 텍스트를 세로로 가운데 정렬 */
}
.input-group-text i {
  margin-right: 5px; /* 아이콘과 "From", "To" 텍스트 간격 조정 */
}
.sup-plus {
  font-size: 0.8em; /* 크기 조절 (1em = 기본 글자 크기) */
  vertical-align: super; /* 위첨자 위치 */
}

/* 버튼 크기 조정 */
.step-btn {
  font-size: 1rem; /* 숫자 크기 */
  width: 25px; /* 버튼의 너비 */
  height: 25px; /* 버튼의 높이 */
  line-height: 20px; /* 텍스트 수직 정렬 */
  padding: 0; /* 버튼 내부 여백 제거 */
  margin: 0 10px; /* 버튼 간 간격 추가 */
}

/* 활성화된 버튼 스타일 */
.step-btn.btn-success {
  background-color: #0047bb; /* 활성화된 버튼 색상 */
  border-color: #0047bb; /* 테두리 색상 */
}

.font-bold {
  font-weight: bold;
}

.step-title {
  color: #4caf50; /* Green color for titles */
  font-weight: bold;
}
.step-description {
  color: #6c757d; /* Bootstrap secondary text color */
}
.step-container {
  padding: 15px;
}
.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.step-item:last-child {
  margin-bottom: 0;
}
.step-icon {
  margin-right: 15px;
  font-size: 1.5rem;
  color: #4caf50;
}

.payment-box {
  background-color: #0047bb; /* 연한 녹색 */
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: bold;
}

.payment-box > div {
  flex: 1;
  text-align: center;
}

.payment-box > div:not(:first-child) {
  border-left: 2px solid white; /* 세로 라인 추가 */
}

.border-none {
  border: solid 0px !important;
}

.custom-underline {
  text-decoration: none; /* 기본 언더라인 제거 */
  border-bottom: 1px solid currentColor; /* 대신 아래 테두리로 언더라인 만듦 */
  padding-bottom: 3px; /* 글자와 선 사이 여백 조절 */
}

.jsCalendar tbody td,
.jsCalendar thead .jsCalendar-week-days th {
  font-weight: bold;
}

.scroll-info {
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #007bff;
  background-color: #ffffff;
}

.scroll-info span {
  display: inline-block;
  padding: 5px;
}

.calendar-container {
  background: none !important;
}

.jsCalendar-week-days th,
.jsCalendar tbody td,
.jsCalendar tbody th {
  height: 25px !important;
  width: 30px !important;
  margin: 1 2 !important;
  line-height: 25px !important;
}
