/*
 CSS Base layout
 Copyright (C) 2020-2024 PlaylistJungle.com
 V6
 */
#airesults li {
	line-height: 24px;
}
select {
	background-color:#FFFFFF;
}
span#managetoplink {
	display: none;
}
div.settingscheck > div:last-child {
	margin-bottom: 0px;
}
.popfill-content > fieldset {
	margin-bottom: 20px;
	border-color: #eee;
	border-style: solid;
}
p.rowflex, div.rowflex {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
	row-gap: 10px;
}
div#selectalltool{
	margin-top: 20px;
}
#search-results-wrap {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.drag-select {
  background-color: rgba(255, 0, 247, 0.5);
}
.intersected {
  border: 5px solid black;
  box-sizing: border-box;
}
a.clearlist {
	background-color: #fff;
	padding:4px 6px;
	color: #ff00f7;
	border-radius:50%;
	font-size:12px;
	margin-left:10px;
	font-weight:bold;
}
span.playlistin {
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #ff00f7;
    color: #fff;
    padding: 9px;
    border-radius: 25px;
    font-size: 14px;
	display: none;
	font-weight: bold;
}
div.load-media-error {
    position: absolute;
    transform: translate(-50%, 0);
    top: 50%;
    left: 50%;
}
#searchitems {
    box-shadow: 1px 1px 1px 0 #ddd inset;
    border: 1px solid #ddd;
	border-radius: 50px;
}
.inlinedl {
	max-width:100%;
}
.inlinedl span.popInlineFilename {
    padding: 0 40px;
    display: flex;
    row-gap: 20px;
	align-items: center;
    flex-wrap: wrap;
	column-gap: 10px;
	font-size:1.5rem;
}
.csvtable-wrap {
	margin-bottom:20px;
	max-height:300px;
	overflow:auto;
}
.csvtable {
	width:100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.csvtable th {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 5px;
	cursor:pointer;
	word-wrap: break-word;
	max-width: 450px;
	min-width: fit-content;
}
.csvtable th:hover {
	background-color: beige;
}
.csvtable td:hover {
	background-color: #c1c8c8;
	color: #fff;
}
.csvtable td:focus {
	background-color: #fff;
	color: #000;
	outline: none;
	box-shadow: 2px 2px 8px 0 #ccc inset;
}
.csvtable td {
	background-color: #e1e9e9;
	color: #333;
	padding: 5px;
	border: 1px solid #ccc;
	word-wrap: break-word;
	max-width: 450px;
	min-width: fit-content;
}
.searchheader {
	max-width:700px;
	width:100%;
}
.orangeredhover {
	background-color: orangered;
	color: #fff;
}
span.pulsate {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
	color: orangered;
}
div.sublistoptions {
	display:flex;
	padding-top:5px;
	flex-direction:row;
	column-gap:10px;
	align-items:center;
}
.sublists {
	margin: 0;
	margin-top: 0px;
	padding: 0px;
	flex-direction: row;
	display: flex;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	column-gap: 20px;
	row-gap: 10px;
	background-color: #fff;
	flex-wrap: wrap;
}
a.savetofav {
	margin-bottom: 0px;
}
#listtrash, span.trashcan{
	padding: 0px !important;
}
input[type="text"]:focus, select:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="number"]:focus , textarea:focus {
	border: 1px solid #ff00f7 !important;
}
div.childlist:hover {
	background-color: #DDD;
}
div.childlist {
	color:#888;
	border-radius:0px 20px 0px 0;
	padding: 10px;
	display: block;
	height: 140px;
	background-color: #eee;
	box-shadow: 8px 8px 0px #b3b3b3;
	box-sizing: border-box;
	cursor: move;
	width:240px;
	margin-top: 20px;
}
button.suggestitem {
	background: linear-gradient(90deg, rgba(255,0,247,1) 0%, rgba(218,0,255,1) 50%) !important;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-size:.8em;
}
button.suggestitem:hover {
	background: linear-gradient(90deg, rgba(218,0,255,1) 0%, rgba(255,0,247,1) 50%) !important;
}
div#suggestbox {
    flex: 1;
    margin: 0;
    padding: 10px 0;
    flex-direction: row;
    display: flex;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    column-gap: 15px;
    row-gap: 10px;
    background-color: transparent;
    flex-wrap: wrap;
}
button#addform {
	background-color: #000;
	padding: 6px 12px;
}
.resizer {
    position: absolute;
}
.resizer-grid {
	border-right: solid 1px #eee;
}
.resizer-r {
    cursor: col-resize;
    height: 100%;
    right: 0;
    top: 0;
    width: 5px;
}
.resizer-b {
    bottom: 0;
    cursor: row-resize;
    height: 5px;
    left: 0;
    width: 100%;
}
.dropdown .showLeft {
  background-color: #FFF !important;
  border: 1px solid #FFF !important;
  color: #000 !important;
  padding: 0px;
  margin: 0px;
  /*text-shadow: #FFF !important;*/
}
.dropdown .icons li {
  background: none repeat scroll 0 0 #888;
  height: 6px;
  width: 6px;
  line-height: 0;
  list-style: none outside none;
  margin-right: 0px;
  margin-top: 3px;
  vertical-align: top;
  border-radius: 50%;
  pointer-events: none;
}
.btn-left {
  left: 0.4em;
}
.btn-right {
  right: 0em;
}
.btn-left,
.btn-right {
  position: relative;
 /* top: 0.24em;*/
}
.dropbtn {
  cursor: pointer;
}
.dropbtn:hover,
.dropbtn:focus {
  background-color: #3e8e41;
}
.dropdown {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 0px;
  background-color: #f9f9f9;
  min-width: 200px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
  z-index: 3;
  border-radius: 6px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #888;
}
a.dropselected {
	background-color: #eee;
	text-decoration: underline;
}
.dropdown a:hover, .dropdown a:active, .dropdown a:focus, .dropdown a:target {
	background-color: #eee;
	text-decoration: underline;
}
.dropdown .show {
  display: block;
  max-height: 360px;
}
.dropdown .search {
	display: flex;
    flex-direction: column;
    flex-wrap: no-wrap;
    justify-content: normal;
	position:absolute;
	left: 0px;
	max-width: 125px;
	min-width: 125px;
	border-radius: 6px;
}
#adunitb {
	padding-top: 10px;
	width:728px;
	margin: 0 auto;
}
a#editplaylists {
	/*
	position: fixed;
	left: 0;
	background-color: rgba(0,0,0,.4) !important;
	color: #fff;
	padding: 14px;
	border-radius: 0px 10px 10px 0px;
	z-index: 10;
	bottom: 80px;
	display: block;
	*/
}
.searchsorttable {
	width: 100%;
	border: none;
}
.searchsorttable td {
	padding: 12px 0px;
}
.centergrid {
	justify-content: center !important;
}
#hamburger {
	text-align: center;
	margin-bottom: 0px;
	cursor: pointer;
}
.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #009fff;
    margin: 8px 0px;
}
.hr-sect:before, .hr-sect:after {
    content: "";
    flex-grow: 1;
    background: #009fff;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}
p#topmsg {
	font-size:.95em;
}
div.filterchecks {
	overflow: auto;
	max-height: 140px;
	margin-bottom: 20px;
	width: 300px;
}
div.filterchecks > div, div.settingscheck > div {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    flex-wrap: nowrap;
}
div.filterconfig > div {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    flex-wrap: nowrap;
}
#sortlist a {
	font-size:.8em;
}
a.controltree {
	cursor: pointer !important;
}
a:visited {
	color: #444;
}
#file-selector2 {
	box-sizing: border-box;
	width: 100%;
}
div.listening {
    border: 10px solid #f7c3648a;
    border-top: 10px solid #ffa5008a;
    border-bottom: 10px solid #ffa5008a;
    border-radius: 50%;
    border-style: dashed;
    width: 90px;
    height: 90px;
    animation: spin 2s cubic-bezier(1, 0.02, 0.07, 1) infinite;
    position: absolute;
    bottom: 50%;
    left: 45%;
    transform: translate(-50%, 0);
	display:none;
}
div.childplaylists {
	margin: 0;
	margin-top: 0px;
	padding: 0px;
	flex-direction: row;
	display: flex;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	column-gap: 10px;
	row-gap: 10px;
	background-color: #fff;
	flex-wrap: wrap;
}
.selectedlist {
	background-color: #eee !important;
	/* background: linear-gradient(90deg, rgba(255,0,247,1) 0%, rgba(218,0,255,1) 50%) !important;
	
	 font-weight: bold !important; */
}
#parentlist {
	margin-bottom: 10px;
}
div.header-content button {
	min-height: 35px;
	min-width: 30px;
	width: auto;
	padding: 10px 11px;
	border-radius: 50%;
}
div.historyitem {
	margin-bottom: 10px;
}
div.historyitem:last-child {
	margin-bottom: 0px;
}
label {
	display: block;
}
div#configappform {
	margin-top: 20px;
}
div.checkitem {
	margin-top: 10px;
	min-height: 35px;
	display: flex;
	flex-wrap: no-wrap;
	justify-content: normal;
	align-items: center;
	row-gap: 10px;
	column-gap: 10px;
	max-width: 600px;
}
div#searchresults:last-child {
	margin-bottom: 0px;
}
div.box-item img {
	/*box-shadow: 0 1px 6px #ccc;*/
	max-width: 100% !important;
	margin-top:0px;
	display: block;
}
div.itemurl img  {
	display: block;
}
div.itemurl img.coverimg2:hover, div.box-item img.coverimg2:hover, div.noimage:hover  {
	box-shadow: 0 1px 6px #666;
}
div.itemurl img.coverimg2, div.box-item img.coverimg2 {
	height: auto;
	display: block;
	min-width: 120px;
	border-radius: 0px;
}
div.itemurl img.coverimg2 {
	width: auto;
	max-width: 210px !important;
}
div.box-item img.coverimg2 {
	width: 100%;
}
div.searchbuttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: right !important;
	align-items: center;
	row-gap: 10px;
	column-gap: 10px;
	margin-top: 20px;
}
div#mainimport {
	margin-top: 20px;
}
div.header-content {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	column-gap: 15px;
	row-gap: 5px;
	flex-wrap: wrap;
	padding: 0 20px;
}
div.grid-container-two {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(80px, 80px));
	grid-gap: 10px;
	justify-content: normal;
	margin: 0;
	background-color: transparent;
	align-content: normal;
	overflow: hidden;
}
div.grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 210px));
	grid-gap: 20px;
	justify-content: normal;
	margin: 0;
	padding-top: 20px;
	background-color: transparent;
	align-content: center;
}
.subscribe:hover {
	background-color: #ddd;
	text-decoration: none;
}
.subscribe {
	padding: 15px;
	display: block;
	background-color:#eee;
	color: #888;
	font-weight: bold;
	border-radius: 30px;
	text-align: center;
	margin-top: 20px;
}
div.box-item img:hover, div.itemurl img:hover, a.noimage:hover {
	box-shadow: 0 1px 6px #666;
}
div.box-item {
	/*position: relative;*/
	display: flex !important;
	justify-content: flex-start !important; /*center*/
	align-items: baseline !important;
	flex-direction: column;
	word-break: break-word;
	background-color: transparent;
	border: 0px solid #f8f8f8;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #ccc;
}
button.pulsate {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
	background-color: #111;
	color: red;
}
a.pulsate {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
	padding: 5px;
	color: red;
	background-color: #111;
}
#exported2 {
	display: block !important;
}
#uploadbutton, #chatbutton, #infobutton, #speechbutton, #filterbutton, #hamburger, #morefields, #lessfields  {
	background-color: #FFFFFF;
	color: #000;
	border: 1px solid #ddd;
	font-size: .60em;
}
#filterbutton::after {
	/*
	display: inline-block;
	content: "\1F50D";
	*/
}
#searchbutton {
	background-color: transparent;
	border: 1px solid #ddd;
}
#searchbutton::after {
	display: inline-block;
	content: "\1F50D";
}
#chatbutton::after {
	/*
	display: inline-block;
	content: "\1F464";
	*/
}
#uploadbutton::after {
	/*
	display: inline-block;
	content: "\25B2";
	*/
}
#infobutton::after {
	display: inline-block;
	content: "\0069";
}
#speechbutton::after {
	/*
	display: inline-block;
	content: "\1F3A4";
	*/
}
a.pulsate::after {
	display: inline-block;
	content: "\1F3A4";
}
button.pulsate::after {
	display: inline-block;
	/*content: "\1F3A4";*/
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}
.speaking{	
}
div#movestatus > div {
	margin-top: 10px;
}
.imghold img {
	max-width: 60px;
	height: auto;
}
div.playlist-item .imghold a {
	padding: 0 !important;
	display: block !important;
	width: auto !important;
	background-color: transparent !important;
}
div.itemurl {
	margin-bottom: 20px !important;
}
div.user-row {
	display: flex;
	justify-content: start;
	flex-flow: wrap;
	width: auto;
	align-items: normal;
	column-gap: 40px;
	margin-bottom: 10px;
}
div.logo-wrap .headphones {
	background-color: transparent;
	padding: 5px;
	margin-left: 0px;
	font-size:2em;
}
div.logo-wrap a img {
	display: block;
}

.inner-grid-item:first-child::after {
	/*display: inline-block;
	margin-top: 0px;
    content: "";*/
}

div.logo-wrap a {
	/*
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
	word-spacing: 0px;
	letter-spacing: 4px;
	*/
}
span.smtxt {
	font-size: .85em;
	color: #666;
}
.selectedbg {
	background-color: #888888 !important; /*#009fff*/
	/*box-shadow: 0 2px 8px #666;*/
	color: #FFFFFF;
}
input#setregex {
	max-width: 100% !important;
}
a.searchtitle {
	cursor: move;
	z-index: 2;
	font-size: .9em !important;
	font-weight: bold;
}
div#searchmore button {
	display: inline-block;
}
input#query {
	width: 100%;
	margin-right: 10px;
	background-color: rgba(255,255,255);
	border-radius: 30px !important;
	box-shadow: 1px 1px 1px 0 #ddd inset;
}
#videoform2 {
	/* border: 2px dashed #ccc; */
	padding: 0px;
	margin-bottom: 0px;
}
#videoform {
	border: 1px dashed #666;
	padding: 10px;
	margin-bottom: 20px;
}
#videoform input[type="file"] {
	max-width: 220px;
}
input[type="checkbox"]{
	width: 20px;
	height: 20px;
	margin-left: 0px;
	margin-right: 0px;
}
div#plsort {
	font-size: .9em;
	flex: 1;
	margin: 0 0 20px 0;
	padding: 0;
	flex-direction: row;
	display: flex;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	column-gap:15px;
	row-gap: 5px;
	flex-wrap: wrap;
}
div#multiform {
	display: flex;
	flex-wrap: wrap;
	justify-content: normal;
	align-items: center;
	row-gap: 10px;
	column-gap: 10px;
}
div.multiinputfields div {
	margin-bottom: 10px;
}
h2.listtitle {
	margin:0 0 20px 0;
	font-size: 1.2em;
}
div#clouddata {
	max-height: 360px;
	overflow-y: auto;
}
div#clouddata > div {
	margin-top: 10px;
}
div.fieldblock {
	margin-bottom: 20px;
}
span.err, p.err {
	color: red !important;
}
div#status, div#status2 {
	color: green;
}
.icon-jpeg::after,.icon-jpg::after,.icon-gif::after,.icon-bmp::after,.icon-webp::after,.icon-png::after {
	display: inline-block;
	content: "\1F5BC";
	font-size: 24px;
}
.icon-txt::after,.icon-ppt::after,.icon-pdf::after,.icon-zip::after,.icon-doc::after,.icon-docx::after,.icon-xsl::after,.icon-tar::after,.icon-css::after,.icon-pptx::after {
	display: inline-block;
	content: "\1F5C4";
	font-size: 24px;
}
.icon-avi::after,.icon-mp4::after,.icon-ogg::after,.icon-webm::after {
	display: inline-block;
	content: "\1F4F9";
	font-size: 24px;
}
.icon-com::after,.icon-net::after,.icon-be::after,.icon-ly::after,.icon-org::after,.icon-ca::after {
	display: inline-block;
	content: "\1F578";
	font-size: 24px;
}
.iteminfo{
	padding:0px 5px;
}
.iteminfo::before {
	display: inline-block;
	content: "\0069";
	color: #888;
	font-size: 22px;
}
.fullsizeimg .shareitem::after, .popfill .shareitem::after{
	display: inline-block;
	content: "\1F517";
	color: #fff;
	font-size: 22px;
}
.dropdown-content .shareitem::before {
	display: inline-block;
	content: "\1F517";
	color: #fff;
	font-size: 22px;
}
 a.closenotifybanner::after {
	content: '\00d7';
    display: block;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: -15px;
	right: -15px;
	background-color: #333;
	padding: 3px 10px;
	border-radius: 50%;
}

div.notification a.expandnotify::after, div#homeupload a.expandnotify2::after, a.expandnotify2::after,svg.expandnotify {
    /*content: '\2922';*/
	/*
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #f8f8f8;
    padding: 2px 6px;
    border-radius: 0px 6px 0px 6px;*/
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    color: #888;
    position: absolute;
    top: 11px;
    right: 55px;
    background-color: transparent;
    padding: 0;
    border-radius: 0px;
    z-index: 12;
}
svg.collapse {
    display: block;
    font-size: 2em;
    font-weight: bold;
    color: #888;
    position: absolute;
    top: 6px;
    right: 88px;
    background-color: transparent;
    padding: 0;
    border-radius: 0px;
    z-index: 12;	
}

div.notification a.closenotify::after, div#homeupload a.closenotify2::after, a.closenotify2::after {
	content: '\00d7';
    display: block;
	font-size: 2.5em;
	font-weight: bold;
	color: #888;
	position: absolute;
	top: -1px;
	right: 20px;
	background-color: transparent;
	padding: 0px;
	z-index: 12;
	/*border-radius: 50%;*/
}
div.fullscreen .fullscreen-content > p {
    line-height: 24px;
    margin: 0;
}
div.fullscreen-content{
    overflow-y: hidden;
	padding-right: 10px;
}
div.fullscreen {
    width: 100vw;
	height: 100vh;
    margin: 0;
    border: none;
    max-height:100%;
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    background-color: #fff;
    border-radius: 0px;
    padding: 20px;
	overflow: hidden;
}
div.notification .notification-content > p {
    line-height: 24px;
    margin: 0;
	margin-bottom: 10px;
}
div.popfill-content label {
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}
div.notification-content, div.popfill-content {
    /*min-height: 160px;*/
    overflow-y: auto;
	padding: 25px;
	margin: 0px;
	max-height: 85vh;
	height: 100%;
}
div#homeupload, div#playsettings, div#searchsettings, div#createplaylist {
    width: calc(100% - 60px);
    max-width: 700px;
    min-width: 280px;
    margin: 0;
    box-shadow: 0px 20px 80px #000;
    border: 0px solid red;
    /*max-height:100%;*/
    display: none;
    position: absolute;
    z-index: 1000;
    transform: translate(-50%, 0);
    top: 0px;
    left: 50%;
    background-color: #FFF;
    border-radius: 6px;
	padding: 65px 20px 20px 20px !important;
}
/**/
div#playsettings, div#createplaylist, div#homeupload, div#searchsettings {
	padding: 40px 0 0 0 !important;
}

div.popfill > h2, div.popfill div.popfill-content h2, .notification-content h2, .notification h2, div.popfill h2 {
	display:block;
	max-height: 70px;
	overflow: hidden;
	cursor: move;
    left: 0;
    margin-top: 0px !important;
    cursor: move;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #efefef;
    padding: 10px 160px 10px 20px;
    box-sizing: border-box;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 1px solid #ddd;
    z-index: 11;
	min-height:35px;
}
[id*="editfilehold-"]{
	 /*max-width: 100% !important;*/
}
div.notification,div#commands,div#createplaylist,div.popfill {
    width: calc(100% - 90px);
    max-width: 700px;
    min-width: 280px;
    margin: 0;
    box-shadow: 0px 20px 80px #000;
    border: 0px solid red;
    /*max-height:100%;*/
    display: none;
    position: absolute;
    z-index: 1000;
    transform: translate(-50%, 0);
    top: 0px;
    left: 50%;
    background-color: #FFF;
    border-radius: 6px;
    padding: 40px 0px 0px 0px;
}
div.left-column img {
    max-height: 100vh !important;
	max-width: 100%;
}
#imgurl {
}
.iframe-contain{
    overflow: visible !important;
	background-color: #000000;
}
a.styleneon {
    display: inline-block;
    background-color: #00ff10;
    padding: 10px;
    border-radius: 50%;
}
a.stylegreen {
    display: inline-block;
    background-color: #6bc040;
    padding: 10px;
    border-radius: 50%;
}
a.stylegrey {
    display: inline-block;
    background-color: #888;
    padding: 10px;
    border-radius: 50%;
}
a.styleblue {
    display: inline-block;
    background-color: #61a1ca;
    padding: 10px;
    border-radius: 50%;
}
a.styledark {
    display: inline-block;
    background-color: #ca0000;
    padding: 10px;
    border-radius: 50%;
}
div.stylelist {
    margin-bottom: 0px;
    margin-top: 20px;
}
div.create-list-search {
	margin-bottom: 10px;
}
div.create-list-search, div#searchresults > div, div#searchresults > div > div, div.stylelist {
	display: flex;
	flex-wrap: wrap;
	justify-content: normal;
	align-items: center;
	row-gap: 10px;
	column-gap: 20px;
	/*position: relative;*/
}
div.logo-wrap {
    width: auto;
    padding-left: 0px;
    margin-left: 0px;
	margin-bottom: 20px;
}
div.left-grid {
	position: fixed;
	top: 65px; /*0px*/
	left: 0;
	z-index: 1;
	overflow-y: auto;
	height: calc(100% - 65px); /*0px*/
	width: 340px;
	background-color: transparent;
	padding: 20px 10px 10px 20px !important;
	box-sizing: border-box;
    scrollbar-width: auto;
}
div.header-wrap {
	/* background: rgb(255,255,255); */
	/* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	row-gap: 10px;
	column-gap: 0px;
}
form#searchform{
    width: 100%;
}
div#mainlistid-0 a {
	color: #fff !important;
}
div#mainlistid-0 {
	/*background: linear-gradient(260deg, #ffff00 0%, #ff00f7 50%) !important;*/
	background-color: #000;
	border-radius: 0px;
}
div#history {
    /* background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
    */
    padding:0px 30px 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: center;
    row-gap: 10px;
    column-gap: 10px;
}
div#history button:hover {
	box-shadow: 0 1px 6px #666;
}
div#history button {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 18px;
}
.iframe-contain {
    /*padding-top: 56.25% !important;*/
}
div.playlist-item img.coverimg {
    max-width: 58px !important;
    height: auto;
    width: 58px;
}
div#createplaylist {
    display: none;
}
div#emojilist {
   counter-reset: counter;
}
span.emojiall {
  counter-increment: counter;
}
span.emojiall:after {
    display: inline-block;
    cursor: pointer;
    margin-right: 2px;
    margin-top: 5px;
    /*content: counter(counter) attr(data-content);*/
}
span.sharelist{
    font-size: 22px;
    cursor: pointer;
    border-left: 1px solid #fff;
    flex: 1;
    max-width: 30px;
    display: flex;
    color: #fff;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
span.sharelist:after{
  display: inline-block;
  content: "\1F517"; /* &#x26F6; */
}
div.searchmore, div.refreshsearch {
    margin-top: 0px;
    display: flex;
    flex-wrap: no-wrap;
    justify-content: normal;
    align-items: center;
    row-gap: 10px;
    column-gap: 10px;
}
header {
	display: block;
    padding: 0px !important;
    height: 65px;
    position:fixed;
    top:0;
    left:0;
    z-index:3;
}
a:hover, div.right-column a:hover {
	text-decoration: underline;
}
p#newconfigmsg {
    line-height: 25px;
    display: none;
    margin: 20px 0 10px 0;
    text-align: center;
}
div.yourlists-item > a:hover, div.playlist-item > a:hover {
	text-decoration: none !important;
}
.closebutton2 {
	text-decoration: none !important;
}
div#listsoptions{
	flex: 1;
	margin: 0;
	padding: 10px 0;
	flex-direction: row;
	display: flex;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	column-gap: 15px;
	row-gap: 5px;
	background-color: transparent;
	flex-wrap: wrap;
}
div.apioptions {
	flex: 1;
	margin: 0;
	padding: 0;
	flex-direction: row;
	display: flex;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	column-gap: 15px;
	row-gap: 10px;
	background-color: transparent;
	flex-wrap: wrap;
	justify-content:normal;
	align-items: center;
}
div.submitoptions {
	flex: 1;
	margin: 0;
	padding: 0;
	flex-direction: row;
	display: flex;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	column-gap: 15px;
	row-gap: 5px;
	background-color: transparent;
	flex-wrap: wrap;
	justify-content:normal;
	align-items: center;
}
div#sortlist{
	flex: 1;
	margin: 10px 0 1px 0;
	padding: 20px;
	flex-direction: row;
	display: flex;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	column-gap:15px;
	row-gap: 5px;
	flex-wrap: wrap;
	background-color: #f3f3f3;
	/* box-shadow: 0 1px 6px #333; */
}
div#manlist{
	flex: 1;
	margin: 10px 0 0 0;
	padding: 0px;
	flex-direction: row;
	display: flex;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	column-gap:15px;
	row-gap: 5px;
	flex-wrap: wrap;
	/* box-shadow: 0 1px 6px #333; */
}
.audiocontrols {
	z-index:1000;
	position:absolute;
	left:50%;
	top:50%;
	color:#fff;
	transform: translate(-50%, -50%);
}
.playaudiobutton:after {
  display: inline-block;
  content: "\23F5"; /* &#x26F6; */
  font-size:44px;
}
.pauseaudiobutton:after {
  display: inline-block;
  content: "\23F8"; /* &#x26F6; */
  font-size:44px;
}
.pauseaudiobutton {
	display:none;
}
.showaudiobutton:after {
  display: inline-block;
  content: "\23ED"; /* &#x26F6; 2328 */
  font-size:44px;
}
.showaudiobutton,.pauseaudiobutton,.playaudiobutton {
	color:rgba(255,255, 255, 0.6);
}
.showaudiobutton:hover,.pauseaudiobutton:hover,.playaudiobutton:hover {
	color:#FFFFFF;
}
#inlineaudio {
	display:none;
	max-width:calc(100% - 40px);
	max-height:100%;
	position:absolute;
	/* left:auto; top:0; */
	bottom: -15px;
    left: 50%;
    transform: translate(-50%, -50%);
	/*height:100%;*/
	width:100%;
	z-index:1001;
	padding-bottom: 0px;
}
div.createform, div.searchform {
	margin-bottom: 0px;
	max-width: 100%;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	height: auto;
	max-width: auto !important;
}
div.appstatuswrap {
	margin: 20px 0 20px 0;
}
span.editorder {
	border: 1px dashed red;
    font-size: 14px;
    flex: 1;
    max-width: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	outline: none;
}
span.removelist, span.editorder {
	border-radius: 0px;
    display: none;
}
div#filestoup2 {
	margin-bottom: 20px;
}
div#status2, #filestoup2, #filestoup {
	display: block;
	max-height: 140px;
	overflow: auto;
}
div#addformbuttons {
	margin-bottom: 0 !important;
	column-gap: 10px;
	align-items: center;
}
div#addvideoform2 {
	display: block;
	/*
	max-height: 360px;
	overflow-y: auto;
	*/
}
section#configsection {
	display: none;
}
section#mainimportsection {
	padding-top: 0px;
}
.txtbold {
	font-weight: bold;
}
.imptxt {
	color: red;
	font-weight: bold;
}
button {
    font-weight: normal;
}
div#newmsg {
	padding: 10px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	max-width: 420px;
	background-color: orange;
	color: #fff;
	position: absolute;
	right: 200px;
	top: 0;
	z-index: 2;
	cursor: pointer;
}
div#footer {
	padding: 0px;
	max-width: 100%;
	margin: 0 auto;
	background-color: transparent;
}
p.dragdroptext {
	margin-top: 0px !important;
	margin-bottom:20px;
}
h2.historysection {
	margin-bottom: 20px !important;
}
h2.whatsnewsection {
	margin-bottom: 20px !important;
}
h2.toolssection {
	margin-top: 20px !important;
}
h2.uploadsection {
	margin-bottom: 0px !important;
}
h2.uploadsection, .notification-content h2, .popfill-content h2 {
	margin-top: 0px !important;
	cursor: move;
}
h2.examplessection {
	margin-top: 0 !important;
}
.header-content button:hover {
	box-shadow: 0 1px 6px #666;
}
button:hover, span.removelist:hover, span.sharelist:hover  {
	background-color: #000;
	border: 1px solid #000;
	color: #FFFFFF;
}
div#sidebarlist {
	margin-top: 15px !important;
}
textarea#playlistconfig {
	height: 100px;
}
input[type="text"], input[type="password"], textarea {
	max-width: 100%;
}
div.right-column input[type="text"], textarea#exported,textarea.newexport, textarea#exported2, textarea#playlistconfig,textarea#playlistconfig2, #createplaylist input[type="text"], #configapp input[type="text"], #setiframe, input#query, textarea#shareurl, input.shareinput, input[type="text"], input[type="password"], select, .editfilename, textarea#dumpinsertv, textarea#thefiledata, input[type="number"], input[type="date"] {
	width: 100%;
	padding: 14px;
	display: inline-block;
	border-radius: 0px;
	color: #666;
	box-sizing: border-box;
	font-size: 14px;
	outline: none;
	border: 1px solid #ddd;
}
textarea {
    margin: 0;
	font-size: 1em;
	width: 100%;
	padding: 12px;
	display: inline-block;
	border-radius: 0px;
	color: #666;
	box-sizing: border-box;
	font-size: 14px;
	outline: none;
	border: 1px solid #ddd;
}
/* h1, h2, h3, h4 */
html, body {
	background-color: #fff;
}
div#additemform > form {
	margin-bottom:10px;
	max-width: 100%;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	height: auto;
	max-width: auto !important;
}
.childplaylists > a, .childplaylists > .dropdown > a {
	padding: 10px 16px;
	border: 1px solid #ccc;
	display: block;
	border-radius:4px;
}
body, p {
	color: #666666 !important;
}
div#yourlists, div#yourlists2 {
	max-width: 100% !important;
    overflow-y: auto;
	overflow-x: hidden;
	word-wrap: break-word;
	position: relative !important;
}
div#sharedlists {
	word-wrap: break-word;
	max-width: 260px !important;
}
div#yourlists3, div#yourlists {
	/*min-width: 270px;*/
}
div#yourlists3 div.yourlists-item a {
	word-wrap: break-word;
	max-width: 100% !important;
	padding: 15px 15px 15px 15px !important;
	cursor: move;
}
div.yourlists-item a {
	word-wrap: break-word;
	max-width: 100% !important;
	padding: 15px 15px 15px 15px !important;
	cursor: move;
	border-radius: 0px;
}
section#rightside {
	flex: 4 !important;
	padding: 20px 20px 10px 20px !important;
}
div#layout {
	padding: 0px 0px 0px 0px !important;
    margin-top: 65px; /*0px*/
	margin-bottom: 60px;
}
section.sidebar {
	flex: 2;
	margin: 0px;
	padding: 20px 20px 10px 0px;
	flex-direction: column;
	display: none;
	box-sizing: border-box;
	min-width: 300px;
	max-width: 340px;
	background-color: transparent;
	display: none;
}
section#leftside{
	/*flex: 2 !important;*/
	display: block;
	padding: 20px 0px 10px 20px !important;
}
div.listnav {
	display: block;
	z-index: 2000;
	position: fixed;
	right: 325px;
	color: #2a5d7e;
	transform: translate(-50%, -50%);
	top: 50%;
}
div.fieldblock input[type="text"], div.fieldblock input[type="password"]{
	max-width: 400px;
	display: block;
}
a.prevItem, a.nextItem {
	font-size: 22px;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255, 255, 0.1);
	border-radius: 50%;
	border: none;
	margin: 0px;
	transition: all .2s linear;
	text-decoration: none;
}
a.nextItem {
	margin-top: 10px;
}
a.prevItem::after {
	display: inline-block;
	content: "\02C4";
}
a.nextItem::after {
	display: inline-block;
	content: "\02C5";
}
.star {
    animation: spin 2s linear infinite;
	position: relative;
	display: inline-block;
}
div.itemoptions a {
	color: #888888 !important;
}
div.itemoptions {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: center;
    gap: 5px;
	margin-top: 10px;
}
div.itemdetails {
	padding-left: 35px;
	font-size: .9em;
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: center;
    gap: 10px;
}
div#searchresults {
	padding-top: 20px;
	display: none;
}
div#searchresults > div {
	/*font-size: 1em;*/
}
div#searchresults > div, div#searchresults > div > div {
	/*margin-bottom: 15px;*/
	/*font-size: .9em;*/
}
div#searchresults > div > span {
	color: #888;
}
div.left-grid,div.main-grid {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}
a.noimage {
	padding: 10px;
	display: block;
	width: 210px;
	height: 118px;
	font-size: 20px;
	background-color: #f8f8f8;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
	color: #888;
}
div.box-item div.noimage, div.itemurl div.noimage {
	padding: 10px;
	display: block;
	height: 118px;
	font-size: 14px;
	font-weight: normal;
	background-color: #eeeeee;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 0px;
	margin-top: 0px;
}
div.box-item div.noimage {
	width: 100%;
}
div.itemurl div.noimage {
	width: 210px;
}
div.right-grid > p {
	margin:15px 0 15px 0;
}
div.right-grid {
	padding: 0px 0px 0px 0px;
	/* box-shadow: 0 1px 6px #333; */
	/*border-left: 2px solid #eee;*/
	border-radius: 0px;
	background-color: transparent;
}
div.main-grid {
	display: grid;
	grid-template-columns: 100%;
	margin-bottom: 40px;
	/*max-width: 680px;*/
}
div.searchwrap {
	margin-bottom: 10px;
}
div.listfeatures {
	margin: 10px 0 10px 0;
	position: relative;
}
p.closep {
	text-align: left;
	margin: 0;
}
span.indexcan {
	display: block;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 10px;
	color: #ccc;
}
span.trashcan:hover {
	background-color: rgb(238, 238, 238);
}
span.trashcan {
	display: block;
	font-size: 2.5em;
	font-weight: normal;
	text-align: center;
	border: 1px solid rgb(239, 239, 239);
	background-color: transparent;
	margin-top: 20px;
	padding: 10px;
}
button.createbutton {
	display: block;
	width: auto;
	margin-top: 10px;
}
p.resetform {
	margin: 0;
	display: inline-block;
}
button.createjson {
	margin: 0;
	display: inline-block;
}
button#createlists:hover, button.nextprevresult:hover {
	/*box-shadow: 0 1px 6px #666;*/
	background-color: #000;
	color: #FFFFFF;
}
button#createlists, button.nextprevresult {
	display: inline-block;
	width: 100%;
	/*
	background-color: transparent;
	border: 1px solid #009fff;
	color: #009fff;
	*/
	font-size: 1em;
}
section.inner-grid-item {
	display: block;
	position: relative;
	padding: 0px;
	padding-top: 0;
}
textarea#setiframe {
	height: 100px;
}
h2 {
	font-family: Roboto,sans-serif !important;
	margin: 0 0 15px 0 !important;
	font-weight: 700 !important;
	font-size: 1.2em;
}
.submittabs
{
	margin-bottom:20px;
	border-bottom: 2px solid #ddd;
	text-align: right;
}
.submittabs span {
    padding: 10px;
	text-decoration: none;
	margin-left:10px;
	display: inline-block;
	cursor: pointer;
}
#logo{
	max-width: 150px !important;
	border: none;
	display: block;
	margin-top:0px;
}
div#configappform input[type="text"] {
	max-width: 200px;
}
div#addvideoform2 > form > div > div, div#addvideoform2 > form > div, div#addvideoform > form > div, div#configappform form > div, #uploadadd > div {
	margin-bottom: 15px;
}
@media only screen and (max-width: 1279px) {
    section.sidebar, .searchheader, #topmsg, #adunitb {
		display: none;
	}
}
@media only screen and (max-width: 1017px) {
    header {
        display: block;
        padding: 0px !important;
        height: 65px;
        position: relative !important;
        top: unset !important;
        left: unset !important;
        z-index: unset !important;
    }
    div.left-grid {
        position: relative;
        top: unset;
        left: unset;
        z-index: unset;
        overflow-y: unset;
        height: auto;
        width: 100% !important;
		padding: 0px !important;
        background-color: transparent;
        box-sizing: border-box;
        scrollbar-width: auto;
    }
    section.sidebar {
		padding: 0px 20px 10px 20px !important;
		display: none;
	}
    section#rightside {
        padding: 20px 20px 10px 10px !important;
    }
	    div#layout {
        padding: 0px !important;
		margin-top: 0px !important;
    }
}
@media only screen and (max-width: 800px) {
	div.listnav {
		/*display: none !important;*/
		bottom: 0% !important;
		right: 0px !important;
		visibility: visible !important;
	}
	section#leftside, section#rightside {
        padding: 20px 20px 0px 20px !important;
    }
	section.sidebar {
		padding: 0px 20px 10px 20px !important;
	}
	section#rightside {
		min-width: 100% !important;
	}
	div.right-grid {
		border-left: none !important;
	}
   	section#leftside, section#rightside {
        max-width: unset !important
    }
    #newmsg, .searchheader {
      display: none;
    }
	div#copyright-desk,div#terms-desk {
		display: block !important;
	}
	div#copyright-mobile,div#terms-mobile {
		display: none !important;
	}
	h2 {
		font-size: 18px !important;
	}
}
@media only screen and (max-width: 510px) {
	#adunitb, #speechbutton, #suggest {
		display: none !important;
	}
}
@media only screen and (max-width: 480px) {
	
	div.popfill > h2, div.popfill div.popfill-content h2, .notification-content h2, .notification h2, div.popfill h2 {
		padding: 10px 55px 10px 20px !important;
	}
	/*
	section#leftside {
		display: none !important;
	}
	*/
	#logo {
		max-width: 140px !important;
	}
	h2 {
		font-size: 16px !important;
	}
	div.yourlists-item {
		max-width: 90% !important;
	}
	#adunitb, #speechbutton, div.listnav {
		display: none !important;
	}
	h2.uploadsection {
		font-size: 14px !important;
	}
	div.grid-container {
		justify-content: center !important;
	}
	div.box-item > div {
		margin: 0 auto;
	}
	div#copyright-desk,div#terms-desk {
		display: none !important;
	}
	div#copyright-mobile,div#terms-mobile {
		display: block !important;
	}
	div#blockad {
		display: none !important;
	}
   	section#leftside, section#rightside {
        max-width: unset !important
    }
    header{
        height: auto !important;
        padding: 10px 0px 10px 0px !important;
    }
	div.notification a.expandnotify::after, div#homeupload a.expandnotify2::after, a.expandnotify2::after, svg.expandnotify, svg.collapse, svg.pinit {
		top: 9px !important;
		display: none !important;
	}
	div.notification a.closenotify::after, div#homeupload a.closenotify2::after, a.closenotify2::after {
		top: -3px !important;
	}
	div#homeupload, div#playsettings, div#searchsettings, div#commands, div#createplaylist {
		width: calc(100% - 45px) !important;
	}
}
@media only screen and (max-width: 390px) {
	div.header-content button {
		padding: 8px 10px;
	}
	#logo {
		max-width: 110px !important;
	}
	h2 {
		font-size: 14px !important;
	}
    header{
        height: auto !important;
        padding: 10px 0px 10px 0px !important;
    }
}

button, input[type="file"] {
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    color: #666666;
    padding: 12px 18px;
    cursor: pointer;
    border-radius: 4px;
    display: block;
	font-size: .9em;
}
div#history button {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 18px;
	flex: 0 0 auto;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
	font-size: .7em;
}
.itemdetails a {
	/*padding:2px;
	background-color:#eee;
	border:1px solid #ddd;*/
}
section.sidebar {
    flex: 2;
    margin: 0px;
    padding: 0px 20px 10px 20px;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
    min-width: 300px;
    max-width: 100%;
    background-color: rgba(243,243,243,.6);
	/*background: linear-gradient(90deg, rgba(255,255,255,.6) 40%, rgba(255,255,255,.6) 50%);*/
	/*box-shadow: 0 2px 20px #999;*/
	border-top: 1px solid #eee;
    display: none;
    position: fixed;
    bottom: 0px;
	overflow-y: hidden;
	overflow-x: auto;
	z-index: 2;
}
div.historyitem:first-child {
	margin-top: 20px;
}
div#history {
    padding: 10px 0px 0px 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: center;
    row-gap: 10px;
    column-gap: 10px;
	background-color: transparent;
}