@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');

body{
    font-family: 'Jost', sans-serif;
}
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.chat-body {
    background: url(../images/bg.jpg);
    background-size: cover;
    padding: 0;
}
.chat-navbar .navbar-brand img{
    max-height: 100px;
}
.chat-into-text{
    color: #fff;
    padding: 5%;
}
.chat-box {
    background: #fff;
    padding: 0;
    position: relative;
}
.chat-reply-box{
    background: #f0faf9;
}
.chat-list {
    padding: 0;
    position: relative;
    display: inline-block;
    margin-top: 0;
    border-radius: 10px;
}
.chat-list ul {
    padding: 2%;
    max-height: 80vh;
    overflow: auto;
}
.chat-input {
    padding: 2% 5%;
}
.chat-input .input-group {
    border: 1px solid #ccc;
    border-radius: 10px;
}
.chat-input textarea {
    border: none;
    border-radius: 12px;
    outline: none !important;
    box-shadow: none !important;
}
.chat-btn {
    display: block;
    outline: none !important;
    border: none !important;
}
.chat-btn img{
    width: 60px;
}
.chat-load {
    display: block;
    shape-rendering: auto;
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 2%;
    top: 0;
}
.chat-dropdown .btn {
    z-index: 99;
    outline: none !important;
    border: none !important;
    position: relative;
}
.frequent-qs a {
    padding: 5px 10px;
    display: inline-block;
    border: 0.5px solid;
    border-radius: 10px;
    text-decoration: none;
    background: #f5fbff;
    margin: 5px;
    font-size: 15px;
}
.nyl-bg {
    background: url(../images/insurance-screen.png);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.nyl-bg .chat-box {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
    border-radius: 10px;
    /* margin-right: 0.4vw; */
    background: #F5F8FA;
    /* z-index: 99999; */
    height: 96vh;
    padding: 0;
}
.nyl-bg .chat-intro {
    /* position: fixed; */
    left: 0;
    bottom: 0.3vw;
    /* width: 30vw; */
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
    border-radius: 0;
    margin-left: 0.3vw;
    background: #ffff;
    z-index: 99999;
    height: 99vh;
    padding: 1%;
    margin: 0.5vh 0.3vw;
    margin-right: 0;
}
.nyl-bg .chat-input .input-group {
    background: #fff;
}
.nyl-bg .chat-list .rounded-circle {
    width: 40px !important;
}
.nyl-bg .frequent-qs a {
    font-size: 14px;
    width: 100%;
}
.chat-invoke-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 50vh;
    height: 25vh;
    border: none;
    /* padding: 15px; */
    background: transparent;
    /* border-radius: 10px; */
    /* margin: 1%; */
    /* box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12); */
}
.chat-invoke-btn img{
     
}
.source-content{
    display: none;
}

.result-block i.bi {
    display: block;
    font-size: 4vw !important;
}
.result-block .alert{
    border-radius: 0;
}
.modal-dialog{
    max-width: 80vw;
    border-radius: 0;
}

.agent-process {
    /* right: 30.5vw !important; */
    z-index: 1056;
    height: 99vh;
    margin: 0.5vh 0;
    width: 25vw !important;
}

.chat-loader {
  transition: opacity 0.3s ease;
}
.final-response img.rounded-circle{
    display: none !important;
}
.final-response .chat-reply-box {
    background: #FFF5EF;
    color: #000000;
}
.steps-div{
    margin-top: 2%;
}
.steps-div .accordion-button{
    background: #f5f8fa;
}
.chat-head {
    position: sticky;
    top: 0;
    background: #00367E;
    color: #fff;
    padding: 2%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.chat-head p {
    margin: 0;
    font-size: 1.1rem;
}
.chat-head img{
    max-height: 55px;
}
.chatbot-intro-card{
    max-height: 96vh;
    overflow: auto;
}
.chatbot-intro-card h3{
    font-size: 1.6rem;
    color: #FF6600;
}
.brand-logo {
    max-height: 6vh;
    margin-bottom: 4%;
}
.intro-bot img {
    max-height: 16vh;
    margin: 0 auto;
    display: block;
}

#videoContainer h4{
    padding: 0;
    margin-bottom: 0;
    z-index: 99999;
    display: inline-block;
    position: relative;
    bottom: -15px;
}


.dot-anim::after {
  content: '';
  display: inline-block;
  width: 1em;
  text-align: left;
  animation: dots 1s steps(3, end) infinite;
}

@keyframes dots {
  0%   { content: ''; }
  33%  { content: '.'; }
  66%  { content: '..'; }
  100% { content: '...'; }
} 
