@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&family=Roboto+Mono:wght@300;400;500&family=Material+Icons&display=swap');


/******************************************/

::-webkit-scrollbar
{
    width: 0px;
    height: 0px;
}

/******************************************/

html, body
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
	background-color: #efefef;
    letter-spacing: 0.2px;
    overflow-x: hidden;
}

h1, h2, h3, h4
{
    font-weight: 300 !important;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.materialbg
{
	padding: 144px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.material-icons
{
	vertical-align: middle;
}

.materialbg-spacer
{
	padding: 4px;
}

a
{
    text-decoration: none;
    color: #4f4f4f;
}

.verified
{
    color: #b71c1c;
    font-size: 16px;
    margin-left: 4px;
}

.white-text > input
{
    color: white;
}

.btn
{
    margin: 6px 3px;
}

.dropdown-content
{
    width: -moz-max-content !important;
    width: max-content !important;
    height: unset !important;
}

.navbar-sticky
{
    position: sticky;
    top: 0;
    z-index: 10;
}

.sidenav-sticky
{
    position: sticky;
    top: 0;
}

.profilepicture
{
    object-fit: cover;
}

.comments-underpost
{
    padding-top: 0 !important;
}

.comment-bubble
{
    padding: 12px !important;
    margin: 8px 0px !important;
    min-width: 56px !important;
    border-radius: 2px;
}

.commentAnswer-bubble
{
    padding: 12px !important;
    margin: 8px 0px !important;
    margin-left: 32px !important;
    min-width: 56px !important;
    border-radius: 2px;
}

.notificationsPicture
{
    width: 24px;
    height: 24px;
    margin-right: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.dm-bubble
{
    padding: 12px !important;
    border-radius: 12px;
}

.dm-image
{
    width: 100%;
    border-radius: 12px;
}

.leftnav
{
    padding: 0 24px;
}

ul.leftnav_ul > a > li
{
    padding: 12px;
    color: #616161 !important;
    transition: background-color 0.3s ease-in-out;
}

ul.leftnav_ul > a:hover > li
{
    background-color: #0f0f0f0f;
}

#navbar
{
    position: fixed;
}

/*
#navbar > .nav-wrapper > a, #navbar > .nav-wrapper > ul > li > a
{
    color: #d0181e !important;
}
*/
