.error{
    color :  red;
}
.load-images {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
}

.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #fff;
    border-radius: 50%;
    border-top: 16px solid #19305e;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

a,
a:hover,
a:focus{
    color: #e82c43;
}

.elevation-4, .login-page, .register-page, .card-body .card-header, .card-primary:not(.card-outline) > .card-header {
    background-image: linear-gradient( 
263deg, #080808, #494949) !important;
}
/*13-11-2021*/
.nav-sidebar .nav-link p {
    padding-right: 15px;
}
footer.main-footer {
    text-align: center;
}
td ul.dropdown-menu {
    background: #fff;
    border: none;
}
.dropdown-menu li:last-child a.btn{
    margin-bottom: 0px;
}
.dropdown-menu li a.btn {
    margin-bottom: 5px;
    width: 80px;
    font-size: 13px;
}
.breadcrumb-item a {
    font-weight: 600;
}
.layout-fixed .nav-sidebar {
    padding-bottom: 20px;
}
/*13-11-2021*/

[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus{
	background-color: #e82c43;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:focus,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:hover{
	background-color: rgb(232 44 67 / 15%);
}

.brand-link .brand-image {
    float: none;
    line-height: 0;
    margin: 0 auto;
    max-height: inherit;
    width: 147px;
    box-shadow: none !important;
    display: block;
        opacity: 1 !important;
}

.text-dark,
.main-footer,
.breadcrumb-item.active,
.navbar-light .navbar-nav .nav-link{
	color:#020202 !important;
}

.content-wrapper{
	background: #fff;
}

.btn-primary,
.page-item.active .page-link,
.custom-control-input:checked ~ .custom-control-label::before{
	border-color: #e82c43;
	background-color: #e82c43;
}

.btn-primary:hover,
.btn-primary:focus{
    border-color:#020202;
    background:#020202;
}

.table-striped tbody tr:nth-of-type(2n+1), .card-body.no-left tbody tr:nth-of-type(2n+1){
	background-color: rgba(250, 112, 11, 0.1);
}

.table thead th, .table th{
	color: #fff;
	background:#020202;
	border-top: 0px !important;
	border-bottom: 0px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before{
	border: 2px solid#020202;
	box-shadow: 0 0 3px#020202;
	background-color:#020202;
}

.table td,
.table th{
    vertical-align: middle;
}

.input-group-text{
	color: #fff;
	background-color:#020202;
	border: 1px solid#020202;
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text{
    border-color: #ccc;
}

.main-header .user-panel .dropdown > button.dropdown-toggle {
    width: auto;
   display: flex;
   align-items: center;
   background: transparent;
   border: none;
}
.main-header .user-panel {
    width: auto;
    margin-left: auto;
    overflow: visible;
    padding-right: 7.5px;
}
.main-header .user-panel .dropdown > button.dropdown-toggle .image {
   padding-left: 0;
   margin-right: 10px;
}
.main-header .user-panel .dropdown > button.dropdown-toggle::after {
   border-top: 6px solid;
}
.brand-link .brand-image {
    margin-right: auto !important;
    width: 15%;
}
.custom-file-inputs{
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-file-inputs input[type="file"]{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.custom-file-inputs input[type="text"] {
    width: 100%;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0;
   border: 1px solid #ced4da;
   height: 100%;
}
.custom-file-inputs input[type="button"] {
   color: #fff;
   background-color: #020202;
   border: 1px solid#020202;
   align-items: center;
   padding: .375rem .75rem;
   margin-bottom: 0;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   border-radius: .25rem;
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}



/*22-10-2021*/
.nav-sidebar .nav-header:not(:first-of-type) {
    padding-left: .5rem;
}
li.nav-header {
    font-weight: 700;
    color: #fff !important;
    font-size: 15px !important;
}
li.nav-item a.nav-link p, li.nav-item a.nav-link i {
    font-size: 15px;
}
ul.nav.nav-treeview {
    padding-left: 10px;
}
.card-header h3.card-title {
    font-weight: 600;
}
td .dropdown-menu li a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
td .dropdown-menu li a.btn i.fa {
    padding-right: 5px;
}

/*.chart-song-list {
  height: 200px;
  overflow: scroll;
}*/
.bg-orange,
.bg-orange > a {
  color: #ffffff !important;
}
.bg-warning,
.bg-warning > a {
  color: #ffffff !important;
}
/*22-10-2021*/


/*27-10-2021*/
.layout-fixed .brand-link, nav.main-header.navbar-theme, .brand-link, .navbar-theme {
    max-height: 90px;
    min-height: 90px;
}
nav.main-header.navbar-theme {
    padding: 13px .5rem !important;
    background: #e82c43;
}
.main-header .user-panel .dropdown-toggle::after{display: none;}
.main-header .user-panel .dropdown > button.dropdown-toggle span.user-name {
    color: #fff;
}
.logo_heading {
    font-size: 100%;
    font-weight: 600;
    color: #fd3e56;
    display: block;
    width: 100%;
}
.sidebar-collapse a.brand-link h4 {
    display: none;
}
.sidebar-collapse a.brand-link img.brand-image {
    width: 70%;
    height: auto !important;
    line-height: unset !important;
    object-fit: contain !important;
    transition: .3s;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover a.brand-link h4 {
    display: block;
    transition: .3s;
}
.sidebar-mini.sidebar-collapse .main-sidebar:hover img.brand-image {
    width: 15%;
    height: auto !important;
    line-height: unset !important;
    object-fit: contain !important;
    transition: .3s;
}
a.brand-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.nav-sidebar .nav-header:not(:first-of-type) {
    padding-top: 0.8rem;
}
.main-header .user-panel ul.dropdown-menu li:not(:last-of-type) {
    margin-bottom: 3px;
}
.main-header .user-panel ul.dropdown-menu li {
    background: #e82c430a;
    padding: 5px;
    border-radius: 2px;
}
.main-header .user-panel ul.dropdown-menu li a i {
    margin-right: 10px;
}
.main-header .user-panel ul.dropdown-menu li a {
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.main-header .user-panel ul.dropdown-menu li:hover a {
    color: #fff;
    transition: .3s;
}
.main-header .user-panel ul.dropdown-menu li:hover {
    background: #e82c43;
    transition: .3s;
}
.content-wrapper > section.content-header {
    margin-top: 20px;
}
.color-field-first {
    width: 40%;
    height: calc(2.25rem + 2px);
}
.color-field-second {
    width: 40%;
    height: calc(2.25rem + 2px);
}
.change-color {
    height: 100px;
    background: linear-gradient(to bottom, #0000ff, #add8e6);
}
/*27-10-2021*/

/*17-11-2021*/
.report_btns a.btn {
    margin: 0 0 0 10px;
}
.report_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.card-body.no-left .container.chart-song-list {
    padding-left: 0;
}