footer {
  position: relative;
  z-index: 390;
}

footer[data-role="index"] {
  padding: 2px 0;

  background: #37105A;
  background: -moz-linear-gradient(top, #37105A 0%, #7A2195 200%);
  background: -webkit-linear-gradient(top, #37105A 0%, #7A2195 200%);
  background: linear-gradient(to bottom, #37105A 0%, #7A2195 200%);
}

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: #37105A;
  background: -moz-linear-gradient(top, #37105A 0%, #7A2195 200%);
  background: -webkit-linear-gradient(top, #37105A 0%, #7A2195 200%);
  background: linear-gradient(to bottom, #37105A 0%, #7A2195 200%);
}

footer[data-role="dashboard"] .sc-top {
  background: rgb(66,32,87);
}

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

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

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

footer[data-role="dashboard"] .sc-top .boxs .box:not(:last-child) {
  border-right: solid 1px #542B63;
}

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

@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: 40px;
    margin-bottom: 5px;
  }

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