nav ul .user-profile {
    font-weight: 1000;
    font-size: large;
    pointer-events: none;
}

nav ul .user-profile span {
    color: #5A738E !important;
}

nav ul .user-profile:hover {
    background-color: #EDEDED !important;
}

.search_results
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}

.item_search
{
    margin: 1rem;
    border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.item_search .item_search__sep
{
    width: 80%;
    margin: 12px auto;
}

.item_search .item_search__header
{
    text-align: center;
    background-color: #2A3F54;
    color: #E7E7E7;
    margin-bottom: 8px;
    padding: 2px 4px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 700;
}

.item_search .item_search__content
{
    text-align: center;
    font-weight: 600;
    margin: 0;
}

.item_search:hover
{
    transform: scale(1.005);
    -webkit-box-shadow: 2px 2px 3px -2px rgba(26,26,26,0.5);
    -moz-box-shadow: 2px 2px 3px -2px rgba(26,26,26,0.5);
    box-shadow: 2px 2px 3px -2px rgba(26,26,26,0.5);
}

.item_search_childs
{
    display: flex;
    flex-wrap: nowrap;
}

.yellow {
    color: #fee440;
}

.switch-theme {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 100%;
    padding: 10px;
    color: var(--black-0);
    -webkit-box-shadow: 1px  -1px 1px 1px rgba(0, 0, 0,0.25);
    -moz-box-shadow:    1px  -1px 1px 1px rgba(0, 0, 0,0.25);
    box-shadow:         1px   1px 1px 1px rgba(0, 0, 0,0.25);
}
