/*
    Created on : Jul 8, 2022, 13:16:35 PM
    Author     : SASq
*/

:focus-visible {
	border: 0;
    background-color: none;
}

@media (min-width: 768px) {
	.btn:focus {
		background-color: #e1e1e1 !important;
		box-shadow: none !important;
	}
}

::selection {
  color: #e1e1e1;
  background-color: #191919;
}
.btn-primary,
.btn:hover,
.btn:focus,
.btn:active,
body {
  color: #191919;
}
.btn-primary,
textarea,
input {
    background: #e1e1e1;
}
.btn:hover,
.btn:focus,
.btn:active {
    background-color: #FFD747;
	box-shadow: 0px 0px 5px 0px #333;
}
body {
	background: #ccc;
	margin: 2%;
	font-size: 1.125em;
	font-family: 'Arial', sans-serif;
}
textarea,
input {
	cursor: pointer;
}
textarea { 
	min-height: 1.7em;
    height: 1.7em;
}
input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active,
textarea,
input,
.btn-primary,
.btn:hover,
.btn:focus,
.btn:active {
	border: 1px solid #999;
}
hr {
    width: calc(100vw - 50%);
	border-color: #666;
}
#colorpicker {
	height: 2em;
}
