@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Mulish:wght@300;400;500&display=swap');


/*ninja logo box design css
===========================*/
.logo-box {
    width: fit-content;
    height: 60px;
}

.ninja-logo {
    width: 60px;
    height: 60px;
}

.close-box {
  float: right;
  position: relative;
  right: 60px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width:768px) {


}

@media only screen and (max-width:576px) {
  
}

/* CHATBOX
=============== */
.chatbox {
    position: fixed;
    right: 30px;
    bottom: 110px;
    
}

/* CONTENT IS CLOSE */
.chatbox__support {
    display: flex;
    flex-direction: column;
    background: var(--white-color);
    width: 400px;
    height: 75vh;
    display: none;
    border-radius: 1rem;
    box-shadow: 0 2px 8px 0 #d9171a4b;
    transition: all .5s ease-in-out;
}

/* CONTENT ISOPEN */
.chatbox--active {
    /* transform: translateY(-1rem); */
    /* z-index: 99; */
    display: inherit;
    
}

/* BUTTON */
.chatbox__button {
  position: fixed;
  text-align: right;
  bottom: 30px;
  right: 30px;
}

.chatbox__button button{
    border: 0;
    border-radius: 100%;
    padding: 0rem;
    box-shadow: 0 2px 12px var(--primary-color);

}

@media only screen and (max-width:768px) {
  /* CHATBOX*/
  .chatbox {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

  /* CONTENT IS CLOSE */
  .chatbox__support {
    width: 100vw;
    height: 100%;
  }
  /* .chatbox--active {
    transform: translateY(5rem);
  } */

  .chatbox__button {
    bottom: 20px;
    right: 20px;
  }
}



@media only screen and (max-width:576px) {
  
}

/*===============================*/

/*chat header css*/
.chat_header {
    background: #d9171a;
    padding-top: 12px;
    padding-bottom: 1.5rem;
    border-radius: 1rem;
    position: relative;
  }
  /*header logo css*/
  .ninja-logo-img {
    width: 34px;
    height: 34px;
    margin-right: 4px;
  }
  /*header title css*/
  .chat_header_title {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.01rem;
  }
  /*header description css*/
  .chat_header_des {
    font-family: 'Zilla Slab', serif;
    letter-spacing: 0.05rem;
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 4px;
    margin-bottom: 12px;
  }
  
  /*header nav box css*/
  .nav-box {
    width: 100%;
    padding: .3rem .0rem;
    border: 2px solid #d9171a;
    border-radius: .7rem;
    background: #fff4f4;
  }
  
  .nav-link-box {
      padding-top: .3rem;
      padding-bottom: .4rem;
      padding-left: .8rem;
      padding-right: .8rem;
      text-align: center;
      border-radius: .5rem;
      color: #d9171a;
      background: #fff;
      box-shadow: 0 2px 8px 0 #d9171a4b;
      transition: .4s ease-in-out;
  }
  
  .nav-link-box:hover {
      color: #fff;
      background: #d9171a;
      cursor: pointer;
      box-shadow: 0 2px 8px 0 #d9171a4b;
      transition: .4s ease-in-out;
  }


  .close-btn-mobile {
    display: none;
    position: absolute;
    right: 12px;
    top: 12px;
  }

  .close-btn-design {
    width: 34px;
    height: 34px;
    font-size: 20px;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: var(--white-color);
  }

  @media only screen and (max-width:768px) {
    .close-btn-mobile {
      display: inherit;
    }
  }

  .btn-display {
    display: inherit;
  }
  
  .btn-placement {
    position: relative;
    bottom: -66vh;
    display: flex;
    flex-direction: row;
    width: 60%;
    z-index: 9999;
  }

  @media only screen and (max-width:1600px) {
    .btn-placement {
      bottom: -65vh;
    }
  }

  @media only screen and (max-width:1500px) {
    .btn-placement {
      bottom: -64vh;
    }
  }

  @media only screen and (max-width:1400px) {
    .btn-placement {
      bottom: -64vh;
    }
  }

  @media only screen and (max-width:1300px) {
    .btn-placement {
      bottom: -62vh;
    }
  }

  @media only screen and (max-width:1200px) {
    .btn-placement {
      bottom: -62vh;
    }
  }

  @media only screen and (max-width:768px) {
    .btn-display {
      display: none;
    }
  }

  @media only screen and (max-width:576px) {
    
  }

  /*dropdown css*/
  .dropdown {
    display: none;
  }

  .dropdown-btn {
    width: 34px;
    height: 34px;
    font-size: 20px;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: var(--white-color);
    position: absolute;
    left: 12px;
    top: 12px;
  }


  .dropdown-content {
    display: none;
    position: absolute;
    border-radius: .8rem;
    top: 80px;
    padding: .8rem .0;
    background-color: var(--secondary-color);
    /* min-width: 300px; */
    width: 100vw;
    z-index: 99999;
  }

  .dropdown-link-box {
    width: 100%;
    padding-top: .3rem;
    padding-bottom: .4rem;
    padding-left: .8rem;
    padding-right: .8rem;
    text-align: center;
    border-radius: .5rem;
    color: #d9171a;
    border: 1px solid var(--primary-color);
    background: #fff;
    transition: .4s ease-in-out;
}

.dropdown-link-box:hover {
    color: #fff;
    background: #d9171a;
    cursor: pointer;
    transition: .4s ease-in-out;
}

  
.dropdown:hover .dropdown-content {
    display: flex;
}

@media only screen and (max-width:768px) {
  .dropdown {
    display: inherit;
  }
}
  

/*===========================*/


/* ===== bottombar ===== */
.bottombar{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 330px;
  width: 100%;
  padding: 1rem;
  background: var(--secondary-color);
  transition: .5s;
  z-index: 100;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
}
.bottombar.bot-close{
  height: 75px;
  
}

/* ===== Reusable code - Here ===== */

.bottombar.bot-close .text{
  opacity: 1;
  
}
/* =========================== */

.bottombar .custom-header{
  position: relative;
}

.header-menu-box {
  position: relative;
  top: -10px;
}

.name {
  position: relative;
  top: 0;
  color: var(--primary-color);
  cursor: pointer;
}

.bottombar .custom-header .toggle-btn{
  position: absolute;
  top: 10px;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  height: 20px;
  width: 20px;
  background-color: var(--primary-color);
  color: var(--secondary-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
}

.bottombar .custom-header .toggle-btn{
  color: var(--white-color);
}

.bottombar.bot-close .toggle-btn{
  transform: translateY(-50%) rotate(-90deg);
}

.bottombar .menu-bar{
  height: calc(100% - 55px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: hidden;
}
/* .menu-bar::-webkit-scrollbar{
  display: none;
} */


.chats{
  position: absolute;
  left: 0;
  top: 85px;
  bottom: 415px;
  width: 100%;
  height: calc(100% - 415px);
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: .5rem;
  background-color: var(--white-color);
  z-index: 99;
  transition: 0.5s;
  padding-bottom: .5rem;
}

.bottombar.bot-close ~ .chats{
  bottom: 160px;
  width: 100%;
  height: calc(100% - 160px);
}

div.chats::-webkit-scrollbar {
  overflow-y: hidden;
  width: 0px;
}

@media only screen and (max-width:768px) {
  .chats {
    top: 88px;
  }
}
  
  /*============================*/
 /*  .chat-body {
    margin: 0;
    box-sizing: border-box;
  } */

  /*chat css*/

/*   .chats {
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: .5rem;
    background: #fff;
    z-index: -101;
  }
  
  div.chats::-webkit-scrollbar {
    overflow-y: hidden;
    width: 0px;
  } */


  .botMsgBox {
    display: flex;
    width: 100%;
  }

  .userMsgBox {
    width: 100%;
  }


  .clearfix {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  
  .botAvatar {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin-left: .4rem;
    margin-top: .3rem;
    /* border: 2px solid  #060DCF ; */
  }
  
  .botMsg {
    font-family: 'Mulish', sans-serif;
    float: left;
    margin-top: .4rem;
    background: #fff8f8;
    border: .5px solid #d9171a;
    color: #1a1a1a;
    /* box-shadow: 2px 3px 9px 0px #9a82842e; */
    margin: 0.4rem 0.2rem;
    padding: 0.5rem 0.7rem;
    max-width: 70%;
    min-width: 25%;
    font-size: 14px;
    word-wrap: break-word;
    border-radius: 4px 16px 16px 16px;
  }
  
  div.chats > pre {
    font-family: monospace, monospace;
    font-size: 1em;
    margin: 0 !important;
    /* display: inline !important; */
    white-space: initial !important;
  }

  .botMsg li {
    list-style: none;
  }

  /* .botMsgBox span.botMsg ul li::before {
    font-family: FontAwesome;
    content: "\f1e2";
    font-size: 12px;
    margin-right: 4px;
  } */

  .botMsgBox span.botMsg ul li {
    list-style-type: botMsg-ul-li;
  }

  .botMsgBox span.botMsg ul li {
    display: list-item;
    cursor: default;
    margin-left: 1rem;
    margin-top: .5rem;
    list-style-type: botMsg-ul-li;
  }

  @counter-style botMsg-ul-li {
    system: cyclic;
    symbols: "❖";
    suffix: " ";
}


  
  div.chats > ul:not(.browser-default) {
    padding-left: 0;
  }
  div.chats > ul:not(.browser-default) > li {
    list-style-type: initial;
  }

  .botMsg ol {
    padding: 0;
  }
  
  /* .botMsgBox span.botMsg ol li::before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 12px;
    margin-right: 4px;
  } */



  .botMsgBox span.botMsg ol li {
    list-style-type: botMsg-ol-li;
 }

 .botMsgBox span.botMsg ol li {
    display: list-item;
    cursor: default;
    margin-left: 1rem;
    margin-top: .5rem;
    list-style-type: botMsg-ol-li;
}

@counter-style botMsg-ol-li {
  color: #d9171a;
  system: cyclic;
  symbols: "🔹";
  suffix: " ";
}


select {
  box-shadow: none;
  border: .5px solid var(--primary-color);
  font-family: 'Mulish', sans-serif;
  /* margin-left: 9.5%; */
  height: 32px;
  border-radius: .5rem;
}

.select-ml {
  margin-left: 9.5%;
}

.form-select {
  width: 100%;
  height: 40px;
}

.form-control {
  border: .5px solid var(--primary-color) !important;
}

  textarea {
    box-shadow: none;
    resize: none;
    outline: none;
    overflow: hidden;
    font-family: 'Mulish', sans-serif;
  }
  
  textarea::-webkit-input-placeholder {
    font-family: 'Mulish', sans-serif;
  }
  
  textarea-webkit-scrollbar {
    width: 0 !important;
  }
  
  .userMsg {
    animation: animateElement linear 0.2s;
    animation-iteration-count: 1;
    /* margin-top: 5px; */
    word-wrap: break-word;
    margin: 0.4rem 0.2rem;
    padding: 0.5rem 0.7rem;
    float: right;
    background: #fafff0;
    border: .5px solid #8cc63f;
    color: rgb(5, 5, 5);
    font-size: 14px;
    max-width: 70%;
    min-width: 15%;
    border-radius: 16px 4px 16px 16px;
    /* box-shadow: 0px 2px 5px 0px #9a828454; */
  }
  
  blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ee6e73;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
  }
  
  .userAvatar {
    animation: animateElement linear 0.3s;
    animation-iteration-count: 1;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    float: right;
    margin-right: .4rem;
    margin-top: .3rem;
    /* border: 2px solid  #060DCF ; */
  }
  
  .usrInput {
    border: 1px solid #000;
    width: 90%;
    height: 40px;
    border: 0;
    font-size: 15px;
    border-radius: .9rem;
    padding: .6rem 0;
    padding-left: .8rem;
  }

  .keypad {
    width: 100%;
    height: 44px;
    position: absolute;
    bottom: 0;  
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0rem 0rem 1rem 1rem;
    background: var(--white-color);
    padding-right: 1rem;
    padding-left: 2px;
    z-index: 99999;
  }
  
  
  #sendButton {
      font-size: 22px;
      color: var(--primary-color);
      background: transparent;
      border: 0;
  }
/*   #sendButton {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    float: right;
    margin-right: 24px;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    cursor: pointer;
    color: #d9171a;
  } */
  
  .imgProfile {
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 14px 0 #ff000096;
    border-radius: 50px;
    width: 60%;
  }
  
  .profile_div {
    /* display: none; */
    position: fixed;
    padding: 5px;
    width: 10%;
    bottom: 5%;
    right: 0;
    cursor: pointer;
  }
  
  /* css for dropdown menu of the bot */
  
  #close,
  #restart,
  #clear
  #back {
    cursor: pointer;
  }
  
/*   .dropdown-trigger {
    cursor: pointer;
    color: white;
    margin-right: 5px;
    float: right;
    margin-top: 3%;
  }
  
  .dropdown-content li > a,
  .dropdown-content li > span {
    color: #d9171a;
  } */
  
  @keyframes animateElement {
    0% {
      opacity: 0;
      transform: translate(0px, 10px);
    }
    100% {
      opacity: 1;
      transform: translate(0px, 0px);
    }
  }
  
  /*========== css related to chats elements============= */
  
  /* css for card details of carousel cards */
  
  .content {
    transition: 0.2s;
    display: none;
    width: 350px;
    right: 15px;
    height: 400px;
    bottom: 5%;
    position: fixed;
    background: white;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 3px 9px 1px #d9171a;
  }
  
  .content_header {
    object-fit: cover;
    width: 100%;
    height: 40%;
    border-radius: 10px 10px 0px 0px;
  }
  
  .content_data {
    overflow-y: scroll;
    height: 70%;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 30%;
    z-index: 1000;
    border-radius: 10px;
    background: white;
    padding: 5px;
    box-shadow: 0px -1px 20px 3px #9c9393ba;
  }
  
  .content_title {
    color: black;
    font-weight: 600;
    word-wrap: break-word;
    padding-left: 5px;
    font-size: 1.2em;
    width: 80%;
    border-radius: 0.28571429rem;
  }
  
  .votes {
    font-size: 12px;
    color: lightslategray;
  }
  
  .ratings {
    margin-top: 5px;
    background: #9acd32;
    padding: 5px;
    color: white;
    border-radius: 5px;
  }
  
  .user_ratings {
    border-radius: 0.28571429rem;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
  }
  
  .total_ratings {
    font-size: 12px;
    opacity: 0.5;
    margin-left: 5px;
  }
  
  .content_data > .row .col {
    padding: 5px;
  }
  
  .metadata_1,
  .metadata_2,
  .metadata_3,
  .metadata_4,
  .row {
    margin-bottom: 0px;
  }
  
  .metadata_1 {
    color: lightslategrey;
    padding: 5px;
  }
  
  .order,
  #closeContents {
    color: #2213f3c7;
  }
  
  .metadata_2,
  .metadata_3,
  .metadata_4,
  .metadata_5,
  .metadata_6 {
    color: lightslategrey;
    padding: 5px;
  }
  
  .average_cost,
  .timings,
  .location,
  .cuisines {
    width: 70%;
    float: right;
    margin-right: 25%;
  }
  
  .fa .fa-user-o {
    font-size: 15px;
  }
  
  .stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
  }
  
  .stars-outer::before {
    content: "\f006 \f006 \f006 \f006 \f006";
  }
  
  .stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
  }
  
  .stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #f8ce0b;
  }
  
  div.content::-webkit-scrollbar {
    width: 0 !important;
  }
  
  div.content_data::-webkit-scrollbar {
    overflow-y: hidden;
    width: 0px;
    /* remove scrollbar space /
      background: transparent;
      / optional: just make scrollbar invisible */
  }
  
  /* css for single card */
  
  .singleCard {
    padding-left: 10%;
    padding-right: 10px;
  }
  
  /* css for image card */
  
  .imgcard {
    object-fit: cover;
    width: 80%;
    height: 50%;
    border-radius: 10px;
    margin-left: 1%;
  }
  
  /* css for markdown images */
  
  .imgcard_mrkdwn {
    width: 80%;
    border-radius: 10px;
    margin-left: 1%;
  }
  
  /* css for suggestions buttons */
  
  .suggestions {
    padding: 4px;
    width: 80%;
    border-radius: 12px;
    background: #fff4f4;
   /*  box-shadow: 0px 3px 9px 0px #ffd7d7; */
  }
  
  .menuTitle {
    padding: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  .menu {
    padding: 5px 0;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
  }
  
  .menuChips {
    display: block;
    background: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 15px;
    font-size: 14px;
    word-wrap: break-word;
    transition: .4s;
  }

  .menuChips:active {
    color: var(--white-color);
    background: var(--primary-color);
    transition: .4s;
  }
  







  /* cards carousels */

  .cards {
    display: none;
    position: relative;
    max-width: 100%;
    padding: 0px 14px;
  }
  
  .cards_scroller {
    margin-left: 1rem;
    margin-right: .5rem;
    padding-bottom: .3rem;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    /* height: 210px; */
    width: 90%;
    transition: width 0.5s ease;
    /* Enable Safari touch scrolling physics which is needed for scroll snap */
    -webkit-overflow-scrolling: touch;
  }
  
  .cards_scroller::-webkit-scrollbar {
    display: none;
  }

  .cards_scroller img {
    border-radius: 10px;
  }
  
  .cards div.note {
    position: absolute;
    /* vertically align center */
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    position: absolute;
    font-size: 4em;
    color: white;
  }
  
  .cards .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
    width: 26px;
    border-radius: 2px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
  }
  
  .cards .arrow.next {
    display: none;
    font-size: 1.3rem;
    color: #d9171a;
    right: -2px;
  }
  
  .cards .arrow.prev {
    display: none;
    font-size: 1.3rem;
    color: #d9171a;
    left: 4px;
  }
  
  .cards_scroller::-webkit-scrollbar {
    width: 0 !important;
  }
  
  .cards_scroller > div.carousel_cards {
    margin-top: 8px;
    margin-right: 8px;
    scroll-snap-align: center;
    position: relative;
    scroll-behavior: smooth;
  }
  
  .cards_scroller div.carousel_cards {
    height: fit-content;
    min-width: 90%;
    max-width: 90%;
    background: #fafafa;
    border-radius: 10px;
  }
  
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translatex(-10px);
      -moz-transform: translatex(-10px);
      -o-transform: translatex(-10px);
      transform: translatex(-10px);
    }
    to {
      opacity: 1;
      -webkit-transform: translatex(0);
      -moz-transform: translatex(0);
      -o-transform: translatex(0);
      transform: translatex(0);
    }
  }
  
  .in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-duration: 0.8s;
    animation-delay: 0.8s;
  }
  
  /* css for cards within the cards carousels */
  
  .card-heading-bg {
    background-color: #fff4f4;
    width: 100%;
    margin: 0;
    margin-left: 0px !important;
    border-radius: .8rem;

  }
  
  /* .custom-padding {
    padding: 8px 8px !important;
  } */
  .cardBackgroundImage {
    width: 100%;
    height: 50px;
    object-fit: contain;
    background: var(--white-color);
  }
  
  .cardTitle {
    font-weight: 600;
    color: #e1312f;
  }
  
  .cardFooter {
    font-size: 15px;
    padding: 8px;
    line-height: 26px;
  }
  
  /* .cardBackgroundImage {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    position: absolute;
    object-fit: cover;
  } */
  
  /* .cardFooter {
    background: rgba(56, 53, 60, 0.86);
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    z-index: 3;
    color: white;
    bottom: 0;
    width: 100%;
    height: 80%;
    word-wrap: normal;
    padding: 1px;
  } */
  
  /* .cardTitle {
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    height: 40%;
    display: inline-block;
    margin-bottom: 1px;
    font-size: 15px;
    font-weight: 600;
    padding: 1px;
    color:#d9171a;
    color: #ffffff;
    cursor: pointer;
  } */
  
  .cardDescription {
    padding: 5px;
    font-size: 13px;
    color: white;
    line-height: 15px;
  }
  
  /*css for dropDown messages*/
  
/*   .dropDownMsg {
    float: left;
    margin-top: 5px;
    background: white;
    color: black;
    box-shadow: 2px 3px 9px 0px #9a82842e;
    margin-left: 0.5em;
    padding: 10px;
    border-radius: 1.5em;
    max-width: 60%;
    min-width: 25%;
    font-size: 13px;
    word-wrap: break-word;
  }
  
  .dropDownMsg > select {
    border: 0px solid #f2f2f2;
  } */
  
  /* css for quick replies */
  
  .quickReplies {
    /* display: flex; */
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: .5rem;
    padding: 1rem;
    margin: .9rem;
    /* padding: 1.9rem; */
    position: relative;
    width: 94%;
    /* white-space: nowrap; */
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
    /* scroll-behavior: smooth; */
  }
  
  /* .quickReplies::-webkit-scrollbar {
    width: 0 !important;
  } */
  
  .quickReplies.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
  }
  
  .chip {
    background-color: white;
    border: 1px solid #d9171a;
    color: #d9171a;
    font-weight: bolder;
    text-align: center;
    padding: .5rem .7rem;
    border-radius: .6rem;
    margin-right: .5rem;
  }
  
  .chip:hover {
    background-color: #d9171a;
    color: white;
  }
  
  /* css for charts */
  
  #expand:hover {
    font-size: 18px;
  }
  
  #expand {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  .modal {
    height: 60%;
    border-radius: 10px;
  }
  
  .chart-container {
    position: relative;
    margin: auto;
    height: 25vh;
    width: 90%;
    border-radius: 10px 10px 10px 10px;
    margin-left: 5%;
    background: white;
    box-shadow: 0px 6px 16px 0px #d9171a;
    margin-top: 5px;
  }
  
  /* css for collapsible */
  
  /* .collapsible {
    margin-top: 5px;
    margin-left: 9.5%;
    max-width: 81%;
    min-width: 25%;
    font-size: 13px;
    word-wrap: break-word;
    border-radius: 1rem;
    background: white;
  } */
  
  /* .collapsible-body {
    padding: 0.5rem 1rem !important;
    border: 1px solid var(--primary-color);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  
  .collapsible-body > ul {
    padding: 0.3rem 0.1rem !important;
  }

  .collapsible-body > ul > li {
    padding: 0.3rem 0.1rem !important;
  }
  
  .collapsible-header {
    font-weight: bold;
    color: #d9171a;
    border: 1px solid var(--primary-color);
    margin-top: 8px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
   */
 /*  ul.collapsible > li:first-child .collapsible-header {
    border-radius: 16px 16px 0px 0px;
  }
  
  ul.collapsible > li:last-child .collapsible-header {
    color: #d9171a;
    border-radius: 0px 0px 16px 16px;
  } */
  
  /* ul.collapsible > li:last-child .collapsible-body {
    border-bottom: none;
  } */
  
  /* .collapsible-header {
    padding: 0.5rem 1rem;
  }
  
  ul:not(.browser-default) > li {
    list-style-type: none !important;
  } */
  
  /* css for botTyping */
  
  .botTyping {
    float: left;
    margin-top: .4rem;
    background: #fff8f8;
    border: .5px solid #d9171a;
    color: #000000;
    /* box-shadow: 2px 3px 9px 0px #9a82847a; */
    margin: .4rem .2rem;
    padding: .5rem .7rem;
    border-radius: 4px 16px 16px 16px;
    max-width: 70%;
    min-width: 20%;
    word-wrap: break-word;
  }
  
  .botTyping > div {
    width: 12px;
    height: 12px;
    background-color: #d9171a;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    margin-right: 5px;
  }
  
  .botTyping .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .botTyping .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
    }
  }
  
  @keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  input:focus {
    outline: none;
  }
  
  video:focus {
    outline: none;
  }
  
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: relative;
    
    left: 9.5%;
    width: 80%;
    aspect-ratio: 16 / 9;
    border-radius: .8rem;
    border-style: none;
  }
  
  /* Bot pop-up intro */
  
  .tap-target {
    color: #fff;
    background: #d9171a;
  }
  
  .pdf_attachment {
    border: 0.5px solid #d9171a;
    width: 70%;
    height: fit-content;
    border-radius: 5px 16px 16px 16px;
    margin-left: 9.5%;
    /* box-shadow: 2px 3px 9px 0px #9a82842e; */
  }

  .pdf_box {
    margin: 0 !important;
  }

  .pdf_box_sm {
    padding: 0;
    margin: 0;
  }
  
  .pdf_icon {
    font-size: 24px;
    border-radius: 4px 0px 0px 16px;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    background-color: #d9171a;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .pdf_link {
    padding: .8rem .5rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .pdf_link a {
    color: #d9171a;
  }

  


  /*collapsible css
  ============================================*/

  .collapsible-card {
    font-family: 'Mulish', sans-serif;
    margin-top: 5px;
    margin-left: 9.5%;
    max-width: 81%;
    min-width: 25%;
    font-size: 13px;
    word-wrap: break-word;
    border-radius: 1rem;
    background: var(--secondary-color);
    padding: 8px 8px;
 }

  .collapsible-card details {
    width: 100%;
    display: flex;
    border-radius: .5rem;
    overflow: hidden;
    background: var(--secondary-color);
    border-left: 5px solid ;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .4rem;
    padding-right: .4rem;
 }

 .collapsible-card details.ipo-collapsible {
    --highlight: var(--secondary-color);
    background: var(--white-color);
    border-left-color: var(--primary-color);
  }
  .collapsible-card details.ipo-collapsible li {
    list-style-type: corona-ipo-collapsible;
  }

  .collapsible-card details.branch-collapsible {
    --highlight: var(--secondary-color);
    background: var(--white-color);
    border-left-color: var(--primary-color);
  }
  .collapsible-card details.branch-collapsible li {
    list-style-type: corona-branch-collapsible;
 }

 .collapsible-card details.share-collapsible {
  --highlight: var(--secondary-color);
  background: var(--white-color);
  border-left-color: var(--primary-color);
}
.collapsible-card details.share-collapsible li {
  list-style-type: corona-share-collapsible;
}

.collapsible-card details.all-share-collapsible {
  --highlight: var(--secondary-color);
  background: var(--white-color);
  border-left-color: var(--primary-color);
}
.collapsible-card details.all-share-collapsible li {
  margin-left: 0 !important;
  list-style-type: corona-all-share-collapsible;
}


 .collapsible-card details summary {
    position: relative;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    cursor: pointer;
 }

  .collapsible-card details li {
    position: relative;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
 }
  .collapsible-card details summary::-webkit-details-marker, .collapsible-card details li::-webkit-details-marker {
    display: none;
 }
  .collapsible-card details summary:focus, .collapsible-card details li:focus {
    color: var(--primary-color);
    background: transparent;
 }
  .collapsible-card details summary::selection, .collapsible-card details li::selection {
    background-color: var(--primary-color);
 }
  .collapsible-card details li {
    display: list-item;
    cursor: default;
    margin-left: 1.2rem;
    list-style-type: corona;
 }
  .collapsible-card details summary::before {
    cursor: pointer;
    position: absolute;
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    top: 10px;
    right: 0rem;
    margin-right: 0.5rem;
    font-family: FontAwesome;
    content: "\f13a";
 }
  .collapsible-card details[open] summary {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 600;
 }
  .collapsible-card details[open] summary::before {
    transform: rotate(180deg);
    font-family: FontAwesome;
    content: "\f13a";
    
 }

  @counter-style corona-branch-collapsible {
    system: cyclic;
    symbols: 🏢 ☎️ 📧;
    suffix: " ";
 }
  @counter-style corona-ipo-collapsible {
    system: cyclic;
    symbols: "✪";
    suffix: " ";
 }
 @counter-style corona-share-collapsible {
  system: cyclic;
  symbols: "✤";
  suffix: " ";
}

@counter-style corona-all-share-collapsible {
  system: cyclic;
  symbols: "";
  suffix: " ";
}


.bank-info-change-url {
  margin-left: 9.5%;
  padding: .8rem .7rem;
  border: .5px solid var(--primary-color);
  border-radius: .8rem;
}


.share-item-box {
  border-radius: .8rem;
  background: #ffffff;
  box-shadow: 0px 0px 6px -1px #d9171a2c;
  display: flex;
  flex-direction: column;
  text-align: center;
}


/*Pluse Animation
==============================================*/
.pulse {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 44, 44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 30px rgba(204, 44, 44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204, 44, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 44, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 44, 44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(204, 44, 44, 0);
      box-shadow: 0 0 0 30px rgba(204, 44, 44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204, 44, 44, 0);
      box-shadow: 0 0 0 0 rgba(204, 44, 44, 0);
  }
}


.order-btn {
  width: 100%;
  color: var(--white-color);
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.order-btn:hover {
  background: #2f7c02 !important;
  box-shadow: 0 0 8px 0px #4fbd0f77;
  transition: .3s ease-in-out;
}

.cancel-btn {
  width: 100%;
  color: var(--white-color);
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.cancel-btn:hover {
  background: #8b0608 !important;
  box-shadow: 0 0 8px 0px #d9171a8e;
  transition: .3s ease-in-out;
}
.bg-primary {
  background: var(--primary-color) !important;
}

.bg-green-900 {
  background: #4fbd0f !important;
  /* box-shadow: 0 0 6px -0px #4fbd0f2c; */
}

.order-card {
  font-family: 'Mulish', sans-serif;
  margin-top: 5px;
  margin-left: 9.5%;
  max-width: 81%;
  min-width: 25%;
  font-size: 13px;
  word-wrap: break-word;
  border-radius: 1rem;
  background: var(--secondary-color);
  padding: 8px 8px;
}



/*toggle css*/

.btn-buy-sell-switch{
  display: inline-block;
  margin: 0px;
  position: relative;
}

.btn-buy-sell-switch > label.btn-buy-sell-switch-inner{
  margin: 0px;
  width: 132px;
  height: 40px;
  background: var(--white-color);
  border-radius: .6rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  display: block;
}

.btn-buy-sell-switch > label.btn-buy-sell-switch-inner:before{
  content: attr(data-on);
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  top: 11px;
  right: 20px;

}

.btn-buy-sell-switch > label.btn-buy-sell-switch-inner:after{
  content: attr(data-off);
  width: 63px;
  height: 36px;
  color: var(--white-color);
  background: rgb(79, 189, 15);
  border-radius: .5rem;
  position: absolute;
  left: 2px;
  top: 2px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 6px -2px #111;
  padding-top: 9px;
}

.btn-buy-sell-switch > .alert{
  display: none;
  background: #FF9800;
  border: none;
  color: var(--white-color);
}

.btn-buy-sell-switch input[type="checkbox"]{
  cursor: pointer;
  width: 100%;
  height: 36px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}

.btn-buy-sell-switch input[type="checkbox"]:checked + label.btn-buy-sell-switch-inner{
  background: var(--white-color);
  color: var(--primary-black);
}

.btn-buy-sell-switch input[type="checkbox"]:checked + label.btn-buy-sell-switch-inner:after{
  content: attr(data-on);
  left: 68px;
  color: var(--white-color);
  background: rgb(79, 189, 15);
}

.btn-buy-sell-switch input[type="checkbox"]:checked + label.btn-buy-sell-switch-inner:before{
  content: attr(data-off);
  right: auto;
  left: 20px;
}


.btn-buy-sell-switch input[type="checkbox"]:checked ~ .alert{
  display: block;
}


.order-table {
  font-family: 'Mulish', sans-serif;
  margin-left: 9%;
  max-width: 88%;
  min-width: 25%;
  font-size: 12px;
  border-radius: .5rem;
  background: var(--secondary-color);
  padding: 4px 4px;
  overflow: hidden;
  overflow-x: scroll;
}

.order-main-table {
  width: 100%;
  overflow: scroll;
  white-space: nowrap;
  border-collapse: collapse;
}

.order-tr {
  border: .5px solid #4fbd0f;
  padding: 6px;
  border-radius: .5rem;
}

.order-th {
  border: .5px solid #4fbd0f;
  padding: 6px;
  border-radius: .5rem;
}

.order-td {
  border: .5px solid #4fbd0f;
  padding: 6px;
  border-radius: .5rem;
}

.modify-btn {
  border: .5px solid #ff8615;
  background: #ff8615;
  color: #ffffff;
  font-weight: 500;
  border-radius: .5rem;
  transition: .3s ease-in-out;
}

.modify-btn:hover {
  background: #d16907;
  transition: .3s ease-in-out;
}

.cancel-action-btn {
  border: .5px solid #d9171a;
  background: #d9171a;
  color: #ffffff;
  font-weight: 500;
  border-radius: .5rem;
  transition: .3s ease-in-out;
}

.cancel-action-btn:hover {
  background: #aa090c;
  transition: .3s ease-in-out;
}