.s-caption-editor {
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #002052;
}
.s-caption-editor-player-outer-box {
	border-radius: 5px;
	border: 1px solid #D7E9FF;
}
.s-caption-editor-player-box {
	border-radius: 5px 5px 0 0;
	position: relative;
	background: #D8D8D8;
}
.s-caption-editor-youtube-player-box {
	border-radius: 5px 5px 0 0;
}
.s-caption-editor-time-slider {
	position: relative;
	height: 10px;
	cursor: pointer;
	box-shadow:0 2px 10px #00000026;
	background: url('../svg/seek1-bg.svg');
	background-repeat: repeat-y;
}
.s-caption-editor-time-slider-point {
	position: absolute;
	top: -6px;
	pointer-events: none;
	width: 23px;
	height: 23px;
	border-radius: 50%;
}
.s-caption-editor-time-slider-point-inner {
	position: absolute;
	top: 0;
	left: -10px;
	cursor: default;
	pointer-events: none;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #FFBA00;
	box-shadow:0 2px 10px #00000026;
}
.s-caption-editor-time-slider-balloon {
	position: absolute;
	top: -40px;
	left: -12px;
	padding: 3px 6px;
	font-size: 16px;
	line-height: 24px;
	background: #FFF;
	color: #002052;
	box-shadow:0 2px 10px #00000026;
	border-radius: 5px;
}
.s-caption-editor-player-controls {
	line-height: 75px;
	background: #D7E9FF;
	user-select: none;
}
.s-caption-editor-player-controls__play-pause {
	margin-left: 40px;
	font-size: 24px;
	cursor: pointer;
}
.s-caption-editor-player-controls__backward {
	margin-left: 40px;
	font-size: 24px;
	cursor: pointer;
}
.s-caption-editor-player-controls__text {
	display: inline-block;
	width: 50px;
	text-align: center;
}
.s-caption-editor-player-controls__forward {
	font-size: 24px;
	cursor: pointer;
}
.s-caption-editor-player-controls__volume {
	margin-left: 40px;
}
.s-caption-editor-player-controls__mute {
	font-size: 24px;
	cursor: pointer;
}
.s-caption-editor-player-controls__rewind {
	float: right;
	margin-right: 39px;
}
.s-caption-editor-player-controls__rewind-btn {
	font-size: 24px;
	color: #5a5a5a;
	cursor: pointer;
	margin-left: 10px;
}
.s-caption-editor-player-controls__volume-slider {
	position: relative;
	margin-left: 10px;
	font-size: 24px;
}
.s-caption-editor-player-controls__volume-slider-line {
	display: inline-block;
	width: 60px;
	height: 4px;
	vertical-align: 5px;
	border-radius: 8px;
	background: url('../svg/seek1-bg.svg');
	background-repeat: repeat-y;
	background-color: #FFF;
}
.s-caption-editor-player-controls__volume-slider-point {
	position: absolute;
	top: 10px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #FFBA00;
	box-shadow:0 2px 10px #00000026;
	cursor: pointer;
}
.s-caption-editor-player-timeline-box {
	border-radius: 0 0 5px 5px;
}
.s-caption-editor-player-timeline {
	border-radius: 0 0 5px 5px;
	position: relative;
	height: 120px;
	width: 100%;
	background: #F0F7FF;
	overflow-x: scroll;
	cursor: grab;
}
.s-caption-editor-player-timeline__indicator {
	position: absolute;
	top: 0;
	width: 1px;
	height: 92%;
	background: #FFBA00;
	z-index: 1;
}
.s-caption-editor-player-timeline__time-track {
	background: url('../svg/timeline-blue.svg') repeat-x left top;;
}
.s-caption-editor-player-timeline__time-box {
	height: 24px;
	position: relative;
}
.s-caption-editor-player-timeline__time-first {
	position: absolute;
	top: 6px;
	left: -8px;
	font-size: 12px;
	line-height: 21px;
	color: #9CC4FF;
}
.s-caption-editor-player-timeline__time {
	position: absolute;
	top: 6px;
	font-size: 12px;
	line-height: 21px;
	color: #9CC4FF;
}
.s-caption-editor-text-editor {
	border-radius: 5px;
	border: 1px solid #D7E9FF;
	height: 100%;
	background: #F0F7FF;
}
.s-caption-editor-text-editor__top {
	height: 515px;
	overflow-y: scroll;
	border-radius: 5px 5px 0 0;
	background: #FFF;
}
.s-caption-editor-text-editor__row {
	border-bottom: 1px solid #D7E9FF;
}
.s-caption-editor-text-editor__row:hover {
	background: #f9f9f9;
}
.s-caption-editor-text-editor__row:hover .s-caption-editor-text-editor__row-text-textarea {
	background: #f9f9f9;
}
.s-caption-editor-text-editor__row:hover .editor__text__add, .s-caption-editor-text-editor__row:hover .editor__text__remove {
	display: block;
}
.s-caption-editor-text-editor__row-time {
	position: relative;
	width: 100px;
	padding: 16px 20px;
	text-align: center;
	color: #ADADAD;
	vertical-align: top;
}
.s-caption-editor-text-editor__row-text {
	position: relative;
	padding: 10px 10px 10px 0;
	vertical-align: top;
}
.s-caption-editor-text-editor__row-text-textarea {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: none;
	resize: none;
	padding: 6px 10px;
}
.s-caption-editor-text-editor__bottom {
	border-radius: 0 0 5px 5px;
	height: 50px;
	padding-left: 26px;
	background: #F0F7FF;
	line-height: 50px;
	border-top: 1px solid #D7E9FF;
}
.s-caption-editor-text-editor__bottom-btn {
	display: inline-block;
	font-weight: 600;
	line-height: 24px;
	padding: 7px 0;
	border: none;
	border-radius: 30px;
	background: #FFBA00;
	box-shadow: 0 2px 10px #00000030;
	min-width: 140px;
	text-align: center;
	margin-right: 26px;
}
.editor__text__highlight {
	display: none;
	position: absolute;
	top: 0;
	left: 1px;
	width: 5px;
	height: 100%;
	background: #FFBA00;
}
.editor__text__highlight.highlight {
	display: block;
}
.editor__text__add {
	display: none;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
}
.editor__text__remove {
	display: none;
	cursor: pointer;
}
.editor__timeline__block {
	position: absolute;
	height: 40px;
	border-radius: 5px;
}
.editor__timeline__block-elements {
	position: relative;
	height: 40px;
	margin-top: 12px;
}
.editor__timeline__block-element {
	cursor: all-scroll;
	width: 100%;
	height: 100%;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #fff;
	user-select: none;
	user-drag: none;
	border-radius: 5px;
	border: 1px solid #9CC4FF;
}
.editor__timeline__block:hover .editor__timeline__handle-left,
.editor__timeline__block:hover .editor__timeline__handle-right {
	display: block;
}
.editor__timeline__handle-left {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: #1e7fca;
	width: 7px;
	height: 100%;
	user-select: none;
	user-drag: none;
	cursor: e-resize;
}
.editor__timeline__handle-right {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	background: #1e7fca;
	width: 7px;
	height: 100%;
	user-select: none;
	user-drag: none;
	cursor: e-resize;
}
.s-caption-editor-shortcuts {
	margin-top: 40px;
}
.s-caption-editor-shortcuts__title {
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 11px;
}
.s-caption-editor-shortcuts__key {
	background: #F0F7FF;
	border-radius: 30px;
	display: inline-block;
	padding: 0 25px 0 0;
	margin-bottom: 20px;
	margin-right: 22px;
	transition: .3s;
}
.s-caption-editor-shortcuts__key:hover {
	background: #D7E9FF;
	cursor: pointer;
}
.s-caption-editor-shortcuts__edit {
	display: inline-block;
	line-height: 40px;
	margin-left: 25px;
	opacity: 0;
	transition: .3s;
}
.s-caption-editor-shortcuts__key:hover .s-caption-editor-shortcuts__edit {
	opacity: 1;
}
.s-caption-editor-shortcuts__btn {
	display: inline-block;
	font-weight: 600;
	padding: 7px;
	border-radius: 30px;
	background: #FFBA00;
	box-shadow: 0 2px 10px #00000030;
	min-width: 140px;
	text-align: center;
	margin-right: 15px;
}
.s-caption-editor-shortcuts__plus {
	display: inline-block;
	margin-right: 20px;
	font-weight: 600;
}
.s-caption-editor-upload__btn-y,
.s-caption-editor-save__btn-y{
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	color: #002052;
	border: none;
	border-radius: 30px;
	background-color: #FFBA00;
	box-shadow: 0 2px 10px #00000030;
	padding: 9px 18px;
	width: auto;
}
.s-caption-editor-upload__btn-y:hover,
.s-caption-editor-save__btn-y:hover{
	background: #002052;
	color: #FFBA00;
}
.s-caption-editor-upload__btn-y{
	cursor: pointer;
	margin: 0 10px;
}
.s-caption-editor-save__btn-y{
	width:40%;
	margin: 40px 10px 0;
}
.s-caption-editor-modal-close{
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.375' width='29.1652' height='1.94435' transform='rotate(45 1.375 0)' fill='%23002052'/%3E%3Crect y='20.625' width='29.1652' height='1.94435' transform='rotate(-45 0 20.625)' fill='%23002052'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	width: 22px;
	height: 22px;
	border: none;
	background-color: transparent;
}
@media (max-width: 1399px) {
	.s-caption-editor-text-editor__top {
		height: 464px;
	}
}
@media (max-width: 1199px) {
	.s-caption-editor-player-controls__play-pause {
		margin-left: 20px;
	}
	.s-caption-editor-player-controls__backward,
	.s-caption-editor-player-controls__volume {
		margin-left: 25px;
	}
	.s-caption-editor-player-controls__rewind {
		margin-right: 20px;
	}
	.s-caption-editor-text-editor__top {
		height: 413px;
	}
}
@media (max-width: 991px) {
	.s-caption-editor-text-editor {
		margin-top: 20px;
		height: 410px;
	}
	.s-caption-editor-text-editor__top {
		height: 358px;
	}
	.s-caption-editor-shortcuts__btn {
		min-width: 104px;
	}
}
@media (max-width: 767px) {
	.s-caption-editor-shortcuts__key {
		padding-right: 12px;
		margin-right: 12px;
	}
	.s-caption-editor-shortcuts__edit {
		margin-left: 12px;
	}
	.s-caption-editor-shortcuts__btn,
	.s-caption-editor-shortcuts__plus {
		margin-right: 8px;
	}
}
@media (max-width: 575px) {
	.s-caption-editor-player-controls {
		line-height: 35px;
		padding: 10px 0;
	}
	.s-caption-editor-player-controls svg {
		transform: scale(0.7);
	}
	.s-caption-editor-shortcuts {
		display: none;
	}
	.s-caption-editor-player-controls__play-pause {
		margin-left: 15px;
	}
	.s-caption-editor-player-controls__backward,
	.s-caption-editor-player-controls__volume {
		margin-left: 15px;
	}
	.s-caption-editor-player-controls__rewind {
		margin-right: 15px;
	}
	.s-caption-editor-player-controls__volume {
		display: block;
	}
	.s-caption-editor-player-controls__rewind-btn {
		margin-left: 0;
	}
}

/* Embeds responsive*/
/**/
/* Credit: Nicolas Gallagher and SUIT CSS.*/

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

/* Modifier class for 16:9 aspect ratio*/
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

/* Modifier class for 4:3 aspect ratio*/
.embed-responsive-4by3 {
	padding-bottom: 75%;
}