/* body {
  padding: 5px 50px 20px 50px;
  font: 14px 'Lucida Grande', Helvetica, Arial, sans-serif;
}

a {
  color: #00b7ff;
}

div.row {
  padding: 10px 0px 10px 0px;
}

div.row:hover {
  padding: 10px 0px 10px 0px;
} */

html {
  font-size: 16px;
}

.page-editor .inactive {
  opacity: 0.2;
}

.ct-bg-bunker {
  background-color: #222831 !important;
}

.ct-bg-cloud-burst {
  background-color: #393e46 !important;
}

.ct-bg-iris-blue {
  background-color: #00adb5 !important;
}

.ct-bg-whisper {
  background-color: #eeeeee !important;
}

.modalWrap {
  padding: 30px 20px;
  background-color: #222;
}

.page-title-text {
  font-size: 1.4rem;
  font-weight: bold;
}

.input-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
}

.input-btn button {
  width: 100px;
  height: 40px;
  font-weight: bold;
}

.count-font {
  font-weight: bold;
  color: #667eea;
}

body input {
  height: 40px;
}

.notice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d3d8e5;
}

.notice-title {
  width: 65%;
  min-width: 150px;
  font-weight: bold;
  font-size: 25px;
  margin-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notice-header .btn-area {
  margin: 5px;
}

.post-area {
  min-height: 400px;
}

.post-header {
  padding-bottom: 10px !important;
}

.post-body {
  padding: 10px !important;
  margin-top: 10px;
  height: auto;
  min-height: 500px;
  border-radius: 0.25rem;
  border: 1px solid #d3d8e5;
}

.comment-list {
  margin-top: 10px;
  border-top: 1px solid #d3d8e5;
}

.comment-item {
  margin: 10px 0px;
  border: 1px solid #d3d8e5;
  border-radius: 0.25rem;
}

.commet-item-top {
  padding: 0.375rem 0.75rem;
  border-bottom: 1px solid #d3d8e5;
  background-color: #f4f6fa;
}

.commet-item-bottom {
  padding: 0.375rem 0.75rem;
}

.comment-item-tools {
  display: flex;
  align-items: flex-start;
}

.comment-btn {
  height: 80px;
}

.profile-icon {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50px;
  padding: 3px;
  margin-top: 3px;
}

#tab-content1 .item-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  /* margin-bottom: 5px; */
}

#tab-content1 .item-container>.item {
  flex: 0 0 auto;
  margin-right: 10px;
  /* Adjust spacing between items as needed */
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  /* Add border to distinguish items */
  padding: 10px;
  /* Add padding inside each item */
  border-radius: 5px;
  /* Optional: Add rounded corners */
  background-color: #f9f9f9;
  /* Optional: Add background color */
}

#tab-content1 .item-container>.item.active {
  border-color: #007bff;
  /* Change border color for active item */
}

#tab-content1 .item>img {
  width: 100px;
  height: 100px;
  display: inline-block;
}

#tab-content1 .item-info {
  display: inline-block;
  width: 150px;
  margin-left: 10px;
  /* Adjust spacing between image and text as needed */
}

#tab-content1 .item-info>p {
  font-weight: bold;
}

#tab-content1 .item-info>div {
  width: 100%;
  font-size: 0.8rem;
  max-width: 150px;
  /* Limit the width of the description */
  overflow: hidden;
  /* Hide overflow text */
  text-overflow: ellipsis;
  /* Add ellipsis (...) for overflow text */
  white-space: nowrap;
  /* Prevent text from wrapping */
}

#tab-content1 .item-info>button {
  margin-top: 5px;
  /* Adjust spacing above the button as needed */
}

@media (max-width: 576px) {
  .notice-title {
    width: 100%;
    position: relative;
    top: 0;
  }

  .notice-header {
    display: block;
  }
}

@media (max-width: 767px) {

  .table-contact table th:nth-child(3),
  .table-contact table td:nth-child(3),
  .table-contact table th:nth-child(4),
  .table-contact table td:nth-child(4),
  .table-contact table th:nth-child(5),
  .table-contact table td:nth-child(5),
  .table-contact table th:nth-child(6),
  .table-contact table td:nth-child(6) {
    display: none;
  }

  .table-boarder table th:nth-child(1),
  .table-boarder table td:nth-child(1),
  .table-boarder table th:nth-child(2),
  .table-boarder table td:nth-child(2),
  .table-boarder table th:nth-child(4),
  .table-boarder table td:nth-child(4) {
    display: none;
  }

  .widget-chart .widget-numbers {
    font-size: 1.5rem;
  }
}

@media (max-width: 1250px) {

  .table-contact table th:nth-child(3),
  .table-contact table td:nth-child(3),
  .table-contact table th:nth-child(4),
  .table-contact table td:nth-child(4) {
    display: none;
  }

  .table-boarder table th:nth-child(1),
  .table-boarder table td:nth-child(1),
  .table-boarder table th:nth-child(2),
  .table-boarder table td:nth-child(2),
  .table-boarder table th:nth-child(4),
  .table-boarder table td:nth-child(4) {
    display: none;
  }
}

/* 공통 */

.hoverTextDe:hover h4 {
  text-decoration: underline;
}

.title {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.subtitle {
  margin-top: -8px;
  text-align: center;
}

.displaynone {
  display: none;
}

.new-select-style {
  appearance: none;
  padding-right: 20px;
  height: 36px;
  border: 1px solid #c2c7d3;
  border-radius: 4px;
  background: url('/image/arrow-down-icon.png') no-repeat right center;
  background-position: calc(100% - 10px) center;
}

/* 기본 스타일 */
.defalut-search-form {
  margin-top: 10px;
  width: 100%;
  background-color: #f4f6fa;
  font-size: 14px;
  display: flex;
}

/* PC에서는 검색 필드와 버튼을 가로로 배치 */
.search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* 검색 필드 (키워드, 지역, 기간) */
.search-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
  /* 버튼이 밀려나도록 설정 */
  border: 1px solid #d3d8e5;
  border-left: 0;
  border-right: 0;
}

/* 개별 입력 그룹 */
.search-group {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 1px solid #d3d8e5;
  white-space: nowrap;
}

.search-group label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 30%;
  max-width: 100px;
  height: 46px;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 16px;
}

/* 입력 필드 공통 스타일 */
.search-group input,
.search-group select {
  width: 100%;
  height: 100%;
  padding: 5px;
  border: 1px solid #c2c7d3;
  border-radius: 4px;
}

/* 검색영역 입력 영역 */
.search-input-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  height: 46px;
  width: 100%;
  background-color: #ffffff;
}

.search-input-group input,
.search-input-group select {
  flex: 1;
}

.search-input-group input[type='date'] {
  width: 43%;
}

@media (max-width: 1400px) {
  .search-rwo {
    flex-wrap: wrap;
  }

  .search-group label {
    min-width: 100px;
  }
}

@media (max-width: 450px) {
  .search-group label {
    min-width: 30%;
  }

  .search-input-group {
    width: 70%;
  }
}

/* PC에서 버튼을 오른쪽으로 */
.search-buttons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
  /* PC에서 오른쪽에 붙도록 설정 */
}

.search-buttons button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
  padding: 10px;
  transition: all 0.2s;
}

.search-buttons button:last-child {
  background-color: #fff;
  border: 1px solid #999da7;
}

@media (max-width: 768px) {
  .defalut-search-form {
    display: block;
  }

  .search-container {
    flex-direction: column;
  }

  .search-row {
    display: block;
    width: 100%;
  }

  .search-buttons {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    margin-top: 10px;
    gap: 5px;
  }

  .search-buttons button {
    width: 100%;
  }
}

.contents-wrap {
  padding: 0;
  border-radius: 0;
}

.contents-wrap .contents-header {
  padding: 0 0 5px 0;
  height: auto;
  border-bottom: none;
  border-radius: 10px;
}

.contents-header .contents-body-tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contents-body-tabs .nav-item {
  min-width: 100px;
  /* 너무 작아지지 않도록 최소 너비 설정 */
  text-align: center;
}

.contents-body-tabs .nav-link {
  display: block;
  padding: 10px 5px;
  margin: 2px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
}

.contents-body-tabs .nav-link.active {
  background-color: #005bac;
  color: white;
}

@media (max-width: 1200px) {
  .contents-header .contents-body-tabs {
    display: flex;
  }

  .contents-body-tabs .nav-link {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .contents-body-tabs .nav-item {
    width: 33%;
  }

  .contents-body-tabs .nav-link {
    width: 100%;
    text-align: center;
  }
}

.contents-wrap .contents-body {
  padding: 0;
  width: 100%;
}

.contents-wrap .contents-body .content-tools-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 0px;
}

@media (max-width: 375px) {
  .contents-wrap .contents-body .contact-content-tools-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .contents-wrap .contents-body .contact-content-tools-area .btn-create-wrap {
    width: 100%;
  }

  .contents-wrap .contents-body .contact-content-tools-area button {
    width: 50%;
  }
}

.contents-wrap .contents-body .content-list-area {
  padding: 0;
  width: 100%;
}

.contents-wrap .contents-body .content-list-area .contents-list-table {
  margin-top: 0px !important;
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.contents-wrap .contents-body .content-list-area .contents-list-table thead {
  background-color: #f4f6fa;
  border-top: 1px solid #c2c7d3;
  border-bottom: 1px solid #c2c7d3;
  border-radius: 0;
}

.contents-wrap .contents-body .content-list-area .contents-list-table tbody tr {
  border-bottom: 1px solid #d3d8e5;
  height: 40px !important;
  max-height: 40px;
}

.contents-wrap .contents-body .content-list-area .contents-list-table th,
.contents-wrap .contents-body .content-list-area .contents-list-table td {
  padding: 0 10px !important;
  height: 40px !important;
  border-radius: 0 !important;
  border: none !important;
  font-size: 14px;
  color: #000;
}

.contents-wrap .contents-body .content-list-area .contents-list-table td select {
  padding: 0 10px;
  width: 140px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #c2c7d3;
}

.contents-wrap .contents-total {
  margin: 0;
  margin-top: 10px;
  color: #3c3e42;
}

.contents-wrap .contents-total span {
  color: #333;
}

.manual-left-wrap .manual-main,
.manual-left-wrap .manual-box {
  margin-left: 240px;
  transition: all 0.2s;
}

.manual-left-index {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: -10px;
  padding: 20px;
  width: 240px;
  max-height: calc(100vh - 100px);
  background-color: #fff;
  border: 1px solid #d3d8e5;
  border-radius: 20px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .manual-left-index {
    display: none;
  }

  .manual-left-wrap .manual-main,
  .manual-left-wrap .manual-box {
    margin-left: 0;
  }
}

.manual-left-index h4 {
  color: #555;
  font-weight: bold;
}

.manual-left-index ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.manual-left-index li {
  margin-bottom: 8px;
}

.manual-left-index p {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 10px;
  letter-spacing: -0.2px;
}

.manual-left-index p:hover {
  background-color: #f4f6fa;
}

.manual-left-index .active {
  background-color: #c9def4;
}

.manual-left-index .active:hover {
  background-color: #c9def4;
}

.manual-wrap .manual-left-index {
  padding: 20px;
}

.manual-wrap .manual-left-index>p {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}

.manual-wrap button {
  background-color: #fff;
  border: none;
  color: #000 !important;
  font-size: 16px;
  font-weight: bold;
}

.manual-wrap button:hover {
  text-decoration: underline;
}

.manual-wrap .manual-main {
  border-bottom: 1px solid #d3d8e5;
}

.manual-wrap .manual-main-title {
  margin: 50px;
}

.manual-wrap .manual-main-title p {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.manual-wrap .manual-main-index {
  padding: 20px;
}

.manual-wrap .manual-main-index>p {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}

.manual-wrap li {
  margin-bottom: 20px;
}

.manual-wrap li p {
  margin: 5px;
  color: #555;
}

.manual-wrap .manual-box {
  padding: 30px;
  border-bottom: 1px solid #d3d8e5;
}

.manual-wrap .manual-box .manual-title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}

.manual-wrap .manual-box .manual-sub-title {
  margin: 0;
  margin-top: 10px;
  margin-left: 10px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.manual-wrap .manual-box .manual-contents {
  padding: 20px;
  color: #555;
}

.manual-wrap .manual-box .manual-contents img {
  margin: 20px 0px;
  width: 100%;
  max-width: 1000px;
}

.manual-wrap .manual-box .manual-contents ul {
  margin-top: 20px;
  font-size: 16px;
}

.btn-create-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
}

.btn-create {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #999;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.btn-create:hover {
  color: #fff;
  background-color: #343a40;
}

.btn-excel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #5c887d;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  transition: all 0.2s;
}

.btn-excel:hover {
  background-color: #d8efe9;
}

.select-sort {
  width: 120px;
  height: 32px;
  color: #343a40;
  border: none;
  border-bottom: 1px solid #c9def4;
  border-radius: 0;
  border-color: #343a40;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/image/arrow-down-icon.png') no-repeat right center;
  background-size: 10px 6px;
  background-position: calc(100% - 10px) center;
  padding-right: 20px;
}

.select-sort option {
  text-align: left;
}

.select-sort:focus {
  border-radius: 5px;
}

.basic-list-table {
  margin-top: 0px !important;
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.basic-list-table thead {
  background-color: #f4f6fa;
  border-top: 1px solid #c2c7d3;
  border-bottom: 1px solid #c2c7d3;
  border-radius: 0;
}

.basic-list-table tbody tr {
  border-bottom: 1px solid #d3d8e5;
  height: 40px !important;
  max-height: 40px;
}

.basic-list-table th,
.basic-list-table td {
  padding: 0 10px !important;
  height: 40px !important;
  border-radius: 0 !important;
  border: none !important;
  font-size: 14px;
  color: #000;
}

.new-table-style {
  margin-left: 0px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
}

.new-table-style table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

.new-table-style table td {
  padding: 0 10px;
  height: 48px;
  border: 1px solid #c2c7d3;
  /* white-space: nowrap; */
}

.new-table-style td:first-child,
.new-table-style td:nth-child(3) {
  padding-right: 20px;
  width: 100px;
  font-weight: 600;
  background-color: #f4f6fa;
}

.new-table-style td:first-child {
  border-left: none;
}

.new-table-style td:last-child {
  border-right: none;
}

.new-table-style td span {
  color: #cb4438;
}

.new-table-style table input[type='text'],
.new-table-style table input[type='email'],
.new-table-style table input[type='password'],
.new-table-style table input[type='tel'],
.new-table-style table select {
  height: 32px !important;
  min-width: 150px;
  border: 1px solid #c2c7d3;
  border-radius: 4px;
  padding: 3px 8px;
}

.new-table-style table input[type='date'] {
  height: 32px !important;
  min-width: 150px;
  border: 1px solid #c2c7d3;
  border-radius: 4px;
  padding: 3px 8px;
}

.new-table-style table textarea {
  padding: 10px !important;
  width: 100%;
  min-height: 85px;
  max-height: 300px;
  border: 1px solid #c2c7d3;
  border-radius: 4px;
  padding: 3px 8px;
  resize: none;
}

.new-table-style button {
  height: 32px;
  border: 1px solid #999da7;
}

.button-save {
  background-color: #fff;
  color: #000;
}

.new-modal-wrap {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.new-modal-wrap input[type='date'],
.new-modal-wrap input[type='text'],
.new-modal-wrap select {
  width: 50%;
  min-width: 150px;
  height: 32px !important;
  border: 1px solid #c2c7d3;
  border-radius: 4px;
  padding: 3px 8px;
}

.new-modal-wrap select {
  width: 100%;
}

.new-modal-wrap .new-modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.new-modal-wrap .new-modal-input {
  margin-bottom: 20px;
}

.new-modal-wrap .new-modal-content .new-modal-input p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.new-modal-wrap .new-modal-content .new-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #b2b6c1;
}

.new-modal-wrap .new-modal-content .new-modal-header h5 {
  margin-bottom: 0;
  font-weight: 600;
}

.new-modal-input span {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 32px;
}

.new-modal-url {
  padding-top: 20px;
  border-top: 1px solid #b2b6c1;
}

.new-modal-wrap .new-modal-content label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.new-modal-wrap .new-modal-content .new-modal-url-content p {
  font-size: 13px;
  font-weight: 400;
  color: #3c3e42;
}

.new-modal-wrap .new-modal-content .new-modal-url-content h5 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.new-modal-wrap .new-modal-content .new-modal-url-content div {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.new-modal-wrap .new-modal-content .new-modal-detail {
  padding: 10px 0;
}

.new-modal-wrap .new-modal-content .new-modal-detail div input[type='text'] {
  width: 80%;
}

.new-modal-wrap .new-modal-content .new-modal-detail div button {
  padding: 0;
  width: 20%;
  height: 32px;
  background-color: #f4f6fa;
  border: 1px solid #c2c7d3;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
}

.new-modal-wrap .new-modal-content .new-modal-phone {
  /* display: flex;
  align-items: center; */
  gap: 5px;
}

.new-modal-wrap .new-modal-content .new-modal-radio-phone {
  border-top: 1px solid #b2b6c1;
}

.new-modal-input .radio-button-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.new-modal-input .radio-button-group input[type='radio'] {
  display: none;
}

.new-modal-input .radio-button-group .radio-button {
  padding: 8px 16px;
  width: 50%;
  border: 1px solid #c2c7d3;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  user-select: none;
  text-align: center;
  transition: all 0.2s;
}

.new-modal-input .radio-button-group .radio-button:hover {
  background-color: #f4f6fa;
  color: #333;
}

.new-modal-input .radio-button-group input[type='radio']:checked+.radio-button {
  background-color: #225b94;
  color: #fff;
  border-color: #225b94;
}

.detail-search-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}

@media (max-width: 768px) {
  .detail-search-wrap {
    flex-direction: column;
  }

  .detail-search-wrap .detail-search-box {
    width: 100% !important;
  }

  .detail-search-wrap .detail-search-box>div:first-child {
    width: 28% !important;
    white-space: nowrap;
  }

  .detail-search-wrap .detail-search-box>div:last-child {
    width: 72%;
    white-space: nowrap;
  }

  .detail-search-wrap .detail-search-box:last-child>div {
    border-right: 1px solid #d3d8e5;
  }
}

.detail-search-box {
  display: flex;
  align-items: center;
  width: 33.3%;
  height: 46px;
  overflow: hidden;
  border-top: 1px solid #d3d8e5;
  border-bottom: 1px solid #d3d8e5;
  white-space: nowrap;
}

.detail-search-box>div {
  padding: 0.5rem;
  width: 30%;
  border-right: 1px solid #d3d8e5;
}

.detail-search-box>div:first-child {
  max-width: 100px;
}

.detail-search-box>div:last-child {
  width: 100%;
  background-color: #fff;
}

.detail-search-box:last-child>div:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .detail-search-wrap {
    flex-direction: column;
  }

  .detail-search-box {
    width: 100% !important;
  }

  .detail-search-box>div:first-child {
    width: 30%;
  }

  /* .detail-search-box>div:last-child {
    width: 100% !important;
  } */
}

.form-search-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0.5rem;
  height: 46px;
}

.form-search-input input,
.form-search-input select {
  padding: 0 10px;
  width: 140px;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #c2c7d3;
}

.form-search-input select {
  width: 40%;
}

.form-search-input input[type='date'] {
  width: 45%;
}

/* 로그인 */

.login-bg {
  position: absolute;
  background: url('https://s3-alpha-sig.figma.com/img/66d7/82cd/d4b18b84d703d4cbb458319a57d8f531?Expires=1740960000&Key-Pair-Id=APKAQ4GOSFWCW27IBOMQ&Signature=d2plkNbxrLbj3ebZ~uKxdS-Fl-PjmyAMQZXPFTFwElP75kJNPAL7q0UkPW7TSui0-dPo1oLcVNrdSYLjFPRGjnu4M7Vt0AG7JQ18MZDfQInhM~waz7~lDAY3o7d7nDLjlq0rLdwazQxshu1qCindlyPMz3oLaKhXaEqsZzjvYqWEnNpLYaCfcBSjitnvzA~yMUqIeZ8Bspcj9GDUVPEzpdJ6-gq1tctseBaB7xpA-Am5b1m-U7euN1SKODvyFE3ODA8Dep1OP7t8R1UP3S2BU9i9D2b6-~wghd1VdCDPkXWo~nuKNIJSafipsAIjOGfjzGkDXsIVYrNPEhT11oWADw__');
  width: 100vw;
  height: 100vh;
  background-size: cover;
}

.login-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 42, 64, 1);
  mix-blend-mode: multiply;
}

.login-input-wrap {
  width: 400px !important;
  padding: 30px 24px;
  background-color: #fff;
  border-radius: 10px;
}

.login-input-top {
  margin-bottom: -1px;
  padding: 0 !important;
}

.login-input-top input {
  padding: 20px;
  width: 100%;
  height: 50px !important;
  border-radius: 10px 10px 0px 0px !important;
  border: 1px solid #d3d8e5 !important;
}

.login-input-bottom {
  padding: 0 !important;
}

.login-input-bottom input {
  padding: 20px;
  width: 100%;
  border-radius: 0px 0px 10px 10px !important;
  height: 50px !important;
  border: 1px solid #d3d8e5 !important;
  background-color: #fff !important;
}

.black-box {
  position: fixed;
  top: calc(50% - 240px);
  left: calc(50% + 70px);
  width: 80px;
  height: 80px;
  background-color: #000;
}

.login-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 400px;
  border-radius: 0px;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  overflow: hidden;
  outline: 0;
}

.login-title {
  width: 400px;
}

.login-title span {
  color: #fff !important;
  font-weight: 400;
}

.login-logo {
  position: relative;
  top: 0px;
  z-index: 1;
}

.login-desc p {
  color: #d3d8e5;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
}

@media (max-width: 450px) {
  .login-content {
    padding: 0 20px;
  }

  .login-content,
  .login-title,
  .login-input-wrap {
    width: 100% !important;
  }
}

.save-id label {
  margin: 10px 0px;
  font-size: 13px;
  color: #000;
}

.login-btn {
  width: 100%;
  height: 48px;
  background-color: #2e3040;
  font-weight: 400 !important;
  font-size: 16px;
  color: #fff;
}

.login-btn:hover {
  background-color: #794c8a;
  color: #fff !important;
}

.login-footer {
  background-color: rgba(0, 0, 0, 0);
}

.login-footer .float-start {
  width: 100%;
}

.login-footer .float-start .mt-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.login-footer a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

/* 회원가입 */

.join-desc {
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: #5a5c60;
}

.join-content {
  margin-top: 10px;
}

.join-body {
  padding: 30px;
}

.join-form label {
  margin-top: 5px;
  padding-top: 10px;
  width: 100%;
  font-weight: 700;
  border-top: 1px solid #d3d8e5;
}

.join-form>div:first-child label {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}

.join-form input {
  height: 32px !important;
}

.join-id input {
  width: 73%;
}

.join-id button {
  width: 25%;
  background-color: #fff;
  border: 1px solid #999da7;
  color: #000 !important;
  white-space: nowrap;
}

.join-btn {
  padding: 30px;
  padding-top: 0px;
}

.join-btn button {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  padding: 8px;
  background-color: #2e3040;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.2s;
}

.join-btn button:hover {
  background-color: #794c8a;
  color: #fff !important;
}

/* 회원가입 완료 */

.join-complete-modal {
  padding: 40px 30px;
  width: 450px !important;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d3d8e5;
}

@media (max-width: 450px) {
  .join-complete-modal {
    padding: 20px;
    width: 95% !important;
  }
}

.join-complete-modal>div {
  padding: 0px !important;
  padding-bottom: 40px !important;
}

.join-complete-btn {
  position: absolute;
  top: calc(50% + 280px);
  margin: 0 auto;
  width: 400px;
  height: 48px;
  z-index: 1;
  background-color: #2e3040;
  color: #fff;
  cursor: pointer !important;
}

@media (max-width: 425px) {
  .join-complete-btn {
    width: 80% !important;
  }
}

@media (max-width: 350px) {
  .join-complete-btn {
    top: calc(50% + 250px) !important;
  }
}

.join-complete-btn:hover {
  background-color: #794c8a;
  color: #fff !important;
}

.join-complete-wrap {
  text-align: center;
}

.join-complete-text div {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}

.join-complete-text p {
  margin-bottom: 0px !important;
  font-size: 16px;
  font-weight: 400;
}

.join-complete-image {
  margin: 35px 0px;
  margin-bottom: 40px;
}

.join-complete-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 아이디 | 비밀번호 찾기 */

.bg-fa {
  background-color: #f4f6fa;
}

.find-id-wrap {
  display: none;
}

.find-user-wrap {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
}

.find-user-wrap input[type='text'],
.find-user-wrap input[type='tel'],
.find-user-wrap input[type='email'] {
  height: 32px !important;
  border-radius: 4px !important;
}

.find-container {
  padding: 30px 24px;
  height: 510px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border: 1px solid #d3d8e5;
}

.find-header {
  position: relative;
  padding: 0px !important;
  height: 36px !important;
}

.find-header>.nav .nav-link.active {
  color: #000 !important;
  font-weight: bold;
}

.find-header>.nav .nav-link::before {
  content: '';
  background: none !important;
  opacity: 0 !important;
}

.find-header>.nav {
  margin-left: 0px !important;
}

.find-nav-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  z-index: 1;
  background-color: #000;
  border-radius: 10px;
  transition: all 0.2s;
}

.find-body {
  padding: 20px 10px;
}

#phone-auth,
#email-auth {
  transition: all 0.2s;
  overflow: hidden;
}

#phone-auth {
  margin-bottom: 10px;
}

#email-auth {
  height: 0px;
}

.find-email {
  border-top: 1px solid #b2b6c1;
  padding-top: 20px;
}

.find-input {
  margin: 10px 0px;
}

.find-input label {
  font-weight: 600;
}

.find-input input {
  padding: 10px;
  width: 100%;
  height: 32px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #c2c7d3;
  font-size: 13px;
}

.find-input input[type='tel'] {
  width: 70%;
}

.find-input input[type='email'] {
  width: 70%;
}

.find-input button {
  width: 28%;
  height: 32px;
  border-radius: 4px !important;
  border: 1px solid #999da7;
  background-color: #fff;
  color: #000;
}

.find-number-check-btn {
  width: 28%;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #999da7;
}

.find-tel {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.find-tel button {
  border-radius: 4px !important;
  font-size: 13px;
  font-weight: 400;
}

.find-btn {
  margin-top: 30px;
  width: 100%;
  height: 48px;
  background-color: #2e3040;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.find-btn:hover {
  background-color: #794c8a;
  color: #fff !important;
}

/* 캠페인 상세 */
/* 테이블처럼 보이게 하는 래퍼 */
.reg-date-area label {
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.table-like {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #c2c7d3;
}

/* 각 행 */
.table-row {
  display: flex;
  flex-wrap: wrap;
  /* 줄바꿈 허용(반응형) */
  border-top: 1px solid #c2c7d3;
}

/* 기본 셀 스타일 */
.table-cell {
  padding: 0.5rem;
  box-sizing: border-box;
}

/* 레이블 셀, 입력 셀 구분 */
.cell-label {
  /* 예: 레이블 셀 고정폭 (PC화면 기준) */
  display: flex;
  align-items: center;
  /* width: 15%; */
  min-width: 107px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  background-color: #f4f6fa;
}

.cell-input {
  /* 나머지 공간 차지 */
  width: 35%;
  min-width: 200px;
  display: flex;
  align-items: center;
}

.cell-input input.custom-input {
  width: 16rem;
  height: 32px !important;
  border-radius: 4px !important;
  border-width: 1px;
  border-style: solid;
  padding-top: 3px;
  padding-right: 8px !important;
  padding-bottom: 3px;
  padding-left: 8px;
}

.cell-input input.custom-calendar {
  width: 8rem;
  height: 32px !important;
  border-radius: 4px !important;
  border-width: 1px;
  padding-top: 6px;
  padding-right: 8px !important;
  padding-bottom: 6px;
  padding-left: 8px;
  background-image: none !important;
}

.cell-input select.custom-select {
  width: 16rem;
  height: 32px !important;
  border-radius: 4px !important;
  border-width: 1px;
  padding-top: 6px;
  padding-right: 8px !important;
  padding-bottom: 6px;
  padding-left: 8px;
}

/* 4칸 구조에서 "colspan"처럼 3칸을 합쳐 쓰고 싶을 때 */
.cell-input.colspan {
  width: 85%;
  /* (15% 레이블 + 85% 내용) */
  flex: 1;
  /* 남은 공간을 모두 차지 */
}

/* 반응형: 작은 화면에서는 레이블과 입력이 각각 가로폭 100% */
@media (max-width: 768px) {
  .table-row {
    border: 0;
  }

  .cell-label,
  .cell-input {
    width: 100% !important;
  }
}

/* 버튼영역 배치 */
.btn-area {
  display: flex;
  gap: 0.5rem;
  /* 버튼 간격 */
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

/* 테마 카드 관련 (예시) */
.info-theme-item {
  border-radius: 8px;
  /* padding: 1rem; */
  color: #fff;
  background-size: cover;
  background-position: center;
  /* 필요한 추가 스타일 */
}

.info-modal {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #e6faf5;
  border: 1px solid #00cc99;
  border-radius: 10px;
}

.info-modal img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.info-modal ul {
  margin: 0;
  padding: 0;
  width: 90%;
  text-align: left;
}

.info-modal button {
  padding: 0;
  padding-top: 10px;
  width: 10px;
  height: 10px;
}

.info-modal-btn-wrap {
  padding: 20px 0;
  text-align: right;
}

.info-modal-btn-wrap .form-save {
  width: 120px;
}

.info-theme-item {
  margin-right: 10px;
  width: 280px;
  height: 95px;
  border-radius: 4px;
}

.info-theme-con>div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  max-width: 90px;
  height: 24px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.info-theme-con h5 {
  margin-bottom: 0px !important;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px !important;
}

.info-theme-con li {
  font-size: 13px;
  font-weight: 400;
}

.search-icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px !important;
  border: none !important;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}

.theme-info ul {
  margin-top: 10px;
}

.theme-info ul li {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.contents-wrap .site-edit-save-btn {
  /* width: 24px; */
}

.contents-wrap .site-edit-save-btn img {
  width: 16px;
}

.contents-wrap .site-edit-refresh-btn {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* font-size: 20px;
  font-weight: 100; */
}

.theme-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #d3d8e5 !important;
  border-radius: 0 !important;
}

.theme-select h5 {
  margin: 0;
}

.theme-select .theme-select-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.theme-btn-group {
  display: flex;
  gap: 5px;
}

.small-icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  cursor: pointer;
}

.new-theme-btn {
  width: 70px;
  height: 70px;
  /* background-color: #DFE4F2; */
  color: #1a1d1d;
  border-radius: 4px;
  cursor: pointer;
  border: 2px dashed #dfe4f2;
}

.new-theme-btn h5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
}

.new-theme-btn h5 p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #3c3e42;
}

.new-theme-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px !important;
}

.new-theme-wrap .new-theme-list {
  width: calc(100% - 75px);
  height: 70px;
}

.new-theme-item {
  padding: 0;
  width: 280px;
  height: 70px;
  border-radius: 4px;
}

.new-theme-item>div {
  padding: 10px;
  box-sizing: border-box;
}

.new-theme-item h5 {
  padding: 3px 4px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  border-radius: 2px;
}

.new-theme-item li {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 13px;
}

.btn-fold {
  /* width: 12px;
  height: 2px;
  border: 1px solid #666;
  border-radius: 2px; */
}

.site-editor-header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #d3d8e5;
}

.site-editor-header>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-editor-header .info-icon {
  cursor: pointer;
}

.site-editor-header h5 {
  margin: 0;
}

.site-editor-body {
  display: flex;
  min-height: 100vh;
}

/* 
.site-editor-view-btn-wrap {
  margin-left: 15px;
} */

.site-editor-view-btn-wrap button {
  padding: 0 10px;
  height: 32px;
}

.site-editor-view-btn-wrap .active {
  background-color: #649afd;
  color: white;
}

.site-editor-left-menu {
  background-color: #f4f6fa;
}

.site-editor-left-menu span {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 5px;
  padding: 10px;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #41455e;
}

.site-editor-left-menu>div {
  padding: 5px;
}

.site-editor-left-menu>div>div {
  height: 40px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #dfe4f2;
  border-bottom: none;
}

.site-editor-left-menu>div>div:last-child {
  border-bottom: 1px solid #dfe4f2;
}

.site-editor-left-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 200;
  font-size: 20px !important;
  color: #1a1d1d;
}

.site-editor-center-content {
  padding: 0;
}

.site-editor-center-content .site-editor-center-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  background-color: #41455e;
}

.site-editor-center-content .site-editor-center-title .site-editor-side-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #d3d8e5;
}

.site-editor-center-content .site-editor-center-title .site-editor-side-btn i {
  background-image: linear-gradient(120deg, #1a1d1d 0%, #1a1d1d 100%);
}

.site-editor-right-content {
  background-color: #f4f6fa;
}

.site-editor-right-content .site-editor-right-title {
  padding: 10px;
  height: 40px;
  color: #fff;
  background-color: #41455e;
}

.site-editor-right-property {
  padding: 10px;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.site-editor-right-property>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 내 계정 */

.ck.ck-editor {
  max-width: 100%;
}

.ck-source-editing-area {
  min-height: 500px;
}

.ck-editor__editable_inline {
  height: 500px;
  max-height: 800px;
  overflow: auto;
}

.mypage-header {
  padding-top: 10px !important;
  padding-left: 0 !important;
  height: auto;
}

.mypage-title {
  margin-bottom: 0px !important;
  font-size: 24px;
  color: #000;
  font-weight: 700;
}

.mypage-body>p {
  margin-bottom: 10px !important;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.mypage-body .new-table-style table td {
  height: 55px;
}

.mypage-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mypage-profile img {
  width: 122px;
  height: 122px;
  border-radius: 10px;
}

.mypage-profile>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 122px; */
}

.mypage-profile p {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 400;
  color: #5a5c60;
}

.mypage-btn-wrap {
  padding: 0px;
}

.mypage-btn-wrap button {
  padding: 0px;
  width: 120px;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 375px) {
  .mypage-btn-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .mypage-btn-wrap>div {
    width: 100%;
  }

  .mypage-btn-wrap button {
    width: 100%;
  }
}

.mypage-radio-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mypage-radio-wrap label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.new-theme-wrap .new-theme-list .slider-content {
  height: 70px;
}

.new-theme-wrap .new-theme-list .slider-content .selected {
  border: 2px solid #513144bd;
}

.new-theme-wrap .new-theme-list .slider-content .swiper {
  width: 100%;
  max-width: 100%;
  height: 70px;
  box-sizing: border-box;
}

.new-theme-wrap .new-theme-list .slider-content .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  height: 100%;
  width: 280px !important;
  font-size: 20px;
  color: white;
}

.new-theme-wrap .new-theme-list .slider-content .swiper-slide .campain-image {
  text-align: center;
}

.new-theme-wrap .new-theme-list .slider-content .campain-infomation .list-unstyled li {
  font-size: 0.9rem;
  color: #34383c;
}

@media (max-width: 720px) {
  .new-theme-wrap .new-theme-list .slider-content .campain-slider {
    max-height: 700px;
  }

  .new-theme-wrap .new-theme-list .slider-content .swiper-slide .campain-image {
    height: 200px;
  }
}

.btn-fold:hover {
  cursor: pointer;
  /* background-color: #cba35c;
  color: white; */
}

.new-theme-wrap,
.button-container {
  transition: max-height 0s ease-out;
  /* overflow: hidden; */
}

.new-theme-wrap.collapsed,
.button-container.collapsed {
  max-height: 0;
}

.new-theme-wrap.expanded,
.button-container.expanded {
  max-height: 1000px;
}

.user-info {
  display: flex;
  padding: 0;
}

.user-pwd {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-bottom: 8px;
}

.user-pwd input {
  max-width: 200px;
  min-width: 200px !important;
  margin: 2px 0;
}

.user-pwd em {
  margin: 2px 5px;
}

.user-pwd-btn {
  padding-bottom: 5px;
}

.user-pwd .pwd-left,
.user-pwd .pwd-right {
  display: flex;
  align-items: center;
}

.listCard {
  position: relative;
  display: flex;
  padding: 0.5rem;
  width: 100%;
  max-width: 500px;
  min-width: 350px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #ddd;
  transition: all 0.2s ease;
}

.listCard:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .user-info {
    flex-direction: column;
  }

  .user-info .col-lg-6:nth-of-type(2) table tr:first-child td {
    border-top: none;
  }

  .user-pwd .pwd-left,
  .user-pwd .pwd-right {
    display: block;
  }

  .user-pwd em {
    width: 85%;
  }
}

.stat-header {}

.stat-header-area {}

.stat-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.stat-card .stat-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 45%;
  padding: 10px;
  margin: 5px;
  text-align: end;
}

.stat-card .stat-item:first-child {
  border-right: 1px solid #dfe4f2;
}

.stat-card .stat-item:last-child {
  border-left: 1px solid #dfe4f2;
}

.stat-card .stat-item .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.stat-card .stat-item .icon {
  font-size: 18px;
}

.stat-card .stat-item .title {
  font-size: 1rem;
}

.stat-card .stat-item .label {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 20px;
  color: #5a5c60;
}

.stat-card .stat-item .value {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  text-align: end;
  width: 40%;
}

.stat-card .stat-item .value .number {
  font-weight: 600;
  font-size: 2rem;
  line-height: 48px;
  text-align: right;
  color: #000000;
}

.stat-card .stat-item .value .unit {
  font-weight: 400;
  font-size: 1rem;
  line-height: 40px;
  text-align: right;
  color: #5a5c60;
}

.stat-card .stat-item .value .stat-splitter {
  margin: 0 5px;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 40px;
  text-align: right;
  color: #5a5c60;
}

.stat-card .stat-item:first-child {
  border-right: 1px solid #DFE4F2;
}

.stat-card .stat-item {
  display: flex;
  align-items: center;
  width: 45%;
  height: 100px;
  padding: 10px;
  margin: 5px;
  text-align: end;
  border: 1px solid #DFE4F2;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .stat-card {
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
  }

  .stat-card .stat-item {
    margin: 5px 0 !important;
    padding: 1rem 0 !important;
    width: 100% !important;
  }
}

.statistics-page canvas {
  width: 100% !important;
  height: 250px !important;
}

.stat-graph {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}