@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");

body {
  background: url(../images/bg-kamar-idola.png) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.hide {
  display: none !important;
}
.left {
  float: left;
  display: inline;
}
.right {
  float: right;
  display: inline;
}
.bgHompage {
  background: url(../images/bgHomepage.jpg) no-repeat top center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.prize-page {
  min-height: 100vh;
  background: url(../images/bg-kamar-idola.png) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-dots {
  background: url(../images/bg-foto-main.png) no-repeat right bottom;
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%;
}
.box-red-video {
  padding: 20px 0;
}
.bg-red-bottom {
  background: url(../images/dots-video-bottom.png) #e50811 no-repeat left bottom;
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%;
  margin-top: -3px;
  padding-top: 20px !important;
  padding-bottom: 100px !important;
}
.foto_small {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  border: 4px solid #b00212;
  overflow: hidden;
}
.foto_small img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#mainHeader {
  background: transparent;
  color: #4f5052;
  transition: all 0.3s ease-in-out 0s;
}
.appHeader .left .headerButton,
.appHeader .right .headerButton {
  color: #374957;
}
#mainHeader.fixNav {
  border-bottom: 1px solid #eaeaff;
  background: #eaeaff;
}
.appHeader .pageTitle .logo {
  max-height: 30px;
}
.logo-telkomsel {
  max-width: 120px;
}
.logo-kreasi {
  max-width: 120px;
}
#middle-content {
  padding-top: 60px;
  padding-bottom: 100px;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  min-height: 100vh;
}
.mainhome#middle-content {
  padding-bottom: 0px;
}
#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%;
  background: rgb(15, 23, 31);
  background: linear-gradient(
    180deg,
    rgba(15, 23, 31, 0) 40%,
    rgba(15, 23, 31, 1) 100%
  );
}
.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 {
  width: 100%;
  text-align: left;
  line-height: 0.1em;
  color: #404040;
  margin: 10px 0 20px;
  font-size: 20px;
}
.date_title {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  margin: 3px 0;
}
.thumbnail_video {
  border-radius: 20px 20px 0 0;
}
.icon-play {
  max-width: 30px;
  position: absolute;
  right: 10px;
  top: -15px;
}
.title_section h3 span {
  padding: 0 10px 0 0;
}
.abs_title {
  padding: 10px;
  color: #fff;
  z-index: 2;
  max-width: 100%;
  border-radius: 0 0 20px 20px;
  position: relative;

  background: url(../images/bg-thumnail.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.abs_title h4 {
  color: #fff;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.footer_menu {
  background: rgb(87, 176, 205);
  background: linear-gradient(
    132deg,
    rgba(232, 86, 123, 1) 0%,
    rgba(86, 143, 212, 1) 100%
  );
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.appBottomMenu {
  background: rgb(87, 176, 205);
  background: linear-gradient(
    132deg,
    rgba(232, 86, 123, 1) 0%,
    rgba(86, 143, 212, 1) 100%
  );
  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: #fff;
}
#footerMenu.appBottomMenu .item.active i.icon,
#footerMenu.appBottomMenu .item.active ion-icon,
#footerMenu.appBottomMenu .item.active strong {
  color: #fff !important;
}
#footerMenu.appBottomMenu .item i.icon,
#footerMenu.appBottomMenu .innerMenuCircle {
  background: transparent;
}
#footerMenu.appBottomMenu .innerMenuCircle span {
  display: none;
}
#footerMenu.appBottomMenu .item.active .innerMenuCircle {
  border-radius: 20px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  flex-direction: row;
}
#footerMenu.appBottomMenu .item.active .innerMenuCircle span {
  color: #fff;
  display: block;
}
.view_video {
  display: block;
  margin-bottom: 0;
}
.view_video span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-right: 1px solid #fff;
  padding-right: 5px;
  margin-right: 0px;
  display: inline-block;
  vertical-align: middle;
}
.title-video.inner-detail span {
  color: #404040;
}
.title-video.inner-detail .main-video-title .main-title {
  font-size: 20px;
}
.title-video {
  padding: 0px;
}
.abs_title_foto {
  padding: 30px 10px 0 10px;
  margin-top: -100px;
  position: relative;
  z-index: 3;
  background: rgb(222, 221, 253);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  padding-bottom: 20px;
}
.main-video-title {
  display: block;
  background: transparent;
  color: #fff;
}

.main-video-title h5 {
  color: #373838;
}
.view_video span:last-child {
  border-right: none;
}
#tonton-lagi {
}
.main-video-title .main-title {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Anton", sans-serif;
  line-height: 30px;
}
.main-video-title .main-subtitle {
  color: #404040;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
}
#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, 0.1);
  box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
}
#accordion_video .accordion .accordion-header .btn {
  color: #404040;
}
#accordion_video .accordion .accordion-header .btn img {
  max-width: 30px;
  margin-right: 15px;
}
#accordion_video .accordion .accordion-content {
  color: #606162;
}
#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: 28vh;
}
.innerNotif {
  display: inline-block;
  border: 2px solid #568fd4;
  padding: 10px 20px;
  background: rgb(87, 176, 205);
  background: linear-gradient(
    132deg,
    rgba(232, 86, 123, 1) 0%,
    rgba(86, 143, 212, 1) 100%
  );
  border-radius: 20px;
}
.innerNotif p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}
#profile_white {
  padding: 20px;
  width: 100%;
}
#kupon_white {
  padding: 20px;
  border-radius: 10px;
  width: 100%;
}
.inner_mainArtis {
}
.video-list .inner_mainArtis {
  overflow: hidden;
}
.inner_mainArtis .carousel-multiple {
}

.group-from {
}
.carousel_video {
  display: block;
  width: 100%;
  overflow: hidden;
}
#profile_info {
  background: transparent;
}
.thumb-profile {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}
.thumb-profile.edit {
  width: 100px;
  height: 100px;
}
.object_fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#edit_profile_white {
  margin-top: 20px;
}
.box_edit_profile {
  background: url(../images/bg-edit-profile.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 20px;
  padding: 20px;
}
.box_edit_profile .edit_title {
  color: #404040 !important;
}
.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, 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: #fff;
  height: 30px;
  font-size: 14px;
  border-radius: 10px;
  color: #fff;
}
.form-group.boxed .form-control {
  background: #fff;
  border-radius: 20px;
  color: #000;
}
.form-group .label {
  font-size: 13px;
}
.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;
}

.name_info h4,
.nomor_info h3 {
  color: #fff;
  margin: 0;
}
.name_row {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.name_row_inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.name_row h4 {
  margin-bottom: 0;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}
.name_info h4 {
  font-weight: 600;
}
.name_row .view_video {
  margin: 0;
}
.view_point {
  display: block;
  border-radius: 20px;
  padding: 5px 20px;
  border: 2px solid #e62c23;
}
.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: 15px;
  font-weight: 600;
  color: #e62c23;
}
.dialogbox.kuponBox .modal-dialog .modal-content {
  background: url(../images/bg-popup.png) #ffff center center no-repeat;
  background-size: cover;
  text-align: center;
  overflow: initial;
}
.dialogbox.kuponBox .modal-dialog .modal-content .modal-header {
  justify-content: center;
}
.provider_kupon {
  max-width: 200px;
  display: inline-block;
  margin-top: -50px;
  margin-bottom: 5px;
}
.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: #f25a81;
  margin: 0;
}

.big_teks h1 {
  font-size: 42px;
  color: #da251d;
  margin: 0;
}
.button_confirm {
  padding-top: 15px;
}
.button_confirm a {
  display: inline-block;
  color: #04121d;
  text-align: center;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 17px;
  background: #ededed;
  font-weight: 500;
  margin-bottom: 15px;
  width: 100px;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
}
.bt_merah {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 17px;
  background: rgb(42, 197, 182);
  background: linear-gradient(
    0deg,
    rgba(174, 204, 239, 1) 0%,
    rgba(95, 149, 215, 1) 100%
  );
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  border: none !important;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
}
.bt_yellow {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 17px;
  background: rgb(42, 197, 182);
  background: linear-gradient(
    0deg,
    rgba(174, 204, 239, 1) 0%,
    rgba(95, 149, 215, 1) 100%
  );
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  border: none !important;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
}
.bt_grey {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 17px;
  background: #4f5052;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  border: none !important;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
}
.menu-koin {
  display: inline-flex;
  color: #4f5052;
  text-align: center;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  background: #ededed;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  border: none !important;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  z-index: 2;
  align-self: flex-end;
  height: fit-content;
}
.bt_grey:hover {
  color: #fff;
}
.bt_merah.block,
.bt_yellow.block {
  width: 100%;
}
.bt_merah:hover {
  color: #fff;
}
.bt_merah.small {
  font-size: 15px;
}
.edit_profile {
  font-size: 14px;
  width: auto;
  color: #4e45ff;
}

.edit_profile span.iconedbox {
  padding-top: 1px;
  color: #404040;
}
.description_game {
  padding-top: 20px;
  padding-bottom: 20px;
}
.description_game p,
.description_game h3 {
  color: #404040;
}
.description_game h3 {
  color: #6540d6;
}
.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, 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.4);
  margin: auto;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 10px 20px;
}
.overflow-vid h3 {
  margin: 0 0 0 0;
  color: #e62c23;
  font-size: 20px;
}

.overflow-vid p {
  font-size: 17px;
  color: #fff;
}
.feat-vid-but {
  font-size: 21.3333333px;
  margin: -23px 0 0 -23px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  right: 10%;
  bottom: -40px;
  transition: all 0.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%;
}

.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: #da251d;
}
.edit_title {
  color: #404040 !important;
  font-weight: 600;
  font-size: 20px;
  padding-top: 15px;
  text-align: center;
}
#row-kupon h3 {
  color: #404040;
}
.title_video_box {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 20px 0;
}
.caption_box {
  margin-left: 15px;
}
.title_video_box h2 {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #e62c23;
  line-height: 0.1em;
  color: #b00212;
  margin: 10px 0 20px;
  font-size: 20px;
}
.title_video_box h2.red {
  color: #b00212;
}

.title_video_box h2 span {
  background: #ededed;
  padding: 0 10px 0 0;
}
.title_video_box p {
  color: #464646;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}
.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;
}
.images_frame {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
}
#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, 0.4);
  height: 7px;
  position: relative;
  border-radius: 5px;
  margin: 10px 0;
  display: none;
}
.hp_slide:hover {
  background: rgba(255, 255, 255, 0.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;
}
#middle-content.chatingan {
  padding-bottom: 0;
}
#home_chat {
  padding: 50px 0 100px 0;
}
#home_chat .image-listview > li {
  background: #fff;
  border-radius: 5px;
  margin: 10px 15px;
  box-shadow: 0px 5px 16px 0px rgb(0 0 0 / 23%);
  -webkit-box-shadow: 0px 5px 16px 0px rgb(0 0 0 / 23%);
  -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
}
#home_chat .image-listview > li .up-text {
  display: flex;
  flex-direction: row;
}
#home_chat .image-listview > li .up-text h3 {
  color: #282828 !important;
  font-size: 15px;
  margin: 0;
}
#home_chat .image-listview > li .up-text span {
  display: inline-flex;
  color: #fff;
  font-size: 11px;
  margin-left: 15px;
  background: #c152cf;
  border-radius: 20px;
  padding: 0 3px;
}
.listview .text-muted {
  font-size: 13px;
  color: #555555 !important;
}
#appCapsule {
  background: #ededed;
  padding: 50px 0 100px 0;
}
#group_chat {
  background: #ededed;
}
#appCapsule .message-divider.caption_group {
  margin: 15px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 18px;
  background: #8695b5;
}
#appCapsule .message-item .bubble {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
#appCapsule .message-item .content {
  padding: 10px 16px;
  background: #fff;
  border-radius: 16px 16px 16px 0;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 8%);
  color: #141515;
  display: inline-block;
  margin-top: 4px;
  line-height: 1.4em;
  position: relative;
}
#appCapsule .message-item .title {
  padding: 0;
  color: #618101;
  font-weight: 500;
}
#appCapsule .message-item.user .content {
  background: #f25a81;
  border-radius: 16px 16px 0 16px;
}
.chatFooter {
  padding-bottom: 20px;
}
.centerPage h3 {
  margin: 0;
  color: #404040;
}
.centerPage h3 a {
  color: #404040;
}
#group_chat .profile-info h3,
#group_chat .profile-info .bio,
#group_chat .up-text h3 {
  color: ##4f5052;
}
#list_participant {
  background: #fff;
  padding-bottom: 100px;
}
/* ------------------------- 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: 600px;
  box-shadow: 0px 10px 30px rgb(0 0 0 / 30%);
  border-radius: 10px;
  position: relative;
  z-index: 9999;
}
.header_popup {
  background: rgb(87, 176, 205);
  background: linear-gradient(
    132deg,
    rgba(232, 86, 123, 1) 0%,
    rgba(86, 143, 212, 1) 100%
  );
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 8%);
}
.logo_kreasi {
  max-width: 120px;
}
.logo_superchat {
  max-width: 65px;
}
.logo-letda {
  max-width: 150px;
}
.tnc_overflow {
  height: 60vh;
  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%;
}
/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
  clear: both;
  overflow: auto;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html > body div.tableContainer {
  overflow: hidden;
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
  width: 100%;
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
  position: relative;
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html > body thead.fixedHeader tr {
}

/* make the TH elements pretty */
thead.fixedHeader th {
  font-weight: normal;
  padding: 10px 20px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  border: none;
}

thead.fixedHeader {
  background: rgb(147, 91, 250);
  background: linear-gradient(
    -73deg,
    rgba(147, 91, 250, 1) 0%,
    rgba(245, 71, 160, 1) 100%
  );
  margin-bottom: 15px;
}
thead.fixedHeader th:first-child {
  border-radius: 20px 0 0 20px;
}
thead.fixedHeader th:last-child {
  border-radius: 0px 20px 20px 0px;
  text-align: right;
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a,
thead.fixedHeader a:link,
thead.fixedHeader a:visited {
  color: #fff;
  display: block;
  text-decoration: none;
  width: 100%;
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
  color: #fff;
  display: block;
  text-decoration: underline;
  width: 100%;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html > body tbody.scrollContent {
  width: 100%;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td,
tbody.scrollContent tr.normalRow td {
  background: #fff;
  border-bottom: none;
  border-left: none;
  padding: 10px;
}

tbody.scrollContent tr.alternateRow td {
  background: #eee;
  border-left: none;
  padding: 15px 10px;
}
html > body thead.fixedHeader th {
}

html > body thead.fixedHeader th + th {
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html > body tbody.scrollContent td {
  text-align: left;
  border-bottom: 1px solid #d2d2d2;
  font-weight: 500;
  position: relative;
}
html > body tbody.scrollContent td.arrownya:after {
  content: "";
  background: url(../images/arrow_table.png) no-repeat;
  background-size: 8px;
  position: absolute;
  right: 0px;
  top: 20px;
  width: 15px;
  height: 25px;
}

html > body tbody.scrollContent td + td {
  text-align: right;
  padding: 1px 15px 1px 1px;
}
.info_left {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: -5px;
}
.extrasmall {
  font-size: 8px;
}
/*===== back to bottom ===== */
.fixed_bt_to_bottom {
  position: fixed;
  right: 0;
  bottom: 150px;
  background: #f25a81;
  border-radius: 400px 0 0 400px;
  z-index: 99;
}
.bt_to_bottom {
  min-width: 36px;
  max-width: 36px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  font-size: 20px;
  border-radius: 400px;
  margin-right: 16px;
  color: #fff;
  border: 2px solid #3acfdb;
}

/*===== back to bottom ===== */

.vjs-poster {
  background-size: 100% !important;
}

.box-ambil-koin {
  display: block;
  border-radius: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner-bg {
  width: 100%;
  background: url(../images/bg-banner-kecil.png) #202422 no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  padding: 20px 20px 20px 20px;
  position: relative;
  z-index: 2;
  min-height: 150px;
  display: flex;
  justify-content: center;
}
.box-ambil-koin h3 {
  font-size: 15px;
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 2;
}
.box-ambil-koin p {
  font-size: 12px;
  z-index: 2;
  position: relative;
}
.caption-banner-kecil {
  display: inline-block;
  width: 25%;
  flex-direction: column;
  align-self: center;
}
.foto-banner-koin {
  align-self: flex-end;
  width: 50%;
  margin: 0 10px;
  margin-bottom: -20px;
}
.coin_row_info {
  width: 38%;
  max-width: 140px;
  background: transparent;
  padding: 10px;
  border-radius: 20px 0 20px 20px;
}

.coin_row_info img {
  max-width: 30px;
}
.coin_row_info span {
  font-size: 12px;
  font-weight: bold;
}
.coin_row_info .item_coins_info:first-child {
  border-radius: 20px;
  background: transparent;
  border: 2px solid #fff;
  padding: 0px 5px;
  margin-bottom: 10px;
}
.coin_row_info .item_coins_info:first-child span {
  color: #fff;
}
.coin_row_info .item_coins_info:last-child {
  padding: 5px;
  border-radius: 20px;
  background: #fff;
  height: 30px;
}
.coin_row_info .item_coins_info:last-child span {
  color: #f25a81;
}
.coin_row_info .item_coins_info:last-child img {
  margin-left: -33px;
  max-width: 40px;
}
.caption-rajaKoin .title-rajakpoin {
  font-weight: 400;
  font-size: 11px;
  padding-top: 10px;
  line-height: 1px;
}
.row-button-winner-leaderboard .col-sm-6 {
  text-align: center;
}
.red-button-lead {
  display: inline-block;
  color: #fff;
  width: 100%;
  max-width: 250px;
  text-align: center;
  padding: 5px 20px;
  border-radius: 20px 0 20px 20px;
  font-size: 13px;
  background: #2c3741;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  border: 1px solid #f547a0;
  overflow: hidden;
  line-height: 20px;
}
.red-button-lead:hover,
.red-button-lead:focus {
  color: #fff;
  box-shadow: 4px 10px 26px 5px rgb(0 0 0 / 23%);
  -webkit-box-shadow: 4px 10px 26px 5px rgb(0 0 0 / 23%);
  -moz-box-shadow: 4px 10px 26px 5px rgb(0 0 0 / 23%);
}
.red-button-lead.leaderboard {
  background: url(../images/icon-leaderboard.png) #2c3741 15px center no-repeat;
  background-size: 40px;
  padding-left: 40px;
}
.red-button-lead.winner {
  background: url(../images/icon-winner.png) #2c3741 15px center no-repeat;
  background-size: 40px;
  padding-left: 45px;
}
.hadiah-fixed {
  position: fixed;
  right: -100%;
  bottom: 150px;
  width: 120px;
  z-index: 10;
  transition: all 0.5s ease-in-out 0s !important;
}
.hadiah-fixed.showed {
  right: 0;
}
.abs_prize {
  position: absolute;
  bottom: 70px;
  left: 0;
  text-align: center;
  padding: 20px;
  width: 100%;
}
.abs_money {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  padding: 20px;
  width: 100%;
  transition: all 0.5s ease-in-out 0s !important;
  opacity: 0;
}
.abs_money.opened {
  opacity: 1;
  bottom: 70px;
}
.abs_money img {
  display: inline-block;
  width: 90%;
}
.abs_prize .kotak-hadiah-images {
  display: inline-block;
  max-width: 300px;
  position: relative;
}
.abs_prize .kotak-hadiah-images img {
  width: 100%;
  transition: all 0.5s ease-in-out 0s !important;
}
#box-compact {
  opacity: 1;
}
#box-open,
#box-tutup {
  position: absolute;
  z-index: 10;
  left: 5px;
  bottom: 0;
  opacity: 0;
}
.abs_prize.opened #box-open,
.abs_prize.opened #box-tutup {
  opacity: 1;
}
.abs_prize.opened #box-tutup {
  bottom: 150px;
}
.abs_prize.opened #box-compact {
  opacity: 0;
}
.abs_text_info {
  position: absolute;
  bottom: 400px;
  left: 0;
  text-align: center;
  padding: 20px;
  width: 100%;
}
.bubble_text {
  display: inline-block;
  width: 350px;
  position: relative;
  background-color: #f25a81;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
}
.bubble_text p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.bubble_text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: solid 10px #f25a81;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.confeti_button {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  height: 50px;
  width: 30%;
  z-index: 10;
  left: 35%;
}
.text-hadiah {
  margin-bottom: -100px;
  transition: all 0.5s ease-in-out 0s !important;
  opacity: 0;
}
.text-hadiah p {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #363636;
}
.text-black-shadow {
  text-shadow: -1px 0px 0px rgb(255 255 0);
}
.text-black-shadow2 {
  text-shadow: -1px 0px 0px rgb(255 255 255);
}
.countMember {
  margin-bottom: 5px;
  color: #f25a81;
  font-weight: 600;
}
.text-hadiah h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #363636;
}
.abs_prize.opened .text-hadiah {
  opacity: 1;
  margin-bottom: -100px;
  position: relative;
  z-index: 11;
}
.title-section h2 {
  font-size: 20px;
  color: #404040;
  text-align: center;
}

.list-avatar {
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  margin-bottom: 15px;
}
.avatar-item {
  cursor: pointer;
  width: 95px;
  display: inline-block;
  margin: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.avatar-item img {
  width: 100%;
}
.avatar-item.active,
.avatar-item:hover {
  border: 3px solid #e62c23;
}

/* ------update css 17 04 22 ------ */

.kategori_tabs {
  display: block;
  width: 100%;
  text-align: center;
}
.kategori_tabs_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kategori_tabs a {
  background: rgb(200, 199, 199);
  background: linear-gradient(
    0deg,
    rgba(200, 199, 199, 1) 0%,
    rgba(242, 238, 238, 1) 100%
  );
  color: #555555;
  font-weight: 600;
  width: 125px;
  display: inline-block;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kategori_tabs a.active {
  background: #23c2b2;
  color: #fff;
}
.kategori_tabs_inner a:first-child {
  border-radius: 80px 0 0 80px;
}
.kategori_tabs_inner a:last-child {
  border-radius: 0 80px 80px 0;
}
.kategori_tabs h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
  color: #fff;
}
.loader_gif {
  width: 100%;
  text-align: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7e28c8;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.caption-info-box {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.caption-info-box-icon {
  display: block;
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: -50px;
}
.caption-info-box-detail {
  border-radius: 20px;
  text-align: center;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  background: #fff;
  border: 1px solid #f25a81;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.23);
  padding: 30px 10px 2px 10px;
}
.caption-info-box-detail h3 {
  color: #f25a81;
  font-size: 24px;
  margin: 0;
}

.caption-info-box-detail p {
  font-size: 12px;
  line-height: 13px;
  color: #f25a81;
}

.hadiah-fixed {
  position: fixed;
  right: -100%;
  bottom: 70px;
  width: 140px;
  z-index: 10;
  transition: all 0.5s ease-in-out 0s !important;
}
.hadiah-fixed img {
  animation: zoom-in-zoom-out 1.5s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* ------update css 17 04 22 ------ */

@media all and (max-width: 767px) {
  .carousel-multiple .owl-stage-outer .owl-stage {
    padding-left: 20px !important;
  }

  .inner_box {
    width: 100%;
  }
  .inner_abs_popup {
    top: 5vh;
    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;
  }

  .kuis-banner .box-white-shadow {
    padding: 15px 15px 25px 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;
  }

  .inner-bg {
    min-height: 120px;
  }
  .foto-banner-koin {
    top: -10px;
  }
  .menu-koin {
    bottom: 0px;
    right: 10px;
  }
  .inner-bg {
    justify-content: flex-start;
  }
  .caption-banner-kecil {
    width: 30%;
  }
  .menu-koin {
    position: absolute;
  }
  .box-ambil-koin p {
    font-size: 11px;
    line-height: 16px;
  }
  .foto-banner-koin {
    width: 65%;
  }
}

/* ------update css 02 May 23 ------ */

.custom-pagination-row {
  padding: 20px;
}

.custom-pagination-row .pagination .page-item .page-link {
  background: #ebebeb;
  color: #acacac;
  font-weight: 600;
}

.custom-pagination-row .pagination .page-item.active .page-link {
  background: #6196d7;
  color: #fff;
}
