* {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0
}

body {
    /*background: url(https://static-oauth.revmedia.my/tonton-reward-bg.png);*/
    background: url('img/tonton-bg-mobile.jpg') center no-repeat #000;
    background-size: cover !important;
    overflow-x: hidden !important;
    background-attachment: fixed !important;
    color: #fff;
    @media screen and (min-width: 767px) {
        background: url('img/tonton-bg.jpg') center no-repeat #000;
    }
}

.bg-how-to-download {
    background: #081015
}

.font-xl {
    font-size: 3em
}

.step {
    font-size: 1.2em
}

.text-overlay {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 4px 4px rgba(0, 0, 0, .65)
}

@media screen and (max-width:1000px) {
    .text-overlay {
        top: 22%
    }
    .font-xl {
        font-size: 1.5em
    }
    .step {
        font-size: 1em
    }
}

@media screen and (max-width:600px) {
    .text-overlay {
        top: 18%
    }
    .font-xl {
        font-size: 1.5em
    }
    .step {
        font-size: 1em
    }
}

@media screen and (max-width:400px) {
    .text-overlay {
        top: 18%
    }
    .font-xl {
        font-size: 1.2em
    }
    .step {
        font-size: .9em
    }
}

.text-blue {
    color: #0094d9
}

.heading-primary {
    font-size: 35px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase
}

.heading-sub {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
}

.heading-tagline {
    font-size: 23px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase
}

.heading-table {
    font-size: 20px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase
}

.plan-section .plan {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 20px;
    box-shadow: 0 .6rem 1.6rem #10263b;
    border-radius: 20px;
    position: relative
}

.plan-section .plan .plan-price {
    font-size: 45px
}

.plan-section .plan .plan-price-old {
    font-size: 18px;
    text-decoration: line-through;
    color: #ec0909;
    font-weight: 500
}

.plan-section .plan .dollar {
    font-size: 2rem;
    font-weight: 500;
    vertical-align: middle
}

.plan-section .plan .plan-features {
    padding-left: 0
}

.plan-section .plan .plan-features .plan-item {
    padding: 15px 0;
    border-bottom: 1px solid #b3b5c6
}

.plan-section .plan .btn {
    display: block;
    margin-top: 20px;
    background-color: #696fdd;
    color: #f6f6fe;
    padding: 10px;
    border-radius: 5px
}

.plan-section .plan .btn:hover {
    background-color: #f6f6fe;
    color: #494c5f;
    border: 1px solid #696fdd;
    font-weight: 900
}

.plan-section .plan .btn-blue {
    background-color: #f6f6fe;
    color: #696fdd
}

.plan-section .plan .btn-blue:hover {
    background-color: #696fdd;
    border: 1px solid #f6f6fe;
    color: #000000;
}

.plan-section .basic {
    background-color: #fff;
    color: #051d35
}

.plan-section .basic.pro {
    background-color: #01a0de;
    color: #f6f6fe;
}

.plan-section .master {
    display: block;
    margin-top: 20px;
    background-color: #696fdd;
    color: #f6f6fe;
    padding: 10px;
    border-radius: 5px
}

.plan-heading {
    font-weight: 800;
    font-size: 30px
}

.plan-section .plan .addon span {
    position: relative;
    z-index: 10;
    height: 40px;
    display: block;
    font: 13px/50px 'Helvetica Neue';
    font-weight: 700
}

.plan-section .plan .addon {
    background: #ffda03;
    width: 50px;
    height: 50px;
    position: absolute;
    text-align: center;
    color: #000;
    z-index: 5;
    margin: 0 auto;
    right: 30px;
    bottom: 30px
}

.plan-section .plan .addon:before,
.plan-section .plan .addon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: #ffda03;
    z-index: 2
}

.plan-section .plan .addon:before {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg)
}

.plan-section .plan .addon:after {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg)
}

.btn-blue {
    font-size: 35px;
    font-weight: 600;
    border-radius: 50px;
    background-color: #00A0DF;
    color: #fff;
    border: 1px solid #00A0DF;
}

.btn-blue:hover {
    background-color: #f6f6fe;
    color: #051f35;
    border: 1px solid #051f35;
    font-weight: 600
}

.fa-check {
    color: #0f0;
    font-size: 25px
}

.fa-remove {
    color: red;
    font-size: 25px
}

.text-redeem {
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    color: #eed900
}

.text-redeem:hover {
    text-decoration: none;
    color: #fff
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
    min-width: 225px
}

@media(min-width:769px) {
    .mobileColumnGroup {
        display: none
    }
}

@media(max-width:769px) {
    .rowHeader,
    .emptyCell {
        display: none
    }
}



.f-orange {
    color: #ff7600;
    font-weight: 700
}

.f-green {
    color: #34c604;
    font-weight: 700
}

.tontonbg {
    padding: 100px 0 0;
    font-family: helvetica neue, sans-serif;
    position: relative;
    background: linear-gradient(180deg, #0000004d, transparent)
}

.tontonbg h1 {
    color: #fff
}

.tontonbg h4 {
    color: #fff
}

.tontonbg h5 {
    color: #fff
}

.tontonbg .form-control {
    background: #084c688a;
    padding: 15px 20px;
    color: #fff;
    border: 1px solid #fff
}

.form-control::placeholder {
    color: #fff;
    opacity: .5
}

.btn-tonton {
    background-color: #007bc9;
    padding: 10px 20px;
    color: #fff
}

.btn-tonton:focus,
.btn-tonton:hover {
    background: #005e8a;
    text-decoration: none;
    color: #fff
}

.dZDpRR {
    text-align: center;
    color: #fff;
    margin-top: 40px;
    font-size: 13px
}

.dZDpRR .rev-id {
    margin: 10px auto;
    background: url(https://storage.googleapis.com/static-oauth.revmedia.my/revid.png) center center no-repeat;
    height: 52px;
    width: 138px
}

.copyright-tonton {
    margin-bottom: 50px
}

.msg-error {
    color: #fff
}

.modal {
    background: rgba(0, 0, 0, .6);
    padding: 0 1rem
}

#tontonModal .modal-content {
    max-width: 400px;
    height: max-content;
    background: #062034;
    border-radius: 15px;
    margin: auto
}

#tontonModal .modal-header {
    border-bottom: none;
    padding: 1.15rem 1rem
}

#tontonModal .modal-body {
    padding: 50px 30px
}

#tontonModal .modal-body p {
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff
}

#tontonModal .modal-header .close {
    padding: 0 3px 2px
}

#tontonModal button.close {
    position: absolute;
    top: 0;
    right: 0;
    color: #00a0df;
    border-radius: 50%;
    border: 2px solid #00a0df
}

#tontonModal .close {
    font-size: .9rem;
    text-shadow: none;
    opacity: 1
}

#tontonModal .close:hover {
    color: #00a0df
}

#tontonModal .tonton-logo {
    max-width: 178px
}

#tontonModal a.open-tonton-btn {
    width: 100%;
    max-width: 286px;
    background: #00a0df;
    border-radius: 10px;
    padding: 11px;
    margin: auto;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    transition: .3s ease-in-out
}

#tontonModal a.open-tonton-btn:hover {
    text-decoration: none;
    background: #005e8a
}

.menu-bar-container {
    position: fixed;
    width: 100%;
    z-index: 105;
    background: linear-gradient(180deg, #000333, #fff0);
    height: 70px;
    transition: all .3s linear
}

.menu-bar-container.menu-bar-hidden:not(.hamburgerOpen) {
    transform: translateY(-74px)
}

.menu-bar-container.ua-barrier-menu {
    position: initial
}

.menu-bar-container.searchBarOpen .image-link {
    display: none
}

.login .menu-bar-simple {
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    background: #fff
}

.menu-bar {
    min-width: 300px;
    padding: 0 5%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    height: 70px;
    position: static;
    opacity: 0;
    transition: opacity .3s
}

.menu-bar .hidden-hamburger {
    display: none !important
}

.menu-bar .logo {
    cursor: pointer
}

.menu-bar .menu-item {
    font-family: appfontbold, helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 18px
}

.menu-bar.show {
    opacity: 1
}

@media(min-width:1920px) {
    .menu-bar {
        padding: 0 80px
    }
}

.menu-bar .logo {
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px
}

.menu-bar .logo img,
.menu-bar .logo svg {
    height: 100%;
    width: auto;
    object-fit: contain
}

.menu-bar .logo-when-no-menu {
    margin-top: 13px;
    cursor: pointer;
    height: 40px
}

.menu-bar .logo-when-no-menu img,
.menu-bar .logo-when-no-menu svg {
    height: 100%;
    object-fit: contain
}

.menu-bar.hamburger .logo-when-no-menu {
    margin-top: 0;
    margin-left: 15px
}

.menu-bar.standard .menu-item {
    display: inline-block;
    color: #7397a9;
    cursor: pointer;
    padding: 0;
    margin: 0 25px;
    position: relative;
    height: 100%;
    line-height: 69px;
    vertical-align: middle;
    transition: color .3s ease
}

.menu-bar.standard .menu-item a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none
}

.menu-bar.standard .menu-item a:hover {
    color: #fff
}

.menu-bar .left-section {
    display: inline-block
}

.menu-bar.standard .left-section {
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.menu-bar.standard .left-section::-webkit-scrollbar {
    display: none
}

.menu-bar .menu-item.focused,
.menu-bar .menu-item:focus,
.menu-bar .menu-item:hover {
    color: #fff
}

.menu-bar.standard .menu-item.active {
    color: #fff
}

.menu-bar .menu-item.active:hover {
    color: #fff
}

.menu-bar .right-section {
    align-self: flex-end;
    display: flex;
    height: 100%;
    box-sizing: border-box
}

.menu-bar .right-section .settings-icon {
    vertical-align: middle;
    cursor: pointer;
    color: #7397a9;
    transition: color .3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end
}

.menu-item-lo {
    display: flex;
    box-sizing: border-box;
    align-items: center
}

.menu-item-lo h5 {
    color: #7397a9;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    background: #f4f4f4;
    color: #000;
    font-weight: 700;
    padding: 10px 40px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    background-color: #ffda03;
}


.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}

@media(min-width:769px) {
    .mobileColumnGroup {
        display: none
    }
}

@media(max-width:769px) {
    .rowHeader,
    .emptyCell {
        display: none
    }
}

thead tr {
    top: 70px;
    left: 0;
    z-index: 10
}

.rowHeader,
[scope=colgroup] span {
    left: 0;
    position: sticky
}

table {
    border-collapse: collapse;
    width: 100%
}

td,
th {
    padding: 15px;
}


.table-t thead tr {
    border: none;
    background: none;
}

.table-t {
    color: #fff;
}

.table-t th {
    background: linear-gradient(90deg, #18485d54, #566aba73);
    border-top: .5px solid #1D5976;
    border-bottom: .5px solid #1D5976;
    text-align: left;
    text-transform: capitalize;
}

.table-t thead th {
    background: none;
    padding: 10px 20px;
    border-top: none;
    border-bottom: .5px solid #1D5976;
    border-right: 3px solid #00000000;
    width: 300px;
    font-size: clamp(0.875rem, 0.8137rem + 0.2614vw, 1rem);
}

.table-t thead th:last-child,.table-t thead th:first-child  {
    border-right: none;
}

.bcolor-blue{
    border-bottom: 2px solid #54C0E8 !important;
}

.bcolor-pink{
    border-bottom: 2px solid #F2728E !important;
}

.bcolor-yellow{
    border-bottom: 2px solid #FFDA00 !important;
}

.table-t span{
    font-size: clamp(0.8125rem, 0.7819rem + 0.1307vw, 0.875rem);
}

.table-t td {
    font-size: clamp(0.875rem, 0.8137rem + 0.2614vw, 1rem);
    color: #ffffff;
    border-bottom: .5px solid #1D5976;
    border-top: .5px solid #1D5976;
}

.table-t img {
    height: 30px;
    margin: 10px 3px 0;
}

.table-t .channels img {
    height: 55px;
    margin: 0 3px;
    background: #fff;
    padding: 5px;
    border-radius: 5px
}


.table-t p {
   font-size: clamp(0.875rem, 0.8137rem + 0.2614vw, 1rem);
    margin-top: 0;
    margin-bottom: 0
}

.table-t sup {
   font-size: 10px;
   color: #F2728E;
}

