/*
Template Name: Dastone - Admin & Dashboard Template
Author: Mannatthemes
File: footer Css
*/


.footer {
  border-top: 1px solid $border_2;
  bottom: 0;
  padding: 16px;
  position: absolute;
  right: 0;
  left: 0;
  color: $gray-600;
}

[data-layout="horizontal"] {
  display: inherit;
  .footer{
    .boxed-footer{
      width: 1380px;
      margin: 0 auto;
      padding: 0 20px;
    }
  }
}

@media (max-width: 1499.98px) {
  [data-layout="horizontal"] {
    .footer{
      .boxed-footer{
        width: 100%;
      }
    }
  }
}