@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: BaiJamjuree;
	src: url("/assets/BaiJamjuree-Regular.ttf");
}

@font-face {
	font-family: BaiJamjuree;
	src: url("/assets/BaiJamjuree-Italic.ttf");
	font-style: italic;
}

@font-face {
	font-family: BaiJamjuree;
	src: url("/assets/BaiJamjuree-Bold.ttf");
	font-weight: bold;
}

@font-face {
	font-family: BaiJamjuree;
	src: url("/assets/BaiJamjuree-Light.ttf");
	font-weight: 300;
}

body {
	font-family: BaiJamjuree, 'Open Sans', sans-serif;
	background-color: #F1F1F1;
}

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

.h2, h2 {
font-size: 1.5rem;
}


header {
	align-content: center;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	background-color:#0B0806;
	color: #FFFFFF;
}

img.logo {
	margin-left: 1rem;
	margin-right: 1rem;
}

.main-content {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#intermezzo {
	background-color: white;
}

.notice {
	font-size: 90%;
}

.query {
}

.query .form-control {
	font-size: .9rem;
}

.results {
}

.bg-body-secondary {
	font-size: smaller;
	background-color: transparent !important;
}

.float-right {
	float: right;
}

.query .container.border {
	border-color: #fff !important;
}

input[type='range'] {
	-webkit-appearance: none !important;
	background: white;
	height: 12px;
	border: 1px #c5c5c5 solid;
	border-radius: 3px;
	width: 100%;
}

#minmax {
	width: 100%
}

#minlength {
	float: inline-start;
}

#maxlength {
	float: inline-end;
}

#slider-range {
	clear: both;
}

input[type='range']::-webkit-slider-thumb {
	background: #0d6efd;
	height:14px;
	width:14px;
	border-radius: 3px;
	border: 1px #c5c5c5 solid;
}

.mb-3 input,
.mb-3 select {
	width: 100%;
}

.col-lg-9 h2 {
margin-top: .6em;
}

.navprimary.nav-tabs {
	border-bottom-color: #fff;
font-size: larger;
	font-weight: 700;
}

.navprimary.nav-tabs .nav-link {
	text-transform: uppercase;
	letter-spacing: .15em;
}

.navprimary.nav-tabs .nav-link.active {
	background: rgb(255,255,255);
/* background: linear-gradient(0deg, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 100%); */
	border-top-color: #fff;
	border-left-color: #fff;
	border-right-color: #fff;
	border-bottom-color: transparent;
}

.navprimary .tab-content>.active {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: none !important;
}

.navsecondary.nav-tabs .nav-link {
	text-transform: none;
	letter-spacing: 0;
	font-size: .8em;
}

.card-text p {
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: .9em;
}

.result {
border-top: rgb(241, 241, 241) solid 14px;
	margin-bottom: 14px;
	padding: 0 40px 0 40px;
	background-color: white;
}

.result .description {
font-style: italic;
	font-size: .8em;
	top: -14px;
	position: relative;
}

button.ribbon {
	font-size: 1.15em;
	border: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0;
	line-height: 26px;
	position: relative;
	cursor: pointer;
	user-select: none;
	outline: none !important;
	width: auto;
	background-color: #FFF;
	top: -14px;
	font-weight: 600;
	letter-spacing: .05em;
}

button:active {
	outline:none;
}

a.nav-link:hover,
button.ribbon:hover {
	color: coral; 
}

.btn:hover {
	--bs-btn-hover-bg: coral;
	--bs-btn-hover-border-color: coral;
	background-color: coral;
}

button.ribbon:after {
	content: "";
	position: absolute;
	left: -14px;
	top: 0;
	width: 0;
	height: 0;
	border-right: 14px solid white;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}

button.ribbon:before {
	content: "";
	position: absolute;
	right: -14px;
	top: 0;
	width: 0;
	height: 0;
	border-left: 14px solid white;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
}

#prompt7 .result {
border-top: none;
	margin-bottom: 14px;
	padding: 0 40px 0 40px;
	background-color: transparent;
}


#prompt7 .ribbon {
	font-size: 1.1em;
	box-shadow: none;
	border: none;
	top: 2px;
}

.eutm {
	position: relative;
	top: -10px;
}

.eutm h4 {
	font-size: 0.9em;
	padding: 0.2em;
	width: fit-content;
	background-color: lightgrey;
}

.modal {
	--bs-modal-width: 90%;
}

table {
	caption-side: top;
}

.eutm-table caption {
	padding-top: 0.5rem;
	padding-bottom: 0;
	color: var(--bs-secondary-color);
	text-align: left;
	border-bottom: 1px solid;
	font-size: 0.8em;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.eutm-table tr {
	border-bottom: dotted 1px #ddd;
	vertical-align: top;
	font-size: .8em;
}

tbody, 
td, 
tfoot, 
th {
	padding: 0 10px;
}

/* button.ribbon:before, button.ribbon:after {
	top: 5px;
	z-index: -10;
}
button.ribbon:before {
	border-color: lightgrey lightgrey lightgrey transparent;
	left: -25px;
	border-width: 17px;
}
button.ribbon:after {
	border-color: lightgrey transparent lightgrey lightgrey;
	right: -25px;
	border-width: 17px;
}

button:before, button:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0;
	outline:none;
}

button.btn-default:before {
	border-color: #757575 #757575 #757575 transparent;
	}

button.btn-default:after {
	border-color: #757575 transparent #757575 #757575;
	} */


footer {
	align-content: center;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	background-color:#0B0806;
	color: #FFFFFF;
}

.brand {
	position: relative;
	margin-left: 10px;
} 

.barbero {
text-transform: uppercase;
	letter-spacing: 0.7em;
	font-size: .8em;
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.barbero:before {
content: "";
	position: absolute;
	left: -20px;
	top: 5px;
	width: 0;
	height: 0;
	border-right: 5px solid white;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.barbero:after {
content: "";
	position: absolute;
	right: -10px;
	top: 5px;
	width: 0;
	height: 0;
	border-left: 5px solid white;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
