@charset "UTF-8";
/*!
* Template Name: DashLite
* Author: Softnio
* Author URI: http://themeforest.net/user/softnio
* Version: 3.0.0
* Updated: 04.02.2022
**/


.nk-app-root {
  outline: none;
}

.nk-main {
  position: relative;
}

.nk-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav-tabs+.nk-block {
  padding-top: 1.5rem;
}

.nk-wrap-nosidebar .nk-content {
  padding: 0 !important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.nk-block-middle {
  margin-top: auto;
  margin-bottom: auto;
}

.nk-block-content+.nk-block-head {
  padding-top: 2rem;
}

.nk-block-content+.nk-block-head-sm {
  padding-top: 1.5rem;
}

.nk-block-content-head:not(:last-child) {
  margin-bottom: 1rem;
}

.nk-error-ld {
  padding: 2rem 1rem;
}

.nk-error-gfx {
  padding-bottom: 30px;
  max-width: 90%;
}

@media (min-width: 576px) {
  .nk-error-lead {
    font-size: 200px;
  }

  .nk-error-gfx {
    padding-bottom: 60px;
    max-width: 520px;
  }
}

@media (min-width: 576px) {
  .wide-xs {
    max-width: 520px !important;
  }

  .wide-xs-fix {
    width: 520px !important;
  }
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 992px) {
  .wide-md {
    max-width: 960px !important;
  }

  .wide-md-fix {
    width: 960px !important;
  }
}

.nk-error-title {
  padding-bottom: 1rem;
}

.nk-error-text {
  font-size: 1rem;
}

/** 01. FONTS */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto-Light.eot#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Medium"), url("../fonts/Roboto-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular.eot");
  src: local("Nunito Regular"), local("Nunito-Regular"), url("../fonts/Nunito-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Bold.eot");
  src: local("Nunito Bold"), local("Nunito-Bold"), url("../fonts/Nunito-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito-Bold.woff") format("woff"), url("../fonts/Nunito-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/** Bootstrap v5.1.3 */
:root {
  --bs-blue: #559bfb;
  --bs-indigo: #2c3782;
  --bs-purple: #816bff;
  --bs-pink: #ff63a5;
  --bs-red: #e85347;
  --bs-orange: #ffa353;
  --bs-yellow: #f4bd0e;
  --bs-green: #1ee0ac;
  --bs-teal: #20c997;
  --bs-cyan: #09c2de;
  --bs-white: #fff;
  --bs-gray: #8091a7;
  --bs-gray-dark: #2b3748;
  --bs-gray-100: #ebeef2;
  --bs-gray-200: #e5e9f2;
  --bs-gray-300: #dbdfea;
  --bs-gray-400: #b7c2d0;
  --bs-gray-500: #8091a7;
  --bs-gray-600: #3c4d62;
  --bs-gray-700: #344357;
  --bs-gray-800: #2b3748;
  --bs-gray-900: #1f2b3a;
  --bs-primary: #0971fe;
  --bs-secondary: #364a63;
  --bs-success: #1ee0ac;
  --bs-info: #09c2de;
  --bs-warning: #f4bd0e;
  --bs-danger: #e85347;
  --bs-light: #e5e9f2;
  --bs-dark: #1f2b3a;
  --bs-gray: #8091a7;
  --bs-lighter: #f5f6fa;
  --bs-primary-rgb: 9, 113, 254;
  --bs-secondary-rgb: 54, 74, 99;
  --bs-success-rgb: 30, 224, 172;
  --bs-info-rgb: 9, 194, 222;
  --bs-warning-rgb: 244, 189, 14;
  --bs-danger-rgb: 232, 83, 71;
  --bs-light-rgb: 229, 233, 242;
  --bs-dark-rgb: 31, 43, 58;
  --bs-gray-rgb: 128, 145, 167;
  --bs-lighter-rgb: 245, 246, 250;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 82, 100, 132;
  --bs-body-bg-rgb: 245, 246, 250;
  --bs-font-sans-serif: Roboto, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Roboto, sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.65;
  --bs-body-color: #526484;
  --bs-body-bg: #f5f6fa;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/*! END @iO */