/* Переменные */
:root {
    --hover-color: #fa6207;
}

/* Базовые стили поиска */
input#main_search {
    border: 3px double #979797;
    border-radius: 5px;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: 3rem;
    font-size: 1.25em;
    padding-left: 10px;
    padding-right: 40px;
}

#mp-searchUser {
    position: relative;
}

#mp-searchUser i#search-desc {
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    font-style: italic;
}

button#ms_find {
    position: absolute;
    right: 10px;
    top: 0;
    height: 3rem;
    border: none;
    background: none;
}

/* Блок поиска */
div#searchBlock input {
    width: 80%;
    margin: 0;
    z-index: 100;
}

#pseudo_wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
}

#db-search {
    background-image: url(/assets/template/img/backgrounds/search_bg.jpg);
    margin: 100px auto 0;
    color: #fff;
    border-radius: 8px;
    padding-bottom: 50px;
    z-index: 1;
}

#db-search h2 {
    font-weight: 600;
    text-align: center;
    margin: 0 0 30px;
}

#db-search h2 .icon {
    display: inline-block;
    height: 50px;
    margin-right: 30px;
    padding-bottom: 5px;
}

/* Описание под строкой поиска по БД */
#db-description {
    font-size: 1.25rem;
    line-height: 2rem;
    padding: 10px 15px;
    color: #fff;
    font-style:Italic;
    display: block;
    margin-top:15px;
}



.arrow-down {
    display: none;
    grid-template-columns: 8px 1fr 8px;
    width: 100%;
    height: 13px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Сообщения и индикаторы */
.search-loading,
.search-message {
    padding: 8px 10px;
}

.search-loading {
    color: #666;
    font-style: italic;
}

.search-message {
    color: #888;
}

.ui-state-disabled {
    opacity: 1;
    cursor: default;
}

.search-image {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 10px;
    vertical-align: middle;
}



