
/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
ul.navbar-nav {
    margin: 0;
}

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

#pnlItems .card {
  transition: .3s ease !important;
  cursor: pointer !important;
  border-radius: 15px !important;
}

#pnlItems .card:hover {
  background: linear-gradient(72.47deg, #26050c 22.16%, rgb(126, 58, 78) 76.47%);
  color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.48);
}

#pnlItems .card:hover .text-truncate {
  color: #fff !important;
}

#dashboard-card {
  transition: all 0.5s ease !important;
  cursor: pointer !important;
  border: 1px solid #851c3b;
  transform: scale(1);
}

#dashboard-card:hover {
  background: linear-gradient(72.47deg, #26050c 22.16%, rgb(126, 58, 78) 76.47%) !important;
  color: #fff !important;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.48) !important;
  transform: scale(1.03);
}

#dashboard-card:hover .card-title,
#dashboard-card:hover small,
#dashboard-card:hover h4,
#dashboard-card:hover i,
#pnlItems .card:hover p.card-text,
#pnlItems .card:hover .card-link,
#pnlItems .card:hover .card-link i {
  color: #fff !important;
}

#dashboard-card h5,
#dashboard-card h4,
#dashboard-card small {
  color: #000 !important;
}

#dashboard-card i {
  color: #851c3b;
}

#dashboard-card a {
  border: 1px solid transparent;
  transition: .3s ease-in-out;
}

#dashboard-card a:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

/* th.sorting {
  border: 1px solid;
  border-right: 0 !important;
  border-left: 0 !important;
}
 
td {
 border: 1px solid !important;
  border-right: 0 !important;
  border-left: 0 !important;
} */

tbody tr {
  transition: .3s ease;
}

tbody tr:nth-child(even) {
  background-color: #cd00000a !important;
}

tbody tr:nth-child(even) {
  background-color: #cd00000a !important;
}

tbody tr:hover {
  background-color: #e3e3e3 !important;
}


ul.dropdown-menu.drop-down-icon.show {
  display: inline-flex;
  color: #7367f0;
}

#pnlItems .card:hover ul.dropdown-menu.drop-down-icon.show {
  background: linear-gradient(72.47deg, #26050c 22.16%, rgb(126, 58, 78) 76.47%);
}

.card .card-link i {
  color: #7367f0;
}

.img-height {
  height: 225px;
}

.card .dropdown-toggle::after {
  display: none !important;
}

#customSearchBar {
  max-width: 600px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

#customSearchBar input {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
}

#customSearchBar button {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
}

.col-md-2.width1 {
  width: 310px !IMPORTANT;
}

/* h6.text-muted.fonts.mb-0.card-header1 {
  padding: 24px;
} */


/* p.card-text {
  color: #8d264f;
} */


/* .card-body-bg {
  background: white;
} */


/* .card-footer.bg-white.reaction-icons.d-flex.justify-content-around {
  padding: 15px;
  background: #ffecef ! IMPORTANT;
} */


i.fa-regular.fa-heart {
  color: #ff1f46;
}

i.fa-regular.fa-eye {
  color: #ff1f46;
}

i.fa-regular.fa-comment {
  color: #ff1f46;
}

i.fa-regular.fa-share-from-square {
  color: #ff1f46;
}

/* .card-clr {
  background: #fff;
} */


.card-body.card-margin {
  margin-left: -13px;

  margin-bottom: 200px;
}

.card-body.card-margins {
  margin-left: -13px;


}

/* .bg-cntainr {
  background: #e6e6e6 !important;
  background: transparent !important;
} */


/* .header-clr {
  color: #8d264f !important;
} */


.col-12.col-xl-12.mb-4.col-md-12 {
  margin-left: -13px;
  width: 102%;
}

.col-md-3.bg-clrs {
  width: 211px;
  height: 375px;
  background: #2f3349;
}

/* .content-wrapper {
  background: #fffbfc;
} */


.top-bar.d-flex.justify-content-between.px-4.mrs {
  padding: 15px;
  background: #2f3349;
  width: 98%;
  margin-left: 13px;
  color: white;
}

.col-md-2.width1.width12 {
  padding-left: 0;
}

.col-md-3.bg-clrs .text-white {
  padding: 25px;
  color: white ! IMPORTANT;
}

.top-bar.d-flex.justify-content-between.px-4 {
  padding: 10px;
  background: #902134;
  color: #fff;
  position: relative;
}

.card-padding {
  padding: 10px !important;
}

.col-md-3.width1 {
  width: 315px;
}

.col-md-3.bg-clrs1 {
  width: 150px;
  background: #902134;
}

.col-md-3.width1 {
  width: 313px;
}

.row.mrgn {
  margin-bottom: 1.5rem;
}

/* .card-body.text-center {
  background: #fff;
} */


/* .card-body.text-center h6.fw-bold.mb-1,
p.text-muted.small.mb-0 {
  color: #000;
} */


.card-body.text-center p.text-muted.small.mb-0 {
  color: #000 !important;
}

.col-md-3.bg-clrs1 .text-white {
  padding: 25px;
  color: #fff !important;
}

.top-bar.d-flex.justify-content-between.px-4.mrgn-btm.width-mshd {
  width: 102%;
  margin-left: -13px;
  margin-bottom: 1.5rem;
}

.top-bar.d-flex.justify-content-between.px-4.color-div {
  margin-left: -13px;
  width: 102%;
  background: #ea5455;
  color: #fff;
}

a.text-light.fw-bold {
  color: #fff !important;
}

.col-md-3.bg-clrs2 {
  width: 149px;
  background: #ea5455;
}

.col-md-3.bg-clrs2 .text-white {
  color: white !important;
  padding: 25px;
}

/* .card-bg-clr {
  background-color: #fff !important;
  padding: 10px;
} */


/* .card-footer.bg-white.d-flex.justify-content-between.text-muted.small {
  background: #ffecef !IMPORTANT;
  padding: 15px;
} */


/* .card-body.card-bg-clr h6.fw-bold.mb-1 {
  color: #cc9db0 !IMPORTANT;
}
.card-body.card-bg-clr p.small.fw-bold {
  color: #cc9db0 !IMPORTANT;
}
.card-body.card-bg-clr p.text-muted.small {
  color: #cc9db0 !IMPORTANT;
} */


#lOst_fond_card .card {
  background-color: transparent !important;
  border-radius: 0px !important;
}

.card-img-top.ARTISTS {
  height: 231px !important;
}

.card-img-top {
  height: 204px !important;
  object-fit: cover;
  object-position: center;
}

.artist-img {
  width: 100%;
  height: 217px !important;
  object-fit: cover;
}

.stats-icon-span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 3px;
}

.stats-icons {
  display: flex;
  height: 84px;
}

.profile-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}


.card-header .ml-2 {
  margin-left: 10px;
}

.news-img {
  width: 100%;
  height: 217px !important;
  object-fit: cover;
}

.card-body-bg {
  background-color: #f9f9f9;
}

.reaction-icons span {
  font-size: 14px;
  color: #777;
}

.reaction-icons i {
  margin-right: 5px;
}

.card-header {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 15px;
    gap: 7px !important;
}