body {
  background-color:#000000;
  margin:0px !important;
  padding: 0px;
  font-family:'Product Sans Regular';
 /* font-family: 'Open Sans', sans-serif;
 font-family:'Google Sans Regular';
 */
}
.clear{
  clear: both;
}
textarea
{
  width:100%;
}

a{
  color: #808080;
  text-decoration: none;
}

a:hover{
  color: #808080;
  text-decoration: none;
}

/* textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}  */

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

p{
  color:#fff;
  }


  button:focus {outline:0;}



.button_holder {
  position: absolute;
  z-index: 999;
  bottom:20px;
  width: 310px;
  top:30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clear{
  clear: both;
}



/* New CSS */
.button_container{
  border-radius: 30px;
  border: 1px solid #707070;
  height: auto;
}
.message_box{
  margin-top: 30px;
  height: 317px;
  width: 100%;

}

.email_box{
  margin-top: 30px;
  border: 1px solid #707070;
  height: 211px;
  background-color: #fff;

}


.ba_title{
  text-align:center;
  color: #8F8484;
  font-size: 18px;
  font-weight: normal;
  /* font-family: Arial, Helvetica, sans-serif; */
  padding: 25px 15px ;


}
.play_pause_controller{
  height: 55px;
  position: relative;
  margin: 0px auto;
  width:100%;
}
.text_top{
  color: #409EFE;
  font-size:27px;
  text-align: center;
  /* font-family: Arial, Helvetica, sans-serif; */
}
.upload_btn_holder{
  background-color: #fff;
  border: 1px solid #707070;
  height: 176px;
  margin: 20px 20px;
  position: relative;
}

.upload_before{
  width: 50%;
  height: 100%;
  float: left;
  border-right:1px solid #707070;
  position: relative;
  overflow: hidden;

}
.upload_after{
  width: 50%;
  height: 100%;
  margin: auto;
  float: left;
  position: relative;
  overflow: hidden;


}
.btn-circle {
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 50px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl-add {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  padding:10px 16px;
  font-size:20px;
  line-height: 1.33;
  border-radius:50%;
  background-color: #409EFE;
  cursor: pointer!important;
  color: #ffffff;
}

.black_btn{
  background-color: #000000!important;



}

.upload_before input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.upload_after input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.btn_title{
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom:0px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.file_title{
  font-size: 11px;
  color: #000;
  text-align: center;
  position: absolute;
  bottom:-8px;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 13px;
}
.msg_title{
font-size: 14px;
  color: #000;
  font-weight:700;
  text-align: left;
  margin:5px;
}

input[type=text] {
  font-family:'Product Sans Regular';
  background: transparent;
  /* border: none; */ 
  border-bottom: 1px solid #A7A1A1;
  width: 100%;
  margin:0px;

}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.button2 {
  background-color: #5EA8F9; 
  border-radius: 40px;
  margin:0px 10px;
} 

.button_holder button{
  cursor:pointer;
  float: left;
  padding:0px 35px;
/*   font-family: Arial, Helvetica, sans-serif; */
  font-size: 25px;
  font-weight: bold;
  border-radius: 20px;
  margin: 5px;

} 
.btn_gray{
  border: 1px solid #707070!important;
  background-color: Transparent;
  color: #707070;
  
}

.btn_gray:focus{ border: 1px solid #000000!important;
  background-color:#000;
  color: #ffffff;}

.btn_solid{
  border: 1px solid #000000!important;
  background-color:#000;
  color: #ffffff;
}

.btn_black{
  border: 1px solid #000000!important;
  background-color: Transparent;
  color: #000000;
  
}

.bottom_btn_holder{
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}

.bottom_btn_container{
  width: 238px;
  position: absolute;
  top:10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom_btn_container_next{
  width: 118px;
  position: relative;
}

.feedback_text{
  text-decoration: underline;
  font-size: 18px;
  color: #50a3fd;
  text-align: center;
}

.feedback_text a{
  text-decoration: underline;
  font-size: 18px;
  color: #50a3fd;
  text-align: center;

}

.top-bar{
  background-color: #000000;
  height: 60px;
  margin-bottom: 30px;
}
.top-bar img{
  float: right;
}
/*NEW CSS BY JITENDRA @ 20/11/20*/
.layout-holder{
  margin-top: 10px;
    /*margin-left: 25px;
    margin-right: 30px;*/
    margin-bottom: 78px;
  margin-left:0px;
} 
.standard-video-container {
  position:relative;
  width:100%;
  height:auto;
  }

  .ba-video-container {
    border-radius: 30px;
    border: 1px solid #707070;
    position:relative;
    width:100%;
    height:auto;
    padding: 20px;
    }
  .right_container{
    border-radius: 30px;
    border: 1px solid #707070;
    height: auto;
    padding: 10px;
    display: grid;
    text-align: center;
  
  }

  .blueButton {
    background-color:#409efe;
    border-radius:28px;
    border:1px solid #4394ea;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-size:18px;
    padding:8px 40px;
    text-decoration:none;
  }
  .blueButton:hover {
    background-color:#409efe;
    text-decoration: none;
  }
  .blueButton:active {
    position:relative;
    top:1px;
  }
  .clear{
    clear: both;
  }
  .button-holder{
    margin: 0px;
  }
  .text_right h1{
    color: #ffffff;
    font-size: 21px;
    margin-top: 50px;
  }
  .technical-txt a{
    text-decoration: underline;
  }
.divider-line{
  border-bottom: 1px solid #8F8484;
  margin: 20px;
}
/* Email Page CSS By Kritika */
input
{
  color:#D5D5D5;
  font-size: 14px;
}
label
{
  color:#808080;
}
.input_level
{
float: left;
margin-left: 0px;
}

textarea
{
  width:100%;
  background-color: #000000;
  border: none;
  color:#409efe;
  font-size: 14px;
}
input[type=checkbox]:checked {
  background-color: #fff !important;
  color: #fff !important;
  font-style: normal;
} 

.myLabelClass
{
  color: white;
}
.myLabelClassBlue
{
  color:#409efe;
}
.small-font
{
  font-size: 15px;
}
.medium-font
{
  font-size: 18px;
}
.underline
{
  text-decoration: underline;
}

.wrapper
{
  border: 1px solid #888;
  display: inline-block;
  padding:20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

nav{
  text-align: right;
}
.nav-link{
  color: #fff;
  text-align: right;
  /*margin-right: 1vw;*/
}
.navbar-toggler{
  margin-left: 90vw;
}
.button{
  display: inline-block;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: black;
  border: none;
  border-radius: 15px;
}

.checkbox_control {
  display: inline-grid;
  width: 15px;
  height: 15px;
  border-radius: 0.25em;
  border: 0.1em solid currentColor;
}

.gray_button{
  font-size: 13px; padding: 15px 45px; background-color: #aab0be;
}
.blue-button{
  font-size: 16px; 
  padding: 15px 45px;
  background-color: #409efe ;
}
.blue-button:hover {
  background-color:#409efe;
  text-decoration: none;
}
.blue-button:active {
  background-color:#409efe;
  text-decoration: none;
  border: none;
}

/*nav css */

nav{
  text-align: right;
}
.nav-link{
  color: #fff;
  text-align: right;
  margin-right: 0.5  vw;
}
.navbar-toggler{
  margin-left: 91vw;
  margin-top:none; 
}

.sidenav {  
  height: 325px;
  width:0;
  position: fixed;
  z-index: 1;
  /*top: 70px;
  right: 64px;*/
  top: 58px;
  right: 64px;
  background-color:#535353;
  overflow-x: hidden;
  transition: 0.5s; 
}

.sidenav a {
  padding: 0px 5px 0px 5px;
  text-decoration: none;
  font-size: 25px;
  color:white;
  display: block;
  transition: 0.3s;
  padding-top: 10px
}

.sidenav a:hover {
  color:black;
}

.sidenav .closebtn {
  margin-top: -10px;
  position:absolute ;
  right: 0px;
  font-size: 30px;
  Overflow: hidden;
}

#main {
  transition: margin-left ;
  padding: 2px;
  Overflow: hidden;
 /* margin-bottom:20px;*/
}



@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px; height: 500px}
  .sidenav a {font-size: 18px;}
}

/*feedback  css*/
#space{
  margin-left: 50px;
}
.jumbotron{
  background-color: rgb(0,0,0);
  color: rgb(255, 255, 255);
}
.largeCheckbox{
  width: 15px; 
  height: 15px; 
}

/*TAB CSS*/


.card-new-design{
  background-color: #000;
  border: 1px solid #4a4949;
  border-radius: 0px 0px 30px 30px;
  height: auto;
  display: grid;
}
.card-header-new-design{
  padding:0rem .62rem;
}
.nav-link-new{
  text-align: center;
  font-size: 14px;
  padding:4px;

}
.nav-item-new{
  width: 50%;
}

.nav-tabs .nav-link.active {
  background-color: #409efe;
  color: #ffffff;
  border: none;
  margin-top: -29px;
} 
.nav-tabs .nav-link {
  border: none;
  color: #7c7c7c;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  margin-top: -29px;
  background-color:#4a4949;
} 

/* Home page */
 
.navnew {
    height: 325px;
  width:0;
  position: fixed;
  z-index: 1;
  /*top: 70px;
  right: 64px;*/
  top: 58px;
  right: 16px!important;
  background-color:#535353;
  overflow-x: hidden;
  transition: 0.5s; 
}

