*, ::after, ::before { -webkit-box-sizing: border-box; box-sizing: border-box; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; } html{ font-size: 14px; } body, html { overflow: auto; } a { cursor: pointer; -webkit-transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); -o-transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } a:hover { text-decoration: none; } body { font-family: 'Roboto', sans-serif; margin: 0; padding: 0; font-size: 12px; color: #000; background: #fff; position: relative; } .mainContent.margin{ margin-top: 52px; } .langSelect { text-align: right; } .langSelect .flag { display: inline-block; width: 32px; height: 32px; margin-left: 8px; } .langSelect img { width: 28px; cursor: pointer; } .lang_button.text { display: inline-block; margin: 0px 8px; text-decoration: none; color: #fff; font-size: 0.9rem; background: #0f5ebf; padding: 5px 8px; border-radius: 8px; } .nav li:first-child { display: inline-block; } .tnc_1 { vertical-align: middle; display: inline-block; text-align: center; padding: 15px; } .tnc_text{ font-size: 14px; } .header { padding: 5px 0px; width: 100%; max-width: 1024px; text-align: center; margin: 0 auto; } .header_left { float: left; width: 150px; height: 1px; } .header_right { width: 150px; float: right; min-height: 1px; } .header_center { display: inline-block; margin: 0 auto; width: 50%; } /* header { position: fixed; z-index: 9; width: 100%; top: 0; left: 0; } */ .headWrap { padding: 0px 1rem; height: 52px; line-height: 52px; } .headWrap__left { float: left; } .topLogo { text-transform: uppercase; font-weight: 600; margin: 0; } .headWrap__left img { width: 100%; height: auto; } .headWrap__right { float: right; width: auto; } .nav li { display: none; vertical-align: middle; padding-left: 1rem; font-size: .9rem; font-weight: 40; color: #858383; } .nav { display: inline-block; list-style: none; padding-left: 0px; margin: 0px; } .formElm img{ z-index: 9; pointer-events: none; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 38px; height: auto; -webkit-animation: animatedbg 0.3s linear infinite alternate; animation: animatedbg 0.3s linear infinite alternate; } @-webkit-keyframes animatedbg { from { left: -38px; } to { left: -50px; } } @keyframes animatedbg { from { left: -38px; } to { left: -50px; } } /* .formElm__btn.maxis { background-color: #7ec237; } .formElm__btn.celcom { background-color: #0f7efa; } .formElm__btn.digi { background-color: #FFD202; } .formElm__btn.umobile { background-color: #ff7b00; } */ .mainContent { /* margin-top: 52px; */ } .formContent { -webkit-box-shadow: 0 1px 4px 3px rgba(60,64,67,0.15), 0 1px 3px 1px rgba(60,64,67,.16); box-shadow: 0 1px 4px 3px rgba(60,64,67,0.15), 0 1px 3px 1px rgba(60,64,67,.16); max-width: 780px; margin: 0 auto; width: 100%; padding: 1.2rem; } .formContent__head { text-align: center; margin-bottom: 1rem; } .formContent__head h1{ font-size: 2.4rem; font-weight: 400; margin: 1rem 0px; } .subtitle{ font-size: 18px; font-weight: 500; } .gifWrap{ max-width: 320px; margin: 0 auto; width: 100%; overflow: hidden; } .gifWrap img{ width: 100%; height: auto; } .formContent__body{ text-align: center; } .formRow { margin-bottom: 15px; } .formRow:last-child{ margin-bottom: 0px; } .formElm { width: 100%; max-width: 320px; position: relative; margin: 0 auto; } .formRow--btn{ margin-top: 2rem; margin-bottom: 2rem; } .formElm__label { font-weight: 500; display: block; text-transform: capitalize; margin-bottom: 5px; } .formElm__select { background-color: transparent; } .formElm__input { -moz-appearance: none; appearance: none; outline: none; -webkit-box-shadow: none; box-shadow: none; border: 0px; padding: 15px 0px; padding-left: 15px; width: 100%; border-radius: 3px; font-size: 16px; background: #e8eef0; margin-bottom: 1rem; } .formElm__helper { color: #9cafb6; font-weight: 500; font-size: 13px; display: inline-block; padding-top: 5px; } .formElm__input:focus { background-color: #e8e8e8; } .formElm__btn{ margin-bottom: .8rem; display: block; border-radius: 6px; background-color: #4285f4; border: 0; font-size: 18px; #font-weight: 500; cursor: pointer; width: 100%; padding: 15px 1rem; color: #fff; text-transform: uppercase; -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.28); box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.28); text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; } .formElm__btn.back{ background-color: #e8eef0; color: #000; } .formElm__helper--link{ color: #171114; } .formElm__helper--link a{ color: #017dc6; } .formElm__helper--lg{ display: block; color: #171114; font-size: 16px; padding-top: 0px } .highlight{ color: #4285f4; font-weight: 500; font-size: 2.2rem; } .cta{ font-size: 2rem; margin-bottom: 8px; margin-top: 0px; } .or{ font-size: 18px; } ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #9cafb6; opacity: 1; /* Firefox */ } :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #9cafb6; opacity: 1; /* Firefox */ } ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #9cafb6; opacity: 1; /* Firefox */ } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #9cafb6; } ::-ms-input-placeholder { /* Microsoft Edge */ color: #9cafb6; } .footerContent{ width: 100%; max-width: 580px; margin: 0 auto; text-align: justify; padding: 25px 1rem; } .footerContent p{ margin-bottom: 0px; font-size: 12px; } .footerContent a{ display: block; font-weight: 500; text-align: center; text-decoration: none; color: #000; padding-top: 8px; } .footerContent__terms{ font-weight: 500; margin-top: 5px !important; } .content--aoc h2{ font-size: 1.6rem; } @media only screen and (max-width: 1024px) { .formContent{ width: 95%; } } @media only screen and (max-width: 480px) { html { font-size: 10px; } .subtitle{ font-size: 16px; } .formElm{ max-width: 280px; } .cta, .content--aoc h2{ font-size: 2rem; } } @media only screen and (max-width: 768px) { .subrate { text-align: justify; } } @media all and (max-width: 420px){ .close { max-width: 330px; } } .footerContent{ direction: rtl; } .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%; } #frm_landing{ overflow: hidden; } /* ====== 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 ====== */ .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); } } // =============== 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; } }