*{
  margin: 0px;
  padding: 0px;
  /* border: 1px solid #f00 !important; */
  
}

body{
  background-color: #F2F5F8;
  padding: 0; 
  font-family: Calibri,'Raleway', sans-serif;
  font-weight: 600;
  /* height: 100vh !important; */
}
h3, .h3, #Trigger2, #replay{
  font-weight: 600;
}
button:focus, input:focus {
  outline: none;
}
/* Scrollbar width, track, handle & handle hover */
::-webkit-scrollbar, -moz-scrollbar {
width: 4px;
}
::-webkit-scrollbar-track, -moz-scrollbar-track {
background: #ebebeb; 
}
::-webkit-scrollbar-thumb, -moz-scrollbar-thumb {
background: #ebebeb;
border-radius:6px;
}
::-webkit-scrollbar-thumb:hover, -moz-scrollbar-thumb:hover {
background: #35c1e6; 
}
/* End Scrollbar width, track, handle & handle hover */


#header-info{
  padding-left: 10px;
}
#header-info p{
  margin-bottom: 0px;
  font-size: 14px;
    color: darkgray;
}
.chatbox .chat-history, textarea {
  scrollbar-face-color: #35c1e6; 
  scrollbar-highlight-color: #35c1e6;
  scrollbar-3Dlight-color: #35c1e6;
  scrollbar-darkshadow-color: #f9f9f9;
  scrollbar-track-color: #f9f9f9;
  scrollbar-arrow-color: #ccc; 
  scrollbar-shadow-color: #f9f9f9;
  scrollbar-width: 4px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.fa-rotate-45 {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.suggestions{
  margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    MARGIN-LEFT: 2%;
}
.suggestion-btn{
  background-color: white;
  color: black;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 25px;
  border: 1px solid #00bdcd;
  font-weight: 600;
}
#Fader{
/* padding: 20px; */
background: white;
color: white;
}

#Fader.black-bg{
background-color: black;
}

#Trigger2{
  border: none;   
  background-color: transparent;
  white-space: normal;
  /* margin: 5px 15px; */
}
#replay{
  border: none;
  background-color:#750049;
  border-radius: 20px;
  padding: 5px;
  color: white;
  margin-top: 18px;
  margin-right: 5%;
}
.dropdown-toggle[aria-expanded="true"]:after {
transform: rotate(180deg);
}
.dropdown{
margin-bottom: 5px;
}
.step-num{
  font-size: 1.2em;
}
/*for the animation*/
.dropdown-toggle:after {
transition: 0.5s;
}
.fadein, .fadeout {
  opacity: 0;
  -moz-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.fadein {
  opacity: 1;
}
.container >.chatbox{
  background-color: white;
  /* border: solid 2px white; */
  /* height: 100vh; */
}
.header{
  /* border-bottom: solid 2px #00bdcd; */
  padding-bottom: 5px;
  /* padding-top:8px; */
  /* margin-top: 5px; */
  margin-left: 10px;
  margin-right: 10px;
}
.mediasection{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}
.buttoncss{
  max-width: fit-content;
  font-size: 20px;
  padding-bottom: 14px;
  /* padding-right: 10px; */
  border: none;
  background: transparent;
  color: #009fa8;
  
}
.mediasection > .details{
  margin-left: 10px;
}
.barsection {
  /* margin-bottom: 5px; */
}
.barsection ul{
  display: flex;
  display: -webkit-flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 5px;
}

.chat-message{
    display: flex;
    display: -webkit-flex !important;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 2px solid #00bdcd;
}
input[type=text], input:focus  {
  width: 100%;
  padding: 0px 10px;
  border: 2px solid #ebebeb;
  border-radius: 27px;
  resize: vertical;
  margin-right: 5px;
  margin-left: 5px;
  height: 35px;
}
ul.main li{
  display: inline-block !important;    
}

.barsection ul li{
  display: -webkit-flex !important;
  -webkit-flex-wrap: wrap !important;
}
.chat-history{
  height: calc(100vh - 323px);
  padding-left: 10px;
  padding-right: 10px;
  overflow-y: scroll;
  /* overflow-x: hidden; */
  /* border-bottom: 2px solid #00bdcd; */
  padding-bottom: 10px;
  border-top:solid 2px #00bdcd;
  background-color: #F2F2F2
}
.chat-history.no-media{
  height: calc(100vh - 420px);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  overflow-y: scroll;
  background-color: #F2F2F2
}
.chat-history>.main{
  display: flex;
  flex-direction: column;
  padding: 10px 5px 10px 5px;
}
.chat-history.no-media>.main{
  display: flex;
  flex-direction: column;
  padding: 10px 5px 10px 5px
}
.bot-msg{
  background-color: #009fa8;
  color: whitesmoke;
  border: solid 2px #009fa8;
  border-radius: 10px;
  padding: 5px 20px;
  /* box-shadow: 2px 2px 3px 0px #00bdcd; */
  margin-bottom: 10px;
  list-style: none;
  width: fit-content;
  align-self: flex-start;
  margin-right: 25%;
  margin-left: 1.5%;
  position: relative;
}

.bot-msg::before{
  top: 1px;
    bottom: -3px;
    left: -20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #009fa8;
    border-width: 10px;
    right: -8px;
    transform: rotate( 270deg ) skew( 0deg );
    -moz-transform: rotate( 270deg ) skew( 0deg );
    -ms-transform: rotate( 270deg ) skew( 0deg );
    -o-transform: rotate( 270deg ) skew( 0deg );
    -webkit-transform: rotate( 270deg ) skew( 0deg );
    top: 6px;
}

@-moz-document url-prefix() { 
  .bot-msg::before {
     top: 4px;
     left: -20px;
     transform: rotate( 270deg ) skew( 0deg );
    -moz-transform: rotate( 270deg ) skew( 0deg );
    -ms-transform: rotate( 270deg ) skew( 0deg );
    -moz-transform: rotate( 270deg ) skew( 0deg );
  }
  .usr-msg::before {

    bottom: 30%;
    right: -20px;
    transform: rotate( 90deg ) skew( 0deg );
    -moz-transform: rotate( 90deg ) skew( 0deg );
    -ms-transform: rotate( 90deg ) skew( 0deg );
    -moz-transform: rotate( 90deg ) skew( 0deg );
  
  }
  
}

.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
  color: #D8000C;
  background-color: #FFBABA;
  text-align: center;
}

/* .bot-msg::before {
  background-color: #009fa8;
  content: "\00a0";
  display: block;
  height: 16px;
  position: absolute;
  top: 5px;
  left: -9px;
  transform: rotate( 29deg ) skew( -35deg );
  -moz-transform: rotate( 29deg ) skew( -35deg );
  -ms-transform: rotate( 29deg ) skew( -35deg );
  -o-transform: rotate( 29deg ) skew( -35deg );
  -webkit-transform: rotate( 29deg ) skew( -35deg );
  width: 20px;
  /* border-radius: 3px; 
} */
.usr-msg{
  background-color: #eedd7a;
  color: black;
  border: solid 1px #eedd7a;
  border-radius: 5px;
  padding: 5px 20px;
  /* box-shadow: 2px 2px 3px 0px #e6e600; */
  justify-content: flex-end;
  margin-bottom: 10px;
  list-style: none;
  align-self: flex-end;
  width: fit-content;
  margin-right: 1.5%;
  position: relative;
  overflow-wrap:anywhere
}
.usr-msg::before {

  bottom: 30%;
  right: -20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #eedd7a;
  border-width: 10px;
  transform: rotate( 90deg ) skew( 0deg );
    -moz-transform: rotate( 90deg ) skew( 0deg );
    -ms-transform: rotate( 90deg ) skew( 0deg );
    -moz-transform: rotate( 90deg ) skew( 0deg );
    -webkit-transform: rotate( 90deg ) skew( 0deg );

}
.usr-msg .msgtext{
  display: flex;
  justify-content: flex-end;
  
}

.tip {
font-style: italic;
font-size: 14px;
/* margin-bottom: 1em; */
display: block;
/* margin-top: 1em; */
}
.barsection li{
  background: #b5b5b5;
  /* padding: 5px 0px; */
  width: 100%;
  box-sizing: border-box;
  margin: 3px;
  list-style: none;
}
.clrbg{
background:#9ccf62  !important;
}
.dropbtn {
background-color: transparent;
color: #3498DB;
padding: 5px;
font-size: 20px;
border: none;
}

.dropup button{
  border: none;
  background-color: transparent;
  color: #009fa8;
  font-size: 1.5em !important;
  border: 1px 2px 2px 3px 0px #00bdcd;
}

#yt{
  border: none;
  display: block;
  margin: auto;
  width:50%;
   height:auto
}
.dropdown-item{
  font-weight: 600 !important;
}
.dropdown-item:hover{
  background-color: #9ccf62;
}
.progress-icon {
  background: url(../in-progress.gif) center no-repeat transparent;
  height: 11px;
  width: 50px;
  display: block;
  margin: 0 auto;
}

#speedtest{
  /* padding-top: 10px; */
  background-color: #F2F2F2;
}

.vjs-afterglow-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-top-control-bar{
  display: none !important;
}

.vjs-poster {
  background-size: cover !important;
}
video {
  object-fit: cover !important;
}
.vjs-afterglow-skin.vjs-responsive, .vjs-afterglow-skin video{
  height: 100% !important;
}

/* .vjs-control-bar{
  display: none !important;
}
.vjs-top-control-bar{
  display: none !important;
} */

.bot-msg-data-time, .usr-msg-data-time {
  color: #a8aab1;
  padding-left: 6px;
  font-size: 12pt;
}
.usr-msg-data-time{
  text-align: right;
  padding-right: 6px;
}
.bot-msg-data-time {
  padding-left: 6px;
}
#usr-input{
  font-weight: 600;
}
.user.msg-info{
  display: flex;
  align-self: flex-end;
}

.videowrapper{
  width: 65%;
  position:relative;
  height: auto;
  margin: auto;
}

.speedtest-btn{
    border: 1px solid #eedd7a !important;
    background-color: white;
    color: black;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 25px;
    font-weight: 600;
}
.chatwith-recruiter-btn{
  border: 1px solid #eedd7a !important;
  background-color: white;
  color: black;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 25px;
  font-weight: 600;
 }


 li.progressbar {
  background: #efefef;
}

.progressbar div {
  background:#9ccf62;
  text-align: center;
  font-size: 8px; 
  color:#9ccf62;
}

.tooltip-inner {background-color: #9ccf62;}
.bs-tooltip-top .arrow::before {border-top-color:#9ccf62; }
.tooltip-inner {color: #000;}

/* IE 11 css */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .usr-msg, .bot-msg{
    display: table;
  }
}


/* Windows 7 Microsoft Edge * JIRA HRB-107*/
@supports (-ms-ime-align:auto) {
  .chat-history.no-media{
    padding-top: 0px;
  } 
}

/* Chatlog css */
#chatlog {
  height: 100vh;
  border-bottom: 2px solid #00bdcd !important;
}
.container-fluid{
  padding: 0px;
  margin: 0px
}
#chatlog h5{
  font-size: 14pt;
}
.chatlog >.main{
  padding: 10px;
}
#chatlog .bot-msg, #chatlog .usr-msg{
  margin-left: 0px;
  margin-right: 0px;
}
#chatlog .suggestions{
  margin-left: 0px;
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
}
.separator::before, .separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}
.separator::before {
  margin-right: .5em;
}
.separator::after {
  margin-left: .5em;
}
.bot-name, .user-name{
  font-size: 12pt !important;
}

/* Smasung Galaxy Tab s6 JIRA HRB-135 */
/* Landscape */
@media only screen 
and (min-device-width: 1280px) 
and (max-device-height: 800px) 
and (min-resolution: 192dpi)
and (-webkit-device-pixel-ratio:2)
and (orientation : landscape)  {
  /* Styles */
  .container, .container-md, .container-sm {
    max-width: 100% !important;
  }
  .chat-history{
    height:46vh !important
  }
  .chat-history.no-media{
    height:76vh !important
  }
}

/* Portrait */
@media only screen 
and (min-device-width: 800px) 
and (max-device-height: 1280px) 
and (min-resolution: 192dpi)
and (-webkit-device-pixel-ratio:2)
and (orientation : portrait) {

  /* Styles */
  .container, .container-md, .container-sm {
    max-width: 100% !important;
  }
  .chat-history.no-media{
    height:59vh !important
  }
}



@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .container{
      width: 65%;
    }
}
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
    .container{
      width: 65%;
    }
}
@media only screen and (max-device-width:767px) {
  .videowrapper{
    width: 100%;
  }
#header-info{
  padding-left: 10px;
  padding-top: 5px;
}
  .bot-msg{
    margin-right: 0px;
  }
  .header{
    margin-left: 0px;
    margin-right: 0px;
    /* padding-top:8px; */
    padding-bottom: 5px;
  }
  .container{
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
.chat-history{
    height: calc(100vh - 46vh);
    background-color: #F2F2F2;
  }
.chat-history.no-media{
    height: calc(100vh - 23vh);
    background-color: #F2F2F2;
    padding-top: 0px;
}

.bot-msg::before {
  left: -21px;
}
body:-webkit-full-page-media {
  background-color: white;
}

#yt{
  /* width: 100%;
  height: 240px; */
  width: 100% !important;
  height: auto;
}
#Trigger2 {
    /* margin: 5px; */
    font-weight: 600;
}
#header-info h3{
  font-size: 1em;
}
#header-info p{
  margin-bottom: 0px;
  font-size: 14px;
  color: darkgray;
}
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  {  
    .chat-history.no-media {
      height: calc(100vh - 19vh);
      background-color: #F2F2F2;
  }
  .chat-history {
    height: calc(100vh - 37vh) ;
    background-color: #F2F2F2;
}
  .header{
    margin-left: 0px;
    margin-right: 0px;
    /* padding-top:8px; */
  }
  #header-info h3{
    font-size: 1em;
  }
  #header-info{
    padding-left: 10px;
  }
}
/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .chat-history{
      height: calc(100vh - 75vh);
      background-color: #F2F2F2;
    }
  .chat-history.chat-history.no-media{
    background-color: #F2F2F2;
    height: calc(100vh - 42vh);
  }
}
@media only screen and (max-device-width:767px) and (orientation: landscape){
  .container{
    max-width: 100%;
  }

  .chat-history{
    height: calc(100vh - 85vh);
    background-color: #F2F2F2;
  }
.chat-history.chat-history.no-media{
  background-color: #F2F2F2;
  height: calc(100vh - 40vh);
}
.chat-message {
  padding-bottom: 0px; 
    padding-top: 8px;
}
  #yt {
    width: 65% !important;
    height: auto;
  }
  .header{
    margin-left: 0px;
    margin-right: 0px;
    /* padding-top:8px; */
  }
  #header-info h3{
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
.container{
  padding: 0;
  margin: 0;
}

/* iPhoneX */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  { 
    /* .chat-history{
      height: calc(100vh - 36vh) !important;
    }
    .chat-history.no-media {
      height: calc(100vh - 19vh);
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 0px;
      overflow-y: scroll;
    } */
    #header-info{
      padding-left: 5% !important;
    }

    body{
      font-size: 14px;
    }
    .chat-message{
      padding-top: 12px !important;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .container{
      max-width: 100%;
    }
    .chat-history{
      height: calc(100vh - 89vh) !important;
    }
    .chat-history.no-media {
      height: calc(100vh - 36vh) !important;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 0px;
      overflow-y: scroll;
    }
    .bot-msg {
      margin-right: 0px;
    }
    #yt {
      width: 55%;
      height: auto;
    }
    .header{
      margin-left: 0px;
      margin-right: 0px;
      padding-bottom: 0px;
      /* padding-top:8px; */
    }
    #header-info h3{
      font-size: 1em;
    }
    #header-info{
      padding-left: 3%;
    }
}

/* iPhone 5s */
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    ul.main li{
      display: inline-block !important;    
    }
    .barsection ul{
      display: -webkit-flex !important;
    }
    .barsection ul li{
      display: -webkit-flex !important;
      -webkit-flex-wrap: wrap !important;
    }
    .chat-message{
      display: -webkit-flex !important;
    }
    #header-info{
      display: block;
      float: left;
    }
    .col-4.dropdown{
      display: block !important;
      float: right !important;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}


/* Ipad */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .chat-history{
      height: calc(100vh - 44vh);
    }
    #yt{
      height: auto;
    }
    body, .suggestion-btn, .speedtest-btn{
      font-size: 24pt;     
    }
    .tip{
      font-size:22pt;
    }
    input[type=text], input:focus{
      padding: 23px;
    }
    .container, .container-md, .container-sm {
      max-width: 100%;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
    .chat-history{
      height: calc(100vh - 60vh);
    }
    .chat-history.no-media{
      height: calc(100vh - 24vh) 
    }
    body, .suggestion-btn{
      font-size: 1.8rem;
    }
    .tip{
      font-size: 1.5rem;
    }
    .container, .container-md, .container-sm {
      max-width: 100%;
    }
    input[type=text], input:focus{
      padding: 23px;
    }
}


}


@media only screen and (min-width : 1824px){
  #yt{
    height: auto;
    width: 65%;
  }

  body{
    font-size: 2.5rem;
  }
  input[type=text], input:focus{
    padding: 30px;
  }
  .tip{
    font-size: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  /* For Projectors or Higher Resolution Screens (Full HD) */
      .container, .container-md, .container-sm {
          max-width: 65% !important;
          margin:auto;
      }
  }
  @media screen and (min-width: 3840px) {
  /* For 4K Displays (Ultra HD) */
  .container
    #yt{
      height: auto;
      width: 65%;
    }
    body{
      /* font-size: 3.5rem; */
      font-size: 24pt;
    }
    input[type=text], input:focus{
      padding: 30px;
    }
    .tip{
      /* font-size: 3rem; */
      font-size: 22pt;
    }
    .chat-message{
      padding: 2.5%;
    }
    .suggestions, .suggestion-btn, h3, .h3{
      font-size: 24pt !important;
    }
    .chat-history{
      height: calc(40vh) !important;
      background-color: #F2F2F2;
    }
    .header{
      padding: 20px;
    }
    .barsection ul{
      padding-top: 0px;
    }

    .barsection li {
      background: #b5b5b5;
      padding: 20px 0px;
      width: 100%;
      box-sizing: border-box;
      margin: 15px;
      list-style: none;
    }
    .bot-msg, .usr-msg, .suggestion-btn{
      padding: 10px 25px;
      margin-bottom: 40px;
    }
    
    .chat-history .main, .chat-history.no-media .main{
      padding: 40px 20px 40px 20px;
    }
    .chat-history{
      height: calc(48vh) !important;
    }
    .chat-history.no-media{
      height: calc(82vh) !important;
    }

    #replay {
        border-radius: 60px;
        padding: 28px;
    }
    .suggestions{
      margin: 2%;
    }
    .suggestion-btn {
      background-color: white;
      color: black;
      padding: 15px 25px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      /* margin: 4px 2px; */
      border-radius: 45px;
      border: 1px solid #00bdcd;
      font-weight: 600;
    }
    .dropdown-item {
      padding: 1.25rem 3.5rem;
      font-size: 24pt;
  }
    .dropdown-menu.show {
      display: block;
      top: -35px !important;
      left: 0px;
    }
    #header-info {
      padding-left: 30px;
    }
    input[type=text], input:focus{
      height: auto;
      padding: 0px 10px !important;
    }
    #usr-input {
      font-weight: 600;
      border-radius: 100px;
      border: 1px solid black;
      margin-left: 45px;
      margin-right: 45px;
    }
    .dropup button{
      font-size: 2em !important;
    }
    .buttoncss{
      font-size: 1.8em;
    }
  }
  
  @media screen and (min-width: 1820px) and (max-width: 3840){
    .chat-message{
      padding: 1.2%;
    }
  }
@media (min-width: 768px) and (max-width: 1600) {
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
}