body .form-select{
	font-size: inherit;
}

body .dropdown-toggle{
	-webkit-appearance: none !important;
}

body .ck-content.text-big, .text-big{
	font-size: 1.2em;
}

body p {
  margin-top: 0;
  margin-bottom: 0;
}

.text-soft-pink{
	color:rgb(198, 150, 200);
}
.btn-blue-pink{
	border:solid white 2px; width:90%;color:white; 
  background-image: linear-gradient(to right, rgb(0,0,255,0.8) , rgb(128,0,128,0.8));
}

body .dropdown-toggle::after {
	vertical-align: 0em; 
}

body .link-dark:focus, .link-dark:hover {
  color: grey;
}

.container{
	max-width: 100%;
}
body div.swal2-html-container{
	font-size: 1.5em;
} 
body div.swal2-actions {
	font-size: 1.2em;
}
body i{
	font-size: 0.8em;
}

body a:hover{
	text-decoration: none;
	color: grey;
}

body .dropdown-toggle{
	color: inherit;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: rgb(33,37,41,0.6);
	background-clip: border-box;
	border: 2px solid gray;
	border-radius: .25rem;
}
body .card-header {
	background-color: rgba(33,37,41,0.6);
	border-bottom: 1px solid gray;
}
body .navbar-light .navbar-nav .nav-link {
	color: white;
}
body .navbar-expand-md {
	z-index: 1200;
}
body .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: rgba(255,255,255,.9);
}
body .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,.7);
}

body .dropdown-item {
	font-size: 1.4em;
	color: white;
}

body .navbar-light .navbar-toggler {
	position: relative;
	top: 5px;
	color: rgba(0,0,0);
	border-color: rgba(0,0,0);
}
body .navbar-toggler:focus, .navbar-toggler:hover {
	border-width: 1.5px;
	text-decoration: none;
}

body .dropdown{
	z-index: 2000;
}

body .modal{
	z-index: 3000;
}
