.page-impact,
.blog-posts.page-news {
    min-height: calc(100vh - (44px + 1rem));
}

/*---------------------------------------------*/
/*                   Search                    */
/*---------------------------------------------*/

.search input {
    max-width: 120px;
    padding-right: 42px;
    color: white;
    border-radius: 0.25em !important;
    border-color: #e1aa3e;
    background-color: #484646;
}

.search input::placeholder {
    color: #e1aa3e;
}

.search input:focus {
    color: white;
    border-color: var(--navbar-color);
    box-shadow: none;
    background-color: #484646;
}

.search button {
    position: absolute;
    right: 0;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    z-index: 3;
}

.search button:focus {
    box-shadow: none;
}

.search button i {
    color: var(--navbar-color);
}

.search.mobile {
    margin-top: 20px;
}

.search.mobile input {
    max-width: 100%;
    color: white;
    border-color: #e1aa3e;
}

.search.mobile button i {
    color: #e1aa3e;
}

/*---------------------------------------------*/
/*            Custom Input Number              */
/*---------------------------------------------*/

.custom-input-numb {
    width: 140px;
    display: flex;
}

.custom-input-numb input,
.custom-input-numb input.form-control {
    text-align: center;
    color: #fff !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0;
    background-color: #242424 !important;
}

.custom-input-numb button {
    width: 45px;
    font-weight: bold;
    color: #fff;
    background-color: #195696;
    border-color: #195696;
}

.custom-input-numb button.btn:hover {
    color: #fff;
}

.custom-input-numb span.input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    background-color: #195696;
}

.custom-input-numb button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-input-numb button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-input-numb.mini {
    width: auto;
    height: 30px;
    display: inline-flex;
}

.custom-input-numb.mini button {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.custom-input-numb.mini span.input {
    min-width: 50px;
    max-width: 50px;
    margin: 0 10px;
    color: #fff;
    border: solid 1px #737373;
    border-radius: 5px;
}

@media (min-width: 1199px) {
    .search input {
        max-width: 180px;
    }
}
