html {
          position: relative;
          min-height: 100%;
      }

      body {
          padding-top: 4.5rem;
          margin-bottom: 4.5rem;
      }
      h1{
        font-weight: 17px;
        color:  #ff0000;
      }

      .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 3.5rem;
        line-height: 3.5rem;
        background-color: #ccc;
      }
      a.nav-link {
        display: flex;
        flex: auto;
        align-items: center;
      }
      .nav-link:hover {
        transition: all 0.4s;
      }

      .nav-link-collapse:after {
        float: right;
        content: '\f067';
        font-family: 'FontAwesome';
      }

      .nav-link-show:after {
        float: right;
        content: '\f068';
        font-family: 'FontAwesome';
      }

      .nav-item ul.nav-second-level {
        padding-left: 0;
      }

      .nav-item ul.nav-second-level > .nav-item {
        padding-left: 20px;
      }


      /*Nav Collapse */


      .nav-item {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0.5rem 0.9rem;
        margin-bottom: 1.1rem;
        color: var(--grey-color);
        cursor: pointer;
        transition: 0.5s ease;
      }

      .nav-item .link-text {
        /*margin-left: 1.5rem;*/
        transition: opacity 0.6s ease;
        opacity: 1;
      }

      #navbarCollapse.collapse-nav #navAccordion{
        /*top: 50%;
        transform: translateY(-50%);*/
        transition: all 0.5s ease;
        opacity: 1;
        width: 4.5rem;
        overflow: hidden;
        padding-right: 0px;
        background-color: #E7ECEF;
      }
      .product-select.sidenav{
        top: 0px;
        left: 0px;
        width: 315px;
        height: fit-content;
        padding-bottom: 10px;
      }

      .label-select-wrapper{
        margin-top: 5px;
        width: auto;
        margin-left: 70px;
      }

      .sidenav#navAccordion{
        top: 43px;
      }
      #navbarCollapse.collapse-nav .nav-link{
        padding-right: 0.5em;
        padding-left: 0.5em;
        height: 40px;
      }

      #navbarCollapse.collapse-nav #navAccordion .side-divider{
        display: none;
        white-space: nowrap;
      }

      #navbarCollapse.collapse-nav #navAccordion .link-text{
        display: none;
        transition: all 0.5s ease;
      }

      /*.side-bar.collapse-nav .tooltip {
        display: block;
      }

      #navbarCollapse.collapse-nav .nav-item{
        opacity: 0;
        pointer-events: none;
        transform: translateX(0);
      }*/

      .sidenav2{
        visibility: hidden;
        opacity: 0;
      }

      .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

      .overlay.active{
        z-index: 999;
        background-color: rgba(0,0,0,0.5); /*dim the background*/
      }

      .nav-item.prod{
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
      }

      /*.nav-item.prod select{
        min-width: 195px;
      }
*/
      
      .dropdown-list {
        display: none;
        width: 340px;
        height: 530px;
        position: absolute;
        overflow: scroll;
        padding: 20px;
        background-color: #fff;
        top: 20px;
        left: 225px;
        border-radius: 15px;
        box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
      }

      a.report-button {
        display: block;
        width: 120px;
        background-color: #3C93F5;
        text-align: center;
        color: #fff !important;
        border-radius: 35px;
        font-size: 16px;
        padding: 5px 0px;
        margin: 0 auto;
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 40px;
      }

      a.report-button:hover {
        text-decoration: none;
      }

      .list-divider{
        color: #5E5E5F;
        font-size: 16spx;
        font-weight: bold;
        margin-bottom: 25px;
        text-align: center;       
      }

      .dropdown-list.active{
        display: block !important;
      }

      .dropdown-list ul {
        list-style: none;
        padding-left: 15px;
      }

      .dropdown-list li {
        margin: 2px 0px;
        font-size: 18px;
      } 

      .dropdown-list p{
        color: #999999;
        font-size: 18px;
      }

      .nav-item.prod span{
        font-size: 14px;
        color: #000;
      }

      .sidenav2 .content p.teir1 {
        margin-right: 0px;
        border-bottom: 1px solid #BBBDBF;
        margin-bottom: 20px;
        padding-bottom: 10px;
        background-image: url(../img/icons/menu-icons/right-caret.svg);
        background-repeat: no-repeat;
        background-position: 183px 10px;
      }

      .sidenav2 .content p.active{
        color: #3C93F5;
        background-image: url(../img/icons/menu-icons/right-caret-a.svg);
      }

      .offset-right .label-dropdown{
        float: left;
        margin-right: 10px;
      }

      @media (min-width: 992px) {
        .sidenav {
          z-index: 1000;
          position: absolute;
          top: 0;
          left: 0;
          width: 315px;
          height: calc(100vh - 3.5rem);
          margin-top: 6.2rem;
          background: #f8f9fa;
          box-sizing: border-box;
          color: #727273;
          padding-right: 5px;
        }

        #navbarCollapse.collapse-nav .sidenav2 {
          z-index: 1000;
          visibility: visible;
          opacity: 1;
          -webkit-transition: opacity 600ms, visibility 600ms;
          transition: opacity 600ms, visibility 600ms;
          position: absolute;
          top: 0;
          left: 70px;
          width: 245px;
          height: calc(100vh - 3.5rem);
          margin-top: 170px;
          background: #f8f9fa;
          box-sizing: border-box;
          color: #727273;
          border-left: 1px solid #e9ecef;
        }

        #navbarCollapse.collapse-nav .sidenav2 .content{
          padding: 20px;
        }

        .navbar-expand-lg .sidenav {
          flex-direction: column;
        }

        .navbar-expand-lg .sidenav2 {
          flex-direction: column;
        }

        .content-wrapper, .offset-right {
          margin-left: 330px;
        }

        .content-wrapper{
          margin-top: 100px;
        }

        .footer {
          width: calc(100% - 230px);
          margin-left: 230px;
        }
      }



      .grey-bg{
        background-color: #f8f9fa;
      }
      .well{
        background-color: #fff;
        border: 1px solid #dadada;
        border-radius: 33px;
        padding: 35px;
        padding-bottom: 0px;
      }
      .tb-well{
        padding: 0px 35px 0px 35px;
      }
      /* -- Switch CSS -- */
        .switch6 {
             max-width: 8.6em;
             border:1px solid #cfcfcf;
             border-radius: 33px;
             font-size: 12.5px;
             font-weight: 500;
        }
         .switch6-light > span, .switch-toggle > span {
             color: #000000;
             cursor: pointer;
        }
         .switch6-light span span, .switch6-light label, .switch-toggle span span, .switch-toggle label {
             color: #2b2b2b;
        }
         .switch-toggle a, .switch6-light span span {
             display: none;
        }
         .switch6-light {
             display: block;
             height: 30px;
             position: relative;
             overflow: visible;
             padding: 0px;
             margin-left:0px;
             margin-bottom: 0px;
        }
         .switch6-light * {
             box-sizing: border-box;
             cursor: pointer
        }
         .switch6-light a {
             display: block;
             transition: all 0.3s ease-out 0s;
        }
         .switch6-light label, .switch6-light > span {
             line-height: 30px;
             vertical-align: middle;
        }
         .switch6-light label {
            font-weight: 700;
             margin-bottom: px;
             max-width: 100%;
        }
         .switch6-light input:focus ~ a, .switch6-light input:focus + label {
             outline: 1px dotted rgb(136, 136, 136);
        }
         .switch6-light input {
             position: absolute;
             opacity: 0;
             z-index: 5;
        }
         .switch6-light input:checked ~ a {
             right: 0%;
        }
         .switch6-light > span {
             position: absolute;
             left: -100px;
             width: 100%;
             margin: 0px;
             padding-right: 100px;
             text-align: left;
        }
         .switch6-light > span span {
             position: absolute;
             top: 0px;
             left: 0px;
             z-index: 5;
             display: block;
             width: 50%;
             margin-left: 100px;
             text-align: center;
        }
         .switch6-light > span span:last-child {
             left: 50%;
        }
         .switch6-light a {
             position: absolute;
             right: 50%;
             top: 0px;
             z-index: 4;
             display: block;
             width: 50%;
             height: 100%;
             padding: 0px;
        }

        .switch6-light .btn-switch{
          background-color: #fff;
          border-radius: 33px;
          border-color: #569ce8;
        }
      /* -- End Switch CSS -- */

      .kebab .dropdown-toggle::after{
        display: none;
      }

      .kebab .dropdown-toggle{
        display: block;
        color: #d2d2d2;
        text-align: right;
      }

      p.well-bold{
        font-weight: 700;
        font-size: 15px;
      }

      p.blue-text{
        font-weight: 700;
        font-size: 13px;
        color: #278aed;
        text-align: right;
        margin-top: 25px;
      }

      .container-fluid{
        max-width: 1690px;
        margin: 0 auto;
        /*padding: 0px 40px;*/
        padding-right: 40px;
        padding-left: 0px;
      }

      .dp-well{
        border:1px solid #cfcfcf;
        border-radius: 33px;
        font-size: 12.5px;
        font-weight: 500;
      }

      .dp-well .btn{
        width: 100%;
        border-radius: 33px;
      }

      .dp-well .btn.focus, .dp-well .btn:focus{
        border: none !important;
      }

      img.kebab-menu {
        width: 4.5px;
      }

      .dropdown-item .icon {
          display: inline-flex;
          align-self: center;
          margin-right: 2.5px;
      }

      .dropdown-item .icon svg, .icon img {
          height: 1em;
          width: 1.5em;
          fill: currentColor;
      }

      .dropdown-item .icon.baseline svg, .icon img {
          top: .125em;
          position: relative;
      }


      span.keb-icon{
       /* -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;*/
      }

      .nav-filters{
        width: 16%;
        background-color: #24496e;
      }
      
      .nav-filters p {
        margin: 8px 15px;
        text-align: center;
        font-size: 16px;
        color: #FFF;
        font-weight: 500;
      }

      .bg-blue{
        background-color: #2B5783;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
      }

      .bg-blue .offset-right{
        margin-left: 0px;
      }

      .bg-blue a.report-button{
        margin: 0px 10px;
        padding: 0px;
        float: left;
      }

      .bg-blue select#selProd{
        width: 65%;
        border-radius: 30px;
        padding: 0px 15px;
        font-size: 16px;
        font-weight: bold;
        height: auto;
        float: left;
      }

      .bg-white{
        padding-top: 30px;
        background-color: #FFF;
      }

      li.nav-item a{
        color: #727273;
      }

      .nav-drop button{
        height: 30px;
        line-height: 1px;
        background-color: #FFF;
        font-family: roboto,sans-serif;
        font-weight: 700;
        font-style: normal;
      }

      .nav-drop .dropdown-toggle::after{
        margin-left: 13.5em;
      }
      
      .label-dropdown{
        font-family: roboto,sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #FFF;
      }

      .product-select .label-dropdown{
        color: #000;
      }



      .navbar-brand {
        margin-left: 20px;
        display: inline-block;
        padding-top: 0.0125rem;
        padding-bottom: 0.0125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        margin-bottom: 10px;
        line-height: inherit;
        white-space: nowrap;
        padding-right: 2em;
        border-right: 1px solid #C1C1C1;
      }
      .manu-logo {
        min-height: 50px;
        display: flex;
        align-items: center;
      }
      .manu-logo img{
        max-width: 60px;
      }

      #actBread ol.breadcrumb{
        background-color: transparent;
        padding: 0px 10px;
        margin-bottom: 0px;
      }

      #actBread ol.breadcrumb, #actBread ol.breadcrumb a{
        color: #727272;
        font-size: 14px;
      }

      #actBread .breadcrumb-item+.breadcrumb-item::before{
        content: ">";
      }

      #act-dropdown{
        padding: 0px 10px;
      }

      #act-dropdown:focus{
        box-shadow: none !important;
      }

      .act-drop .dropdown-toggle::after{
        content: url("img/icons/down-caret.svg");
        border: none !important;
        margin-left: 0.855em;
        vertical-align: 0.005em;
      }

      .act-table{
        width: 500px;
      }
      
      .table td{
        font-weight: 300;
      }

      .table td.td-bold{
        font-weight: 400;
      }

      .table td, .table th, .table thead th{
        padding: 0.25rem 0.75rem;
        border: none;
        font-family: roboto,sans-serif;
      }

      .table td:first-child, .table th:first-child, .table thead th:first-child{
        padding-left: 40px;
      }

      .table td:last-child, .table th:last-child, .table thead th:last-child{
        padding-right: 40px;
      }

      .table .grey{
        background-color: #E8E8E8;
      }

      .act-table p{
        font-family: open-sans,sans-serif;
        font-weight: 200;
        font-style: italic;
        border-bottom: 1px solid #707070;
        margin-top: 20px;
        margin-left: 40px;
        margin-bottom: 15px;
        padding: 5px 7px;
        width: 70%;
        font-size: 14px;
      }


      .has-search .form-control {
        padding-left: 2.375rem;
        border-radius: 30px;
        background-color: #E8EAED;
        border: 1px solid #D1D1D1;
        font-family: roboto,sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: #737374;
        width: 100%;
        float: right;
      }

      .has-search .dropdown{
        float: left;
        width: 40%;
        height: 36.5px;
        border-radius: 0px;
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
      }


      .has-search .dropdown-toggle::after{
        margin-left: 4.5em;
      }

      .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #4B4B4C;
       /* left: 255px;*/
      }

      .icon-group{
        display: inline;
        float: right
      }

      .notification{
        padding-top: 30px;
        position: relative;
        display: inline-block;
      }

      .number{
        height: 19px;
        width: 18px;
        font-size: 10px;
        background-color: #E23030;
        border-radius: 20px;
        color: white;
        text-align: center;
        position: absolute;
        top: 35px;
        left: 55px;
        padding: 0px;
        border-style: solid;
        border-width: 2px;
        border-color: #E23030;
      }

      .number:empty {
         display: none;
      }

      .notBtn{
        transition: 0.5s;
        cursor: pointer
      }

      .icon-group img{
        padding-bottom: 10px;
        margin-left: 40px;
        min-width: 22px;
      }

      .app-dropdown{
        display: inline-block;
      }

      .app-dropdown .dropdown-toggle::after{
        display: none;
      }

      .app-dropdown .dropdown-menu{
        left: -195px;
        min-width: 200px;
      }

      .app-dropdown .dropdown-item{
        padding: 0.25rem 0.85rem;
      }

      .app-dropdown .dropdown-item img{
        padding: 5px 10px;
        max-width: 290px;
        margin: 0px;
      }
      
      .app-dropdown .dropdown-item button.btn{
        background-color: transparent;
        border-radius: 30px;
        padding: 3px 10px;
        border: 1px solid #7597B9;
        margin: 2px 0px 2px 40px;
        color: #7597B9;
        font-size: 12px;
      }

      .app-dropdown .dropdown-item button.no-access{
        background-color: #EAF4FF;
        color: #7DA0C3;
        margin-left: 20px;
      }

      span.close{
        width: 100%;
        display: inline-block;
      }

      span.close img{
        display: block;
        margin-left: 93%;
        margin-bottom: 10px;
        padding: 0;
        min-width: inherit;
      }

      div.dropdown-square{
        border-radius: 0px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border: none;
      }


    .dp-well {
      -webkit-appearance: none;
      appearance: none;
    }

    div.select-wrapper::after {
      content: url(img/icons/down-caret.svg);
      font-size: 0.5rem;
      top: 35px;
      right: 28px;
      position: absolute;
    }

    img.bell-menu{
      width: 12.5px;
    }

    span.alert-text{
      color: #FFF;
      font-family: roboto,sans-serif;
      font-weight: 400;
      font-style: normal;
      float: right;
    }

    span.day-num{
      display: inline-block;
      padding: 0px 5px;
    }

    .pull-left{
      float: left;
    }
    div.top-10{
      margin-top: 10px;
      margin-left: 40px;
    }

    div.top-10 p{
      margin-bottom: 8px;
    }

    .app-alert{
      float: left;
      position: relative;
      display: inline-block;
    }

    .app-alert .number {
      height: 13px;
      width: 13px;
      font-size: 10px;
      background-color: #4B95E9;
      border-radius: 20px;
      color: white;
      text-align: center;
      position: absolute;
      top: 3px;
      left: -5px;
      padding: 0px;
      border-style: solid;
      border-width: 2px;
      border-color: #4B95E9;
      line-height: 0.885;
    }

    li.nav-item:first-child {
      margin-top: 10px;
    }

    li.nav-item {
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 25px;
      margin-right: 0;
    }

    li.nav-item .link-blue{
      color: #007FFE;
    }

    span.side-divider{
      padding-left: 40px;
      margin-top: 35px;
      margin-bottom: 15px;
    }

    li.nav-item.active{
      background-color: #DBECFF;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
    }

    .collapse-nav li.nav-item.active {
      background-color: #DBECFF;
      margin-right: 0px;
      padding-right: 0px;
      border-radius: 0px;
    }

    li.nav-item.active a{
      color: #1866D2 !important;
    }

    li.nav-item.active a.nav-link object.svgActive{
      display: inline-block;
    }

    li.nav-item.active a.nav-link object.svgClass{
      display: none;
    }
    li.nav-item:not(.active) object.svgActive{
      display: none;
    }
    a.nav-link object {
      display: inline-block;
      max-width: 30px;
      padding-bottom: 0px;
      padding-right: 10px;
    }

.rw-40{
  margin-left: 40px;
}

.rw-blue {
  color: #49BCFF;
  font-family: roboto,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin: 0;
  display: inline-block;
  position: relative;
  top: 15px;
  left: 2px;
}

.draw{
  padding-right: 40px;
}

.draw .rw-num span{
  font-weight: 300; 
  font-style: normal;
}

.rw-num span{
  color: #000000;
  font-family: roboto,sans-serif;
  font-weight: 200;
  font-style: light;
  font-size: 36px;
}

.rw-text{
  color: #000000;
  font-family: roboto,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  margin-top: -10px;
  line-height: 1.25;
}

.rw-num svg{
  width: 14px;
  position: relative;
  bottom: 15px;
  left: 2px;
}

.bg-lines{
  background-image: url("../img/icons/dotted-lines.svg");
  background-repeat: no-repeat;
  background-position-y: 70px;
  padding: 0px 15px;
}

/* Retail Walk Highcharts Overide */

#RetailWalk path.highcharts-grid-line, #RetailWalk path.highcharts-axis-line, #RetailWalk g.highcharts-axis-labels, #WalkTrend path.highcharts-grid-line, #WalkTrend path.highcharts-axis-line, #WalkTrend g.highcharts-axis-labels{
 display: none;
 visibility: hidden;
}

#WalkTrend{
  margin-top: 40px;
}

#RetailWalk svg.highcharts-root{
  width: auto;
  margin-top: 25px;
  margin-left: -40px;
}
/*#RetailWalk rect.highcharts-point.highcharts-color-1, #RetailWalk rect.highcharts-point.highcharts-color-0 {
  width: 35px;
}*/

#RetailWalk .highcharts-color-1:first-child{
  fill: #49BCFF;
  stroke: #49BCFF;
}

#RetailWalk .highcharts-color-1:nth-child(2){
  fill: #A7DFFF;
  stroke: #A7DFFF;
}

#RetailWalk .highcharts-color-0:first-child{
  fill: transparent;
  stroke: #49BCFF;
}

#RetailWalk .highcharts-color-0:nth-child(2){
  fill: transparent;
  stroke: #A7DFFF;
}

/* Online Purchase Highcharts Overide */

#OnlinePurchases .highcharts-color-1{
  fill: #48BFFC;
}

#OnlinePurchases .highcharts-color-2{
  fill: #C2F4FE;
}

/*#RetailTrend .dollarShare{
  visibility: hidden;
}

#RetailTrend g.highcharts-series-hover + .dollarShare, #RetailTrend .dollarShare + #RetailTrend .highcharts-markers{
  visibility: visible;
}*/

/* Price Mix Overide --- */

#priceMix .highcharts-color-0{
  fill: #305EC4;
}
#priceMix .highcharts-color-1{
  fill: #288AED;
}
#priceMix .highcharts-color-2{
  fill: #6CADFF;
}
#priceMix .highcharts-color-3{
  fill: #AFD2FF;
}
#priceMix .highcharts-color-4{
  fill: #CCCCCC;
}
#priceMix .highcharts-data-label text, #priceMix text.highcharts-data-label{
  fill: #FFFFFF;
}
#priceMix .highcharts-grid-line{
  display: none;
}
#priceMix .highcharts-axis-line {
  fill: none;
  stroke: #BCBCBC;
}

#priceMix .highcharts-column-series rect.highcharts-point{
  stroke: transparent;
}

#priceMix .highcharts-legend{
  display: none;
}

#priceMix .highcharts-xaxis-labels span {
  width: 100px;
  font-size: 10px;
  padding: 0px 30px;
  word-break: break-word !important;
  white-space: normal !important;
  text-align: center;
}

/* Key Insights --- */

/* - Tab Box - */

/*#KeyData{
  margin-top: 35px;
}*/

#KeyData .wrapper {
  width: 590px;
  margin: auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
}

#KeyData .buttonWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

#KeyData button:focus{
  border: none;
}

#KeyData button {
  /*letter-spacing: 3px;*/
  border: none;
  padding: 30px 10px 10px 10px;
  color: #7E7E7E;
  font-size: 18px;
  cursor: pointer;
  background-color: #FFF;
  /*transition: 0.5s;*/
}

#KeyData button:hover {
  background-color: #fff;
}

#KeyData button.active {
  background-image: url("../img/icons/keyData-active.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: inherit;
  color: #000;
}

#KeyData .active {
  background-color: white;
}

#KeyData p {
  text-align: left;
  padding: 10px;
}

#KeyData .content {
  display: none;
}

#KeyData .content.active {
  display: block;
}

html {
    overflow-y:scroll;
}

#KeyData .contentWrapper{
  margin: 35px 0px;
  margin: 35px 0px;
  height: 365px;
  overflow: scroll;
}

#KeyData .contentWrapper p{
  padding: 15px 25px;
  margin: 0px;
  border-bottom: #DBDBDB 1px solid;
}

#KeyData .contentWrapper p:last-child{
  border-bottom-color: #FFF;
}

#KeyData .blue-text{
  text-align: right;
}

/* Report Builders -- */


#info .ac-head {
  background-image: url(../img/ac-open.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60px;
  font-size: 18px;
  padding: 17px;
  padding-left: 95px;
}

#info .ac-body{
  background-image: url(../img/ac-body.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
}

#info .ac-content{
  padding: 40px;
  padding-bottom: 0px;
  font-size: 14px;
}

#info .ac-foot{
  padding: 9px 15px;
  text-align: right;
  width: 100%;
}

#catagory-ac .ac-head{
  background-image: url(../img/category-ac.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 65px;
  font-size: 18px;
  padding: 20px;
  padding-left: 95px;
  margin: 5px 0px;
}

#dashboards-ac .ac-head{
  background-image: url(../img/dashboard-ac.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 65px;
  font-size: 18px;
  padding: 20px;
  padding-left: 95px;
  margin: 5px 0px;
}

#funnel-ac .ac-head{
  background-image: url(../img/funnel-ac.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 65px;
  font-size: 18px;
  padding: 20px;
  padding-left: 95px;
  margin: 5px 0px;
}

#summary-ac .ac-head{
  background-image: url(../img/summary-ac.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 65px;
  font-size: 18px;
  padding: 20px;
  padding-left: 95px;
  margin: 5px 0px;
}

#head-ac .ac-head{
  background-image: url(../img/head2-ac.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 65px;
  font-size: 18px;
  padding: 20px;
  padding-left: 95px;
  margin: 5px 0px;
}