@import "plugins.css";
@import "style.css";
@import "sky.css";
.theme-letter-list a {
  display: inline-block;
  font-size: 14px;
  padding: 0.35rem 0.75rem;
  width: 2.2rem;
  text-align: center;
  margin: 0 0.5rem 0.5rem 0;
  border: 1px solid var(--bs-blue);
  border-radius: 4px;
}
.theme-letter-list a:hover, .theme-letter-list a.on-tab {
  background-color: var(--bs-blue);
  color: #fff;
}

.theme-list ul li {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theme-list ul li a {
  font-size: 14px;
  color: #999;
}
.theme-list ul li a:hover {
  color: var(--bs-blue);
}

.theme-detail-product {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.theme-detail-product a.__btn {
  display: inline-block;
  background-color: var(--bs-blue);
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 14px;
  border-radius: 2px;
}
.theme-detail-product a.__btn:hover {
  opacity: 0.85;
}
.theme-detail-product img {
  max-width: 100%;
}

.theme-detail-content-box {
  margin-bottom: 2rem;
}
.theme-detail-content-box h3 {
  position: relative;
}
.theme-detail-content-box h3::before {
  content: "";
  width: 2px;
  height: 85%;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: var(--bs-blue);
}
.theme-detail-content-box .__solution {
  height: 100%;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.theme-detail-content-box .__solution a {
  color: inherit;
}
.theme-detail-content-box .__solution a:hover {
  color: var(--bs-blue);
}

.nb-icon-wrap {
  display: none;
}

@media screen and (min-width: 992px) {
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
}

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