html, body {
background-color: #ffffff !important;
margin: 0;
padding: 0;
height: 100%;
}


.venue-card {
border: 1px solid #f1f1f1;
}

.venue-card:hover {
box-shadow: 0 0 10px 0 #bbdefb;
}

.venue-card img {
height: 150px !important;
}

@media (max-width: 768px) {
.venue-card img {
height: 220px !important;
}

.navbar-nav .nav-link {
color: #000 !important;
}
}

h1, h2, h3, h4, h5, h6 {
color: #043241 !important;
}

a {
color: #0a7599 !important;
}

.form-label, .form-check-label, .form-select-label {
color: #07546d !important;
}

.form-control, .form-select {
border-color: #cfedf8 !important;
color: #07546d !important;
border-width: 2px !important;
border-style: solid !important;
font-weight: bold;
}

.alert-success {
background-color: #a7da0e !important;
font-weight: bold;
}

.alert-danger {
background-color: #da410e !important;
font-weight: bold;
color: #fff !important;
}

.btn-danger {
background-color: #da410e !important;
font-weight: bold;
color: #fff !important;
}

.alert-warning {
background-color: #dabb0e !important;
font-weight: bold;
color: #fff !important;
}

.alert-danger h1, .alert-danger h2, .alert-danger h3, .alert-danger h4, .alert-danger h5, .alert-danger h6 {
color: #fff !important;
}

.alert-info {
background-color: #0ea7da !important;
font-weight: bold;
color: #000 !important;
}

.form-control:focus, .form-select:focus {
border-color: #9fdcf0 !important;
box-shadow: 0 0 0 0.2rem #e7f6fb !important;
}

.btn-outline-primary {
color: #0f7cbc !important;
border-color: #0f7cbc !important;
}

.btn-outline-primary:hover {
color: #fff !important;
border-color: #1683c1 !important;
background-color: #0f7cbc !important;
}

.btn-primary {
background-color: #0f7cbc !important;
border-color: #0f7cbc !important;
color: #ffffff !important;
}

.btn-primary:hover {
background-color: #0f7cbc !important;
border-color: #0f7cbc !important;
}

.form-header {
background-color: #0f7cbc !important;
color: #ffffff !important;
}

.form-header a {
color: #ffffff !important;
}