/*

* Override Pages default styles or create your own styles here

*/
.jumbotron h1.large-demo-text{
	font-size: 150px;
}

.icon-text-search{
	font-size: 42px;
	width: 150%;
}

.group-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
}
 .header.bg-primary {
    background-color: #967a57 !important;
}

.volunteer .header.bg-primary {
    background-color: #4870ca !important;
}

.card-header .dropdown-menu .dropdown-item {
    padding: 5px 20px !important;
    display: block;
}

.dropdown-default.show .dropdown-menu .dropdown-item:hover {
    background: #eee;
}

.label-issued {
    background: #4fc3f7;
    color: #fff;
}

.label-cancelled {
    background: #ef5350;
    color: #fff;
}

.label-draft {
    color: #fff;
    background: #ffca28;
}

.label-paid {
    color: #fff;
    background: #66bb6a;
}

.label-failed {
    color: #fff;
    background: #78909c;
}