.rk_ac {
    list-style: none !important;
    position: absolute !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: white;
    width: 100%;
}
.rk_ac li {
    cursor: pointer;
    margin: 0;
}

.rk_ac li:hover {
    background-color: #fafafa;
}

.rk_ac li a {
    color: inherit;
    font-weight: 400;
}
.rk_ac li a:hover {
    text-decoration: none;
}

.rk_form_filter {
    display: flex;
    padding: 0 20px 20px 0;
}

.rk_form_filter > div {
    padding-right: 10px;
}

.rk_form_filter > div:last-child {
    margin-left: auto;
}

#rk_date_range, #rk_period_update {
    min-width: 180px;
}

#rk_search_count, #rk_search_percent {
    width: 135px;
}

#rk_sd_list {
    list-style: none;
}

#rk_sd_list > li {
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin-right: 20px;
}

#rk_sd_list > li > span:nth-child(1) {
    flex-grow: 1;
    font-weight: bold;
    border-bottom: #dedede solid 1px;
}

#rk_sd_list > li > span:nth-child(2) {
    width: 50px;
    text-align: center;
    border-bottom: #dedede solid 1px;
}

#rk_sd_list > li > span:nth-child(3) {
    width: 50px;
    text-align: center;
    border-bottom: #dedede solid 1px;
}

.rk_auto_suggestions_list {
    list-style: none;
    margin-right: 20px;
}

.rk_auto_suggestions_list li {
    display: flex;
    border-bottom: #dedede solid 1px;
    padding-bottom: 10px;
}

.rk_auto_suggestions_list li span {
    flex-grow: 1;
    font-weight: bold;
}

.rk_auto_suggestions_list li input {
    align-self: flex-end;
}

.rk-remove-phrase, .rk-all-remove-phrase {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding-right: 15px;
}

#rk_time_interval, #rk_number_requests, #rk_percentage_requests {
    min-width: 175px;
}

.rk_add_form_block {
    border-bottom: solid 1px #dedede;
    padding-bottom: 30px;
}

hr.rk_split {
    margin-top: 200px;
}

.rk_black_list_ul {
    list-style: none;
    margin-right: 20px;
}

.rk_black_list_ul li {
    display: flex;
    border-bottom: #dedede solid 1px;
    padding-bottom: 10px;
}

.rk_black_list_ul li span {
    flex-grow: 1;
    font-weight: bold;
}

.rk_black_list_ul li input {
    align-self: flex-end;
}

.rk-restore-phrase, .rk-all-restore-phrase {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding-right: 15px;
}
