@charset "utf-8";
.video-react-icon,
.video-react .video-react-bezel .video-react-bezel-icon,
.video-react .video-react-big-play-button,
.video-react .video-react-closed-caption,
.video-react .video-react-mute-control,
.video-react .video-react-play-control,
.video-react .video-react-play-progress,
.video-react .video-react-volume-level,
.video-react .video-react-volume-menu-button {
	font-family: video-react !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.video-react-icon-play-arrow:before,
.video-react .video-react-bezel .video-react-bezel-icon-play:before,
.video-react .video-react-big-play-button:before,
.video-react .video-react-play-control:before {
	content: "\\F200"
}

.video-react-icon-play-circle-filled:before {
	content: "\\F201"
}

.video-react-icon-play-circle-outline:before {
	content: "\\F202"
}

.video-react-icon-pause:before,
.video-react .video-react-bezel .video-react-bezel-icon-pause:before,
.video-react .video-react-play-control.video-react-playing:before {
	content: "\\F203"
}

.video-react-icon-pause-circle-filled:before {
	content: "\\F204"
}

.video-react-icon-pause-circle-outline:before {
	content: "\\F205"
}

.video-react-icon-stop:before {
	content: "\\F206"
}

.video-react-icon-fast-rewind:before,
.video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before {
	content: "\\F207"
}

.video-react-icon-fast-forward:before,
.video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before {
	content: "\\F208"
}

.video-react-icon-skip-previous:before {
	content: "\\F209"
}

.video-react-icon-skip-next:before {
	content: "\\F20A"
}

.video-react-icon-replay-5:before,
.video-react .video-react-bezel .video-react-bezel-icon-replay-5:before {
	content: "\\F20B"
}

.video-react-icon-replay-10:before,
.video-react .video-react-bezel .video-react-bezel-icon-replay-10:before {
	content: "\\F20C"
}

.video-react-icon-replay-30:before,
.video-react .video-react-bezel .video-react-bezel-icon-replay-30:before {
	content: "\\F20D"
}

.video-react-icon-forward-5:before,
.video-react .video-react-bezel .video-react-bezel-icon-forward-5:before {
	content: "\\F20E"
}

.video-react-icon-forward-10:before,
.video-react .video-react-bezel .video-react-bezel-icon-forward-10:before {
	content: "\\F20F"
}

.video-react-icon-forward-30:before,
.video-react .video-react-bezel .video-react-bezel-icon-forward-30:before {
	content: "\\F210"
}

.video-react-icon-volume-off:before,
.video-react .video-react-bezel .video-react-bezel-icon-volume-off:before,
.video-react .video-react-mute-control.video-react-vol-muted:before,
.video-react .video-react-volume-menu-button.video-react-vol-muted:before {
	content: "\\F211"
}

.video-react-icon-volume-mute:before,
.video-react .video-react-mute-control.video-react-vol-0:before,
.video-react .video-react-volume-menu-button.video-react-vol-0:before {
	content: "\\F212"
}

.video-react-icon-volume-down:before,
.video-react .video-react-bezel .video-react-bezel-icon-volume-down:before,
.video-react .video-react-mute-control.video-react-vol-1:before,
.video-react .video-react-mute-control.video-react-vol-2:before,
.video-react .video-react-volume-menu-button.video-react-vol-1:before,
.video-react .video-react-volume-menu-button.video-react-vol-2:before {
	content: "\\F213"
}

.video-react-icon-volume-up:before,
.video-react .video-react-bezel .video-react-bezel-icon-volume-up:before,
.video-react .video-react-mute-control:before,
.video-react .video-react-volume-menu-button:before {
	content: "\\F214"
}

.video-react-icon-fullscreen:before {
	content: "\\F215"
}

.video-react-icon-fullscreen-exit:before {
	content: "\\F216"
}

.video-react-icon-closed-caption:before,
.video-react .video-react-closed-caption:before {
	content: "\\F217"
}

.video-react-icon-hd:before {
	content: "\\F218"
}

.video-react-icon-settings:before {
	content: "\\F219"
}

.video-react-icon-share:before {
	content: "\\F21A"
}

.video-react-icon-info:before {
	content: "\\F21B"
}

.video-react-icon-info-outline:before {
	content: "\\F21C"
}

.video-react-icon-close:before {
	content: "\\F21D"
}

.video-react-icon-circle:before,
.video-react .video-react-play-progress:before,
.video-react .video-react-volume-level:before {
	content: "\\F21E"
}

.video-react-icon-circle-outline:before {
	content: "\\F21F"
}

.video-react-icon-circle-inner-circle:before {
	content: "\\F220"
}

.video-react {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	font-size: 10px;
	line-height: 1;
	font-family: serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.video-react:-moz-full-screen {
	position: absolute
}

.video-react:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important
}

.video-react *,
.video-react :after,
.video-react :before {
	box-sizing: inherit
}

.video-react ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin: 0
}

.video-react.video-react-4-3,
.video-react.video-react-16-9,
.video-react.video-react-fluid {
	width: 100%;
	max-width: 100%;
	height: 0
}

.video-react.video-react-16-9 {
	padding-top: 56.25%
}

.video-react.video-react-4-3 {
	padding-top: 75%
}

.video-react.video-react-fill {
	width: 100%;
	height: 100%
}

.video-react .video-react-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-react.video-react-fullscreen {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important
}

.video-react.video-react-fullscreen.video-react-user-inactive {
	cursor: none
}

body.video-react-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto
}

body.video-react-full-window .video-react-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.video-react button {
	background: none;
	border: none;
	color: inherit;
	display: inline-block;
	cursor: pointer;
	overflow: visible;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.video-react .video-react-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .85;
	text-align: left;
	border: 6px solid rgba(43, 51, 63, .7);
	box-sizing: border-box;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	border-radius: 25px
}

.video-react .video-react-loading-spinner:after,
.video-react .video-react-loading-spinner:before {
	content: "";
	position: absolute;
	margin: -6px;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: transparent;
	border-top-color: #fff;
	-webkit-animation: video-react-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, video-react-spinner-fade 1.1s linear infinite;
	animation: video-react-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, video-react-spinner-fade 1.1s linear infinite
}

.video-react-seeking .video-react-loading-spinner,
.video-react-waiting .video-react-loading-spinner {
	display: block
}

.video-react-seeking .video-react-loading-spinner:before,
.video-react-waiting .video-react-loading-spinner:before {
	border-top-color: #fff
}

.video-react-seeking .video-react-loading-spinner:after,
.video-react-waiting .video-react-loading-spinner:after {
	border-top-color: #fff;
	-webkit-animation-delay: .44s;
	animation-delay: .44s
}

@keyframes video-react-spinner-spin {
	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes video-react-spinner-spin {
	to {
		-webkit-transform: rotate(1turn)
	}
}

@keyframes video-react-spinner-fade {
	0% {
		border-top-color: #73859f
	}

	20% {
		border-top-color: #73859f
	}

	35% {
		border-top-color: #fff
	}

	60% {
		border-top-color: #73859f
	}

	to {
		border-top-color: #73859f
	}
}

@-webkit-keyframes video-react-spinner-fade {
	0% {
		border-top-color: #73859f
	}

	20% {
		border-top-color: #73859f
	}

	35% {
		border-top-color: #fff
	}

	60% {
		border-top-color: #73859f
	}

	to {
		border-top-color: #73859f
	}
}

.video-react .video-react-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 3em;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: .06666em solid #fff;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .7);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.video-react .video-react-big-play-button.video-react-big-play-button-center {
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -1.5em
}

.video-react .video-react-big-play-button.big-play-button-hide {
	display: none
}

.video-react .video-react-big-play-button:focus,
.video-react:hover .video-react-big-play-button {
	outline: 0;
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}

.video-react-menu-button {
	cursor: pointer
}

.video-react-menu-button.video-react-disabled {
	cursor: default
}

.video-react-menu .video-react-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
	font-family: serif
}

.video-react-menu li {
	list-style: none;
	margin: 0;
	padding: .2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center
}

.video-react-menu li:focus,
.video-react-menu li:hover {
	outline: 0;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5)
}

.video-react-menu li.video-react-selected,
.video-react-menu li.video-react-selected:focus,
.video-react-menu li.video-react-selected:hover {
	background-color: #fff;
	color: #2b333f
}

.video-react-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 .3em;
	font-weight: 700;
	cursor: default
}

.video-react-scrubbing .vjs-menu-button:hover .video-react-menu {
	display: none
}

.video-react .video-react-menu-button-popup .video-react-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0;
	margin-bottom: 1.5em;
	border-top-color: rgba(43, 51, 63, .7)
}

.video-react .video-react-menu-button-popup .video-react-menu .video-react-menu-content {
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .7);
	position: absolute;
	width: 100%;
	bottom: 1.5em;
	max-height: 15em
}

.video-react-menu-button-popup .video-react-menu.video-react-lock-showing {
	display: block
}

.video-react .video-react-menu-button-inline {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	overflow: hidden
}

.video-react .video-react-menu-button-inline:before {
	width: 2.222222222em
}

.video-react .video-react-menu-button-inline.video-react-slider-active,
.video-react .video-react-menu-button-inline:focus,
.video-react .video-react-menu-button-inline:hover {
	width: 12em
}

.video-react .video-react-menu-button-inline.video-react-slider-active .video-react-menu,
.video-react .video-react-menu-button-inline:focus .video-react-menu,
.video-react .video-react-menu-button-inline:hover .video-react-menu {
	display: block;
	opacity: 1
}

.video-react .video-react-menu-button-inline.video-react-slider-active {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.video-react .video-react-menu-button-inline .video-react-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.video-react .video-react-menu-button-inline .video-react-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden
}

.video-react-no-flex .video-react-menu-button-inline .video-react-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto
}

.video-react-no-flex .video-react-menu-button-inline.video-react-slider-active,
.video-react-no-flex .video-react-menu-button-inline:focus,
.video-react-no-flex .video-react-menu-button-inline:hover {
	width: auto
}

.video-react .video-react-poster {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-color: #000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%
}

.video-react .video-react-poster img {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%
}

.video-react .video-react-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 .45em;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5)
}

.video-react .video-react-slider:focus {
	-webkit-box-shadow: 0 0 1em #fff;
	-moz-box-shadow: 0 0 1em #fff;
	box-shadow: 0 0 1em #fff
}

.video-react .video-react-control {
	outline: none;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.video-react .video-react-control:before {
	font-size: 1.8em;
	line-height: 1.67
}

.video-react .video-react-control:focus,
.video-react .video-react-control:focus:before,
.video-react .video-react-control:hover:before {
	text-shadow: 0 0 1em #fff, 0 0 .5em #fff
}

.video-react .video-react-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.video-react-no-flex .video-react-control {
	display: table-cell;
	vertical-align: middle
}

.video-react .video-react-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .7)
}

.video-react-has-started .video-react-control-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility .1s, opacity .1s;
	-moz-transition: visibility .1s, opacity .1s;
	-o-transition: visibility .1s, opacity .1s;
	transition: visibility .1s, opacity .1s
}

.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar.video-react-control-bar-auto-hide {
	visibility: visible;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}

.video-react-controls-disabled .video-react-control-bar,
.video-react-error .video-react-control-bar,
.video-react-using-native-controls .video-react-control-bar {
	display: none !important
}

.video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar {
	opacity: 1;
	visibility: visible
}

.video-react-has-started.video-react-no-flex .video-react-control-bar {
	display: table
}

.video-react .video-react-progress-control {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 4em
}

.video-react-live .video-react-progress-control {
	display: none
}

.video-react .video-react-progress-holder {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	height: .3em
}

.video-react .video-react-progress-control:hover .video-react-progress-holder {
	font-size: 1.6666666666666667em
}

.video-react .video-react-progress-control:hover .video-react-mouse-display:after,
.video-react .video-react-progress-control:hover .video-react-play-progress:after,
.video-react .video-react-progress-control:hover .video-react-time-tooltip {
	visibility: visible;
	font-size: .6em
}

.video-react .video-react-progress-holder .video-react-load-progress,
.video-react .video-react-progress-holder .video-react-load-progress div,
.video-react .video-react-progress-holder .video-react-play-progress,
.video-react .video-react-progress-holder .video-react-tooltip-progress-bar {
	position: absolute;
	display: block;
	height: .3em;
	margin: 0;
	padding: 0;
	width: 0;
	left: 0;
	top: 0
}

.video-react .video-react-play-progress {
	background-color: #fff
}

.video-react .video-react-play-progress:before {
	position: absolute;
	top: -.333333333333333em;
	right: -.5em;
	font-size: .9em
}

.video-react .video-react-mouse-display:after,
.video-react .video-react-play-progress:after,
.video-react .video-react-time-tooltip {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: -3.4em;
	right: -1.9em;
	font-size: .9em;
	color: #000;
	content: attr(data-current-time);
	padding: 6px 8px 8px;
	background-color: #fff;
	background-color: hsla(0, 0%, 100%, .8);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em
}

.video-react .video-react-play-progress:after,
.video-react .video-react-play-progress:before,
.video-react .video-react-time-tooltip {
	z-index: 1
}

.video-react .video-react-progress-control .video-react-keep-tooltips-inside:after {
	display: none
}

.video-react .video-react-load-progress {
	background: #bfc7d3;
	background: rgba(115, 133, 159, .5)
}

.video-react .video-react-load-progress div {
	background: #fff;
	background: rgba(115, 133, 159, .75)
}

.video-react.video-react-no-flex .video-react-progress-control {
	width: auto
}

.video-react .video-react-time-tooltip {
	display: inline-block;
	height: 2.4em;
	position: relative;
	float: right;
	right: -1.9em
}

.video-react .video-react-tooltip-progress-bar {
	visibility: hidden
}

.video-react .video-react-progress-control .video-react-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1
}

.video-react-no-flex .video-react-progress-control .video-react-mouse-display {
	z-index: 0
}

.video-react .video-react-progress-control:hover .video-react-mouse-display {
	display: block
}

.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}

.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display:after {
	display: none
}
.root-box .row {
    display: flex;
    flex-wrap: wrap;
}
.video-react .video-react-mouse-display .video-react-time-tooltip,
.video-react .video-react-progress-control .video-react-mouse-display:after {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, .8)
}

.video-react .video-react-fullscreen-control,
.video-react .video-react-play-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.video-react.video-react-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9999
}

.video-react .video-react-time-control {
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	font-size: 1em;
	line-height: 3em;
	min-width: 2em;
	width: auto;
	padding-left: 1em;
	padding-right: 1em
}

.video-react .video-react-time-divider {
	line-height: 3em;
	min-width: 0;
	padding: 0
}

.video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.video-react .video-react-volume-control {
	width: 5em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.video-react .video-react-volume-bar {
	margin: 1.35em .45em
}

.video-react .video-react-volume-bar.video-react-slider-horizontal {
	width: 5em;
	height: .3em
}

.video-react .video-react-volume-bar.video-react-slider-horizontal .video-react-volume-level {
	width: 100%
}

.video-react .video-react-volume-bar.video-react-slider-vertical {
	width: .3em;
	height: 5em;
	margin: 1.35em auto
}

.video-react .video-react-volume-bar.video-react-slider-vertical .video-react-volume-level {
	height: 100%
}

.video-react .video-react-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff
}

.video-react .video-react-volume-level:before {
	position: absolute;
	font-size: .9em
}

.video-react .video-react-slider-vertical .video-react-volume-level {
	width: .3em
}

.video-react .video-react-slider-vertical .video-react-volume-level:before {
	top: -.5em;
	left: -.3em
}

.video-react .video-react-slider-horizontal .video-react-volume-level {
	height: .3em
}

.video-react .video-react-slider-horizontal .video-react-volume-level:before {
	top: -.3em;
	right: -.5em
}

.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent
}

.video-react .video-react-menu-button-popup.video-react-volume-menu-button-vertical .video-react-menu {
	left: .5em;
	height: 8em
}

.video-react .video-react-menu-button-popup.video-react-volume-menu-button-horizontal .video-react-menu {
	left: -2em
}

.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu-content {
	height: 0;
	width: 0;
	overflow-x: hidden;
	overflow-y: hidden
}

.video-react .video-react-volume-menu-button-vertical .video-react-lock-showing .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical.video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical:hover .video-react-menu-content {
	height: 8em;
	width: 2.9em
}

.video-react .video-react-volume-menu-button-horizontal .video-react-lock-showing .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal:hover .video-react-menu-content {
	height: 2.9em;
	width: 8em
}

.video-react .video-react-volume-menu-button.video-react-menu-button-inline .video-react-menu-content {
	background-color: transparent !important
}

.video-react .video-react-playback-rate .video-react-playback-rate-value {
	line-height: 3em;
	text-align: center
}

.video-react .video-react-playback-rate .video-react-menu {
	width: 4em;
	left: 0
}

.video-react .video-react-bezel {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 52px;
	height: 52px;
	z-index: 17;
	margin-left: -26px;
	margin-top: -26px;
	background: rgba(0, 0, 0, .5);
	border-radius: 26px
}

.video-react .video-react-bezel.video-react-bezel-animation {
	-moz-animation: video-react-bezel-fadeout .5s linear 1 normal forwards;
	-webkit-animation: video-react-bezel-fadeout .5s linear 1 normal forwards;
	animation: video-react-bezel-fadeout .5s linear 1 normal forwards;
	pointer-events: none
}

.video-react .video-react-bezel.video-react-bezel-animation-alt {
	-moz-animation: video-react-bezel-fadeout-alt .5s linear 1 normal forwards;
	-webkit-animation: video-react-bezel-fadeout-alt .5s linear 1 normal forwards;
	animation: video-react-bezel-fadeout-alt .5s linear 1 normal forwards;
	pointer-events: none
}

.video-react .video-react-bezel .video-react-bezel-icon {
	width: 36px;
	height: 36px;
	margin: 8px;
	font-size: 26px;
	line-height: 36px;
	text-align: center
}

@keyframes video-react-bezel-fadeout {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: scale(2)
	}
}

@keyframes video-react-bezel-fadeout-alt {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: scale(2)
	}
}

.video-react .video-react-closed-caption {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.video-react video::-webkit-media-text-track-container {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}

.video-player-container {
	padding-top: 60px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.video-player-container .video-container {
	width: 40%
}

.video-player-container .player-button {
	margin-top: 30px
}

.video-player-container .player-button button {
	margin: 0 10px !important
}

.recorder-root {
	height: -webkit-fill-available;
	height: -moz-available;
	height: fill-available
}

.recorder-root .mobile-warning {
	display: none
}

.recorder-root .mobile-warning .text-box-mobile {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #d3d3d3;
	color: #636363;
	font-family: raleway;
	position: absolute;
	z-index: 10000;
	top: 0
}

.recorder-root .mobile-warning .text-box-mobile h2,
.recorder-root .mobile-warning .text-box-mobile span {
	text-align: center
}

.recorder-root .recording-timer {
	font-size: 16px;
	font-family: Roboto Mono;
	position: relative;
	z-index: 1001;
	color: #dfdfdf;
	left: 175px;
	top: 333px;
	align-self: flex-start
}

.recorder-root .mute-and-pause-buttons {
	display: flex;
	position: relative;
	z-index: 1001;
	top: -6.4vw
}

@media only screen and (min-width:1630px) {
	.recorder-root .mute-and-pause-buttons {
		top: -5.5vw
	}
}

.recorder-root .mute-buttonz {
	font-size: 1.2vw;
	font-family: Roboto Mono;
	color: #606060;
	background: none;
	border: none;
	transition: all .3s;
	margin-top: 10px
}

.recorder-root .mute-buttonz:focus {
	outline: none;
	box-shadow: none
}

.recorder-root .mute-buttonz .fa-microphone {
	transform: translateX(1px)
}

.recorder-root .mute-buttonz .fa-music {
	transform: translateY(2px)
}

.recorder-root .mute-buttonz .fa-stack {
	height: 1em;
	width: 1em;
	line-height: 1em
}

.recorder-root .mute-buttonz .fa-stack .fa-slash {
	font-size: .8em;
	transform: rotate(-8deg)
}

.recorder-root .mute-buttonz .fa-stack .fa-music {
	transform: none
}

.recorder-root .pause-buttonz {
	margin-top: 10px;
	font-size: 1.2vw;
	font-family: Roboto Mono;
	color: #606060;
	background: none;
	border: none;
	transition: all .3s
}

.recorder-root .pause-buttonz:focus {
	outline: none;
	box-shadow: none
}

.recorder-root .pause-buttonz .fa-microphone {
	transform: translateX(1px)
}

.recorder-root .pause-buttonz .fa-music {
	transform: translateY(2px)
}

.recorder-root .pause-buttonz .fa-stack {
	height: 1em;
	width: 1em;
	line-height: 1em
}

.recorder-root .pause-buttonz .fa-stack .fa-slash {
	font-size: .8em;
	transform: rotate(-8deg)
}

.recorder-root .pause-buttonz .fa-stack .fa-music {
	transform: none
}

@media only screen and (max-width:600px) {
	.recorder-root .mobile-warning {
		display: block
	}
}

.recorder-root .screen-wrapper {
	width: 35%;
	top: 4.5vw;
	justify-content: center;
	display: flex
}

.ration-button-container {
	display: flex;
	justify-content: center
}

.ration-button-container label {
	padding: 20px 15px 0;
	margin: 0 15px;
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
	cursor: pointer
}

.ration-button-container label span {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	border-bottom: 1px solid transparent
}

.ration-button-container label span.chosen {
	border-color: #a6c6e0
}

.ration-button-container label.non-firefox-audio-options {
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0
}

.ration-button-container label.non-firefox-audio-options span {
	margin-right: 0
}

.ration-button-container label.non-firefox-audio-options>div {
	display: none !important
}

.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}



.audio-options {
	display: flex;
	justify-content: center
}

.audio-options label {
	padding: 20px 15px 0;
	margin: 0 15px;
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
	cursor: pointer
}

.audio-options label span {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	border-bottom: 1px solid transparent
}

.audio-options label span.chosen {
	border-color: #a6c6e0
}

.audio-options label.non-firefox-audio-options {
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0
}

.audio-options label.non-firefox-audio-options span {
	margin-right: 0
}

.audio-options label.non-firefox-audio-options>div {
	display: none !important
}

.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.btn-trim {
	background-color: #36c6d4 !important
}

.btn-share {
	background-color: #d75b53 !important;
	margin-bottom: 0 !important
}

.btn-trim:hover {
	background-color: #3fddec !important
}

.btn-share:hover {
	background-color: #fb685e !important;
	margin-bottom: 0 !important
}

.btn-disable {
	background-color: #b7b7c7 !important
}

.share-btn-tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted #000
}

.share-btn-tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity .3s
}

.share-btn-tooltip .tooltiptext:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent
}

.show-tool-tip {
	visibility: visible !important;
	opacity: 1 !important
}

.hide-tool-tip {
	visibility: hidden !important;
	opacity: 0 !important
}

.social-button {
	border-radius: 50%;
	border: 1px solid #d3d3d3;
	font-family: raleway;
	transition: all .15s ease-in-out;
	margin: 0 4px;
	display: flex;
	justify-content: center;
	align-items: center
}

.social-button:hover {
	border: 1px solid grey;
	box-shadow: 0 3px 6px #dcdcdc
}

.social-button:focus {
	outline: none
}

.social-button i {
	color: #fff !important;
	font-size: 1.3rem !important;
	padding: 11px 9px;
	margin: 0
}

@media only screen and (max-width:600px) {
	.social-button {
		display: none
	}
}

.fb {
	background-color: #1992c3
}

.twitter {
	background-color: #36c6d4
}

.linkedin {
	background-color: #d75b53
}

.fb:hover {
	background-color: #1fa7de
}

.twitter:hover {
	background-color: #3fddec
}

.linkedin:hover {
	background-color: #fb685e
}

.modal-container {
	border-radius: 4px;
	padding: 40px 20px;
	transition: all .15s ease-in-out;
	font-family: raleway
}

.modal-container,
.modal-container Form {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center
}

.modal-container Form {
	margin-top: 30px;
	height: 100%
}

.modal-container Form textarea {
	width: 34vh;
	height: 150px;
	border: 1px solid #535353
}

.modal-container Form input[type=submit] {
	border-radius: 2rem;
	color: #2c7070;
	border: 1px solid #d3d3d3;
	background: #fff;
	font-family: raleway;
	font-size: 1rem;
	padding: .45rem 1.6rem
}

.modal-container Form input[type=submit]:hover {
	background: #2c7070;
	color: #fff
}

.online-screen-recorder-footer {
	background: #12377e;
	padding: 15px;
	text-align: center;
	text-align: -webkit-center;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0
}

.online-screen-recorder-footer .row {
	max-width: 1280px;
	background: transparent;
	margin-left: 0;
	margin-right: 0
}

.online-screen-recorder-footer .row .left {
	color: #fff;
	font-size: 14px;
	font-family: open sans;
	font-weight: 600;
	text-align: left;
	display: flex;
	align-items: center
}

.online-screen-recorder-footer .row .left a {
	color: #fff
}

.online-screen-recorder-footer .row .right {
	text-align: center
}

.online-screen-recorder-footer .row .right a {
	color: #fff;
	border: none;
	background: none;
	padding: 6px 12px;
	font-size: 14px;
	font-family: open sans;
	font-weight: 600;
	text-shadow: 0 0 5px #3c3c3c
}

.each-feature {
	color: #fff
}

.each-feature .line-1 {
	display: grid;
	grid-template-columns: 2em auto
}

.each-feature .line-1 img {
	width: 1.4em;
	margin: 3px;
	margin-right: 5px
}

.each-feature .line-1 .topic {
	color: #fff;
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 5px;
	font-family: open sans, arial
}

@media screen and (max-width:1095px) {
	.each-feature .line-1 .topic {
		font-size: 1.3em
	}
}

@media screen and (max-width:1040px) {
	.each-feature .line-1 .topic {
		font-size: 1.2em
	}
}

@media screen and (max-width:800px) {
	.each-feature .line-1 .topic {
		width: 100px
	}
}

@media screen and (max-width:800px) {
	.each-feature .line-1 {
		grid-template-columns: 1fr
	}
}

.each-feature .description {
	font-size: 15px;
	font-family: open sans, arial
}

@media screen and (max-width:1095px) {
	.each-feature .description {
		font-size: 14px
	}
}

.captured-video-actions-box {
	border: 1px solid grey;
	padding: 10vh 7px;
	border-radius: 6px;
	position: absolute;
	width: 250px;
	right: 2vw;
	bottom: 3vw;
	text-align: center;
	text-align: -webkit-center;
	border: 1px solid #2c7070;
	display: flex;
	justify-content: center;
	align-items: center
}

.captured-video-actions-box .video-ready-text {
	font-family: raleway;
	margin-top: 0;
	margin-bottom: 17px;
	color: #2c7070
}

.captured-video-actions-box .convert-text {
	font-family: raleway;
	margin-top: 2vw;
	color: #2c7070
}

.captured-video-actions-box .btn-share {
	margin-bottom: 2vw
}

.captured-video-actions-box .disabled-button {
	cursor: not-allowed;
	color: grey;
	margin-top: 2vw
}

.captured-video-actions-box .btn-captured-video {
	display: flex;
	justify-content: center
}

.captured-video-actions-box .waiting-message {
	position: absolute;
	width: 100%;
	margin-top: 2vh;
	padding: 4px;
	right: 0;
	background-color: #ffe5ab
}

.captured-video-actions-box .waiting-message-hide {
	display: none
}

.captured-video-actions-box .promo {
	position: absolute;
	bottom: -95px;
	padding: 5px;
	right: 0;
	left: 0;
	text-align: center;
	background-color: #1f77bc;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-animation: jello-horizontal .9s both;
	animation: jello-horizontal .9s both
}

.captured-video-actions-box .promo:hover {
	background-color: #248cdb
}
.captured-video-actions-box.ac h4{ display: none;}
.ration-button-container {
	display: flex;
	justify-content: center
}

.ration-button-container label {
	padding: 20px 15px 0;
	margin: 0 15px;
	display: flex;
	align-items: center;
	margin-bottom: 0 !important;
	cursor: pointer
}

.ration-button-container label span {
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	border-bottom: 1px solid transparent
}

.ration-button-container label span.chosen {
	border-color: #a6c6e0
}

.ration-button-container label.non-firefox-audio-options {
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0
}

.ration-button-container label.non-firefox-audio-options span {
	margin-right: 0
}

.ration-button-container label.non-firefox-audio-options>div {
	display: none !important
}

.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.checkmark {
	position: absolute;
	top: 76px;
	left: -6px;
	height: 19px;
	width: 19px;
	background-color: #eee;
	border-radius: 50%
}

.radio-container:hover input~.checkmark {
	background-color: #ccc
}

.radio-container input:checked~.checkmark {
	background-color: #4bb57e
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.radio-container input:checked~.checkmark:after {
	display: block
}

.radio-container .checkmark:after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 1px 1px 2px #000
}

.online-screen-recorder-screen {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%
}

.online-screen-recorder-screen video {
	position: absolute;
	z-index: 1;
	max-width: 85%;
	max-height: 65%;
	top: 38%;
	transform: translateY(-50%)
}

@media only screen and (min-width:1630px) {
	.online-screen-recorder-screen video {
		top: 33%;
		max-width: 76%
	}
}

@media only screen and (max-height:600px) {
	.online-screen-recorder-screen video {
		top: 33%;
		max-width: 76%
	}
}

.online-screen-recorder-screen img {
	position: relative;
	top: 0;
	z-index: 0;
	max-width: 100%
}

@media only screen and (max-height:700px) {
	.online-screen-recorder-screen img {
		max-width: 94%
	}
}

.online-screen-recorder-screen .img-container {
	height: auto;
	display: flex;
	align-items: center;
	flex-direction: column
}

@media only screen and (max-width:600px) {
	video {
		display: none;
		max-height: 20vw
	}

	img {
		max-width: 70%
	}
}

.input-container {
	width: 250px;
	height: 40px;
	display: flex;
	flex-direction: row
}

.input-container .left {
	width: 80%;
	height: 100%;
	border: 1px solid #42aaaa
}

.input-container .left input[type=text] {
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #000;
	text-align: center;
	border: none
}

.input-container .right {
	width: 20%;
	height: 100%;
	display: flex;
	flex-direction: column
}

.input-container .right button {
	width: 100%;
	height: 100%;
	background-color: #42aaaa;
	border: none
}

.input-container .right button i {
	color: #fff
}

.input-container .right button:hover {
	background-color: #44c1c1
}

.input-container .decrease,
.input-container .increase {
	height: 50%;
	font-size: 1em
}

.input-container .increase {
	border-bottom: 1px solid #fff
}

.content-to-be-faded {
	opacity: 1
}

.covid-alert {
	position: absolute;
	z-index: 1;
	width: 60vw;
	left: -25vw;
	top: -20vh
}

@media only screen and (max-width:600px) {
	.content-to-be-faded {
		opacity: .1
	}
}

.trimmed-modal {
	display: unset;
	width: 498px
}

.trim-video-success {
	display: flex;
	justify-content: space-around;
	padding: 15px 0
}

.btn-trimmed {
	padding: 15px;
	border: none;
	border-radius: 5em;
	color: #fff
}

.btn-trimmed:hover {
	color: #fff
}

.btn-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center
}

.button-in-trimmer {
	margin-top: 0 !important;
	margin-left: 5px;
	margin-right: 5px
}

.lower-container {
	display: flex;
	justify-content: space-between;
	margin-top: 59px
}

/**************************************************************/

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.app, app-dashboard, app-root {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.justify-content-center {
    justify-content: center!important;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#recorder-root {
    opacity: 1;
}
/* mobile */
.recorder-root .mobile-warning {
    display: none;
}
.recorder-root .mobile-warning .text-box-mobile {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #d3d3d3;
    color: #636363;
    font-family: raleway;
    position: absolute;
    z-index: 10000;
    top: 0;
}
.recorder-root .mobile-warning .text-box-mobile h2, .recorder-root .mobile-warning .text-box-mobile span {
    text-align: center;
}
.recorder-root .mobile-warning .text-box-mobile h2, .recorder-root .mobile-warning .text-box-mobile span {
    text-align: center;
}
@media only screen and (max-width: 600px){
	.recorder-root .mobile-warning {
	    display: block;
	}
}

/* mobile end */

.recorder-root .screen-wrapper {
    width: 580px;
    top: 0;
    justify-content: center;
    display: flex;
}
.online-screen-recorder-screen {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	z-index: 2;
}
.online-screen-recorder-screen video {
    position: absolute;
    z-index: 1;
    max-width: 90%;
    max-height: 100%;
    top: 46%;
    transform: translate(-3%,-50%);
}
.online-screen-recorder-screen .img-container {
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
	width: 580px;
	height: 377px;
}

.online-screen-recorder-screen img {
    position: relative;
    top: 0;
    z-index: 0;
    max-width: 100%;
}
img, svg {
    vertical-align: middle;
}
.recorder-root .mute-and-pause-buttons {
    display: flex;
    position: relative;
    z-index: 1001;
    top: -6.4vw;
	display: none;
}

.audio-options {
    display: flex;
    justify-content: center;
	    position: absolute;
	    top: 8px;
	    left: 28px;
		z-index: 3;
}
.ration-button-container {
    display: flex;
    justify-content: center;
	width: 170px;
	height: 170px;
	background: #363c3e;
	margin: 50px 5px;
	float: left;
	margin-left: 16px;
}
.audio-options label {
    padding: 0 15px 0;
    margin: 0 15px;
    display: flex;
    align-items: center;
    margin-bottom: 0!important;
    cursor: pointer;
}
.ration-button-container label>div{ font-size: 14px; color: #ebf7fb; line-height: 1.2;}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.audio-options label span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    border-bottom: 1px solid transparent;
	vertical-align: middle;
}
.radio-container input:checked~.checkmark {
    background-color: #4bb57e;
}

#notification-text {
    text-align: center;
    color: red;
    font-family: raleway;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.record-next{ position: absolute; top: 59px; right: 100px; z-index: 4;}
.record-next .col-sm-auto{ padding: 0 10px;}
.iUQgc {
    font-family: Spartan,sans-serif!important;
        line-height: 20px;
        border-radius: 0!important;
        color: #000!important;
        border: none!important;
        background: none!important;
        font-size: 12px!important;
        padding: 0!important;
        -webkit-transition: none!important;
        transition: none!important;
        position: absolute;
        right: -24px;
        top: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 164px;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        text-overflow: ellipsis;
        background: #fff!important;
        border-radius: 10px!important;
        padding: 0 13px!important;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1)!important;
        box-shadow: 0 0 10px rgba(0,0,0,.1)!important;
	
}
@media (min-width: 576px){
	.col-sm-auto {
	    flex: 0 0 auto;
	    max-width: 100%;
	}
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}
.covid-alert {
    position: absolute;
    z-index: 2;
    width: 60vw;
    left: -25vw;
    top: -20vh;
}
.alert-danger {
    color: #813838;
    background-color: #fee2e1;
    border-color: #fdd6d6;
}
.alert-dismissible {
    padding-right: 3.8125rem;
	display: none !important;
}

.fade {
    transition: opacity .15s linear;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}
.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.content-to-be-faded {
    opacity: 1;
}
@media only screen and (max-width: 600px){
	.content-to-be-faded {
	    opacity: .1;
	}
}
.record-btn-col {
    margin-top: -2vw;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}
.record-btn-col button:hover {
    transform: scale(1.1);
}
.record-btn-col #stop-button-wrapper {
    width: fit-content;
    width: -moz-fit-content;
}
.record-btn-col button {
    border: 2px solid #625959;
    border-radius: 5rem;
    width: 5vw;
    height: 5vw;
    background: red;
    transition: all .2s ease-in-out;
    outline: none;
    margin: .5vw;
	line-height: 38px;
}
.record-btn-col #start-stop-text {
   /* margin-top: -38px;
    font-family: arial;
	font-size: 16px;
	color: #fff7f8; */
	display: none;
	/* font-family: arial;
	    font-size: 18px;
	    color: #fff7f8;
	    position: absolute;
	    left: 0;
	    right: 0;
	    margin: auto;
	    top: 0;
	    bottom: 0;
	    line-height: 54px; */
	
}
.record-button{ margin-right: 185px; margin-top: 300px; font-size: 14px; color: #fff7f8;}
@media (min-width: 576px){
	.col-sm-3 {
	    flex: 0 0 25%;
	    max-width: 25%;
	}
}
.captured-video-actions-box {
    border: none;
    padding: 0;
    border-radius: 10px;
    position: absolute;
    right: -120px;
    top: 375px;
    text-align: center;
    text-align: -webkit-center;
    border: none;
    display: block;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
/* .captured-video-actions-box:before{ width: 25px; height: 25px; background: url("../images/online/screen-recorder/record-download.png") no-repeat top center !important; content: ""; display: block; position: absolute; top: -44px; right: 90px;} */
.captured-video-actions-box .video-ready-text {
    font-family: raleway;
    margin-top: 0;
    margin-bottom: 17px;
    color: #272e3f;
	font-size: 14px;
	text-align: left;
	line-height: 1.8;
	display: none;
}
.captured-video-actions-box .btn-captured-video {
    display: flex;
    justify-content: center;
}
.btn-download {
    background: none !important;
	width: auto !important;
	height: auto !important;
	border-radius: 0 !important;
	color: #fff !important;
	border: none !important;
	margin-top: 0 !important;
	font-size: 12px;
	    padding: 0 !important;
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	    transition: none !important;
		position: absolute;
		z-index: 3;
		left: 0;
		bottom: 10px;
}
.btn-download:before{ content: 'Save Video as "WebM"'; position: relative; text-align:center; line-height: 38px; font-size: 12px; color: #fff; font-weight: 600; top: 28px; right: 45px;}
.btn-download.en:before{ content: 'Save Video as "WebM"';}
.btn-download.de:before{ content: 'Video als "WebM" speichern';}
.btn-download.dk:before{ content:'Gem video i formatet "WebM"'}
.btn-download.es:before{ content:'Guardar la Grabación como "WebM"'}
.btn-download.fr:before{content:'Sauvegarder en "WebM"'}
.btn-download.it:before{content:'Salva il video in formato "WebM"'}
.btn-download.nl:before{content:'Sla Video op als "WebM"'}
.btn-download.pl:before{content:'Zapisz wideo jako „WebM”'}
.btn-download.pt:before{content:'Salvar Vídeo como "WebM"'}
.btn-download.sv:before{content:'Spara video som "WebM"'}
.btn-download:after{ width: 25px; height: 25px; background: url("../images/recorder/online-tool/record-download.png") no-repeat top center !important; content: ""; display: block; position: relative; top: -6px; right: 90px;}
.btn-download:hover{ box-shadow: none !important;}
.captured-video-actions-box .promo {
    position: absolute;
    bottom: 25px;
    padding: 5px;
    right: 0;
    left: 38px;
    text-align: center;
    background-color: #23c081;
	background: linear-gradient(to right,#23c071,#23c087);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
	width: 270px;
	height: 42px;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	display: none;
}

#root .support-us-actions-box, .recorder-root .support-us-actions-box {
    border: 1px solid grey;
    padding: 10vh 7px;
    border-radius: 6px;
    position: absolute;
    width: 250px;
    left: 2vw;
    bottom: 3vw;
    border: 1px solid #2c7070;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iIRGrf {
    text-align: center;
}
#root .support-us-actions-box .video-ready-text, .recorder-root .support-us-actions-box .video-ready-text {
    font-family: raleway;
    color: #2c7070;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	position: relative;
}
#root .support-us-actions-box #like-and-follow-text, .recorder-root .support-us-actions-box #like-and-follow-text {
    font-family: raleway;
    color: #2c7070;
    padding-bottom: 5px;
}
#root .support-us-actions-box .social-icons-row .col-sm-auto, .recorder-root .support-us-actions-box .social-icons-row .col-sm-auto {
    padding: 2px 6px;
}
.fb {
    background-color: #1992c3;
}
.twitter {
    background-color: #36c6d4;
}
.linkedin {
    background-color: #d75b53;
}
.social-button {
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    font-family: raleway;
    transition: all .15s ease-in-out;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#root .support-us-actions-box .social-icons-row a, .recorder-root .support-us-actions-box .social-icons-row a {
    padding: 0;
    border: none;
}
#root .support-us-actions-box .promo, .recorder-root .support-us-actions-box .promo {
    position: absolute;
    bottom: -82px;
    padding: 5px;
    right: 0;
    left: 0;
    text-align: center;
    background-color: #1f77bc;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-animation: jello-horizontal .9s both;
    animation: jello-horizontal .9s both;
}




