#chtb,
.ans,
.lower {
  bottom: 0;
}

.ans span a,
.btn-link_hover:hover,
.download_app_main .app_two p:hover {
  text-decoration: none;
}

#cross,
#expend,
#iconButton,
#sathee-logo,
.close_icon {
  cursor: pointer;
}

.btm_block,
.lower {
  position: absolute;
  left: 0;
  width: auto;
}

.ans span,
.chat_ans .link_chat,
.d_fl_menu,
.download_app_main,
.row.footer_sty_cont,
.social_d_fl_footer {
  align-content: center;
}

.foot_message_sec button,
.footer-content-text {
  color: #fff !important;
}

.footer-content-text {
  font-size: x-large;
}

#submit,
.close_icon,
.lower,
.ques {
  color: #fff;
}

.img-playstore {
  width: 240px;
}

.form-group {
  margin-bottom: 20px;
}

.chat_panel_ht {
  overflow-y: scroll;
  height: 260px;
}

.card-body-sec button {
  text-align: left;
  font-size: 14px;
  padding: 0;
  background: none;
}

.input-group {
  display: flex;
  align-items: center;
}

#myInput {
  flex: 1;
  padding: 8px;
  width: 100%;
}

#submitButton {
  margin-left: -12px;
  padding-left: 6px;
  padding-right: 11px;
  margin-top: 9px;
  border: 0;
}

#sathee-logo {
  height: 107px;
  position: fixed;
  right: 2px;
  bottom: 50px;
}

.chatbotsize {
  width: 500px;
  height: 700px;
  transition: transform .5s;
}

.boxsize,
.outer {
  transition: .3s;
  box-sizing: border-box;
}

.chatbotextend {
  width: 700px !important;
  height: 900px !important;
}

#lvid {
  border: none;
  margin: 10px 20px;
  height: 111px;
}

#logoS {
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  margin: 10px;
}

.chatbot-head {
  background-color: #000000;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 64px;
}

#ask {
  font-size: 20px;
  font-weight: 500;
}

.mid {
  width: 100%;
  height: calc(100% - 150px);
  border: 1px solid #e7e7e7;
  overflow-y: scroll;
  background-color: #f5f5f5;
  scrollbar-width: thin;
}

.lower {
  background-color: #f7f7f7;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  width: 100%;
  height: 44px;
  right: 0;
}

.outer {
  width: 400px;
  height: 600px;
  background: #f7f7f7;
}

@media screen and (max-width:1500px) {

  .boxsize,
  .outer {
    box-sizing: border-box;
    transition: .3s;
  }

  .outer {
    width: 350px;
    height: 560px;
  }

  .boxsize {
    width: 400px !important;
    height: 500px !important;
  }
}

.lower .qbox {
  width: 97%;
  margin: auto;
}

.close_icon {
  font-size: 20px;
}

.close_icon:hover {
  color: #e7e7e7;
}

@media screen and (max-width:768px) {
  #iconButton {
    display: none;
  }

  .mob_mt_foot {
    margin-top: 10px;
    width: 100%;
  }
  #sathee-logo {
    bottom: 20px !important;
  }
  
}

.chat_ans .link_chat,
.ques {
  flex-wrap: wrap;
  display: flex;
}

.boxsize {
  width: 600px;
  height: 800px;
  background-color: #f5f5f5;
}

#submit,
.ans span a,
.ques {
  background-color: #000000;
}

#chatmessage {
  margin: 2px;
  width: 98.6%;
  box-sizing: border-box;
}

#submit {
  width: 5rem;
  border-radius: 5px;
  margin-right: 4px;
}

#cross {
  font-size: 18px;
  color: #ece8e8;
}

#payload {
  color: #0a0a0a;
  font-size: 30px;
  margin-right: 30px;
}

.fa-solid {
  border: 1px solid #000;
  padding: 2px 5px;
  border-radius: 5px;
}

#ptop {
  margin: 0;
  padding: 0;
}

#answers div {
  text-align: -webkit-right;
  padding-inline: 10px;
}

#payload .svg-inline--fa.fa-ellipsis {
  position: absolute;
  left: 14px;
  color: #0891b2;
}

.ques {
  width: fit-content;
  padding: 5px 10px;
  justify-content: flex-end;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 0;
}

.bg-list-opt,
.pad_menu {
  background-color: #f5f5f5;
}

.ans {
  color: #000;
  padding: 5px 5px 0px 5px;
  margin: 0px 5px 0px;
  border-radius: 10px;
}

.ans .chat_time,
.chat_time_bt {
  font-size: 12px;
  color: #858585;
  /* margin-bottom: 10px; */
  padding-inline: 10px;
  padding-top: 4px;
  width: 100%;
}

#iconMargin button {
  padding-inline: 0;
  background: none;
}

.chat_ans .link_chat {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-block: 4px;
  padding-right: 0 !important;
}

.ans .chat_time {
  text-align: right !important;
}

.ans .chat_ans {
  border: .5px solid #dfdfdf;
  padding: 8px;
  border-radius: 6px;
  text-align: left !important;
}

.ans span a:hover {
  box-shadow: 0 6px 12px #b5b5b5;
  transform: translateY(-2px);
  color: #fff;
}

.ans span a {
  display: block;
  padding: 6px 16px;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  margin: 2px;
  box-shadow: 2px 4px 10px #d5d5d5;
}

.ans span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  text-align: left;
  font-size: 14px;
}

#chtb {
  position: fixed;
  z-index: 100;
  float: right;
  margin: auto;
  background-color: transparent;
  border: none;
  height: 125px;
  right: 0;
}

.btn-link_hover:focus {
  box-shadow: none;
}

.card-body-sec:hover {
  background-color: #f0f8ff;
  cursor: pointer;
}

.d_fl_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row
}

.input-dis-content {
  display: contents;
}

.card-body-sec {
  padding-block: 6px;
}

.btm_block {
  bottom: 42px;
  right: 0;
}

.pad_menu {
  padding: .2rem 1.25rem;
  border-bottom: none;
}

.welcome-chat-msg {
  border: .5px solid #dfdfdf;
  padding: 8px;
  border-radius: 6px;
  margin: 10px;
  text-align: left;
  font-size: 14px;
}

#chatContainer {
  box-shadow: 8px 4px 14px #b5b5b5;
  z-index: 100000;
  position: fixed;
  right: 17px;
  display: none;
  bottom: 3px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (max-width:1300px) {
  .mid {
    width: 100%;
    height: calc(100% - 143px);
    border: 1px solid #e7e7e7;
    overflow-y: scroll;
    background-color: #f5f5f5;
    scrollbar-width: thin;
  }

  .lower {
    background-color: #f7f7f7;
    color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 100%;
    height: 44px;
  }
}

@media (min-width:1200px) {
  .country_link_pd.rem_drop_ic {
    display: none;
  }
}

@media screen and (max-width:560px) {

  .boxsize,
  .outer {
    box-sizing: border-box;
    transition: .3s;
  }

  .mid {
    width: 100%;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5;
    scrollbar-width: thin;
  }

  .social_app_mob {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .social_app_mob .img-playstore {
    width: 100px;
  }

  .lower {
    color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 100%;
    height: 9%;
  }

  .outer {
    width: 284px;
    height: 540px;
  }

  .btm_block {
    bottom: 50px !important;
  }

  #sathee-logo {
    height: 90px;
  }

  .chatbot-head {
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 10%;
  }

  #expend {
    display: none;
  }

  .boxsize {
    width: 100%;
    height: 100%;
  }
  

}

.form_foot_main {
  gap: 18px;
  display: flex;
  align-content: center;
}

.form_foot_main {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
}

.footer-form {
  margin: 0;
}

.mid .question {
  background: #474794;
  color: #ffffff;
  margin-top: 6px;
  padding-inline: 8px;
  padding-block: 6px;
  border-radius: 4px 4px 0px 0px;
}

.mid .answers {
  background-color: #ffffff;
  padding: 6px;
  margin: 10px 10px 10px;
  border-radius: 0px 0px 4px 4px;
}

.disp-onetime{
  border: 0.5px solid #dfdfdf;
  padding: 8px;
  border-radius: 6px;
  margin: 10px;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
}





/* start */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* ends */




.flex-lk_btn .btn {
  cursor: pointer;
  outline: 0;
  padding: 0px 0px 10px;
  color: #AAA;
  background-color: whitesmoke;

}

.flex-lk_btn .btn:focus {
  outline: none;
  box-shadow: none;
}


.flex-lk_btn {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}