.elementor-14 .elementor-element.elementor-element-6a32500{--display:flex;--min-height:95vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:80px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-6a32500:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-6a32500 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F9FC;}.elementor-14 .elementor-element.elementor-element-34eb31f > .elementor-widget-container{padding:0px 0px 40px 0px;}.elementor-14 .elementor-element.elementor-element-34eb31f .elementor-icon-wrapper{text-align:center;}.elementor-14 .elementor-element.elementor-element-34eb31f .elementor-icon{font-size:59px;}.elementor-14 .elementor-element.elementor-element-34eb31f .elementor-icon svg{height:59px;}.elementor-14 .elementor-element.elementor-element-34eb31f .elementor-icon-wrapper svg{width:auto;}.elementor-14 .elementor-element.elementor-element-b7cb425 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:44px;font-weight:600;letter-spacing:0.8px;color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-1ef73ca{width:var( --container-widget-width, 75% );max-width:75%;--container-widget-width:75%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-1ef73ca{width:100%;max-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-1ef73ca */.custom-dashboard {
    display: grid;
    padding: 20px;
    background-color: #f7f9fc;
    border-radius: 8px;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.dashboard-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 28px 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    flex: 1;
}

.dashboard-number {
    font-size: 40px;
    color: #DA5026;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.3;
}

.dashboard-label {
    font-size: 28px;
    color: #414042;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.dashboard-change {
    font-size: 14px;
    font-weight: bold;
}

.content-table {
  border-collapse: collapse;
  margin: 25px 0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
  background-color: #da5026;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.content-table th{
  font-size: 16px;
  padding: 13px;
}


.content-table tbody tr {
 // border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #ebccc147;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #da5026;
}

.content-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}


.content-table tbody td {
    font-size: 16px;
    color: #414042;
    font-weight: 500;
    padding: 9px 15px;
    
}


tbody td {
  background-color: transparent !important;
}

.content-table tbody td:last-child{
  border-left: 1px solid #dddddd;
}

.dashboard-categories h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin-top: 30px;
}


@media (max-width: 600px) {
    .custom-dashboard {
        grid-template-columns: 1fr;
    }

    .dashboard-card {
        max-width: 100%;
        margin-bottom: 15px;
    }
}/* End custom CSS */