/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@font-face {
	font-family: "Montserrat_Medium";
	src: url("../fonts/Montserrat_500Medium.ttf") format('truetype');
}

@font-face {
	font-family: "Montserrat_SemiBold";
	src: url("../fonts/Montserrat_600SemiBold.ttf") format('truetype');
}

@font-face {
	font-family: "Montserrat_Bold";
	src: url("../fonts/Montserrat_700Medium.ttf") format('truetype');
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

button{
	cursor: pointer;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.wrapper h2{
	font-size: 2.5rem;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
  width: 100%;
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Hide the links inside the navigation menu (except for logo/home) */

#mobileNav #myLinks{
	display: none;
}

#mobileNav{
	display: none;
}

#mobileNav #myLinks.active{
	position: absolute;
    color: white;
    display: flex;
    flex-direction: column;
	background: #333;
    width: 100%;
    padding: 20px;
	z-index: 99;
}

#myLinks.active a{
	margin-bottom: 15px;
}

.main-logo-mobile{
	width: 30px;
    margin-left: 5px;
}

.logo-title-mobile{
	font-size: 15px;
	color: white;
}

.mobileLogo{
	display: flex;
	align-items: baseline;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  display: block;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* ---------------------------------------------------
    STYLE HELPER
----------------------------------------------------- */
.text-align-center {
	text-align: center;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

.empty-sidebar{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.empty-sidebar.active{
	justify-content: flex-end;
	margin-right: 15px;
}

#sidebar {
    background: #333333;
    color: white;
    transition: all 0.3s;
	height: 100%;
	display: flex;
    flex-direction: column;
}

#sidebar .logo-title{
	margin-bottom: 0;
	margin-top: 10px;
}

#sidebar.active {
    text-align: center;
	width: 5vw;
}

#sidebar.active .user-avatar{
	width: 80px;
}

#content.active {
	width: 85vw;
    text-align: center;
}

#sidebar.active .sidebar-header h1,
#sidebar.active .CTAs, #sidebar.active ul li a span {
    display: none;
}

#sidebar.active li .icon{
	margin: auto;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
	justify-content: center;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
	flex: 1;
}

#sidebar .empty-sidebar {
	flex: 1;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
	flex: 10;
	display: flex;
	flex-direction: column;
}

#sidebar ul li a {
    padding: 15px 2rem;
    font-size: 1.1em;
    display: flex;
	align-items: center;
}

#sidebar ul li a:hover {
    
    background: black;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: black;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: none;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.last-item{
	margin-top: auto;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    padding: 0px 35px;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    SCROLLBAR
----------------------------------------------------- */

::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(251, 191, 41,0.5); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(251, 191, 41,0.5);  
}

/* ---------------------------------------------------
    CUSTOM
----------------------------------------------------- */
.wrapper{
	height: 100vh;
	background-color: #ffffff;
}

#sidebar, #content{
	height: 90vh;
	box-shadow: 0px 0px 9px rgb(0 0 0 / 60%);
	overflow:auto;
}

#sidebar{
	width: 20vw;
}

#content{
	width: 70vw;
	background-color: white;
	display: flex;
    flex-direction: column;
}

.content-wrapper{
	padding: 0 4vw;
}

.wrapper .row{
	margin: 0;
	display: flex;
    align-content: center;
}

.hidden{
	display: none!important;
}

#sidebar .user-avatar{
	border-radius: 50%;
	border:3px solid white;
	max-width: 120px;
}

#sidebar .user-expand{
	height: 70px;
	background-color:#5b5b5b;
	color: white;
	margin-left: auto;
	order: 2;
}

#sidebar:not(.active) .user-info {
	padding-left: 35px;
	margin-top: 25px;
    margin-bottom: 35px;
	display: flex;
    align-items: center;
}

#sidebar:not(.active) .sidebar-header{
	padding: 0 2rem;
	padding-top: 40px;
	display: flex;
    align-items: center;
}

.sidebar-expand{
	background: transparent;
	color: white;
	border: 1px solid white;
	margin-left: auto;
	order: 2;
	padding-left: 10px;
	padding-right: 12px;
}

#sidebar .sidebar-header{
    padding-top: 40px;
}

.sidebar-header .main-logo{
	max-width: 50px;
}

.sidebar-header .logo-title{
	font-size: 22px;
    display: inline-block;
    padding-left: 5px;
}

#sidebar .user-info {
	margin: 25px 0;
}

#sidebar li{
	
}

.user-info .user-avatar{
	
}

.user-expand{
	margin-left: -20px;
}

#sidebar .user-personal{
    display: inline-block;
	vertical-align: middle;
}

#sidebar .user-personal .user-email, #sidebar .user-personal .user-name{
	margin-left: 15px;
}

#sidebar .user-personal .user-name{
	margin-bottom: -5px;
}

#sidebar .user-email{
	font-size: 12px;
	line-break: anywhere;
}

#sidebar .user-info .col-md-4{
	padding-right: 0!important;
}

.icon{
	width: 20px;
	margin-right: 15px;
}

#sidebar hr{
	margin:0;
	border-top: 1px solid rgba(255,255,255,.4);
}

.dropdown-toggle{
	color: #6d6d6d;
}

.icon-float-right{
	margin-left: auto;
	order: 2;
}

.content-nav{
	display: flex;
}

.content-nav .left-nav{
	margin-left:auto;
	order: 2;
}

.content-nav .content-nav-button{
	margin-right: 10px;
	font-size: 13px;
	background: transparent;
	font-weight: bold;
	color: #6d6d6d;
	border-radius: 20px;
	width: 180px;
	border: 2px solid rgba(109, 109, 109, 0.5);
	padding: 5px;
}

.content-nav .content-nav-button.active{
	background: #fcd22a;
	border: 2px solid #fcd22a;
	color: black;
}

.content-nav .content-nav-button:hover{
	background: #fcd22a;
	color: white;
	border: 2px solid #fcd22a;
}

.left-nav-button:focus{
	background: #fcd22a!important;
}

.left-nav-button:hover{
	background: #fcd22a!important;
}

.content-nav .left-nav button{
	background: rgba(109, 109, 109, 0.2);
	color: #6d6d6d;
	padding: 6px 20px;
	margin-right: 10px;
	border: none;
	border-radius: 20px;
}

.content-nav .left-nav-button{
	width: 150px;
	font-size: 14px;
}

.mic-icon{
	width: 10px;
	margin-right: 10px;
}

.leftnav-icon{
	width: 20px;
	margin-right: 10px;
}

.hello-bg{
	width: 100%;
	padding: 35px 0;
}

.member-wrapper{
	margin-left: 5%;
	display: flex;
	justify-content: center;
	background: rgba(109, 109, 109, 0.1);
	padding: 10px;
    border-radius: 25px;
}

.member-wrapper .user-avatar{
	width: 120px;
	margin-right: 25px;
	margin-right: 15px;
	border-radius: 50%;
	border:3px solid white;
}

.activity-name{
	color: #fcd22a;
}

.member-wrapper .user-avatar:last-child{
	margin-right: 0;
}

.activity-info{
	display:flex;
	justify-content: space-between;
}

.show-1600{
	display: none;
}

.hidden-1600{
	display: block;
}

.numbered{
	display: flex;
	width: 120px;
	align-self: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 500;
	color: #fcd22a;
	padding: 25px;
	background: #2d2d2d;
	border-radius: 50%;
	border: 3px white solid;
}

.content-nav .right-nav{
	align-items: center;
	display: flex;
}
	
.collapse-nav-button{
	border: none;
	background: transparent;
	color: #f1c40f;
}

.collapse-nav-button:focus{
	outline: none;
}
	
.record-select{
	display: flex;
	align-items: center;
}

.select-input{
	width: 100%;
}

.col-form-label{
	margin-right: 10px;
}

.home-record-wrapper{
	margin-top: 15px!important;
	padding: 15px;
	opacity: 0; 
	visibility: hidden;
	-webkit-transition: visibility 0.2s linear,
	opacity 0.2s linear;
	-moz-transition: visibility 0.2s linear,
	opacity 0.2s linear;
	-o-transition: visibility 0.2s linear,
	opacity 0.2s linear; 
	background: rgba(109, 109, 109, 0.1);
	border-radius: 25px;
}

.home-record-wrapper.active{
	visibility: visible; 
	opacity: 1;
}

.today-meeting{
	padding: 10px;
	background: rgba(109, 109, 109, 0.1);
	border-radius: 25px;
	margin-bottom: 15px;
}

.today-meeting p{
	text-align: center;
	margin: 0;
}

.hello-wrapper{
	position: relative;
}

.hello-bg{
	position: relative;
}

.hello-text{
	position: absolute;
	color: white;
	text-align: left;
	top: 50%;
    left: 3%;
}

.hello-text h4{
	font-weight: 300;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media only screen and (max-width: 1600px) {
	.show-1600{
		display: block;
	}
	
	.hidden-1600{
		display: none;
	}
	
	.content-nav .right-nav{
		width: 60%;
		align-items: center;
		display: flex;
	}
	
	.content-nav .content-nav-button {
		width: 140px;
		margin-right: 5px;
	}
	
	.content-nav .left-nav-button {
		width: 100px;
	}
	
	.left-nav img{
		margin-right: 0;
	}
	
	.member-wrapper .user-avatar{
		width: 80px;
		margin-right: 15px;
		border-radius: 50%;
		border:3px solid white;
		height: 100%;
	}
	
	#sidebar .user-avatar{
		width: 80px;

	}
	
	#sidebar.active .user-avatar{
		width: 60px;
	}
	
	#sidebar .user-expand{
		padding: 0;
	}
	
	.today h2, .recent h2{
		font-size: 22px;
	}
	
	.numbered{
		width: 80px;
		height: 100%;
		padding: 7px;
	}
	
	.hello-text h3{
		font-size: 24px;
	}
	
	.hello-text h4{
		font-size: 20px;
		font-weight: 300;
	}
	
	.sidebar-header .logo-title{
		font-size: 1rem!important;
	}
	
	.content-header{
		margin-top: 10px;
	}
	
	#mobileNav{
		display: none;
	}
}

@media only screen and (max-width: 900px) {
	
	#sidebar, #content{
		height: 100vh;
	}
	
	#mobileNav{
		display: block;
	}
	
	#mobileNav{
		display: block;
	}
	
	#content{
		width: 100vw;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#sidebar{
		width: 0;
	}
	
	.content-wrapper {
		padding: 0;
	}
	
	.select-lang-row{
		flex-direction: column;
	}
	
	.mode-select, .translate-select{
		border: none!important;
	}
	
	.home_title{
		text-align: center;
	}
	
	.add_speaker_button{
		float: left!important;
	}
}

/* ---------------------------------------------------
    MEETING
----------------------------------------------------- */

#notename-input{
	font-size: 25px;
}

#meeting.content-wrapper{
	width: 100vw;
}



.meeting-content{
	height: 90vh;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 60%);
    overflow: auto;
	background: #2d2d2d;
    color: #fff;
	padding: 5px;
}

.meeting-main-logo{
	width: 30px;
}

.meeting-main-title{
	font-size: 20px;
}

.meeting-topbar{
	padding: 10px;
	display: flex;
    justify-content: space-between;
}

.meeting-top-button{
	background: transparent;
	border: none;
}

.button-red{
	color: #e74c3c;
}

.button-yellow{
	color: #f1c40f;
}

.button-green{
	color: #2ecc71;
}

.transcript-header, .translate-header{
	display: flex;
}

.meeting-transcript-ava{
	width: 30px;
}

.transcript{
	background: #e5e5e5;
    padding: 15px;
    margin-bottom: 1px;
    height: 50vh;
    overflow-y: auto;
}

.translate{
	background: white;
	border: 2px solid #f1c40f;
	padding: 15px;
	border-radius: 20px;
	margin-bottom: 1px;
	height: 50vh;
	overflow-y: auto;
}

.transcript-user, .translate-user{
	/*margin-left: auto;*/
	display: flex;
	align-items: baseline;
	margin-left: 10px;
}

.translate-user i {
	margin-left: 5px;
}

.translate-content, .transcript-content{
	text-align: justify;
}

.transcript-user-name{
	color: #fbbf29;
	display: inline;
}

.record-bottom-button{
	margin-top: 25px;
}

.record-bottom-button button{
	
	margin: 0 5px
}

.record-field, .record-translate{
	margin-top: 10px;
}

.datetime-wrapper{
	text-align: left;
    display: flex;
    align-items: baseline;
}

.datetime-wrapper i{
	margin-right: 10px;
}

#notename-input{
	border: none;
}

#notename-input:hover{
	cursor: pointer;
	border: 1px solid #5b5b5b;
}

.input-wrapper{
	display: flex;
}

.input-wrapper i{
	display:none;
	font-size: 25px;
	margin-left: 15px;
	padding: 0 10px;
}

#notename-input:hover + i{
	display:block;
}

.recordIcon{
	width: 50px;
}

.record-record-button, .download-record-button{
	background: none;
	border: none;
}

.record-record-button:focus, .download-record-button:focus{
	outline: none;
}


.record-translate-content span, .record-transcript-content span {
	width: 100%;
}

.record-translate-content span{
	color: #c0392b;	
}

.homestyle-record-button{
	background: #00418d;
	color: white;
}

.homestyle-record-button:hover{
	background: #012854;
	color: white;
}

.vadCut:first-child{
	margin-top: 0!important; 
}

.vadCut{
	margin-top: 15px; 
}

.recent{
	margin-top: 15px;
	text-align: center;
}


/* ---------------------------------------------------
    SELECT LANG
----------------------------------------------------- */

.selectLang{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.mode-select, .transcript-select, .translate-select{
	flex: 1;
	padding: 15px;
}

.mode-select {
	border-right: 1px dotted black;
}

.translate-select {
	border-left: 1px dotted black;
}

/* ---------------------------------------------------
    RECORD
----------------------------------------------------- */

.download-record-button i, .record-record-button i {
	font-size: 2.5rem;
}

.spkL{
	text-align: right;
    font-size: 13px;
    color: #c0392b;
}

.datetime-bar{
	display: flex;
	justify-content: space-between;
}

/* ---------------------------------------------------
    HOME
----------------------------------------------------- */

.file_list{
	
}

.file_container{
	padding: 15px;
	border: 2px solid #333333;
	border-radius: 10px;
	margin-bottom: 15px;
}

.second_row p {
	margin: 0;
}

.second_row{
	justify-content: space-between;
	align-items: center;
}

.custom-upload-btn{
	background: #333333;
	color: white;
}

.upload-btn-container{
	justify-content: center;
	margin-top: 15px!important;
}

.custom-upload-btn:hover{
	background: black;
}

.home_title{
	flex: 1;
	line-height: 2;
}

.home-container{
	flex: 2;
}

.edit-prompt-container{
	align-items: center;
    display: flex;
    flex-direction: column;
}

.custom-discard-btn{
	background-color: #c0392b;
	color: white;
	margin-right: 15px;
}
/* ---------------------------------------------------
    DETAIL
----------------------------------------------------- */

.detail .row{
	justify-content: center;
	flex: 1;
}

.detail audio{
	margin-top: 10px;
}

.toolkit{
	border: none;
	background: none;
}

.toolcol{
	display: flex;
    justify-content: space-between;
}

.undo-redo, .save-export{
	justify-content: center;
    align-items: center;
    display: flex;
}

/* ---------------------------------------------------
    LIST SPEAKER
----------------------------------------------------- */

.list_speaker .row{
	margin-bottom: 15px;
}

.add_speaker_button{
	float: right;
}

.export_speaker_button, .import_speaker_button{
	float: left;
	margin-right: 10px;
}

.empty_list_speaker{
	padding: 3rem;
	border: 1px solid grey;
	border-radius: 20px;
	text-align: center;
}

.empty_list_speaker p{
	margin: 0;
}