/* LIVE 1 */
.wrapper__widget-live-black {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-image: url("../../images/live/background-live.svg");
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
  }
  
  .text__widget-live {
    display: flex;
    padding: 10px;
    margin-bottom: 15px;
  }
  
  .text__widget-live span {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 10px;
  }
  
  .text__widget-live-title p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 10px;
    text-transform: capitalize;
    padding-left: 10px;
  }
  
  .text__widget-live-desc p {
    color: #ffffff;
    font-size: 12px;
    padding-bottom: 30px;
    line-height: 24px;
    padding-left: 10px;
  }
  
  .text__widget-live-date {
    margin-bottom: 20px;
    padding-left: 10px;
  }
  
  .text__widget-live-date span {
    color: #ffffff;
    font-size: 12px;
    padding-left: 5px;
  }
  
  .text__widget-live-date img {
    width: 15px;
    height: 15px;
  }
  
  .text__widget-live-btn {
    margin-top: 30px;
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
  }
  
  .text__widget-live-btn a {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 21px 10px 21px;
    color: #525252;
    font-size: 12px;
  }
  
  .text__widget-live-btn a:hover {
    background: #525252;
    color: #ffffff;
  }
  
  .text__widget-live-title-right {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-left: 10px;
    margin-top: 15px;
  }
  
  .text__widget-live-title-right span {
    color: #ff3838;
  }
  
  /* LIVE 2 */
  .wrapper__widget-live-white {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-image: url("../../images/live/background-live-2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
  }
  .wrapper__widget-live-pemilu {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-image: url("../../images/live/background-live-pemlu.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
  }
  
  .wrapper__banner-event {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .wrapper__banner-event img {
    width: 95%;
    margin-left: 10px;
  }
  
  .text__widget-live-2 {
    display: flex;
    padding: 10px;
  }
  
  .text__widget-live-2 span {
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 3px;
  }
  
  .text__widget-live-2 .text-bold {
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
  }
  
  .text__widget-live-2.white span {
    color: #222222 !important;
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 3px;
  }
  
  .text__widget-live-2.white .text-bold {
    font-weight: bold;
    text-transform: uppercase;
    color: #222222 !important;
  }
  
  /* SUBS CONTENT PREMIUM */
  .container__custom {
    display: block;
    position: relative;
    margin-top: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .container__custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .checkmark__custom {
    position: absolute;
    bottom: -33px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
  }
  
  .container__custom input:checked ~ .checkmark__custom {
    background-color: #f08c1a;
    border: unset;
  }
  
  .checkmark__custom:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .container__custom input:checked ~ .checkmark__custom:after {
    display: block;
  }
  
  .container__custom .checkmark__custom:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .wrapper__subscription-bronze {
    width: 100%;
    background: url("./mobile-header-bronze.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #efefef;
    box-sizing: border-box;
    border-radius: 14px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  
  .wrapper__subscription-bronze.subs-selected {
    border: 1px solid #f08c1a;
  }
  
  .wrapper__subscription-silver {
    width: 100%;
    background: url("./mobile-header-silver.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #efefef;
    box-sizing: border-box;
    border-radius: 14px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  
  .wrapper__subscription-silver.subs-selected {
    border: 1px solid #f08c1a;
  }
  
  .wrapper__subscription-gold {
    width: 100%;
    background: url("./mobile-header-gold.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #efefef;
    box-sizing: border-box;
    border-radius: 14px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  
  .wrapper__subscription-gold.subs-selected {
    border: 1px solid #f08c1a;
  }
  
  .wrapper__subscription-diamond {
    width: 100%;
    background: url("./mobile-header-diamond.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #efefef;
    box-sizing: border-box;
    border-radius: 14px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  
  .wrapper__subscription-diamond.subs-selected {
    border: 1px solid #f08c1a;
  }
  
  .subscription__header img {
    width: 100%;
  }
  
  .subscription__header .header-bronze {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    position: relative;
    left: 5px;
    top: 40px;
    text-transform: capitalize;
    margin-top: unset !important;
  }
  
  .subscription__header .header-silver {
    color: #444444;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    position: relative;
    left: 5px;
    top: 40px;
    text-transform: capitalize;
    margin-top: unset !important;
  }
  
  .subscription__header .header-gold {
    color: #7e4728;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    position: relative;
    left: 5px;
    top: 40px;
    text-transform: capitalize;
    margin-top: unset !important;
  }
  
  .subscription__header .header-diamond {
    color: #fcfcfc;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    position: relative;
    left: 5px;
    top: 40px;
    text-transform: capitalize;
    margin-top: unset !important;
  }
  
  .wrapper__radio-subscription {
    display: flex;
    justify-content: center;
  }
  
  .subscription__body {
    text-align: center;
    margin-top: 50px;
  }
  
  .body__text-price {
    color: #e06c52;
    border-radius: 10px;
    background: #ffffff;
    font-size: 40px;
    padding: 10px 50px 10px 50px;
    box-sizing: border-box;
  }
  
  .body__text-price span {
    font-size: 15px;
    position: relative;
    bottom: 20px;
    left: 6px;
  }
  
  .wrapper__text-price {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .wrapper__body-text-detail {
    display: flex;
    justify-content: center;
  }
  
  .body__text-detail {
    color: #444444;
    font-size: 14px;
    padding-left: 5px;
    text-transform: capitalize;
    margin-top: unset !important;
    margin-bottom: unset !important;
  }
  
  .wrapper__body-text-detail img {
    margin-right: unset !important;
    margin-top: unset !important;
    margin-bottom: unset !important;
  }
  
  .bookmark-payment-img {
    position: absolute;
    top: -26px;
    left: 35px;
    margin-top: unset !important;
  }
  
  .wrapper__text-subscription-premium {
    margin-bottom: 40px;
  }
  
  .wrapper__text-subscription-premium .text-top {
    font-size: 18px;
    color: #444444;
    text-align: center;
    margin-bottom: 10px !important;
  }
  
  .wrapper__text-subscription-premium .text-bottom {
    font-size: 13px;
    color: #444444;
    text-align: center;
    margin-top: 0px !important;
  }
  
  .wrapper__body-text-detail img {
    width: 15px;
    height: 15px;
  }
  
  .wrapper__widget-live-video {
    display: flex;
    justify-content: center;
  }
  