/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');*/ .gLogo { width: 140px; margin: 15px; position: absolute; left: 0; } .gLogo img { height: auto; width: 100%; } *, ::after, ::before { -webkit-box-sizing: border-box; box-sizing: border-box; } .clr { clear: left; } html, body { margin: 0; padding: 0; overflow: auto; } body { font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #fff; background-color:black; } .clear { clear: both; } .header_left { float: left; width: 120px; min-height: 1px; } .header_right { width: 120px; min-height: 1px; float: right; } .header_center { display: inline-block; margin: 0 auto; width: 50%; } .langSelect { text-align: right; position: relative; } .langSelect img { width: 28px; display: inline-block; vertical-align: middle; margin-left: 13px; cursor: pointer; } .lang_button { display: inline-block; vertical-align: middle; font-weight: 700; text-decoration: none; color: #fff; font-size: 0.9rem; margin-left: 5px; border-radius: 36px; padding: 8px 15px; } .lang_button.hybrid { padding: 2px 5px; background-color: rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.54); } .lang_button.hybrid div { display: inline-block; vertical-align: middle; } .lang_button.flag { padding: 0; } .flag-rec { width: 32px; height: 32px; background-size: contain; background-repeat: no-repeat; background-position: center; } .lang_button.text { background: rgba(0, 0, 0, 0.45); border: 2px solid rgba(255, 255, 255, 0.35); } .wrapper { width: 100%; padding: .8rem; margin: auto; position: relative; max-width: 1366px; } .lcontent { text-align: center; } .lcontent h1 { color: #fff; font-size: 3rem; margin: 1rem 0px; } .button { display: inline-block; max-width: 320px; width: 100%; text-decoration: none; vertical-align: middle; margin: 0px auto; background: #0023e2; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 15px; border-radius: 8px; border: 0; color: #fff; padding: 15px; font-size: 21px; cursor: pointer; font-weight: 600; } .disabled_btn { color: white; border: 0; background: silver; } .inputWrap--prefix .msisdn { padding: 15px 15px 15px 87px; display: block; font-size:16px; } .inputWrap--prefix .prefixCode { display: block; } .prefixCode { display: none; pointer-events: none; position: absolute; padding-right: 5px; left: 15px; top: 10px; border-right: 1px solid black; } .prefixCode img { width: 17px; vertical-align: middle; display: inline-block; } .prefixCode span { color: black; vertical-align: middle; padding-right: 2px; font-size: 16px; padding-left: 4px; } .msisdn{ width: 100%; color: #000; display: block; border: none; padding: 15px; background: #fff; border-radius: 8px; font-size: 16px; } select{ width: 100%; font-size: 16px; color: #000; display: block; border: none; padding: 15px; background: #fff; border-radius: 8px; } .display_1,.display_2{ max-width: 580px; margin: 15px auto; font-size: 16px; } .display_aoc,.thanks { font-size: 24px; } .keyword{ font-weight: 600; color: #0023e2; font-size: 24px; } .lcontent p.subrate { color: #fff; max-width: 320px; display: block; margin: 1rem auto; font-size: 15px; text-align: center; } .footer { width: 100%; text-align: center; padding: .8rem; max-width: 780px; margin: 0 auto; } .footer p, .tnc_1 { color: #b8b8b8; font-size: .8rem; margin: 0px 0px .8rem; } .footer p:last-child{ margin-bottom: 0px; } .tnc_2{ color: #b8b8b8; font-size: 13px; text-decoration: none; font-weight: 500; text-align: center; display: block; } .inputWrap{ position: relative; max-width: 320px; display: block; width: 100%; margin: 15px auto; } li{ position:static; list-style:none; margin:10px; padding:10px; display:flex; } @-webkit-keyframes scale-up-center { 0% {-webkit-transform: scale(1);transform: scale(1);} 100% {-webkit-transform: scale(1.3);transform: scale(1.3);} } @keyframes scale-up-center { 0% {-webkit-transform: scale(1);transform: scale(1);} 100% {-webkit-transform: scale(1.3);transform: scale(1.3);} } .opac { position: fixed; content: ''; width: 100%; height: 100%; z-index: -1; top: 0; left: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */ background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */ } .bgvideo { position: fixed; content: ''; width: 100%; height: 100%; z-index: -2; top: 0; left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .bgvideo video { width: 100%; position: absolute; top: 50%; object-fit: cover; left: 50%; min-width: 100%; min-height: 100%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); filter: blur(10px); -webkit-filter: blur(10px); } .vplayer { width: 100%; max-width: 280px; height: 280px; margin: auto; border-radius: 50%; border: 3px solid #fff; position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .vplayer video { position: absolute; top: 50%; -o-object-fit: cover; object-fit: cover; min-width: 100%; min-height: 100%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); width: 100%; } @media screen and (max-width: 1024px) { .lcontent h1{ font-size: 2rem; margin: 1rem 0px; } .lcontent{ float: none; } .lcontent p.subrate{ color: #fff; } } @media screen and (max-width: 480px) { .display_1, .display_2, .display_aoc, .thanks{ margin: 10px auto;; } .inputWrap{ max-width: 280px; margin: 10px auto; } .lcontent h1{ font-size: 28px; margin: 1rem 0px; text-shadow: -2px 1px 3px #000000; } .lcontent p.subrate { font-size: 1.0rem; } .btn, .button{ font-size: 1.6rem; } .vplayer { width: 100%; max-width: 200px; height: 200px; } .footer{ text-align: justify; } } .msisdn{ max-width: 320px; position: relative; left: 50%; transform: translateX(-50%); } @media all and (max-width: 480px){ .msisdn{ max-width: 280px; } } @media all and (max-width: 420px){ .close { max-width: 330px; } } @media screen and (max-width: 320px) { .lcontent h1 { font-size: 2rem; margin: 1rem 0px; } ul{ display: none; } } .smartphone { background: #fff; width: 18px; margin: 0px auto; height: 29px; border-top: 1px solid black; border-bottom: 1px solid black; border-left: 1px solid black; border-right: 1px solid black; border-radius: 2px; position: absolute; margin-left: 1px; top: -2px; } .smartphone:before { content: "; display: block; position: absolute; top: 3px; left: 50%; margin-left: -3px; height: 1px; width: 7px; border-radius: 4px; background: black; } .smartphone > div{ height: 1px; width: 12px; background: black; position: absolute; bottom: 5px; left: 2px; } .smartphone:after { content: "; display: block; position: absolute; bottom: 1px; left: 50%; margin-left: -1px; width: 3px; height: 3px; background: black; border-radius: 50%; } /* ====== INPUT CSS ====== */ @supports (-webkit-appearance: none) or (-moz-appearance: none) { input[type=checkbox], input[type=radio] { --active: #275EFE; --active-inner: #fff; --focus: 2px rgba(39, 94, 254, .3); --border: #BBC1E1; --border-hover: #275EFE; --background: #fff; --disabled: #F6F8FF; --disabled-inner: #E1E6F9; -webkit-appearance: none; -moz-appearance: none; height: 21px; outline: none; display: inline-block; vertical-align: top; position: relative; margin: 0; cursor: pointer; border: 1px solid var(--bc, var(--border)); background: var(--b, var(--background)); transition: background 0.3s, border-color 0.3s, box-shadow 0.2s; } input[type=checkbox]:after, input[type=radio]:after { content: ""; display: block; left: 0; top: 0; position: absolute; transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s); } input[type=checkbox]:checked, input[type=radio]:checked { --b: var(--active); --bc: var(--active); --d-o: .3s; --d-t: .6s; --d-t-e: cubic-bezier(.2, .85, .32, 1.2); } input[type=checkbox]:disabled, input[type=radio]:disabled { --b: var(--disabled); cursor: not-allowed; opacity: 0.9; } input[type=checkbox]:disabled:checked, input[type=radio]:disabled:checked { --b: var(--disabled-inner); --bc: var(--border); } input[type=checkbox]:disabled+label, input[type=radio]:disabled+label { cursor: not-allowed; } input[type=checkbox]:hover:not(:checked):not(:disabled), input[type=radio]:hover:not(:checked):not(:disabled) { --bc: var(--border-hover); } input[type=checkbox]:focus, input[type=radio]:focus { box-shadow: 0 0 0 var(--focus); } input[type=checkbox]:not(.switch), input[type=radio]:not(.switch) { width: 21px; } input[type=checkbox]:not(.switch):after, input[type=radio]:not(.switch):after { opacity: var(--o, 0); } input[type=checkbox]:not(.switch):checked, input[type=radio]:not(.switch):checked { --o: 1; } input[type=checkbox]+label, input[type=radio]+label { font-size: 14px; line-height: 21px; display: inline-block; vertical-align: top; cursor: pointer; margin-left: 4px; } input[type=checkbox]:not(.switch) { border-radius: 7px; } input[type=checkbox]:not(.switch):after { width: 5px; height: 9px; border: 2px solid var(--active-inner); border-top: 0; border-left: 0; left: 7px; top: 4px; transform: rotate(var(--r, 20deg)); } input[type=checkbox]:not(.switch):checked { --r: 43deg; } input[type=checkbox].switch { width: 38px; border-radius: 11px; } input[type=checkbox].switch:after { left: 2px; top: 2px; border-radius: 50%; width: 15px; height: 15px; background: var(--ab, var(--border)); transform: translateX(var(--x, 0)); } input[type=checkbox].switch:checked { --ab: var(--active-inner); --x: 17px; } input[type=checkbox].switch:disabled:not(:checked):after { opacity: 0.6; } input[type=radio] { border-radius: 50%; } input[type=radio]:after { width: 19px; height: 19px; border-radius: 50%; background: var(--active-inner); opacity: 0; transform: scale(var(--s, 0.7)); } input[type=radio]:checked { --s: .5; } /* ====== EXTRA DEFAULT CSS ====== */ // =============== CHECKBOX INPUT ========================= @supports (-webkit-appearance: none) or (-moz-appearance: none) { input[type=checkbox], input[type=radio] { --active: #275EFE; --active-inner: #fff; --focus: 2px rgba(39, 94, 254, .3); --border: #BBC1E1; --border-hover: #275EFE; --background: #fff; --disabled: #F6F8FF; --disabled-inner: #E1E6F9; -webkit-appearance: none; -moz-appearance: none; height: 21px; outline: none; display: inline-block; vertical-align: top; position: relative; margin: 0; cursor: pointer; border: 1px solid var(--bc, var(--border)); background: var(--b, var(--background)); transition: background 0.3s, border-color 0.3s, box-shadow 0.2s; } input[type=checkbox]:after, input[type=radio]:after { content: ""; display: block; left: 0; top: 0; position: absolute; transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s); } input[type=checkbox]:checked, input[type=radio]:checked { --b: var(--active); --bc: var(--active); --d-o: .3s; --d-t: .6s; --d-t-e: cubic-bezier(.2, .85, .32, 1.2); } input[type=checkbox]:disabled, input[type=radio]:disabled { --b: var(--disabled); cursor: not-allowed; opacity: 0.9; } input[type=checkbox]:disabled:checked, input[type=radio]:disabled:checked { --b: var(--disabled-inner); --bc: var(--border); } input[type=checkbox]:disabled+label, input[type=radio]:disabled+label { cursor: not-allowed; } input[type=checkbox]:hover:not(:checked):not(:disabled), input[type=radio]:hover:not(:checked):not(:disabled) { --bc: var(--border-hover); } input[type=checkbox]:focus, input[type=radio]:focus { box-shadow: 0 0 0 var(--focus); } input[type=checkbox]:not(.switch), input[type=radio]:not(.switch) { width: 21px; } input[type=checkbox]:not(.switch):after, input[type=radio]:not(.switch):after { opacity: var(--o, 0); } input[type=checkbox]:not(.switch):checked, input[type=radio]:not(.switch):checked { --o: 1; } input[type=checkbox]+label, input[type=radio]+label { font-size: 14px; line-height: 21px; display: inline-block; vertical-align: top; cursor: pointer; margin-left: 4px; } input[type=checkbox]:not(.switch) { border-radius: 7px; } input[type=checkbox]:not(.switch):after { width: 5px; height: 9px; border: 2px solid var(--active-inner); border-top: 0; border-left: 0; left: 7px; top: 4px; transform: rotate(var(--r, 20deg)); } input[type=checkbox]:not(.switch):checked { --r: 43deg; } input[type=checkbox].switch { width: 38px; border-radius: 11px; } input[type=checkbox].switch:after { left: 2px; top: 2px; border-radius: 50%; width: 15px; height: 15px; background: var(--ab, var(--border)); transform: translateX(var(--x, 0)); } input[type=checkbox].switch:checked { --ab: var(--active-inner); --x: 17px; } input[type=checkbox].switch:disabled:not(:checked):after { opacity: 0.6; } input[type=radio] { border-radius: 50%; } input[type=radio]:after { width: 19px; height: 19px; border-radius: 50%; background: var(--active-inner); opacity: 0; transform: scale(var(--s, 0.7)); } input[type=radio]:checked { --s: .5; } //========================================= //== TOP POSITION == .top_left{ position:absolute;top:10px;left:10px; } .top_middle{ position:relative;top:10px;left:50%;transform: translateX(-50%);bottom:10px; } .top_right{ position:absolute;top:10px;right:10px; } .top_left_text { font-size: 10px; } .top_right_text { font-size: 10px; } .top_middle_text { font-size: 10px; } //== CROSS BUTTON == .close { width: 100%; max-width: 780px; margin: 0 auto; padding: 0 25px; text-align: ; } .cross_btn { position: absolute; top: 0; height: 24px; overflow: hidden; padding: 15px; cursor: pointer; z-index: 100; margin: 0; } .cross_btn::before, .cross_btn::after { content: ""; position: absolute; height: 4px; width: 80%; top: 50%; left: 0; margin-top: -1px; background: ; border-radius: 5px; } .cross_btn::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .cross_btn::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .cross_btn::before, .cross_btn::after { height: 4px; margin-top: -4px; } //================ .disabled_btn{background: #C0C0C0 !important;} .rate_above_instructions { font-size: 11px; } .instructions { font-size: 15px; font-weight: bold; } .tnc_above_btn { font-size: 11px; } .checkbox_above_btn { font-size: 10px; } .rate_above_btn { font-size: 11px; } .exit_above_btn { font-size: 11px; } .exit_below_btn { font-size: 11px; } .checkbox_below_btn { font-size: 10px; } .rate_below_btn { font-size:11px; font-weight: normal; } .tnc_below_btn { font-size: 11px; } .tnc_text { cursor : pointer; display: inline-block; padding: 15px; vertical-align: middle; } .tnc_btm { color: white; width: 100%; padding:10px; display: block; max-width: 780px; text-align: center; } .lds-dual-ring { display: inline-block; width: 80px; height: 80px; } .lds-dual-ring:after { content: " "; display: block; width: 64px; height: 64px; margin: 8px; border-radius: 50%; border: 6px solid #fff; border-color: #fff transparent #fff transparent; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .error { color: red; } .check_box_text{ font-size: 10px; color: rgb(0 0 0 / 30%); max-width: 600px; margin: auto; margin-top: -20px; text-align: center; margin: auto; }