@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@423&display=swap");
.top-badge-h31, .top-badge-h32, .top-badge-h, .top-badge {
  background-color: #fff;
  box-shadow: 1px 1px 3px #a0a0a0;
  border-radius: 4px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-content, h2.header {
  position: relative;
  padding: 0.35rem 0 0.6rem 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #004635;
}
.header-content::before, h2.header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  bottom: 0.5em;
  width: 4px;
  background-color: #28bda1;
  border-radius: 2px;
}
.header-content::after, h2.header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, #28bda1 0%, #93edc4 40%, rgba(40, 189, 161, 0) 100%);
}

body, html {
  font-family: "M PLUS 1p", sans-serif;
}

a:not(.btn, .page-link):link, a:not(.btn, .page-link):visited {
  text-decoration: none;
  color: #3c9dba;
}
a:not(.btn, .page-link):hover, a:not(.btn, .page-link):active {
  text-decoration: underline;
  color: #3c9dba;
}

a:link i, a:visited i {
  display: inline-block;
  min-width: 1em;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

video {
  max-width: 100%;
  min-height: 300px;
}

#navbar-main {
  background-color: #a2eecf;
  box-shadow: 0 1px 2px rgba(0, 70, 53, 0.06), 0 4px 16px rgba(0, 70, 53, 0.08);
}
#navbar-main a:link, #navbar-main a:visited {
  color: #004635;
}
#navbar-main img {
  width: auto;
  max-width: 240px;
  max-height: 100px;
}
#navbar-main .nav-item-menu {
  font-size: 0.8rem;
  border: 1px solid #007b5d;
  border-radius: 0.2rem;
  background-color: #cefff3;
}

#sidebarMenu a:link, #sidebarMenu a:visited {
  color: #333333;
}
@media (min-width: 768px) {
  #sidebarMenu {
    position: sticky;
    top: var(--navbar-height, 80px);
    align-self: flex-start;
    height: calc(100vh - var(--navbar-height, 80px));
    overflow-y: auto;
  }
}
#sidebarMenu .nav-link {
  position: relative;
  margin: 0.1rem 0;
  padding: 0.45rem 0.75rem;
  border-radius: 0.3rem;
  overflow: hidden;
  transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease, box-shadow 0.2s ease;
}
#sidebarMenu .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 3px;
  background-color: #28bda1;
  border-radius: 0 2px 2px 0;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.25s ease, background-color 0.2s ease, width 0.2s ease;
}
#sidebarMenu .nav-link i {
  transition: transform 0.2s ease, color 0.2s ease;
}
#sidebarMenu .nav-link:hover, #sidebarMenu .nav-link:focus {
  background-color: #e9faf5;
  color: #007b5d;
  padding-left: 1rem;
  text-decoration: none;
}
#sidebarMenu .nav-link:hover::before, #sidebarMenu .nav-link:focus::before {
  transform: scaleY(1);
}
#sidebarMenu .nav-link:hover i, #sidebarMenu .nav-link:focus i {
  transform: translateX(2px);
  color: #28bda1;
}
#sidebarMenu .nav-link.active {
  background-color: #cefff3;
  color: #004635;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(0, 70, 53, 0.08);
}
#sidebarMenu .nav-link.active::before {
  transform: scaleY(1);
  width: 4px;
  background-color: #004635;
}
#sidebarMenu .nav-link.active i {
  color: #007b5d;
}
#sidebarMenu .nav-link.active:hover, #sidebarMenu .nav-link.active:focus {
  background-color: #b4f5e2;
  color: #004635;
}
#sidebarMenu .nav-link.active:hover i, #sidebarMenu .nav-link.active:focus i {
  color: #004635;
}

body.webadmin #navbar-main {
  background-color: #0d3b2f;
  border-bottom: 2px solid #a2eecf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), 0 4px 20px rgba(0, 0, 0, 0.22);
}
body.webadmin #navbar-main a:link, body.webadmin #navbar-main a:visited {
  color: #e9fff5;
}
body.webadmin #navbar-main .navbar-toggler {
  border-color: #a2eecf;
}
body.webadmin #navbar-main .navbar-toggler .navbar-toggler-icon {
  filter: invert(1) brightness(1.4);
}
body.webadmin #navbar-main .dropdown-menu {
  background-color: #134c3d;
  border-color: #1d6b54;
}
body.webadmin #navbar-main .dropdown-menu .dropdown-item {
  color: #e9fff5;
}
body.webadmin #navbar-main .dropdown-menu .dropdown-item:hover, body.webadmin #navbar-main .dropdown-menu .dropdown-item:focus {
  background-color: #1d6b54;
  color: #fff;
}
body.webadmin #navbar-main .dropdown-menu .dropdown-divider {
  border-top-color: #1d6b54;
}
body.webadmin #sidebarMenu {
  background-color: #143b30 !important;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.05);
}
body.webadmin #sidebarMenu .offcanvas-header {
  border-bottom: 1px solid #1d6b54;
}
body.webadmin #sidebarMenu .offcanvas-header .offcanvas-title {
  color: #e9fff5;
}
body.webadmin #sidebarMenu .offcanvas-header .btn-close {
  filter: invert(1) brightness(1.6);
}
body.webadmin #sidebarMenu a:link, body.webadmin #sidebarMenu a:visited {
  color: #cefff3;
}
body.webadmin #sidebarMenu .nav-link {
  margin: 0.15rem 0;
  padding: 0.4rem 0.75rem;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease;
}
body.webadmin #sidebarMenu .nav-link i {
  min-width: 1.8em;
  text-align: center;
  color: #a2eecf;
}
body.webadmin #sidebarMenu .nav-link:hover, body.webadmin #sidebarMenu .nav-link:focus {
  background-color: #1d6b54;
  color: #fff;
  text-decoration: none;
}
body.webadmin #sidebarMenu .nav-link:hover i, body.webadmin #sidebarMenu .nav-link:focus i {
  color: #fff;
}
body.webadmin #sidebarMenu .nav-link.active {
  background-color: #1d6b54;
  color: #fff;
}
body.webadmin main {
  background-color: #f7f9f8;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 0.5rem;
  text-align: center;
  line-height: 1;
  font-size: 0.8rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
}
@supports not (backdrop-filter: blur(1px)) {
  footer {
    background-color: rgba(255, 255, 255, 0.85);
  }
}
footer .environment {
  display: none;
  font-size: 0.8rem;
}

.top-links i {
  min-width: auto;
  vertical-align: middle;
}

.top-links-sub-menu {
  width: 200px;
}

.header-lines {
  position: absolute;
  top: -100px;
  width: 100%;
  padding-top: 0.5rem;
  text-align: center;
  font-size: 1rem;
  color: #148872;
}

.btn-center-bottom {
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  margin: 0;
  text-align: center;
}

.bottom-bar {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  margin: 0;
  text-align: center;
}

.text-small {
  font-size: 0.8rem;
}

.container-search {
  width: 40vw;
}

.container-body {
  padding: 20px 0 50px;
}

.btn-search-abos {
  color: #fff;
  background-color: #28bda1;
}

.btn-primary-abos {
  background-color: #f0f0f0;
}

.btn-pwd-toggle {
  cursor: pointer;
}

.btn-abos {
  color: #fff;
  background-color: #27b28f;
}

.form-password {
  font-family: "Roboto Mono", monospace;
}

.btn-report-form {
  display: block;
  text-align: left;
  padding: 0.7rem 1.1rem;
  line-height: 1.55;
  color: #fff;
  background-color: #d6336c;
  border: 1px solid #b02a5b;
  border-radius: 6px;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.btn-report-form:hover, .btn-report-form:focus {
  color: #fff;
  background-color: #b02a5b;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.btn-report-form .pw {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  padding: 0.05em 0.4em;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.18);
  white-space: nowrap;
}

h2.header {
  font-size: 1.25rem;
  margin: 0 0 0.6rem;
}

.header-content {
  margin: 32px 10px 24px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

.header-sub-content {
  position: relative;
  margin: 28px 10px 16px;
  padding: 0.25rem 0 0.5rem 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #007b5d;
}
.header-sub-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, #93edc4 0%, rgba(147, 237, 196, 0) 100%);
}

.badge-faq {
  font-size: 1rem;
  margin: 0.1rem;
}

.badge-topics {
  color: #fff;
  background-color: #dd0000;
  padding: 2px 1em;
}

.bg-abos {
  color: #fff;
  background: #1d8c71;
}

.bg-abos-light {
  color: #1d8c71;
  background: #93edc4;
}

.img-thoughts-container {
  margin: 10px auto;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #e0e0e0;
}

.img-thoughts {
  width: auto;
  height: auto;
  max-height: 160px;
}

.img-thumb {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 5em;
}

.card {
  border: 1px solid #e8eef0;
  border-radius: 0.6rem;
  box-shadow: 0 1px 3px rgba(0, 70, 53, 0.04);
  transition: box-shadow 0.2s ease;
}
.card:hover {
  box-shadow: 0 4px 14px rgba(0, 70, 53, 0.09);
}
.card .card-header {
  background-color: #f8fdfb;
  border-bottom: 1px solid rgba(0, 70, 53, 0.06);
  border-top-left-radius: calc(0.6rem - 1px);
  border-top-right-radius: calc(0.6rem - 1px);
  font-weight: 600;
}
.card img {
  max-width: 100%;
  max-height: 70%;
  width: auto;
  height: auto;
}

.card.top-badge,
.card.top-badge-h,
.card.top-badge-h32,
.card.top-badge-h31 {
  border: 0;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #a0a0a0;
}
.card.top-badge:hover,
.card.top-badge-h:hover,
.card.top-badge-h32:hover,
.card.top-badge-h31:hover {
  box-shadow: 1px 1px 3px #a0a0a0;
}

.card-faq img {
  width: inherit;
  height: inherit;
}

.col-4 .card {
  min-height: 200px;
}

.card-header h6 {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.1;
}

.card-car .tag-soldout {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background-image: url(../images/car_sales_badge_soldout.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.card-image-body {
  max-width: 300px;
  height: auto;
}

.card-img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 240px;
  max-height: 240px;
}

#table-data thead {
  position: sticky;
  top: 100px;
  left: 0;
  background: #fff;
}
#table-data thead th {
  position: relative;
  font-size: 0.8rem;
}
#table-data thead th i {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  min-width: 1em;
  cursor: pointer;
}
#table-data tbody .cell-command button {
  min-width: 6rem;
  font-size: 0.86rem;
  text-align: center;
}

table .member-list-header td {
  background: #A7ECAE;
}

.searched-data {
  margin: 0.6rem 0;
  border-bottom: 1px dashed silver;
}
.searched-data .desc {
  font-size: 0.8rem;
}

#top-topics {
  height: 10em;
  margin-bottom: 0.2rem;
  overflow: auto;
}
#top-topics li {
  position: relative;
  padding-right: 8rem;
  margin-bottom: 1rem;
  font-size: 0.86rem;
  border-bottom: 1px dashed #e0e0e0;
}
#top-topics p {
  margin-bottom: 0.2rem;
}
#top-topics .date-update {
  position: absolute;
  top: 0.1rem;
  right: 1rem;
  padding: 0.1rem 0.5rem;
  font-size: 0.7rem;
  color: #333;
  background: #f0f0f0;
  border-radius: 0.5rem;
}

.top-abochelin {
  position: relative;
  background-position: center -50px !important;
}
.top-abochelin .thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50%;
  margin: auto;
  text-align: center;
}
.top-abochelin .thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.top-abochelin .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}

.top-badge {
  height: 200px;
}

.top-badge-h {
  height: 96px;
}

.top-badge-h32 {
  height: 120px;
}

.top-badge-h31 {
  height: 60px;
}

.top-badge-noborder {
  box-shadow: 0 0 0 #fff;
}

#top-calendar-info {
  position: absolute;
  top: 0;
  right: -100%;
  width: 500px;
  background-color: #fff;
  border-radius: 4px;
  z-index: 1001;
}
#top-calendar-info .btn-close {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1002;
}

.news .header,
.board_csp .header {
  font-size: 1.2rem;
}
.news ul li,
.board_csp ul li {
  line-height: 2;
}

.board-list a:link, .board-list a:visited {
  color: #333;
  text-decoration: none;
}

.case-study h1, .case-study h2, .case-study h3, .case-study h4, .case-study h5, .case-study h6 {
  margin: 0;
  padding-left: 0.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  border-left: 3px solid #666;
}

.about {
  background-color: #FFFBE6;
  border: 1px solid #F2B56D;
  border-radius: 4px;
}
.about .header-about {
  font-size: 1.2rem;
}

.list-information .number {
  max-width: 70%;
  font-size: 1.23rem;
}
.list-information .badge {
  font-size: 0.7rem;
}
.list-information span {
  max-width: 35%;
  font-size: 0.8rem;
}

.btn-search-sonpo,
.btn-search-seiho {
  width: 22%;
  height: 4.5rem;
  padding: 0.05rem;
  font-size: 10pt;
  text-wrap: nowrap;
}

#dropArea {
  width: 100%;
  height: 60px;
  padding: 10px;
  border: 3px dotted rgba(64, 64, 64, 0.7);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
#dropArea.active {
  border: 3px dotted rgba(250, 128, 128, 0.7);
  background: rgba(255, 0, 0, 0.05);
}

.list-filemulti .filemulti-delete {
  cursor: pointer;
}
.list-filemulti li i {
  cursor: pointer;
}
.list-filemulti li p {
  font-size: 0.8rem;
  text-align: left;
}

.fc-header-toolbar {
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  .fc-header-toolbar {
    font-size: 0.5rem;
  }
  .btn-search-sonpo, .btn-search-seiho {
    width: 30.1%;
    height: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .fc-header-toolbar {
    font-size: 0.5rem;
  }
  .container-search {
    width: 100vw;
  }
  .list-information .d-flex {
    display: block !important;
  }
  .list-information .number {
    display: block;
    font-size: 1.23rem;
  }
  .list-information .badge {
    font-size: 0.7rem;
  }
  .btn-search-sonpo, .btn-search-seiho {
    width: 30%;
    height: 4.5rem;
  }
}
@media (max-width: 991.98px) {
  .fc-header-toolbar {
    font-size: 0.5rem;
  }
  .list-information .d-flex {
    display: block !important;
  }
  .list-information .number {
    display: block;
    font-size: 1.23rem;
  }
  .list-information .badge {
    font-size: 0.7rem;
  }
  .btn-search-sonpo, .btn-search-seiho {
    width: 44%;
    height: 3.5rem;
    font-size: 10pt;
  }
}
@media (max-width: 1199.98px) {
  .header-lines {
    font-size: 0.8rem;
  }
  .fc-toolbar-title {
    font-size: 1.2rem !important;
  }
  .btn-search-sonpo, .btn-search-seiho {
    width: 30.1%;
    height: 3rem;
  }
}
@media (max-width: 1399.98px) {
  .btn-search-sonpo, .btn-search-seiho {
    width: 30.1%;
    height: 3rem;
    font-size: 9pt;
  }
}

/*# sourceMappingURL=base.css.map */
