/*=======================================================================================
| Project Name: Amazon Transcribe Medical
| Author: Berkine
| Author URL: https://codecanyon.net/user/berkine/portfolio
| Version: 1.0
| File name: server/styles.css
| Date Created: 30.11.2020
| Website: envato.berkine.cloud/medical
========================================================================================= */


/* -------------------------------------------- */
/*             TABLE OF CONTENTS
/* -------------------------------------------- */
/*   00 - GENERAL STYLES			            */
/*   01 - HEADER STYLES 			            */
/*   02 - SUCCESS/ERROR MESSAGES	            */
/*   03 - LOGIN PAGE STYLES      	            */
/*   04 - DASHBOARD INFO BOX STYLES             */
/*   05 - DASHBOARD MAIN BODY STYLES            */
/*   06 - DATA TABLE STYLES			            */
/*   07 - FILE SELECT BUTTON STYLES             */
/*   08 - MODAL AND SELECT DROPDOWN STYLES	    */
/*   09 - FORM INPUT FIELDS STYLES              */
/*   10 - AUDIO PLAYER                          */
/*   11 - MODAL TO DISPLAY RESULTS              */



/* ==========================================================================           
 *
 *    00 - GENERAL STYLES
 *
 * ========================================================================== */

body {
	font-family: 'Lato', sans-serif;
	color: #0e2e40;
	background-color: #F7F7F7;
}

h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0;
}

h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0;
}



/* ==========================================================================           
 *
 *    01 - HEADER STYLES
 *
 * ========================================================================== */

.main-header {
    transition: margin-left .3s ease-in-out;
    margin-left: 250px;
    border-bottom: 1px solid #dee2e6;
    background-color: #FFF;
    transition: all 0.5s ease;
    box-shadow: 0 2px 4px 0 rgba(43,43,43,0.1);
}

.main-sidebar {
    bottom: 0;
    float: none;
    height: 100vh;
    font-size: 12px;
    left: 0;
    position: fixed;
    background-color: #1E1E2D;
    overflow-y: hidden;
    z-index: 1038;
    width: 250px;
    transition: all 0.5s ease;
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
}

/* -------------------------------------------- */
/* 		Brand Title
/* -------------------------------------------- */

.main-sidebar .brand-link {
	font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: width .3s ease-in-out;
    width: 250px;
    border-bottom: 1px solid #4b545c;	
    z-index: 1035;
    padding: 1.1rem 1.5rem;
    display: block;    
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #FFF;
    outline: none;
    text-decoration: none;
}

.main-sidebar .brand-link i {
	font-weight: 400;
	font-size: 16px;
	color: #7B83EB;
	margin-right: 0.3rem;
}

.main-sidebar .brand-link:hover span {
	color: #7B83EB;
}

.main-sidebar .brand-link:hover i {
	color: #FFF;
}

/* -------------------------------------------- */
/* 		Sidebar Menu Buttons
/* -------------------------------------------- */

.main-sidebar .sidebar {
	margin-top: calc(3.5rem + 1px);
}

.main-sidebar .sidebar .nav-sidebar {
	padding-top: 1.5rem;
}

.main-sidebar .sidebar .nav-header {
	padding: 1.7rem 1rem .5rem;
	color: #d0d4db;
	font-size: 10px;
	text-transform: uppercase;
}

.main-sidebar .nav-sidebar .nav-item>.nav-link {
    position: relative;
}

.main-sidebar .nav-sidebar .nav-link p {
	display: inline-block;
    margin: 0;
}

.main-sidebar .sidebar .nav-item a {
    color: #9899ac;
    display: block;
    border-radius: 0;
    padding: .5rem 1.5rem;
    transition: color 0.15s ease, background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.main-sidebar .sidebar .nav-item .nav-icon {
	margin-right: 0.4rem;
	font-size: 14px;
	width: 1rem;
}

.main-sidebar .sidebar .nav-item a:hover {
		background-color: #1B1B28;
}

.main-sidebar .sidebar .nav-item a:hover i {
	color: #7B83EB;
}

.main-sidebar .sidebar .nav-item a:hover p {
	color: #FFF;
}

.main-sidebar .sidebar .nav-item a.active {
	color: #FFF;
	background-color: #7B83EB;
}

.main-sidebar .sidebar .nav-item a.active:hover i {
	color: #FFF;
}

.main-sidebar .nav-sidebar .nav-link>.right, .nav-sidebar .nav-link>p>.right {
    position: absolute;
    right: 1.5rem;
    top: .7rem;
}

/* -------------------------------------------- */
/* 		Copyright Info
/* -------------------------------------------- */

footer {
	color: #9899AC;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	padding-left: 1rem;
	padding-bottom: 0.5rem;
}

footer p {
	margin-bottom: 0;
}

footer a {
	color: #7B83EB;
}

/* -------------------------------------------- */
/* 		Admin Menu
/* -------------------------------------------- */

#admin-menu a::after {
	vertical-align: 0.14em;
	color: #0e2e40;
}

#admin-menu a span {
	font-size: 14px;
}

#admin-menu ul {
	margin-top: 1rem;
	margin-right: 1rem;
	padding: 0.5rem;
	border-radius: 5px;
	border: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);
    box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);
}

#admin-menu ul:before {
    content: '';
    width: 0;
    height: 0;
    border: 20px solid #FFF;
    border-top: 0 solid rgba(0, 0, 0, 0)!important;
    border-right: 17px solid rgba(0, 0, 0, 0)!important;
    border-left: 17px solid rgba(0, 0, 0, 0);
    left: 77.1%;
    top: -5.3%;
    position: absolute;

}

#admin-menu ul li a {
	font-size: 12px;
}

#admin-menu ul li a i {
	margin-right: 0.5rem;
}

#admin-menu ul li a:hover i {
	color: #7B83EB;
}



/* ==========================================================================           
 *
 *    02 - SUCCESS/ERROR MESSAGES
 *
 * ========================================================================== */

 .status-message {
    margin-bottom: 1rem;
 	padding: 15px;
    text-align: center;
    width: 100%;
    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;
}



/* ==========================================================================           
 *
 *    03 - LOGIN PAGE STYLES
 *
 * ========================================================================== */

#login-page {
  	width: 360px;
  	padding: 8% 0 0;
  	margin: auto;
}

#login-page .form-title h3 {
	font-family: 'Poppins', sans-serif;
	color: #0E2E40;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 3rem;
	text-shadow: 0 1px 2px rgba(57,73,76,.2);
}

#login-page .form-title h3 span {
	color: #7B83EB;
}

#login-page .form-wrapper {
  	background: #FFF;
  	max-width: 360px;
  	padding: 3rem;
  	border-top: 5px solid #0e2e40;
  	border-radius: 5px;
   	box-shadow: 0 7px 14px 0 rgba(60,66,87,.12), 0 3px 6px 0 rgba(0,0,0,.12);
}

#login-page .form-wrapper h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

#login-page .form-wrapper .field label {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

#login-page .form-wrapper h6 {
	color: red;
	margin-bottom: 0.5rem;
}

#login-page .form-wrapper input {
  	outline: 0;
  	background: #ECF4F7;
  	width: 100%;
	border: 0;
	margin: 0 0 15px;
  	padding: 8px 10px;
  	box-sizing: border-box;
  	font-size: 14px;
  	color: #0e2e40;
}

#login-page .form-wrapper input: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);
}

#login-page .form-wrapper button {
  	width: 100%;
}

#login-page .form-wrapper .recover {
	font-family: 'Poppins', sans-serif;
  	font-size: 10px;
  	float:right;
}

#login-page .form-wrapper .recover-form .recover {
	margin-top: 1rem;
}

#login-page .form-wrapper .recover a {
  	color: #b3b3b3;
  	text-decoration: none;
}

#login-page .form-wrapper .recover a:hover {
	color: #007BFF;
	font-weight: 600;
}

#login-page .form-wrapper .recover-form {
  	display: none;
}

#login-page .left-box {
	float: left;
}

#login-page .right-box {
	float: right;
	margin-top: 0.5rem;
}

#login-page .form-wrapper #remember {
	width: 18px;
	margin: 0;
	margin-right: 0.5rem;
	background-color: #ECF4F7;
}

#login-page .input-control {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     position: relative;
     background-color: #F5F5F5;
     top: 5px;
     height: 18px;
     width: 18px;
     border: 0;
     cursor: pointer;     
     outline: none;
     transition: all 0.2s;
}

#login-page .input-control:checked::before {
     position: absolute;
     font: 12px/1 'Open Sans', sans-serif;
     left: 7px;
     top: 3px;
     content: '\02143';
     transform: rotate(40deg);
}

#login-page.input-control:hover {
     background-color: #f7f7f7;
     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: 1.3rem;
}

#login-page .label-control {
	text-transform: none!important;
	font-size: 10px!important;
	font-weight: 600!important;
}

#login-page .input-control:checked {
     color: #0e2e40;
     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);
}

#login-page .login-helper {
  	background: #FFF;
  	margin-top: 4rem;
  	max-width: 360px;
  	padding: 2rem;
  	border-radius: 5px;
   	box-shadow: 0 7px 14px 0 rgba(60,66,87,.12), 0 3px 6px 0 rgba(0,0,0,.12);
}

#login-page .login-helper div {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin-left: 1rem;
}

#login-page .helper-title {
	margin-bottom: 1rem;
	font-weight: 800!important;
}

#login-page .login-helper div span {
	margin-left: 0.5rem;
	font-weight: 800;
	text-transform: none;
	color: #4B53BC;
}



/* ==========================================================================           
 *
 *    04 - DASHBOARD INFO BOX STYLES
 *
 * ========================================================================== */

.info-box-card {
	margin-bottom: 45px!important;
}

.info-box-card .info-box {
	padding: 1.25rem;
	display: flex;
	position: relative;
}

.info-box-card .info-box .info-box-icon {
	border-radius: 5px;
	align-items: center;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	font-size: 2rem;
	color: #FFF;
	padding: 1rem;
	box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}

.info-box-card .info-box .info-box-content {
	display: flex;
	flex-direction: column;
	text-align: right;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
}

.info-box-card .info-box .info-box-content .info-box-number {
	padding-top: 7px;
	font-size: 24px;
}

.info-box-card .info-box .icon-1 {
	background-color: #0e1a42;
}

.info-box-card .info-box .icon-2 {
	background-color: #4A81C4;
}

.info-box-card .info-box .icon-3 {
	background-color: #c5c058;
}

.info-box-card .info-box .icon-4 {
	background-color: #F6AD0F;
}

.info-box-card .info-box .icon-5 {
	background-color: #4B53BC;
}



/* ==========================================================================           
 *
 *    05 - DASHBOARD MAIN BODY STYLES
 *
 * ========================================================================== */

.content-wrapper {
	margin-top: calc(3.5rem + 1px);
	transition: margin-left .3s ease-in-out;
    margin-left: 250px;
}

.content-wrapper .content-header {
	padding: 2rem;
}

.content-wrapper .content-header .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.content-wrapper .content-body {
	padding: 0 2rem;
}

.content-wrapper .content-body .box {
	padding: 1.5rem 2rem 2rem;
}

.content-wrapper .content-body .card {
	background-color: #FFF
	border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);
    box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content-title span {
	font-size: 12px;
	font-weight: 600;
}

/* -------------------------------------------- */
/* 		BREADCRUMBS
/* -------------------------------------------- */

.content-header .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
	font-size: 10px;
	font-weight: 600;
	padding: 1rem;
}

.right-padding {
	padding-right: 1.5rem;
}

.left-padding {
	padding-left: 1.5rem;
}

.content-header .breadcrumb .breadcrumb-item a {
	color: #0e2e40;
	outline: none;
	text-decoration: none;
}

.content-header .breadcrumb .breadcrumb-item a:hover {
	color: #7B83EB;
}

.content-header .breadcrumb .breadcrumb-item a.active {
	color: #7B83EB;
}

.content-header-title {
	padding-top: 3px;
}

.content-header-title i {
	float: left;
	display: inline-flex;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	-webkit-box-pack: center;
	justify-content: center;
	vertical-align: middle;
	font-size: 22px;
	color: #FFF;
	background-color: #7B83EB;
	margin-right: 1rem;
	align-items: center;
	box-shadow: 0 0 5px 0 rgba(43,43,43,0.3), 0 3px 4px rgba(43,43,43,0.3);
}

/* -------------------------------------------- */
/* 		CHARTS STYLES
/* -------------------------------------------- */

#countries-analytics-chart {
	height: 300px;
}

.chart-info {
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.chart-info i {
	margin-right: 0.3rem;
}

.loading {
	position: absolute;
	top: 47%;
	left: 45%;
}

.deactivated {
	display: none;
}



/* ==========================================================================           
 *
 *    06 - DATA TABLE STYLES
 *
 * ========================================================================== */

.data-table {
	margin-bottom: 1rem!important;
}

#filesTable thead tr,
#resultsTable thead tr,
#todaysTable thead tr {
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-transform: none;
    font-weight: 800;
}

#filesTable tbody td,
#resultsTable tbody td,
#todaysTable tbody td {
 	font-size: 12px;
 	vertical-align: middle;
 	padding-right:0;
}

#filesTable tbody td button,
#resultsTable tbody td button,
#todaysTable tbody td button {
	background-color: #1E1E2D;
	color: #FFF;
	border-radius: 0;
	font-size: 11px;
}

#filesTable tbody td button,
#resultsTable tbody td button,
#todaysTable tbody td button {
	background-color: #1E1E2D;
}

#filesTable tbody td button:hover,
#resultsTable tbody td button:hover,
#todaysTable tbody td button:hover {
	background-color: #7B83EB;
}

#filesTable tbody td .delete:hover {
	background-color: #D13212;
}

#resultsTable tbody td .processing,
#todaysTable tbody td .processing {
	padding: 0.4rem 0.7rem;
	background-color: #F6AD0F;
}

#resultsTable tbody td .in_progress,
#todaysTable tbody td .in_progress {
	padding: 0.4rem 0.7rem;
	background-color: #F6AD0F;
}

#resultsTable tbody td .completed,
#todaysTable tbody td .completed {
	padding: 0.4rem 0.7rem;
	color: #FFF;
	background-color: #008c00;
}

#resultsTable tbody td .failed,
#todaysTable tbody td .failed {
	padding: 0.4rem 0.7rem;
	color: #FFF;
	background-color: #D13212;
}

#filesTable_wrapper .dataTables_info,
#resultsTable_wrapper .dataTables_info,
#todaysTable_wrapper .dataTables_info {
	font-size: 12px;
}

#filesTable_wrapper .dataTables_length label,
#resultsTable_wrapper .dataTables_length label,
#todaysTable_wrapper .dataTables_length label {
	font-size: 12px;
	font-weight: 800;
}

#filesTable_wrapper .dataTables_length select,
#resultsTable_wrapper .dataTables_length select,
#todaysTable_wrapper .dataTables_length select {
	font-size: 10px;
	border-radius: 0;
	margin-left: 4px;
	margin-right: 4px;
}

#filesTable_wrapper .dataTables_filter label,
#resultsTable_wrapper .dataTables_filter label,
#todaysTable_wrapper .dataTables_filter label {
	font-size: 12px;
	font-weight: 800;
}

#filesTable_wrapper .dataTables_filter input,
#resultsTable_wrapper .dataTables_filter input,
#todaysTable_wrapper .dataTables_filter input {
	border-radius: 0;
	font-size: 12px;
}

#filesTable_wrapper .dataTables_paginate,
#resultsTable_wrapper .dataTables_paginate,
#todaysTable_wrapper .dataTables_paginate {
	font-size: 12px;
}

#filesTable_wrapper .dataTables_paginate .pagination .page-item.disabled a,
#resultsTable_wrapper .dataTables_paginate .pagination .page-item.disabled a,
#todaysTable_wrapper .dataTables_paginate .pagination .page-item.disabled a {
	color: #6c757d;
}

#filesTable_wrapper .dataTables_paginate .pagination .page-item.active a,
#resultsTable_wrapper .dataTables_paginate .pagination .page-item.active a,
#todaysTable_wrapper .dataTables_paginate .pagination .page-item.active a {
	color: #FFF;
}

#filesTable_wrapper .dataTables_paginate .pagination .page-item .page-link,
#resultsTable_wrapper .dataTables_paginate .pagination .page-item .page-link,
#todaysTable_wrapper .dataTables_paginate .pagination .page-item .page-link {
	border-radius: 0;
	color: #0e2e40;
}

#filesTable_wrapper .dataTables_paginate .pagination .page-item.active .page-link,
#resultsTable_wrapper .dataTables_paginate .pagination .page-item.active .page-link,
#todaysTable_wrapper .dataTables_paginate .pagination .page-item.active .page-link {
	background-color: #7B83EB;
	border-color: #7B83EB;
}



/* ==========================================================================           
 *
 *    07 - FILE SELECT BUTTON STYLES
 *
 * ========================================================================== */

.select-file .file {
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	width: 1px;
	height: 1px;
}

.select-file label span {
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 600;
	vertical-align: middle;
	margin-left: 5px;
}

.select-file label i {
	font-size: 11px;
}

.select-file .file + label {
	padding: 0.6rem 3rem;
	background-color: #FFC300;
	line-height: 1;
	color: #0E2E40;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0;
	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);
}

.select-file .file + label:hover {
	background: #0e2e40;
	color: #FFF;
	transition: all 0.2s ease;
}

.select-file .file + label:hover span {
	color: #FFF;
}



/* ==========================================================================           
 *
 *    08 - SETTINGS MODAL AND SELECT DROPDOWN STYLES
 *
 * ========================================================================== */

#modalTypes  {
	padding: 1rem;
}

#modalTypes h5 {
	font-size: 16px;
	font-weight: 600;
}

#modalTypes .modal-body h6 {
	margin-bottom: 0.5rem;
}

#modalTypes .modal-body ul {
	font-size: 12px
}

/* -------------------------------------------- */
/* 		Awesome Select Dropdown
/* -------------------------------------------- */

.awselect {
	text-align: left;
	margin-bottom: 1.5rem;
	font-weight: 600;
	font-size: 12px!important;
}

.awselect .front_face {
	padding: 12px 20px!important;
}

.awselect .front_face > .bg {
	background: #FFF!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;
}



/* ==========================================================================           
 *
 *    09 - FORM INPUT FIELDS STYLES
 *
 * ========================================================================== */

.box-header {
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #EBEDF3;
}

.box-header h4 {
	font-size: 13px;
	line-height: 0.8;
	text-transform: none;
}

.box-header span {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 0.8;
}

.special-info {
	margin-bottom: 0.6rem;
	font-size: 12px!important;
	font-weight: 500;
}

.special-info:last-child {
	margin-bottom: 0;
}

.special-info span {
	font-weight: 800;
}

/* -------------------------------------------- */
/* 		Email Box
/* -------------------------------------------- */

.input-box {
	margin-bottom: 1.5rem;
}

.input-box h6 {
	margin-bottom: 0.4rem;
}

.input-box h6 i {
	color: #7B83EB;
}

.input-box h6 a {
	margin-left: 0.3rem;
	color: #7B83EB;
}

.input-box h6 a:hover {
	color: #0e2e40;
}

.input-box span {
	font-size: 12px;
	color: #0e2e40;
	font-weight: 600;
}

.input-box .form-control {
	font-family: 'Poppins', sans-serif;
	border-radius: 0px;
	padding: 1.15rem 1.3rem;
	font-size: 10px;
	color: #0e2e40;
	font-weight: 600;
}
 
.tooltip {
  font-size: 11px;
}

.tooltip-inner {
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

/*------------------------------------------*/
/*    Convert Button
/*------------------------------------------*/

.submit-button 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;
	margin-top: 0.5rem;
	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);
}

.submit-button button:hover {
	background-color: #0e2e40;
}

.submit-button .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;
}

.submit-button .ripple:hover {
	cursor: pointer;
}

.submit-button .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);
}

.submit-button .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);}
}



/* ==========================================================================           
 *
 *    10 - AUDIO PLAYER
 *
 * ========================================================================== */

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
     background-color: #FFF;
     color: #000;
}

audio:focus {
    outline: none;
}



/* ==========================================================================           
 *
 *    11 - MODAL TO DISPLAY RESULTS
 *
 * ========================================================================== */

.modal-header {
 	padding: 1rem 2rem;
 	
}

.modal-title {
	font-family: 'Poppins', sans-serif;
 	font-size: 14px;
 	font-weight: 800;
 	text-transform: uppercase;
}

.modal-title button {
	outline: none;
}

.modal-buttons {
	margin-left: 1.5rem;
	margin-top: 1rem;
}

.modal-buttons a {
	padding: 0.3rem 0.5rem;
	color: #fff;
	font-size: 14px;
	background-color: #1e1e2d;
}

.modal-buttons a:hover {
	background-color: #7B83EB;
}

.modal-body {
	padding: 1rem 1.5rem 1.5rem;
}

.modal-body textarea {
	font-size: 14px;
}

.modal-body-inner {
	border: 1px solid #dee2e6;
	border-radius: 5px;
	padding: 1rem;
}

.modal-body p {
	font-size: 13px;
	margin-bottom: 0.5rem;
	padding-left: 0.5rem;
}

.modal-body p:last-child {
	margin-bottom: 0;
}

.modal-footer button {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.modal-footer button.btn-danger {
	background-color: #D13212;
}