.active-search .titleText {
    display: inline-block;
}
.select-div {
    display: block;
}
.select-div {
    margin-bottom: 10px;
}
.active-search .buttons-container {
    grid-template-columns: repeat(6, 1fr);
}
.active-search .price-filter-format.filter-content input.inputText2 {
    padding-left: 32px;
}
.active-search .filter-content {
    margin-bottom: 0;
    margin-top: 10px;
}
.active-search .active-select {
    margin-bottom: 0;
}
.cancel-active-alert-card {
    width: 80%;
    margin: 32px auto;
    padding: 24px 32px;
    border: 2px solid #d1d1d1;
    border-radius: 24px;
    box-shadow: 3px 3px 7px #e0dfdf;
}
.cancel-active-alert-card .row {
    flex-wrap: wrap;
    align-items: center;
}
.cancel-active-alert-card .row .col-md-6 {
    padding: 0;
}
.cancel-active-alert-card button h3,
.cancel-active-alert-card a h3 {
    margin: 0;
    padding: 16px 24px;
}
.cancel-active-alert-card img {
    width: 100%;
}
.frequency-help {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.frequency-help>div{
    width: 100%;
}
.frequency-help i {
    font-size: 20px;
}
.as-tooltip {
    font-size: 12px;
    padding: 4px 16px;
    height: auto;
    white-space: normal;
    max-width: 280px;
    line-height: 20px;
}
.active-search-background {
    padding: 24px 56px 24px 72px;
    height: 493px;
    background-repeat: no-repeat;
    background-size: 1473px;
    background-position: center;
}
.active-search-background.light-as-font {
    color: white;
}

.active-search-background.dark-as-font {
    color: black;
}
.active-search-background .h1 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 16px 0;
    max-width: none;
    line-height: 1;
}
.active-search-background .description {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.4;
    margin: 16px 0;
}
.active-search-background a.h3 {
    font-size: 16px;
    font-weight: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    margin: 8px 8px 8px 0;
    min-width: 230px;
    padding: 0 24px;
    text-decoration: none;
    width: auto;
    max-width: calc(100% - 40px);
}

.active-search .d-flex .titleText {
    width: 130px;
}
.active-search .d-flex .select-box {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .cancel-active-alert-card {
        width: 100%;
        margin: 32px 8px;
    }
    .active-search-background .col-md-6 {
        text-align: center;
    }
    .active-search-background {
        padding: 8px;
    }
    .active-search-background .h1 {
        font-size: 32px;
    }
    .active-search-background a.h3 {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .active-search-background .h1 {
        font-size: 40px;
    }
    .active-search-background .description {
        font-size: 12px;
        margin: 24px 0;
        max-width: 540px;
    }
}