@charset "UTF-8";:root {
	--border-color: #0af;

	--passport-background-color: #dfeeed;
	--passport-border-color: #75b8b5;
	--passport-item-backgroud-color: #c5e0df;
	--avatar-item-active-color: #95cfcb;
}

/* Base */
html,body {
	width: 100%;
	height: 100%;
	overflow: auto;
	font-family: 'Hind Siliguri', sans-serif;
}
h1,h2,h3,h4,h5 {
	font-family: 'Ubuntu', sans-serif;
}
.bg {
	position: absolute;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	opacity: 0.15;
	/* The image used */
	background-image: url("/images/los-angeles.png");

	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:-1;
}

/* .section {
	background-color: #fff;
	padding:20px;
	box-shadow: 1px 1px 8px var(--border-color);
	border-radius: 5px;
} */
#dropdownClasses {
	color:#212529
}
.section {
	padding:20px;
}

.ltfe {
	display:none;
}

.border-bottom {
	border-bottom-color: var(--border-color) !important;
}

fieldset {
	margin-top:10px;
}
/* .block form {
	margin-bottom:20px;
} */
.block > .col,.block > .col-md, .section, {

}
.block > .col-none > .inner,
.block > .col > .inner,
.block > .col-md > .inner,
.block > .col-xl > .inner,
.block > .col-xl-6 > .inner,
.block > .col-md-6 > .inner,
.block > .col-md-4 > .inner,
.block > .col-md-8 > .inner {
	background-color: var(--passport-background-color);
	border: 1px solid var(--passport-border-color);
	border-radius: 5px;
	margin-bottom: 1rem;
}
/* .block > .col-md-6 > .inner {
	padding: 10px;
} */

.block .inner {
	padding: 10px;
}

.block .item {
	background-color: var(--passport-item-backgroud-color);
	border: 1px solid var(--passport-border-color);
	border-radius: 5px;
	margin-bottom:10px;
	padding:10px;
	overflow: hidden;
}
.block .item table {
	table-layout: fixed
}
.block .item table #passport-building {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
}
.block .item table, .block.users table {
	width:100%;
}
.block.wallet table {
	margin: 0 auto;
}
table.table thead {
	border-bottom: 1px solid var(--passport-border-color);
}
#passport-stars .star {
	cursor: pointer;
}
#passport-profile .circle {
	cursor: pointer;
}

.passport .item.stars {
	text-align: center;
}
.stars .star {
	aspect-ratio : 1 / 1;
}
.passport .item.stars .star {
	width:8%;
}
.passport .item span.stars {
	display: inline-block;

}
.passport .item span.stars .star  {
	width:18px;
	margin-top:-5px;
}
.item.profile .circle {
	width:8%;
	aspect-ratio : 1 / 1;
	min-width:10px;
	max-width:30px;
}

button svg.icon {
	width:22px;
	height:22px;
}
.passport .form-control {
	padding: 0 10px;
	background: none;
	border-color: var(--passport-border-color);
}
.stars .star-empty {
	color:#bbb;
}
.stars .star-fill,.stars .star-half {
	color:#db0;
}
.table-hover {
	cursor:pointer;
}
table .stars .star {
	height:20px;
}
.dashboard .stars .star {
	height:15px;
}
.block table tr td,.block table tr th {
	white-space: nowrap;
	padding:2px 8px;
}
.passport .item.info table tr td {
	width:60%;
}
.passport .item.info table tr td:first-child {
	width:40%;
}

.passport .item.avatar img {
	width:100%;
}

.passport .item.profile table tr td:first-child {
	text-align: right;
}
.profile-red {
	color:#ff0000;
}
.profile-orange {
	color:#ff9f00;
}
.profile-green {
	color:#00af00;
}
.profile-blue {
	color:#00aaff;
}
h2 {
	text-align: center;
}
.saldo {
	font-weight: bold;
}
.saldo-positive {
	color:#0b0 !important;
}
.saldo-positive::before {
	content:"+"
}
.saldo-negative {
	color:#b00 !important;
}
.saldo-negative::before {
	content:"-"
}

.container-small {
	max-width: 540px;
}

#profileset-placeholder .question table {
	width:100%;
}
#profileset-placeholder .question {
	padding:10px;
}
#profileset-placeholder .question .inner {
	border: 1px solid var(--passport-border-color);
	padding:10px;
}
#profileset-placeholder .question .elementA, #profileset-placeholder .question .elementB {
	width:100%;
}
#profileset-placeholder .question .elementCValueA, #profileset-placeholder .question .elementCValueB {
	width:50px;
	padding:0;
	text-align: center;
}

#profileset-placeholder .question .btn-delete {
	margin-top:10px;
}
#student-profile {
}
#student-profile .question {
	text-align: center;

}
#student-profile .question .btn {
	margin:10px;
}

#student-profile .question {
	transform: scaleY(0);
	transition: transform 400ms ease 0ms;
}
#student-profile .question.show {
	transform: scaleY(1);
}

.profile p {
	white-space: pre-line;
	text-align: center;
}

.item.avatar {
	padding:0
}
.item.avatar > svg {
	width:100%;
}

table tr td .avatar {
	padding:0;
	width:64px;
	height:64px;
	margin:0 auto;
}
#avatarGenerator .picker {
	padding:10px;
	display: flex;
	flex-wrap: wrap;
}
#avatarGenerator .picker img, #avatarColorsContent .picker div > div.colorDiv  {
	width:100px;
	height:100px;
	padding:10px;
	margin-right:-1px;
	margin-bottom:-1px;
	border: 1px solid var(--passport-border-color);
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

#avatarGenerator .picker  >div {
	position: relative;
}
#avatarGenerator .picker img.active {
	background-color: var(--passport-item-backgroud-color);
}
#avatarColorsContent .picker div > div.colorDiv  {
	border-color: var(--passport-item-backgroud-color);
	border-width:5px;
}
#avatarGenerator .picker .colorDiv.active {
	border-color: var(--passport-border-color);
}

#avatarGenerator .picker img:hover {
	background-color: var(--avatar-item-active-color);
	cursor:pointer;
}


#avatarColorsContent .picker > div {
	padding:5px;
	position: relative;
}
.colorDiv {
	border-color:#eee;
	width:80px;
	height:80px;
	cursor:pointer;
	border-radius: 50%;
}
.purchased,.nonFree {
	padding:0 5px;
	position: absolute;
	right:5px;
	top:5px;
	font-size:12px;
	border-radius: 2px 10px;
	border-style: solid;
	border-width: 1px;
}

.purchased {
	background-color: green;
	color: white;
	border-color: darkgreen;
}
.nonFree {
	background-color: red;
	color: gold;
	border-color: gold;
}
#avatarColorsContent .picker div > div:hover {
	border-color: #111;
}
.form-floating label {
	opacity: 0.65;
}