.domain-checker-container {
    margin: 20px 0;
    padding: 0;
    background-color: #41BF2B;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    /* background: -webkit-gradient(linear,0 0,0 100%,from(#41BF2B),to(#61D140)); */
    background: -webkit-linear-gradient(top,#61D140,#41BF2B);
    background: -moz-linear-gradient(top,#61D140,#41BF2B);
    background: -ms-linear-gradient(top,#61D140,#41BF2B);
    background: -o-linear-gradient(top,#61D140,#41BF2B);
    box-shadow: var(--ui-block-shadow);
}
.domain-checker-bg {
    margin: 0;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: 110% -5px;
    background-image: url(../img/globe_green.png);
}
.spotlight-tld-container .spotlight-tld,
.spotlight-tld-suggestion-container .spotlight-tld {
    box-shadow: var(--ui-block-shadow);
    border: none !important;
    border-radius: var(--panel-border-radius);
    padding: 5px 0;
    height: fit-content;
    min-height: 112px;
}
.spotlight-tld-container .spotlight-tld-item,
.spotlight-tld-suggestion-container .spotlight-tld-item {
    width: 100px;
    top: 12px;
    right: -28px;
}
.spotlight-tld-container .spotlight-tld span,
.spotlight-tld-suggestion-container .spotlight-tld span {
    display: block;
    padding: none !important;
    font-weight: 400;
}
.spotlight-tld-container .spotlight-tld .spot-domain,
.spotlight-tld-suggestion-container .spotlight-tld .spot-domain {
    padding: 0;
}
.spotlight-tld-container .spotlight-tld .spot-name,
.spotlight-tld-suggestion-container .spotlight-tld .spot-name {
    overflow: hidden;
    text-align: center;
    font-size: 39px;
    color: var(--bc_black);
}
.spotlight-tld-container .spotlight-tld .price,
.spotlight-tld-suggestion-container .spotlight-tld .price {
    padding: 5px;
    color: var(--bc_black);
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid var(--panel-border-divider-color);
}
.spotlight-content .extension span {
    color: var(--bc_green_medium);
}
.bacloud-result-domains-spinner {
    position: absolute;
    top: 10px;
    right: 10px;
}

.spotlight-tlds {
    margin: 15px 0;
    padding: 0 !important;
    background-color: transparent !important;
}

.spotlight-tld .spot-domain,
.spotlight-tlds .spot-domain {
    /* font-size: 20px; */
    /* font-weight: bold; */
}

.spotlight-tld.featured-tlds {
    /* height: 110px !important; */
}

.spot-tld-title {
    font-size: 20px;
    color: #000;
}

.spot-tld-price {
    color: #fff;
    font-size: 15px;
}

.tld-name,
.tld-sale-group {
    /* font-size: 16px; */
}

.available.price {
    font-size: 18px;
    color: #999;
}

.tld-price {
    color: var(--bc_grey) !important;
    font-size: 13px !important;
}

.spotlight-tld.border-1 {
    border: 3px solid #ffd18e !important;
}

.spotlight-tld.border-2 {
    border: 3px solid #fbcc66 !important;
}

.spotlight-tld.border-3 {
    border: 3px solid #c6ca4c !important;
}

.spotlight-tld.border-4 {
    border: 3px solid #00b600 !important;
}

.spotlight-tld.border-bg-1 {
    /* border: 3px solid #ffd18e !important; */
    /* background: radial-gradient(#fff 40%, #ffd18e 100%) !important; */
}

.spotlight-tld.border-bg-2 {
    /* border: 3px solid #fbcc66 !important; */
    /* background: radial-gradient(#fff 40%, #fbcc66 100%) !important; */
}

.spotlight-tld.border-bg-3 {
    /* border: 3px solid #c6ca4c !important; */
    /* background: radial-gradient(#fff 40%, #c6ca4c 100%) !important; */
}

.spotlight-tld.border-bg-4 {
    /* border: 3px solid #00b600 !important; */
    /* background: radial-gradient(#fff 40%, #00b600 100%) !important; */
}

.spotlighted-tlds {
    /* background-color: #f8f8f8;
    margin: 10px 0; */
}

#spotlights {
    margin: 10px 0;
}

#frmDomainChecker {
    margin-top: 5px;
    margin-bottom: 5px;
}

#searchDomainInfo {
    margin-top: 5px;
    margin-bottom: 15px;
}

.tab-title {
    color: #83a647;
    font-size: 20px;
    font-weight: bold;
}

.domain-checker-result-headline {
    margin: 15px 0;
}

.category-tab {
    padding: 0 0 10px 0;
}

.tld-row {
    padding: 5px;
}

.category-tld-row {
    padding: 10px;
    width: 100%;
    background-color: #fff;
}
.category-tld-row:nth-child(even) {
    background-color: #00000004;
}

.category-tld-row .tld-param {
    /* font-weight: normal; */
    color: var(--bc_black);
    font-size: 14px;
}

.hot-tld {
    position: absolute;
    transform: rotate(-45deg);
}

.hot-tld span {
    background-color: #f9615a;
    color: #fff;
    font-weight: bold;
    padding: 2px;
}

#bacloud-domain-check-result {
    /* margin-top: 20px; */
}

.domain,
.extension,
.domain-lookup-result .price{
    /* font-size: 20px !important; */
}
.domain-lookup-result {
    /* border-top: 1px solid var(--panel-border-divider-color); */
}

.spotlight-tld-container .domain-lookup-result .btn-add-to-cart,
.spotlight-tld-container .domain-lookup-result .unavailable-btn {
    font-size: 14px !important;
}

.domain-lookup-result .btn-add-to-cart {
    /* font-size: 15px !important; */
    background-color: var(--bc_green) !important;
    border-color: var(--bc_green) !important;
    /* padding: 6px 12px !important; */
    /* margin-top: -10px; */
}

.spotlight-tld .btn:not(.domain-contact-support) {
    padding: 2px 10px !important;
    font-size: inherit !important;
}

.spotlight-tld .invalid,
.spotlight-tld .unavailable {
    margin: 38px 0 0 !important;
}

.spotlight-tld .btn-add-to-cart:hover,
.spotlight-tld .btn-add-to-cart:active,
.spotlight-tld .btn-add-to-cart:focus,
.domain-lookup-result .btn-add-to-cart:hover,
.domain-lookup-result .btn-add-to-cart:active,
.domain-lookup-result .btn-add-to-cart:focus {
    background-color: #00b600 !important;
    border-color: #00b600 !important;
}

div.header-lined h1 {
    border: none;
}

.domain-checker-invalid {
    font-size: 20px;
}

.domain-original-unavailable {
    font-size: 20px;
    color: #db5354;
}

.name-domain {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    width: 50%;
}

.price-domain {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
    width: 50%;
}

.domain-group-collapse {
    border-bottom: 1px solid var(--ui-block-divider-color);
    font-size: 14px;
    /* font-weight: bold; */
    padding: 15px 15px !important;
}
.domain-group-collapse:nth-last-child(-n+2) {
    border-bottom: none !important;
} 

.domain-group-collapse.row:hover,
.expanded-spotlight-menu {
    /* background: linear-gradient(to top, #ccc, #fff 20%); */
    /* background-color: #f8f9fa; */
}

.domain-group-collapse .domain-collapse-top[aria-expanded="false"] .fa-chevron-right {
    display: none;
}

.domain-collapse-top,
.domain-collapse-top:focus,
.domain-collapse-top:hover,
.domain-collapse-top:active {
    color: var(--bc_black);
}

.domains-category-tab {
    margin: 20px 0;
}

.red-placeholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

.red-placeholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.red-placeholder::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}

.domains-tab {
    /* padding: 0 10px; */
    max-height: 540px;
    overflow: scroll;
}

.collapse-mark {
    color: #00b600;
}

.tld-serach-domain {
    text-align: left;
}

.tld-search-pricing {
    text-align: right;
    font-size: 15px;
    color: var(--gray);
}

.tld-search-result-button {
    text-align: right;
}

.btn-tld {
    min-width: 44px;
    max-width: 44px;
}
.tld-available {
    /* background-color: #009a00; */
    /* border: 2px solid #009a00; */
    /* border-radius: 5px; */
    /* color: #fff; */
    /* width: 90px; */
}

.tld-available:hover {
    /* background-color: #00b600;
    color: #fff; */
}

.tld-unavailable {
    /* background-color: #999; */
    /* border: 2px solid #999; */
    /* color: #000; */
    /* cursor: not-allowed; */
    /* width: 90px; */
}

.tld-cart-added,
.tld-cart-added:hover,
.tld-cart-added:focus {
    width: 90px;
    cursor: not-allowed !important;
    color: #009a00 !important;
    background-color: #f5f5f5 !important;
    border: 2px solid #009a00 !important;
    border-radius: 5px;
}

.btn.tld-btn-search.tld-error,
.btn.tld-btn-search.tld-error:hover,
.btn.tld-btn-search.tld-error:focus {
    background-color: #999;
    border: 2px solid #999;
    color: #fff !important;
    cursor: not-allowed;
}

.tld-unavailable:hover {
    color: #000;
}

.tld-btn-search {
    text-align: center;
    width: 90px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}

.tld-btn-search:hover {
    color: #fff;
}

.tld-search-line {
    padding: 5px 10px;
    /* border-bottom: 1px solid #f5f5f5; */
}
.tld-search-line:nth-child(even) {
    background-color: #00000004;
}
.tld-search-line:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.spotlight-tld-hot.spotlight-promo-flag {
    /* border-color: #f9615a; */
    /* background-color: #f9615a; */
}

.spotlight-tld-sale {
    color: #d68f00 !important;
    background-color: #fff3db !important;
    width: 100px !important;
    top: 12px !important;
    right: -28px !important;
}
.spotlight-tld-new {
    color: #2d9f46 !important;
    background-color: #dbf5e1 !important;
    width: 100px !important;
    top: 12px !important;
    right: -28px !important;
}
.spotlight-tld-hot {
    color: #d92632 !important;
    background-color: #f7d4d6 !important;
    width: 100px !important;
    top: 12px !important;
    right: -28px !important;
}

.spotlight-tld-sale.spotlight-promo-flag {
    border-color: #f7d458;
    background-color: #f7d458;
}

.spotlight-tld-new.spotlight-promo-flag {
    border-color: #2ad588;
    background-color: #2ad588;
}

.spotlight-promo-flag {
    /* border: 5px solid green; */
    /* border-radius: 5px; */
    /* border-bottom-right-radius: 50px; */
    /* position: absolute; */
    /* left: -1px; */
    /* right: -1px; */
    /* top: -1px; */
    /* background-color: red; */
    /* height: 20px; */
}

.spotlight-tld-container .spotlight-group-name,
.spotlight-tld-suggestion-container .spotlight-group-name {
    position: absolute;
    color: #000;
    font-weight: bold;
    z-index: 1;
    width: 100%;
    padding-top: 0;
    top: 0;
}

.promo-sale span {
    color: #cc0000 !important;
    background: none !important;
    display: inline !important;
}

.promo-sale span span {
    color: #999 !important;
}

.promo-sale-price {
    color: #cc0000;
}

/* Spotlight suggestions */
.spotlight-tld-suggestion-container {
    float: left;
    padding: 7px;
}

.spotlight-tld-suggestion {
    height: 130px !important;
}
/* .... */

.spotlight-tld .btn {
    padding: 4px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #555;
    border-color: #333;
    color: #fff;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sales-group {
    padding: 1px 3px;
    text-transform: uppercase;
    font-size: 10px;
}

/* Domains group labels */
.suggested-domains .promo {
    margin: 5px;
}
.tld-sale-group,
.sales-group,
.suggested-domains .promo {
    background-color: #e9eaec !important;
    color: #acb0b9 !important;
    padding: 1px 3px;
    text-transform: uppercase;
    font-size: 10px;
}

.tld-sale-group-new,
.sales-group-new,
.suggested-domains .promo.new {
    background-color: var(--state-success-border) !important;
    color: var(--state-success-text) !important;
}

.tld-sale-group-sale,
.sales-group-sale,
.suggested-domains .promo.sale {
    background-color: var(--state-warning-border) !important;
    color: var(--state-warning-text) !important;
}

.tld-sale-group-hot,
.sales-group-hot,
.suggested-domains .promo.hot {
    background-color: var(--state-danger-border) !important;
    color: var(--state-danger-text) !important;
}
/* END Domains group labels */

.domain-unavailable,
.domain-available {
    font-size: 20px;
}

.spotlight-tld {
    /* position: relative; */
    /* margin: 0; */
    /* padding: 15px 0; */
    /* height: 140px; */
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    /* border-radius: 5px; */
    /* text-align: center; */
    /* font-weight: 700; */
    /* color: #555; */
}

.spotlight-tld-container {
    /* float: left; */
    /* padding: 7px 7px; */
}

.spotlight-tld span {
    /* display: block; */
    /* padding: 5px 0; */
    /* font-weight: 400; */
}

.spotlight-tld-container-1 {
    width: 100%;
}

.spotlight-tld-container-2 {
    width: 50%;
}

.spotlight-tld-container-3 {
    width: 33.3%;
}

.spotlight-tld-container-4 {
    /* width: 25%; */
}

.spotlight-tld-container-5 {
    width: 20%;
}

.spotlight-tld-container-6 {
    width: 16.6%;
}

.spotlight-tld-container-7 {
    width: 14.2%;
}

.spotlight-tld-container-8 {
    width: 12.5%;
}

@media(max-width: 991px) {
    .spotlight-tld-container-5,
    .spotlight-tld-container-6,
    .spotlight-tld-container-7,
    .spotlight-tld-container-8 {
        width: 20%;
    }

    .tld-btn-search,
    .tld-cart-added {
        width: 70px;
    }
}

.tld-search-domain {
    /* color: #000; */
    font-size: 15px;
}

#bacloud-domains-placeholder {
    /* font-size: 18px; */
}

@media(max-width: 767px) {
    .domain-name,
    .domain-price {
        text-align: center;
    }

    .domain-lookup-result .btn-add-to-cart {
        margin-top: 0;
    }

    .spotlight-tld-container-5,
    .spotlight-tld-container-6,
    .spotlight-tld-container-7,
    .spotlight-tld-container-8 {
        width: 25%;
    }

    .tld-search-domain,
    .tld-search-pricing,
    .tld-search-result-button {
        padding: 5px;
        text-align: center;
    }
}

@media(max-width: 560px) {
    .domain-search-btn,
    .input-group.input-group-lg.input-group-box {
        width: 100%;
    }

    .domain-search-btn {
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 5px !important;
        margin-left: 0 !important;
    }

    #inputDomain {
        border-top-right-radius: 6px !important;
        border-bottom-left-radius: 0 !important;
    }

    .input-group-btn {
        display: unset;
    }

    .spotlight-tld-container-3,
    .spotlight-tld-container-4,
    .spotlight-tld-container-5,
    .spotlight-tld-container-6,
    .spotlight-tld-container-7,
    .spotlight-tld-container-8 {
        width: 50%;
    }
}

@media(max-width: 400px) {
    .spotlight-tld-container-1,
    .spotlight-tld-container-2,
    .spotlight-tld-container-3,
    .spotlight-tld-container-4,
    .spotlight-tld-container-5,
    .spotlight-tld-container-6,
    .spotlight-tld-container-7,
    .spotlight-tld-container-8 {
        width: 100% !important;
    }
}

/* Arrow for collapsed categories */
.fa.fa-for-collapse {
    float: right;
    line-height: 20px;
}
.domain-collapse-top[data-toggle="collapse"] .fa:before {
    content: "\f077";
}

.domain-collapse-top[data-toggle="collapse"].collapsed .fa:before {
    content: "\f078";
}

.suggested-domains .card-header,
.suggested-domains .panel-heading {
    border-bottom: none !important;
    background-color: #fff;
}

.suggested-domains .list-group-item {
    background-color: #fff;
    border: none;
}

.suggested-domains .list-group-item:nth-child(even) {
    background-color: #00000004;
}