.searchwp-settings-view {
    padding-top: 0;
}

.searchwp-settings-row {
    border-bottom: 1px solid var(--borderColor);
    margin: 0 30px;
    padding: 30px 0;
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    color: var(--neutralText);
}

.searchwp-settings-row:last-child {
    border-bottom: 0;
}

.searchwp-settings-row.section-heading h3 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: rgba(var(--neutralRGB), 0.9);
}

.searchwp-settings-row .desc {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 24px;
}

.searchwp-setting-field {
    margin: 0;
    max-width: 1000px;
}

.searchwp-setting-field select {
    background: var(--white);
    border: 1px solid rgba(var(--neutralRGB), 0.14);
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    color: var(--neutralText);
    padding: 0 12px;
    height: 40px;
    width: 400px;
}

.searchwp-setting-field select:hover,
.searchwp-setting-field select:active {
    color: var(--neutralText);
}

.searchwp-setting-field select {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2915 0.814362L8.09717 6.95819L1.90283 0.814362L0 2.7058L8.09717 10.7545L16.1943 2.7058L14.2915 0.814362Z' fill='%230E2121' fill-opacity='0.8'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 12px top 50%;
    background-size: 12px auto;
    padding-right: 33px;
}


.searchwp-settings-row-checkbox input {
    margin: 2px 0 0 0;
}

.searchwp-settings-row-checkbox .desc {
    margin: 0 0 0 12px;
}

.searchwp-settings-row-number input {
    max-width: 55px;
    padding-right: 0;
}

.searchwp-setting-label {
    min-width: 264px;
}

.searchwp-setting-label label {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
}

/*------- Checkbox ----------*/

.swp-toggle {
    cursor: pointer;
}

input.swp-toggle-checkbox {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
}

input.swp-toggle-checkbox:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.swp-toggle-switch {
    background-color: rgba(var(--neutralRGB), 0.14);
    border-radius: 20px;
    width: 40px;
    height: 22px;
    position: relative;
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.swp-toggle-switch:hover {
    background-color: rgba(var(--neutralRGB), 0.2);
}

.swp-toggle-switch:before,
.swp-toggle-switch:after {
    content: "";
}

.swp-toggle-switch:before {
    display: block;
    background: var(--white);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transition: left 0.25s;
        -o-transition: left 0.25s;
            transition: left 0.25s;
}

.swp-toggle-switch:before {
    display: block;
    background: var(--white);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-transition: left 0.25s;
        -o-transition: left 0.25s;
            transition: left 0.25s;
}

.swp-toggle-checkbox:checked + .swp-toggle-switch,
.swp-toggle-switch--checked {
    background: var(--secondary);
}

input.swp-toggle-checkbox:focus + .swp-toggle-switch,
input.swp-toggle-checkbox:active + .swp-toggle-switch {
    -webkit-box-shadow: 0 0 2px 1px var(--secondary);
            box-shadow: 0 0 2px 1px var(--secondary);
    border: none;
}

.swp-toggle-checkbox:checked + .swp-toggle-switch:before {
    left: 20px;
}

.swp-toggle .swp-label {
    display: block;
    margin-top: 21px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    color: var(--neutralText);
}

#swp-search-modal-preview-wrapper {
	opacity: 0.5;
	filter: blur(2px);
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}
