body {
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1.2rem;
    font-weight: 900;
    color: #003594;
    height: 100vh;
    background-color: white;
    /*background-image: linear-gradient(45deg, #569099, #394a59);*/
    background-color: #f5f5f5;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: left top;
}

.container-login {
    padding-top: 80px;
    height: 100vh;
    background: -webkit-linear-gradient(rgba(0, 53, 148, 1), rgba(135, 60, 255, 0.0) 0%), -webkit-linear-gradient(-35deg, rgba(0, 53, 148, 0.9) 40%, rgba(86, 144, 153, 1) 0%);
}

.container-view {
    padding-top: 62px;
    padding-bottom: 48px;
    overflow-y: auto;
    height: 100vh;
}

.container-recognition {
    padding-top: 1px !important;
    padding-bottom: 0 !important;
}

#header {
    height: 56px;
}

.logo-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.bg-primary, .btn-primary {
    background-color: #003594 !important;
}
.border-primary {
	border-color: #003594 !important;
}
.border-primary {
    border-color: #003594 !important;
}
.bg-secondary, .btn-secondary {
    background-color: #569099 !important;
}
.border-secondary {
    border-color: #569099 !important;
}
.text-primary {
	color: #003594 !important;
}
.text-secondary {
	color: #569099 !important;
}
.footer {
    background: rgb(228,246,255);
    background: linear-gradient(180deg, rgba(228,246,255,1) 0%, rgba(255,255,255,1) 35%);
    color: white !important;
}

.color-disable {
    color: #93cdeb !important;
}

.form-control {
    border-radius: 0.3rem;
}

h1, h2, h3, h4 {
    font-weight: 900;
}

h5, h6 {
    font-weight: 600;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

.text-light {
    color: #ffffff !important;
}

.text-secondary {
    color: #569099 !important;
}

bg-light {
    background-color: #ffffff !important;
}

.min-gutters > .col, .min-gutters > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.icon-top {
    position: fixed;
    right: 15px;
    top: 110px;
}

.box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-control-focus {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
}

.nav-bot {
    position: fixed;
    bottom: 20px;
    left: 50%;
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100vh;
}
.canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100vh;
}

.video-recorder {
    position: fixed;
    top: 0;
    left: 0;
  width: 100%;
      height: auto;
}
.canvas-recorder {
    position: fixed;
    top: 0;
    left: 0;
width: 100%;
      height: auto;

}

.video-recognition {
    top: 0 !important;
}
#container-signs {
	position:fixed;
	top: 60px;
	right: 5px;
	z-index: 9999;
	width: 35%;
}
#container-recorder {
	position:fixed;
	top: 60px;
	right: 5px;
	z-index: 100;
	width: 60%;
}
#sign-box {
    height: 15%;
    max-height: 200px;
    overflow-y: auto;
    position: fixed;
    right: 0;
    bottom: 0;
    margin-bottom: 10%;
	padding-left: 8px;
    z-index: 9999;
    opacity: 0.6;
    border: 2px solid #0e236c;
    background-color: #0e236c;
    border-radius: 0px 0px 0px 0px;
    width: 98%;
}
    #sign-box .icon {
        position: absolute;
		left: 0px;
		color: white;
		font-size: 24px;
    }

    #sign-box p {
        padding-left: 1.3rem !important;
        margin-bottom: 0;
        margin-top: -5px;
		color: white;
    }

#voice-box {
    height: 15%;
    max-height: 200px;
    overflow-y: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 44px;
    z-index: 9999;
    opacity: 0.7;
    border: 2px solid #569099;
    background-color: #569099;
    border-radius: 0px 0px 0px 0px;
    width: 98%;
}

    #voice-box .icon {
        position: absolute;
		right: 0px;
		color: white;
		font-size: 24px;
    }

    #voice-box p {
        padding-right: 1.3rem !important;
        margin-bottom: 0;
        margin-top: -5px;
		color:white;
    }

    #voice-box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    #voice-box::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    #voice-box::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 2px solid #555555;
    }

audio {
    width: 300px;
    height: auto;
    backgorund-color: red;
}

/*PROGRESS*/
.loader{
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.circular{
  animation: rotate 2s linear infinite;
  height: 100px;
  position: relative;
  width: 100px;
}

.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke:#B6463A;
  animation:
   dash 1.5s ease-in-out infinite,
   color 6s ease-in-out infinite
  ;
  stroke-linecap: round;
}

@keyframes rotate{
 100%{
  transform: rotate(360deg);
 }
}
@keyframes dash{
 0%{
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
 }
 50%{
  stroke-dasharray: 89,200;
  stroke-dashoffset: -35;
 }
 100%{
  stroke-dasharray: 89,200;
  stroke-dashoffset: -124;
 }
}
@keyframes color{
  100%, 0%{
    stroke: #003594;
  }
  40%{
    stroke: #003594;
  }
  66%{
    stroke: #003594;
  }
  80%, 90%{
    stroke: #003594;
  }
}
/*PROGRESS*/
#container-settings {
	position:fixed;
	top: 60px;
	left: 5px;
	z-index: 9999;
	font-size: 8px !important;
}
#container-settings h6 {
	font-size: 0.8rem;
}
.input_video {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.input_video.selfie {
  transform: scale(-1, 1);
}

.output_canvas, .p5Canvas {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}