* {
  font-family: inter;
}
/* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}
 */
html {
  min-height: 100%;
  position: relative;
}
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
  margin-bottom: 80px;
 
}
/* Opera Fix thanks to Maleika (Kohoutec) */

body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-width:501px),
only screen and (max-width:999px)
{

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}

/*   @media (min-width:600px)  */
@media screen and (min-width:501px) and (max-width:999px)  { 
  /* portrait tablets, Lenovo Tab M10, landscape 800x480 phones (Android) */ 
    
  .screen{
    width: 600px;
    height: 500px;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
    
}
  


.wrap {
  height: 100%;
}



footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;   /* Height of the footer */
  background-color: #292625;
  }

.footer-text {
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 14px;
}

.header-container {
    background: #EEEEEE;
    width: 100%;
    height: 80px;
}

.logo {
    width: 197px;
    height: 66.23px;    
}

.instructions-user-dni {
  font-family: inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
}

.instructions-user{
    font-family: inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    /* width: 543px; */
    margin-left: 20px;
}

.message-error {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 24px;
    width: 550px;
    height: 106px;
}

.intruccions {
    box-sizing: border-box;
    /* display: flex;
    flex-direction: column;
    align-items: flex-start; */
    padding: 16px;
    gap: 5px;

    /* width: 640px; */ /* 700 */
    /* height: 282px; */ /* 240 */

    background: #FFFFFF;
    border: 1px solid #B6C2E2;
    border-radius: 10px;
    /* flex: none; */
    order: 0;
    /* align-self: stretch; */
    /* flex-grow: 1; */
}

img {
  max-width: 100%;
  max-height: 100%;
}


@media(max-width: 640px){
  #recording {
    width: 100%;
  }
}

.faconcolorblue{
  color: #0243EC;
}

video {
  /* height: 100%;
  width: 100%;
  max-height: 100%;
  object-fit: fill; */
  /* position: absolute; */
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  
}
/* #preview {
	height: 660px;
} */

#close {
  float:right;
  padding:2px 5px;
}

#close:hover {
  float:right;
  padding:2px 5px;
  cursor: pointer;
}

.password-container{
    
    position: relative;
  }
  .password-container input[type="password"],
  .password-container input[type="text"]{
    width: 100%;
    padding: 12px 36px 12px 12px;
    box-sizing: border-box;
  }
  .fa-eye{
    position: absolute;
    top: 28%;
    right: 4%;
    cursor: pointer;
    color: lightgray;
  }

.screen{
    /* width: 640px;
    height: 660px;
    left: 192px;
    top: 412px; */
    /* position: fixed; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.instructions-user-text {
  font-size: 16px;
  line-height: 16px; 
  margin-left: 10px;
}

.intruccions ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  
  .intruccions li {
    padding-left: 1em;
    text-indent: -1em;
  }
  
 .intruccions li:before {
    /* content: ">"; */
    padding-right: 5px;
  }

  .intruccions li:not(:last-child) { 
    margin-bottom: 10px;  
 }


footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;   /* Height of the footer */
  background: #292625;
}

.timer{
  color: rgb(15, 65, 165);
  font-size:56px;
  font-weight: bolder;
 
  }


.navbar-brand {
  background: url('../img/logo.png') center / contain no-repeat;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  margin-top: 12px;
  width: 200px; /* no height needed ... image will resize automagically */
  height: 40px;
  margin-top: 0px;
}

.navbar-custom {
  background: #EEEEEE !important;
 /*  height: 3.5rem; */
}



.live-dot {
  height: .9rem;
  width: .9rem;
  position:absolute;
  left:-56px; 
  top:30px;
  border-radius: 100%;
  background-color: red;
}

.live-dot::after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
 
  width: 100%;

  border-radius: 100%;

  background-color: inherit;

  -webkit-animation: 2s ease-out signal infinite;

  animation: 2s ease-out signal infinite;
  opacity: .5;
}

@-webkit-keyframes signal {

  20%,
  100% {
      opacity: 0;
      transform: scale(5);
  }
}

@keyframes signal {

  20%,
  100% {
      opacity: 0;
      transform: scale(5);
  }
}


.loader {
  position:absolute;
}

.loader{
  position:relative;
  /* width: 600px;
		height: 800px; */
}
#video_overlays {
  position:absolute;
  background: url('../img/loader.png') center / contain no-repeat;
  width:160px;
  height: 160px;
  z-index:300000;
  bottom:160px;
  left:217px;
  text-align:center;
  cursor: pointer;
} 

.messageUser {
  width: 554px;
  height: 106px;
  color:black"
}

.border-danger{
  border-color: red;
}

.border-warning{
  border-color: yellow;
}

.swal2-title{
  font-size: 20px;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}

.btn:hover {
  outline: none !important;
  box-shadow: none !important;
} 


.btn-info, .btn-info:hover, .btn-info:active, .btn-info:visited {
  background: #0243EC !important;
  border-color: #0243EC !important;
  color:white !important;
}

.loader {
  width: 20px;
  height: 20px;
  border: 5px solid rgb(239, 239, 239);
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}


.label-check {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
input[type=checkbox] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
