.search-form .form-control:focus, .search-form .form-control:active {
    border-color: #0168fa;
    box-shadow: none !important;
}

.search-form .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

.fade {
    transition: opacity 0.15s linear;
}

.pd-y-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pd-x-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.mg-l-10 {
    margin-left: 10px;
}

.tx-13 {
    font-size: 13px;
}

.mg-b-3 {
    margin-bottom: 3px;
}

.fade:not(.show) {
    opacity: 0;
}
