:root {
  --color-white-rgb: white;
}
  .screen {
    max-width: 100vw;
    position: relative;
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    column-gap: 15px;
    margin: 0 auto;
    padding: 0 10px;
}

#section-flashsale {
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    overflow: hidden;
}

.header-flashsale {
    padding: 15px;
    background: #ee4a09 url('/assets/images/nen-flash-sale.png');
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: rgba(var(--color-text-default), 1);
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.left-header-falshsale {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.left-header-falshsale .title-plashsale, .left-header-falshsale h4, .left-header-falshsale .timer {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin: 0;
}

.left-header-falshsale .title-plashsale {
    align-items: baseline;
}

.left-header-falshsale h4 {
    align-items: end;
    font-weight: 400;
    margin: 0 10px;
    font-size: 13px;
    line-height: 1;
}

.left-header-falshsale .title-plashsale h2 {
    font-weight: 900;
    font-size: 23px;
    color:white;
}
.items-content-flashsale .button-buy-flashsale span {
    color: white;
}
.left-header-falshsale h4 span {
    color: white;
}
.list-flashsale li a.active span {
    color: white;
}
.left-header-falshsale .timer li span {
    color: black;
}
.left-header-falshsale .timer li {
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 5px;
    color: #fff;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 3px;
}

.left-header-falshsale .timer li span:first-child {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}

.left-header-falshsale .timer li span:last-child {
    font-size: 8px;
    line-height: 1;
}

.right-header-flashsale a {
    font-size: 12.5px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    filter: brightness(0) invert(1);
}

.main-flashsale {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.list-flashsale {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    background-color: rgba(var(--color-white-rgb), 1);
    color: rgba(var(--color-black-rgb), 1);
    border-radius: 12px;
    overflow: hidden;
    gap: 10px;
}

.list-flashsale li {
    border: none !important;
    padding: 0 !important;
}

.list-flashsale li a {
    padding: 9px !important;
    display: flex !important;
    width: 100% !important;
    text-align: center !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    gap: 2px !important;
    letter-spacing: .5px;
    transform: translateY(0) !important;
    box-sizing: border-box !important;
    border-bottom: none !important;
}

.list-flashsale li a.active {
    color: rgba(var(--color-white-rgb), 1) !important;
    background: url('https://accwhite.com/assets/images/images/bg-flash-sale.png') !important;
    background-size: 100% 100% !important;
    border-bottom: none !important;
}

.list-flashsale li a span:first-child {
    font-size: 24px;
    font-weight: bold;
}

.list-flashsale li a span:last-child {
    font-size: 12.5px;
    font-weight: bold;
}

.items-content-flashsale {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: white !important;
    border: solid 0.25rem rgba(var(--color-default-sub), 0.9);
    background-color: rgba(var(--color-white-rgb), 1);
    color: rgba(var(--color-black-rgb), 1);
}

.items-content-flashsale.no-border {
    border-color: transparent;
}

.items-content-flashsale .scale-img {
    width: 100%;
    aspect-ratio: 262/154;
}

.items-content-flashsale .scale-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.items-content-flashsale .button-buy-flashsale {
    padding: 7px 15px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(var(--color-text-default), 1);
    background-color: rgba(var(--color-default-sub), .9);
}

.items-content-flashsale .button-buy-flashsale span:last-child {
    display: none;
}

.items-content-flashsale.sold-out .button-buy-flashsale span:first-child {
    display: none;
}

.items-content-flashsale.sold-out .button-buy-flashsale span:last-child {
    display: block;
}

.items-content-flashsale h3 {
    width: fit-content;
    font-weight: bold;
    margin: 11px 10px 5px 10px;
}

.items-content-flashsale h4 {
    width: fit-content;
    opacity: .8;
    margin: 0 10px 5px 10px;
}

.items-content-flashsale .p06 {
    width: fit-content;
    margin: 1px 10px;
    line-height: 1.8;
    font-size: 12px;
}

.items-content-flashsale .ppr {
    width: fit-content;
    margin: 5px 10px 3px 10px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(var(--color-default-sub), 1);
}

.items-content-flashsale .ppo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 4px 10px;
    color: #ff6b57;

}

.items-content-flashsale .ppo span:first-child {
    opacity: .8;
    text-decoration: line-through;
}

.items-content-flashsale .ppo span:last-child {
    font-size: 12px;
    background-color: rgb(255, 233, 122);
    color: rgb(236, 56, 20);
    padding: 1px 7px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.items-content-flashsale:hover .button-buy-flashsale {
    color: rgba(var(--color-text-default), .8);
}

.items-content-flashsale.sold-out {
    position: relative;
}

.items-content-flashsale.sold-out::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://accwhite.com/assets/images/images/sold-out-png-19.png');
    background-color: #ffffff70;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}

.thongbao-flashsale .rotation-marquee-item {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.thongbao-flashsale .span-marquee {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.placeholder {
    position: relative;
}

.placeholder::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #000;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px;
}

@keyframes placeholderAnimate {
    0% {
        background-position: -650px 0;
    }

    100% {
        background-position: 650px 0;
    }
}

.no-record-for-flasesale {
    padding: 10px 0;
}

.no-record-for-flasesale p {
    font-weight: bold;
    font-size: 13px;
}

.header-flashsale-nickgame {
    background: url(../images/images/bg-flash-sale.png) !important;
    background-size: 100% 100% !important;
    color: rgba(var(--color-white-rgb), 1) !important;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.header-flashsale-nickgame .left-header-falshsale {
    align-items: center;
    padding: 10px;
}

.header-flashsale-nickgame .left-header-falshsale .title-plashsale {
    align-items: center;
}

.header-flashsale-nickgame .left-header-falshsale h2 {
    margin: 0;
    line-height: 1;
    font-size: 16px;
}

.header-flashsale-nickgame .left-header-falshsale h4 {
    align-items: center;
}

.header-flashsale-nickgame .left-header-falshsale .timer li {
    background-color: #434657;
}

.flashsale-color {
    color: #fc530b !important;
}

.flashsale-bg {
    background-color: #fc530b !important;
}

.flashsale-bd {
    border-color: #fc530b !important;
}

.flashsale-notification {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    padding: 5px 10px;
    background-color: #e8f4ff;
    border: 1px solid #d1e9ff;
    color: #1473cc;
}

.flashsale-notification p {
    font-size: 12.5px;
    line-height: 1;
}

.text-flashsale {
    font-weight: 400 !important;
    font-size: 12px;
}

.vatphamhienco {
    font-size: 12.5px;
    font-weight: bold;
}

.vatphamhienco span {
    color: rgba(var(--color-default-sub), 1);
}

.modal-congratulations-wheel {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

#img-congratulations-wheel {
    max-width: 40%;
    aspect-ratio: 1/1;
}

#img-congratulations-wheel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}
.left-header-falshsale { 
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.range {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0 auto;
    width: 100%;
}

#wheel_value {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
@media (max-width: 1300px) {
    .center {
        max-width: 1210px;
    }
}
@media (max-width: 1250px) {
    .center {
        grid-column: 1 / 25;
    }
}
@media (max-width: 1550px) {
    .center {
        grid-column: 2 / 24;
    }
}
:root {
    --color-default-sub: 252,83,11;
}
.center {
    grid-column: 4 / 22;
}
:root {
    --color-text-default: 255, 255, 255;
}
:root {
    --color-text: 28, 28, 28;
}

:root {
    --color-default: 244, 115, 185;
}