/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

/* ===== Ommini Footer Mobile Fix ===== */
@media (max-width: 767px) {
  .nk-footer-wrap {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px;
    text-align: center;
    padding: 4px 0;
  }
  .nk-footer-copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
  }
  .nk-footer-copyright img {
    height: 16px !important;
    width: auto;
  }
  .nk-footer-links .nav {
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin-right: 0 !important;
    gap: 6px 12px !important;
  }
  .nk-footer-links .nav-link {
    font-size: 11px;
    padding: 2px 4px;
  }
}
@media (max-width: 480px) {
  .nk-footer { padding: 14px 12px; }
  .nk-footer-copyright { font-size: 11px; }
  .nk-footer-copyright img { height: 14px !important; }
  .nk-footer-links .nav-link { font-size: 10px; }
}
/* ===== /Ommini Footer Mobile Fix ===== */

/* ===== Mobile Sidebar Scroll Fix ===== */
@media (max-width: 1199px) {
  body.nav-shown {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
  }
}
/* ===== /Mobile Sidebar Scroll Fix ===== */

/* ===== Mobile Sidebar Position Fix ===== */
@media (max-width: 1199px) {
  .nk-sidebar {
    position: fixed !important;
  }
}
/* ===== /Mobile Sidebar Position Fix ===== */

/* ===== Sidebar Links Fix ===== */
.nk-sidebar {
  pointer-events: auto !important;
}
.nk-sidebar * {
  pointer-events: auto !important;
}
.nk-sidebar-overlay {
  pointer-events: none !important;
}
/* ===== /Sidebar Links Fix ===== */
