*, ::after, ::before { -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; } button, select, .button{ -webkit-appearance: none; -moz-appearance: none; appearance: none; } select{ background: #fff; } .overlay { position: absolute; left: 0; right: 0; top: 0; margin: auto; z-index: 1; } .arrow__upper { position: absolute; right: 24px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); pointer-events: none; } .arrow__upper:before, .arrow__upper:after { content: ""; position: absolute; display: block; right: -9px; width: 12px; height: 4px; background: black; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .arrow__upper:before, .arrow__upper:after { top: 0px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .arrow__upper:after { right: inherit; left: -9px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); } html { min-height: 100%; } body { color: #000; background-color: #ffffff; font-size: 12px; margin: 0; height: auto; position: relative; font-family: arial; background-size: cover; background-position: center; } .header { width: 100%; margin: 0 auto; text-align: center; position: relative; z-index: 99; max-width: 1050px; } .header-left { position: absolute; top: 50%; transform: translateY(-50%); } .header-center { display: inline-block; width: 50%; } .ae_tnc { font-size: 10px; margin: 8px 0; color: rgb(0 0 0 / 37%); } .header-right { width: 83px; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); } .langSelect { text-align: center; position: relative; } .langBtn { position: absolute; top: 0px; right: 20px; padding: 6px; border: 1px solid rgb(0 0 0 / 37%); border-radius: 5px; width: 50px; float: right; z-index: 0; color: rgb(0 0 0 / 37%); font-size: 11px; border: 1px solid #bfbfbf; background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%); color: #626262; } .header-clear { clear: both; } .clear { clear: both; } .content { width: 100%; /*max-width: 780px;*/ margin: 0 auto; text-align: center; overflow: hidden; } .logo { height: 1px; width: 100px; background-size: contain; background-repeat: no-repeat; margin: 2em auto; background-position: center; } .player { height: auto; background-color: #000; position: relative; margin: 0 auto; padding: 0; max-width: 1040px; width: 98%; } .player .intro { width: 100%; height: 91%; margin-bottom: 3px; } .player .pause { width: 100%; height: 91%; } .data_form { text-align: center; width: 100%; color: #fff; margin: auto; padding: 0; } .contolrs { width: 100%; margin-top: 25px; } .progress { height: 5px; background-color: #58585a; max-width: 845px; width: 95%; margin: 0 auto 8px; } .buffer { background-color: #babcbf; width: 0px; height: 5px; } .screenbg { width: 100%; } .played { background-color: #ff2600; width: 0px; height: 5px; } .lft_ctrl { float: left; text-align: left; padding-left: 25px; font-weight: bold; } .midme { vertical-align: super; margin-left: 10px; } .lft_ctrl img { vertical-align: middle; display: inline-block; width: 92px; } .rgt_ctrl { float: right; width: 40%; text-align: right; padding-right: 25px; } .rgt_ctrl img { width: 120px; } .lds-ring { display: inline-block; position: relative; width: 64px; height: 64px; } .lds-ring div { box-sizing: border-box; display: block; position: absolute; width: 51px; height: 51px; margin: 6px; border: 6px solid #fff; border-radius: 50%; animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: #fff transparent transparent transparent; } .lds-ring div:nth-child(1) { animation-delay: -0.45s; } .lds-ring div:nth-child(2) { animation-delay: -0.3s; } .lds-ring div:nth-child(3) { animation-delay: -0.15s; } .title h1{ padding: 0 10px; font-size: 22px; text-align: center; font-weight: 600; line-height: 1.5em; } .title p{ margin-top: 0px; font-size: 23px; font-weight: bold; letter-spacing: 2px; } .bg-contain{ background-size: contain; background-repeat: no-repeat; } .player-action{ bottom: 0; width: 100%; height: 11vw; max-height: 50px; background: #00000070; } .player-action-bar{ background-size: contain; background-repeat: no-repeat; width: 100%; height: 11vw; } .player-icon{ margin-top: -50px; width: 50px; height: 77px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .player-content h2{ font-size: 30px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 188px; } .player-arrow{ margin-top: 100px; width: 50px; height: 77px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .player-action-bar{ width: 100%; } .smartphone { top: -6px; } .formWrap { width: 100%; max-width: 420px; margin: auto; text-align: center; z-index: 99; position: relative; background: #ffffff85; padding: 80px 5px 50px; border-radius: 10px; position: absolute; left: 0; right: 0; top: 120px; } .display_aoc, .display_1, .display_2 { color: #000000; font-size: 16px; font-weight: bold; } .display_1, .display_2 { margin: 0 auto 15px; } .display_aoc { /*margin: -5px auto 15px;*/ margin: 50; } .keyword { font-weight: 600; font-size: 20px; color: #000000; } .formElm { width: 100%; max-width: 290px; margin: 0 auto 15px; position: relative; } select { padding: 15px; width: 100%; appearance: none; border: 0; outline: none; } button{ } .msisdn, .button, select { font-size: 23px; letter-spacing: 1px; width: 100%; outline: none; padding: 12px 15px; border: none; border-radius: 50px; box-shadow: 3px 3px 6px rgb(0 0 0 / 10%); color: #000000; background: #fff; } .formElm--prefix .msisdn { padding: 15px 15px 18px 95px; display: block; font-size: 23px; } .formElm--prefix .prefixCode { display: block; } .prefixCode { display: none; pointer-events: none; position: absolute; padding-right: 5px; padding-top: 5px; left: 0px; top: 10px; border-right: 0px solid #000; margin-top: 2px; height: 28px; } .prefixCode img { width: 17px; vertical-align: middle; display: inline-block; } .prefixCode span { vertical-align: middle; padding-right: 2px; font-size: 23px; padding-left: 20px; color: #000; } .pin, [id^="pin"] { text-align: center; font-size: 23px; } .button, .msisdn, select{ height: 65px; } .msisdn, select{ border: 2px solid #c52939; } .button { color: #fff !important; outline: none; font-weight: bold; text-align: center; text-decoration: none; display: inline-block; background: #0F9D58; border-radius: 50px !important; font-size: 25px; margin-top: 10px !important; background-color: #c52939; } .disabled_btn { color: white; border: 0; background: silver; } .msisdnArrow, .selectArrow, .btnArrow { z-index: 9; display: none; pointer-events: none; position: absolute; left: -47px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; height: auto; max-width: 23px; animation: slide1 0.5s ease-in-out infinite; margin-top: -10px; color: block; padding: 0px 27px 4px 4px; } @keyframes lds-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .gg-arrow-right-o { box-sizing: border-box; position: relative; display: block; width: 22px; height: 22px; border: 2px solid; transform: scale(var(--ggs,1.3)); border-radius: 20px } .gg-arrow-right-o::after, .gg-arrow-right-o::before { content: ""; display: block; box-sizing: border-box; position: absolute; right: 4px } .gg-arrow-right-o::after { width: 6px; height: 6px; border-top: 2px solid; border-right: 2px solid; transform: rotate(45deg); bottom: 6px } .gg-arrow-right-o::before { width: 10px; height: 1px; bottom: 9px; background: currentColor; } .msisdnArrow img, .selectArrow img, .btnArrow img { width: 100%; } .display_1.rate, .display_2.rate { font-size: 11px; font-weight: normal; margin: 5px auto 0px; } a.display_1, a.display_2 { text-decoration: none; font-size: 11px; font-weight: normal; margin: 0 auto; } .footer { padding: 15px; font-size: 11px; display: block; max-width: 1000px; width: 100%; margin: 70px auto; position: relative; } .footer .tnc_1, .tnc_2, .tnc_1 a { text-decoration: none; color: #000; text-align: center; display: block; margin: 0 auto; } .data_form .close { position: fixed; top: 0; } @media all and (max-width: 768px) { .logo { } .formElm { max-width: 78vw; } .close { max-width: 330px; } .ae_tnc { font-size: 9px; margin: 8px 0; } .header-center { width: 90vw; text-align: center; } .langBtn { } .header-right { position: absolute; right: 10px; margin-top: 0px; top: unset; transform: unset; } .title h1{ font-size: 25px; } .header { padding: 1px 15px 4px 15px; } .formWrap{ width: 95%; margin-top: 18px; } .button, .msisdn, select { height: 65px; } .display_aoc, .display_1, .display_2 { font-size: 15px; } .lft_ctrl { padding: 0; font-size: 11px; } .rgt_ctrl { padding: 0; } .rgt_ctrl img { width: 95px; } .lft_ctrl img { width: 71px; } .screenbg{ width: 100%; } } @media (max-width: 550px) .logo { transform: scale(0.9); margin-top: -2px; margin-bottom: -20px; margin-left: -83px; } .ar_layout .ae_tnc, .ar_layout .display_1, .ar_layout .display_2, .ar_layout .button, .ar_layout .title, .ar_layout .display_aoc, .ar_layout .display_1 .rate, .ar_layout .display_2 .rate, .ar_layout .tnc_1, .ar_layout .tnc_1 a, .ar_layout .tnc_2, .ar_layout .footer, .ar_layout a.display_1, .ar_layout a.display_2 { direction: rtl; } .ar_layout .footer, .ar_layout .tnc_2, .ar_layout .tnc_1, .ar_layout .tnc_1 a { text-align: center; } .gg-play-button-o { box-sizing: border-box; position: relative; display: block; transform: scale(var(--ggs,1.3)); width: 22px; height: 22px; border: 2px solid; border-radius: 20px } .gg-play-button-o::before { content: ""; display: block; box-sizing: border-box; position: absolute; width: 0; height: 10px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 6px solid; top: 4px; left: 7px } .gg-arrow-right-o::before { height: 2px; bottom: 8px; } @media (max-width: 768px){ .gg-arrow-right-o::before { height: 2px; bottom: 8px; } .wrap { background: #ffffff85; border: 1px solid #e0dfdf; border-radius: 10px; -webkit-border-radius: 10px; position: relative; padding-bottom: 20px; box-sizing: border-box; max-width: 350px; margin: auto; padding: 30px 20px; display: block; margin-bottom: 2em; } .formWrap { top: 200px; } } .rate_below_btn{ font-size: 11px !important; color: rgb(0 0 0 / 37%); font-weight: normal; } .lft_ctrl svg{ width: 82px; } .midme{ display: inline-block; position: relative; padding-top: 4px; vertical-align: top; } .shake-horizontal { animation: fadeIn 5s; } @keyframes blinker { 50% { opacity: 100%; } 100% { opacity: 80%; transform: scale(1.1); } } @keyframes fadeIn { 0% { opacity: 0; bottom: -50px; } 100% { opacity: 1; } } /* cubic-bezier(0.455, 0.03, 0.515, 0.955) */ @keyframes shake-horizontal { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10%, 30%, 50%, 70% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 20%, 40%, 60% { -webkit-transform: translateX(10px); transform: translateX(10px); } 80% { -webkit-transform: translateX(8px); transform: translateX(8px); } 90% { -webkit-transform: translateX(-8px); transform: translateX(-8px); } } .shake-horizontal { background: rgba(255, 255, 255,0.9); } .shake-horizontal .instructions{ color: #000; } .shake-horizontal .instructions, .shake-horizontal .pin_instruction, .shake-horizontal .tq { color: #000; } .shake-horizontal .rate_below_btn{ color: rgba(0, 0, 0, 0.3); } .rate_below_btn{ font-weight: normal; } .playbarwrap { position:relative; z-index:9; height:44px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAqBAMAAABrZ5dMAAAAElBMVEVHcEwWFhYhISELCwsqKipJR0fJSVGJAAAAAXRSTlMAQObYZgAAACxJREFUCNdjYEABLgxKDEJI2JghlEEFLOoExCpADIFCDIpALIgCjRkMgRgIAbD1BN5r2uHVAAAAAElFTkSuQmCC); background-repeat: repeat-x; } .leftbar { float:left; } .rightbar { float:right; } #myProgress { position:absolute; top: -2px; z-index:9; max-width:1024px; width:98%; background-color:#1e1e1e; direction:ltr; margin-left: 17px; } #myBar {height:7.5px; background-color:#5A5A5A; } { padding:10px; font-size:13px; } /* Styling the border and box effect of the progress bar*/ .progress-bar { width: 800px; height: 5px; margin-top: 10px; } /* Stylingthe background color of each animation and border radius */ .percentage { display: block; height: 100%; background-color: white; border-radius: 0 5px 5px 0; width: 100%; animation: progress 1500ms ease-in 1; } /* Assigning width of each languages*/ .playerbar{ position: relative; } /* Animating the progress bar by initially starting from 0*/ @keyframes progress { from { width: 0; } } .hdicon { position:absolute; left:0; right:0; top:-35px; } .imghdicon { max-width:132px; width:100%; } @media only screen and (max-width:767px) { .imghdicon { max-width:100px; } } .delay-animation{ animation: delay-movie 2s; } .delay-box{ animation: delay 2.8s; } @keyframes delay-movie { 0% { opacity: 0; } 70% { opacity: 0; top: 500px;} 100% { opacity: 1; } } @keyframes delay { 0% { opacity: 0; } 80% { opacity: 0; } 100% { opacity: 1; } } .ds{ display: none; } @media (max-width:768px){ .hdicon { top: -53px; } } @media (max-width:767.9px){ .for_web{ display: none; } #myProgress{ max-width: 95%; } } @media (min-width:768px){ .for_mobile{ display: none; } } .service_name{ font-size: 9px; text-align: center; top: 50px; position: absolute; margin: auto; left: 0; right: 0; width: 100px; } .service_logo{ background-repeat: no-repeat !important; line-height: 1em; background-size: contain; left: 0; padding: 0 0 0 50px; color: transparent; font-size: 0; text-align: center; position: absolute; width: 100px; height: 50px; top:10px; } @media (max-width:500px){ .service_logo{ width: 100px; height: 60px; top:6px; } .service_name { font-size: 10px; } } .copyright_text{ font-size: 12px; text-align:center; margin-top:20px; } /* ====== 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; }