/*************************************************************/
/* css/style_index.css                                       */
/*                                                           */
/* DESCRIPTION: Style sheet - Index/Frame                    */
/*                                                           */
/*************************************************************/

#i_cookies {
    background-color: #333;
    color: #fff;
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    padding: 2em;
    font-size: 1.4em;
    z-index: 10;
}
#i_cookies #i_cookies_btn {
    margin-top: 1em;
}
#i_cookies #i_cookies_btn button {
    display: inline;
}
#i_cookies a {
    color: var(--legacy-blue-mid);
}
.header_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.nav_wrap {
    background-color: var(--legacy-blue-dark);
    display: flex;
}
.criticker_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    height: 95px;
    margin: 0 auto;
    align-items: center;
    font-size: 13px;
    line-height: normal;
    padding: 0 24px;
} 
.header_mid {
    text-align: left;
}
#i_search_form {
    display: block;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
#cr_navbar_searchform {
    display: none;
}
#i_randnav {
    padding: 0;
    display: block;
}
#i_explore_random {
    display: none;
}
@media screen and (max-width: 820px) {
    .criticker_header {
        padding: 0 12px;
    }
    #i_search_form {
        display: none;
    }
    #cr_navbar_searchform {
        display: block;
    }
    #i_randnav {
        display: none;
    }
    #i_explore_random {
        display: block;
    }

}

#i_unverified_titles {
    margin: 5px 10px 10px 10px;
    border: 2px var(--ratings-red) solid;
    background-color: var(--ratings-red-shades-95);
    padding: 20px 10px;
}
.ui-autocomplete {
    text-align: left;
    z-index: 100 !important;
}
.ui-autocomplete .ui-menu-item {
    font-size: .85em;
}
#i_signup {
    border: 5px var(--ratings-red) solid;
    text-align: left;
    padding: 10px 10px 0px 10px;
    margin: 5px 80px 10px 80px;
    border-radius: 25px;
    -webkit-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 2px 0px var(--main-black-shades-85);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}
#i_signup .sidebar_header {
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
#i_signup #signup_ratings {
    float: left;
    margin-right: 10px;
}
#i_signup ul {
    column-count: 2;
    width: 560px;
}
#i_signup ul li {
    width: 280px;
    list-style-position: inside;
}
#i_signup ul li span {
    position: relative;
    left: -10px;
}
