footer[data-role="index"] {
  /* padding: 0 0 45px; */
  background: #002221;
}

footer[data-role="dashboard"] {
  position: fixed;
  z-index: 390;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer[data-role="dashboard"] .sc-bottom {
  padding: 2px 0;
  background: #002221;
}

footer[data-role="dashboard"] .sc-top {
  position: relative;
}

footer[data-role="dashboard"] .sc-top:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 45%;
  bottom: 0;
  left: 0;

  border-top: solid 1px #D3B474;
  
  background: #966A22;
  background: -moz-linear-gradient(180deg, #966A22 0%, #5A400B 100%);
  background: -webkit-linear-gradient(180deg, #966A22 0%, #5A400B 100%);
  background: linear-gradient(180deg, #966A22 0%, #5A400B 100%);
}

footer[data-role="dashboard"] .sc-top .container {
  max-width: 830px;
}

footer[data-role="dashboard"] .sc-top .boxs {
  display: flex;
  flex-direction: row;

  position: relative;
}

footer[data-role="dashboard"] .sc-top .boxs .box {
  width: 100%;
  padding: 10px 10px 5px 10px;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

footer[data-role="dashboard"] .sc-top .boxs .box .image {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

footer[data-role="dashboard"] .sc-top .boxs .box.bigger .image {
  width: 130px;
}

@media screen and (max-width: 767px) {
  footer[data-role="dashboard"] .sc-top .container {
    padding: 0;
  }

  footer[data-role="dashboard"] .sc-top .boxs .box p {
    font-size: 12px;
  }

  footer[data-role="dashboard"] .sc-top .boxs .box .image {
    width: 65px;
    margin-bottom: 5px;
  }

  footer[data-role="dashboard"] .sc-top .boxs .box.bigger .image {
    width: 85px;
  }

  footer[data-role="dashboard"] .sc-top .boxs .box {
    padding: 5px;
  }
} 

@media screen and (max-width: 374px) {
  footer[data-role="dashboard"] .sc-top .boxs .box .image {
    width: 40px;
  }

  footer[data-role="dashboard"] .sc-top .boxs .box.bigger .image {
    width: 60px;
  }
}