.whmcs__container-outer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.whmcs__container-outer .card-body h4 {
  margin-top: 5rem;
}
.whmcs__container-outer .card-body h4:first-child {
  margin-top: 3rem;
}
.whmcs__tld-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.whmcs__tld-list-item label {
  font-weight: 400;
}
.whmcs__preloader {
  background-color: rgba(255, 255, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.whmcs__result-item {
  display: grid;
  grid-template-columns: 2fr 1fr 110px 110px 1fr 150px;
  border: solid 1px #ccc;
  gap: 10px;
  margin-top: -1px;
}
.whmcs__result-item .available {
  color: #009900;
}
.whmcs__result-item > div {
  padding: 10px;
}
.whmcs__result-item.unavailable {
  background-color: #eee;
  opacity: 0.5;
}
.whmcs__result-item:nth-child(even) {
  background-color: #eee;
}
.whmcs__result-label > div {
  background-color: #456183;
  color: white;
  font-weight: bold;
  padding: 10px;
}
.whmcs__content {
  margin-top: 80px;
  margin-bottom: 40px;
}
.whmcs__content h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.whmcs__result-footer {
  margin-top: 20px;
}
.whmcs__result-header {
  display: grid;
  grid-template-columns: 2fr 1fr 110px 110px 1fr 150px;
  border: solid 1px #ccc;
}
.whmcs__result-header > div {
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
.whmcs__search-container {
  background-color: #1c4c6f;
  display: flex;
  column-gap: 40px;
}
.whmcs__search-container .col1 {
  padding: 40px 20px;
}
.whmcs__search-container .col2 {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  flex-direction: column;
}
.whmcs__search-container .col2 .btn-primary {
  margin-bottom: 0;
  float: right;
  background-color: #A3A3A3;
  font-weight: bold;
}
.whmcs__search-container .col2 .form-group {
  background-color: #046697;
  padding: 10px;
  margin-bottom: 10px;
}
.whmcs__search-container .col2 .form-group input[type=text] {
  height: 40px;
  width: 40%;
  font-size: 16px;
}
.whmcs__search-container .col2 .form-group input[type=submit] {
  float: right;
  height: 40px;
  border: none;
  background-color: #E20A14;
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin-left: 10px;
  padding: 10px 20px;
}
.whmcs__search-container .col2 .form-group input[type=submit]:hover {
  background-color: #cc0000;
}
.whmcs__search-container .col2 .form-info {
  color: white;
  font-weight: bold;
}

.whmcs-price-list.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.whmcs-price-list__btn.btn-primary {
  padding: 4px 12px;
}
.whmcs-price-list__btn::selection {
  background-color: green;
}
.whmcs-price-list__btn.btn-primary.collapsed {
  background-color: #337ab7;
}
.whmcs-price-list__btn.btn-primary {
  background-color: green;
}
.whmcs-price-list__btn.btn-primary:hover {
  background-color: grey !important;
  background-image: none !important;
}
.whmcs-price-list__btn.btn-primary:active {
  background-color: inherit !important;
  background-image: none !important;
}
.whmcs-price-list__btn.btn-primary:focus {
  background-color: green !important;
  background-image: none !important;
}
.whmcs-price-list__btn.btn-primary:focus:hover {
  background-color: grey !important;
}
.whmcs-price-list__btn.btn-primary[aria-expanded=false] {
  background-color: #337ab7 !important;
  background-image: none !important;
}
.whmcs-price-list__btn.btn-primary[aria-expanded=false]:hover {
  background-color: grey !important;
}
.whmcs-price-list .whmcs__result-header {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.whmcs-price-list .whmcs__result-header > div {
  text-align: left;
}
.whmcs-price-list .whmcs__result-item {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.whmcs__result-item__tld span {
  padding: 2px 5px;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 1em;
  font-weight: bold;
  border-radius: 4px;
}
.whmcs__result-item__tld .new {
  background-color: green;
}
.whmcs__result-item__tld .hot {
  background-color: orange;
}
.whmcs__result-item__tld .sale {
  background-color: red;
}
.whmcs__baner {
  margin-top: 8rem;
}
.whmcs__baner .fas {
  float: right;
}
.whmcs__baner .domain-promo-box {
  padding: 2rem;
  border: 1px solid #ccc;
}

/*# sourceMappingURL=whmcs-main.css.map */
