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

body {
    background: url('https://headend-api.tonton.com.my/v100/imageHelper.php?id=0:377:STATIC:MARKETING_LANDSCAPE&w=1622&appID=TONTON');
    background-size: cover;
    overflow-x: hidden;
    background-attachment: fixed;
    color: #fff;
}

.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 0.6rem 1.6rem #10263b;
    border-radius: 5px;
}

.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: #f6f6fe;
}

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

}

.plan-section .basic.pro {
    background-color: #17435b;
    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;
}

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

.fa-check {
  color: #00ff00;
  font-size: 25px;
}

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


.text-redeem{
    font-size: 19px;
    font-weight: bold;
    text-transform: capitalize;
    color: #eed900;
}
.text-redeem:hover{
    text-decoration: none;
    color: #ffffff;
}
.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;
 }
}
                     /*.tableContainer {
                         overflow: auto;
                         max-height: 500px;
                     }*/
                     thead tr {
                         position: sticky;
                         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;
                         min-width: 100px;
                     }
                     .featureCheck {
                      color: green;
                      font-size: 20px;

                  }
                  .featureX {
                      color: red;
                      font-size: 20px;

                  }

                  .mobileColumnGroup th{
                    background: #000;
                }

                thead tr th:first-child{
                    border: none;
                    background: none;
                }
                .table-t {
                    color: #fff;
                    text-transform: capitalize;
                }
                .table-t th {
                   background: #00395b;
                   border: 0.5px solid #000;
               }
               .table-t thead th {
                   background: #00446e;
                   border: 0.5px solid #000001;
                   padding: 20px 15px;
               }
               .table-t td{
                   background: #fff;
                   color: #000;
                   border: 0.5px solid #dcdcdc;
               }

               .table-t img{
                height: 40px;
                margin: 0 3px;
            }
            .table-t .channels img{
                height: 55px;
                margin: 0 3px;
                background: #fff;
                padding: 5px;
                border-radius: 5px;
            }
            .table-t tbody .desktopGroup td:nth-of-type(odd) {
                background-color: #f4f4f4;
            }
            .table-t p{
                margin-bottom: 0;
            }
.f-orange{
    color: #ff7600;
    font-weight: bold;
}
.f-green{
    color: #34c604;
    font-weight: bold;
}

/*TONTON*/
.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: 0.5;
}
.btn-tonton {
    background-color: rgb(0, 123, 201);
    padding: 10px 20px;
    color: #fff;
}
.btn-tonton:focus,
.btn-tonton:hover {
    background: #005e8a;
    text-decoration: none;
    color: #fff;
}
.dZDpRR {
    text-align: center;
    color: rgb(255, 255, 255);
    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 {
                /*position: absolute;
      bottom: 50px;
      left: 0;
      right: 0;
      margin: auto;*/
      margin-bottom: 50px;
  }

  .msg-error {
    color: #fff;
}

.modal {
    background: rgba(0, 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: #FFFFFF;
}

#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: 0.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: #FFFFFF;
    text-align: center;
    transition: 0.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: #051f35;
    height: 70px;
    transition: all 0.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;
    border-bottom: 1px solid #061016;
    display: flex;
    justify-content: space-between;
    height: 70px;
    position: static;
    opacity: 0;
    transition: opacity 0.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 0.3s ease;
}

.menu-bar.standard .menu-item a {
    color: #7397a9;
    font-size: 18px;
    font-weight: bold;
    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 0.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: bold;
    text-decoration: none;
    margin-bottom: 0;
}

