[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* stylelint-disable */
:root {
  --bg-search: rgba(71, 81, 135, 0.2);
  --bs-success: #25ac66;
  --bs-btn-bg: #ff0000;
  --bs-btn-border-color: #25ac66;
}

/* stylelint-enable */
.table-shrink {
  width: 1px;
}

.bg-search {
  background-color: rgba(71, 81, 135, 0.2);
}

.btn-success-darker {
  background-color: #25ac66;
}

.select2-container {
  width: 100lvw !important;
  max-width: 100%;
}

body.auth-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100lvh;
  margin: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
body.auth-login .background {
  position: fixed;
  inset: 0;
  width: 100lvw;
  height: 100lvh;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body.auth-login .background span {
  width: 50vmin;
  height: 50vmin;
  border-radius: 50vmin;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
body.auth-login .background span:nth-child(1) {
  color: #B58BEC;
  top: 93%;
  left: 48%;
  -webkit-animation-duration: 20.6s;
          animation-duration: 20.6s;
  -webkit-animation-delay: -29.6s;
          animation-delay: -29.6s;
  -webkit-transform-origin: 0vw 14vh;
          transform-origin: 0vw 14vh;
  -webkit-box-shadow: 100vmin 0 34.0287280183vmin currentColor;
          box-shadow: 100vmin 0 34.0287280183vmin currentColor;
}
body.auth-login .background span:nth-child(2) {
  color: #662D8E;
  top: 78%;
  left: 61%;
  -webkit-animation-duration: 35.8s;
          animation-duration: 35.8s;
  -webkit-animation-delay: -95.3s;
          animation-delay: -95.3s;
  -webkit-transform-origin: 0vw -14vh;
          transform-origin: 0vw -14vh;
  -webkit-box-shadow: -100vmin 0 19.2400010025vmin currentColor;
          box-shadow: -100vmin 0 19.2400010025vmin currentColor;
}
body.auth-login .background span:nth-child(3) {
  color: #662D8E;
  top: 98%;
  left: 89%;
  -webkit-animation-duration: 45.1s;
          animation-duration: 45.1s;
  -webkit-animation-delay: -102.1s;
          animation-delay: -102.1s;
  -webkit-transform-origin: -12vw -16vh;
          transform-origin: -12vw -16vh;
  -webkit-box-shadow: -100vmin 0 13.1707174173vmin currentColor;
          box-shadow: -100vmin 0 13.1707174173vmin currentColor;
}
body.auth-login .background span:nth-child(4) {
  color: #662D8E;
  top: 83%;
  left: 57%;
  -webkit-animation-duration: 55.4s;
          animation-duration: 55.4s;
  -webkit-animation-delay: -88.1s;
          animation-delay: -88.1s;
  -webkit-transform-origin: -9vw -14vh;
          transform-origin: -9vw -14vh;
  -webkit-box-shadow: 100vmin 0 23.0172815638vmin currentColor;
          box-shadow: 100vmin 0 23.0172815638vmin currentColor;
}
body.auth-login .background span:nth-child(5) {
  color: #b5bdff;
  top: 80%;
  left: 25%;
  -webkit-animation-duration: 25.3s;
          animation-duration: 25.3s;
  -webkit-animation-delay: -18.5s;
          animation-delay: -18.5s;
  -webkit-transform-origin: -1vw 23vh;
          transform-origin: -1vw 23vh;
  -webkit-box-shadow: -100vmin 0 30.5504298019vmin currentColor;
          box-shadow: -100vmin 0 30.5504298019vmin currentColor;
}
body.auth-login .background span:nth-child(6) {
  color: #B58BEC;
  top: 59%;
  left: 44%;
  -webkit-animation-duration: 57.1s;
          animation-duration: 57.1s;
  -webkit-animation-delay: -12.6s;
          animation-delay: -12.6s;
  -webkit-transform-origin: 8vw 16vh;
          transform-origin: 8vw 16vh;
  -webkit-box-shadow: -100vmin 0 15.2466817752vmin currentColor;
          box-shadow: -100vmin 0 15.2466817752vmin currentColor;
}
body.auth-login .background span:nth-child(7) {
  color: #6848C7;
  top: 50%;
  left: 3%;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-delay: -18.6s;
          animation-delay: -18.6s;
  -webkit-transform-origin: 11vw -13vh;
          transform-origin: 11vw -13vh;
  -webkit-box-shadow: -100vmin 0 35.8228993337vmin currentColor;
          box-shadow: -100vmin 0 35.8228993337vmin currentColor;
}
body.auth-login .background span:nth-child(8) {
  color: #662D8E;
  top: 55%;
  left: 90%;
  -webkit-animation-duration: 107.5s;
          animation-duration: 107.5s;
  -webkit-animation-delay: -25.2s;
          animation-delay: -25.2s;
  -webkit-transform-origin: -3vw 0vh;
          transform-origin: -3vw 0vh;
  -webkit-box-shadow: -100vmin 0 31.7697907785vmin currentColor;
          box-shadow: -100vmin 0 31.7697907785vmin currentColor;
}
body.auth-login .background span:nth-child(9) {
  color: #8591ff;
  top: 60%;
  left: 95%;
  -webkit-animation-duration: 67.9s;
          animation-duration: 67.9s;
  -webkit-animation-delay: -20.7s;
          animation-delay: -20.7s;
  -webkit-transform-origin: -4vw -2vh;
          transform-origin: -4vw -2vh;
  -webkit-box-shadow: 100vmin 0 29.489498431vmin currentColor;
          box-shadow: 100vmin 0 29.489498431vmin currentColor;
}
body.auth-login .background span:nth-child(10) {
  color: #6848C7;
  top: 78%;
  left: 7%;
  -webkit-animation-duration: 50.2s;
          animation-duration: 50.2s;
  -webkit-animation-delay: -95.2s;
          animation-delay: -95.2s;
  -webkit-transform-origin: 7vw 5vh;
          transform-origin: 7vw 5vh;
  -webkit-box-shadow: -100vmin 0 16.6048502211vmin currentColor;
          box-shadow: -100vmin 0 16.6048502211vmin currentColor;
}
body.auth-login .background span:nth-child(11) {
  color: #b5bdff;
  top: 46%;
  left: 35%;
  -webkit-animation-duration: 59s;
          animation-duration: 59s;
  -webkit-animation-delay: -15.3s;
          animation-delay: -15.3s;
  -webkit-transform-origin: -3vw 23vh;
          transform-origin: -3vw 23vh;
  -webkit-box-shadow: 100vmin 0 22.471132869vmin currentColor;
          box-shadow: 100vmin 0 22.471132869vmin currentColor;
}
body.auth-login .background span:nth-child(12) {
  color: #662D8E;
  top: 99%;
  left: 57%;
  -webkit-animation-duration: 50.7s;
          animation-duration: 50.7s;
  -webkit-animation-delay: -66s;
          animation-delay: -66s;
  -webkit-transform-origin: -24vw 6vh;
          transform-origin: -24vw 6vh;
  -webkit-box-shadow: 100vmin 0 12.6428502918vmin currentColor;
          box-shadow: 100vmin 0 12.6428502918vmin currentColor;
}
body.auth-login .background span:nth-child(13) {
  color: #b5bdff;
  top: 65%;
  left: 77%;
  -webkit-animation-duration: 69.9s;
          animation-duration: 69.9s;
  -webkit-animation-delay: -67.1s;
          animation-delay: -67.1s;
  -webkit-transform-origin: 21vw -18vh;
          transform-origin: 21vw -18vh;
  -webkit-box-shadow: 100vmin 0 22.6807853076vmin currentColor;
          box-shadow: 100vmin 0 22.6807853076vmin currentColor;
}
body.auth-login .background span:nth-child(14) {
  color: #6848C7;
  top: 25%;
  left: 80%;
  -webkit-animation-duration: 10.9s;
          animation-duration: 10.9s;
  -webkit-animation-delay: -82s;
          animation-delay: -82s;
  -webkit-transform-origin: -9vw 19vh;
          transform-origin: -9vw 19vh;
  -webkit-box-shadow: -100vmin 0 14.2801870076vmin currentColor;
          box-shadow: -100vmin 0 14.2801870076vmin currentColor;
}
body.auth-login .background span:nth-child(15) {
  color: #b5bdff;
  top: 74%;
  left: 30%;
  -webkit-animation-duration: 64.1s;
          animation-duration: 64.1s;
  -webkit-animation-delay: -25.5s;
          animation-delay: -25.5s;
  -webkit-transform-origin: 7vw -11vh;
          transform-origin: 7vw -11vh;
  -webkit-box-shadow: -100vmin 0 33.5906294671vmin currentColor;
          box-shadow: -100vmin 0 33.5906294671vmin currentColor;
}
body.auth-login .background span:nth-child(16) {
  color: #662D8E;
  top: 62%;
  left: 23%;
  -webkit-animation-duration: 11.4s;
          animation-duration: 11.4s;
  -webkit-animation-delay: -78.2s;
          animation-delay: -78.2s;
  -webkit-transform-origin: -10vw 10vh;
          transform-origin: -10vw 10vh;
  -webkit-box-shadow: 100vmin 0 33.1884389234vmin currentColor;
          box-shadow: 100vmin 0 33.1884389234vmin currentColor;
}
body.auth-login .background span:nth-child(17) {
  color: #662D8E;
  top: 30%;
  left: 51%;
  -webkit-animation-duration: 54.4s;
          animation-duration: 54.4s;
  -webkit-animation-delay: -105.5s;
          animation-delay: -105.5s;
  -webkit-transform-origin: 1vw -1vh;
          transform-origin: 1vw -1vh;
  -webkit-box-shadow: 100vmin 0 20.825271691vmin currentColor;
          box-shadow: 100vmin 0 20.825271691vmin currentColor;
}
body.auth-login .background span:nth-child(18) {
  color: #662D8E;
  top: 8%;
  left: 43%;
  -webkit-animation-duration: 59.9s;
          animation-duration: 59.9s;
  -webkit-animation-delay: -51.8s;
          animation-delay: -51.8s;
  -webkit-transform-origin: 6vw -16vh;
          transform-origin: 6vw -16vh;
  -webkit-box-shadow: -100vmin 0 13.9801494563vmin currentColor;
          box-shadow: -100vmin 0 13.9801494563vmin currentColor;
}
body.auth-login .background span:nth-child(19) {
  color: #8591ff;
  top: 53%;
  left: 28%;
  -webkit-animation-duration: 77.9s;
          animation-duration: 77.9s;
  -webkit-animation-delay: -51s;
          animation-delay: -51s;
  -webkit-transform-origin: -7vw 23vh;
          transform-origin: -7vw 23vh;
  -webkit-box-shadow: -100vmin 0 23.5404189035vmin currentColor;
          box-shadow: -100vmin 0 23.5404189035vmin currentColor;
}
body.auth-login .background span:nth-child(20) {
  color: #662D8E;
  top: 49%;
  left: 75%;
  -webkit-animation-duration: 88.6s;
          animation-duration: 88.6s;
  -webkit-animation-delay: -73.5s;
          animation-delay: -73.5s;
  -webkit-transform-origin: 2vw -10vh;
          transform-origin: 2vw -10vh;
  -webkit-box-shadow: 100vmin 0 15.6507011713vmin currentColor;
          box-shadow: 100vmin 0 15.6507011713vmin currentColor;
}
body.auth-login .login-wrap {
  width: 270px;
}
@media (min-width: 576px) {
  body.auth-login .login-wrap {
    width: 300px;
  }
}
@media (min-width: 768px) {
  body.auth-login .login-wrap {
    width: 400px;
  }
}
body.auth-login p, body.auth-login a, body.auth-login label {
  mix-blend-mode: difference;
}

@-webkit-keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, 1px) rotate(360deg);
            transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

@keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, 1px) rotate(360deg);
            transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
ul#list-mod-mail-request-services {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem;
}
ul#list-mod-mail-request-services > li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #556ee6;
  color: white;
  overflow: hidden;
  border-radius: 30px;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
ul#list-mod-mail-request-services > li button {
  width: 24px;
  height: 24px;
  padding: 0.15rem;
  margin: 0;
  border: 1px solid whitesmoke;
  color: whitesmoke;
  background-color: unset;
  border-radius: 90%;
  position: relative;
}
ul#list-mod-mail-request-services > li button:hover {
  background-color: #f46a6a;
}

ul#list-assistant-tool {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem;
}
ul#list-assistant-tool > li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #556ee6;
  color: white;
  overflow: hidden;
  border-radius: 30px;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
ul#list-assistant-tool > li button {
  width: 24px;
  height: 24px;
  padding: 0.15rem;
  margin: 0;
  border: 1px solid whitesmoke;
  color: whitesmoke;
  background-color: unset;
  border-radius: 90%;
  position: relative;
}
ul#list-assistant-tool > li button.btn-remove-assistant-tool:hover {
  background-color: #f46a6a;
}
ul#list-assistant-tool > li button.btn-edit-assistant-tool:hover {
  background-color: #34c38f;
}

ul#cms-nx-chatbot-box {
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 480px;
  padding: 16px;
  margin: 0;
  list-style: none;
  background: #212121;
}
ul#cms-nx-chatbot-box::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #212121;
}
ul#cms-nx-chatbot-box::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #212121;
  border-radius: 10px;
}
ul#cms-nx-chatbot-box::-webkit-scrollbar-thumb {
  background-color: #4b4e5c;
  border-radius: 10px;
}
ul#cms-nx-chatbot-box {
  scrollbar-color: #4b4e5c #212121;
  scrollbar-width: thin;
  border-radius: 10px;
}
ul#cms-nx-chatbot-box > li {
  position: relative;
  padding: 12px;
  margin-bottom: 24px;
  border-radius: 12px;
  word-break: break-word;
  max-width: calc(100% - 16px);
  font-size: 13px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  ul#cms-nx-chatbot-box > li {
    max-width: calc(100% - 32px);
  }
}
ul#cms-nx-chatbot-box > li:before {
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  position: absolute;
  display: block;
  content: "";
  top: calc(100% - 1px);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 20px;
  border-color: transparent transparent #4b4e5c transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message {
  background-color: #4b4e5c;
  border-bottom-left-radius: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message:before {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message .nx-chatbot-time {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .nx-chatbot-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .nx-chatbot-form-el-wrap {
  margin-bottom: 10px;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .nx-chatbot-form-el-wrap:not(.has-checkbox) {
  position: relative;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .nx-chatbot-form-el-wrap:not(.has-checkbox):before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  border: 1px solid #ffffff;
  border-radius: 8px;
  opacity: 0.4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .nx-chatbot-form-el {
  display: block;
  width: 100%;
  padding: 5px 10px;
  margin: 0;
  border: none !important;
  border-radius: 8px;
  background: transparent;
  color: #ffffff;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .nx-chatbot-form-el::-webkit-input-placeholder, ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .nx-chatbot-form-el::-moz-placeholder, ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .nx-chatbot-form-el:-ms-input-placeholder, ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .nx-chatbot-form-el:-moz-placeholder {
  color: rgb(33, 33, 33);
  font-weight: 300;
  font-style: italic;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .nx-chatbot-form-el:focus-visible {
  outline-style: dashed;
  outline-color: #ffffff;
  outline-width: 1px;
  outline-offset: 2px;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form input[type=text],
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form input[type=number],
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form input[type=email],
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form input[type=password],
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form input[type=tel],
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form input[type=date],
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form input[type=time],
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form input[type=datetime-local],
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form input[type=month],
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form input[type=week],
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form input[type=url],
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form input[type=search] {
  height: 32px;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox {
  position: relative;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:not(:checked), ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:checked {
  position: absolute;
  bottom: auto;
  left: -999999px;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:not(:checked) + label, ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:checked + label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-weight: 300;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:not(:checked) + label:before, ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:not(:checked) + label:after, ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:checked + label:before, ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:checked + label:after {
  position: absolute;
  display: block;
  content: "";
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:not(:checked) + label:before, ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:checked + label:before {
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:not(:checked) + label:after, ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:checked + label:after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 6px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:not(:checked) + label a, ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:checked + label a {
  text-decoration: underline;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form .form-checkbox input[type=checkbox]:focus-visible + label:before {
  outline-style: dashed;
  outline-color: #ffffff;
  outline-width: 1px;
  outline-offset: 2px;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form button.nx-chatbot-form-submit {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 5px 25px;
  margin-left: auto;
  border: 1px solid #ffffff;
  border-radius: 50px;
  background: #4b4e5c;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form button.nx-chatbot-form-submit:hover {
  background: #ffffff;
  color: #4b4e5c;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-incoming-message.nx-chatbot-has-form button.nx-chatbot-form-submit:focus-visible {
  outline-style: dashed;
  outline-color: #ffffff;
  outline-width: 1px;
  outline-offset: 2px;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-outgoing-message {
  background-color: #313131;
  border-bottom-right-radius: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-outgoing-message:before {
  border-color: transparent transparent #313131 transparent;
  -webkit-transform: rotate(180deg) rotateY(-180deg);
          transform: rotate(180deg) rotateY(-180deg);
}
ul#cms-nx-chatbot-box > li.nx-chatbot-outgoing-message .nx-chatbot-time {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-list-item {
  width: auto;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-list-item > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-decoration: none !important;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-list-item > a span.info {
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-list-item > a span.link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10px;
  margin-left: 15px;
  margin-right: 10px;
  color: #ffffff;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-list-item > a span.link:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  right: 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
ul#cms-nx-chatbot-box > li.nx-chatbot-list-item figure {
  margin: 0;
  margin-right: 10px;
  aspect-ratio: 1;
  width: 80px;
  min-width: 80px;
  height: 100%;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-list-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
ul#cms-nx-chatbot-box > li.nx-chatbot-list-item p {
  margin-top: 5px;
  margin-bottom: 0;
}
ul#cms-nx-chatbot-box > li ol, ul#cms-nx-chatbot-box > li ul {
  list-style-position: outside;
  padding-left: 20px;
  margin-bottom: 16px;
}
ul#cms-nx-chatbot-box > li ol + ul {
  padding-left: 16px !important;
  margin-top: -12px;
}
ul#cms-nx-chatbot-box p:not(.nx-chatbot-time) {
  margin: 0 0 16px;
}
ul#cms-nx-chatbot-box p.nx-chatbot-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6px 0 0;
  opacity: 0.5;
  font-size: 11.0000000006px !important;
}
ul#cms-nx-chatbot-box p.nx-chatbot-time svg {
  margin-right: 4px;
}
ul#cms-nx-chatbot-box a {
  color: #7ab7ff;
  text-decoration: underline;
}
ul#cms-nx-chatbot-box a:focus-visible {
  outline-style: dashed;
  outline-color: #ffffff;
  outline-width: 1px;
  outline-offset: 2px;
}
ul#cms-nx-chatbot-box a.chatbot-cta {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none !important;
  background-color: #4b4e5c;
  text-align: left;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 1px 13px;
  border-radius: 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
ul#cms-nx-chatbot-box a.chatbot-cta:before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  border: 1px solid #ffffff;
  border-radius: 12px;
  opacity: 0.4;
}
ul#cms-nx-chatbot-box a.chatbot-cta:hover {
  background: #ffffff;
  color: #4b4e5c !important;
}
ul#cms-nx-chatbot-box a.chatbot-cta:focus-visible {
  outline-style: dashed;
  outline-color: #ffffff;
  outline-width: 1px;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  body.mod_content_creator_conversations_show_product {
    height: 100vh;
  }
  body.mod_content_creator_conversations_show_product #layout-wrapper {
    height: 100%;
  }
  body.mod_content_creator_conversations_show_product #layout-wrapper .main-content {
    height: 100%;
  }
  body.mod_content_creator_conversations_show_product #layout-wrapper .main-content .page-content {
    height: 100%;
  }
  body.mod_content_creator_conversations_show_product #layout-wrapper .main-content .page-content > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
body.mod_content_creator_conversations_show_product #uploaded-image-preview,
body.mod_content_creator_conversations_show_product #background-image-preview {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 1px solid black;
}
body.mod_content_creator_conversations_show_product #uploaded-image-preview i.bx-image-add,
body.mod_content_creator_conversations_show_product #background-image-preview i.bx-image-add {
  width: 60px;
  height: 60px;
  font-size: 60px;
  opacity: 0.4;
  position: relative;
  left: 10px;
  top: 10px;
}
body.mod_content_creator_conversations_show_product #uploaded-image-preview .btn-close,
body.mod_content_creator_conversations_show_product #background-image-preview .btn-close {
  font-size: xx-small;
}
body.mod_content_creator_conversations_show_product #uploaded-image-preview.empty,
body.mod_content_creator_conversations_show_product #background-image-preview.empty {
  background-image: none !important;
  background-color: #f6f6f6;
  border: 1px dashed #74788d;
}
body.mod_content_creator_conversations_show_product #uploaded-image-preview:not(.empty),
body.mod_content_creator_conversations_show_product #background-image-preview:not(.empty) {
  background-position: center;
  background-size: cover;
}
body.mod_content_creator_conversations_show_product #accordion-background-button:not(.collapsed),
body.mod_content_creator_conversations_show_product #accordion-resize-button:not(.collapsed) {
  background: none;
}
body.mod_content_creator_conversations_show_product #accordion-background-options .accordion-button,
body.mod_content_creator_conversations_show_product #accordion-resize-options .accordion-button {
  background-color: #eff2f7;
}
body.mod_content_creator_conversations_show_product #accordion-background-options .accordion-button .background-option-selected,
body.mod_content_creator_conversations_show_product #accordion-resize-options .accordion-button .background-option-selected {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid black;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
body.mod_content_creator_conversations_show_product #accordion-background-options .accordion-button-action::after,
body.mod_content_creator_conversations_show_product #accordion-resize-options .accordion-button-action::after {
  width: 0;
  background-image: none;
}
body.mod_content_creator_conversations_show_product #accordion-background-options .accordion-button-action:not(.selected) i.bx-check,
body.mod_content_creator_conversations_show_product #accordion-resize-options .accordion-button-action:not(.selected) i.bx-check {
  visibility: hidden;
}
body.mod_content_creator_conversations_show_product #accordion-background-options .accordion-button-action.selected i.bx-check,
body.mod_content_creator_conversations_show_product #accordion-resize-options .accordion-button-action.selected i.bx-check {
  visibility: visible;
}
body.mod_content_creator_conversations_show_product #accordion-background-options .accordion-collapse,
body.mod_content_creator_conversations_show_product #accordion-resize-options .accordion-collapse {
  background-color: #eff2f7;
}
body.mod_content_creator_conversations_show_product #btn-resize-custom-ratio .bx-link {
  display: inline;
}
body.mod_content_creator_conversations_show_product #btn-resize-custom-ratio .bx-unlink {
  display: none;
}
body.mod_content_creator_conversations_show_product #btn-resize-custom-ratio.unlink .bx-link {
  display: none;
}
body.mod_content_creator_conversations_show_product #btn-resize-custom-ratio.unlink .bx-unlink {
  display: inline;
}
body.mod_content_creator_conversations_show_product .generated-image-action-btn.rounded-circle,
body.mod_content_creator_conversations_show_product .generated-text-action-btn.rounded-circle,
body.mod_content_creator_conversations_show_product #selected-message-copy-btn {
  padding: 0;
  line-height: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
}
body.mod_content_creator_conversations_show_product .generated-text-action-btn.pill {
  padding: 0 15px;
  line-height: 0;
  display: inline-block;
  height: 30px;
  border-radius: 30px;
  vertical-align: top;
}
body.mod_content_creator_conversations_show_product #modal-lang .list-group-item {
  background-position: var(--bs-list-group-item-padding-x) center;
  background-repeat: no-repeat;
}
body.mod_content_creator_conversations_show_product #selected-message-lang-list .nav-link {
  line-height: 0;
}
body.mod_content_creator_conversations_show_product #selected-message-lang-list .nav-link.active {
  background-color: #eff2f7;
  border: 1px solid #343a40;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  body.mod_content_creator_conversations_show_product #action-area-image {
    overflow: auto !important;
  }
  body.mod_content_creator_conversations_show_product #action-area-image > .row > .h-100 {
    height: auto !important;
  }
}

ul#voiceflow-chatbox {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  list-style: none;
  margin: 0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
ul#voiceflow-chatbox li {
  position: relative;
  border-radius: 15px;
  padding: 18px;
  background-color: whitesmoke;
}
