.input-filters {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.input-filters > div {
    flex-grow: 1;
    flex-basis: 190px;
}
.input-filters > div:nth-child(1), .input-filters > div:nth-child(3) {
    flex-grow: 1.5;
}



/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.hunter-slider-container {
    width: 100%;
}

.hunter-slider-container {
    height: 3px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
    margin-bottom: 2px;
}

.hunter-slider-container .price-slider {
    height: 100%;
    left: 0%;
    right: 100%;
    position: absolute;
    border-radius: 5px;
    background: #1a4573;
    margin-inline: 2px;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: -5px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #1a4573;
}

.xagio-slider-input {
    display: flex;
    justify-content: space-between;
}

.xagio-slider-input > input[type="number"] {
    border: none;
    padding: 0;
    max-width: 60px;
    margin-inline: 0;
    margin-top: 10px;
}

.xagio-slider-input > input[type="number"]:last-child {
    text-align: right;
}

.sliders-filters {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.sliders-filters > div {
    flex-grow: 1;
    flex-basis: 260px;
}

.sliders-filters .pop {
    margin-top: 0;
}
.sliders-filters > div:last-child {
    flex-grow: 0.4;
    flex-basis: 0;
}
.sliders-filters > div:last-child button {
    margin-inline: auto;
}
h3.xagio-accordion-title.xagio-accordion-panel-title {
    font-size: 23px;
    font-weight: bold;
    color: black;
}

.xagio-progress {
    min-height: 30px;
    background: #f5f7fb;
    border-radius: 100vh;
}

.xagio-progress .xagio-progress-bar {
    background: #0165d9;
    border-radius: 100vh;
    width: 20%;
    color: black;
    padding: 6px 29px;
    transition: all 0.4s;
}

.xagio-progress.xagio-progress-green .xagio-progress-bar {
    background: #00BF63;
}

.xagio-progress.xagio-progress-red .xagio-progress-bar {
    background: #F63F3F;
}

.xagio-progress.xagio-progress-orange .xagio-progress-bar {
    background: #fb7e2c;
}

.hunter-history-holder.xagio-grid-4-columns {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 15px));
    gap: 20px;

    @media only screen and (max-width: 1600px) {
        grid-template-columns: repeat(3, calc(33.33% - 13.3px));
    }
    @media only screen and (max-width: 1366px) {
        grid-template-columns: repeat(2, calc(50% - 10px));
    }
    @media only screen and (max-width: 992px) {
        grid-template-columns: 100%;
    }
}

.hunter-history-holder .loading {
    text-align: center;
}

.hunter-single-history-item {
    background: #f5f7fb;
    padding: 26px;
    border-radius: var(--xagio-box-border-radius);
    flex-basis: 190px;
    cursor: pointer;
    transition: all 0.4s;
}

.hunter-single-history-item.selected, .hunter-single-history-item.selected:hover {
    background: var(--color-xagio-blue);
}

.hunter-single-history-item.selected * {
    color: white;
}

.hunter-single-history-item:hover {
    background: #e2e4e8;
}

h3.history-name {
    font-size: 17px;
    font-weight: bold;
    color: #545454;
}

.history-name span {
    color: #1a4674;
}

span.history-date {
    font-size: 15px;
    color: #545454;
}

.xagio-progress-bar {
    box-sizing: border-box;
}

.xagio-header-actions-in-project {
    display: flex;
    gap: var(--xagio-gap-small);
}
.loading-niche-keywords {
    text-align: center;
    font-size: 22px !important;
}
.sliders-inline {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.sliders-inline > div {
    margin: 0;
    flex-direction: column;
    gap: 3px;
}

form.niche-settings .pop {
    margin-bottom: 10px;
}
.sliders-inline .xagio-slider-label {
    font-size: 16px;
}

span.select2.select2-container.select2-container--default {
    padding: 7px 25px !important;
    background-color: var(--color-xagio-white-secondary) !important;
    color: #646970 !important;
    border-radius: 10px;
}

span.select2-selection.select2-selection--multiple {
    border-color: #f8f8f8 !important;
    display: inline !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    background-color: #f8f8f8;
    border: none;
    border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered, .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0;
    display: flex;
    gap: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 6px 15px;
    text-decoration: none;
    background: #1e4674;
    color: white;
    margin: 0;
    font-size: 12px;
    border-radius: 6px;
    height: fit-content;
}

.select2-container .select2-search--inline {
    margin: 0;
}
.select2-container .select2-search--inline input {
    margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white;
}

.select.select2-container {
    width: 100% !important;
    background-color: var(--color-xagio-white-secondary) !important;
    color: #646970 !important;
    border-radius: 10px;
}

.select2.select2-container.select2-container--open.select2-container--below {
    border-radius: 10px 10px 0 0;
}
.select2.select2-container.select2-container--open.select2-container--above {
    border-radius: 0 0 10px 10px;
}

.select2-container .select2-selection--single {
    padding: 4px 4px;
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
span.select2-dropdown.select2-dropdown--below, span.select2-dropdown.select2-dropdown--above {
    border: 0;
    background: #f8f8f8;
    padding: 10px 20px;
}
span.select2-dropdown.select2-dropdown--below {
    border-radius: 0 0 10px 10px;
}
span.select2-dropdown.select2-dropdown--above {
    border-radius: 10px 10px 0 0;
}

a.xagio-button.xagio-button-warning {
    background: #ff904c;
    color: white !important;
    text-decoration: none;
}

a.xagio-button.xagio-button-warning:hover {
    background: #db7b40;
}

.sorting_desc::after {
    content: "\f0d7";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
}

.sorting_asc::after {
    content: "\f0d8";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
}

.niche-hunter-table-holder {
    position: relative;
}

.niche-tlds-settings span.select2.select2-container.select2-container--default {
    padding: 6px 25px !important;
}

.niche_hunter_cost_modal .modal-label {
    margin: 0;
    display: flex !important;
    align-items: center;
    gap: 4px;
    color: #000000;
}

.niche_hunter_cost_modal .modal-label div {
    background: rgba(25, 68, 118, 0.07);
    border-radius: 5px;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.niche_hunter_cost_modal .modal-label div span {
    font-weight: 600;
}

.xagio-progress .xagio-progress-bar p {
    width: fit-content;
    white-space: nowrap;
    margin: 0;
    font-size: var(--xagio-font-size-16);
}
.tr_green {
    color: #54cd8d;
    background: none;
}

.tr_red {
    color: #fb5566;
    background: none;
}

.tr_yellow {
    color: #FFB000;
    background: none;
}

.tr p, .ur p {
    font-size: var(--xagio-font-size-16);
    margin: 0;
}

.results-table.xagio-table thead tr th {
    padding: var(--xagio-gap-medium) 20px !important;
}

.results-table.xagio-table tbody td {
    padding-inline: 20px !important;
}

#customSearch {
    padding: 14px 25px;
}
#clear-selected-keywords {
    padding: 13px !important;
}

.search-niche-history {
    margin-top: 2px;
    max-width: 250px;
}

#no-hiche-history-found {
    background: var(--color-xagio-white-primary);
}

.delete-keywords, .get-competition {
    padding: 0 16px !important;
    height: 44px;
    width: 44px;
    display: grid;
    place-content: center;
}