/**
 * Override Vuetify variables as you normally would
 * NOTE: remember to provide a fallback for browsers that don't support Custom Properties
 * In my case, I've used the mobile font-sizes as a fallback
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify

*/
/**
 * define font-sizes with css custom properties.
 * you can change the values of these properties in a media query
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify
*/
[data-v-28fa4db4]:root {
  --base-font-size: 16px !important;
}
@media only screen and (max-width: 1903.98px) {
[data-v-28fa4db4]:root {
    --base-font-size: 14.4px !important;
}
}

/**
 * Override Vuetify variables as you normally would
 * NOTE: remember to provide a fallback for browsers that don't support Custom Properties
 * In my case, I've used the mobile font-sizes as a fallback
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify

*/
.location__access[data-v-28fa4db4] {
  color: #32bc9e;
}
.location__access--public[data-v-28fa4db4] {
  color: #32bc9e;
}
.location__access--private[data-v-28fa4db4] {
  color: #ff6200;
}
.location__access-icon--private[data-v-28fa4db4] {
  margin-bottom: -2px;
}
/**
 * Override Vuetify variables as you normally would
 * NOTE: remember to provide a fallback for browsers that don't support Custom Properties
 * In my case, I've used the mobile font-sizes as a fallback
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify

*/
/**
 * define font-sizes with css custom properties.
 * you can change the values of these properties in a media query
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify
*/
[data-v-8075f674]:root {
  --base-font-size: 16px !important;
}
@media only screen and (max-width: 1903.98px) {
[data-v-8075f674]:root {
    --base-font-size: 14.4px !important;
}
}

/**
 * Override Vuetify variables as you normally would
 * NOTE: remember to provide a fallback for browsers that don't support Custom Properties
 * In my case, I've used the mobile font-sizes as a fallback
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify

*/
.matching[data-v-8075f674],
em.hlt1[data-v-8075f674] {
  background-color: #2196F3;
  padding: 2px 4px;
  color: white;
  font-style: normal;
}
.list-subheader[data-v-8075f674] {
  min-width: 78px;
}
ul[data-v-8075f674] {
  list-style-type: none;
}
ul li a[data-v-8075f674] {
  text-decoration: none;
}
.agenda-item[data-v-8075f674] {
  display: flex;
}
.agenda-item__index[data-v-8075f674] {
  font-size: 18px;
  float: left;
  width: 60px;
  height: 32px;
  color: white;
  background-color: #607d8b;
  padding: 5px;
  line-height: 20px;
  border-radius: 5px;
  text-align: center;
  flex: 0 0 60px;
  z-index: 2;
}
.agenda-item__index--time[data-v-8075f674] {
  font-size: 18px;
  flex: 0 0 60px;
  height: 31px;
  line-height: 19px;
  background-color: white;
  color: #607d8b;
  border: 1px solid #607d8b;
}
.agenda-item__index--time--start[data-v-8075f674] {
  margin-bottom: 35px;
}
.agenda-item__index--time--start[data-v-8075f674]:after {
  content: "";
  height: 35px;
  display: block;
  border-left: 1px dotted #607d8b;
  margin-left: 25px;
  margin-top: 5px;
}
.agenda-item__content[data-v-8075f674] {
  padding-bottom: 15px;
  padding-left: 50px;
  border-left: 1px dotted #607d8b;
  flex: 1 0 0;
  margin-left: -30px;
}
.link__icon[data-v-8075f674] {
  transform: scale(0.95);
  position: relative;
  flex: 0 0 16px;
  top: 3px;
  margin-right: 6px;
}
/**
 * Override Vuetify variables as you normally would
 * NOTE: remember to provide a fallback for browsers that don't support Custom Properties
 * In my case, I've used the mobile font-sizes as a fallback
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify

*/
/**
 * define font-sizes with css custom properties.
 * you can change the values of these properties in a media query
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify
*/
:root {
  --base-font-size: 16px !important;
}
@media only screen and (max-width: 1903.98px) {
:root {
    --base-font-size: 14.4px !important;
}
}

/**
 * Override Vuetify variables as you normally would
 * NOTE: remember to provide a fallback for browsers that don't support Custom Properties
 * In my case, I've used the mobile font-sizes as a fallback
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify

*/
.matching,
em.hlt1 {
  background-color: #2196F3;
  padding: 2px 4px;
  color: white;
  font-style: normal;
}
/**
 * Override Vuetify variables as you normally would
 * NOTE: remember to provide a fallback for browsers that don't support Custom Properties
 * In my case, I've used the mobile font-sizes as a fallback
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify

*/
/**
 * define font-sizes with css custom properties.
 * you can change the values of these properties in a media query
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify
*/
[data-v-b4cb9354]:root {
  --base-font-size: 16px !important;
}
@media only screen and (max-width: 1903.98px) {
[data-v-b4cb9354]:root {
    --base-font-size: 14.4px !important;
}
}

/**
 * Override Vuetify variables as you normally would
 * NOTE: remember to provide a fallback for browsers that don't support Custom Properties
 * In my case, I've used the mobile font-sizes as a fallback
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify

*/
.matching[data-v-b4cb9354],
em.hlt1[data-v-b4cb9354] {
  background-color: #2196F3;
  padding: 2px 4px;
  color: white;
  font-style: normal;
}
.list-subheader[data-v-b4cb9354] {
  min-width: 78px;
}
ul[data-v-b4cb9354] {
  list-style-type: none;
}
ul li a[data-v-b4cb9354] {
  text-decoration: none;
}
.agenda-item[data-v-b4cb9354] {
  display: flex;
}
.agenda-item__index[data-v-b4cb9354] {
  font-size: 18px;
  float: left;
  width: 60px;
  height: 32px;
  color: white;
  background-color: #607d8b;
  padding: 5px;
  line-height: 20px;
  border-radius: 5px;
  text-align: center;
  flex: 0 0 60px;
  z-index: 2;
}
.agenda-item__index--time[data-v-b4cb9354] {
  font-size: 18px;
  flex: 0 0 60px;
  height: 31px;
  line-height: 19px;
  background-color: white;
  color: #607d8b;
  border: 1px solid #607d8b;
}
.agenda-item__index--time--start[data-v-b4cb9354] {
  margin-bottom: 35px;
}
.agenda-item__index--time--start[data-v-b4cb9354]:after {
  content: "";
  height: 35px;
  display: block;
  border-left: 1px dotted #607d8b;
  margin-left: 25px;
  margin-top: 5px;
}
.agenda-item__content[data-v-b4cb9354] {
  padding-bottom: 15px;
  padding-left: 50px;
  border-left: 1px dotted #607d8b;
  flex: 1 0 0;
  margin-left: -30px;
}
.link__icon[data-v-b4cb9354] {
  transform: scale(0.95);
  position: relative;
  flex: 0 0 16px;
  top: 3px;
  margin-right: 6px;
}
/**
 * Override Vuetify variables as you normally would
 * NOTE: remember to provide a fallback for browsers that don't support Custom Properties
 * In my case, I've used the mobile font-sizes as a fallback
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify

*/
/**
 * define font-sizes with css custom properties.
 * you can change the values of these properties in a media query
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify
*/
:root {
  --base-font-size: 16px !important;
}
@media only screen and (max-width: 1903.98px) {
:root {
    --base-font-size: 14.4px !important;
}
}

/**
 * Override Vuetify variables as you normally would
 * NOTE: remember to provide a fallback for browsers that don't support Custom Properties
 * In my case, I've used the mobile font-sizes as a fallback
 See: https://stackoverflow.com/questions/56603008/how-to-make-font-size-responsive-using-vuetify

*/
.matching,
em.hlt1 {
  background-color: #2196F3;
  padding: 2px 4px;
  color: white;
  font-style: normal;
}
