/* CSS FOR ADMIN PAGES */
body a{
	color: rgb(161 102 218);
}
form.user .row{
	margin: 0;
}

#logOutButton{
	font-size: 30px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
	background: linear-gradient(180deg, #0300d773 13%, #ff86d9 100%) !important;
	border-color: #a166da !important;
	color: #FFF !important;
}

a.copyButton {
	/* text-align: right; */
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	flex-wrap: nowrap;
	/* align-content: center; */
	align-items: center;
}



/* CSS FOR PLAYLISTVIEW */
	.custom-file-upload {
		border: 1px solid #ccc;
		display: inline-block;
		padding: 12px;
		cursor: pointer;
		width: 100%;
	}
	.file-upload {
		position: absolute;
		left: 15px;
		bottom: 13px;
		opacity: 0;
	}
	.MessageAlert {
		display: none;
	}
	.MessageAlert.activemessage {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.MessageAlert #success {
		color: green;
	}

	.MessageAlert #error {
		color: red;
	}

	.MessageAlert #success, .MessageAlert #error {
		opacity: 1;
		transition: opacity 3s; 
	}

	.MessageAlert #success.fade, .MessageAlert #error.fade {
		opacity: 0;
	}

	div#songModal .modal-dialog {
		max-width: 700px;
	}

	div#songModal .modal-dialog .form-group {
		max-width:300px;
	}

	span.rowAction{
		max-width: 20px;
		padding: 15px 0;
	}

	.songItemCard_Inner.card.border-left-primary.shadow.h-100.py-3.px-3.hoverItem {
		background-image: linear-gradient(360deg, #0300d773 0%, #ff86d9 100%);
		color: #FFF !important;
		cursor: pointer;
	}

	.border-primary{
		border-color: #a166da !important;
	} 

	button#gridView,button#listView{
		box-shadow: none !important;
	}

	div#groupCollection {
		padding: 0;
		margin: 0;
	}

	#inner_Group {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
	}

	.drop-area {
		border: 2px dashed #ccc;
		text-align: center;
		line-height: 200px;
		font-size: 20px;
		cursor: pointer;
	}


	li.songData.songItemCard.list-item.ui-sortable-handle {
		width: 100% !important;
		max-width: 100% !important;
		flex: 100%;
	}

	input#UpdatePlaylistName {
		margin: 10px 0;
	}

/* END */

/* CSS FOR AUDIO PLAYER */
.plyr--audio .plyr__controls{
	background: none;
	color: #FFF;
}

div#player-container {
/*    background: rgb(255 0 81);*/
	background: rgb(2,0,36);
	background-image: linear-gradient(180deg, #0300d773 13%, #ff86d9 100%) !important;	

	color: #FFF;
}

.plyr__menu__container {
	bottom: 0; 
	top: 30px;
}
.plyr__controls button.plyr__controls__item.plyr__control {
	display: none;
}

.hide{ display:none; }
.customButtons button, .customButtons_second button{ background:none; border:none; font-size:20px; }
.customButtons {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	padding: 10px;
}

.customButtons_second {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px;
}
span.shuffleButton.active {
	background: none;
}

.active{
	background-color: #ac6ada;
	color: #000;
	opacity: 1 !important;
}

#playlist {
	margin-left: 0;
	list-style: none;
	margin-left: -40px;
}


#playlist li {
	font-size: 16px;
	line-height: 30px;
	padding: 10px;
	opacity: 0.5;
}

p#currentSongname {
	margin: 0 auto;
	padding: 20px;
	font-size: 20px;
}

#playlistContainer{
	margin:0 auto;
	margin-top:3%;
	overflow:hidden;
	height:350px;		
}
.mian-add-playlist {
	margin: 36px 16px;
	padding: 18px;
	border-radius: 10px;
}
div#loadAudioPlayer {
	max-width: 500px;
	margin: auto;
	background: red;
	border-radius: 12px;
}

/* ADDED BY SUMIT - 29 JUL 23 */
.card .card-body .table>:not(:last-child)>:last-child>* {
	border-bottom-color: inherit;
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, #0300d773 13%, #ff86d9 100%) !important;
	height: 16px !important;
}

body div .btn-primary, .page-item.active .page-link {
	color: #fff !important;
	background-color: #a166da !important;
	border-color: #a166da !important;
}

.hoverItem{
	background-image: linear-gradient(360deg, #0300d773 0%, #ff86d9 100%);
	color: #FFF !important;
	cursor: pointer;
}

.table thead th{
	border: 1px solid #e3e6f0 !important;
}

/* width */
::-webkit-scrollbar {
	width: 15px;
}

/* Track */
/*::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
}*/
 
/* Handle */
::-webkit-scrollbar-thumb {
	background: rgb(161 102 218); 
	border-radius: 10px;
	height: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: rgb(161 102 218); 
}

.hoverItem .text-primary {
	color: #FFF !important;
}

.row .border-left-global {
	border-left: .25rem solid #a166da !important;
}

.PlaylistVersion input[type="radio"] {
	margin-right: 10px;
}
/* Bingo Cards */
.bingo-card {
	border-collapse: collapse;
	width: 600px;  /* total card width */
	height: 600px; /* total card height */
	table-layout: fixed;
	margin: 0 auto;
}
.bingo-card thead th {
	font-size: 40px;
	padding: 6px;
	color: #222;
	text-align: center;
	font-weight: 400;
}
.bingo-card td {
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
	width: 20%;   /* 5 equal columns */
	height: 20%;  /* 5 equal rows */
	padding: 4px;
	overflow: hidden;
	line-height: 1.1;
}

.caption { text-align:center; margin-bottom: 12px; }
#total_pages{
	width: 150px;
}
.option-inner-section {
    padding-bottom: 30px;
}
.bg-clr {
    background: #4046db;
    color: #fff;
    padding:30px;
}
.double-buttons {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 10px;
	padding-bottom: 20px;
}
button.btn.single-format {
    width: max-content;
     background: #fff;
    color: #a166da;
}
button.btn.double-format {
    width: max-content;
    background: #a166da;
    color: #fff;
}
.card-print-options h3 {
    font-weight: 600;
    line-height: 40px;
    font-size: 24px !important;
}
.print-car-btns.buttons {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.print-btn {
    background: #a166da;
    border-radius: .25rem;
}
.btn.btn-primary-print {
    color: #fff;
    border-radius: 2px;
}
.btn.btn-primary-download {
    background: #fff;
    color: #a166da;
}
span.number-pages {
    display: flex;
    align-items: center;
}
.option-inner-section p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
}
button.btn.card-format-btn {
    padding: 5px 10px;
}
button.card-format-btn {
    background: #fff;
    color: #a166da;
}
.card-format-btn.active{
	color: #fff;
	background-color: #a166da;
}
.free {
    font-weight: bold;
}
input#brand_logo {
    padding-bottom: 20px;
}
.option-inner-section .form-text {
    color: #c4c4c5;
}
.explicit_lyrics input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.explicit_lyrics span {
    position: absolute;
    margin-top: -6px;
    font-size: 20px;
    padding-left: 6px;
	font-weight: 500;
	color: #812cd3;
}
p.explicitLyricsVal {
    margin: 0;
    padding: 0;
    position: absolute;
    float: right;
    right: 8px;
    top: 0;
    font-size: 20px;
    color: #a166da;
    font-weight: 600;
}
/* MEDIA QUERIES */

@media (max-width: 767px){
	.toggleViewButtons { display: none!important;}
}

@media (max-width: 1400px){
	h4.mb-0.text-gray-800 {  max-width: 300px; }
}
