.new-header-design-inner-box {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.new-header-design-root {
    width: 100% !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
    position: relative !important;
    z-index: 9999 !important;
}

.new-header-design-inner-box {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 10px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
}

.new-header-design-branding img {
    max-height: 50px !important;
    width: auto !important;
    display: block !important;
}

/* Desktop Navigation Styles */
.new-header-design-navigation-menu {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.new-header-design-navigation-menu > li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.new-header-design-navigation-menu > li > a {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #2d3748 !important;
    text-decoration: none !important;
}

.new-header-design-navigation-menu > li > a:hover {
    color: #3182ce !important;
}

.new-header-design-burger-btn {
    display: none !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    width: 26px !important;
    height: 18px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    z-index: 100001 !important;
}

.new-header-design-burger-btn span {
    width: 100% !important;
    height: 3px !important;
    background-color: #2d3748 !important;
    border-radius: 2px !important;
    transition: all 0.25s ease-in-out !important;
}

/* Burger Transform Animation Rules on Open class states */
.new-header-design-burger-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
}
.new-header-design-burger-btn.active span:nth-child(2) {
    opacity: 0 !important;
}
.new-header-design-burger-btn.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
}

/* Responsive Mobile Side Drawer Panel */
.new-header-design-side-menu {
    position: fixed !important;
    top: 0 !important;
    right: -280px !important; /* Fully hidden offscreen */
    width: 240px !important;
    height: 100vh !important;
    background: #fff !important;
    box-shadow: -4px 0 15px rgba(0,0,0,0.1) !important;
    z-index: 100000 !important;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding: 70px 20px 20px 20px !important;
    box-sizing: border-box !important;
    overflow-y: auto !important;
}

.new-header-design-side-menu.open {
    right: 0 !important; /* Sliding mechanism into view */
}

/* Mobile Slide menu list hierarchy */
.new-header-design-side-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.new-header-design-side-list li {
    width: 100% !important;
    border-bottom: 1px solid #f0f4f8 !important;
}

.new-header-design-side-list li a {
    display: block !important;
    padding: 12px 5px !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #2d3748 !important;
    text-decoration: none !important;
}

.new-header-design-side-list li a:hover {
    color: #3182ce !important;
    background: #f7fafc !important;
}

.new-header-design-profile-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: center !important;
    border-left: 2px solid #edf2f7 !important;
    padding-left: 20px !important;
    font-family: 'Lato', sans-serif !important;
}

.new-header-design-auth-links { font-size: 13px !important; font-weight: 700; color: #4a5568 !important; }
.new-header-design-auth-links a { color: #3182ce !important; text-decoration: none !important; }
.new-header-design-balance-wrapper { font-size: 12px !important; font-weight: 800 !important; margin-top: 3px !important; }
.new-header-design-balance-wrapper a { all: unset !important; cursor: pointer !important; color: #38a169 !important; }
.new-header-design-balance-wrapper .new-header-design-logged-out { color: #a0aec0 !important; }

.new-header-design-lang-box { display: flex !important; align-items: center !important; gap: 8px !important; margin-left: 15px !important; }
.new-header-design-flag-link img { width: 22px !important; height: auto !important; border-radius: 50% !important; box-shadow: 0 1px 3px rgba(0,0,0,0.15) !important; display: block !important; }

.new-header-design-mobile-drawer {
    display: none !important;
    width: 100% !important;
    background: #f7fafc !important;
    border-top: 1px solid #edf2f7 !important;
    padding: 12px 20px !important;
    box-sizing: border-box !important;
}

.new-header-design-mobile-row { display: flex !important; align-items: center !important; justify-content: space-between !important; }

@media (max-width: 991px) {
    .new-header-design-navigation-menu {
        display: none !important; 
    }
    .new-header-design-burger-btn {
        display: flex !important; 
    }
    .new-header-design-mobile-drawer {
        display: block !important;
    }
}
@media (max-width: 1200px) {
    #page-title {
        height: unset !important;
    }
}





/* Begin new desing */
*{
    font-family: 'Poppins', sans-serif !important;
}
.new-header-design-navigation-menu > li > a{
    font-family: 'Poppins', sans-serif !important;

}

/* ==========================================================================
   1. Background & Panel Scaffolding
   ========================================================================== */
   .lotto-hero-wrapper {
    width: 100%;
    background-size: 100% 100% !important;
    padding: 40px 0;
}
.lotto-text-white {
    color: #000;
}

/* ==========================================================================
   2. Header Sections
   ========================================================================== */
.lotto-header-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.lotto-header-diamond {
    height: 22.5px;
    margin-bottom: 2px;
}
.lotto-header-text {
    margin: 0 5px;
}

/* ==========================================================================
   3. Date Badge Controls (TOP CONTAINER CARDS)
   ========================================================================== */
.lotto-date-badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 22px 44px;
    border: 1.5px solid rgb(115, 46, 228);
    transition: all 0.2s ease-in-out;
}
.lotto-date-badge:hover,
.lotto-date-badge.active {
    background: rgb(228, 218, 246) !important;
    border: 1.5px solid rgba(255, 162, 0, 1) !important;
}
.lotto-day-name {
    font-size: 11px;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}
.lotto-day-month {
    font-size: 16px;
    font-weight: 700;
    display: block;
}

/* ==========================================================================
   4. Pools Grid Context & Cards (MIDDLE CONTAINER CARDS)
   ========================================================================== */
.lotto-pools-label {
    color: #000000;
}
.homeSelectDiv {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    gap: 4px; /* Provides consistent spacing framework across wrapped lines */
    background: unset;
    background-image: unset;
    color: unset;
    border: unset;
}

.mySelectdiv {
    /* Forcing exactly 5 items per row mathematically accounting for 10px gap tracking overheads */
    flex: 0 0 calc(20% - 4px) !important; 
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgb(115, 46, 228);
    border-radius: 16px;
    padding: 10px 5px; /* Slight side padding reduction keeps text fitting gracefully on small screens */
    text-align: center;
    font-size: 11px; /* Scaled down base font size to preserve 5-per-row ratio on small mobile devices */
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
}

/* Fluid responsive image sizing parameters */
.mySelectdiv img {
    width: 100%;
    max-width: 45px; /* Automatically scales inside the container based on screen width */
    height: auto;
    margin-bottom: 5px;
    display: inline-block;
}

/* Desktop Viewport Layout Optimization Overrides */
@media(min-width: 992px){
    .mySelectdiv {
        min-width: 130px;
        font-size: 13px;
        padding: 10px 10px;
    }
    .mySelectdiv img {
        width: 60px; /* Forces exactly 60px layout presentation rule on desktop screens */
        max-width: 60px;
    }
}

@media (hover: hover) {
    .mySelectdiv:hover {
        background: rgb(228, 218, 246) !important;
        border: 1.5px solid rgba(255, 162, 0, 1) !important;
        color: #000000 !important;
    }
}

.mySelectdiv.active {
    background: rgb(228, 218, 246) !important;
    border: 1.5px solid rgba(255, 162, 0, 1) !important;
    color: #000000 !important;
}

.mySelectdiv .pool-time {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: rgba(99, 14, 212, 1);
}
@media(min-width: 992px){
    .mySelectdiv .pool-time {
        font-size: 14px;
    }
}
/* ==========================================================================
   5. Dynamic Input Grid Matrix Rules (BOTTOM SHEET MODULE)
   ========================================================================== */
.lotto-table-wrapper {
    margin-top: 30px;
    background: transparent;
    padding: 0;
}
.lotto-grid-table {
    border-collapse: separate !important;
    border-spacing: 0;
    width: 100%;
}
.lotto-thead-row {
    background: linear-gradient(90deg, #3A0078 0%, #FF007A 50%, #FFA200 100%);
}
.lotto-th-cell {
    text-align: center;
    color: #fff;
    padding: 12px;
    font-weight: bold;
}
.lotto-grid-table tbody td {
    background: rgb(252, 250, 253);
    padding: 10px 15px !important;
    vertical-align: middle;
    border: none !important;
}
.lotto-grid-table tbody tr td:first-child {
    border-left: 1.5px solid rgba(204, 195, 216, 1) !important;
}
.lotto-grid-table tbody tr td:last-child {
    border-right: 1.5px solid rgba(204, 195, 216, 1) !important;
}
.lotto-grid-table tbody tr:first-child td {
    padding-top: 26px !important; 
}
.lotto-input-control {
    width: 100%;
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #000000;
    padding: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: none;
}
.lotto-input-control:focus {
    border-color: rgba(106, 0, 255, 1);
    outline: none;
}

/* ==========================================================================
   6. Custom Checkbox System
   ========================================================================== */
.check_container {
    display: block;
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    user-select: none;
}
.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}
.checkmark {
    position: absolute;
    top: 48%;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    border: 2px solid rgba(204, 195, 216, 1) !important;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.2s;
}
.check_container input:checked ~ .checkmark {
    border-color: rgba(106, 0, 255, 1) !important; 
    background: rgba(106, 0, 255, 1);
}
.check_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.check_container input:checked ~ .checkmark:after {
    display: block;
}

/* ==========================================================================
   7. Top-Edge Header Radius Clipping Rules
   ========================================================================== */
.lotto-grid-table thead tr th:first-child {
    border-top-left-radius: 16px;
    border-left: 1.5px solid rgba(204, 195, 216, 1);
    border-top: 1.5px solid rgba(204, 195, 216, 1);
    background-clip: padding-box;
}
.lotto-grid-table thead tr th:last-child {
    border-top-right-radius: 16px;
    border-right: 1.5px solid rgba(204, 195, 216, 1);
    border-top: 1.5px solid rgba(204, 195, 216, 1);
    background-clip: padding-box;
}
.lotto-grid-table thead tr th {
    border-top: 1.5px solid rgba(204, 195, 216, 1);
}
.lotto-grid-table tbody {
    display: table-row-group;
}

/* ==========================================================================
   8. Interface Actions Buttons & Footer Summary Trays
   ========================================================================== */
.lotto-action-row td {
    background: rgb(252, 250, 253);
    border-left: 1.5px solid rgba(204, 195, 216, 1);
    border-right: 1.5px solid rgba(204, 195, 216, 1);
    padding: 15px 0 15px 0 !important;
}
.lotto-action-row td div {
    padding: 10px 15px !important;
}
.lotto-btn-add-row {
    background: rgba(255, 255, 255, 0.2);
    color: #000;
    border: 1px solid #000;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
.lotto-summary-row td {
    background: #fcfbfe !important;
    border: 1.5px solid rgba(204, 195, 216, 1) !important;
    border-top: 1px solid rgba(204, 195, 216, 1) !important;
    border-radius: 0 0 18px 18px;
    padding: 15px 0 !important;
}
.lotto-total-lbl {
    color: #666666;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}
.lotto-total-value {
    color: #6a00ff;
    font-size: 24px;
    font-weight: 800;
}
.lotto-btn-clear {
    background: #ffffff;
    color: #333333;
    border: 1px solid #dbdbdb;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
}
.lotto-btn-clear:hover {
    background: #f5f5f5;
}
.lotto-btn-checkout-new {
    background: linear-gradient(90deg, #3A0078 0%, #FF007A 50%, #FFA200 100%);
    color: white ;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
    border: none;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.lotto-btn-checkout-new:hover {
    opacity: 0.9;
}

/* ==========================================================================
   9. Media Responsive View Breaks
   ========================================================================== */
@media (max-width: 768px) {
}
@media (max-width: 480px) {
    .homeSelectDiv img{ width: 45px; height: 45px; margin-bottom:5px;}
    .mySelectdiv .pool-time{
        margin: 0px;
    }
}
.new-header-design-inner-box {
    background: white !important;
}
/* Date Badge Controls (Fluid scaling adjustments) */
.lotto-date-grid {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.lotto-date-badge {
    background: rgba(255, 255, 255, 0.1);
    width: 100%; /* Spans full responsive column allocation width */
    max-width: 240px;
    padding: 18px 15px; /* Compact padding keeps internal flex alignment clean on devices */
    border: 1.5px solid rgb(115, 46, 228);
    transition: all 0.2s ease-in-out;
    display: block;
}

.lotto-date-badge:hover,
.lotto-date-badge.active {
    background: rgb(228, 218, 246) !important;
    border: 1.5px solid rgba(255, 162, 0, 1) !important;
}

/* Vertical text alignment adjustments inside badge elements */
.lotto-date-badge .row {
    margin: 0;
}

/* Mobile Layout Overrides under 768px viewport */
@media (max-width: 767px) {
    .lotto-date-badge {
        max-width: 100%; /* Allows maximum flexibility when dropped to 2-per-row */
        padding: 14px 10px;
    }
    .lotto-day-month {
        font-size: 14px;
    }
    .lotto-day-name {
        font-size: 10px;
    }
}
@media (max-width: 568px){
    .lotto-grid-table tbody td{
        padding: 5px 10px !important;
    }
    .lotto-action-row td div{
        padding: 5px 10px !important;
    }
    .lotto-grid-table tbody tr:first-child td {
        padding-top: 20px !important;
    }
}

.lotto-input-control::-webkit-outer-spin-button,
.lotto-input-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.lotto-input-control[type=number] {
    -moz-appearance: textfield;
}
@media (max-width: 567px) {
    .lotto-summary-row .d-flex {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .lotto-summary-row .d-flex > div {
        width: 100%;
    }
    .lotto-summary-row .lotto-btn-clear,
    .lotto-summary-row .lotto-btn-checkout-new {
        flex: 1;
        text-align: center;
        justify-content: center;
    }
    .lotto-summary-row td{
        padding: 0px !important;
    }
}
/* Center mbComingsoon counter blocks universally */
#myCounter {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 15px; /* Adds clean uniform space between the countdown blocks */
    width: 100%;
}

#myCounter .counter-block {
    float: none !important; /* Prevents legacy float alignments from breaking flex centering */
    display: inline-block;
    margin-right: 0px;
}
.counter-group{
    margin-top: 0px !important;
}
.counter_container h4{
    font-weight: 600;
}


#page-title{
    background: rgba(58, 0, 120, 1) ;
}
.review-container {
    max-width: 1000px;
    margin: 0 auto;
}
.review-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a0638;
    margin-bottom: 30px;
}
.section-step {
    margin-bottom: 35px;
}
.section-step h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a0638;
    margin-bottom: 15px;
}
.date-card {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 2px solid #ff9d2b;
    border-radius: 12px;
    padding: 12px 25px;
    box-shadow: 0 4px 15px rgba(222, 180, 255, 0.15);
}
.date-card img {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}
.date-card .day-text {
    font-size: 12px;
    color: #8c76ac;
    display: block;
    line-height: 1.2;
}
.date-card .date-text {
    font-size: 16px;
    font-weight: 700;
    color: #1a0638;
}
.pool-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.pool-card {
    background: #fff;
    border: 1px solid #ff9d2b;
    border-radius: 12px;
    width: 150px;
    padding: 12px 5px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(222, 180, 255, 0.15);
}
.pool-card img {
    height: 60px;
    object-fit: contain;
    margin-bottom: 8px;
}
.pool-card .pool-name {
    font-size: 14px;
    font-weight: 700;
    color: #1a0638;
}
.pool-card .pool-time {
    font-size: 11px;
    color: #8652ff;
    font-weight: 500;
}
.bet-table-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ffdcfc;
    box-shadow: 0 8px 24px rgba(222, 180, 255, 0.2);
}
.bet-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.bet-table thead{
    background: linear-gradient(90deg, #2c0076 0%, #e60067 50%, #ff9100 100%);
}
.bet-table th {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 15px 20px;
    text-align: center;
}
.bet-table td {
    padding: 18px 20px;
    color: #1a0638;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #f3ebfa;
}
.bet-table tr:last-child td {
    border-bottom: none;
}
.check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #7600eb;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
}
.summary-wrapper {
    margin-top: 25px;
    text-align: right;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.summary-breakdown {
    display: inline-block;
    text-align: right;
    margin-bottom: 15px;
}
.discount-highlight {
    color: #bc2129;
    font-weight: bold;
}
.total-pay-row {
    font-size: 22px;
    color: #1a0638;
    font-weight: 700;
    margin-bottom: 25px;
}
.total-pay-row span {
    color: #83009b;
    font-size: 26px;
}
.action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.btn-custom {
    display: inline-block;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.btn-back {
    background: #fff;
    color: #1a0638;
    border: 1px solid #dcd1e8;
}
.btn-back:hover {
    background: #f5eefc;
}
.btn-pay {
    background: linear-gradient(90deg, #83009b 0%, #ff0066 100%);
    color: #fff !important;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 0, 102, 0.3);
}
.btn-pay:hover {
    opacity: 0.9;
    box-shadow: 0 6px 20px rgba(255, 0, 102, 0.4);
}

/* Isolated Login Container Styles */
.i1e-login-container {
    max-width: 600px;
    width: 100%;
    padding: 2px;
    background: linear-gradient(90deg, #FF007A 0%, #FFA200 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(255, 0, 122, 0.15);
    margin: 0 auto;
}
.i1e-login-content {
    border-radius: 18px;
    background: white;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
@media(max-width: 568px){
    .i1e-login-content {
        padding: 20px;
    }
    .content-wrap{
        padding: 40px 0px;;
    }
}
.i1e-login-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 10px;
}
.i1e-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.i1e-form-group label {
    font-weight: 600;
    color: #2b2b2b;
    font-size: 16px;
}
.i1e-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* Field Icon Image Alignment Custom Fixes */
.i1e-input-wrapper .i1e-field-icon-img {
    position: absolute;
    left: 15px;
    width: 21px;
    height: 21px;
    pointer-events: none;
    z-index: 2;
}
.i1e-input-wrapper .form-control {
    width: 100%;
    padding: 14px 50px 14px 45px;
    border: 1px solid #dcd1e8;
    border-radius: 10px;
    font-size: 15px;
    color: #2b2b2b;
    outline: none;
    height: 46px;
    transition: border-color 0.3s;
    position: relative;
    z-index: 1;
}
.i1e-input-wrapper .form-control:focus {
    border-color: #8a2be2;
}

/* Eye Visibility Icon Image Fixes */
.i1e-input-wrapper .i1e-toggle-password-img {
    position: absolute;
    right: 15px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    z-index: 3;
}
.i1e-forgot-link {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #5500ff;
    text-decoration: none;
}
.i1e-forgot-link:hover {
    text-decoration: underline;
}
.i1e-btn-login {
    width: 100%;
    background: linear-gradient(90deg, #6A00FF 0%, #FF007A 50%, #FF4D4D 100%);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 0, 102, 0.3);
    transition: opacity 0.3s;
}
.i1e-btn-login:hover {
    opacity: 0.9;
}
.i1e-fb-section {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 10px;
}
.i1e-fb-section h4 {
    margin-bottom: 10px;
    color: #666;
}

/* Isolated Registration Layout Scopes */
.register-container-main {
    width: 100%;
}
.register-title-text {
    font-size: 32px;
    font-weight: 700;
    color: #1a0638;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.register-flex-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.register-column-half {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Structural Symmetrical Alignment Form Group Controls */
.register-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.register-form-group label {
    font-weight: 700;
    color: #1a0638;
    font-size: 15px;
    margin-bottom: 6px;
    height: 18px; /* Fixed anchor height for standard label lines */
    display: block;
}
.register-form-group label span.error {
    color: #ff0055;
    margin-left: 3px;
}

/* Symmetrical sub text line height structures */
.register-form-group sub,
.register-form-group .register-sub-placeholder {
    font-size: 11px;
    height: 14px; /* Fixed consistent explicit baseline spacing */
    line-height: 14px;
    margin-bottom: 6px;
    display: block;
}
.register-form-group sub {
    color: #8c76ac;
    font-weight: 500;
}
.register-form-group .register-sub-placeholder {
    visibility: hidden; /* Takes up layout flow space without drawing visual content */
}

.register-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* Form Input Control Layout Core overrides */
#registerForm .register-input-wrapper .form-control,
#registerForm .register-input-wrapper select.form-control {
    width: 100%;
    height: 48px;
    padding: 10px 15px 10px 45px;
    border: 1px solid #dcd1e8;
    border-radius: 10px;
    font-size: 15px;
    color: #1a0638;
    outline: none;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.3s, box-shadow 0.3s;
}
#registerForm .register-input-wrapper .form-control:focus,
#registerForm .register-input-wrapper select.form-control:focus {
    border-color: #8a2be2;
    box-shadow: 0 0 0 3px rgba(138, 43, 226, 0.1);
}

/* Select Dropdown Reset Styling rules */
#registerForm .register-input-wrapper select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
}
.register-input-wrapper::after {
    content: '';
    position: absolute;
    right: 18px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #8c76ac;
    pointer-events: none;
    z-index: 2;
}
.register-input-wrapper.register-no-arrow::after {
    display: none;
}

/* Pre-integrated Action Vector Icons Styles */
.register-input-wrapper .register-field-icon {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
    object-fit: contain;
    pointer-events: none;
    z-index: 2;
}
.register-btn-submit {
    background: linear-gradient(90deg, #6A00FF 0%, #FF007A 50%, #FF4D4D 100%);
    color: #fff !important;
    border: none;
    padding: 14px 40px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 0, 102, 0.3);
    transition: opacity 0.3s, transform 0.2s;
    display: inline-block;
}
.register-btn-submit:hover {
    opacity: 0.95;
}
.register-btn-submit:active {
    transform: scale(0.98);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .register-column-half {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .register-form-group .register-sub-placeholder {
        display: none; /* Drop spacing columns on standalone stacked single screens */
    }
}
.dark #copyrights{
    background: rgba(58, 0, 120, 1);
}
.alertmsg{
    background: linear-gradient(90deg, #6A00FF 0%, #FF007A 35%, #FF7A00 65%, #FF7A00 100%);
    border: none !important;
}
.infomsg{
    background: rgb(228, 218, 246) !important;
}

.gradient-btn{
    background: linear-gradient(90deg, #6A00FF 0%, #FF007A 50%, #FF4D4D 100%);
}


/* Isolated Order Payment Step Review Scopes */
.payment-review-bg {
    background: url('<?=base_url()?>images/new/bg.jpg') no-repeat center center; 
    background-size: 100% 100% !important;
    padding: 40px 0 85px 0;
}
.payment-review-container {
    width: 100%;
}
.payment-review-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a0638;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.payment-section-step {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(26, 6, 56, 0.05);
    margin-bottom: 25px;
}
.payment-section-step h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a0638;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Symmetrical Step Form Badges */
.payment-date-badge {
    display: inline-block;
    padding: 12px 25px;
    background: #fcf8ff;
    border: 2px solid #8a2be2;
    border-radius: 12px;
}
.payment-date-badge .payment-day-name {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #8c76ac;
    text-transform: uppercase;
}
.payment-date-badge .payment-day-month {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #1a0638;
}

/* Symmetrical Unified Grid Layout */
.payment-grid-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 10px;
}
.payment-grid-table th {
    background-color: #fcf8ff;
    color: #8c76ac;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 2px solid #dcd1e8;
}
.payment-grid-table td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #f1ebf7;
    color: #1a0638;
    font-size: 15px;
    font-weight: 600;
}
.payment-grid-table tr:last-child td {
    border-bottom: none;
}

/* Text alignment containers metrics */
.payment-center {
    text-align: center;
}
.payment-right {
    text-align: right;
}
.payment-grey-pill {
    background-color: #fcf8ff;
    border: 1px solid #dcd1e8;
    padding: 8px 16px;
    border-radius: 8px;
    display: inline-block;
    min-width: 60px;
}
.payment-red-pill {
    background-color: #fff0f5;
    border: 1px solid #ff0055;
    color: #ff0055;
    padding: 8px 16px;
    border-radius: 8px;
    display: inline-block;
    min-width: 60px;
    font-weight: 700;
}
.payment-check-icon {
    color: #00cc66;
    font-weight: 700;
    font-size: 16px;
}

/* Pricing summary breakout alignment panels */
.payment-summary-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(26, 6, 56, 0.05);
}
.payment-breakdown-panel {
    font-size: 14px;
    color: #8c76ac;
    margin-bottom: 25px;
    line-height: 1.8;
    text-align: right;
    border-bottom: 1px dashed #dcd1e8;
    padding-bottom: 20px;
}
.payment-breakdown-panel div {
    margin-bottom: 4px;
}
.payment-total-pay-row {
    font-size: 20px;
    font-weight: 700;
    color: #1a0638;
    text-align: right;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.payment-total-pay-row span {
    background: linear-gradient(90deg, #6A00FF 0%, #FF007A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 800;
    margin-left: 10px;
}

/* Dropdown selector form groups reset rules */
.payment-method-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 30px;
}
.payment-dropdown-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.payment-dropdown-wrapper select {
    width: 240px;
    height: 46px;
    padding: 10px 40px 10px 20px;
    border: 2px solid #dcd1e8;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #1a0638;
    outline: none;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-color 0.3s;
}
.payment-dropdown-wrapper select:focus {
    border-color: #8a2be2;
}
.payment-dropdown-wrapper::after {
    content: '';
    position: absolute;
    right: 18px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #8c76ac;
    pointer-events: none;
}

/* Symmetrical operational action footer vectors */
.payment-action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.payment-btn-custom {
    padding: 14px 35px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.3s, transform 0.2s;
    display: inline-block;
    box-sizing: border-box;
    border: none;
}
.payment-btn-custom:active {
    transform: scale(0.98);
}
.payment-btn-back {
    background-color: #fff0f5;
    color: #ff0055 !important;
    border: 1px solid #ff0055;
}
.payment-btn-back:hover {
    opacity: 0.85;
}
.payment-btn-pay {
    background: linear-gradient(90deg, #6A00FF 0%, #FF007A 50%, #FF4D4D 100%);
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(255, 0, 102, 0.3);
}
.payment-btn-pay:hover {
    opacity: 0.95;
}
.payment-expiry-notice {
    text-align: right;
    font-size: 13px;
    color: #8c76ac;
    font-weight: 500;
    margin-top: 15px;
}
/* Isolated Payment Processing View Scopes */
.pay-loading-bg {
    background: url('<?=base_url()?>images/new/bg.jpg') no-repeat center center; 
    background-size: 100% 100% !important;
    padding: 80px 0 120px 0;
}
.pay-loading-card {
    max-width: 550px;
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 40px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(26, 6, 56, 0.08);
    text-align: center;
    box-sizing: border-box;
}

/* Spinner Custom Styling */
.pay-loading-spinner-wrap {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.pay-loading-spinner-wrap img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

/* Typography elements alignment rules */
.pay-loading-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a0638;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pay-loading-desc {
    font-size: 15px;
    color: #8c76ac;
    line-height: 1.6;
    font-weight: 500;
    max-width: 380px;
    margin: 0 auto 35px auto;
}

/* Manual Testing Trigger Button styling rules */
.pay-loading-btn-submit {
    background: linear-gradient(90deg, #6A00FF 0%, #FF007A 50%, #FF4D4D 100%);
    color: #ffffff !important;
    border: none;
    padding: 15px 45px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 0, 102, 0.3);
    transition: opacity 0.3s, transform 0.2s;
    display: inline-block;
    text-decoration: none;
}
.pay-loading-btn-submit:hover {
    opacity: 0.95;
}
.pay-loading-btn-submit:active {
    transform: scale(0.98);
}

/* Unified Dashboard & Personal Profile Core Scopes */
.acc-panel-wrapper {
    width: 100%;
}
.acc-flex-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.acc-sidebar-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}
.acc-main-col {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Modernized Panel Profile Details Card Box */
.acc-card-panel {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(26, 6, 56, 0.05);
    margin-bottom: 30px;
}
.acc-card-panel h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a0638;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Data Table Presentation Grid overrides */
.acc-data-table {
    width: 100%;
    border-collapse: collapse;
}
.acc-data-table td {
    padding: 14px 18px;
    font-size: 15px;
    color: #1a0638;
    border-bottom: 1px solid #f1ebf7;
    vertical-align: middle;
}
.acc-data-table tr:last-child td {
    border-bottom: none;
}
.acc-data-table td strong {
    color: #8c76ac;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

/* Modernized Tab Layout Configurations */
.acc-game-tab-list {
    display: flex;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.acc-game-tab-list li a {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}
.acc-game-tab-list li a img {
    max-width: 110px;
    display: block;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.acc-game-tab-list li.ui-tabs-active a {
    transform: scale(1.05);
    box-shadow: 0 0 0 3px #8a2be2;
}
.acc-game-tab-list li a .hover_effect {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(26, 6, 56, 0.4);
    border-radius: 16px;
    transition: background-color 0.2s;
}
.acc-game-tab-list li.ui-tabs-active a .hover_effect {
    background-color: transparent;
}

/* Operational Status Vectors and External Game Launchers */
.acc-center {
    text-align: center;
}
.acc-game-launcher {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}
.acc-launch-pill {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #1a0638;
    font-weight: 700;
    font-size: 14px;
}
.acc-launch-pill img {
    max-height: 80px;
    object-fit: contain;
    transition: transform 0.2s;
}
.acc-launch-pill img:hover {
    transform: scale(1.05);
}

/* Responsive breakpoint scaling layout rules */
@media (max-width: 991px) {
    .acc-sidebar-col, .acc-main-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .acc-sidebar-col {
        margin-bottom: 25px;
    }
}
@media (max-width: 480px) {
    .acc-game-tab-list li a img {
        max-width: 85px;
    }
    .acc-data-table td {
        padding: 12px 10px;
        font-size: 14px;
    }
}

/* Isolated Left Menu Sidebar Container Navigation Scopes */
.side-menu-widget-box {
    background: #ffffff;
    padding: 30px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(26, 6, 56, 0.05);
    box-sizing: border-box;
}
.side-menu-title-header {
    font-size: 16px;
    font-weight: 700;
    color: #1a0638;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-left: 3px solid #8a2be2;
    padding-left: 12px;
    line-height: 1;
}

/* Linear Clean Nav Link Layout Vectors */
.side-menu-list-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.side-menu-item-link {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #8c76ac;
    text-decoration: none !important;
    border-radius: 10px;
    background-color: transparent;
    transition: color 0.2s, background-color 0.2s, padding-left 0.2s;
}
.side-menu-item-link:hover {
    color: #8a2be2;
    background-color: #fcf8ff;
    padding-left: 20px;
}

/* Active Highlight Interface Node States */
.side-menu-item-link.side-menu-active-state {
    color: #ffffff !important;
    background: linear-gradient(90deg, #6A00FF 0%, #FF007A 100%);
    box-shadow: 0 4px 12px rgba(255, 0, 122, 0.2);
    pointer-events: none;
}

/* Unified Core Layout Elements Override */
.deposit-panel-wrapper {
    width: 100%;
}
.deposit-flex-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.deposit-sidebar-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}
.deposit-main-col {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Balance Banner Component */
.deposit-balance-banner {
    background-color: #fcf8ff;
    border-left: 4px solid #8a2be2;
    padding: 20px 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(138, 43, 226, 0.03);
    color: #1a0638;
}
.deposit-balance-banner strong {
    font-size: 14px;
    color: #8c76ac;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.deposit-balance-banner .balance-val {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #1a0638;
    margin-top: 4px;
}

/* Modern Transaction Panel Card */
.deposit-card-panel {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(26, 6, 56, 0.05);
    margin-bottom: 30px;
    box-sizing: border-box;
}
.deposit-card-panel h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a0638;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Structural Symmetrical Alignment Form Group Controls */
.deposit-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.deposit-form-group label {
    font-weight: 700;
    color: #1a0638;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Custom Dropdown & Input Controls Overrides */
.deposit-form-group .form-control {
    width: 100%;
    height: 48px;
    padding: 10px 15px;
    border: 2px solid #dcd1e8;
    border-radius: 10px;
    font-size: 15px;
    color: #1a0638;
    outline: none;
    background-color: #fff;
    box-sizing: border-box;
    font-weight: 600;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.deposit-form-group .form-control:focus {
    border-color: #8a2be2;
    box-shadow: 0 0 0 3px rgba(138, 43, 226, 0.1);
}

/* Custom Select Dropdown Vector Icon wrapper */
.deposit-select-wrapper {
    position: relative;
    display: block;
}
.deposit-select-wrapper select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
}
.deposit-select-wrapper::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #8c76ac;
    pointer-events: none;
}

/* Symmetrical Grid Matrix Quick Selection Buttons */
.deposit-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 5px;
}
.deposit-amt-btn {
    background: #ffffff;
    border: 2px solid #dcd1e8;
    color: #1a0638;
    padding: 12px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s;
    outline: none;
}
.deposit-amt-btn:hover {
    border-color: #8a2be2;
    color: #8a2be2;
    background-color: #fcf8ff;
}
.deposit-amt-btn.active-amt {
    border-color: #8a2be2;
    background-color: #8a2be2;
    color: #ffffff;
}

/* Symmetrical Brand Action Footer Vector */
.deposit-btn-submit {
    background: linear-gradient(90deg, #6A00FF 0%, #FF007A 50%, #FF4D4D 100%);
    color: #ffffff !important;
    border: none;
    padding: 14px 40px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 0, 102, 0.3);
    transition: opacity 0.3s, transform 0.2s;
    display: inline-block;
    margin-top: 10px;
}
.deposit-btn-submit:hover {
    opacity: 0.95;
}
.deposit-btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.deposit-btn-submit:active {
    transform: scale(0.98);
}

/* Responsive Scaling Rules */
@media (max-width: 991px) {
    .deposit-sidebar-col, .deposit-main-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .deposit-sidebar-col {
        margin-bottom: 25px;
    }
}
@media (max-width: 576px) {
    .deposit-quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Unified Core Layout Elements Override */
.withdraw-panel-wrapper {
    width: 100%;
}
.withdraw-flex-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.withdraw-sidebar-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}
.withdraw-main-col {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Balance Banner Component */
.withdraw-balance-banner {
    background-color: #fcf8ff;
    border-left: 4px solid #8a2be2;
    padding: 20px 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(138, 43, 226, 0.03);
    color: #1a0638;
}
.withdraw-balance-banner strong {
    font-size: 14px;
    color: #8c76ac;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.withdraw-balance-banner .balance-val {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #1a0638;
    margin-top: 4px;
}

/* Modern Transaction Panel Card */
.withdraw-card-panel {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(26, 6, 56, 0.05);
    margin-bottom: 30px;
    box-sizing: border-box;
}
.withdraw-card-panel h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a0638;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Structural Symmetrical Alignment Form Group Controls */
.withdraw-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.withdraw-form-group label {
    font-weight: 700;
    color: #1a0638;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Symmetrical Input Max Aggregator Framework */
.withdraw-input-group {
    display: flex;
    align-items: stretch;
    position: relative;
    width: 100%;
}
.withdraw-input-group .form-control {
    flex: 1;
    height: 48px;
    padding: 10px 15px;
    border: 2px solid #dcd1e8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 15px;
    color: #1a0638;
    outline: none;
    background-color: #fff;
    box-sizing: border-box;
    font-weight: 600;
    border-right: none !important;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.withdraw-input-group .form-control:focus {
    border-color: #8a2be2;
}
.withdraw-input-group .form-control:focus + .withdraw-max-btn {
    border-color: #8a2be2;
}

.withdraw-max-btn {
    border: 2px solid #dcd1e8;
    background: #fcf8ff;
    color: #8a2be2;
    font-size: 13px;
    font-weight: 700;
    padding: 0 22px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    outline: none;
}
.withdraw-max-btn:hover {
    background: #8a2be2;
    color: #ffffff;
    border-color: #8a2be2;
}

/* Symmetrical Brand Action Footer Vector */
.withdraw-btn-submit {
    background: linear-gradient(90deg, #6A00FF 0%, #FF007A 50%, #FF4D4D 100%);
    color: #ffffff !important;
    border: none;
    padding: 14px 40px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 0, 102, 0.3);
    transition: opacity 0.3s, transform 0.2s;
    display: inline-block;
}
.withdraw-btn-submit:hover {
    opacity: 0.95;
}
.withdraw-btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.withdraw-btn-submit:active {
    transform: scale(0.98);
}

/* Responsive Scaling Rules */
@media (max-width: 991px) {
    .withdraw-sidebar-col, .withdraw-main-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .withdraw-sidebar-col {
        margin-bottom: 25px;
    }
}

/* Unified Core Layout Elements Override */
.order-panel-wrapper {
    width: 100%;
}
.order-flex-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.order-sidebar-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}
.order-main-col {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Modern Transaction Panel Card */
.order-card-panel {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(26, 6, 56, 0.05);
    margin-bottom: 30px;
    box-sizing: border-box;
}
.order-card-panel h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a0638;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Informational Notice Pill */
.order-notice-banner {
    background-color: #fff0f5;
    border: 1px solid #ff0055;
    color: #ff0055;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}
.order-notice-banner a {
    color: #ff0055;
    text-decoration: underline;
    font-weight: 700;
}

/* Clean Custom Form Layout and Filter Dropdowns */
.order-filter-form {
    padding: 0;
    max-width: 240px;
    margin-bottom: 25px;
}
.order-select-wrapper {
    position: relative;
    display: block;
}
.order-select-wrapper select {
    width: 100%;
    height: 44px;
    padding: 8px 35px 8px 15px;
    border: 2px solid #dcd1e8;
    border-radius: 10px;
    font-size: 14px;
    color: #1a0638;
    outline: none;
    background-color: #fff;
    box-sizing: border-box;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-color 0.3s;
}
.order-select-wrapper select:focus {
    border-color: #8a2be2;
}
.order-select-wrapper::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #8c76ac;
    pointer-events: none;
}

/* Symmetrical Grid List view Overrides */
.order-grid-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.order-grid-table th {
    background-color: #fcf8ff;
    color: #8c76ac;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 10px;
    border-bottom: 2px solid #dcd1e8;
    text-align: center;
}
.order-grid-table td {
    padding: 14px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f1ebf7;
    color: #1a0638;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.order-grid-table tr:last-child td {
    border-bottom: none;
}

/* Custom Mini Operational Buttons */
.order-btn-action {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: opacity 0.2s, transform 0.1s;
    border: none;
    cursor: pointer;
}
.order-btn-view {
    background: #8a2be2;
    color: #ffffff !important;
}
.order-btn-cancel {
    background: #ff0055;
    color: #ffffff !important;
    margin-left: 5px;
}
.order-btn-action:hover {
    opacity: 0.85;
}
.order-btn-action:active {
    transform: scale(0.96);
}

/* Status Interface Badge Nodes */
.order-pill-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.order-badge-normal { background-color: #fcf8ff; border: 1px solid #dcd1e8; color: #8c76ac; }
.order-badge-special { background-color: #fffbeb; border: 1px solid #fef3c7; color: #d97706; }
.order-badge-pending { background-color: #eff6ff; border: 1px solid #bfdbfe; color: #2563eb; }
.order-badge-delivered { background-color: #f0fdf4; border: 1px solid #bbf7d0; color: #16a34a; }
.order-badge-failed { background-color: #fef2f2; border: 1px solid #fecaca; color: #dc2626; }

/* Responsive adjustments */
@media (max-width: 991px) {
    .order-sidebar-col, .order-main-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sidebar-col {
        margin-bottom: 25px;
    }
}

/* Core Structural Layout Configurations */
.detail-panel-wrapper {
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.detail-flex-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.detail-sidebar-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}
.detail-main-col {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Modernized Panel Cards */
.detail-card-panel {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(26, 6, 56, 0.05);
    margin-bottom: 25px;
    box-sizing: border-box;
}
.detail-card-panel h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a0638;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Metadata Symmetrical Grid Panels */
.detail-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.detail-meta-block {
    background: #fcf8ff;
    border: 1px solid #f1ebf7;
    padding: 20px;
    border-radius: 12px;
}
.detail-meta-block div {
    font-size: 14px;
    color: #1a0638;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 12px;
}
.detail-meta-block div:last-child {
    margin-bottom: 0;
}
.detail-meta-block strong {
    display: block;
    font-size: 12px;
    color: #8c76ac;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

/* Symmetrical Product Grid Overrides */
.detail-grid-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.detail-grid-table th {
    background-color: #fcf8ff;
    color: #8c76ac;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 10px;
    border-bottom: 2px solid #dcd1e8;
    text-align: center;
}
.detail-grid-table td {
    padding: 14px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f1ebf7;
    color: #1a0638;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.detail-grid-table tfoot th, .detail-grid-table tfoot td {
    padding: 12px 10px;
    background-color: #fcf8ff;
    border-bottom: 1px solid #dcd1e8;
    font-weight: 700;
}

/* Decorative Status Elements */
.detail-pill-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.detail-badge-pending { background-color: #eff6ff; border: 1px solid #bfdbfe; color: #2563eb; }
.detail-badge-approved { background-color: #f0fdf4; border: 1px solid #bbf7d0; color: #16a34a; }
.detail-badge-failed { background-color: #fef2f2; border: 1px solid #fecaca; color: #dc2626; }

.detail-grey-pill {
    background-color: #fcf8ff;
    border: 1px solid #dcd1e8;
    padding: 6px 14px;
    border-radius: 8px;
    display: inline-block;
    font-family: monospace;
    font-weight: 700;
}
.detail-btn-back {
    background: #ffffff;
    border: 2px solid #dcd1e8;
    color: #1a0638;
    padding: 12px 35px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    transition: background-color 0.2s, border-color 0.2s;
}
.detail-btn-back:hover {
    border-color: #8a2be2;
    background-color: #fcf8ff;
    color: #8a2be2;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .detail-sidebar-col, .detail-main-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .detail-sidebar-col {
        margin-bottom: 25px;
    }
    .detail-meta-grid {
        grid-template-columns: 100%;
        gap: 15px;
    }
}

/* Core Structural Layout Configurations */
.win-panel-wrapper {
    width: 100%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.win-flex-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.win-sidebar-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}
.win-main-col {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Modern Transaction Panel Card Layouts */
.win-card-panel {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(26, 6, 56, 0.05);
    margin-bottom: 30px;
    box-sizing: border-box;
}
.win-card-panel h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a0638;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Symmetrical Matrix Representation Data Grid Overrides */
.win-grid-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.win-grid-table th {
    background-color: #fcf8ff;
    color: #8c76ac;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 10px;
    border-bottom: 2px solid #dcd1e8;
    text-align: center;
}
.win-grid-table td {
    padding: 14px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f1ebf7;
    color: #1a0638;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.win-grid-table tr:last-child td {
    border-bottom: none;
}

/* Specific Identity Columns Presentation Anchors */
.win-number-pill {
    background-color: #fcf8ff;
    border: 1px solid #dcd1e8;
    padding: 6px 12px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: monospace;
    font-weight: 700;
    color: #1a0638;
}
.win-number-pill img {
    height: 18px;
    object-fit: contain;
}
.win-ref-link {
    color: #8a2be2 !important;
    font-weight: 700;
    text-decoration: none !important;
}
.win-ref-link:hover {
    text-decoration: underline !important;
}

/* Custom Notification Status Badges Matrix */
.win-pill-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.win-badge-claimed { background-color: #f0fdf4; border: 1px solid #bbf7d0; color: #16a34a; }
.win-badge-unclaim { background-color: #fffbeb; border: 1px solid #fef3c7; color: #d97706; }

/* Responsive adjustments */
@media (max-width: 991px) {
    .win-sidebar-col, .win-main-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .win-sidebar-col {
        margin-bottom: 25px;
    }
}


@media (max-width: 767px){
    .sidebar{
        padding-bottom: 20px;
        margin-bottom: 0px !important;
    }
}
.prize-table-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333333;
    margin-bottom: 30px;
}
.prize-table-sub-title {
    color: #6A00FF;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.btn-row-container {
    display: flex; width: 100%; gap: 10px; margin-bottom: 25px; align-items: stretch;
}
.prize-table-button {
    border: 2px solid rgba(115, 46, 228, 0.5);
    color: rgba(58, 0, 120, 1);
    font-weight: 700;
    font-size: 15px;
    background: white;
    border-radius: 16px;
    padding: 13px;
    box-shadow: -2px 2px 2px 0px rgba(153, 149, 159, 0.3), 2px 2px 2px 0px rgba(153, 149, 159, 0.3);
    flex: 1; width: 50%; display: flex; align-items: center; justify-content: center; text-align: center; white-space: normal; word-break: break-word;
}
.prize-table-button.active {
    border: 2px white solid;
    background: linear-gradient(90deg, #3A0078 0%, #FF007A 50%, #FFA200 100%);
    color: white;
}

.top-cards-row {
    display: flex; gap: 20px; margin-bottom: 40px; justify-content: center; flex-wrap: wrap;
}
.prize-card {
    flex: 1; min-width: 300px; background: #ffffff; border-radius: 24px; box-shadow: 0 10px 25px rgba(0,0,0,0.06); overflow: hidden; max-width: 343px;
}
.card-header-base {
    position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 12px 20px; min-height: 110px;
}
.bg-grad-1 { background: linear-gradient(90deg, #3A0078 0%, #FF007A 100%); }
.bg-grad-2 { background: linear-gradient(90deg, #FF007A 0%, #DA3E24 100%); }
.bg-grad-3 { background: linear-gradient(90deg, #D93D24 0%, #F09F18 100%); }

.card-trophy-img {
    position: absolute; left: 8px; bottom: 10px; height: 90px; width: auto; object-fit: contain;
}
.card-badge-wrap {
    display: flex; flex-direction: column; align-items: center; justify-content: center; margin-left: 30px;
}
.card-badge-img { height: 60px; width: auto; margin-bottom: 2px; }
.card-badge-title { font-size: 20px; font-weight: 800; color: #ffffff; letter-spacing: 0.5px; }

.card-payout-row {
    display: flex; justify-content: space-around; padding: 22px 18px; text-align: center; background: #fff;
}
.card-payout-col { flex: 1; }
.card-payout-label { font-size: 12px; color: #000; font-weight: 700; margin-bottom: 8px; }
.card-val-big { font-size: 32px; font-weight: 800; color: #6A00FF; }
.card-val-small { font-size: 32px; font-weight: 800; color: #FFA200; }
.card-payout-divider { border-left: 1px solid #eaeaea; margin: 5px 0; }

.table-card {
    border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); overflow: hidden; background: #fff; margin-bottom: 20px;
}
.table-wrapper-box {
    border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); overflow: hidden; background: #fff;
}
.ibox-title-banner {
    background: linear-gradient(90deg, #3A0078 0%, #FF007A 50%, #FFA200 100%); 
    color: #ffffff; font-weight: 700; font-size: 16px; padding: 18px; text-align: center; letter-spacing: 0.5px;
}
.prize-table-element {
    width: 100%; border-collapse: collapse !important; background-color: #ffffff; margin-bottom: 20px;
}
.prize-table-cell {
    padding: 16px 12px !important; font-size: 14px; line-height: 1.5; text-align: center !important; vertical-align: middle !important; border: 1px solid #eaeaea !important;
}
.prize-table-text-bold { font-weight: 700; }
.prize-table-muted-dash { color: #bbbbbb; }
tbody .prize-table-cell { color: #000000 !important; }

.bg-white-purple { background: #ffffff; color: #6A00FF; }
.th-primary { border: none; font-weight: 700; font-size: 16px; padding: 18px; }

.prize-table-row-even { background-color: #f9f5ff !important; } /* Very light purple */
.prize-table-row-odd { background-color: #ffffff !important; }

.prize-table-cell {
    padding: 16px 12px !important;
    font-size: 14px;
    line-height: 1.5;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #eaeaea !important;
}

.prize-table-button {
    border: 2px solid rgba(115, 46, 228, 0.5);
    color: rgba(58, 0, 120, 1);
    font-weight: 700;
    font-size: 15px;
    background: white;
    border-radius: 16px;
    padding: 13px;
    box-shadow: -2px 2px 2px 0px rgba(153, 149, 159, 0.3), 2px 2px 2px 0px rgba(153, 149, 159, 0.3);
}
.prize-table-button.active {
    border: 2px white solid;
    background: linear-gradient(90deg, #3A0078 0%, #FF007A 50%, #FFA200 100%);
    color: white;
}

.table-card {
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); 
    overflow: hidden; 
    background: #fff;
    margin-bottom: 20px;
}

.ibox-title-banner {
    background: linear-gradient(90deg, #3A0078 0%, #FF007A 50%, #FFA200 100%); 
    color: #ffffff;
    font-weight: 700; 
    font-size: 16px; 
    padding: 18px; 
    text-align: center;
    letter-spacing: 0.5px;
}

.ibox-table-grid { display: block; width: 100%; }
.ibox-sub-table-wrapper { width: 100%; border-collapse: collapse; }
.th-ibox-perm { border: 1px solid #eaeaea; font-weight: 700; width: 40%; }
.th-ibox-val { border: 1px solid #eaeaea; text-align: center; font-size: 16px; }
.tr-ibox-header { background: #ffffff; color: #6A00FF; font-size: 13px; border-bottom: 1px solid #eaeaea; }
.th-ibox-prize { font-weight: 600; border-right: 1px solid #eaeaea; padding-left: 12px; }
.th-ibox-col { font-weight: 700; text-align: center; border-right: 1px solid #eaeaea; }
.td-ibox-prize { padding-left: 12px; border-right: 1px solid #eaeaea; }
.td-ibox-big { text-align: center; border-right: 1px solid #eaeaea; font-weight: 500; }
.td-ibox-small { text-align: center; color: #FF007A; font-weight: 600; }

@media (max-width: 767px) {
    .ibox-sub-table-wrapper { display: table; margin-bottom: 15px; border-bottom: 5px solid #f1f1f1; }
    .ibox-sub-table-wrapper:last-child { border-bottom: none; margin-bottom: 0; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ibox-table-grid { display: flex; flex-wrap: wrap; }
    .ibox-sub-table-wrapper { display: table; width: 50% !important; }
    .ibox-sub-table-wrapper:nth-child(odd) { border-right: 1px solid #eaeaea; }
    .ibox-sub-table-wrapper:nth-child(1), .ibox-sub-table-wrapper:nth-child(2) { border-bottom: 2px solid #eaeaea; }
}
@media (min-width: 992px) {
    .ibox-table-grid { display: flex; flex-wrap: nowrap; }
    .ibox-sub-table-wrapper { display: table; width: 25% !important; border-right: 1px solid #eaeaea; }
    .ibox-sub-table-wrapper:last-child { border-right: none; }
}

.small-padding-container {
    padding: 0px 15px;
}

.info-footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 2px solid #EAE0F4;
    border-radius: 16px;
    padding: 15px;
    margin-top: 30px;
    gap: 20px;
    flex-wrap: wrap;
}

.info-footer-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1;
    min-width: 250px;
    box-sizing: border-box;
    border-right: 2px dashed #D6CBE2;
    padding-right: 10px;
}
.info-footer-item:last-child {
    border-right: none;
    padding-right: 0;
}

.info-footer-item img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    flex-shrink: 0;
}

.info-footer-text {
    font-size: 14px;
    font-weight: 700;
    color: #444444;
    line-height: 1.5;
    text-align: left;
}

@media (max-width: 991px) {
    .info-footer-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 25px;
        gap: 25px;
    }
    .info-footer-item {
        justify-content: flex-start;
        width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 2px dashed #D6CBE2;
        padding-bottom: 20px;
    }
    .info-footer-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}
html, body {
    height: 100%;
    margin: 0;
}

#customModalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-modal-box {
    max-width: 375px;
    position: relative;
    box-sizing: border-box;
}

.custom-modal-box img {
    display: block;
    max-width: 100%;
    height: auto;
}

.custom-modal-box img.angpao-background {
    width: auto;
    height: 400px;
    margin: 0 auto;
    animation: rotateGlow 20s linear infinite;
}

.custom-modal-box img.angpao {
    position: absolute;
    top: 37%;
    left: 50%;
    height: 165px;
    width: auto;
    max-width: none;
    z-index: 2;
    transform: translate(-50%, -50%) scale(1.0);
    animation: angpaoBreath 0.5s ease-in-out infinite alternate;
}

@keyframes angpaoBreath {
    0% { transform: translate(-50%, -50%) scale(1.0); }
    100% { transform: translate(-50%, -50%) scale(1.1); }
}

@media(min-width: 992px){
    .custom-modal-box img.angpao-background {
        height:450px;
    }
    .custom-modal-box img.angpao {
        height:200px;
    } 
}