<link rel="stylesheet" type="text/css" href="https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/stylesheets/EWC/eventsDashboardStylesheet.css" />
<script type="text/javascript" src="https://gsvlabs-confluence-files.s3-us-west-2.amazonaws.com/js/ewc/eventsDashboardScriptV2.js"></script>
<style>
.countryFilterContainer #country-placeholder {
height: 45px;
min-height: 45px;
margin: 0px;
text-align: left;
width: calc(100% - 40px);
justify-content: space-between;
color: rgba(255, 255, 255, 0.69);
padding: 0px 20px;
cursor: text;
position: relative;
align-items: center;
background: #1f1f1f;
border: none;
}
.countryFilterContainer {
justify-content: center !important;
}
.countryFilterContainer #country-clear-button {
position: absolute;
right: 0px;
}
@media screen and (max-width: 640px) {
.filtersContainer {
justify-content: center;
}
}
</style> |