/**
 *	Playlist CSS
 *
 */

.rsp-msg, .modal-rsp-msg{
	padding: 1em;
	margin-bottom: 1em;
	display: none;
}

.pl-rsp-msg{
    position: fixed;
    bottom: 15px;
    left: -0;
    z-index: 9999;
   /* border: 2px solid rgba(187,27,27,0.65);*/
    padding: 10px 20px;
    border-radius: 8px 8px 8px 8px;
    background-color:#212121;
    color: #fffffa;
    font-size: 1em;
    opacity: 0;
}


 .success{
 	border: solid 1px #038a03;
 	border-radius: 5px;
 	background-color: #afe695;
 }

 .err{
	border: solid 1px #ff0303;
 	border-radius: 5px;
 	background-color: #f58585;
 	color: #fff;
 }

 .appsouivp-form{
 	width: 100%;
    max-width: none;
    height: auto;
    border-radius: 5px 5px 5px 5px;
    font-size: 1em;
    background-color: transparent;
    box-shadow: 0em 0.15em 0.5em 0em rgba(0,0,0,0.15);
    transition-timing-function: cubic-bezier(0.400,0.000,0.200,1.000);
 }

 .appsouivp-input {
    width: 80%;
    min-width: 1px;
    height: auto !important;
    border-bottom: 1px #d1d1d1 solid !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 0 10px !important;
    margin: 0 0 0px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.2em !important;
    color: #d1d1d1 !important;
	line-height: 2 !important;
}

 .creatBtnContainer {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    align-content: flex-end;
}

 .create_pl_btn{
 	width: 30%;
	border-radius: 0px 5px 5px 0px !important;
    border: none !important;
    background-color: transparent !important;
    color: #d1d1d1 !important;
 }

 .fdr{
 	flex-direction: row;
 	display: flex;
 }




 .plist, .vlist{
 	list-style: none;
 	margin: 0 0 0 0 !important;
 }

 .plist-name{
    height: 50px !important;
    line-height: 50px !important;
    width: 100%;
    cursor: pointer;
    padding: 0 0 0 10px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    
 }

 .plist-name label{
    width:100%;
    margin-bottom: 0;
 }

 .avp-playlist-menu .plist-name{
 }

 .uwp_page .plist-name{

 }

 .plist .item, .vlist .item{
 	flex-direction: row;
 	justify-content: space-between;
    display: flex;
   /* padding: 10px;*/

    margin: 0;
 }

 .pl-del-btn{
 	
 }
 
 .ui-dialog .plist-name{
    color: #fafafa;
 }

.plist-name{
    color: #444444;
}
 .plist-actions{
    color: #444444;
 }
 .plist .item {
    cursor: pointer;
 }

.plist .item:hover, {
    cursor: pointer;
   /* border-bottom: 1px solid rgb(150 46 47) ;
    background-color: rgb(81 80 82);*/
    color: #fffffa;

}

.plbtn {
    margin: 5px;
    cursor: pointer;
    font-size: 1.5em;
    display: flex;
    align-items: center;
}

.plbtn a {
    color: #444444;
    text-decoration: none;
}

.plist .item:hover .plbtn a:hover, .plbtn:hover {
    color: #46a546;

}



#edit-plist-form{
  	margin: 1.313em 0 0 ;
    display: none;
 }

.modal-button{
	padding: 10px !important;
}

.order_num, .play, .delFromPLBtn{
	position: absolute;
    z-index: 9;
    background-color: rgba(0, 0, 0, 80%);
    border: 1px solid rgba(255, 255, 255,0.65);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 0px;
    height: 30px;
    width: 30px;
}
 .play, .delFromPLBtn{
    padding: 13px 9px;
    border-radius: 5px 0px 0px 0px;
    bottom: 0px;
    right: 0px;
}

 .play:hover, .delFromPLBtn:hover{
    border: 1px solid rgba(127, 176, 105,0.65);
    color: #46a546;

}

.order_num{
    padding: 13px 0px;
    border-radius: 1px 5px 0px 0px;
    bottom: 0px;
    left: 0px;
    text-align: center;
}

.delFromPLBtn{
    font-size: 15px;
    padding: 7px 8px 12px 8px;
    cursor: pointer;
}


.avp_playlist_menu{
	display: none;
	
}



.ui-dialog .ui-dialog-content{

}

.ui-dialog-titlebar{
	background-color: #212121 !important;
	color: #ebebeb;
	font-weight: 800;
	border-radius: 5px 5px 0 0;
}

.ui-dialog{
	border: 2px solid #212121 !important;
	background-color: #212121 !important;
	border-radius: 10px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: none;
    background: transparent;
    top:30% !important;
    right: 0.6em !important;

}

.ui-dialog-titlebar-close:before{
	/*display: none;*/
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content:"\f00d" !important;
    color:#d1d1d1;
    font-size: 1.4em;
}

.ui-dialog .plist .item{
	border-bottom: 1px solid rgb(81 80 82 / 15%);
}


.ui-widget-header{
    color: #d1d1d1 !important;
    border: none !important;
}

.disabled:disabled{
	background: #ccc;
}

.plist-vids-title{
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    position: relative;
    text-transform: capitalize;
}

.avp-play{
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 10;
    background-color: #00000096;
    border: 1px solid rgba(187,27,27,0.65);
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 3px; 
    height: 40px;
    width: 40px;
    padding: 10px 12px;
    cursor: pointer;
}

.ui-dialog{
    z-index: 99999 !important;
}
/* User Account */
.avp-container{
    padding: 30px;
}

.avp-container .container{
    max-width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.avp-container

/* Play list page */

.is-playing{
    background-color: #dadada !important;
    text-shadow: 0 0 transparent;
}
.avp-sidebar .video-section .avp-vids{
    height: 668px;
    overflow-y: auto;
    overflow-x: hidden;

    border: 1px solid #d1d1d1;
}

.avp-vids .hentry{
    margin-bottom: 0 ;
}

.avp-vids > .item{
    padding: 5px;
}


.avp-sidebar .sidebar{
    padding-left: 0 !important; 
    padding-right: 0 !important; 
}

.avp-sidebar .video-section .section-header,
.avp-sidebar .video-section .widget-title  {
    margin-bottom: 0 !important;
    width: 100%;
}



.avp-sidebar .avp-video-section .widget-title .fa-play,
.avp-sidebar .avp-video-section .widget-title .fa-play:nth-child(2){
    position: absolute;
    top: 7px;
    left: 9px;
    color: #46a546;
}

.avp-sidebar .avp-video-section .widget-title .fa-play{
    font-size: 13px;
    color: #46a546;
    z-index: 3;
}

.avp-sidebar .avp-video-section .widget-title .fa-play:nth-child(2){
    font-size: 18px;
    color: #ed1f24;
    z-index: 2;
}
.avp-sidebar .avp-video-section .widget-title .fa-list{
    z-index: 1;
    font-size: 22px;
}

.avp-sidebar .avp-video-section .widget-title .fa-list,
.avp-sidebar .avp-video-section .widget-title .fa-play,
.avp-sidebar .avp-video-section .widget-title .fa-play:nth-child(2){
    text-shadow: 0 0 transparent;
    background: transparent;
}


.avp-sidebar .video-section .col-6,.avp-sidebar .video-section .col-xl-3,
.avp-sidebar .col-xl-4 {
    max-width: 100% ;
}

.avp-row .item:last-child, .carousel-item .item:last-child{
    padding-left: 10px !important;
    font-size: 12px;
}

.

.avp-sidebar .widget-title{
    width: 100%;
}

.avp-row .post-header{
    margin-top: 0 !important;
}

.avp-row .post-title{
    line-height: 17px !important;
    /*height: 151px;*/
    overflow: hidden;
}



.avp-youtube-overlay{
    position: absolute;
    top: 0;
    bottom: 61px;
    left: 0;
    width: 100%;
    /* height: 100%; */
    border: 0;
    background-color: rgb(0 0 0 / 94%);
    display: none;

}

/*
*
*   CSS for UsersWP
*
*/


.uwp_page h3.mb-lg-5:first-child {
   /* display: none;*/
}

/* For Woocommerce edit addresses page */
.ihc-ap-wrap .woocommerce-Address, .uwp_page .woocommerce-Address{
    max-width: 15%;
}


.uwp_page .col-1, .uwp_page .bsui .col-1, .uwp_page .bsui .col-2,  
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2
{
    max-width: 100%;
}

.woocommerce-checkout .woocommerce-input-wrapper{
    width: 100%;
}

/* For Woocommerce edit addresses form */
.uwp_page .woocommerce-address-fields p, 
.ihc-ap-wrap .woocommerce-address-fields p,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p{
    flex-direction: column;
    display: flex;

}
/* For Woocommerce edit addresses form */
.uwp_page .woocommerce-address-fields p:nth-child(3),
.ihc-ap-wrap .woocommerce-address-fields p:nth-child(3),
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p:nth-child(3){
    display: block
}

.plist-vids-title h3{
    font-size: 2em !important;
    font-weight: 600;
}

/* Single-Video.php Mod for Add to playlist btn */

.col-xl-3 {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

/*Playlist inputs*/
.pl-cb{
    display: flex;
    align-items: center;
}
.pl-cb input[type=checkbox]{
    width: 22px;
    height: 22px;
}

.plist-name input[type=checkbox], .plist-name label{
    cursor: pointer;
}

.create-new-playlist{
    text-align: center;
    margin: 15px 0 0px 0;
    color: #d1d1d1;
    cursor: pointer;
}

.new-pl-form{
    display: none;
    margin: 15px 0;
}

/* Scrollbars*/

.avp-atp-playlist-menu::-webkit-scrollbar{
    width: 5px;
    height: 100%;
    background-color: #3c3c3c;
}

/* Add a thumb */
.avp-atp-playlist-menu::-webkit-scrollbar-thumb {
    background: #d92f2f;
  }

  /* Stand Alone*/

  .avp-atp-playlist-menu .plbtn a{
    color:#444444 ;
  }

 /* Modal Dialogs*/

 .ui-widget-content {
    border: none !important;
    background: #212121 !important;
}

.ui-dialog-buttonset button{
    background: transparent !important;
    color: #d1d1d1 !important;
    border: none;
}

/* Display user playlist */
.avp-display-user-plist .plist .item .item-img{
   border-radius: 10px;
}
.avp-display-user-plist .plist{
    display: flex;
    flex-wrap: wrap;
}

.avp-display-user-plist .plist .item article { 
    width: 100%;
}

.avp-display-user-plist .avp-pl-title{
    font-size: 1em ;
    font-weight: 700;
    margin-left: 20px;
    margin-bottom: 2em ;

}