p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.2px;
}

a {
    text-decoration: none;
}

/* Main Content Container */
.container {
    padding: 0;
}

.container.home-page {
    background-color: #000000d9;
}

.menu-footer {
    display: none;
}

/* Main Content Container */

/* Banner Promotion */
.page.wrapper .home-page .banners-promotion img {
    width: 100%;
}

/* Banner Promotion */

/* Marquee Text */
.page-content.marquee-text {
    background-color: #24424A;
    color: #fff;
    font-weight: 600;
    padding: 0rem;
    border-top: 1px solid #018181;
    border-bottom: 1px solid #018181;
}

.page-content.marquee-text .row {
    padding: 0 1rem;
    margin: 0;
    flex-wrap: nowrap;
    overflow: hidden;
}

.page-content.marquee-text .col-1.icon {
    display: flex;
    max-width: 20px;
    margin: 0 .5rem;
    padding: .4rem;
    justify-content: center;
    text-align: center;
    color: #00dfdf;
}

.page-content.marquee-text .col-11.text {
    width: 97%;
    margin: 0;
    padding: 0;
}

/* .marquee-container {
    position: relative;
    width: 100%;
    overflow: hidden;
} */

/* .marquee-track {
    display: flex;
    gap: 15px;
    animation: scroll 20s linear infinite;
}

.marquee-track:hover {
    animation-play-state: paused;
} */

/* @keyframes scroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.marquee-item img {
    height: 16vh;
    width: 16vh;
    object-fit: contain;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border-radius: 100%;
}

.marquee-item img:hover {
    transform: scale(1.1);
}

a.marquee-item {
    background: #000000;
    border: 2px solid #00bfbf;
    border-radius: 100%;
} */

/* Marquee Text */

/* Page Header Content */
.page-content.header {
    background-color: #0B1617;
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
}

.page-content.header header {
    padding: 0 1.5rem;
}

.blog-header-logo img {
    width: 100%;
    max-width: 36vh;
    height: auto;
    padding: 1rem;
}

/* Page Header Content */

/* Menu Content */
.sticky-sidebar {
    position: sticky;
    top: 20px;
    z-index: 100;
}

.menu-item {
    display: flex;
}

.menu-item .col {
    flex: 0;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.menu-item i {
    padding: .5rem;
    margin-top: 1rem;
}

.menu-item .svg-inline--fa {
    height: 1.5em;
}

.menu-item p {
    margin: 0 .5rem;
    font-weight: bold;
}

/* Menu Content */

/* Content Footer*/
.page-content.footer {
    margin-top: 2rem;
}

.page-content.footer footer {
    background-color: #0B1617;
    padding: 1rem 0;
    text-align: center;
    font-weight: 600;
}

.page-content.footer a {
    color: #ffc333;
}

/* Content Footer*/

/* .page-content.list-market {
    margin: 2rem 0 1rem 0;
    border-top: 1px solid #018181;
    border-bottom: 1px solid #018181;
} */

/* Search Content */
.market-search,
.prediction-search,
.paito-search {
    justify-content: end;
    text-align: end;
}

.market-search input,
.prediction-search input,
.paito-search input {
    width: 100%;
    outline: none;
    max-width: 30vh;
    margin: 0 0 1rem 0;
    padding: .2rem 1rem;
    color: #ffe600;
    border: 2px solid #00ffff;
    border-radius: 1rem;
}

/* Search Content */

/* Lottery Market Content */
.page-content.market {
    padding: 2rem 1rem 1rem 1rem;
    margin: 0;
    min-height: 100vh;
}

.lottery-market-list {
    text-align: justify;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    text-shadow: 1px 1px 2px black;
    border-radius: .5rem;
}

.lottery-market-list .lottery-market-item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: .5rem;
    background: linear-gradient(110deg, #002829, #006565, #002829);
    border: 2px solid #ffff;
}

.lottery-market-list .lottery-market-item:hover {
    border: 2px solid #ffb326;
    box-shadow: 0px 0px 10px #00ffff;
}

.lottery-market-list .lottery-market-item .market-logo {
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lottery-market-list .lottery-market-item .market-logo img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.lottery-market-list .lottery-market-item .market-info-container {
    flex-basis: 75%;
    flex-grow: 0;
    flex-shrink: 0;
}

.lottery-market-list .lottery-market-item .paito-info-container {
    width: 100%;
}

.lottery-market-list .lottery-market-item .market-info-container .market-info,
.lottery-market-list .lottery-market-item .paito-info-container .market-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 12px 0;
    margin-right: 12px;
    border-bottom: 1px solid #018181;
}

.lottery-market-list .lottery-market-item .market-info-container .market-info .market-name,
.lottery-market-list .lottery-market-item .paito-info-container .market-info .market-name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    word-break: break-word;
    color: #fff;
}

.lottery-market-list .lottery-market-item .paito-info-container .market-info .market-name {
    text-align: left;
}

.lottery-market-list .lottery-market-item .market-info-container .market-info .market-business-day,
.lottery-market-list .lottery-market-item .paito-info-container .market-info .market-business-day {
    font-size: 15px;
    font-weight: 600;
    word-break: break-word;
    color: #fff;
}

.lottery-market-list .lottery-market-item .market-info-container .market-info .market-business-day {
    color: #00ff00;
}

.lottery-market-list .lottery-market-item .market-info-container .market-close-time,
.lottery-market-list .lottery-market-item .paito-info-container .market-close-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 12px;
    font-size: 12px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.lottery-market-list .lottery-market-item .market-info-container .market-close-time {
    padding: 12px 12px 12px 0;
    font-size: 15px;
    justify-content: end;
}

.lottery-market-list .lottery-market-item .paito-info-container .market-close-time {
    padding: 12px 0;
    display: inline-flex;
}

.lottery-market-list .lottery-market-item .market-info-container .market-close-time span {
    white-space: nowrap;
}

.lottery-market-list .lottery-market-item .market-status {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #00ff00;
}

/* Lottery Market Content */

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.lottery-market-list .lottery-market-item .market-status.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

/* Empty Page */
.empty-page {
    background-color: #002b2c;
    width: 100%;
    padding: 2rem;
    color: #00ffff;
    border-radius: 1rem;
    text-align: center;
}

/* Empty Page */

/* Page Paito */
.col.paito-items {
    min-width: min-content;
}

.paito-items .lottery-market-list {
    outline: none;
    display: flex;
    justify-content: center;
    width: 100%;
}

.paito-items .lottery-market-list.paito .btn-paito {
    width: 100%;
}

.paito-items .btn-paito .btn {
    background-color: #00000000;
    color: #ffc107;
    border: 2px solid #ffffff;
    padding: 3px;
    margin: 0;
    width: 49%;
    border-radius: 0;
}

.paito-items .btn-paito .btn:hover {
    color: orange;
}

.paito-items .btn-paito .btn.btn-result {
    border-bottom-left-radius: 1cm;
    border-top-left-radius: .5rem;
}

.paito-items .btn-paito .btn.btn-paitos {
    border-bottom-right-radius: 1cm;
    border-top-right-radius: .5rem;
}

/* Page Paito */

/* Page Market */
.page-content.market .about {
    border-radius: 1rem;
    padding: 1rem;
    background-color: #000;
    color: #ffffff;
    text-align: center;
    border-top: 3px solid #00ffff;
    border-bottom: 2px solid #018181;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

.page-content.market .menu {
    padding: .5rem;
    background-color: #000;
    color: #ffffff;
    text-align: center;
    border-top: 3px solid #00ffff;
    border-bottom: 2px solid #018181;
    border-top-right-radius: 5rem;
    border-top-left-radius: 5rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.page-content.market h1 {
    color: #ffc107;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: .5rem 0;
    margin-bottom: 2rem;
    border-top: 1px solid #00ffff;
    border-bottom: 1px solid #00ffff;
    margin-top: .5rem;
}

.page-content.market .btn.btn-menu {
    background: linear-gradient(110deg, #002829, #006565, #002829);
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    margin: 0.3rem 0;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.2),
        0 4px 10px rgba(0, 0, 0, 0.3);
    background-color: #000;
    color: #ffffff;
    border-top: 3px solid #00ffff;
    border-bottom: 1px solid #00ffff;
}

.page-content.market .btn.btn-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.page-content.market .btn.btn-menu:hover {
    color: #ffc107;
    background: linear-gradient(180deg, #00c4c4, #009999, #007070);
    box-shadow:
        0 0 5px #00ffff,
        0 0 10px #00cccc,
        inset 0 2px 6px rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.page-content.market .btn.btn-menu:active {
    transform: scale(0.97);
    box-shadow:
        inset 0 3px 6px rgba(0, 0, 0, 0.4);
}

.page-content.market .col.prediction-list-container {
    background-color: #002b2c;
}

.page-content.market .row.row-cols-1.row-cols-md-3 {
    margin-top: .3rem;
}

.market-detail .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.market-detail .date {
    letter-spacing: .5px;
    font-size: 12px;
    text-shadow: 1px 1px 2px black;
}

/* Page Market */

/* Page Prediction */
.prediction-list-container {
    padding: 0rem;
}

.prediction-list-container a {
    padding: 0;
    margin: 0;
}

.prediction-list-container .col {
    flex: 0 0 auto;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: linear-gradient(110deg, #002829, #006565, #002829);
    color: white;
    padding: 1rem;
    border-radius: 1rem;
    outline: none;
    text-align: justify;
    transition: .10s;
    margin: 10px;
    border: 2px solid #ffff;
}

.prediction-list-container .col:hover {
    border: 2px solid #ffb326;
    box-shadow: 0px 0px 8px #00ffff;
}

.prediction-list-container .market-img {
    min-height: 5vh;
    min-width: 5vh;
    overflow: hidden;
    white-space: nowrap;
}

.prediction-list-container .market-img img {
    width: 5vh;
    height: 5vh;
}

.prediction-list-container .market-detail {
    gap: 8px;
    line-height: 1;
    display: flex;
    flex-direction: column;
}

.prediction-list-containe {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
    border: 0;
}

.prediction-item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 12px;
    border-radius: 4px;
    gap: 15px;
    text-align: justify;
}

.prediction-item .market-info .market-detail {
    gap: 8px;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

/* Page Prediction */

/* Content Pages */
.prediction-item .market-info,
.prediction-item .market-first-section,
.prediction-item .market-second-section,
.livedraws-item .market-info,
.livedraws-item .market-first-section,
.livedraws-item .market-second-section {
    display: flex;
    gap: 10px;
}

.prediction-item .market-first-section,
.prediction-item .market-second-section,
.livedraws-item .market-first-section,
.livedraws-item .market-second-section {
    justify-content: space-between;
}

.prediction-item .market-second-section,
.livedraws-item .market-second-section {
    overflow-x: auto;
}

.prediction-item .title,
.livedraws-item .title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px black;
}

.prediction-item .number-container,
.livedraws-item .number-container {
    display: flex;
    gap: 4px;
}

.number-container .number,
.market-second-section .number-container .number {
    background-color: #f3f3f3;
    color: #000;
    border: .5px solid #0000001f;
    border-radius: 8px;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 1px 2px 2px #00000014 inset;
    width: 100%;
    text-align: center;
}

.market-second-section .number-container .number {
    font-size: 14px;
    padding: 4px;
}

.market-second-section .number-container .result {
    background-color: transparent;
    color: #000;
    border: .5px solid #0000001f;
    border-radius: 8px;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 1px 2px 2px #00000014 inset;
    width: 100%;
    text-align: center;
}

.prediction-item .market-second-section {
    margin-top: .5rem;
}

.prediction-list-container .prediction-item .shio-img img {
    width: 8vh;
    height: 8vh;
}

.lottery-market-list .lottery-market-item.paito {
    padding: 0 .5rem;
    outline: none;
}

.lottery-market-list .lottery-market-item .paito-info-container .market-info {
    margin-right: 0;
}

.paito-info-container .market-second-section {
    justify-content: space-between;
    display: flex;
    padding: 0;
}

.paito-info-container .market-second-section .title {
    color: #ffb326;
    font-size: 14px;
    text-decoration: none;
}


.paito-info-container .market-second-section .number-container {
    display: inline-flex;
    gap: 5px;
}

.paito-info-container .market-second-section .number-container img {
    width: 3vh;
    height: 3vh;
}

.paito-info-container .market-second-section .shio-container img {
    width: 5vh;
    height: 5vh;
}

.paito-info-container .result-container img.balls-result {
    width: 35px;
    height: 35px;
}

/* Pages Content */

@media screen and (max-width: 480px) {
    p {
        margin: 0;
        padding: 0;
        font-size: small;
        font-weight: bold;
    }

    a {
        text-decoration: none;
    }

    /* Min-Headers Pages*/
    .page-content.header {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .page-content.header header {
        padding: .5rem;
    }

    .blog-header-logo img {
        width: 100%;
        max-width: 20vh;
        height: auto;
    }

    .col-md-3.desktop-menu {
        display: none;
    }

    /* Min-Headers Pages*/

    /* Min-Container Pages*/
    .container.home-page .col-md-3 {
        margin-top: 1rem;
    }

    /* Min-Container Pages*/

    /* Min-Banners Pages*/
    .page.wrapper .home-page .banners-promotion img {
        width: 100%;
        height: 200px;
    }

    /* Min-Banners Pages*/

    /* Min-Manu Items*/
    .menu-item .svg-inline--fa {
        height: 1em;
    }

    /* Min-Manu Items*/

    /* Min-Market Pages*/
    .page-content.market .about {
        display: none;
    }

    .page-content.market .menu {
        padding: .3rem;
    }

    .page-content.market {
        padding: .5rem .5rem 7rem .5rem;
    }

    .page-content.market h1 {
        text-align: center;
        padding: .5rem 0;
        border-bottom: 1px solid #00ffff;
    }

    /* Min-Market Pages*/

    /* Min-Button Prediction*/
    .btn.btn-prediction {
        padding: 5px;
        font-size: 14px;
    }

    /* Min-Button Prediction*/

    /* Min-Lottery Pages*/
    .lottery-market-list .lottery-market-item .market-info-container .market-info .market-business-day {
        font-size: small;
    }

    .lottery-market-list .lottery-market-item .market-info-container .market-close-time span {
        font-size: small;
    }

    /* Min-Lottery Pages*/

    /* Min-Marqueee Pages*/
    /* .marquee-container {
        padding: 10px 0;
    } */

    /* .marquee-item img {
        height: 10vh;
        width: 10vh;
    } */

    .page-content.marquee-text .row {
        padding: 0;
    }

    /* Min-Marqueee Pages*/

    /* Min-Search Pages*/
    .market-search input,
    .prediction-search input,
    .paito-search input {
        max-width: none;
    }

    /* Min-Search Pages*/

    /* Min-Prediction Pages*/
    .prediction-item,
    .livedraws-item {
        width: 100%;
    }

    .prediction-list-container {
        padding: 0;
    }

    /* Min-Prediction Pages*/

    /* Min-Lottery Pages*/
    .lottery-market-list .lottery-market-item .market-status {
        width: 7px;
        height: 7px;
    }

    /* Min-Lottery Pages*/
    /* Min-Lottery Pages - Mobile Menu */
    .menu-footer {
        display: inline;
        position: fixed;
        z-index: 9999;
        bottom: 0;
        width: 100%;
    }

    .mobile-menu {
        background-color: #001010;
        color: yellow;
        border-top: 2px solid #00ffff;
    }

    .mobile-menu ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .mobile-menu li {
        width: 100%;
    }

    .menu-item {
        display: flex;
        justify-content: center;
        padding: 0.2rem 0;
    }

    button.btn.btn-mobile.w-100.text-start {
        display: grid;
        justify-content: center;
        padding: .3rem;
    }

    .btn-mobile span {
        font-size: 16px;
        color: #a1a1a1;
    }

    .menu-item .bi-house-door {
        width: 65px;
        height: 65px;
        position: absolute;
        bottom: 40px;
        border-radius: 50%;
        background: linear-gradient(110deg, #002829, #006565, #002829);
        border: 2px solid #00ffff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .8rem;
    }

    .menu-item .bi {
        fill: #ffc107;
    }

    li#account {
        width: 6rem;
        display: flex;
        justify-content: center;
        margin-top: 1.8rem;
        padding: 0 0.5rem;
    }

    li#lft-menu {
        padding-right: 2.5rem;
    }

    li#rgt-menu {
        padding-left: 2.5rem;
    }
}
