html, body {
  /* margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;  
  justify-content: center; */
  /* background-color: rgba(75, 61, 229); */
  font-family:  'Inter', sans-serif;
}

.copy_text_container{
  font-family: 'Poppins', sans-serif;
  text-align: center;
  line-height: 2em;
  margin: auto;
  max-width: 1000px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px;
}

.top.copy_text_container{
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}


.container_flex{
  display: flex;
  margin: auto;
  max-width: 1400px;
}

h1{
  font-family: 'Poppins', sans-serif;
  line-height: 1.5em;
  font-size: 47px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

h2{
  font-family: 'Poppins', sans-serif;
  line-height: 1.5em;
  font-size: 33px;
  font-weight: 500;
}


h3{
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 0px;
}

.background{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: -1;

background-color: #ffffff;
opacity: 0.1;
background-image:  linear-gradient(#abbdff 4.800000000000001px, transparent 4.800000000000001px), linear-gradient(90deg, #abbdff 4.800000000000001px, transparent 4.800000000000001px), linear-gradient(#abbdff 2.4000000000000004px, transparent 2.4000000000000004px), linear-gradient(90deg, #abbdff 2.4000000000000004px, #ffffff 2.4000000000000004px);
background-size: 120px 120px, 120px 120px, 24px 24px, 24px 24px;
background-position: -4.800000000000001px -4.800000000000001px, -4.800000000000001px -4.800000000000001px, -2.4000000000000004px -2.4000000000000004px, -2.4000000000000004px -2.4000000000000004px;

}


#application{
  background-color: rgb(240, 240, 240);
  border-radius: 20px;
  max-width: 1430px; 
  min-width: 900px; 
  min-height: 860px;
  margin: auto;
  filter: drop-shadow(2px 5px 12px rgba(0, 0, 0, 0.05));
}

.container_all{
  display: flex;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 70px;

  align-items: center;
  justify-content: center;
  flex-wrap:  wrap;
  font-family:  'Inter', sans-serif;
opacity: 0;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}


.loaded.container_all{
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
   -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
       animation: fadein 2s;
       opacity: 1;
      }


.left_main_container{
  margin-top: 10px;
}

.tab-view{
  display: flex;
align-items: flex-end;
}

.speed_slider_content{
  margin-left: 330px;
  display: flex;
  align-items: center;
  margin-bottom: -2px;
}


#preview-label{
  position: relative;
  background-color: white;
  font-size: 15px;
  width: 140px;
  text-align: center;
  padding-top: 6px;
  padding-bottom:3px;
  margin-left: 30px;
  border-radius: 10px 10px 0px 0px;
}

.record_button_container{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 10px;
  margin-top:15px;

}

.person-lable{
  font-size: 15px;
  padding-bottom: 10px;
}

#canvas_container{
  margin-right: 0px;
  margin-bottom: 100px;
  height: 700px;
  width: 700px;
  border-radius: 8px;
  border-width: 7px;
  border-color: white;
  border-style: solid;
}



.record_label{
  background-color: red !important;
  color: white;
}

#canvas-holder{
  /* margin:50px;
  margin-right: 0px; */
}

.input_field{
  min-width: 500px;
  max-width: 620px;
  margin-left:28px;
  margin-top: 26px;
  /* background-color: rgb(237, 237, 237); */
  border-radius: 30px;
}

.input_inactive{
  background-color: rgba(156, 160, 164, 0.203);
}

input[type="text"]{
  width: 100%;
  height: 20px;
  padding: 10px;
  border-radius: 100px;
  border: none;
}

.icon_images{
  object-fit: cover;
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
.icon_images.small{
  height: 35px;
  width: 35px;
  margin-right: 10px;
}


.avator_container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
}

.avator_container_small{
  display: flex;
  flex-direction: column;
  max-width: 100px;
  margin-right: 35px;
  align-items: center;
}

.avator_image_container{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 95px;
}

.avator_name{
  text-align: center;
}



.uploader{
  margin-top: 10px;
}

input[type="file"] {
  display: none;
}

label {
  position:relative;
  left: 40px;
  top: -30px;
  /* font-size: 12px;
  padding: 5px 20px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #546bea; */
  cursor: pointer;
}

.main_button.add_text{
  margin-left:150px;
  height: 44px; 
  width: 50%;
}

/* CSS */
.main_button {
  appearance: button;
  backface-visibility: hidden;
  background-color: #0098FD;
  border-radius: 20px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  /* font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif; */
  font-size: 100%;
  height: 54px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 30%;
  margin-left:10px;
  margin-bottom: 20px;
}

.main_button:disabled {
  cursor: default;
}

.main_button:focus {
  /* box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px; */
}


.bubble_container{
  display: flex;
  max-width: 800px;
  margin-bottom: 30px;
  justify-content:space-between;

}

#newInputBox{
  min-width: 400px;
  width: 500px;


}


.custom-select{
  /* -webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none; */

  padding: 2px;
  border-radius: 12px;
  border: none;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-right:9px;
  min-width: 80px;
  max-width: 80px;

}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
  top:34%;
  right:46%;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: rgb(240, 240, 240);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



.on_recording{
  -moz-animation:blink normal 1.5s infinite ease-in-out;
  /* Firefox */
  -webkit-animation:blink normal 1.5s infinite ease-in-out;
  /* Webkit */
  -ms-animation:blink normal 1.5s infinite ease-in-out;
  /* IE */
  animation:blink normal 1.5s infinite ease-in-out;
  /* Opera */
}

@keyframes blink {
  0% {
         background-color: rgba(255,0,0,1);
         border-color: rgba(255,0,0,0.5);
  }
  50% {
         background-color: rgba(255,0,0,0.5);
         border-color: rgba(255,0,0,0.5);

  }
  100% {
         background-color: rgba(255,0,0,1);
         border-color: rgba(255,0,0,0.5);
  }
}

@keyframes textblink {
  0% {
         color: rgba(0,0,0,1)
  }
  50% {
         color: rgba(0,0,0,0.3)
  }
  100% {
         color: rgba(0,0,0,1)
  }
}
.text_blink{
  -moz-animation:textblink normal 1.5s infinite ease-in-out;
  /* Firefox */
  -webkit-animation:textblink normal 1.5s infinite ease-in-out;
  /* Webkit */
  -ms-animation:textblink normal 1.5s infinite ease-in-out;
  /* IE */
  animation:textblink normal 1.5s infinite ease-in-out;
  /* Opera */
}

.img_container{
  margin-top:10px; 
  width: 700px;
  filter: drop-shadow(2px 5px 10px rgba(0, 0, 0, 0.1));
}

.mobile{
  display: none;
}

@media only screen and (max-width: 1500px) {
  #application
    {max-width: 800px}
  
}

/* Portrait and Landscape */
@media only screen
and (min-device-width: 120px)
and (max-device-width: 680px) {

  .desktop{
    display: none;
  }


.mobile{
  display: block;
}


  h1{
    line-height: 1.5em;
    font-size: calc(2em + 0.5vw);
    font-weight: 500;
  }

  h2{
    line-height: 3em;
    font-size: calc(0.8em + 0.5vw);
    font-weight: 500;
    margin-bottom: 50px;
  }


  h3{
    font-size: calc(0.6em + 0.5vw);
    line-height: 2.5em;
    font-weight: 300;
    text-align: center;
    overflow-wrap: break-word;
    margin-bottom: 20px;
  }
}



