/* CodexTheme overrides to blend FOSSBilling module output with DeerHost styles */

body {
  background: #ffffff;
}

.codextheme-main {
  padding-top: 40px;
}

.codextheme-content-box {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 24px;
}

.codextheme-side-menu {
  border: 1px solid #ebebeb;
  border-radius: 10px;
}

.codextheme-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.codextheme-menu-list li {
  border-bottom: 1px solid #f1f1f1;
}

.codextheme-menu-list li:last-child {
  border-bottom: 0;
}

.codextheme-menu-list li a {
  color: #111111;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
}

.codextheme-menu-list li a:hover {
  color: #288feb;
}

.codextheme-balance {
  border-top: 1px solid #f1f1f1;
  padding-top: 12px;
}

.card,
.alert,
.table,
.form-control,
.form-select,
.list-group-item,
.badge,
.btn {
  border-radius: 6px;
}

.primary-btn {
  text-decoration: none;
}

.breadcrumb-section {
  margin-bottom: 0;
}

.footer__text-about p {
  color: #c2c2c2;
}

.footer__text-copyright,
.footer__text-copyright p {
  color: #ffffff;
}

.header__logo img,
.offcanvas__logo img,
.footer__logo img {
  height: 31px;
  width: auto;
}

.codextheme-service-card {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  padding-right: 40px;
  width: 100%;
}

.codextheme-service-icon {
  color: #4c57d6;
  font-size: 24px;
  margin-bottom: 12px;
}

.codextheme-service-card p {
  margin-bottom: 18px;
  min-height: 72px;
}

.codextheme-service-card .primary-btn {
  background: #f2f2f2;
  color: #111111;
  display: block;
  margin-top: auto;
  padding: 14px 0 12px;
  text-align: center;
  transition: all 0.3s;
}

.codextheme-service-card:hover .primary-btn {
  background: #4c57d6;
  color: #ffffff;
}

.register__text .register__result ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  column-gap: 31px;
  row-gap: 10px;
}

.register__text .register__result ul li {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  margin-right: 0 !important;
  width: auto;
}

.about-page .about__text .about__achievement {
  display: grid;
  gap: 22px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-page .about__text .about__achievement .about__achieve__item {
  display: block;
  margin-bottom: 0;
  margin-right: 0;
}

.about-page .about-section .row {
  align-items: center;
}

.about-page .about__text {
  padding-top: 0;
}

.about-page .about__img img {
  display: block;
  margin: 0 auto;
}

.about-page .about__text .primary-btn {
  margin-top: 16px;
}

.hosting-page .hosting__feature__table table .hosting__feature__plan--choose span,
.hosting-page .hosting__feature__table table .hosting__feature__plan--choose .chose__title,
.hosting-page .hosting__feature__table table .hosting__feature--plan .plan__title {
  text-transform: none;
}

@media (max-width: 767px) {
  .codextheme-content-box {
    margin-top: 24px;
    padding: 16px;
  }

  .register__text .register__result ul li {
    width: auto;
  }

  .about-page .about__text .about__achievement {
    grid-template-columns: 1fr;
  }

  .about-page .about__text {
    padding-top: 28px;
  }
}
