| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771 |
- /* -------------------------------- home -----------------------------------------*/
- /*:root {
- --main-color: #EE0033;
- --background-color-1: #eef5fb;
- --star-color: #ffc911;
- }*/
- /*:root {
- --main-color: #F36F21;
- --background-color-1: #eef5fb;
- --star-color: #ffc911;
- }*/
- :root {
- --main-color: #FF3211;
- --background-color-1: #eef5fb;
- --star-color: #ffc911;
- }
- .header-img-main-retangle-above {
- width: 100%;
- height: 150px;
- }
- .header-img-main-retangle {
- width: 100%;
- height: 100px;
- }
- .header-img-ellipse-1 {
- position: fixed;
- top: 125px;
- left: 20px;
- }
- .header-img-ellipse-2 {
- position: fixed;
- top: -40px;
- right: 0px;
- }
- .header-img-ellipse-3 {
- position: fixed;
- top: 65px;
- right: 0px;
- }
- .header-img-ellipse-4 {
- position: fixed;
- top: 115px;
- }
- .text-color-white {
- color: white !important;
- font-size: 16px;
- }
- .text-color-white a {
- color: white !important;
- }
- .text-cash {
- color: var(--main-color);
- }
- /* Red border */
- hr.new1 {
- border-top: 1px solid var(--main-color);
- margin: 0 10px;
- }
- /* Dashed red border */
- hr.new2 {
- border-top: 1px dashed gray;
- margin: 10px 0px 15px 0px;
- }
- /* Dotted red border */
- hr.new3 {
- border-top: 1px dotted var(--main-color);
- margin: 10px 0px 15px 0px;
- }
- /* Thick red border */
- hr.new4 {
- border: 1px solid var(--main-color);
- margin: 0 10px;
- }
- hr.line-2 {
- border: 1px solid #F0F0F0;
- top: 10px;
- position: relative;
- }
- hr.line-3 {
- border: 1px solid #F0F0F0;
- position: relative;
- margin-top: 7px;
- margin-bottom: 7px;
- }
- /* Large rounded green border */
- hr.new5 {
- border: 10px solid var(--main-color);
- border-radius: 5px;
- margin: 0 10px;
- }
- .button-box-animation {
- /* overflow: hidden;
- height: 100%;
- position: relative;*/
- /*border-right: 2px solid #EFF0F3;*/
- /* margin-bottom: 10px; */
- margin: auto;
- color: #1890FF;
- cursor: pointer;
- }
- /* .button-box-animation:after {
- content: "";
- background: gray;
- display: block;
- position: absolute;
- padding-top: 100%;
- padding-left: 100%;
- margin-left: -20px !important;
- margin-top: -100%;
- opacity: 0;
- transition: all 0.8s
- }
- .button-box-animation:active:after {
- padding: 0;
- margin: 0;
- opacity: 1;
- transition: 0s
- }
- */
- .button-box-animation-v1 {
- overflow: hidden;
- height: 100%;
- position: relative;
- /*background-color: transparent;*/
- }
- .button-box-animation-v1:after {
- content: "";
- /*background: gray;*/
- display: block;
- position: absolute;
- padding-top: 100%;
- padding-left: 100%;
- margin-left: -20px !important;
- margin-top: -100%;
- opacity: 0;
- transition: all 0.8s
- }
- .button-box-animation-v1:active:after {
- padding: 0;
- margin: 0;
- opacity: 1;
- transition: 0s
- }
- .time-container {
- /*padding: 0px 5px;*/
- text-align: center;
- }
- .time-container .time-box {
- color: black;
- border-radius: 5px;
- background: white;
- /* vertical-align: middle; */
- /* top: 9px; */
- /* margin-top: 2px; */
- margin: 5px;
- height: 40px;
- width: 40px;
- }
- .time-container .time-box h6 {
- font-size: 0.8rem;
- margin: 0;
- }
- .item-box {
- display: inline-block;
- color: var(--main-color);
- text-align: center;
- text-decoration: none;
- margin: 0px 2px;
- /* border-left: 1px solid gray; */
- vertical-align: middle;
- }
- .item-box a {
- border-radius: 10px;
- border: 1px solid #F0F0F0;
- border-radius: 10px;
- height: 40px;
- min-width: 80px;
- padding-top: 8px;
- }
- .item-box-large {
- display: inline-block;
- color: var(--main-color);
- text-align: center;
- text-decoration: none;
- margin: 0px 2px;
- /* border-left: 1px solid gray; */
- vertical-align: middle;
- }
- .item-box-large a {
- border-radius: 10px;
- border: 1px solid #F0F0F0;
- border-radius: 10px;
- height: 40px;
- min-width: 80px;
- height: 60px;
- width: 140px;
- top: 10px;
- padding-top: 15px;
- }
- .data-input-line {
- background: url(bg-dot.jpg) repeat-x center bottom;
- background-color: transparent;
- /* color: #eeeeee; */
- outline: none;
- outline-style: none !important;
- border-top: none !important;
- border-left: none !important;
- border-right: none !important;
- border-bottom: solid #eeeeee 1px !important;
- padding: 3px 10px !important;
- }
- .resent-tran {
- padding: 0 5px;
- text-align: center;
- }
- .resent-tran a {
- color: red;
- }
- .confirm-tran {
- padding: 0 5px;
- text-align: center;
- }
- .confirm-tran a {
- color: var(--main-color);
- font-weight: 600;
- }
- .cancel-tran {
- padding: 0 5px;
- text-align: center;
- }
- .cancel-tran a {
- color: black;
- }
- .text-box-row {
- margin: 5px 0px;
- }
- .text-end-bold {
- text-align: end;
- font-weight: 800;
- }
- .text-start {
- text-align: start;
- }
- .text-bold {
- font-weight: 700;
- line-height: 2rem;
- }
- .text-margin-10 {
- margin: 10px 0;
- }
- .scroll-box-margin {
- margin: 5px 0
- }
- .button-style-3 {
- background: #1890FF;
- color: white;
- border: 1px solid #1890FF;
- height: 40px;
- border-radius: 10px;
- font-size: 12px;
- }
- .text-style-start-2 {
- text-align: start;
- }
- .text-style-end-2 {
- text-align: end;
- }
- .text-style-start-3 {
- text-align: start;
- font-size: 18px;
- color: #000;
- font-weight: 800;
- }
- .text-style-end-3 {
- text-align: end;
- font-weight: 800;
- color: #FF3211;
- font-size: 18px;
- }
- .tabs-style {
- position: relative;
- /*min-height: 200px;*/ /* This part sucks */
- margin: 15px 0;
- color: #F0F0F0;
- font-weight: bold;
- padding: 5px;
- }
- .tab-style {
- float: left;
- padding: 0;
- text-align: center;
- height: auto;
- padding: 8px 0;
- }
- .tab-style label {
- text-align: center;
- color: #fff;
- font-size: 15px;
- font-weight: bold;
- margin: 0;
- text-transform: uppercase;
- }
- .tab-style [type=radio] {
- display: none;
- }
- .content-style {
- position: absolute;
- top: -1px;
- left: 0;
- right: 0;
- bottom: 0;
- /*padding: 20px;*/
- border-top: 1px solid #ccc;
- -webkit-transition: opacity .6s linear;
- opacity: 0;
- }
- [type=radio]:checked ~ label {
- border-bottom: 2px solid var(--main-color);
- z-index: 2;
- padding-bottom: 4px;
- }
- [type=radio]:checked ~ label ~ .content {
- z-index: 1;
- opacity: 1;
- }
- .wrapper-style-3 {
- /*max-width: 50rem;*/
- width: 100%;
- margin: 0 auto;
- }
- .tabs-style-2 {
- position: relative;
- background: #fff;
- font-size: 15px;
- height: 32px;
- font-weight: bold;
- }
- .tabs-style-2::before,
- .tabs-style-2::after {
- content: "";
- display: table;
- }
- .tabs-style-2::after {
- clear: both;
- }
- .tabs-style-3 {
- position: relative;
- /*margin: 3rem 0;*/
- background: #0A328C;
- /*background: linear-gradient(90.24deg, #0A328C 11.23%, rgba(26, 72, 177, 0.695417) 103.44%, rgba(38, 90, 207, 0.453125) 115.57%, rgba(10, 50, 140, 0) 134.87%);*/
- /*height: 14.75rem;*/
- font-size: 15px;
- height: 40px;
- font-weight: bold;
- }
- .tabs-style-3::before,
- .tabs-style-3::after {
- content: "";
- display: table;
- }
- .tabs-style-3::after {
- clear: both;
- }
- .tab-style-3 {
- float: left;
- }
- .tab-style-2 {
- float: left;
- text-align: center;
- padding: 0px;
- }
- .tab-switch-style-3 {
- display: none;
- }
- .tab-label-style-2 {
- position: relative;
- display: block;
- height: 32px;
- line-height: 32px;
- padding: 0 1.618em;
- border-bottom: 1px solid #B4B4B4;
- color: #B4B4B4;
- cursor: pointer;
- top: 0;
- transition: all 0.25s;
- margin-bottom: 0;
- }
- .tab-label-style-2.active-tab {
- border-bottom-color: #EE0033;
- }
- .tab-label-style-2:hover {
- top: -0.25rem;
- transition: top 0.25s;
- }
- .tab-label-style-3 {
- position: relative;
- display: block;
- line-height: 2.75em;
- /*height: 3em;*/
- padding: 0 1.618em;
- /*border-right: 0.125rem solid #16a085;*/
- color: #fff;
- cursor: pointer;
- top: 0;
- transition: all 0.25s;
- margin-bottom: 0;
- }
- .tab-label-style-3:hover {
- top: -0.25rem;
- transition: top 0.25s;
- }
- .tab-content-style-3 {
- height: 12rem;
- position: absolute;
- z-index: 1;
- top: 2.75em;
- left: 0;
- padding: 1.618rem;
- background: #fff;
- color: #2c3e50;
- border-bottom: 0.25rem solid #bdc3c7;
- opacity: 0;
- transition: all 0.35s;
- }
- .tab-switch-style-3:checked + .tab-label-style-3 {
- /* background: #fff; */
- color: #F4CF0E;
- border-bottom: 0;
- /* border-right: 0.125rem solid #fff; */
- transition: all 0.35s;
- z-index: 1;
- top: -0.0625rem;
- margin-bottom: 0;
- padding-bottom: 0px;
- }
- .tab-switch-style-3:checked + label + .tab-content-style-3 {
- z-index: 2;
- opacity: 1;
- transition: all 0.35s;
- }
- .button-style-4 {
- background: linear-gradient(90.24deg, #0A328C 11.23%, rgba(26, 72, 177, 0.695417) 103.44%, rgba(38, 90, 207, 0.453125) 115.57%, rgba(10, 50, 140, 0) 134.87%);
- color: white;
- border: none;
- height: 40px;
- border-radius: 10px;
- }
- .small-input-box {
- padding: 5px !important;
- height: 35px;
- }
- .result-date-box {
- padding: 0 2px;
- border-radius: 10px;
- width: 40%;
- display: inline-block;
- }
- .result-date-box-button {
- /*padding: 0 2px;
- border-radius: 10px;
- width: 19%;
- display: inline-block;
- position: absolute;
- margin-top: 27px;*/
- width: 100%;
- padding: 0 30px;
- }
- .result-date-box-button .btn-search-result {
- background-color: #FF3211;
- border-radius: 20px;
- height: 40px;
- color: #fff;
- font-size: 14px;
- width: 100%;
- }
- /*.active {
- background-color: #F0F0F0;
- border: 1px solid var(--main-color) !important;
- }*/
- .active-tab {
- color: var(--main-color);
- }
- .error-note-line {
- color: red;
- border-bottom: 1px solid red !important;
- border-radius: 0px;
- }
- .error-note-box {
- color: red;
- border: 1px solid red !important;
- }
- label a {
- /*color: lightslategray;*/
- color: inherit !important;
- }
- .image-w-24 {
- width: 24px;
- }
- .image-w-30 {
- width: 30px;
- }
- .image-w-35 {
- width: 35px !important;
- }
- .image-w-71 {
- width: 71px !important;
- }
- .image-w-80 {
- width: 80px !important;
- }
- .image-w-78 {
- width: 78px !important;
- }
- .image-w-80 {
- width: 80px !important;
- }
- .image-w-84 {
- width: 84px !important;
- }
- /*
- .ticket-buy-number {
- font-size: 2em;
- }
- .ticket-buy-number,.ticket-buy-number::-webkit-input-placeholder {
- font-size: 20px;
- }
- */
- .box-coin-choose {
- text-align: center;
- height: 40px;
- border-radius: 10px;
- border: 1px solid #ECEFF1;
- padding-top: 7px;
- font-size: 16px;
- margin: 10px 0;
- }
- .label-input-data {
- width: 100%;
- height: 100%;
- z-index: 100000;
- position: absolute;
- left: 0;
- }
- .buy-ticket-button {
- background: radial-gradient(140.28% 627.39% at 50% 50%, #F4CF0E 0%, rgba(244, 207, 14, 0) 100%) !important;
- }
- .faq-container {
- margin: 20px;
- }
- .faq-question {
- cursor: pointer;
- }
- .faq-question.active {
- color: #494747;
- padding-bottom: 10px;
- }
- .faq-start-box {
- }
- .faq-start-box p {
- margin:0;
- }
- .faq-end-box {
- text-align: end;
- }
- .faq-container-content {
- margin-top: 20px;
- font-family: "Nunito", sans-serif;
- }
- .faq-container-img {
- text-align: center;
- }
- .nav-left {
- display: inline-block;
- border-radius: 100px;
- height: 30px;
- width: 30px;
- margin: auto;
- }
- .nav-left i {
- margin: auto;
- top: 10px;
- width: 100%;
- text-align: center;
- vertical-align: -webkit-baseline-middle;
- color: white;
- }
- .nav-page {
- display: inline-block;
- vertical-align: -webkit-baseline-middle;
- }
- .nav-right {
- display: inline-block;
- border-radius: 100px;
- height: 30px;
- width: 30px;
- margin: auto;
- }
- .nav-right i {
- margin: auto;
- top: 10px;
- width: 100%;
- text-align: center;
- vertical-align: -webkit-baseline-middle;
- color: white;
- }
- .nav-active {
- background: linear-gradient(182.09deg, pink 45.77%, rgba(188, 70, 70, 0.704875) 127.71%, rgba(213, 19, 19, 0.541667) 166.12%, rgba(255, 0, 0, 0) 185.46%);
- }
- .nav-not-active {
- background: linear-gradient(182.09deg, pink 45.77%, rgba(188, 70, 70, 0.704875) 127.71%, rgba(213, 19, 19, 0.541667) 166.12%, rgba(255, 0, 0, 0) 185.46%);
- pointer-events: none;
- opacity: 0.4;
- }
- .text-white {
- color: white;
- }
- .text-main-color {
- color: var(--main-color);
- }
- .button-choose-box {
- margin: 5px 0;
- }
- .red-box {
- border: 1px solid red !important;
- border-radius: 10px;
- }
- .inactive {
- pointer-events: none;
- opacity: 0.4;
- }
- .text-w-80-main-color {
- font-weight: 900;
- color: var(--main-color);
- }
- .text-main-color {
- color: var(--main-color);
- }
|