body.overflow-y-hidden {
  overflow-y: hidden;
}

.ww-modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
  z-index: 999;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
}

.ww-modal--top {
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 45px;
}

.ww-modal.ww-modal--open {
  visibility: visible;
  opacity: 1;
}

.ww-modal__inner {
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 999;
  background: #fff;
  padding: 15px;
  box-shadow: 6px 8px 21px 0px rgba(0, 0, 0, 0.11);
}

.ww-modal--lg .ww-modal__inner {
  max-width: 1200px;
}

.ww-modal--sm .ww-modal__inner {
  max-width: 440px;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  color: #000;
  line-height: 1.4;
}

button {
  outline: none;
  box-shadow: none;
  border: none;
  transition: all 400ms ease;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.gutter-sm {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter-sm > .col,
.gutter-sm > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.chatbox {
  max-width: 600px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
  position: relative;
}

.chatbox__body {
  position: relative;
  min-height: 350px;
  padding: 15px;
  padding-bottom: 80px;
  padding-bottom: 95px;
  margin-top: 65px;
}

.chatbox__active-page-icon {
  position: relative;
  padding-bottom: 15px;
  width: 30px;
  height: 30px;
}

.chatbox__active-page-icon__status {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 100%;
  bottom: -3px;
  right: -8px;
}
.chatbox__active-page-icon__status::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  display: block;
  background-color: #64b443;
  border-radius: 100%;
}

.chatbox__active-page-icon__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/page-logo.png);
  background-size: cover;
}

.chatbox__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 5;
  background-color: #fff;
}
.chatbox__header .chatbox__icon {
  color: #2189FF;
}

.chatbox__header__inner {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #eee;
  padding: 10px 15px;
}

.chatbox__header__title__top {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}

.chatbox__header__title__status {
  color: #ccc;
  font-size: 14px;
}

.chatbox__header__icon1 {
  width: 22px;
}
.chatbox__header__icon1__inner {
  padding-bottom: 92.1052631579%;
  background: url("../img/icons/css-sprites.png") -95px -56px;
}

.chatbox__header__icon2 {
  width: 65px;
}
.chatbox__header__icon2__inner {
  padding-bottom: 37.7551020408%;
  background: url("../img/icons/css-sprites.png") -10px -56px;
}

.chatbox__footer {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  padding: 10px 15px;
  border-top: 2px solid #eee;
  height: 60px;
}
.chatbox__footer.chatbox__footer--disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eee;
  opacity: 0.4;
}
.chatbox__footer form {
  margin-bottom: 0;
}
.chatbox__footer input {
  border: none;
  outline: none;
  background-color: #f2f3f3;
  padding: 10px 15px;
  border-radius: 25px;
  pointer-events: none;
  margin-bottom: 0;
}

.chatbox__footer__icon1 {
  width: 150px;
}
.chatbox__footer__icon1__inner {
  padding-bottom: 17.5355450237%;
  background: url("../img/icons/css-sprites.png") -10px -10px;
}

.chatbox__footer__icon2 {
  width: 25px;
}
.chatbox__footer__icon2__inner {
  padding-bottom: 102.7027027027%;
  background: url("../img/icons/css-sprites.png") -10px -101px;
}

/*--------------------------------------------------------------
# Global: Messages
--------------------------------------------------------------*/
.chatbox__messages-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.chatbox__message {
  font-size: 16px;
  margin-bottom: 10px;
}
.chatbox__message > .row {
  margin-right: -10px;
  margin-left: -10px;
}
.chatbox__message > .row > .col,
.chatbox__message > .row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.chatbox__message__content {
  padding: 15px 15px;
  transition: border-radius 0.2s linear;
}

.chatbox__message-list {
  max-width: 400px;
  margin-bottom: 20px;
}

.chatbox__message__content {
  border-radius: 30px;
}

.chatbox__message--entrance-anim {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: chatboxMessageEntranceAnim;
          animation-name: chatboxMessageEntranceAnim;
}

@-webkit-keyframes chatboxMessageEntranceAnim {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes chatboxMessageEntranceAnim {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*--------------------------------------------------------------
# Page Messages
--------------------------------------------------------------*/
.chatbox__message-list--page {
  padding-right: 10%;
}
.chatbox__message-list--page .chatbox__message--page:first-child .chatbox__message__content {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 30px !important;
}
.chatbox__message-list--page .chatbox__message--page:last-child .chatbox__active-page-icon {
  opacity: 1;
  visibility: visible;
}
.chatbox__message-list--page .chatbox__message--page:last-child .chatbox__message__content {
  border-top-left-radius: 0;
  border-bottom-left-radius: 30px;
}

.chatbox__message--page .chatbox__message__content {
  background-color: #e4e6eb;
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.chatbox__message--page .chatbox__active-page-icon {
  opacity: 0;
  visibility: hidden;
  margin-top: 5px;
}

/*--------------------------------------------------------------
# User Messages
--------------------------------------------------------------*/
.chatbox__message-list--user {
  padding-left: 10%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.chatbox__message-list--user .chatbox__message--user:first-child .chatbox__message__content {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 30px !important;
}
.chatbox__message-list--user .chatbox__message--user:last-child .chatbox__message__content {
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
}

.chatbox__message--user .chatbox__message__content {
  background-color: #2189FF;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

/*--------------------------------------------------------------
# Typing...
--------------------------------------------------------------*/
.chatbox__typing {
  color: #6c757d;
  font-size: 14px;
  margin-left: 50px;
}

/*--------------------------------------------------------------
# Presets
--------------------------------------------------------------*/
.chatbox__presets-wrap {
  position: fixed;
  bottom: 70px;
  left: 50%;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  padding: 0 10px;
}

.chatbox__presets {
  width: 100%;
  max-width: 80%;
  float: right;
}

.chatbox__presets__button {
  text-decoration: none;
  background-color: #2189FF;
  margin: 0 5px;
  text-align: center;
  display: block;
  padding: 6px 10px;
  border-radius: 15px;
  color: #fff;
}
.chatbox__presets__button:hover {
  background-color: #2189FF;
}
.chatbox__presets__button.proceed {
  width: 70%;
}

.chatbox__presets-wrap--yes-no .chatbox__presets__button {
  width: 50%;
}

.chatbox__preset-anim {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: chatboxPresetAnim;
          animation-name: chatboxPresetAnim;
}

@-webkit-keyframes chatboxPresetAnim {
  from {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes chatboxPresetAnim {
  from {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*--------------------------------------------------------------
# Scan
--------------------------------------------------------------*/
.chatbox__scan {
  margin-bottom: 20px;
  margin-left: 50px;
}

.chatbox__scan--done .chatbox__scan__ongoing {
  display: none !important;
}
.chatbox__scan--done .chatbox__scan__done {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.chatbox__scan__done {
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.w-100 {
  width: 100% !important;
}

.text-success {
  color: #28a745 !important;
}

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

/*--------------------------------------------------------------
# modify images
--------------------------------------------------------------*/
.box-1{
  width: 120px !important;
 }
#fullpage {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.w3-row-padding {
  display: flex;
}
@media (max-width: 600px){
  .w3-modal-content {
    margin: 30px 10px 0px 10px !important;
    width: auto!important;
  }
  .w3-row-padding {
    display: grid !important;
  }
}


.w3-modal-content {
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: transparent !important;
}