.kb-search-header {
    display: flex;
    justify-content: center;
}

.kb-search-header * {
    box-sizing: border-box;
}

.kb-search-header-inner {
    width: 100%;
    max-width: 1200px;
}

.kb-search-header h1,
.kb-search-header h4 {
    padding: 1rem 0;
    max-width: 768px;
}

.kb-search-header h1 {
    background: linear-gradient(180deg,#3EBC61,#71CF25) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;

    font-size: 72px !important;
    line-height: 4.5rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.05em !important;
}

.kb-search-header h4 {
    background: linear-gradient(180deg,#3EBC61,#71CF25) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;

    font-size: 36px !important;
    line-height: 2.25rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

.lightmode .kb-search-header h4 {
    background: transparent !important;
    color: #06060E !important;
    -webkit-text-fill-color: #06060E;
}

/* .darkmode .kb-search-header h1 {
    background: linear-gradient(180deg,#3EBC61,#71CF25) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.lightmode .kb-search-header h1 {
    background: #06060E;
} */


.knowledgebase-search-wrapper {}

.knowledgebase-search-form {
    display: flex;
    justify-content: center;
}

.knowledgebase-searchbar-wrapper {}

#knowledgebase-search-input {
}

#knowledgebase-search-submit {

}

.knowledgebase-searchbar-wrapper {
    display: flex;
    width: 100%;
    max-width: 1200px;
    /* max-width: 600px; */
    border-radius: 10px;
    overflow: hidden;
}

#knowledgebase-search-input {
    flex: 1;
    padding: 12px 20px !important;
    border: none !important;
    font-size: 16px !important;
    outline: none;
    margin: 0 !important;
    height: 60px !important;
    width: auto !important;
    border-radius: 0 !important;
}

#knowledgebase-search-submit,
#knowledgebase-search-submit:hover {
    border: none !important;
    outline: none !important;
    border-radius: 0;
}

#knowledgebase-search-submit {
    cursor: pointer;
    padding: 12px 20px;
}

#knowledgebase-search-submit span {
    font-weight: 900;
    font-size: 1.75rem;
}

@media screen and (max-width: 600px) {
    .knowledgebase-searchbar-wrapper {
        max-width: 100%;
        border-radius: 10px;
    }
}

/* Search results */
.search-results--header {
    margin-bottom: 1rem;
}

.search-results--header-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.search-results--header-title b {
    font-weight: 800;
}

.search-results--header-subtitle {
    font-size: 0.75rem;
}

.darkmode .search-results--header-subtitle {
    color: #A9ADB3;
}
.lightmode .search-results--header-subtitle {
    color: #959AA0;
}


/* Colors */
.kb-search-header {
    background-color: #06060E;
}

#knowledgebase-search-input,
#knowledgebase-search-submit {
    background-color: hsla(0,0%,100%,.25) !important;
    color: #FEFEFE !important;
}

#knowledgebase-search-input::placeholder,
#knowledgebase-search-input::-webkit-input-placeholder,
#knowledgebase-search-submit span {
    color: #FEFEFE !important;
}

#knowledgebase-search-input::-moz-placeholder,
#knowledgebase-search-input:-ms-input-placeholder {
    color: #FEFEFE !important;
}

#knowledgebase-search-input:hover,
#knowledgebase-search-input:hover + #knowledgebase-search-submit {
    background-color: hsla(0,0%,100%,.33) !important;
}

#knowledgebase-search-input:focus,
#knowledgebase-search-input:focus + #knowledgebase-search-submit {
    background-color: #FEFEFE !important;
    color: #06060E !important;
}

#knowledgebase-search-input:focus::placeholder,
#knowledgebase-search-input:focus::-webkit-input-placeholder,
#knowledgebase-search-input:focus + #knowledgebase-search-submit span {
    color: #06060E !important;
}

#knowledgebase-search-input:focus::-moz-placeholder,
#knowledgebase-search-input:focus:-ms-input-placeholder {
    color: #06060E !important;
}

/* Lightmode ALT */
.lightmode .kb-search-header {
    background-color: #FEFEFE;
}

.lightmode .knowledgebase-searchbar-wrapper {
    box-shadow: 0 0 3px #727276;
}

.lightmode #knowledgebase-search-input,
.lightmode #knowledgebase-search-submit {
    background-color: #FEFEFE !important;
    color: #959AA0 !important;
}

.lightmode #knowledgebase-search-input::placeholder,
.lightmode #knowledgebase-search-input::-webkit-input-placeholder,
.lightmode #knowledgebase-search-submit span {
    color: #959AA0 !important;
}

.lightmode #knowledgebase-search-input::-moz-placeholder,
.lightmode #knowledgebase-search-input:-ms-input-placeholder {
    color: #FEFEFE !important;
}

.lightmode #knowledgebase-search-input:hover,
.lightmode #knowledgebase-search-input:hover + #knowledgebase-search-submit {
    background-color:  #FEFEFE !important;
}

.lightmode #knowledgebase-search-input:focus,
.lightmode #knowledgebase-search-input:focus + #knowledgebase-search-submit {
    background-color: #FEFEFE !important;
    color: #06060E !important;
}

.lightmode .knowledgebase-searchbar-wrapper.input-focused {
    box-shadow: 0 0 6px #727276;
}

.lightmode #knowledgebase-search-input:focus::placeholder,
.lightmode #knowledgebase-search-input:focus::-webkit-input-placeholder,
.lightmode #knowledgebase-search-input:focus + #knowledgebase-search-submit span {
    color: #06060E !important;
}

.lightmode #knowledgebase-search-input:focus::-moz-placeholder,
.lightmode #knowledgebase-search-input:focus:-ms-input-placeholder {
    color: #06060E !important;
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: linear;
    transition-duration: .15s;
}


