.uppy-Root {
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: left;
	position: relative
}

.uppy-Root *,
.uppy-Root :after,
.uppy-Root :before {
	box-sizing: inherit
}

.uppy-Root :focus {
	outline: 2px solid #c9baa8;
	outline-offset: 2px
}

.uppy-Root [hidden] {
	display: none
}

.UppyIcon {
	max-width: 100%;
	max-height: 100%;
	fill: currentColor;
	display: inline-block;
	overflow: hidden
}

.UppyIcon--svg-baseline {
	bottom: -.125em;
	position: relative
}

.uppy-u-reset {
	-webkit-appearance: none;
	line-height: 1;
	padding: 0;
	border: 0;
	color: inherit;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	background: none;
	border: medium none currentColor;
	border-collapse: separate;
	border-image: none;
	border-radius: 0;
	border-spacing: 0;
	box-shadow: none;
	clear: none;
	cursor: auto;
	display: inline;
	empty-cells: show;
	float: none;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-stretch: normal;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	left: auto;
	letter-spacing: normal;
	list-style: none;
	margin: 0;
	max-height: none;
	max-width: none;
	min-height: 0;
	min-width: 0;
	opacity: 1;
	outline: medium none invert;
	overflow: visible;
	overflow-x: visible;
	overflow-y: visible;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	top: auto;
	transform: none;
	transform-origin: 50% 50% 0;
	transform-style: flat;
	transition: none 0s ease 0s;
	unicode-bidi: normal;
	vertical-align: baseline;
	visibility: visible;
	white-space: normal;
	z-index: auto
}

.uppy-c-textInput {
	border: 1px solid hsla(0, 0%, 58%, .5);
	border-radius: 4px;
	font-size: 13px;
	line-height: 1.5;
	padding: 6px 8px;
	background-color: #c9baa8
}

.uppy-size--md .uppy-c-textInput {
	font-size: 15px;
	line-height: 1.8;
	padding: 8px 12px
}

.uppy-c-textInput:focus {
	border-color: #c9baa8;
	outline: none;
	box-shadow: 0 0 1px 1px rgba(34, 117, 215, .5)
}

.uppy-c-btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	font-family: inherit;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	transition: background-color .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.uppy-c-btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.uppy-c-btn-primary {
	font-size: 13px;
	padding: 10px 18px;
	border-radius: 4px;
	background-color: #303030;
	color: #303030
}

.uppy-size--md .uppy-c-btn-primary {
	font-size: 15px;
	padding: 13px 22px
}

.uppy-c-btn-primary:hover {
	background-color: #c9baa8
}

.uppy-c-btn-primary:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(34, 117, 215, .5)
}

.uppy-c-btn-link {
	font-size: 13px;
	line-height: 1;
	padding: 10px 18px;
	border-radius: 4px;
	background-color: transparent;
	color: #433e38
}

.uppy-size--md .uppy-c-btn-link {
	font-size: 15px;
	padding: 13px 28px
}

.uppy-c-btn-link:hover {
	text-decoration: underline
}

.uppy-c-btn-link:focus {
	outline: none;
	box-shadow: 0 0 0 .2rem rgba(34, 117, 215, .5)
}

.uppy-c-btn--small {
	font-size: .9em;
	padding: 7px 16px;
	border-radius: 2px
}

.uppy-size--md .uppy-c-btn--small {
	padding: 8px 10px;
	border-radius: 2px
}

.uppy-Informer {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 1;
	transform: none;
	transition: all .25s ease-in;
	z-index: 1005
}

.uppy-Informer[aria-hidden=true] {
	opacity: 0;
	transform: translateY(350%);
	transition: all .3s ease-in;
	z-index: -1000
}

.uppy-Informer p {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
	padding: 6px 15px;
	background-color: rgba(82, 82, 82, .8);
	color: #303030;
	border-radius: 18px;
	max-width: 90%
}

.uppy-size--md .uppy-Informer p {
	font-size: 14px;
	line-height: 1.3;
	max-width: 500px;
	padding: 10px 20px
}

.uppy-Informer span {
	line-height: 12px;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	color: #858585;
	background-color: #303030;
	border-radius: 50%;
	position: relative;
	top: -1px;
	left: 3px;
	font-size: 10px;
	margin-left: -1px
}

.uppy-Informer span:hover {
	cursor: help
}

.uppy-Informer span:after {
	line-height: 1.3;
	word-wrap: break-word
}

.uppy-Root [aria-label][role~=tooltip] {
	position: relative
}

.uppy-Root [aria-label][role~=tooltip]:after,
.uppy-Root [aria-label][role~=tooltip]:before {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	opacity: 0;
	pointer-events: none;
	transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
	position: absolute;
	box-sizing: border-box;
	z-index: 10;
	transform-origin: top
}

.uppy-Root [aria-label][role~=tooltip]:before {
	background-size: 100% auto!important;
	content: ""
}

.uppy-Root [aria-label][role~=tooltip]:after {
	background: hsla(0, 0%, 7%, .9);
	border-radius: 4px;
	color: #303030;
	content: attr(aria-label);
	font-size: var(--microtip-font-size, 13px);
	font-weight: var(--microtip-font-weight, normal);
	text-transform: var(--microtip-text-transform, none);
	padding: .5em 1em;
	white-space: nowrap;
	box-sizing: content-box
}

.uppy-Root [aria-label][role~=tooltip]:focus:after,
.uppy-Root [aria-label][role~=tooltip]:focus:before,
.uppy-Root [aria-label][role~=tooltip]:hover:after,
.uppy-Root [aria-label][role~=tooltip]:hover:before {
	opacity: 1;
	pointer-events: auto
}

.uppy-Root [role~=tooltip][data-microtip-position|=top]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0z'/%3E%3C/svg%3E") no-repeat;
	height: 6px;
	width: 18px;
	margin-bottom: 5px
}

.uppy-Root [role~=tooltip][data-microtip-position|=top]:after {
	margin-bottom: 11px
}

.uppy-Root [role~=tooltip][data-microtip-position|=top]:before {
	transform: translate3d(-50%, 0, 0);
	bottom: 100%;
	left: 50%
}

.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before {
	transform: translate3d(-50%, -5px, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position|=top]:after {
	transform: translate3d(-50%, 0, 0);
	bottom: 100%;
	left: 50%
}

.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after {
	transform: translate3d(-50%, -5px, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after {
	transform: translate3d(calc(-100% + 16px), 0, 0);
	bottom: 100%
}

.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after {
	transform: translate3d(calc(-100% + 16px), -5px, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after {
	transform: translate3d(calc(0% + -16px), 0, 0);
	bottom: 100%
}

.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after {
	transform: translate3d(calc(0% + -16px), -5px, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E") no-repeat;
	height: 6px;
	width: 18px;
	margin-top: 5px;
	margin-bottom: 0
}

.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after {
	margin-top: 11px
}

.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before {
	transform: translate3d(-50%, -10px, 0);
	bottom: auto;
	left: 50%;
	top: 100%
}

.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before {
	transform: translate3d(-50%, 0, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after {
	transform: translate3d(-50%, -10px, 0);
	top: 100%;
	left: 50%
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after {
	transform: translate3d(-50%, 0, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after {
	transform: translate3d(calc(-100% + 16px), -10px, 0);
	top: 100%
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after {
	transform: translate3d(calc(-100% + 16px), 0, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after {
	transform: translate3d(calc(0% + -16px), -10px, 0);
	top: 100%
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after {
	transform: translate3d(calc(0% + -16px), 0, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=left]:after,
.uppy-Root [role~=tooltip][data-microtip-position=left]:before {
	bottom: auto;
	left: auto;
	right: 100%;
	top: 50%;
	transform: translate3d(10px, -50%, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=left]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E") no-repeat;
	height: 18px;
	width: 6px;
	margin-right: 5px;
	margin-bottom: 0
}

.uppy-Root [role~=tooltip][data-microtip-position=left]:after {
	margin-right: 11px
}

.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before {
	transform: translate3d(0, -50%, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=right]:after,
.uppy-Root [role~=tooltip][data-microtip-position=right]:before {
	bottom: auto;
	left: 100%;
	top: 50%;
	transform: translate3d(-10px, -50%, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=right]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658z'/%3E%3C/svg%3E") no-repeat;
	height: 18px;
	width: 6px;
	margin-bottom: 0;
	margin-left: 5px
}

.uppy-Root [role~=tooltip][data-microtip-position=right]:after {
	margin-left: 11px
}

.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before {
	transform: translate3d(0, -50%, 0)
}

.uppy-Root [role~=tooltip][data-microtip-size=small]:after {
	white-space: normal;
	width: 80px
}

.uppy-Root [role~=tooltip][data-microtip-size=medium]:after {
	white-space: normal;
	width: 150px
}

.uppy-Root [role~=tooltip][data-microtip-size=large]:after {
	white-space: normal;
	width: 260px
}

.uppy-StatusBar {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: 400;
	color: #303030;
	background-color: #303030;
	z-index: 1001;
	transition: height .2s
}

.uppy-size--md .uppy-StatusBar {
	height: 46px;
	font-size: 14px
}

.uppy-StatusBar:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: hsla(0, 0%, 58%, .25)
}

.uppy-StatusBar[aria-hidden=true] {
	overflow-y: hidden;
	height: 0
}

.uppy-StatusBar.is-complete .uppy-StatusBar-progress {
	background-color: #c9baa8
}

.uppy-StatusBar.is-error .uppy-StatusBar-progress {
	background-color: #d32f2f
}

.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator {
	cursor: default;
	color: #c9baa8
}

.uppy-StatusBar:not([aria-hidden=true]).is-waiting {
	background-color: #303030;
	height: 65px;
	border-top: 1px solid hsla(0, 0%, 58%, .3)
}

.uppy-StatusBar-progress {
	background-color: #c9baa8;
	height: 2px;
	position: absolute;
	z-index: 1001;
	transition: background-color, width .3s ease-out
}

.uppy-StatusBar-progress.is-indeterminate {
	background-size: 64px 64px;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 25%, transparent 0, transparent 50%, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .3) 75%, transparent 0, transparent);
	animation: uppy-StatusBar-ProgressStripes 1s linear infinite
}

@keyframes uppy-StatusBar-ProgressStripes {
	0% {
		background-position: 0 0
	}
	to {
		background-position: 64px 0
	}
}

.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress,
.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress {
	background-color: #f6a623
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-progress {
	display: none
}

.uppy-StatusBar-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1002;
	padding-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #c9baa8;
	height: 100%
}

.uppy-size--md .uppy-StatusBar-content {
	padding-left: 15px
}

.uppy-StatusBar-contentPadding {
	margin-right: .5ch
}

.uppy-StatusBar-status {
	line-height: 1.4;
	font-weight: 400;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 170px;
	overflow-x: hidden
}

.uppy-size--md .uppy-StatusBar-status {
	line-height: 1.5;
	max-width: 400px
}

.uppy-StatusBar-statusPrimary {
	font-size: 12px;
	font-weight: 400
}

.uppy-size--md .uppy-StatusBar-statusPrimary {
	font-size: 13px
}

.uppy-StatusBar-statusSecondary {
	font-size: 10px;
	display: inline-block;
	color: rgba(82, 82, 82, .8);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden
}

.uppy-size--md .uppy-StatusBar-statusSecondary {
	font-size: 11px
}

.uppy-StatusBar-statusSecondaryHint {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1
}

.uppy-size--md .uppy-StatusBar-statusSecondaryHint {
	margin-right: 8px
}

.uppy-StatusBar-statusIndicator {
	color: #858585;
	margin-right: 10px;
	cursor: pointer
}

.uppy-size--md .uppy-StatusBar-statusIndicator {
	margin-right: 12px
}

.uppy-StatusBar-statusIndicator svg {
	vertical-align: text-bottom
}

.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator {
	width: 15px;
	margin-right: 7px
}

.uppy-StatusBar-actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	z-index: 1004
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
	width: 100%;
	position: static;
	padding: 0 15px;
	background-color: #303030
}

.uppy-StatusBar-actionCircleBtn {
	line-height: 1;
	cursor: pointer;
	padding: 4px
}

.uppy-StatusBar-actionCircleBtn:focus {
	outline: 2px solid #c9baa8;
	outline-offset: 0
}

.uppy-StatusBar-actionCircleBtn svg {
	vertical-align: bottom
}

.uppy-StatusBar-actionBtn {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	color: #c9baa8
}

.uppy-size--md .uppy-StatusBar-actionBtn {
	font-size: 11px
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
	font-size: 14px;
	width: 100%;
	padding: 15px 10px;
	color: #303030;
	background-color: #c9baa8
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
	background-color: #148630
}

.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
	padding: 16px 22px;
	width: auto
}

.uppy-StatusBar-actionBtn:not(:last-child) {
	margin-right: 10px
}

.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload {
	background-color: transparent;
	color: #c9baa8
}

.uppy-StatusBar-details {
	line-height: 12px;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	color: #303030;
	background-color: #858585;
	border-radius: 50%;
	position: relative;
	top: 0;
	left: 2px;
	font-size: 10px;
	text-align: center;
	cursor: help
}

.uppy-StatusBar-details:after {
	line-height: 1.3;
	word-wrap: break-word
}

.uppy-StatusBar-spinner {
	animation-name: uppy-StatusBar-spinnerAnimation;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	margin-right: 10px;
	fill: #c9baa8
}

.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner,
.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner {
	fill: #f6a623
}

@keyframes uppy-StatusBar-spinnerAnimation {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

.uppy-DashboardContent-panelBody {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 1;
	flex: 1
}

.uppy-Provider-auth,
.uppy-Provider-empty,
.uppy-Provider-error,
.uppy-Provider-loading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-ms-flex: 1;
	flex: 1
}

.uppy-Provider-authIcon svg {
	width: 100px;
	height: 75px;
	margin-bottom: 15px
}

.uppy-Provider-authTitle {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 30px;
	padding: 0 15px;
	max-width: 500px;
	text-align: center
}

.uppy-size--md .uppy-Provider-authTitle {
	font-size: 20px
}

.uppy-Provider-breadcrumbs {
	display: inline-block;
	-ms-flex: 1;
	flex: 1;
	color: #535353;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
	text-align: left
}

.uppy-size--md .uppy-Provider-breadcrumbs {
	margin-bottom: 0
}

.uppy-Provider-breadcrumbsIcon {
	display: inline;
	color: #535353;
	vertical-align: text-bottom;
	margin-right: 8px;
	line-height: 1
}

.uppy-Provider-breadcrumbsIcon svg {
	width: 13px;
	height: 13px;
	fill: #535353
}

.uppy-Provider-breadcrumbs button {
	display: inline-block;
	font-size: 14px
}

.uppy-Provider-breadcrumbs button:hover {
	text-decoration: underline;
	cursor: pointer
}

.uppy-ProviderBrowser {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1;
	flex: 1;
	font-size: 13px;
	font-weight: 400;
	height: 100%
}

.uppy-ProviderBrowser-user {
	margin: 0 8px 0 0;
	line-height: 1
}

.uppy-ProviderBrowser-user:after {
	content: "\00B7";
	position: relative;
	left: 4px
}

.uppy-ProviderBrowser-header {
	z-index: 1001;
	border-bottom: 1px solid hsla(0, 0%, 58%, .3);
	position: relative
}

.uppy-ProviderBrowser-headerBar {
	padding: 12px 15px;
	background-color: #f9f9f9;
	z-index: 1001;
	color: #606060;
	line-height: 1
}

.uppy-size--md .uppy-ProviderBrowser-headerBar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 15px
}

.uppy-ProviderBrowser-headerBar--simple {
	text-align: center;
	display: block;
	-ms-flex-pack: center;
	justify-content: center
}

.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap {
	-ms-flex: none;
	flex: none;
	display: inline-block;
	vertical-align: middle
}

.uppy-ProviderBrowser-search {
	width: 100%;
	background-color: #303030;
	position: relative;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.uppy-ProviderBrowser-searchIcon {
	width: 16px;
	height: 16px;
	z-index: 1002;
	color: hsla(0, 0%, 58%, .6);
	margin-left: 16px;
	margin-right: 7px
}

.uppy-ProviderBrowser-searchInput {
	width: 100%;
	height: 30px;
	background-color: transparent;
	outline: 0;
	font-family: system-ui, -apple-system, BLinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 13px;
	line-height: 30px;
	border: 0;
	margin: 0 16px 0 0;
	z-index: 1001;
	border-bottom: 1px solid transparent
}

.uppy-ProviderBrowser-searchInput:focus {
	outline: 0;
	border-bottom: 1px solid #c9baa8
}

.uppy-ProviderBrowser-searchClose {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 16px;
	top: 8px;
	z-index: 1002;
	color: #939393;
	cursor: pointer
}

.uppy-ProviderBrowser-searchClose svg {
	vertical-align: text-top
}

.uppy-ProviderBrowser-searchInput::-moz-placeholder,
.uppy-ProviderBrowser-searchInput::-ms-input-placeholder,
.uppy-ProviderBrowser-searchInput::-webkit-input-placeholder,
.uppy-ProviderBrowser-searchInput::placeholder {
	color: hsla(0, 0%, 58%, .85);
	letter-spacing: 1px
}

.uppy-ProviderBrowser-userLogout {
	cursor: pointer
}

.uppy-ProviderBrowser-userLogout:hover {
	text-decoration: underline
}

.uppy-ProviderBrowser-body {
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.uppy-ProviderBrowser-list {
	-ms-flex: 1;
	flex: 1;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #303030;
	border-spacing: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0
}

.uppy-ProviderBrowserItem-inner {
	cursor: pointer;
	font-weight: 600
}

.uppy-ProviderBrowser-viewType--list {
	background-color: #303030
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem {
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px;
	margin: 0
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
	vertical-align: middle
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox label:before {
	border-color: rgba(82, 82, 82, .4)
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox input:checked+label:before {
	border-color: #c9baa8
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	line-height: 1.4
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
	vertical-align: middle;
	margin-right: 8px;
	max-width: 20px;
	max-height: 20px
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowser-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 6px
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowser-list:after {
	content: "";
	-ms-flex: auto;
	flex: auto
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem {
	display: inline-block;
	width: 50%;
	position: relative;
	margin: 0
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem:before {
	content: "";
	padding-top: 100%;
	display: block
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner {
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	text-align: center
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(34, 117, 215, .9)
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem img,
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem svg {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
	background-color: hsla(0, 0%, 58%, .3)
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem--noPreview svg {
	fill: rgba(0, 0, 0, .7);
	width: 30%;
	height: 30%
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox {
	position: absolute;
	top: 13px;
	right: 22px;
	margin-right: 0;
	opacity: .95;
	z-index: 1002
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox label:before {
	background-color: #c9baa8;
	border-radius: 50%;
	width: 26px;
	height: 26px
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox label:after {
	width: 12px;
	height: 7px;
	left: 7px;
	top: 10px
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox input+label {
	opacity: 0
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox input:checked+label {
	opacity: 1
}

.uppy-size--md .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem {
	width: 33.3333%
}

.uppy-size--lg .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem {
	width: 25%
}

.uppy-ProviderBrowserItem-checkbox input {
	opacity: 0
}

.uppy-ProviderBrowserItem-checkbox {
	position: relative;
	display: inline-block;
	margin-right: 15px
}

.uppy-ProviderBrowserItem-checkbox label {
	display: block
}

.uppy-ProviderBrowserItem-checkbox label:after,
.uppy-ProviderBrowserItem-checkbox label:before {
	position: absolute;
	cursor: pointer
}

.uppy-ProviderBrowserItem-checkbox label:before {
	content: "";
	display: inline-block;
	height: 18px;
	width: 18px;
	top: 2px;
	border: 1px solid #c9baa8;
	background-color: #303030;
	border-radius: 2px
}

.uppy-ProviderBrowserItem-checkbox label:after {
	content: "";
	display: inline-block;
	height: 5px;
	width: 8px;
	left: 5px;
	top: 8px;
	border-left: 2px solid #303030;
	border-bottom: 2px solid #303030;
	transform: rotate(-45deg)
}

.uppy-ProviderBrowserItem-checkbox input+label:after {
	content: none
}

.uppy-ProviderBrowserItem-checkbox input:checked+label:after {
	content: ""
}

.uppy-ProviderBrowserItem-checkbox input:checked+label:before {
	background-color: #c9baa8
}

.uppy-ProviderBrowserItem-checkbox input:focus+label:before {
	outline: 5px auto #3b99fc
}

.uppy-ProviderBrowser-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: #303030;
	height: 65px;
	border-top: 1px solid hsla(0, 0%, 58%, .3);
	padding: 0 15px
}

.uppy-ProviderBrowser-footer button {
	margin-right: 10px
}

.uppy-transition-slideDownUp-enter {
	opacity: .01;
	transform: translate3d(0, -105%, 0);
	transition: transform .25s ease-in-out, opacity .25s ease-in-out
}

.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active {
	opacity: 1;
	transform: translateZ(0)
}

.uppy-transition-slideDownUp-leave {
	opacity: 1;
	transform: translateZ(0);
	transition: transform .25s ease-in-out, opacity .25s ease-in-out
}

.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active {
	opacity: .01;
	transform: translate3d(0, -105%, 0)
}

.uppy-Dashboard--modal {
	z-index: 1001
}

.uppy-Dashboard--modal[aria-hidden=true] {
	display: none
}

@keyframes uppy-Dashboard-fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes uppy-Dashboard-fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes uppy-Dashboard-slideDownAndFadeIn {
	0% {
		transform: translate3d(-50%, -70%, 0);
		opacity: 0
	}
	to {
		transform: translate3d(-50%, -50%, 0);
		opacity: 1
	}
}

@keyframes uppy-Dashboard-slideDownAndFadeIn--small {
	0% {
		transform: translate3d(0, -20%, 0);
		opacity: 0
	}
	to {
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes uppy-Dashboard-slideUpFadeOut {
	0% {
		transform: translate3d(-50%, -50%, 0);
		opacity: 1
	}
	to {
		transform: translate3d(-50%, -70%, 0);
		opacity: 0
	}
}

@keyframes uppy-Dashboard-slideUpFadeOut--small {
	0% {
		transform: translateZ(0);
		opacity: 1
	}
	to {
		transform: translate3d(0, -20%, 0);
		opacity: 0
	}
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner {
	animation: uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0, 0, .2, 1)
}

@media only screen and (min-width:820px) {
	.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner {
		animation: uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0, 0, .2, 1)
	}
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay {
	animation: uppy-Dashboard-fadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner {
	animation: uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0, 0, .2, 1)
}

@media only screen and (min-width:820px) {
	.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner {
		animation: uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0, 0, .2, 1)
	}
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay {
	animation: uppy-Dashboard-fadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.uppy-Dashboard-isFixed {
	overflow: hidden;
	height: 100vh
}

.uppy-Dashboard--modal .uppy-Dashboard-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1001
}

.uppy-Dashboard-inner {
	position: relative;
	background-color: #303030 ;
	background: url(bg.png);
	background: url(uppyBG.png);
	max-width: 100%;
	max-height: 100%;
	min-height: 450px;
	outline: none;
	border: 1px solid hsla(0, 0%, 58%, .2);
	border-radius: 5px
}

.uppy-size--md .uppy-Dashboard-inner {
	min-height: auto
}

@media only screen and (min-width:820px) {
	.uppy-Dashboard-inner {
		width: 750px;
		height: 550px
	}
}

.uppy-Dashboard--modal .uppy-Dashboard-inner {
	z-index: 1002
}

.uppy-Dashboard-innerWrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	opacity: 0
}

.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap {
	opacity: 1
}

.uppy-Dashboard--modal .uppy-Dashboard-inner {
	position: fixed;
	top: 35px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: none
}

@media only screen and (min-width:820px) {
	.uppy-Dashboard--modal .uppy-Dashboard-inner {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .15)
	}
}

.uppy-Dashboard-close {
	display: block;
	position: absolute;
	top: -33px;
	right: -2px;
	cursor: pointer;
	color: hsla(0, 0%, 50%, .9);
	font-size: 27px;
	z-index: 1005
}

@media only screen and (min-width:820px) {
	.uppy-Dashboard-close {
		font-size: 35px;
		top: -10px;
		right: -35px
	}
}

.uppy-DashboardAddFiles {
	-ms-flex-pack: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
	text-align: center;
	-ms-flex: 1;
	flex: 1
}

.uppy-DashboardAddFiles,
.uppy-DashboardTabs {
	display: -ms-flexbox;
	display: flex;
	justify-content: center
}

.uppy-DashboardTabs {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	width: 100%
}

.uppy-size--md .uppy-DashboardTabs {
	-ms-flex-align: center;
	align-items: center
}

.uppy-DashboardTabs-title {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #858585
}

.uppy-size--md .uppy-DashboardTabs-title {
	font-size: 17px;
	line-height: 40px
}

.uppy-DashboardAddFiles-info {
	padding-top: 15px;
	padding-bottom: 15px
}

.uppy-size--md .uppy-DashboardAddFiles-info {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	padding-top: 30px;
	padding-bottom: 0
}

.uppy-Dashboard-browse {
	background: none;
	-webkit-appearance: none;
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	padding: 0;
	margin: 0;
	border: 0;
	color: inherit;
	cursor: pointer;
	color: #c9baa8
}

.uppy-Dashboard-browse:focus {
	outline: none;
	border-bottom: 2px solid #c9baa8
}

.uppy-DashboardTabs-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 300px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 10px;
	padding: 2px 0
}

.uppy-size--md .uppy-DashboardTabs-list {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 600px;
	overflow-x: initial;
	margin-top: 30px;
	padding-top: 0
}

.uppy-DashboardTab {
	width: 100%;
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid hsla(0, 0%, 58%, .2);
	padding: 0 2px;
	color: #c9baa8
}

.uppy-size--md .uppy-DashboardTab {
	width: auto;
	margin-bottom: 20px;
	border-bottom: initial;
	padding: 0
}

.uppy-DashboardTab-btn {
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #535353;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 20px;
	line-height: 1
}

.uppy-size--md .uppy-DashboardTab-btn {
	width: 80px;
	margin: 0 5px;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0
}

.uppy-DashboardTab-btn:hover {
	color: #c9baa8
}

.uppy-DashboardTab-btn:focus {
	outline-offset: 0
}

.uppy-size--md .uppy-DashboardTab-btn:focus {
	outline-offset: 2px
}

.uppy-DashboardTab-btn svg {
	margin-right: 10px
}

.uppy-size--md .uppy-DashboardTab-btn svg {
	margin-right: 0
}

.uppy-DashboardTab-btn svg {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: text-top;
	overflow: hidden;
	transition: transform .2s ease-in-out
}

.uppy-DashboardTab-btn:hover svg {
	transform: translateZ(0) scale(1.1)
}

.uppy-DashboardTab-name {
	font-size: 14px;
	font-weight: 500;
	color: #c9baa8
}

.uppy-size--md .uppy-DashboardTab-name {
	font-size: 11px;
	line-height: 14px;
	margin-top: 8px;
	margin-bottom: 0;
}

.uppy-DashboardTab svg {
	width: 18px;
	height: 18px;
	vertical-align: middle
}

.uppy-size--md .uppy-DashboardTab svg {
	width: 27px;
	height: 27px
}

.uppy-Dashboard-input {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.uppy-DashboardContent-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid hsla(0, 0%, 58%, .3);
	z-index: 1004;
	background-color: #303030;
	padding: 0 10px
}

.uppy-size--md .uppy-DashboardContent-bar {
	height: 50px;
	padding: 0 15px
}

.uppy-DashboardContent-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	font-weight: 400;
	max-width: 170px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden;
	margin: auto;
	color: #c9baa8
}

.uppy-size--md .uppy-DashboardContent-title {
	font-size: 14px;
	line-height: 50px;
	max-width: 300px
}

.uppy-DashboardContent-back {
	background: none;
	-webkit-appearance: none;
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	padding: 0;
	margin: 0;
	border: 0;
	color: inherit;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	color: #c9baa8
}

.uppy-size--md .uppy-DashboardContent-back {
	font-size: 15px
}

.uppy-DashboardContent-addMore {
	background: none;
	-webkit-appearance: none;
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	padding: 0;
	margin: 0;
	border: 0;
	color: inherit;
	font-weight: 500;
	cursor: pointer;
	color: #c9baa8;
	stroke: #c9baa8;
	stroke-width: .7px;
	width: 13px;
	height: 13px
}

.uppy-size--md .uppy-DashboardContent-addMore {
	width: 15px;
	height: 15px
}

.uppy-DashboardContent-addMore svg {
	vertical-align: text-top
}

.uppy-DashboardContent-panel {
	background-color: #f5f5f5;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1;
	flex: 1
}

.uppy-Dashboard-AddFilesPanel,
.uppy-DashboardContent-panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 1005;
	border-radius: 5px;
	display: -ms-flexbox;
	display: flex
}

.uppy-Dashboard-AddFilesPanel {
	background: #303030;
	background: hsla(0, 0%, 20%, .4);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
	-ms-flex-direction: column;
	flex-direction: column
}

.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files {
	filter: blur(2px)
}

.uppy-Dashboard-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12%
}

.uppy-Dashboard-progressBarContainer.is-active {
	z-index: 1004;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.uppy-Dashboard-next {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	background-color: hsla(0, 0%, 58%, .7);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	z-index: 1002;
	transition: background-color .5s;
	color: #303030;
	font-family: inherit;
	font-size: 14px;
	line-height: 1;
	padding: 0;
	margin: 0;
	outline: none;
	cursor: not-allowed
}

.uppy-Dashboard-next.is-active {
	cursor: pointer;
	background-color: #c9baa8
}

.uppy-Dashboard-next.is-active:hover {
	background-color: #14457f
}

.uppy-Dashboard-filesContainer {
	position: relative;
	overflow-y: hidden;
	margin: 0;
	-ms-flex: 1;
	flex: 1
}

.uppy-Dashboard-filesContainer:after {
	content: "";
	display: table;
	clear: both
}

.uppy-Dashboard-files {
	margin: 0;
	padding: 0 0 10px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-ms-flex: 1;
	flex: 1
}

.uppy-size--md .uppy-Dashboard-files {
	padding-top: 10px
}

.uppy-Dashboard.drag .uppy-Dashboard-innerWrap {
	background-color: #404040;
	opacity: .7
}

.uppy-Dashboard.drag .uppy-Dashboard-AddFilesPanel {
	background: #c7c7c7
}

.uppy-Dashboard.drag .uppy-Dashboard-files--noFiles {
	border-color: #c7c7c7
}

.uppy-Dashboard-dropFilesTitle {
	max-width: 300px;
	text-align: center;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
	color: #858585;
	margin: auto;
	padding: 0 15px;
	padding-top: 20px
}

.uppy-size--md .uppy-Dashboard-dropFilesTitle {
	max-width: 400px;
	font-size: 27px
}

.uppy-Dashboard-note {
	font-size: 13px;
	line-height: 1.25;
	text-align: center;
	color: rgba(82, 82, 82, .8);
	max-width: 350px;
	margin: auto;
	padding: 0 15px
}

.uppy-size--md .uppy-Dashboard-note {
	font-size: 16px;
	line-height: 1.35;
	max-width: 600px
}

a.uppy-Dashboard-poweredBy {
	display: inline-block;
	text-align: center;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 8px
}

.uppy-Dashboard-poweredByIcon {
	fill: none;
	margin-left: 1px;
	margin-right: 1px;
	position: relative;
	top: 1px;
	opacity: 1;
	vertical-align: text-top;
	background: url("tusioBanner.png")
}

.uppy-DashboardItem {
	list-style: none;
	margin: 10px 0;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #c9baa8
}

.uppy-size--md .uppy-DashboardItem {
	float: left;
	margin: 5px 15px;
	width: calc(33.333% - 15px - 15px);
	height: 170px;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: initial;
	border: 0;
	border-bottom: none;
	padding-bottom: 0;
	padding-left: 0
}

.uppy-size--lg .uppy-DashboardItem {
	width: calc(25% - 15px - 15px);
	height: 190px
}

.uppy-size--xl .uppy-DashboardItem {
	width: calc(20% - 15px - 15px);
	height: 210px
}

.uppy-DashboardItem-preview {
	width: 50px;
	height: 50px;
	border-bottom: 0;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center
}

.uppy-size--md .uppy-DashboardItem-preview {
	width: 100%;
	height: 100px;
	border: 0
}

.uppy-size--lg .uppy-DashboardItem-preview {
	height: 120px
}

.uppy-size--xl .uppy-DashboardItem-preview {
	height: 140px
}

.uppy-DashboardItem-previewLink {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1002
}

.uppy-DashboardItem-sourceIcon {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	color: hsla(0, 0%, 58%, .85)
}

.uppy-DashboardItem-sourceIcon svg,
.uppy-DashboardItem-sourceIcon svg * {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: text-top;
	overflow: hidden;
	fill: currentColor
}

.uppy-DashboardItem-previewInnerWrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	box-shadow: 0 0 2px 0 hsla(0, 0%, 58%, .7);
	border-radius: 3px
}

.uppy-size--md .uppy-DashboardItem-previewInnerWrap {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.uppy-DashboardItem-previewInnerWrap:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .65);
	display: none;
	z-index: 1001
}

.uppy-DashboardItem-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.uppy-DashboardItem-previewIconWrap {
	height: 80px;
	max-height: 90%;
	position: relative
}

.uppy-DashboardItem-previewIconBg {
	width: 100%;
	height: 100%;
	filter: drop-shadow(rgba(0, 0, 0, .1) 0 0 1px)
}

.uppy-DashboardItem-previewIcon {
	width: 18px;
	height: 18px;
	z-index: 100;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.uppy-size--md .uppy-DashboardItem-previewIcon {
	width: 25px;
	height: 25px
}

.uppy-DashboardItem-previewType {
	position: absolute;
	bottom: 14px;
	left: 50%;
	transform: translate(-50%);
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	color: #858585;
	z-index: 100;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.uppy-DashboardItem-info {
	padding-left: 15px;
	position: relative;
	max-width: 65%
}

.uppy-size--md .uppy-DashboardItem-info {
	width: 100%;
	max-width: 100%;
	-ms-flex: 1;
	flex: 1;
	padding: 8px 3px 0;
	border-top: 0
}

.uppy-DashboardItem-name {
	font-size: 11px;
	line-height: 1.35;
	font-weight: 500;
	margin: 0;
	padding: 0;
	max-height: 28px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.uppy-size--md .uppy-DashboardItem-name {
	word-break: break-all;
	white-space: normal;
	overflow: initial
}

.uppy-DashboardItem-name a {
	text-decoration: underline;
	color: #736a60
}

.uppy-DashboardItem-status {
	font-size: 11px;
	line-height: 11px;
	font-weight: 400;
	color: #6d6d6d;
	margin-bottom: 4px
}

.uppy-DashboardItem-statusSize {
	display: inline-block;
	vertical-align: bottom;
	text-transform: uppercase
}

.uppy-DashboardItem-copyLink,
.uppy-DashboardItem-edit {
	display: inline-block;
	vertical-align: bottom;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	color: inherit
}

.uppy-DashboardItem-copyLink:not(:first-child),
.uppy-DashboardItem-edit:not(:first-child),
.uppy-DashboardItem-sourceIcon:not(:first-child) {
	position: relative;
	margin-left: 14px
}

.uppy-DashboardItem-copyLink:not(:first-child):before,
.uppy-DashboardItem-edit:not(:first-child):before,
.uppy-DashboardItem-sourceIcon:not(:first-child):before {
	content: "\00B7";
	position: absolute;
	top: 0;
	left: -9px;
	color: #939393;
	font-weight: 700
}

.uppy-DashboardItem-action {
	position: absolute;
	top: 18px;
	right: 10px;
	z-index: 1002
}

.uppy-size--md .uppy-DashboardItem-action {
	top: -8px;
	right: -8px
}

.uppy-DashboardItem-remove {
	background: none;
	-webkit-appearance: none;
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	padding: 0;
	margin: 0;
	border: 0;
	color: inherit;
	cursor: pointer;
	color: #433e38;
	width: 16px;
	height: 16px;
	opacity: .75
}

.uppy-size--md .uppy-DashboardItem-remove {
	width: 20px;
	height: 20px
}

.uppy-DashboardItem.is-inprogress:not(.is-resumable) .uppy-DashboardItem-remove {
	display: none
}

.uppy-DashboardItem-progress {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1002;
	color: #303030;
	text-align: center;
	width: 120px;
	display: none;
	transition: all .35 ease
}

.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress {
	transform: none;
	top: -9px;
	right: -8px;
	left: auto;
	width: auto
}

.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress,
.uppy-DashboardItem.is-error .uppy-DashboardItem-progress,
.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-progress {
	display: block
}

.uppy-DashboardItem-progressIndicator {
	background: none;
	-webkit-appearance: none;
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	padding: 0;
	margin: 0;
	border: 0;
	color: inherit;
	display: inline-block;
	width: 38px;
	height: 38px;
	opacity: .9;
	transition: all .35s ease
}

.uppy-size--md .uppy-DashboardItem-progressIndicator {
	width: 55px;
	height: 55px
}

button.uppy-DashboardItem-progressIndicator {
	cursor: pointer
}

.uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator {
	width: 18px;
	height: 18px
}

.uppy-size--md .uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator {
	width: 28px;
	height: 28px
}

.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
	width: 18px;
	height: 18px;
	opacity: 1
}

.uppy-size--md .uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
	width: 25px;
	height: 25px
}

.uppy-DashboardItem-progressInfo {
	font-size: 9px;
	line-height: 1;
	font-weight: 500;
	height: 10px;
	display: none;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .3)
}

.uppy-size--md .uppy-DashboardItem-progressInfo {
	display: block
}

.UppyIcon-progressCircle {
	width: 100%;
	height: 100%
}

.uppy-DashboardItem .bg {
	stroke: hsla(0, 0%, 50%, .4);
	opacity: 0
}

.uppy-DashboardItem .progress {
	stroke: #303030;
	transition: stroke-dashoffset .5s ease-out;
	opacity: 0
}

.uppy-DashboardItem .play {
	stroke: #303030;
	display: none
}

.uppy-DashboardItem .cancel,
.uppy-DashboardItem .pause,
.uppy-DashboardItem .play {
	fill: #303030;
	opacity: 0;
	transition: all .2s
}

.uppy-DashboardItem .pause {
	stroke: #303030;
	display: none
}

.uppy-DashboardItem.is-error .retry {
	fill: #303030
}

.uppy-DashboardItem.is-resumable .pause,
.uppy-DashboardItem.is-resumable .play {
	display: block
}

.uppy-DashboardItem.is-resumable .cancel {
	display: none
}

.UppyIcon-progressCircle .check {
	opacity: 0;
	fill: #303030;
	transition: all .2s
}

.uppy-DashboardItem.is-inprogress .bg,
.uppy-DashboardItem.is-inprogress .cancel,
.uppy-DashboardItem.is-inprogress .pause,
.uppy-DashboardItem.is-inprogress .progress {
	opacity: 1
}

.uppy-DashboardItem.is-error .uppy-DashboardItem-previewInnerWrap:after,
.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-previewInnerWrap:after {
	display: block
}

.uppy-DashboardItem.is-paused .pause {
	opacity: 0
}

.uppy-DashboardItem.is-paused .play {
	opacity: 1
}

.uppy-DashboardItem.is-processing .uppy-DashboardItem-progress {
	opacity: 0
}

.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
	cursor: default
}

.uppy-DashboardItem.is-complete .progress {
	stroke: #c9baa8;
	fill: #c9baa8;
	opacity: 1
}

.uppy-DashboardItem.is-complete .check {
	opacity: 1
}

.uppy-DashboardItem-progressNum {
	position: relative;
	z-index: 1001
}


.uppy-DashboardItem-progressInner {
	height: 15px;
	background-color: #c9baa8;
	position: absolute;
	top: 0;
	left: 0
}

.uppy-Dashboard-actions {
	height: 55px;
	border-top: 1px solid hsla(0, 0%, 58%, .3);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	background-color: #303030
}

.uppy-size--md .uppy-Dashboard-actions {
	height: 65px
}

.uppy-Dashboard-actionsBtn {
	margin-right: 10px
}

.uppy-Dashboard-pauseResume .UppyIcon {
	width: 100%;
	height: 100%
}

.uppy-Dashboard-upload {
	position: relative;
	width: 50px;
	height: 50px
}

.uppy-size--md .uppy-Dashboard-upload {
	width: 60px;
	height: 60px
}

.uppy-Dashboard-upload .UppyIcon {
	position: relative;
	top: 1px;
	width: 50%
}

.uppy-Dashboard-uploadCount {
	position: absolute;
	top: -12px;
	right: -12px;
	background-color: #c9baa8;
	color: #303030;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 8px
}

.uppy-size--md .uppy-Dashboard-uploadCount {
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 9px
}

.uppy-DashboardFileCard {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1005;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	background-color: #303030;
	flex-direction: column
}

.uppy-DashboardFileCard,
.uppy-DashboardFileCard-inner {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column
}

.uppy-DashboardFileCard-inner {
	flex-direction: column;
	-ms-flex: 1;
	flex: 1
}

.uppy-DashboardFileCard-preview {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-bottom: 1px solid hsla(0, 0%, 58%, .3);
	background-color: #f9f9f9;
	position: relative
}

.uppy-DashboardFileCard-preview img {
	box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
	max-width: 90%;
	max-height: 90%;
	object-fit: cover;
	border-radius: 3px;
	position: absolute
}

.uppy-DashboardFileCard-info {
	padding: 30px 20px 20px;
	max-height: 40%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.uppy-DashboardFileCard-fieldset {
	font-size: 0;
	border: 0;
	padding: 0;
	max-width: 640px;
	margin: auto;
	margin-bottom: 12px
}

.uppy-DashboardFileCard-label {
	display: inline-block;
	vertical-align: middle;
	width: 22%;
	font-size: 12px;
	color: #303030
}

.uppy-size--md .uppy-DashboardFileCard-label {
	font-size: 13px
}

.uppy-DashboardFileCard-input {
	display: inline-block;
	vertical-align: middle;
	width: 78%
}

.uppy-DragDrop-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 7px;
	background-color: #303030
}

.uppy-DragDrop-inner {
	margin: 0;
	text-align: center;
	padding: 80px 20px;
	line-height: 1.4
}

.uppy-DragDrop-arrow {
	width: 60px;
	height: 60px;
	fill: #e0e0e0;
	margin-bottom: 17px
}

.uppy-DragDrop--is-dragdrop-supported {
	border: 2px dashed;
	border-color: #adadad
}

.uppy-DragDrop-container.drag {
	border-color: #939393;
	background-color: #e6e6e6
}

.uppy-DragDrop-container.drag .uppy-DragDrop-arrow {
	fill: #939393
}

.uppy-DragDrop-label {
	display: block;
	cursor: pointer;
	font-size: 1.15em;
	margin-bottom: 5px
}

.uppy-DragDrop-note {
	font-size: 1em;
	color: #adadad
}

.uppy-DragDrop-dragText {
	color: #c9baa8
}

.uppy-FileInput-container {
	margin-bottom: 15px
}

.uppy-FileInput-btn {
	background: none;
	-webkit-appearance: none;
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	padding: 0;
	margin: 0;
	border: 0;
	color: inherit;
    font-family: 'Open Sans', sans-serif;
	font-size: .85em;
	padding: 10px 15px;
	color: #14457f;
	border: 1px solid #14457f;
	border-radius: 8px;
	cursor: pointer
}

.uppy-FileInput-btn:hover {
	background-color: #14457f;
	color: #303030
}

.uppy-ProgressBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	z-index: 10000;
	transition: height .2s
}

.uppy-ProgressBar[aria-hidden=true] {
	height: 0
}

.uppy-ProgressBar-inner {
	background-color: #c9baa8;
	box-shadow: 0 0 10px rgba(34, 117, 215, .7);
	height: 100%;
	width: 0;
	transition: width .4s ease
}

.uppy-ProgressBar-percentage {
	display: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #c9baa8
}

.uppy-Url {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1
}

.uppy-Url-input {
	width: 90%;
	max-width: 650px;
	margin-bottom: 15px
}

.uppy-size--md .uppy-Url-input {
	margin-bottom: 30px
}

.uppy-Url-importButton {
	padding: 13px 25px
}

.uppy-size--md .uppy-Url-importButton {
	padding: 13px 35px
}

.uppy-Webcam-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.uppy-Webcam-videoContainer {
	width: 100%;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
	background-color: #433e38;
	text-align: center;
	position: relative
}

.uppy-Webcam-video {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.uppy-Webcam-video--mirrored {
	transform: scaleX(-1)
}

.uppy-Webcam-buttonContainer {
	width: 100%;
	height: 75px;
	border-top: 1px solid hsla(0, 0%, 58%, .2);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px
}

.uppy-Webcam-button {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #d32f2f;
	color: #c9baa8;
	cursor: pointer;
	transition: all .3s
}

.uppy-Webcam-button svg {
	width: 30px;
	height: 30px;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: text-top;
	overflow: hidden;
	fill: currentColor
}

.uppy-size--md .uppy-Webcam-button {
	width: 60px;
	height: 60px
}

.uppy-Webcam-button:hover {
	background-color: #ab2424
}

.uppy-Webcam-button:focus {
	outline: none;
	box-shadow: 0 0 0 .2rem rgba(34, 117, 215, .5)
}

.uppy-Webcam-button--picture {
	margin-right: 12px
}

.uppy-Webcam-permissons {
	padding: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	height: 100%;
	-ms-flex: 1;
	flex: 1
}

.uppy-Webcam-permissons p {
	max-width: 450px;
	line-height: 1.3
}

.uppy-Webcam-title {
	font-size: 22px;
	line-height: 1.35;
	font-weight: 400;
	margin: 0;
	margin-bottom: 15px;
	padding: 0 15px;
	max-width: 500px;
	text-align: center;
	color: #433e38
}

.uppy-Webcam-permissons p {
	text-align: center;
	line-height: 1.45;
	color: #939393;
	margin: 0
}

.uppy-stoneclaw-logo {
	width: 20px;
	height: 20px;
	background: url(stoneclaw.png)
}

.uppy-Webcam-permissonsIcon svg {
	width: 100px;
	height: 75px;
	color: #b9b9b9;
	margin-bottom: 30px
}
