@import "variable";
// All not found style are here.
.dnxte_dashb_not_found_wrap {
  background: #fff;
  padding: 80px 30px;
  text-align: center;

  .notf_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: $dash-main-title;
    margin: 0 0 8px;
  }

  .notf_pra {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: $dash-pra;
    margin: 0 0 30px;
  }

  .notf_btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: $dash-white;
    text-transform: capitalize;
    text-decoration: none;
    background: $dash-active;
    border-radius: 4px;
    transition: all 0.5s;
    padding: 11px 20px;

    &:hover {
      background: $dash-active-two;
    }

    &:focus {
      box-shadow: none;
      outline: none;
    }
  }
}
