
.avatar-provider {
    margin-right: 5px;
    width: 55px !important;
    height: 55px !important;
}
.name {
    color: #d85858;
    font-size: 15px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    word-break: break-all;
    text-align: left;
}
.last-message {
    max-width: 220px !important;
    color: black;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.time-of-message {
    color: #d85858;
    font-size: 15px;
    white-space: nowrap;
    text-align: right;
}
.unread {
    border-radius: 50px;
    height: 17px;
    width: 20px;
    background-color: #E21A57;
    color: white;
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
}
.chatlist-loading-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.7);
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-scroll-up {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  box-sizing: border-box;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}

.chatbox .modal-dialog-scrollable[data-v-272282f5], .modal-dialog-scrollable .modal-content[data-v-272282f5]  {
    height: 100vh !important;
}
@media (min-width: 576px) {
.modal-dialog-scrollable .modal-content[data-v-272282f5] {
        max-height: 100vh;
}
}
.avatar-provider[data-v-272282f5] {
    margin-right: 5px;
    width: 55px !important;
    height: 55px !important;
}
.avatar-provider-message[data-v-272282f5] {
    margin-right: 8px;
    width: 35px !important;
    height: 35px !important;
}
.img-size[data-v-272282f5] {
    max-width: 40%;
}
.loading-scroll-container[data-v-272282f5] {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 100%;
    height: 100%;
}
.loader-scroll-up[data-v-272282f5] {
    transform: translate(-50%, -50%);
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-272282f5 2s linear infinite;
}
@keyframes spin-272282f5 {
0% {
        transform: rotate(0deg);
}
100% {
        transform: rotate(360deg);
}
}
.stamp-size[data-v-272282f5] {
    max-width: 28%;
    border-radius: 20%;
}
.stampv2[data-v-272282f5] {
    background-color: white;
    border: 1px solid;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    position: absolute;
    inset: auto auto 0px 0px;
    transform: translate(30px, -100px);
    width: 15rem;
    height: 15rem;
    max-width: 100%;
}
.stampv2_visible[data-v-272282f5] {
    animation-name: slideIn;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.stampv2[data-v-272282f5],
.stampv2_container[data-v-272282f5] {
    position: absolute;
    padding: 1rem;
    overflow: auto;
    z-index: 1;
}
.category[data-v-272282f5] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    color: rgb(169, 169, 169);
}
.mr-10[data-v-272282f5] {
    margin-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*
ul li.reply p {
    width: 100%
}
 */
li.reply p[data-v-272282f5] {
    background-color: #FFEAED !important;
    color: #5e452e !important;
    box-shadow: 0px 0px 10px rgba(16, 15, 15, 0.2) !important;
}
li.sender p[data-v-272282f5] {
    border-top-left-radius: 0 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 10px rgba(16, 15, 15, 0.2) !important;
    /*border-bottom-right-radius: 0px !important;*/
}
.text-left[data-v-272282f5] {
    text-align: left;
    padding-left: 10px
}
.text-right[data-v-272282f5] {
    text-align: right;
    padding-right: 10px
}
.chat-text[data-v-272282f5] {
    height: 40px;
    overflow-y: hidden;
}
.message-style[data-v-272282f5] {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-all;
    text-align: left;
}
.message-style[data-v-272282f5] a {
    text-decoration: underline;
    color: #0056b3;
}
.chatlist-loading-overlay[data-v-272282f5] {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.7);
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-scroll-up[data-v-272282f5] {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  box-sizing: border-box;
  animation: spin-272282f5 0.8s linear infinite;
}
@keyframes spin-272282f5 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}

.avatar-provider-message[data-v-322175a8] {
    margin-right: 8px;
    width: 35px !important;
    height: 35px !important;
}
.img-size[data-v-322175a8] {
    max-width: 40%;
}
.loading-scroll-container[data-v-322175a8] {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    height: 100%;
}
.loader-scroll-up[data-v-322175a8] {
    transform: translate(-50%, -50%);
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-322175a8 2s linear infinite;
}
@keyframes spin-322175a8 {
0% {
        transform: rotate(0deg);
}
100% {
        transform: rotate(360deg);
}
}
.stamp-size[data-v-322175a8] {
    max-width: 48%;
    border-radius: 20%;
}
.modal-open .modal-stamp[data-v-322175a8] {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.show[data-v-322175a8] {
    opacity: 1;
}
.modal-stamp[data-v-322175a8] {
    z-index: 1072;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    outline: 0;
    align-items: flex-end;
    justify-content: center;
}
.modal-stamp.show .modal-stamp-dialog[data-v-322175a8] {
    transform: translate(0, 0);
}
.modal-stamp.fade .modal-stamp-dialog[data-v-322175a8] {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}
@media (min-width: 576px) {
.modal-stamp-dialog[data-v-322175a8] {
        max-width: 80%;
        margin: 1.75rem auto;
}
}
.modal-stamp-dialog[data-v-322175a8] {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-stamp-content[data-v-322175a8] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    max-width: 100%;
    max-height: 30vh;
    margin-bottom: 30px;
    overflow: hidden;
}
.modal-stamp-body[data-v-322175a8] {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
}
.stamp-container-overflow[data-v-322175a8] {
    overflow-y: scroll;
    max-height: calc(30vh - 5rem);
}
.stamp-category-overflow[data-v-322175a8] {
    overflow-y: auto;
    height: 100%;
}
.mr-10[data-v-322175a8] {
    margin-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}
li.reply p[data-v-322175a8] {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    background-color: #FFEAED !important;
    color: #5e452e !important;
    box-shadow: 0 0 10px rgba(16, 15, 15, 0.2) !important;
}
li.sender p[data-v-322175a8] {
    border-top-left-radius: 0 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 10px rgba(16, 15, 15, 0.2) !important;
}
.text-left[data-v-322175a8] {
    text-align: left;
    padding-left: 10px
}
.text-right[data-v-322175a8] {
    text-align: right;
    padding-right: 10px
}
.chat-text[data-v-322175a8] {
    overflow-y: hidden;
    width: 100% !important;
    /* height: 100% !important; */
    border-radius: 5px !important;
}
.message-style[data-v-322175a8] {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-all;
    text-align: left;
}
.message-style[data-v-322175a8] a {
    text-decoration: underline;
    color: #0056b3;
}
.error-ng[data-v-322175a8] {
    font-size: 11px;
}
.loading-image[data-v-322175a8] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
}

.avatar-seeker {
    margin-right: 5px;
    width: 55px !important;
    height: 55px !important;
}
.name {
    color: #d85858;
    font-size: 14px;
    /* white-space: nowrap; */
    word-break: break-all;
    
    text-align: left;
}
.address {
    color: #d85858;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
@media (min-width: 165px) {
.address {
        max-width: 165px;
}
}
.age {
    color: #d85858;
    font-size: 14px;
}
.time-of-message {
    color: #d85858;
    font-size: 12px;
    white-space: nowrap;
    text-align: right;
}
.unread {
    border-radius: 50px;
    height: 17px;
    width: 20px;
    background-color: #E21A57;
    color: white;
    font-size: 9.5px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-plan-notification {
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan-notification {
    color: white;
    background-color: #F83838;
    font-size: 11.5px;
    padding: 7px 11px;
    margin-top: 12px;
}
.container-list-messages {
    border-left: 6px solid #d85858;
    margin-top: 10px;
    margin-bottom: 10px;
}
.list-messages {
    color: #d85858;
    margin-left: 10px;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px
}
div::-webkit-scrollbar{
    display: none;
}
.scroll-conversations {
    scrollbar-width: thin;
    overflow-y: scroll;
    scrollbar-color: #b2b2b2 #ffffff;
    overflow-x: hidden;
}
.avatar-provider {
    position: relative;
    display: inline-block;
}
.memo-row-on-avatar {
    position: absolute;
    bottom: -5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background: rgba(255, 255, 255, 0);
    font-size: 12px;
}
a .memo-row-on-avatar {
  color: black;
  text-decoration: none;
}
.button-memo {
    flex: 1;
    text-align: left;
}
.icon-memo {
    flex: 1;
    text-align: right;
}
.chat-lists-provider {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.chat-lists-provider::-webkit-scrollbar {
    display: none;
}
.chatlist-provider {
    height: 100dvh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background-image: none !important;
}
.last-message-provider span {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.name-age {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.screen-overlay{
    z-index: 101 !important;
}
input#inlineFormInputGroup::placeholder {
  color: #999999 !important;
  opacity: 1 !important;
}
.spinner-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
    margin: 0;
    padding: 0;
}
.spinner, .spinner-small {
    display: block;
    margin: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #d85858;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    box-sizing: border-box;
}
.spinner-small {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    border-width: 3px;
}
.spinner-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0 8px 0;
    margin: 0;
}
@keyframes spin {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.button-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 7px;
    width: 50px;
    height: 50px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    z-index: 1001;
}
.button-top {
    border: solid #22345B 1px;
    background-color: #22345B;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding-top: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 1001;
}
.sub-button-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
.chatlist-provider,
    .modal-dialog-scrollable,
    .modal-content {
        overflow: unset !important;
        max-height: none !important;
        height: auto !important;
}
.modal-body.scroll-conversations {
        overflow-y: auto !important;
        max-height: calc(100dvh - 200px) !important;
        height: calc(100dvh - 200px) !important;
}
.button-top {
        right: 0px;
        bottom: 0px;
}
.hide-scroll {
        overflow: hidden !important;
}
}

.modal[data-v-8414df28] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgb(0, 0, 0, 0.2);
}
.fade[data-v-8414df28] {
    transition: opacity .15s linear;
}
.modal-dialog[data-v-8414df28] {
    max-width: 800px !important;
    margin: 7.75rem auto !important;
}
.modal-dialog[data-v-8414df28] {
    position: relative;
    width: auto;
    pointer-events: none;
}
.modal.fade .modal-dialog[data-v-8414df28] {
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
}
.modal-content[data-v-8414df28] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-content.bg-pink[data-v-8414df28] {
    background-color: #ffe3e5;
}
.modal-header[data-v-8414df28] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header[data-v-8414df28] {
    border-bottom: 1px solid #d3d2d2;
}
.modal-body[data-v-8414df28] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer[data-v-8414df28] {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer[data-v-8414df28] {
    border-top: 1px solid #d3d2d2;
}

.hide-scroll[data-v-67c8a00b] {
  overflow: hidden !important;
}

.avatar-seeker[data-v-f965d96c] {
    margin-right: 5px;
    width: 55px !important;
    height: 55px !important;
}
.avatar-seeker-message[data-v-f965d96c] {
    margin-right: 8px;
    width: 35px !important;
    height: 35px !important;
}
.img-size[data-v-f965d96c] {
    max-width: 40%;
}
.loading-scroll-container[data-v-f965d96c] {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 100%;
    height: 100%;
}
.loader-scroll-up[data-v-f965d96c] {
    transform: translate(-50%, -50%);
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-f965d96c 2s linear infinite;
}
@keyframes spin-f965d96c {
0% {
        transform: rotate(0deg);
}
100% {
        transform: rotate(360deg);
}
}
.stamp-size[data-v-f965d96c] {
    max-width: 28%;
    border-radius: 20%;
}
.stampv2[data-v-f965d96c] {
    background-color: white;
    border: 1px solid;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    position: absolute;
    inset: auto auto 0px 0px;
    transform: translate(30px, -100px);
    width: 15rem;
    height: 15rem;
    max-width: 100%;
}
.stampv2_visible[data-v-f965d96c] {
    animation-name: slideIn;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.stampv2[data-v-f965d96c],
.stampv2_container[data-v-f965d96c] {
    position: absolute;
    padding: 1rem;
    overflow: auto;
    z-index: 1;
}
.category[data-v-f965d96c] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    color: rgb(169, 169, 169);
}
.mr-10[data-v-f965d96c] {
    margin-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}
li.reply p[data-v-f965d96c] {
    background-color: #FFEAED !important;
    color: #5e452e !important;
    box-shadow: 0 0 10px rgba(16, 15, 15, 0.2) !important;
}
li.sender p[data-v-f965d96c] {
    border-top-left-radius: 0 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 10px rgba(16, 15, 15, 0.2) !important;
    /*border-bottom-right-radius: 0px !important;*/
}
.text-left[data-v-f965d96c] {
    text-align: left;
    padding-left: 10px
}
.text-right[data-v-f965d96c] {
    text-align: right;
    padding-right: 10px
}
.chat-text[data-v-f965d96c] {
    width: 100% !important;
    /* height: 100% !important; */
}
.message-style[data-v-f965d96c] {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-all;
    text-align: left;
}
.message-style[data-v-f965d96c] a {
    text-decoration: underline;
    color: #0056b3;
}
.scroll-messagebox[data-v-f965d96c] {
    scrollbar-width: thin;
    overflow-y: scroll;
    scrollbar-color: #b2b2b2 #ffffff;
}
.header-chat-box[data-v-f965d96c]{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button-group[data-v-f965d96c]{
  display: flex;
  gap : 10px;
  height: 100%;
}
.button-icon[data-v-f965d96c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  min-width: 75px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: solid black 1px;
}
.button-icon[data-v-f965d96c]:hover {
  background-color: #f0f0f0;
  fill: white;
  transform: translateY(-2px);
  text-decoration: none;
}
.button-profile[data-v-f965d96c] {
  border:solid #E21A57 2px;
  color: #E21A57;
  transform: translateY(-2px);
}
.button-memo[data-v-f965d96c] {
  border:solid #4C63E5 2px;
  color: #4C63E5;
  transform: translateY(-2px);
  flex: 1;
    text-align: left;
}
.button-profile[data-v-f965d96c]:hover {
  background-color: #E21A57;
  color: #fff;
  transform: translateY(-2px);
}
.button-profile.disabled[data-v-f965d96c] {
  border: solid #999 2px !important;
  color: #999 !important;
  background-color: transparent !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
.button-profile.disabled[data-v-f965d96c]:hover {
  border: solid #999 2px !important;
  color: #999 !important;
  background-color: transparent !important;
  transform: none !important;
  cursor: not-allowed !important;
}
.button-profile.disabled svg path[data-v-f965d96c] {
  fill: #999 !important;
}
.button-memo[data-v-f965d96c]:hover {
  background-color: #4C63E5;
  color: #fff;
  transform: translateY(-2px);
}
.sub-button-icon[data-v-f965d96c]{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* memo */
.memo-modal-overlay[data-v-f965d96c],.template-modal-overlay[data-v-f965d96c] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.61);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.template-modal-overlay-mb[data-v-f965d96c] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.memo-modal[data-v-f965d96c] {
    background: #fff;
    width : 40%;
    min-width: 450px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
}
.template-modal[data-v-f965d96c]{
    background: #fff;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
}
.avatar[data-v-f965d96c] {
    position: relative;
    display: inline-block;
}
.memo-header[data-v-f965d96c] {
  position: relative;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  text-align: center;
  background-color: #4C63E5;
}
.memo-header h3[data-v-f965d96c] {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.memo-header .close-btn[data-v-f965d96c] {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  /* background-color: transparent; */
  background-color: #f0f0f0;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  transition: background-color 0.2s;
}
/* .close-btn:hover {
  background-color: #f0f0f0;
} */
.memo-modal-overlay[data-v-f965d96c]{
    display: flex;
    flex-direction: column;
    /* position: relative; */
}
.modal-success[data-v-f965d96c]{
    width : 40%;
    min-width: 450px;
    padding : 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #026802;
    background-color: #DDFFDD;
}
.close-btn[data-v-f965d96c] {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;;
  color: rgb(104, 104, 104);
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
  user-select: none;
}
.memo-row-on-avatar[data-v-f965d96c] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background: rgba(255, 255, 255, 0);
    font-size: 12px;
}
a .memo-row-on-avatar[data-v-f965d96c] {
  color: black;
  text-decoration: none;
}
.status-button-group[data-v-f965d96c] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  height: 100%;
  gap: 0px;
}
.status-button-single[data-v-f965d96c] {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    text-align: center;
  /* width: 100%;
  height: 100%; */
}
.memo-content textarea[data-v-f965d96c] {
    min-height: 200px;
}
.memo-status[data-v-f965d96c]{
    padding-top: 10px;
}
textarea[data-v-f965d96c]{
border: 1px solid #ccc;
  border-radius: 6px;
  resize: vertical;
  box-sizing: border-box;
}
.label-center[data-v-f965d96c]{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #4C63E5;
    color: #fff;
    padding : 0.4rem;
}
.actions[data-v-f965d96c] {
  display: flex;
  justify-content: center;
}
.button-save[data-v-f965d96c] {
  width: 50%;
  padding: 0.75rem 1rem;
  background-color: #4C63E5;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  margin: 20px;
}
.button-save[data-v-f965d96c]:hover {
  background-color: #3A4BCC;
}
.icon-svg[data-v-f965d96c]{
    width: 100%;
    background-color: rgb(255, 255, 255);
}
label[data-v-f965d96c]{
    padding : 1px;
    border: none;
}
.modal-body[data-v-f965d96c]{
    min-height: 200px;;
    max-height: 400px !important;
    overflow-y: auto !important;
    /* padding-bottom: 200px; */
}
.icon-memo[data-v-f965d96c] {
    flex: 1;
    text-align: right;
}
.status-button.active[data-v-f965d96c] {
  background-color: #E21A57;
  color: white;
  border-color: #E21A57;
}
.memo-content > textarea[data-v-f965d96c]  {
  width: 100%;
}
.memo-content[data-v-f965d96c]{
  padding : 1rem 1rem;
  padding-bottom : 0px;
}
.label-center[data-v-f965d96c]{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #4C63E5;
    color: #fff;
    padding : 0.4rem
}
.avatar-memo[data-v-f965d96c] {
    position: relative;
    display: inline-block;
}
.memo[data-v-f965d96c] {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.memo .note[data-v-f965d96c],
.memo .status[data-v-f965d96c] {
    width: 50%;
}
.spinner-memo-modal-overlay[data-v-f965d96c] {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.7);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.spinner-memo-loading[data-v-f965d96c] {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #4C63E5;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: spin-f965d96c 1s linear infinite;
}
@keyframes spin-f965d96c {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}

.avatar-seeker-message[data-v-953e4f7e] {
    margin-right: 8px;
    width: 35px !important;
    height: 35px !important;
}
.img-size[data-v-953e4f7e] {
    max-width: 40%;
}
.loading-scroll-container[data-v-953e4f7e] {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 100%;
    height: 100%;
}
.loader-scroll-up[data-v-953e4f7e] {
    transform: translate(-50%, -50%);
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-953e4f7e 2s linear infinite;
}
@keyframes spin-953e4f7e {
0% {
        transform: rotate(0deg);
}
100% {
        transform: rotate(360deg);
}
}
.stamp-size[data-v-953e4f7e] {
    max-width: 38%;
    border-radius: 20%;
}
.modal-open .modal-stamp[data-v-953e4f7e] {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.show[data-v-953e4f7e] {
    opacity: 1;
}
.modal-stamp[data-v-953e4f7e] {
    z-index: 1072;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    outline: 0;
    align-items: flex-end;
    justify-content: center;
}
.modal-stamp.show .modal-stamp-dialog[data-v-953e4f7e] {
    transform: translate(0, 0);
}
.modal-stamp.fade .modal-stamp-dialog[data-v-953e4f7e] {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}
@media (min-width: 576px) {
.modal-stamp-dialog[data-v-953e4f7e] {
        max-width: 80%;
        margin: 1.75rem auto;
}
}
.modal-stamp-dialog[data-v-953e4f7e] {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-stamp-content[data-v-953e4f7e] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    max-width: 100%;
    max-height: 30vh;
    margin-bottom: 30px;
    overflow: hidden;
}
.modal-stamp-body[data-v-953e4f7e] {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
}
.stamp-container-overflow[data-v-953e4f7e] {
    overflow-y: scroll;
    max-height: calc(30vh - 5rem);
}
.stamp-category-overflow[data-v-953e4f7e] {
    overflow-y: auto;
    height: 100%;
}
.mr-10[data-v-953e4f7e] {
    margin-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}
li.reply p[data-v-953e4f7e] {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    background-color: #FFEAED !important;
    color: #5e452e !important;
    box-shadow: 0 0 10px rgba(16, 15, 15, 0.2) !important;
}
li.sender p[data-v-953e4f7e] {
    border-top-left-radius: 0 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 10px rgba(16, 15, 15, 0.2) !important;
    /*border-bottom-right-radius: 0px !important;*/
}
.text-left[data-v-953e4f7e] {
    text-align: left;
    padding-left: 10px
}
.text-right[data-v-953e4f7e] {
    text-align: right;
    padding-right: 10px
}
.chat-text[data-v-953e4f7e] {
    overflow-y: hidden;
    width: 100% !important;
    /* height: 100% !important; */
    border-radius: 5px !important;
}
.message-style[data-v-953e4f7e] {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-all;
    text-align: left;
}
.message-style[data-v-953e4f7e] a {
    text-decoration: underline;
    color: #0056b3;
}
.header-chat[data-v-953e4f7e] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.417);
    background-color: #fff;
    padding: 5px;
    justify-content: space-between;
    /* padding: 10px; */
}
.button-group[data-v-953e4f7e] {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    gap: 5px;
    height: 100%;
    flex-shrink: 0;
}
.button-icon[data-v-953e4f7e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 7px;
    width: 50px;
    height: 50px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.button-profile[data-v-953e4f7e] {
    border: solid #E21A57 1px;
    color: #E21A57;
}
.button-profile.disabled[data-v-953e4f7e] {
    border: solid #999 1px !important;
    color: #999 !important;
    background-color: transparent !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}
.button-profile.disabled[data-v-953e4f7e]:hover {
    border: solid #999 1px !important;
    color: #999 !important;
    background-color: transparent !important;
    cursor: not-allowed !important;
}
.button-memo[data-v-953e4f7e] {
    border: solid #4C63E5 1px;
    color: #4C63E5;
    flex: 1;
    text-align: left;
}
.button-back[data-v-953e4f7e] {
    font-size: 8px;
    border: solid #E21A57 1px;
    color: #E21A57;
    flex-shrink: 0;
}
.sub-button-icon[data-v-953e4f7e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.seeker-info[data-v-953e4f7e] {
    height: 100%;
    flex: 1;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
@media(max-width:325px) {
.seeker-info[data-v-953e4f7e]{
        padding: 0px;
}
.header-chat[data-v-953e4f7e]{
        padding: 5px 0px;
}
}
@media(max-width:375px) {
#customTextarea[data-v-953e4f7e]{
        max-width: 50%;
}
}
.icon-svg[data-v-953e4f7e],
.memo-icon[data-v-953e4f7e] {
    background-color: #fff;
}
textarea[data-v-953e4f7e] {
    border: 1px solid #ccc;
    border-radius: 6px;
    resize: vertical;
    box-sizing: border-box;
}
.store-name[data-v-953e4f7e] {
    display: flex;
    align-items: center;
    background-color: #22345B;
    color: white;
    padding: 10px 5px
}
.modal-content[data-v-953e4f7e] {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.memo-modal-overlay[data-v-953e4f7e] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.61);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.template-modal-overlay-mb[data-v-953e4f7e] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modal-success[data-v-953e4f7e] {
    background: #DDFFDD;
    color: #026802;
    width: 100%;
    max-width: 500px;
    padding: 5px;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    text-align: center;
    z-index: 1;
}
.memo-modal[data-v-953e4f7e] {
    background: #fff;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
}
.template-modal[data-v-953e4f7e]{
    background: #fff;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
}
.avatar-memo[data-v-953e4f7e] {
    position: relative;
    display: inline-block;
}
.memo-header[data-v-953e4f7e]{
    position: relative;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    text-align: center;
    background-color: #4C63E5;
}
.memo-header h3[data-v-953e4f7e] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: bold;
}
.memo-header .close-btn[data-v-953e4f7e] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(170, 170, 170);
    background-color: white;
    border: none;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transition: background-color 0.2s;
}
.status-button-group[data-v-953e4f7e] {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    height: 100%;
}
.status-button-single[data-v-953e4f7e] {
    width: 100%;
}
.status-button[data-v-953e4f7e] {
    align-items: center;
    justify-content: center;
    display: block;
    width: 100%;
    text-align: center;
    background-color: white;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 500;
    padding: 0.5px;
}
.status-button[data-v-953e4f7e]:hover {
    border-color: #888;
}
.status-button.active[data-v-953e4f7e] {
    background-color: #E21A57;
    color: white;
    border-color: #E21A57;
}
.memo-content>textarea[data-v-953e4f7e] {
    width: 100%;
}
.memo-content[data-v-953e4f7e] {
    padding: 1rem 1rem;
    padding-bottom: 0px;
}
.label-center[data-v-953e4f7e] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #4C63E5;
    color: #fff;
    padding: 0.4rem
}
.actions[data-v-953e4f7e] {
    display: flex;
    justify-content: center;
}
.button-save[data-v-953e4f7e] {
    min-width: 300px;
    padding: 0.75rem 1rem;
    margin: 10px;
    background-color: #4C63E5;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}
.button-save[data-v-953e4f7e]:hover {
    background-color: #3A4BCC;
}
.navbar-aside[data-v-953e4f7e] {
    z-index: 1000 !important;
}
.memo[data-v-953e4f7e] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    pointer-events: none;
}
.memo-note[data-v-953e4f7e],
.memo-status[data-v-953e4f7e] {
    pointer-events: auto;
    display: flex;
    align-items: center;
    width: 50%;
}
.name-limit[data-v-953e4f7e] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  white-space: normal;
}
.age[data-v-953e4f7e] {
  flex-shrink: 0;
  white-space: nowrap;
}
.item-center[data-v-953e4f7e]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media(min-width:375px){
.item-center[data-v-953e4f7e]{
        min-width: 50px;
}
}
.error-ng[data-v-953e4f7e] {
    font-size: 11px;
}
.spinner-memo-modal-overlay[data-v-953e4f7e] {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.spinner-memo-loading[data-v-953e4f7e] {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #4C63E5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin-953e4f7e 1s linear infinite;
}
.loading-image[data-v-953e4f7e] {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: -73px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
}

@keyframes spinner-967848d0 {
0% {
        transform: rotate(0deg);
}
100% {
        transform: rotate(360deg);
}
}
@media (min-width: 576px) {
.modal-dialog-scrollable .modal-content[data-v-967848d0], .modal-dialog-scrollable[data-v-967848d0] {
        max-height: calc(95%);
}
}
.modal-dialog-scrollable .modal-content[data-v-967848d0], .modal-dialog-scrollable[data-v-967848d0] {
    display: flex;
    max-height: calc(95%);
}
.hide-scrollbar[data-v-967848d0] {
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}
.p-4[data-v-967848d0] {
    padding: 1rem !important;
}
.message[data-v-967848d0] {
    display: flex;
    flex-direction: column;
}
.message .message-item+.message-item[data-v-967848d0] {
    margin-top: 1rem;
}
/* .message .message-item {
    display: flex;
} */
.message .message-content[data-v-967848d0] {
    background-color: #EDF0F5;
    border-radius: 1.3rem 1.3rem 1.3rem 0 !important;
    color: #626470;
    display: inline-block;
    max-width: 30rem;
    padding: 1rem;
}
.message-content .stamp-size[data-v-967848d0] {
    max-width: 90%;
    border-radius: unset;
    box-shadow: none;
}
.message .message-info[data-v-967848d0] {
    align-items: center;
    display: flex;
    margin-top: 0.5rem;
}
.message .message-info[data-v-967848d0]>:not(:last-child) {
    margin-right: 1rem;
}
.text-muted[data-v-967848d0] {
    --bs-text-opacity: 1;
    color: #A7A6B3!important;
}
small[data-v-967848d0] {
    font-size: .75em;
}
.message.self[data-v-967848d0] {
    align-items: flex-end;
}
.message+.message[data-v-967848d0] {
    margin-top: 2rem;
}
.message.self .message-item[data-v-967848d0] {
    flex-direction: row-reverse;
}
/* .message .message-item {
    display: flex;
} */
.message.self .message-item:first-child .message-content[data-v-967848d0] {
    border-radius: 0.875rem 0.875rem 0.375rem 0.875rem;
}
.message .message-item:first-child .message-content[data-v-967848d0] {
    border-radius: 0.875rem 0.875rem 0.875rem 0.375rem;
}
.message.self .message-content[data-v-967848d0] {
    background-color: #3B86FF;
    border-radius: 1.3rem 1.3rem 0 1.3rem !important;
    color: #fff;
}
.message.self .message-info.self[data-v-967848d0] {
    align-items: center;
    display: flex;
    margin-top: 0.5rem;
    justify-content: end;
}
.loading-scroll-container[data-v-967848d0] {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
  height: 100%;
}
.loader-scroll-up[data-v-967848d0] {
  transform: translate(-50%, -50%);
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}
@media (max-width: 767px) {
.chatbox[data-v-967848d0] {
        width: auto !important;
        position: absolute;
        left: 0 !important;
        right: 0;
        background: none !important;
        transition: all 0.5s ease;
        border-left: none;
}
}

.new-store-header[data-v-d9834af0] {
  width: 32%;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 4px;
}
.btn-show-store[data-v-d9834af0] {
  width: 100%;
  color: #EC7789;
  background-color: #fff !important;
  border-radius: 20px;
}
@media (max-width: 767px) {
.btn-primary[data-v-d9834af0]:hover {
    color: #EC7789 !important;
}
.home_main_wrap .newstore-area-wrapper a[data-v-d9834af0]:hover {
    text-decoration: none;
}
.home_main_wrap .newstore-area-wrapper a.active[data-v-d9834af0] {
    background: rgb(236 119 137 / 20%);
}
}

