body {
	background-color: black;
	padding-bottom: 0vh;
}

div {
	font-family: "Cascadia Mono";
	color: white;
	font-size: 1.125rem;
}

/* --- PERSONNALISATION DE LA SCROLLBAR --- */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid #000000; 
}

::-webkit-scrollbar-thumb:hover {
    background-color: #d1d1d1;
}

#console-input-line {
	display: block;
	font-family: "Cascadia Mono";
	color: white;
}

mark {
	background-color: white;
}

#console-output {
	white-space: pre-wrap;
}

#prompt {
	display: inline;
}

#console-input {
	background: transparent;
	border: none;
	outline: none;
	color: #858585;
	font-family: "Cascadia Mono";
	font-size: 1.125rem;
	width: 100%;
	box-sizing: border-box;
}

input {
	color: #858585;
}

/* --- STYLES POUR LE MOT DE PASSE INLINE --- */

.password-input-wrapper {
	margin: 5px 0;
	display: block;
	margin-left: 0;
}

.inline-password-input {
	background-color: black !important;
	color: #858585 !important;
	border: none !important;
	padding: 2px 0px;
	font-family: "Cascadia Mono", monospace;
	font-size: 1.125rem;
	width: 300px;
	outline: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-webkit-text-fill-color: #858585 !important;
}

.inline-password-input:focus {
	background-color: black !important;
	color: #858585 !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-webkit-text-fill-color: #858585 !important;
}

/* NEUTRALISER L'AUTOFILL */
.inline-password-input:-webkit-autofill,
.inline-password-input:-webkit-autofill:hover,
.inline-password-input:-webkit-autofill:focus,
.inline-password-input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px black inset !important;
	-webkit-text-fill-color: #858585 !important;
	background-color: black !important;
	transition: background-color 5000s ease-in-out 0s;
}

/* --- FIN STYLES MOT DE PASSE --- */

.txt {
	margin-left: 2rem;
	padding-left: 2rem;
	margin-right: 4rem;
	border-left: 2px solid white;
}

.error {
	color: #c28282;
}

.command {
	color: #858585;
}

.prompt {
	color: #858585;
}

.patch {
	color: #796da3;
}

.patch-s {
	color: #796da3;
	font-size: 1.125vw;
}

.lock {
	color: #8eada8;
}

.corrupt {
	color: #c7ac9b;
}

.title {
	color: #fff0ba;
}

.v {
	color: #d3ffd3;
}

.v mark {
	background-color: #d3ffd3;
}

.patch mark {
	background-color: #796da3;
}

#console-output img {
    display: block;
    max-width: 75%;
    height: auto;
    margin: 20px auto;
    margin-left: auto;
    margin-right: auto;
}

#console-output audio {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
