@charset "UTF-8";:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}.box-text-and-upload {
  position: relative;
}
.box-text-and-upload .icon-upload {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #f9fbff;
  border: 0.5px solid #eff2f5;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 100;
  cursor: pointer;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}.modal-live-chat-offline .modal-dialog-centered {
  flex-direction: column;
  justify-content: center;
}
.modal-live-chat-offline .modal-dialog-centered .modal-content,
.modal-live-chat-offline .modal-dialog-centered .chat-away-notice-item {
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.modal-live-chat-offline .modal-dialog-centered .chat-away-notice {
  width: 100%;
}
.modal-live-chat-offline .modal-dialog-centered .chat-away-notice .chat-away-notice-item {
  background-color: #FD9400;
  border-radius: 60px;
  margin-bottom: 16px;
  height: 66px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
}
.modal-live-chat-offline .modal-dialog-centered .chat-away-notice .chat-away-notice-item p {
  margin-bottom: 0;
}
.modal-live-chat-offline .modal-dialog-centered .chat-away-notice .chat-away-notice-item .chat-message {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  width: fit-content;
}
.modal-live-chat-offline .modal-dialog-centered .chat-away-notice .chat-away-notice-item-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 16px 16px 14px;
}
.modal-live-chat-offline .modal-dialog-centered .chat-away-notice .chat-away-notice-item-icon .chat-icon {
  background-color: #fff;
  border-radius: 50%;
  width: 34px;
  display: flex;
  justify-content: center;
  padding-left: 4px;
}
.modal-live-chat-offline .modal-dialog-centered .chat-away-notice .chat-away-notice-item-text {
  padding: 14px 24px;
  position: relative;
}
.modal-live-chat-offline .modal-dialog-centered .chat-away-notice .chat-away-notice-item-text::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #FD9400;
}
.modal-live-chat-offline .modal-dialog-centered .modal-content .modal-body {
  padding: 36px 30px 30px;
}
.modal-live-chat-offline .modal-dialog-centered .modal-content .modal-body .btn-close {
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
}
.modal-live-chat-offline .modal-dialog-centered .modal-content .modal-body .modal-body-input-chat {
  margin: 30px 0 8px;
}
.modal-live-chat-offline .modal-dialog-centered .modal-content .modal-body .modal-body-input-chat .textarea-chat {
  width: 100%;
  resize: none;
  overflow: hidden;
  min-height: 36px;
  max-height: 36px;
  transition: max-height 0.75s cubic-bezier(0.25, 0.8, 0.25, 1), padding 0.5s ease;
}
.modal-live-chat-offline .modal-dialog-centered .modal-content .modal-body .modal-body-input-chat .textarea-chat.expanded {
  max-height: 106px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-live-chat-offline .modal-dialog-centered .modal-content .modal-body .multi-attach-v2, .modal-live-chat-offline .modal-dialog-centered .modal-content .modal-body .btn-chat-soon {
  margin-top: 16px;
}
.modal-live-chat-offline.is-show .modal-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.modal-live-chat-offline.is-show .chat-away-notice-item-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}
.modal-live-chat-offline.is-show .chat-away-notice-item-icon {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Override thanh progress của NProgress */
#nprogress .bar {
  height: 3px;
  background-color: var(--tblr-primary);
}.notification-wrapper {
  position: relative;
}
.notification-wrapper .notification-header-wrapper .notification-bell {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .notification-wrapper .notification-header-wrapper .notification-bell {
    width: 20px;
    height: 20px;
  }
}
.notification-wrapper .notification-header-wrapper .notification-bell .notify-message {
  position: absolute;
  top: 30px;
  right: -12px;
  width: 100%;
  min-width: 270px;
  text-align: right;
  background-color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  pointer-events: none;
}
.notification-wrapper .notification-header-wrapper .notification-bell .notify-message p {
  font-size: 14px;
  font-weight: 500;
  color: #181c32;
  margin-bottom: 0;
  text-align: center;
}
.notification-wrapper .notification-header-wrapper .notification-bell .notify-message .icon-drowup {
  position: absolute;
  right: 12px;
  top: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px;
  border-color: transparent transparent #fff transparent;
}
.notification-wrapper .notification-header-wrapper .notification-bell .notify-message.has-notify-message,
.notification-wrapper .notification-header-wrapper .notification-bell .notify-message.sticky-message {
  transition-delay: 0.25s !important;
}
.notification-wrapper .notification-header-wrapper .notification-bell:hover .notify-message.has-notify-message,
.notification-wrapper .notification-header-wrapper .notification-bell .notify-message.sticky-message {
  transition-delay: 1s;
  z-index: 11;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
@media only screen and (max-width: 540px) {
  .notification-wrapper .notification-header-wrapper .notification-bell:hover .notify-message.has-notify-message,
  .notification-wrapper .notification-header-wrapper .notification-bell .notify-message.sticky-message {
    opacity: 0;
    visibility: hidden;
  }
}
.notification-wrapper .notification-content-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  max-width: 488px;
  height: 100%;
  z-index: 1032;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: flex-end;
  transform: translateX(100%);
  transition: transform 400ms ease;
}
.notification-wrapper .notification-content-wrapper.show-sidebar-notification {
  transform: translateX(0);
}
.notification-wrapper .notification-content-wrapper .box-notification-content {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.notification-wrapper .notification-content-wrapper .box-notification-content .box-notification-content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.notification-wrapper .notification-content-wrapper .box-notification-content .box-notification-latest.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}
.notification-wrapper .notification-content-wrapper .box-notification-content .box-notification-latest.inactive {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}
.notification-wrapper .notification-content-wrapper .box-notification-content .box-notification-by-entity-type.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}
.notification-wrapper .notification-content-wrapper .box-notification-content .box-notification-by-entity-type.inactive {
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}
.notification-wrapper .notification-content-wrapper .notication-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  overflow: auto;
}
@media only screen and (max-width: 991px) {
  .notification-wrapper .notification-content-wrapper .notication-content {
    height: calc(100dvh - 60px);
  }
}
.notification-wrapper .notification-content-wrapper .notication-content .header-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.notification-wrapper .notification-content-wrapper .notication-content .header-item .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #3f4254;
}
.notification-wrapper .notification-content-wrapper .notication-content .header-item .action-see-more {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
.notification-wrapper .notification-content-wrapper .notication-content .list-notification .notification-item:hover {
  border-radius: 4px;
  background-color: #eff2f5;
}
.notification-wrapper .notification-content-wrapper .latest-notification {
  height: calc(100vh - 52px);
  overflow: auto;
  padding: 16px;
  padding-top: 0px;
  width: 100%;
}
.notification-wrapper .notification-content-wrapper .latest-notification .list-notification {
  padding-top: 16px;
}
.notification-wrapper .notification-content-wrapper .latest-notification .list-notification:first-child {
  padding-top: 0;
}
.notification-wrapper .notification-content-wrapper .notification-by-entity-type {
  max-height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
}
.notification-wrapper .notification-content-wrapper .notification-by-entity-type .header-item {
  position: sticky;
  top: 0;
  padding: 16px;
  margin-bottom: 0;
  background-color: #fff;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.notification-wrapper .notification-content-wrapper .notification-by-entity-type .list-notification {
  border: none;
  padding: 0 16px 16px 16px;
}
.notification-wrapper .notification-content-wrapper .notification-by-entity-type .loaded-all-notification {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: 16px;
  gap: 8px;
}
.notification-wrapper .notification-content-wrapper .notification-by-entity-type .loaded-all-notification p {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  color: #5e6278;
  margin-bottom: 0;
}
.notification-wrapper .notification-content-wrapper .list-entity-type {
  width: 48px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 0;
  border-left: 0.5px solid #b5b5c3;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .entity-type-item,
.notification-wrapper .notification-content-wrapper .list-entity-type .entity-type-item-mobile,
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  cursor: pointer;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .entity-type-item .menu-icon,
.notification-wrapper .notification-content-wrapper .list-entity-type .entity-type-item-mobile .menu-icon,
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .menu-icon {
  width: 24px;
  height: 24px;
  position: relative;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .entity-type-item .menu-icon .notify-round-menu,
.notification-wrapper .notification-content-wrapper .list-entity-type .entity-type-item-mobile .menu-icon .notify-round-menu,
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .menu-icon .notify-round-menu {
  right: -2px;
  top: 0;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .active {
  background: linear-gradient(225.88deg, #2560d3 0%, #1020b0 101.59%);
}
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper {
  position: relative;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .notification-pause-content {
  position: absolute;
  background-color: #fff;
  width: 260px;
  border-radius: 8px;
  border: 0.5px solid #b5b5c3;
  top: 36px;
  right: 14px;
  z-index: 9;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease-in-out;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .notification-pause-content.show-popup-pause {
  transform: scaleY(1);
}
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .notification-pause-content .pause-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #5e6278;
  padding: 16px 16px 8px 16px;
  margin-bottom: 0;
  cursor: default;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .notification-pause-content .list-for-time {
  list-style: none;
  padding: 0;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .notification-pause-content .list-for-time li {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #181c32;
  padding: 4px 16px;
  cursor: pointer;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .notification-pause-content .list-for-time li:hover {
  background-color: #eff2f5;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .notification-pause-content .header-wrapper {
  border-bottom: 1px solid #b5b5c3;
  padding-bottom: 8px;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .notification-pause-content .header-wrapper .header-content {
  background: linear-gradient(175.59deg, #1b82e1 3.83%, #2b38b1 96.69%);
  border-radius: 8px 8px 0 0;
  margin-bottom: 8px;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .notification-pause-content .header-wrapper .header-content .pause-title {
  color: #fff;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .notification-pause-content .header-wrapper .resume-notification {
  margin-top: 4px;
  color: #f15e5e;
  display: block;
  padding: 4px 16px;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .notification-pause-content .header-wrapper .resume-notification:hover {
  background-color: #faecec;
}
.notification-wrapper .notification-content-wrapper .list-entity-type .notification-settings-wrapper .notification-pause-content .list-for-time {
  padding: 8px 0 14px 0;
}
@media only screen and (max-width: 450px) {
  .notification-wrapper .notification-content-wrapper .list-entity-type .entity-type-item-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .notification-wrapper .notification-content-wrapper {
    top: 44px;
  }
}
.notification-wrapper .notification-content-wrapper .list-notification {
  width: 100%;
  background-color: #fff;
  padding-bottom: 16px;
  border-bottom: 1px solid #96c0ff;
}
.notification-wrapper .notification-content-wrapper .list-notification:last-child {
  border-bottom: 0 !important;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item {
  display: flex;
  gap: 8px;
  padding: 8px;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .notification-url {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 8px;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .avatar {
  width: 36px;
  height: 36px;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .box-content {
  width: calc(100% - 60px);
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .box-content .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  margin-bottom: 0;
  color: #3f4254;
  padding-right: 8px;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .box-content .title .type {
  color: #1877f2;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .box-content .title .text-notification {
  padding-left: 4px;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .box-content .title-notifiaction-unread {
  font-weight: 600;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .box-content .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #7e8299;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .box-content .comment {
  display: flex;
  color: #181c32;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  width: 100%;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .box-content .comment .user-name {
  flex-shrink: 0;
  white-space: nowrap;
  max-width: 40ch;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .box-content .comment .message-discussion {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .box-content .des {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 8px;
  margin-bottom: 0;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .box-content .des .type,
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .box-content .des .id-request {
  color: #1877f2;
}
.notification-wrapper .notification-content-wrapper .list-notification .notification-item .box-content .des .user-name {
  color: #3f4254;
}
.notification-wrapper .notification-content-wrapper .list-notification:last-child {
  margin-bottom: 0;
}
.notification-wrapper .notify-round {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff1744;
}
@media only screen and (max-width: 991px) {
  .notification-wrapper .notify-round {
    top: -3px;
    right: -3px;
  }
}
.notification-wrapper .notify-round.notify-round-blue {
  background-color: #0065ff;
  position: static;
}
.notification-wrapper .empty-notification {
  text-align: center;
}
.notification-wrapper .empty-notification .content {
  margin: 40px 0;
}
.notification-wrapper .notification-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.notification-wrapper .notification-loading .content-loading {
  height: 60px;
  width: 60px;
  border: 5px solid #fff;
  border-top-color: #206bc4;
  border-radius: 50%;
  transition: all ease 1s;
  animation: rotate 1s infinite;
}

@media (min-width: 992px) and (max-width: 1480px) {
  .notification-reminder-wrapper {
    position: fixed;
    z-index: 0;
  }
}
@media only screen and (max-width: 767px) {
  .notification-reminder-wrapper {
    display: none;
  }
}
.notification-reminder-wrapper .notification-reminder-container {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 480px;
  padding: 4px 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .notification-reminder-wrapper .notification-reminder-container {
    position: fixed;
    top: 5px;
    z-index: 0;
    padding: 0;
  }
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item {
  cursor: pointer;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-avatar-notiffication {
  border-radius: 32px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: linear-gradient(226deg, #2560d3 0%, #1020b0 101.59%);
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-avatar-notiffication .avatar-notification {
  border-radius: 50%;
  border: 1px solid #fff;
  background: linear-gradient(135deg, #f45d5d 16.67%, #af3939 86.11%);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15) inset, 0px -2px 8px -4px rgba(16, 24, 40, 0.06), 0px 4px 6px -2px rgba(16, 24, 40, 0.04);
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-title-and-date {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 4px;
  height: 16px;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-title-and-date .box-title,
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-title-and-date .box-comment-content,
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-title-and-date .box-user-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #3f4254;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-title-and-date .box-user-name {
  flex-shrink: 0;
  white-space: nowrap;
  max-width: 15ch;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-title-and-date .box-content-discussion {
  max-width: 18ch;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-title-and-date .box-created-at {
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #7e8299;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-title-and-date .box-comment-and-user-name {
  display: flex;
  align-items: center;
  line-height: 14px;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-title-and-date .box-comment-and-user-name .box-comment-content {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 22ch;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-title-and-date .box-comment-and-user-name .quote-mark {
  padding-right: 6px;
  color: #3f4254;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-title-and-date .text-notification {
  font-weight: 600;
  color: #1877f2;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-request-type-and-customer-name {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  line-height: 14px;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-request-type-and-customer-name .box-request-type,
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-request-type-and-customer-name .box-request-id {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #1877f2;
  display: inline-block;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-request-type-and-customer-name .box-customer-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #3f4254;
  display: inline-block;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-request-response {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-request-response .box-title {
  font-size: 14px;
  line-height: 100%;
  color: #3f4254;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-request-response .box-title .text-notification {
  font-weight: 600;
  color: #1877f2;
  padding-left: 4px;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-request-response .box-created-at {
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
  color: #7e8299;
  min-width: fit-content;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-request-others .box-title-create-at {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 4px;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-request-others .box-title-create-at .box-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #3f4254;
}
.notification-reminder-wrapper .notification-reminder-container .notification-reminder-item .box-text-notification .box-request-others .box-title-create-at .box-created-at {
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  color: #7e8299;
}
.notification-reminder-wrapper .notification-reminder-container .vertical-nav-arrows {
  display: flex;
  flex-direction: column;
}
.notification-reminder-wrapper .notification-reminder-container .vertical-nav-arrows .vertical-arrow {
  padding: 0;
  border: 0;
  display: flex;
  box-shadow: none;
  background: transparent;
}
.notification-reminder-wrapper .notification-reminder-container .vertical-nav-arrows .vertical-arrow:hover {
  background-color: #e4e6ef;
  border-radius: 4px;
}

.notification-popup-custom-wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  z-index: 101;
  background: rgba(0, 0, 0, 0.1882352941);
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.notification-popup-custom-wrapper.displayed {
  opacity: 1;
  visibility: visible;
}
.notification-popup-custom-wrapper .notification-popup-custom {
  position: fixed;
  bottom: 16px;
  right: -450px;
  width: 400px;
  z-index: 99;
  transition: right 0.8s ease-in-out;
  -webkit-transition: right 0.8s ease-in-out;
}
.notification-popup-custom-wrapper .notification-popup-custom.hovered {
  right: 16px;
}
@media only screen and (max-width: 540px) {
  .notification-popup-custom-wrapper .notification-popup-custom.hovered {
    max-width: calc(100% - 40px);
    right: 20px;
    left: 20px;
    bottom: 20px;
  }
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom {
  border: 0;
  border-radius: 8px;
  padding: 16px;
  background-color: #f9fbff;
  border: 0.5px solid #206bc4;
  box-shadow: 99px 89px 37px 0px rgba(0, 0, 0, 0), 63px 57px 34px 0px rgba(0, 0, 0, 0.02), 36px 32px 29px 0px rgba(0, 0, 0, 0.08), 16px 14px 21px 0px rgba(0, 0, 0, 0.14), 4px 4px 12px 0px rgba(0, 0, 0, 0.16);
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .header-item-custom-notification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9fbff;
  border-bottom: 0.5px solid #b5b5c3;
  padding: 0 0 8px 0;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .header-item-custom-notification .avatar-custom-notification {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .header-item-custom-notification .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #181c32;
  margin-bottom: 0;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .header-item-custom-notification .close-btn {
  cursor: pointer;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .header-item-custom-notification .close-btn svg:hover path {
  stroke: #5e6278;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .notification-item-custom {
  padding: 16px 0;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .notification-item-custom .box-content {
  width: 100%;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .notification-item-custom .box-content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: #3f4254;
  margin-bottom: 8px;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .notification-item-custom .box-content .comment {
  display: block;
  color: #3f4254;
  line-height: 100%;
  margin-bottom: 0;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .notification-pause-dots {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .notification-pause-dots .pause-dots {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #3f4254;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  height: 36px;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .notification-pause-dots .pause-dots:hover {
  color: #206bc4;
  background-color: #fff;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .notification-pause-dots .notification-remind-content {
  position: absolute;
  bottom: 31px;
  right: 0;
  text-align: left;
  background-color: #fff;
  width: 280px;
  border-radius: 8px;
  border: 0.5px solid #b5b5c3;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease-in-out;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .notification-pause-dots .notification-remind-content.show-popup-remind {
  transform: scaleY(1);
}
@media only screen and (max-width: 540px) {
  .notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .notification-pause-dots .notification-remind-content {
    left: 0;
  }
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .notification-pause-dots .notification-remind-content .pause-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #5e6278;
  padding: 16px 16px 8px 16px;
  margin-bottom: 0;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .notification-pause-dots .notification-remind-content .list-for-time {
  list-style: none;
  padding: 0;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .notification-pause-dots .notification-remind-content .list-for-time li {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #181c32;
  padding: 4px 16px;
  cursor: pointer;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .notification-pause-dots .notification-remind-content .list-for-time li:hover {
  background-color: #eff2f5;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .btn-dismiss {
  font-size: 14px;
  font-weight: 600;
  font-family: "SF Pro Display";
  line-height: 14px;
  color: #3f4254;
  width: 180px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 0.5px solid #b5b5c3;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .btn-dismiss:hover {
  color: #206bc4;
  background-color: #fff;
  border: 0.5px solid #206bc4;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .notification-view-link {
  width: 100%;
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .notification-view-link .btn-view-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #206bc4;
  display: flex;
  align-items: center;
  width: 100%;
  border: 0;
  border-radius: 4px;
  background-color: #e1ecfb;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.notification-popup-custom-wrapper .notification-popup-custom .notification-content-custom .footer-custom-notification .notification-view-link .btn-view-link:hover {
  background-color: #206bc4;
  color: #fff;
}

.notification-popup-latest-wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  z-index: 101;
  background: rgba(0, 0, 0, 0.1882352941);
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.notification-popup-latest-wrapper.displayed {
  opacity: 1;
  visibility: visible;
}
.notification-popup-latest-wrapper .notification-popup-latest {
  position: fixed;
  top: 72px;
  right: -450px;
  z-index: 99;
  transition: right 1s ease-in-out;
  -webkit-transition: right 1s ease-in-out;
  background-color: #fff;
  border-radius: 8px;
}
.notification-popup-latest-wrapper .notification-popup-latest.hovered {
  right: 16px;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest {
  padding: 0;
  border: 0.5px solid #206bc4;
  border-radius: 8px;
  max-width: 400px;
  min-width: 400px !important;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .header-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px 8px 0px 0px;
  background: #206bc4;
  padding: 8px 8px 8px 16px;
  margin-bottom: 0;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .header-item .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  margin-bottom: 0px;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .header-item .notification-pause-dots {
  position: relative;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .header-item .notification-pause-dots .pause-dots svg path {
  stroke: #fff;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .header-item .notification-pause-dots .box-pause-notifications {
  position: absolute;
  top: 28px;
  right: -18px;
  text-align: left;
  background-color: #fff;
  width: 280px;
  border-radius: 8px;
  border: 0.5px solid #b5b5c3;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease-in-out;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .header-item .notification-pause-dots .box-pause-notifications.show-popup-pause {
  transform: scaleY(1);
}
@media only screen and (max-width: 540px) {
  .notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .header-item .notification-pause-dots .box-pause-notifications {
    left: 0;
  }
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .header-item .notification-pause-dots .box-pause-notifications .pause-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #5e6278;
  padding: 16px 16px 8px 16px;
  margin-bottom: 0;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .header-item .notification-pause-dots .box-pause-notifications .list-for-time {
  list-style: none;
  padding: 0;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .header-item .notification-pause-dots .box-pause-notifications .list-for-time li {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #181c32;
  padding: 4px 16px;
  cursor: pointer;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .header-item .notification-pause-dots .box-pause-notifications .list-for-time li:hover {
  background-color: #eff2f5;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item {
  padding: 16px;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .notification-url {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 8px;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .avatar {
  width: 36px;
  height: 36px;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .box-content {
  width: calc(100% - 60px);
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .box-content .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
  color: #3f4254;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .box-content .title .type,
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .box-content .title .id-request {
  color: #1877f2;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .box-content .title-notifiaction-unread {
  font-weight: 600;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .box-content .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #7e8299;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .box-content .comment {
  display: flex;
  color: #181c32;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .box-content .des {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin-top: 8px;
  margin-bottom: 0;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .box-content .des .type,
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .box-content .des .request-id {
  color: #1877f2;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .box-content .des .user-name {
  color: #3f4254;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .box-content .user-name {
  flex-shrink: 0;
  white-space: nowrap;
}
.notification-popup-latest-wrapper .notification-popup-latest .notification-content-latest .notification-latest-item .box-content .message-discussion {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notification-popup-latest-wrapper .notification-popup-latest .close-btn {
  cursor: pointer;
}
.notification-popup-latest-wrapper .notification-popup-latest .close-btn svg path {
  stroke: #fff;
}
.notification-popup-latest-wrapper .notification-popup-latest .close-btn svg:hover path {
  stroke: #d5d5d5;
}
@media only screen and (max-width: 540px) {
  .notification-popup-latest-wrapper .notification-popup-latest {
    display: none;
  }
}
.notification-popup-latest-wrapper .notification-popup-latest .resume-notification {
  display: flex;
  padding: 2px 16px;
  width: 100%;
}
.notification-popup-latest-wrapper .notification-popup-latest .resume-notification:hover {
  cursor: pointer;
  background-color: #eff2f5;
}

.dropdown-custom {
  min-width: 126px !important;
}

.read-setting-options ul {
  padding: 0;
  margin: 0;
}
.read-setting-options li {
  cursor: pointer;
  display: block;
  list-style: none;
  padding: 11px 8px;
  font-size: 14px;
  color: #181c32;
  font-weight: 400;
  line-height: 100%;
  transition: 0.5s;
}
.read-setting-options li:hover {
  background-color: #f9fbff;
}

.search-notfication-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.search-notfication-wrap .search-notfication-input {
  background-color: white;
  border-color: #dadfe5;
}
.search-notfication-wrap.group {
  padding: unset !important;
  width: 100%;
}
.search-notfication-wrap .form-control:focus {
  border-color: #206bc4 !important;
  box-shadow: none !important;
}
.search-notfication-wrap .input-icon:has(.form-control:focus) .input-icon-addon {
  background: #206bc4 !important;
}
.search-notfication-wrap .input-icon:has(.form-control:focus) .input-icon-addon svg {
  stroke: white !important;
}
.search-notfication-wrap .input-icon-addon {
  width: 28px;
  height: 28px;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1490196078);
  top: 4px;
  right: 4px;
  min-width: unset !important;
}
.search-notfication-wrap .search-notfication-result {
  font-size: 14px;
  line-height: 20px;
}@keyframes blinkBackground {
  from {
    background-color: #b2d1ff;
  }
  to {
    background-color: #f0f0f0;
  }
}
@keyframes blinkBackgroundMenuIcon {
  from {
    background-color: #1020b0;
  }
  to {
    background-color: transparent;
  }
}
.case-discussion-menu {
  position: fixed;
  right: 0;
  top: 60px;
  background-color: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px 0 0 8px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 44px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.case-discussion-menu.show {
  height: 116px;
}
@media only screen and (max-width: 991px) {
  .case-discussion-menu {
    top: 48px;
  }
}
.case-discussion-menu .case-discussion-menu-icon {
  background-color: transparent;
  border-radius: 4px;
}
.case-discussion-menu .case-discussion-menu-icon.new-message {
  background-color: #1020b0;
  animation: blinkBackgroundMenuIcon 1s ease-in infinite alternate;
}
.case-discussion-menu .case-discussion-menu-icon.new-message path {
  fill: #fff;
}
@media only screen and (min-width: 991px) {
  .case-discussion-menu:hover, .case-discussion-menu.show {
    height: 116px;
  }
}
.case-discussion-menu:hover .case-discussion-menu-icon.new-message, .case-discussion-menu.show .case-discussion-menu-icon.new-message {
  background-color: transparent;
  animation: none;
}
.case-discussion-menu .item-room {
  border-radius: 10px;
  padding: 4px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.case-discussion-menu .item-room img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.case-discussion-menu .item-room:hover {
  background-color: #b2d1ff;
}
.case-discussion-menu .item-room.new-message {
  background-color: #b2d1ff;
  animation: blinkBackground 1s ease-in-out infinite alternate;
}

#case-discussion .list-discussion-room-wrapper, #case-detail-discussion .list-discussion-room-wrapper {
  height: 100%;
  overflow: hidden;
  padding: 0px 4px;
}
#case-discussion .slidebar-heading, #case-detail-discussion .slidebar-heading {
  padding: 0px 4px;
}

.box-discussion-react {
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 16px;
  border-radius: 8px;
}.discussion-room-content-wrapper {
  padding: 16px 12px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  max-width: 488px;
  height: 100%;
  z-index: 99;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 400ms ease;
  height: 100%;
}
@media only screen and (max-width: 540px) {
  .discussion-room-content-wrapper {
    height: 100%;
  }
}
.discussion-room-content-wrapper.show-sidebar-request-discussion {
  transform: translateX(0);
}
.discussion-room-content-wrapper .discusssion-room-content {
  height: 100%;
}
.discussion-room-content-wrapper .infor-discusstion-room {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.discussion-room-content-wrapper .infor-discusstion-room .header-room {
  background-color: #f9fbff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 8px;
  min-height: 91px;
}
.discussion-room-content-wrapper .infor-discusstion-room .header-room .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discussion-room-content-wrapper .infor-discusstion-room .header-room .item .btn-back-to,
.discussion-room-content-wrapper .infor-discusstion-room .header-room .item .btn-dropdown-action-discussion {
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 8px;
  display: block;
}
.discussion-room-content-wrapper .infor-discusstion-room .header-room .item .btn-back-to:hover,
.discussion-room-content-wrapper .infor-discusstion-room .header-room .item .btn-dropdown-action-discussion:hover {
  background-color: #e4e6ef;
  border-radius: 50%;
}
.discussion-room-content-wrapper .infor-discusstion-room .header-room .item .btn-back-to svg,
.discussion-room-content-wrapper .infor-discusstion-room .header-room .item .btn-dropdown-action-discussion svg {
  color: #181c32;
}
.discussion-room-content-wrapper .infor-discusstion-room .header-room .btn-dropdown-action-discussion {
  border-radius: 50%;
}
.discussion-room-content-wrapper .infor-discusstion-room .header-room .title-wraper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.discussion-room-content-wrapper .infor-discusstion-room .header-room .title-wraper .btn-update-title {
  cursor: pointer;
}
.discussion-room-content-wrapper .infor-discusstion-room .header-room .dropdown-menu-actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.discussion-room-content-wrapper .infor-discusstion-room .header-room .dropdown-menu-actions a {
  font-size: 14px;
  font-weight: 400;
  color: #3f4254;
}
.discussion-room-content-wrapper .infor-discusstion-room .header-room .dropdown-menu-actions a:hover {
  color: #206bc4 !important;
}
.discussion-room-content-wrapper .infor-discusstion-room .header-room .dropdown-menu-actions a:hover svg path {
  stroke: #206bc4;
}
.discussion-room-content-wrapper .list-messages-room {
  width: 100%;
  margin-bottom: 16px;
  overflow: auto;
}
.discussion-room-content-wrapper .list-messages-room.has-reply {
  height: calc(100vh - 295px);
}
@media screen and (max-width: 576px) {
  .discussion-room-content-wrapper .list-messages-room.has-reply {
    height: calc(100vh - 352px);
  }
}
.discussion-room-content-wrapper .list-messages-room.no-reply {
  height: calc(100vh - 250px);
}
@media screen and (max-width: 576px) {
  .discussion-room-content-wrapper .list-messages-room.no-reply {
    height: calc(100vh - 310px);
  }
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-you {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-you .header {
  justify-content: flex-end;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-you .header .created-by-partisipant {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #5e6278;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-you .header .created-time {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #7e8299;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-you .content {
  color: #fff;
  background-color: #206bc4;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-you .content::selection {
  background-color: #227fe2;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-you .content.has-reply {
  border-radius: 0px 0 8px 8px;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-you .content.no-reply {
  border-radius: 8px 0 8px 8px;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-you .content .box-dropdown-btn a {
  color: #3f4254;
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-you .content .box-dropdown-btn a:hover {
  color: #206bc4;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-you .content .box-dropdown-btn a:hover svg path {
  stroke: #206bc4;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-participant {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-participant .avatar-participant .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-participant .header {
  justify-content: space-between;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-participant .content {
  color: #181c32;
  background-color: #eff2f5;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-participant .content.has-reply {
  border-radius: 0px 0 8px 8px;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-participant .content.no-reply {
  border-radius: 0px 8px 8px 8px;
}
.discussion-room-content-wrapper .list-messages-room .item-created-by-participant .content .icon-more-message svg path {
  stroke: #B5B5C3;
}
.discussion-room-content-wrapper .list-messages-room .item-message {
  width: fit-content;
}
.discussion-room-content-wrapper .list-messages-room .item-message .header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.discussion-room-content-wrapper .list-messages-room .item-message .header .created-by-box .created-by {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #5e6278;
}
.discussion-room-content-wrapper .list-messages-room .item-message .header .created-by-box .reply-owner {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #7e8299;
}
.discussion-room-content-wrapper .list-messages-room .item-message .header .created-by-box .reply-owner .other {
  font-weight: 600;
  color: #5e6278;
}
.discussion-room-content-wrapper .list-messages-room .item-message .header .created-time {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #7e8299;
}
.discussion-room-content-wrapper .list-messages-room .item-message .content {
  padding: 7px 14px;
  font-size: 16px;
  font-weight: 400;
}
.discussion-room-content-wrapper .list-messages-room .item-message .content .content-message {
  word-break: break-word;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  max-width: 100%;
}
.discussion-room-content-wrapper .list-messages-room .item-message .content .content-message::selection {
  background-color: #227fe2 !important;
}
.discussion-room-content-wrapper .list-messages-room .box-no-message-by-me-or-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.discussion-room-content-wrapper .list-messages-room .btn-message-discussion {
  gap: 8px;
  padding: 5px 10px;
}
.discussion-room-content-wrapper .list-messages-room .btn-message-discussion:hover svg path {
  stroke: #206bc4;
}
.discussion-room-content-wrapper .list-messages-room .btn-message-discussion:hover span {
  color: #206bc4;
}
.discussion-room-content-wrapper .footer-room {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.discussion-room-content-wrapper .footer-room .send-message-request {
  border-top: 0.5px solid #e4e6ef;
  padding: 16px 0 0;
  width: 100%;
  min-height: 16px;
}
.discussion-room-content-wrapper .footer-room .send-message-request .input-send-message-request {
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background-color: #eff2f5;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.discussion-room-content-wrapper .footer-room .send-message-request .input-send-message-request::placeholder {
  color: #7e8299;
}
.discussion-room-content-wrapper .footer-room .send-message-request .btn-message {
  border-radius: 8px;
  border: 0;
  box-shadow: none;
  padding: 7px;
}
.discussion-room-content-wrapper .footer-room .send-message-request .btn-send-message {
  background-color: #206bc4;
}
.discussion-room-content-wrapper .footer-room .send-message-request .btn-closed-edit-message {
  background-color: #e4e6ef;
}
.discussion-room-content-wrapper .footer-room .send-message-request .error-content,
.discussion-room-content-wrapper .footer-room .send-message-request .error-content-cmt {
  width: calc(100% - 14px);
  margin-top: -8px !important;
}
.discussion-room-content-wrapper .footer-room .content-reply-message .content-reply {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-conversations-wrapper .placeholder.room-placeholder {
  height: 66px;
}
.box-conversations-wrapper .placeholder.room-placeholder:last-of-type {
  margin-bottom: 16px !important;
}

.reply-message-box {
  background-color: #F9FBFF;
  padding: 6px 14px;
  box-shadow: 0px -1px 4px 0px rgba(16, 24, 40, 0.08);
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.reply-message-box .blue-vertical-line {
  width: 2px;
  min-width: 2px;
  height: -webkit-fill-available;
  background-color: #1877F2;
  border-radius: 6px;
}
.reply-message-box .content-reply-message .full-name-reply {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 4px;
  color: #3f4254;
}
.reply-message-box .content-reply-message .content-reply {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 0;
  color: #7e8299;
}.cart-button-quantity-request {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  height: 32px;
  border: none;
  border-radius: 4px;
  background-color: #e1ecfb;
  cursor: pointer;
  position: relative;
}
.cart-button-quantity-request .icon-wrapper {
  position: relative;
  width: 20px;
  height: 20px;
}
.cart-button-quantity-request .icon-wrapper svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-button-quantity-request .icon-wrapper .count {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -75%);
  font-size: 11px;
  font-weight: 700;
  color: #1877f2;
}
.cart-button-quantity-request .text {
  font-size: 14px;
  color: #000;
}

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cart-header-wrapper {
  position: relative;
  display: inline-block;
}
.cart-header-wrapper .cart-body-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease 1s, visibility 0.5s ease 1s;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  background: white;
  padding: 8px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-header-wrapper:hover .cart-body-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0.25s;
}
.cart-header-wrapper:hover .cart-body-wrapper .btn-filter {
  animation: fadeSlideIn 0.4s ease forwards;
  opacity: 0;
}
.cart-header-wrapper:hover .cart-body-wrapper .btn-filter:nth-child(1) {
  animation-delay: 0.1s;
}
.cart-header-wrapper:hover .cart-body-wrapper .btn-filter:nth-child(2) {
  animation-delay: 0.25s;
}
.cart-header-wrapper:hover .cart-body-wrapper .btn-filter:nth-child(3) {
  animation-delay: 0.4s;
}.button-feedback-header {
  position: relative;
}
.button-feedback-header .inform-new-message {
  position: absolute;
  top: 35px;
  right: -12px;
  width: 100%;
  min-width: 270px;
  text-align: right;
  background-color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s linear 1s, visibility 0.3s linear 1s;
  color: #181c32;
  z-index: 10;
  text-align: center;
  visibility: hidden;
}
.button-feedback-header:hover .inform-new-message {
  opacity: 1;
  transition-delay: 0.25s;
  visibility: visible !important;
}#dot-live-chat {
  opacity: 0;
  transition: opacity 0.5s;
}

.live-chat-icon {
  margin-bottom: 4px;
}

.loading-live-chat-icon {
  display: block;
  animation: spin 1s linear infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}[data-tg-tour] {
  scroll-margin: 30px 0;
}

.tg-backdrop {
  position: absolute;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 99;
  border-radius: 7px;
  box-shadow: rgba(33, 33, 33, 0.8) 0 0 1px 2px, rgba(33, 33, 33, 0.8) 0 0 0 1000vh;
  border: 1px solid rgba(193, 192, 232, 0.5);
  top: 50vh;
  left: 50vw;
  width: 0;
  height: 0;
}
.tg-backdrop.tg-backdrop-animate {
  transition: all 300ms;
}
.tg-backdrop.allow-interaction {
  pointer-events: none;
}

.tg-dialog {
  border-radius: 12px;
  animation-delay: 100ms;
  min-height: 120px;
  background: #fff;
  color: #252525;
  max-width: 340px;
  width: max-content;
  z-index: 9999;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  font-size: 0.9rem;
}
.tg-dialog .tg-dialog-header {
  display: flex;
  align-items: center;
  padding: 25px 25px 0 25px;
}
.tg-dialog .tg-dialog-header .tg-dialog-title {
  font-size: 1rem;
  font-weight: 700;
  margin-right: auto;
}
.tg-dialog .tg-dialog-header .tg-dialog-title + .tg-dialog-body {
  padding: 18.75px 25px 18.75px 25px;
}
.tg-dialog .tg-dialog-header .tg-dialog-close-btn {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  opacity: 0.4;
  cursor: pointer;
  white-space: nowrap;
}
.tg-dialog .tg-dialog-header .tg-dialog-close-btn:hover {
  opacity: 8;
}
.tg-dialog .tg-dialog-header .tg-dialog-close-btn:focus {
  opacity: 1;
}
.tg-dialog .tg-dialog-header .tg-dialog-spinner {
  display: none;
  opacity: 0.4;
  margin-top: -1px;
  -webkit-animation: tg-spin 1s linear infinite;
  -moz-animation: tg-spin 1s linear infinite;
  -o-animation: tg-spin 1s linear infinite;
  animation: tg-spin 1s linear infinite;
}
@keyframes tg-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.tg-dialog .tg-dialog-progress-bar {
  background: #f1f1f1;
  height: 5px;
  display: block;
  margin-top: 18.75px;
  position: relative;
}
.tg-dialog .tg-dialog-progress-bar > .tg-bar {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 4px;
  background: #414144;
  height: 100%;
  display: block;
  transition: all 300ms;
}
.tg-dialog .tg-dialog-body {
  padding: 25px;
  font-weight: 400;
}
.tg-dialog .tg-dialog-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  margin-bottom: 10px;
  border-top: 1px solid #dedee7;
  border-bottom: 1px solid #dedee7;
}
.tg-dialog .tg-dialog-dots > span.tg-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #c2c7ce;
  border-radius: 12px;
  margin: 0 4px;
}
.tg-dialog .tg-dialog-dots > span.tg-dot.tg-dot-active {
  background: #5362d9;
}
.tg-dialog .tg-dialog-footer {
  padding: 12.5px 25px 25px 25px;
  display: flex;
  align-items: center;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn {
  padding: 5px 10px;
  border: 1px solid #cbcfd5;
  color: #6f727e;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.82rem;
  white-space: nowrap;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn + button {
  margin-left: auto;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:hover {
  color: #464852;
  border: 1px solid #b5b7c2;
  outline: none;
  box-shadow: none;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:focus {
  outline: none;
  box-shadow: none;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:active {
  color: #4655cb;
  background: #f1f2ff;
  border: 1px solid #5362d9;
  outline: none;
  box-shadow: none;
}
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup {
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  line-height: 1;
}
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-step-progress {
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 auto;
  opacity: 0.4;
  letter-spacing: 1px;
  display: inline-block;
}
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots {
  padding: 0;
  margin: 0;
  border: none;
}
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots > span.tg-dot {
  width: 8px;
  height: 8px;
  margin: 0 3px;
}
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup .tg-dialog-dots + .tg-step-progress {
  margin-top: 10px;
  font-size: 0.68rem;
}
.tg-dialog .tg-arrow {
  position: absolute;
  background: #fff;
  width: 9px;
  height: 9px;
  border-radius: 1px;
  transform: rotate(45deg);
}
.tg-dialog.tg-dialog-fixed {
  transition: none;
  animation-delay: 0ms;
}
.tg-dialog.animate-position {
  transition: all 300ms;
}
.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-title {
  opacity: 0.4;
}
.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-close-btn {
  display: none;
}
.tg-dialog.tg-dialog-loading .tg-dialog-header .tg-dialog-spinner {
  display: inline-block;
}
.tg-dialog.tg-dialog-loading .tg-dialog-body {
  opacity: 0.4;
  pointer-events: none;
}
.tg-dialog.tg-dialog-loading .tg-dialog-footer {
  pointer-events: none;
  opacity: 0.4;
}

/** disable interaction with other elements on page */
.tg-no-interaction * {
  pointer-events: none !important;
  user-select: none !important;
}

.tg-no-interaction .tg-dialog,
.tg-no-interaction .tg-active-element,
.tg-dialog *,
.tg-active-element * {
  pointer-events: auto !important;
  user-select: text !important;
}.tg-dialog {
  border-radius: 8px !important;
}
.tg-dialog .tg-dialog-header {
  padding: 28px 28px 0 28px;
}
.tg-dialog .tg-dialog-header .tg-dialog-close-btn {
  opacity: 1 !important;
  margin-top: -12px;
}
.tg-dialog .tg-dialog-header .tg-dialog-close-btn svg {
  width: 14px;
  height: 14px;
}
.tg-dialog .tg-dialog-header .tg-dialog-title .title-step-tour {
  font-size: 20px;
  font-weight: 600;
  color: #3F4254;
  margin-bottom: 0;
}
.tg-dialog .tg-dialog-header .tg-step-progress {
  font-size: 12px !important;
  font-weight: 400;
  color: #3F4254;
}
@media only screen and (max-width: 540px) {
  .tg-dialog .tg-dialog-header .tg-step-progress {
    min-width: 60px;
  }
}
.tg-dialog .tg-dialog-body {
  padding: 0;
  margin: 0 28px;
}
.tg-dialog .tg-dialog-body .box-step-snapshot {
  position: relative;
}
.tg-dialog .tg-dialog-body .box-step-snapshot .img-pet {
  width: 100px;
  height: 55px;
  position: absolute;
  top: -105.5px;
  left: 0;
}
.tg-dialog .tg-dialog-body .content-step-tour-snapshot {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #3F4254;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 34px;
}
.tg-dialog .tg-dialog-body .content-step-tour-text-snapshot {
  font-size: 13px;
  font-style: italic;
  color: #3F4254;
  margin-bottom: 10px;
  border-bottom: 0.5px solid #B5B5C3;
  padding-bottom: 10px;
}
.tg-dialog .tg-dialog-body .content-step-tour {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #3F4254;
  margin-bottom: 10px;
  border-bottom: 0.5px solid #B5B5C3;
  padding-top: 20px;
  padding-bottom: 28px;
}
.tg-dialog .tg-dialog-body .box-step-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0px;
  margin-bottom: 10px;
  position: relative;
}
.tg-dialog .tg-dialog-body .box-step-5 .img-tour-step-5 {
  width: 260px;
  height: 200px;
  margin: 20px 0;
}
.tg-dialog .tg-dialog-body .box-step-5 .content-step-tour-5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #3F4254;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tg-dialog .tg-dialog-body .box-step-5 .content-step-tour-5 .title-tour-step-5 {
  font-size: 20px;
  font-weight: 600;
  color: #3F4254;
  margin-bottom: 0;
}
.tg-dialog .tg-dialog-body .box-step-5 .content-step-tour-5 .text-tour-step-5 {
  font-size: 16px;
  font-weight: 400;
  color: #3F4254;
  margin-bottom: 0;
  line-height: 16px;
  text-align: center;
  margin: 20px 0;
}
.tg-dialog .tg-dialog-body .box-step-5 .box-helpful {
  width: 100%;
  margin-bottom: 10px;
}
.tg-dialog .tg-dialog-body .dialog-footer-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 0;
}
.tg-dialog .tg-dialog-body .dialog-footer-btn .title-help-ful {
  font-size: 14px;
  font-weight: 400;
  color: #3F4254;
  margin-bottom: 0;
}
.tg-dialog .tg-dialog-body .dialog-footer-btn .btn-like-default {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.tg-dialog .tg-dialog-body .dialog-footer-btn .btn-other {
  background-color: transparent;
  padding: 12px 16px;
  border: 0;
  box-shadow: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #3F4254;
}
.tg-dialog .tg-dialog-body .dialog-footer-btn .btn-other:hover {
  background-color: #E1ECFB;
  color: #1877F2;
}
.tg-dialog .tg-dialog-body .dialog-footer-btn .btn-go-it {
  background-color: #206BC4;
  border: 0;
  box-shadow: none;
  padding: 16px 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  height: 46px;
  width: 127px;
}
.tg-dialog .tg-dialog-body .dialog-footer-btn .btn-go-it:hover {
  background-color: #E1ECFB;
  color: #206BC4;
}
.tg-dialog .tg-dialog-footer {
  padding: 0px 28px 28px !important;
  justify-content: space-between;
  gap: 4px;
}
.tg-dialog .tg-dialog-footer .tg-dialog-footer-sup {
  margin: 0;
  padding: 0;
}
.tg-dialog .tg-dialog-footer .tg-dialog-btn.disabled {
  display: none;
}

#tg-dialog-prev-btn {
  background-color: transparent;
  padding: 12px 32px;
  color: #3F4254;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  height: 36px;
  display: flex;
  align-items: center;
}
#tg-dialog-prev-btn:hover {
  background-color: #E1ECFB;
  color: #1877F2;
}

#tg-dialog-next-btn {
  height: 36px;
  padding: 12px 32px;
  border-radius: 4px;
  background-color: #206BC4;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  display: flex;
  align-items: center;
}
#tg-dialog-next-btn:hover {
  background-color: #E1ECFB;
  color: #206BC4;
}

.btn-like.active svg path {
  stroke: #029757;
}

.btn-dislike.active svg path {
  stroke: #C30000;
}

@media only screen and (max-width: 560px) {
  .tg-dialog {
    max-width: 340px !important;
  }
  .tg-dialog .tg-dialog-header {
    padding: 14px 14px 0 !important;
  }
  .tg-dialog .tg-dialog-header .tg-dialog-title .title-step-tour {
    font-size: 16px;
  }
  .tg-dialog .tg-dialog-body {
    margin: 0 14px;
  }
  .tg-dialog .tg-dialog-body .content-step-tour {
    font-size: 12px;
    line-height: 14px;
    padding-top: 10px;
    padding-bottom: 14px;
  }
  .tg-dialog .tg-dialog-body .box-step-5 {
    padding-bottom: 0;
  }
  .tg-dialog .tg-dialog-body .box-step-5 .box-helpful {
    bottom: -36px;
  }
  .tg-dialog #tg-dialog-next-btn, .tg-dialog #tg-dialog-prev-btn {
    padding: 8px 16px;
    height: 30px;
    line-height: 14px;
  }
  .tg-dialog #tg-dialog-next-btn:hover {
    background-color: #206bc4;
    color: #fff;
  }
  .tg-dialog .tg-dialog-footer {
    padding: 0px 14px 14px !important;
  }
}