/* Navbar */
.navbar-brand {
  color: #fff !important;
  display: inline-flex;
  gap: 2px;
  font-weight: bold;
  text-transform: uppercase;
  align-items: center;
}

.navbar-brand img {
  margin-inline-end: 10px;
}

/* Buttons */
.btn {
  line-height: 1;
  padding-block: 9px;
}

/* Tabs */
.tabbable {
  border: 1px solid #ddd;
  border-top: 0;
}

.tab-pane {
  padding: 20px;
}

.tab-pane .table {
  margin-block-end: 0;
}

/* Search bar */
.context-search {
  display: flex;
  gap: 10px;
}

/* Badges */
.badge {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  border-radius: 2px;
  padding: 2px 4px;
  background: #eee;
  color: #777;
}

.badge-success {
  background: #5cb85c;
  color: #fff;
}

/* Footer */
.b-footer__title a {
  color: #fff;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  text-transform: uppercase;
}

.b-footer__title a img {
  margin-inline-end: 8px;
}

.b-footer__title a:hover,
.b-footer__title a:focus {
  text-decoration: none;
}

/* Pricing */
.sec--pricing {
  padding-block: 30px;
}

.b-pricing {
  margin-top: 60px;
}

.b-pricing__item__header {
  text-align: left;
}

.b-pricing__item__price {
  text-align: left;
  font-size: 32px;
}

.b-pricing__item__features li {
  text-align: left;
}

.period-checkbox-wrapper {
  display: flex;
  place-items: center;
}

.period-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-inline: auto;
}

.period-checkbox {
  cursor: pointer;
}

.period-checkbox label {
  width: 40px;
}

.period-checkbox.m-active > div:first-child,
.period-checkbox.y-active > div:last-child {
  color: #46cff4;
}

.js-toggle-price span {
  display: none;
}

.js-toggle-price span.active {
  display: block;
}

.js-toggle-price sup {
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  top: -25px;
  background: #222;
  color: #fff;
  padding: 2px 4px;
}


/* Boxes */
.box--demo {
  padding: 24px;
  display: grid;
  gap: 12px;
  place-items: center;
  margin-top: 34px;
}

.box--demo h3 {
  margin-block: 0 !important;
  font-weight: bold;
  color: #581717 !important;
}
.box--demo h4 {
  margin-block: 0 !important;
  color: #777 !important;
}

.box__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.info-link {
  padding: 10px 0 10px 12px;
  margin: 0;
  border-bottom: 1px dotted #eee;
  position: relative;
}

.info-link > a {
  display: block;
  line-height: 18px;
}
.info-link:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 10px;
}

.more-on-topic {
    clear: both;
    margin-top: 60px;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
}

.more-on-topic h4 {
    margin: 0 0 10px !important;
    text-align: left !important;
    color: #444 !important;
}

.more-on-topic p {
    text-indent: 0 !important;
}

.more-on-topic p::before {
  color: #555;
}
