/** Shopify CDN: Minification failed

Line 133:1 Comments in CSS use "/* ... */" instead of "//"
Line 134:1 Comments in CSS use "/* ... */" instead of "//"
Line 135:1 Comments in CSS use "/* ... */" instead of "//"
Line 219:1 Comments in CSS use "/* ... */" instead of "//"
Line 638:1 Comments in CSS use "/* ... */" instead of "//"
Line 848:1 Comments in CSS use "/* ... */" instead of "//"
Line 849:1 Comments in CSS use "/* ... */" instead of "//"
Line 909:2 Comments in CSS use "/* ... */" instead of "//"
Line 1018:0 Unexpected "$"
Line 1301:1 Comments in CSS use "/* ... */" instead of "//"
... and 3 more hidden warnings

**/
* {
	box-sizing: border-box;
}

.d2m-add-case {         
	opacity: 0;
	transition: opacity 1s ease-out;

	label {
		display: block;
	}

	.input-case_number {
		width: 100%;
		padding: 8px;
		border-radius: 3px;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
		border: 1px solid #d0d0d0;
	}

	.selectize-control.single .selectize-input.input-disabled,
	.selectize-control.single .selectize-input.input-disabled input {
		cursor: not-allowed!important;
		opacity: 0.5;
	}

}

.modal-form-wrapper {
	position: fixed;
	background: rgba(#000, 0.5);
	width: 100%;
	height: 100%;
	z-index: 998;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 2s opacity;

	.contact-form-wrapper {
		background: white;
		position: absolute;
		z-index: 999;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		padding: 2em;
		@media (min-width: 600px) {
			width: 300px;

		}
	}

	h3 {
		margin: 0;
		padding: 0;
	}
}

.fade-in {
	opacity: 1;
}

#case_list .button {
	min-width: 170px;
	width: 100%;
	@media (min-width: 600px) {
		width: auto;
	}
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;

	&:hover {
		background-color: darken(#4b9e46, 10%);
	}
}

#form-close {
	height: 40px;
	line-height: 40px;
	width: 40px;
	right: -20px;
	top: -20px;
	background: black;
	color: white;
	position: absolute;
	border-radius: 20px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

.button.gray {
	background: #666666;

	&:hover {
		background: #555555;
	}
}

.title-wrapper {

	/*   border-bottom: 1px solid #999;
  margin-bottom: 1em;
  padding-bottom: 1em; */
	@media (min-width: 600px) {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.button {
		max-height: 52px;
	}

	// &.filter {
	// 	border: 1px solid red;
	// }
}

.button.confirm,
.col-delete .button.confirm {
	background-color: red;
}

.button.confirm:hover,
.button.cover:hover {
	background-color: red!important;
}

.button.confirm:active {
	background-color: darken(red, 5%)!important;
}

.loader-d2m-wrapper {
	text-align: center;
	position: relative;

	.loader,
	.loader:after {
		border-radius: 50%;
		width: 10em;
		height: 10em;
	}

	.loader {
		margin: 60px auto;
		font-size: 10px;
		position: relative;
		text-indent: -9999em;
		border-top: 1.1em solid rgba(75,158,70, 0.2);
		border-right: 1.1em solid rgba(75,158,70, 0.2);
		border-bottom: 1.1em solid rgba(75,158,70, 0.2);
		border-left: 1.1em solid #4b9e46;
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-animation: load8 1.1s infinite linear;
		animation: load8 1.1s infinite linear;
	}

}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.warning-message {
	&.hidden {
		display: none;
	}
	cursor: help;
	margin-top: 1em;
	opacity: 0.75;
	background: #FAF089;
	border: 1px solid #ECC94B;
	border-radius: 5px;
	color: #B7791F;
	padding: 0.5em 1em;
}

.cases-table {
	// display: none;
	/*display: flex;*/
	flex-direction: column;
	padding-top: 0;

	.button {
		@media (min-width: 600px) {
			width: 200px;
			text-align: center;
		}
	}

	.header-row,
	.row {
		width: 100%;
		border-bottom: 1px solid #999;
		align-items: center;
		margin-bottom: 1em;
		padding-bottom: 0.5em;
		padding-left: 0.5em;
		padding-right: 0.5em;

		@media (min-width: 600px) {
			padding: 1.5em 0;
			margin-bottom: 0;
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			justify-content: flex-start;
		}

		&:last-child {
			border-bottom: 0;
		}
	}

	.header-row {
		background: #EEEEEE;
		font-weight: bold;
		@media (min-width: 600px) {
			align-items: center;
		}
	}

	.col {
		padding: 0 0 0.5em;
		@media (min-width: 600px) {
			padding: 0 1em;
			line-height: 1.1em;
		}
	}

	.col-delete {
		padding-top: 0.5em;
		@media (min-width: 600px) {
			padding: 0 1em;
		}

	}

	.col-title {
		@media (min-width: 600px) {
			flex-grow: 1;
		}
	}

	.col-link {
		font-weight: bold;
		text-transform: uppercase;

		@media (min-width: 600px) {
			max-width: 210px;
			min-width: 210px;
			overflow-wrap: break-word;
		}
	}

}

.header-actions .drawer-toggle {
	width: 100%;
	background: #4b9e46;
	color: white;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	letter-spacing: 0.1em;

	&:hover {
		color: white;
		background: darken(#4b9e46, 5%);
	}
}

.progress-new-user {
	width: 100%;
	background: white;
	border-radius: 5px;
}

.progress-new-user[value]::-moz-progress-bar,
.progress-new-user[value]::-webkit-progress-value {
	background-color: #4b9e46;
	position: relative;
}

.progress-new-user[value] {
	color: #4b9e46;
}

.progress-text {
	text-align: center;

}

.progress-bar {
	max-width: 570px;
	margin: 0 auto;
}

.progress-label {
	text-align: center;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #4b9e46;
	font-weight: bold;
}

.homepage-prompt {
	background: #4b9e46;
	color: white;
	text-align: center;
	max-width: 100%;
	width: 320px;
	line-height: 1.2em;
	padding: 1em;
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 5;
	border-radius: 5px;
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.homepage-prompt .button {
	display: block;
	margin-top: 1em;
	background: #444;

	&:hover {
		background: #222;
	}
}

@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

.template-page-logo-list main .page-title {
	margin-bottom: 0;
}

#d2m-message {
	display: block;
	max-width: 640px;
	margin: 1em auto 0;

	p {
		color: black;
		font-style: italic;
	}
}

.mw-640 {
	text-align: center;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;

	.button {
		margin-top: 1em;
	}
}

.error-message,
.success-message {
	position: relative;
	padding: 1em;
	padding: 1em 0.5em;
	border-radius: 5px;

	p {
		margin: 0;
	}

	span {
		position: absolute;
		right: -10px;
		top: -10px;

		&:after {
			content: "X";
			height: 20px;
			line-height: 20px;
			text-align: center;
			width: 20px;
			font-size: 14px;
			border-radius: 10px;
			font-weight: bold;
			display: block;
		}
	}
}

.error-message {

	border: 1px solid #C9161E;
	background: lighten(#C9161E, 50%);
	margin-bottom: 16px;

	span {
		&:after {
			background: darken(#C9161E, 10%);
			color: lighten(#C9161E, 50%);
		}
	}
}

.success-message {
	background: #9ED59E;
	border: 1px solid #309030;
	margin-bottom: 16px;

	span {
		&:after {
			background: #125912;
			color: #9ED59E;
		}
	}
}

.header-row .button {
	background: #4b9e46;

	&:hover {
		background: darken(#4b9e46, 5%);
	}
}

.col-delete .button {
	background: #555555;
}

.settings-input-group {
	&:last-of-type {
		margin-bottom: 0;
	}

	margin-bottom: 2em;

	> div {
		margin-right: 1em;
	}

	label {
		font-size: 1.2em;

		strong {
			line-height: 1em;
		}

		p {
			line-height: 1.2em;
			color: #555;
			margin: 0;
			padding: 0;
		}
	}
}

@media (min-width: 768px) {
	.settings-input-group {
		display: flex;
		align-items: flex-start;
	}
}

.button.gray.disabled {
	color: white;
	opacity: 0.2;
	cursor: not-allowed;

}

.mb-2 {
	margin-bottom: 2em;
}

#d2m-settings {
	border-top: 0;
}

.toggle-btn {
	width: 80px;
	height: 40px;
	margin: 0;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==") no-repeat 50px center #e74c3c;
	cursor: pointer;
	-webkit-transition: background-color 0.40s ease-in-out;
	-moz-transition: background-color 0.40s ease-in-out;
	-o-transition: background-color 0.40s ease-in-out;
	transition: background-color 0.40s ease-in-out;
	cursor: pointer;

	&.active {
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC") no-repeat 10px center #4b9e46;

		.round-btn {
			left: 45px;
		}
	}

	.round-btn {
		width: 30px;
		height: 30px;
		background-color: #fff;
		border-radius: 50%;
		display: inline-block;
		position: absolute;
		left: 5px;
		top: 50%;
		margin-top: -15px;
		-webkit-transition: all 0.30s ease-in-out;
		-moz-transition: all 0.30s ease-in-out;
		-o-transition: all 0.30s ease-in-out;
		transition: all 0.30s ease-in-out;
	}

	.cb-value {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 9;
		cursor: pointer;
	}
}

.logged-in-as {

	align-items: center;

	width: 100%;
	padding: 1em 0;
	margin: 1em 0;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);

	div:first-child {
		margin-bottom: 1em;
	}
	@media (min-width: 768px) {
		display: flex;
		justify-content: space-between;

		div:first-child {
			margin-bottom: 0;
		}
	}
}

.membership {
	/*   background: rgba(#4b9e46, 0.1); */
	padding: 0;
	margin: 1em 0;

	a {
		font-weight: bold;
	}

	p {
		margin: 0;
		padding: 0;
	}
}

.template-customers-account .main-content {
	background: none;
	border: none;
}

#d2m-case-details {
	// display: none;
}

.caseDetail-title {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 1em;
	margin-bottom: 0;
}

#caseDetailID span {
	display: block;
	color: #4b9e46;
	font-weight: bold;
	text-transform: uppcase;
}

#caseDetailName {
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.caseDetail-section-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.caseDetail-section {
	.caseDetail-section-content {
		display: none;
	}
	/*   &.open .caseDetail-section-content {
    display: block;
  } */
}

.caseDetail-section-content {
	padding-bottom: 2em;

	table {
		margin: 0;

		td:first-child {
			padding-left: 0;
		}
	}
}

.btn-download {
	white-space: nowrap;
	width: 185px;
	display: block;
	margin-top: 16px;
}

#d2m-case-documents {
	display: flex;
	/*   max-width: 50%; */
	flex-wrap: wrap;
	flex-direction: row;

	.document {
		padding: 16px 0 24px;
		margin-bottom: 8px;
	}

	.document-title {
		margin-top: 8px;
		padding-right: 8px;
		line-height: 1.1em;
	}

	@media (min-width: 600px) {
		.document {
			width: 50%;
		}
	}

	@media (min-width: 960px) {
		.document {
			width: 33%;
		}

		&.small {
			.document {
				width: 50%;
			}
		}

	}

}

.thumbnail-img {
	position: relative;
	overflow: hidden;

	&:hover {
		.hover-btn {
			opacity: 1;
			bottom: 0;

		}
	}
}

.hover-btn {
	opacity: 0;
	transition: all 0.2s;
	position: absolute;
	background: rgba(#4b9e46, 0.9);
	color: white;
	text-align: center;
	bottom: -20px;
	width: 100%;
	height: 100%;
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1em;
}

#d2m-case-docket {
	td {
		padding: 5px;
	}
}

#d2m-case-events {
	.older {
		td {
			opacity: 0.5;
			padding-top: 1em;
		}
	}

	.older ~ .older {
		td {
			padding-top: 5px;
		}
	}

	td {
		padding: 5px;
	}
	@media (max-width: 600px) {
		td,
		tr {
			display: block;

		}

		td {
			padding: 5px 5px 0;
		}

		.older {

			margin-top: 1em;

			td {
				padding-top: 0;

			}

		}

		.older ~ .older {

			margin-top: 10px;

			td {
				padding-top: 0;
			}
		}
	}
}

/* .home > .red ~ .red {
    border: none;
} */

.thumbnail-wrapper {
	a {
		margin: 0;
	}

	.thumbnail-img {
		outline: 1px solid #BBB;
		box-shadow: 0 0 5px #BBB;
		width: 170px;
		height: 220px;
		background-size: cover;
		/* 		margin-top: 24px; */
	}
}

.caseDetail-section-content-button-wrapper {
	text-align: right;
}

.button-download {
	margin: 0 0 0 auto;
	display: inline-flex;
	justify-content: flex-end;
	// width: 100%;
	// max-width: 280px;
	padding: 0;
	background: none;
	color: #000;
	opacity: 1;
	height: 28px;
	transition-property: none;
	transition: color 0.2s ease-out;
	align-items: center;
	position: relative;

	&:hover {
		background: transparent;
		border: none;
		color: #000;

		img,
		span {
			opacity: 1;
		}
	}

	img.js-download-all{
		outline-style: hidden;
		background: url("{{ "file-download-regular.svg" | asset_url }}") center center no-repeat;	
	}


	&.not-allowed {
		img,
		span {
			opacity: 0.5;
		}

		&:hover {
			.upgrade-lock {
				visibility: visible;
				opacity: 1;
				right: calc(100% + 1.5em);
			}

			img,
			span {
				opacity: 0.5;
			}
		}
	}

	em {
		font-style: normal;
	}

	.upgrade-lock {
		cursor: pointer;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		background: #4b9e46;
		white-space: nowrap;
		padding: 0 16px;
		// width: 170px;
		right: calc(100% + 3em);
		top: 50%;
		margin-top: -25px;
		color: white;
		border-radius: 5px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		transition: visibility 0.2s ease-out, opacity 0.2s ease-out, right 0.2s ease-out;

		&:hover {
			background: darken(#4b9e46, 20%);

			.arrow-right {
				border-left-color: darken(#4b9e46, 20%);
			}
		}
	}

	.upgrade-lock .arrow-right {
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #4b9e46;
		position: absolute;
		right: -10px;
		top: 15px;
	}

	span {
		margin-left: 8px;
	}

	img {
		display: block;
		width: 16px;
		height: 16px;
		transition: transform 0.25s ease-out;
	}

	img,
	span {
		opacity: 0.7;
	}

	&:active,
	&:hover {
		img {
			transform: scale(1.1);
		}
	}
}

.button-reverse {
	margin: 0 0 0 auto;
	display: flex;
	justify-content: center;
	width: 220px;
	padding: 0;
	background: none;
	color: #000;
	opacity: 0.7;
	height: 28px;
	transition-property: none;
	transition: color 0.2s ease-out;
	align-items: center;

	&:hover {
		background: transparent;
		border: none;
		color: #000;
		opacity: 1;
	}

	span {
		margin-left: 8px;
	}

	img {
		display: block;
		width: 16px;
		height: 16px;
		transition: transform 0.25s ease-out;
		background: url("{{ "sync-alt-solid-black.svg" | asset_url }}") center center no-repeat;	
	}

	&:active,
	&:hover {
		img {
			transform: rotate(180deg);
		}
	}
}

.button-arrow {
	background-size: contain;
	background: url("{{ "angle-down-solid.svg" | asset_url }}") center center no-repeat;
	width: 16px;
	height: 16px;
	padding: 1em;
	transition: transform 0.3s ease-out;
}

.button-arrow.open {
	transform: rotate(180deg);
}

$darkGreen: darken(#4b9e46, 20%);

.btn-loader-animation {
	display: none;
	width: 24px;
	height: 24px;
}

.btn-loader-animation:after {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	margin: 2px;
	border-radius: 50%;
	border: 3px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.button#AddCase {
	min-width: 176px;
}

.button-loader {
	height: 53px;
}

.button-loader-active {
	padding-top: 14px;
	padding-bottom: 0;
	background-color: #4b9e46;

	.btn-loader-animation {
		display: inline-block;
	}

	span {
		display: none;
	}
}

.caseDetail-section-content.open ~ .latestEvent {
	display: none;
}

.latestEvent {
	display: none;
	align-items: center;

	@media (min-width: 600px) {
		display: flex;
	}

	.button,
	.latestDate {
		flex-shrink: 0;
	}

	.button {
		margin-left: auto;
	}

	.latestTitle {
		padding: 1em 0;
		font-size: 1.25em;

		span {
			color: #555;
			font-weight: bold;
			letter-spacing: 1px;
			font-size: 0.75em;
			display: block;
			font-style: italic;
			text-transform: uppercase;
		}
	}

	.latestDate {
		margin-right: 1em;

		span {
			display: block;
			text-align: center;
			line-height: normal;
			font-weight: bold;
		}

		.month {
			text-transform: uppercase;
			background: red;
			padding: 6px 16px 2px;
			color: white;
			font-size: 14px;
			letter-spacing: 1px;
			border: 1px solid red;
		}

		.day {
			padding: 7px 0 0;
			font-size: 36px;
			letter-spacing: -1px;
			border: 1px solid #999;
			border-top: 0;
		}
	}
}

.caseDetail-dashboard {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	@media (min-width: 768px) {
		margin: 0 -1em;
		flex-wrap: nowrap;
	}
}

.caseDetail-dashboard-item {
	width: 100%;
	padding: 1em 0 0;
	@media (min-width: 768px) {
		width: percentage(.5);
		padding: 1em 1em 0;
	}
	@media (min-width: 960px) {
		margin: 1em 0;
		width: percentage(.3);
	}
}

.caseDetail-dashboard-item-contents {
	background: #EFEFEF;
	border-radius: 5px;
	padding: 1em 0;
	display: flex;
	flex-direction: column;
}

.caseDetail-dashboard-item-title {
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: center;
	letter-spacing: 1px;
}

.caseDetail-dashboard-item-preview-wrapper {
	padding: 1em 2em;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.caseDetail-dashboard-item-preview {
	width: 77px;
	flex-shrink: 0;
	height: 100px;
	text-align: center;
}

.caseDetail-dashboard-item-preview.image {
	background-size: contain;
	background-color: white;
}

.caseDetail-dashboard-item-preview.calendar {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background: white;
	outline: 1px solid #999;

	.month {
		text-transform: uppercase;
		background: red;
		padding: 4px 0 5px;
		color: white;
		font-size: 14px;
		line-height: 1em;
		letter-spacing: 1px;
		font-weight: bold;
		width: 100%;
	}

	.day {
		padding: 0;
		font-size: 36px;
		letter-spacing: -1px;
		font-weight: bold;
		line-height: 1em;
	}

	.year {
		font-size: 16px;
		line-height: 1em;
		letter-spacing: 1px;
		text-transform: uppercase;
		padding: 0 0 0.3em;
		font-weight: bold;
	}
}

.caseDetail-dashboard-item-preview-text {
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1em;
	padding: 0 0 0 1em;
	width: 100%;
}

.caseDetail-dashboard-item-link {
	flex: 1 0 content;
	text-align: center;
	font-weight: bold;
}

.manage-case-no-login-buttons {
	text-align: center;

	.button-group {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		max-width: 600px;
		margin: 0 auto;

	}

	.button {
		margin-bottom: 1em;
		border: 2px solid #4b9e46;
		width: 100%;

		&:hover {
			border-color: darken(#4b9e46, 5%);
		}
		@media (min-width: 600px) {
			width: auto;
		}
	}

	.button + .button {
		@media (min-width: 600px) {
			margin-left: 1em;
		}
	}

	p {
		margin: 0 0 1em;
	}
}

.button.green-outline {
	border: 2px solid #4b9e46;
	background: none;
	color: #4b9e46;

	&:hover {
		background: darken(#4b9e46, 5%);
		border-color: darken(#4b9e46, 5%);
		color: white;
	}
}

.filter {
	position: relative;
	max-height: 300px;
	margin: 0 0 1em;
	display: flex;
	// overflow: hidden;
	// max-height: 0;
	// transition: all 0.2s ease-out;
	// position: relative;

	&.visible {

		margin: 0 0 1em;
	}

	div.count {
		position: absolute;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%);
		color: #888;
	}

	.input-wrapper {
		position: relative;
		width: 100%;
		flex-shrink: 2;
		margin: 0;
	}

	input {
		
		display: block;
		width: 100%;
		padding: 8px;
		border-radius: 3px;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
		border: 1px solid #d0d0d0;
	}

	.button {
		flex-shrink: 0;
		height: 40px;
		padding: 0 1rem;
		margin-left: 1rem;
		@media (min-width: 600px) {
			padding: 0 30px;
		}
	}

}
