/* stylelint-disable @stylistic/selector-list-comma-newline-after */

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.b-example-divider {
	width: 100%;
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
	--bd-violet-bg: #712cf9;
	--bd-violet-rgb: 112.520718, 44.062154, 249.437846;

	--bs-btn-font-weight: 600;
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bd-violet-bg);
	--bs-btn-border-color: var(--bd-violet-bg);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: #6528e0;
	--bs-btn-hover-border-color: #6528e0;
	--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
	--bs-btn-active-color: var(--bs-btn-hover-color);
	--bs-btn-active-bg: #5a23c8;
	--bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
	z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
	display: block !important;
}

.form-signin {
	width: 100%;
	margin: auto;
}

	.form-signin .checkbox {
	font-weight: 400;
}

	.form-signin .form-floating:focus-within {
	z-index: 2;
}

	.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

	.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-top-left-radius: 0;
}

	.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

body * {
  font-family: "IBM Plex Sans", sans-serif;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }

@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.color-yellow {
	color: var(--bs-yellow);
}

.blog-pagination {
  margin-bottom: 4rem;
}


.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

.blog-post .quote{
	margin-top: 2rem;
    margin-bottom: 2rem;
}

.quote .borderquote{
	padding-block-end: 0.5rem;
    padding-inline-end: 0.5rem;
    border-block-end: 5px solid #f68741;
    border-inline-end: 5px solid #f68741;
}

.borderquote blockquote{
	font-weight: 700;
}
.borderquote .quotemark{
	text-align: left;
    font-size: 4rem;
    color: #f68741;
    line-height: 0.5;
    padding-top: 0.5rem;
}
.quote small{
	font-size: 1rem;
	color: #f68741;

	&:before{
		content: "\2014 \0020";
		width: 5px;
	}
}

.blog-post .image-post small{
	color: #666;
	font-size: 0.675em;
}

.blog-post a{
	text-decoration: none;
}

ul.explanation {
	list-style-type: none;
	padding-left: 30px;
}

ul.explanation li {
	position: relative;
	margin-bottom: 1rem;
}

ul.explanation li::before {
	content: '*';
	color: #f68741;
	position: absolute;
	left: -15px;
	top: 0;
	font-size: 1.2rem;
}

.news .news-list .news-item .news-preview-img {
	width: 269px;
	height: 123px;
}

.news-item .news-headline {
	font-weight: bold;
	--bs-text-opacity: 1;
	color: inherit !important;
	text-decoration: none !important;
	font-size: 1.25rem;
}


.reactions .reactions-header {
	font-size: 1.5em;
}

.reactions .carousel-inner-height	{
	height: 100vh;
}

@media (max-width: 768px) {
	.reactions .carousel-inner-height	{
		height: 70vh;
	}
}

.reactions .carousel-item video {
	background:#000000;
	max-height: 100vh;
	max-width: 100%;
	display: block;
}

.reactions .carousel-item img {
	max-height: 100vh;
	max-width: 100%;
	display: block;
}

.reactions .carousel-controls-bottom {
	display: flex; 
	justify-content: space-between; 
	align-items: center; 
	width: 100%; 
	margin-top: 15px; 
}

.reactions .carousel-controls-bottom .custom-control {
	position: static;
	top: auto; 
	bottom: auto; 
	left: auto;
	right: auto;
	width: auto;
	padding: 0;
	opacity: 1;
	background-image: none; 
}

.reactions .carousel-text-info {
	text-align: center; 
	flex-grow: 1; 
	padding: 0 20px; 
	font-size: 1.1rem;
	font-weight: bold;
}


.comments .comments-header {
	font-size: 1.5em;
}

.comments .comments-list .comment .comment-header {
	height: 50px;
}

.comment .comment-header {
	text-decoration: none !important;
}

.comment-header .comment-avatar {
	width: 50px;
	height: 50px;
}

.comment-header .comment-username {
	font-weight: bold;
}

.comment .comment-text {
	margin-top: 0.3em;
}

.comment .comment-text p {
	margin-bottom: 0.9rem;
	font-size: 0.9rem;
}

.comment .comment-footer a {
	text-decoration: none !important;
	font-size: 0.6em;
	margin-right: 1em;
}

.comment .comment-thread {
	margin-left: 3rem !important;
	margin-top: .25rem !important;
}


.drop-area-file {
	border: 2px dashed #ccc;
	border-radius: 20px;
	width: 480px;
	font-family: sans-serif;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
	transition: background-color .3s ease;
}
	.drop-area-file.highlight {
	border-color: purple;
	background-color: rgba(128, 0, 128, 0.2);
}
	.drop-area-file p {
	margin-top: 0;
}