h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;

}

#sidebar ul.menu-categories li.menu > a span:not(.badge) {
    vertical-align: -webkit-baseline-middle;
}

.main-content a {
    color: #1b55e2;
}

ul {
  color: #515365;
}

ul>li {
  color: #515365;
}

ul>li a {
    color: #1b55e2;
}

ul>li>a.login svg {
    color: #506690;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    fill: rgba(0, 23, 55, 0.08);
}

ul>li>a.logout svg {
    color: #506690;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    fill: rgba(0, 23, 55, 0.08);
}

ol>li {
    color: #515365;
}

.widget-content.widget-content-area ul li {
    padding-inline-start: 0px !important;
}

div.game-list ul {
    padding-inline-start: 20px !important;
}

.widget-content.widget-content-area input[type=checkbox] {
    width: 1rem;
    height: 1.25rem;
    opacity: 1;
}

.toast-success {
    background: #8dbf42;
}

.toast-header-success {
    background: #8dbf42;
    color: #fff;
    border-bottom: none;
}

.toast-danger {
    background: #e7515a;
}

.toast-header-danger {
    background: #e7515a;
    color: #fff;
    border-bottom: none;
}

pre {
    font-size: 1em !important;
    border-radius: 3px !important;
}

code {
    font-family: Hack, monospace !important;
}

li.parsedown-task-list {
    list-style-type: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: none !important;
}

.alert-icon-left i {
    color: #fff;
    width: 4rem;
    left: -4rem;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

kbd {
	margin: 0px 0.1em;
	padding: 0.1em 0.6em;
	border-radius: 3px;
	border: 1px solid rgb(204, 204, 204);
	color: rgb(51, 51, 51);
	line-height: 1.4;
	font-family: Hack, monospace;
	font-size: 10px;
	display: inline-block;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2), inset 0px 0px 0px 2px #ffffff;
	background-color: rgb(247, 247, 247);
	-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
}

.form-group label, label {
    font-size: inherit;
}

input[type="checkbox"] + label {
    color: inherit;
    letter-spacing: inherit;
    margin-bottom: 0;
    display: inline;
    vertical-align: top;
}

input[type="checkbox"]:checked + label {
    color: rgb(204, 204, 204);
    text-decoration: line-through;
    letter-spacing: inherit;
    margin-bottom: 0;
    display: inline;
    vertical-align: top;
}
