.dream-interpretation-page .form-control,.lottery-history-page .form-control{background-color:var(--lottery-history-page-form-control-bg,var(--default-lottery-input-bg));color:var(--lottery-history-page-form-control-color,var(--default-lottery-input-color));border:none;font-size:var(--normal-font)}.dream-interpretation-page .btn-primary{border:0;background-color:var(--dream-interpretation-page-btn-bg,var(--default-dream-interpretation-page-btn-bg));font-size:var(--normal-font);padding:10px 0}.dream-interpretation-page .table thead th,.lottery-history-page .table thead th{background-color:var(--lottery-page-table-heading-bg,var(--default-lottery-page-table-heading-bg));color:var(--lottery-page-table-heading-color,var(--default-lottery-page-table-heading-color));border-color:var(--dream-interpretation-page-table-header-border,var(--default-lottery-page-table-body-border));font-size:var(--normal-font)}.dream-interpretation-page .table thead th:nth-child(3){min-width:100px}.dream-interpretation-page .table-striped>tbody>tr>td,.lottery-history-page .table-striped>tbody>tr>td{border-color:var(--lottery-page-table-body-border,var(--default-lottery-page-table-body-border));color:var(--lottery-page-table-body-color,var(--default-lottery-page-table-body-color));font-size:var(--normal-font)}.dream-interpretation-page .table-striped>tbody>tr:nth-child(odd)>td,.dream-interpretation-page .table-striped>tbody>tr:nth-child(odd)>th,.lottery-history-page .table-striped>tbody>tr:nth-child(odd)>td,.lottery-history-page .table-striped>tbody>tr:nth-child(odd)>th{background-color:var(--lottery-page-table-body-odd-bg,var(--default-lottery-page-table-body-odd-bg));border-color:var(--dream-interpretation-page-table-body-tr-odd-border,var(--default-lottery-page-table-body-border))}.dream-interpretation-page .table-striped>tbody>tr:nth-child(even)>td,.dream-interpretation-page .table-striped>tbody>tr:nth-child(even)>th,.lottery-history-page .table-striped>tbody>tr:nth-child(even)>td,.lottery-history-page .table-striped>tbody>tr:nth-child(even)>th{background-color:var(--lottery-page-table-body-even-bg,var(--default-lottery-page-table-body-even-bg));border-color:var(--dream-interpretation-page-table-body-tr-even-border,var(--default-lottery-page-table-body-border))}.lottery-history-page .table-striped>tfoot{display:none}.dream-interpretation-search-container{background-color:var(--dream-interpretation-search-cntr-bg,var(--default-dream-interpretation-search-cntr-bg));margin:0 0 15px 0;padding:10px;border-radius:5px}.dream-interpretation-search-container section{display:flex;justify-content:space-between}.dream-interpretation-search-container section select{flex-basis:calc((100% - 10px)/2);font-weight:600}.dream-interpretation-search-container input{margin:10px 0;padding-right:35px}.dream-interpretation-search-container button{width:100%}.dream-interpretation-search-container>div{position:relative}.dream-interpretation-search-container>div i{position:absolute;top:50%;right:10px;transform:translateY(-50%);color:var(--dream-interpretation-search-cntr-input-icon-color,var(--default-input-color))}.lottery-history-filter-container{display:flex;flex-direction:column;padding:10px;border-radius:5px;background-color:var(--lottery-history-filter-cntr-bg,var(--default-lottery-history-filter-bg))}.lottery-history-filter-container .filter-form-container{display:flex;flex-direction:column}.lottery-history-filter-container .filter-form-container>div{flex:1}.lottery-history-filter-container label{color:var(--lottery-history-filter-cntr-label-color,var(--default-lottery-history-filter-label-color));font-weight:700}.lottery-history-filter-container select,.lottery-history-filter-container input{margin-right:10px;background-color:var(--lottery-history-filter-cntr-input-bg,var(--default-input-bg));color:var(--lottery-history-filter-cntr-input-color,var(--default-input-color));border-color:var(--lottery-history-filter-cntr-input-bg,var(--default-input-border))}.lottery-history-filter-container h4{color:var(--lottery-history-filter-cntr-h4-color,var(--default-lottery-history-filter-color));font-weight:700}.lottery-history-filter-container select{display:block}.lottery-history-filter-container input{padding-left:35px;padding-top:10px;width:100%}.lottery-history-filter-container .filter-form-container div:last-child{position:relative}.lottery-history-filter-container .filter-form-container div:last-child i{position:absolute;top:50%;left:15px;transform:translateY(-50%);font-weight:700;color:var(--lottery-history-filter-cntr-input-color,var(--default-input-color))}.lottery-history-filter-container .filter-form-container div:last-child i.glyphicon-remove{right:10px;left:unset;cursor:pointer}.lottery-history-filter-container .standard-button-group{margin-bottom:0}.lottery-history-filter-container .standard-button-group .standard-secondary-button{margin-top:0}.game-type-container{background-color:var(--game-type-cntr,var(--default-game-type-cntr-bg));padding:10px 0 0 0}.game-type-container .game-type-title{display:flex;align-items:center;gap:10px;background-color:var(--game-type-cntr-title-bg,var(--default-game-type-cntr-title-bg));margin:0 5px;padding:15px 10px;border-top-left-radius:5px;border-top-right-radius:5px}.game-type-container .game-type-title h1{margin:0;font-size:16px;font-weight:600;color:var(--game-type-cntr-title-color,var(--default-game-type-cntr-title-color))}.lottery-result-list{display:flex;flex-direction:column;align-items:center;gap:10px}.lottery-result-list a{flex-basis:calc((100%/3) - 7px);color:var(--lottery-result-list-a-color,var(--default-lottery-result-list-link-color))}.lottery-number-container{background-color:var(--lottery-number-cntr,var(--default-lottery-number-cntr-bg));padding:10px 0;display:flex;justify-content:center;align-items:center;gap:10px}.lottery-number-container .lottery-number{display:flex;justify-content:center;align-items:center;width:65px;height:65px;font-size:25px;font-weight:700;color:var(--lottery-number-color,var(--default-lottery-number-color));border-radius:50%;background-color:var(--lottery-number-bg,var(--default-lottery-number-bg))}.table-pagination{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:5px;margin-bottom:20px}.table-pagination a{background-color:var(--table-pagination-a-bg,var(--default-pagination-link-bg));color:var(--table-pagination-a-color,var(--default-pagination-link-color));border:1px solid var(--table-pagination-a-border,var(--default-pagination-link-border));border-radius:5px;padding:5px 10px}.table-pagination span.selected{background-color:var(--table-pagination-a-selected-bg,var(--default-pagination-link-selected-bg));color:var(--table-pagination-a-selected-color,var(--default-pagination-link-selected-color));border:1px solid var(--table-pagination-a-selected-border,var(--default-pagination-link-selected-border));border-radius:5px;padding:5px 12px}.lottery-history-table{margin-bottom:10px;color:var(--table-pagination-a-color,var(--default-pagination-link-color))}.lottery-history-table thead tr th{background-color:var(--standard-secondary-button-bg,var(--default-secondary-button-bg));color:var(--standard-button-color,var(--default-button-color))}.lottery-history-table.table-striped>tbody>tr:nth-child(odd)>td,.lottery-history-table.table-striped>tbody>tr:nth-child(odd)>th{background-color:var(--lottery-card-footer-bg,var(--default-lottery-card-header-bg))}.lottery-history-table.table-striped>tbody>tr>td,.lottery-history-table.table-striped>thead>tr>th{text-align:center}.lottery-history-table.table-striped>tbody>tr:nth-child(even)>td,.lottery-history-table.table-striped>tbody>tr:nth-child(even)>th{background-color:var(--lottery-history-number-cntr-bg,var(--default-lottery-number-cntr-bg))}.lottery-history-table.table-striped>tbody>tr>td{vertical-align:middle;padding:8px 2px;font-size:11px}.lottery-history-table .lottery-number-container{background-color:initial;display:block;padding:5px 0}.lottery-history-table .lottery-number-container .lottery-number{display:inline-flex;flex-wrap:nowrap;margin-right:3px;width:23px;height:23px;font-size:14px}.lottery-history-table tfoot{display:none}.last-draw-results-container{padding:10px 0;margin-left:16px;margin-right:16px}.last-draw-results-container .standard-lottery-content{padding:10px 12px}.lottery-search-container{display:flex;align-items:stretch;padding:10px;background-color:#fff;background-color:var(--lottery-search-container-bg,var(--default-dream-interpretation-search-cntr-bg))}.lottery-search-container input{background-color:var(--lottery-search-container-input-bg,var(--default-lottery-input-bg));color:var(--lottery-search-container-input-color,var(--default-lottery-input-color));border:none}.lottery-search-container button{border:none;width:40px;font-size:18px;background-color:var(--lottery-search-container-button-bg,var(--default-dream-interpretation-page-btn-bg));color:var(--lottery-search-container-button-bg,var(--default-button-color))}.standard-lottery-container .provider-results-title{display:flex;justify-content:space-between;align-items:center;padding:16px 0;gap:8px}.standard-lottery-container .provider-results-title .provider-title{display:flex;justify-content:flex-start;align-items:center;gap:8px}.standard-lottery-container .provider-results-title .provider-title img{width:30px;height:30px;object-fit:cover;border-radius:50%}.standard-lottery-container .provider-results-title .provider-title .provider-name{display:flex;flex-direction:column;gap:4px;max-width:calc(100vw - 200px)}.standard-lottery-container .provider-results-title .provider-title .provider-name h1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.standard-lottery-container .provider-results-title .official-market-link{font-size:14px;color:var(--provider-results-official-market-link-color,var(--default-market-link-color));display:flex;gap:5px;font-size:12px}.standard-lottery-container .provider-results-title .official-market-link span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:underline;text-transform:uppercase}.standard-lottery-container .provider-results-title .market-dispatch-link{padding:8px 12px;border-radius:4px;background-color:var(--market-dispatch-link-bg,var(--default-secondary-button-bg));color:#fff}.lottery-history-statistic-container{background-color:var(--lottery-history-statistic-cntr-bg,var(--default-lottery-statistic-bg));padding:15px;border-radius:5px}.lottery-history-statistic-container h5{margin:0 0 10px 0;font-weight:700;color:var(--lottery-history-statistic-cntr-h5-color,var(--default-lottery-statistic-color))}.lottery-history-statistic-container .statistic-list{display:flex;flex-direction:column;gap:10px}.lottery-history-statistic-container .statistic-list .statistic-item{display:flex;justify-content:space-between;align-items:center;gap:10px}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-number{flex-basis:5%;flex-grow:0;flex-shrink:0;text-align:center}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-number>div{display:flex;justify-content:center;align-items:center;width:25px;height:25px;padding:5px;border-radius:50%;font-weight:700;color:#fff}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-number>div[data-number="0"]{background:linear-gradient(to right,#41aaaa,#2c7c7d)}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-number>div[data-number="1"]{background:linear-gradient(to right,#7b23ae,#56137c)}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-number>div[data-number="2"]{background:linear-gradient(to right,#af302f,#7b1918)}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-number>div[data-number="3"]{background:linear-gradient(to right,#bb35a1,#7c1469)}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-number>div[data-number="4"]{background:linear-gradient(to right,#367d99,#1d5366)}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-number>div[data-number="5"]{background:linear-gradient(to right,#3cae91,#247a65)}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-number>div[data-number="6"]{background:linear-gradient(to right,#e28b51,#ac5b27)}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-number>div[data-number="7"]{background:linear-gradient(to right,#d3ac58,#a2853f)}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-number>div[data-number="8"]{background:linear-gradient(to right,#75be45,#4f842c)}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-number>div[data-number="9"]{background:linear-gradient(to right,#294fac,#18347c)}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-percentage{flex-basis:15%;flex-grow:0;flex-shrink:0;font-weight:700;color:var(--lottery-history-statistic-item-percentage-color,var(--default-lottery-statistic-color))}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-progress{flex-basis:calc(80% - 20px);flex-grow:0;flex-shrink:0;position:relative;display:flex;justify-content:center;align-items:center;border-radius:50px;background-color:#ebebeb}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-progress span{z-index:2;font-weight:700;color:#000}.lottery-history-statistic-container .statistic-list .statistic-item .statistic-progress .progress{z-index:1;position:absolute;top:0;left:0;overflow:hidden;height:100%;margin:0;border-radius:50px;background:linear-gradient(to right,#267c20,#5abd34)}.lottery-market-list .view-more-market-button{display:none}