.indico_import_card_event {
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
  transition: 0.3s;
  margin-left: 1%;
  margin-right: 1%;
  height: 15vh;
  font-family: 'Source Sans 3', sans-serif;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.indico_import_card_event:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.indico_import_card_event_container {
  display: flex;
  flex: 1;
}

.indico_import_card_event_body {
  padding: 2px 16px;
  background-color: white;
  flex: 2;
} 

.indico_import_card_event_body p {
  width:100%;
}

.indico_import_card_event_body p:first-child {
  word-wrap: break-word;
}

.indico_import_card_event_body p:last-child {
  margin-top: auto;
}

.indico_import_card_event_sidebar {
  padding: 2px 16px;
  background-color: #424141;
  flex: 1;
  align-items: center; 
  justify-content: center;
  text-align: center;
} 

.indico_import_card_event_sidebar p,
.indico_import_card_event_sidebar p b {
  color: white;
}

.indico_import_card_event_footer {
  height: 12.5%; 
  color: black;
  box-sizing: border-box; 
  padding: 0; 
  margin: 0; 
  width: 100%;
  display: flex;
  align-items: center; 
  justify-content: center; 
}

.indico_import_card_event_footer_content {
  text-align: center;
}

.indico_import_card_event_footer_svg {
  position: absolute;
  right: 16px;
  width: 25px;
  height: 25px;
}

.indico_import_card_event_footer_svg svg {
  width: 100%;
  height: 100%;
}
