body.night .transcription-window .message,body.night .all_transcripts .transcript_title{
	color: #9c9c9c;
} 
body.night .transcription-window .message{
	background: rgba(0, 0, 0, 0.25);
}

.playpause {
right: 101px;
cursor: pointer;
}
.toc {
right: 0px;
cursor: pointer;
}
.tutorial {
left: 48px;
cursor: pointer;
}
.container {
max-width: 620px;
padding: 8px;
padding-left: 20px;
padding-right: 20px;
line-height: 1.3 !important;
padding-bottom: 142px;
}
p {
display: inline-block;
width: 100%;
margin-top: .25em;
margin-bottom: .25em;
}
.toc_panel {
position:fixed;
z-index:9999;
visibility: hidden;
}
.toc_panel.toc_panel--show {
visibility: visible;
}
.toc_panel__container {
position: fixed;
overflow:hidden;
width: 383px;
height: calc(100vh - 54px);
bottom: 0;
line-height: 1;
font-size: 62.5%;
font-size: 1em;
background: #fcfdff;
color:#565656;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
}
.toc_panel__container a {
color:#565656;
}
.toc_panel--from-right .toc_panel__container {
right: 0;
transform: translate3d(100%, 0, 0);
}
.toc_panel--show .toc_panel__container {
transform: translate3d(0, 0, 0);
transition-delay: 0s;
}
.toc_panel__header {
text-align: center;
font-size: 1.5em;
word-break: break-all;
line-height: 80%;
padding:10px;
}
.toc_panel__container a {
text-decoration:none;
}
.toc_panel__container ul, .toc_panel__container li {
margin: 0;
padding: 0;
}
.toc_panel__contents {
padding: 5px;
margin-left:1px;
overflow: hidden;
width: 100%;
height: 100%;
}
.toc_panel__contents, .toc_panel__contents ul > li:before, .chapter {
position: relative;
z-index: 2;
}
.toc_panel__contents {
background: #fcfdff;
}
.toc_panel__contents > ul {
width: 100%;
list-style: none;
position: relative;
padding-right: 5px;
padding-left: 5px;
}
.toc_panel__contents ul > li:before {
content: '';
display: table-cell;
padding-right: .8rem;
width: 0.3rem;
}
.toc_panel__contents > ul > li:before {
content: none;
}
.toc_panel__contents li {
display: table;
font-weight: 400;
margin-left: 0;
-webkit-transition: .3s;
transition: .3s;
width: 100%;
cursor: pointer;
}
.toc_panel__contents li li {
font-weight: 300;
margin-bottom: 0;
margin-left: 0;
}
.toc_panel__contents li > a {
display: inline-block;
width: 100%;
padding-top:5px;
padding-bottom:5px;
position: relative;
}
.toc_panel__contents li a:hover span {
font-weight: 600;
}
.toc_chosen span {
font-weight: 600;
}
.chapter {
display: inline-block;
font-size: 1em;
width: calc(100% - 50px);
}
.toc-page {
position: absolute;
font-size: 1em;
bottom: 5px;
right: 0px;
}
body.night .toc_panel__header {
background: #1f2428;
color:#bfbfbf;
}
body.night .toc_panel__container {
background: #1f2428;
}
body.night .toc_panel__contents {
background: #1f2428;
margin-left: 0px;
}
body.night .toc_panel__container a {
color:#bfbfbf;
}
body.night .container {
background: #22272B;
color: #bfbfbf;
}
body.night .top_panel {
    background: none;
}
@media only screen and (max-width: 1030px) {
.container {
padding-top: 63px;
}
.top_panel {
bottom: auto;
top: 0px;
}
body.night .top_panel {
background: #22272B;
}
.toc_panel__container {
height: calc(100% - 58px);
border-bottom:none;
}
.container .transcription-window {
position: static !important;
}
}

.container .transcription-window {
	position: relative;
    z-index: 999;
	overflow: auto;
	border-radius: 10px;
	width: 100%;
	padding-bottom: 150px;
}
.transcription-window .message {
	max-width: 70%;
	width:fit-content;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0px;
	background: rgba(65, 105, 225, 0.25);
	color: #333;
	word-break: break-word;
}
.message.message_shown.separated {
    user-select: none;
    -webkit-user-select: none;
}
.container form textarea {
	width: 100%;
}

ul.all_transcripts {
overflow: auto;
height: calc(100% - 120px);
}
ul.all_transcripts svg {
width: 20px;
height: 20px;
stroke: #565656;
}
body.night ul.all_transcripts svg {
stroke: #9c9c9c;
}
ul.all_transcripts::-webkit-scrollbar {
width: 0;
height: 0;
}
ul.all_transcripts li{
	margin: 5px 0;
	width: 100%;
	border-radius: 5px;
	position: relative;
	padding: 5px 10px 5px 5px;
	display: flex;
	font-size: 16px;
}
body.night .create_new{
	color: #9c9c9c;
	border-color:#9c9c9c;
}
.create_new { 
	margin: auto;
	display: flex;
	color: #565656;
	border: 1px solid #808080;
	width: 355px;
    margin-top: 10px;
    padding: 10px;
	justify-content: center;
	font-size: 20px;
	background: none;
}
.create_new:hover {
	background: none;
	color: #FC8A74 !important;
	border-color: #FC8A74 !important;
}
.all_transcripts li .actions {
	position: absolute;
	right: 0px;
	margin: auto 0;
	bottom: 0;
	top: 2px;
	display: flex;
}
.all_transcripts li .actions button {
	padding: 5px;
	background: transparent;
	color: #808080;
}
.all_transcripts li .actions button:hover svg {
	stroke: #FC8A74;
}
.all_transcripts li .transcript_title:hover,.all_transcripts li.active .transcript_title {
	color: #FC8A74;
}
.all_transcripts li img{
	margin: auto 0;
	margin-right: 10px;
}
.all_transcripts .transcript_title{
	overflow: hidden;
	padding-right: 60px;
	width: 250px;
	white-space: nowrap;
	padding: 5px;
	text-overflow: ellipsis;
}
.transcript_title.editable {
	display: flex;
	white-space: inherit;
	border: 1px solid #808080;
	cursor: text;
	color: #808080 !important;
}
.transcript_title.editable:hover {
color: #808080 !important;
}
body.night .transcript_title.editable, body.night .transcript_title.editable:hover {
color: #9c9c9c !important;
}
.editor_panel{
	display: flex;
	justify-content: flex-end;
}
.editor_panel button:hover {
	background: none;
}
.editor_panel button {
	background: none;
	padding: 5px 0px 2px 0px;
}
.editor_panel button svg {
	stroke: #808080;
	width: 0.6em;
	height: 0.6em;
}
.editor_panel button:hover svg {
	stroke: #FC8A74;
}
.answer-preloader{
	width: 35px;
	height: 35px;
}
.answer-preloader svg{
	width: 100%;
	height: 100%;
	fill: #808080;
}
.transcripts_filter{
	display: flex;
	margin: 10px 0;
	width: 100%;
	padding: 5px 8px;
	justify-content: space-between;
}
.transcripts_filter .filter_input input{
	border-radius: 4px;
	padding: 8px;
	width: 291px;
    font-size: 18px;
    color: #565656;
    border: 1px solid #808080;
    background: none;
    height: 40px;
}
body.night .transcripts_filter .filter_input input {
color: #9c9c9c;
background: rgba(0,0,0,0.25);
border: 1px solid #9c9c9c;
}
body.night .transcript_language_filter_dropdown {
background: #191d20 !important;
border: #9c9c9c 1px solid !important;
}
body.night .transcript_language_filter_dropdown .select2-results__option {
background: none;
}
body.night .transcript_language_filter_dropdown .select2-results__option.select2-results__option--highlighted {
background-color: #22272B !important;
}
.transcript_language_filter_dropdown {
border: 1px solid #eee !important;
background: #fff !important;
}
.transcript_language_filter_dropdown img {
width: 30px;
height: 30px;
margin-top: 11px;
margin-left: -2px;
}
body.night .welcome-block{
	color: #9c9c9c;
}
body.night .welcome-block ul li {
	background: rgba(0,0,0,0.25);
	border: 1px solid rgba(0,0,0,0.25);
}
body.night .welcome-block ul li.welcome-block-feature-2:hover {
background-color: #22272B !important;
color: #9c9c9c;
border: 1px solid #9c9c9c;
}
.welcome-block{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	color: #565656;
	min-height: 60vh;
	margin-top: 10px;
}
.welcome-block .m-auto{
	margin: auto;
}
.welcome-block .col-100{
	width: 100%;
	margin-top: 20px;
}
.welcome-block .svg_container{
	width: 30px;
	height: 30px;
	margin: auto;
}
.svg_container svg {
	width: 100%;height: 100%;
}
.welcome-block h2 {
	text-align: center;
	font-size: 0.8em;
}
.welcome-block ul {
	margin: 0;
}
.welcome-block ul li {
	word-break: break-word;
	padding: 10px;
	margin: 10px;
	background: rgba(200, 200, 200, 0.25);
	border-radius: 2.5px;
	font-size: 0.7em;
}
.welcome-block ul li.welcome-block-feature-2 {
cursor: pointer;
}
.welcome-block ul li.welcome-block-feature-2:hover {
background: #5897fb;
color: #fff;
}
.transcript_language_filter .select2-container {
width: 50px !important;
font-size: 18px !important;
margin-top: 0.5px;
}
.transcript_language_filter .select2-container .select2-selection--single {
background: none !important;
border: 1px solid #808080;
}
body.night .transcript_language_filter .select2-container .select2-selection--single {
background: rgba(0,0,0,0.25) !important;
border: 1px solid #9c9c9c;
}
.transcript_language_filter .select2-container .select2-selection--single img {
width: 20px;
height: 20px;
margin-top: 9px;
}
body.night .transcript_language_filter_dropdown {
background: #22272B;
}
.transcript_language_filter_dropdown img {
width: 20px;
height: 20px;
margin-top: 9px;
margin-left: 12px;
}
.transcript_language_filter_dropdown .select2-results__option {
padding: 2px;
}
body.night .transcript_language_filter_dropdown li {
background: rgba(0, 0, 0, 0.25) !important;
}
body.night .transcript_language_filter_dropdown .select2-results__option {
background: none !important;
}
body.night .transcript_language_filter_dropdown .select2-results__option--highlighted {
background-color: #22272B !important;
}
@media only screen and (max-width: 1120px) {
.jGrowl.bottom-right {
bottom: 54px;
}
}
.confirm-edit-messsage-button {
margin-left: 6px;
}
.confirm-edit-messsage-button svg {
width: 1em !important;
height: 1em !important;
}
.container.rtl .transcription-window .message .editable_message {
direction: rtl;
display: inline-block;
text-align: right;
}
.control-panel {
padding: 20px;
border: 1px solid rgba(255, 255, 255, 0.1);
position: fixed;
width: 100%;
max-width: 580px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 9999;
background: #fff;
margin: auto;
}
.controls-container {
display: flex;
align-items: center;
justify-content: space-between;
}
.mic-button {
width: 100px;
height: 100px;
border-radius: 50%;
background: linear-gradient(135deg, #f29554 0%, #f5904a 100%);
border: none;
cursor: pointer;
position: relative;
transition: all 0.3s ease;
box-shadow: 0px 0px 10px #f5904a, inset 0 -2px 10px rgba(0, 0, 0, 0.02);
}
.mic-button:hover {
transform: scale(1.05);
box-shadow: none;
background: linear-gradient(135deg, #fe9c58 0%, #fd9349 100%);
}
.mic-button:active {
transform: scale(0.98);
}
.mic-button.recording {
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
    box-shadow: 0 10px 30px rgba(52, 73, 94, 0.3),
   inset 0 -2px 10px rgba(0, 0, 0, 0.2),
   0 0 0 0 rgba(52, 73, 94, 0.4);
}
70% {
    box-shadow: 0 10px 30px rgba(52, 73, 94, 0.3),
   inset 0 -2px 10px rgba(0, 0, 0, 0.2),
   0 0 0 20px rgba(52, 73, 94, 0);
}
100% {
    box-shadow: 0 10px 30px rgba(52, 73, 94, 0.3),
   inset 0 -2px 10px rgba(0, 0, 0, 0.2),
   0 0 0 0 rgba(52, 73, 94, 0);
}
}
.mic-icon, .cancel-icon, .play-icon, .pause-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: opacity 0.3s ease;
}
.mic-icon, .play-icon {
width: 40px;
height: 40px;
}
.cancel-icon, .pause-icon {
width: 35px;
height: 35px;
opacity: 0;
}
.mic-button.transcript .mic-icon {
opacity: 0;
}
.mic-button.transcript .cancel-icon {
opacity: 1;
}
.mic-button.mic-mode .play-icon, .mic-button.mic-mode .pause-icon {
opacity: 0;
}
.mic-button.mic-mode.recording .mic-icon {
opacity: 0;
}
.mic-button.mic-mode.recording .cancel-icon {
opacity: 1;
}
.mic-button.subs-mode .mic-icon, .mic-button.subs-mode .cancel-icon {
opacity: 0;
}
.mic-button.subs-mode .play-icon {
opacity: 1;
}
.mic-button.subs-mode.recording .play-icon {
opacity: 0;
}
.mic-button.subs-mode.recording .pause-icon {
opacity: 1;
}
.mode-button {
width: 56px;
height: 56px;
background: #407ddc;
border: none;
border-radius: 50%;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 8px 25px rgba(95, 39, 205, 0.3);
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.mode-button:hover {
background: #649cf7;
transform: scale(1.05);
box-shadow: none;
}
.mode-button:active {
transform: scale(0.95);
}
.mode-button[disabled] {
pointer-events: none;
filter: grayscale(100%);
}
.mode-icon-mic, .mode-icon-subs {
position: absolute;
width: 28px;
height: 28px;
transition: all 0.3s ease;
}
.mode-icon-mic {
opacity: 1;
transform: scale(1) rotate(0deg);
}
.mode-icon-subs {
opacity: 0;
transform: scale(0.8) rotate(-180deg);
}
.mode-button.subs-mode .mode-icon-mic {
opacity: 0;
transform: scale(0.8) rotate(180deg);
}
.mode-button.subs-mode .mode-icon-subs {
opacity: 1;
transform: scale(1) rotate(0deg);
}
body.night .container .control-panel {
background: #22272B;
}
.transcriber_language_dropdown {
border: 1px solid #eee !important;
background: #fff !important;
}
.transcriber_language_dropdown img {
width: 40px;
height: 40px;
margin-top: 11px;
margin-left: -2px;
}
.transcriber_language_dropdown .select2-results__option {
padding: 0;
text-align: center;
}
.transcriber_language_select {
font-size: 20px;
}
.transcriber_language_select .select2-container {
font-size: 18px !important;
width: 80px !important;
padding: 7px 0px;
height: 73px;
}
.transcriber_language_select .select2-container img {
width: 50px;
height: 50px;
margin-top: 5px;
filter: drop-shadow(0 8px 7px rgba(0, 0, 0, 0.15))
}
.transcriber_language_select .select2-container .select2-selection--single {
border: none;
background: none !important;
}
.transcriber_language_select .select2-container .select2-selection--single .select2-selection__arrow {
height: 73px !important;
}
.transcriber_language_select .select2-container--disabled img {
filter: grayscale(100%);
}
.transcriber-window .message {
max-width: 100%;
width: fit-content;
border-radius: 5px;
padding: 10px;
margin: 10px 0px;
color: #333;
word-break: break-word;
text-align: left;
background: rgba(200, 200, 200, 0.25);
}
body.night .transcriber-window .message {
background: rgba(0, 0, 0, 0.25);
}
.message-datetime {
color: #808080;
font-size: 13px;
padding: 6px 10px 2px 0px;
}
.message-datetime.timestamp {
cursor: pointer;
}
.message-controls {
display: flex;
justify-content: flex-end;
}
.message_chosen {
background: #dcdcdc !important;
}
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}