/*@import '_variables.css'*/

/* SHIT The above is not working  , Copy paste the vars below*/
/*OR USE postcss-variables-loader*/
/*UPDATE : made it work using postcss-variables-loader  - see webpack config -  *.config.css*/

/*
$primary-bg-color: #fefefe;
$secondary-bg-color: #126ac8;

$primary-color: #fff;
$secondary-color: #126ac8;
$column: 200px;

$theme : night;

@if $theme == day{
    $primary-bg-color: #fff;
    $primary-color: #000;
}
*/

@font-face {
    font-family: D-DIN;
    src: url(//aware-commons.s3.ap-south-1.amazonaws.com/nhs/chatsdk/v1/D-DINd68d8669232a9e8215831889eba83db1.otf);
    src: local('D-DIN'), local('D-DIN'),
       url(//aware-commons.s3.ap-south-1.amazonaws.com/nhs/chatsdk/v1/D-DINd68d8669232a9e8215831889eba83db1.otf) format('opentype'), /* Safari, Android, iOS */
}


/*import variables*/
/*$theme : night;*/

/* body {
    margin: 0;
    background : var(--primary-color);
    background : $primary-color;
    color : $primary-color;   
    font-size: 14px;
    font-family: 'Open Sans' , sans-serif;
} */

.sf-chatbot ::-webkit-scrollbar {
        width: 10px;
        height: 5px;
    }

.sf-chatbot ::-webkit-scrollbar-track {
        background: #f7f7f7;
        height: 50px;
    }

.sf-chatbot ::-webkit-scrollbar-button {
        height: 3px;
    }

.sf-chatbot ::-webkit-scrollbar-thumb {
        height: 8px;
        /* width: 6px; */
        border-radius: 3px;
        background-color: #56a0d3;
    }

.sf-bot-icon{
    width: 90px;
    height: 100px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 99999999;
    background-image: url(//aware-commons.s3.ap-south-1.amazonaws.com/nhs/chatsdk/v1/botdcfd1955f95a9d0ce4474ba1674abf10.svg);
}

/*sf-chatbot*/
.sf-chatbot{
    width : 400px;
    position: fixed;
    right : 10px;
    bottom : 10px;
    font-size: 14px;
    font-family :D-DIN , sans-serif;
    color : #0d0925;
    z-index: 99999999;
    -webkit-box-shadow:0px 0px 9px 0px #1d4e9e;
            box-shadow:0px 0px 9px 0px #1d4e9e;
    border-radius: 10px;
}
.sf-chatbot * {
        -webkit-box-sizing : border-box;
                box-sizing : border-box;
    }
/*SF-LIST*/
.sf-chatbot .sf-list {
        padding: 0.5em;
        background: white;
         margin-top: 10px;
    }

/*------*/

.action-elem {
  border-radius: 5px;
  border: solid 1px #ababab;
  padding: 5px 10px;
  margin-right: 7px;
  font-size: 13px;
  color: #344548;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
}

.action-elem.suggestion-chip:hover {
  color: #fff !important;
}

.sfchatbot-message a {
  text-decoration: none;
}

.action-elem:hover {
  background: #56a0d3;
  color: #fff !important;
  -webkit-animation: hoverAnimation 0.15s ease 0s 1 alternate;
          animation: hoverAnimation 0.15s ease 0s 1 alternate;
  text-decoration: none;
}

.suggestion-chip {
  border: none;
  padding: 0px;
}

.suggestion-chip:hover {
  background-color: #fff;
}

/* .action-elem:hover {
    background: #3674bc;
    color: #fff;
    border-radius: 3px;
} */

@-webkit-keyframes hoverAnimation {
  from {
    background-color: transparent;
    color: #344548;
  }
  to {
    background-color: #56a0e2;
    color: #fff;
  }
}

@keyframes hoverAnimation {
  from {
    background-color: transparent;
    color: #344548;
  }
  to {
    background-color: #56a0e2;
    color: #fff;
  }
}

.action-elem-ext {
  display: block;
  padding: 10px;
  margin: 10px 0;
  border-radius: 4px;
  border: solid 1px #ababab;
  padding: 5px 10px;
  font-size: 1em;
}

.action-elem-ext:hover {
  background: #56a0d3;
  color: #0d0925;
  -webkit-animation: hoverAnimation 0.35s ease 0s 1 alternate;
          animation: hoverAnimation 0.35s ease 0s 1 alternate;
}

.sf-list-elem {
  /*Please correct below*/
  width: 100%;
  padding: 1em;
}

.sfchatbot-template4-bubble-wrapper .sf-card-footer a {
  white-space: nowrap;
  color: #126ac8;
  font-weight: bold;
  font-size: 12px;
}

.sfchatbot-template4-bubble-wrapper .sf-card-footer .sf-asbmt {
  margin-top: -21px;
  margin-right: 125px;
  white-space: nowrap;
  color: #126ac8;
  font-weight: bold;
}

/* .sfchatbot-template4-bubble-wrapper .sf-card-footer a::after{
    content: url("../../assets/imgs/view_more.svg");
    margin-left: 1px;

} */

.sfchatbot-template4-bubble-wrapper {
  height: 80%;
}

.sfchatbot-template4-bubble-wrapper .sf-card-footer div {
  font-size: 11px;
}

.action-elem a {
  color: #56a0d3 !important;
}

.action-elem a:hover {
  color: #fff;
}
.sf-icon {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.handle:not(.react-draggable-dragging) {
  -webkit-transition: -webkit-transform 0.5s ease-out; /* Safari */
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
#sf-chatbot-container .speech-bubble {
  position: relative;
  font-size: 13px;
  width: 230px;
  text-align: center;
  padding: 1px;
  bottom: 90px;
  right: 160px;
  font-family: D-DIN;
  background: white;
  -webkit-box-shadow: -2px 0 10px -2px rgba(0, 0, 0, 0.36);
  box-shadow: -2px 0 10px -2px rgba(0, 0, 0, 0.36);
  border-radius: 5px;
}
#sf-chatbot-container .bubble-content {
  text-align: left;
  margin-left: 14px;
  margin-bottom: 10px;
}
#sf-chatbot-container .bubble-content p {
  width: 90%;
}
#sf-chatbot-container .bubble-content h3 {
  line-height: 1.5 !important;
  font-size: 1.17em !important;
  margin-top: 11px !important;
  font-weight: normal !important;
}
#sf-chatbot-container .bubble-content b {
  color: #2b4496 !important;
}
#sf-chatbot-container .sf-close {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 10px;
  height: 10px;
  opacity: 0.3;
}
#sf-chatbot-container .sf-close:hover {
  opacity: 1;
}
#sf-chatbot-container .sf-close:before,
.sf-close:after {
  position: absolute;
  content: " ";
  height: 12px;
  width: 2px;
  background-color: #333;
}
#sf-chatbot-container .sf-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#sf-chatbot-container .sf-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sf-header {
  height: 50px;
  /* background: $primary-bg-color; */
  /* background-image: linear-gradient(291deg, #f5a78c, #f38760) !important ; */
  /* background-image: linear-gradient(291deg, #ffcb06 , #f47b20) !important ; */
  /* background: radial-gradient(circle at 100% 130%,#ffcb06, #f47b20 ) !important; */
  background: #007ac4 !important;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 15px;
  border-bottom: 1px solid #56a0d3;
}
.sf-header.raw {
  background-image: linear-gradient(72deg, #1e4388, #56a0d3);
}
.sf-header .header-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5px;
  }
.sf-header .header-title {
    margin-top: -10px;
    margin-left: -5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
  }
.sf-header .torso.header-torso {
    width: 32px;
    height: 32px;
    /* background: url('../../assets/imgs/logo.svg'); */
    /* background: svg-load('../../../../assets/imgs/logo.svg'); */
    background-size: cover;
    border-radius: 0;
  }
.sf-header .torso {
    width: 26px;
    height: 26px;
    background: #f7f7f7;
    border-radius: 50%;
  }
.sf-header .header-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
.sf-header .header-btn-wrapper .header-offers {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='%230d0925' stroke='%230d0925'%3E %3Cpath fill-rule='nonzero' stroke='%23FFF' d='M12.027 4.039h-.81v-.844c0-.101-.066-.169-.163-.169h-.357L9.92 1.338C9.903 1.287 9.757 1 9.595 1c-.05 0-.292.135-.325.169L7.422 2.452a1.937 1.937 0 0 0-.438-.05c-.098 0-.211.016-.308.033L4.892 1.17S4.616 1 4.568 1c-.163 0-.309.287-.325.338L3.45 3.026h-.503c-.097 0-.162.068-.162.169v.844h-.827c-.535 0-.957.456-.957 1.013v1.182c0 .371.195.709.486.878v5.875c0 .557.422 1.013.957 1.013h9.098c.535 0 .973-.439.973-1.013V7.112c.291-.17.486-.507.486-.878V5.052c0-.557-.438-1.013-.973-1.013zm-1.135-.675v.675H8.865a2.383 2.383 0 0 0-.243-.675h2.27zM9.562 1.37l.762 1.655H8.362a2.02 2.02 0 0 0-.567-.422L9.562 1.37zM6.984 2.74c.762 0 1.394.557 1.557 1.3H5.427c.162-.743.795-1.3 1.557-1.3zM4.568 1.371l1.686 1.182c-.26.102-.486.27-.665.473H3.805l.763-1.655zm-1.46 1.993h2.238c-.114.202-.21.439-.243.675H3.108v-.675zm9.081 9.623c0 .371-.292.675-.648.675H2.443c-.357 0-.648-.304-.648-.675V7.23a.53.53 0 0 0 .162.017h10.07c.049 0 .114 0 .162-.017v5.757zm.487-6.753c0 .371-.292.675-.649.675H1.957c-.357 0-.649-.304-.649-.675V5.052c0-.371.292-.675.649-.675h10.07c.357 0 .649.304.649.675v1.182z' opacity='.9'/%3E %3C/svg%3E");
      position: relative;
    }
.sf-header .header-btn-wrapper .header-offers .offers-notification {
        position: absolute;
        width: 8px;
        height: 8px;
        background: #df2626;
        border-radius: 50%;
        right: 5px;
        top: 8px;
      }
.sf-header .header-btn-wrapper .minimize-arrow-downleft {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%23fff' stroke='%230d0925' stroke-width='0.1'%3E %3Cpath fill-opacity='.9' fill-rule='evenodd' d='M10.14.534L2.073 8.6v-7.41l-1.876.006v10.606h10.606v-1.87L3.4 9.928l8.067-8.067z'/%3E %3C/svg%3E");
    }
.sf-header .header-btn-wrapper .minimize-arrow-upright {
      /* background-image: svg-load('../../../../assets/imgs/icons/arrow-up.svg', fill=$primary-color, stroke=$primary-color,stroke-width='0.1'); */
      background-image: url(//aware-commons.s3.ap-south-1.amazonaws.com/nhs/chatsdk/v1/arrow-upbb00a0d74b607bc15fa4c75097d381c9.png);
    }
.sf-header .header-btn-wrapper .minimize-minus {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%23fff' stroke='red' stroke-width='0.1'%3E %3Cpath fill-opacity='.9' fill-rule='evenodd' d='M12 1.209L10.791 0 6 4.791 1.209 0 0 1.209 4.791 6 0 10.791 1.209 12 6 7.209 10.791 12 12 10.791 7.209 6z'/%3E %3C/svg%3E");
    }
.sf-header .header-btn-wrapper .email-modal{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.671' height='12.3' viewBox='0 0 18.671 12.3' fill='%23fff' stroke='red' stroke-width='0.1'%3E %3Cg id='noun_Mail_3206269' transform='translate(-1.593 -9.312)'%3E %3Cg id='Layer_18' data-name='Layer 18' transform='translate(1.743 9.462)'%3E %3Cpath id='Path_1865' data-name='Path 1865' d='M20.114,21.043V9.875a.389.389,0,0,0-.009-.046.289.289,0,0,0-.078-.2A.39.39,0,0,0,20,9.586l0,0a.449.449,0,0,0-.291-.122H2.153a.405.405,0,0,0-.29.122l0,0a.387.387,0,0,0-.028.043.288.288,0,0,0-.079.194.385.385,0,0,0-.01.051V21.049a.389.389,0,0,0,.012.058.268.268,0,0,0,.067.172.389.389,0,0,0,.032.052l.006,0a.411.411,0,0,0,.126.088l.009.006a.411.411,0,0,0,.161.033H19.7a.412.412,0,0,0,.293-.123l0,0a.389.389,0,0,0,.03-.047.289.289,0,0,0,.078-.2.388.388,0,0,0,.009-.046v-.006ZM2.569,10.853l4.854,4.728L2.569,20.1Zm11.1,4.321h0l-2.254,2.2a.693.693,0,0,1-.974,0l-7.27-7.082H18.686Zm-5.655.984,1.851,1.8a1.514,1.514,0,0,0,2.126,0l1.974-1.923,4.721,4.6H3.2Zm6.543-.7,4.732-4.609v9.218Z' transform='translate(-1.743 -9.462)' stroke='%23fff' stroke-width='0.3'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.sf-header .header-btn-wrapper .download-config{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13.21' viewBox='0 0 14 13.21' fill='%23fff' stroke='red' stroke-width='0.1'%3E %3Cg id='noun_Download_1252598_2_' data-name='noun_Download_1252598 (2)' transform='translate(-13.776 -10.5)'%3E %3Cg id='Group_1587' data-name='Group 1587' transform='translate(13.776 10.5)'%3E %3Cpath id='Path_1940' data-name='Path 1940' d='M36.131,17.272,35,16.35l-2.72,2.681V11.5H30.75v7.514L28.03,16.35l-1.13.922L31.516,21.8Z' transform='translate(-24.503 -11.5)'/%3E %3Crect id='Rectangle_700' data-name='Rectangle 700' width='14' height='2' transform='translate(0 11.21)'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.sf-header .header-btn-wrapper .expand {
      background-image: url(//aware-commons.s3.ap-south-1.amazonaws.com/nhs/chatsdk/v1/expand33907b8e0681dc4b28e09a7b560f6960.svg);
      background-size: 20px;
    }
.sf-header .header-btns {
    min-width: 34px;
    min-height: 34px;
    background-position: center;
    background-repeat: no-repeat !important;
    padding: 3px;
    cursor: pointer;
    margin: 2px;
  }
.sf-header .phone24 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='%23fff'%3E %3Cpath id='Path_1866' data-name='Path 1866' d='M12.315,289.063a10.22,10.22,0,0,0-9.889,7.659l1.521.394a8.643,8.643,0,1,1,10.53,10.529l.393,1.521a10.214,10.214,0,0,0-2.555-20.1Zm3.255,5.882L13.1,299.059v1.789h3.143v1.571h1.571v-1.571H18.6v-1.572h-.786v-1.571H16.243v1.571H14.8l2.115-3.525Zm-6.4.4a2.37,2.37,0,0,0-2.357,2.357H8.386a.767.767,0,0,1,.786-.786h.786a.786.786,0,0,1,0,1.572H9.172a2.369,2.369,0,0,0-2.357,2.357v1.571h5.5v-1.571H8.386a.767.767,0,0,1,.786-.786h.786a2.357,2.357,0,0,0,0-4.714ZM.529,299.277v.786a11.012,11.012,0,0,0,11,11h.786v-3.628l-4.084-2.042-2.159,2.159a9.148,9.148,0,0,1-2.032-2.032L6.2,303.36l-2.043-4.084Z' transform='translate(-0.529 -289.063)'/%3E %3C/svg%3E");

    position: relative;
    display: inline-block;
  }
.sf-header .phone24 .tooltiptext {
      visibility: hidden;
      width: 120px;
      background-color: #007ac4;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px 0;
      position: absolute;
      z-index: 10;
      bottom: 10%;
      margin-left: -130px;
      border: 2px solid white;
    }
.sf-header .phone24 .tooltiptext a {
        color: white;
      }
.sf-header .phone24 .tooltiptext::after {
      content: "";
      position: absolute;
      left: 100%;
      border-width: 8px;
      border-style: solid;
      border-color: transparent transparent transparent white;
    }
.sf-header .phone24:hover .tooltiptext {
    visibility: visible;
  }
/* 
$primary-bg-color: #fefefe;
$secondary-bg-color: #126ac8;

$primary-color: #fff;
$secondary-color: #126ac8;
$column: 200px;

$theme : night;

@if $theme == day{
    $primary-bg-color: #fff;
    $primary-color: #000;
} */
.main-container {
  /*  background:url("images/Chatbackground.jpg") ; */
  background-size: 350px 100%;
  background-repeat: no-repeat;
  border: none;
  /*background: #FFFFFF;*/
  font-size: 14px;
  letter-spacing: -0.2px;
  /* height: 500px; */
  /* border: 1px solid $primary-bg-color; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.sf-chatbody {
  height: 521px;
  padding: 18px 16px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  /* display: flex;
    flex-direction: column; */
}
.enlang-previous-button-disabled{
  pointer-events:none;
  background-color:grey;
  opacity:0.5;
}
.wllang-previous-button-disabled{
  pointer-events:none;
  background-color:grey;
  opacity:0.5;
}
.unscroll {
  overflow-y: hidden !important;
}
.form-elements {
  margin-top: 10px;
}
.form-textinput {
  width: 100%;
  line-height: 1.4;
  height: 39px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  font-size: 14px;
  padding-left: 12px;
  font-family: D-DIN, sans-serif;
}
.form-textinput.disabled {
  width: 100%;
  line-height: 1.4;
  font-family: D-DIN, sans-serif;
  height: 39px;
  border: solid 1px #dddddd;
  background-color: #f2f2f2;
  font-size: 13px;
  padding-left: 12px;
}
.form-button.disabled {
  width: 100%;
  height: 43px;
  border-radius: 10px;
  background-color: #dddddd;
  font-size: 14px;
  color: #ffffff;
  cursor: not-allowed;
}
.form-button {
  background-color: #1368c6;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  width: 242px;
  height: 39px;
  border-radius: 20px;
}
.form-select-container span {
  display: none;
}
.form-select-container:focus {
  outline: none;
}
.form-select-container > div:nth-child(1) {
  width: 95.5%;
}
.form-select-container > div:nth-child(2) {
  border: 1px solid #f0f0f0;
}
.summary-title {
  font-size: 14px;
  color: #999999;
  line-height: 1.29;
  text-align: left;
  margin-top: 15px;
}
.summary-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.each-div-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.summary-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: rgba(104, 104, 104, 0.45);
}
.summary-value {
  color: #1b1b1b;
}
.summary-edit {
  /* line-height: 1.42; */
  letter-spacing: -0.2px;
  text-align: left;
  color: #367feb !important;
}
.summary-edit-icon {
  height: 12px;
  margin-right: 5px;
  width: 12px;
  vertical-align: middle;
}
.summary-edit-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.summary-confirm {
  height: 28px;
  border-radius: 5px;
  background-color: #367feb;
  color: #fff !important;
  padding: 6px 20px;
  margin-left: 4.5rem;
}
.summary-table {
  margin-bottom: 30px;
}
.file-label {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  color: #1b1b1b;
}
.file-upload-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.fileupload-input {
  width: 81%;
  border: none;
  border-radius: 0;
  height: 30px;
  color: #999999;
  font-style: italic;
}
.file-input-field {
  border-bottom: 1px solid rgba(53, 53, 53, 0.6);
  width: 100%;
  margin-right: 5px;
}
.upload-icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-size: 17px 17px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
  margin: 7px;
}
.fileupload-form input[type="file"] {
  z-index: 2;
  position: relative;
  opacity: 0;
  width: 100%;
  cursor: pointer !important;
}
.fileupload-input::-webkit-input-placeholder {
  height: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 1.43;
  text-align: left;
  color: #999999;
  font-style: italic;
}
.fileupload-input::-ms-input-placeholder {
  height: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 1.43;
  text-align: left;
  color: #999999;
  font-style: italic;
}
.fileupload-input::placeholder {
  height: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 1.43;
  text-align: left;
  color: #999999;
  font-style: italic;
}
.mandatory-mark {
  margin-top: 0;
  margin-left: 5px;
  color: red;
}
.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.error-text {
  text-align: left;
  margin-top: 5px;
  color: red;
  font-size: 12px;
  display: none;
  font-style: italic;
}
.error-text-mandatory {
  text-align: left;
  margin-top: 5px;
  color: red;
  font-size: 15px;
  display: none;
  font-style: italic;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.contact-city {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  margin-left: 5px;
}
.contact-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 13px;
  width: 100%;
  padding-left: 0px;
}
.contact-phoneNumber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 13px;
  width: 100%;
}
.sf-asbmt {
  padding: 10px;
  border-radius: 20px;
  border: solid 1px #f47b20;
  background-color: #f3f8fd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f47b20 !important;
  margin-bottom: 10px;
  text-align: center;
}
.sf-asbmt:hover {
  background-color: #f47b20 !important;
  color: #ffffff !important;
}
.sf-asbmt:focus {
  background-color: #f47b20 !important;
  color: #ffffff !important;
}
.see-all-content {
  font-size: 13px !important;
  color: #00529c;
  cursor: pointer;
  white-space: nowrap;
  margin-top: -37px;
  margin-right: 10px;
  font-weight: bold;
}
.msg-server li:before {
  content: url(//aware-commons.s3.ap-south-1.amazonaws.com/nhs/chatsdk/v1/noun_Arrow8b12a149c1d6ed9b2e0f9ce131511fa9.svg) !important;
  margin-right: 8px;
}
.msg-server ol {
  list-style: none;
}
.msg-server ul {
  list-style: none;
  padding-left: 0.5px !important;
}
.msg-server li {
  /* display: flex; */
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-link {
  margin-left: 8px;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.06);
}
.msg-server div {
  line-height: 1.42;
}
.product-comparison {
  border: solid 0.5px #cccccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 5px;
}
.product-comparison-def {
  padding: 16px;
  width: 300px;
}
.product-subheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 14px;
  margin-bottom: 14px;
  height: 30px;
}
.product-comparison-btn {
  border-radius: 5px;
  border: solid 0.5px #00529c;
  background-color: #ffffff;
  color: #00529c !important;
  margin-left: auto;
  width: 65px;
  text-align: center;
  height: 27px;
  padding-top: 3px;
}
.product-comparison-btn:focus {
  background-color: #00529c;
  color: #fff !important;
}
.product-comparison-btn:hover {
  background-color: #00529c;
  color: #fff !important;
}
.view-content {
  margin-top: 5px;
  color: #126ac8;
  font-size: 13px;
  font-weight: bold;
}
.product-title {
  font-weight: bold;
  letter-spacing: 0.3px;
  font-size: 13px;
}
.product-textContent {
  margin-top: 10px;
  line-height: 1.47;
  font-size: 12px;
  color: #333333;
}
.sf-carousel-slide {
  top: 0;
  width: 30px;
  height: 32px;
  z-index: 9;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  border: 0;
}
.sf-carousel {
  padding: 12px;
}
.carousel.carousel-slider .control-arrow {
  height: 50px;
  width: 20px;
  top: calc(100% - 190px) !important;
  background: #777;
  color: #fff;
  font-size: 26px;
  padding: 5px;
  position: absolute;
  z-index: 1;
}
.control-prev.control-arrow {
  left: 0;
}
.carousel .control-prev.control-arrow:before {
  margin-left: 0;
}
.control-arrow.control-next {
  right: 0;
}
.carousel .control-next.control-arrow:before {
  margin-left: 2px;
}
.carousel-header {
  border-bottom-left-radius: 1px !important;
  border-radius: 15px;
  word-break: break-word;
  background-color: #f1f0f0;
  margin-bottom: 6px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 12px !important;
  margin-left: 10px;
}
.sfchatbot-message {
  overflow: hidden;
}
.input-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-left: 4px;
}
.action-elem-multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  padding: 1px;
}
.sf-multiple-submit:hover {
  background-color: #1e69c8;
  color: #fff;
}
.sf-multiple-submit {
  border-radius: 5px;
  height: 29px;
  width: 74px;
  border: solid 1px #1e69c8;
  padding-top: 6px;
  margin-left: 103px;
  font-size: 11px;
  color: #1e69c8;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
}
.sf-themed-checkbox {
  margin-left: 10px;
  margin-right: 10px;
}
.home-link:first-child > div {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.action-elem a:hover {
  color: #fff !important;
}
.msg-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0;

}
/* div[class^="msg-"]*/
.msg-wrapper div.msg-user-outer, .msg-wrapper div.msg-server-outer{ 
        max-width: 90%;
    }
.msg-wrapper div.msg-user-outer div[class^="msg-"],.msg-wrapper div.msg-server-outer div[class^="msg-"]{
            padding: 12px;

            border-radius: 12px;
            word-break: break-word;
        }
.msg-wrapper div[class^="msg-"].preloader{
        padding : 0px !important;
    }
.msg-wrapper div.msg-server {
        background-color: #f7f7f7;
        border-bottom-left-radius: 3px !important;
    }
.msg-wrapper div.msg-server .card{
            white-space: pre-wrap;
        }
.msg-wrapper div.msg-server .sf-preloader-img{
            /* background-image: url('../../assets/imgs/icons/thinking.gif'); */
            width: 70px;
            height: 40px;
        }
/* background-size: 90%;
            background-repeat: no-repeat;
            background-position: 5px 0px; */
.msg-wrapper div.msg-server .sf-preloader-img img{
                max-width: 100%;
            }
/*RESET Dangerosously set elements*/
.msg-wrapper div.msg-server ul, .msg-wrapper div.msg-server li {
            margin: 0;
            padding : 0 0 10px 0;
            line-height: normal !important;
            font-size: 1em;          
            font-size : inherit;
        }
.msg-wrapper div.msg-server ul{
            padding: 0 1em;
        }
/*--END--*/
.msg-wrapper div.msg-server a:focus {
            /* background: unset; */
            outline: none
        }
.msg-wrapper div.msg-server a{
            color: #56a0d3 ;
        }
.msg-wrapper div.msg-user {
        border-bottom-right-radius: 3px !important;
        /* background-color: #56a0d3; */
        background-color:#d1ecff; 
        color: black;
        -webkit-box-pack: end;
        -webkit-justify-content: end;
            -ms-flex-pack: end;
                justify-content: end;
    }
.msg-wrapper div.msg-server{
        border-radius: 0px 12px 12px 12px !important;
    }
.msg-wrapper:first-child {
    margin: 0;
}
.msg-user-wrapper{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 30px 0;
    /*flex : 0 0 auto;*/ /*verbose form of flex : none*/
}
.msg-wrapper.msg-server-wrapper.sf-options{
    margin: 24px 0;
    display: block;
}
/*DISAMB*/
.msg-wrapper.disamb{
    margin-top: -35px;
}
.msg-wrapper div.msg-server.disamb{
    /*position: absolute;*/
    /* background: #e8f1fd; */
    top: 40px;
    width: 100%;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* color: #56a0d3; */
    font-size: 12px;
    margin-bottom: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: solid 1px #dfdfdf;
    background: transparent;
    padding: 5px 10px;
    padding-right: 25px !important;
    padding-left: 12px !important;
    padding-left: 0 !important;
    border-radius: 0 !important;
}
.msg-wrapper div.msg-server-outer.disamb{
    /* max-width: none; */
    max-width: 90%;
}
.disamb-elem{
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size:13px;
    /*  font-weight:600; */
    white-space: normal;
    /* border-bottom: 1px solid #2196f3; */
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    margin: 5px 0;
}
.disamb-elem > a.action-elem.disamb{
    color: #367feb;
    width: 90%;
    display: inline-block;
}
div.action-elem.disamb {
    border: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #367feb;
    font-size: 1em;
    text-align: left;
    margin-left: 8px;
}
div.action-elem.disamb:hover {
    text-decoration: underline;
    background: transparent;
    -webkit-animation: none;
            animation: none;
    color: #367feb !important;
}
.disamb-elem::before{
    content: "";
    background: url(//hbchat.senseforth.com/HDFC_Chat/assets/search.svg);
    background-size: auto;
    background-position: 4px 3px;
    background-repeat: no-repeat;
    /* border-width: 55px; */
    border: 16px solid transparent;
    border-width: 0;
    border-right-width: 20px;
    /* vertical-align: top; */
    /* width: 20px; */
    height: 20px;
}
.msg-server a {
    color: unset;
    text-decoration: none;
    cursor: pointer;
 }
/**
    Templates
*/
.sfchatbot-template5-bubble-wrapper,
.sfchatbot-template4-bubble-wrapper,
.sfchatbot-template3-bubble-wrapper,
.sfchatbot-template2-bubble-wrapper,
.sfchatbot-template1-bubble-wrapper {
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 1px #dcdcdc;
            box-shadow: 0 0 5px 1px #dcdcdc;
    padding: 15px;
    background: #fff;
}
.sfchatbot-template4-bubble-wrapper.custom-carousel {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.sfchatbot-template5-bubble-wrapper > div,
.sfchatbot-template4-bubble-wrapper > div,
.sfchatbot-template3-bubble-wrapper > div,
.sfchatbot-template2-bubble-wrapper > div,
.sfchatbot-template1-bubble-wrapper > div {
    margin-bottom: 10px;
    word-wrap: break-word;
}
.sfchatbot-template3-bubble-wrapper > div:nth-of-type(1) > div:nth-of-type(1) {
    -webkit-flex-basis: 30vw;
        -ms-flex-preferred-size: 30vw;
            flex-basis: 30vw;
    height: 20vh;
}
.sfchatbot-template3-bubble-wrapper > div:nth-last-of-type(1),
.sfchatbot-template5-bubble-wrapper > div:nth-last-of-type(1) {
    text-decoration: underline;
    color: blue;
}
.sfchatbot-template1-bubble-wrapper > div:nth-of-type(1) {
    height: 40vh;
}
.sfchatbot-template2-bubble-wrapper > div:nth-of-type(1) {
    height: 40vh;
}
.sfchatbot-template5-bubble-wrapper >  div:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.sfchatbot-template5-bubble-wrapper > div:nth-of-type(1) > div:nth-of-type(2) {
    height: 20vh;
    -webkit-flex-basis: 12vw;
        -ms-flex-preferred-size: 12vw;
            flex-basis: 12vw;
}
.sfchatbot-carousel-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sfchatbot-carousel-wrapper .carousel .slide {
    background: none !important
}
.sfchatbot-carousel-wrapper .carousel.carousel-slider .control-arrow {
    /* background: grey */
}
.sfchatbot-carousel-wrapper .slider-wrapper {
    border-radius: 10px
}
.sfchatbot-table {
    padding: 5px;
    margin-bottom: 10px;
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    table-layout: fixed;
}
.sfchatbot-table td {
    padding: 10px;
    text-align: center;
}
.sfchatbot-table .action-elem {
    margin: 0
}
.sf-multiple-choice-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
input {
    border: 0;
    outline: 0;
    border-radius: 5px;
    background: transparent;
    outline: none;

}
textarea {
    resize: none;
    outline: none;

}
button {
    border: 0;
    outline: none;
    cursor: pointer;
}
input[disabled] {
    cursor: not-allowed;
}
.cursor-pointer {
    cursor: pointer;
}
.carousel-status{
    display: none;
  }
.carousel-header{

    border-bottom-left-radius: 1px !important;
    border-radius: 15px;
    word-break: break-word;
    background-color: #f1f0f0;
    margin-bottom: 6px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 12px !important;
    margin-left: 10px;
}
img[data-download] {
    cursor: pointer;
}
.summmary-detail-div {
    width: 80%;
}
.sf-chatinput-wrapper {
  background: white;
  max-width: none !important;
  /* box-sizing: border-box; */
  padding: 0 0 2px 0;
  opacity: 1;
  height: 45px;
  /* margin-top: 15px; */
   /* border-top: 1px solid #dfdfdf; */
  /*border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sf-chatinput-wrapper .sf-chatinput {
    padding-left: 16px !important;
    font-size: 14px !important;
    height: 47px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: black;
    outline: 0;
    /* border: 0; */
    /* width: calc(100% - 50px) !important; */
    // border-right: 1px solid #dfdfdf !important;
    border-radius: 0 !important;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
.sf-chatinput-wrapper .sf-chatinput::-webkit-input-placeholder {
    color: #999999 !important;
    opacity: 1;
  }
.sf-chatinput-wrapper .sf-chatinput::-ms-input-placeholder {
    color: #999999 !important;
    opacity: 1;
  }
.sf-chatinput-wrapper .sf-chatinput::placeholder {
    color: #999999 !important;
    opacity: 1;
  }
.sf-chatinput-wrapper .sf-btn-wrapper {
    width: 50px;
  }
.sf-chatinput-wrapper .sf-btn-wrapper #send-msg {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Group_10_Copy' width='21' height='18' data-name='Group 10 Copy' viewBox='0 0 21 18' fill='%23f38760' stroke='%23fefefe' stroke-width='0.1'%3E %3Cdefs%3E %3Cstyle%3E .cls-1{fill:%23d3d3d3} %3C/style%3E %3C/defs%3E %3Cpath id='Shape_Copy_2' d='M.01 18L21 9 .01 0 0 7l15 2-15 2z' class='cls-1' data-name='Shape Copy 2'/%3E %3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 50% 50%;
      background-position: 49%;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }
.sf-chatinput-wrapper .sf-btn-wrapper #send-msg:hover {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Group_10_Copy' width='21' height='18' data-name='Group 10 Copy' viewBox='0 0 21 18' fill='%23f38760' stroke='%23fff' stroke-width='0.1'%3E %3Cdefs%3E %3Cstyle%3E .cls-1{fill:%23d3d3d3} %3C/style%3E %3C/defs%3E %3Cpath id='Shape_Copy_2' d='M.01 18L21 9 .01 0 0 7l15 2-15 2z' class='cls-1' data-name='Shape Copy 2'/%3E %3C/svg%3E");
    }
.sf-chatinput-wrapper .sf-btn-wrapper #send-msg.mic {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' viewBox='0 0 15 20' fill='%23f38760' stroke='%23fefefe' stroke-width='0.1'%3E %3Cpath fill-rule='evenodd' d='M7.5 12.632c1.779 0 3.204-1.41 3.204-3.158l.01-6.316C10.714 1.41 9.28 0 7.5 0S4.286 1.41 4.286 3.158v6.316c0 1.747 1.435 3.158 3.214 3.158zm5.679-3.158c0 3.158-2.722 5.368-5.679 5.368-2.957 0-5.679-2.21-5.679-5.368H0c0 3.6 2.914 6.558 6.429 7.073V20H8.57v-3.453C12.086 16.042 15 13.074 15 9.474h-1.821z'/%3E %3C/svg%3E");
      background-repeat: no-repeat;
      background-size: 50% 50%;
      background-position: 49%;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }
.sf-chatinput-wrapper .sf-btn-wrapper #send-msg.mic:hover {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' viewBox='0 0 15 20' fill='%23f38760' stroke='%23fff' stroke-width='0.1'%3E %3Cpath fill-rule='evenodd' d='M7.5 12.632c1.779 0 3.204-1.41 3.204-3.158l.01-6.316C10.714 1.41 9.28 0 7.5 0S4.286 1.41 4.286 3.158v6.316c0 1.747 1.435 3.158 3.214 3.158zm5.679-3.158c0 3.158-2.722 5.368-5.679 5.368-2.957 0-5.679-2.21-5.679-5.368H0c0 3.6 2.914 6.558 6.429 7.073V20H8.57v-3.453C12.086 16.042 15 13.074 15 9.474h-1.821z'/%3E %3C/svg%3E");
    }
.sf-chatinput-wrapper .sf-btn-wrapper #send-msg.mic.recording {
      background-image: url(//aware-commons.s3.ap-south-1.amazonaws.com/nhs/chatsdk/v1/mic-infinitya02e0d2b94b41fd56566791bb5648659.gif);
      background-size: 150%;
      background-position: 50%;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }
.sf-chatinput-wrapper .input-wrapper {
  position: relative;
  width: calc(100% - 50px);
  /* border-right: 1px solid #dfdfdf !important; */
}
.lang-select {
  position: absolute;
  right: 10px;
  top: 13px;
}
.lang-select .lang-sel-btn {
    cursor: pointer;
    color: #007ac4;
    background-color: rgba(0, 0, 0, 0);
  }
.lang-select .lang-sel-btn img {
      margin-left: 5px;
      margin-bottom: 3px;
    }
.lang-select .lang-sel-btn .lang-opt {
      position: absolute;
      text-align: left;
      bottom: 35px;
      font-size: 14px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      border-radius: 5px;
      -webkit-box-shadow: 2px rgba(0, 0, 0, 0.75);
              box-shadow: 2px rgba(0, 0, 0, 0.75);
      overflow: hidden;
      right: 0px;
    }
.lang-select .lang-sel-btn .lang-opt span {
        cursor: pointer;
        padding: 5px 15px;
        background-color: #eaeaea;
        color: #000;
      }
.lang-select .lang-sel-btn .lang-opt span img {
          pointer-events: none;
          padding-right: 5px;
          margin-left: unset;
          margin-bottom: unset;
        }
.lang-select .lang-sel-btn .lang-opt span:hover {
        background-color: #eaeaea;
        color: #007ac4;
      }
.lang-select .lang-sel-btn .lang-opt span:focus {
        background-color: #eaeaea;
        color: #007ac4;
      }
.sf-footer-wrapper {
  height: 22px;
  font-size: 14px;
  color: #fff;
  padding: 0 10px 0 20px;
  height: 34px;
  background-color: #f5f5f5;
  /* border: solid 1px $primary-bg-color; */
  border-top: solid 1px rgba(86, 160, 211, 0.35);
  border-bottom: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sf-footer-wrapper .sf-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
.sf-footer-wrapper .sf-footer .sf-footer-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
.sf-footer-wrapper .sf-footer .sf-footer-right {
      /* width: 75px; */
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      /* color: $primary-color; */
      color: #a2a2a2;
    }
.sf-footer-wrapper .sf-footer .sf-feed-thanks {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' viewBox='0 0 17 13' fill='%2317d24a'%3E %3Cpath fill-rule='nonzero' d='M16.235 1.115a.798.798 0 0 0-1.13 0L5.54 10.681 1.863 7.004a.798.798 0 0 0-1.13 1.13l4.242 4.24a.799.799 0 0 0 1.13 0l10.13-10.13a.798.798 0 0 0 0-1.129z'/%3E %3C/svg%3E");
      background-repeat: no-repeat;
    }
.sf-footer-wrapper .sf-footer .sf-yesno {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 60px;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      margin-left: 10px;
      color: #f38760;
    }
/*Feedback*/
#textfeedback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* position: absolute; */
  /* bottom: 25px; */
  background: #fefefe;
  padding: 0;
  /* border-radius: 6px; */
  bottom: 1px;
  z-index: 9;
  width: 100%;
  height: 34px;
  /* padding: 3px 5%; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sf-feed-info {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='%23f38760' stroke='%23fff' stroke-width='0.1'%3E %3Cg fill-rule='nonzero'%3E %3Cpath d='M7.5 0C3.364 0 0 3.365 0 7.5 0 11.636 3.365 15 7.5 15c4.136 0 7.5-3.364 7.5-7.5C15 3.365 11.636 0 7.5 0zm0 13.636A6.143 6.143 0 0 1 1.364 7.5 6.143 6.143 0 0 1 7.5 1.364 6.143 6.143 0 0 1 13.636 7.5 6.143 6.143 0 0 1 7.5 13.636z'/%3E %3Cpath d='M7.5 3.182A.91.91 0 0 0 7.5 5a.91.91 0 0 0 0-1.818zM7.5 6.364a.682.682 0 0 0-.682.681v4.091a.682.682 0 0 0 1.364 0v-4.09a.682.682 0 0 0-.682-.682z'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
}
#textfeedback > input {
  border: 0;
  outline: 0;
  width: 64%;
  color: #fff;
  border-bottom: 1px solid #ddd;
  background: transparent;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
}
/* #textfeedback > input::-webkit-input-placeholder {
  color: $primary-color !important;
  opacity: 1;
}
#textfeedback > input::-moz-placeholder {
  color: $primary-color !important;
  opacity: 1;
}
#textfeedback > input:-ms-input-placeholder {
  color: $primary-color !important;
  opacity: 1;
}
#textfeedback > input:-moz-placeholder {
  color: $primary-color !important;
  opacity: 1;
} */
#textfeedback > p {
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 13px;
}
#textfeedback #closeFeedback {
  color: #fff;
  margin-left: 1em;
}
#textfeedback button {
  color: #f38760;
  background-color: transparent;
  border: 0;
  outline: 0;
  border-radius: 3px;
  /* color: #fff; */
  /* margin-left: 2%; */
  /*width: 19%;*/
  cursor: pointer;
  font-size: 13.5px;
  letter-spacing: -0.2px;
}
.msg-server .css-26l3qy-menu {
  position: relative;
}
.sf-offers-roll{
    display: none;
    position: absolute;
    /* padding-bottom: 200px; */
    background: #fff;
    z-index: 99999;
    width: 100%;
    /* padding: 5%; */
    /*height: calc(100% - 55px);*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: rgb(255,255,255); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), color-stop(97%, #f6f6f6), color-stop(98%, #f6f6f6), to(#ffffff));
    background: linear-gradient(to bottom, #ffffff 60%, #f6f6f6 97%, #f6f6f6 98%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    /*box-shadow: 0 2px 80px 5px rgba(191, 191, 191, 0.5);*/
    height: 606px;
    height: calc(100% - 50px);
    border: 1px solid #fefefe;
    /* overflow: auto; */
}
.sf-offers-pane{
    height : calc(100% - 60px);
    overflow: auto;
    padding: 5%;
}
.sf_offers_card {
    display: block !important;
    width: 105%;
   /* height: 200px;*/
   /* padding: 10px 16px;*/
    -webkit-box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.22);
            box-shadow: 1px 3px 15px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: -14px;
}
.sf_offers_card .sf-each-offer{
    width: 45%;
    display: inline-block;
    /*float: left;*/
    overflow: hidden;
    margin-top: 0;
    -webkit-box-shadow : none;
            box-shadow : none;
    padding: 0;
}
.sf_offers_card .sf-each-offer .sf-offers-icon{
    display: block;
    width: 100%;
    margin: auto;
    background-size: 100%;
}
.sf-each-offer {
    /*height: 76px;*/
    border-radius: 5px;
    background-color: #ffffff;
    /*box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.22);*/
    -webkit-box-shadow: 1px 3px 35px 0px rgba(0, 0, 0, 0.22);
            box-shadow: 1px 3px 35px 0px rgba(0, 0, 0, 0.22);
    padding: 15px;
    margin-top: 15px;
}
/*5th .sf-each-offer will be the 6th child*/
/* .sf-each-offer:nth-child(n+6){
   opacity: 0.5; 
} */
/*.sf-each-offer:nth-child(n+8){
   opacity: 0.2; 
}*/
.sf-offers-icon{
    display: inline-block;
    width: 80px;
    vertical-align: top;
    /* margin-top: 10px; */
    margin-right: 10px;
    height: 80px;
    border-radius: 4px;
    background-size: 125%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.sf-back-to-chat-outer{
    padding: 24px;
    /*position: fixed;*/
    position: absolute;
    width: 100%;
    left: 0;
    /* bottom: 63px; */
    bottom: 5px;
}
.sf-back-to-chat{
    border-radius: 20.5px;
    background-image: linear-gradient(103deg, #fefefe, #f9c3af);
    -webkit-box-shadow: 0 2px 25px 0 rgba(183, 183, 183, 0.5);
            box-shadow: 0 2px 25px 0 rgba(183, 183, 183, 0.5);
    text-align: center;
    padding: 14px;
    border: 0;
    color: #fff;
    /*width: 42%;
    margin-left: 25%;*/
    /*position: fixed;
    bottom: 40px;*/
    cursor: pointer;
    font-size : 15px;
    padding : 13px 40px;
    margin: auto;
    display: block;
}
.notification-card{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), color-stop(97%, #f6f6f6), color-stop(98%, #f6f6f6), to(#ffffff));
    background: linear-gradient(to bottom, #ffffff 60%, #f6f6f6 97%, #f6f6f6 98%, #ffffff 100%);
}
.notification-content{
        height: 105px;
        width:73%;
        border-radius: 5px;
        background-color: #ffffff;
        /* box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.22); */
        -webkit-box-shadow: 1px 3px 35px 0px rgba(0, 0, 0, 0.22);
        box-shadow: 1px 3px 35px 0px rgba(0, 0, 0, 0.22);
        padding: 15px;
        margin-top: 15px;
}
/* @import "../../../../../node_modules/slick-carousel/slick/slick.css";
@import "../../../../../../node_modules/slick-carousel/slick/slick-theme.css"; */
.sf-card-greeting {
  font-size: 1.2em;
  margin-left: 4px;
  margin-bottom: 0px;
  display: block;
}
.sf-card {
  color: #fff;
  /* height : 200px;*/
  width: 232px;
  height: 342px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  border: solid 1px #eaeaea;
  overflow: hidden;
}
.sf-card-header {
  /*background: #fff;*/
  height: 6px;
  padding: 10px 12px;
  background: #fff;
  /*color: #fff;*/
  /*Below Must be here for a reason but commenting it to check th reason*/
  /* min-height: 100px; */
  margin-bottom: 10px;
}
.sf-card-header b {
  font-size: 1.2em;
  color: #000;
}
.sf-card-body {
  background-color: #fca639;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sf-card-body img {
    width: 100%;
  }
.sf-card-footer {
  /*background-color : #fff;*/
  padding: 20px 12px;
  background: #fff;
  color: #000;
  /*color: #fff;*/
}
.sf-card-footer.custom-carousel {
  height: 10%;
  overflow-y: auto;
}
.sf-card-footer p {
  margin: 0 0 5px 0;
  font-size: 0.9em;
  font-weight: 600;
}
.sf-card-footer div {
  font-size: 0.9em;
}
.sf-card-footer button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin-top: 10px;
}
.sf-card-footer button a {
  text-decoration: none;
  -webkit-font-feature-settings: "pcap", "c2pc";
          font-feature-settings: "pcap", "c2pc";
  font-variant: all-petite-caps;
  font-size: 1.4em;
  font-weight: 600;
}
/* react-responsive-carousel START*/
.carousel .slide .sf-card {
    text-align: left;
  }
.carousel .slide .sf-card iframe {
    display: inline-block;
    width: 115%;
    margin: 0;
    border: 0;
  }
.carousel ul {
    padding: 0 !important;
  }
/*END*/
/*custom carosul */
.carousel .slider-wrapper {
  overflow: unset !important;
}
.carousel.carousel-slider {
  overflow: unset !important;
  width: 84%;
}
.carousel-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  height: 120px;
}
.carousel-footer.address {
}
.carousel-footer-title {
  margin-right: 37px;
  font-size: 12px !important;
  color: #7e7979;
}
.carousel-footer-value {
  font-size: 12px !important;
  font-weight: 500;
  /* white-space: nowrap; */
}
.carousel-footer-content {
  margin-bottom: 10px;
  padding-right: 45px;
}
.carousel-footer-button {
  margin: 0px -10px 0px -10px;
  margin-left: -7px;
}
.carousel-footer-button.address {
  margin-top: -8px;
}
.carousel-border {
  border-top: 1px solid #ebebeb;
}
/* .control-arrow .control-next::before{
    content: url('../../../../../assets/imgs/forward-slide.svg') !important;
}  */
.carousel .control-arrow:before,
.carousel.carousel-slider .control-arrow::before {
  content: url(//aware-commons.s3.ap-south-1.amazonaws.com/nhs/chatsdk/v1/forward-slidee129b4a820e8e09039fc624a3dcd25dc.svg) !important;
}
.carousel .control-prev.control-arrow::before {
  content: url(//aware-commons.s3.ap-south-1.amazonaws.com/nhs/chatsdk/v1/prev-arrowb8dbc112300946af4256d55a712d7469.svg) !important;
}
.carousel .slider-wrapper.axis-horizontal .slider .slide {
  padding-right: 15px;
  padding-left: 10px;
  background: #fff;
}
.carousel .control-arrow::before {
  border-left: 0px;
}
.carousel .control-arrow::after {
  border-right: 0px;
}
.carousel .control-prev.control-arrow::before {
  border: none !important;
}
.carousel.carousel-slider .control-arrow:hover {
  background: none !important;
}
.carousel .slide img {
  width: 100% !important;
  height: 100%;
}
/* .carousel .control-arrow{
    right: 29px !important;
} */
.button.control-arrow.control-next {
  display: none;
}
.carousel .control-prev.control-arrow:before {
  border: none !important;
  position: absolute;
  left: -38px;
  bottom: -57px;
}
.carousel .control-next.control-arrow:before {
  border: none !important;
  position: absolute;
  left: -72px;
  bottom: -57px;
}
.slider li:before {
  content: none !important;
}
.slider {
  width: 83% !important;
}
.sf-card-footer .sf-asbmt {
  background: none;
  border: none;
  padding: none;
}
.sfchatbot-template4-bubble-wrapper .sf-card-footer .sf-asbmt {
  margin: auto;
}
/* .sfchatbot-template4-bubble-wrapper .sf-card-footer div{
    overflow: hidden;
} */
.sf-card-header i {
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
.sfchatbot-template4-bubble-wrapper .sf-card > li {
  padding: 0 !important;
}
.sfchatbot-template4-bubble-wrapper .sf-card {
  margin-bottom: 0px;
  height: 100%;
}
.sfchatbot-template4-bubble-wrapper {
  padding: 0px;
}
.sfchatbot-carousel-wrapper .carousel.carousel-slider {
  width: 95% !important;
}
.sfchatbot-template4-bubble-wrapper .sf-card-footer > div:nth-child(2) {
  margin-top: 61px;
}
.sfchatbot-template4-bubble-wrapper .sf-card-footer > div:nth-child(1) {
  height: 65px;
}
.sf-card-carousel-answer {
  background-color: #f3f8fd;
  padding: 12px;
  border-radius: 0px 12px 12px 12px !important;
  word-break: break-word;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.product-compare-answer {
  margin-bottom: 10px;
}
.sfchatbot-template4-bubble-wrapper .sf-card-body img {
  width: 100% !important;
  height: 100%;
}
.sfchatbot-template4-bubble-wrapper .sf-card-body.custom-carousel img {
  /* width: auto !important; */
  /* height: 50%; */
}
a.sf-extlnk.class {
  display: contents;
}

.sf-chatmodal {
    position: absolute;
    /* z-index: 999999999; */
    top: 0;
    left: 0;
    /* visibility: hidden; */
    width: 100%;
    height: 100%;
}

.sf-chatmodal-overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    /* visibility: hidden;
    opacity: 0; */
    -webkit-transition: visibility 0s linear .3s,opacity .3s;
    transition: visibility 0s linear .3s,opacity .3s
}

.sf-chatmodal-body{
    position: absolute;
    margin: 0 auto;
    width: 80%;
    top: 33%;
    left: 10%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.5em rgba(0,0,0,.35);
    box-shadow: 0 0 1.5em rgba(0,0,0,.35);
    text-align: center;
    border-radius: 5px;
    color: #666;
}

.sf-chatmodal-content{
    padding: 1em;
}

.sf-chatmodal-btn{
    width: 80%;
    border-radius: 22.5px!important;
    border: none;
    list-style: none;
    display: inline-block;
    padding: 11px 16px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.sf-confirm{
    background: #007ac4 !important;
    color: #fff;
}

.sf-cancel{
    background: #d8d8d8;
    color: #666;
}
.email-wrapper{
    padding: 1em;
}
.cross-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px;
  cursor: pointer;
}
.auto-suggestions-block {
    position: absolute;
    left: 1px;
    /* bottom: 65px; */
    bottom: 45px;
    width: 100%;
    max-height: 50vh;
    background-color: white;
    -webkit-box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.06);
    z-index: 100000;
    overflow: hidden;
    overflow-y: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 0% 20px;
    font-size: 13px;
}
.auto-suggestions-block a {
    display: block;
    position: relative;
    padding: 10px 5%;
    color: black;
    border-bottom: .8px solid #f0f0f0;
    text-decoration: none;
}
.auto-suggestions-close {
    position: absolute;
    right: 11px;
    padding: 5px;
    top: 0;
    font-size: 20px;
    color: blue;
    cursor: pointer;
}
.auto-suggestions-block a:hover,.auto-suggestions-block a.selected-auto-suggestion {
    background: #126ac8;
    color: white;
}
.poll-submit-button {
    border: 0;
    padding: 3px 9px;
    outline: 0;
    border-radius: 5px;
    margin-left: 40%;
    cursor: pointer;
}
/*@import "../../src/Components/FeatureComponents/MessageComponents/CardComponent/SFOwlCarousel.css";*/


.sf-message-feedback{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 5px;

}


.sf-message-feedback .sf-time-wrapper{
        /* flex: 1; */
        font-size: 0.8em;
        margin-right:12px;
    }


.sf-message-feedback .sf-thumbs-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
.sf-thumbs{
    height: 32px;
    width: 48px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.sf-thumbs-up{
    background-image : url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='32' viewBox='0 0 43 32' fill='%23fff' stroke='%23f38760'%3E %3Cg fill-rule='evenodd' transform='translate(1 1)'%3E %3Crect width='42' height='31' x='-.5' y='-.5' stroke='%231F1F1F' stroke-opacity='.155' rx='5'/%3E %3Cpath d='M13 20h2v-8h-2v8zm15-7.15c0-.715-.619-1.3-1.375-1.3h-4.338l.653-2.97.02-.209a.952.952 0 0 0-.302-.689L21.93 7l-4.523 4.284A1.238 1.238 0 0 0 17 12.2v6.5c0 .715.619 1.3 1.375 1.3h6.188c.57 0 1.058-.325 1.265-.793l2.076-4.583c.062-.149.096-.305.096-.474v-1.242l-.007-.006.007-.052z'/%3E %3C/g%3E %3C/svg%3E");
}

.sf-thumbs-up:hover ,.sf-thumbs-up.thumbs-filled  {
    background-image : url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='32' viewBox='0 0 43 32' fill='%23fff' stroke='%23367feb'%3E %3Cg fill-rule='evenodd' transform='translate(1 1)'%3E %3Crect width='42' height='31' x='-.5' y='-.5' stroke='%231F1F1F' stroke-opacity='.155' rx='5'/%3E %3Cpath d='M13 20h2v-8h-2v8zm15-7.15c0-.715-.619-1.3-1.375-1.3h-4.338l.653-2.97.02-.209a.952.952 0 0 0-.302-.689L21.93 7l-4.523 4.284A1.238 1.238 0 0 0 17 12.2v6.5c0 .715.619 1.3 1.375 1.3h6.188c.57 0 1.058-.325 1.265-.793l2.076-4.583c.062-.149.096-.305.096-.474v-1.242l-.007-.006.007-.052z'/%3E %3C/g%3E %3C/svg%3E");
}

.sf-thumbs-down{
    background-image : url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='32' viewBox='0 0 43 32' fill='%23fff' stroke='%23f38760'%3E %3Cg fill-rule='evenodd' transform='translate(1 1)'%3E %3Crect width='42' height='31' x='-.5' y='-.5' stroke='%231F1F1F' stroke-opacity='.155' rx='5'/%3E %3Cpath d='M13 20h2v-8h-2v8zm15-7.15c0-.715-.619-1.3-1.375-1.3h-4.338l.653-2.97.02-.209a.952.952 0 0 0-.302-.689L21.93 7l-4.523 4.284A1.238 1.238 0 0 0 17 12.2v6.5c0 .715.619 1.3 1.375 1.3h6.188c.57 0 1.058-.325 1.265-.793l2.076-4.583c.062-.149.096-.305.096-.474v-1.242l-.007-.006.007-.052z'/%3E %3C/g%3E %3C/svg%3E");
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.sf-thumbs-down:hover , .sf-thumbs-down.thumbs-filled{
    background-image : url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='32' viewBox='0 0 43 32' fill='%23fff' stroke='%23367feb'%3E %3Cg fill-rule='evenodd' transform='translate(1 1)'%3E %3Crect width='42' height='31' x='-.5' y='-.5' stroke='%231F1F1F' stroke-opacity='.155' rx='5'/%3E %3Cpath d='M13 20h2v-8h-2v8zm15-7.15c0-.715-.619-1.3-1.375-1.3h-4.338l.653-2.97.02-.209a.952.952 0 0 0-.302-.689L21.93 7l-4.523 4.284A1.238 1.238 0 0 0 17 12.2v6.5c0 .715.619 1.3 1.375 1.3h6.188c.57 0 1.058-.325 1.265-.793l2.076-4.583c.062-.149.096-.305.096-.474v-1.242l-.007-.006.007-.052z'/%3E %3C/g%3E %3C/svg%3E");
}
.elipsis {
    background-image: url(//aware-commons.s3.ap-south-1.amazonaws.com/nhs/chatsdk/v1/elipsis6108acffb478b0dbf30d495fc7ec992e.png);
    margin-left: 10px;
    margin-top: 13px;
}
.custom-button{
    background-color: #005fb9;
    color: white;
    width: 98px;
    height: 32px;
    border-radius: 3px;
    margin: 10px;
}
.previous-button-disabled{
    pointer-events:none;
    background-color:grey;
    opacity:0.5;
}

/***------------------------***/

.sf-carousel-slide {
    top: 0;
    width: 30px;
    height: 32px;
    z-index: 9;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    border: 0;
}
sf-carousel{
padding:12px;
}
.carousel.carousel-slider .control-arrow{
    height: 50px;
    width: 20px;
    top: calc(100% - 190px) !important;
    background : #777;
    color: #fff;
    font-size: 26px;
    padding: 5px;
    position: absolute;
    z-index: 1;
}
.control-prev.control-arrow{
    left : 0;
}

.carousel .control-prev.control-arrow:before {
    margin-left: 0;
}

.control-arrow.control-next{
    right: 0;
}

.carousel .control-next.control-arrow:before {
    margin-left: 2px;
}








/*MEDIA Q*/

@media only screen and (max-width: 768px) {
    .sf-chatbot{
        width: 100% !important;
        right : 0;
        bottom: 1px;
    }

    .sf-footer-wrapper {
        font-size: 0.9em;
        padding: 0 5px;
        
    }

    .sf-bot-icon{
        width: 90px;
        height: 90px;
    }
       .sf-footer-wrapper .sf-footer .sf-footer-right b{
            padding: 8px 2px;
        }
        .sf-footer-wrapper .sf-footer .sf-yesno{
            width: 48px;
            margin-left: 5px;
        }
}

@media only screen and (max-width: 920px) {
    .sf-footer-wrapper {
        font-size: 1em;
    }

    .sf-bot-icon{
        width: 90px;
        height: 90px;
    }

    .sf-yesno{
        width: 50px;
        margin-left: 5px;
    }
}
.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all 0.25s ease-in;transition:all 0.25s ease-in;opacity:.4;position:absolute;z-index:2;top:20px;background:0 0;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:hover{opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:0 0;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all 0.15s ease-in;transition:all 0.15s ease-in;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border 0.15s ease-in;transition:border 0.15s ease-in;display:inline-block;width:80px;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:0}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height 0.15s ease-in;transition:height 0.15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all 0.35s ease-in-out;transition:all 0.35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center;background:#000}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity 0.35s ease-in-out;transition:opacity 0.35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;text-align:center;width:100%}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity 0.25s ease-in;transition:opacity 0.25s ease-in;opacity:.3;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.9);box-shadow:1px 1px 2px rgba(0,0,0,.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}
/*# sourceMappingURL=main.css.map?95d50e773dcd44bc3094-cd51e06f1bcd34fa48f5-349b264eaf04f9bf1e16-main*/