.elementor-32 .elementor-element.elementor-element-49d6ece{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-32 .elementor-element.elementor-element-49d6ece:not(.elementor-motion-effects-element-type-background), .elementor-32 .elementor-element.elementor-element-49d6ece > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCFCFC;}.elementor-32 .elementor-element.elementor-element-b5b16d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-32 .elementor-element.elementor-element-6cf4470 .elementor-button{background-color:#FFFFFF00;font-family:"Noto Sans Lao", Sans-serif;font-weight:500;fill:#292929;color:#292929;}.elementor-32 .elementor-element.elementor-element-6cf4470 > .elementor-widget-container{border-style:solid;border-width:0px 0px 1px 0px;border-color:#ADADAD;}.elementor-32 .elementor-element.elementor-element-6cf4470 .elementor-button:hover, .elementor-32 .elementor-element.elementor-element-6cf4470 .elementor-button:focus{color:#F80000;}.elementor-32 .elementor-element.elementor-element-6cf4470 .elementor-button:hover svg, .elementor-32 .elementor-element.elementor-element-6cf4470 .elementor-button:focus svg{fill:#F80000;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-32 .elementor-element.elementor-element-a433b0d .elementor-button{background-color:#FFFFFF00;font-family:"Noto Sans Lao", Sans-serif;font-weight:500;fill:#292929;color:#292929;}.elementor-32 .elementor-element.elementor-element-a433b0d > .elementor-widget-container{border-style:solid;border-width:0px 0px 1px 0px;border-color:#ADADAD;}.elementor-32 .elementor-element.elementor-element-a433b0d .elementor-button:hover, .elementor-32 .elementor-element.elementor-element-a433b0d .elementor-button:focus{color:#F80000;}.elementor-32 .elementor-element.elementor-element-a433b0d .elementor-button:hover svg, .elementor-32 .elementor-element.elementor-element-a433b0d .elementor-button:focus svg{fill:#F80000;}.elementor-32 .elementor-element.elementor-element-4fcb5bd{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-32 .elementor-element.elementor-element-2231810.elementor-element{--align-self:flex-end;}.elementor-32 .elementor-element.elementor-element-bafb448{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-32 .elementor-element.elementor-element-39e5f16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-32 .elementor-element.elementor-element-39e5f16:not(.elementor-motion-effects-element-type-background), .elementor-32 .elementor-element.elementor-element-39e5f16 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D30017D;}.elementor-32 .elementor-element.elementor-element-86a2dc6 img{width:100%;}.elementor-32 .elementor-element.elementor-element-3d8aadf{--display:flex;}body.elementor-page-32:not(.elementor-motion-effects-element-type-background), body.elementor-page-32 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCFCFC;}@media(max-width:1024px){.elementor-32 .elementor-element.elementor-element-4fcb5bd{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-32 .elementor-element.elementor-element-b5b16d3{--width:50%;}.elementor-32 .elementor-element.elementor-element-bafb448{--width:50%;}}@media(max-width:767px){.elementor-32 .elementor-element.elementor-element-4fcb5bd{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-e8027f8 */@import url('https://fonts.googleapis.com/css2?family=Boonhome&family=Noto+Sans+Lao:wght@400;600;700;800&display=swap');

.custom-container {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 30px auto;
    border: none;
    border-radius: 24px;
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(2, 44, 34, 0.08);
    overflow: hidden;
    font-family: 'BoonHome', 'Noto Sans Lao', sans-serif;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-container:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(2, 44, 34, 0.12);
}

.custom-header {
    background: linear-gradient(135deg, #064e3b, #022c22);
    color: #ffffff;
    padding: 24px 20px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 4px solid #eab308;
}

.custom-flag-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px;
    border-radius: 50%;
    border: 1.5px solid #eab308;
    margin-right: 16px;
}

.custom-flag {
    width: 42px;
    height: 42px;
    display: block;
}

.custom-title-block {
    text-align: left;
}

.custom-title-block strong {
    display: block;
    font-size: 21px;
    font-weight: 700;
    color: #fef08a;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.custom-title-block span {
    display: block;
    font-size: 13px;
    color: #a7f3d0;
    margin-top: 4px;
    font-weight: 500;
}

.custom-body {
    padding: 26px 20px;
    background: linear-gradient(to bottom, #f0fdf4, #ffffff);
}

.custom-section-title {
    font-size: 13px;
    font-weight: 700;
    color: #047857;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-align: center;
}

.custom-numbers {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
}

.custom-numbers div {
    background: linear-gradient(180deg, #ffffff, #fef9c3);
    color: #064e3b;
    border: 2px solid #f59e0b;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    font-weight: 800;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 12px rgba(217, 119, 6, 0.15);
    transition: all 0.15s ease;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e8f0;
}

.custom-table th {
    background-color: #064e3b;
    color: #fef9c3 !important;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 16px !important;
    text-align: center;
}

.custom-table td {
    padding: 15px 16px !important;
    text-align: center;
    font-size: 15px;
    color: #1e293b !important;
    border-bottom: 1px solid #f1f5f9;
}

.custom-table tbody tr:last-child td {
    border-bottom: none;
}

.custom-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.custom-table td:first-child {
    font-weight: 600;
    color: #475569 !important;
    text-align: left;
    padding-left: 24px !important;
}

.custom-table td:last-child {
    font-weight: 700;
    font-size: 18px;
    color: #0f172a !important;
    text-align: right;
    padding-right: 24px !important;
}

.custom-table .highlight-prize {
    color: #dc2626 !important;
    font-size: 20px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

@media (max-width: 480px) {
    .custom-container {
        margin: 15px auto;
        border-radius: 20px;
    }
    .custom-header {
        padding: 18px 16px;
    }
    .custom-title-block strong {
        font-size: 18px;
    }
    .custom-numbers {
        gap: 8px;
    }
    .custom-numbers div {
        width: 46px;
        height: 46px;
        font-size: 28px;
    }
    .custom-table td:first-child {
        padding-left: 16px !important;
    }
    .custom-table td:last-child {
        padding-right: 16px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-014ac53 */@import url('https://fonts.googleapis.com/css2?family=Boonhome&family=Noto+Sans+Lao:wght@400;600;700;800&display=swap');

#history-container {
    font-family: 'Boonhome', 'Noto Sans Lao', sans-serif;
   
    margin: 30px auto;
    padding: 24px;
    background-color: #ffffff;
    border: none;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(2, 44, 34, 0.08);
    box-sizing: border-box;
    transition: all 0.3s ease;
}

#history-container:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(2, 44, 34, 0.12);
}

.history-title-text {
    font-size: 18px;
    font-weight: 700;
    color: #022c22;
    margin-bottom: 18px;
    text-align: left;
    border-left: 4px solid #eab308;
    padding-left: 12px;
    line-height: 1.4;
}

.table-responsive-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #bbf7d0;
    border-radius: 16px;
}

.table-responsive-wrapper::-webkit-scrollbar {
    height: 6px;
}

.table-responsive-wrapper::-webkit-scrollbar-track {
    background: #f0fdf4;
}

.table-responsive-wrapper::-webkit-scrollbar-thumb {
    background: #eab308;
    border-radius: 10px;
}

#history-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px;
    background-color: #ffffff;
}

#history-table th, 
#history-table td {
    padding: 15px 12px;
    text-align: center;
    font-size: 15px;
}

#history-table th {
    background: linear-gradient(135deg, #064e3b, #022c22);
    color: #fef9c3;
    font-weight: 600;
    border: none;
}

#history-table td {
    color: #1e293b;
    border-bottom: 1px solid #f0fdf4;
    white-space: nowrap;
}

#history-table tbody tr:last-child td {
    border-bottom: none;
}

#history-table tbody tr:nth-child(even) {
    background-color: #fcfdfc;
}

#history-table tbody tr:hover td {
    background-color: #dcfce7;
    color: #064e3b;
}

#history-table td:first-child {
    font-weight: 600;
    color: #022c22;
}

#history-table td:nth-child(2) {
    font-weight: 700;
    color: #047857;
}

@media (max-width: 480px) {
    #history-container {
        padding: 18px;
        margin: 15px auto;
        border-radius: 20px;
    }
    .history-title-text {
        font-size: 16px;
    }
    #history-table th, 
    #history-table td {
        padding: 12px 8px;
        font-size: 14px;
    }
}/* End custom CSS */