.sharedWallpaper {
    background-color: #ffffff;
    min-height: 600px;
    padding: 5px 0px;
}

.fcb_search_form {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    color: #000000;
}

.search-container {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.fcb_search_input {
    width: 100%;
    padding: 10px 40px 10px 15px;
    font-size: 15px;
    border: 2px solid #ccc;
    border-radius: 25px;
    outline: none;
    transition: 0.3s ease-in-out;
}

.fcb_search_input:focus {
    border-color: #C62828;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #666;
}

.search-btn:hover {
    color: #007bff;
}

.fcb_result_info_exists {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.fcb_result_info_no_exists {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #C62828;
    color: white;  /* Меняем цвет текста на белый */
}


.alert-info {
    color: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #cfcfcf;
}