html, body {
  height: 100%;
}

.tlpl-body-layout {
  height: 100%;
  min-height: -webkit-fill-available; /* cho các trình duyệt WebKit (bao gồm Safari và Chrome) */
  min-height: fill-available; /* cho các trình duyệt không phải WebKit */
  display: flex;
  background-color: #F2F4F7;
}

.mess-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-left: 0.5rem solid #F1F1F1;
  font-family: "Montserrat", sans-serif;
}

.panel-header {
  /* position: fixed;
  top: 0;
  left: 0; */
  width: 100%;
  height: 5rem;
  padding: 0 1rem;
  border-bottom: 0.25rem solid #F5F5F5;
  box-sizing: border-box;
  background-color: #fff;
}

.panel-header .panel-logo {
  margin-bottom: 0;
  color: #060047;
  font-family: "Bruno Ace", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: 125%;
  text-decoration: none;
}

.panel-header .panel-logo:hover {
  color: #060047;
  text-decoration: none;
}

.panel-header .panel-logo span {
  color: #E90064
}

.panel-header .site {
  color: #666666;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 150%;
  opacity: 0.6;
  flex: 1;
}

.panel-header .panel-header-left-copyright {
  align-items: normal !important;
}

.panel-header .active {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  background-color: #68D391;
}

.panel-header .archive-save-btn,
.panel-header .archive-rating-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  margin: 0;
  margin-left: 1rem;
  cursor: pointer;
}

.panel-header .archive-add-img {
  width: 1.5rem;
  max-width: unset;
}

.panel-header .panel-header-right {
  display: flex;
}

/*
/////////////////////////////////////////////////////////////////////////// MESSAGE LIST
/////////////////////////////////////////////////////////////////////////// MESSAGE LIST
/////////////////////////////////////////////////////////////////////////// MESSAGE LIST
/////////////////////////////////////////////////////////////////////////// MESSAGE LIST
/////////////////////////////////////////////////////////////////////////// MESSAGE LIST
*/

.message-list {
  flex: 1;
  overflow: auto;
  padding: 0.5rem 1rem 0 1rem;
  /* margin-top: 5rem; */
  background-color: #fff;
}

.message-list-older {
  position: fixed;
  z-index: -1;
}

.message-list-older-show {
  position: unset;
  z-index: unset;
}

.loading-more-message {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-more-message .message-older-loading {
  position: absolute;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #e90064;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

.message-list .message-package {
  display: flex;
  gap: 0.625rem;
}

.message-list .sender-package {
  flex-direction: row-reverse;
}

.message-list .message-package .message-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.52rem;
}

.message-list .message-package .message-content-box {
  max-width: 85%;
  padding: 0rem 1rem;
  border-radius: 0.75rem;
  margin-bottom: 1.75rem;
  box-sizing: border-box;
  background-color: #F1F1F1;
  font-size: 0.875rem;
  text-align: justify;
  word-break: break-word;
}

.message-list .message-package .message-content-box:hover .message-action {
  display: flex;
}

.message-list .message-package .message-content-box.decrease-margin {
  margin-bottom: 0.25rem;
}

.message-list .message-package .message-content-box a {
  color: #E90164;
  text-decoration: underline;
}

.message-list .sender-package .message-content-box {
  background-color: #060047;
  color: #fff;
}

.message-list .sender-package .message-content-box {
  background-color: #060047;
  color: #fff;
}

.message-list .bot-package .message-img,
.message-list .bot-package .message-content-box {
  position: relative;
  margin-bottom: 1.75rem;
}

.message-list .bot-package .message-action {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  display: none;
  justify-content: space-between;
}

.message-list .bot-package .message-btn-action {
  width: 0.75rem;
  height: 0.75rem;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
}

.message-list .bot-package .like-btn {
  background-image: url("../../icons/like.png");
  background-size: cover;
}

.message-list .bot-package .like-btn.like-active-btn,
.message-list .bot-package .like-btn:hover {
  background-image: url("../../icons/like-active.png");
  background-size: cover;
}

.message-list .bot-package .dislike-btn {
  background-image: url("../../icons/dislike.png");
  background-size: cover;
}

.message-list .bot-package .dislike-btn.dislike-active-btn,
.message-list .bot-package .dislike-btn:hover {
  background-image: url("../../icons/dislike-active.png");
  background-size: cover;
}

.message-list .bot-package .copy-btn {
  background-image: url("../../icons/copy.png");
  background-size: cover;
}

.message-list .bot-package .copy-btn:hover {
  background-image: url("../../icons/copy-active.png");
}

.message-list .bot-package .copy-btn:active {
  background-image: url("../../icons/copy-active.png");
}

.message-list .message-package .message-bpmn {
  width: 50%;
}

.message-list .message-package .message-content-box p,
.message-list .message-package .message-content-box li,
.message-list .message-package .message-content-box a {
  margin: 0.5rem 0;
  line-height: 1.3125rem;
  font-weight: 500;
}

.message-list .message-package .message-content-box ul {
  margin: 0;
}

.message-list .message-package .message-content-box:has(.goto-use-service-box) {
  padding: 0;
  background-color: #fff;
}

.message-list .message-package .goto-use-service-box {
  display: flex;
  gap: 0.75rem;
}

.message-list .message-package .goto-use-service-btn,
.message-list .message-package .close-service-btn {
  border-radius: 0.6875rem;
  border: 1px solid #E90064;
  background: #E90064;
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 0.6rem 1rem;
  cursor: pointer;
}

.message-list .message-package .close-service-btn {
  background-color: #fff;
  color: #E90064;
}

.message-list .message-package .video-youtube {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}


.message-list .message-img {
  display: flex;
  justify-content: left;
  max-width: 85%;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;

  /* width: 8.75rem; */
  /* height: calc(8.75rem*1.41); */
}

.message-list .message-img.decrease-margin {
  margin-bottom: 0.25rem;
}

.message-list .message-img a {
  margin-right: 1rem;
  width: fit-content;
  height: fit-content;
}

.message-list .message-img.bpmn-img {
  position: relative;
  width: fit-content;
}

.message-list .message-img.bpmn-img  a {
  margin: 0;
}

.message-list .message-img.bpmn-img .bpmn-download {
  position: absolute;
  top: 0.5625rem;
  right: 0.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  background: #fff;
}

.message-list .message-img.bpmn-img .bpmn-download img {
  width: 1.5rem;
  height: 1.5rem;
  box-shadow: none;
}

.message-list .book-effect {
  position: relative;
  width: 8.75rem;
  /* width: 100%; */
  height: calc(8.75rem*1.41);
  perspective: 1000px; /* Hiệu ứng perspective cho sách */
  margin-top: 0.5rem;
}

.message-list .book-effect img {
  width: 100%;
}

.message-list .book-effect .page {
  width: 100%;
  height: 100%;
  /* width: fit-content;
  height: fit-content; */
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0.1rem 0.25rem 0.5rem 0.1rem rgba(0,0,0,0.1);
  transition: transform 0.3s ease-in-out;
}
.message-list .book-effect .first-page {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative !important;
  transform-origin: left center; /* Gốc xoay ở bên trái */
  z-index: 4;
  overflow: hidden;
}

.message-list .book-effect .middle-page {
  transform-origin: left center; /* Gốc xoay ở giữa */
  z-index: 3;
}

.message-list .book-effect .middle-page-two {
  transform-origin: left center; /* Gốc xoay ở giữa */
  z-index: 2;
}

.message-list .book-effect .last-page {
  transform-origin: left center; /* Gốc xoay ở bên trái */
  z-index: 1;
}

.message-list .book-effect:hover .first-page {
  transform: rotateY(-30deg); /* Quay trang đầu tiên lên */
}

.message-list .book-effect:hover .middle-page {
  transform: rotateY(-25deg);
}

.message-list .book-effect:hover .middle-page-two {
  transform: rotateY(-20deg);
}

.message-list .book-effect:hover .last-page {
  transform: rotateY(0deg);
}

.message-list .book-effect .first-page .loading-layout {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: loadingImage 2s linear infinite;
  background-color: #aaa;
  z-index: -1;
}

@keyframes loadingImage {
  0% {
    /* transform: rotate(0deg); */
    background-color: #aaa;
  }
  50% {
    /* transform: rotate(360deg); */
    background-color: #ddd;
  }
  100% {
    /* transform: rotate(360deg); */
    background-color: #aaa;
  }
}

.message-list .book-effect .first-page .symbol-first-page {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem 0 1rem 0;
  margin: 0;
  transform: translateY(100%);
  opacity: 0;
  font-size: 0.7rem;
  text-align: center;
  transition: 0.3s;
}

.message-list .message-img.bpmn-img img {
  max-width: 60rem;
  width: 100%;
  /* width: fit-content; */
  height: 20rem;
  box-shadow: 0.1rem 0.25rem 0.5rem 0.1rem rgba(0,0,0,0.3);
  object-fit: contain;
}

.message-list .book-effect .first-page:hover .symbol-first-page {
  background-color: #ccc;
  transform: translateY(0%);
  opacity: 1;
}

.message-list .message-package.bot-package-loading {
  display: none;
}

.message-list .message-package .message-loading-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #E90064;
  margin: 0;
  animation: tlplAnimationDotBounce 1s infinite ease-in-out;
}

.message-list .message-package .message-loading-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.message-list .message-package .message-loading-dot:nth-child(3) {
  animation-delay: 0.4s;
}

.img-carousel-layout {
  position: relative;
  width: 100%;
  height: calc(8.75rem * 1.41 + 2rem);
  background-color: #fff;
}

.img-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(8.75rem * 1.41 + 2rem);
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 0;
}

.img-array {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(8.75rem * 1.41 + 2rem);
  width: 100%;
  /* overflow-x: auto; */
  display: flex;
  align-items: center;
  /* transform: translateX(-156px); */
  z-index: 0;
}

.button-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.owl-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}

.owl-stage {
  display: flex;
  align-items: center;
  padding-left: 0.25rem !important;
}

/* .owl-item.active cho trường hợp đè css ở trang khác */
.owl-item.active {    
  background-color: unset;
  color: unset;
}

.owl-nav .message-img-pre-btn {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  margin: 0 !important;
}

.owl-nav .message-img-next-btn {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  margin: 0 !important;
}

.owl-nav button i:hover {
  color: #E90064;
}

@keyframes tlplAnimationDotBounce {
  0%, 100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
}

.message-end {
  text-align: center;
  margin-top: 1.5rem;
}

.message-end button {
  width: 12.25rem;
  padding: 1rem 0;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 0.875rem;
  border: 1px solid #E90064;
  border-radius: 0.75rem;
  margin: 0.5rem 1rem;
}

.message-end button:hover {
  width: 12.5rem;
  font-weight: 600;
  margin: 0.5rem 0.875rem;
}

.message-end .rate-button {
  background-color: #fff;
  color: #E90064;
}

.message-end .save-button {
  background-color: #E90064;
  color: #fff;
}

.message-end img {
  width: 1.25rem;
}
/*
/////////////////////////////////////////////////////////////////////////// MESSAGE BOX
/////////////////////////////////////////////////////////////////////////// MESSAGE BOX
/////////////////////////////////////////////////////////////////////////// MESSAGE BOX
/////////////////////////////////////////////////////////////////////////// MESSAGE BOX
/////////////////////////////////////////////////////////////////////////// MESSAGE BOX
*/

.message-box {
  padding: 0.5rem 1rem 0 1rem;
  background-color: #fff;
  box-sizing: border-box;
}

.message-input-area {
  display: flex;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  /* padding: 0.825rem 1.25rem 0.425rem 1.25rem; */
  border: 0.125rem solid #E2E8F0;
  border-radius: 0.75rem;
  box-sizing: border-box;
}

.message-input-area #send-button {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}

.message-input-area img {
  width: 1.5rem;
}

.message-input {
  flex: 1;
  width: 70%;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 0.875rem;
}

.message-textarea {
  width: 100%;  
  height: auto;
  max-height: 7rem;
  resize: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  border: none;
  outline: none;
  color: #060047;
  font-size: 0.875rem;
  font-weight: medium;
  line-height: 1.875rem;
}

.message-textarea::placeholder {
  color: #999999;
}

.message-textarea::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.message-textarea {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.notification-note {
  margin: 0.1rem 0;
  color: #ccc;
  font-size: 0.75rem;
  text-align: center;
}

/*
/////////////////////////////////////////////////////////////////////////// NOTIFICATION INTERNET BOX
/////////////////////////////////////////////////////////////////////////// NOTIFICATION INTERNET BOX
/////////////////////////////////////////////////////////////////////////// NOTIFICATION INTERNET BOX
/////////////////////////////////////////////////////////////////////////// NOTIFICATION INTERNET BOX
/////////////////////////////////////////////////////////////////////////// NOTIFICATION INTERNET BOX
*/
/* .notification-internet {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: flex;
  align-items: center;
  width: 50%;
  min-width: 12rem;
  max-width: 20rem;
  padding: 12px;
  border-radius: 0.5rem;
  background-color: #ffd35c;

  animation: dropNotificationInternet 5s linear alternate;
}

.notification-internet .notification-close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

.notification-left {
  margin-right: 10px;
}

.notification-left .fa-triangle-exclamation-edit {
  padding: 8px 0;
  color: #E90064;
}

.notification-right p {
 margin: 0;
 text-wrap: nowrap;
 font-family: "Montserrat", sans-serif;
}

@keyframes dropNotificationInternet {
  0% {
    transform: translate(-50%, -100%);
  }
  10% {
    transform: translate(-50%, 20%);
  }
  90% {
    transform: translate(-50%, 20%);
  }
  100% {
    transform: translate(-50%, -100%);
  }
} */

.notification-internet {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffe293;
}

.notification-internet p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  text-align: center;
  margin: 0;
}


/*
/////////////////////////////////////////////////////////////////////////// RATING BOX
/////////////////////////////////////////////////////////////////////////// RATING BOX
/////////////////////////////////////////////////////////////////////////// RATING BOX
/////////////////////////////////////////////////////////////////////////// RATING BOX
/////////////////////////////////////////////////////////////////////////// RATING BOX
*/
.save-layout, 
.rating-layout {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 1, 23, 0.87);
}

.rating-layout .rating-box, 
.save-layout .save-box {
  position: relative;
  /* max-width: 52.5rem; */
  max-width: 39.5rem;
  width: 90%;
  padding: 1.5625rem 2.625rem 2rem 2.625rem;
  border-radius: 1.25rem;
  background-color: #fff;
}

.save-layout .save-box {
  max-width: 39.5rem;
}

.rating-layout .rating-box .close-rating-btn, 
.save-layout .save-box .close-save-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
}

.rating-layout .rating-box .close-rating-btn img, 
.save-layout .save-box .close-save-btn img {
  width: 1.875rem;
  height: 1.875rem;
}

.rating-layout .rating-head, 
.save-layout .save-head {
  text-align: center;
}

.rating-layout .rating-head .rating-title, 
.save-layout .save-head .save-title {
  margin: 0;
  color: #060047;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 2.1875rem;
}

.rating-layout .rating-head .rating-sub-title, 
.save-layout .save-head .save-sub-title {
  margin: 0;
  color: #060047;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.4375rem;
}

.rating-layout .rating-body, 
.save-layout .save-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin-top: 1rem; */
  margin-top: 0.5rem;
}

.save-layout .save-body {
  margin-top: 1.5rem;
}

.rating-layout .rating-body .rating-stars, 
.save-layout .save-body .save-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.125rem;
  direction: rtl;
}

.rating-layout .rating-body .rating-star, 
.save-layout .save-body .save-star {
  width: 2rem;
  height: 2rem;
  background-image: url("../../icons/star-frame.png");
  background-size: cover;
  cursor: pointer;
}

.rating-layout .rating-body .rating-stars > .rating-star:hover,
.rating-layout .rating-body .rating-stars .rating-star:hover~.rating-star
{
  background-image: url("../../icons/star-active.png") !important;
}

.rating-layout .rating-body .rating-text-layout, 
.save-layout .save-body .save-text-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 2.375rem; */
  margin-top: 1.25rem;
}

.save-layout .save-body .save-text-layout {
  margin-top: 0;
}

.rating-layout .rating-body .rating-text, 
.save-layout .save-body .save-text {
  width: 100%;
  /* height: 13.1875rem; */
  height: 7rem;
  resize: none;
  padding: 0.75rem 0.875rem;

  border: 1px solid #E2E8F0;
  border-radius: 0.5rem;
  color: #060047;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.125rem;
}

.save-layout .save-body .save-text {
  height: 5.125rem;
}

.rating-layout .rating-body .rating-text::placeholder, 
.save-layout .save-body .save-text::placeholder {
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.125rem;
}

.rating-layout .rating-body .rating-text:focus, 
.save-layout .save-body .save-text:focus {
  outline: none;
}

.rating-layout .rating-foot, 
.save-layout .save-foot {
  /* margin-top: 1.6875rem; */
  margin-top: 1.25rem;
}

.save-layout .save-foot {
  margin-top: 1.5rem;
}

.rating-layout .rating-foot .rating-foot-btn, 
.save-layout .save-foot .save-foot-btn {
  width: 100%;
  height: 2.75rem;
  border: none;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.5rem;
}

.save-layout .save-foot .save-foot-btn {
  border-radius: 0.6875rem;
}

.rating-layout .rating-foot .send-rating-btn, 
.save-layout .save-foot .send-save-btn {
  margin-top: 0;
  background-color: #adadad;
  color: #fff;
}

.rating-layout .rating-foot .cancel-rating-btn, 
.save-layout .save-foot .cancel-save-btn {
  background-color: #E2E8F0;
  color: #060047;
}

/*
/////////////////////////////////////////////////////////////////////////// RATING NOTIFICATION BOX
/////////////////////////////////////////////////////////////////////////// RATING NOTIFICATION BOX
/////////////////////////////////////////////////////////////////////////// RATING NOTIFICATION BOX
/////////////////////////////////////////////////////////////////////////// RATING NOTIFICATION BOX
/////////////////////////////////////////////////////////////////////////// RATING NOTIFICATION BOX
*/

.rating-layout .rating-notification-box, 
.save-layout .save-notification-box {
  display: none;
  position: relative;
  max-width: 29.625rem;
  width: 90%;
  padding: 1.75rem 2.625rem;
  border-radius: 1.25rem;
  background-color: #fff;
}

.rating-layout .rating-head .rating-tick-img, 
.save-layout .save-head .save-tick-img {
  width: 5.0625rem;
  padding: 0.4062rem;
  margin-bottom: 1rem;
}

.rating-layout .rating-notification-box .rating-head .rating-sub-title, 
.save-layout .save-notification-box .save-head .save-sub-title {
  margin-top: 1rem;
  line-height: 123%;
}

.rating-layout .rating-notification-box .rating-foot, 
.save-layout .save-notification-box .save-foot {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rating-layout .rating-notification-box .rating-foot .rating-foot-btn, 
.save-layout .save-notification-box .save-foot .save-foot-btn {
  width: 100%;
  height: 2.75rem;
  border: none;
  border-radius: 0.5rem;
  margin-top: 0rem;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.5rem;
}

.rating-layout .rating-foot .rating-continue-btn, 
.save-layout .save-foot .save-continue-btn {
  max-width: 18rem;
  background-color: #E90064;
  color: #fff;
}

.spinner-button {
  position: relative;
  display: none;
}

.save-foot-btn .spinner-button::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  padding: 0.25rem;
  border-top: 0.25rem solid transparent;
  border-left: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
  border-bottom: 0.25rem solid #fff;
  border-radius: 50%;
  animation-name: spinnerButton;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes spinnerButton {
  0% { transform: translate(-150%, -50%) rotate(0deg); }
  100% { transform: translate(-150%, -50%) rotate(360deg); }
}

/*
/////////////////////////////////////////////////////////////////////////// RESPONSIVE BOX
/////////////////////////////////////////////////////////////////////////// RESPONSIVE BOX
/////////////////////////////////////////////////////////////////////////// RESPONSIVE BOX
/////////////////////////////////////////////////////////////////////////// RESPONSIVE BOX
/////////////////////////////////////////////////////////////////////////// RESPONSIVE BOX
*/


@media only screen and (max-width:1200px) {
  .message-list .message-img.bpmn-img img {
    /* max-width: 60rem; */
    width: 100%;
    /* width: fit-content; */
    height: 16rem;
    box-shadow: 0.1rem 0.25rem 0.5rem 0.1rem rgba(0,0,0,0.3);
  }
}

@media only screen and (max-width:1024px) {
  .message-list .message-img.bpmn-img img {
    /* max-width: 60rem; */
    width: 100%;
    /* width: fit-content; */
    height: 14rem;
    box-shadow: 0.1rem 0.25rem 0.5rem 0.1rem rgba(0,0,0,0.3);
  }
}

@media only screen and (max-width:768px) {
  .message-list .message-img.bpmn-img img {
    /* max-width: 60rem; */
    width: 100%;
    /* width: fit-content; */
    height: 12rem;
    box-shadow: 0.1rem 0.25rem 0.5rem 0.1rem rgba(0,0,0,0.3);
  }
}

@media only screen and (max-width:600px) {
  .mess-container {
    border-left: none;
  }
}

@media only screen and (max-width:480px) {
  html {
    font-size: 14px;
  }
  
  .message-list .message-img.bpmn-img img {
    /* max-width: 60rem; */
    width: 100%;
    /* width: fit-content; */
    height: 10rem;
    box-shadow: 0.1rem 0.25rem 0.5rem 0.1rem rgba(0,0,0,0.3);
  }

  .message-end button {
    /* width: 49%;
    padding: 0.75rem 0; */
    font-weight: 500;
    font-size: 0.75rem;
    /* border-radius: 0.75rem; */
    /* margin: 0; */
  }
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 12px;
  }

  .rating-layout .rating-body .rating-stars {
    gap: 0.25rem;
  }
}

/*
/////////////////////////////////////////////////////////////////////////// RESPONSIVE HEIGHT
/////////////////////////////////////////////////////////////////////////// RESPONSIVE HEIGHT
/////////////////////////////////////////////////////////////////////////// RESPONSIVE HEIGHT
/////////////////////////////////////////////////////////////////////////// RESPONSIVE HEIGHT
/////////////////////////////////////////////////////////////////////////// RESPONSIVE HEIGHT
*/

@media only screen and (max-height:480px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-height:360px) {
  html {
    font-size: 12px;
  }
}

/* Fix vớ vẩn, tạm thời */
.message-content-box pre {
  text-wrap: wrap;
}