@import "../../../themes/default";

:global {
  .app-footer {
    position: relative;
    background-color: #14151a;
    padding: 36px 0;
    color: rgba(255, 255, 255, 0.8);
    z-index: 10;

    .app-menu {
      background-color: transparent;
      border-width: 0;

      a {
        padding: 0;
      }

      a.active {
        &:after {
          display: none;
        }
      }
    }
  }

  .app-social {
    i {
      margin-left: 6px;
    }
  }

  .app-contact {
    margin-top: 6px;

    .app-text {
      margin-left: 12px;
    }
  }

  .footer-content {
    display: flex;
  }

  .footer-center {
    //margin: 0 24px;
    margin-left: 24px;
  }

  .footer-top {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 12px;

    .app-store {
      margin-right: auto;
      text-align: right;
      width: 30%;

      .app-icon {
        margin-left: 12px;
        opacity: 0.4;
      }
    }

    .app-menu {
      margin-left: 0;

      a {
        height: 32px;
        line-height: 32px;
      }
    }
  }

  .footer-right {
    margin-left: auto;
    text-align: right;
  }

  .footer-copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);

    p {
      margin-bottom: 6px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  .footer-mobile {
    text-align: center;

    .app-menu {
      margin-left: 0;
    }

    .app-store {
      padding-bottom: 24px;

      a {
        margin: 0 12px;
      }
    }
  }
}
