/* RBMC StyleVault Export
   Build-Tag: 2025-12-21_19-38_sv_export_page-8027
   Scope: page
   Page-ID: 8027
   Generated: 2025-12-21T19:38:51+00:00 (UTC)
*/
body .cky-btn-revisit-wrapper {
  background-color: rgba(0, 0, 0, 0) !important;
}
body .cky-btn-revisit-wrapper .cky-btn-revisit img {
  opacity: 0;
}
#main-content {
  min-height: calc(100vh - 100px);
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: column;
  -webkit-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .cky-btn-revisit-wrapper {
  background-color: rgba(0, 0, 0, 0) !important;
}
body .cky-btn-revisit-wrapper .cky-btn-revisit img {
  opacity: 0;
}
body .popup-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  overflow: auto;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}
body .popup-overlay.active {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body .popup-content {
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  width: 90%;
  max-width: 800px;
  height: auto;
  max-height: 85%;
  overflow-y: auto;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: left;
}
body .popup-content p {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 300;
  line-height: 1.6;
  padding-bottom: 15px;
}
body .popup-content p,body .popup-content h2,body .popup-content h3 {
  margin: 10px 0;
  padding-left: 20px;
}
.popup-container {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px;
}
.popup-left, .popup-right {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  min-width: 300px;
  padding: 25px;
}
.popup-left {
  width: 60%;
  line-height: 1.8;
}
.popup-right {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  background-color: #f9f9f9;
  line-height: 1.8;
  width: 40%;
  padding: 25px;
  margin-right: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.popup-left h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.popup-left h3, .popup-right h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-bottom: 2px solid #c5c5c2;
  padding-bottom: 5px;
  position: relative;
}
.popup-left h3::after, .popup-right h3::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-box-shadow: 0 4px 5px rgba(127, 127, 127, 0.1);
  box-shadow: 0 4px 5px rgba(127, 127, 127, 0.1);
}
p {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin: 10px 0;
  color: #666;
  font-size: 14px;
  font-size: 1.2rem;
  color: #f0f0f0;
  margin-bottom: 30px;
}
.popup-left p, .popup-right p {
  margin-bottom: 15px;
}
.popup-left:hover, .popup-right:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  transition: transform 0.3s ease-in-out;
}
body .popup-trigger {
  position: relative;
  cursor: pointer;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  border-radius: 14px;
}
.popup-trigger:hover {
  -webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}
body .scanner {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  animation: scan 2s infinite;
}
body #chevron-left {
  position: relative;
  left: -25px;
}
body #chevron-right {
  position: relative;
  left: 25px;
}
.active > div > div > div {
  padding-left: 0px;
  padding-right: 20px;
}
.ag_slug_playlist-album > div > div > .active > .active {
  padding-right: 20px;
}
.ag_slug_playlist-album .menu-item {
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(34, 34, 34, 0.54);
  box-shadow: 0px 0px 1px 0px rgba(34, 34, 34, 0.54);
}
.ap-controls div div div div div {
  border-width: 2px !important;
}
#playlist div .ag_slug_playlist-album {
  -webkit-column-count: 1;
  column-count: 1;
  word-spacing: 2.1px;
  letter-spacing: 0.4px;
  font-family: 'Oxygen', sans-serif;
  background-color: rgba(255, 255, 255, 0.95) !important;
}
.ag_slug_playlist-album .active .fa-heart,.ag_slug_playlist-album .active .fa-play {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.dzsag-loaded .active .fa-heart {
  color: #f93333;
  font-size: 12px;
}
.btn-zoomsounds:before,.btn-zoomsounds>.the-bg {
  width: 107% !important;
}
.dzsag-loaded .active .zoomsounds-player-btn-like:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  transition: transform 0.3s ease;
}
.dzsag-loaded .active .active svg {
  position:relative;
  left:18px;
  top:1px;
}
.btn-zoomsounds .the-icon>svg path {
  fill: #444 !important;
  transition: fill 0.3s ease-out;
}
.btn-zoomsounds:hover .the-icon>svg path {
  fill: #e91e63 !important;
  transition: fill 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.btn-zoomsounds .btn-label,.btn-zoomsounds .the-icon,.btn-zoomsounds .the-label {
  padding-right: 20px;
}
.dzsag-loaded .active .the-label:hover {
  color: #e91e63 !important;
  transition: color 0.3s ease-out !important;
}
.dzsag-loaded .active .fa-play {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.zoomsounds-nav.skin-aura .menu-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.zoomsounds-nav.skin-aura .menu-item-views {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  pointer-events: auto;
  transition: none !important;
}
.zoomsounds-nav.skin-aura .menu-item-views:hover {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  color: #e91e63 !important;
  transition: color 0.3s ease-out !important;
}
.gutters-row-lg-2 .justify-content-lg-center .h-column-container .h-flex-basis .h-y-container .h-element div h3 {
  font-size: clamp(2rem, 2vw, 2.5rem);
  line-height: 1.2;
  text-align: center;
  margin: 20px auto;
  -webkit-box-shadow: 0 0 10px #00ccff, 0 0 20px #00ccff;
  box-shadow: 0 0 10px #00ccff, 0 0 20px #00ccff;
  text-decoration: underline;
  text-decoration-color: #00ccff;
}
a:hover {
  color: #ff4500;
  text-decoration: underline;
}
.popup-trigger {
  width: 100%;
  height: auto;
}
.tvb-promo-box {
  background: #fdf9f4;
  border: 2px solid #e6dcd2;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.tvb-promo-content {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.tvb-promo-left img {
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.15);
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}
.tvb-promo-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 240px;
}
.tvb-promo-right h2 {
  margin-top: 0;
  font-size: 1.8rem;
}
.tvb-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  background-color: #a86c48;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.tvb-btn:hover {
  background-color: #8e5333;
}
.star-rating-con .star-rating-bg span {
  display: none;
}
.star-rating-con .star-rating-prog-clip .star-rating-prog {
  left:0px;
  right:auto !important;
}
.star-rating-con .star-rating-bg .rating-inner {
  position:relative;
  left:20px;
}
.dzsag-loaded div .star-rating-prog-clip {
  left:20px;
  right:auto !important;
}
.star-rating-con .star-rating-set-clip .star-rating-prog {
  left:20px;
}
.dzsag-loaded div .zoomsounds-player-btn-like {
  -webkit-transform:translatex(0px) translatey(0px);
  -ms-transform:translatex(0px) translatey(0px);
  transform:translatex(0px) translatey(0px);
  left:9px;
  top:-4px;
}
.dzsag-loaded .active .active {
  width:99%;
}
#custom .h-col-lg-auto .h-flex-basis {
  -webkit-transform:translatex(0px) translatey(0px);
  -ms-transform:translatex(0px) translatey(0px);
  transform:translatex(0px) translatey(0px);
}
@media (max-width: 768px) {
  .button-shared-glow {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:row;
    -webkit-box-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    position:relative;
    bottom:-15px;
    padding: 15px 30px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background:-webkit-linear-gradient(left, #ff4500, #ff6a00);
    background:-o-linear-gradient(left, #ff4500, #ff6a00);
    background:linear-gradient(90deg, #ff4500, #ff6a00);
    border: none;
    border-radius: 10px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 10px rgba(255, 69, 0, 0.7);
    box-shadow: 0 0 10px rgba(255, 69, 0, 0.7);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
  }
}
@media (max-width: 650px) {
  body .popup-content {
    padding-top: 1px;
  }
  body .popup-container {
    padding: none;
  }
  .popup-left, .popup-right {
    width: 100%;
    padding: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .popup-content {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
  }
  .headline_yt-video_text {
    font-size: 2rem;
    margin: 15px auto;
  }
}
@media (max-width: 480px) {
  .popup-trigger:active {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  .headline_yt-video_text {
    font-size: 1.8rem;
    margin: 10px auto;
  }
  .button-shared-glow {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:row;
    -webkit-box-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    position:relative;
  }
}