.src-features-Chatbot-styles-style-module__input-chat-Sgk4Oi {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  align-items: center;
  height: 68px;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
  display: flex;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 20px #0000000d;
}

.src-features-Chatbot-styles-style-module__float-btn-l19O8O {
  cursor: pointer;
  z-index: 1000;
  background-color: #0000;
  display: block;
  position: fixed;
  bottom: 5vh;
  right: 6vw;
}

.src-features-Chatbot-styles-style-module__chat-frame-container-Ov8Hpm {
  background-color: #f6fbff;
  border-radius: 20px;
  width: 469px;
  min-height: 45vh;
}

.src-features-Chatbot-styles-style-module__chat-frame-container__wrapper--svg-qbYQMZ {
  background-color: #f1f1f1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
}

.src-features-Chatbot-styles-style-module__title-header-NXZa3I {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.src-features-Chatbot-styles-style-module__messageContainer-qLyca4 .src-features-Chatbot-styles-style-module__loadingMessageContainer-LWrI9R {
  color: #9880ff;
  background-color: #9880ff;
  border-radius: 5px;
  width: 5px;
  height: 5px;
  animation: 1s linear .5s infinite alternate src-features-Chatbot-styles-style-module__dot-flashing-Bb3hB2;
  position: relative;
}

.src-features-Chatbot-styles-style-module__messageContainer-qLyca4 .src-features-Chatbot-styles-style-module__loadingMessageContainer-LWrI9R:before, .src-features-Chatbot-styles-style-module__messageContainer-qLyca4 .src-features-Chatbot-styles-style-module__loadingMessageContainer-LWrI9R:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.src-features-Chatbot-styles-style-module__messageContainer-qLyca4 .src-features-Chatbot-styles-style-module__loadingMessageContainer-LWrI9R:before {
  color: #9880ff;
  background-color: #9880ff;
  border-radius: 5px;
  width: 5px;
  height: 5px;
  animation: 1s infinite alternate src-features-Chatbot-styles-style-module__dot-flashing-Bb3hB2;
  left: -15px;
}

.src-features-Chatbot-styles-style-module__messageContainer-qLyca4 .src-features-Chatbot-styles-style-module__loadingMessageContainer-LWrI9R:after {
  color: #9880ff;
  background-color: #9880ff;
  border-radius: 5px;
  width: 5px;
  height: 5px;
  animation: 1s 1s infinite alternate src-features-Chatbot-styles-style-module__dot-flashing-Bb3hB2;
  left: 15px;
}

.src-features-Chatbot-styles-style-module__messageContainer-qLyca4 {
  background-color: #fff;
  border-radius: 15px;
  align-items: center;
  max-width: 300px;
  min-height: 41px;
  margin-bottom: 8px;
  display: inline-flex;
  box-shadow: 0 4px 20px #0000000d;
  padding: 16px 12px !important;
}

.src-features-Chatbot-styles-style-module__chat-overlay-container-c3qFaO .ant-popover-content .ant-popover-inner {
  border-radius: 20px;
}

.src-features-Chatbot-styles-style-module__chat-overlay-container-c3qFaO .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
  border-radius: 20px;
  padding: 0;
}

.src-features-Chatbot-styles-style-module__chat-header-Oeu6R0 {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
  gap: 10px;
  height: 53px;
  padding-inline-start: 24px;
  padding-inline-end: 24px;
  display: flex;
  box-shadow: 0 4px 20px #0000000d;
}

.src-features-Chatbot-styles-style-module__cssChatContainer-QRKnTp {
  padding-block-start: 8px;
  padding-block-end: 8px;
  padding-inline-start: 6px;
  padding-inline-end: 6px;
  min-height: 45vh;
  max-height: calc(45vh + 100px);
  padding-right: 8px;
  overflow: hidden auto;
}

.src-features-Chatbot-styles-style-module__cssChatContainer-QRKnTp::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
}

.src-features-Chatbot-styles-style-module__cssChatContainer-QRKnTp::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
}

.src-features-Chatbot-styles-style-module__btn-hXpKeH {
  cursor: pointer;
}

.src-features-Chatbot-styles-style-module__tag-name-ymgAuz {
  margin-left: 4px;
}

@keyframes src-features-Chatbot-styles-style-module__dot-flashing-Bb3hB2 {
  0% {
    background-color: #9880ff;
  }

  50%, 100% {
    background-color: #9880ff33;
  }
}

.src-features-ChatAi-styles-style-module__modal-wrapper-r53HCX .ant-modal-header {
  border-bottom: none;
  border-radius: 20px;
  padding-bottom: 0;
}

.src-features-ChatAi-styles-style-module__modal-wrapper-r53HCX .ant-modal-content {
  border-radius: 20px;
}

.src-features-ChatAi-styles-style-module__modal-content-wrapper-VsCgoZ {
  padding-inline-start: 12px;
  padding-inline-end: 12px;
}

.src-features-ChatAi-styles-style-module__modal-content-container-PGnaIQ {
  color: #2c3782;
  background-color: #f5f7fb;
  border-radius: 15px;
  width: 100%;
  height: 460px;
  padding: 12px;
  overflow: hidden scroll;
}

.src-features-ChatAi-styles-style-module__modal-content-container-PGnaIQ::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
}

.src-features-ChatAi-styles-style-module__modal-content-container-PGnaIQ::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 10px;
}

.src-features-ChatAi-styles-style-module__modal-content-container-PGnaIQ b {
  font-size: 14px;
  font-weight: bold !important;
}

.src-features-ChatAi-styles-style-module__modal-content-container-PGnaIQ strong {
  font-weight: bold !important;
}

.src-features-ChatAi-styles-style-module__modal-loading-chat-Gb2I9x {
  color: #9880ff;
  background-color: #9880ff;
  border-radius: 5px;
  width: 5px;
  height: 5px;
  animation: 1s linear .5s infinite alternate src-features-ChatAi-styles-style-module__dot-flashing-cbbgxI;
  position: relative;
}

.src-features-ChatAi-styles-style-module__modal-loading-chat-Gb2I9x:before, .src-features-ChatAi-styles-style-module__modal-loading-chat-Gb2I9x:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.src-features-ChatAi-styles-style-module__modal-loading-chat-Gb2I9x:before {
  color: #9880ff;
  background-color: #9880ff;
  border-radius: 5px;
  width: 5px;
  height: 5px;
  animation: 1s infinite alternate src-features-ChatAi-styles-style-module__dot-flashing-cbbgxI;
  left: -15px;
}

.src-features-ChatAi-styles-style-module__modal-loading-chat-Gb2I9x:after {
  color: #9880ff;
  background-color: #9880ff;
  border-radius: 5px;
  width: 5px;
  height: 5px;
  animation: 1s 1s infinite alternate src-features-ChatAi-styles-style-module__dot-flashing-cbbgxI;
  left: 15px;
}

@keyframes src-features-ChatAi-styles-style-module__dot-flashing-cbbgxI {
  0% {
    background-color: #9880ff;
  }

  50%, 100% {
    background-color: #9880ff33;
  }
}

.src-features-ChatAi-styles-style-module__drag-wrapper-P5BzH9 {
  z-index: 1000;
  background: none;
  display: none;
  position: fixed;
  left: 50%;
}

.src-features-ChatAi-styles-style-module__drag-wrapper-P5BzH9 .src-features-ChatAi-styles-style-module__drag-container-VAHRH7 {
  box-sizing: border-box;
  cursor: grab;
  background: #fff;
  border-radius: 20px;
  width: 450px;
  height: 520px;
  transition: all .2s ease-in-out;
  transform: translateX(-50%);
  box-shadow: 0 0 10px #00000025;
}

.src-features-ChatAi-styles-style-module__drag-wrapper-P5BzH9 .src-features-ChatAi-styles-style-module__drag-container-VAHRH7:active {
  cursor: grabbing;
}

.src-features-ChatAi-styles-style-module__generator-html-Inr7cF {
  padding: 8px;
  font-size: 14px;
}

.src-features-ChatAi-styles-style-module__generator-html-Inr7cF ul {
  margin-bottom: 0;
}

.src-features-PackageServices-styles-style-module__wrapper-overflow-opt-UQ9xQJ {
  max-height: calc(100vh - 170px);
  padding-top: 12px;
  overflow: hidden scroll;
}

.src-features-PackageServices-styles-style-module__wrapper-overflow-opt-UQ9xQJ::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
}

.src-features-PackageServices-styles-style-module__wrapper-overflow-opt-UQ9xQJ::-webkit-scrollbar-thumb {
  background: none;
  border-radius: 10px;
}

.src-features-PackageServices-styles-style-module__wrapper-overflow-opt-UQ9xQJ:hover::-webkit-scrollbar-thumb {
  background: #bac0c6;
}

.src-features-PackageServices-styles-style-module__sider-DzeoQR {
  width: 18vw !important;
  max-width: 250px !important;
}

.src-features-PackageServices-styles-style-module__table-add-pack-LQ7LMO .ant-table-cell .ant-form-item {
  margin-bottom: 0;
}

.src-features-PackageServices-styles-style-module__searchPopupTable-FBQg4i {
  gap: 8px;
  display: flex;
}

.src-features-PackageServices-styles-style-module__searchPopupTable-FBQg4i .ant-input-affix-wrapper {
  background-color: #fff;
}

.src-features-PackageServices-styles-style-module__searchPopupTable-FBQg4i input {
  background-color: #fff;
}

.src-features-PackageServices-styles-style-module__table-packet-service-xkL8JZ thead tr th:first-child {
  padding-left: 24px !important;
}

.src-features-PackageServices-styles-style-module__table-packet-service-xkL8JZ .ant-table-row-level-0 .ant-table-cell-with-append svg {
  margin-right: 10px;
}

.src-features-PackageServices-styles-style-module__InputNumber-fCXFBY {
  width: 100%;
}

.src-features-PackageServices-styles-style-module__modal-LY2Sfd .src-features-PackageServices-styles-style-module__button-st0ey2 {
  width: 100%;
  height: 36px;
}

.src-features-PackageServices-styles-style-module__modal-LY2Sfd .src-features-PackageServices-styles-style-module__addonAfter-yJdCsL {
  display: flex;
}

.src-features-PackageServices-styles-style-module__modal-LY2Sfd .ant-modal-body {
  padding: 24px;
}

.src-features-PackageServices-styles-style-module__modal-LY2Sfd .ant-form-item {
  margin: 0;
}

.src-features-PackageServices-styles-style-module__modal-LY2Sfd .ant-input-affix-wrapper {
  background-color: #fff !important;
}

.src-features-PackageServices-styles-style-module__modal-LY2Sfd .ant-input-affix-wrapper input {
  background-color: #fff !important;
}

.src-features-PackageServices-styles-style-module__modal-LY2Sfd .src-features-PackageServices-styles-style-module__title-a819Jg {
  color: #2c3782;
  text-align: center;
  font-size: 22px;
  font-weight: 700 !important;
}

.src-features-PackageServices-styles-style-module__modal-LY2Sfd .src-features-PackageServices-styles-style-module__content-CeZvR9 {
  background-color: #f6f8fe;
  border-radius: 10px;
  margin-top: 24px;
  padding: 24px 12px;
}

.src-features-PackageServices-styles-style-module__modal-LY2Sfd .src-features-PackageServices-styles-style-module__content-CeZvR9 .src-features-PackageServices-styles-style-module__label-xdWTHl, .src-features-PackageServices-styles-style-module__modal-LY2Sfd .src-features-PackageServices-styles-style-module__content-CeZvR9 .src-features-PackageServices-styles-style-module__des-DPPzoj {
  color: #2c3782;
  opacity: .5;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
  display: flex;
}

.src-features-PackageServices-styles-style-module__modal-LY2Sfd .src-features-PackageServices-styles-style-module__content-CeZvR9 .src-features-PackageServices-styles-style-module__des-DPPzoj {
  opacity: 1;
}

.src-features-PackageServices-styles-style-module__modal-LY2Sfd .src-features-PackageServices-styles-style-module__content-CeZvR9 .ant-form-item-explain.ant-form-item-explain-connected {
  display: none !important;
}

.src-features-PackageServices-styles-style-module__tong-dv-Yqmg81 {
  margin-top: 12px;
}

.src-features-PackageServices-styles-style-module__tong-dv-Yqmg81 p {
  color: #2c3782;
  font-size: 14px;
  font-weight: 600;
}

.src-features-PackageServices-styles-style-module__tong-dv-Yqmg81 p span {
  color: #6576ff;
}

.src-features-PackageServices-styles-style-module__container-LuFCnQ {
  height: unset !important;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .ant-drawer-close {
  display: none;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .ant-form-item-required {
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
  display: flex;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: #00000040;
  cursor: not-allowed;
  background: #f5f7fb !important;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .ant-drawer-header-title .src-features-PackageServices-styles-style-module__search-input-D8ePLG {
  background: #fff;
  border-radius: 30px;
  width: 256px;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .ant-drawer-header-title .src-features-PackageServices-styles-style-module__search-input-D8ePLG > input.ant-input {
  background: #fff;
  margin-left: 8px;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .ant-drawer-header-title h2 {
  font-size: 22px;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .src-features-PackageServices-styles-style-module__spaceDiv-i8dSEn {
  justify-content: space-between;
  width: 100%;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .ant-drawer-body {
  padding: 12px 15px 0;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .ant-collapse {
  background-color: #0000;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .ant-collapse .ant-collapse-header {
  align-items: center;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .ant-collapse .ant-collapse-header .ant-collapse-arrow {
  margin: 4px 7px 0 5px;
  font-size: 14px;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .ant-collapse .ant-collapse-header .ant-collapse-header-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700 !important;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .ant-collapse > .ant-collapse-item {
  background: #f4f7ff;
  border-bottom: none;
  border-radius: 10px;
  margin-bottom: 15px;
}

.src-features-PackageServices-styles-style-module__drawerss-imP1L_ .ant-collapse > .ant-collapse-item .src-features-PackageServices-styles-style-module__wrapper-ZIDumK {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
}

.src-features-PackageServices-styles-style-module__footer-drawer-jhvTHd {
  background: #fff;
  position: sticky;
  bottom: 0;
}

.src-features-PackageServices-styles-style-module__switch-active-MY0GOr {
  align-items: center;
  gap: 24px;
  margin-top: 13px;
  display: flex;
}

.src-features-PackageServices-styles-style-module__switch-active-MY0GOr .ant-form-item {
  margin-bottom: 0 !important;
}

.src-features-PackageServices-styles-style-module__tong-dv-Yqmg81 {
  background: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
  padding: 0 20px;
  display: flex;
}

.src-features-PackageServices-styles-style-module__input-ma-KH-zMuGyA .ant-input-group-addon {
  background-color: #f5f7fb;
}


/*# sourceMappingURL=index~15.css.map*/