.open-sans {
  font-family: 'Open Sans', sans-serif
}

.josefin {
  font-family: 'Josefin Sans', sans-serif
}

.arvo {
  font-family: 'Arvo', serif
}

.vollkorn {
  font-family: 'Vollkorn', serif
}

.Lato {
  font-family: 'Lato', sans-serif
}

.table-contacts td, th {
  border: 1px solid lightgray;
  padding: 10px;
}

.timezone-icon {
  position: absolute;
  right: 8px;
  top: 8px;
  height: 16px;
  width: 16px;
  cursor: pointer;
}

.b-b-0-i {
  border-bottom: 0 !important;
}

.w-50 {
  width: 50%;
}

@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%)
  }
}

@keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}

.modal-smatest {
  display: none;
  position: fixed;
  z-index: 9999999999999;
  padding-top: 25px;
  padding-bottom: 25px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-smatest {
  background-color: #fefefe;
  margin: auto;
  padding: 5px 15px 15px 15px;
  border: 1px solid #888;
  /* width: 60%; */
  max-width: 80%;
  overflow-x: auto;
  scroll-behavior: smooth;
}

@media (max-width:480px) {
  .modal-content-smatest {
    background-color: #fefefe;
    margin: auto;
    padding: 5px 15px 15px 15px;
    border: 1px solid #888;
    width: 95%;
    max-width: 95%;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
}

.is-selected .pika-button, .has-event .pika-button {
  color: white !important;
  box-shadow: none !important;
}

.close-modal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  /* border: 1px solid #dddddd; */
  text-align: left;
  padding: 8px;
}

.w-auto-i {
  width: auto !important
}

.p-r-15 {
  padding-right: 15px
}

.m-r-5 {
  margin-right: 5px
}

.m-l-5 {
  margin-right: 5px
}

.chat-history-div {
  padding: 12px 16px
}

.menu-options-div {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 99px;
  margin-left: -10px;
  max-height: 250px;
  overflow: hidden;
  transition: all 1s;
  background: white;
  z-index: 9999;
  /* padding: 6px 12px; */
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
  /* display: block; */
  border-radius: 0 8px 0 0;
  opacity: 1;
}

.border-bottom {
  border-bottom: 1px solid lightgray;
}

.menu-option-div {
  padding: 12px;
}

.menu-options-div.close {
  max-height: 0;
  /* display: none; */
}

.p-t-8 {
  padding-top: 8px !important;
}

.p-b-8 {
  padding-bottom: 8px !important;
}

.inline-block {
  display: inline-block;
}

/* Rating CSS */
.rating-stars {
  float: left;
  border: 0;
}

.pika-single {
  max-height: 220px;
  border: 0 !important;
}

.pika-button {
  background: transparent !important;
}

.is-disabled .pika-button {
  background: transparent !important;
  cursor: not-allowed;
}

.pika-lendar {
  width: 100% !important;
  margin: 0 !important;
  padding: 6px;
  box-sizing: border-box;
  min-height: 217px;
  float: none !important
}

.pika-label {
  line-height: 25px !important;
  box-sizing: border-box;
  color: white !important;
  padding: 5px 15px !important;
  margin-right: 5px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.pika-title select {
  opacity: 1 !important;
  height: 25px;
  width: 100%;
  border: 0;
  background: white;
  padding: 4px;
  font-size: 15px !important;
  color: rgba(0, 0, 0, 0.8) !important
}

/* :not(:checked) is a filter, so that browsers that donâ€™t support :checked donâ€™t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesnâ€™t make the test unnecessarily selective */
.rating-stars:not(:checked)>input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}

.rating-stars:not(:checked)>label {
  float: right;
  width: 25px;
  padding: 2px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 22px;
  line-height: 1.2;
  color: #ddd;
  -webkit-font-smoothing: antialiased;
}

.rating-stars:not(:checked)>label:before {
  content: 'â˜… ';
}

.rating-stars>input:checked~label {
  color: #f70;
  text-shadow: 1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0, 0, 0, .5);
  -webkit-font-smoothing: antialiased;
}

.rating-stars:not(:checked)>label:hover,
.rating-stars:not(:checked)>label:hover~label {
  color: gold;
  text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating-stars>input:checked+label:hover,
.rating-stars>input:checked+label:hover~label,
.rating-stars>input:checked~label:hover,
.rating-stars>input:checked~label:hover~label,
.rating-stars>label:hover~input:checked~label {
  color: #ea0;
  text-shadow: 1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
}

.rating-stars>label:active {
  position: relative;
  top: 2px;
  left: 2px;
  -webkit-font-smoothing: antialiased;
}

.star-input {
  display: none;
}

.rating-star-label {
  cursor: pointer;
  font-size: 40px;
  color: yellow;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  float: left;
  @include transition(all .2s);
  @include text-shadow(0 3px 3px darken(#34495e, 5%));
}

.rating-star-label:hover {
  font-size: 50px;
  color: #FFF;
  @include text-shadow(0 0 5px lighten(#34495e, 50%));
}

.rating-star-label::before {
  display: inline;
  width: auto;
  height: auto;
  line-height: 1.4;
  vertical-align: baseline;
  margin-top: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
}

input:checked+.rating-star-label~.rating-star-label:before {
  content: "\f006";
}

#rating-wrapper {
  display: inline-block;

  &:hover {
    label {
      &:before {
        content: "\f005";
      }

      &:hover {
        &~label:before {
          content: "\f006";
        }
      }
    }
  }
}

.question-feedback-div {
  position: absolute;
  right: 5px;
  bottom: -20px;
  padding: 5px 12px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
  opacity: 0.3;
  cursor: pointer;
}

.closed-feedback-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.opacity-1 {
  opacity: 1;
}

.question-feedback-div:hover {
  opacity: 1;
}

.feedback-icon {
  margin-left: 4px;
  margin-right: 4px;
}

.hover-green-border:hover {
  color: green;
  cursor: pointer;
  transition-duration: 0.5s;
}

.hover-green-border:hover,
.hover-green-border:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.red {
  color: red;
}

.green {
  color: green;
}

.hover-red-border:hover {
  color: red;
  cursor: pointer;
  transition-duration: 0.5s;
}

.hover-red-border:hover,
.hover-red-border:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.options-div-smatest {
  position: relative;
}

.feedback-full-div {
  position: absolute;
  top: 60px;
  background: white;
  padding: 15px;
  margin-left: -10px;
  text-align: center;
  z-index: 99;
  overflow-y: hidden;
  max-height: 90px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
}

.white-space-normal {
  white-space: normal !important;
}

.feedback-full-div.closed {
  max-height: 0px;
  padding: 0px !important;
}

.negative-feedback-div {
  position: absolute;
  bottom: 38px;
  background: white;
  padding: 0px;
  margin-left: -10px;
  text-align: center;
  z-index: 99;
  overflow-y: hidden;
  max-height: 150px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  box-shadow: 0px -5px 5pt 0px rgba(0, 0, 0, .15);
}

.appreciation-div {
  position: absolute;
  background: white;
  padding: 0px;
  margin-left: -10px;
  text-align: center;
  z-index: 99;
  overflow-y: hidden;
  max-height: 150px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  box-shadow: 0px -5px 5pt 0px rgba(0, 0, 0, .15);
  height: 40px;
  width: 100%;
  background: white;
}

.negative-feedback-div.closed {
  max-height: 0px;
  padding: 0px !important;
}

.negative-feedback-header {
  float: left;
  width: 100%;
  padding-bottom: 0px;
  padding-top: 10px;
  color: black;
  padding-left: 8px;
  padding-right: 8px;
}

#myProgress {
  width: 100%;
  background-color: white;
  margin-bottom: 10px;
}

#myBar {
  width: 1%;
  height: 3px;
  background-color: green;
}

.feedback-full-div.closed {
  max-height: 0px;
  padding: 0px !important;
}

.closed-feedback-div {
  position: absolute;
  top: 59px;
  background: white;
  padding: 2px 12px;
  margin-left: -10px;
  text-align: center;
  border-top: 1px solid lightgray;
  z-index: 99;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
  border-radius: 0 0 6px 6px;
}

/* End of Rating CSS */
.chat-history-div>label {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

@media (max-width:480px) {
  .m-w-100 {}
}

.arial {
  font-family: Arial, sans-serif
}

.text-underline {
  text-decoration: underline
}

.intl-tel-input .country-list {
  max-width: 310px
}

.intl-tel-input .country-list .country {
  font-size: 13px
}

.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text] .answer-text {
  padding-left: 45px !important
}

.calibri {
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif
}

.p-r-12 {
  padding-right: 12px !important
}

.red {
  color: red !important
}

.limegreen {
  color: limegreen !important
}

.answer-text:focus {
  outline: none !important
}

.upload-button-sb {
  padding: 6px 12px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px !important;
  border-radius: 5px;
  float: none !important;
  display: inline-block;
  cursor: pointer
}

.max-h-225-i {
  max-height: 225px !important
}

[type="date"] .answer-text {
  cursor: pointer;
  background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 99% 50% no-repeat !important
}

[type="date"] .answer-text ::-webkit-inner-spin-button {
  display: none
}

[type="date"] .answer-text ::-webkit-calendar-picker-indicator {
  opacity: 0
}

.contact-div-smatest>a>span {
  float: left;
  max-width: 80%
}

.bg-lightgray {
  background: lightgray !important
}

.file-url-a {
  color: white !important;
  cursor: pointer
}

.fs-10 {
  font-size: 10px
}

.pac-container {
  z-index: 100000000000 !important
}

.rtl {
  direction: rtl !important;
}

.play-icon {
  position: relative;
  cursor: pointer;
  float: left
}

audio::-webkit-media-controls-seek-back-button {
  width: 0;
  display: none
}

audio::-webkit-media-controls-seek-forward-button {
  width: 0;
  display: none
}

audio::-webkit-media-controls-fullscreen-button {
  width: 0;
  display: none
}

audio::-webkit-media-controls-rewind-button {
  width: 0;
  display: none
}

audio::-webkit-media-controls-return-to-realtime-button {
  width: 0;
  display: none
}

audio::-webkit-media-controls-toggle-closed-captions-button {
  width: 0;
  display: none
}

.audio-player {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 5px
}

.play-icon span {
  position: absolute;
  display: inline-block;
  background: url(https://s3.ap-south-1.amazonaws.com/custpostimages/sb_images/play_btn.png);
  height: 100%;
  width: 100%;
  top: 40%;
  left: 45%;
  background-size: 50px 50px;
  background-repeat: no-repeat
}

.launcher-label-div {
  position: fixed;
  bottom: 70px;
  right: 0;
  padding: 8px 15px;
  border-radius: 12px;
  border: 1px solid lightgray;
  background: #FFF;
  max-width: 200px;
  min-width: 130px;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.launcher-label-div:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 16px;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 0;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.no-pointer-events {
  pointer-events: none
}

.launcher-label-div:before {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 15px;
  border-style: solid;
  border-width: 9px 9px 0;
  border-color: lightgray transparent;
  display: block;
  width: 0;
  z-index: 0;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.launcher-label-div>label {
  line-height: 1.3 !important;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.launcher-label-rm-div {
  position: fixed;
  bottom: 100px;
  right: 0;
  padding: 8px 15px;
  border-radius: 12px;
  border: 1px solid lightgray;
  background: #FFF;
  max-width: 200px;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.launcher-label-rm-div:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 16px;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 0;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.launcher-label-rm-div:before {
  content: "";
  position: absolute;
  bottom: -9px;
  right: 15px;
  border-style: solid;
  border-width: 9px 9px 0;
  border-color: lightgray transparent;
  display: block;
  width: 0;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  padding: 0 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.launcher-label-rm-div>label {
  line-height: 1.3 !important;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.launcher-label-lb-div {
  position: fixed;
  bottom: 70px;
  left: 0;
  padding: 8px 15px;
  border-radius: 12px;
  border: 1px solid lightgray;
  background: #FFF;
  max-width: 200px;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.launcher-label-lb-div:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 16px;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 0;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.launcher-label-lb-div:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 15px;
  border-style: solid;
  border-width: 9px 9px 0;
  border-color: lightgray transparent;
  display: block;
  width: 0;
  z-index: 0;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.launcher-label-lb-div>label {
  line-height: 1.3 !important;
  font-weight: 400 !important;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.cancel-button-sb {
  padding: 6px 12px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px !important;
  border-radius: 5px;
  float: none !important;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.file-name-sb {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  word-break: break-all
}

.radio-slide-label {
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 40px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  padding: 10px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
  text-align: center;
  cursor: pointer;
  color: black !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: auto;
}

.smat-branding-a {
  color: #1094d1 !important;
  text-decoration: none !important
}

.comfortaa {
  font-family: 'Comfortaa', cursive
}

.file-input-div>input[type="file"i] {
  display: none
}

.satisfy {
  font-family: 'Satisfy', cursive
}

.shadows-into-light {
  font-family: 'Shadows Into Light', cursive
}

.times-new-roman {
  font-family: Times New Roman
}

.caveat {
  font-family: 'Caveat', cursive
}

.pompiere {
  font-family: 'Pompiere', cursive
}

.inherit {
  font-family: inherit
}

@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  src: url(https://s3.amazonaws.com/smatbot/fonts/Comfortaa-Bold.ttf) format('truetype')
}

@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 300;
  src: url(https://s3.amazonaws.com/smatbot/fonts/Comfortaa-Light.ttf) format('truetype')
}

.comfortaa {
  font-family: "Comfortaa", Fallback, sans-serif
}

.gsrt {
  background: transparent !important
}

.dance-script {
  font-family: 'Dancing Script', cursive
}

.p-r-0 {
  padding-right: 0px !important
}

.pointer {
  cursor: pointer
}

.other-pointer {
  cursor: pointer
}

.m-l-40 {
  margin-left: 40px
}

.tw-data-text {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.m-t-10 {
  margin-top: 10px
}

.m-t-0 {
  margin-top: 0 !important
}

.m-t-5 {
  margin-top: 5px !important
}

.padding-0-i {
  padding: 0 !important;
}

.height-25 {
  height: 25px !important
}

label>p {
  margin-top: 5px;
  margin-bottom: 5px
}

font {
  line-height: 100%
}

.options-smatest p {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0 !important;
  max-width: 90%
}

.options-smatest-checkbox p {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0 !important;
  max-width: 90%
}

.youtube-iframe-div {
  max-width: 100%;
  min-height: 220px;
  border: 0px;
  border-radius: 5px;
  width: 100%;
}

.options-div-smatest p {
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 100%;
  line-height: 1.4 !important
}

.options-div-smatest a {
  color: #2ea3f2;
}

.special-day {
  position: absolute;
  width: 100%;
  z-index: 1;
  background: white;
  text-align: center;
  min-height: 280px;
  margin-left: -10px;
  margin-top: -10px;
  background: rgba(0, 0, 0, .5)
}

.iframe-div {
  width: 400px;
  height: 500px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999999999;
  display: contents
}

.iframe-div-common {
  position: fixed;
  right: 5px;
  bottom: 15px;
  z-index: 0
}

@media screen and (max-width:480px) {
  .iframe-div {
    width: 95%;
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 999999999999
  }

  .launcher-label-lb-div>label {
    height: 22px;
    line-height: 22px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4 !important;
    letter-spacing: 0.05px;
  }

  .launcher-label-div>label {
    height: 22px;
    line-height: 22px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4 !important;
    letter-spacing: 0.05px;
  }

  .launcher-label-rm-div>label {
    height: 22px;
    line-height: 22px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4 !important;
    letter-spacing: 0.05px;
  }

  iframe {
    height: 100% !important
  }

  .iframe-div-common {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 0;
    height: 96%;
    width: 96%;
    top: 2%;
    left: 2%
  }
}

.consent-div {
  position: absolute;
  bottom: 38px;
  background: white;
  padding: 15px;
  margin-left: -10px;
  text-align: center;
  border-top: 1px solid lightgray;
  z-index: 99
}

@keyframes expand {
  from {
    transform: scale(0);
    transform-origin: left top;
    opacity: 0;
    transition: all .5s ease-in-out
  }
}

.multi-lang-div {
  position: absolute;
  top: 59px;
  background: white;
  padding: 15px;
  margin-left: -10px;
  text-align: center;
  border-top: 1px solid lightgray;
  z-index: 99;
  animation: expand .5s ease-in-out;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
}

.slideup, .slidedown {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.8s ease-in-out;
  -moz-transition: max-height 0.8s ease-in-out;
  -o-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out
}

.slidedown {
  max-height: 135px
}

.scale-1 {
  transform: scaleY(1) !important
}

.consent-label {
  float: left;
  width: 100%;
  text-align: left;
  color: dimgray;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.negative-feedback-label {
  float: left;
  width: calc(100% - 25px);
  text-align: left;
  color: dimgray;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
  font-size: 14px;
  color: black;
  font-weight: bold;
}

.consent-btn {
  padding: 8px 12px !important;
  margin-bottom: 0 !important
}

.white-space-normal {
  white-space: normal
}

.inner-special-div {
  padding: 10px 15px;
  float: left;
  width: 100%;
  min-height: 280px;
  background: url(https://s3.ap-south-1.amazonaws.com/custpostimages/ss_images/crackers.gif);
  background-size: 100% 100%
}

.inner-special-div label {
  line-height: 280px;
  font-size: 26px;
  font-weight: 700;
  color: cyan;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.bottom-11 {
  bottom: 11px
}

.bottom-36 {
  bottom: 36px
}

.text-white {
  color: white
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0)
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0)
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0)
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0)
  }
}

.pulse-div {
  width: 250px;
  height: 150px;
  position: fixed;
  left: auto !important;
  right: 15px !important;
  bottom: 15px;
  z-index: 999999999999999 !important;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: transparent
}

.pulse-div-before {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999999999999999;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: transparent
}

.pulse-lb-div {
  width: 200px;
  height: 150px;
  position: fixed;
  left: 15px;
  bottom: 15px;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: transparent;
  z-index: 999999999999999
}

.pulse-lb-div-before {
  width: 100px;
  height: 100px;
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 999999999999999;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: transparent
}

.pulse-rm-div {
  width: 200px;
  height: 150px;
  position: fixed;
  bottom: 40%;
  top: 40%;
  z-index: 999999999999999;
  right: 15px;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: transparent
}

.pulse-rm-div-before {
  width: 100px;
  height: 100px;
  position: fixed;
  bottom: 40%;
  top: 40%;
  right: 15px;
  z-index: 999999999999999;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: transparent
}

.pulse-rm-other-div {
  width: 200px;
  height: 150px;
  position: fixed;
  right: 15px;
  z-index: 999999999999999;
  bottom: 15px;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: transparent
}

.pulse-btn {
  -webkit-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1)
}

.icon-special {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 10px;
  cursor: pointer
}

.width-25 {
  width: 25px !important
}

.padding-15 {
  padding: 15px !important
}

.bg-green-gradient {
  background: linear-gradient(45deg, #ff00cc, #333399) !important
}

.logo-smatest {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 1px;
  display: inline-block;
  float: left;
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.m-w-100 {
  max-width: 100%
}

.extra-help-icon {
  height: 24px;
  width: 24px;
  margin-top: 7px;
  margin-bottom: 7px
}

.extra-help-a {
  width: 20%;
  text-align: center;
  float: left
}

.smat-div {
  position: fixed;
  z-index: 99999999999999;
  bottom: 0;
  right: 0;
  border-radius: 40px;
  background: #fff;
  padding: 0;
  border: 1px solid lightgray;
  box-sizing: border-box;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15)
}

.smat-div-before {
  position: fixed;
  z-index: 99999999999999;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  border: 1px solid lightgray;
  box-sizing: border-box
}

.smat-other-div {
  position: fixed;
  z-index: 99999999999999;
  bottom: 0;
  right: 0;
  border-radius: 40px;
  background: #fff;
  padding: 0 0 0 0;
  border: 1px solid lightgray;
  box-sizing: border-box;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15)
}

.bg-header-one {
  background-image: url(https://s3.ap-south-1.amazonaws.com/custpostimages/bot_backgrounds/bg_bot1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed
}

.bg-header-two {
  background-image: url(https://s3.ap-south-1.amazonaws.com/custpostimages/bot_backgrounds/bg_bot2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed
}

.bg-header-three {
  background-image: url(https://s3.ap-south-1.amazonaws.com/custpostimages/bot_backgrounds/bg_bot3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed
}

.bg-header-four {
  background-image: url(https://s3.ap-south-1.amazonaws.com/custpostimages/bot_backgrounds/bg_bot4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed
}

.bg-header-five {
  background-image: url(https://s3.ap-south-1.amazonaws.com/custpostimages/bot_backgrounds/bg_bot5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed
}

.bg-header-six {
  background-image: url(https://s3.ap-south-1.amazonaws.com/custpostimages/bot_backgrounds/bg_bot6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed
}

.bg-header-seven {
  background-image: url(https://s3.ap-south-1.amazonaws.com/custpostimages/bot_backgrounds/bg_bot7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed
}

.bg-header-eight {
  background-image: url(https://s3.ap-south-1.amazonaws.com/custpostimages/bot_backgrounds/bg_bot8.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed
}

.bg-header-nine {
  background-image: url(https://s3.ap-south-1.amazonaws.com/custpostimages/bot_backgrounds/bg_bot9.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed
}

.bg-header-ten {
  background-image: url(https://s3.ap-south-1.amazonaws.com/custpostimages/bot_backgrounds/bg_bot10.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed
}

.bg-header-eleven {
  background-image: url(https://s3.ap-south-1.amazonaws.com/custpostimages/bot_backgrounds/bg_bot11.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed
}

.bg-header-twelve {
  background-image: url(https://s3.ap-south-1.amazonaws.com/custpostimages/bot_backgrounds/bg_bot12.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed
}

.bg-header-thirteen {
  background-image: url(https://s3.ap-south-1.amazonaws.com/custpostimages/bot_backgrounds/bg_bot13.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: fixed
}

.smat-rm-div {
  position: fixed;
  z-index: 99999999999999;
  bottom: 40%;
  top: 40%;
  height: 57px;
  vertical-align: middle;
  right: 0;
  border-radius: 40px;
  background: #fff;
  padding: 0;
  border: 1px solid lightgray;
  box-sizing: border-box;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15)
}

.smat-rm-div-before {
  position: fixed;
  z-index: 99999999999999;
  bottom: 40%;
  top: 40%;
  height: 57px;
  vertical-align: middle;
  right: 0;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  border: 1px solid lightgray;
  box-sizing: border-box
}

.smat-rm-other-div {
  position: fixed;
  z-index: 99999999999999;
  bottom: 0;
  height: 57px;
  vertical-align: middle;
  right: 0;
  border-radius: 40px;
  background: #fff;
  padding: 0;
  border: 1px solid lightgray;
  box-sizing: border-box;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15)
}

.smat-lb-div {
  position: fixed;
  z-index: 99999999999999;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  background: #fff;
  padding: 0;
  border: 1px solid lightgray;
  box-sizing: border-box;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15)
}

.smat-lb-div-before {
  position: fixed;
  z-index: 99999999999999;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  border: 1px solid lightgray;
  box-sizing: border-box
}

.smat-lb-other-div {
  position: fixed;
  z-index: 99999999999999;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  background: #fff;
  padding: 0;
  border: 1px solid lightgray;
  box-sizing: border-box;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15)
}

.loader-image {
  height: 50px
}

.pull-left {
  float: left
}

.full-width {
  width: 100%
}

.full-height {
  height: 100%
}

.border-0 {
  border: 0
}

.text-center {
  text-align: center
}

.smat-main-btn {
  padding: 1px;
  color: #fff;
  border-radius: 50%;
  border: 0;
  width: 55px;
  height: 55px;
  cursor: pointer;
  float: right;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0 !important
}

.smat-main-btn-before {
  padding: 1px;
  color: #fff;
  border-radius: 50%;
  border: 0;
  width: 55px;
  height: 55px;
  cursor: pointer;
  float: right;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0 !important
}

.smat-div:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #2ecc71;
  top: 2px;
  right: 40px
}

.smat-rm-div:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #2ecc71;
  top: 2px;
  right: 40px
}

.smat-lb-div:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #2ecc71;
  top: 2px;
  left: 40px
}

.smat-main-lb-btn {
  padding: 1px;
  color: #fff;
  border-radius: 50%;
  border: 0;
  width: 55px;
  height: 55px;
  cursor: pointer;
  float: left;
  font-weight: 500
}

.launcher-label-smatest {
  float: left;
  line-height: 18px;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  color: #455a64;
  margin-top: 2px;
  margin-bottom: 3px;
  text-transform: none !important;
  padding-bottom: 0 !important;
  max-width: 170px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.question-div-smatest {
  padding: 0;
  float: left;
  width: 100%;
  vertical-align: middle;
  margin-top: 5px;
  box-sizing: border-box;
  display: flex;
  text-align: left;
  margin-bottom: 5px;
  transition: 0.5s;
  position: relative;
  top: 15px
}

.top-0 {
  top: 0 !important;
}

.question-div-smatest label {
  font-weight: 400 !important;
  position: relative;
  transform: none;
  left: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.question-icon-smatest {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: 0;
  float: left;
  max-width: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 0
}

.question-icon-div {
  float: left;
  position: relative;
  width: 30px;
  margin-left: 5px;
  margin-right: 5px
}

.confirm-btn-smatest {
  color: white !important;
  padding: 6px 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  border: 0;
  font-weight: 500;
  text-transform: none !important
}

.confirm-btn-smatest:hover {
  opacity: 0.8;
}

.confirm-btn-smatest-slides {
  padding: 6px 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  border: 0
}

.confirm-btn-smatest-slides:hover {
  opacity: 0.8;
}

.opened-div {
  position: fixed;
  z-index: 99999999999999;
  bottom: 80px;
  right: 15px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
  width: 360px;
  box-sizing: border-box;
  -webkit-animation: fadeIn 500ms;
  -moz-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
  height: calc(100% - 100px - 80px);
}

.opened-middle-div {
  position: fixed;
  z-index: 99999999999999;
  bottom: 6%;
  top: 7%;
  left: 33%;
  666 right: 33%;
  border-radius: 6px;
  ;
  background-color: #fff;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
  width: 360px;
  box-sizing: border-box;
  -webkit-animation: fadeIn 500ms;
  -moz-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
}

.options-div-smatest {
  max-width: 80%;
  color: black;
  border-radius: 20px 20px 20px 0;
  padding: 9px 16px;
  float: left;
  min-width: 75%;
  box-sizing: border-box;
  -webkit-animation: fadeIn 500ms;
  -moz-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
}

.options-div-smatest span {
  line-height: 1.4 !important
}

.b-r-0-12 {
  border-radius: 0 20px 20px 0
}

.options-div-smatest .radio-div label {
  padding: 6px 12px !important;
  border-width: 2px !important;
  display: inline-block !important;
  float: none !important;
  width: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
  margin-top: 5px;
}

.options-div-smatest label {
  margin-bottom: 0;
  text-transform: none !important;
  padding-right: 0px !important;
  float: left;
  line-height: 20px;
  font-weight: 400 !important;
  word-break: break-word;
  width: 98%;
  position: relative;
  transform: none;
  left: 0;
  line-height: 1.4 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.question-img-smatest {
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 5px;
  min-height: 150px;
  max-height: 256px
}

.opened-rm-div {
  position: fixed;
  z-index: 99999999999999;
  bottom: 80px;
  vertical-align: middle;
  right: 15px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
  width: 360px;
  box-sizing: border-box;
  -webkit-animation: fadeIn 500ms;
  -moz-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
  height: calc(100% - 100px - 80px);
}

.opened-lb-div {
  position: fixed;
  z-index: 99999999999999;
  bottom: 80px;
  left: 15px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
  width: 360px;
  box-sizing: border-box;
  height: calc(100% - 100px - 80px);
}

.header-div {
  padding: 10px 15px 12px 12px;
  min-width: 200px;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  float: left;
  width: 100%;
  height: 60px;
}

.company-name-smatest {
  float: left;
  max-width: 60%;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 !important;
  clear: none;
}

.main-label {
  max-width: 270px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 15px;
  line-height: 25px;
  vertical-align: middle;
  min-width: 250px;
  margin-bottom: 0;
  box-sizing: border-box;
  color: #455a64;
  height: 24px;
  cursor: pointer;
  text-transform: none !important;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
}

.question-text {
  padding: 9px 15px;
  border-radius: 20px 20px 20px 0;
  margin-bottom: 0;
  max-width: 70%;
  overflow-wrap: break-word;
  vertical-align: middle;
  display: inline-block
}

.m-b-0 {
  margin-bottom: 0
}

.fs-16 {
  font-size: 16px
}

.m-b-10 {
  margin-bottom: 10px
}

.close-icon {
  display: inline-block;
  float: right;
  background: url(https://s3.ap-south-1.amazonaws.com/custpostimages/ss_images/close_icon.png);
  cursor: pointer;
  width: 26px;
  height: 26px;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 50%;
  background-size: 23px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: 50%
}

.reload-icon {
  display: inline-block;
  background: url(https://s3.ap-south-1.amazonaws.com/custpostimages/ss_images/reload-icon.png);
  cursor: pointer;
  width: 26px;
  height: 26px;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
  float: right
}

.sound-icon {
  display: inline-block;
  background: url(https://custpostimages.s3.ap-south-1.amazonaws.com/sb_images/sound_on.png);
  cursor: pointer;
  width: 26px;
  height: 26px;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
  float: right;
  margin-right: 6px
}

.sound-off-icon {
  display: inline-block;
  background: url(https://custpostimages.s3.ap-south-1.amazonaws.com/sb_images/sound_off.png);
  cursor: pointer;
  width: 26px;
  height: 26px;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
  float: right;
  margin-right: 6px
}

.reload-icon-frame {
  display: inline-block;
  background: url(https://s3.ap-south-1.amazonaws.com/custpostimages/ss_images/reload-icon.png);
  cursor: pointer;
  width: 26px;
  height: 26px;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
  float: right
}

.more-icon {
  font-size: 16px;
  float: right;
  background: url(https://s3.ap-south-1.amazonaws.com/custpostimages/ss_images/more_icon.png);
  cursor: pointer;
  width: 28px;
  height: 28px;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  background-size: 25px;
  background-position: 50%
}

.icon-header-div {
  float: right;
  text-align: center
}

.bot-mic-icon {
  display: inline-block;
  background: url(https://s3.ap-south-1.amazonaws.com/custpostimages/ss_images/bot_mic.png);
  background-color: white;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border: 2px solid white;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
  float: right;
}

.bot-mic-white-icon {
  display: inline-block;
  background: url(https://s3.ap-south-1.amazonaws.com/custpostimages/ss_images/bot_mic_white.png);
  background-color: black;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border: 2px solid white;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
  float: right;
}

.slides-random {
  border: 0 !important;
  width: 100%;
  max-width: 100% !important
}

.w-98-i-botest {
  width: 98% !important
}

@-webkit-keyframes bottomToUp {
  from {
    -webkit-transform: translateY(50px)
  }
}

@keyframes bottomToUp {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
  }
}

.body-div {
  padding: 10px 10px 15px 10px;
  border-radius: 0 0 6px 6px;
  float: left;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  direction: ltr;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.body-div::-webkit-scrollbar {
  width: 5px !important;
  background-color: #f5f5f5;
  border-radius: 10px
}

.body-div::-webkit-scrollbar-thumb {
  background-color: #716e6e;
  border-radius: 5px
}

.body-div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #f5f5f5
}

.quantity-select-order-label {
  max-width: calc(80% - 10px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 18px !important;
  margin-top: 5px;
  text-align: left;
}

.order-summary-item {
  float: left;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}

.order-summary-label {
  font-size: 16px !important;
  font-weight: bold !important;
  float: left;
  max-width: calc(60% - 5px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px !important;
}

.order-summary-price {
  font-size: 16px !important;
  float: right;
  max-width: 40%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  margin-bottom: 5px;
}

.order-summary-item-price {
  font-size: 16px !important;
  float: left;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

.footer-div {
  width: 100%;
  padding: 10px;
  bottom: 55px;
  float: left;
  right: 15px;
  /* border-top: 1px solid lightgray; */
  box-sizing: border-box;
  font-size: 1px;
  background: white;
  overflow-y: hidden;
  max-height: 310px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  font-weight: normal !important;
  text-shadow: none !important;
  padding-left: 10px !important;
  position: unset !important;
  top: 0 !important;
  opacity: 1 !important;
}

.footer-div.close {
  /* max-height: 0; */
  transition: all 1s;
}

.smat-footer {
  width: 100%;
  padding: 6px 8px;
  bottom: 15px;
  float: left;
  text-align: center;
  height: 39px;
  line-height: 22px;
  font-size: 12px;
  right: 15px;
  border-radius: 0 0 6px 6px;
  background: white;
  color: black
}

#pac-container-botest {
  padding-bottom: 12px;
  margin-right: 12px
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px
}

.pac-controls label {
  font-weight: 300;
  text-transform: none !important;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
}

#pac-input-botest {
  background-color: #fff;
  font-weight: 300;
  text-overflow: ellipsis
}

#pac-input-botest:focus {
  border-color: #4d90fe
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px
}

.answer-div {
  width: 100%;
  float: right;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  top: 15px;
  transition: 0.5s;
}

label {
  font-weight: 400;
  text-transform: none !important
}

.opened-rm-div .body-div {
  padding: 10px 10px 15px 10px;
  border-radius: 0 0 6px 6px;
  float: left;
  width: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  direction: ltr;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.answer-label {
  margin-bottom: 0;
  padding: 9px 16px;
  border-radius: 20px 20px 0 20px;
  -webkit-font-smoothing: antialiased;
  float: right;
  max-width: 80%;
  overflow-wrap: break-word;
  vertical-align: middle;
  display: inline-block;
  border: 0;
  position: relative;
  transform: none;
  left: 0;
  border: 0 !important;
  -webkit-animation: fadeIn 500ms;
  -moz-animation: fadeIn 500ms;
  animation: fadeIn 500ms;
}

.pac-container-thopest {
  z-index: 999999999999999 !important;
  font-family: 'Open Sans', sans-serif;
  min-height: 200px;
  max-height: 300px;
  bottom: 177px !important;
  border-top: 0 !important;
  position: fixed !important;
  top: calc(100% - 380px) !important;
}

.pac-container-unique-user {
  z-index: 999999999999999 !important;
  font-family: 'Open Sans', sans-serif;
  min-height: 30%;
  max-height: 35%;
  top: 370px !important;
  bottom: 150px !important;
  border-top: 0 !important;
  position: fixed !important
}

.enter-icon {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 10px !important;
  cursor: pointer
}

.feedback-enter-icon {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 29px;
  cursor: pointer
}

.menu-icon {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 10px !important;
  cursor: pointer;
  margin-right: 5px;
}

.radio-botest {
  margin-right: 10px !important;
  float: left;
  margin-top: 0;
  font-size: 18px;
  display: none !important
}

.radio-box-botest {
  margin-right: 10px !important;
  float: left;
  margin-top: 0;
  font-size: 18px;
  display: none !important
}

.options-smatest {
  width: 85%;
  margin-bottom: 0;
  margin-top: 5px;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
}

.options-smatest:hover {
  opacity: 0.8;
}

.options-smatest-checkbox {
  width: 85%;
  margin-bottom: 0;
  margin-top: 5px;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
}

.options-smatest-checkbox:hover {
  opacity: 0.8;
}

.slides-options-smatest {
  width: 95%;
  margin-bottom: 0;
  margin-top: 5px;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  font-size: 18px;
  margin-top: 10px;
  float: left
}

.slides-option-div-smatest {
  float: left;
  max-width: 81%;
  min-width: 80%
}

.rating-div {
  padding: 6px;
  float: left !important;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  width: auto !important
}

.rating-img {
  width: 30px;
  height: 30px;
  margin-bottom: 2px
}

.rating-p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px
}

.slider-smatest {
  -webkit-appearance: none;
  width: 68% !important;
  height: 15px;
  background: #d3d3d3;
  outline: 0;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 5px;
  float: left;
  margin-top: 3px
}

.slider-smatest:hover {
  opacity: 1
}

.slider-smatest::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #1094d1;
  cursor: pointer;
  border-radius: 5px
}

.slider-smatest::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #1094d1;
  cursor: pointer;
  border-radius: 5px
}

.range-value {
  float: left;
  width: 12% !important;
  margin-right: 1%;
  margin-left: 1%
}

.simple-label-smatest {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 15px !important;
  color: #455a64;
  text-transform: none !important;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.simple-label-smatest-other {
  float: left;
  width: 35%;
  text-align: center;
  display: inline-block;
  color: orange !important;
  line-height: 30px;
  text-transform: none !important;
  position: relative;
  transform: none;
  -webkit-font-smoothing: antialiased;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.confirm-btn-smatest-other {
  color: white;
  padding: 6px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  border: 0;
  font-weight: 500;
  float: left;
  text-transform: none !important;
}

.confirm-btn-smatest-other:hover {
  opacity: 0.8;
}

.contact-list-btn {
  color: white;
  padding: 6px 10px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  border: 0;
  font-weight: 500;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-transform: none !important;
}

.contact-list-btn:hover {
  opacity: 0.8;
}

.location-box {
  border-radius: 5px;
  border: 1px solid lightgray;
  height: 200px;
  display: inline-block;
  max-width: 300px;
  margin-top: 5px;
}

.location-box>img {
  height: 140px;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

div {
  box-sizing: border-box
}

button {
  line-height: 1.15;
  cursor: pointer
}

a {
  text-decoration: none
}

.contact-div-smatest {
  border-radius: 25px;
  border: 1px solid #1094d1;
  padding: 8px 15px;
  width: 98%;
  margin-top: 10px;
  margin-bottom: 5px;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
}

.contact-div-smatest a {
  line-height: 27px
}

.confirm-btn-div-slides-smatest {
  float: left;
  text-align: center;
  width: 100%
}

.confirm-btn-div-slides-smatest:hover {
  opacity: 0.8;
}

.contact-icon-smatest {
  width: 25px;
  height: 25px;
  float: right
}

.text-black {
  color: black
}

.text-blue {
  cursor: pointer
}

.options-smatest span {
  float: left;
  width: 95%
}

.options-smatest-checkbox span {
  float: left;
  width: 75%
}

.spinner1-smatest {
  height: 36px;
  text-align: center;
  display: block;
  padding: 12px 15px;
  border-radius: 20px 20px 20px 0;
  float: left;
  color: rgb(68, 68, 68) !important;
}

.spinner1-smatest>div {
  width: 10px;
  height: 10px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 100%;
  float: left;
  display: inline-block;
  opacity: 0.4;
}

.spinner1-smatest .bounce1 {
  -webkit-animation: 1s blink infinite 0.3333s;
  animation: 1s blink infinite 0.3333s
}

.spinner1-smatest .bounce2 {
  -webkit-animation: 1s blink infinite 0.6666s;
  animation: 1s blink infinite 0.6666s
}

.spinner1-smatest .bounce3 {
  -webkit-animation: 1s blink infinite 0.9999s;
  animation: 1s blink infinite 0.9999s
}

@-webkit-keyframes blink {
  50% {
    opacity: 1
  }
}

@keyframes blink {
  50% {
    opacity: 1
  }
}

@-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)
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width:480px) {
  .pulse-div {
    width: 60px !important;
    height: 60px !important;
  }

  .pulse-lb-div {
    width: 60px !important;
    height: 60px !important;
  }

  .pulse-rm-div {
    width: 60px !important;
    height: 60px !important;
  }

  .opened-div {
    position: fixed;
    z-index: 99999999999999;
    bottom: 2%;
    right: 2%;
    top: 2%;
    left: 2%;
    vertical-align: middle;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
    width: 96%;
    height: 96%;
    box-sizing: border-box;
    -webkit-animation: fadeIn 500ms;
    -moz-animation: fadeIn 500ms;
    animation: fadeIn 500ms;
  }

  .full-mobile-div {
    bottom: 0% !important;
    top: 0% !important;
    right: 0% !important;
    left: 0% !important;
    height: 100% !important;
    width: 100% !important
  }

  .opened-rm-div {
    position: fixed;
    z-index: 99999999999999;
    bottom: 8%;
    right: 2%;
    top: 8%;
    left: 2%;
    vertical-align: middle;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
    width: 96%;
    height: 84%;
    box-sizing: border-box;
    -webkit-animation: fadeIn 500ms;
    -moz-animation: fadeIn 500ms;
    animation: fadeIn 500ms;
  }

  .opened-lb-div {
    position: fixed;
    z-index: 99999999999999;
    bottom: 1%;
    right: 1%;
    top: 1%;
    left: 1%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
    width: 98%;
    height: 98%;
    box-sizing: border-box
  }

  .opened-frame-div {
    position: fixed;
    z-index: 99999999999999;
    bottom: .5%;
    right: .5%;
    top: .5%;
    left: .5%;
    vertical-align: middle;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
    width: 99%;
    height: 99%;
    box-sizing: border-box
  }

  .opened-rm-frame-div {
    position: fixed;
    z-index: 99999999999999;
    bottom: .5%;
    right: .5%;
    top: .5%;
    left: .5%;
    vertical-align: middle;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
    width: 99%;
    height: 89%;
    box-sizing: border-box
  }

  .opened-lb-frame-div {
    position: fixed;
    z-index: 99999999999999;
    bottom: .5%;
    right: .5%;
    top: .5%;
    left: .5%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
    width: 99%;
    height: 99%;
    box-sizing: border-box
  }

  .body-div {
    padding: 10px;
    border-radius: 0 0 6px 6px;
    float: left;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    direction: ltr;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }

  .body-frame-div {
    padding: 10px;
    border-radius: 0 0 6px 6px;
    float: left;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }

  .body-frame-web-div {
    padding: 10px;
    border-radius: 0 0 6px 6px;
    float: left;
    width: 100%;
    height: 80%;
    max-height: 71%;
    min-height: 71%;
    overflow-y: auto;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }

  .height-74 {
    height: 74%
  }

  .height-80 {
    height: 80%
  }

  .pac-container-thopest {
    z-index: 999999999999999 !important;
    font-family: 'Open Sans', sans-serif;
    min-height: 70%;
    top: 10% !important;
    bottom: 100px !important;
    border-bottom: 1px solid #d9d9d9 !important
  }

  .question-icon-smatest {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 0;
    float: left;
    max-width: 100%;
    position: absolute;
    bottom: 0
  }

  .m-l-40 {
    margin-left: 40px
  }
}

@media screen and (max-height:480px) {
  .opened-div {
    position: fixed;
    z-index: 99999999999999;
    bottom: 1%;
    right: 1%;
    top: 1%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
    height: 98%;
    box-sizing: border-box;
    -webkit-animation: fadeIn 500ms;
    -moz-animation: fadeIn 500ms;
    animation: fadeIn 500ms;
  }

  .opened-rm-div .body-div {
    min-height: auto !important;
    direction: ltr;
    overflow-x: hidden;
  }

  .question-icon-smatest {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: 0;
    float: left;
    max-width: 100%;
    position: absolute;
    bottom: 0
  }

  .m-l-40 {
    margin-left: 40px
  }

  .opened-rm-div {
    position: fixed;
    z-index: 99999999999999;
    bottom: 1%;
    right: 1%;
    top: 1%;
    left: 1%;
    vertical-align: middle;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
    height: 98%;
    box-sizing: border-box;
    -webkit-animation: fadeIn 500ms;
    -moz-animation: fadeIn 500ms;
    animation: fadeIn 500ms;
  }

  .opened-lb-div {
    position: fixed;
    z-index: 99999999999999;
    bottom: 1%;
    top: 1%;
    left: 1%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
    height: 98%;
    box-sizing: border-box
  }

  .opened-frame-div {
    position: fixed;
    z-index: 99999999999999;
    bottom: .5%;
    right: .5%;
    top: .5%;
    left: .5%;
    vertical-align: middle;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
    width: 99%;
    height: 99%;
    box-sizing: border-box
  }

  .opened-rm-frame-div {
    position: fixed;
    z-index: 99999999999999;
    bottom: .5%;
    right: .5%;
    top: .5%;
    left: .5%;
    vertical-align: middle;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
    width: 99%;
    height: 89%;
    box-sizing: border-box
  }

  .opened-lb-frame-div {
    position: fixed;
    z-index: 99999999999999;
    bottom: .5%;
    right: .5%;
    top: .5%;
    left: .5%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15);
    width: 99%;
    height: 99%;
    box-sizing: border-box
  }

  .body-div {
    padding: 10px;
    border-radius: 0 0 6px 6px;
    float: left;
    overflow-y: auto;
    min-height: auto;
    margin-bottom: 0;
    box-sizing: border-box;
    direction: ltr;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }

  .body-frame-div {
    padding: 10px;
    border-radius: 0 0 6px 6px;
    float: left;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }

  .body-frame-web-div {
    padding: 10px;
    border-radius: 0 0 6px 6px;
    float: left;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
}

.pull-right-i {
  float: right !important;
}

@media screen and (max-height:400px), screen and (max-width:300px) {
  .smat-lb-div {
    display: none !important
  }

  .smat-rm-div {
    display: none !important
  }

  .opened-div {
    display: none
  }
}

input[type=radio]:checked~.check-smatest {
  border: 3px solid #1094d1
}

input[type=radio]:checked~.check-smatest::before {
  background: #1094d1
}

.check-smatest {
  display: none;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  z-index: 5;
  background-color: #e1e1e1;
  border-radius: 50%;
  margin-left: 3px;
  float: left;
  margin-top: 1px;
  margin-right: 10px;
  transition: border .25s linear;
  -webkit-transition: border .25s linear
}

.check-smatest:hover {
  background-color: #a7a7a7;
  cursor: pointer;
  transition-duration: 0.5s;
}

.check-smatest:hover,
.check-smatest:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.check-smatest::before {
  display: block;
  content: '';
  border-radius: 50%;
  height: 12px;
  width: 12px;
  margin-left: -1px;
  margin-top: -1px;
  transition: background .25s linear;
  -webkit-transition: background .25s linear
}

.check-box-smatest {
  display: block;
  height: 15px;
  width: 15px !important;
  background-color: #e1e1e1;
  margin-right: 10px;
  border-radius: 3px;
  margin-top: 3px;
  margin-left: 3px;
  float: left
}

.check-box-smatest:hover {
  background-color: #a7a7a7;
  cursor: pointer;
  transition-duration: 0.5s;
}

.check-box-smatest:hover,
.check-box-smatest:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.check-box-smatest:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (width:361px) {
  .reload-icon {
    float: right !important
  }

  .smat-div {
    display: block !important
  }

  .opened-div {
    position: fixed !important;
    z-index: 99999999999999;
    bottom: 80px !important;
    right: 15px !important;
    border-radius: 10px !important;
    background-color: #fff !important;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, .15) !important;
    width: 360px !important;
    box-sizing: border-box !important;
    left: 0 !important;
    top: 0 !important;
    height: 84% !important;
    -webkit-animation: fadeIn 500ms;
    -moz-animation: fadeIn 500ms;
    animation: fadeIn 500ms;
  }
}

input:checked~.check-box-smatest {
  background-color: #1094d1
}

input:checked~.check-box-smatest:after {
  display: block;
  width: 11px;
  height: 11px;
  padding: 1px
}

.slides-div-smatest {
  border: 1px solid lightgray;
  padding: 5px 0;
  width: 100%;
  margin-right: 7px;
  margin-top: 10px;
  margin-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  background: white;
  border-radius: 10px;
  position: relative
}

.slides-div-smatest:hover .left-div-smat {
  opacity: 1
}

.slides-div-smatest:hover .right-div-smat {
  opacity: 1
}

.slides-div-smatest:hover .left-dynamic-div-smat {
  opacity: 1
}

.slides-div-smatest:hover .right-dynamic-div-smat {
  opacity: 1
}

.btn-div-smatest {
  float: left;
  width: 100%
}

.contact-image-smatest {
  height: 200px;
  max-width: 96% !important;
  border: 0
}

.avatar-scrollbar {
  float: left;
  max-width: 80%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  border: 1px solid lightgray;
  transition: all .3s ease-in-out;
  background: transparent;
  scroll-behavior: smooth;
}

.slot-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  border-top: 1px solid lightgray;
  transition: all .3s ease-in-out;
  background: transparent;
  scroll-behavior: smooth;
  float: left;
  width: 100%;
  max-width: 100% !important;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 85px;
  text-align: center;
}

.no-slots-label {
  font-size: 14px;
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 25px;
}

.slot-padding-margin {
  margin-right: 8px !important;
  padding: 5px 8px !important;
}

.slot-scrollbar label {
  display: block;
  text-transform: none !important;
  position: relative;
  transform: none;
  left: 0;
  letter-spacing: 0.05px;
  -webkit-font-smoothing: antialiased;
}

.m-t-8-i {
  margin-top: 8px !important;
}

.m-b-0-i {
  margin-bottom: 0 !important;
}

.avatar-vertical-scrollbar {
  float: left;
  -ms-overflow-style: none;
  border: 1px solid lightgray;
  transition: all .3s ease-in-out;
  background: transparent;
  display: flow-root;
}

.avatar-scrollbar label {
  display: block;
  text-transform: none !important;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
  -webkit-font-smoothing: antialiased;
}

.avatar-vertical-scrollbar label {
  display: block;
  text-transform: none !important;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.right-div-smat {
  float: right;
  width: 28px;
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 80px;
  background: white;
  padding: 4px;
  opacity: .3
}

.right-icon-smat {
  background: url(https://www.smatsocial.com/eva/img/right.png);
  height: 20px;
  width: 20px;
  cursor: pointer
}

.right-dynamic-div-smat {
  float: right;
  width: 28px;
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 15px;
  background: white;
  padding: 4px;
  opacity: .3
}

.left-div-smat {
  float: left;
  width: 28px;
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
  padding: 4px;
  background: white;
  position: absolute;
  top: 80px;
  left: 0;
  opacity: .3
}

.left-dynamic-div-smat {
  float: left;
  width: 28px;
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
  padding: 4px;
  background: white;
  position: absolute;
  top: 15px;
  left: 0;
  opacity: .3
}

.left-icon-smat {
  background: url(https://www.smatsocial.com/eva/img/right.png);
  height: 20px;
  width: 20px;
  cursor: pointer
}

#avatar-scroll::-webkit-scrollbar {
  height: 5px;
  background-color: #f5f5f5;
  border-radius: 10px
}

#avatar-scroll::-webkit-scrollbar-thumb {
  background-color: #1094d1;
  border-radius: 5px
}

#avatar-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #f5f5f5
}

#slot-scroll::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 10px
}

#slot-scroll::-webkit-scrollbar-thumb {
  background-color: #1094d1;
  border-radius: 5px
}

#slot-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #f5f5f5
}

.slot-label {
  float: left;
  width: auto;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #1094d1;
  color: #1094d1;
  background: white;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 28px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 4px;
  margin-bottom: 2px;
  line-height: 24px;
  padding: 2px 5px 2px 5px;
  cursor: pointer;
  min-width: 65px;
}

.slot-label:hover {
  color: white;
  background: #1094d1;
  cursor: pointer;
  transition-duration: 0.5s;
}

.slot-label:hover,
.slot-label:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.calendar-loading {
  margin-top: 8px;
  margin-bottom: 7px;
  height: 70px;
}

.contact-btn-smatest {
  color: white;
  padding: 6px 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  border: 0;
  font-weight: 300
}

.contact-title-smatest {
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin-top: 5px;
  box-sizing: border-box;
  text-align: center;
  color: black;
  border-top: 1px solid lightgray;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 22px;
  font-weight: 700
}

.contact-title-dynamic-smatest {
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5px;
  box-sizing: border-box;
  text-align: center;
  color: black;
  border-top: 1px solid lightgray;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 22px;
  font-weight: 700
}

.b-t-0 {
  border-top: 0 !important
}

.contact-title-smatest:hover {
  color: #1094d1;
  transition-duration: 0.5s;
  cursor: pointer;
}

.contact-title-smatest:hover,
.contact-title-smatest:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.contact-desc-smatest {
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: black;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 17px;
  color: #717171
}

.contact-desc-dynamic-smatest {
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  box-sizing: border-box;
  text-align: center;
  color: black;
  max-width: 100%;
  display: inline-block;
  line-height: 17px;
  color: #717171;
  white-space: normal;
  line-height: 17px;
  max-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 5px
}

.contact-desc-dynamic-smatest:hover {
  color: #1094d1;
  cursor: pointer;
  transition-duration: 0.5s;
}

.contact-desc-smatest:hover {
  color: #1094d1;
  cursor: pointer;
  transition-duration: 0.5s;
}

.contact-desc-dynamic-smatest:hover,
.contact-desc-dynamic-smatest:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.contact-desc-smatest:hover,
.contact-desc-smatest:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.btn-a {
  color: white
}

.slides-div-more-smatest {
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  border-radius: 10px 10px 0 0;
  scroll-behavior: smooth;
}

.dialogs-div-more-smatest {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  border-radius: 10px;
  scroll-behavior: smooth;
}

.dialogs-div-more-vertical-smatest {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  border-radius: 10px;
  scroll-behavior: smooth;
}

.dialogs-div-smatest {
  border: 2px solid #1094d1;
  padding: 7px 13px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  background: white;
  border-radius: 10px;
  cursor: pointer
}

.dialogs-div-vertical-smatest {
  border: 2px solid #1094d1;
  padding: 7px 13px;
  margin-right: 5px;
  margin-top: 6px;
  margin-bottom: 6px;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  background: white;
  border-radius: 10px;
  cursor: pointer;
  float: left;
  width: auto;
  max-width: 100%;
}

.dialogs-div-smatest label {
  color: #1094d1 !important;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.dialogs-div-smatest:hover {
  background: #1094d1;
  cursor: pointer;
  transition-duration: 0.5s;
}

.dialogs-div-smatest:hover,
.dialogs-div-smatest:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.dialogs-div-smatest:hover label {
  color: white !important;
}

.dialogs-div-vertical-smatest label {
  color: #1094d1 !important;
  text-align: left;
  white-space: normal;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
  width: 100%;
}

.dialogs-div-vertical-smatest:hover {
  background: #1094d1;
  cursor: pointer;
  transition-duration: 0.5s;
}

.dialogs-div-vertical-smatest:hover,
.dialogs-div-vertical-smatest:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.dialogs-div-vertical-smatest:hover label {
  color: white !important;
}

.help-label {
  float: left;
  margin-top: 10px;
  color: #8397a0 !important;
  position: relative;
  transform: none;
  left: 0;
  border: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.other-help-label {
  width: 95%;
  float: left;
  text-align: right;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  transform: none;
  left: 0;
  padding: 0 !important;
  border: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.dialogs-div-smatest label {
  cursor: pointer;
  position: relative;
  transform: none;
  left: 0;
  border: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.dialogs-div-vertical-smatest label {
  cursor: pointer;
  position: relative;
  transform: none;
  left: 0;
  border: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.image-div-smatest {
  width: 100%;
  text-align: center;
  float: left
}

.smat-middle-footer {
  width: 100%;
  padding: 8px;
  bottom: 0;
  background: white;
  float: left;
  position: absolute;
  text-align: center;
  height: 38px;
  border-top: 1px solid lightgray;
  font-size: 12px
}

.slides-label {
  white-space: normal;
  text-transform: none !important;
  position: relative;
  transform: none;
  left: 0;
  border: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4 !important;
  letter-spacing: 0.05px;
}

.answer-text {
  width: 65% !important;
  padding: 5px !important;
  float: left;
  border: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  height: 28px !important;
  color: black !important;
  background: none;
  cursor: pointer;
  direction: ltr;
  box-sizing: unset !important;
  background: white !important;
  margin-top: 0 !important;
}

.feedback-input {
  width: calc(100% - 50px) !important;
  padding: 8px !important;
  float: left;
  border: 1px solid lightgray !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  height: 50px !important;
  color: black !important;
  background: none;
  cursor: pointer;
  direction: ltr;
  box-sizing: unset !important;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.3;
}

.w-90 {
  width: 90%;
}

.m-l-5p {
  margin-left: 5%;
}

.selected-order-delete-icon {
  display: inline-block;
  background: url(https://s3.ap-south-1.amazonaws.com/custpostimages/ss_images/close_icon.png);
  cursor: pointer;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 50%;
  float: right;
  margin-left: 5px;
}

.selected-order-div {
  border: 1px solid lightgray;
  border-radius: 6px;
  float: left;
  padding: 4px 8px;
  max-width: 100%;
  margin: 2px;
}

.selected-order-div label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  max-width: calc(100% - 35px);
  font-size: 14px;
  margin-bottom: 0;
}

.autocomplete {
  position: relative;
  display: inline-block
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #1094d1;
  z-index: 99;
  bottom: 80px;
  left: 0;
  right: 0;
  max-height: 345px;
  overflow-y: auto;
  border-radius: 10px 10px 0 0;
  width: 98%;
  margin-left: 1%;
}

.autocomplete-items div {
  padding: 6px 8px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
}

.autocomplete-items div:hover {
  background-color: #fff !important
}

.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #fff
}

.smat-dropdown-botest {
  height: 38px;
  float: left;
  padding: 3px !important;
  max-width: 27%;
  color: black;
  background: white;
  border-radius: 5px;
  min-width: 27% !important
}

.l-h-30-i {
  line-height: 30px !important;
}

.quantity-selection-div {
  float: left;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
}

.quantity-dropdown-botest {
  height: 35px;
  float: left;
  padding: 3px !important;
  width: 20%;
  color: black;
  background: white;
  border-radius: 5px;
  min-width: 20%;
  margin-left: 5px;
}

.timezone-dropdown {
  height: 38px;
  float: left;
  padding: 3px !important;
  max-width: 100%;
  color: black;
  background: white;
  border-radius: 5px;
  min-width: 100% !important
}

.multiple_emails-container {
  border: 0;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  padding: 0;
  margin: 0;
  cursor: text;
  width: 100%;
  width: calc(100% - 35px) !important;
  height: 38px !important;
  float: left;
}

.multiple_emails-container input {
  width: 100% !important;
  padding: 5px !important;
  float: left;
  border: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  height: 28px !important;
  color: black !important;
  background: none;
  cursor: pointer;
  direction: ltr;
  box-sizing: unset !important;
  background: white !important;
  margin-top: 0 !important;
}

.multiple_emails-container input {
  border: 0 !important;
}

.multiple_emails-container input.multiple_emails-error {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px red !important;
  outline: thin auto red !important;
}

.multiple_emails-container ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.multiple_emails-email {
  margin: 3px 5px 3px 5px;
  padding: 3px 5px 3px 5px;
  border: 1px #BBD8FB solid;
  border-radius: 3px;
  background: #F3F7FD;
}

.multiple_emails-close {
  float: left;
  margin: 0 3px;
}

.multipleInput-container {
  width: calc(100% - 35px) !important;
  height: 28px !important;
  float: left;
  border: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  height: 28px !important;
  color: black !important;
  background: none;
  cursor: pointer;
  direction: ltr;
  box-sizing: unset !important;
  background: white !important;
  margin-top: 0 !important;
  padding: 5px !important;
}

.multipleInput-container input {
  font-size: 13px;
  clear: both;
  width: 250px;
  height: 24px;
  border: 0;
  margin-bottom: 1px;
}

.multipleInput-container ul {
  list-style-type: none;
}

li.multipleInput-email {
  float: left;
  margin-right: 2px;
  margin-bottom: 1px;
  border: 1px #BBD8FB solid;
  padding: 2px;
  background: #F3F7FD;
}

.multipleInput-close {
  width: 16px;
  height: 16px;
  background: url(close.png);
  display: block;
  float: right;
  margin: 0 3px;
}