/*=======================================================================================
| Project Name: Amazon Transcribe Medical
| Author: Berkine
| Author URL: https://codecanyon.net/user/berkine/portfolio
| Version: 1.0
| File name: client/styles.css
| Date Created: 15.11.2020
| Website: envato.berkine.cloud/transcribe-medical
========================================================================================= */


/* -------------------------------------------- */
/*             TABLE OF CONTENTS
/* -------------------------------------------- */
/*   00 - PRELOAD STYLES			            */
/*   01 - GLOBAL STYLES			            	*/
/*   02 - INSTRUCTIONS LAYOUT		            */
/*   03 - MEDIA FILE UPLOADS (FILEPOND PLUGIN)	*/
/*   04 - AUDIO RECORDING (FLIPCLOCK PLUGIN)    */
/*   05 - GREEN AUDIO PLAYER 			        */
/*   06 - TRANSCRIBE OPTIONS DROPDOWN MENU		*/
/*   07 - USER INPUT FIELDS (CASE NAME & EMAIL) */
/*   08 - AWS LOGO   		    				*/
/*   09 - COPYRIGHT							    */



/* ==========================================================================           
 *
 *    00 - PRELOAD STYLES
 *
 * ========================================================================== */

.no-js #loader { display: none;  }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con {
			position: fixed;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 9999;
			background: url(../img/preload.gif) center no-repeat #fff;
} 



/* ==========================================================================           
 *
 *    01 - GLOBAL STYLES
 *
 * ========================================================================== */

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #0E2E40;
}

h3 {
	font-family: 'Poppins', sans-serif;
	color: #0E2E40;
	text-transform: uppercase;
	
	font-weight: 800;
	font-size: 20px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(57,73,76,.3);
}

h5 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
}

h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	color: #0E2E40;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

section {
	background: #F7f7f7;
	padding-bottom: 64px;
}

section .container {
	padding-left: 0px;
	padding-right: 0px;
}

section .container .row {
	margin-bottom: 5rem;
}

section #title span {
	color: #4B53BC;
}

section #title h5 {
	text-align: center;
	margin-bottom: 4rem;
	text-shadow: 0 1px 2px rgba(57,73,76,.3);
	font-weight: 900;
}

/*------------------------------------------*/
/*    Navigation
/*------------------------------------------*/

#top-nav {
	background: #000;
	box-shadow: 0 3px 6px rgba(57,73,76,.7);
	margin-bottom: 64px;
}

#top-nav .container {
	padding-left: 0;
	padding-right: 0;
}

.navbar {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 50px;
	font-weight: 700;
	z-index: 100;
	-webkit-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}

.navbar-nav {
  	width: 100%;
  	display: flex;
  	font-size: 12px;
  	justify-content: flex-end;
}

.navbar-nav li.nav-item a.nav-link {
  	text-transform: uppercase;
  	padding: 0px 15px;
  	letter-spacing: 1px;
  	color: #FFF;
}

.navbar-nav li.nav-item a.nav-link:hover {
	color: #7B83EB;
}

.navbar-brand {
  	color: #FFF;
  	font-size: 14px;
  	text-transform: uppercase;
  	font-weight: 800;
}

.navbar-brand span {
  	color: #7B83EB;
}

.navbar-brand:hover {
	color: #FFF;
}

.dropdown-menu {
	padding: 0;
	margin-top: 5px;
	font-size: 12px;
	border-radius: 0;
	background: #000;
	box-shadow: 0px 4px 7px 1px rgba(20,20,20,.4);
}

.dropdown-item {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #1c1c1a;
}

.dropdown-item:last-child {
	border-bottom: none;
}

.dropdown-item:hover {
	color: #FFF;
	background-color: #4B53BC;
	transition: all .1s ease;
}



/* ==========================================================================           
 *
 *    02 - INSTRUCTIONS LAYOUT
 *
 * ========================================================================== */

#instructions {
	box-shadow: 0 0.16rem 0.36rem 0 rgba(0, 0, 0, 0.13), 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.11);
	border-radius: 0.4rem;
	background-color: #FFF;
	padding: 2rem;
	color: #0E2E40;
	margin-bottom: 2rem;
}

#instructions h5 {
	margin-bottom: 1rem;
}

#instructions i {
	margin-right: 0.5rem;
	font-size: 14px;
	color: #4B53BC;
}

#instructions ul {
	margin-bottom: 0;
}

#instructions ul li {
	font-size: 10px;
	margin-bottom: 0.2rem;
}

#instructions span {
	color: #4B53BC;
}

/*------------------------------------------*/
/*    Vertical Line Splitter
/*------------------------------------------*/

.vl {
	position: absolute;
	border-left: 1px solid #e1dfdd;
    height: 664px;
    width: 0;
    left: 50%;
}

/*------------------------------------------*/
/*    Demo
/*------------------------------------------*/

#demo {
	box-shadow: 0 0.16rem 0.36rem 0 rgba(0, 0, 0, 0.13), 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.11);
	border-radius: 0.4rem;
	background-color: #FFF;
	padding: 2rem;
	color: #0E2E40;
}

#demo h5 {
	margin-bottom: 1.5rem;
}

#demo-player {
	margin-bottom: 1rem;
}

#demo h6 {
	font-weight: 600;
	font-size: 10px;
	line-height: 5px;
}

#demo h6#demo-sub-title {
	margin-bottom: 1rem;
}

#demo p {
	text-align: justify;
	font-size: 10px;
	font-weight: 400;
	font-style: italic;
}

#demo span {
	color:#4b53bc;
}

#demo-speaker-identification .speaker1 p {
	padding: 1rem;
	background: #c9cbea;
	color: #000;
}

#demo-speaker-identification .speaker2 p {
	padding: 1rem;
	background: #eae8c9;
	color: #000;
}

#accordion .card {
	border: none;
	margin-bottom: 1rem;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}

#accordion .card-header {
	padding: .75rem 1rem;
	border-bottom: none;
	background: none;
}

#accordion .card-body {
	padding: 1rem;
}

#accordion .card-body h6 {
	margin-bottom: 1rem;
}

#accordion .card-header .btn {
	padding: 0;
	outline: none;
    text-decoration: none;
}

#accordion .card-header:hover {
	background: #4b53bc;
}

#accordion .card-header:hover h6 {
	color: #FFF;
}



/* ==========================================================================           
 *
 *    03 - MEDIA FILE UPLOADS CONTAINER (FILEPOND PLUGIN)
 *
 * ========================================================================== */

#upload-container {
	cursor: pointer;
}

#upload-container audio {
	display: none;
}

.filepond--root {
	color: #0E2E40;
	box-shadow: 0 0.16rem 0.36rem 0 rgba(0, 0, 0, 0.13), 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.11);
	border-radius: 0.4rem;
}

.filepond--drop-label.filepond--drop-label label {
	font-weight: 800;
}

.filepond--drop-label.filepond--drop-label label:hover {
	cursor: pointer;
}

.filepond--drop-label {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	color: #0E2E40;
	height: 120px;
}

.filepond--browser.filepond--browser {
	bottom: 1.75em;
}

.filepond--file-info {
	font-weight: 400;
}

.filepond--item-panel {
	background: #0e2e40;

}

.filepond--panel-root {
	background-color: #FFF;	
}

.filepond--label-action {
	text-decoration: none;
    color: #4B53BC;
}

.filepond--label-action:hover {
	color: #0e2e40;
}

[data-filepond-item-state*='invalid'] .filepond--item-panel, [data-filepond-item-state*='error'] .filepond--item-panel {
	background-color: #c44e47!important;
}



/* ==========================================================================           
 *
 *    04 - AUDIO RECORDING (FLIPCLOCK PLUGIN)
 *
 * ========================================================================== */

#record-container {
	background: #FFF;
	border-radius: 0.4rem;
	padding: 3rem;
	margin-bottom: 1rem;
	box-shadow: 0 0.16rem 0.36rem 0 rgba(0, 0, 0, 0.13), 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.11);
}

$clock-digit-gap: 10px
$clock-dot-size: 5px

#clock-live .flip-clock-wrapper {
	margin-top: 0;
}

.countdown.flip-clock-wrapper ul {
  height: 52.5px;
  margin: 0 2.5px;
  width: 24.5px;
}

.countdown.flip-clock-wrapper ul li {
  line-height: 52.5px;
}

.countdown.flip-clock-wrapper ul li a div div.inn {
  color: #FFF;
  background-color: #0e2e40;
  font-size: 35px;
} 

.countdown .flip-clock-dot {
  height: 7px;
  left: 7px;
  width: 7px;
  background: #0e2e40;
}

.countdown .flip-clock-divider {
  height: 52.5px;
  width: 16px;
 }

.countdown .flip-clock-divider .flip-clock-label {
  font-size: 8.75px;
  float: none;
  top: -2em;
  right: -57px;
  text-align: center;
  color: #0E2E40;
}

.countdown .flip-clock-divider.seconds .flip-clock-label {
    right: -63px;
    margin-bottom: 0.5rem;
}

.countdown .flip-clock-divider.minutes .flip-clock-label {
	right: -60px;
}

/* -------------------------------------------- */
/* 		RECORDING ACTION BUTTONS
/* -------------------------------------------- */

#record-buttons {
	display: inline-flex;
	margin-top: .7rem;
}

#record-buttons .controls {
	padding: 0.8rem 1rem;
	text-transform: uppercase;
	color: #FFF;
	width: 150px;
	font-size: 12px;
	border: none;
	outline: none;
	position: relative;
	background-color: #0e2e40;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}

#record-buttons .controls i {
	margin-right: 7px;
}

#record-buttons .controls:hover {
	background-color: #0e2e40;
	color: #FFF;
	transition: ease 0.2s all;
}

#record-buttons #record {
	margin-right: 5px;
}

#record-buttons .active {
	background-color: #DD2C00;
}

.is-recording {
	background-color: #0e2e40;
	color: #FFF;
}

#audio-settings {
	display: none;
}

#audio-settings-inner {
	display: inline-flex;
}

#audio-format {
	font-size: 10px;
	color: #888;
	font-weight: 400;
	display: none;
}

/*------------------------------------------*/
/*    Audio Player Element
/*------------------------------------------*/

#recordings {
	display: none;
	margin-top: 1.5rem;
}



/* ==========================================================================           
 *
 *    05 - GREEN AUDIO PLAYER
 *
 * ========================================================================== */

.green-audio-player {
 	box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
 	padding-left: 15px;
    padding-right: 15px;
    width: auto;
 }

 .green-audio-player .slider .progress .pin {
 	background-color: #0e2e40;
 }

 .green-audio-player .controls span {
 	color: #0e2e40!important;
 }

 .green-audio-player .controls {
 	color: #0e2e40;
 	font-size: 10px;
 }

.green-audio-player .slider .gap-progress .pin {
	background: #0e2e40;
}

.green-audio-player .slider .gap-progress {
	background: #0e2e40;
}

.green-audio-player .play-pause-btn svg {
	width: 12px;
	margin-left: 0.5rem;
	margin-right: 0.2rem;
}

.green-audio-player .volume .volume__button svg {
	width: 16px;
}

.green-audio-player .download .download__link svg {
	width: 16px;
	margin-right: 0.3rem;
}

.green-audio-player .holder .play-pause-btn path {
	fill: #0e2e40;
}

.green-audio-player .volume .volume__button path {
	fill: #0e2e40;
}

.green-audio-player .volume .volume__button.open path {
	fill: #0e2e40;
}
 .green-audio-player .volume .volume-btn.open path {
  fill: #0e2e40;
}

.green-audio-player .download .download__link path {
	fill: #0e2e40;
}



/* ==========================================================================           
 *
 *    06 - TRANSCRIBE OPTIONS DROPDOWN MENU
 *
 * ========================================================================== */

#settings-container {
	background: #FFF;
	border-radius: 0.4rem;
	padding: 3rem 3rem 6rem 3rem;
	margin-bottom: 1rem;	
	box-shadow: 0 0.16rem 0.36rem 0 rgba(0, 0, 0, 0.13), 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.11);
}

/* -------------------------------------------- */
/* 		Awesome Select Dropdown
/* -------------------------------------------- */

.awselect {
	font-family: 'Lato', sans-serif;
	text-align: left;
	margin-bottom: 1.5rem;
	font-size: 10px!important;
	margin-top: 0.5rem;
}

.awselect .front_face {
	padding: 12px 20px!important;
}

.awselect .front_face > .bg {
	background: #4B53BC!important;
	color: #212932;
	box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

.awselect .back_face {
	padding: 0px!important;
	float: left;
}

.awselect.animate2 > .bg {
	-webkit-box-shadow: 0px 4px 7px -2px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 4px 7px -2px rgba(0,0,0,.5);
	box-shadow: 0px 4px 7px -2px rgba(0,0,0,.5);
}

.awselect .back_face ul li a {
	padding: 10px 20px!important;
	float: left;
	border-bottom: 1px solid #ced4da;
}

.awselect .back_face ul li a:hover {
	background: #212932;
	color: #7B83EB;
}

.options .awselect .front_face > .bg {
	background: #FFF!important;
}

/* -------------------------------------------- */
/* 		Speaker Identification Options
/* -------------------------------------------- */

#speaker-options {
	display: none;
}



/* ==========================================================================           
 *
 *    07 - USER INPUT FIELDS (CASE NAME & EMAIL)
 *
 * ========================================================================== */

#action-container {
	background: #FFF;
	border-radius: 0.4rem;
	padding: 3rem;
	box-shadow: 0 0.16rem 0.36rem 0 rgba(0, 0, 0, 0.13), 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.11);
}

/* -------------------------------------------- */
/* 		Email Box
/* -------------------------------------------- */

.user-inputs {
	margin-bottom: 1.5rem;
}

.user-inputs h6 {
	margin-bottom: 0.4rem;
}

.user-inputs .form-control {
	border-radius: 0px;
	padding: 1.15rem 1.3rem;
	font-size: 10px;
	color: #0e2e40;
	font-weight: 600;
}
 
.user-inputs .small {
	color: #888;
}

.user-inputs label {
	margin-bottom: 0;
	margin-left: 0.3rem;
	cursor: pointer;
}

.user-inputs .input-control {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     position: relative;
     border: 1px solid #ced4da;
     top: 5px;
     height: 18px;
     width: 18px;
     cursor: pointer;     
     outline: none;
     transition: all 0.2s;
}

.user-inputs .input-control:checked::before {
     position: absolute;
     font: 12px/1 'Open Sans', sans-serif;
     left: 5px;
     top: 1px;
     content: '\02143';
     transform: rotate(40deg);
}

.user-inputs .input-control:hover {
     webkit-box-shadow: 0px 0px 3px 1px rgba(123,131,235,.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(123,131,235,.4);
	box-shadow: 0px 0px 3px 1px rgba(123,131,235,.4);
	transition: all 0.2s;
	margin-right: 1rem;
	border-color: #FFF;
}

.user-inputs .input-control:checked {
	border-color: #FFF;
    color: #4B53BC;
    transition: all 0.2s;
     webkit-box-shadow: 0px 0px 3px 1px rgba(123,131,235,.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(123,131,235,.4);
	box-shadow: 0px 0px 3px 1px rgba(123,131,235,.4);
}

.user-inputs .form-control:focus {
  border-color: #7B83EB;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(123,131,235,.4);
}

/*------------------------------------------*/
/*    Convert Button
/*------------------------------------------*/

#upload button {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 12px;
	color:#fff;
	background-color: #4B53BC;
	border: none;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;
	padding: .7rem 3rem;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}

#upload button:hover {
	background-color: #0e2e40;
}

#upload .ripple {
  	position:relative;
  	overflow:hidden;
  	-webkit-transition: all 0.2s ease;
  	-moz-transition: all 0.2s ease;
  	-o-transition: all 0.2s ease;
  	transition: all 0.2s ease;
}

#upload .ripple:hover {
	cursor: pointer;
}

#upload .ink {
  	display: block;
  	position: absolute;
  	background:rgba(255, 255, 255, 0.3);
  	border-radius: 100%;
  	-webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
}

#upload .animate {
	-webkit-animation:ripple 0.65s linear;
   	-moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
     -o-animation:ripple 0.65s linear;
        animation:ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}

/*------------------------------------------*/
/*    Status Message
/*------------------------------------------*/

 #status-message {
    margin-top: 1rem;
 	padding: 15px;
    text-align: center;
    display: none;
    font-size: 10px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 2px 1px -1px rgba(0, 0, 0, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
 
.success-message {
  color:#FFF;
  background: #008c00;
}

.error-message {
  color: #FFF;
  background: #D13212;
}

.is-blocked {
	cursor: not-allowed!important;
}



/* ==========================================================================           
 *
 *    08 - AWS LOGO
 *
 * ========================================================================== */

#purchase-button {
	margin-left: 2rem;
}

#purchase-button a {
	background: #DD2C00;
	border: 1px solid #DD2C00;
	padding: 15px 60px;
	text-transform: uppercase;
	color: #FFF;
	outline: none;
  	text-decoration: none;
  	-webkit-box-shadow: 0px 4px 7px -2px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 4px 7px -2px rgba(0,0,0,.5);
	box-shadow: 0px 4px 7px -2px rgba(0,0,0,.5);
}

#purchase-button a:hover {
	background: #000;
	border: 1px solid #DD2C00;
	color: #DD2C00;
	transition: all 0.2s ease;
}

/* -------------------------------------------- */
/* 		AWS Logo
/* -------------------------------------------- */

#logo {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#logo p {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 800;
	margin-bottom: 2px;
	text-shadow: 0 1px 2px rgba(57,73,76,.3)
}

#logo img {
	width: 80px;
}



/* ==========================================================================           
 *
 *    09 - COPYRIGHT
 *
 * ========================================================================== */

#copyright {
	margin-top: 1rem;
}

#copyright p {
	color: #0e2e40;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 10px;
}

#copyright p a {
	color: #4B53BC;
	text-decoration: none;
	outline: none;
}

#copyright p a:hover {
	color: #0e2e40;
}