﻿
.navbar-brand {
	pointer-events:none;
}

body {
	background-color: #E3E2E5;
}

.parent {
	display: flex
}

/*new UI*/

/* text-color:#BCC0D2; for light text, text-color:#5B5C65; for dark text */
.image {
	width:15px;
	height:15px;
}

.carddark {
	background-color: #17161F;
	border-radius: 25px;
	border: unset;
	padding: 20px;
	text-align: center;
	text-decoration: none;
}

.cardbtn:hover {
	transform: scale(1.001, 1.05) !important;
	background: #4B4B4F !important
}

cardbtnlight:hover {
	transform: scale(1.001, 1.05) !important;
	background: #E9E9E9 !important
}

div ul li table tr td a p h1 h2 h3 h4 h5 h6 {
	pointer-events: none;
	color: #242134;
}

.cardlight {
	background-color: white;
	border-radius: 25px;
	border: unset;
	padding: 20px;
	text-align: center;
	text-decoration: none;
}
.cardlightNP {
	background-color: white;
	border-radius: 25px;
	border: unset;
}

.closelist {
	padding: 5px
}

.invisbtn {
	background-color: #17161F;
	border-radius: 25px;
	border: unset;
	font-size: 20px;
	text-align: center;
	width: 100%;
	text-decoration: none;
	box-shadow: none;
}

.cardbtn {
	background-color: #292735;
	border-radius: 25px;
	border: unset;
	font-size: 20px;
	text-align: center;
	width: 100%;
	text-decoration: none;
	box-shadow: none;
	/*padding:.5rem 1rem;*/
	transition-property: all;
	transition-duration: 400ms;
}


.cardbtnlight {
	background-color: #E3E2E5;
	border-radius: 25px;
	border: unset;
	font-size: 20px;
	text-align: center;
	width: 100%;
	text-decoration: none;
	box-shadow: none;
	justify-content: center;
	/*padding:.5rem 1rem;*/
	transition-property: all;
	transition-duration: 400ms;
}

.lighttxt {
	color: #E3E2E5;
}

.contrasttxt-light {
	color: #CAC9CC;
}

.contrasttxt-dark {
	color: #3B3947;
}

.darktxt {
	color: #242134;
}

.cardlist-dark {
	background-color: #17161F;
	border: unset;
	color: #E3E2E5;
	text-decoration: none;
	box-shadow: none;
	list-style:none;
}

.cardlist-light {
	background-color: #FFFFFF;
	border: unset;
	color: #14121E;
	text-decoration: none;
	box-shadow: none;
}

.roundlist {
	border-radius: 25px;
}

.link-decor {
	text-decoration: none;
	color: #E3E2E5;
	box-shadow:none;

}

.img {
	text-decoration: none;
	color: #E3E2E5;
}

.list-group-item {
	border:unset
}

h1 h2 h3 h4 {
	color: #242134;
}

.accordion-button::after {
	display: none;
	/*content: none;*/
}

.invisible1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: blueviolet;
	z-index: 10000;
	background-color: #1c2020
}


	/*navbar*/

	.i {
		text-decoration: none;
		color: #E3E2E5;
	}

	.navdark {
		background-color: #17161F;
		border-radius: 25px;
		border: unset;
		padding: 20px;
	}

	a:hover {
		color: #E3E2E5;
	}

	.border-underline {
		border-bottom: 1px;
		border-top: unset;
		border-left: unset;
		border-right: unset;
	}

	span {
		pointer-events: none;
	}

	/*loading screen*/

