section.mrkt-dash {
    position: relative;
    padding-bottom: 0;
  background: var(--lt-bg-color);
}

.dashboard-banner {
      background: linear-gradient(to right, #3b82f6, #9333ea);
      color: #fff;
      padding: 30px;
      border-radius: 16px;
    }

    .dashboard-banner h2 {
      font-size: 1.75rem;
      font-weight: 600;
      color: white;
    }

    .dashboard-banner p {
      margin: 5px 0;
      color: white;
      font-size: 18px;
    }

.dshb-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  gap: 20px;
}

.dshb-col a.dshb-btn {
    background: white;
    padding: 9px 18px;
    border-radius: 5px;
}

.dshb-col a.dshb-btn i {
 	margin-right: 5px; 
}

.dshb-col a.dshb-btn2 {
    background: #3b82f6;
    color: white;
    padding: 9px 18px;
    border-radius: 5px;
}

.dshb-col a.dshb-btn2 i {
 	margin-right: 5px; 
}


section.mrkt-dashfltr {
    padding-top: 30px;
    padding-bottom: 0;
      position: relative;
  background: var(--lt-bg-color);
}

.dashfltr-col {
    width: 38%;
}

.dashfltr-btn {
    width: 24%;
}

.dashfltr-btn button.btn.btn-outline-secondary {
    background: #f3f4f6;
    border: none;
}

    .filter-box {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      /*box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.05);*/
    }


section.mrkt-dashtab {
    padding-top: 30px;
      padding-bottom: 25px;
  background: var(--lt-bg-color);
}

    .nav-tabs .nav-link.active {
      background-color: #e5f0ff;
      border: none;
      color: #3b82f6;
      font-weight: 600;
    }

    .stat-box {
      position: relative;
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      text-align: left;
      /*box-shadow: 3px 3px 10px 10px rgba(0, 0, 0, 0.05);*/
      height: 100%;
      border: 1px solid #edededba;
    }

    .stat-box h4 {
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin-bottom: 7px;
    }

    .stat-box p {
          margin: 0;
    font-size: 24px;
    font-weight: 700;
    }

p.growth {
    color: #16a34a;
    font-size: 14px;
    font-weight: 400;
}

p.shrink {
    color: #dc2626;
    font-size: 14px;
    font-weight: 400;
}

img.chart-img {
    position: absolute;
    right: 20px;
}

    .highlight-box {
          background: #fff;
    border-radius: 12px;
    padding: 50px 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #d7d7d769;
    margin: 0 30px;
          gap: 20px;
    }

.highlight-col {
    width: 49%;
}

.highlight-col.hghcol-btm {
    border: 1px solid #d7d7d769;
    border-radius: 5px;
    padding: 30px 20px;
}

    .highlight-box h5 {
      font-size: 1rem;
      font-weight: 600;
    }

    .highlight-box .growth {
      color: #10b981;
      font-weight: 600;
    }

    .highlight-box .shrink {
      color: #ef4444;
      font-weight: 600;
    }

    .quick-actions {
      /*margin-top: 40px;
      margin-bottom: 50px;*/
    }

    .quick-actions .action-card {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      text-align: left;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    }

    .action-card h6 {
      font-weight: 600;
      font-size: 1rem;
    }

    .action-card p {
      font-size: 0.9rem;
      color: #6c757d;
    }


/* tabbing css */

.dashtab-col {
    padding: 15px 0 24px;
    border-radius: 10px;
    /*box-shadow: 2px 2px 20px 3px rgba(0, 0, 0, 0.05);*/
    border: 1px solid #d7d7d769;
  background: white;
}

.stabox-cont {
    padding: 0 20px;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
    color: #3b82f6;
    font-weight: 600;
    border-bottom: 1px solid #3b82f6;
}

li.nav-item .nav-link {
    padding: 1rem 2rem;
    color: #808080;
}

li.nav-item .nav-link i {
    margin-right: 5px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
  	color: #3b82f6;
    border-bottom: 1px solid #3b82f6 !important;  
}

/**********/

.row.high-box {
    align-items: center;
    padding: 15px 15px 10px;
    border-radius: 5px;
  border: 1px solid #d7d7d769;
}

.hgbox-rgt h6 {
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin: 0;
}

.hgbox-lft {
    text-align: right;
}

h6.hgbox-up {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #16a34a;
}

.high-box p {
    font-size: 14px;
      margin: 0;
}

.statpro-row {
    align-items: center;
}

.statpro-col p {
    margin: 0;
}

.progress-bar.text-bg-success.healthcare {
    background-color: #16a34a;
}

.progress-bar.text-bg-success.finance {
    background: #a855f7;
}

.progress-bar.text-bg-success.retail {
    background: #f97316;
}

.progress-bar.text-bg-success.manufacturing {
    background: #dc2626;
}


/*   */

section.mrkt-dashcard {
    padding-top: 20px;
  background: var(--lt-bg-color);
}

.quick-wrapper {
      background-color: #fff;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .quick-title h5{
      font-weight: 500;
      font-size: 18px;
      margin:0;
    }

    .quick-box {
      border: 1px solid #e4e8f1;
      border-radius: 12px;
      padding: 16px;
      gap: 15px;
      transition: box-shadow 0.3s ease;
      background-color: #fff;
    }

    .quick-box:hover {
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    }

    .quick-icon {
      background-color: #e6edff;
      color: var(--secondary-color);
      padding: 10px 15px;
      border-radius: 10px;
      display: inline-block;
      font-size: 20px;
    }

    .quick-text h6 {
      margin: 0;
      font-size: 15px;
      font-weight: 600;
    }

    .quick-text p {
      margin: 2px 0 0;
      font-size: 13px;
      color: #6b7280;
    }

    .quick-arrow {
      margin-left: 15px;
      font-size: 18px;
      color: #9ca3af;
    }

.quick-inrbox {
    display: flex;
    align-items: center;
  padding: 5px 0 20px 0;
}





