@charset "utf-8";

.img.mob {
    display: none !important;
}

.area_visual {
    position: relative;
    max-width: 1680px;
    margin: 0 auto;
}

.area_visual .list li a {
    display: block;
}

.area_visual .list li a,
.area_visual .list li div {
    overflow: hidden;
    border-radius: 15px;
}

.area_visual .list .web {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 544px;
}

.area_visual .list .web img {
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100%;
    transform: translateX(-50%);
}

.area_visual .list .mob {
    display: none;
}

.area_visual .bx-controls .bx-next,
.area_visual .bx-controls .bx-prev {
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 70;
    width: 30px;
    height: 50px;
    box-sizing: border-box;
    padding-top: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
    font-size: 0px;
    transition: opacity 0.3s ease, background 0.3s ease;
}

.area_visual .bx-controls .bx-prev {
    left: 50%;
    margin-left: -750px;
}

.area_visual .bx-controls .bx-next {
    right: 50%;
    margin-right: -750px;
    transform: translateY(-50%) scaleX(-1);
}

.area_visual .bx-controls .bx-next:before,
.area_visual .bx-controls .bx-next:after,
.area_visual .bx-controls .bx-prev:before,
.area_visual .bx-controls .bx-prev:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    margin: 0 6px;
    background: #b9b9b9;
    transition: background 0.3s ease;
}

.area_visual .bx-controls .bx-next:before,
.area_visual .bx-controls .bx-prev:before {
    transform: rotate(45deg);
    transform-origin: 0 100%;
}

.area_visual .bx-controls .bx-next:after,
.area_visual .bx-controls .bx-prev:after {
    transform: rotate(-45deg);
    transform-origin: 0 0;
}

.area_visual .bx-controls .bx-pager {
    position: absolute;
    left: 50%;
    bottom: 45px;
    z-index: 70;
    transform: translateX(-50%);
}

.area_visual .bx-pager-item {
    display: inline-block;
    padding: 0 5px;
}

.area_visual .bx-pager-link {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bebebe;
    border-radius: 100%;
    font-size: 0px;
    transition: 0.3s ease;
}

.area_visual .bx-pager-link.active {
    background: #0b327a;
}

.area_visual .bx-wrapper:hover .bx-next,
.area_visual .bx-wrapper:hover .bx-prev {
    opacity: 1;
}

.area_visual .bx-controls .bx-next:hover,
.area_visual .bx-controls .bx-prev:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.area_visual .bx-controls .bx-next:hover:before,
.area_visual .bx-controls .bx-next:hover:after,
.area_visual .bx-controls .bx-prev:hover:before,
.area_visual .bx-controls .bx-prev:hover:after {
    background: #777;
}

.text-truncate-1-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-2-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-3-line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-4-line {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-5-line {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-6-line {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#content {
    max-width: 1200px;
    margin: 0 auto;
}

#content>div[class^="area_"] {
    margin-top: 85px;
}

#content h2 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 400;
    color: #111;
}

#content h2 i {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.area_best {
    position: relative;
}

.area_best *[data-shop-list="default"] {
    margin-left: 0px;
}

.area_best *[data-shop-list="default"]>li {
    padding-left: 0px;
    margin-bottom: 0px;
    height: 440px;
    border: 1px solid #ebebeb;
    border-left-width: 0px;
    transition: 0.3s ease;
}

.area_best *[data-shop-list="default"]>li:before {
    content: '';
    opacity: 0;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #0b327a;
    transition: 0.3s ease;
}

.area_best *[data-shop-list="default"]>li:after {
    content: '';
    opacity: 0;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: #0b327a;
    transition: 0.3s ease;
}

.area_best *[data-shop-list="default"]>li:first-child,
.area_best *[data-shop-list="default"]>li:nth-child(4n+1) {
    border-left-width: 1px;
}

.area_best *[data-shop-list="default"]>li:nth-child(4n)~li {
    border-top-width: 0px;
}

.area_best *[data-shop-list="default"]>li>a {
    padding: 40px 20px;
}

.area_best *[data-shop-list="default"]>li>a>em,
.area_best *[data-shop-list="default"]>li>a>i {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.area_best *[data-shop-list="default"]>li *[data-shop-icon="icon"] {
    display: none;
}

.area_best *[data-shop-list="default"]>li *[data-shop-list="util"] {
    left: 30px;
    margin-top: calc(100% - 80px);
}

.area_best *[data-shop-list="default"]>li.active {
    z-index: 70;
    border-color: #0b327a;
    box-shadow: 20px 30px 20px rgba(0, 0, 0, 0.08);
}

.area_best *[data-shop-list="default"]>li.active:before,
.area_best *[data-shop-list="default"]>li:nth-child(4n)~li.active:after {
    opacity: 1;
}

.area_best *[data-shop-list="default"]>li.active:first-child:before,
.area_best *[data-shop-list="default"]>li:nth-child(4n+1):before {
    opacity: 0;
}

.area_best *[data-shop-list="default"]>li>a .percent {
    right: -1px;
}

.area_best .btn {
    position: absolute;
    top: 37px;
    left: 280px;
}

.area_best .btn a {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
    color: #aaa;
    transition: 0.3s ease;
}

.area_best .btn a:hover {
    color: #222;
}

.area_best .btn a:after {
    content: '';
    opacity: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 5px;
    background: #0b327a;
    transition: 0.3s ease;
}

.area_best .btn a.more,
.area_best .btn a.more:hover {
    color: #0b327a;
}

.area_best .btn a.more:hover:after {
    opacity: 1;
}

#content .area_info h2 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

.area_info {
    padding-top: 50px;
    background: url(../images/main/bg_oblique.png) repeat-x 50% 0;
}

.area_info:after {
    content: '';
    display: block;
    clear: both;
}

.area_info>div {
    float: left;
    box-sizing: border-box;
    height: 135px;
}

.area_info .customer {
    width: 360px;
}

.area_info .customer a {
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3em;
    color: #111;
}

.area_info .customer ul li i,
.area_info .customer ul li span {
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

.area_info .customer ul li i {
    color: #111;
}

.area_info .customer ul li span {
    margin-left: 7px;
}

.area_info .bank {
    width: 505px;
    border-left: 1px solid #e8e8e8;
    padding-left: 45px;
}

.area_info .bank em {
    display: block;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3em;
    color: #111;
}

.area_info .bank ul {
    margin-top: 10px;
}

.area_info .bank ul li i,
.area_info .bank ul li span {
    display: inline-block;
}

.area_info .bank ul li i:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 21px;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle;
    background: url(../images/main/img_bank.png) no-repeat 50% 0;
}

.area_info .bank ul li span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

.area_info .category {
    width: 335px;
    border-left: 1px solid #e8e8e8;
    padding-left: 45px;
}

.area_info .category .site {
    width: 70%;
}

.area_info .category li {
    float: left;
    width: 50%;
    margin-top: 10px;
}

.area_info .category li>a {
    display: inline-block;
    color: #666;
}

.area_info .category li>a:hover {
    color: #0b327a;
}

.area_info .category li ul {
    display: none;
}

@media screen and (max-width:1720px) {

    .area_visual .list li a,
    .area_visual .list li div {
        padding-left: 15px;
        padding-right: 15px;
        border: 0px;
    }

    .area_visual .list .web {
        padding-top: 31.627906976744185vw;
    }

    .area_visual .list .web,
    .area_visual .list .mob {
        overflow: hidden;
        border-radius: 15px;
    }

    .area_visual .bx-controls .bx-prev {
        left: 50px;
        margin-left: 0px;
    }

    .area_visual .bx-controls .bx-next {
        right: 50px;
        margin-right: 0px;
    }
}

@media screen and (max-width:1250px) {
    #content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .area_info .customer {
        width: 30%;
    }

    .area_info .bank {
        width: 45%;
    }

    .area_info .category {
        width: 25%;
    }

    .area_info .category .site {
        width: 100%;
    }

    .area_best *[data-shop-list="default"]>li {
        height: 35.199999999999996vw;
    }
}

@media screen and (max-width:1024px) {
    .area_best *[data-shop-list="default"]>li {
        height: 37.109375vw;
    }

    .area_best *[data-shop-list="default"]>li *[data-shop-list="util"] {
        left: 10px;
    }
}

@media screen and (max-width:850px) {
    .area_best *[data-shop-list="default"]>li {
        width: calc(100% / 3);
    }

    .area_best *[data-shop-list="default"]>li {
        height: 47.05882352941176vw;
    }

    .area_best *[data-shop-list="default"]>li:nth-child(4n+1) {
        clear: none;
        border-left-width: 0px;
    }

    .area_best *[data-shop-list="default"]>li:nth-child(3n+1) {
        clear: left;
        border-left-width: 1px;
    }

    .area_best *[data-shop-list="default"]>li:nth-child(3n)~li {
        border-top-width: 0px;
    }

    .area_best *[data-shop-list="default"]>li>a {
        padding: 20px;
    }

    .area_info .customer {
        width: 40%;
    }

    .area_info .bank {
        width: 60%
    }

    .area_info .category {
        display: none;
    }
}

@media screen and (max-width:800px) {
    .area_visual .list .web {
        display: none;
    }

    .area_visual .list .mob {
        display: block;
    }

    .area_visual .list .mob img {
        width: 100%;
    }

    .area_visual .bx-controls .bx-next,
    .area_visual .bx-controls .bx-prev {
        opacity: 1;
    }
}

@media screen and (max-width:680px) {
    #content>div[class^="area_"] {
        margin-top: 65px;
    }

    #content h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .area_best .btn {
        left: auto;
        right: 0px;
    }

    .area_best .btn a:last-child {
        margin-right: 0px;
    }

    .area_info .customer a,
    .area_info .bank em {
        font-size: 30px;
    }

    .area_info .customer ul li,
    .area_info .bank ul li {
        font-size: 14px;
    }

    .area_info .bank {
        padding-left: 30px;
    }
}

@media screen and (max-width:600px) {

    .area_best *[data-shop-list="default"]>li:before,
    .area_best *[data-shop-list="default"]>li:after {
        display: none;
    }

    .area_best *[data-shop-list="default"]>li {
        width: calc(100% / 2);
        height: auto;
        border-width: 0px;
    }

    .area_best *[data-shop-list="default"]>li:nth-child(3n+1) {
        border-left-width: 0px;
    }

    .area_best *[data-shop-list="default"]>li:nth-child(3n+1) {
        clear: none;
    }

    .area_best *[data-shop-list="default"]>li:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width:530px) {
    #content .area_info h2 {
        font-size: 15px;
    }

    .area_info>div {
        height: 125px;
    }

    .area_info .customer a,
    .area_info .bank em {
        font-size: 20px;
    }

    .area_info .customer ul {
        margin-top: 10px;
    }

    .area_info .bank ul li span {
        display: block;
        margin-left: 0px;
        margin-top: 5px;
        padding-left: 0px;
        border-left-width: 0px;
    }
}

@media screen and (max-width:480px) {
    .area_visual .bx-controls .bx-prev {
        left: 25px;
    }

    .area_visual .bx-controls .bx-next {
        right: 25px;
    }

    .area_info .customer,
    .area_info .bank {
        width: 50%;
    }
}

@media screen and (max-width:450px) {
    .area_best *[data-shop-list="default"]>li>a {
        padding: 20px 10px 0;
    }

    .area_best *[data-shop-list="default"]>li *[data-shop-list="util"] {
        margin-top: 0px;
    }

    .area_best *[data-shop-list="default"]>li>a>em {
        font-size: 16px;
    }

    .area_info {
        padding-top: 30px;
    }

    .area_info>div {
        float: none;
        height: auto;
    }

    .area_info .customer,
    .area_info .bank {
        width: 100%;
    }

    .area_info .bank {
        margin-top: 20px;
        padding-top: 20px;
        padding-left: 0px;
        border-top: 1px solid #e8e8e8;
        border-left-width: 0px;
    }

    .area_info .bank ul li span {
        display: inline-block;
        margin-left: 10px;
        padding-left: 10px;
        border-left-width: 1px;
    }
}

@media screen and (max-width:420px) {
    #content>div[class^="area_"] {
        margin-top: 45px;
    }

    .area_best .btn {
        top: 30px;
    }

    #content h2 {
        font-size: 25px;
    }
}

@media screen and (max-width:370px) {
    #content h2 {
        text-align: center;
    }

    .area_best .btn {
        position: static;
        margin-top: 30px;
        text-align: center;
    }

    .area_best .btn a,
    .area_best .btn a:last-child {
        margin-right: 5px;
        margin-left: 5px;
        padding: 5px 15px;
        border: 1px solid #fff;
        border-radius: 3px;
    }

    .area_best .btn a.more {
        border-color: #0b327a;
    }

    .area_best .btn a:after {
        display: none;
    }

    #content .area_info h2 {
        text-align: left;
    }
}

/* Dashboard 24-04-2026 */

.dashboard-main {
    background-color: #f2f6ff;
}

.dashboard-main .inr {
    padding-block: 32px;
}

.dashboard-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 24px;
}

.dashboard-container .featured-product h3 {
    display: flex;
    font-size: 16px;
    color: #3f51b5;
    padding: 20px;
}

.dashboard-container .featured-product h3::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 100%;
    background-color: #3f51b5;
    margin-right: 8px;
}

.dashboard-container .featured-product .product-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 20px;
    padding-inline: 20px;
}

.dashboard-container .featured-product .product-scroll::-webkit-scrollbar {
    height: 6px;
}

.dashboard-container .featured-product .product-scroll::-webkit-scrollbar-thumb {
    background: #9b9b9b;
    border-radius: 10px;
}

.dashboard-container .featured-product .product {
    display: flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
    min-width: 250px;
    flex-shrink: 0;
    padding: 12px 18px;
    border-radius: 12px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
}

.dashboard-container .featured-product ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.dashboard-container .featured-product ul li:not(:last-child)::after {
    content: "";
    width: 2px;
    height: 32px;
    background-color: #f0f4f8;
    margin-left: 16px;
}

.dashboard-container .featured-product .product .name {
    display: flex;
    align-items: center;
}

.dashboard-container .featured-product .product .name .product-thumb {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    background: #f3f3f3;
    flex-shrink: 0;
    margin-right: 16px;
}

.dashboard-container .featured-product .product .name .product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-container .featured-product {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    grid-area: 1 / 1 / 2 / 3;
}

.dashboard-container .news-event {
    grid-area: 2 / 1 / 3 / 2;
    max-height: 200px;
}

.dashboard-container .qna {
    grid-area: 2 / 2 / 3 / 3;
    max-height: 200px;
}

.dashboard-container .order-status {
    grid-area: 3 / 1 / 4 / 2;
}

.dashboard-container .send-text {
    grid-area: 3 / 2 / 4 / 3;
}

.dashboard-container .table-event-product {
    min-width: 0;
    grid-area: 4 / 1 / 5 / 3;
}

.dashboard-container .table-event-product .table-scroll {
    overflow-x: auto;
    padding-bottom: 20px;
}

.dashboard-container .table-event-product .table-scroll::-webkit-scrollbar {
    height: 6px;
}

.dashboard-container .table-event-product .table-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.dashboard-container .card {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    background: white;
    border-radius: 12px;
    /* padding: 20px; */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.dashboard-container .card .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f0f4f8;
}

.dashboard-container .card .title .viewmore {
    padding: 20px;
}

.dashboard-container .card .title .viewmore:hover {
    color: #3f51b5;
}

/* QNA */

.dashboard-container .card .wrapper-qna {
    overflow-y: auto;
}

.dashboard-container .card .wrapper-qna::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

.dashboard-container .card .wrapper-qna::-webkit-scrollbar-thumb {
    background-color: #9b9b9b;
    border-radius: 10px;
}

.dashboard-container .card .qna-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
}

.dashboard-container .card .qna-item:not(:last-child) {
    border-bottom: 2px solid #f0f4f8;
}

.dashboard-container .card .qna-item .question::before {
    content: 'Q';
    position: relative;
    color: #3f51b5;
    background: #F0F6FF;
    width: 26px;
    height: 26px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
}

.dashboard-container .card .qna-item .question {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
}

.dashboard-container .card .qna-item .answer {
    font-size: 14px;
    color: #919191;
}

/* News */

.dashboard-container .card .wrapper-news {
    overflow-y: auto;
}

.dashboard-container .card .wrapper-news::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

.dashboard-container .card .wrapper-news::-webkit-scrollbar-thumb {
    background-color: #9b9b9b;
    border-radius: 10px;
}

.dashboard-container .card .news-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
}

.dashboard-container .card .news-item:not(:last-child) {
    border-bottom: 2px solid #f0f4f8;
}

.dashboard-container .card .news-item .question::before {
    content: 'Q';
    position: relative;
    color: #3f51b5;
    background: #F0F6FF;
    width: 26px;
    height: 26px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
}

.dashboard-container .card .news-item .badge-news {
    padding: 4px 8px;
    border-radius: 99px;
    background: #ff3b55;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.dashboard-container .card .news-item .news-date {
    font-size: 14px;
    color: #919191;
}

.dashboard-container .card .news-item .news-title {
    color: #000000;
}

.dashboard-container .card .empty-state {
    padding: 20px;
}

.dashboard-container .card h3 {
    display: flex;
    font-size: 16px;
    color: #3f51b5;
    /* border-bottom: 2px solid #f0f4f8; */
    padding: 20px;
}

.dashboard-container .card h3::before {
    content: "";
    display: inline-block;
    width: 4px;
    /* height: 100%; */
    background-color: #3f51b5;
    margin-right: 8px;
}

.dashboard-container .status-circles {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 12px;
    padding: 32px;
    height: 100%;
}

.dashboard-container .circle {
    text-align: center;
    border: 2px solid #e2e8f0;
    border-radius: 999px;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    gap: 6px;
}

.dashboard-container .circle.active {
    border-color: #4caf50;
    background-color: #f1f8e9;
}

.dashboard-container .circle .label {
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
}

.dashboard-container .circle i {
    font-size: 24px;
}

.dashboard-container .circle .count {
    font-size: 14px;
    color: #888;
}

.dashboard-container .circle .highlight {
    color: #4caf50;
    font-weight: bold;
}

.dashboard-container .send-text {
    background: #6990ff;
    color: white;
}

.dashboard-container .send-text .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

.dashboard-container .send-text h3 {
    color: white;
    border-color: rgba(255, 255, 255, 0.2);
}

.dashboard-container .send-text h3::before {
    background-color: white;
}

.dashboard-container .send-text .recipient {
    margin-bottom: 12px;
}

.dashboard-container .send-text textarea {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
}

.dashboard-container .send-text .sms-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-top: 12px;
}

.dashboard-container .send-text .btn-send {
    background: linear-gradient(135deg, #2c3362, #3647bb);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    cursor: pointer;
}

.dashboard-container .table-event-product table {
    width: 100%;
    border-collapse: collapse;
}

.dashboard-container .table-event-product th {
    background: #f8fafc;
    text-align: left;
    padding: 20px;
    font-size: 13px;
    color: #64748b;
}

.dashboard-container .table-event-product .empty-table {
    text-align: center;
    padding: 20px;
    color: #94a3b8;
}

.dashboard-container .table-event-product .empty-state {
    padding: 30px 0;
    color: #94a3b8;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .dashboard-container .order-status {
        grid-area: 3 / 1 / 4 / 3;
    }

    .dashboard-container .send-text {
        grid-area: 4 / 1 / 5 / 2;
    }

    .dashboard-container .table-event-product {
        grid-area: 4 / 2 / 5 / 3;
    }
}

@media (max-width: 768px) {
    .dashboard-container .order-status .status-circles {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    /* .dashboard-container .order-status .circle {
        width: 100%;
        max-width: 250px;
        height: auto;
        padding: 20px 0;
        border-radius: 12px;
    } */

    .dashboard-container .table-event-product table {
        min-width: 500px;
    }

    /* .dashboard-container .send-text {
        padding: 15px;
    } */

    .dashboard-container .send-text textarea {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .dashboard-container {
        grid-template-columns: 1fr;
    }

    .dashboard-container .featured-product,
    .dashboard-container .news-event,
    .dashboard-container .qna,
    .dashboard-container .order-status,
    .dashboard-container .send-text,
    .dashboard-container .table-event-product {
        grid-area: unset;
    }
}

@media (max-width: 480px) {
    .dashboard-container .card h3 {
        font-size: 14px;
    }

    .dashboard-container .send-text .btn-send {
        width: 100%;
        margin-top: 10px;
    }

    .dashboard-container .send-text .sms-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}