/**/
div.play-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  background-color: #000;
}

@media (max-width: 479px) {
    div.play-video {
        min-height: 260px;
        padding: 0;
    }
}

div.play-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loading-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn.btn-secondary.btn-option {
  color: #ffffff;
}

.btn-option.active {
  background-color: #24baef !important;
  border-color: #24baef !important;
}

.content_banner {
  overflow: hidden;
}

/* banner advertising */
.banner-ad-bottom-fixed {
    position:fixed;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index:999999;
    padding: 0px;
}

.banner-ad-bottom-fixed .toast-header {
    background-color: #ffffff;
}

.banner-ad-bottom-fixed .toast-header .btn-close {
    font-size: 1.25rem;
    padding: 0px 0px;
    border: none;
}

.toast {
    --bs-toast-padding-x: 0.25rem;
    --bs-toast-padding-y: 0.25rem;
    --bs-toast-max-width: 310px;
}
/* end banner advertising */