/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/**********************************
Custom font made from Font Awesome
**********************************/

@font-face {
    font-family: 'wptv_startup';
    src: url('../fonts/wptv_startup.eot?32881450');
    src: url('../fonts/wptv_startup.eot?32881450#iefix') format('embedded-opentype'), url('../fonts/wptv_startup.woff2?32881450') format('woff2'), url('../fonts/wptv_startup.woff?32881450') format('woff'), url('../fonts/wptv_startup.ttf?32881450') format('truetype'), url('../fonts/wptv_startup.svg?32881450#wptv_startup') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "wptv_startup";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-play:before {
    content: '\e800';
}

.icon-right-open:before {
    content: '\e801';
}

.icon-left-open:before {
    content: '\e802';
}

    .icon-down-open:before {
    content: '\e803';
}

 .icon-content-lock:before {
    content: '\1f512';
}

.icon-right-dir:before {
    content: '\e804';
}

.icon-cancel:before {
    content: '\e805';
}

.icon-ellipsis2:before {
    content: '\e806';
}

.icon-angle-left:before {
    content: '\f104';
}

.icon-angle-right:before {
    content: '\f105';
}

.icon-ellipsis:before {
    content: '\f141';
}
.icon-download:before {
     content: '\f019'; 
}

/***********************************
 End Custom font made from Font Awesome 
************************************/


/* Not Skin Specific */



.wptv .wptv_main {
    position: relative;
}

.wptv .wptv_clearfix {
    clear: both !important;
}

.wptp-flip-h {
    -moz-transform: scale(-1, 1) !important;
    -webkit-transform: scale(-1, 1) !important;
    -o-transform: scale(-1, 1) !important;
    -ms-transform: scale(-1, 1) !important;
    transform: scale(-1, 1) !important;
    display: inline-block;
}

.wptv_center {
    width: min-content !important;
    margin: 0 auto !important;
    text-align: center;
}

.wptv span.wptv_play_button,
.wptv span.wptv_back_button {
	display:inline-block;
    border: 0 !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
    height: 32px !important;
    line-height: 22px !important;
    font-size: 16px !important;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.wptv span.wptv_play_button button,
.wptv span.wptv_back_button button {
    background: none;
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: inherit;
    text-transform: inherit;
    outline: none;
    vertical-align: initial;
}

.container {
    /* Override Bootstrap */
    width: 100% !important;
}


.wptv .wptv_cat_title {
    padding: 0 10px !important;
    font-weight: 700 !important;
    margin-bottom: 11px !important;
}

.wptv .wptv_cat_title span:nth-of-type(1) {
    line-height: 1.5x !important;
}

.wptv_aspect-ratio-box {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.wptv.wptv_template {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.wptv.wptv_template .details {
	padding: 15px 0 25px;
}

.wptv.wptv_template .details h1 {
	margin:0 0 10px;
}

.wptv.wptv_template .details p {
	margin:0;
}

.wptv_aspect-ratio-box-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Skin 1 */

.recommended-videos-container {
	padding:0 25px;
	border:1px solid rgba(255,255,255,0.25);
	backdrop-filter: blur(10px);
	border-radius:10px;
}
.recommended-videos-wrapper {
	overflow:hidden;
}
.recommended-videos-container .wptv.wptv_category-container {
	overflow:visible!important;
}

.wptv .wptv-background {
    height: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
    padding-top: 56.25% !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 15px;
    position: relative;
}

.wptv .wptv-background::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 4.5); /* Transparent overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wptv .wptv-background:hover::after {
  opacity: 0.5; /* Adjust the opacity value to your preference */
}

.wptv a.wptv_video-slide {
    display: block !important;
    text-decoration: none !important;
    color: transparent !important;
}

.wptv a.wptv_video-slide:hover {
    cursor: pointer !important;
}

.wptv.wptv_category-container {
    padding: 20px 30px !important;
    overflow: hidden !important;
}

.wptv .wptv_overlay2 {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0 !important;
    transition: all .3s !important;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    backface-visibility: hidden !important;
    transform: translateZ(0) !important;
}

.wptv .wptv_video-slide-details {
	text-align: center !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	position: absolute !important;
	width: 100% !important;
	height:100%;
	top: 50% !important;
	left: 0 !important;
	transform: translateY(-50%);
}

.wptv .wptv_overlay2 {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0 !important;
    transition: all .3s !important;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    backface-visibility: hidden !important;
    transform: translateZ(0) !important;
}

.wptv h4.wptv_vid_title {
    margin-bottom: 10px !important;
    padding: 15px !important;
}

.video-number {
	position: absolute;
	z-index:9999;
    bottom: -18px;
    left: 20px;
    color: #fff;
    font-size: 100px;
    line-height: 100%;
	font-family:'Poppins';
	font-weight:500;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
}

.wptv .wptv_video-slide-details h4 {
    margin: 0 auto !important;
    font-weight: 700 !important;
    font-size: 14px !important;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	text-align:center;
	left:0;
	right:0;
	display:block;
}

.wptv .wptv_show-vs-drop {
    font-size: 30px !important;
    line-height: 20px !important;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.wptv .wptv_video-slide .wptv_overlay:hover {
    opacity: 1 !important;
}

.wptv .wp_tv_startup-video-description-drop {
    width: 100% !important;
	height:auto;
}

@media screen and (min-width:569px) {
    .wptv .wp_tv_startup-video-description-drop {
/*         height: 681px */
    }
}

@media screen and (min-width:819px) {
    .wptv .wp_tv_startup-video-description-drop {
/*         height: 511px */
    }
}

@media screen and (min-width:1569px) {
    .wptv .wp_tv_startup-video-description-drop {
/*         height: 511px */
    }
}

.wptv .wptv_drop-display {
    background:transparent!important;
	border:1px solid rgba(255,255,255,0.25);
	border-radius:8px;
	backdrop-filter: blur(15px);
    margin: 20px auto 0;
    width: 1300px;
	max-width:100%;
    height: 100%;
	overflow:hidden;
}

.wptv_dropdown_container {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:40px;
}

.wptv_drop-thumbnail {
	width:500px;
	max-width:100%;
	border-radius:8px;
	overflow:hidden;
}


@media (max-width:600px) {
    .wptv .wptv_drop-display {
        background-size: 150% !important;
    }
}

@media (max-width:768px) {
	.recommended-videos-container {
		padding:0 15px;
	}
}


/*** Slick Slider ***/

.wptv .slick-slider {
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}

/*.wptv .slick-first .wptv_video-slide:hover {
    transform: translate3d(50px, -8px, 0) scale(1.1) !important;
}

.wptv .slick-last .wptv_video-slide:hover {
    transform: translate3d(-50px, -8px, 0) scale(1.1) !important;
}*/

.wptv .video-list-slider {
    overflow: visible !important;
}

.wptv .slick-arrow {
    height: 100% !important;
    width: 27px !important;
    margin: 0 !important;
    background-image: none !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1 !important;
    cursor: pointer !important;
}

.wptv .slick-next {
    right: -30px !important;
}

.wptv .slick-prev {
    left: -30px !important;
}

.wptv .slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wptv .slick-slide {
    margin: 0 6px !important;
}

.wptv .slick-slide .wptv_video-slide {
    transition: transform .2s !important;
}

.wptv .slick-slide .wptv_video-slide:hover {
    transform: translate3d(0, 0, 0) scale(1.2) !important;
    z-index: 4 !important;
}

.wptv .slick-list {
    position: relative !important;
    display: block !important;
    overflow: visible !important;
}

.wptv .wptv_video-slide {
    position: relative !important;
    float: left !important;
    z-index: 3 !important;
/*     overflow: hidden !important; */
}

/*@media screen and (min-width:960px) {
    .wptv .slick-slide .wptv_video-slide:hover {
        transform: translate3d(0, -8px, 0) scale(1.5) !important;
        z-index: 5 !important;
    }
    .wptv .slick-first .wptv_video-slide:hover,
    .wptv .slick-first .wptv_video-slide:first-child:hover {
        transform: translate3d(40px, -8px, 0) scale(1.5) !important;
    }
    .wptv .slick-last .wptv_video-slide:hover {
        transform: translate3d(-40px, -8px, 0) scale(1.5) !important;
    }
    .wptv .shift-left .wptv_video-slide {
        transform: translate3d(-50px, 0, 0) !important;
        -webkit-transform: translate3d(-50px, 0, 0) !important;
        -moz-transform: translate3d(-50px, 0, 0) !important;
    }
    .wptv .shift-right .wptv_video-slide {
        transform: translate3d(50px, 0, 0) !important;
        -webkit-transform: translate3d(50px, 0, 0) !important;
        -moz-transform: translate3d(50px, 0, 0) !important;
    }
    .wptv .active-slide .shift-left .wptv_video-slide,
    .wptv .active-slide .shift-right .wptv_video-slide {
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        -moz-transform: translate3d(0, 0, 0) !important;
    }
}

@media screen and (min-width:1400px) {
    .wptv .slick-first .wptv_video-slide:hover {
        transform: translate3d(50px, -8px, 0) scale(1.5) !important;
    }
    .wptv .slick-last .wptv_video-slide:hover {
        transform: translate3d(-50px, -8px, 0) scale(1.5) !important;
    }
}*/

.wptv .slick-slider {
    overflow: visible !important;
}

.wptv .slick-next::before,
.wptv .slick-prev::before {
    content: none !important;
}


/* end slick slider */


/* Skin 1 and 2 */

.wptv .wptv_overlay {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
}

.wptv .wptv_close-video-drop {
    font-size: 25px !important;
    top: 10px !important;
    cursor: pointer !important;
    z-index: 20 !important;
    display: block !important;
    position: absolute !important;
    right: 10px !important;
	margin:0!important;
}
.wptv .wptv_close-video-drop:hover {
	opacity:0.75;
}

.wptv .wptv_drop-details {
	width:calc(100% - 525px);
	max-height:450px;
	overflow:overlay;
}
.wptv .wptv_play {
	margin-bottom:25px;
}
.wptv .wptv_play .wptv_play_button {
	border:1px solid #bb080e!important;
}
.wptv .wptv_play .wptv_play_button:hover {
	border:1px solid #fff!important;
	color:#fff;
	background:transparent!important;
}

.wptv .wptv_dd_title {
    margin-right: 25px !important;
}

@media (max-width:600px) {
    .wptv .wptv_drop-details {
/*         padding: 40px 0 40px 40px !important; */
    }
    .wptv .wptv_dd_title {
        margin-right: 0 !important;
    }
}


/* skin 2 */

.wptv .wptv_play_icon,
.wptv .wptv_more_icon {
    position: absolute !important;
    bottom: 10px !important;
    right: 10px !important;
    z-index: 2 !important;
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5) !important;
    line-height: 1;
    transition: .3s;
}

.wptv .wptv_play_icon {
    bottom: 50px !important;
}

.wptv.wptv_skin_2 span>.icon-play.wptvfont {
    font-size: 16px !important;
    position: relative !important;
    top: 7px !important;
    left: 5px !important;
}

.wptv .icon-ellipsis2.wptvfont {
    font-size: 22px !important;
    position: relative;
    left: -3px;
    top: -1px;
}

.wptv .wptv_tile_length {
    font-size: 13px !important;
    line-height: 13px !important;
    margin: 0 12px 0 0 !important;
    color: #44576b !important;
}

.wptv .wptv_dropdown {
    text-decoration: none !important;
    overflow: hidden;
    position: absolute !important;
    display: none;
    left: 0;
	background:transparent;
	border-radius:8px;
	backdrop-filter: blur(15px);
	border:1px solid rgba(255,255,255,0.25);
    width: 100%;
    z-index: 100;
}

.wptv_skin_2 .wptv_tile.wptv_open_dropdown {
    padding-bottom: 40px;
}

@media screen and (min-width:569px) {
    .wptv .wptv_dropdown {
/*         height: 681px */
    }
}

@media screen and (min-width:819px) {
    .wptv .wptv_dropdown {
/*         height: 511px */
    }
}

@media screen and (min-width:1569px) {
    .wptv .wptv_dropdown {
/*         height: 511px */
    }
}

.wptv .wptv_dropdown_inner {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: none;
    height: 100%;
    width: 100%;
}


/* Skin 2 and 3 */

.wptv ul.wptv_main>li {
    transition: height 350ms ease !important;
    -webkit-transition: height 350ms ease !important;
}

.wptv .wptv_tile_hero {
    height: 0 !important;
    background-repeat: no-repeat !important;
    background-color: darkcyan !important;
    background-position: center !important;
    background-size: 100% 100% !important;
    padding-top: 56.25% !important;
    position: relative !important;
    line-height: 1.95 !important;
}

.wptv .wptv_title_hero:hover {
    cursor: pointer !important;
}

.wptv .wptv_tile_title {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    line-height: 15px !important;
    margin-bottom: 4px !important;
    padding-bottom: 2px !important;
}

.wptv .wptv_tile {
    margin: 0 10px !important;
}

.wptv ul.wptv_main>li.expanded .wptv_tile_info::after {
    content: '' !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    border-bottom: 20px solid #fff !important;
    clear: both !important;
    -webkit-transition: border-bottom .15s ease-out !important;
    transition: border-bottom .15s ease-out !important;
    margin: 11px 0 0 70px !important;
}

.wptv .wptv_tile_info {
    width: 90% !important;
    height: 50px !important;
    padding: 10px 0 !important;
}

.wptv.wptv_container {
    position: relative !important;
    width: 100%;
}

.wptv.wptv_container ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
}

.wptv li {
    -webkit-transform-style: flat !important;
    -moz-transform-style: flat !important;
    -o-transform-style: flat !important;
    -ms-transform-style: flat !important;
    transform-style: flat !important;
}

.wptv.wptv_container li {
    display: inline-block !important;
    vertical-align: top !important;
    width: 25% !important;
    -webkit-transform-style: flat !important;
    -moz-transform-style: flat !important;
    -o-transform-style: flat !important;
    -ms-transform-style: flat !important;
    transform-style: flat !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media all and (max-width: 1100px) {
    .wptv.wptv_container li {
        width: 33.333% !important;
    }
}

@media all and (max-width: 900px) {
    .wptv.wptv_container li {
        width: 50% !important;
    }
}

@media all and (max-width: 600px) {
    .wptv.wptv_container li {
        width: 100% !important;
    }
}


/* Skin 3 */

.wptv_skin_3 .wptv_watch_now_button {
    position: absolute;
    top: 140px;
    left: -8px;
    z-index: 10 !important;
    background-image: url('../images/mftnbg-watch.png');
    font-family: "Open Sans" !important;
    color: white !important;
    font-size: 17px !important;
    text-transform: none !important;
    border: 0;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    text-decoration: none;
    outline: none;
    margin: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 10px;
    padding-bottom: 21px;
    line-height: 22px;
    border-radius: 0;
    font-weight: 600;
    font-style: normal;
    letter-spacing: initial;
}

.wptv_skin_3 .wptv_watch_now_button:active {
    background-image: url('../images/mftnbg-watch.png') !important;
}

.wptv_skin_3 .wptv_watch_now_button:hover {
    color: black !important;
}

.wptv_skin_3 .wptv_tile.wptv_open_dropdown {
    position: relative !important;
}

.wptv_skin_3 form {
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.wptv_skin_3.wptv_container li {
    width: 33.333% !important;
}


/* Login, Register, Forget Password */

.input-box {
	position: relative;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.5);
	height: 51px;
	border-radius: 3px;
	margin-bottom: 25px;
	display: flex;
	justify-content:space-between;
	overflow:hidden;
}
.input-box i.bx {
	display:block;
	width:50px;
	height:49px;
	color:#fff;
	font-size:25px;
	text-align:center;
	line-height:50px;
}
.input-box input[type="text"], .input-box input[type="password"], .input-box input[type="email"] {
	width:calc(100% - 50px);
	height:49px!important;
	color:#fff;
	border-radius:0!important;
}

.wptv-panel-heading, .WpTvRegisterFormHaeding {
	color:#fff;
	margin-bottom:15px;
}

.wptv-panel{
    padding-top: 5px;
    padding-bottom: 5px;
}
.wptv-panel a, .wptv-login-container a, .wptv-container a {
	color:#fff;
}
.wptv-panel a:hover, .wptv-login-container a:hover, .wptv-container a:hover {
	color:#bb080e;
}

.wptv-container {
	background-color:transparent;
	backdrop-filter: blur(25px);
	padding: 50px 30px;
	border-radius: 8px;
	border:1px solid rgba(255,255,255,0.5);
	width: 50%;
	max-width: 100%;
	min-width: 100%;
	display: block;
	margin: auto;
	color:#fff;
}

.wptv-container h2 {
	color:#fff;
	text-align: center;
	margin-bottom: 20px;
}

.wptv-container label {
	display: block;
	margin-bottom: 8px;
	text-align: left;
}

.wptv-container input[type="text"],
.wptv-container input[type="password"],
.wptv-container input[type="email"]
{
	padding: 10px;
	border: none;
	background:transparent!important;
}

.wptv-container button[type="submit"], .wptv-container input[type="submit"] {
	width: 100%;
	height: 50px;
	padding: 12px;
	background-color: #bb080e;
	color: #fff;
	border: 1px solid #bb080e;
	border-radius:3px;
	cursor: pointer;
	transition:0.3s;
	display:block;
	margin:0 auto;
}

.wptv-container button[type="submit"]:hover, .wptv-container input[type="submit"]:hover {
	background-color: transparent;
	border:1px solid #fff;
	color:#fff;
}

.wptv-message {
	display: block;
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	max-width: 300px;
	width: 100%;
  }
/* 
  .WpTvLoginBtn {
	width: 100%;
	padding: 12px;
	background-color: #4CAF50;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
  } */

  .WpTvBuyBtn, .WpTvLoginBtn {
	width: 100%;
	padding: 12px;
	background: #bb080e;
	color: #fff;
	font-size:14px;
	border: 1px solid #bb080e;
	border-radius: 3px;
	cursor: pointer;
  }


  .WpTvLoginBtn:hover, .WpTvBuyBtn:hover {
	background: transparent;
	border:1px solid #fff;
	color:#fff!important;
   }

   .WpTvDownloadLinkBtn {
	width: 100%;
	padding: 12px;
	background: #bb080e;
	color: #fff;
	font-size:14px;
	border: 1px solid #bb080e;
	border-radius: 3px;
	cursor: pointer;
  }

  .WpTvDownloadLinkBtn:hover {
	background: transparent;
	border:1px solid #fff;
	color:#fff!important;
  }

.password-container-92 {
    position: relative;
    width: 100%;
}

.toggle-password-92 {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
}

.toggle-password-92 i {
    font-size: 18px;
}

/* Next and back button */
.next.button-next, .previous.button-back {
	box-shadow: none;
    text-decoration: none;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    border: 1px solid #bb080e;
    background: #bb080e;
	color:#fff;
}
.next.button-next:hover, .previous.button-back:hover {
	border:1px solid #fff;
	color:#fff;
	background:transparent;
}
           
/* Apply styles to radio buttons with the "custom-radio" class */

.wptv-custom-radio {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.wptv-custom-radio input[type="radio"] {
  display: none; /* Hide the default radio button */
}

/* Define the custom radio button style */
.wptv-custom-radio input[type="radio"] + label {
  width:49%;
  color: #fff;
  padding: 15px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 5px;
  cursor: pointer;
  display: block;
  text-align: center;
}

/* Style for checked radio buttons */
.wptv-custom-radio input[type="radio"]:checked + label {
  box-shadow: 0 0 10px 0px #ffffff;
}


/* Style for the "card-errors" class as a card error alert */
#card-element {
	background: transparent;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}

.card-errors {
  color: #721c24; /* Dark red text color */
  padding: 10px;
  font-weight: bold;
}
.wptv-plan-title h5{
    color: #fff;
    font-size: 18px;
	line-height: 100%;
	padding:10px;
    background: #bb080e;
    border-radius: 5px;
}

 /* trailer widnow */
.wptv-trailer-notification {
  background-color: #f0f0f0;
  color: #333;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px;
  font-size: 16px;
  text-align: center;
}



.lock-icon-92 {
    position: absolute;
    bottom: 0px; /* Adjust as needed */
    right: 0px;  /* Adjust as needed */
    font-size: 50px; /* Adjust the size as needed */
    color: #fff; /* Change color as needed */
}

/* Responsive */
@media only screen and (max-width: 1200px) {
	.wptv .wptv_drop-details {
		width:55%;
		padding-right:15px;
	}
	.wptv_drop-thumbnail {
		width:45%;	
	}
}
@media only screen and (max-width: 768px) {
	.wptv .wptv_drop-details {
		width:100%;
		padding:0;
	}
	.wptv_drop-thumbnail {
		width:100%;
		margin:0 0 25px;
		order:-1;
	}
}
@media only screen and (max-width: 450px) {
	.wptv-custom-radio input[type="radio"] + label {
		width:100%;
	}
	.wptv_dropdown_container {
		padding:40px 20px 25px;
	}
}