.line_fatLine__0PT4F,.line_dont__T6RgE,.line_do__UDRWu{height:12px;width:100%;margin:24px 0;display:block}.line_do__UDRWu{background-color:var(--green)}.line_dont__T6RgE{background-color:var(--red)}
.do-and-dont_imageWrapper__G1pvZ{background-color:var(--neutral);width:100%;aspect-ratio:16/9;position:relative}.do-and-dont_imageWrapper__G1pvZ.do-and-dont_transparent__y0nNZ{background-color:rgba(0,0,0,0)}.do-and-dont_typography__5_foe{margin:0 0 .25em 0;line-height:.7}
.dropdown_dropdown__UTXAA {
  width: 100%;
}

/*

# Show rules based on screensize:

.someClass{
	width: 100px;
	.screen-xs({ // Make it 50px on mobile.
		width: 50px;
	})
}

// ------------------------------------------- */
/* -------------------------------------------

# Generate margins based on screensize.

.someClass{
	.xs-margin() = margin: 6px on Mobile;
	.sm-margin(1) = margin: 12px on Tablets;
}

// ------------------------------------------- */
/* -------------------------------------------

# Generate paddings based on screensize.

.someClass{
	.xs-padding() = padding: 6px on Mobile;
	.sm-padding(1) = padding: 12px on Tablets;
}

// ------------------------------------------- */
/* -------------------------------------------

# Complicated mixin / loop for generating all css for margins / paddings.

// ------------------------------------------- */
/* This should be removed, force to use -xs, -md etc instead. */
/**/
/* From Bootstrap 3.3.2 */
.paper.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  overflow: hidden;
}
.card-container {
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
}
.tenant-lb .card-container {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.card-body {
  flex: 1 1 auto;
  padding: 12px 12px;
}
.card-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px 0;
}
.card-header-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-align-center {
  text-align: center;
}
.card-align-right {
  text-align: right;
}
.f-content .card-title {
  margin: 0 0 12px 0;
}
.f-content .card-text {
  margin-bottom: 12px;
}
.f-content .card-text:last-child {
  margin-bottom: 0;
}
.card-header {
  padding: 12px 12px;
  margin-bottom: 0;
  background-color: #ededf2;
  border-bottom: 1px solid #e1e1e5;
}
.card-header-expandable {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.card-header-expandable .icon {
  margin-left: auto;
}
.card-header-expandable:active.svs-keyboard-focus,
.card-header-expandable:focus.svs-keyboard-focus {
  outline-offset: -4px;
  box-shadow: inset 0 0 0.21rem 0.28rem #256FEA;
  text-decoration: none;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  z-index: 1;
}
.card-footer {
  padding: 12px 12px;
  background-color: #ededf2;
  border-top: 1px solid #e1e1e5;
}
.card-expandable-body-closed {
  display: none;
}
.card-expandable-body {
  overflow: hidden;
}

.card .list-group {
  margin: 0;
  border: none;
  border-top: inherit;
  border-bottom: inherit;
  background-color: transparent;
}
.card .list-group:first-child {
  border-top-width: 0;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 12px;
  -moz-background-clip: padding;
  border-top-right-radius: 12px;
  background-clip: padding-box;
}
.card .list-group:last-child {
  border-bottom-width: 0;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 12px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 12px;
  background-clip: padding-box;
}

