body {
  font-family: 'Poppins', sans-serif;
  background-color: #f2f2f2;
  color: #333;
}

.brand-logo {
  margin-left: 15px;
  font-weight: 600;
}

.nav-wrapper {
  background: linear-gradient(90deg, #182261 , #ad1457);
}

.page-footer {
  background: linear-gradient(90deg, #182261 , #ad1457);
}

.dashboard-card {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.dashboard-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.card .card-content {
  padding: 24px;
}

.card .card-title {
  font-weight: 600;
}

.card-icon {
  font-size: 40px;
  color: #3949ab;
}

.btn-floating {
  background-color: #3949ab;
}

.btn {
  background-color: #3949ab;
  border-radius: 30px !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  text-transform: none;
  font-weight: 500;
  padding: 0 25px;
}

.btn-large {
  border-radius: 30px !important;
}

.btn:hover {
  background-color: #1e88e5;
}

.sidenav {
  width: 300px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.sidenav li>a {
  padding: 0 32px;
  font-weight: 500;
}

.sidenav .user-view {
  padding: 32px 32px 16px;
  margin-bottom: 0;
}

.dropdown-content {
  min-width: 200px;
}

.chart-container {
  position: relative;
  height: 300px;
  width: 100%;
}

.collection .collection-item.avatar {
  min-height: 64px;
}

.chips .chip {
  background-color: #e3f2fd;
  color: #1976d2;
}

.dashboard-quick-stats {
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: white;
}

.stat-1 {
  background: linear-gradient(45deg, #b95609, #ffbf00);
}

.stat-2 {
  background: linear-gradient(45deg, #266329, #8bc34a);
}

.stat-3 {
  background: linear-gradient(45deg, #5c0907, #ff8a80);
}

.stat-4 {
  background: linear-gradient(45deg, #192361, #5c6bc0);
}

.custom-stat-5 {
  background: linear-gradient(45deg, #ee1e1e, #ff7575);
}

.custom-stat-6 {
  background: linear-gradient(45deg, #ddaf1a, #e4e018);
  color: #282c0299;
}

.tab-content {
  padding: 20px 0;
}

.tabs .tab a {
  color: #3949ab;
}

.tabs .tab a:hover, .tabs .tab a.active {
  color: #1e88e5;
}

.tabs .indicator {
  background-color: #1e88e5;
}

.campaign-progress .determinate {
  background-color: #43a047;
}

.section-title {
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  border-left: 4px solid #3949ab;
  padding-left: 15px;
}

.featured-campaigns .card-image img {
  height: 180px;
  object-fit: cover;
}

.notification-badge {
  background-color: #f44336;
  border-radius: 50%;
  color: white;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-left: 5px;
  text-align: center;
  width: 18px;
}

.search-wrapper {
  position: relative;
  margin: 15px;
}

.search-wrapper i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #9e9e9e;
}

.search-wrapper input {
  padding-left: 40px;
  border-radius: 30px;
  border: 1px solid #e0e0e0;
  background-color: white;
  width: calc(100% - 20px);
  box-sizing: border-box;
}

.data-visualization {
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Preloader */
.preloader-wrapper {
  margin: 30px auto;
  display: block;
}

/* Animation */
.fade-in {
  animation: fadeIn 0.5s ease-in forwards;
}

.drop-area {
  border: 2px dashed #cfd8dc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}



@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Responsive adjustments */
@media only screen and (max-width: 992px) {
  .dashboard-quick-stats {
      margin-bottom: 15px;
  }
}


/* COLORS */
.custom-blue-1 {
  background: linear-gradient(90deg, #182261 , #ad1457) !important;
  color:#f2f2f2;
}

.post-createplan h1, 
.post-createplan h2, 
.post-createplan h3, 
.post-createplan h4, 
.post-createplan h5, 
.post-createplan h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.post-createplan code {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.post-createplan {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  padding-right: 10px;
}

.collection-post li {
  min-height: 115px !important;
}

.input-field .material-icons.prefix {
  color: #3949ab;
}

li[style*="display: none"] {
  pointer-events: none;
}

#aiadd, #manualadd, #topicplus, #ai_topicplus, #ruleplus, #post-ai-datetime, .modal .datepicker-modal .open {
  border: 0px !important;
  border-radius: 0px !important;
}

[id^="tiktok-modal"], [id^="instagram-modal"], [id^="facebook-modal"], [id^="x-modal"], [id^="www-modal"], [id^="linkedin-modal"] {
  width: fit-content !important;
}
