@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
  .d-flex.justify-content-between {
    display: block !important;
  }

  .auth {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    height: 100vh;
  }
  .auth-form {
    padding-left: 0px;
    padding-right: 0px;
  }
  .h3 {
    font-size: 24px;
  }
  .h1 {
    font-size: 30px;
  }
  .p {
    font-size: 14px;
  }
  .h6 {
    font-size: 15px;
  }

  .head,
  .features,
  .reviews,
  .footer {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .nav-div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .navbar-collapse {
    background: #181818;
    width: 100%;
    padding: 1.3rem;

    border-radius: 10px;
  }
  .navbar {
    border-bottom: 0px;
  }
  .navbar-nav {
    gap: 10px !important;
  }
  .dashboard-img {
    display: none !important;
  }
  .mobile-dashboard {
    display: block;
  }
  .mt-25 {
    margin-top: 5rem !important;
  }
  .mb-10 {
    margin-bottom: 0rem !important;
  }
  .support-feature-mobile {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    width: 100%;
  }
  .border-dashed {
    margin-right: 0px;
    width: 100%;
  }
  .support-feature-desktop {
    display: none;
  }
  .contact-card,
  .feature-card {
    padding-right: 1rem !important;
  }
  .copyright {
    justify-content: center;
  }
  .footer-bottom-links {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .dashboard-app {
    margin-left: 0px;
  }

  .dashboard-compact .dashboard-app {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .dashboard-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1070;
  }

  .dashboard-nav.mobile-show {
    display: block;
  }
}


@media (max-width: 992px) {
  .dashboard-nav-container {
    min-width: 100% !important;
  }
  .dashboard-nav header .menu-toggle {
    display: flex !important;
  }
  .menu-toggle {
    display: flex;
  }
  .admin-nav {
    margin-top: 20%;
  }
}

@media (min-width: 992px) {
  .dashboard-toolbar {
    left: 300px;
  }

  .dashboard-compact .dashboard-toolbar {
    left: 0;
  }
}
@media (max-width: 768px) {
   .admin-nav {
    margin-top: 55% ;
  }
  li.tab-link {
    width: 100%;
  }
  .dashboard-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .stats {
    max-width: fit-content !important;
  }
  tr {
    display: grid !important;
    background: #1e1e1e;
    border-radius: 10px;
    margin-top: 1rem !important;
  }
  .row-tr {
    background: #282828;
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 10px;
  }
  td {
    display: flex;
    justify-content: center;
  }
  .table > :not(caption) > * > * {
    border-bottom: 1px solid #404040 !important;
  }
  thead th {
    border-radius: 0px !important;
    padding: 1rem;
  }
  tbody tr:last-child :first-child {
    border-radius: 0px !important;
  }
  tbody tr:last-child :last-child {
    border-radius: 0px !important;
  }
  .table > thead {
    background-color: transparent !important;
  }
  th {
    display: flex;
    justify-content: center;
  }
  .pl-1 {
    padding-left: 0px !important;
  }
  .pr-1 {
    padding-right: 0px !important;
  }
  .stats {
    min-width: 100%;
  }
}