@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap");
.font-kr {
  font-family: "Noto Sans KR", Poppins, Helvetica, "sans-serif";
}

.font-en {
  font-family: Poppins, Helvetica, "sans-serif";
}

.bg-brand {
  background-color: #44c4e2 !important;
  --bs-bg-opacity: 1;
}

.badge {
  padding-bottom: 0.4rem;
}

div, p, span {
  word-break: keep-all;
}

.top--05px {
  top: -0.5px !important;
}

.top--1px {
  top: -1px !important;
}

.top--105px {
  top: -1.5px !important;
}

.top-05px {
  top: 0.5px !important;
}

.top-1px {
  top: 1px !important;
}

.top-2px {
  top: 2px !important;
}

.swal2-styled.swal2-confirm {
  padding: 0.625em 1.3em;
  font-weight: 700;
}

.swal2-actions button {
  margin-top: 0px;
  font-size: 1.1rem !important;
}

.swal2-popup {
  width: 38em;
}

.swal2-popup .swal2-title {
  margin-top: 0.5rem;
  margin-bottom: 0.7rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}

.swal2-popup #swal2-content {
  margin-bottom: 0.5rem;
}

.swal2-input-label {
  font-size: 1.2rem;
  line-height: 1.7;
}

.swal2-popup .swal2-html-container, .swal2-popup .swal2-content {
  font-weight: 500;
  margin-top: 0.4rem;
}

.swal2-input {
  margin-bottom: 0.5em;
}
.swal2-input:focus, .swal2-input:active, .swal2-input:hover {
  box-shadow: none !important;
}

.swal2-validation-message {
  font-weight: 500;
}

.swal2-popup .swal2-content {
  margin-top: 0px;
  font-weight: 500;
  font-size: 1.15rem;
}

.swal2-popup .swal2-icon {
  margin: 1rem auto 0;
}

.swal2-popup .swal2-actions {
  margin-top: 1.1rem;
  margin-bottom: 0px;
}

.swal2-popup .swal2-html-container, .swal2-popup .swal2-content {
  font-size: 1.15rem;
}

.swal2-input-label {
  text-align: center;
  font-size: 1.15rem;
  margin-top: 0.3rem;
}

.swal2-validation-message::before {
  line-height: 1.45em;
}

.swal2-popup .btn {
  margin-top: 0px;
}

.border-profile {
  border: 1px solid #E5E5EA;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(72, 85, 97, 0.3);
  z-index: 1059;
}
#loader #status {
  display: none;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
}
#loader #status .cspinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid #dee2e6;
  border-right: 3px solid #dee2e6;
  border-bottom: 3px solid #dee2e6;
  border-left: 3px solid #44c4e2;
  transform: translateZ(0);
  animation: SpinnerAnimation 1.1s infinite linear;
}
#loader #status .cspinner,
#loader #status .cspinner:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
@-webkit-keyframes SpinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes SpinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.form-label {
  font-size: 1.15rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.badge.badge-header-alarm-cnt {
  top: 8px;
  right: -11px;
  padding-bottom: 2px;
}

#kt_topbar_notifications_1 .bg-unread {
  background-color: #e0d7f5 !important;
}

.dark-mode #kt_topbar_notifications_1 .bg-unread {
  background-color: #56457c !important;
}

.btn .svg-icon {
  position: relative;
  top: -1.5px;
}

.dataTable .dataTables_empty {
  text-align: center;
}

div.dataTables_wrapper div.dataTables_info {
  flex-direction: row;
}

.dtfh-floatingparenthead {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.ck-editor .ck-content {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.file-input .btn-file input[type=file] {
  visibility: visible !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.file-zoom-dialog {
  z-index: 9999;
}

.file-error-message {
  margin: 0;
  margin-top: 6px;
}
.file-error-message ul {
  list-style: none;
  padding-left: 0px;
}
.file-error-message button {
  font-size: 12px;
  display: none;
}

#kvFileinputModal .kv-zoom-header {
  padding: 10px;
  padding-left: 15px;
}
#kvFileinputModal .kv-zoom-actions button {
  margin-left: 4px;
  padding: 6px 12px;
}
#kvFileinputModal .kv-zoom-actions button i {
  padding-right: 0px;
  width: 12px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -0.5px;
}

.file-input .was-validated .form-control:valid, .file-input .form-control.is-valid, .file-input .was-validated .form-control:invalid, .file-input .form-control.is-invalid {
  background-image: none;
}
.file-input .file-drop-zone {
  margin: 5px;
}
.file-input .file-drop-zone {
  min-height: auto;
}
.file-input .file-drop-zone-title {
  font-size: 1.4rem;
}
.file-input button.kv-file-upload {
  display: none;
}
.file-input .file-preview .fileinput-remove {
  display: none;
  top: 22px;
  right: 22px;
}
.file-input .file-preview .fileinput-remove:focus {
  box-shadow: none;
}
.file-input .file-footer-buttons button {
  padding: 6px 12px;
}
.file-input .file-footer-buttons button i {
  top: -0.5px;
  position: relative;
  padding-right: 0px;
}
.file-input .file-caption-icon {
  padding: 11.5px 8px;
  left: 5px;
}
.file-input .file-caption.icon-visible .file-caption-name {
  font-size: 13px;
  padding-left: 28px;
}
.file-input .fileinput-remove-button {
  display: none;
}
.file-input .btn-close:focus {
  box-shadow: none;
}
.file-input.theme-fas .file-other-icon img {
  width: 60px;
}
.file-input.theme-fas .file-drag-handle, .file-input.theme-fas .file-upload-indicator {
  margin-top: 14px;
}
.file-input.theme-fas .file-footer-caption {
  margin-bottom: 5px;
}
.file-input.theme-fas .file-preview-frame {
  float: none;
  display: inline-block;
}
.file-input.theme-explorer-fas .file-preview-initial .file-actions-cell {
  flex: 0 0 80px;
}
.file-input.theme-explorer-fas .file-actions-cell {
  display: flex;
  flex: 0 0 53px;
}
@media only screen and (max-width: 575px) {
  .file-input.theme-explorer-fas .file-actions-cell {
    flex: 0 0 35px;
  }
}
.file-input.theme-explorer-fas .file-actions-cell .file-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-input.theme-explorer-fas .file-actions-cell .file-actions .file-footer-buttons {
  padding: 5px 3px;
}
.file-input.theme-explorer-fas .file-actions-cell .file-actions .file-footer-buttons a.kv-file-download i {
  left: 2px;
}
.file-input.theme-explorer-fas .file-actions-cell .file-actions .file-footer-buttons button, .file-input.theme-explorer-fas .file-actions-cell .file-actions .file-footer-buttons a.kv-file-download {
  padding: 4px 4px !important;
}
.file-input.theme-explorer-fas .file-actions-cell .file-actions .file-footer-buttons button i, .file-input.theme-explorer-fas .file-actions-cell .file-actions .file-footer-buttons a.kv-file-download i {
  position: relative;
  top: -1px;
}
.file-input.theme-explorer-fas .file-preview-frame .file-details-cell {
  width: 90% !important;
  width: auto;
  flex: 1;
  padding-left: 5px !important;
  overflow: hidden;
}
.file-input.theme-explorer-fas .explorer-frame .kv-file-content {
  flex: 0 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-input.theme-explorer-fas .explorer-frame .kv-file-content .kv-preview-data {
  display: flex;
  align-items: center;
  width: auto !important;
  max-width: 100px !important;
}
.file-input.theme-explorer-fas .file-preview-frame samp {
  font-size: 11px;
  color: #777;
}
.file-input.theme-explorer-fas .explorer-caption {
  font-size: 11px;
  padding: 0;
}
.file-input.theme-explorer-fas .file-preview .fileinput-remove {
  display: none;
}
.file-input.theme-explorer-fas .file-other-icon img {
  display: block;
  width: 40px;
}
.file-input .file-drag-handle i {
  color: #6b6e74;
}

.theme-explorer-fas .file-drag-handle, .theme-explorer-fas .file-upload-indicator {
  bottom: 10px;
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
  border-color: var(--ck-color-base-border) !important;
}

.ck.ck-editor__main {
  min-height: 500px;
  max-height: 1000px;
}

.ck.ck-editor__main > .ck-editor__editable {
  min-height: 500px;
  max-height: 1000px;
}

.ck-content hr {
  height: 2px;
}

.ck-content p {
  font-size: 14px;
  margin-bottom: 2px;
}

@media (max-width: 991.98px) {
  #kt_toolbar {
    padding: 0 !important;
    margin-top: 0.5rem;
  }
}
#kt_aside_mobile_toggle svg {
  position: relative;
  top: 1px;
}
#kt_aside_mobile_toggle svg rect {
  fill: #181C32;
  fill: #292929;
}

#toastr-container.toast-bottom-full-width {
  width: 100%;
  bottom: 0px;
}
#toastr-container.toast-bottom-full-width .toastr {
  max-width: 500px;
  width: 80%;
  margin: 0 auto;
  bottom: 10px;
  opacity: 0.9;
}
#toastr-container.toast-bottom-full-width .toastr .toastr-message {
  font-size: 1.1rem;
  font-weight: 500;
}

:root {
  --ck-z-default: 9999 !important;
}

.bg-gasoline {
  background-color: #f0b62b !important;
}

.bg-diesel {
  background-color: #48965c !important;
}

.text-gasoline {
  color: #f0b62b !important;
}

.text-diesel {
  color: #48965c !important;
}

.badge-light-gasoline {
  color: #f0920c;
  background: rgba(240, 182, 43, 0.2);
}

.badge-light-diesel {
  color: #3f9d57;
  background: rgba(72, 150, 92, 0.2);
}

.text-blur {
  color: transparent;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.text-brand {
  color: #44c4e2 !important;
}

.daterangepicker .drp-selected {
  font-size: 15px;
  font-weight: bold;
}

.daterangepicker .ranges ul {
  max-height: 310px;
}

.stepper.stepper-pills .stepper-item.current.mark-completed:last-child .stepper-icon .stepper-check, .stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check {
  color: #FFF !important;
}

.buttons-html5 {
  display: none;
}

.btn-alarm {
  margin-right: 3px;
}

.line-alarm-cnt {
  position: absolute;
  display: inline-block;
  top: -4px;
  left: 22px;
  padding: 0 4px;
  width: auto;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  color: #FFF;
  background-color: #ff3f3f;
  font-weight: 700;
  font-size: 12px;
  border-radius: 20px;
}

.card-alarm {
  border-bottom: 1px solid #FFF !important;
}

.card-alarm .point {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 3px;
  height: 100%;
}

.stepper.stepper-pills.stepper-multistep {
  --bs-stepper-icon-check-color-completed: var(--bs-primary);
  --bs-stepper-icon-bg-color-current: var(--bs-primary);
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group .select2-results__group {
  font-weight: 700;
}

.select2-results__options {
  padding-left: 10px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before, table.dataTable.dtr-column.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-column.collapsed > tbody > tr > th.dtr-control:before {
  height: 1.65rem;
  width: 1.65rem;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  display: flex;
  align-items: center;
  justify-content: start !important;
  text-align: left !important;
}

table.dataTable > tbody > tr.child span.dtr-title {
  padding-right: 10px;
  max-width: 180px;
  width: 100%;
}

.page-signup .wrapper-verify-email .wrapper-info {
  margin-top: 15px;
  border: 1px solid #eee;
  background: #f9f9f9;
  padding: 20px;
}
.page-signup .wrapper-verify-email .wrapper-info .title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-signup .wrapper-verify-email .wrapper-info ul {
  margin-top: 0px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
.page-signup .wrapper-verify-email .wrapper-info ul li {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.page-signup .wrapper-verify-email .wrapper-info ul li .list-no {
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-signup .wrapper-verify-email .wrapper-info ul li .line-content {
  display: block;
  padding-left: 14px;
}
.page-signup .wrapper-kakao-postcode-service {
  display: none;
}
.page-signup .wrapper-address .input-group {
  margin-bottom: 15px;
}

.page-myinfo .wrapper-verify-email .wrapper-info {
  margin-top: 15px;
  border: 1px solid #eee;
  background: #f9f9f9;
  padding: 20px;
}
.page-myinfo .wrapper-verify-email .wrapper-info .title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-myinfo .wrapper-verify-email .wrapper-info ul {
  margin-top: 0px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
.page-myinfo .wrapper-verify-email .wrapper-info ul li {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.page-myinfo .wrapper-verify-email .wrapper-info ul li .list-no {
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-myinfo .wrapper-verify-email .wrapper-info ul li .line-content {
  display: block;
  padding-left: 14px;
}
.page-myinfo .wrapper-kakao-postcode-service {
  display: none;
}
.page-myinfo .wrapper-address .input-group {
  margin-bottom: 15px;
}

.page-dashboard .topFilterBox {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 350px));
  grid-column-gap: 25px;
}
.page-dashboard .input-group .select2 {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
}
.page-dashboard .input-group .select2 .select2-selection {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-dashboard .dailyAmountChart .apexcharts-xaxistooltip {
  visibility: hidden !important;
}
.page-dashboard .dailyAmountChart .apexcharts-legend {
  visibility: hidden !important;
}
.page-dashboard .dailyCo2Chart .apexcharts-legend-series {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.page-dashboard .dailyCo2Chart .apexcharts-xaxistooltip {
  visibility: hidden !important;
}

.page-notice-detail .wrapper-btn-download img, .page-question-detail .wrapper-btn-download img {
  width: 34px;
  height: auto;
}
.page-notice-detail #noticeDetail, .page-notice-detail .boardDetail, .page-question-detail #noticeDetail, .page-question-detail .boardDetail {
  font-size: 15px;
}
.page-notice-detail #noticeDetail p, .page-notice-detail #noticeDetail div, .page-notice-detail .boardDetail p, .page-notice-detail .boardDetail div, .page-question-detail #noticeDetail p, .page-question-detail #noticeDetail div, .page-question-detail .boardDetail p, .page-question-detail .boardDetail div {
  margin-bottom: 5px;
}

#logbookPaperBox {
  position: absolute;
  left: -9999px;
  width: 794px;
  font-size: 12px;
  padding: 10px;
}
#logbookPaperBox .lb {
  height: 0;
  margin: 0;
}
#logbookPaperBox div {
  word-break: break-word;
}
#logbookPaperBox .line1Box {
  display: grid;
  grid-template-columns: 15% 15% 40% 13% 17%;
  grid-template-rows: 34px 34px;
  border-top: 1px solid black;
  border-left: 1px solid black;
}
#logbookPaperBox .line1Box > div {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#logbookPaperBox .line1Box > div:nth-of-type(1), #logbookPaperBox .line1Box > div:nth-of-type(2), #logbookPaperBox .line1Box > div:nth-of-type(3) {
  grid-row: span 2;
}
#logbookPaperBox .line1Box > div:nth-of-type(3) {
  font-size: 20px;
  font-weight: 700;
}
#logbookPaperBox .line2Box {
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0;
}
#logbookPaperBox .line3Box {
  width: 450px;
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: repeat(2, minmax(25px, auto));
  border-top: 1px solid black;
  border-left: 1px solid black;
}
#logbookPaperBox .line3Box > div {
  font-size: 11.5px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#logbookPaperBox .line3Box > div:nth-of-type(2), #logbookPaperBox .line3Box > div:nth-of-type(4) {
  border-right: none;
}
#logbookPaperBox .line4Box {
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0;
}
#logbookPaperBox .line5Box {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: 25px 25px 25px;
  border-top: 1px solid black;
  border-left: 1px solid black;
}
#logbookPaperBox .line5Box > div {
  font-size: 11px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#logbookPaperBox .line5Box > div:nth-of-type(1) {
  grid-row: span 3;
}
#logbookPaperBox .line5Box > div:nth-of-type(2) {
  grid-column: span 2;
}
#logbookPaperBox .line5Box > div:nth-of-type(3) {
  grid-column: span 6;
}
#logbookPaperBox .line5Box > div:nth-of-type(4), #logbookPaperBox .line5Box > div:nth-of-type(5), #logbookPaperBox .line5Box > div:nth-of-type(6), #logbookPaperBox .line5Box > div:nth-of-type(7), #logbookPaperBox .line5Box > div:nth-of-type(8) {
  grid-row: span 2;
}
#logbookPaperBox .line5Box > div:nth-of-type(9) {
  grid-column: span 2;
}
#logbookPaperBox .line5Box > div:nth-of-type(10) {
  grid-row: span 2;
}
#logbookPaperBox .lineDetailData {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: minmax(25px, auto);
  border-left: 1px solid black;
}
#logbookPaperBox .lineDetailData > div {
  font-size: 11px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#logbookPaperBox .lineDetailData > div:nth-of-type(2) {
  word-break: keep-all;
  display: inline;
  text-align: center;
}
#logbookPaperBox .line6Box {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: 35px 25px;
  border-left: 1px solid black;
}
#logbookPaperBox .line6Box > div {
  font-size: 11px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#logbookPaperBox .line6Box > div:nth-of-type(1), #logbookPaperBox .line6Box > div:nth-of-type(2) {
  grid-row: span 2;
  background-color: #d8d8d8;
}
#logbookPaperBox .line6Box > div:nth-of-type(3), #logbookPaperBox .line6Box > div:nth-of-type(6) {
  grid-column: span 3;
}
#logbookPaperBox .line6Box > div:nth-of-type(2), #logbookPaperBox .line6Box > div:nth-of-type(4), #logbookPaperBox .line6Box > div:nth-of-type(7) {
  grid-column: span 2;
}

.page-logbook-car-list .form-check-inspection .form-check-input {
  height: 22px;
}
.page-logbook-car-list .form-check-inspection .form-check-input:not(:checked) {
  background-color: var(--bs-danger);
}