#header-wrapper {
    position: relative;
    z-index: 50;
}

.domain-marketplace-search {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 28px 20px !important;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background-image: linear-gradient(105deg, rgba(5, 14, 27, .94), rgba(13, 29, 49, .84)),
        url('../img/bg_search_domain.jpeg') !important;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .06), 0 12px 30px rgba(12, 25, 41, .12) !important;
}

.domain-marketplace-search::before {
    position: absolute;
    top: -110px;
    left: 50%;
    width: 460px;
    height: 260px;
    border-radius: 50%;
    background: rgba(227, 5, 18, .13);
    filter: blur(70px);
    content: '';
    pointer-events: none;
}

#start-domaincheck.domain-marketplace-search .center {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1240px;
    padding: 0;
}

#start-domaincheck.domain-marketplace-search .start-domaincheck-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

#start-domaincheck.domain-marketplace-search h2 {
    position: relative;
    flex: 0 0 auto;
    padding-left: 32px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    text-shadow: none;
}

#start-domaincheck.domain-marketplace-search h2::before {
    position: absolute;
    top: 50%;
    left: 0;
    color: #ff3542;
    font-family: 'Font Awesome 5 Free';
    font-size: 19px;
    font-weight: 900;
    content: '\f002';
    transform: translateY(-50%);
}

#start-domaincheck.domain-marketplace-search form {
    display: flex;
    flex: 1 1 680px;
    max-width: 790px;
    min-height: 58px;
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#start-domaincheck.domain-marketplace-search form:focus-within {
    border-color: rgba(255, 74, 85, .8);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .28), 0 0 0 4px rgba(227, 5, 18, .14);
    transform: translateY(-1px);
}

#start-domaincheck.domain-marketplace-search .domain-marketplace-search__controls,
#start-domaincheck.domain-marketplace-search #start-domaincheck-input {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}

#start-domaincheck.domain-marketplace-search .domain-marketplace-search__controls {
    width: 100%;
}

#start-domaincheck.domain-marketplace-search #start-domaincheck-input > .input {
    margin: 0;
}

#start-domaincheck.domain-marketplace-search #start-domaincheck-input > .input.text {
    flex: 1 1 auto;
    min-width: 0;
}

#start-domaincheck.domain-marketplace-search #start-domaincheck-input > .input.select {
    flex: 0 0 210px;
}

#start-domaincheck.domain-marketplace-search .domaincheck-lookup_domain {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    height: 100% !important;
    padding: 0 20px !important;
    border: 0;
    color: #14243a;
    font-size: 15px;
    background: #fff;
}

#start-domaincheck.domain-marketplace-search select.form-control {
    width: 100%;
    height: 100%;
    padding: 0 40px 0 18px;
    border: 0;
    border-left: 1px solid #e3e8ef;
    border-radius: 0;
    color: #435269;
    background-color: #f8fafc;
    box-shadow: none;
}

#start-domaincheck.domain-marketplace-search #start-domaincheck-submit {
    flex: 0 0 190px;
    width: 190px;
    margin: 0;
    padding: 0 24px;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    background: linear-gradient(135deg, #ef0716, #c6000c);
    box-shadow: none;
    transition: background .18s ease, box-shadow .18s ease;
}

#start-domaincheck.domain-marketplace-search #start-domaincheck-submit:hover,
#start-domaincheck.domain-marketplace-search #start-domaincheck-submit:focus {
    background: linear-gradient(135deg, #ff1423, #d4000d);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .15);
}

@media (min-width: 768px) and (max-width: 1050px) {
    #start-domaincheck.domain-marketplace-search .start-domaincheck-wrap {
        flex-direction: column;
        gap: 14px;
    }

    #start-domaincheck.domain-marketplace-search form {
        width: 100%;
        max-width: 760px;
        flex-basis: auto;
    }
}
