.hidding {
	display : none !important;
}

body {
	background: rgba(0,0,0,0.7);
	color: white;
}

a {
	color: rgb(255, 153, 0);
}

.dllk {
	margin-left: 35%;
	width : 28%;
	padding : 2vw;
	font-size: 21px;
	border: white 2px solid;
	border-radius: 5px; 
}

.selector {
	text-align: center;
	padding: 5vw;
}

.dbbtn {
	margin-top: 5vw;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.sbtn {
	width: 15vw;
	border: white 1px solid;
	background: white;
	border-radius: 5px;
	margin-right: 5vw;
	height: 4vw;
	font-size: 25px;
	color: rgba(0,0,0,0.7);
}

.flexline {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.fl2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

input, select {
	margin: 1vw;
}

form {
	border : solid 1px white;
	border-radius: 5px;
}

#tar {
	width: 40vw;
	height: 10vw;
}

#adr {
	width: 30vw;
}

.spacer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2vw;
	font-style: bold;
}

.parent {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1vw;
}

.p1 {
	border-right: solid 1px white;
}

.headPHB {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.lgp {
	height: 10vw;
	margin: 0vw 15vw;
}

.dllk2 {
	width : 20%;
	padding : 0vw 2vw;
	padding-bottom: 1vw;
	font-size: 15px;
	border: white 2px solid;
	border-radius: 5px; 
}