<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    box-sizing: border-box;
}
/* scroll bar */
/* scroll bar */
::-webkit-scrollbar { width: 7px;height: 7px; background-color: #F5F5F5;}
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;}
::-webkit-scrollbar-thumb { background-color: #ea2f5c; background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)}
.scroll::-webkit-scrollbar {
    width: 7px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #ea2f5c;
    outline: 1px solid #ea2f5c;
}

.scroll::-webkit-scrollbar-button {
    height: 0px;
}

.scroll::-webkit-scrollbar-track {
    background: none;
    border: none;
    box-shadow: 0px 0px 0px #dfdfdf inset;
    border-radius: 0px;
}

.scroll {
    scrollbar-color: #ea2f5c #dedede;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}
.scroll::-webkit-scrollbar:horizontal{
    height: 7px;
    background-color: #dedede;
}
.scroll::-webkit-scrollbar-thumb:horizontal{
    background: #ea2f5c;
    border-radius: 7px;
        
}
/* scroll bar */
.scroll_2::-webkit-scrollbar { width: 10px; height: 10px; background-color: #F5F5F5;}
.scroll_2::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;}
.scroll_2::-webkit-scrollbar-thumb { background-color: #ea2f5c; background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)}

.loading-container {
  position: relative;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  transition: opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, transform 0.38s ease-in-out;
  -webkit-transition: opacity 0.38s ease-in-out, visibility 0.38s ease-in-out, transform 0.38s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.loading-container.abslt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
.loading-container .shape {
  position: absolute;
  width: 15px;
  height: 15px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.loading-container .shape.shape-1 {
  left: 0;
  background-color: #4285F4;
  opacity: 0.83;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.loading-container .shape.shape-2 {
  right: 0;
  background-color: #33A752;
  opacity: 0.83;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.loading-container .shape.shape-3 {
  bottom: 0;
  background-color: #f48a21;
  opacity: 0.83;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.loading-container .shape.shape-4 {
  bottom: 0;
  right: 0;
  background-color: #FBBC04;
  opacity: 0.83;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.loading-container .shape-1 {
  animation: shape1 2.5s infinite reverse;
}
.loading-container .shape-2 {
  animation: shape2 2.5s infinite reverse;
}
.loading-container .shape-3 {
  animation: shape3 2.5s infinite reverse;
}
.loading-container .shape-4 {
  animation: shape4 2.5s infinite reverse;
}

@keyframes shape1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 15px);
  }
  50% {
    transform: translate(15px, 15px);
  }
  75% {
    transform: translate(15px, 0);
  }
}
@keyframes shape2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-15px, 0);
  }
  50% {
    transform: translate(-15px, 15px);
  }
  75% {
    transform: translate(0, 15px);
  }
}
@keyframes shape3 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(15px, 0);
  }
  50% {
    transform: translate(15px, -15px);
  }
  75% {
    transform: translate(0, -15px);
  }
}
@keyframes shape4 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, -15px);
  }
  50% {
    transform: translate(-15px, -15px);
  }
  75% {
    transform: translate(-15px, 0);
  }
}

.load_overlay {
    position: fixed;
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99990;
    display: none;
}

.load_process {
    position: fixed;
    margin: auto;
    z-index: 99999;
    background: #fff;
    width: 400px;
    max-width: calc(90% - 10px);
    height: 120px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    display: none;
}
.load_process .load_note {
    color: #f60;
}
.load_process_2 {
    position: fixed;
    margin: auto;
    z-index: 99999;
    background: #fff;
    width: 400px;
    max-width: calc(90% - 10px);
    height: 120px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    display: none;
}
.load_process_2 .loading{
    position: relative;
    width: 100%;
    height: 60px;
}
.load_process_2 .load_note {
    display: flex;
    color: #f60;
    justify-content: center;
    align-items: center;
    height: 20px;
}
.load_process_2 .load_note .list_dot{
    display: flex;
    color: #f60;
    justify-content: flex-start;
    align-items: flex-end;
    height: 10px;
}
.load_process_2 .load_note .loading-dot {
    width: 3px;
    height: 3px;
    background-color: #f60;
    border-radius: 50%;
    margin: 0 2px;
    animation: blinkAnimation 1.5s infinite ease-in-out;
}

.load_process_2 .load_note .loading-dot:nth-child(2) {
    animation-delay: 0.5s;
}

.load_process_2 .load_note .loading-dot:nth-child(3) {
    animation-delay: 1s;
}

@keyframes loadingAnimation {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
.dot1 {
    animation-delay: 0s;
}

.dot2 {
    animation-delay: 2s;
}

.dot3 {
    animation-delay: 4s;
}

@keyframes blinkAnimation {
    0%, 100% {
        opacity: 1;
    }
    20%, 40% {
        opacity: 0;
    }
    60%, 80% {
        opacity: 1;
    }
}
.bg_violet {
    background: #bd10e0!important;;
}
.bg_green {
    background-color: #8bc34a!important;
}
.bg_orange {
    background-color: #f60 !important;
}
.bg_blue {
    background-color: #1877f2 !important;
}
.bg_red {
    background-color: #f00 !important;
}
.bg_brown{
    background-color: #c3a34a !important;
}
.bg_green_bold{
    background: #057c40 !important;
}
.color_violet {
    color: #bd10e0!important;;
}
.color_white {
    color: #fff!important;
}
.color_green {
    color: #8bc34a!important;
}
.color_orange {
    color: #f60 !important;
}
.color_blue {
    color: #04a1d4 !important;
}
.color_red {
    color: #f00 !important;
}
.color_brown{
    color: #c3a34a !important;
}
.list-chapters {
    width: 100%;
    padding: 10px;
}

.list-chapters .box_title {
    position: relative;
    margin: auto;
    width: 100%;
    height: 25px;
    margin-bottom: 20px;
    clear: both;
}

.list-chapters .box_title .icon_title {
    float: left;
    height: 25px;
    width: 25px;
}

.list-chapters .box_title .icon_title img {
    height: 25px;
    width: 25px;
}

.list-chapters .box_title span {
    float: left;
    height: 25px;
    line-height: 28px;
    margin-left: 10px;
    font-size: 16px;
    color: #f60;
    font-weight: 700;
    text-transform: uppercase;
}

.list-chapters .box_list {
    background-color: #fff;
    border-radius: 6px;
    /*box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);*/
    color: #4a4a4a;
    display: flex;
    justify-content: flex-start;
    gap:10px;
    max-height: 500px;
    overflow-y: auto;
}

.list-chapters .box_list .chapter-item {
    position: relative;
    width: calc(100%/3 - 20px/3);
    display: flex;
    border:1px solid #dedede;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.list-chapters .box_list .chapter-item a{
    width: 100%;
}
.list-chapters .box_list .chapter-item a:hover {
    color: #f60;
}
.list-chapters .box_list .chapter-item .icon_vip{
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
}
.list-chapters .box_list .chapter-item .vip{
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    width: 1.5rem;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    font-size: 0.5rem;
    border-radius: 0px;
    color: white;
    text-align: center;
    background-color: #f00;
}
.list-chapters .box_list .chapter-item .free{
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    width: 1.5rem;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    font-size: 0.5rem;
    border-radius: 0px;
    color: white;
    text-align: center;
    background-color: #2a9900;
}
.list-chapters .box_list .chapter-item .price{
    display: inline-block;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    width: 80px;
    height: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
}
.list-chapters .box_list .chapter-item .chap_update {
    position: relative;
    float: right;
    width: 200px;
    text-align: right;
}
.box_comment {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
}

.box_comment .box_title {
    position: relative;
    margin: auto;
    width: 100%;
    height: 25px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #f60;
    text-transform: uppercase;
    clear: both;
}
.box_comment .text_area {
    position: relative;
    margin: auto;
    width: 100%;
}
.box_comment .text_area textarea{
    position: relative;
    margin: auto;
    width: 100%;
    height: 100px;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-right: 35px;
    box-sizing: border-box;
}
.box_comment .text_area svg{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
    color: #3f94d5;
    cursor: pointer;
}
.box_comment .list_comment {
    position: relative;
    margin: auto;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.box_comment .list_comment .li_comment{
    position: relative;
    margin: auto;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.box_comment .list_comment .li_comment:last-of-type{
    border-bottom: none;
}
.box_comment .list_comment .li_comment .avatar_comment{
    width: 50px;
    margin-right: 10px;
    float: left;
}
.box_comment .list_comment .li_comment .avatar_comment img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}
.box_comment .list_comment .li_comment .info_comment{
    width: calc(100% - 60px);
    float: left;
}
.box_comment .list_comment .li_comment .info_comment .top_comment{
    width: 100%;
    line-height: 28px;
}
.box_comment .list_comment .li_comment .info_comment .top_comment span{
    margin-left: 10px;
}
.box_comment .list_comment .li_comment .info_comment .top_comment span.name{
    margin-left: 0px;
}
.box_comment .list_comment .li_comment .info_comment .top_comment span a{
    color: #3f94d5;
}
.box_comment .list_comment .li_comment .info_comment .text_comment{
    width: 100%;
    line-height: 28px;
}
.box_comment .list_comment .li_comment .info_comment .bottom_comment{
    width: 100%;
    line-height: 28px;
}
.box_comment .list_comment .li_comment .info_comment .bottom_comment span{
    margin-left: 5px;
    font-size: 12px;
}
.box_comment .list_comment .li_comment .info_comment .bottom_comment span.reply{
    margin-left: 0px;
    color: #3f94d5;
    cursor: pointer;
}
.box_comment .list_comment .li_comment .info_comment .bottom_comment span.show_reply{
    color: #3f94d5;
    cursor: pointer;
}
.box_comment .list_comment .li_comment .info_comment .bottom_comment span.show_reply span{
    color: #212529;
}
.box_comment .list_comment .li_comment .info_comment .bottom_comment span.del_comment{
    color: #3f94d5;
    cursor: pointer;
}
.box_comment .list_comment .li_comment .info_comment .bottom_comment span.del_comment span{
    color: #212529;
}
.box_comment .list_comment .li_comment .info_comment .text_area_sub{
    position: relative;
    margin: auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.box_comment .list_comment .li_comment .info_comment .text_area_sub textarea{
    position: relative;
    margin: auto;
    width: 100%;
    height: 100px;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-right: 35px;
    box-sizing: border-box;
}
.box_comment .list_comment .li_comment .info_comment .text_area_sub svg{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
    color: #3f94d5;
    cursor: pointer;
}
.box_comment .list_comment .li_comment .list_sub_comment{
    width: 100%;
    padding-left: 50px;
}
.box_comment .list_comment .li_comment .list_sub_comment .li_sub_comment{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
}
.box_comment .list_comment .li_comment .list_sub_comment .li_sub_comment:last-of-type{
    border-bottom: none;
}
.box_comment .list_comment .li_comment .list_sub_comment .li_sub_comment .avatar_sub_comment{
    width: 50px;
    margin-right: 10px;
    float: left;
}
.box_comment .list_comment .li_comment .list_sub_comment .li_sub_comment .avatar_sub_comment img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}
.box_comment .list_comment .li_comment .list_sub_comment .li_sub_comment .info_sub_comment{
    width: calc(100% - 120px);
    float: left;
}
.box_comment .list_comment .li_comment .list_sub_comment .li_sub_comment .info_sub_comment .top_sub_comment{
    width: 100%;
    line-height: 28px;
}
.box_comment .list_comment .li_comment .list_sub_comment .li_sub_comment .info_sub_comment .top_sub_comment span{
    margin-left: 10px;
}
.box_comment .list_comment .li_comment .list_sub_comment .li_sub_comment .info_sub_comment .top_sub_comment span.sub_name{
    margin-left: 0px;
}
.box_comment .list_comment .li_comment .list_sub_comment .li_sub_comment .info_sub_comment .top_sub_comment span a{
    color: #3f94d5;
}
.box_comment .list_comment .li_comment .list_sub_comment .li_sub_comment .info_sub_comment .text_sub_comment{
    width: 100%;
    line-height: 28px;
}
.box_comment .list_comment .li_comment .list_sub_comment .li_sub_comment .info_sub_comment .bottom_sub_comment{
    width: 100%;
    line-height: 28px;
}
.box_comment .list_comment .li_comment .list_sub_comment .li_sub_comment .info_sub_comment .bottom_sub_comment span{
    font-size: 12px;
    margin-left: 5px;
}
.box_comment .list_comment .li_comment .list_sub_comment .li_sub_comment .info_sub_comment .bottom_sub_comment span.del_sub_comment{
    font-size: 12px;
    margin-left: 0px;
    color: #3f94d5;
    cursor: pointer;
}
.mip-form-div input[type=email]{
    padding: 5px;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
}
.mip-form-div input[type=password]{
    padding: 5px;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
}
.mip-form-div input[type=text]{
    padding: 5px;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
}
.mip-form-div button{
    padding: 5px;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}
.social_login_self{
    width: 100%;
    margin-top: 10px;
}
.social_login_self .col-center{
    width: 100%;
    display: flex;
    justify-content: center;
}
.social_login_self .li_login_mxh{
    width: 100%;
    display: flex;
    height: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .218s, border-color .218s;
    transition: background-color .218s, border-color .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dadce0;
    color: #3c4043;
    cursor: pointer;
    font-family: "Google Sans", arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    margin-top: 5px;
    align-items: center;
    width: 250px;
    gap:5px;
}
.social_login_self .li_login_mxh .logo{
    width: 22px;
}
.social_login_self .li_login_mxh .logo img{
    width: 22px;
}
.register-forget{
	display: flex;
	justify-content: center;
	gap:20px;
	margin-top: 10px;
}
.privacy{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.home_button{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 50px;
    display: flex;
    align-items: center;
}
.home_button img{
    width: 30px;
}
.header-logo .back{
    cursor: pointer;
}
.col-center .btn {
    width: 100%;
    color: white;
    background-color: #c364f1;
    font-size: 1rem;
    border: 0;
    padding: 10px;
    border-radius: 9px;
    cursor: pointer;
}
.manga-cover {
    -webkit-flex: 0 0 33%;
    flex: 0 0 33%;
    margin-bottom: 10px;
}
.manga-cover .manga-title {
    padding: 0;
    margin: 0;
    font-size: .8rem;
    margin-top: 5px;
}
.manga-cover .manga-chapter {
    padding: 0;
    margin: 0;
    color: #999;
    font-size: .6rem;
    margin-top: 3px;
}
.aboutus-content {
    text-indent: 0px;
}
.aboutus-content ul{
    padding: 0px;
    /*list-style-type: square;*/
}
.aboutus-content ul li{
    padding: 0px;
    margin-left: 20px;
}
.aboutus-content ol{
    padding: 0px;
    /*list-style-type: square;*/
}
.aboutus-content ol li{
    padding: 0px;
    margin-left: 20px;
}
#gtx-trans{
    display: none !important;
}
mip-showmore .mip-showmore-originText {
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    word-wrap: break-word;
    word-break: break-all;
}
.mip-showmore-nodisplay {
    display: none;
}
mip-showmore {
    visibility: hidden;
    overflow: hidden;
}
.css-40g5xs-section {
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgb(241, 241, 241);
}
.css-1om0x1q-chapterInfo {
    display: flex;
    flex-direction: row;
    padding: 0.3rem 0.6rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.css-1oostw6-onGoingStatus {
    flex: 1 1 0%;
    text-align: left;
    font-weight: bolder;
}
.css-83nsa7-versions {
    flex: 2 1 0%;
    text-align: left;
}
.css-oilpt-sortInfo {
    text-align: left;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.38);
}
.css-qmlvzc {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 1.5rem;
    color: rgb(103, 58, 183);
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.css-1ogxre2-linkArea {
    min-height: 140px;
    display: flex;
}
.css-eftl8i {
    list-style: none;
    margin: 0.5rem 0px 0.5rem -2%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 0.5rem;
    width: 100%;
}
#list_chap{
    margin: auto;
    margin-top: 10px;
    display: flex;
    width: calc(100% - 20px);
    gap:10px;
    flex-wrap: wrap;
}
.li_chap {
    position: relative;
    width: calc(100%/3 - 20px/3);
    border: 1px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    height: 40px;
}
.li_chap a{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: initial;
    margin: 10px 0 5px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
}
.li_chap a i{
    font-size: 16px;
}
@media all AND (max-width: 360px){
    .li_chap {
        position: relative;
        width: calc(50% - 5px);
        border: 1px solid #dedede;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 5px;
        box-sizing: border-box;
        border-radius: 5px;
        height: 40px;
    } 
}
.css-da3g6j-chapterButton-moreButton {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    -webkit-box-flex: 1;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    min-width: 0px;
    text-align: center;
    line-height: 2.5rem;
    height: 2.5rem;
    position: relative;
    text-overflow: ellipsis;
    box-sizing: border-box;
    display: inline-block;
    color: rgba(0, 0, 0, 0.54);
    width: 100%;
    outline: 0px;
    border-image: initial;
    margin: 0.4rem 0px 0px 2.5%;
    text-decoration: none;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-radius: 0.5rem;
    padding: 0px 0.2rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(241, 241, 241);
    flex: 1 1 0%;
}
.css-17j2vre {
    position: fixed;
    inset: auto 0px 0px;
    z-index: 1199;
}
.css-1wi3h6c-section {
    margin-top: 2rem;
}
/*.css-wgcoas-root {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-shadow: none;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    overflow: hidden;
    margin: 10px 0px;
    padding: 16px;
    border-top: 1px solid rgb(241, 241, 241);
    border-bottom: 1px solid rgb(241, 241, 241);
}*/
.css-a63x6y-comment {
    padding: 0px 16px 16px;
    width: 100%;
}
.css-1ontqvh {
    list-style: none;
    margin: 0px;
    padding: 8px 0px;
    position: relative;
}
.css-8egh8g-root {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 8px 16px 8px 0px;
}
.css-8egh8g-root .avatar-comment{
    width: 70px;
    height: 85px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    padding-top: 10px;
}
.css-8egh8g-root .avatar-comment .avatar_none{
    position: relative;
    width: 70px;
    height: 70px;
}
.css-8egh8g-root .avatar-comment .rank_1{
    position: relative;
    width: 70px;
    height: 70px;
    background: url('/skin/css/images/avatar/1.png') no-repeat center center;
    background-size: 100%;
}
.css-8egh8g-root .avatar-comment .rank_2{
    position: relative;
    width: 70px;
    height: 70px;
    background: url('/skin/css/images/avatar/2.png') no-repeat center center;
    background-size: 100%;
}
.css-8egh8g-root .avatar-comment .rank_3{
    position: relative;
    width: 70px;
    height: 70px;
    background: url('/skin/css/images/avatar/3.png') no-repeat center center;
    background-size: 100%;
}
.css-8egh8g-root .avatar-comment .rank_4{
    position: relative;
    width: 70px;
    height: 70px;
    background: url('/skin/css/images/avatar/4.png') no-repeat center center;
    background-size: 100%;
}
.css-8egh8g-root .avatar-comment .rank_5{
    position: relative;
    width: 70px;
    height: 70px;
    background: url('/skin/css/images/avatar/5.png') no-repeat center center;
    background-size: 100%;
}
.css-8egh8g-root .avatar-comment .rank_6{
    position: relative;
    width: 70px;
    height: 70px;
    background: url('/skin/css/images/avatar/6.png') no-repeat center center;
    background-size: 100%;
}
.css-8egh8g-root .avatar-comment .rank_7{
    position: relative;
    width: 70px;
    height: 70px;
    background: url('/skin/css/images/avatar/7.png') no-repeat center center;
    background-size: 100%;
}
.css-8egh8g-root .avatar-comment .rank_8{
    position: relative;
    width: 70px;
    height: 70px;
    background: url('/skin/css/images/avatar/8.png') no-repeat center center;
    background-size: 100%;
}
.css-8egh8g-root .avatar-comment img{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    border:2px solid #fff;
}
.css-9hddzn-orderName {
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    padding: 0px 3px;
    cursor: pointer;
}
.css-13jgviw-orderSelected {
    color: rgb(133, 97, 197);
    text-decoration: underline;
    font-weight: bolder;
}
.css-1hxkj4u-subheader {
    box-sizing: border-box;
    line-height: 48px;
    list-style: none;
    color: rgba(0, 0, 0, 0.54);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding-right: 16px;
    position: sticky;
    top: 0px;
    z-index: 1;
    font-size: 1rem;
    padding-left: 0px;
    background-color: rgb(255, 255, 255);
}
.css-s1bfy {
    min-width: 56px;
    flex-shrink: 0;
    margin-top: 8px;
}
.css-3i9vrz {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
}
.css-1hy9t21 {
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    color: transparent;
    text-indent: 10000px;
}
.css-1xar93x {
    width: calc(100% - 70px);
    margin-top: 6px;
    margin-bottom: 6px;
}
.css-12s9iqp-text {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    display: block;
    font-weight: bolder;
}
.css-1m7p99p {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: rgba(0, 0, 0, 0.54);
    display: block;
}
.css-9pe1wp {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.66;
    letter-spacing: 0.03333em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.54);
}
.css-1wstsor {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.66;
    letter-spacing: 0.03333em;
    color: rgba(0, 0, 0, 0.54);
    margin: 0px;
}
.css-tzt8ri-content {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.87);
    word-break: break-all;
}
.css-tzt8ri-content img{
    max-width: 14px;
    max-height: 14px;
}
.css-4y5vds-commentTool {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.css-widola-commentButton {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-align: center;
    font-size: 1rem;
    display: inline-block;
    color: rgba(0, 0, 0, 0.54);
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px 12px 0px 0px;
    text-decoration: none;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 6px 0px;
}
.css-elms88-commentButtonSpan {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1rem;
}
.css-elms88-commentButtonSpan .icon_like{
    height: 20px;
    display: inline-block;
    width: 20px;
    background: url('/skin/css/images/like.svg') no-repeat;
    background-size: cover;
}
.css-elms88-commentButtonSpan .icon_like.liked{
    height: 20px;
    display: inline-block;
    width: 20px;
    background: url('/skin/css/images/liked.svg') no-repeat;
    background-size: cover;
}
.css-elms88-commentButtonSpan .icon_dislike{
    height: 20px;
    display: inline-block;
    width: 20px;
    background: url('/skin/css/images/dislike.svg') no-repeat;
    background-size: cover;
}
.css-elms88-commentButtonSpan .icon_dislike.disliked{
    height: 20px;
    display: inline-block;
    width: 20px;
    background: url('/skin/css/images/disliked.svg') no-repeat;
    background-size: cover;
}
.css-10xymib-commentButtonIcon {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 1rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.css-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}
.css-9au98p-commentButton-commentButtonMore {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-align: center;
    font-size: 1rem;
    display: inline-block;
    color: rgba(0, 0, 0, 0.54);
    align-self: flex-end;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px 12px 0px auto;
    text-decoration: none;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 6px 0px;
}
.css-1xhhzkn-reply {
    background-color: rgb(245, 245, 245);
    margin-top: 0.5rem;
    padding-left: 0.2rem;
    padding-top: 0.1rem;
    border-radius: 5px;
}
.css-1rqlw17-replyItem {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: rgba(0, 0, 0, 0.54);
    display: block;
    text-decoration: none;
    word-break: break-all;
    padding: 5px;
}
.css-1izjp52-replyUserNames {
    color: rgb(103, 58, 183);
}
.css-1p0mzqu-pageArea {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: rgb(158, 158, 158);
}
.css-c7dfze {
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.57;
    letter-spacing: 0.00714em;
}
.css-1t9bjcm-fixed {
    z-index: 1299;
    width: 100%;
    bottom: 4rem;
    overflow: hidden;
    right: 0px;
    left: 0px;
    transition: transform 0.5s, -webkit-transform 0.5s;
    max-width: 520px;
    transform: translateZ(0px);
    position: fixed !important;
}
.css-1maq9lu-maxWidth {
    left: calc(62% - 260px);
}
.add-comment-fixed-btn {
    border-color: #9200fe;
}
.add-comment-fixed-btn {
    margin: 0 auto;
    width: 40%;
    margin-left: 30%;
    height: 2rem;
    border: 2px solid #c364f1;
    border-radius: 1rem;
    background-color: white;
    box-sizing: border-box;
    padding: .3rem;
    cursor: pointer;
}
.emot {
    display: inline-block;
    height: 1.2rem;
    width: 1.2rem;
    background-image: url(/skin/css/images/smile.png);
    background-size: cover;
    margin-bottom: -0.3rem;
}
@media all AND (max-width: 480px){
    .css-1maq9lu-maxWidth {
        left: calc(105% - 260px);
    }
    .add-comment-fixed-btn{
        width: 200px;
    }
}
.css-15c0xsw-root {
    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    display: block;
    padding: 0px;
    background-color: rgb(255, 255, 255);
}
@media (min-width: 520px) {
    .css-15c0xsw-root {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (min-width: 960px) {
    .css-15c0xsw-root {
        max-width: 960px;
    }
}

@media (min-width: 520px) {
    .css-15c0xsw-root {
        padding: 0px;
    }
}

.box_chat_pop{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 1000;
}
.box_chat_pop_content{
    position: absolute;
    margin: auto;
    width:510px;
    max-width: calc(100% - 10px);
    left: 0;
    right: 0;
    bottom: 50px;
    background: #fff;
    border-radius: 10px;
}
.box_chat_pop .box_chat_pop_content .box_chat{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.box_chat_pop .box_chat_pop_content .box_chat .menu_chat{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.box_chat_pop .box_chat_pop_content .box_chat .menu_chat .title_box_chat{
    position: relative;
    float: left;
    height: 100%;
    font-size: 20px;
    color: #3f94d5;
    font-weight: 700;
    text-transform: uppercase;
}
.box_chat_pop .box_chat_pop_content .box_chat .menu_chat .title_box_chat i{
    font-size: 28px;
}
.box_chat_pop .box_chat_pop_content .box_chat .menu_chat .tool_chat{
    position: relative;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}
.box_chat_pop .box_chat_pop_content .box_chat .menu_chat .tool_chat button{
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    border:2px solid #3f94d5;
    height: 35px;
    width: 35px;
    margin-left: 10px;
    font-size: 20px;
    color: #3f94d5;
    cursor: pointer;
}
.box_chat_pop .box_chat_pop_content .box_chat .menu_chat .tool_chat button.toggle_chat i{
    font-size: 20px;
}
.box_chat_pop .box_chat_pop_content .box_chat .menu_chat .tool_chat button.sound_chat i{
    font-size: 22px;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat{
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 100%;
    height: 267px;
    background: #fff;
    margin-top: 5px;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat{
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(100% - 42px);
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_load_chat{
    position: relative;
    width: 100%;
    height: 30px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    clear: both;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat{
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    clear: both;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .avatar_chat{
    width: 70px;
    height: 100px;
    float: left;
    cursor: pointer;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .avatar_chat .avatar_rank.rank_none{
    position: relative;
    width: 70px;
    height: 70px;
    cursor: pointer;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .avatar_chat .avatar_rank.rank_1{
    position: relative;
    width: 70px;
    height: 70px;
    background: url(/skin/css/images/avatar/1.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .avatar_chat .avatar_rank.rank_2{
    position: relative;
    width: 70px;
    height: 70px;
    background: url(/skin/css/images/avatar/2.png) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .avatar_chat .avatar_rank.rank_3{
    position: relative;
    width: 70px;
    height: 70px;
    background: url(/skin/css/images/avatar/3.png) no-repeat center center;
    background-size: 100%;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .avatar_chat .avatar_rank.rank_4{
    position: relative;
    width: 70px;
    height: 70px;
    background: url(/skin/css/images/avatar/4.png) no-repeat center center;
    background-size: 100%;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .avatar_chat .avatar_rank.rank_5{
    position: relative;
    width: 70px;
    height: 70px;
    background: url(/skin/css/images/avatar/5.png) no-repeat center center;
    background-size: 100%;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .avatar_chat .avatar_rank.rank_6{
    position: relative;
    width: 70px;
    height: 70px;
    background: url(/skin/css/images/avatar/6.png) no-repeat center center;
    background-size: 100%;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .avatar_chat .avatar_rank.rank_7{
    position: relative;
    width: 70px;
    height: 70px;
    background: url(/skin/css/images/avatar/7.png) no-repeat center center;
    background-size: 100%;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .avatar_chat .avatar_rank.rank_8{
    position: relative;
    width: 70px;
    height: 70px;
    background: url(/skin/css/images/avatar/8.png) no-repeat center center;
    background-size: 100%;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .avatar_chat img{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    object-fit: cover;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .avatar_chat .rank_none img{
    width: 45px;
    height: 45px;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .info_chat{
    position: relative;
    float: left;
    /*padding-left: 10px;*/
    padding-top: 7px;
    width: calc(100% - 70px);
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .info_chat .content_text .text{
    background: #f5f5f5;
    margin-top: 5px;
    padding: 8px 15px 8px 15px;
    border-radius: 5px 10px;
    /*width: max-content;*/
    display: flex;
    /*align-items: center;
    justify-content: flex-start;*/
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .info_chat .content_text .text img{
    max-width: 20px;
    max-height: 20px;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .info_chat .content_text .name{
    cursor: pointer;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .list_chat .li_chat .info_chat .time{
    position: absolute;
    right: 5px;
    font-size: 12px;
    float: left;
}

.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .input_chat{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 37px;
    background: #fff;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .input_chat input{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right:10px;
    width: calc(100% - 40px);
    height: 37px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    border:1px solid #dedede;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .input_chat input:focus{
    outline: none;
}
/* .box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .input_chat .chat_text{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right:10px;
    width: calc(100% - 40px);
    height: 37px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    font-size: 14px;
    border:1px solid #dedede;
} */
/* .box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .input_chat .chat_text img{
    height: 20px;
    width: 20px;
} */
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .input_chat .chat_text {
    position: relative;
    display: flex;
    align-items: center; /* CÄƒn giá»¯a theo chiá»u dá»c */
    justify-content: flex-start; /* CÄƒn trÃ¡i theo chiá»u ngang */
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 40px);
    height: 37px;
    line-height: 37px;
    background: #fff;
    border-radius: 5px;
    font-size: 12.5px;
    border: 1px solid #dedede;
    overflow: hidden; /* Cho phÃ©p cuá»™n ngang náº¿u ná»™i dung quÃ¡ dÃ&nbsp;i */
    white-space: nowrap; /* NgÄƒn xuá»‘ng dÃ²ng */
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .input_chat .chat_text:focus{
    outline: none;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .input_chat .chat_text:empty:before {
    content: attr(data-placeholder); /* Láº¥y ná»™i dung tá»« data-placeholder */
    color: #aaa; /* MÃ&nbsp;u placeholder */
    font-style: italic;
    pointer-events: none; /* KhÃ´ng áº£nh hÆ°á»Ÿng Ä‘áº¿n click */
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .input_chat .chat_text span {
    display: inline-flex; /* Äáº£m báº£o span khÃ´ng lÃ&nbsp;m vá»¡ dÃ²ng */
    align-items: center; /* CÄƒn giá»¯a áº£nh theo chiá»u dá»c */
}

.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .input_chat .chat_text img {
    vertical-align: middle; /* Giá»¯ áº£nh cÄƒn giá»¯a theo dÃ²ng chá»¯ */
    max-height: 24px; /* Giá»›i háº¡n chiá»u cao áº£nh Ä‘á»ƒ phÃ¹ há»£p vá»›i dÃ²ng */
}

.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .input_chat button{
    width: 40px;
    height: 37px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    border: none;
    cursor: pointer;
    font-size: 30px;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .input_chat button:focus{
    outline: none;
}

.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .box_sticker{
    position: absolute;
    margin: auto;
    background: #fff;
    width: 400px;
    height: 400px;
    bottom: 50px;
    right: 50px;
    border-radius: 5px;
    border:1px solid #dedede;
    display: none;
}
@media (max-width: 768px) {
    .box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .box_sticker{
        width: 100%;
        right: 0;
    }
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .box_sticker .list_tab{
    display: flex;
    justify-content: flex-start;
    height: 80px;
    gap:10px;
    border-bottom: 1px solid #dedede;
    padding: 10px;
    margin: auto;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .box_sticker .list_tab .li_tab{
    width: 60px;
    height: 100%;
    border:1px solid #dedede;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .box_sticker .list_tab .li_tab:hover{
    background: #f3f3f3;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .box_sticker .list_tab .li_tab img{
    width: auto;
    height: 100%;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .box_sticker .list_sticker{
    width: 100%;
    height: calc(100% - 80px);
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .box_sticker .list_sticker .list_sticker_content{
    display: none;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .box_sticker .list_sticker .list_sticker_content.active{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:10px;
    padding: 10px;
    overflow: auto;
    height: 100%;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .box_sticker .list_sticker .list_sticker_content .li_sticker{
    width: 60px;
    height: 60px;
    padding: 5px;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .box_sticker .list_sticker .list_sticker_content .li_sticker:hover{
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 5px;
    border:1px solid #dedede;
}
.box_chat_pop .box_chat_pop_content .box_chat .content_box_chat .box_sticker .list_sticker .list_sticker_content .li_sticker img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.list_button_center{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.list_button_center button {
    display: flex;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    border: none;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #673ab7;
    color: #fff;
}
.list_button_center button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f60;
}
.list_giaodich{
    width: 100%;
    /*margin-top: 30px;*/
}
.list_giaodich .title{
    width: 100%;
    font-weight: 700;
}
.list_giaodich table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.list_giaodich table th{
    text-align: center;
    padding: 5px;
    border:1px solid #dedede;
    background: #673ab7;
    font-size: 12px;
    color: #fff;
}
.list_giaodich table td{
    text-align: center;
    padding: 5px;
    border:1px solid #dedede;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
}
.list_giaodich table td button{
    border: none;
    color: #fff;
    background: #f60;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    line-height: 20px;
}
.box_phuongthuc{
    width: 100%;
    display: flex;
    justify-content: center;
    gap:20px;
    padding: 20px;
}
.box_phuongthuc .li_phuongthuc{
    width: 80px;
    height: 80px;
    border:1px solid #dedede;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.box_phuongthuc .li_phuongthuc.active{
    border:3px solid #f00;
}
.box_phuongthuc .li_phuongthuc img{
    max-width: calc(100% - 10px);
}
.login-page .box_edit_thongtin{
    width: 100%;
    margin-top: 20px;
}
.login-page .box_edit_thongtin .content_thongtin .content_napcoin{
    width: 100%;
    display: none;
}
.login-page .box_edit_thongtin .content_thongtin .content_napcoin.active{
    display: block;
}
.login-page .box_edit_thongtin .content_thongtin .li_input{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input{
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input label{
    color: rgba(0, 0, 0, 0.6);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    display: block;
    transform-origin: left top;
    text-overflow: ellipsis;
    max-width: calc(133% - 32px);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(14px, -9px) scale(0.75);
    z-index: 1;
    pointer-events: auto;
    user-select: none;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1), max-width 200ms cubic-bezier(0, 0, 0.2, 1);
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input .content_input {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 4px;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input .content_input .box_text_thanhtoan{
    font-family: Roboto, Helvetica, Arial, sans-serif;
    padding: 20px;
    width: 100%;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input .content_input .box_thanhtoan{
    font-family: Roboto, Helvetica, Arial, sans-serif;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input .content_input .box_thanhtoan img{
    max-width: 250px;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input .content_input .text{
    font-family: Roboto, Helvetica, Arial, sans-serif;
    padding: 20px;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input .content_input .text .note_thanhtoan{
    font-family: Roboto, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #f00;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input .content_input select{
    letter-spacing: inherit;
    color: currentcolor;
    box-sizing: content-box;
    height: 1.4375em;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    font: inherit;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: none;
    margin: 0px;
    padding: 16.5px 14px;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input .content_input select:focus{
    outline: none;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input .content_input input{
    letter-spacing: inherit;
    color: currentcolor;
    box-sizing: content-box;
    height: 1.4375em;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    font: inherit;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: none;
    margin: 0px;
    padding: 16.5px 14px;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input .content_input input:focus{
    outline: none;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input .content_input fieldset{
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(0, 0, 0, 0.23);
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input .content_input fieldset legend{
    float: unset;
    width: auto;
    overflow: hidden;
    display: block;
    padding: 0px;
    height: 11px;
    font-size: 0.75em;
    visibility: hidden;
    max-width: 100%;
    transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
    white-space: nowrap;
}
.login-page .box_edit_thongtin .content_thongtin .li_input .border_input .content_input fieldset legend &gt; span {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}
.login-page .box_edit_thongtin .content_thongtin .list_tab_xephang{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #ededed;    
}
.login-page .box_edit_thongtin .content_thongtin .list_tab_xephang .tab_xephang{
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: calc(100%/4);
    text-align: center;
}
.login-page .box_edit_thongtin .content_thongtin .list_tab_xephang .tab_xephang.active{
    color: #673ab7;
    border-bottom: 2px solid #673ab7;
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang{
    width: 100%;
    position: relative;
    overflow-y: auto;
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang .bg_xephang{
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(/skin/css/images/bxh/thienlong.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 0;
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang .bg_xephang.longphung{
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(/skin/css/images/bxh/logphung.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 0;
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang .bg_xephang.haophu{
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(/skin/css/images/bxh/haophu.jpg) no-repeat center center;
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang .content_xephang{
    position: relative;
    background: rgba(255, 255, 255, 0.75);
    z-index: 1;
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang .note{
    width: 100%;
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    font-style: italic;
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang .list_member{
    width: 100%;
    padding-bottom: 50px;
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang .list_member .li_xephang_empty{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-style: italic;
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang .li_xephang{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    height: 50px;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang .li_xephang .stt{
    width: 50px;
    text-align: center;
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang .li_xephang .stt img{
    width: 30px;
    height: auto;
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang .li_xephang .name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 30%;
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang .li_xephang .coin{
    width: 20%;
    text-align: center
}
.login-page .box_edit_thongtin .content_thongtin .list_xephang .li_xephang .rank{
    width: 40%;
}
.login-page .box_edit_thongtin .content_thongtin .current_xephang{
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #673ab7;
    z-index: 999;
    box-sizing: border-box;
}    
.login-page .box_edit_thongtin .content_thongtin .current_xephang .li_xephang{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.login-page .box_edit_thongtin .content_thongtin .current_xephang .li_xephang .stt{
    width: 50px;
    text-align: center;
}
.login-page .box_edit_thongtin .content_thongtin .current_xephang .li_xephang .name{
    width: 40%;
}
.login-page .box_edit_thongtin .content_thongtin .current_xephang .li_xephang .coin{
    width: 20%;
}
.login-page .box_edit_thongtin .content_thongtin .current_xephang .li_xephang .rank{
    width: 30%;
}


.box_list_shop{
    width: 100%;
    display: flex;
    justify-content: center;
    gap:20px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.box_list_shop .li_shop{
    width: calc(100%/3 - 20px/3);
    border:2px solid #ededed;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
}
.box_list_shop .li_shop.active{
    border:2px solid #9200fe;
}
.box_list_shop .li_shop .minh_hoa{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_list_shop .li_shop .minh_hoa img{
    height: 80px;
    width: auto;
}
.box_list_shop .li_shop .tieu_de{
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
}
.box_list_shop .li_shop .gia{
    width: 100%;
    display: flex;
    justify-content: center;
    background: #febb8e;
    height: 35px;
    align-items: center;
    border-top:1px solid #ededed;
    gap:5px;
    font-weight: 700;
}
.box_list_shop .li_shop .gia img{
    height: 30px;
}
.box_quyen_loi{
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}

.box_pop_add {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
}

.box_pop_add .box_pop_add_content {
    left: 50% !important;
    top: 50% !important;
    position: fixed !important;
    transform: translate(-50%, -50%) !important;
    width: 510px;
    max-width: calc(100% - 20px);
    background: #fff;
    max-height: calc(100vh - 10px);
    border-radius: 5px;
}
.box_pop_add .box_pop_add_content .box_rate{
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 64px);
    max-width: 520px;
    width: 100%;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
}
.box_pop_add .box_pop_add_content .box_rate .title_rate{
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background: linear-gradient(to right, #fb5083, #fb744f);
    border-bottom-right-radius: 45% 29%;
    border-bottom-left-radius: 45% 29%;
    color: white;
    padding: 0;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
}
.box_pop_add .box_pop_add_content .box_rate .box_rate_content{
    width: 100%;
    padding-bottom: 30px;
}
.box_pop_add .box_pop_add_content .box_rate .box_rate_content .user-score-star{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    margin-top: .5rem;
    padding: 0;
}
.box_pop_add .box_pop_add_content .box_rate .box_rate_content .user-score-star i:hover{
    cursor: pointer;
}
.box_pop_add .box_pop_add_content .box_rate .box_rate_content .button_rate{
    width: 100%;
    text-align: center;
}
.box_pop_add .box_pop_add_content .box_rate .box_rate_content .button_rate button{
    width: 7rem;
    text-align: center;
    color: white;
    background-color: #c364f1;
    border: 0;
    border-radius: 1rem;
    margin: .5rem auto;
    height: 2rem;
    cursor: pointer;
}
.box_pop_add .box_pop_add_content .box_rate .box_rate_content .later-rate {
    color: #ccc;
    font-size: 14px;
    text-align: center;
    width: 7rem;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin{
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 64px);
    max-width: 520px;
    width: 100%;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin h2{
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.0075em;
    padding: 16px 24px;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin h2 button{
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin {
    width: 100%;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .list_ngoai_hinh{
    width: 100%;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .list_ngoai_hinh .li_ngoai_hinh{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    padding-left: 0px;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .list_ngoai_hinh .li_ngoai_hinh:before{
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #9200e7;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
    content: "";
    display: inline-block;
    margin: 5px;
    border-radius: 100%;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .list_ngoai_hinh .li_ngoai_hinh.selected:before {
    font-family: 'FontAwesome';
    background: #9200e7;
    text-align: center;
    content: "\f00c";
    color: #fff;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .li_input{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .li_input .border_input{
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .li_input .border_input label{
    color: rgba(0, 0, 0, 0.6);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    display: block;
    transform-origin: left top;
    text-overflow: ellipsis;
    max-width: calc(133% - 32px);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(14px, -9px) scale(0.75);
    z-index: 1;
    pointer-events: auto;
    user-select: none;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1), max-width 200ms cubic-bezier(0, 0, 0.2, 1);
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 4px;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input .text{
    width: 100%;
    padding: 10px;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input input{
    letter-spacing: inherit;
    color: currentcolor;
    box-sizing: content-box;
    height: 1.4375em;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    font: inherit;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: none;
    margin: 0px;
    padding: 16.5px 14px;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input input:focus{
    outline: none;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input fieldset{
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(0, 0, 0, 0.23);
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input fieldset legend{
    float: unset;
    width: auto;
    overflow: hidden;
    display: block;
    padding: 0px;
    height: 11px;
    font-size: 0.75em;
    visibility: hidden;
    max-width: 100%;
    transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
    white-space: nowrap;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input fieldset legend &gt; span {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .content_thongtin .li_input .css-18u61dl-mark{
    color: rgb(133, 97, 197);
    font-size: 0.9rem;
    margin-top: 1rem;
    display: none;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .list_button{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 8px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex: 0 0 auto;
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .list_button button {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    color: rgb(103, 58, 183);
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.box_pop_add .box_pop_add_content .box_edit_thongtin .list_button button:hover {
    text-decoration: none;
    background-color: rgba(103, 58, 183, 0.04);
}
.box_pop_comment {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
}
.box_pop_comment .box_pop_comment_content {
    left: 50% !important;
    top: 50% !important;
    position: fixed !important;
    transform: translate(-50%, -50%) !important;
    width: 510px;
    max-width: calc(100% - 20px);
    background: #fff;
    max-height: calc(100vh - 10px);
    border-radius: 5px;
}

.box_pop_comment .box_pop_comment_content .box_edit_thongtin{
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 64px);
    max-width: 520px;
    width: 100%;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin h2{
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.0075em;
    padding: 16px 24px;
    flex: 0 0 auto;
    background: linear-gradient(to right, rgb(251, 80, 131), rgb(251, 116, 79));
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin h2 button{
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin {
    width: 100%;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .list_ngoai_hinh{
    width: 100%;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .list_ngoai_hinh .li_ngoai_hinh{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    padding-left: 0px;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .list_ngoai_hinh .li_ngoai_hinh:before{
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #9200e7;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
    content: "";
    display: inline-block;
    margin: 5px;
    border-radius: 100%;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .list_ngoai_hinh .li_ngoai_hinh.selected:before {
    font-family: 'FontAwesome';
    background: #9200e7;
    text-align: center;
    content: "\f00c";
    color: #fff;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input .border_input{
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input .border_input label{
    color: rgba(0, 0, 0, 0.6);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    display: block;
    transform-origin: left top;
    text-overflow: ellipsis;
    max-width: calc(133% - 32px);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(14px, -9px) scale(0.75);
    z-index: 1;
    pointer-events: auto;
    user-select: none;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1), max-width 200ms cubic-bezier(0, 0, 0.2, 1);
    background: linear-gradient(to right, rgb(251, 80, 131), rgb(251, 116, 79));
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 4px;
    background-color: rgb(224, 224, 224);
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input .text{
    width: 100%;
    padding: 10px;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input input{
    letter-spacing: inherit;
    color: currentcolor;
    box-sizing: content-box;
    height: 1.4375em;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    font: inherit;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: none;
    margin: 0px;
    padding: 16.5px 14px;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input textarea{
    letter-spacing: inherit;
    color: currentcolor;
    box-sizing: content-box;
    height: 1.4375em;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    height: 100px;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    font: inherit;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background: none;
    margin: 0px;
    padding: 16.5px 14px;
    resize: none;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input textarea:focus{
    outline: none;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input .count_text{
    width: 100%;
    border-top: 1px solid #c0c0c0;
    color: rgba(0, 0, 0, 0.54);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.66;
    letter-spacing: 0.03333em;
    text-align: left;
    padding-left: 10px;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input input:focus{
    outline: none;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input fieldset{
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(0, 0, 0, 0.23);
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input fieldset legend{
    float: unset;
    width: auto;
    overflow: hidden;
    display: block;
    padding: 0px;
    height: 11px;
    font-size: 0.75em;
    visibility: hidden;
    max-width: 100%;
    transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
    white-space: nowrap;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input .border_input .content_input fieldset legend &gt; span {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .content_thongtin .li_input .css-18u61dl-mark{
    color: rgb(133, 97, 197);
    font-size: 0.9rem;
    margin-top: 1rem;
    display: none;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .list_button{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 8px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex: 0 0 auto;
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .list_button button {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    color: rgb(103, 58, 183);
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.box_pop_comment .box_pop_comment_content .box_edit_thongtin .list_button button:hover {
    text-decoration: none;
    background-color: rgba(103, 58, 183, 0.04);
}
.box_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: none;
}

.box_pop .box_pop_content {
    left: 50% !important;
    top: 50% !important;
    position: fixed !important;
    transform: translate(-50%, -50%) !important;
    padding-bottom: 25px;
    width: 430px;
    max-width: calc(100% - 20px);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    background: #fff;
}

.box_pop .box_pop_content .pop_title {
    font-size: 18px;
    background: #1374ad;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border-radius: 5px 5px 0px 0px;
}
.box_pop .box_pop_content .pop_title span{
    cursor: pointer;
}
.box_pop .box_pop_content .pop_content {
    width: 100%;
    display: inline-block;
    padding: 10px;
}

.box_pop .box_pop_content .pop_content .li_input {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.text_confirm{
    font-style: italic;
    font-family: Arial;
    margin-bottom:5px;
}
.box_pop .box_pop_content #content_customer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box_pop .box_pop_content #content_customer .count-down {
    position: relative;
    width: 100px;
}

.box_pop .box_pop_content #content_customer .count-down .content-count-down {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: #f60;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 20px;
}

.box_pop .box_pop_content #content_customer .info_customer {
    width: calc(100% - 100px);
    text-align: left;
}

.box_pop .box_pop_content .pop_content .li_input label {
    width: 100%;
    display: inline-block;
    height: 20px;
    margin-bottom: 10px;
}

.box_pop .box_pop_content .pop_content .li_input input {
    margin: 0;
    width: 100%;
    height: 49px;
    font-size: 15px;
    color: #354052;
    margin-bottom: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.box_pop .box_pop_content .pop_content .li_input select {
    margin: 0;
    width: 100%;
    height: 49px;
    font-size: 15px;
    color: #354052;
    margin-bottom: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.box_pop .box_pop_content .pop_content .li_input button {
    border: none;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
    width: 100%;
    cursor: pointer;
    background-color: #f0564a;
    font-weight: 600;
}

.box_pop .box_pop_content .pop_button {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.box_pop .box_pop_content .pop_button .text_left {
    float: left;
    line-height: 35px;
}

.box_pop .box_pop_content .pop_button .text_left a:hover {
    color: #f0564a;
}

.box_pop .box_pop_content .pop_button .text_right {
    float: right;
}

.box_pop .box_pop_content .pop_button .text_center {
    text-align: center;
}

.box_pop .box_pop_content .pop_button .text_center button {
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
    width: 100px;
    cursor: pointer;
    margin-left: 5px;
    background-color: #f0564a;
    font-weight: 600;
}

.box_pop .box_pop_content .pop_button .text_right button {
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
    width: 100px;
    cursor: pointer;
    margin-left: 5px;
    background-color: #f0564a;
    font-weight: 600;
}
.bottom_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    padding: 10px;
}
.list_phantrang {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.list_phantrang .li_phantrang {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.list_phantrang .li_phantrang i {
    font-size: 25px;
}
.list_phantrang .li_phantrang.active {
    background: #992bf5;
    color: #fff;
}
.box_info_other{
    display: flex;
    align-items: center;
}
.box_info_other .li_info{
    width: calc(100%/3);
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.box_info_other .li_info .info_t{
    height: 30px;
    color: #ea2f5c;
    font-weight: 700;
}
.show_quatang{
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}
.show_quatang .icon_quatang{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.show_quatang .icon_quatang .img{
}
.show_quatang .icon_quatang .img img{
    width: 30px;
}
.show_quatang .icon_quatang .money{
    color: #f00;
}
.show_quatang .text{
    width: 100%;
}
.box_feedback{
    width: 100%;
}
.box_feedback input{
    width: 100%;
    height: 40px;
    padding: 10px;
    border:1px solid #dedede;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
    border-radius: 5px;
    resize:none;
    margin-bottom: 10px;
}
.box_feedback input:focus{
    outline: none;
}
.box_feedback textarea{
    width: 100%;
    height: 150px;
    padding: 10px;
    border:1px solid #dedede;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
    border-radius: 5px;
    resize:none;
    margin-bottom: 10px;
}
.box_feedback textarea:focus{
    outline: none;
}

.box_feedback button{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border: none;
    background: #673ab7;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}
.tab_comment{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap:5px;
}
.tab_comment .li_tab{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #717070;
    background-color: #dedede;
    cursor:pointer;
}
.tab_comment .li_tab.active{
    color: #9200fe;
    background-color: #a774d069;
}
.box_search{
    display: flex;
    width: calc(100% - 80px);
    margin-left: 80px;
    padding: 5px;
    gap:10px;
}
.box_search .box_input{
    position: relative;
    display: flex;
    width: calc(100% - 100px);
}
.box_search .box_input .icon{
    position: absolute;
    margin: auto;
    width: 30px;
    left: 10px;
    top: 0;
    bottom: 0;
}
.box_search .box_input input{
    width: 100%;
    height: 100%;
    background:#7e57c2;
    color: #fff;
    border:none;
    border-radius: 5px;
    padding-left: 50px;
    padding-right: 10px;
    font-size: 14px;
}
.box_search .box_input input::placeholder{
    color: #bcbcbc;
}
.box_search .box_input input:focus{
    outline: none;
}
.box_search button{
    color: #fff;
    background:#7e57c2;
    width: 100px;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}
.title_search_result{
    width: 100%;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}
.my_search{
    width: 100%;
    margin-top: 20px;
    padding: 10px;
}
.my_search .title_search{
    width: 100%;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}
.my_search .title_search .del_all_search{
    cursor: pointer;
}
.my_search .list_seach_key{
    width: 100%;
    margin-top: 10px;
}
.my_search .list_seach_key .li_search_key{
    position: relative;
    appearance: none;
    max-width: 100%;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.8125rem;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    color: rgba(0, 0, 0, 0.87);
    vertical-align: middle;
    box-sizing: border-box;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: rgb(245, 245, 245);
    margin: 0px 4px 8px 0px;
    border-radius: 16px;
    white-space: nowrap;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    outline: 0px;
    text-decoration: none;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0px;
}
.my_search .list_seach_key .li_search_key a{
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
}
.my_search .list_seach_history{
    width: 100%;
    margin-top: 10px;
}
.my_search .list_seach_history .li_search_history{
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 8px 0px;
    cursor: pointer;
}
.my_search .list_seach_history .li_search_history .icon_time{
    width: 35px;
    display: flex;
    align-items: center;
}
.my_search .list_seach_history .li_search_history .icon_time img{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.my_search .list_seach_history .li_search_history .keyword {
    flex: 1 1 auto;
    min-width: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
    color: rgba(0, 0, 0, 0.87);
}
.my_search .list_seach_history .li_search_history .keyword a{
    margin: 0px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    display: block;
}
.box_tinhthach{
    width: 100%;
    display: flex;
    justify-content: center;
}
.box_tinhthach .box_tinhthach_content{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
    width: 220px;
    height: 50px;
    background:linear-gradient(to right,#c372ff, #c364f1, #9200fe);
    padding: 10px;
    border-radius: 5px;
}
.box_tinhthach .box_tinhthach_content img{
    width: 30px;
}
.box_tinhthach .box_tinhthach_content span{
    font-weight: 700;
    color: #fff;
    display: inline-block;
    width: calc(100% - 30px);
}
.box_chucnang_index{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.box_chucnang_index .li_chucnang{
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 10px;
}
.box_chucnang_index .li_chucnang img{
    width: 120px;
}
h3.title_list {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-left: 1rem;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem
}

h3.title_list span.title-border {
    position: absolute;
    left: -1.1rem;
    top: 0;
    width: .4rem;
    height: 1.2rem;
    background-image: linear-gradient(#bc31fe, #9600fd);
    border-radius: .3rem
}
h3.title_list .more{
    position: absolute;
    margin: auto;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 14px;
    color: #ea2f5c;
}
h3.title_list .more a{
    color: #ea2f5c;
}
.box_pop_add .list_tab_quatang{
    width: 100%;
    display: flex;
}
.box_pop_add .list_tab_quatang .li_tab{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-bottom: 3px solid rgb(72, 72, 72);
    cursor: pointer;
}
.box_pop_add .list_tab_quatang .li_tab.active{
    border-bottom: 3px solid #ea2f5c;
}
.box_pop_add .list_tab_quatang_content{
    width: 100%;
}
.box_pop_add .list_tab_quatang_content .content_tab{
    width: 100%;
    height: 470px;
    display: none;
}
.box_pop_add .list_tab_quatang_content .content_tab.active{
    display: block;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_quatang{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px;
    gap:5px;
    height: 350px;
    align-content: flex-start;
    overflow-y: auto;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_quatang .li_quatang{
    width: calc(50% - 2.5px);
    height: 110px;
    box-sizing: border-box;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_quatang .li_quatang:hover{
    border:1px solid #dedede;
    cursor: pointer;
    border-radius: 5px;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_quatang .li_quatang.active{
    border:1px solid #ea2f5c;
    cursor: pointer;
    border-radius: 5px;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_quatang .li_quatang .minh_hoa{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_quatang .li_quatang .minh_hoa .img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border:1px solid #dedede;
    overflow: hidden;
    padding: 3px;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_quatang .li_quatang .minh_hoa img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_quatang .li_quatang .coin{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5px;
    color: #ea2f5c;
    font-weight: 700;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_quatang .li_quatang .coin span{
    display: inline-block;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_quatang .li_quatang .coin img{
    height: 30px;
    width: auto;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_vua_tang{
    height: 470px;
    overflow-y: auto;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_vua_tang .li_vua_tang{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    gap: 10px;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_vua_tang .li_vua_tang .info_thanhvien{
    width: calc(100% - 70px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_vua_tang .li_vua_tang .info_thanhvien .avatar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border:1px solid #dedede;
    overflow: hidden;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_vua_tang .li_vua_tang .info_thanhvien .avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_vua_tang .li_vua_tang .info_thanhvien .info{
    width: calc(100% - 70px);
    color: #ea2f5c;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_vua_tang .li_vua_tang .info_thanhvien .info .name{
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: initial;
    line-height: 18px;
    overflow: hidden;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_vua_tang .li_vua_tang .info_thanhvien .info .rank{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: initial;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_vua_tang .li_vua_tang .minh_hoa{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border:1px solid #dedede;
    padding: 5px;
    overflow: hidden;
}
.box_pop_add .list_tab_quatang_content .content_tab .list_vua_tang .li_vua_tang .minh_hoa img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_pop_add .list_tab_quatang_content .content_tab .li_input{
    width: 100%;
    margin-bottom: 0px !important;
    margin-top: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.box_pop_add .list_tab_quatang_content .content_tab .li_input input[type=text]{
    width: 100%;
    padding: 5px;
    height: 40px;
    border-radius: 20px;
    background: #3c4043;
    font-style: italic;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    border: none;
}
.box_pop_add .list_tab_quatang_content .content_tab .li_input input[type=text]:focus{
    outline: none;
}
.box_pop_add .list_tab_quatang_content .content_tab .li_input button{
    width: 100%;
    padding: 5px;
    height: 40px;
    border-radius: 20px;
    background: #ea2f5c;
    color: #fff;
    cursor: pointer;
    border: none;
}
.box_comment{
    position: relative;
    width: 100%;
}
.box_comment .noidung_comment{
    width: 100%;
    padding: 10px;
    border:1px solid #dadce0;
}
.box_comment .noidung_comment:focus{
    outline: none;
}
.box_comment .noidung_comment img{
    max-width: 16px;
    max-height: 16px;
}
.box_comment .list_button_comment{
    width: 100%;
    display: flex;
    margin-top: 5px;
    align-items: center;
    gap:5px;
}
.box_comment .list_button_comment .send_comment{
    width: calc(100% - 41px);
    height: 36px;
    border:none;
    border-radius: 5px;
    background: #fb5083;
    color: #fff;
    cursor: pointer;
}
.box_comment .list_button_comment .smile{
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-size: 35px;
    background: transparent;
    color:#fb5083;
    border: none;
}
.box_comment .box_sticker{
    position: absolute;
    margin: auto;
    background: #fff;
    width: 320px;
    height: 250px;
    bottom: 50px;
    right: 50px;
    border-radius: 5px;
    border:1px solid #dedede;
    display: none;
}
@media (max-width: 768px) {
    .box_comment .box_sticker{
        width: 100%;
        right: 0;
    }
}
.box_comment .box_sticker .list_tab{
    display: flex;
    justify-content: flex-start;
    height: 70px;
    gap:10px;
    border-bottom: 1px solid #dedede;
    padding: 10px;
    margin: auto;
}
.box_comment .box_sticker .list_tab .li_tab{
    width: 50px;
    height: 100%;
    border:1px solid #dedede;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}
.box_comment .box_sticker .list_tab .li_tab:hover{
    background: #f3f3f3;
}
.box_comment .box_sticker .list_tab .li_tab img{
    width: auto;
    height: 100%;
}
.box_comment .box_sticker .list_sticker{
    width: 100%;
    height: calc(100% - 50px);
}
.box_comment .box_sticker .list_sticker .list_sticker_content{
    display: none;
}
.box_comment .box_sticker .list_sticker .list_sticker_content.active{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:10px;
    padding: 10px;
    overflow: auto;
    height: 100%;
}
.box_comment .box_sticker .list_sticker .list_sticker_content .li_sticker{
    width: 30px;
    height: 30px;
    padding: 5px;
}
.box_comment .box_sticker .list_sticker .list_sticker_content .li_sticker:hover{
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 5px;
    border:1px solid #dedede;
}
.box_comment .box_sticker .list_sticker .list_sticker_content .li_sticker img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.box_edit_follow{
    position: absolute;
    margin: auto;
    right: 30px;
    bottom: 50px;
    height: 30px;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #1877f2;
    color: #fff;
}
.change_avatar{
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.change_avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_redirect {
    margin: 20px 0;
    padding-bottom: 20px;
    text-align: center;
    max-width: 100%;
}

.page_redirect a {
    margin: 0 4px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 150px;
    cursor: pointer;
    font-size: 16px;
}
.page_redirect a:hover {
    background-color: #f0564a;
    color: white;
    transition: 0.5s;
}
.page_redirect a.active {
    background-color: #f0564a;
    color: white;
}
</pre></body></html>