#createdby .ais-search-box,
#createdby .ais-SearchBox,
#createdby .ais-RefinementList-searchBox {
    height: auto;
    margin: 8px 0 8px 0;
    max-width: 100%;
}

#createdby .ais-SearchBox-form {
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1;
    min-height: 0;
    position: relative;
}

#createdby .ais-SearchBox-form::before {
    background: none !important;
    content: none !important;
    display: none !important;
}

#createdby input[type="search"],
#createdby input[type="text"] {
    background: #fff !important;
    border: 1px solid #cfd6e3 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #333;
    font-size: 13px !important;
    font-weight: 400 !important;
    height: 32px !important;
    line-height: 1.4;
    padding: 5px 8px !important;
    width: 100%;
}

#createdby input[type="search"]:focus,
#createdby input[type="text"]:focus {
    border-color: #6b7bb8 !important;
}

#createdby .ais-SearchBox-submit,
#createdby .ais-SearchBox-reset,
#createdby .ais-search-box--submit,
#createdby .ais-search-box--reset {
    display: none;
}

#createdby .ais-RefinementList-list {
    margin: 0;
    padding: 0;
}

#createdby .ais-RefinementList-item {
    margin: 0 0 4px 0;
}

#createdby .ais-RefinementList-label {
    align-items: center;
    display: flex;
    line-height: 18px;
    margin: 0;
    min-height: 20px;
}

#createdby .ais-RefinementList-checkbox {
    display: inline-block !important;
    flex: 0 0 auto;
    height: 13px;
    margin: 0 7px 0 0 !important;
    position: static;
    top: auto;
    vertical-align: middle;
    width: 13px;
}

#createdby .ais-RefinementList-label span {
    margin: 0;
}
