html {
  overflow-y: scroll;
}
body{
    padding: 0;
    margin: 0;
    font: 13px/1.5 "Roboto",Arial,"Microsoft YaHei",sans-serif;
}
a{
    font-weight: normal;
}
.userlogin-width {
    margin: 0 auto;
    max-width: 1440px;
    min-width: 728px;
    padding: 0 20px;
}
@media (min-width: 1441px) {
    .userlogin-width {
        padding: 0;
    }
}
.userlogin-top {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
}
.userlogin-logo {
    padding: 3px 0;
}
.userlogin-logo img {
    max-width: 100%;
}
.userlogin-icon img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.userlogin-menu {
    background: #4d4d4d;
}
.loginmenu {
    width: fit-content;      /* rÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ng vÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â«a nÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢i dung */
}

.loginmenu > ul {
    display: grid;
    grid-auto-flow: column;  /* nÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â±m ngang */
    /* gap: 16px; */
    list-style: none;
    margin: 0;
    /* padding: 8px 12px; */
    align-items: center;
    height: 40px;
    padding: 0;
}

/* Link */
.loginmenu > ul > li > a {
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 0 25px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    min-width: 150px;
    text-align: -webkit-center;
    font-size: 14px;
}

.loginmenu > ul > li.active > a,
.loginmenu > ul > li > a:hover{
    background: #000;
    color: #fff;
}

.userlogin-body {
    display: grid;
    grid-template-columns: 1fr 4fr; /* chia 5 phÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â§n: left 1 - right 4 */
    gap: 10px;
}
.userlogin-left {
    background: #fff;
}
.bodycontent {
    background: #F0F1F2;
}
.abcmenu {
    margin: 30px 0 50px;

}
.abcmenu > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.abcmenu > ul > li {
    padding: 1px;
    color: #222;
    font-size: 14px;
    font-weight: 800;
    position: relative;
    margin-bottom: 10px;
}
.abcmenu > ul > li > a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 7px 10px;
    border-radius: 5px;
}
.abcmenu > ul > li > a:hover,
.abcmenu > ul > li.select > a,
.abcmenu > ul > li > a {
    background: #e7ebf0;
    text-decoration: none;
}
.abcmenu > ul > li > a > i{
    padding-right: 8px;
}
.abcmenu > ul > li > a > i.nav-arrow.fa.fa-angle-right{
    position: absolute;
    right: 0px;
    top: 12px;
}
.abcmenu > ul > li:hover div.child-small{
    display: block;
}
.child-small {
    /* position: absolute; */
    top: 0;
    left: 260px;
    background: #fff;
    /* display: none; */
    z-index: 99999;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 3px;
    width: auto;
    /* min-width: 260px; */
    /* white-space: nowrap; */
}
.child-small > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.child-small > ul > li {
    padding-left: 10px;
}
.child-small > ul > li > a {
    display: block;
    font-weight: normal;
    font-size: 14px;
    padding: 7px 10px;
    color: #000;
}
.child-small > ul > li > a > span{
    color: red;
}
.child-small > ul > li > a:hover,
.child-small > ul > li.active > a {
    text-decoration: none;
    /*background: #e7ebf0;*/
    color: blue;
}
.child-small > ul > li > a > i {
    padding-right: 3px;
}
.abcmenu-info{
    background: #79afdc;
}
.abcinfo-img {
    width: 210px;
    height: 170px;
    background-image: url(../images/side-img.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.abcinfo h2 {
    padding: 20px 20px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #fff;
}
.abcinfo p{
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
}
.abcinfo-link {
    padding: 0px 20px;
}
.abcinfo-link a{
    padding: 2px 8px 2px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
    cursor: pointer;
    display: block;
    max-width: fit-content;
    min-width: 110px;
    text-align: center;
    margin-bottom: 10px;
}
.abcinfo-link a:hover{
    background: #9fcaed;
    text-decoration: none;
}
.abcinfo-link i.slide-right {
    margin-left: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/side-right.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.userlogin-icon {
    position: relative;
    cursor: pointer;
}
.logicon-menu {
    position: absolute;
    top: 91%;
    right: 0;
    background: #fff;
    min-width: 180px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all 0.25s ease;
    z-index: 99;
    transition: opacity .2s ease, transform .25s cubic-bezier(.4, 0, .2, 1);
    transition-delay: 0.05s;
    padding: 10px;
}
.logicon-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}    
.logicon-menu a{
    display: block;
    text-align: left;
    padding: 5px 10px;
    color: #000;
}
.logicon-menu a:hover{
    text-decoration: none;
    background: #000;
    color: #fff;
}
.userlogin-right {
    padding: 30px 15px;
}


.quanly-danhsach-sanpham{
    position: relative;
    padding: 14px 18px;
    background: #fff;

    /* BORDER TRONG ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ 4 MÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬U */
    border-style: solid;
    border-width: 2px;
    border-color: 
        #ff6a00    /* top */
        #3b82f6    /* right */
        #22c55e    /* bottom */
        #ef4444;   /* left */
    border-radius: 8px;
    margin: 35px 5px;
    text-align: center;
    font-size: 16px;
    font-style: italic;
}
/* BORDER NGOÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬I ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ 4 MÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬U */
.quanly-danhsach-sanpham::before{
    content: "";
    position: absolute;
    inset: -6px;
    pointer-events: none;

    border-style: solid;
    border-width: 2px;
    border-color:
        #9333ea    /* top */
        #f59e0b    /* right */
        #06b6d4    /* bottom */
        #111827;  /* left */

    border-radius: 10px;
}
.quanly-danhsach-sanpham i{
    margin-right: 8px;
    color: #ff6a00;
}
.text-left{
    text-align: left;
}
.loginsp-button a {
    padding: 10px;
    margin-left: 10px;
}
.form-group input,
.form-group select {
    height: 40px;
}
/*** upload File *******/
[hidden] {
    display: none !important;
}
.file-upload {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-upload {
    padding: 8px 14px;
    background: #007bff;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.btn-upload:hover {
    background: #0056b3;
}
.price-chuyensi span:first-child {
    padding-right: 10px;
}
.price-chuyensi input {
    height: 20px;
    width: 20px;
    margin-top: 0;
    margin-right: 5px;
}
.price-chuyensi span {
    display: inline-flex;
    align-items: center;
    gap: 6px;           /* khoÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â£ng cÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ch radio ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ chÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¯ */
    font-size: 14px;
}

.price-chuyensi input[type="radio"] {
    margin: 0;
}
.themkhoanggia {
    font-size: 13px;
    letter-spacing: 0.5px;
    display: block;
    border: 1px dashed #ccc;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    color: #000;
    margin-bottom: 10px;
}
a.themkhoanggia:hover,
a.themkhoanggia:focus,
a.themkhoanggia:active {
    color: #ff8533;
    text-decoration: none;
    outline: none;
}
.show-chuyensi td {
    padding: 0 8px;
}
.istyle {
    margin-bottom: 8px;
}
.show-chuyensi i {
    font-size: 30px;
}
.istyle a:hover{
    color: #ff8533;
}
.show-chuyensi {
    margin-bottom: 20px;
    display: none;
}
.openclose-mt{
    display: none;
}
ul#test-list {
    list-style: none;
}
.form-group input.button4mau{
    height: 50px;
}
.button4mau {
    position: relative;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #1e1e8f, #3b82f6);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* ===== VÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â²ng border ngoÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â i 4 mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â u ===== */
.button4mau::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(
        90deg,
        #ff3c3c,
        #ffb703,
        #38b000,
        #3b82f6,
        #ff3c3c
    );
    border-radius: 12px;
    z-index: -2;
}

/* ===== border trong ===== */
.button4mau::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: linear-gradient(135deg, #1e1e8f, #3b82f6);
    border-radius: 8px;
    z-index: -1;
}

/* Hover */
.button4mau:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

/* Active */
.button4mau:active {
    transform: scale(0.97);
}
.ajax-upload-dragdrop {
    width: 100% !important;
    height: 140px;

    border-style: dashed;
    border-width: 2px !important;
    border-color: 
        #ff4d4f   /* top */
        #52c41a   /* right */
        #1890ff   /* bottom */
        #faad14 !important;  /* left */

    border-radius: 8px !important;
    text-align: center;
    padding: 35px 20px !important;
    background: #fafafa !important;
}
.shopmieuta {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: linear-gradient(135deg, #14047c, #3b82f6);
    color: #fff;
    font-size: 14px;
    font-weight: 600;

    padding: 10px 18px;
    border-radius: 30px;
    cursor: pointer;

    box-shadow: 0 6px 15px rgba(20, 4, 124, 0.25);
    transition: all 0.3s ease;
}

.shopmieuta i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* Hover */
.shopmieuta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(20, 4, 124, 0.35);
    color: #fff;
}
.xlabel {
    padding: 15px 15px 0 15px;
}
.uploads-video {
    margin-bottom: 25px;
}
.xlabel b{
    color: red;
}
/****upload-youtube**********/
.upload-youtube {
    width: 200px;
    height: 140px;
    border: 2px dashed #4caf50;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #4caf50;
    font-weight: 600;
    background: #f9fff9;
    position: relative;
    margin: 20px 0;
}

.upload-youtube.drag {
    background: #eaffea;
    border-color: #2e7d32;
}
.upload-youtube img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: contain;
    padding: 5px;
}
.remove-img {
    position: absolute;
    top: 6px;
    right: 6px;
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    font-weight: bold;
}
/****upload-youtube-end***********/
.admin-formsea-sanpham {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 30px 100px 20px 100px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    margin-bottom: 30px;
}
.admin-formsea-sanpham button,
.admin-formsea-sanpham input {
    height: 42px;
}
.catalog-all-out {
    background: #fff;
    padding: 5px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 5px;
    margin-bottom: 100px;
}
.catalog-all-out td {
    vertical-align: middle !important;
}
.col-md-4.qly-sp {
    height: 56px;
    width: 72px;
    overflow: hidden;
}
.col-md-4.qly-sp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.delete-img-sanpham span {
    background: #345968;
    font-size: 16px;
    padding: 5px 5px;
    border-radius: 4px;
    position: absolute;
    right: -6px;
    top: -7px;
    color: #fff;
}
.img-item {
    width: 145px;
    margin: 0 15px;
    float: left;
    height: 140px;
    margin-bottom: 25px;
    position: relative;
}
.img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px;
}
.img-item{
    float:left;
    margin:5px;
    text-align:center;
    border: 1px solid #ccc;
}
.dk-hotrothem{
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.dk-hotrothem a{
    color: #222;
    font-weight: 700;
}
.dk-hotrothem a:hover{
    color: #e64545;
}
.dk-hotrothem {
    margin-top: 30px !important;
}
.Detail {
    position: relative;
}
.hosting13{
    position: absolute;
}
.supplier-pic img {
    max-width: 64px;
    max-height: 64px;
}
.ycct-supp img {
    max-width: 60px;
}
.date-box {
    width: 85px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: center;
    font-family: Arial, sans-serif;
    border: 1px solid #eee;
}

.date-day {
    background: linear-gradient(135deg, #ff4d4f, #ff7875);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
}

/* month - year */
.date-month {
    font-size: 12px;
    color: #555;
    padding: 6px 0 2px;
}

/* day */
.date-time {
    font-size: 11px;
    color: #999;
    padding-bottom: 8px;
}
.userinfo-main{
    display: flex;
    gap: 20px;
}
.userleft, .userright {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}
.user-box {
    display: flex;
    align-items: center;
}
.user-avatar{
    width: 70px;
    height: 70px;
    background: #e5e5e5;
    border-radius: 50%;
    margin-right: 20px;
} 
.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.user-text {
    font-size: 16px;
}
.stats {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.stat-number {
    font-size: 28px;
    font-weight: bold;
}
.stats p{
    margin: 10px 0;
}

.list-items {
    border-left: 5px solid blue;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    position: relative;
    margin-bottom: 10px;
}
.item-detail{
    display:flex;
    gap: 10px;
    margin: 8px 0;
}
.item-1{
    flex:8;
}
.item-2{
    flex:2;
    text-align:right;
}
.item-code {
    display: flex;
}
.code-idpay,.item-time {
    flex: 1;
}
.item-time {
    text-align: right;
}
.item-time span {
    background: #ccc;
    padding: 5px 10px;
    border-radius: 5px;
}
.code-idpay span {
    color: red;
    font-size: 18px;
}

.item-new{
    position:absolute;
    top:-5px;
    right:-5px;
    background:#ff2b2b;
    color:#fff;
    font-size:11px;
    padding:4px 10px;
    border-radius:20px;
    font-weight:bold;
    box-shadow:0 2px 6px rgba(0,0,0,0.2);
    animation: blinkNew 1s infinite;
}

/* hiÃ¡Â»â€¡u Ã¡Â»Â©ng nhÃ¡ÂºÂ¥p nhÃƒÂ¡y */
@keyframes blinkNew{
    0%{opacity:1;}
    50%{opacity:0;}
    100%{opacity:1;}
}
.user-card p {
    font-size: 14px;
}
.user-card p span{
    color: #0f0f83;
}
.body-your-shop,
.bodyshop-orders{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}
.listitems-menu{
    display: flex;
    gap: 10px;
}

.listitems-menu a{
    padding: 8px 16px;
    background: #f2f2f2;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    border: 1px solid #ddd;
    transition: 0.2s;
}

.listitems-menu a:hover,
.listitems-menu a.active{
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}
.items-orders{
    display:flex;
    background:#f5f7fa;
    padding:12px 10px;
    border-bottom:2px solid #eee;
    gap: 20px;
}
.items-orders div,
.order-row div{
    flex: 1;
}
.order-row{
    display:flex;
    padding:10px;
    border-bottom:1px solid #eee;
    align-items:center;
    gap: 20px;
}
.order-row:hover{
    background:#fafafa;
}
.ders-date {
    color: red;
}
.order-date{
    display:inline-block;
    padding:8px 12px;
    border:1px solid #e5e7eb;
    border-radius:6px;
    background:#fff;
    font-size:14px;
    font-weight:600;
    text-align:center;
    line-height:1.3;
    box-shadow:0 2px 6px rgba(0,0,0,0.08);
}
.order-date span{
    display:block;
    font-size:12px;
    color:#6b7280;
    font-weight:400;
    margin-top:2px;
}
/* div kÃ¡ÂºÂ¿ cuÃ¡Â»â€˜i (center) */
.order-row > div:nth-last-child(2),
.items-orders > div:nth-last-child(2){
    text-align:center;
}

/* div cuÃ¡Â»â€˜i (Ã„â€˜Ã¡ÂºÂ©y sang phÃ¡ÂºÂ£i) */
.order-row > div:last-child,
.items-orders > div:last-child{
    /* margin-left:auto; */
    text-align:right;
}
.vieworders{
    cursor: pointer;
}
.popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.popup-content{
    background:#fff;
    padding:20px;
    border-radius:8px;
    width:1000px;
    max-width:90%;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
    position:relative;
}

.popup-close{
    position:absolute;
    right:10px;
    top:8px;
    font-size:22px;
    cursor:pointer;
}
.popuptop span {
    font-size: 16px;
    color: red;
}
.popuptop,
.popupline {
    background: #eee;
    padding: 10px;
}
.popupbody {
    /*margin-top: 10px;*/
}
.globalpopup{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    /* padding:10px 12px; */
    border-bottom: 1px solid #eee;
    border-radius:6px;
    background:#fff;
    /* box-shadow:0 2px 6px rgba(0,0,0,0.05); */
}
.globalpopup:last-child{
    border-bottom: none;
}
.globalpopup.bge {
    background: #ccc;
}
.g-title{
    flex:1;
    font-size:14px;
    font-weight:500;
}
.g-count{
    width:90px;
    text-align:center;
    color:#666;
    font-size:13px;
}
.g-price{
    width:100px;
    text-align:right;
    font-weight:600;
    color:#e53935;
    font-size: 16px;
}
/***hover-button*****/

.hover-box-2 {
    position: relative;
    overflow: hidden;
    /* width: 240px; */
    width: 110px;
    height: 40px;
    /* background: linear-gradient(135deg, #ffe4ec, #fff0f5); */
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    transition: transform 0.3s ease;
}
.hover-box-2:hover {
    transform: scale(1.03);
}
.hover-box-2 .default-text {
    top: 0;
    color: #444;
    opacity: 1;
    line-height: 16px !important;
}
.hover-box-2:hover .default-text {
    top: -100%;
    opacity: 0;
}
.hover-box-2 .hover-text {
    top: 100%;
    color: #e91e63;
    opacity: 0;
}
.hover-box-2:hover .hover-text {
    top: 0;
    opacity: 1;
}
.hover-box-2 .default-text, .hover-box-2 .hover-text {
    position: absolute;
    width: 100%;
    left: 0;
    transition: all 0.4s ease-in-out;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
}
.hover-box-2 .default-tex{
    line-height: 16px !important;
}
.item-popup{
    display: flex;
    border-top: 1px solid #ddd;
    
}

.item-popup p{
    margin: 0;
}

.item-popup p:first-child{
    flex: 3;
    border-right: 1px solid #ccc;
    padding: 8px 10px;
}

.item-popup p:last-child{
    flex: 7;
    padding: 8px 10px;
}
.globalpopup div:nth-child(2){
    width:500px;   
}

.globalpopup div:not(:nth-child(2)){
    flex:1; 
}
.globalpopup.spcuatoi div:nth-child(1){
    width: 150px;
}
.globalpopup.spcuatoi div:nth-child(2){
    width: 550px;
    flex: none;
}
.globalpopup.spcuatoi div:nth-child(3){
    width: 150px;
    font-size: 16px;
}

.globalpopup div{
    border-right: 1px solid #ccc;
    padding: 8px;
}
.globalpopup.spcuatoi div {
    border-right: 1px solid #eee;
    padding: 8px;
    height: 101px;
    align-content: center;
}
.globalpopup div:last-child{
    border-right: none;
    text-align: right;
}
.popupbody .item-popup{
    border-bottom: none;
}
.globalpopup2 {
    text-align: right;
    padding: 8px 40px 8px 8px;
    color: red;
    font-weight: bold;
}
/* dÃ²ng tá»•ng */
.total .total-label{
    /*flex:4 !important;*/
    text-align:right;
    font-weight:bold;
    margin-right: -1px;
}

.total .total-price{     
    font-weight:bold;
    color: red;
}
.globalpopup div:last-of-type{
    border-right: none;
}
.globalpopup.total div:nth-child(1),
.globalpopup.total div:nth-child(2),
.globalpopup.total div:nth-child(3){
    border-right: none;   
}
.g-image {
    height: 100px;
    width: 100px;
}
.g-image img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
/*.order-row div.print-order,
.items-orders div.print-order{
    width:60px;
    flex: none;
}*/
.order-row > div:first-child,
.items-orders > div:first-child{
    flex:0 0 40px;
}
.order-row.myorder > div:first-child,
.items-orders.myorder > div:first-child{
    flex: 1;
}
.w-dathang {
    width: 143px;
}
.order-row > div,
.items-orders > div{
    flex:1;
    width: 0;
}
.print-order i {
    font-size: 25px;
}
.align-center{
    text-align: center;
}
/**** chuyá»ƒn go step status*******************/
.hover-boxorder {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    transition: transform 0.3s ease;
    width: 115px;
    height: 30px;
}
.hover-boxorder:hover {
    transform: scale(1.03);
}
.hover-boxorder .default-text {
    top: 0;
    color: #444;
    opacity: 1;
}
.hover-boxorder:hover .default-text {
    top: -100%;
    opacity: 0;
}
.hover-boxorder .hover-text {
    top: 100%;
    color: #e91e63;
    opacity: 0;
}
.hover-boxorder:hover .hover-text {
    top: 0;
    opacity: 1;
}
.hover-boxorder .default-text, 
.hover-boxorder .hover-text {
    position: absolute;
    width: 100%;
    left: 0;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
    line-height: 30px;
}
.huydon i {
    font-size: 20px;
    color: red;
    cursor: pointer;
}
.quanly-danhsach-sanpham span {
    font-weight: bold;
    font-size: 18px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: #ccc;
    text-transform: uppercase;
}
p.user-chat {
    display: flex;
    width: 100%;
    gap: 20px;
}

p.user-chat span {
    flex: 1;
}
form#upload-banner input,
form#upload-image-business input{
    margin: 15px 0;
}
.about-upload-banner {
    background: #fff;
    padding: 20px 20px 30px 20px;
    border-radius: 10px;
}
.inputbanner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
}

.item-banner {
    width: calc((100% - 60px) / 4); /* 4 cột + trừ gap */
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
}

.item-banner img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    transition: 0.3s;
}

.item-banner:hover img {
    transform: scale(1.1);
}
.delete-banner {
    position: absolute;
    top: 5px;
    right: 8px;
    background: red;
    color: #fff;
    padding: 2px 6px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    height: 30px;
    width: 30px;
    text-align: center;
}
.banner-global {
    background: #fff;
    margin-top: 20px;
    padding: 20px 20px 50px 20px;
    border-radius: 10px;
}
.listitem {
    font-size: 25px;
    margin-bottom: 10px;
}
.form-group p{
    font-weight: bold;
}
.form-group input {
    color: #877979 !important;
    font-weight: normal;
}
.pos-R {
    position: relative;
}

.btn-remove {
    position: absolute;
    right: -8px;
    top: 10px;
    font-size: 20px;
    color: red;
}
div#add-cert {
    position: absolute;
    right: 16px;
    top: -6px;
    border: 1px solid #ccc;
    padding: 3px 8px;
    border-radius: 5px;
    cursor: pointer;
}
div#add-cert:hover{
    background: #c5c5c5;
}
.bold-bottom p{
    font-weight: bold;
}
.preview-cert, .preview-gpkd {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.file-item {
    width: calc((100% - 30px) / 4);
    position: relative;
}

.file-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
}

.file-item .remove-file {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.iti {
    position: relative;
    display: block !important;
}

.items-yeucau {
    border-left: 5px solid blue;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    position: relative;
    margin-bottom: 10px;
    min-height: 82px;
}

.time-yeucau span {
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: -12px;
    font-size: 16px;
    color: blue;
}
.btn.wbutton:focus, .btn.wbutton:active:focus, .btn.wbutton.active:focus {
    outline: 0 !important;
    outline: 0 !important;
    outline-offset: 0 !important;
}
span.onlypic {
    color: blue;
    font-weight: normal;
}
.dropdown-menu.checkbox-modern input {
    height: auto !important;
}
/*.dropdown-menu.checkbox-modern p{
    margin-bottom: 0;
}*/