.list-music__item img {
	float: left;
}

.file-info_title {
	font-size: 12px;
    color: #b3b3b3;
}
.pagination {
	color:  #2a2a2a;
    text-decoration: none;
    padding: 15px 0;
    font-size: 16px;
    display: block;
    line-height: 36px;
    text-align: center;
}
.navigation a, .navigation span {
	display:inline-block; 
	padding:0 5px; 
	min-width: 40px;
    background-color: #fff;
    margin: 0 3px;
	color:  #2a2a2a;
	margin-bottom: 5px;
    border-radius: 6px;
	box-shadow:inset 0px 0 0 1px rgba(0, 0, 0, 0.1);
}
.navigation span {
	background-color:#0c213a; 
	color:#fff;
}
#preloader{
	position: fixed;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
	background: #dbdbdb40;
	display: none;
	z-index: 99999;
}
 
.contpre small{font-size:25px;}
 
.contpre{
	width: 250px;
	height: 100px;
	position: absolute;
	left: 50%;top: 48%;
	margin-left:-125px;
	margin-top:-75px;
	color:#fff;
	font-size:40px;
	letter-spacing:-2px;
	text-align:center;
	line-height:35px;
}
 
#preloader .svg_anm {
	position: absolute;
	width: 130px;
	height: 130px;
	background: url(/assets/images/loader.svg) center center no-repeat;
	background-size:130px;    
	margin: -16px 0 0 -16px;
}
#notifications {
	width: 280px;
    position: fixed;
    right: 10px;
    top: 75px;
    z-index: 130000;
    color: #fff;
    padding-top: 5px;
}
.notification {
	font-size: 10px;
	margin: 0 0 15px auto;
    padding: 20px 17px;
	display: none;
	position: relative;
}
.notification h4 {
	font-size: 12px;
    margin-left: 10px;
    line-height: 0 !important;
}
.notification p {
	margin: 0
}
.notification-error {
    color: #ffffff;
    background-color: #FF6B5C;
	border-radius: 6px;
}
.notification-success {
    color: #ffffff;
    background-color: #03d87f;
	border-radius: 5px;
}
.notification span {
	font-size: 14px;
}
.notification img {
	width: 25px;
    vertical-align: bottom;
    margin-right: 10px;
}
.notification::before {
    content: "";
    width: 29px;
    height: 29px;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    left: 11px;
    top: 50%;
}
.logo-lg {
	font-size: 23px;
    color: #dae2eb;
    font-family: "Inter",sans-serif;
    font-weight: 700;
}
.left-sidenav .brand .logo .logo-sm {
	vertical-align: sub;
	height: 35px;
    margin-top: 10px;
    top: 0;
	left: -5px;
    position: relative;
}
.left-sidenav .brand {
	background: #11253c;
}
.empty-list {
	text-align: center;
    color: #9b9b9b;
}
.list-music__name {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	line-height: 1.3;
}
.modal-action {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-action__btn a {
	margin-right: 4px;
    margin-left: 4px;
	font-size: 12px;
	margin-top: 7px;
}
.modal-action__btn {
	display: flex;
}
.preload-counter {
	color: #fe6b8b;
    font-size: 15px;
    font-weight: 600;
    top: 65px;
    position: relative;
    left: -8px;
}
.preload-counter span {
	margin: 0 4px;
}
.progress-block {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 5px;
    margin-bottom: 5px;
}
.progress-div {
	display: none;
}
.account-body.accountbg {
	background-image: url(/assets/images/auth-bg.png);
}
.list-genre td[name="buttons"] {
	text-align: center;
}
@media screen and (max-width: 786px) {
	.list-genre td[name="buttons"] {
		text-align: left;
	}
}
.active-sort .sort-btn, .active-sort .sort-url, .active-sort .sort-count {
	opacity: 0;
}
.active-sort {
	background: #f3f3f3;
}
.pl-name, .ar-name {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swal2-timer-progress-bar {
	background: #2778c4cf !important;
}
.swal2-timer-progress-bar-container {
	background: #e5e5e5;
}
.playlist-image__form .text-muted, .file-image__form .text-muted {
	margin-left: 15px;
    margin-top: 18px;
}
.playlist-image__form img, .file-image__form img {
	width: 120px;
	height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	-o-object-fit: cover;
    object-fit: cover;
	border-radius: 10px;
}
.playlist-image__form, .file-image__form {
	display: flex;
    align-items: center;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}
.notis-not {
	text-align: center;
    padding-top: 10px;
}
.menu-icon .far, .menu-icon .typcn {
	font-size: 17px !important;
	color: #7081b9 !important;
}
.feed-name {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
}
.feed-img .avatar-md {
	float: left;
}
.feed-name span {
	display: block;
}
.crm-activity-height {
    height: 400px;
}
.comm-msg {
	color: #a4abc5 !important;
}
.comm-list__name span {
	display: block;
}
.comm-activity {
	height: 890px;
}
.select2-search__field {
	width: 100% !important;
}
#delAll-country, #selectAll-country {
	cursor: pointer;
}
#delAll-country {
	display: none;
}
.loadSearch {
	display: none !important;
}
.empty-search {
	display: none;
	text-align: center;
    color: #9b9b9b;
}
.filesDie {
	display: none;
}
.listDie, .parserDie {
	display: flex;
}
.listDie .form-group, .parserDie .form-group {
	max-width: 230px;
}
.apexcharts-menu-icon {
	display: none !important;
}
.view-stat-month, .view-stat-day {
	cursor: pointer;
}
.view-stat-day {
	display: none;
}
th .checkbox input {
	display: none;
}
th .checkbox label {
	padding-left: 0;
	margin-bottom: 0;
	cursor: pointer;
}
th .checkbox-primary input[type="checkbox"]:checked + label::after {
	
}
th .checkbox label::before {
	display: none;
}
th .checkbox label::before, td .checkbox label::before {
	cursor: pointer;
}
th .checkbox label::after {
	content: "Выбрать";
    position: unset;
    width: auto;
    color: #303e67;
	font-weight: 500;
	font-size: 0.8125rem;
}
th .checkbox-primary input[type="checkbox"]:checked + label::after {
	content: "Снять все";
    position: unset;
    width: auto;
    color: #303e67;
	font-weight: 500;
	font-size: 0.8125rem;
	border-color: unset;
    display: block;
    height: unset;
    border: unset;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: unset;
    transform: unset;
}
.modal-footer__text p {
	font-size: 0.7125rem;
}
.modal-footer__text {
	padding: 0 20px;
    margin-bottom: 10px;
}
.pl-name img, .ar-name img {
	width: 52px;
    height: 52px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	-o-object-fit: cover;
    object-fit: cover;
}
.thumb-sm {
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	-o-object-fit: cover;
    object-fit: cover;
}
.thumb-xl {
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	-o-object-fit: cover;
    object-fit: cover;
}
.sort-item td {
	position: relative;
}
.list-music__info {
	display: block;
    font-size: 10px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	max-width: 400px;
	color: #9ba7ca;
}
.clear-cover, .clear-setCover, .clear-cover__artist {
	margin-left: 7px;
}
.clear-cover a, .clear-setCover a, .clear-cover__artist a {
	color: #fd3c97 !important;
}
.file-image__form {
	margin-bottom: 10px !important;
}
.select-parser {
	max-width: 560px;
}
.select-parser .form-control {
	display: inline-block;
    max-width: 210px;
	margin-bottom: 10px;
}
.load-musiclist {
	vertical-align: top;
}
.load-musiclist svg {
	width: 17px;
    height: 17px;
    vertical-align: sub;
    margin-right: 6px;
}
.index-card {
	min-height: 465px;
}
.block-genre, .block-playlist {
	display: none;
}