.custom-file-control::after {
    content: attr(data-selected) !important;
}

.custom-file-control::before {
    content: attr(data-choose) !important;
}
.navbar {
    background: linear-gradient(to bottom, #fefefe, #e7e7e7);
    border-radius: 0;
}

.navbar img {
    height: 50px;
    margin-top: 5px;
}

@font-face {
    font-family: 'BackToBack';
    src: url('/fonts/BackToBlack.ttf') format('truetype');
}

.navbar-light .navbar-text {
    color: #323232;
    /*margin: 10px 15px 8px;*/
    font-family: "BackToBack", serif;
    font-size: 30px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .navbar-light .navbar-text {
        font-size: 16px;
    }
}

.right-img img {
    height: 35px;
}

.right-img #search-button {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.right-img .search-input {
    transform: translateX(4%);
    height: 48px;
}

.right-img #search-button img {
    height: 25px;
}
#search-button.clicked {
    border-right: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}