body {
  font-family: "Roboto", sans-serif;
  background-color: #f8fafb; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none !important; }

.content {
  padding: 7rem 0; }

h2 {
  font-size: 20px; }

@media (max-width: 991.98px) {
  .content .bg {
    height: 500px; } }

.content .contents, .content .bg {
  width: 50%; }
  @media (max-width: 1199.98px) {
    .content .contents, .content .bg {
      width: 100%; } }
  .content .contents .form-group, .content .bg .form-group {
    overflow: hidden;
    margin-bottom: 0;
    padding: 15px 15px;
    border-bottom: none;
    position: relative;
    background: #edf2f5;
    border-bottom: 1px solid #e6edf1; }
    .content .contents .form-group label, .content .bg .form-group label {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .content .contents .form-group input, .content .bg .form-group input {
      background: transparent; }
    .content .contents .form-group.first, .content .bg .form-group.first {
      border-top-left-radius: 7px;
      border-top-right-radius: 7px; }
    .content .contents .form-group.last, .content .bg .form-group.last {
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px; }
    .content .contents .form-group label, .content .bg .form-group label {
      font-size: 12px;
      display: block;
      margin-bottom: 0;
      color: #b3b3b3; }
    .content .contents .form-group.focus, .content .bg .form-group.focus {
      background: #fff; }
    .content .contents .form-group.field--not-empty label, .content .bg .form-group.field--not-empty label {
      margin-top: -20px; }
  .content .contents .form-control, .content .bg .form-control {
    border: none;
    padding: 0;
    font-size: 20px;
    border-radius: 0; }
    .content .contents .form-control:active, .content .contents .form-control:focus, .content .bg .form-control:active, .content .bg .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.content .bg {
  background-size: cover;
  background-position: center; }

.content a {
  color: #888;
  text-decoration: underline; }

.content .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
background-color: #CB2327;
border: none; }

.content .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; 
color:#CB2327;
}

.social-login a {
  text-decoration: none;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block; }
  .social-login a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .social-login a:hover {
    color: #fff; }
  .social-login a.facebook {
    background: #3b5998; }
    .social-login a.facebook:hover {
      background: #344e86; }
  .social-login a.twitter {
    background: #1da1f2; }
    .social-login a.twitter:hover {
      background: #0d95e8; }
  .social-login a.google {
    background: #ea4335; }
    .social-login a.google:hover {
      background: #e82e1e; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; }
  .control .caption {
    position: relative;
    top: .2rem;
    color: #888; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #6c63ff; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #847dff; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: .2; }

  .demo{
    color:#CB2327;
  }
  
  .navbar-nav li a{
    color:#191C37;
    font-weight: 700;
    background: transparent;
  }
  .navbar-nav li a:hover{
   border-bottom: 3px solid #CB2327;
  }
  .account{
    text-align: center;
  }
  .search{
    text-align: center;
  }
  .tacbox {
    display:flex;
  }
 @media (max-width:991px){
  .navbar-nav li a{
    width: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
   }
   .nav-wrapper {
    width: 116%;
}
#ftco-navbar .account{
  padding: 0 !important;
}
 }
  .css-slider-wrapper {
    display: block;
    background: #FFF;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    -webkit-transition: -webkit-transform 1600ms;
    transition: -webkit-transform 1600ms, transform 1600ms;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
   
  /* Slides Background Color */
  .slide-1 {
    background: #fbad99;
    left: 0;
  }
  .slide-2 {
    background: #a9785c;
    left: 100%
  }
  .slide-3 {
    background: #9ea6b3;
    left: 200%
  }
  .slide-4 {
    background: #b1a494;
    left: 300%;
  }
  .slider {
    display: flex;
    justify-content: flex-start;
  }
  .slider-content {
    width: 635px;
    padding-left: 100px;
  }
  .slider h2 {
    color: #333333;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 300;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    margin-top: 0;
    letter-spacing: 2px;
  }
   
  .slider h4 {
    font-size: 22px;
    color: rgba(51, 51, 51, 0.349);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
   
  .slider  img {
    position: absolute;
    right: 10%;
    bottom: 0;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
  }
   
  .slide-1  img {
    right: 0;
  }
   
  .buy-now-btn {
    background-color: #ea2e49;
    width: 220px;
    height: 50px;
    border-radius: 30px;
    border: none;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    text-align: left;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    transition: all .2s;
  }
   
  .buy-now-btn:hover {
    box-shadow: 0px 0px 60px -17px rgba(51,51,51,1);
  }
   
  .buy-now-btn:after {
    content: 'Buy Now';
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    right: 35px;
    top: 18px;
  }
   
  .slider .buy-now-btn:focus,
  .navigation .login-btn:focus {
    outline: none;
  }
  .slider h2 {
    -webkit-transition: opacity 800ms, -webkit-transform 800ms;
    transition: transform 800ms, opacity 800ms;
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
  }
  .slider h4 {
    -webkit-transition: opacity 800ms, -webkit-transform 800ms;
    transition: transform 800ms, opacity 800ms;
    -webkit-transition-delay: 1.4s; /* Safari */
    transition-delay: 1.4s;
  }
  .slider  img {
    -webkit-transition: opacity 800ms, -webkit-transform 800ms;
    transition: transform 800ms, opacity 800ms;
    -webkit-transition-delay: 1.2s; /* Safari */
    transition-delay: 1.2s;
  }
  .number-pagination {
    position: absolute;
    bottom: 30px;
    right: 100px;
    font-weight: bold;
  }
   
  .number-pagination span {
    font-size: 30px;
    color: #ea2e49;
    letter-spacing: 4px;
  }
   
  .number-pagination span:after {
    content: "/4";
    font-size: 16px;
    color: #fff;
  }
  .slider-pagination {
    position: absolute;
    bottom: 30px;
    width: 575px;
    left: 100px;
    z-index: 1000;
    display: flex;
    align-items: center;
  }
  .slider-pagination label {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0 10px;
    cursor: pointer;
  }
  .slide-radio1:checked ~ .slider-pagination .page1,
.slide-radio2:checked ~ .slider-pagination .page2,
.slide-radio3:checked ~ .slider-pagination .page3,
.slide-radio4:checked ~ .slider-pagination .page4 {
  width: 14px;
  height: 14px;
  border: 2px solid #ea2e49;
  background: transparent;
}
 
/* Slider Slide Effect */
.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.slide-radio4:checked ~ .slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
 
.slide-radio1:checked ~ .slide-1 h2,
.slide-radio2:checked ~ .slide-2 h2,
.slide-radio3:checked ~ .slide-3 h2,
.slide-radio4:checked ~ .slide-4 h2,
.slide-radio1:checked ~ .slide-1 h4,
.slide-radio2:checked ~ .slide-2 h4,
.slide-radio3:checked ~ .slide-3 h4,
.slide-radio4:checked ~ .slide-4 h4,
.slide-radio1:checked ~ .slide-1  img,
.slide-radio2:checked ~ .slide-2  img,
.slide-radio3:checked ~ .slide-3  img,
.slide-radio4:checked ~ .slide-4  img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
.leftcontent{
  padding:20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;

}
.leftcontent h2{
  font-size: 38px;
  color:#191C37;
  
}
.leftcontent p{
  font-size: 12px;
  color:#191C37;
}
.modal-dialog{
  width: 50%;
  max-width: 100%;
 
}
.rows .title{
  padding: 20px;
  color:#191C37;
  font-size: 24px;
  font-weight: 700;
}
.rows .snr{
  padding-bottom: 20px;
}
.snr{
  padding: 25px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  background-color: #fff;
}
.rows span{
  font-size: 30px;
  color:#191C37;
}
.rows .snr h4{
  padding: 20px;
  font-size: 20px;
  color:#191C37;
  font-weight: 600;
}
.rows{
  padding: 20px 20px;
}
.guide h3{
  font-size: 38px;
  color:#191C37;
  font-weight: 700;
}
.guide p{
  color:#191C37;
  font-size: 12px;
  text-align: left;
}
.camera button{
  background-color: #00D680;
  color:#fff;
  border-radius: 0px 0px 15px 15px;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}
.left .trigger {
  padding: 5px;
  border: none;
  width: 100%;
  margin-bottom: 15px;
}
.left input{
  justify-content: center;
  border-radius: 26px;
  border: 1px solid #707070;
  background-color: white;
  padding: 15px;
}
.left .btn{
  background-color: white;
  padding: 10px 30px 10px 30px;
}
.right .btn{
  background-color: #fff;
  padding: 10px 30px 10px 30px;
}
.left{
  padding: 20px;
  justify-content: center;
}
.btns{
  text-align: center;
}
.right{
  padding: 20px;
  justify-content: center;
}
.right input{
  justify-content: center;
  border-radius: 26px;
  border: 1px solid #707070;
}
.right .trigger{
  padding: 5px;
  border: none;
  width: 100%;
  margin-bottom: 15px;
}
.btns .check{
  font-size: 25px;
  line-height: 38px;
  background-color: #CB8D23;
  padding: 15px;
  border: none;
  border-radius: 7px;
  color:white;
  width: 300px;
 display: block;
 width: 100%;
}
.btns .record{
  font-size: 30px;
  line-height: 38px;
  background-color: #191C37;
  padding: 15px;
  border: none;
  border-radius: 7px;
  color:white;
  display: block;
 width: 100%;
}
 .recorduser{
  font-size: 30px;
  line-height: 38px;
  background-color: #CB2327;
  padding: 15px;
  border: none;
  border-radius: 7px;
  color:white;
  display: block;
 width: 100%;
}
.psd{
  padding: 20px;
  margin:15px;
  border-radius: 24px;
}
.psd img{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80%;
}
.psd button{
  background-color: #191C37;
  display: block;
  width: 100%;
  color:white;
  border-radius: 25px;
  border: none;
}
.details h4{
  color:#111E72;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}
.details {
  margin: 15px;
  background-color: #F1EDF3;
  border-radius: 12px;
  padding: 15px;
}
table td p{
  color:#D6001B;
  font-size: 14px;
  font-weight: 600;
}
table h5{
  color:#111E72;
  font-size: 14px;
  font-weight: 600;
  float: right;
}
.details table{
  width: 100%;
  display: table;
}
.btns .pause{
  background-color: #CB8D23;
}
.btns .stop{
  background-color: #CB2327;
}
.btns .pause{
  font-size: 30px;
  line-height: 38px;
  padding: 15px;
  border: none;
  border-radius: 7px;
  color:white;
  width: 300px;
 display: block;
 width: 100%;
}
.btns .stop{
  font-size: 30px;
  line-height: 38px;
  padding: 15px;
  border: none;
  border-radius: 7px;
  color:white;
  display: block;
 width: 100%;
}

.right .disc{
  padding: 5px;
  border: none;
  width: 100%;
  margin-bottom: 15px;
}
.profile{
  border: 1px solid #DADCE0;
  border-radius: 15px 0px 15px 0px;
  padding: 20px;
  justify-content: center;
}
.icon h3{
  color:#CB2327;
  font-size: 30px;
  text-align: center;
}
.icon {
  text-align: center;
  font-size: 14px;
  padding: 10px 10px;
}
.icon img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding:20px 20px;
}
.info{
  text-align: center;
  padding: 10px 10px;
}
.info img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding:10px 20px;
  width: auto;
}
.info p{
  color:black;
  font-size: 14px;
  font-weight: 500;
}
.formpro{
  text-align: center;
position: relative;
}
.formpro label{
  display: inline-block;
  margin-left: 10px;
  color: #000;
  min-width: 90px;
  margin: 15px;
 
}
.formpro input{
width: 200px;
border: 1px solid #191C37;
border-radius: 20px;
padding: 10px 10px;
}
.form-input input{
  border: 1px solid #DADCE0;
  border-radius: 5px;
padding: 25px 15px;  
display: inline-block;

padding-left:20px;
}
.form-input{
  width: 100%;
  display: block;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
background: transparent;
}
.form-input label{
  display: block;
  
}


 .controls{
 display: flex;
 justify-content: end;
 
}
.controls button{
  background-color: #CB2327;
  border-radius: 15px;
  color:white;
  border: none;
  padding: 10px 15px;
  margin: 10px;
  width: 130px;
}
.startbtn{
  float: right;
  background-color: #CB2327;
  padding: 10px 15px;
  color:white;
  border: none;
}

.modal-dialog .form-title{
  margin-bottom: 30px;
  padding: 20px 20px;
}
.modal-dialog input{
  margin: 20px;
  padding:35px 35px;
  border: 1px solid #DADCE0;
}
.modal-content{
  padding: 25px;
  border-radius: 25px;
  border: none;
}

.starts{
background-color: #CB2327;
border: none;
color: white;
width: 80%;
justify-content: center;
text-align: center;
padding: 20px ;
margin-left: auto!important;
margin-right:auto!important;
display: block;
border-radius: 10px;
margin-top: 20px;
}
.starts:hover{
color:white !important;
}
@media (max-width:1224px){
  .addeds img{
    display: none;
  }
}
@media  (max-width:992px){

  .modal-dialog{
    width: 80%;
    max-width: 100%;
    height: 107%;
  }
  
}
@media (max-width:515px){
  .modal-dialog{
    width: 100%;
    max-width: 100%;
    height: 120%;
  }
}
 .added .modal-content{
  background-color: transparent;
 
  
}

.added{
  width: 40%;
 margin-left: auto;
 margin-right: auto;

}
.added .addeds h4{
  color: #D6001B;
  font-size: 30px;
  font-weight: 500;
}
.added .addeds p{
  color: #1B1D36;
  font-size: 20px;
  font-family: lato;
}
.added .addeds{
  background-color: #fff;
  border-radius: 25px;
  padding: 25px;

}
.added .startse , .cancelse{
background-color: #fff;
color:#1B1D36;
font-size: 20px;
font-family: lato;
border-radius: 25px;
width: 180px;
padding: 15px 20px;
}
.added .cancelse{
  padding:15px 20px;
}


@media (max-width:290px){
  .added{
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width:992px){
  .added{
    width: 100%;
    max-width: 100%;
  }
  .navbar{
    justify-content: center;
  }
  .navbar-expand-lg .navbar-collapse{
    display: block;
    text-align: center;
  }
  #ftco-nav img{
    display: none;
  }

  @media(max-width:576px){
    .sent , .logoutpop{
      width: 70%;
      margin-left: auto;
      margin-right: auto;
    }
    .sent .proceed{
      width: auto !important;
    }
  }

  
  @media(max-width:280px){
    .sent, .logoutpop{
      width: 80%;
      margin-left: auto;
      margin-right: auto;
    }
    .logoutpop .form-title img{
      margin: 0 !important;
    }
    .sent .proceed{
      width: auto !important;
    }
    .sent .sents h4{
      font-size: 25px !important;
      text-align: left;
    }
    .sent .sents p{
      font-size: 15px !important;
      text-align: left;
    }
     .sent input{
     margin: 0 !important;
    }

  }
}
.sent  h4{
  color:#000000;
  font-size: 30px;
}
.sent .proceed{
  background-color: #CB2327;
  padding: 10px 35px;
  color:white;
  border:1px solid #DADCE0 ;
  width: 250px;
}
.sent .sents p{
  color: #000;
}
.logoutpop .form-title h4{
  color:#CB2327;
  font-size: 30px;
 
}
.logoutpop .form-title img{
  margin: 25px;
}

.logoutpop .form-title p{
  color:#64686D;
  font-size: 14px;
  
}
.logoutpop .logoutbtns .logout{
background-color: #CB2327;
color: white;
font-size: 15px;
border-radius: 15px;
padding: 15px 25px;
}
.logoutpop .logoutbtns .cancellog{
  background-color: #191C37;
  color: white;
  font-size: 15px;
  border-radius: 15px;
  padding: 15px 25px;
  }

  
 .stopped .modal-content{
  background-color: transparent;
 }
  
@media (max-width:1525px){
  .stopped img{
    width:50%;
  }
}

@media (max-width:576px){
  .stopped {
   margin-left: auto;
   margin-right: auto;
    max-width: 100%;
  }
  
.stopped .stopbtns .resumese{
  width: fit-content;

}
}

.stopped .stopbtns .resumese{
  color: #1B1D36;
  text-transform: uppercase;

}

.stopped{
 
  max-width: 100%;

}
.stopped .stops h4{
  color: #D6001B;
  font-size: 30px;
  font-weight: 500;
}
.stopped .stops p{
  color: #1B1D36;
  font-size: 20px;
  font-family: lato;
}
.stopped .stops{
  background-color: #fff;
  border-radius: 25px;
  padding: 25px;

}
.stopbtns .resumese , .stopsession{
background-color: #fff;
color:#1B1D36;
font-size: 20px;
font-family: lato;
border-radius: 25px;

padding: 15px 20px;
}
.stopbtns .stopsession{
  padding:15px 20px;
}
.socials img{
  margin: 20px;
}
.contents p{
  color: #64686D;
}
.content .contents .form-group{
  background-color: #fff;
}
.content .contents .form-control{
  border: 1px solid #DADCE0;
padding: 25px;
border-radius: 10px;
}
.content .contents label{
  padding-left: 25px;
}

@media (max-width:1280px){

  .leftcontent .steps{
    width: 70%;
  }
  .leftcontent h2{
    font-size: 22px;
  }
}
@media (max-width:666px){

  .leftcontent {
    display: flex;
    flex-direction: column;
  }
  .leftcontent .steps{
    width: 50%;
  }
}

#ftco-nav li{
  padding-right: 15px;
  padding-left: 15px;
}

.custom-control-input:checked~.custom-control-label::before{
  background-color: #CB2327;
  border-color:#CB2327;

}

.sign{
  height: 120%;
}
.sign h4{
  font-size: 30px;
  color:black;
  line-height: 35px;
}
.sign p{
  color: #64686D;
  font-size: 16px;
  line-height: 20px;
}

.output .snr{
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 10px;
  text-align: center;
  
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  width: 80%;
  margin-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.output .snr h4{
color: #CB2327;
font-size: 20px;
}
.output .snr span{
  color: #111E72;
  font-size: 30px;
  }
  .all{
    display: flex;
    width: 100%;
  }
.allrecord{
  display: flex;
  width: 100%;
}
.alluser{
  display: flex;
  width: 100%;
}
.alluser .output{
  display: flex;
  flex-direction: row;
}

@media (max-width:1431px){
  .alluser {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .alluser .leftuser{
    margin-bottom: 15px;
   
  }
  .alluser .recorduse{
    margin-left: 15px;
  }
  .alluser .output .fps span{
    font-size: 20px;
  }
}
  @media (max-width:1255px){
   .all{
     display: flex;
     flex-direction: column;
     align-items: center;
   }
   .output .snr{
     justify-content: center;
     align-items: center;
     width: 100%;
     margin: 20px;
   }
   .allrecord{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .allrecord .left {
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .allrecord .right{
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
   .allrecord .btns .check{
     font-size: 15px;
   }
   .allrecord .btns .record{
    font-size: 15px;
  }
  .alluser .output .fps{
    width: 50%;
    margin: 15px;
  }
  }
  
@media (max-width:670px){
  .allrecord{
    display: block;
  }
}

  @media (max-width:991px){
    
    .output .snr{
     width: 40%;
     display: block;
     margin-left: auto;
     margin-right: auto;
    }
    .alluser .recorduse{
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
   }

  .left img{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .right img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }

  .position{
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    color: #b3b3b3;
  }

  .output .fps{
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    width: 50%;
    margin-right: 10px;
    
  }
  .output .fps h4{
    color: #CB2327;
    font-size: 20px;
    }
    .output .fps span{
      color: #111E72;
      font-size: 30px;
      }
@media (max-width:1500px){
  .output {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .rightuser img {
width: 200px;
  }
 
}
.output .rightuser img {
  box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.output {
  
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width:1200px){
  .rightuser img {
    width: 150px;
      }
      .leftuser img{
        width: 150px;
      }
}
@media (max-width:991px){
  .rightuser img {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
      }
      .leftuser img{
        width: 150px;
        margin-left: auto;
    margin-right: auto;
    display: block;
      }
.infos{
  width: 60%;
  max-width: 100%;
}
}

.infobtns{
  display: flex;
  align-items: center;
}
.infobtns .infobtn{
  padding: 15px 0px 15px 0px;
  background-color:#191C37 ;
  color:white;
  border: none;
  border-radius: 15px;
  width: 100px;
}

.infobtns .infobtndelete{
  padding: 15px 0px 15px 0px;
  background-color:#D6001B ;
  color:white;
  border: none;
  border-radius: 15px;
  width: 100px;
}


@media (max-width:420px){
  
.infobtns .infobtndelete{
  font-size: 14px;
  padding: 15px 6px 15px 6px;
}

.infobtns .infobtn{
 font-size: 14px;
 padding: 15px 6px 15px 6px;

}
.infos .details{
  width: 100%;
  padding: 10px;
}
.details{
  margin: 0;
}
.infos{
  margin: 0;
}

.details table td p{
  font-size: 12px;
}
.details table h5{
  font-size: 12px;
}
}


.infos .modal-content{
  background-color: transparent;
 
  
}
.infos .infobtns{
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.infos .stops h4{
  color: #D6001B;
  font-size: 30px;
  font-weight: 500;
}
.infos .stops p{
  color: #1B1D36;
  font-size: 20px;
  font-family: lato;
}
.infos .details{
  padding: 30px;
}

@media (max-width:750px){
  .infos{
    width: 100%;
    max-width: 100%;
  }
}

.btnsign{
  width: 70%;
  border-radius: 10px;
 font-size: 16px;
  padding: 20px !important;
  background-color: #CB2327;
  border: 1px solid #DADCE0;
  color:white;
}
.signbtn{
  justify-content: center;
  display: flex;
}


.nav-wrapper {
  width: 100px;
  margin-top: 7px;
  text-align: center;
}
  .sl-nav {
  display: inline;
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom:10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:29px;
  right:-15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
  
}
.flag-de {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
  background-size: cover;
  background-position: center center;
}
.flag-usa {
  background-size: cover;
  background-position: center center;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
}
.flag-ksa{
  background-size: cover;
  background-position: center center;
  
}

.icon-profil{
  background-size: cover;
  background-position: center center;
  
}

.icon-logout{
  background-size: cover;
  background-position: center center;
  
}

@media (max-width:991px){
  .nav-wrapper{
    width: 100%;
  }
  .socials{
    margin: 0 !important;
  }
}

@media (max-width:768px){
 
  .socials{
    width: 100% !important;
    justify-content: center;
    flex-direction: row !important;
  }
}

.dropdown-menu{
background: transparent;
min-width: 7rem;


border: none !important;
}
.dropdown-menu li{
  color:white;
}
.dropone{
  margin-bottom: 10px;
  background-color: #191C37;
  color:white;
  border-radius: 20px;
  padding: 5px;
}
.droptwo{
  margin-bottom: 15px;
  background-color: #191C37;
  color: white;
  border-radius: 20px;
  padding: 5px;
}

.errspan {
  float: right;
  margin-right: 15px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
  
}

.erspan {
  float: right;
  margin-right: 15px;
  margin-top: -45px;
  position: relative;
  z-index: 2;
  
}
.form-floating>.form-control{
  padding: 30px !important;
}
.ui.multiple.dropdown>.label{
  padding: 0px !important;
  margin: 0px !important;
}
.ui.selection.dropdown .menu > .item:after{
  display: none;
}
.ui.selection.dropdown{
padding: 16px !important;
margin-top: 5px;
}
.ui.multiple.dropdown>.text{
  color:#000 !important;
  font-weight: 400;
  font-family: sans-serif;
}
#Subjectname::placeholder{
  color:#000 !important;
  font-weight: 400;
  font-family: sans-serif;
}
#sessionname::placeholder{
  color:#000 !important;
  font-weight: 400;
  font-family: sans-serif;
}
#SubjectOccupation::placeholder{
  color:#000 !important;
  font-weight: 400;
  font-family: sans-serif;
}
.sessionsadd h4{
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}
.sessionsadd p{
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color:#64686D;
}
@media (max-width:420px){
  .sessionsadd{
    height: 200%;
    padding: 0;
    margin: 0px;
  }
}

@media (max-width:540px){
  .sessionsadd{
    height: 200%;
    padding: 0;
    margin: 0px;
    width: 100%;
  }
}

@media (max-width:280px){
  .sessionsadd{
    height: 250%;
    padding: 0;
    margin: 0px;
    width: 90%;
  }
}


.btn-setting{
  background-color: #cf1c27;
  color:white;
  padding: 15px 35px;
  margin-top: 30px;
  width: 80%;
}

.msg span{
  color:#282B52;
  font-weight: 500;
  font-size: 18px;
}

.header h2{
  color:#282B52;
  font-weight: 500;
  font-size: 18px;
}

.labelrange{
  color:#414a8d;
  font-weight: 500;
  font-size: 18px;
}

#ex6CurrentRangePickerValLabel span{
  font-size: 22px;
  background: rgb(241, 227, 227) !important;
  border-radius: 5px;
  padding: 1px 20px;
  color:#CB2327;
}

.save-btn{
  float: right !important;
  background-color: #00D680;
  border: none;
}

.snrcamera{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 15px;
}

.snrcamera h2{
  font-size: 25px;
  color:#CB2327;
}
.snrcamera span{
  font-size: 35px;
  color:#414a8d;
  font-weight: 600;
}

.framecamera{
  background-color: #E3A231;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 18px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 15px;
}
.framecamera a{
  font-size: 25px;
}
.btncheck{
  padding: 15px 30px;
  border-radius: 15px;
}

.form-check-label{
  color:#414a8d;
  font-weight: 500;
  font-size: 18px;
}

.form-check-input:checked {
  background-color: #CB2327;
  border-color: #CB2327;
}

input[type="range"] {
color: #CB2327 !important;

}

#ex6 {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  cursor: pointer;
  border: 2px solid #CB2327;
  border-radius: 4px;
}

.dropdown-menu{
  background-color: white;
}

#dropdownMenu2{
background-color: #FDF6F6;
color:#414a8d;
text-align: left;
border: 3px solid #EFE9E9;
border-radius: 15px;
}

.gradient{
  background: transparent linear-gradient(180deg, #FE97B7 0%, #C41B50 100%) 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000014;
border: 1px solid #DADEF5;
border-radius: 12px;
}

.gradientspo{
  background: transparent linear-gradient(180deg, #BDF8DE 0%, #00D680 100%) 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000014;
border: 1px solid #DADEF5;
border-radius: 12px;
}

.gradientsbp{
  background: transparent linear-gradient(180deg, #D2E2F5 0%, #67ADFF 100%) 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000014;
border: 1px solid #DADEF5;
border-radius: 12px;
}

.gradientdbp{
  background: transparent linear-gradient(180deg, #FFFCE2 0%, #EFE080 100%) 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000014;
border: 1px solid #DADEF5;
border-radius: 12px;
}

.frame{
  background: #00D680 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 20px;
height: 65px;
}

.recordsnr{
  background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #00000029;
border-radius: 20px;
height: 65px;
padding: 20px;
}
.recordsnr span{
  text-align: left;
  font: normal normal medium 25px/30px Lato;
  color: #CB2327;
  text-transform: uppercase;
  font-weight: 600;
}

.recordsnr .badge span{
  text-align: center;
font-size:   30px ;
color: #111E72;
font-weight: 700;
}

.signal{
  background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: inset 0px 3px 6px #00000029;
border-radius: 20px;
height: 160px;
}

.signal h4{
  padding-bottom: 15px;
font: normal normal normal 23px/28px Lato;
color: #111E72;
text-transform: uppercase;
}

.foot{
  background: #FFFCE2 0% 0% no-repeat padding-box;
box-shadow: inset 0px 0px 6px #00000029;
border-radius: 10px;
padding: 15px;
margin-top: 20px;
margin-bottom: 20px;
}

.foot p{
  font: normal normal 300 13px/16px Lato;
letter-spacing: -0.05px;
color: #D6001B;
}

.inforecord{
  display: flex;
  justify-content: space-between;
  padding: 15px !important;
}
.inforecord h4{
  color:#CB2327;
  text-transform: uppercase;
  font-size: 22px;
}
.inforecord span{
  color:#191C37;
  font-size: 18px;
}

.inforecordrow{
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius:  0 0 30px 30px;
}
.inforecordrow .title{
  padding: 20px;
  color:#191C37;
  font-size: 24px;
  font-weight: 700;
}
.itemlist{
  height: 500px;
  overflow-y: scroll;
}
.frame{
  background-color: #e3a231;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame a{
  color:white;
  font-size: 18px;
}

.snrrecord{
  background-color: #fdf6f6;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
}
.snrrecord h4{
  color:#CB2327;
  text-transform: uppercase;
  font-size: 22px;
}

.snrrecord span{
  color:#191C37;
  font-size: 28px;
  font-weight: 700;
}

.icons{
  display: flex;
  background-color: #efecf4;
  padding: 20px;
  border-radius: 18px;
  justify-content: space-around;
  text-align: center;
}
.icons .start{
  flex-direction: column;
  display: flex;

}
.icons .play{
  font-size: 35px;
  color:#191C37;
}
.icons .pause{
  color:#e3a231;
  font-size: 35px;

}
.icons .stop{
color: #cb2327;
font-size: 35px;
}
.icons .warn{
  color:#009256;
  font-size: 35px;
}

.alluser .leftuser img{
  width: 100%;
  text-align: center;
}

.copy p{
  font-size: 14px;
  color:#6f708f;
}

.inputs input{
  background-color: #F1EDF3;
  border: none;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}

.btn-submit{
  background-color: #cb2327;
  color: white;
  border-radius: 16px;
  padding: 15px;
}

.home-toggle .dropone{
  margin-bottom: 10px;
    background-color: #CB2327;
    color: white;
    padding: 5px;
    font-size: 14px;
    border-radius: 0 !important;
}
.home-toggle .droptwo{
  margin-bottom: 10px;
    background-color: #CB2327;
    color: white;
    font-size: 14px;

    padding: 5px;
    border-radius: 0 !important;
}

#home{
  font-weight: 700 !important;
}
#ftco-nav .nav-link:hover{
  cursor: pointer !important;
}
.dropdown-toggle:after{
  display: none;
}