/* CHATBOX
=============== */

.chatbox {
    /* position: absolute;
    bottom: 10px; */
    /* position: fixed;
    bottom: 60px;
    right: 30px; */
    font-size: 82%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/* CONTENT IS CLOSE */

.chatbox__support {  
    display: flex;
    flex-direction: column;
   
    /* z-index: -123456; */
    opacity: 1;
    transition: all .5s ease-in-out;
    font-size: 95%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #f9f9f9;
    height:90vh;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* CONTENT ISOPEN */
.chatbox--active {
    /* transform: translateY(-40px); */
    /* transform: translateY(-11px); */
    /* z-index: 123456; */
    opacity: 1;

}

/* BUTTON */
.chatbox__button {
    
    /* Last added */
    position: fixed;
    bottom: 3px;
    /* margin-left: 270px; */
    text-align: right;
    right:38px;
    z-index: 11;
}

.send__button {
    padding: 6px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}


/* HEADER */
.chatbox__header {
    /* position: sticky; */
    position: static;
    top: 0;
    background: orange;
}

/* MESSAGES */
.chatbox__messages {
    margin-top: auto;
    display: flex;
    overflow-y: scroll;
    /*flex-direction: column-reverse;*/
    flex-direction: column;
    word-wrap: break-word;
}

.messages__item {
    background: orange;
    max-width: 60.6%;
    width: fit-content;
}

.messages__item--operator {
    margin-left: auto;
}

.messages__item--visitor {
    margin-right: auto;
}

/* FOOTER */
.chatbox__footer {
    /* position: sticky; */
    /* Last positon added*/
    position: static;
    bottom: 0;
}
/* HEADER */
.chatbox__header {
    /* background: var(--primaryGradient); */
    background: #F4C64D;;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px 2px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.menu_content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    background: #EBEBEB;
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
   
}
.chatbox__image--header {
    margin-right: 10px;
}

.chatbox__heading--header {
    font-size: 1.2rem;
    color: white;
    cursor: pointer;
    margin-bottom: 40px;
}

.chatbox__description--header {
    font-size: .9rem;
    color: white;
}

/* Messages */
.chatbox__messages {
    padding: 0 20px;
}

.messages__item {
    margin-top: 10px;
    /* background: #E0E0E0; */
    background:#DAFCD4;
    padding: 8px 12px;
    /* max-width: 70%; */
    max-width: 80%;
}

.messages__item--visitor,
.messages__item--typing {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.messages__item--operator {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /* background: var(--primary); */
    background: #E0E0E0;
    /* color: white; */
}
/* FOOTER */
.chatbox__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    /* background: var(--secondaryGradient); */
    background:#F2F2F2;
    /* box-shadow: var(--secondaryBoxShadow); */
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /* margin-top: 20px; */
}

.chatbox__footer input {
    width: 80%;
    border: none;
    padding: 10px 10px;
    border-radius: 30px;
    text-align: left;
    outline: none;
}
*:focus {
    outline: none;
}
button:focus {outline:0;}
.chatbox__send--footer {
    color: white;
}

.chatbox__button button,
.chatbox__button button:focus,
.chatbox__button button:visited {
    /* padding: 10px; */
    padding: 2px;
    background: white;
    border: solid #8C040D; 
    
    outline: none;
    border-radius: 50px;
    
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.topicbtn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000029;
    border: 1px solid #0A204A;
    border-radius: 6px;
    opacity: 1;
    width: fit-content;
    cursor: pointer;
    margin: 12px;
    padding: 8px;
    display: flex;
    align-items: center;
    display: flex;
    /* flex: 0 1 50%; */
}
.topicbtn img{
    height: 20px;
}
.managetopicbtn{
    flex: 0 1 44%;
}
.content{
    margin-left: 4px;
}
.none{
    display: none;
}

.Bhome{
    cursor: pointer;
}
#content_name{
    width: fit-content;
    background: #D7EDF8 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    margin: 4px auto;
    padding: 6px;
    display: flex;
    align-items: center;
}

.gifImg{
    height:80px;
}
.chatwithgif{
    height:40px
}

/*------------Sounak Css------*/
#heading {
    /*width: 36%; */
    height: 40px;
    margin-top: 4%;
    background: #04BA4D;
    border-radius: 5px;
}
#heading div {
    text-align: center;
    padding-top: 8px;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 23px;
    color: #FFFFFF;
}
#bgimage {
    height: 100%;
    width: 100%;
    margin-top: 4%;
}

/*-------help pop up ------*/
#help {
    cursor: pointer;
}
#help-popup {
	max-width: 450px;
	background: #F7FCF6;
	border-radius: 15px;
	margin: 20px 0px;
    z-index: 100;
    opacity: 1;
    box-shadow: 10px 0 15px -2px #a8a7a7;
    font-size: 12px;
    position:absolute;
    margin-top:125px;
    left: 11px;
    right: 11px;
    top: 2px;
}
#help-popup div {
    padding: 4px 5px;
}
#help-popup .heading {
    background-color: #F9A730;
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
#help-popup .heading div {
    padding: 5px 0 0 5px;
    font-size: 12.3px;
    font-weight: bold;
}
#help-popup .heading-desc {
    font-weight: 500;
}
#help div{
    position: absolute;
    margin-left: 50px;
    background: black;
    color: white;
    margin-top: -25px;
  
    opacity: 1;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear; 
    transition: visibility 0s, opacity 0.5s linear;
    text-align: center;
    font-size: 14px;
}
#help:hover div{
        width: 50px;
        padding: 1px 0px;
        visibility: visible;
        opacity: 1; 
        z-index: 2;
}


.chatbox__button div{
    position: absolute;
    bottom: 0;
    right: 0;
    background: black;
    color: white;
    margin-bottom: 90px;
    font-family: sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear; 
    transition: visibility 0s, opacity 0.5s linear;
}   
.chatbox__button:hover div{
    width: max-content;
    padding: 8px 15px;
    visibility: visible;
    opacity: 0.7; 
   }




.helppop{
   
    background: white;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-left-radius: 11px;
    bottom: 6px;
    position:fixed;
    /* margin-left: 32px; */
    padding: 10px 5px 2px 10px;
    right:135px;
    z-index: 11;
}
.arrowgif{
    width: 40px;
    height: 36px;
    transform: rotate(-90deg);
}
.cross-popup{
    cursor: pointer;
}
.pop1{
    display: flex;
    justify-content: space-between;
}
.pop2{
    display: flex;
}
.askjai{
    color: #A72C32;
    font-size:11px;
    margin-top: 5px;
}
.helptext{
    margin-top: 6px;
    font-size: 14px;
}
.listview{
    margin-left: -11px;
}
.popup-cross{
    cursor: pointer;
}
.faqContent{
   background: white;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}
.faqContentHeight{
    height: calc(48vh - 80px);
    overflow-y: auto;
}
.extraMargin{
    margin-top: 0px;
}
.extraMargin2{
    margin-top: -15px;
}
#welcomemessage{
    text-align: center;
    font-size: 14px;
    margin: 0px auto;
}
.feedback{
    margin-right: 75px;
    padding: 8px 12px;
    cursor: pointer;
}


div#wave {
    padding-left: 20px;
    margin-top: 10px;
    display: flex;
}



 .dot1, .dot2, .dot3 {
   
    width: 3px;
    height: 3px;
    border-color: black;
    border-radius: 35%;
    margin-top: 8px;
    margin-left: 3px;
    margin-right: 3px;
}
.dot1 {
    animation: jump 1.6s -0.32s linear infinite;
    background: black;
}
.dot2 {
    animation: jump 1.6s -0.16s linear infinite;
    background: black;
}
.dot3 {
    animation: jump 1.6s linear infinite;
    background: black;
}
@keyframes jump {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
   }
    40% {
        -webkit-transform: scale(2);
        transform: scale(2);
   }
}
.iframebtn{
    height: 90%;
    width: 380px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 20px;
    z-index: 11;
   
    
}

/*new added for report*/
.oil_content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 25px;
    background: #509AC9;
    color:#FFFFFF;
   
    font-size: 16px;
}
.oil{
    display: flex;
    line-height: 30px;
}
.oil_price{
    margin-left: 10px;
}
.bkhome{
    display: flex;
    height: 17px;
    white-space: nowrap;
}
.help_content{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000029;
    margin: 0px auto;
    padding: 10px;
    width: 80%;
}

.olInsideJavascript{
    margin-left: -25px;
}
.olInsideHtml{
    margin-left: -25px;
}
#video-popup{
    max-width: 450px;
	background: #F7FCF6;
	border-radius: 15px;
	margin: 20px 0px;
    z-index: 100;
    opacity: 1;
    box-shadow: 10px 0 15px -2px #a8a7a7;
    font-size: 12px;
    position:absolute;
    margin-top:125px;
    left: 11px;
    right: 11px;
    top: 2px;
   
}

#video-popup .heading {
    background-color: #F9A730;
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    padding: 5px;
}
#video-popup .heading div {
    padding: 5px 0 0 5px;
    font-size: 12.3px;
    font-weight: bold;
}
#video-popup .heading-desc {
    font-weight: 500;
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  cursor: pointer;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
/*mobile*/
@media only screen and (max-width: 600px) {
    .chatbox {
       
        right: 10px;
    }

}