body { 
  background: url(../images/bg.png) repeat-y center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.relative{
  position: relative;
}
img{
  max-width: 100%;
}
.left {
    float: left;
    display: inline;
}
.right {
    float: right;
    display: inline;
}
#mainHeader{
  background: #d6d6d6;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 8%);
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.appHeader .left .headerButton, .appHeader .right .headerButton{
  color: #374957;
}
#mainHeader.fixNav{
  background: #d6d6d6;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 8%);
}
.appHeader .pageTitle .logo {
    max-height: 40px;
}
.logo-telkomsel{
  max-width: 120px;
}
.logo-kreasi{
  max-width: 120px;
}
#middle-content{
  padding-top: 50px;
  padding-bottom: 100px;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
#main-card{
  background: transparent;
  border-radius: 0;
  box-shadow:none;
}
#main-card.card .card-img-top{
  border-radius: 0;
}
#main-card .card-body{
  color: #fff;
}
.card#main-card .card-title{
  color: #fff;
}
.card#main-card .card-subtitle{
 color: #ffe43b; 
}
.overlay_img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,290e37+100&0+0,1+100,0+100,1+100 */
background: -moz-linear-gradient(top, rgba(125,185,232,0) 50%, rgba(41,14,55,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(125,185,232,0) 50%,rgba(41,14,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(125,185,232,0) 50%,rgba(41,14,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#290e37',GradientType=0 ); /* IE6-9 */
}
.overlay_thumb{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+99&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.64) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
  z-index: 1;
}
.title_section .iconedbox{
  color: #fff;
}
.title_section h3{
  color: #fff;
}
.abs_title{
  margin: 10px 0;
  padding:0px;
  color: #fff;
  z-index: 2;
  max-width:100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow:hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.abs_title h4{
  color: #fff;
}
.footer{
  background: #374957;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.appBottomMenu{
  background: #374957;
  position: relative;
  border-top:none;
}
.inner_footer{
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
#footerMenu.appBottomMenu .item i.icon, #footerMenu.appBottomMenu .item ion-icon{
  color: #98a4af;
}
#footerMenu.appBottomMenu .item.active i.icon, #footerMenu.appBottomMenu .item.active ion-icon, #footerMenu.appBottomMenu .item.active strong{
  color: #fff !important;
}
.view_video{
  display: block;
  margin-bottom: 10px;
}
.view_video span{
  color: #374957;
  font-size: 12px;
  border-right: 1px solid #374957;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.title-video{
  background: #fff;
  padding: 20px;
}
.main-video-title{display: block; background: #fff;}

.view_video span:last-child{
  border-right: none;
}

.main-video-title .main-title {
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    margin-bottom:  0;
}
.main-video-title .main-subtitle {
    color: #ffe43b;
    font-weight: 500;
    letter-spacing: .01em;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.main-video-title .main-subtitle {
    margin-top: -.375rem;
}
#accordion_video .accordion{
  background: #ffffff;
  border-radius:20px;
  -webkit-box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
  box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
}
#accordion_video .accordion .accordion-header .btn{
  color: #282828;
}
#accordion_video .accordion .accordion-content{
  color: #282828;
}
#notif_toast{
  position: fixed;
  top: -10vh;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  transition: all 0.3s ease-in-out 0s;
}
#notif_toast.actived{
  top: 20vh;
}
.innerNotif{
  display: inline-block;
  border: 2px solid #da251d;
  padding: 10px 20px;
  background: #364958;
  border-radius: 20px;
}
.innerNotif p{
  color: #fff;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}
#profile_white{
  padding: 20px;
  width: 100%;
}
#profile_info,.box-white-shadow,.box_edit_profile{
  width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 10px 20px;
  -webkit-box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
  box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
}
.box_grey_jadwal{
  width: 100%;
  border-radius: 20px;
  background: url(../images/bg_jadwal.png) right bottom no-repeat #374957;
  padding: 20px;
  -webkit-box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
  box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
}
.top_jadwal{
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.select_jadwal{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.icon_jadwal {
  margin-right: 15px;
}
.icon_jadwal .iconedbox{
  color: #fff;
  font-size: 24px;
}
.select_jadwal .form-group.boxed .form-control{
  background: transparent;
  height: 30px;
  font-size: 14px;
  color: #fff;
}
.list_jadwal{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.item_jadwal{
  display: block;
  padding: 0 10px;
  color: #fff;
  text-align: center;
}
.item_jadwal h3{
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #fff;
}
.item_jadwal p{
  font-size: 15px;
  margin: 0;
  color: #fff;
}
.select_jadwal .form-group{
  display: flex;
  width: 80%;
}
.top_jadwal h3{
  color: #fff;
}
.title_hadits{
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.title_hadits h3{
  color: #282828;
  margin: 0;
}
  .section.allProfile #profile_info{
  box-shadow: 1px 5px 39px -2px rgba(255,0,92,0.33);
  -webkit-box-shadow: 1px 5px 39px -2px rgba(255,0,92,0.33);
  -moz-box-shadow: 1px 5px 39px -2px rgba(255,0,92,0.33);
}

.name_info h4,.nomor_info h3{
  color: #374957;
  margin: 0;
}
.name_row{
  display: flex;
  align-items: center;
}
.name_info h4{
  font-weight: 600;
}
.name_info .view_video{
  margin: 0;
}
.view_point {
    display: block;
}
.item-kupon{
  position: relative;
}
.row_countdown{
  padding: 3px 20px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}
.number_countdown{
  display: flex;
  align-items: center;
}
.number_countdown{
  border-radius: 20px;
  padding:5px 7px 5px 5px;
  background: #fde4ed;
}
.count_kupon{
  display: flex;
}
.number_countdown .iconedbox,.number_countdown span{
  color: #ff005c;
}
.number_countdown .iconedbox{
  font-size: 20px;
}
.number_countdown .iconedbox.iconedbox-sm{
  width: 26px;
  height: 26px;
}
.number_countdown span{
  font-size:15px;
}
.inner_countdown{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.icon_kupon,.jml_point{
  display: inline-block;
  vertical-align: middle;
}

.icon_kupon{
  max-width: 25px;
}
.jml_point{
  font-size: 16px;
  font-weight: 500;
  color: #da251d;
}
.dialogbox.kuponBox .modal-dialog .modal-content{
  background: #ffeea2;
  text-align: center; `
}
.dialogbox.kuponBox .modal-dialog .modal-content .modal-header{
  justify-content: center;
}
.provider_kupon{
  max-width: 100px;
  display: inline-block;
}
.modal-body p{
  margin: 0;
}

.big_teks{
  border-bottom: dashed 2px  #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.big_teks h3{
  font-size: 26px;
  color: #282828;
  margin: 0;
}

.big_teks h1{
  font-size: 42px;
  color: #da251d;
  margin: 0;
}
.button_confirm{
  padding-top: 15px;
}
.button_confirm a{
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 17px;
  background: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  width: 100px;
}
.bt_merah{
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 17px;
  background: #da251d;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  border: none !important;
}
.bt_merah:hover{
  color: #fff;
}
.edit_profile{
  font-size: 14px;
  width: auto;
  color: #374957;
}

.edit_profile span.iconedbox{
  padding-top: 1px;
  color: #374957;
}
.description_game p,
.description_game h3{
  color: #fff;
}
.row_button{
  text-align: center;
  width: 100%;
}
.table_game{
  width: 100%;
  padding: 20px 40px;
  border-radius: 20px;
   -webkit-box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 3px 5px 25px 0 rgba(0,0,0,.1);
  box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
  background: #fff;
  margin-bottom: 45px;
}
.table_game table{
  width: 100%;
}

.table_game table tr th{
  font-weight: bold;
  color: #2a1139;
  font-size: 18px;
}
.table_game table tr td{
  color: #2a1139;
  font-size: 16px;
  padding: 5px 0;
  font-weight: 500;
  position: relative;
}
.table_game table tr td.arrownya{
  padding-right: 50px;
}
.table_game table tr td.arrownya:after{
  content: '';
  background: url(../images/arrow_table.png) no-repeat;
  background-size: 12px;
  position: absolute;
  right: 20px;
  top: 8px;
  width: 15px;
  height: 25px;
}
.vjs-big-play-button{
  display: none !important;
}
.video_frame{
  position: relative;
}
.overflow-vid {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    margin: auto;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}
.feat-vid-but{
    border: 3px solid #fff;
    font-size: 21.3333333px;
    margin: -23px 0 0 -23px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .25s;
    opacity: 1;
    z-index: 2;
    color: #fff;
}
.feat-vid-but .ion-icon{
  color: #fff;
}
.feat-vid-but i{
    -webkit-backface-visibility: hidden;
    color: #fff;
    font-size: 1em;
    margin: -26.66666666% 0 0 -16.66666666%;
    position: absolute;
    top: 50%;
    left: 50%;
}
.main-video.foto_artis{
  padding-right: 15px;
  padding-left: 15px;
}
.main-video.foto_artis .images_frame{
  border: 5px solid #351247;
  border-radius:20px;
  overflow:hidden;
  position: relative;
  border-bottom: none;
}
.row-teks-lengkap{
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-radius: 30px;
}
.row-teks-lengkap p{
  color: #374957;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}
.row-teks-lengkap p a{
  color: #ff005c;
}
.edit_title{
  color: #da251d !important;
  font-weight: 600;
  font-size: 18px;
  padding-top: 15px;
  text-align: center;
}
#row-kupon h3{
  color: #fff;
}
.title_video_box{
  display: block;
  text-align: left;
  padding: 20px 0;
}
.title_video_box span{
  font-size: 18px;
  color: #282828;
}
.title_video_box span strong{
  font-weight: 600;
}
.top_title_box{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
}
.top_title_box .icon_headphone{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #da251d;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 10px;
}
.top_title_box .no_dial{
  background: #fff;
  display: flex;
  padding:10px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
.no_dial span{
  color: #da251d;
  font-size: 18px;
  font-weight: 600;
}

/* ----- Move From index.php -------*/
.row_button_play,.title_audio{
  display: block;
  width: 100%;
  text-align: center;
}
.row_button_play{
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_audio h1{
  font-size: 22px;
  margin: 0;
}

.title_audio p{
  font-size: 17px;
}
#button{
  margin-top: 20px;
  background-color: #ba1219;
  margin-bottom: 10px;
  cursor: pointer;
  border: 10px solid #ba1219;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  font-weight: 300;
  font-size: 3rem;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  padding-left: 10px;
  align-items: center;
  justify-content: center;

}
#button .iconedbox{
  line-height: 78px;
  font-size: 100px;
}
#button {
  cursor: pointer;
}
#button.actived{
  padding-left: 0px;
}
.hp_slide{
    width:100%;
    background:rgba(255,255,255,.4);
    height:7px;
    position: relative;
    border-radius: 5px;
    margin: 10px 0;
    display: none;
}
.hp_slide:hover{
    background:rgba(255,255,255,.8);
}
.hp_range{
    width:0;
    background:#ba1219;
    height:7px;
    border-radius: 5px;
    position: relative;
    overflow: inherit !important;
}
.hp_range:after{
  content: '';
  opacity: 0;
  position: absolute;
  right: -2px;
  top: -3px;
  display: inline-block;
    height: 12px;
    width: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff0000;

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.hp_slide:hover .hp_range:after{
  opacity: 1;
}
.hp_slide progress{
  width: 100%;
  position:absolute;
  left: 0;
  top: 0;
  height: 5px;
  opacity: 0;
}
.bar_contorls{
  display: block;
  width: 100%;
  overflow:hidden;
    margin: 25px 0;
}
.bar_progress{
  margin: 15px 0;
  padding: 0 15px;
}
.bar_progress #seekslider{
    width: 100%; margin: 0 auto; margin-top: 10px; display: inline-block;
    border: none;
    border-radius: 5px;
    background:rgba(206,206,206,1);
}
.bar_progress .ui-slider .ui-slider-range{
    background:#ba1219;
}
.bar_contorls .ui-widget-content .ui-state-default{
  height: 20px;
    width: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff0000;
  border: none;
}
.items_audio{
  background: #d3d3d3;
  border-radius: 20px;
  padding: 10px;
  display: block;
}
.icon_play_audio{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  background: #374957;
  vertical-align: top;
}
.icon_play_audio .iconedbox{
  color: #fff;
}
.caption_audio{
  display: inline-block;
  vertical-align: top;
  width: 83%;
  padding-left: 10px;
}
.caption_audio h3{
  margin: 0 0 5px 0; 
  font-size: 18px;
}
.caption_audio p{
  font-size: 14px;
  color: #282828;
}
/* ------------------------- popup style -----------------------*/
.bg_popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;
}

.inner_abs_popup {
    position: fixed;
    width: 100%;
    text-align: center;
    top: 15vh;
    left: 0;
    z-index: 9999;
}

.inner_box {
    display: inline-block;
    background: #fff;
    width: 800px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 30%);
    border-radius: 10px;
    position: relative;
    z-index: 9999;
}
.header_popup {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 10px 10px 0 0;
}
.logo_kreasi {
    max-width: 120px;
}
.logo_superchat {
    max-width: 65px;
}

.tnc_overflow {
    height: 500px;
    width: 100%;
    overflow-y: scroll;
}
.tnc_item {
    padding: 20px 20px;
    text-align: left;
}
.tnc_item p {
    font-size: 17px;
    line-height: 24px;
}
.tnc_item ol li, .tnc_item ul li {
    padding: 8px 0;
    font-size: 17px;
    line-height: 24px;
}
.close_popup {
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 2;
    border-radius: 50%;
}
@media all and (max-width:767px){
  body {
    background: url(../images/bg.png) repeat-y top center fixed;
    -webkit-background-size: 2000px;
    -moz-background-size: 2000px;
    -o-background-size: 2000px;
    background-size: 2000px;
  }
  .inner_box {
      width: 100%;
  }
  .inner_abs_popup {
    top: 10vh;
    padding: 0 20px;
  }
  .logo-telkomsel{
    max-width: 80px;
  }
  .logo-kreasi{
    max-width: 80px;
  }
  .table_game{
    padding: 15px;
  }
  .table_game table tr td{
    font-size: 14px;
  }
  .row_countdown{
    padding: 3px 10px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 8px;
  }
  .number_countdown{
    display: flex;
    align-items: center;
  }
  .number_countdown{
    border-radius: 20px;
    padding:0px 7px 0px 5px;
    background: #fde4ed;
  }
  .number_countdown .iconedbox,.number_countdown span{
    color: #ff005c;
  }
  .number_countdown .iconedbox{
    font-size: 14px;
  }
  .number_countdown .iconedbox.iconedbox-sm{
    width: 18px;
    height: 18px;
  }
  .number_countdown span{
    font-size: 9px;
  }
  .inner_countdown{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #profile_info, .box-white-shadow, .box_edit_profile{
    padding: 5px 15px;
  }
  .name_info h4, .nomor_info h3{
    font-size: 14px;
  }
  .bt_merah{
    margin-bottom: 0;
  }
  #button{
    margin-top: 0;
  }
  #button{
    width: 70px;
    height: 70px;
  }
  #button .iconedbox{
    font-size: 42px;
  }
}

/* ===================
   Additional
   =================== */

table {
  width:100%;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 15px;
  text-align: left;
}
#t01 tr:nth-child(even) {
  background-color: #eee;
}
#t01 tr:nth-child(odd) {
 background-color: #fff;
}
#t01 th {
  background-color: black;
  color: white;
}
#t01 td {
  color: black;
}
