:root {
	--bs-primary-text: #14004C;;
	--bs-primary: #4BB3D6;
}
.none {
	border: none;
	color: inherit !important;
	font-weight: inherit !important;
	text-decoration: none;
}
.iconbtn {
	border: 2px solid var(--bs-primary-text);
	border-radius: 20%;
	text-decoration: none;
	color: var(--bs-primary-text);
	background-color: var(--bs-primary);
	text-align: center;
}
input:not([type=checkbox]):not([type=radio]), select, textarea {
	border-radius: 3px;
	width: 100%;
	background-color: transparent;
	border-color: var(--bs-primary-text);
	height: 100%;
}
select, textarea {
	border-width: 2px;
    border-style: inset;
}
.npl {
	padding-left: 0px !important;
}
.npr {
	padding-right: 0px !important;
}