.chatbot .button {
    width: auto;
}
.sendmsg {
    width: calc(100% - 60px);
    margin-left: 0px;
    height: auto;
    margin-right: 2px;
    left: 53px;
    position: relative;
    display: inline-block;
    padding: 10px 120px 10px 15px;
    margin-top: 12px;
    font-size: 1.45rem;
} /*changes on 13-12-2020*/
#audorattach,
#audorattach.active {
    top: 18px;
    position: absolute;
    right: 15px;
}
.img-mic {
    background: url(https://www.iciciprulife.com/content/dam/icicipru/chatbot/chatbot-sprite.png)
        no-repeat -115px -517px;
    width: 34px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
}
.img-reset {
    background: url("https://www.iciciprulife.com/content/dam/icicipru/chatbot/chatbot-sprite.png")
        no-repeat -113px -389px;
    width: 38px;
    height: 38px;
    display: inline-block;
}
.img-send {
    background: url(https://www.iciciprulife.com/content/dam/icicipru/chatbot/chatbot-sprite.png)
        no-repeat -130px -621px;
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 5px;
    right: 35px;
} /*changes on 13-12-2020*/
.img-upload {
    background: url(https://www.iciciprulife.com/content/dam/icicipru/chatbot/chatbot-sprite.png)
        no-repeat -152px -563px;
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -10px;
    right: -4px;
    z-index: 1020;
    cursor: pointer;
} /*changes on 13-12-2020*/
input#file {
    width: 20px;
}
.upload-file {
    width: 32px;
    border: 1px #333 solid;
    height: 30px;
    margin: 10px 0;
    position: absolute;
    right: 2px;
    z-index: 1024;
    cursor: pointer;
    opacity: 0;
}
.from-me > div.chatbot-image-upload {
    background: transparent;
    box-shadow: 0px 0px 0 #ccc;
}

.chatbot a.uploadbtn {
    border: 1px solid #635e5e;
    color: #635e5e;
    border-radius: 5px;
    padding: 7px 15px;
    margin-top: 10px;
    display: inline-block;
    font-family: Mulish, sans-serif;
    font-weight: 600;
    text-decoration: none;
    margin-right: 10px;
    min-width: 22%;
    font-size: 14px;
    background-color: #fff;
    text-transform: none;
    height: auto;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.chatbot a.uploadbtn:active,
.chatbot a.uploadbtn:hover {
    /* border: 1px solid #97291e; */
    /* color: #fff; */
    color: #000;
    /* background: #97291e; */
    /* border-radius: 5px; */
    /* padding: 7px 15px; */
    scale: 1.05;
}

.image-preview {
    background: url(https://www.iciciprulife.com/content/dam/icicipru/chatbot/chatbot-sprite.png)
        no-repeat -8px -892px;
    width: 100%;
    height: 45px;
    display: inline-block;
    /* box-shadow: 0px 2px 7px 1px #bdbcbc; */
    padding: 10px 5px 0 40px;
    line-height: 15px;
}
.image-preview-pdf {
    background: url(https://www.iciciprulife.com/content/dam/icicipru/chatbot/chatbot-sprite.png)
        no-repeat -8px -948px;
}
.image-preview-png {
    background: url(https://www.iciciprulife.com/content/dam/icicipru/chatbot/chatbot-sprite.png)
        no-repeat -8px -998px;
}

/******************************* css for pdf with bigger names  *******************************/
.chatbot .image-preview.image-preview-png {
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 250px;
}

.modal {
    display: none;
    position: fixed;
    /*z-index: 1;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
/*.modal-content{
  background-color: #2d2d2d;
  position: absolute;
  bottom: 10px;
  max-height: 21%;
  right: 10px;
  margin: 3% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 400px;
  color: white;
  text-align: center;
  border-radius: 10px;
  font-family: inherit;
}*/
.modal-header {
    display: flex;
    justify-content: flex-md;
}
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
}
.cookie-body {
    padding: 10px 0;
}
.cookie-icon {
    font-size: 48px;
    margin-bottom: 10px;
}
.modal-footer {
    font-size: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.modal-footer button {
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    width: 80%;
}

#acceptCookies {
    background-color: #90c4f9;
    font-family: Arial, sans-serif;
    color: #0d0925;
    font-size: 18px;
    width: 80%;
    padding: 9px 10px;
}
#declineCookies {
    background-color: #90c4f9;
    font-family: Arial, sans-serif;
    color: #0d0925;
    font-size: 18px;
    width: 80%;
    padding: 9px 10px;
}

.modal-footer button:hover {
    opacity: 0.9;
}
.modal-footer a {
    color: #1e90ff;
    text-decoration: none;
}
.modal-footer a:hover {
    text-decoration: underline;
}

.cookie-content-buttons {
    display: flex;
    justify-content: felx-end;
    gap: 10px;
}

/* .star-rating{
  display: flex;
  flex-direction: row;
} */
.star {
    font-size: 2em;
    cursor: pointer;
    color: gray;
}
.star.highlighted,
.star.selected {
    color: #f5b301;
}
#feedbackSection {
    display: none;
    margin-top: 20px;
}

.img-chintamani {
    background: url("https://www.iciciprulife.com/content/dam/icicipru/chatbot/chatbot-sprite.png")
        no-repeat -109px -771px;
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    left: -6px;
    transform: scale(0.65);
    top: -3px;
}
.chatbot section {
    padding: 0px 10px 0 10px;
}
.recent-history,
.terminate-chat {
    color: #635e5e;
    border-radius: 5px;
    padding: 9px 15px;
    margin-top: 15px;
    display: inline-table;
    font-weight: 600;
    text-decoration: none;
    margin-right: 10px;
    font-size: 14px;
    text-transform: none;
    height: auto;
    text-decoration: underline !important;
}

.chatbot a.recent-history,
.chatbot a.terminate-chat {
    color: #635e5e;
}
#chatSection {
    /*padding-bottom: 40px; changes done as per production*/
}
#chatSection input#datepicker_dob {
    background-color: rgb(151 41 30 / 10%);
    border: 1px solid #7e7e7e;
    border-radius: 6px;
    font-size: 1.35rem;
}
.chatbot {
    background: #f9f9f9;
}
.chatbot section {
    top: 60px;
}
.from-me > div,
.from-them > div {
    text-align: left;
    word-break: break-word;
}
.suggestion {
    bottom: 65px;
}
.btn-innerblock {
    display: inline-table !important;
}

.divfixed-top {
    text-align: left;
    background-color: rgb(249, 249, 249);
    position: sticky;
    top: 60px;
    z-index: 1;
    /* margin: 20px 0; */
}
.chatbot a.recent-history,
.chatbot a.terminate-chat {
    margin: 8px auto;
    padding: 15px 0px 15px 8px;
    width: 48%;
    background-color: rgb(249, 249, 249);
}
.chatbot a.recent-history {
    width: 58%;
    text-align: center;
}
/*.chatbot footer{margin-top:17px;width: 95%;}*/
.chatbot footer {
    padding: 10px 0px;
}
#refresh {
    left: 10px;
}
.chatbot .like-btn {
    display: inline-block !important;
    min-width: 20% !important;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 35px;
}
.lds-ellipsis div {
    position: absolute;
    top: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ed1c24;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    background: #851318;
    animation: lds-ellipsis1 0.8s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    background: #b02a30;
    animation: lds-ellipsis2 0.8s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    background: #9a2a1e;
    animation: lds-ellipsis2 0.8s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    background: #cf4919;
    animation: lds-ellipsis2 0.8s infinite;
}
.lds-ellipsis div:nth-child(5) {
    left: 80px;
    background: #f5865c;
    animation: lds-ellipsis2 0.8s infinite;
}
.lds-ellipsis div:nth-child(6) {
    left: 104px;
    background: #f47e54;
    animation: lds-ellipsis2 0.8s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(48px, 0);
    }
}
@keyframes lds-ellipsis4 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(62px, 0);
    }
}

.chatbot-speaker {
    width: 57px;
    height: 57px;
    display: inline-block;
    position: absolute;
    background: #97291e;
    top: 1px;
    right: 57px;
    border-right: 1px #710505 solid;
    cursor: pointer;
}
.chatbot-speaker i {
    font-size: 30px;
    padding: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    /* .suggestion {bottom: 120px;} */
    /* #audorattach, #audorattach.active {right: 69px;}   */
}
/*updated code for ipad 769 version starts here*/
@media only screen and (min-width: 769px) and (max-width: 1000px) {
    #bot_circle.open {
        top: 109px;
    }
}
/*updated code for ipad 769 version ends here*/
@media only screen and (max-width: 767px) {
    /* .suggestion {bottom:43px; padding: 9px 0px 0px 0px;} */
    .chatbot .err-msg {
        font-size: 0.9rem;
    }
    .from-me > div:after {
        width: 33px;
        right: -37px;
        top: 4px;
        height: 30px;
    }
}

/* ligochatbot sli */
body#chatWindow {
    display: flex;
    align-items: center;
    justify-content: center;
}

#chatWindow .card {
    position: sticky;
    z-index: 1;
    height: 65px;
    width: 100%;
    max-width: 400px;
    margin: auto;
    background-color: transparent;
    top: 0px;
    width: 100%;
}

#chatWindow .card .inner_part {
    display: block;
    align-items: start;
    justify-content: center;
    padding: 0 0 0 0px;
    width: 100%;
    height: auto;
    position: absolute;
}
#chatWindow #slideImg:checked ~ .inner_part {
    padding: 0;
    transition: 0.1s ease-in;
}
#chatWindow .inner_part .img {
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
}
/* #chatWindow #slideImg:checked ~ .inner_part .img{
  height: 350px; width: 850px; z-index: pp; transition: .3s .2s ease-in;
} */
.img img {
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    transition: 0.6s;
}
#chatWindow #slide_1:checked ~ .inner_part .img_1,
#chatWindow #slide_2:checked ~ .inner_part .img_2,
#chatWindow #slide_3:checked ~ .inner_part .img_3,
#chatWindow #slide_4:checked ~ .inner_part .img_4 {
    opacity: 1;
    transition-delay: 0.2s;
}
#chatWindow .content {
    /* padding: 0 20px 0 35px; width: 530px; margin-left: 50px; opacity: 0; transition: .6s; */
    /* padding: 0 20px 0 35px;
    width: 300px;
    margin-left: 50px;
    opacity: 0;
    transition: .6s;
    height: 60px;
    background-color: rgba(0,0,0,0);
    position: absolute;
    top: 0px; */
    padding: 0 0px 0 0px;
    width: 338px;
    margin-left: 0px;
    opacity: 0;
    transition: 0.6s;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0px;
}
#chatWindow #slideImg:checked ~ .inner_part .content {
    display: none;
}
#chatWindow #slide_1:checked ~ .inner_part .content_1,
#chatWindow #slide_2:checked ~ .inner_part .content_2,
#chatWindow #slide_3:checked ~ .inner_part .content_3,
#chatWindow #slide_4:checked ~ .inner_part .content_4 {
    opacity: 1;
    margin-left: 0;
    z-index: 100;
    transition: 0.3s;
}

.content .title {
    font-size: 30p;
    font-weight: 700;
    color: #0d0925;
    margin: 0 0 20px 0;
}
.content .text {
    font-size: 19px;
    color: #4e4a67;
    margin: 0 auto 30px auto;
    line-height: 1.5em;
    text-align: justify;
}
/*.content button{
  padding: 15px 20px; border: none;font-size: 16px;color: #fff0e6; font-weight: 600; letter-spacing: 1px; border-radius: 50px;cursor: pointer; outline: none; background:#000000; float: right;
}
.content button:hover{
  background: #cecece;
}*/
#chatWindow .slider {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 100%;
    z-index: 1;
}
/* #chatWindow #slideImg:checked ~ .slider{
  display: none;
} */
#chatWindow .slider .slide {
    position: relative;
    height: 2px;
    width: 20px;
    background: #bbbbbb;
    border-radius: 5px;
    display: inline-flex;
    margin: 0 3px;
    cursor: pointer;
}
#chatWindow .slider .slide:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: -100%;
    background: #000000;
    border-radius: 10px;
    transform: scaleX(0);
    transition: transform 0.6s;
    transform-origin: left;
}
#chatWindow #slide_1:checked ~ .slider .slide_1:before,
#chatWindow #slide_2:checked ~ .slider .slide_2:before,
#chatWindow #slide_3:checked ~ .slider .slide_3:before,
#chatWindow #slide_4:checked ~ .slider .slide_4:before {
    transform: scaleX(1);
    width: 100%;
}
#chatWindow input {
    display: none;
}

@media screen and (max-width: 820px) {
    #chatWindow .card {
        max-width: 100%;
    }
}
@media screen and (max-width: 320px) {
}

/* ligochatbot audio-waveform starts here */
@keyframes audio-quiet {
    25% {
        transform: scaleY(0.6);
    }
    50% {
        transform: scaleY(0.4);
    }
    75% {
        transform: scaleY(0.8);
    }
}

@keyframes audio-norm {
    25% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0.4);
    }
    75% {
        transform: scaleY(0.6);
    }
}

@keyframes audio-loud {
    25% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0.4);
    }
    75% {
        transform: scaleY(1.2);
    }
}

#audio-box-container {
    display: flex;
    justify-content: space-between;
    height: 34px;
    --boxSize: 1px;
    --gutter: 1px;
    /* width: calc((var(--boxSize) + var(--gutter)) * 5); */
    width: 80%;
    position: static;
    bottom: 5%;
    /* display: flex; justify-content: space-between; height: 64px; --boxSize:2px; --gutter:8px; width: calc((var(--boxSize) + var(--gutter)) * 5); */
}
.box-outer-cover {
    position: relative;
    z-index: 1;
    left: 50%;
}
.au-box {
    position: absolute;
    left: 5px;
    transform: scaleY(0.4);
    height: 100%;
    width: var(--boxSize);
    background: #97291e;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    border-radius: 8px;
}
.au-box1 {
    position: absolute;
    left: 10px;
    animation-name: audio-quiet;
    background-color: #e77817b8;
}
.au-box2 {
    position: absolute;
    left: 15px;
    animation-name: audio-norm;
}
.au-box3 {
    position: absolute;
    left: 20px;
    animation-name: audio-quiet;
}
.au-box4 {
    position: absolute;
    left: 25px;
    animation-name: audio-loud;
    background-color: #e77817;
}
.au-box5 {
    position: absolute;
    left: 30px;
    animation-name: audio-quiet;
    background-color: #e77817;
}
.au-box6 {
    position: absolute;
    left: 35px;
    animation-name: audio-quiet;
    background-color: #e77817;
}
.au-box7 {
    position: absolute;
    left: 40px;
    animation-name: audio-norm;
    background-color: #e77817;
}
.au-box8 {
    position: absolute;
    left: 45px;
    animation-name: audio-quiet;
    background-color: hsl(12deg 83% 32% / 70%);
}
.au-box9 {
    position: absolute;
    left: 50px;
    animation-name: audio-loud;
    background-color: #e77817b8;
}
.au-box9 {
    position: absolute;
    left: 50px;
    animation-name: audio-loud;
    background-color: #e77817b8;
}
.au-box10 {
    position: absolute;
    left: 55px;
    animation-name: audio-loud;
    background-color: #e77817b8;
}
/* ligovscode-audio-waveform ends here */

/* newtag-added starts here */

/* transform effect */
@keyframes animationNewTag {
    0% {
        transform: scale(0.75);
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(0.75);
    }
}
@-o-keyframes animationNewTag {
    0% {
        transform: scale(0.75);
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(0.75);
    }
}
@-moz-keyframes animationNewTag {
    0% {
        transform: scale(0.75);
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(0.75);
    }
}
@-webkit-keyframes animationNewTag {
    0% {
        transform: scale(0.75);
    }
    50% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(0.75);
    }
}
/* transform effect */

.animate-newtag {
    background-image: url(https://www.iciciprulife.com/content/dam/icicipru/chatbot/ligo-new-tag-updated.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -14px;
    top: 2px;
    height: 30px;
    /* background-color: currentColor; */
    -webkit-animation: animationNewTag 0.5s infinite;
    -moz-animation: animationNewTag 1s infinite;
    -o-animation: animationNewTag 1s infinite;
    animation: animationNewTag 1s infinite;
    position: absolute;
    width: 30px;
}
.from-them a.btn {
    position: relative;
}
/* newtag-added ends here */
/*    <div class="animate-newtag"></div>
*/
