@charset "UTF-8";
/*
------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i|Source+Sans+Pro:300,400,600,700&display=swap");
#preloadDiv {
  display: none !important;
  width: 0;
  height: 0;
}

/* CSS BASE
--------------------------------------------------------------*/
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #666;
}

body {
  margin: 0;
}

a {
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline: 0;
}

.nb-link,
a {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

.nb-link-toggle:focus .nb-link,
.nb-link-toggle:hover .nb-link,
.nb-link:hover,
a:hover {
  color: #0f6ecd;
  text-decoration: underline;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
}

b,
strong {
  font-weight: bolder;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  font-family: Consolas, monaco, monospace;
  font-size: .875rem;
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}

em {
  color: #f0506e;
}

ins {
  background: #ffd;
  color: #666;
  text-decoration: none;
}

mark {
  background: #ffd;
  color: #666;
}

q {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

canvas,
img,
video {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

svg:not(:root) {
  overflow: hidden;
}

img:not([src]) {
  visibility: hidden;
}

iframe {
  border: 0;
}

address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
  margin: 0 0 20px 0;
}

* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
  margin-top: 20px;
}

.nb-h1,
.nb-h2,
.nb-h3,
.nb-h4,
.nb-h5,
.nb-h6,
.nb-heading-2xlarge,
.nb-heading-large,
.nb-heading-medium,
.nb-heading-small,
.nb-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #333;
  text-transform: none;
}

* + .nb-h1,
* + .nb-h2,
* + .nb-h3,
* + .nb-h4,
* + .nb-h5,
* + .nb-h6,
* + .nb-heading-2xlarge,
* + .nb-heading-large,
* + .nb-heading-medium,
* + .nb-heading-small,
* + .nb-heading-xlarge,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 40px;
}

.nb-h1,
h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

.nb-h2,
h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

.nb-h3,
h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.nb-h4,
h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.nb-h5,
h5 {
  font-size: 16px;
  line-height: 1.4;
}

.nb-h6,
h6 {
  font-size: .875rem;
  line-height: 1.4;
}

@media (min-width: 960px) {
  .nb-h1,
  h1 {
    font-size: 2.625rem;
  }
  .nb-h2,
  h2 {
    font-size: 2rem;
  }
}

ol,
ul {
  padding-left: 30px;
}

ol > li > ol,
ol > li > ul,
ul > li > ol,
ul > li > ul {
  margin: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.nb-hr,
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

* + .nb-hr,
* + hr {
  margin-top: 20px;
}

address {
  font-style: normal;
}

blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333;
}

* + blockquote {
  margin-top: 20px;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote footer {
  margin-top: 10px;
  font-size: .875rem;
  line-height: 1.5;
  color: #666;
}

blockquote footer::before {
  content: "— ";
}

pre {
  font: .875rem/1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}

pre code {
  font-family: Consolas, monaco, monospace;
}

::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

.nb-breakpoint-s::before {
  content: '640px';
}

.nb-breakpoint-m::before {
  content: '960px';
}

.nb-breakpoint-l::before {
  content: '1200px';
}

.nb-breakpoint-xl::before {
  content: '1600px';
}

:root {
  --nb-breakpoint-s: 640px;
  --nb-breakpoint-m: 960px;
  --nb-breakpoint-l: 1200px;
  --nb-breakpoint-xl: 1600px
;
}

.nb-link-muted a,
a.nb-link-muted {
  color: #999;
}

.nb-link-muted a:hover,
.nb-link-toggle:focus .nb-link-muted,
.nb-link-toggle:hover .nb-link-muted,
a.nb-link-muted:hover {
  color: #666;
}

.nb-link-text a,
a.nb-link-text {
  color: inherit;
}

.nb-link-text a:hover,
.nb-link-toggle:focus .nb-link-text,
.nb-link-toggle:hover .nb-link-text,
a.nb-link-text:hover {
  color: #999;
}

.nb-link-heading a,
a.nb-link-heading {
  color: inherit;
}

.nb-link-heading a:hover,
.nb-link-toggle:focus .nb-link-heading,
.nb-link-toggle:hover .nb-link-heading,
a.nb-link-heading:hover {
  color: #1e87f0;
  text-decoration: none;
}

.nb-link-reset a,
a.nb-link-reset {
  color: inherit !important;
  text-decoration: none !important;
}

.nb-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}

.nb-link-toggle:focus {
  outline: 0;
}

.nb-heading-small {
  font-size: 2.6rem;
  line-height: 1.2;
}

.nb-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1;
}

.nb-heading-large {
  font-size: 3.4rem;
  line-height: 1.1;
}

.nb-heading-xlarge {
  font-size: 4rem;
  line-height: 1;
}

.nb-heading-2xlarge {
  font-size: 6rem;
  line-height: 1;
}

@media (min-width: 960px) {
  .nb-heading-small {
    font-size: 3.25rem;
  }
  .nb-heading-medium {
    font-size: 3.5rem;
  }
  .nb-heading-large {
    font-size: 4rem;
  }
  .nb-heading-xlarge {
    font-size: 6rem;
  }
  .nb-heading-2xlarge {
    font-size: 8rem;
  }
}

@media (min-width: 1200px) {
  .nb-heading-medium {
    font-size: 4rem;
  }
  .nb-heading-large {
    font-size: 6rem;
  }
  .nb-heading-xlarge {
    font-size: 8rem;
  }
  .nb-heading-2xlarge {
    font-size: 11rem;
  }
}

.nb-heading-divider {
  padding-bottom: calc(5px + .1em);
  border-bottom: calc(.2px + .05em) solid #e5e5e5;
}

.nb-heading-bullet {
  position: relative;
}

.nb-heading-bullet::before {
  content: "";
  display: inline-block;
  position: relative;
  top: calc(-.1 * 1em);
  vertical-align: middle;
  height: calc(4px + .7em);
  margin-right: calc(5px + .2em);
  border-left: calc(5px + .1em) solid #e5e5e5;
}

.nb-heading-line {
  overflow: hidden;
}

.nb-heading-line > * {
  display: inline-block;
  position: relative;
}

.nb-heading-line > ::after,
.nb-heading-line > ::before {
  content: "";
  position: absolute;
  top: calc(50% - ((.2px + .05em)/ 2));
  width: 2000px;
  border-bottom: calc(.2px + .05em) solid #e5e5e5;
}

.nb-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + .3em);
}

.nb-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + .3em);
}

[class*=nb-divider] {
  border: none;
  margin-bottom: 20px;
}

* + [class*=nb-divider] {
  margin-top: 20px;
}

.nb-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.nb-divider-icon::after,
.nb-divider-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}

.nb-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}

.nb-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}

.nb-divider-small {
  height: 1px;
}

.nb-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}

.nb-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}

.nb-list {
  padding: 0;
  list-style: none;
}

.nb-list > li::after,
.nb-list > li::before {
  content: "";
  display: table;
}

.nb-list > li::after {
  clear: both;
}

.nb-list > li > :last-child {
  margin-bottom: 0;
}

.nb-list ul {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}

.nb-list > li:nth-child(n+2),
.nb-list > li > ul {
  margin-top: 10px;
}

.nb-list-divider > li:nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}

.nb-list-striped > li {
  padding: 10px 10px;
}

.nb-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.nb-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}

.nb-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}

.nb-list-bullet > li {
  position: relative;
  padding-left: calc(1.5em + 10px);
}

.nb-list-bullet > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}

.nb-list-large > li:nth-child(n+2),
.nb-list-large > li > ul {
  margin-top: 20px;
}

.nb-list-large.nb-list-divider > li:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}

.nb-list-large.nb-list-striped > li {
  padding: 20px 10px;
}

.nb-list-large.nb-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.nb-list-large.nb-list-striped > li:nth-child(n+2) {
  margin-top: 0;
}

.nb-description-list > dt {
  color: #333;
  font-size: .875rem;
  font-weight: 400;
  text-transform: uppercase;
}

.nb-description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}

.nb-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.nb-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}

* + .nb-table {
  margin-top: 20px;
}

.nb-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: .875rem;
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
}

.nb-table td {
  padding: 16px 12px;
  vertical-align: top;
}

.nb-table td > :last-child {
  margin-bottom: 0;
}

.nb-table tfoot {
  font-size: .875rem;
}

.nb-table caption {
  font-size: .875rem;
  text-align: left;
  color: #999;
}

.nb-table-middle,
.nb-table-middle td {
  vertical-align: middle !important;
}

.nb-table-divider > :first-child > tr:not(:first-child),
.nb-table-divider > :not(:first-child) > tr,
.nb-table-divider > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.nb-table-striped tbody tr:nth-of-type(odd),
.nb-table-striped > tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.nb-table-hover tbody tr:hover,
.nb-table-hover > tr:hover {
  background: #ffd;
}

.nb-table tbody tr.nb-active,
.nb-table > tr.nb-active {
  background: #ffd;
}

.nb-table-small td,
.nb-table-small th {
  padding: 10px 12px;
}

.nb-table-large td,
.nb-table-large th {
  padding: 22px 12px;
}

.nb-table-justify td:first-child,
.nb-table-justify th:first-child {
  padding-left: 0;
}

.nb-table-justify td:last-child,
.nb-table-justify th:last-child {
  padding-right: 0;
}

.nb-table-shrink {
  width: 1px;
}

.nb-table-expand {
  min-width: 150px;
}

.nb-table-link {
  padding: 0 !important;
}

.nb-table-link > a {
  display: block;
  padding: 16px 12px;
}

.nb-table-small .nb-table-link > a {
  padding: 10px 12px;
}

@media (max-width: 959px) {
  .nb-table-responsive,
  .nb-table-responsive tbody,
  .nb-table-responsive td,
  .nb-table-responsive th,
  .nb-table-responsive tr {
    display: block;
  }
  .nb-table-responsive thead {
    display: none;
  }
  .nb-table-responsive td,
  .nb-table-responsive th {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .nb-table-responsive .nb-table-link:not(:first-child) > a,
  .nb-table-responsive td:not(:first-child):not(.nb-table-link),
  .nb-table-responsive th:not(:first-child):not(.nb-table-link) {
    padding-top: 5px !important;
  }
  .nb-table-responsive .nb-table-link:not(:last-child) > a,
  .nb-table-responsive td:not(:last-child):not(.nb-table-link),
  .nb-table-responsive th:not(:last-child):not(.nb-table-link) {
    padding-bottom: 5px !important;
  }
  .nb-table-justify.nb-table-responsive td,
  .nb-table-justify.nb-table-responsive th {
    padding-left: 0;
    padding-right: 0;
  }
}

.nb-table tbody tr {
  -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear;
}

.nb-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}

button.nb-icon:not(:disabled) {
  cursor: pointer;
}

.nb-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.nb-icon:not(.nb-preserve) [fill*='#']:not(.nb-preserve) {
  fill: currentcolor;
}

.nb-icon:not(.nb-preserve) [stroke*='#']:not(.nb-preserve) {
  stroke: currentcolor;
}

.nb-icon > * {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.nb-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.nb-icon-link {
  color: #999;
}

.nb-icon-link:focus,
.nb-icon-link:hover {
  color: #666;
  outline: 0;
}

.nb-active > .nb-icon-link,
.nb-icon-link:active {
  color: #595959;
}

.nb-icon-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.nb-icon-button:focus,
.nb-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
  outline: 0;
}

.nb-active > .nb-icon-button,
.nb-icon-button:active {
  background-color: #dfdfdf;
  color: #666;
}

.nb-range {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  background: 0 0;
  padding: 0;
}

.nb-range:focus {
  outline: 0;
}

.nb-range::-moz-focus-outer {
  border: none;
}

.nb-range::-ms-track {
  height: 15px;
  background: 0 0;
  border-color: transparent;
  color: transparent;
}

.nb-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}

.nb-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}

.nb-range:not(:disabled)::-ms-thumb {
  cursor: pointer;
}

.nb-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc;
}

.nb-range::-moz-range-thumb {
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc;
}

.nb-range::-ms-thumb {
  margin-top: 0;
}

.nb-range::-ms-thumb {
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc;
}

.nb-range::-ms-tooltip {
  display: none;
}

.nb-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

.nb-range:active::-webkit-slider-runnable-track,
.nb-range:focus::-webkit-slider-runnable-track {
  background: #d2d2d2;
}

.nb-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

.nb-range:focus::-moz-range-track {
  background: #d2d2d2;
}

.nb-range::-ms-fill-lower,
.nb-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

.nb-range:focus::-ms-fill-lower,
.nb-range:focus::-ms-fill-upper {
  background: #d2d2d2;
}

.nb-checkbox,
.nb-input,
.nb-radio,
.nb-select,
.nb-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
}

.nb-input {
  overflow: visible;
}

.nb-select {
  text-transform: none;
}

.nb-select optgroup {
  font: inherit;
  font-weight: 700;
}

.nb-textarea {
  overflow: auto;
}

.nb-input[type=search]::-webkit-search-cancel-button,
.nb-input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.nb-input[type=number]::-webkit-inner-spin-button,
.nb-input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

.nb-input::-moz-placeholder,
.nb-textarea::-moz-placeholder {
  opacity: 1;
}

.nb-checkbox:not(:disabled),
.nb-radio:not(:disabled) {
  cursor: pointer;
}

.nb-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.nb-input,
.nb-textarea {
  -webkit-appearance: none;
}

.nb-input,
.nb-select,
.nb-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
}

.nb-input,
.nb-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}

.nb-input:not(input),
.nb-select:not(select) {
  line-height: 38px;
}

.nb-select[multiple],
.nb-select[size],
.nb-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}

.nb-input:focus,
.nb-select:focus,
.nb-textarea:focus {
  outline: 0;
  background-color: #fff;
  color: #666;
  border-color: #1e87f0;
}

.nb-input:disabled,
.nb-select:disabled,
.nb-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}

.nb-input::-ms-input-placeholder {
  color: #999 !important;
}

.nb-input::-webkit-input-placeholder {
  color: #999;
}

.nb-input:-ms-input-placeholder {
  color: #999;
}

.nb-input::placeholder {
  color: #999;
}

.nb-textarea::-ms-input-placeholder {
  color: #999 !important;
}

.nb-textarea::-webkit-input-placeholder {
  color: #999;
}

.nb-textarea:-ms-input-placeholder {
  color: #999;
}

.nb-textarea::placeholder {
  color: #999;
}

.nb-form-small {
  font-size: .875rem;
}

.nb-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.nb-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}

.nb-form-large {
  font-size: 1.25rem;
}

.nb-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}

.nb-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}

.nb-form-danger,
.nb-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}

.nb-form-success,
.nb-form-success:focus {
  color: #32d296;
  border-color: #32d296;
}

.nb-form-blank {
  background: 0 0;
  border-color: transparent;
}

.nb-form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed;
}

input.nb-form-width-xsmall {
  width: 50px;
}

select.nb-form-width-xsmall {
  width: 75px;
}

.nb-form-width-small {
  width: 130px;
}

.nb-form-width-medium {
  width: 200px;
}

.nb-form-width-large {
  width: 500px;
}

.nb-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.nb-select:not([multiple]):not([size])::-ms-expand {
  display: none;
}

.nb-select:not([multiple]):not([size]) option {
  color: #444;
}

.nb-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.nb-checkbox,
.nb-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border;
}

.nb-radio {
  border-radius: 50%;
}

.nb-checkbox:focus,
.nb-radio:focus {
  outline: 0;
  border-color: #1e87f0;
}

.nb-checkbox:checked,
.nb-checkbox:indeterminate,
.nb-radio:checked {
  background-color: #1e87f0;
  border-color: transparent;
}

.nb-checkbox:checked:focus,
.nb-checkbox:indeterminate:focus,
.nb-radio:checked:focus {
  background-color: #0e6dcd;
}

.nb-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.nb-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.nb-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.nb-checkbox:disabled,
.nb-radio:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}

.nb-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.nb-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.nb-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.nb-legend {
  width: 100%;
  color: inherit;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.nb-form-custom {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}

.nb-form-custom input[type=file],
.nb-form-custom select {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer;
}

.nb-form-custom input[type=file] {
  font-size: 500px;
  overflow: hidden;
}

.nb-form-label {
  color: #333;
  font-size: .875rem;
}

.nb-form-stacked .nb-form-label {
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 959px) {
  .nb-form-horizontal .nb-form-label {
    display: block;
    margin-bottom: 5px;
  }
}

@media (min-width: 960px) {
  .nb-form-horizontal .nb-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .nb-form-horizontal .nb-form-controls {
    margin-left: 215px;
  }
  .nb-form-horizontal .nb-form-controls-text {
    padding-top: 7px;
  }
}

.nb-form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
}

.nb-form-icon:hover {
  color: #666;
}

.nb-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

.nb-form-icon:not(.nb-form-icon-flip) ~ .nb-input {
  padding-left: 40px !important;
}

.nb-form-icon-flip {
  right: 0;
  left: auto;
}

.nb-form-icon-flip ~ .nb-input {
  padding-right: 40px !important;
}

.nb-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: .875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}

.nb-button:not(:disabled) {
  cursor: pointer;
}

.nb-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.nb-button:hover {
  text-decoration: none;
}

.nb-button:focus {
  outline: 0;
}

.nb-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}

.nb-button-default:focus,
.nb-button-default:hover {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}

.nb-button-default.nb-active,
.nb-button-default:active {
  background-color: transparent;
  color: #333;
  border-color: #999;
}

.nb-button-primary {
  background-color: #1e87f0;
  color: #fff;
  border: 1px solid transparent;
}

.nb-button-primary:focus,
.nb-button-primary:hover {
  background-color: #0f7ae5;
  color: #fff;
}

.nb-button-primary.nb-active,
.nb-button-primary:active {
  background-color: #0e6dcd;
  color: #fff;
}

.nb-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}

.nb-button-secondary:focus,
.nb-button-secondary:hover {
  background-color: #151515;
  color: #fff;
}

.nb-button-secondary.nb-active,
.nb-button-secondary:active {
  background-color: #080808;
  color: #fff;
}

.nb-button-danger {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid transparent;
}

.nb-button-danger:focus,
.nb-button-danger:hover {
  background-color: #ee395b;
  color: #fff;
}

.nb-button-danger.nb-active,
.nb-button-danger:active {
  background-color: #ec2147;
  color: #fff;
}

.nb-button-danger:disabled,
.nb-button-default:disabled,
.nb-button-primary:disabled,
.nb-button-secondary:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

.nb-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: .875rem;
}

.nb-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: .875rem;
}

.nb-button-text {
  padding: 0;
  line-height: 1.5;
  background: 0 0;
  color: #333;
  position: relative;
}

.nb-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  -webkit-transition: right .3s ease-out;
  transition: right .3s ease-out;
}

.nb-button-text:focus,
.nb-button-text:hover {
  color: #333;
}

.nb-button-text:focus::before,
.nb-button-text:hover::before {
  right: 0;
}

.nb-button-text:disabled {
  color: #999;
}

.nb-button-text:disabled::before {
  display: none;
}

.nb-button-link {
  padding: 0;
  line-height: 1.5;
  background: 0 0;
  color: #1e87f0;
}

.nb-button-link:focus,
.nb-button-link:hover {
  color: #0f6ecd;
  text-decoration: underline;
}

.nb-button-link:disabled {
  color: #999;
  text-decoration: none;
}

.nb-button-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}

.nb-button-group > .nb-button:nth-child(n+2),
.nb-button-group > div:nth-child(n+2) .nb-button {
  margin-left: -1px;
}

.nb-button-group .nb-button.nb-active,
.nb-button-group .nb-button:active,
.nb-button-group .nb-button:focus,
.nb-button-group .nb-button:hover {
  position: relative;
  z-index: 1;
}

.nb-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 960px) {
  .nb-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.nb-section::after,
.nb-section::before {
  content: "";
  display: table;
}

.nb-section::after {
  clear: both;
}

.nb-section > :last-child {
  margin-bottom: 0;
}

.nb-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nb-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.nb-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 960px) {
  .nb-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.nb-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media (min-width: 960px) {
  .nb-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}

.nb-section-default {
  background: #fff;
}

.nb-section-muted {
  background: #f8f8f8;
}

.nb-section-primary {
  background: #1e87f0;
}

.nb-section-secondary {
  background: #222;
}

.nb-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 640px) {
  .nb-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 960px) {
  .nb-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.nb-container::after,
.nb-container::before {
  content: "";
  display: table;
}

.nb-container::after {
  clear: both;
}

.nb-container > :last-child {
  margin-bottom: 0;
}

.nb-container .nb-container {
  padding-left: 0;
  padding-right: 0;
}

.nb-container-xsmall {
  max-width: 750px;
}

.nb-container-small {
  max-width: 900px;
}

.nb-container-large {
  max-width: 1600px;
}

.nb-container-expand {
  max-width: none;
}

.nb-container-expand-left {
  margin-left: 0;
}

.nb-container-expand-right {
  margin-right: 0;
}

@media (min-width: 640px) {
  .nb-container-expand-left.nb-container-xsmall,
  .nb-container-expand-right.nb-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }
  .nb-container-expand-left.nb-container-small,
  .nb-container-expand-right.nb-container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}

@media (min-width: 960px) {
  .nb-container-expand-left,
  .nb-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }
  .nb-container-expand-left.nb-container-xsmall,
  .nb-container-expand-right.nb-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }
  .nb-container-expand-left.nb-container-small,
  .nb-container-expand-right.nb-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }
  .nb-container-expand-left.nb-container-large,
  .nb-container-expand-right.nb-container-large {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}

.nb-container-item-padding-remove-left,
.nb-container-item-padding-remove-right {
  width: calc(100% + 15px);
}

.nb-container-item-padding-remove-left {
  margin-left: -15px;
}

.nb-container-item-padding-remove-right {
  margin-right: -15px;
}

@media (min-width: 640px) {
  .nb-container-item-padding-remove-left,
  .nb-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .nb-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .nb-container-item-padding-remove-right {
    margin-right: -30px;
  }
}

@media (min-width: 960px) {
  .nb-container-item-padding-remove-left,
  .nb-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }
  .nb-container-item-padding-remove-left {
    margin-left: -40px;
  }
  .nb-container-item-padding-remove-right {
    margin-right: -40px;
  }
}

.nb-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nb-grid > * {
  margin: 0;
}

.nb-grid > * > :last-child {
  margin-bottom: 0;
}

.nb-grid {
  margin-left: -30px;
}

.nb-grid > * {
  padding-left: 30px;
}

* + .nb-grid-margin,
.nb-grid + .nb-grid,
.nb-grid > .nb-grid-margin {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .nb-grid {
    margin-left: -40px;
  }
  .nb-grid > * {
    padding-left: 40px;
  }
  * + .nb-grid-margin,
  .nb-grid + .nb-grid,
  .nb-grid > .nb-grid-margin {
    margin-top: 40px;
  }
}

.nb-grid-small {
  margin-left: -15px;
}

.nb-grid-small > * {
  padding-left: 15px;
}

* + .nb-grid-margin-small,
.nb-grid + .nb-grid-small,
.nb-grid-small > .nb-grid-margin {
  margin-top: 15px;
}

.nb-grid-medium {
  margin-left: -30px;
}

.nb-grid-medium > * {
  padding-left: 30px;
}

* + .nb-grid-margin-medium,
.nb-grid + .nb-grid-medium,
.nb-grid-medium > .nb-grid-margin {
  margin-top: 30px;
}

.nb-grid-large {
  margin-left: -40px;
}

.nb-grid-large > * {
  padding-left: 40px;
}

* + .nb-grid-margin-large,
.nb-grid + .nb-grid-large,
.nb-grid-large > .nb-grid-margin {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .nb-grid-large {
    margin-left: -70px;
  }
  .nb-grid-large > * {
    padding-left: 70px;
  }
  * + .nb-grid-margin-large,
  .nb-grid + .nb-grid-large,
  .nb-grid-large > .nb-grid-margin {
    margin-top: 70px;
  }
}

.nb-grid-collapse {
  margin-left: 0;
}

.nb-grid-collapse > * {
  padding-left: 0;
}

.nb-grid + .nb-grid-collapse,
.nb-grid-collapse > .nb-grid-margin {
  margin-top: 0;
}

.nb-grid-divider > * {
  position: relative;
}

.nb-grid-divider > :not(.nb-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

.nb-grid-divider.nb-grid-stack > .nb-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

.nb-grid-divider {
  margin-left: -60px;
}

.nb-grid-divider > * {
  padding-left: 60px;
}

.nb-grid-divider > :not(.nb-first-column)::before {
  left: 30px;
}

.nb-grid-divider.nb-grid-stack > .nb-grid-margin {
  margin-top: 60px;
}

.nb-grid-divider.nb-grid-stack > .nb-grid-margin::before {
  top: -30px;
  left: 60px;
}

@media (min-width: 1200px) {
  .nb-grid-divider {
    margin-left: -80px;
  }
  .nb-grid-divider > * {
    padding-left: 80px;
  }
  .nb-grid-divider > :not(.nb-first-column)::before {
    left: 40px;
  }
  .nb-grid-divider.nb-grid-stack > .nb-grid-margin {
    margin-top: 80px;
  }
  .nb-grid-divider.nb-grid-stack > .nb-grid-margin::before {
    top: -40px;
    left: 80px;
  }
}

.nb-grid-divider.nb-grid-small {
  margin-left: -30px;
}

.nb-grid-divider.nb-grid-small > * {
  padding-left: 30px;
}

.nb-grid-divider.nb-grid-small > :not(.nb-first-column)::before {
  left: 15px;
}

.nb-grid-divider.nb-grid-small.nb-grid-stack > .nb-grid-margin {
  margin-top: 30px;
}

.nb-grid-divider.nb-grid-small.nb-grid-stack > .nb-grid-margin::before {
  top: -15px;
  left: 30px;
}

.nb-grid-divider.nb-grid-medium {
  margin-left: -60px;
}

.nb-grid-divider.nb-grid-medium > * {
  padding-left: 60px;
}

.nb-grid-divider.nb-grid-medium > :not(.nb-first-column)::before {
  left: 30px;
}

.nb-grid-divider.nb-grid-medium.nb-grid-stack > .nb-grid-margin {
  margin-top: 60px;
}

.nb-grid-divider.nb-grid-medium.nb-grid-stack > .nb-grid-margin::before {
  top: -30px;
  left: 60px;
}

.nb-grid-divider.nb-grid-large {
  margin-left: -80px;
}

.nb-grid-divider.nb-grid-large > * {
  padding-left: 80px;
}

.nb-grid-divider.nb-grid-large > :not(.nb-first-column)::before {
  left: 40px;
}

.nb-grid-divider.nb-grid-large.nb-grid-stack > .nb-grid-margin {
  margin-top: 80px;
}

.nb-grid-divider.nb-grid-large.nb-grid-stack > .nb-grid-margin::before {
  top: -40px;
  left: 80px;
}

@media (min-width: 1200px) {
  .nb-grid-divider.nb-grid-large {
    margin-left: -140px;
  }
  .nb-grid-divider.nb-grid-large > * {
    padding-left: 140px;
  }
  .nb-grid-divider.nb-grid-large > :not(.nb-first-column)::before {
    left: 70px;
  }
  .nb-grid-divider.nb-grid-large.nb-grid-stack > .nb-grid-margin {
    margin-top: 140px;
  }
  .nb-grid-divider.nb-grid-large.nb-grid-stack > .nb-grid-margin::before {
    top: -70px;
    left: 140px;
  }
}

.nb-grid-item-match,
.nb-grid-match > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nb-grid-item-match > :not([class*=nb-width]),
.nb-grid-match > * > :not([class*=nb-width]) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.nb-tile {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 640px) {
  .nb-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 960px) {
  .nb-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.nb-tile::after,
.nb-tile::before {
  content: "";
  display: table;
}

.nb-tile::after {
  clear: both;
}

.nb-tile > :last-child {
  margin-bottom: 0;
}

.nb-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nb-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.nb-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 960px) {
  .nb-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.nb-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media (min-width: 960px) {
  .nb-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}

.nb-tile-default {
  background: #fff;
}

.nb-tile-muted {
  background: #f8f8f8;
}

.nb-tile-primary {
  background: #1e87f0;
}

.nb-tile-secondary {
  background: #222;
}

.nb-card {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow .1s ease-in-out;
  transition: -webkit-box-shadow .1s ease-in-out;
  transition: box-shadow .1s ease-in-out;
  transition: box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
}

.nb-card-body {
  padding: 30px 30px;
}

.nb-card-header {
  padding: 15px 30px;
}

.nb-card-footer {
  padding: 15px 30px;
}

@media (min-width: 1200px) {
  .nb-card-body {
    padding: 40px 40px;
  }
  .nb-card-header {
    padding: 20px 40px;
  }
  .nb-card-footer {
    padding: 20px 40px;
  }
}

.nb-card-body::after,
.nb-card-body::before,
.nb-card-footer::after,
.nb-card-footer::before,
.nb-card-header::after,
.nb-card-header::before {
  content: "";
  display: table;
}

.nb-card-body::after,
.nb-card-footer::after,
.nb-card-header::after {
  clear: both;
}

.nb-card-body > :last-child,
.nb-card-footer > :last-child,
.nb-card-header > :last-child {
  margin-bottom: 0;
}

.nb-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}

.nb-card-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}

.nb-card-badge:first-child + * {
  margin-top: 0;
}

.nb-card-hover:not(.nb-card-default):not(.nb-card-primary):not(.nb-card-secondary):hover {
  background: #fff;
  -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.nb-card-default {
  background: #fff;
  color: #666;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.nb-card-default .nb-card-title {
  color: #333;
}

.nb-card-default.nb-card-hover:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.nb-card-default .nb-card-header {
  border-bottom: 1px solid #e5e5e5;
}

.nb-card-default .nb-card-footer {
  border-top: 1px solid #e5e5e5;
}

.nb-card-primary {
  background: #1e87f0;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.nb-card-primary .nb-card-title {
  color: #fff;
}

.nb-card-primary.nb-card-hover:hover {
  background-color: #1e87f0;
  -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.nb-card-secondary {
  background: #222;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.nb-card-secondary .nb-card-title {
  color: #fff;
}

.nb-card-secondary.nb-card-hover:hover {
  background-color: #222;
  -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.nb-card-small .nb-card-body,
.nb-card-small.nb-card-body {
  padding: 20px 20px;
}

.nb-card-small .nb-card-header {
  padding: 13px 20px;
}

.nb-card-small .nb-card-footer {
  padding: 13px 20px;
}

@media (min-width: 1200px) {
  .nb-card-large .nb-card-body,
  .nb-card-large.nb-card-body {
    padding: 70px 70px;
  }
  .nb-card-large .nb-card-header {
    padding: 35px 70px;
  }
  .nb-card-large .nb-card-footer {
    padding: 35px 70px;
  }
}

.nb-card-body > .nb-nav-default {
  margin-left: -30px;
  margin-right: -30px;
}

.nb-card-body > .nb-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px;
}

.nb-card-body .nb-nav-default .nb-nav-divider,
.nb-card-body .nb-nav-default .nb-nav-header,
.nb-card-body .nb-nav-default > li > a {
  padding-left: 30px;
  padding-right: 30px;
}

.nb-card-body .nb-nav-default .nb-nav-sub {
  padding-left: 45px;
}

@media (min-width: 1200px) {
  .nb-card-body > .nb-nav-default {
    margin-left: -40px;
    margin-right: -40px;
  }
  .nb-card-body > .nb-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .nb-card-body .nb-nav-default .nb-nav-divider,
  .nb-card-body .nb-nav-default .nb-nav-header,
  .nb-card-body .nb-nav-default > li > a {
    padding-left: 40px;
    padding-right: 40px;
  }
  .nb-card-body .nb-nav-default .nb-nav-sub {
    padding-left: 55px;
  }
}

.nb-card-small > .nb-nav-default {
  margin-left: -20px;
  margin-right: -20px;
}

.nb-card-small > .nb-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px;
}

.nb-card-small .nb-nav-default .nb-nav-divider,
.nb-card-small .nb-nav-default .nb-nav-header,
.nb-card-small .nb-nav-default > li > a {
  padding-left: 20px;
  padding-right: 20px;
}

.nb-card-small .nb-nav-default .nb-nav-sub {
  padding-left: 35px;
}

@media (min-width: 1200px) {
  .nb-card-large > .nb-nav-default {
    margin: 0;
  }
  .nb-card-large > .nb-nav-default:only-child {
    margin: 0;
  }
  .nb-card-large .nb-nav-default .nb-nav-divider,
  .nb-card-large .nb-nav-default .nb-nav-header,
  .nb-card-large .nb-nav-default > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .nb-card-large .nb-nav-default .nb-nav-sub {
    padding-left: 15px;
  }
}

.nb-close {
  color: #999;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color, opacity;
  transition-property: color, opacity;
}

.nb-close:focus,
.nb-close:hover {
  color: #666;
  outline: 0;
}

.nb-spinner > * {
  -webkit-animation: nb-spinner-rotate 1.4s linear infinite;
          animation: nb-spinner-rotate 1.4s linear infinite;
}

@-webkit-keyframes nb-spinner-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes nb-spinner-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

.nb-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: nb-spinner-dash 1.4s ease-in-out infinite;
          animation: nb-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}

@-webkit-keyframes nb-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}

@keyframes nb-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}

.nb-totop {
  padding: 5px;
  color: #999;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.nb-totop:focus,
.nb-totop:hover {
  color: #666;
  outline: 0;
}

.nb-totop:active {
  color: #333;
}

.nb-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px;
}

.nb-marker:focus,
.nb-marker:hover {
  color: #fff;
  outline: 0;
}

.nb-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}

* + .nb-alert {
  margin-top: 20px;
}

.nb-alert > :last-child {
  margin-bottom: 0;
}

.nb-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: .4;
}

.nb-alert-close:first-child + * {
  margin-top: 0;
}

.nb-alert-close:focus,
.nb-alert-close:hover {
  color: inherit;
  opacity: .8;
}

.nb-alert-primary {
  background: #d8eafc;
  color: #1e87f0;
}

.nb-alert-success {
  background: #edfbf6;
  color: #32d296;
}

.nb-alert-warning {
  background: #fff6ee;
  color: #faa05a;
}

.nb-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}

.nb-alert h1,
.nb-alert h2,
.nb-alert h3,
.nb-alert h4,
.nb-alert h5,
.nb-alert h6 {
  color: inherit;
}

.nb-alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}

.nb-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}

.nb-badge {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  background: #1e87f0;
  color: #fff;
  font-size: .875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nb-badge:focus,
.nb-badge:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

.nb-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: .875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

.nb-label-success {
  background-color: #32d296;
  color: #fff;
}

.nb-label-warning {
  background-color: #faa05a;
  color: #fff;
}

.nb-label-danger {
  background-color: #f0506e;
  color: #fff;
}

.nb-overlay {
  padding: 30px 30px;
}

.nb-overlay > :last-child {
  margin-bottom: 0;
}

.nb-overlay-default {
  background: rgba(255, 255, 255, 0.8);
}

.nb-overlay-primary {
  background: rgba(34, 34, 34, 0.8);
}

.nb-article::after,
.nb-article::before {
  content: "";
  display: table;
}

.nb-article::after {
  clear: both;
}

.nb-article > :last-child {
  margin-bottom: 0;
}

.nb-article + .nb-article {
  margin-top: 70px;
}

.nb-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}

@media (min-width: 960px) {
  .nb-article-title {
    font-size: 2.625rem;
  }
}

.nb-article-meta {
  font-size: .875rem;
  line-height: 1.4;
  color: #999;
}

.nb-article-meta a {
  color: #999;
}

.nb-article-meta a:hover {
  color: #666;
  text-decoration: none;
}

.nb-comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.nb-comment-header {
  margin-bottom: 20px;
}

.nb-comment-body::after,
.nb-comment-body::before,
.nb-comment-header::after,
.nb-comment-header::before {
  content: "";
  display: table;
}

.nb-comment-body::after,
.nb-comment-header::after {
  clear: both;
}

.nb-comment-body > :last-child,
.nb-comment-header > :last-child {
  margin-bottom: 0;
}

.nb-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}

.nb-comment-meta {
  font-size: .875rem;
  line-height: 1.4;
  color: #999;
}

.nb-comment-list {
  padding: 0;
  list-style: none;
}

.nb-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}

.nb-comment-list .nb-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}

@media (min-width: 960px) {
  .nb-comment-list .nb-comment ~ ul {
    padding-left: 100px;
  }
}

.nb-comment-list .nb-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}

.nb-comment-primary {
  padding: 30px;
  background-color: #f8f8f8;
}

.nb-search {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
}

.nb-search-input::-webkit-search-cancel-button,
.nb-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.nb-search-input::-moz-placeholder {
  opacity: 1;
}

.nb-search-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  overflow: visible;
  -webkit-appearance: none;
  vertical-align: middle;
  width: 100%;
  border: none;
  color: #666;
}

.nb-search-input:focus {
  outline: 0;
}

.nb-search-input:-ms-input-placeholder {
  color: #999 !important;
}

.nb-search-input::-webkit-input-placeholder {
  color: #999;
}

.nb-search-input::-ms-input-placeholder {
  color: #999;
}

.nb-search-input::placeholder {
  color: #999;
}

.nb-search-icon:focus {
  outline: 0;
}

.nb-search .nb-search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
}

.nb-search .nb-search-icon:hover {
  color: #999;
}

.nb-search .nb-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

.nb-search .nb-search-icon-flip {
  right: 0;
  left: auto;
}

.nb-search-default {
  width: 180px;
}

.nb-search-default .nb-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: 0 0;
  border: 1px solid #e5e5e5;
}

.nb-search-default .nb-search-input:focus {
  background-color: transparent;
}

.nb-search-default .nb-search-icon {
  width: 40px;
}

.nb-search-default .nb-search-icon:not(.nb-search-icon-flip) ~ .nb-search-input {
  padding-left: 40px;
}

.nb-search-default .nb-search-icon-flip ~ .nb-search-input {
  padding-right: 40px;
}

.nb-search-navbar {
  width: 400px;
}

.nb-search-navbar .nb-search-input {
  height: 40px;
  background: 0 0;
  font-size: 1.5rem;
}

.nb-search-navbar .nb-search-icon {
  width: 40px;
}

.nb-search-navbar .nb-search-icon:not(.nb-search-icon-flip) ~ .nb-search-input {
  padding-left: 40px;
}

.nb-search-navbar .nb-search-icon-flip ~ .nb-search-input {
  padding-right: 40px;
}

.nb-search-large {
  width: 500px;
}

.nb-search-large .nb-search-input {
  height: 80px;
  background: 0 0;
  font-size: 2.625rem;
}

.nb-search-large .nb-search-icon {
  width: 80px;
}

.nb-search-large .nb-search-icon:not(.nb-search-icon-flip) ~ .nb-search-input {
  padding-left: 80px;
}

.nb-search-large .nb-search-icon-flip ~ .nb-search-input {
  padding-right: 80px;
}

.nb-search-toggle {
  color: #999;
}

.nb-search-toggle:focus,
.nb-search-toggle:hover {
  color: #666;
}

.nb-nav,
.nb-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nb-nav li > a {
  display: block;
  text-decoration: none;
}

.nb-nav li > a:focus {
  outline: 0;
}

.nb-nav > li > a {
  padding: 5px 0;
}

ul.nb-nav-sub {
  padding: 5px 0 5px 15px;
}

.nb-nav-sub ul {
  padding-left: 15px;
}

.nb-nav-sub a {
  padding: 2px 0;
}

.nb-nav-parent-icon > .nb-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.nb-nav-parent-icon > .nb-parent.nb-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.nb-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: .875rem;
}

.nb-nav-header:not(:first-child) {
  margin-top: 20px;
}

.nb-nav-divider {
  margin: 5px 0;
}

.nb-nav-default {
  font-size: .875rem;
}

.nb-nav-default > li > a {
  color: #999;
}

.nb-nav-default > li > a:focus,
.nb-nav-default > li > a:hover {
  color: #666;
}

.nb-nav-default > li.nb-active > a {
  color: #333;
}

.nb-nav-default .nb-nav-header {
  color: #333;
}

.nb-nav-default .nb-nav-divider {
  border-top: 1px solid #e5e5e5;
}

.nb-nav-default .nb-nav-sub a {
  color: #999;
}

.nb-nav-default .nb-nav-sub a:focus,
.nb-nav-default .nb-nav-sub a:hover {
  color: #666;
}

.nb-nav-default .nb-nav-sub li.nb-active > a {
  color: #333;
}

.nb-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #999;
}

.nb-nav-primary > li > a:focus,
.nb-nav-primary > li > a:hover {
  color: #666;
}

.nb-nav-primary > li.nb-active > a {
  color: #333;
}

.nb-nav-primary .nb-nav-header {
  color: #333;
}

.nb-nav-primary .nb-nav-divider {
  border-top: 1px solid #e5e5e5;
}

.nb-nav-primary .nb-nav-sub a {
  color: #999;
}

.nb-nav-primary .nb-nav-sub a:focus,
.nb-nav-primary .nb-nav-sub a:hover {
  color: #666;
}

.nb-nav-primary .nb-nav-sub li.nb-active > a {
  color: #333;
}

.nb-nav-center {
  text-align: center;
}

.nb-nav-center .nb-nav-sub,
.nb-nav-center .nb-nav-sub ul {
  padding-left: 0;
}

.nb-nav-center.nb-nav-parent-icon > .nb-parent > a::after {
  position: absolute;
}

.nb-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.nb-navbar-container:not(.nb-navbar-transparent) {
  background: #f8f8f8;
}

.nb-navbar-container > ::after,
.nb-navbar-container > ::before {
  display: none !important;
}

.nb-navbar-center,
.nb-navbar-center-left > *,
.nb-navbar-center-right > *,
.nb-navbar-left,
.nb-navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nb-navbar-right {
  margin-left: auto;
}

.nb-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nb-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 990;
}

.nb-navbar-center:not(:only-child) .nb-navbar-item,
.nb-navbar-center:not(:only-child) .nb-navbar-nav > li > a,
.nb-navbar-center:not(:only-child) .nb-navbar-toggle {
  white-space: nowrap;
}

.nb-navbar-center-left,
.nb-navbar-center-right {
  position: absolute;
  top: 0;
}

.nb-navbar-center-left {
  right: 100%;
}

.nb-navbar-center-right {
  left: 100%;
}

[class*=nb-navbar-center-] .nb-navbar-item,
[class*=nb-navbar-center-] .nb-navbar-nav > li > a,
[class*=nb-navbar-center-] .nb-navbar-toggle {
  white-space: nowrap;
}

.nb-navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nb-navbar-center:only-child,
.nb-navbar-left,
.nb-navbar-right {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nb-navbar-item,
.nb-navbar-nav > li > a,
.nb-navbar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  font-size: .875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-decoration: none;
}

.nb-navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.nb-navbar-nav > li:hover > a,
.nb-navbar-nav > li > a.nb-open,
.nb-navbar-nav > li > a:focus {
  color: #666;
  outline: 0;
}

.nb-navbar-nav > li > a:active {
  color: #333;
}

.nb-navbar-nav > li.nb-active > a {
  color: #333;
}

.nb-navbar-item {
  color: #666;
}

.nb-navbar-toggle {
  color: #999;
}

.nb-navbar-toggle.nb-open,
.nb-navbar-toggle:focus,
.nb-navbar-toggle:hover {
  color: #666;
  outline: 0;
  text-decoration: none;
}

.nb-navbar-subtitle {
  font-size: .875rem;
}

.nb-navbar-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  padding: 25px;
  background: #fff;
  color: #666;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.nb-navbar-dropdown.nb-open {
  display: block;
}

[class*=nb-navbar-dropdown-top] {
  margin-top: -15px;
}

[class*=nb-navbar-dropdown-bottom] {
  margin-top: 15px;
}

[class*=nb-navbar-dropdown-left] {
  margin-left: -15px;
}

[class*=nb-navbar-dropdown-right] {
  margin-left: 15px;
}

.nb-navbar-dropdown-grid {
  margin-left: -50px;
}

.nb-navbar-dropdown-grid > * {
  padding-left: 50px;
}

.nb-navbar-dropdown-grid > .nb-grid-margin {
  margin-top: 50px;
}

.nb-navbar-dropdown-stack .nb-navbar-dropdown-grid > * {
  width: 100% !important;
}

.nb-navbar-dropdown-width-2:not(.nb-navbar-dropdown-stack) {
  width: 400px;
}

.nb-navbar-dropdown-width-3:not(.nb-navbar-dropdown-stack) {
  width: 600px;
}

.nb-navbar-dropdown-width-4:not(.nb-navbar-dropdown-stack) {
  width: 800px;
}

.nb-navbar-dropdown-width-5:not(.nb-navbar-dropdown-stack) {
  width: 1000px;
}

.nb-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nb-navbar-dropdown-nav {
  font-size: .875rem;
}

.nb-navbar-dropdown-nav > li > a {
  color: #999;
}

.nb-navbar-dropdown-nav > li > a:focus,
.nb-navbar-dropdown-nav > li > a:hover {
  color: #666;
}

.nb-navbar-dropdown-nav > li.nb-active > a {
  color: #333;
}

.nb-navbar-dropdown-nav .nb-nav-header {
  color: #333;
}

.nb-navbar-dropdown-nav .nb-nav-divider {
  border-top: 1px solid #e5e5e5;
}

.nb-navbar-dropdown-nav .nb-nav-sub a {
  color: #999;
}

.nb-navbar-dropdown-nav .nb-nav-sub a:focus,
.nb-navbar-dropdown-nav .nb-nav-sub a:hover {
  color: #666;
}

.nb-navbar-dropdown-nav .nb-nav-sub li.nb-active > a {
  color: #333;
}

.nb-navbar-dropbar {
  background: #fff;
}

.nb-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}

.nb-navbar-container > .nb-container .nb-navbar-left {
  margin-left: -15px;
  margin-right: -15px;
}

.nb-navbar-container > .nb-container .nb-navbar-right {
  margin-right: -15px;
}

.nb-navbar-dropdown-grid > * {
  position: relative;
}

.nb-navbar-dropdown-grid > :not(.nb-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #e5e5e5;
}

.nb-navbar-dropdown-grid.nb-grid-stack > .nb-grid-margin::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

.nb-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}

.nb-subnav > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 20px;
  position: relative;
}

.nb-subnav > * > :first-child {
  display: block;
  color: #999;
  font-size: .875rem;
  text-transform: uppercase;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.nb-subnav > * > a:focus,
.nb-subnav > * > a:hover {
  color: #666;
  text-decoration: none;
  outline: 0;
}

.nb-subnav > .nb-active > a {
  color: #333;
}

.nb-subnav-divider > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nb-subnav-divider > :nth-child(n+2):not(.nb-first-column)::before {
  content: "";
  height: 1.5em;
  margin-left: 0;
  margin-right: 20px;
  border-left: 1px solid #e5e5e5;
}

.nb-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: 0 0;
  color: #999;
}

.nb-subnav-pill > * > a:focus,
.nb-subnav-pill > * > a:hover {
  background-color: #f8f8f8;
  color: #666;
}

.nb-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666;
}

.nb-subnav-pill > .nb-active > a {
  background-color: #1e87f0;
  color: #fff;
}

.nb-subnav > .nb-disabled > a {
  color: #999;
}

.nb-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.nb-breadcrumb > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.nb-breadcrumb > * > * {
  display: inline-block;
  font-size: .875rem;
  color: #999;
}

.nb-breadcrumb > * > :focus,
.nb-breadcrumb > * > :hover {
  color: #666;
  text-decoration: none;
}

.nb-breadcrumb > :last-child > * {
  color: #666;
}

.nb-breadcrumb > :nth-child(n+2):not(.nb-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  color: #999;
}

.nb-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}

.nb-pagination > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 20px;
  position: relative;
}

.nb-pagination > * > * {
  display: block;
  color: #999;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.nb-pagination > * > :focus,
.nb-pagination > * > :hover {
  color: #666;
  text-decoration: none;
}

.nb-pagination > .nb-active > * {
  color: #666;
}

.nb-pagination > .nb-disabled > * {
  color: #999;
}

.nb-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none;
  position: relative;
}

.nb-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}

.nb-tab > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 20px;
  position: relative;
}

.nb-tab > * > a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: .875rem;
  text-transform: uppercase;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.nb-tab > * > a:focus,
.nb-tab > * > a:hover {
  color: #666;
  text-decoration: none;
}

.nb-tab > .nb-active > a {
  color: #333;
  border-color: #1e87f0;
}

.nb-tab > .nb-disabled > a {
  color: #999;
}

.nb-tab-bottom::before {
  top: 0;
  bottom: auto;
}

.nb-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}

.nb-tab-left,
.nb-tab-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
}

.nb-tab-left > *,
.nb-tab-right > * {
  padding-left: 0;
}

.nb-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.nb-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.nb-tab-left > * > a {
  text-align: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}

.nb-tab-right > * > a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}

.nb-tab .nb-dropdown {
  margin-left: 30px;
}

.nb-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
}

.nb-slidenav:focus,
.nb-slidenav:hover {
  color: rgba(102, 102, 102, 0.9);
  outline: 0;
}

.nb-slidenav:active {
  color: rgba(102, 102, 102, 0.5);
}

.nb-slidenav-large {
  padding: 10px 10px;
}

.nb-slidenav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nb-dotnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -12px;
}

.nb-dotnav > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 12px;
}

.nb-dotnav > * > * {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: 0 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}

.nb-dotnav > * > :focus,
.nb-dotnav > * > :hover {
  background-color: rgba(102, 102, 102, 0.6);
  outline: 0;
  border-color: transparent;
}

.nb-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent;
}

.nb-dotnav > .nb-active > * {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}

.nb-dotnav-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
  margin-top: -12px;
}

.nb-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}

.nb-thumbnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
}

.nb-thumbnav > * {
  padding-left: 15px;
}

.nb-thumbnav > * > * {
  display: inline-block;
  position: relative;
}

.nb-thumbnav > * > ::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
}

.nb-thumbnav > * > :focus,
.nb-thumbnav > * > :hover {
  outline: 0;
}

.nb-thumbnav > * > :focus::after,
.nb-thumbnav > * > :hover::after {
  background-color: transparent;
}

.nb-thumbnav > .nb-active > ::after {
  background-color: transparent;
}

.nb-thumbnav-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
  margin-top: -15px;
}

.nb-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}

.nb-accordion {
  padding: 0;
  list-style: none;
}

.nb-accordion > :nth-child(n+2) {
  margin-top: 20px;
}

.nb-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}

.nb-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.nb-open > .nb-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.nb-accordion-title:focus,
.nb-accordion-title:hover {
  color: #666;
  text-decoration: none;
  outline: 0;
}

.nb-accordion-content {
  margin-top: 20px;
}

.nb-accordion-content::after,
.nb-accordion-content::before {
  content: "";
  display: table;
}

.nb-accordion-content::after {
  clear: both;
}

.nb-accordion-content > :last-child {
  margin-bottom: 0;
}

.nb-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
}

.nb-drop.nb-open {
  display: block;
}

[class*=nb-drop-top] {
  margin-top: -20px;
}

[class*=nb-drop-bottom] {
  margin-top: 20px;
}

[class*=nb-drop-left] {
  margin-left: -20px;
}

[class*=nb-drop-right] {
  margin-left: 20px;
}

.nb-drop-stack .nb-drop-grid > * {
  width: 100% !important;
}

.nb-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 200px;
  padding: 25px;
  background: #fff;
  color: #666;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.nb-dropdown.nb-open {
  display: block;
}

.nb-dropdown-nav {
  white-space: nowrap;
  font-size: .875rem;
}

.nb-dropdown-nav > li > a {
  color: #999;
}

.nb-dropdown-nav > li.nb-active > a,
.nb-dropdown-nav > li > a:focus,
.nb-dropdown-nav > li > a:hover {
  color: #666;
}

.nb-dropdown-nav .nb-nav-header {
  color: #333;
}

.nb-dropdown-nav .nb-nav-divider {
  border-top: 1px solid #e5e5e5;
}

.nb-dropdown-nav .nb-nav-sub a {
  color: #999;
}

.nb-dropdown-nav .nb-nav-sub a:focus,
.nb-dropdown-nav .nb-nav-sub a:hover,
.nb-dropdown-nav .nb-nav-sub li.nb-active > a {
  color: #666;
}

[class*=nb-dropdown-top] {
  margin-top: -10px;
}

[class*=nb-dropdown-bottom] {
  margin-top: 10px;
}

[class*=nb-dropdown-left] {
  margin-left: -10px;
}

[class*=nb-dropdown-right] {
  margin-left: 10px;
}

.nb-dropdown-stack .nb-dropdown-grid > * {
  width: 100% !important;
}

.nb-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

@media (min-width: 640px) {
  .nb-modal {
    padding: 50px 30px;
  }
}

@media (min-width: 960px) {
  .nb-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.nb-modal.nb-open {
  opacity: 1;
}

.nb-modal-page {
  overflow: hidden;
}

.nb-modal-dialog {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  max-width: calc(100% - .01px) !important;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: .3s linear;
  transition: .3s linear;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.nb-open > .nb-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nb-modal-container .nb-modal-dialog {
  width: 1200px;
}

.nb-modal-full {
  padding: 0;
  background: 0 0;
}

.nb-modal-full .nb-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nb-modal-body {
  padding: 30px 30px;
}

.nb-modal-header {
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.nb-modal-footer {
  padding: 15px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

.nb-modal-body::after,
.nb-modal-body::before,
.nb-modal-footer::after,
.nb-modal-footer::before,
.nb-modal-header::after,
.nb-modal-header::before {
  content: "";
  display: table;
}

.nb-modal-body::after,
.nb-modal-footer::after,
.nb-modal-header::after {
  clear: both;
}

.nb-modal-body > :last-child,
.nb-modal-footer > :last-child,
.nb-modal-header > :last-child {
  margin-bottom: 0;
}

.nb-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

[class*=nb-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}

[class*=nb-modal-close-]:first-child + * {
  margin-top: 0;
}

.nb-modal-close-outside {
  top: 0;
  right: -5px;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  color: #fff;
}

.nb-modal-close-outside:hover {
  color: #fff;
}

@media (min-width: 960px) {
  .nb-modal-close-outside {
    right: 0;
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
}

.nb-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff;
}

.nb-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.nb-lightbox.nb-open {
  display: block;
  opacity: 1;
}

.nb-lightbox-page {
  overflow: hidden;
}

.nb-lightbox-items > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.7);
  will-change: transform, opacity;
}

.nb-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}

.nb-lightbox-items > :focus {
  outline: 0;
}

.nb-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}

.nb-lightbox-items > .nb-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nb-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

.nb-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}

.nb-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}

.nb-lightbox-toolbar-icon:hover {
  color: #fff;
}

.nb-lightbox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nb-lightbox-button:hover {
  color: #fff;
}

.nb-lightbox-iframe {
  width: 80%;
  height: 80%;
}

.nb-slideshow {
  -webkit-tap-highlight-color: transparent;
}

.nb-slideshow-items {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -webkit-touch-callout: none;
}

.nb-slideshow-items > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  will-change: transform, opacity;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.nb-slideshow-items > :focus {
  outline: 0;
}

.nb-slideshow-items > :not(.nb-active) {
  display: none;
}

.nb-slider {
  -webkit-tap-highlight-color: transparent;
}

.nb-slider-container {
  overflow: hidden;
}

.nb-slider-items {
  will-change: transform;
  position: relative;
}

.nb-slider-items:not(.nb-grid) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-touch-callout: none;
}

.nb-slider-items.nb-grid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.nb-slider-items > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.nb-slider-items > :focus {
  outline: 0;
}

.nb-sticky-fixed {
  z-index: 980;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nb-sticky[class*=nb-animation-] {
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
}

.nb-sticky.nb-animation-reverse {
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
}

.nb-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.nb-offcanvas-flip .nb-offcanvas {
  right: 0;
  left: auto;
}

.nb-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 960px) {
  .nb-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px;
  }
}

.nb-offcanvas-flip .nb-offcanvas-bar {
  left: auto;
  right: -270px;
}

@media (min-width: 960px) {
  .nb-offcanvas-flip .nb-offcanvas-bar {
    right: -350px;
  }
}

.nb-open > .nb-offcanvas-bar {
  left: 0;
}

.nb-offcanvas-flip .nb-open > .nb-offcanvas-bar {
  left: auto;
  right: 0;
}

.nb-offcanvas-bar-animation {
  -webkit-transition: left .3s ease-out;
  transition: left .3s ease-out;
}

.nb-offcanvas-flip .nb-offcanvas-bar-animation {
  -webkit-transition-property: right;
  transition-property: right;
}

.nb-offcanvas-reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: width .3s ease-out;
  transition: width .3s ease-out;
}

.nb-offcanvas-reveal .nb-offcanvas-bar {
  left: 0;
}

.nb-offcanvas-flip .nb-offcanvas-reveal .nb-offcanvas-bar {
  left: auto;
  right: 0;
}

.nb-open > .nb-offcanvas-reveal {
  width: 270px;
}

@media (min-width: 960px) {
  .nb-open > .nb-offcanvas-reveal {
    width: 350px;
  }
}

.nb-offcanvas-flip .nb-offcanvas-reveal {
  right: 0;
  left: auto;
}

.nb-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}

.nb-offcanvas-overlay {
  width: 100vw;
  -ms-touch-action: none;
      touch-action: none;
}

.nb-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.nb-offcanvas-overlay.nb-open::before {
  opacity: 1;
}

.nb-offcanvas-container,
.nb-offcanvas-page {
  overflow-x: hidden;
}

.nb-offcanvas-container {
  position: relative;
  left: 0;
  -webkit-transition: left .3s ease-out;
  transition: left .3s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

:not(.nb-offcanvas-flip).nb-offcanvas-container-animation {
  left: 270px;
}

.nb-offcanvas-flip.nb-offcanvas-container-animation {
  left: -270px;
}

@media (min-width: 960px) {
  :not(.nb-offcanvas-flip).nb-offcanvas-container-animation {
    left: 350px;
  }
  .nb-offcanvas-flip.nb-offcanvas-container-animation {
    left: -350px;
  }
}

.nb-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nb-switcher > :not(.nb-active) {
  display: none;
}

.nb-switcher > * > :last-child {
  margin-bottom: 0;
}

.nb-leader {
  overflow: hidden;
}

.nb-leader-fill::after {
  display: inline-block;
  margin-left: 15px;
  width: 0;
  content: attr(data-fill);
  white-space: nowrap;
}

.nb-leader-fill.nb-leader-hide::after {
  display: none;
}

.nb-leader-fill-content::before {
  content: '.';
}

:root {
  --uk-leader-fill-content: '.'
;
}

.nb-iconnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
}

.nb-iconnav > * {
  padding-left: 10px;
}

.nb-iconnav > * > a {
  display: block;
  color: #999;
}

.nb-iconnav > * > a:focus,
.nb-iconnav > * > a:hover {
  color: #666;
  outline: 0;
}

.nb-iconnav > .nb-active > a {
  color: #666;
}

.nb-iconnav-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
  margin-top: -10px;
}

.nb-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}

.nb-notification {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 350px;
}

.nb-notification-bottom-right,
.nb-notification-top-right {
  left: auto;
  right: 10px;
}

.nb-notification-bottom-center,
.nb-notification-top-center {
  left: 50%;
  margin-left: -175px;
}

.nb-notification-bottom-center,
.nb-notification-bottom-left,
.nb-notification-bottom-right {
  top: auto;
  bottom: 10px;
}

@media (max-width: 639px) {
  .nb-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}

.nb-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}

* + .nb-notification-message {
  margin-top: 10px;
}

.nb-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}

.nb-notification-message:hover .nb-notification-close {
  display: block;
}

.nb-notification-message-primary {
  color: #1e87f0;
}

.nb-notification-message-success {
  color: #32d296;
}

.nb-notification-message-warning {
  color: #faa05a;
}

.nb-notification-message-danger {
  color: #f0506e;
}

.nb-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}

.nb-tooltip.nb-active {
  display: block;
}

[class*=nb-tooltip-top] {
  margin-top: -10px;
}

[class*=nb-tooltip-bottom] {
  margin-top: 10px;
}

[class*=nb-tooltip-left] {
  margin-left: -10px;
}

[class*=nb-tooltip-right] {
  margin-left: 10px;
}

.nb-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: 0 0;
  border: 1px dashed #e5e5e5;
}

* + .nb-placeholder {
  margin-top: 20px;
}

.nb-placeholder > :last-child {
  margin-bottom: 0;
}

.nb-progress {
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  border: 0;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
}

* + .nb-progress {
  margin-top: 20px;
}

.nb-progress:indeterminate {
  color: transparent;
}

.nb-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}

.nb-progress:indeterminate::-moz-progress-bar {
  width: 0;
}

.nb-progress::-webkit-progress-value {
  background-color: #1e87f0;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.nb-progress::-moz-progress-bar {
  background-color: #1e87f0;
}

.nb-progress::-ms-fill {
  background-color: #1e87f0;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  border: 0;
}

.nb-sortable {
  position: relative;
}

.nb-sortable svg {
  pointer-events: none;
}

.nb-sortable > :last-child {
  margin-bottom: 0;
}

.nb-sortable-drag {
  position: absolute !important;
  z-index: 1050 !important;
  pointer-events: none;
}

.nb-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}

.nb-sortable-empty {
  min-height: 50px;
}

.nb-sortable-handle:hover {
  cursor: move;
}

.nb-countdown-number,
.nb-countdown-separator {
  line-height: 70px;
}

.nb-countdown-number {
  font-size: 2rem;
}

@media (min-width: 640px) {
  .nb-countdown-number {
    font-size: 4rem;
  }
}

@media (min-width: 960px) {
  .nb-countdown-number {
    font-size: 6rem;
  }
}

.nb-countdown-separator {
  font-size: 1rem;
}

@media (min-width: 640px) {
  .nb-countdown-separator {
    font-size: 2rem;
  }
}

@media (min-width: 960px) {
  .nb-countdown-separator {
    font-size: 3rem;
  }
}

[class*=nb-animation-] {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.nb-animation-fade {
  -webkit-animation-name: nb-fade;
          animation-name: nb-fade;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.nb-animation-scale-up {
  -webkit-animation-name: nb-fade-scale-02;
          animation-name: nb-fade-scale-02;
}

.nb-animation-scale-down {
  -webkit-animation-name: nb-fade-scale-18;
          animation-name: nb-fade-scale-18;
}

.nb-animation-slide-top {
  -webkit-animation-name: nb-fade-top;
          animation-name: nb-fade-top;
}

.nb-animation-slide-bottom {
  -webkit-animation-name: nb-fade-bottom;
          animation-name: nb-fade-bottom;
}

.nb-animation-slide-left {
  -webkit-animation-name: nb-fade-left;
          animation-name: nb-fade-left;
}

.nb-animation-slide-right {
  -webkit-animation-name: nb-fade-right;
          animation-name: nb-fade-right;
}

.nb-animation-slide-top-small {
  -webkit-animation-name: nb-fade-top-small;
          animation-name: nb-fade-top-small;
}

.nb-animation-slide-bottom-small {
  -webkit-animation-name: nb-fade-bottom-small;
          animation-name: nb-fade-bottom-small;
}

.nb-animation-slide-left-small {
  -webkit-animation-name: nb-fade-left-small;
          animation-name: nb-fade-left-small;
}

.nb-animation-slide-right-small {
  -webkit-animation-name: nb-fade-right-small;
          animation-name: nb-fade-right-small;
}

.nb-animation-slide-top-medium {
  -webkit-animation-name: nb-fade-top-medium;
          animation-name: nb-fade-top-medium;
}

.nb-animation-slide-bottom-medium {
  -webkit-animation-name: nb-fade-bottom-medium;
          animation-name: nb-fade-bottom-medium;
}

.nb-animation-slide-left-medium {
  -webkit-animation-name: nb-fade-left-medium;
          animation-name: nb-fade-left-medium;
}

.nb-animation-slide-right-medium {
  -webkit-animation-name: nb-fade-right-medium;
          animation-name: nb-fade-right-medium;
}

.nb-animation-kenburns {
  -webkit-animation-name: nb-scale-kenburns;
          animation-name: nb-scale-kenburns;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

.nb-animation-shake {
  -webkit-animation-name: nb-shake;
          animation-name: nb-shake;
}

.nb-animation-stroke {
  -webkit-animation-name: nb-stroke;
          animation-name: nb-stroke;
  stroke-dasharray: var(--nb-animation-stroke);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.nb-animation-reverse {
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.nb-animation-fast {
  -webkit-animation-duration: .1s;
          animation-duration: .1s;
}

.nb-animation-toggle:not(:hover):not(:focus) [class*=nb-animation-] {
  -webkit-animation-name: none;
          animation-name: none;
}

.nb-animation-toggle {
  -webkit-tap-highlight-color: transparent;
}

.nb-animation-toggle:focus {
  outline: 0;
}

@-webkit-keyframes nb-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes nb-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes nb-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes nb-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes nb-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes nb-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes nb-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes nb-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes nb-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes nb-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes nb-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes nb-fade-top-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes nb-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes nb-fade-bottom-small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes nb-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes nb-fade-left-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes nb-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes nb-fade-right-small {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes nb-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes nb-fade-top-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes nb-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes nb-fade-bottom-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes nb-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes nb-fade-left-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes nb-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes nb-fade-right-medium {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes nb-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes nb-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes nb-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes nb-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes nb-scale-kenburns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes nb-scale-kenburns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes nb-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}

@keyframes nb-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}

@-webkit-keyframes nb-stroke {
  0% {
    stroke-dashoffset: var(--nb-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes nb-stroke {
  0% {
    stroke-dashoffset: var(--nb-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}

[class*=nb-child-width] > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.nb-child-width-1-2 > * {
  width: 50%;
}

.nb-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}

.nb-child-width-1-4 > * {
  width: 25%;
}

.nb-child-width-1-5 > * {
  width: 20%;
}

.nb-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}

.nb-child-width-auto > * {
  width: auto;
}

.nb-child-width-expand > :not([class*=nb-width]) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}

@media (min-width: 640px) {
  .nb-child-width-1-1\@s > * {
    width: 100%;
  }
  .nb-child-width-1-2\@s > * {
    width: 50%;
  }
  .nb-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .nb-child-width-1-4\@s > * {
    width: 25%;
  }
  .nb-child-width-1-5\@s > * {
    width: 20%;
  }
  .nb-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .nb-child-width-auto\@s > * {
    width: auto;
  }
  .nb-child-width-expand\@s > :not([class*=nb-width]) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
}

@media (min-width: 960px) {
  .nb-child-width-1-1\@m > * {
    width: 100%;
  }
  .nb-child-width-1-2\@m > * {
    width: 50%;
  }
  .nb-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .nb-child-width-1-4\@m > * {
    width: 25%;
  }
  .nb-child-width-1-5\@m > * {
    width: 20%;
  }
  .nb-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .nb-child-width-auto\@m > * {
    width: auto;
  }
  .nb-child-width-expand\@m > :not([class*=nb-width]) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
}

@media (min-width: 1200px) {
  .nb-child-width-1-1\@l > * {
    width: 100%;
  }
  .nb-child-width-1-2\@l > * {
    width: 50%;
  }
  .nb-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .nb-child-width-1-4\@l > * {
    width: 25%;
  }
  .nb-child-width-1-5\@l > * {
    width: 20%;
  }
  .nb-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .nb-child-width-auto\@l > * {
    width: auto;
  }
  .nb-child-width-expand\@l > :not([class*=nb-width]) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
}

@media (min-width: 1600px) {
  .nb-child-width-1-1\@xl > * {
    width: 100%;
  }
  .nb-child-width-1-2\@xl > * {
    width: 50%;
  }
  .nb-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .nb-child-width-1-4\@xl > * {
    width: 25%;
  }
  .nb-child-width-1-5\@xl > * {
    width: 20%;
  }
  .nb-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .nb-child-width-auto\@xl > * {
    width: auto;
  }
  .nb-child-width-expand\@xl > :not([class*=nb-width]) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
}

[class*=nb-width] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.nb-width-1-2 {
  width: 50%;
}

.nb-width-1-3 {
  width: calc(100% * 1 / 3.001);
}

.nb-width-2-3 {
  width: calc(100% * 2 / 3.001);
}

.nb-width-1-4 {
  width: 25%;
}

.nb-width-3-4 {
  width: 75%;
}

.nb-width-1-5 {
  width: 20%;
}

.nb-width-2-5 {
  width: 40%;
}

.nb-width-3-5 {
  width: 60%;
}

.nb-width-4-5 {
  width: 80%;
}

.nb-width-1-6 {
  width: calc(100% * 1 / 6.001);
}

.nb-width-5-6 {
  width: calc(100% * 5 / 6.001);
}

.nb-width-small {
  width: 150px;
}

.nb-width-medium {
  width: 300px;
}

.nb-width-large {
  width: 450px;
}

.nb-width-xlarge {
  width: 600px;
}

.nb-width-xxlarge {
  width: 750px;
}

.nb-width-auto {
  width: auto;
}

.nb-width-expand {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
}

@media (min-width: 640px) {
  .nb-width-1-1\@s {
    width: 100%;
  }
  .nb-width-1-2\@s {
    width: 50%;
  }
  .nb-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .nb-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  .nb-width-1-4\@s {
    width: 25%;
  }
  .nb-width-3-4\@s {
    width: 75%;
  }
  .nb-width-1-5\@s {
    width: 20%;
  }
  .nb-width-2-5\@s {
    width: 40%;
  }
  .nb-width-3-5\@s {
    width: 60%;
  }
  .nb-width-4-5\@s {
    width: 80%;
  }
  .nb-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .nb-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  .nb-width-small\@s {
    width: 150px;
  }
  .nb-width-medium\@s {
    width: 300px;
  }
  .nb-width-large\@s {
    width: 450px;
  }
  .nb-width-xlarge\@s {
    width: 600px;
  }
  .nb-width-xxlarge\@s {
    width: 750px;
  }
  .nb-width-auto\@s {
    width: auto;
  }
  .nb-width-expand\@s {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
}

@media (min-width: 960px) {
  .nb-width-1-1\@m {
    width: 100%;
  }
  .nb-width-1-2\@m {
    width: 50%;
  }
  .nb-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .nb-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  .nb-width-1-4\@m {
    width: 25%;
  }
  .nb-width-3-4\@m {
    width: 75%;
  }
  .nb-width-1-5\@m {
    width: 20%;
  }
  .nb-width-2-5\@m {
    width: 40%;
  }
  .nb-width-3-5\@m {
    width: 60%;
  }
  .nb-width-4-5\@m {
    width: 80%;
  }
  .nb-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .nb-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  .nb-width-small\@m {
    width: 150px;
  }
  .nb-width-medium\@m {
    width: 300px;
  }
  .nb-width-large\@m {
    width: 450px;
  }
  .nb-width-xlarge\@m {
    width: 600px;
  }
  .nb-width-xxlarge\@m {
    width: 750px;
  }
  .nb-width-auto\@m {
    width: auto;
  }
  .nb-width-expand\@m {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
}

@media (min-width: 1200px) {
  .nb-width-1-1\@l {
    width: 100%;
  }
  .nb-width-1-2\@l {
    width: 50%;
  }
  .nb-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .nb-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  .nb-width-1-4\@l {
    width: 25%;
  }
  .nb-width-3-4\@l {
    width: 75%;
  }
  .nb-width-1-5\@l {
    width: 20%;
  }
  .nb-width-2-5\@l {
    width: 40%;
  }
  .nb-width-3-5\@l {
    width: 60%;
  }
  .nb-width-4-5\@l {
    width: 80%;
  }
  .nb-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .nb-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  .nb-width-small\@l {
    width: 150px;
  }
  .nb-width-medium\@l {
    width: 300px;
  }
  .nb-width-large\@l {
    width: 450px;
  }
  .nb-width-xlarge\@l {
    width: 600px;
  }
  .nb-width-xxlarge\@l {
    width: 750px;
  }
  .nb-width-auto\@l {
    width: auto;
  }
  .nb-width-expand\@l {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
}

@media (min-width: 1600px) {
  .nb-width-1-1\@xl {
    width: 100%;
  }
  .nb-width-1-2\@xl {
    width: 50%;
  }
  .nb-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .nb-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  .nb-width-1-4\@xl {
    width: 25%;
  }
  .nb-width-3-4\@xl {
    width: 75%;
  }
  .nb-width-1-5\@xl {
    width: 20%;
  }
  .nb-width-2-5\@xl {
    width: 40%;
  }
  .nb-width-3-5\@xl {
    width: 60%;
  }
  .nb-width-4-5\@xl {
    width: 80%;
  }
  .nb-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .nb-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  .nb-width-small\@xl {
    width: 150px;
  }
  .nb-width-medium\@xl {
    width: 300px;
  }
  .nb-width-large\@xl {
    width: 450px;
  }
  .nb-width-xlarge\@xl {
    width: 600px;
  }
  .nb-width-xxlarge\@xl {
    width: 750px;
  }
  .nb-width-auto\@xl {
    width: auto;
  }
  .nb-width-expand\@xl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
}

[class*=nb-height] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nb-height-1-1 {
  height: 100%;
}

.nb-height-viewport {
  min-height: 100vh;
}

.nb-height-small {
  height: 150px;
}

.nb-height-medium {
  height: 300px;
}

.nb-height-large {
  height: 450px;
}

.nb-height-max-small {
  max-height: 150px;
}

.nb-height-max-medium {
  max-height: 300px;
}

.nb-height-max-large {
  max-height: 450px;
}

.nb-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}

.nb-text-meta {
  font-size: .875rem;
  line-height: 1.4;
  color: #999;
}

.nb-text-meta a {
  color: #999;
}

.nb-text-meta a:hover {
  color: #666;
  text-decoration: none;
}

.nb-text-small {
  font-size: .875rem;
  line-height: 1.5;
}

.nb-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.nb-text-bold {
  font-weight: bolder;
}

.nb-text-uppercase {
  text-transform: uppercase !important;
}

.nb-text-capitalize {
  text-transform: capitalize !important;
}

.nb-text-lowercase {
  text-transform: lowercase !important;
}

.nb-text-muted {
  color: #999 !important;
}

.nb-text-emphasis {
  color: #333 !important;
}

.nb-text-primary {
  color: #1e87f0 !important;
}

.nb-text-secondary {
  color: #222 !important;
}

.nb-text-success {
  color: #32d296 !important;
}

.nb-text-warning {
  color: #faa05a !important;
}

.nb-text-danger {
  color: #f0506e !important;
}

.nb-text-background {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #1e87f0 !important;
}

@supports (-webkit-background-clip: text) {
  .nb-text-background {
    background-color: #1e87f0;
  }
}

.nb-text-left {
  text-align: left !important;
}

.nb-text-right {
  text-align: right !important;
}

.nb-text-center {
  text-align: center !important;
}

.nb-text-justify {
  text-align: justify !important;
}

@media (min-width: 640px) {
  .nb-text-left\@s {
    text-align: left !important;
  }
  .nb-text-right\@s {
    text-align: right !important;
  }
  .nb-text-center\@s {
    text-align: center !important;
  }
}

@media (min-width: 960px) {
  .nb-text-left\@m {
    text-align: left !important;
  }
  .nb-text-right\@m {
    text-align: right !important;
  }
  .nb-text-center\@m {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .nb-text-left\@l {
    text-align: left !important;
  }
  .nb-text-right\@l {
    text-align: right !important;
  }
  .nb-text-center\@l {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .nb-text-left\@xl {
    text-align: left !important;
  }
  .nb-text-right\@xl {
    text-align: right !important;
  }
  .nb-text-center\@xl {
    text-align: center !important;
  }
}

.nb-text-top {
  vertical-align: top !important;
}

.nb-text-middle {
  vertical-align: middle !important;
}

.nb-text-bottom {
  vertical-align: bottom !important;
}

.nb-text-baseline {
  vertical-align: baseline !important;
}

.nb-text-nowrap {
  white-space: nowrap;
}

.nb-text-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

td.nb-text-truncate,
th.nb-text-truncate {
  max-width: 0;
}

.nb-text-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

td.nb-text-break,
th.nb-text-break {
  word-break: break-all;
}

[class*=nb-column-] {
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

@media (min-width: 1200px) {
  [class*=nb-column-] {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

[class*=nb-column-] img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.nb-column-divider {
  -webkit-column-rule: 1px solid #e5e5e5;
          column-rule: 1px solid #e5e5e5;
  -webkit-column-gap: 60px;
          column-gap: 60px;
}

@media (min-width: 1200px) {
  .nb-column-divider {
    -webkit-column-gap: 80px;
            column-gap: 80px;
  }
}

.nb-column-1-2 {
  -webkit-column-count: 2;
          column-count: 2;
}

.nb-column-1-3 {
  -webkit-column-count: 3;
          column-count: 3;
}

.nb-column-1-4 {
  -webkit-column-count: 4;
          column-count: 4;
}

.nb-column-1-5 {
  -webkit-column-count: 5;
          column-count: 5;
}

.nb-column-1-6 {
  -webkit-column-count: 6;
          column-count: 6;
}

@media (min-width: 640px) {
  .nb-column-1-2\@s {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .nb-column-1-3\@s {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .nb-column-1-4\@s {
    -webkit-column-count: 4;
            column-count: 4;
  }
  .nb-column-1-5\@s {
    -webkit-column-count: 5;
            column-count: 5;
  }
  .nb-column-1-6\@s {
    -webkit-column-count: 6;
            column-count: 6;
  }
}

@media (min-width: 960px) {
  .nb-column-1-2\@m {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .nb-column-1-3\@m {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .nb-column-1-4\@m {
    -webkit-column-count: 4;
            column-count: 4;
  }
  .nb-column-1-5\@m {
    -webkit-column-count: 5;
            column-count: 5;
  }
  .nb-column-1-6\@m {
    -webkit-column-count: 6;
            column-count: 6;
  }
}

@media (min-width: 1200px) {
  .nb-column-1-2\@l {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .nb-column-1-3\@l {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .nb-column-1-4\@l {
    -webkit-column-count: 4;
            column-count: 4;
  }
  .nb-column-1-5\@l {
    -webkit-column-count: 5;
            column-count: 5;
  }
  .nb-column-1-6\@l {
    -webkit-column-count: 6;
            column-count: 6;
  }
}

@media (min-width: 1600px) {
  .nb-column-1-2\@xl {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .nb-column-1-3\@xl {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .nb-column-1-4\@xl {
    -webkit-column-count: 4;
            column-count: 4;
  }
  .nb-column-1-5\@xl {
    -webkit-column-count: 5;
            column-count: 5;
  }
  .nb-column-1-6\@xl {
    -webkit-column-count: 6;
            column-count: 6;
  }
}

.nb-column-span {
  -webkit-column-span: all;
          column-span: all;
}

.nb-cover {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

iframe.nb-cover {
  pointer-events: none;
}

.nb-cover-container {
  overflow: hidden;
  position: relative;
}

.nb-background-default {
  background-color: #fff;
}

.nb-background-muted {
  background-color: #f8f8f8;
}

.nb-background-primary {
  background-color: #1e87f0;
}

.nb-background-secondary {
  background-color: #222;
}

.nb-background-contain,
.nb-background-cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.nb-background-cover {
  background-size: cover;
}

.nb-background-contain {
  background-size: contain;
}

.nb-background-top-left {
  background-position: 0 0;
}

.nb-background-top-center {
  background-position: 50% 0;
}

.nb-background-top-right {
  background-position: 100% 0;
}

.nb-background-center-left {
  background-position: 0 50%;
}

.nb-background-center-center {
  background-position: 50% 50%;
}

.nb-background-center-right {
  background-position: 100% 50%;
}

.nb-background-bottom-left {
  background-position: 0 100%;
}

.nb-background-bottom-center {
  background-position: 50% 100%;
}

.nb-background-bottom-right {
  background-position: 100% 100%;
}

.nb-background-norepeat {
  background-repeat: no-repeat;
}

.nb-background-fixed {
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (pointer: coarse) {
  .nb-background-fixed {
    background-attachment: scroll;
  }
}

@media (max-width: 639px) {
  .nb-background-image\@s {
    background-image: none !important;
  }
}

@media (max-width: 959px) {
  .nb-background-image\@m {
    background-image: none !important;
  }
}

@media (max-width: 1199px) {
  .nb-background-image\@l {
    background-image: none !important;
  }
}

@media (max-width: 1599px) {
  .nb-background-image\@xl {
    background-image: none !important;
  }
}

.nb-background-blend-multiply {
  background-blend-mode: multiply;
}

.nb-background-blend-screen {
  background-blend-mode: screen;
}

.nb-background-blend-overlay {
  background-blend-mode: overlay;
}

.nb-background-blend-darken {
  background-blend-mode: darken;
}

.nb-background-blend-lighten {
  background-blend-mode: lighten;
}

.nb-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.nb-background-blend-color-burn {
  background-blend-mode: color-burn;
}

.nb-background-blend-hard-light {
  background-blend-mode: hard-light;
}

.nb-background-blend-soft-light {
  background-blend-mode: soft-light;
}

.nb-background-blend-difference {
  background-blend-mode: difference;
}

.nb-background-blend-exclusion {
  background-blend-mode: exclusion;
}

.nb-background-blend-hue {
  background-blend-mode: hue;
}

.nb-background-blend-saturation {
  background-blend-mode: saturation;
}

.nb-background-blend-color {
  background-blend-mode: color;
}

.nb-background-blend-luminosity {
  background-blend-mode: luminosity;
}

[class*=nb-align] {
  display: block;
  margin-bottom: 30px;
}

* + [class*=nb-align] {
  margin-top: 30px;
}

.nb-align-center {
  margin-left: auto;
  margin-right: auto;
}

.nb-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}

.nb-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}

@media (min-width: 640px) {
  .nb-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .nb-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}

@media (min-width: 960px) {
  .nb-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .nb-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}

@media (min-width: 1200px) {
  .nb-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .nb-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .nb-align-left,
  .nb-align-left\@l,
  .nb-align-left\@m,
  .nb-align-left\@s {
    margin-right: 40px;
  }
  .nb-align-right,
  .nb-align-right\@l,
  .nb-align-right\@m,
  .nb-align-right\@s {
    margin-left: 40px;
  }
}

@media (min-width: 1600px) {
  .nb-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .nb-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}

.nb-svg,
.nb-svg:not(.nb-preserve) [fill*='#']:not(.nb-preserve) {
  fill: currentcolor;
}

.nb-svg:not(.nb-preserve) [stroke*='#']:not(.nb-preserve) {
  stroke: currentcolor;
}

.nb-svg {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.nb-panel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nb-panel::after,
.nb-panel::before {
  content: "";
  display: table;
}

.nb-panel::after {
  clear: both;
}

.nb-panel > :last-child {
  margin-bottom: 0;
}

.nb-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

.nb-clearfix::before {
  content: "";
  display: table-cell;
}

.nb-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.nb-float-left {
  float: left;
}

.nb-float-right {
  float: right;
}

[class*=nb-float-] {
  max-width: 100%;
}

.nb-overflow-hidden {
  overflow: hidden;
}

.nb-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nb-overflow-auto > :last-child {
  margin-bottom: 0;
}

.nb-resize {
  resize: both;
}

.nb-resize-vertical {
  resize: vertical;
}

.nb-display-block {
  display: block !important;
}

.nb-display-inline {
  display: inline !important;
}

.nb-display-inline-block {
  display: inline-block !important;
}

[class*=nb-inline] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

.nb-inline-clip {
  overflow: hidden;
}

.nb-preserve-width,
.nb-preserve-width canvas,
.nb-preserve-width img,
.nb-preserve-width svg,
.nb-preserve-width video {
  max-width: none;
}

.nb-responsive-height,
.nb-responsive-width {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nb-responsive-width {
  max-width: 100% !important;
  height: auto;
}

.nb-responsive-height {
  max-height: 100%;
  width: auto;
  max-width: none;
}

.nb-border-circle {
  border-radius: 50%;
}

.nb-border-pill {
  border-radius: 500px;
}

.nb-border-rounded {
  border-radius: 5px;
}

.nb-inline-clip[class*=nb-border-] {
  -webkit-transform: translateZ(0);
}

.nb-box-shadow-small {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.nb-box-shadow-medium {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.nb-box-shadow-large {
  -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.nb-box-shadow-xlarge {
  -webkit-box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
          box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

[class*=nb-box-shadow-hover] {
  -webkit-transition: -webkit-box-shadow .1s ease-in-out;
  transition: -webkit-box-shadow .1s ease-in-out;
  transition: box-shadow .1s ease-in-out;
  transition: box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
}

.nb-box-shadow-hover-small:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.nb-box-shadow-hover-medium:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.nb-box-shadow-hover-large:hover {
  -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.nb-box-shadow-hover-xlarge:hover {
  -webkit-box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
          box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

@supports ((-webkit-filter: blur(0)) or (filter: blur(0))) {
  .nb-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
  }
  .nb-box-shadow-bottom::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 30px;
    border-radius: 100%;
    background: #444;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  .nb-box-shadow-bottom > * {
    position: relative;
  }
}

.nb-dropcap::first-letter,
.nb-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px;
}

@-moz-document url-prefix() {
  .nb-dropcap::first-letter,
  .nb-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}

@supports (-ms-ime-align: auto) {
  .nb-dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}

.nb-logo {
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #666;
  text-decoration: none;
}

.nb-logo:focus,
.nb-logo:hover {
  color: #666;
  outline: 0;
  text-decoration: none;
}

.nb-logo-inverse {
  display: none;
}

.nb-disabled {
  pointer-events: none;
}

.nb-drag,
.nb-drag * {
  cursor: move;
}

.nb-drag iframe {
  pointer-events: none;
}

.nb-dragover {
  -webkit-box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
          box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

.nb-blend-multiply {
  mix-blend-mode: multiply;
}

.nb-blend-screen {
  mix-blend-mode: screen;
}

.nb-blend-overlay {
  mix-blend-mode: overlay;
}

.nb-blend-darken {
  mix-blend-mode: darken;
}

.nb-blend-lighten {
  mix-blend-mode: lighten;
}

.nb-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.nb-blend-color-burn {
  mix-blend-mode: color-burn;
}

.nb-blend-hard-light {
  mix-blend-mode: hard-light;
}

.nb-blend-soft-light {
  mix-blend-mode: soft-light;
}

.nb-blend-difference {
  mix-blend-mode: difference;
}

.nb-blend-exclusion {
  mix-blend-mode: exclusion;
}

.nb-blend-hue {
  mix-blend-mode: hue;
}

.nb-blend-saturation {
  mix-blend-mode: saturation;
}

.nb-blend-color {
  mix-blend-mode: color;
}

.nb-blend-luminosity {
  mix-blend-mode: luminosity;
}

.nb-transform-center {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nb-transform-origin-top-left {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.nb-transform-origin-top-center {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.nb-transform-origin-top-right {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.nb-transform-origin-center-left {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.nb-transform-origin-center-right {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.nb-transform-origin-bottom-left {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.nb-transform-origin-bottom-center {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.nb-transform-origin-bottom-right {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.nb-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nb-flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.nb-flex-inline::after,
.nb-flex-inline::before,
.nb-flex::after,
.nb-flex::before {
  display: none;
}

.nb-flex-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nb-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nb-flex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nb-flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nb-flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 640px) {
  .nb-flex-left\@s {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nb-flex-center\@s {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nb-flex-right\@s {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nb-flex-between\@s {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nb-flex-around\@s {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 960px) {
  .nb-flex-left\@m {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nb-flex-center\@m {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nb-flex-right\@m {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nb-flex-between\@m {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nb-flex-around\@m {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 1200px) {
  .nb-flex-left\@l {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nb-flex-center\@l {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nb-flex-right\@l {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nb-flex-between\@l {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nb-flex-around\@l {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 1600px) {
  .nb-flex-left\@xl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nb-flex-center\@xl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nb-flex-right\@xl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nb-flex-between\@xl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nb-flex-around\@xl {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.nb-flex-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.nb-flex-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.nb-flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nb-flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.nb-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.nb-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.nb-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nb-flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.nb-flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.nb-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nb-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.nb-flex-wrap-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.nb-flex-wrap-top {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.nb-flex-wrap-middle {
  -ms-flex-line-pack: center;
      align-content: center;
}

.nb-flex-wrap-bottom {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.nb-flex-wrap-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.nb-flex-wrap-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.nb-flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.nb-flex-last {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}

@media (min-width: 640px) {
  .nb-flex-first\@s {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .nb-flex-last\@s {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}

@media (min-width: 960px) {
  .nb-flex-first\@m {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .nb-flex-last\@m {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}

@media (min-width: 1200px) {
  .nb-flex-first\@l {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .nb-flex-last\@l {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}

@media (min-width: 1600px) {
  .nb-flex-first\@xl {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .nb-flex-last\@xl {
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
  }
}

.nb-flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.nb-flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.nb-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nb-margin {
  margin-bottom: 20px;
}

* + .nb-margin {
  margin-top: 20px !important;
}

.nb-margin-top {
  margin-top: 20px !important;
}

.nb-margin-bottom {
  margin-bottom: 20px !important;
}

.nb-margin-left {
  margin-left: 20px !important;
}

.nb-margin-right {
  margin-right: 20px !important;
}

.nb-margin-small {
  margin-bottom: 10px;
}

* + .nb-margin-small {
  margin-top: 10px !important;
}

.nb-margin-small-top {
  margin-top: 10px !important;
}

.nb-margin-small-bottom {
  margin-bottom: 10px !important;
}

.nb-margin-small-left {
  margin-left: 10px !important;
}

.nb-margin-small-right {
  margin-right: 10px !important;
}

.nb-margin-medium {
  margin-bottom: 40px;
}

* + .nb-margin-medium {
  margin-top: 40px !important;
}

.nb-margin-medium-top {
  margin-top: 40px !important;
}

.nb-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.nb-margin-medium-left {
  margin-left: 40px !important;
}

.nb-margin-medium-right {
  margin-right: 40px !important;
}

.nb-margin-large {
  margin-bottom: 40px;
}

* + .nb-margin-large {
  margin-top: 40px !important;
}

.nb-margin-large-top {
  margin-top: 40px !important;
}

.nb-margin-large-bottom {
  margin-bottom: 40px !important;
}

.nb-margin-large-left {
  margin-left: 40px !important;
}

.nb-margin-large-right {
  margin-right: 40px !important;
}

@media (min-width: 1200px) {
  .nb-margin-large {
    margin-bottom: 70px;
  }
  * + .nb-margin-large {
    margin-top: 70px !important;
  }
  .nb-margin-large-top {
    margin-top: 70px !important;
  }
  .nb-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .nb-margin-large-left {
    margin-left: 70px !important;
  }
  .nb-margin-large-right {
    margin-right: 70px !important;
  }
}

.nb-margin-xlarge {
  margin-bottom: 70px;
}

* + .nb-margin-xlarge {
  margin-top: 70px !important;
}

.nb-margin-xlarge-top {
  margin-top: 70px !important;
}

.nb-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.nb-margin-xlarge-left {
  margin-left: 70px !important;
}

.nb-margin-xlarge-right {
  margin-right: 70px !important;
}

@media (min-width: 1200px) {
  .nb-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .nb-margin-xlarge {
    margin-top: 140px !important;
  }
  .nb-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .nb-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .nb-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .nb-margin-xlarge-right {
    margin-right: 140px !important;
  }
}

.nb-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.nb-margin-auto-top {
  margin-top: auto !important;
}

.nb-margin-auto-bottom {
  margin-bottom: auto !important;
}

.nb-margin-auto-left {
  margin-left: auto !important;
}

.nb-margin-auto-right {
  margin-right: auto !important;
}

.nb-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 640px) {
  .nb-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .nb-margin-auto-left\@s {
    margin-left: auto !important;
  }
  .nb-margin-auto-right\@s {
    margin-right: auto !important;
  }
}

@media (min-width: 960px) {
  .nb-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .nb-margin-auto-left\@m {
    margin-left: auto !important;
  }
  .nb-margin-auto-right\@m {
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .nb-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .nb-margin-auto-left\@l {
    margin-left: auto !important;
  }
  .nb-margin-auto-right\@l {
    margin-right: auto !important;
  }
}

@media (min-width: 1600px) {
  .nb-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .nb-margin-auto-left\@xl {
    margin-left: auto !important;
  }
  .nb-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}

.nb-margin-remove {
  margin: 0 !important;
}

.nb-margin-remove-top {
  margin-top: 0 !important;
}

.nb-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.nb-margin-remove-left {
  margin-left: 0 !important;
}

.nb-margin-remove-right {
  margin-right: 0 !important;
}

.nb-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.nb-margin-remove-adjacent + *,
.nb-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

@media (min-width: 640px) {
  .nb-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .nb-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}

@media (min-width: 960px) {
  .nb-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .nb-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .nb-margin-remove-left\@l {
    margin-left: 0 !important;
  }
  .nb-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}

@media (min-width: 1600px) {
  .nb-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .nb-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}

.nb-padding {
  padding: 30px;
}

@media (min-width: 1200px) {
  .nb-padding {
    padding: 40px;
  }
}

.nb-padding-small {
  padding: 15px;
}

.nb-padding-large {
  padding: 30px;
}

@media (min-width: 1200px) {
  .nb-padding-large {
    padding: 70px;
  }
}

.nb-padding-remove {
  padding: 0 !important;
}

.nb-padding-remove-top {
  padding-top: 0 !important;
}

.nb-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.nb-padding-remove-left {
  padding-left: 0 !important;
}

.nb-padding-remove-right {
  padding-right: 0 !important;
}

.nb-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.nb-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

[class*=nb-position-bottom],
[class*=nb-position-center],
[class*=nb-position-left],
[class*=nb-position-right],
[class*=nb-position-top] {
  position: absolute !important;
}

.nb-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.nb-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.nb-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.nb-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

.nb-position-top-left {
  top: 0;
  left: 0;
}

.nb-position-top-right {
  top: 0;
  right: 0;
}

.nb-position-bottom-left {
  bottom: 0;
  left: 0;
}

.nb-position-bottom-right {
  bottom: 0;
  right: 0;
}

.nb-position-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[class*=nb-position-center-left],
[class*=nb-position-center-right] {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nb-position-center-left {
  left: 0;
}

.nb-position-center-right {
  right: 0;
}

.nb-position-center-left-out {
  right: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.nb-position-center-right-out {
  left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.nb-position-bottom-center,
.nb-position-top-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nb-position-top-center {
  top: 0;
}

.nb-position-bottom-center {
  bottom: 0;
}

.nb-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nb-position-relative {
  position: relative !important;
}

.nb-position-absolute {
  position: absolute !important;
}

.nb-position-fixed {
  position: fixed !important;
}

.nb-position-z-index {
  z-index: 1;
}

.nb-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px;
}

.nb-position-small.nb-position-center {
  -webkit-transform: translate(-50%, -50%) translate(-15px, -15px);
          transform: translate(-50%, -50%) translate(-15px, -15px);
}

.nb-position-small[class*=nb-position-center-left],
.nb-position-small[class*=nb-position-center-right] {
  -webkit-transform: translateY(-50%) translateY(-15px);
          transform: translateY(-50%) translateY(-15px);
}

.nb-position-small.nb-position-bottom-center,
.nb-position-small.nb-position-top-center {
  -webkit-transform: translateX(-50%) translateX(-15px);
          transform: translateX(-50%) translateX(-15px);
}

.nb-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}

.nb-position-medium.nb-position-center {
  -webkit-transform: translate(-50%, -50%) translate(-30px, -30px);
          transform: translate(-50%, -50%) translate(-30px, -30px);
}

.nb-position-medium[class*=nb-position-center-left],
.nb-position-medium[class*=nb-position-center-right] {
  -webkit-transform: translateY(-50%) translateY(-30px);
          transform: translateY(-50%) translateY(-30px);
}

.nb-position-medium.nb-position-bottom-center,
.nb-position-medium.nb-position-top-center {
  -webkit-transform: translateX(-50%) translateX(-30px);
          transform: translateX(-50%) translateX(-30px);
}

.nb-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px;
}

.nb-position-large.nb-position-center {
  -webkit-transform: translate(-50%, -50%) translate(-30px, -30px);
          transform: translate(-50%, -50%) translate(-30px, -30px);
}

.nb-position-large[class*=nb-position-center-left],
.nb-position-large[class*=nb-position-center-right] {
  -webkit-transform: translateY(-50%) translateY(-30px);
          transform: translateY(-50%) translateY(-30px);
}

.nb-position-large.nb-position-bottom-center,
.nb-position-large.nb-position-top-center {
  -webkit-transform: translateX(-50%) translateX(-30px);
          transform: translateX(-50%) translateX(-30px);
}

@media (min-width: 1200px) {
  .nb-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px;
  }
  .nb-position-large.nb-position-center {
    -webkit-transform: translate(-50%, -50%) translate(-50px, -50px);
            transform: translate(-50%, -50%) translate(-50px, -50px);
  }
  .nb-position-large[class*=nb-position-center-left],
  .nb-position-large[class*=nb-position-center-right] {
    -webkit-transform: translateY(-50%) translateY(-50px);
            transform: translateY(-50%) translateY(-50px);
  }
  .nb-position-large.nb-position-bottom-center,
  .nb-position-large.nb-position-top-center {
    -webkit-transform: translateX(-50%) translateX(-50px);
            transform: translateX(-50%) translateX(-50px);
  }
}

.nb-transition-toggle {
  -webkit-tap-highlight-color: transparent;
}

.nb-transition-toggle:focus {
  outline: 0;
}

.nb-transition-fade,
[class*=nb-transition-scale],
[class*=nb-transition-slide] {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  opacity: 0;
}

.nb-transition-active.nb-active .nb-transition-fade,
.nb-transition-toggle:focus .nb-transition-fade,
.nb-transition-toggle:hover .nb-transition-fade {
  opacity: 1;
}

.nb-transition-scale-up {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.nb-transition-scale-down {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.nb-transition-active.nb-active .nb-transition-scale-up,
.nb-transition-toggle:focus .nb-transition-scale-up,
.nb-transition-toggle:hover .nb-transition-scale-up {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.nb-transition-active.nb-active .nb-transition-scale-down,
.nb-transition-toggle:focus .nb-transition-scale-down,
.nb-transition-toggle:hover .nb-transition-scale-down {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.nb-transition-slide-top {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.nb-transition-slide-bottom {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.nb-transition-slide-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.nb-transition-slide-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.nb-transition-slide-top-small {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.nb-transition-slide-bottom-small {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.nb-transition-slide-left-small {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.nb-transition-slide-right-small {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.nb-transition-slide-top-medium {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.nb-transition-slide-bottom-medium {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.nb-transition-slide-left-medium {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.nb-transition-slide-right-medium {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.nb-transition-active.nb-active [class*=nb-transition-slide],
.nb-transition-toggle:focus [class*=nb-transition-slide],
.nb-transition-toggle:hover [class*=nb-transition-slide] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.nb-transition-opaque {
  opacity: 1;
}

.nb-transition-slow {
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

.nb-hidden,
[hidden] {
  display: none !important;
}

@media (min-width: 640px) {
  .nb-hidden\@s {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .nb-hidden\@m {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .nb-hidden\@l {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .nb-hidden\@xl {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .nb-visible\@s {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .nb-visible\@m {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .nb-visible\@l {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .nb-visible\@xl {
    display: none !important;
  }
}

.nb-invisible {
  visibility: hidden !important;
}

.nb-visible-toggle:not(:hover):not(:focus) .nb-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.nb-visible-toggle:not(:hover):not(:focus) .nb-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}

.nb-visible-toggle {
  -webkit-tap-highlight-color: transparent;
}

.nb-visible-toggle:focus {
  outline: 0;
}

@media (pointer: coarse) {
  .nb-hidden-touch {
    display: none !important;
  }
}

.nb-hidden-notouch {
  display: none !important;
}

@media (pointer: coarse) {
  .nb-hidden-notouch {
    display: block !important;
  }
}

.nb-card-primary.nb-card-body,
.nb-card-primary > :not([class*=nb-card-media]),
.nb-card-secondary.nb-card-body,
.nb-card-secondary > :not([class*=nb-card-media]),
.nb-light,
.nb-offcanvas-bar,
.nb-overlay-primary,
.nb-section-primary:not(.nb-preserve-color),
.nb-section-secondary:not(.nb-preserve-color),
.nb-tile-primary:not(.nb-preserve-color),
.nb-tile-secondary:not(.nb-preserve-color) {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-link,
.nb-card-primary.nb-card-body a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-link,
.nb-card-primary > :not([class*=nb-card-media]) a,
.nb-card-secondary.nb-card-body .nb-link,
.nb-card-secondary.nb-card-body a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-link,
.nb-card-secondary > :not([class*=nb-card-media]) a,
.nb-light .nb-link,
.nb-light a,
.nb-offcanvas-bar .nb-link,
.nb-offcanvas-bar a,
.nb-overlay-primary .nb-link,
.nb-overlay-primary a,
.nb-section-primary:not(.nb-preserve-color) .nb-link,
.nb-section-primary:not(.nb-preserve-color) a,
.nb-section-secondary:not(.nb-preserve-color) .nb-link,
.nb-section-secondary:not(.nb-preserve-color) a,
.nb-tile-primary:not(.nb-preserve-color) .nb-link,
.nb-tile-primary:not(.nb-preserve-color) a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-link,
.nb-tile-secondary:not(.nb-preserve-color) a {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-link:hover,
.nb-card-primary.nb-card-body a:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-link:hover,
.nb-card-primary > :not([class*=nb-card-media]) a:hover,
.nb-card-secondary.nb-card-body .nb-link:hover,
.nb-card-secondary.nb-card-body a:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-link:hover,
.nb-card-secondary > :not([class*=nb-card-media]) a:hover,
.nb-light .nb-link:hover,
.nb-light a:hover,
.nb-offcanvas-bar .nb-link:hover,
.nb-offcanvas-bar a:hover,
.nb-overlay-primary .nb-link:hover,
.nb-overlay-primary a:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-link:hover,
.nb-section-primary:not(.nb-preserve-color) a:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-link:hover,
.nb-section-secondary:not(.nb-preserve-color) a:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-link:hover,
.nb-tile-primary:not(.nb-preserve-color) a:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-link:hover,
.nb-tile-secondary:not(.nb-preserve-color) a:hover {
  color: #fff;
}

.nb-card-primary.nb-card-body :not(pre) > code,
.nb-card-primary.nb-card-body :not(pre) > kbd,
.nb-card-primary.nb-card-body :not(pre) > samp,
.nb-card-primary > :not([class*=nb-card-media]) :not(pre) > code,
.nb-card-primary > :not([class*=nb-card-media]) :not(pre) > kbd,
.nb-card-primary > :not([class*=nb-card-media]) :not(pre) > samp,
.nb-card-secondary.nb-card-body :not(pre) > code,
.nb-card-secondary.nb-card-body :not(pre) > kbd,
.nb-card-secondary.nb-card-body :not(pre) > samp,
.nb-card-secondary > :not([class*=nb-card-media]) :not(pre) > code,
.nb-card-secondary > :not([class*=nb-card-media]) :not(pre) > kbd,
.nb-card-secondary > :not([class*=nb-card-media]) :not(pre) > samp,
.nb-light :not(pre) > code,
.nb-light :not(pre) > kbd,
.nb-light :not(pre) > samp,
.nb-offcanvas-bar :not(pre) > code,
.nb-offcanvas-bar :not(pre) > kbd,
.nb-offcanvas-bar :not(pre) > samp,
.nb-overlay-primary :not(pre) > code,
.nb-overlay-primary :not(pre) > kbd,
.nb-overlay-primary :not(pre) > samp,
.nb-section-primary:not(.nb-preserve-color) :not(pre) > code,
.nb-section-primary:not(.nb-preserve-color) :not(pre) > kbd,
.nb-section-primary:not(.nb-preserve-color) :not(pre) > samp,
.nb-section-secondary:not(.nb-preserve-color) :not(pre) > code,
.nb-section-secondary:not(.nb-preserve-color) :not(pre) > kbd,
.nb-section-secondary:not(.nb-preserve-color) :not(pre) > samp,
.nb-tile-primary:not(.nb-preserve-color) :not(pre) > code,
.nb-tile-primary:not(.nb-preserve-color) :not(pre) > kbd,
.nb-tile-primary:not(.nb-preserve-color) :not(pre) > samp,
.nb-tile-secondary:not(.nb-preserve-color) :not(pre) > code,
.nb-tile-secondary:not(.nb-preserve-color) :not(pre) > kbd,
.nb-tile-secondary:not(.nb-preserve-color) :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.nb-card-primary.nb-card-body em,
.nb-card-primary > :not([class*=nb-card-media]) em,
.nb-card-secondary.nb-card-body em,
.nb-card-secondary > :not([class*=nb-card-media]) em,
.nb-light em,
.nb-offcanvas-bar em,
.nb-overlay-primary em,
.nb-section-primary:not(.nb-preserve-color) em,
.nb-section-secondary:not(.nb-preserve-color) em,
.nb-tile-primary:not(.nb-preserve-color) em,
.nb-tile-secondary:not(.nb-preserve-color) em {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-h1,
.nb-card-primary.nb-card-body .nb-h2,
.nb-card-primary.nb-card-body .nb-h3,
.nb-card-primary.nb-card-body .nb-h4,
.nb-card-primary.nb-card-body .nb-h5,
.nb-card-primary.nb-card-body .nb-h6,
.nb-card-primary.nb-card-body .nb-heading-2xlarge,
.nb-card-primary.nb-card-body .nb-heading-large,
.nb-card-primary.nb-card-body .nb-heading-medium,
.nb-card-primary.nb-card-body .nb-heading-small,
.nb-card-primary.nb-card-body .nb-heading-xlarge,
.nb-card-primary.nb-card-body h1,
.nb-card-primary.nb-card-body h2,
.nb-card-primary.nb-card-body h3,
.nb-card-primary.nb-card-body h4,
.nb-card-primary.nb-card-body h5,
.nb-card-primary.nb-card-body h6,
.nb-card-primary > :not([class*=nb-card-media]) .nb-h1,
.nb-card-primary > :not([class*=nb-card-media]) .nb-h2,
.nb-card-primary > :not([class*=nb-card-media]) .nb-h3,
.nb-card-primary > :not([class*=nb-card-media]) .nb-h4,
.nb-card-primary > :not([class*=nb-card-media]) .nb-h5,
.nb-card-primary > :not([class*=nb-card-media]) .nb-h6,
.nb-card-primary > :not([class*=nb-card-media]) .nb-heading-2xlarge,
.nb-card-primary > :not([class*=nb-card-media]) .nb-heading-large,
.nb-card-primary > :not([class*=nb-card-media]) .nb-heading-medium,
.nb-card-primary > :not([class*=nb-card-media]) .nb-heading-small,
.nb-card-primary > :not([class*=nb-card-media]) .nb-heading-xlarge,
.nb-card-primary > :not([class*=nb-card-media]) h1,
.nb-card-primary > :not([class*=nb-card-media]) h2,
.nb-card-primary > :not([class*=nb-card-media]) h3,
.nb-card-primary > :not([class*=nb-card-media]) h4,
.nb-card-primary > :not([class*=nb-card-media]) h5,
.nb-card-primary > :not([class*=nb-card-media]) h6,
.nb-card-secondary.nb-card-body .nb-h1,
.nb-card-secondary.nb-card-body .nb-h2,
.nb-card-secondary.nb-card-body .nb-h3,
.nb-card-secondary.nb-card-body .nb-h4,
.nb-card-secondary.nb-card-body .nb-h5,
.nb-card-secondary.nb-card-body .nb-h6,
.nb-card-secondary.nb-card-body .nb-heading-2xlarge,
.nb-card-secondary.nb-card-body .nb-heading-large,
.nb-card-secondary.nb-card-body .nb-heading-medium,
.nb-card-secondary.nb-card-body .nb-heading-small,
.nb-card-secondary.nb-card-body .nb-heading-xlarge,
.nb-card-secondary.nb-card-body h1,
.nb-card-secondary.nb-card-body h2,
.nb-card-secondary.nb-card-body h3,
.nb-card-secondary.nb-card-body h4,
.nb-card-secondary.nb-card-body h5,
.nb-card-secondary.nb-card-body h6,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-h1,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-h2,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-h3,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-h4,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-h5,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-h6,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-heading-2xlarge,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-heading-large,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-heading-medium,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-heading-small,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-heading-xlarge,
.nb-card-secondary > :not([class*=nb-card-media]) h1,
.nb-card-secondary > :not([class*=nb-card-media]) h2,
.nb-card-secondary > :not([class*=nb-card-media]) h3,
.nb-card-secondary > :not([class*=nb-card-media]) h4,
.nb-card-secondary > :not([class*=nb-card-media]) h5,
.nb-card-secondary > :not([class*=nb-card-media]) h6,
.nb-light .nb-h1,
.nb-light .nb-h2,
.nb-light .nb-h3,
.nb-light .nb-h4,
.nb-light .nb-h5,
.nb-light .nb-h6,
.nb-light .nb-heading-2xlarge,
.nb-light .nb-heading-large,
.nb-light .nb-heading-medium,
.nb-light .nb-heading-small,
.nb-light .nb-heading-xlarge,
.nb-light h1,
.nb-light h2,
.nb-light h3,
.nb-light h4,
.nb-light h5,
.nb-light h6,
.nb-offcanvas-bar .nb-h1,
.nb-offcanvas-bar .nb-h2,
.nb-offcanvas-bar .nb-h3,
.nb-offcanvas-bar .nb-h4,
.nb-offcanvas-bar .nb-h5,
.nb-offcanvas-bar .nb-h6,
.nb-offcanvas-bar .nb-heading-2xlarge,
.nb-offcanvas-bar .nb-heading-large,
.nb-offcanvas-bar .nb-heading-medium,
.nb-offcanvas-bar .nb-heading-small,
.nb-offcanvas-bar .nb-heading-xlarge,
.nb-offcanvas-bar h1,
.nb-offcanvas-bar h2,
.nb-offcanvas-bar h3,
.nb-offcanvas-bar h4,
.nb-offcanvas-bar h5,
.nb-offcanvas-bar h6,
.nb-overlay-primary .nb-h1,
.nb-overlay-primary .nb-h2,
.nb-overlay-primary .nb-h3,
.nb-overlay-primary .nb-h4,
.nb-overlay-primary .nb-h5,
.nb-overlay-primary .nb-h6,
.nb-overlay-primary .nb-heading-2xlarge,
.nb-overlay-primary .nb-heading-large,
.nb-overlay-primary .nb-heading-medium,
.nb-overlay-primary .nb-heading-small,
.nb-overlay-primary .nb-heading-xlarge,
.nb-overlay-primary h1,
.nb-overlay-primary h2,
.nb-overlay-primary h3,
.nb-overlay-primary h4,
.nb-overlay-primary h5,
.nb-overlay-primary h6,
.nb-section-primary:not(.nb-preserve-color) .nb-h1,
.nb-section-primary:not(.nb-preserve-color) .nb-h2,
.nb-section-primary:not(.nb-preserve-color) .nb-h3,
.nb-section-primary:not(.nb-preserve-color) .nb-h4,
.nb-section-primary:not(.nb-preserve-color) .nb-h5,
.nb-section-primary:not(.nb-preserve-color) .nb-h6,
.nb-section-primary:not(.nb-preserve-color) .nb-heading-2xlarge,
.nb-section-primary:not(.nb-preserve-color) .nb-heading-large,
.nb-section-primary:not(.nb-preserve-color) .nb-heading-medium,
.nb-section-primary:not(.nb-preserve-color) .nb-heading-small,
.nb-section-primary:not(.nb-preserve-color) .nb-heading-xlarge,
.nb-section-primary:not(.nb-preserve-color) h1,
.nb-section-primary:not(.nb-preserve-color) h2,
.nb-section-primary:not(.nb-preserve-color) h3,
.nb-section-primary:not(.nb-preserve-color) h4,
.nb-section-primary:not(.nb-preserve-color) h5,
.nb-section-primary:not(.nb-preserve-color) h6,
.nb-section-secondary:not(.nb-preserve-color) .nb-h1,
.nb-section-secondary:not(.nb-preserve-color) .nb-h2,
.nb-section-secondary:not(.nb-preserve-color) .nb-h3,
.nb-section-secondary:not(.nb-preserve-color) .nb-h4,
.nb-section-secondary:not(.nb-preserve-color) .nb-h5,
.nb-section-secondary:not(.nb-preserve-color) .nb-h6,
.nb-section-secondary:not(.nb-preserve-color) .nb-heading-2xlarge,
.nb-section-secondary:not(.nb-preserve-color) .nb-heading-large,
.nb-section-secondary:not(.nb-preserve-color) .nb-heading-medium,
.nb-section-secondary:not(.nb-preserve-color) .nb-heading-small,
.nb-section-secondary:not(.nb-preserve-color) .nb-heading-xlarge,
.nb-section-secondary:not(.nb-preserve-color) h1,
.nb-section-secondary:not(.nb-preserve-color) h2,
.nb-section-secondary:not(.nb-preserve-color) h3,
.nb-section-secondary:not(.nb-preserve-color) h4,
.nb-section-secondary:not(.nb-preserve-color) h5,
.nb-section-secondary:not(.nb-preserve-color) h6,
.nb-tile-primary:not(.nb-preserve-color) .nb-h1,
.nb-tile-primary:not(.nb-preserve-color) .nb-h2,
.nb-tile-primary:not(.nb-preserve-color) .nb-h3,
.nb-tile-primary:not(.nb-preserve-color) .nb-h4,
.nb-tile-primary:not(.nb-preserve-color) .nb-h5,
.nb-tile-primary:not(.nb-preserve-color) .nb-h6,
.nb-tile-primary:not(.nb-preserve-color) .nb-heading-2xlarge,
.nb-tile-primary:not(.nb-preserve-color) .nb-heading-large,
.nb-tile-primary:not(.nb-preserve-color) .nb-heading-medium,
.nb-tile-primary:not(.nb-preserve-color) .nb-heading-small,
.nb-tile-primary:not(.nb-preserve-color) .nb-heading-xlarge,
.nb-tile-primary:not(.nb-preserve-color) h1,
.nb-tile-primary:not(.nb-preserve-color) h2,
.nb-tile-primary:not(.nb-preserve-color) h3,
.nb-tile-primary:not(.nb-preserve-color) h4,
.nb-tile-primary:not(.nb-preserve-color) h5,
.nb-tile-primary:not(.nb-preserve-color) h6,
.nb-tile-secondary:not(.nb-preserve-color) .nb-h1,
.nb-tile-secondary:not(.nb-preserve-color) .nb-h2,
.nb-tile-secondary:not(.nb-preserve-color) .nb-h3,
.nb-tile-secondary:not(.nb-preserve-color) .nb-h4,
.nb-tile-secondary:not(.nb-preserve-color) .nb-h5,
.nb-tile-secondary:not(.nb-preserve-color) .nb-h6,
.nb-tile-secondary:not(.nb-preserve-color) .nb-heading-2xlarge,
.nb-tile-secondary:not(.nb-preserve-color) .nb-heading-large,
.nb-tile-secondary:not(.nb-preserve-color) .nb-heading-medium,
.nb-tile-secondary:not(.nb-preserve-color) .nb-heading-small,
.nb-tile-secondary:not(.nb-preserve-color) .nb-heading-xlarge,
.nb-tile-secondary:not(.nb-preserve-color) h1,
.nb-tile-secondary:not(.nb-preserve-color) h2,
.nb-tile-secondary:not(.nb-preserve-color) h3,
.nb-tile-secondary:not(.nb-preserve-color) h4,
.nb-tile-secondary:not(.nb-preserve-color) h5,
.nb-tile-secondary:not(.nb-preserve-color) h6 {
  color: #fff;
}

.nb-card-primary.nb-card-body blockquote,
.nb-card-primary > :not([class*=nb-card-media]) blockquote,
.nb-card-secondary.nb-card-body blockquote,
.nb-card-secondary > :not([class*=nb-card-media]) blockquote,
.nb-light blockquote,
.nb-offcanvas-bar blockquote,
.nb-overlay-primary blockquote,
.nb-section-primary:not(.nb-preserve-color) blockquote,
.nb-section-secondary:not(.nb-preserve-color) blockquote,
.nb-tile-primary:not(.nb-preserve-color) blockquote,
.nb-tile-secondary:not(.nb-preserve-color) blockquote {
  color: #fff;
}

.nb-card-primary.nb-card-body blockquote footer,
.nb-card-primary > :not([class*=nb-card-media]) blockquote footer,
.nb-card-secondary.nb-card-body blockquote footer,
.nb-card-secondary > :not([class*=nb-card-media]) blockquote footer,
.nb-light blockquote footer,
.nb-offcanvas-bar blockquote footer,
.nb-overlay-primary blockquote footer,
.nb-section-primary:not(.nb-preserve-color) blockquote footer,
.nb-section-secondary:not(.nb-preserve-color) blockquote footer,
.nb-tile-primary:not(.nb-preserve-color) blockquote footer,
.nb-tile-secondary:not(.nb-preserve-color) blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-hr,
.nb-card-primary.nb-card-body hr,
.nb-card-primary > :not([class*=nb-card-media]) .nb-hr,
.nb-card-primary > :not([class*=nb-card-media]) hr,
.nb-card-secondary.nb-card-body .nb-hr,
.nb-card-secondary.nb-card-body hr,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-hr,
.nb-card-secondary > :not([class*=nb-card-media]) hr,
.nb-light .nb-hr,
.nb-light hr,
.nb-offcanvas-bar .nb-hr,
.nb-offcanvas-bar hr,
.nb-overlay-primary .nb-hr,
.nb-overlay-primary hr,
.nb-section-primary:not(.nb-preserve-color) .nb-hr,
.nb-section-primary:not(.nb-preserve-color) hr,
.nb-section-secondary:not(.nb-preserve-color) .nb-hr,
.nb-section-secondary:not(.nb-preserve-color) hr,
.nb-tile-primary:not(.nb-preserve-color) .nb-hr,
.nb-tile-primary:not(.nb-preserve-color) hr,
.nb-tile-secondary:not(.nb-preserve-color) .nb-hr,
.nb-tile-secondary:not(.nb-preserve-color) hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-link-muted,
.nb-card-primary.nb-card-body .nb-link-muted a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-link-muted,
.nb-card-primary > :not([class*=nb-card-media]) .nb-link-muted a,
.nb-card-secondary.nb-card-body .nb-link-muted,
.nb-card-secondary.nb-card-body .nb-link-muted a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-link-muted,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-link-muted a,
.nb-light .nb-link-muted,
.nb-light .nb-link-muted a,
.nb-offcanvas-bar .nb-link-muted,
.nb-offcanvas-bar .nb-link-muted a,
.nb-overlay-primary .nb-link-muted,
.nb-overlay-primary .nb-link-muted a,
.nb-section-primary:not(.nb-preserve-color) .nb-link-muted,
.nb-section-primary:not(.nb-preserve-color) .nb-link-muted a,
.nb-section-secondary:not(.nb-preserve-color) .nb-link-muted,
.nb-section-secondary:not(.nb-preserve-color) .nb-link-muted a,
.nb-tile-primary:not(.nb-preserve-color) .nb-link-muted,
.nb-tile-primary:not(.nb-preserve-color) .nb-link-muted a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-link-muted,
.nb-tile-secondary:not(.nb-preserve-color) .nb-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-link-muted a:hover,
.nb-card-primary.nb-card-body .nb-link-muted:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-link-muted a:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-link-muted:hover,
.nb-card-secondary.nb-card-body .nb-link-muted a:hover,
.nb-card-secondary.nb-card-body .nb-link-muted:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-link-muted a:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-link-muted:hover,
.nb-light .nb-link-muted a:hover,
.nb-light .nb-link-muted:hover,
.nb-offcanvas-bar .nb-link-muted a:hover,
.nb-offcanvas-bar .nb-link-muted:hover,
.nb-overlay-primary .nb-link-muted a:hover,
.nb-overlay-primary .nb-link-muted:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-link-muted a:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-link-muted:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-link-muted a:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-link-muted:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-link-muted a:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-link-muted:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-link-muted a:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-link-muted:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-link-text a:hover,
.nb-card-primary.nb-card-body .nb-link-text:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-link-text a:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-link-text:hover,
.nb-card-secondary.nb-card-body .nb-link-text a:hover,
.nb-card-secondary.nb-card-body .nb-link-text:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-link-text a:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-link-text:hover,
.nb-light .nb-link-text a:hover,
.nb-light .nb-link-text:hover,
.nb-offcanvas-bar .nb-link-text a:hover,
.nb-offcanvas-bar .nb-link-text:hover,
.nb-overlay-primary .nb-link-text a:hover,
.nb-overlay-primary .nb-link-text:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-link-text a:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-link-text:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-link-text a:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-link-text:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-link-text a:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-link-text:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-link-text a:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-link-text:hover {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-link-heading a:hover,
.nb-card-primary.nb-card-body .nb-link-heading:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-link-heading a:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-link-heading:hover,
.nb-card-secondary.nb-card-body .nb-link-heading a:hover,
.nb-card-secondary.nb-card-body .nb-link-heading:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-link-heading a:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-link-heading:hover,
.nb-light .nb-link-heading a:hover,
.nb-light .nb-link-heading:hover,
.nb-offcanvas-bar .nb-link-heading a:hover,
.nb-offcanvas-bar .nb-link-heading:hover,
.nb-overlay-primary .nb-link-heading a:hover,
.nb-overlay-primary .nb-link-heading:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-link-heading a:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-link-heading:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-link-heading a:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-link-heading:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-link-heading a:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-link-heading:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-link-heading a:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-link-heading:hover {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-heading-divider,
.nb-card-primary > :not([class*=nb-card-media]) .nb-heading-divider,
.nb-card-secondary.nb-card-body .nb-heading-divider,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-heading-divider,
.nb-light .nb-heading-divider,
.nb-offcanvas-bar .nb-heading-divider,
.nb-overlay-primary .nb-heading-divider,
.nb-section-primary:not(.nb-preserve-color) .nb-heading-divider,
.nb-section-secondary:not(.nb-preserve-color) .nb-heading-divider,
.nb-tile-primary:not(.nb-preserve-color) .nb-heading-divider,
.nb-tile-secondary:not(.nb-preserve-color) .nb-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-heading-bullet::before,
.nb-card-primary > :not([class*=nb-card-media]) .nb-heading-bullet::before,
.nb-card-secondary.nb-card-body .nb-heading-bullet::before,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-heading-bullet::before,
.nb-light .nb-heading-bullet::before,
.nb-offcanvas-bar .nb-heading-bullet::before,
.nb-overlay-primary .nb-heading-bullet::before,
.nb-section-primary:not(.nb-preserve-color) .nb-heading-bullet::before,
.nb-section-secondary:not(.nb-preserve-color) .nb-heading-bullet::before,
.nb-tile-primary:not(.nb-preserve-color) .nb-heading-bullet::before,
.nb-tile-secondary:not(.nb-preserve-color) .nb-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-heading-line > ::after,
.nb-card-primary.nb-card-body .nb-heading-line > ::before,
.nb-card-primary > :not([class*=nb-card-media]) .nb-heading-line > ::after,
.nb-card-primary > :not([class*=nb-card-media]) .nb-heading-line > ::before,
.nb-card-secondary.nb-card-body .nb-heading-line > ::after,
.nb-card-secondary.nb-card-body .nb-heading-line > ::before,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-heading-line > ::after,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-heading-line > ::before,
.nb-light .nb-heading-line > ::after,
.nb-light .nb-heading-line > ::before,
.nb-offcanvas-bar .nb-heading-line > ::after,
.nb-offcanvas-bar .nb-heading-line > ::before,
.nb-overlay-primary .nb-heading-line > ::after,
.nb-overlay-primary .nb-heading-line > ::before,
.nb-section-primary:not(.nb-preserve-color) .nb-heading-line > ::after,
.nb-section-primary:not(.nb-preserve-color) .nb-heading-line > ::before,
.nb-section-secondary:not(.nb-preserve-color) .nb-heading-line > ::after,
.nb-section-secondary:not(.nb-preserve-color) .nb-heading-line > ::before,
.nb-tile-primary:not(.nb-preserve-color) .nb-heading-line > ::after,
.nb-tile-primary:not(.nb-preserve-color) .nb-heading-line > ::before,
.nb-tile-secondary:not(.nb-preserve-color) .nb-heading-line > ::after,
.nb-tile-secondary:not(.nb-preserve-color) .nb-heading-line > ::before {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-divider-icon,
.nb-card-primary > :not([class*=nb-card-media]) .nb-divider-icon,
.nb-card-secondary.nb-card-body .nb-divider-icon,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-divider-icon,
.nb-light .nb-divider-icon,
.nb-offcanvas-bar .nb-divider-icon,
.nb-overlay-primary .nb-divider-icon,
.nb-section-primary:not(.nb-preserve-color) .nb-divider-icon,
.nb-section-secondary:not(.nb-preserve-color) .nb-divider-icon,
.nb-tile-primary:not(.nb-preserve-color) .nb-divider-icon,
.nb-tile-secondary:not(.nb-preserve-color) .nb-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.nb-card-primary.nb-card-body .nb-divider-icon::after,
.nb-card-primary.nb-card-body .nb-divider-icon::before,
.nb-card-primary > :not([class*=nb-card-media]) .nb-divider-icon::after,
.nb-card-primary > :not([class*=nb-card-media]) .nb-divider-icon::before,
.nb-card-secondary.nb-card-body .nb-divider-icon::after,
.nb-card-secondary.nb-card-body .nb-divider-icon::before,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-divider-icon::after,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-divider-icon::before,
.nb-light .nb-divider-icon::after,
.nb-light .nb-divider-icon::before,
.nb-offcanvas-bar .nb-divider-icon::after,
.nb-offcanvas-bar .nb-divider-icon::before,
.nb-overlay-primary .nb-divider-icon::after,
.nb-overlay-primary .nb-divider-icon::before,
.nb-section-primary:not(.nb-preserve-color) .nb-divider-icon::after,
.nb-section-primary:not(.nb-preserve-color) .nb-divider-icon::before,
.nb-section-secondary:not(.nb-preserve-color) .nb-divider-icon::after,
.nb-section-secondary:not(.nb-preserve-color) .nb-divider-icon::before,
.nb-tile-primary:not(.nb-preserve-color) .nb-divider-icon::after,
.nb-tile-primary:not(.nb-preserve-color) .nb-divider-icon::before,
.nb-tile-secondary:not(.nb-preserve-color) .nb-divider-icon::after,
.nb-tile-secondary:not(.nb-preserve-color) .nb-divider-icon::before {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-divider-small::after,
.nb-card-primary > :not([class*=nb-card-media]) .nb-divider-small::after,
.nb-card-secondary.nb-card-body .nb-divider-small::after,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-divider-small::after,
.nb-light .nb-divider-small::after,
.nb-offcanvas-bar .nb-divider-small::after,
.nb-overlay-primary .nb-divider-small::after,
.nb-section-primary:not(.nb-preserve-color) .nb-divider-small::after,
.nb-section-secondary:not(.nb-preserve-color) .nb-divider-small::after,
.nb-tile-primary:not(.nb-preserve-color) .nb-divider-small::after,
.nb-tile-secondary:not(.nb-preserve-color) .nb-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-divider-vertical::after,
.nb-card-primary > :not([class*=nb-card-media]) .nb-divider-vertical::after,
.nb-card-secondary.nb-card-body .nb-divider-vertical::after,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-divider-vertical::after,
.nb-light .nb-divider-vertical::after,
.nb-offcanvas-bar .nb-divider-vertical::after,
.nb-overlay-primary .nb-divider-vertical::after,
.nb-section-primary:not(.nb-preserve-color) .nb-divider-vertical::after,
.nb-section-secondary:not(.nb-preserve-color) .nb-divider-vertical::after,
.nb-tile-primary:not(.nb-preserve-color) .nb-divider-vertical::after,
.nb-tile-secondary:not(.nb-preserve-color) .nb-divider-vertical::after {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-list-divider > li:nth-child(n+2),
.nb-card-primary > :not([class*=nb-card-media]) .nb-list-divider > li:nth-child(n+2),
.nb-card-secondary.nb-card-body .nb-list-divider > li:nth-child(n+2),
.nb-card-secondary > :not([class*=nb-card-media]) .nb-list-divider > li:nth-child(n+2),
.nb-light .nb-list-divider > li:nth-child(n+2),
.nb-offcanvas-bar .nb-list-divider > li:nth-child(n+2),
.nb-overlay-primary .nb-list-divider > li:nth-child(n+2),
.nb-section-primary:not(.nb-preserve-color) .nb-list-divider > li:nth-child(n+2),
.nb-section-secondary:not(.nb-preserve-color) .nb-list-divider > li:nth-child(n+2),
.nb-tile-primary:not(.nb-preserve-color) .nb-list-divider > li:nth-child(n+2),
.nb-tile-secondary:not(.nb-preserve-color) .nb-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-list-striped > li:nth-of-type(odd),
.nb-card-primary > :not([class*=nb-card-media]) .nb-list-striped > li:nth-of-type(odd),
.nb-card-secondary.nb-card-body .nb-list-striped > li:nth-of-type(odd),
.nb-card-secondary > :not([class*=nb-card-media]) .nb-list-striped > li:nth-of-type(odd),
.nb-light .nb-list-striped > li:nth-of-type(odd),
.nb-offcanvas-bar .nb-list-striped > li:nth-of-type(odd),
.nb-overlay-primary .nb-list-striped > li:nth-of-type(odd),
.nb-section-primary:not(.nb-preserve-color) .nb-list-striped > li:nth-of-type(odd),
.nb-section-secondary:not(.nb-preserve-color) .nb-list-striped > li:nth-of-type(odd),
.nb-tile-primary:not(.nb-preserve-color) .nb-list-striped > li:nth-of-type(odd),
.nb-tile-secondary:not(.nb-preserve-color) .nb-list-striped > li:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-list-striped > li:nth-of-type(odd),
.nb-card-primary > :not([class*=nb-card-media]) .nb-list-striped > li:nth-of-type(odd),
.nb-card-secondary.nb-card-body .nb-list-striped > li:nth-of-type(odd),
.nb-card-secondary > :not([class*=nb-card-media]) .nb-list-striped > li:nth-of-type(odd),
.nb-light .nb-list-striped > li:nth-of-type(odd),
.nb-offcanvas-bar .nb-list-striped > li:nth-of-type(odd),
.nb-overlay-primary .nb-list-striped > li:nth-of-type(odd),
.nb-section-primary:not(.nb-preserve-color) .nb-list-striped > li:nth-of-type(odd),
.nb-section-secondary:not(.nb-preserve-color) .nb-list-striped > li:nth-of-type(odd),
.nb-tile-primary:not(.nb-preserve-color) .nb-list-striped > li:nth-of-type(odd),
.nb-tile-secondary:not(.nb-preserve-color) .nb-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.nb-card-primary.nb-card-body .nb-list-bullet > li::before,
.nb-card-primary > :not([class*=nb-card-media]) .nb-list-bullet > li::before,
.nb-card-secondary.nb-card-body .nb-list-bullet > li::before,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-list-bullet > li::before,
.nb-light .nb-list-bullet > li::before,
.nb-offcanvas-bar .nb-list-bullet > li::before,
.nb-overlay-primary .nb-list-bullet > li::before,
.nb-section-primary:not(.nb-preserve-color) .nb-list-bullet > li::before,
.nb-section-secondary:not(.nb-preserve-color) .nb-list-bullet > li::before,
.nb-tile-primary:not(.nb-preserve-color) .nb-list-bullet > li::before,
.nb-tile-secondary:not(.nb-preserve-color) .nb-list-bullet > li::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.nb-card-primary.nb-card-body .nb-table th,
.nb-card-primary > :not([class*=nb-card-media]) .nb-table th,
.nb-card-secondary.nb-card-body .nb-table th,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-table th,
.nb-light .nb-table th,
.nb-offcanvas-bar .nb-table th,
.nb-overlay-primary .nb-table th,
.nb-section-primary:not(.nb-preserve-color) .nb-table th,
.nb-section-secondary:not(.nb-preserve-color) .nb-table th,
.nb-tile-primary:not(.nb-preserve-color) .nb-table th,
.nb-tile-secondary:not(.nb-preserve-color) .nb-table th {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-table caption,
.nb-card-primary > :not([class*=nb-card-media]) .nb-table caption,
.nb-card-secondary.nb-card-body .nb-table caption,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-table caption,
.nb-light .nb-table caption,
.nb-offcanvas-bar .nb-table caption,
.nb-overlay-primary .nb-table caption,
.nb-section-primary:not(.nb-preserve-color) .nb-table caption,
.nb-section-secondary:not(.nb-preserve-color) .nb-table caption,
.nb-tile-primary:not(.nb-preserve-color) .nb-table caption,
.nb-tile-secondary:not(.nb-preserve-color) .nb-table caption {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-table tbody tr.nb-active,
.nb-card-primary.nb-card-body .nb-table > tr.nb-active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-table tbody tr.nb-active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-table > tr.nb-active,
.nb-card-secondary.nb-card-body .nb-table tbody tr.nb-active,
.nb-card-secondary.nb-card-body .nb-table > tr.nb-active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-table tbody tr.nb-active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-table > tr.nb-active,
.nb-light .nb-table tbody tr.nb-active,
.nb-light .nb-table > tr.nb-active,
.nb-offcanvas-bar .nb-table tbody tr.nb-active,
.nb-offcanvas-bar .nb-table > tr.nb-active,
.nb-overlay-primary .nb-table tbody tr.nb-active,
.nb-overlay-primary .nb-table > tr.nb-active,
.nb-section-primary:not(.nb-preserve-color) .nb-table tbody tr.nb-active,
.nb-section-primary:not(.nb-preserve-color) .nb-table > tr.nb-active,
.nb-section-secondary:not(.nb-preserve-color) .nb-table tbody tr.nb-active,
.nb-section-secondary:not(.nb-preserve-color) .nb-table > tr.nb-active,
.nb-tile-primary:not(.nb-preserve-color) .nb-table tbody tr.nb-active,
.nb-tile-primary:not(.nb-preserve-color) .nb-table > tr.nb-active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-table tbody tr.nb-active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-table > tr.nb-active {
  background: rgba(255, 255, 255, 0.08);
}

.nb-card-primary.nb-card-body .nb-table-divider > :first-child > tr:not(:first-child),
.nb-card-primary.nb-card-body .nb-table-divider > :not(:first-child) > tr,
.nb-card-primary.nb-card-body .nb-table-divider > tr:not(:first-child),
.nb-card-primary > :not([class*=nb-card-media]) .nb-table-divider > :first-child > tr:not(:first-child),
.nb-card-primary > :not([class*=nb-card-media]) .nb-table-divider > :not(:first-child) > tr,
.nb-card-primary > :not([class*=nb-card-media]) .nb-table-divider > tr:not(:first-child),
.nb-card-secondary.nb-card-body .nb-table-divider > :first-child > tr:not(:first-child),
.nb-card-secondary.nb-card-body .nb-table-divider > :not(:first-child) > tr,
.nb-card-secondary.nb-card-body .nb-table-divider > tr:not(:first-child),
.nb-card-secondary > :not([class*=nb-card-media]) .nb-table-divider > :first-child > tr:not(:first-child),
.nb-card-secondary > :not([class*=nb-card-media]) .nb-table-divider > :not(:first-child) > tr,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-table-divider > tr:not(:first-child),
.nb-light .nb-table-divider > :first-child > tr:not(:first-child),
.nb-light .nb-table-divider > :not(:first-child) > tr,
.nb-light .nb-table-divider > tr:not(:first-child),
.nb-offcanvas-bar .nb-table-divider > :first-child > tr:not(:first-child),
.nb-offcanvas-bar .nb-table-divider > :not(:first-child) > tr,
.nb-offcanvas-bar .nb-table-divider > tr:not(:first-child),
.nb-overlay-primary .nb-table-divider > :first-child > tr:not(:first-child),
.nb-overlay-primary .nb-table-divider > :not(:first-child) > tr,
.nb-overlay-primary .nb-table-divider > tr:not(:first-child),
.nb-section-primary:not(.nb-preserve-color) .nb-table-divider > :first-child > tr:not(:first-child),
.nb-section-primary:not(.nb-preserve-color) .nb-table-divider > :not(:first-child) > tr,
.nb-section-primary:not(.nb-preserve-color) .nb-table-divider > tr:not(:first-child),
.nb-section-secondary:not(.nb-preserve-color) .nb-table-divider > :first-child > tr:not(:first-child),
.nb-section-secondary:not(.nb-preserve-color) .nb-table-divider > :not(:first-child) > tr,
.nb-section-secondary:not(.nb-preserve-color) .nb-table-divider > tr:not(:first-child),
.nb-tile-primary:not(.nb-preserve-color) .nb-table-divider > :first-child > tr:not(:first-child),
.nb-tile-primary:not(.nb-preserve-color) .nb-table-divider > :not(:first-child) > tr,
.nb-tile-primary:not(.nb-preserve-color) .nb-table-divider > tr:not(:first-child),
.nb-tile-secondary:not(.nb-preserve-color) .nb-table-divider > :first-child > tr:not(:first-child),
.nb-tile-secondary:not(.nb-preserve-color) .nb-table-divider > :not(:first-child) > tr,
.nb-tile-secondary:not(.nb-preserve-color) .nb-table-divider > tr:not(:first-child) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-table-striped tbody tr:nth-of-type(odd),
.nb-card-primary.nb-card-body .nb-table-striped > tr:nth-of-type(odd),
.nb-card-primary > :not([class*=nb-card-media]) .nb-table-striped tbody tr:nth-of-type(odd),
.nb-card-primary > :not([class*=nb-card-media]) .nb-table-striped > tr:nth-of-type(odd),
.nb-card-secondary.nb-card-body .nb-table-striped tbody tr:nth-of-type(odd),
.nb-card-secondary.nb-card-body .nb-table-striped > tr:nth-of-type(odd),
.nb-card-secondary > :not([class*=nb-card-media]) .nb-table-striped tbody tr:nth-of-type(odd),
.nb-card-secondary > :not([class*=nb-card-media]) .nb-table-striped > tr:nth-of-type(odd),
.nb-light .nb-table-striped tbody tr:nth-of-type(odd),
.nb-light .nb-table-striped > tr:nth-of-type(odd),
.nb-offcanvas-bar .nb-table-striped tbody tr:nth-of-type(odd),
.nb-offcanvas-bar .nb-table-striped > tr:nth-of-type(odd),
.nb-overlay-primary .nb-table-striped tbody tr:nth-of-type(odd),
.nb-overlay-primary .nb-table-striped > tr:nth-of-type(odd),
.nb-section-primary:not(.nb-preserve-color) .nb-table-striped tbody tr:nth-of-type(odd),
.nb-section-primary:not(.nb-preserve-color) .nb-table-striped > tr:nth-of-type(odd),
.nb-section-secondary:not(.nb-preserve-color) .nb-table-striped tbody tr:nth-of-type(odd),
.nb-section-secondary:not(.nb-preserve-color) .nb-table-striped > tr:nth-of-type(odd),
.nb-tile-primary:not(.nb-preserve-color) .nb-table-striped tbody tr:nth-of-type(odd),
.nb-tile-primary:not(.nb-preserve-color) .nb-table-striped > tr:nth-of-type(odd),
.nb-tile-secondary:not(.nb-preserve-color) .nb-table-striped tbody tr:nth-of-type(odd),
.nb-tile-secondary:not(.nb-preserve-color) .nb-table-striped > tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-table-hover tbody tr:hover,
.nb-card-primary.nb-card-body .nb-table-hover > tr:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-table-hover tbody tr:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-table-hover > tr:hover,
.nb-card-secondary.nb-card-body .nb-table-hover tbody tr:hover,
.nb-card-secondary.nb-card-body .nb-table-hover > tr:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-table-hover tbody tr:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-table-hover > tr:hover,
.nb-light .nb-table-hover tbody tr:hover,
.nb-light .nb-table-hover > tr:hover,
.nb-offcanvas-bar .nb-table-hover tbody tr:hover,
.nb-offcanvas-bar .nb-table-hover > tr:hover,
.nb-overlay-primary .nb-table-hover tbody tr:hover,
.nb-overlay-primary .nb-table-hover > tr:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-table-hover tbody tr:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-table-hover > tr:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-table-hover tbody tr:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-table-hover > tr:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-table-hover tbody tr:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-table-hover > tr:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-table-hover tbody tr:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-table-hover > tr:hover {
  background: rgba(255, 255, 255, 0.08);
}

.nb-card-primary.nb-card-body .nb-icon-link,
.nb-card-primary > :not([class*=nb-card-media]) .nb-icon-link,
.nb-card-secondary.nb-card-body .nb-icon-link,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-icon-link,
.nb-light .nb-icon-link,
.nb-offcanvas-bar .nb-icon-link,
.nb-overlay-primary .nb-icon-link,
.nb-section-primary:not(.nb-preserve-color) .nb-icon-link,
.nb-section-secondary:not(.nb-preserve-color) .nb-icon-link,
.nb-tile-primary:not(.nb-preserve-color) .nb-icon-link,
.nb-tile-secondary:not(.nb-preserve-color) .nb-icon-link {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-icon-link:focus,
.nb-card-primary.nb-card-body .nb-icon-link:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-icon-link:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-icon-link:hover,
.nb-card-secondary.nb-card-body .nb-icon-link:focus,
.nb-card-secondary.nb-card-body .nb-icon-link:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-icon-link:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-icon-link:hover,
.nb-light .nb-icon-link:focus,
.nb-light .nb-icon-link:hover,
.nb-offcanvas-bar .nb-icon-link:focus,
.nb-offcanvas-bar .nb-icon-link:hover,
.nb-overlay-primary .nb-icon-link:focus,
.nb-overlay-primary .nb-icon-link:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-icon-link:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-icon-link:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-icon-link:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-icon-link:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-icon-link:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-icon-link:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-icon-link:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-icon-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-active > .nb-icon-link,
.nb-card-primary.nb-card-body .nb-icon-link:active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-active > .nb-icon-link,
.nb-card-primary > :not([class*=nb-card-media]) .nb-icon-link:active,
.nb-card-secondary.nb-card-body .nb-active > .nb-icon-link,
.nb-card-secondary.nb-card-body .nb-icon-link:active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-active > .nb-icon-link,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-icon-link:active,
.nb-light .nb-active > .nb-icon-link,
.nb-light .nb-icon-link:active,
.nb-offcanvas-bar .nb-active > .nb-icon-link,
.nb-offcanvas-bar .nb-icon-link:active,
.nb-overlay-primary .nb-active > .nb-icon-link,
.nb-overlay-primary .nb-icon-link:active,
.nb-section-primary:not(.nb-preserve-color) .nb-active > .nb-icon-link,
.nb-section-primary:not(.nb-preserve-color) .nb-icon-link:active,
.nb-section-secondary:not(.nb-preserve-color) .nb-active > .nb-icon-link,
.nb-section-secondary:not(.nb-preserve-color) .nb-icon-link:active,
.nb-tile-primary:not(.nb-preserve-color) .nb-active > .nb-icon-link,
.nb-tile-primary:not(.nb-preserve-color) .nb-icon-link:active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-active > .nb-icon-link,
.nb-tile-secondary:not(.nb-preserve-color) .nb-icon-link:active {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-icon-button,
.nb-card-primary > :not([class*=nb-card-media]) .nb-icon-button,
.nb-card-secondary.nb-card-body .nb-icon-button,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-icon-button,
.nb-light .nb-icon-button,
.nb-offcanvas-bar .nb-icon-button,
.nb-overlay-primary .nb-icon-button,
.nb-section-primary:not(.nb-preserve-color) .nb-icon-button,
.nb-section-secondary:not(.nb-preserve-color) .nb-icon-button,
.nb-tile-primary:not(.nb-preserve-color) .nb-icon-button,
.nb-tile-secondary:not(.nb-preserve-color) .nb-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-icon-button:focus,
.nb-card-primary.nb-card-body .nb-icon-button:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-icon-button:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-icon-button:hover,
.nb-card-secondary.nb-card-body .nb-icon-button:focus,
.nb-card-secondary.nb-card-body .nb-icon-button:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-icon-button:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-icon-button:hover,
.nb-light .nb-icon-button:focus,
.nb-light .nb-icon-button:hover,
.nb-offcanvas-bar .nb-icon-button:focus,
.nb-offcanvas-bar .nb-icon-button:hover,
.nb-overlay-primary .nb-icon-button:focus,
.nb-overlay-primary .nb-icon-button:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-icon-button:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-icon-button:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-icon-button:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-icon-button:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-icon-button:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-icon-button:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-icon-button:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-icon-button:hover {
  background-color: rgba(242, 242, 242, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-icon-button:active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-icon-button:active,
.nb-card-secondary.nb-card-body .nb-icon-button:active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-icon-button:active,
.nb-light .nb-icon-button:active,
.nb-offcanvas-bar .nb-icon-button:active,
.nb-overlay-primary .nb-icon-button:active,
.nb-section-primary:not(.nb-preserve-color) .nb-icon-button:active,
.nb-section-secondary:not(.nb-preserve-color) .nb-icon-button:active,
.nb-tile-primary:not(.nb-preserve-color) .nb-icon-button:active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-input,
.nb-card-primary.nb-card-body .nb-select,
.nb-card-primary.nb-card-body .nb-textarea,
.nb-card-primary > :not([class*=nb-card-media]) .nb-input,
.nb-card-primary > :not([class*=nb-card-media]) .nb-select,
.nb-card-primary > :not([class*=nb-card-media]) .nb-textarea,
.nb-card-secondary.nb-card-body .nb-input,
.nb-card-secondary.nb-card-body .nb-select,
.nb-card-secondary.nb-card-body .nb-textarea,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-input,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-select,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-textarea,
.nb-light .nb-input,
.nb-light .nb-select,
.nb-light .nb-textarea,
.nb-offcanvas-bar .nb-input,
.nb-offcanvas-bar .nb-select,
.nb-offcanvas-bar .nb-textarea,
.nb-overlay-primary .nb-input,
.nb-overlay-primary .nb-select,
.nb-overlay-primary .nb-textarea,
.nb-section-primary:not(.nb-preserve-color) .nb-input,
.nb-section-primary:not(.nb-preserve-color) .nb-select,
.nb-section-primary:not(.nb-preserve-color) .nb-textarea,
.nb-section-secondary:not(.nb-preserve-color) .nb-input,
.nb-section-secondary:not(.nb-preserve-color) .nb-select,
.nb-section-secondary:not(.nb-preserve-color) .nb-textarea,
.nb-tile-primary:not(.nb-preserve-color) .nb-input,
.nb-tile-primary:not(.nb-preserve-color) .nb-select,
.nb-tile-primary:not(.nb-preserve-color) .nb-textarea,
.nb-tile-secondary:not(.nb-preserve-color) .nb-input,
.nb-tile-secondary:not(.nb-preserve-color) .nb-select,
.nb-tile-secondary:not(.nb-preserve-color) .nb-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-input:focus,
.nb-card-primary.nb-card-body .nb-select:focus,
.nb-card-primary.nb-card-body .nb-textarea:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-input:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-select:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-textarea:focus,
.nb-card-secondary.nb-card-body .nb-input:focus,
.nb-card-secondary.nb-card-body .nb-select:focus,
.nb-card-secondary.nb-card-body .nb-textarea:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-input:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-select:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-textarea:focus,
.nb-light .nb-input:focus,
.nb-light .nb-select:focus,
.nb-light .nb-textarea:focus,
.nb-offcanvas-bar .nb-input:focus,
.nb-offcanvas-bar .nb-select:focus,
.nb-offcanvas-bar .nb-textarea:focus,
.nb-overlay-primary .nb-input:focus,
.nb-overlay-primary .nb-select:focus,
.nb-overlay-primary .nb-textarea:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-input:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-select:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-textarea:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-input:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-select:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-textarea:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-input:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-select:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-textarea:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-input:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-select:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-input::-ms-input-placeholder,
.nb-card-primary > :not([class*=nb-card-media]) .nb-input::-ms-input-placeholder,
.nb-card-secondary.nb-card-body .nb-input::-ms-input-placeholder,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-input::-ms-input-placeholder,
.nb-light .nb-input::-ms-input-placeholder,
.nb-offcanvas-bar .nb-input::-ms-input-placeholder,
.nb-overlay-primary .nb-input::-ms-input-placeholder,
.nb-section-primary:not(.nb-preserve-color) .nb-input::-ms-input-placeholder,
.nb-section-secondary:not(.nb-preserve-color) .nb-input::-ms-input-placeholder,
.nb-tile-primary:not(.nb-preserve-color) .nb-input::-ms-input-placeholder,
.nb-tile-secondary:not(.nb-preserve-color) .nb-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.nb-card-primary.nb-card-body .nb-input::-webkit-input-placeholder,
.nb-card-primary > :not([class*=nb-card-media]) .nb-input::-webkit-input-placeholder,
.nb-card-secondary.nb-card-body .nb-input::-webkit-input-placeholder,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-input::-webkit-input-placeholder,
.nb-light .nb-input::-webkit-input-placeholder,
.nb-offcanvas-bar .nb-input::-webkit-input-placeholder,
.nb-overlay-primary .nb-input::-webkit-input-placeholder,
.nb-section-primary:not(.nb-preserve-color) .nb-input::-webkit-input-placeholder,
.nb-section-secondary:not(.nb-preserve-color) .nb-input::-webkit-input-placeholder,
.nb-tile-primary:not(.nb-preserve-color) .nb-input::-webkit-input-placeholder,
.nb-tile-secondary:not(.nb-preserve-color) .nb-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-input:-ms-input-placeholder,
.nb-card-primary > :not([class*=nb-card-media]) .nb-input:-ms-input-placeholder,
.nb-card-secondary.nb-card-body .nb-input:-ms-input-placeholder,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-input:-ms-input-placeholder,
.nb-light .nb-input:-ms-input-placeholder,
.nb-offcanvas-bar .nb-input:-ms-input-placeholder,
.nb-overlay-primary .nb-input:-ms-input-placeholder,
.nb-section-primary:not(.nb-preserve-color) .nb-input:-ms-input-placeholder,
.nb-section-secondary:not(.nb-preserve-color) .nb-input:-ms-input-placeholder,
.nb-tile-primary:not(.nb-preserve-color) .nb-input:-ms-input-placeholder,
.nb-tile-secondary:not(.nb-preserve-color) .nb-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-input::placeholder,
.nb-card-primary > :not([class*=nb-card-media]) .nb-input::placeholder,
.nb-card-secondary.nb-card-body .nb-input::placeholder,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-input::placeholder,
.nb-light .nb-input::placeholder,
.nb-offcanvas-bar .nb-input::placeholder,
.nb-overlay-primary .nb-input::placeholder,
.nb-section-primary:not(.nb-preserve-color) .nb-input::placeholder,
.nb-section-secondary:not(.nb-preserve-color) .nb-input::placeholder,
.nb-tile-primary:not(.nb-preserve-color) .nb-input::placeholder,
.nb-tile-secondary:not(.nb-preserve-color) .nb-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-textarea::-ms-input-placeholder,
.nb-card-primary > :not([class*=nb-card-media]) .nb-textarea::-ms-input-placeholder,
.nb-card-secondary.nb-card-body .nb-textarea::-ms-input-placeholder,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-textarea::-ms-input-placeholder,
.nb-light .nb-textarea::-ms-input-placeholder,
.nb-offcanvas-bar .nb-textarea::-ms-input-placeholder,
.nb-overlay-primary .nb-textarea::-ms-input-placeholder,
.nb-section-primary:not(.nb-preserve-color) .nb-textarea::-ms-input-placeholder,
.nb-section-secondary:not(.nb-preserve-color) .nb-textarea::-ms-input-placeholder,
.nb-tile-primary:not(.nb-preserve-color) .nb-textarea::-ms-input-placeholder,
.nb-tile-secondary:not(.nb-preserve-color) .nb-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.nb-card-primary.nb-card-body .nb-textarea::-webkit-input-placeholder,
.nb-card-primary > :not([class*=nb-card-media]) .nb-textarea::-webkit-input-placeholder,
.nb-card-secondary.nb-card-body .nb-textarea::-webkit-input-placeholder,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-textarea::-webkit-input-placeholder,
.nb-light .nb-textarea::-webkit-input-placeholder,
.nb-offcanvas-bar .nb-textarea::-webkit-input-placeholder,
.nb-overlay-primary .nb-textarea::-webkit-input-placeholder,
.nb-section-primary:not(.nb-preserve-color) .nb-textarea::-webkit-input-placeholder,
.nb-section-secondary:not(.nb-preserve-color) .nb-textarea::-webkit-input-placeholder,
.nb-tile-primary:not(.nb-preserve-color) .nb-textarea::-webkit-input-placeholder,
.nb-tile-secondary:not(.nb-preserve-color) .nb-textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-textarea:-ms-input-placeholder,
.nb-card-primary > :not([class*=nb-card-media]) .nb-textarea:-ms-input-placeholder,
.nb-card-secondary.nb-card-body .nb-textarea:-ms-input-placeholder,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-textarea:-ms-input-placeholder,
.nb-light .nb-textarea:-ms-input-placeholder,
.nb-offcanvas-bar .nb-textarea:-ms-input-placeholder,
.nb-overlay-primary .nb-textarea:-ms-input-placeholder,
.nb-section-primary:not(.nb-preserve-color) .nb-textarea:-ms-input-placeholder,
.nb-section-secondary:not(.nb-preserve-color) .nb-textarea:-ms-input-placeholder,
.nb-tile-primary:not(.nb-preserve-color) .nb-textarea:-ms-input-placeholder,
.nb-tile-secondary:not(.nb-preserve-color) .nb-textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-textarea::placeholder,
.nb-card-primary > :not([class*=nb-card-media]) .nb-textarea::placeholder,
.nb-card-secondary.nb-card-body .nb-textarea::placeholder,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-textarea::placeholder,
.nb-light .nb-textarea::placeholder,
.nb-offcanvas-bar .nb-textarea::placeholder,
.nb-overlay-primary .nb-textarea::placeholder,
.nb-section-primary:not(.nb-preserve-color) .nb-textarea::placeholder,
.nb-section-secondary:not(.nb-preserve-color) .nb-textarea::placeholder,
.nb-tile-primary:not(.nb-preserve-color) .nb-textarea::placeholder,
.nb-tile-secondary:not(.nb-preserve-color) .nb-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-select:not([multiple]):not([size]),
.nb-card-primary > :not([class*=nb-card-media]) .nb-select:not([multiple]):not([size]),
.nb-card-secondary.nb-card-body .nb-select:not([multiple]):not([size]),
.nb-card-secondary > :not([class*=nb-card-media]) .nb-select:not([multiple]):not([size]),
.nb-light .nb-select:not([multiple]):not([size]),
.nb-offcanvas-bar .nb-select:not([multiple]):not([size]),
.nb-overlay-primary .nb-select:not([multiple]):not([size]),
.nb-section-primary:not(.nb-preserve-color) .nb-select:not([multiple]):not([size]),
.nb-section-secondary:not(.nb-preserve-color) .nb-select:not([multiple]):not([size]),
.nb-tile-primary:not(.nb-preserve-color) .nb-select:not([multiple]):not([size]),
.nb-tile-secondary:not(.nb-preserve-color) .nb-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.nb-card-primary.nb-card-body .nb-checkbox,
.nb-card-primary.nb-card-body .nb-radio,
.nb-card-primary > :not([class*=nb-card-media]) .nb-checkbox,
.nb-card-primary > :not([class*=nb-card-media]) .nb-radio,
.nb-card-secondary.nb-card-body .nb-checkbox,
.nb-card-secondary.nb-card-body .nb-radio,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-checkbox,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-radio,
.nb-light .nb-checkbox,
.nb-light .nb-radio,
.nb-offcanvas-bar .nb-checkbox,
.nb-offcanvas-bar .nb-radio,
.nb-overlay-primary .nb-checkbox,
.nb-overlay-primary .nb-radio,
.nb-section-primary:not(.nb-preserve-color) .nb-checkbox,
.nb-section-primary:not(.nb-preserve-color) .nb-radio,
.nb-section-secondary:not(.nb-preserve-color) .nb-checkbox,
.nb-section-secondary:not(.nb-preserve-color) .nb-radio,
.nb-tile-primary:not(.nb-preserve-color) .nb-checkbox,
.nb-tile-primary:not(.nb-preserve-color) .nb-radio,
.nb-tile-secondary:not(.nb-preserve-color) .nb-checkbox,
.nb-tile-secondary:not(.nb-preserve-color) .nb-radio {
  background-color: rgba(242, 242, 242, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-checkbox:focus,
.nb-card-primary.nb-card-body .nb-radio:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-checkbox:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-radio:focus,
.nb-card-secondary.nb-card-body .nb-checkbox:focus,
.nb-card-secondary.nb-card-body .nb-radio:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-checkbox:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-radio:focus,
.nb-light .nb-checkbox:focus,
.nb-light .nb-radio:focus,
.nb-offcanvas-bar .nb-checkbox:focus,
.nb-offcanvas-bar .nb-radio:focus,
.nb-overlay-primary .nb-checkbox:focus,
.nb-overlay-primary .nb-radio:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-checkbox:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-radio:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-checkbox:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-radio:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-checkbox:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-radio:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-checkbox:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-radio:focus {
  border-color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-checkbox:checked,
.nb-card-primary.nb-card-body .nb-checkbox:indeterminate,
.nb-card-primary.nb-card-body .nb-radio:checked,
.nb-card-primary > :not([class*=nb-card-media]) .nb-checkbox:checked,
.nb-card-primary > :not([class*=nb-card-media]) .nb-checkbox:indeterminate,
.nb-card-primary > :not([class*=nb-card-media]) .nb-radio:checked,
.nb-card-secondary.nb-card-body .nb-checkbox:checked,
.nb-card-secondary.nb-card-body .nb-checkbox:indeterminate,
.nb-card-secondary.nb-card-body .nb-radio:checked,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-checkbox:checked,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-checkbox:indeterminate,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-radio:checked,
.nb-light .nb-checkbox:checked,
.nb-light .nb-checkbox:indeterminate,
.nb-light .nb-radio:checked,
.nb-offcanvas-bar .nb-checkbox:checked,
.nb-offcanvas-bar .nb-checkbox:indeterminate,
.nb-offcanvas-bar .nb-radio:checked,
.nb-overlay-primary .nb-checkbox:checked,
.nb-overlay-primary .nb-checkbox:indeterminate,
.nb-overlay-primary .nb-radio:checked,
.nb-section-primary:not(.nb-preserve-color) .nb-checkbox:checked,
.nb-section-primary:not(.nb-preserve-color) .nb-checkbox:indeterminate,
.nb-section-primary:not(.nb-preserve-color) .nb-radio:checked,
.nb-section-secondary:not(.nb-preserve-color) .nb-checkbox:checked,
.nb-section-secondary:not(.nb-preserve-color) .nb-checkbox:indeterminate,
.nb-section-secondary:not(.nb-preserve-color) .nb-radio:checked,
.nb-tile-primary:not(.nb-preserve-color) .nb-checkbox:checked,
.nb-tile-primary:not(.nb-preserve-color) .nb-checkbox:indeterminate,
.nb-tile-primary:not(.nb-preserve-color) .nb-radio:checked,
.nb-tile-secondary:not(.nb-preserve-color) .nb-checkbox:checked,
.nb-tile-secondary:not(.nb-preserve-color) .nb-checkbox:indeterminate,
.nb-tile-secondary:not(.nb-preserve-color) .nb-radio:checked {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-checkbox:checked:focus,
.nb-card-primary.nb-card-body .nb-checkbox:indeterminate:focus,
.nb-card-primary.nb-card-body .nb-radio:checked:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-checkbox:checked:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-checkbox:indeterminate:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-radio:checked:focus,
.nb-card-secondary.nb-card-body .nb-checkbox:checked:focus,
.nb-card-secondary.nb-card-body .nb-checkbox:indeterminate:focus,
.nb-card-secondary.nb-card-body .nb-radio:checked:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-checkbox:checked:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-checkbox:indeterminate:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-radio:checked:focus,
.nb-light .nb-checkbox:checked:focus,
.nb-light .nb-checkbox:indeterminate:focus,
.nb-light .nb-radio:checked:focus,
.nb-offcanvas-bar .nb-checkbox:checked:focus,
.nb-offcanvas-bar .nb-checkbox:indeterminate:focus,
.nb-offcanvas-bar .nb-radio:checked:focus,
.nb-overlay-primary .nb-checkbox:checked:focus,
.nb-overlay-primary .nb-checkbox:indeterminate:focus,
.nb-overlay-primary .nb-radio:checked:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-checkbox:checked:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-checkbox:indeterminate:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-radio:checked:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-checkbox:checked:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-checkbox:indeterminate:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-radio:checked:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-checkbox:checked:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-checkbox:indeterminate:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-radio:checked:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-checkbox:checked:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-checkbox:indeterminate:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-radio:checked:focus {
  background-color: #e6e6e6;
}

.nb-card-primary.nb-card-body .nb-radio:checked,
.nb-card-primary > :not([class*=nb-card-media]) .nb-radio:checked,
.nb-card-secondary.nb-card-body .nb-radio:checked,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-radio:checked,
.nb-light .nb-radio:checked,
.nb-offcanvas-bar .nb-radio:checked,
.nb-overlay-primary .nb-radio:checked,
.nb-section-primary:not(.nb-preserve-color) .nb-radio:checked,
.nb-section-secondary:not(.nb-preserve-color) .nb-radio:checked,
.nb-tile-primary:not(.nb-preserve-color) .nb-radio:checked,
.nb-tile-secondary:not(.nb-preserve-color) .nb-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.nb-card-primary.nb-card-body .nb-checkbox:checked,
.nb-card-primary > :not([class*=nb-card-media]) .nb-checkbox:checked,
.nb-card-secondary.nb-card-body .nb-checkbox:checked,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-checkbox:checked,
.nb-light .nb-checkbox:checked,
.nb-offcanvas-bar .nb-checkbox:checked,
.nb-overlay-primary .nb-checkbox:checked,
.nb-section-primary:not(.nb-preserve-color) .nb-checkbox:checked,
.nb-section-secondary:not(.nb-preserve-color) .nb-checkbox:checked,
.nb-tile-primary:not(.nb-preserve-color) .nb-checkbox:checked,
.nb-tile-secondary:not(.nb-preserve-color) .nb-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.nb-card-primary.nb-card-body .nb-checkbox:indeterminate,
.nb-card-primary > :not([class*=nb-card-media]) .nb-checkbox:indeterminate,
.nb-card-secondary.nb-card-body .nb-checkbox:indeterminate,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-checkbox:indeterminate,
.nb-light .nb-checkbox:indeterminate,
.nb-offcanvas-bar .nb-checkbox:indeterminate,
.nb-overlay-primary .nb-checkbox:indeterminate,
.nb-section-primary:not(.nb-preserve-color) .nb-checkbox:indeterminate,
.nb-section-secondary:not(.nb-preserve-color) .nb-checkbox:indeterminate,
.nb-tile-primary:not(.nb-preserve-color) .nb-checkbox:indeterminate,
.nb-tile-secondary:not(.nb-preserve-color) .nb-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.nb-card-primary.nb-card-body .nb-form-label,
.nb-card-primary > :not([class*=nb-card-media]) .nb-form-label,
.nb-card-secondary.nb-card-body .nb-form-label,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-form-label,
.nb-light .nb-form-label,
.nb-offcanvas-bar .nb-form-label,
.nb-overlay-primary .nb-form-label,
.nb-section-primary:not(.nb-preserve-color) .nb-form-label,
.nb-section-secondary:not(.nb-preserve-color) .nb-form-label,
.nb-tile-primary:not(.nb-preserve-color) .nb-form-label,
.nb-tile-secondary:not(.nb-preserve-color) .nb-form-label {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-form-icon,
.nb-card-primary > :not([class*=nb-card-media]) .nb-form-icon,
.nb-card-secondary.nb-card-body .nb-form-icon,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-form-icon,
.nb-light .nb-form-icon,
.nb-offcanvas-bar .nb-form-icon,
.nb-overlay-primary .nb-form-icon,
.nb-section-primary:not(.nb-preserve-color) .nb-form-icon,
.nb-section-secondary:not(.nb-preserve-color) .nb-form-icon,
.nb-tile-primary:not(.nb-preserve-color) .nb-form-icon,
.nb-tile-secondary:not(.nb-preserve-color) .nb-form-icon {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-form-icon:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-form-icon:hover,
.nb-card-secondary.nb-card-body .nb-form-icon:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-form-icon:hover,
.nb-light .nb-form-icon:hover,
.nb-offcanvas-bar .nb-form-icon:hover,
.nb-overlay-primary .nb-form-icon:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-form-icon:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-form-icon:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-form-icon:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-button-default,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-default,
.nb-card-secondary.nb-card-body .nb-button-default,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-default,
.nb-light .nb-button-default,
.nb-offcanvas-bar .nb-button-default,
.nb-overlay-primary .nb-button-default,
.nb-section-primary:not(.nb-preserve-color) .nb-button-default,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-default,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-default,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-button-default:focus,
.nb-card-primary.nb-card-body .nb-button-default:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-default:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-default:hover,
.nb-card-secondary.nb-card-body .nb-button-default:focus,
.nb-card-secondary.nb-card-body .nb-button-default:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-default:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-default:hover,
.nb-light .nb-button-default:focus,
.nb-light .nb-button-default:hover,
.nb-offcanvas-bar .nb-button-default:focus,
.nb-offcanvas-bar .nb-button-default:hover,
.nb-overlay-primary .nb-button-default:focus,
.nb-overlay-primary .nb-button-default:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-button-default:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-button-default:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-default:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-default:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-default:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-default:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-default:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-default:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.nb-card-primary.nb-card-body .nb-button-default.nb-active,
.nb-card-primary.nb-card-body .nb-button-default:active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-default.nb-active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-default:active,
.nb-card-secondary.nb-card-body .nb-button-default.nb-active,
.nb-card-secondary.nb-card-body .nb-button-default:active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-default.nb-active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-default:active,
.nb-light .nb-button-default.nb-active,
.nb-light .nb-button-default:active,
.nb-offcanvas-bar .nb-button-default.nb-active,
.nb-offcanvas-bar .nb-button-default:active,
.nb-overlay-primary .nb-button-default.nb-active,
.nb-overlay-primary .nb-button-default:active,
.nb-section-primary:not(.nb-preserve-color) .nb-button-default.nb-active,
.nb-section-primary:not(.nb-preserve-color) .nb-button-default:active,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-default.nb-active,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-default:active,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-default.nb-active,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-default:active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-default.nb-active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-default:active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.nb-card-primary.nb-card-body .nb-button-primary,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-primary,
.nb-card-secondary.nb-card-body .nb-button-primary,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-primary,
.nb-light .nb-button-primary,
.nb-offcanvas-bar .nb-button-primary,
.nb-overlay-primary .nb-button-primary,
.nb-section-primary:not(.nb-preserve-color) .nb-button-primary,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-primary,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-primary,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-primary {
  background-color: #fff;
  color: #666;
}

.nb-card-primary.nb-card-body .nb-button-primary:focus,
.nb-card-primary.nb-card-body .nb-button-primary:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-primary:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-primary:hover,
.nb-card-secondary.nb-card-body .nb-button-primary:focus,
.nb-card-secondary.nb-card-body .nb-button-primary:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-primary:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-primary:hover,
.nb-light .nb-button-primary:focus,
.nb-light .nb-button-primary:hover,
.nb-offcanvas-bar .nb-button-primary:focus,
.nb-offcanvas-bar .nb-button-primary:hover,
.nb-overlay-primary .nb-button-primary:focus,
.nb-overlay-primary .nb-button-primary:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-button-primary:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-button-primary:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-primary:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-primary:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-primary:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-primary:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-primary:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-primary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.nb-card-primary.nb-card-body .nb-button-primary.nb-active,
.nb-card-primary.nb-card-body .nb-button-primary:active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-primary.nb-active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-primary:active,
.nb-card-secondary.nb-card-body .nb-button-primary.nb-active,
.nb-card-secondary.nb-card-body .nb-button-primary:active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-primary.nb-active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-primary:active,
.nb-light .nb-button-primary.nb-active,
.nb-light .nb-button-primary:active,
.nb-offcanvas-bar .nb-button-primary.nb-active,
.nb-offcanvas-bar .nb-button-primary:active,
.nb-overlay-primary .nb-button-primary.nb-active,
.nb-overlay-primary .nb-button-primary:active,
.nb-section-primary:not(.nb-preserve-color) .nb-button-primary.nb-active,
.nb-section-primary:not(.nb-preserve-color) .nb-button-primary:active,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-primary.nb-active,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-primary:active,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-primary.nb-active,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-primary:active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-primary.nb-active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-primary:active {
  background-color: #e6e6e6;
  color: #666;
}

.nb-card-primary.nb-card-body .nb-button-secondary,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-secondary,
.nb-card-secondary.nb-card-body .nb-button-secondary,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-secondary,
.nb-light .nb-button-secondary,
.nb-offcanvas-bar .nb-button-secondary,
.nb-overlay-primary .nb-button-secondary,
.nb-section-primary:not(.nb-preserve-color) .nb-button-secondary,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-secondary,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-secondary,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-secondary {
  background-color: #fff;
  color: #666;
}

.nb-card-primary.nb-card-body .nb-button-secondary:focus,
.nb-card-primary.nb-card-body .nb-button-secondary:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-secondary:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-secondary:hover,
.nb-card-secondary.nb-card-body .nb-button-secondary:focus,
.nb-card-secondary.nb-card-body .nb-button-secondary:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-secondary:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-secondary:hover,
.nb-light .nb-button-secondary:focus,
.nb-light .nb-button-secondary:hover,
.nb-offcanvas-bar .nb-button-secondary:focus,
.nb-offcanvas-bar .nb-button-secondary:hover,
.nb-overlay-primary .nb-button-secondary:focus,
.nb-overlay-primary .nb-button-secondary:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-button-secondary:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-button-secondary:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-secondary:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-secondary:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-secondary:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-secondary:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-secondary:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-secondary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.nb-card-primary.nb-card-body .nb-button-secondary.nb-active,
.nb-card-primary.nb-card-body .nb-button-secondary:active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-secondary.nb-active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-secondary:active,
.nb-card-secondary.nb-card-body .nb-button-secondary.nb-active,
.nb-card-secondary.nb-card-body .nb-button-secondary:active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-secondary.nb-active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-secondary:active,
.nb-light .nb-button-secondary.nb-active,
.nb-light .nb-button-secondary:active,
.nb-offcanvas-bar .nb-button-secondary.nb-active,
.nb-offcanvas-bar .nb-button-secondary:active,
.nb-overlay-primary .nb-button-secondary.nb-active,
.nb-overlay-primary .nb-button-secondary:active,
.nb-section-primary:not(.nb-preserve-color) .nb-button-secondary.nb-active,
.nb-section-primary:not(.nb-preserve-color) .nb-button-secondary:active,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-secondary.nb-active,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-secondary:active,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-secondary.nb-active,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-secondary:active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-secondary.nb-active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-secondary:active {
  background-color: #e6e6e6;
  color: #666;
}

.nb-card-primary.nb-card-body .nb-button-text,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-text,
.nb-card-secondary.nb-card-body .nb-button-text,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-text,
.nb-light .nb-button-text,
.nb-offcanvas-bar .nb-button-text,
.nb-overlay-primary .nb-button-text,
.nb-section-primary:not(.nb-preserve-color) .nb-button-text,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-text,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-text,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-text {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-button-text::before,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-text::before,
.nb-card-secondary.nb-card-body .nb-button-text::before,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-text::before,
.nb-light .nb-button-text::before,
.nb-offcanvas-bar .nb-button-text::before,
.nb-overlay-primary .nb-button-text::before,
.nb-section-primary:not(.nb-preserve-color) .nb-button-text::before,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-text::before,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-text::before,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-text::before {
  border-bottom-color: #fff;
}

.nb-card-primary.nb-card-body .nb-button-text:focus,
.nb-card-primary.nb-card-body .nb-button-text:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-text:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-text:hover,
.nb-card-secondary.nb-card-body .nb-button-text:focus,
.nb-card-secondary.nb-card-body .nb-button-text:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-text:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-text:hover,
.nb-light .nb-button-text:focus,
.nb-light .nb-button-text:hover,
.nb-offcanvas-bar .nb-button-text:focus,
.nb-offcanvas-bar .nb-button-text:hover,
.nb-overlay-primary .nb-button-text:focus,
.nb-overlay-primary .nb-button-text:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-button-text:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-button-text:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-text:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-text:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-text:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-text:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-text:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-text:hover {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-button-text:disabled,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-text:disabled,
.nb-card-secondary.nb-card-body .nb-button-text:disabled,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-text:disabled,
.nb-light .nb-button-text:disabled,
.nb-offcanvas-bar .nb-button-text:disabled,
.nb-overlay-primary .nb-button-text:disabled,
.nb-section-primary:not(.nb-preserve-color) .nb-button-text:disabled,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-text:disabled,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-text:disabled,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-button-link,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-link,
.nb-card-secondary.nb-card-body .nb-button-link,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-link,
.nb-light .nb-button-link,
.nb-offcanvas-bar .nb-button-link,
.nb-overlay-primary .nb-button-link,
.nb-section-primary:not(.nb-preserve-color) .nb-button-link,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-link,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-link,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-link {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-button-link:focus,
.nb-card-primary.nb-card-body .nb-button-link:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-link:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-button-link:hover,
.nb-card-secondary.nb-card-body .nb-button-link:focus,
.nb-card-secondary.nb-card-body .nb-button-link:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-link:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-button-link:hover,
.nb-light .nb-button-link:focus,
.nb-light .nb-button-link:hover,
.nb-offcanvas-bar .nb-button-link:focus,
.nb-offcanvas-bar .nb-button-link:hover,
.nb-overlay-primary .nb-button-link:focus,
.nb-overlay-primary .nb-button-link:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-button-link:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-button-link:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-link:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-button-link:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-link:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-button-link:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-link:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-button-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-grid-divider > :not(.nb-first-column)::before,
.nb-card-primary > :not([class*=nb-card-media]) .nb-grid-divider > :not(.nb-first-column)::before,
.nb-card-secondary.nb-card-body .nb-grid-divider > :not(.nb-first-column)::before,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-grid-divider > :not(.nb-first-column)::before,
.nb-light .nb-grid-divider > :not(.nb-first-column)::before,
.nb-offcanvas-bar .nb-grid-divider > :not(.nb-first-column)::before,
.nb-overlay-primary .nb-grid-divider > :not(.nb-first-column)::before,
.nb-section-primary:not(.nb-preserve-color) .nb-grid-divider > :not(.nb-first-column)::before,
.nb-section-secondary:not(.nb-preserve-color) .nb-grid-divider > :not(.nb-first-column)::before,
.nb-tile-primary:not(.nb-preserve-color) .nb-grid-divider > :not(.nb-first-column)::before,
.nb-tile-secondary:not(.nb-preserve-color) .nb-grid-divider > :not(.nb-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-grid-divider.nb-grid-stack > .nb-grid-margin::before,
.nb-card-primary > :not([class*=nb-card-media]) .nb-grid-divider.nb-grid-stack > .nb-grid-margin::before,
.nb-card-secondary.nb-card-body .nb-grid-divider.nb-grid-stack > .nb-grid-margin::before,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-grid-divider.nb-grid-stack > .nb-grid-margin::before,
.nb-light .nb-grid-divider.nb-grid-stack > .nb-grid-margin::before,
.nb-offcanvas-bar .nb-grid-divider.nb-grid-stack > .nb-grid-margin::before,
.nb-overlay-primary .nb-grid-divider.nb-grid-stack > .nb-grid-margin::before,
.nb-section-primary:not(.nb-preserve-color) .nb-grid-divider.nb-grid-stack > .nb-grid-margin::before,
.nb-section-secondary:not(.nb-preserve-color) .nb-grid-divider.nb-grid-stack > .nb-grid-margin::before,
.nb-tile-primary:not(.nb-preserve-color) .nb-grid-divider.nb-grid-stack > .nb-grid-margin::before,
.nb-tile-secondary:not(.nb-preserve-color) .nb-grid-divider.nb-grid-stack > .nb-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-close,
.nb-card-primary > :not([class*=nb-card-media]) .nb-close,
.nb-card-secondary.nb-card-body .nb-close,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-close,
.nb-light .nb-close,
.nb-offcanvas-bar .nb-close,
.nb-overlay-primary .nb-close,
.nb-section-primary:not(.nb-preserve-color) .nb-close,
.nb-section-secondary:not(.nb-preserve-color) .nb-close,
.nb-tile-primary:not(.nb-preserve-color) .nb-close,
.nb-tile-secondary:not(.nb-preserve-color) .nb-close {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-close:focus,
.nb-card-primary.nb-card-body .nb-close:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-close:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-close:hover,
.nb-card-secondary.nb-card-body .nb-close:focus,
.nb-card-secondary.nb-card-body .nb-close:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-close:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-close:hover,
.nb-light .nb-close:focus,
.nb-light .nb-close:hover,
.nb-offcanvas-bar .nb-close:focus,
.nb-offcanvas-bar .nb-close:hover,
.nb-overlay-primary .nb-close:focus,
.nb-overlay-primary .nb-close:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-close:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-close:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-close:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-close:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-close:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-close:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-close:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-close:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-totop,
.nb-card-primary > :not([class*=nb-card-media]) .nb-totop,
.nb-card-secondary.nb-card-body .nb-totop,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-totop,
.nb-light .nb-totop,
.nb-offcanvas-bar .nb-totop,
.nb-overlay-primary .nb-totop,
.nb-section-primary:not(.nb-preserve-color) .nb-totop,
.nb-section-secondary:not(.nb-preserve-color) .nb-totop,
.nb-tile-primary:not(.nb-preserve-color) .nb-totop,
.nb-tile-secondary:not(.nb-preserve-color) .nb-totop {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-totop:focus,
.nb-card-primary.nb-card-body .nb-totop:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-totop:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-totop:hover,
.nb-card-secondary.nb-card-body .nb-totop:focus,
.nb-card-secondary.nb-card-body .nb-totop:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-totop:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-totop:hover,
.nb-light .nb-totop:focus,
.nb-light .nb-totop:hover,
.nb-offcanvas-bar .nb-totop:focus,
.nb-offcanvas-bar .nb-totop:hover,
.nb-overlay-primary .nb-totop:focus,
.nb-overlay-primary .nb-totop:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-totop:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-totop:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-totop:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-totop:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-totop:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-totop:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-totop:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-totop:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-totop:active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-totop:active,
.nb-card-secondary.nb-card-body .nb-totop:active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-totop:active,
.nb-light .nb-totop:active,
.nb-offcanvas-bar .nb-totop:active,
.nb-overlay-primary .nb-totop:active,
.nb-section-primary:not(.nb-preserve-color) .nb-totop:active,
.nb-section-secondary:not(.nb-preserve-color) .nb-totop:active,
.nb-tile-primary:not(.nb-preserve-color) .nb-totop:active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-totop:active {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-marker,
.nb-card-primary > :not([class*=nb-card-media]) .nb-marker,
.nb-card-secondary.nb-card-body .nb-marker,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-marker,
.nb-light .nb-marker,
.nb-offcanvas-bar .nb-marker,
.nb-overlay-primary .nb-marker,
.nb-section-primary:not(.nb-preserve-color) .nb-marker,
.nb-section-secondary:not(.nb-preserve-color) .nb-marker,
.nb-tile-primary:not(.nb-preserve-color) .nb-marker,
.nb-tile-secondary:not(.nb-preserve-color) .nb-marker {
  background: #f8f8f8;
  color: #666;
}

.nb-card-primary.nb-card-body .nb-marker:focus,
.nb-card-primary.nb-card-body .nb-marker:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-marker:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-marker:hover,
.nb-card-secondary.nb-card-body .nb-marker:focus,
.nb-card-secondary.nb-card-body .nb-marker:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-marker:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-marker:hover,
.nb-light .nb-marker:focus,
.nb-light .nb-marker:hover,
.nb-offcanvas-bar .nb-marker:focus,
.nb-offcanvas-bar .nb-marker:hover,
.nb-overlay-primary .nb-marker:focus,
.nb-overlay-primary .nb-marker:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-marker:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-marker:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-marker:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-marker:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-marker:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-marker:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-marker:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-marker:hover {
  color: #666;
}

.nb-card-primary.nb-card-body .nb-badge,
.nb-card-primary > :not([class*=nb-card-media]) .nb-badge,
.nb-card-secondary.nb-card-body .nb-badge,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-badge,
.nb-light .nb-badge,
.nb-offcanvas-bar .nb-badge,
.nb-overlay-primary .nb-badge,
.nb-section-primary:not(.nb-preserve-color) .nb-badge,
.nb-section-secondary:not(.nb-preserve-color) .nb-badge,
.nb-tile-primary:not(.nb-preserve-color) .nb-badge,
.nb-tile-secondary:not(.nb-preserve-color) .nb-badge {
  background-color: #fff;
  color: #666;
}

.nb-card-primary.nb-card-body .nb-badge:focus,
.nb-card-primary.nb-card-body .nb-badge:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-badge:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-badge:hover,
.nb-card-secondary.nb-card-body .nb-badge:focus,
.nb-card-secondary.nb-card-body .nb-badge:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-badge:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-badge:hover,
.nb-light .nb-badge:focus,
.nb-light .nb-badge:hover,
.nb-offcanvas-bar .nb-badge:focus,
.nb-offcanvas-bar .nb-badge:hover,
.nb-overlay-primary .nb-badge:focus,
.nb-overlay-primary .nb-badge:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-badge:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-badge:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-badge:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-badge:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-badge:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-badge:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-badge:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-badge:hover {
  color: #666;
}

.nb-card-primary.nb-card-body .nb-label,
.nb-card-primary > :not([class*=nb-card-media]) .nb-label,
.nb-card-secondary.nb-card-body .nb-label,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-label,
.nb-light .nb-label,
.nb-offcanvas-bar .nb-label,
.nb-overlay-primary .nb-label,
.nb-section-primary:not(.nb-preserve-color) .nb-label,
.nb-section-secondary:not(.nb-preserve-color) .nb-label,
.nb-tile-primary:not(.nb-preserve-color) .nb-label,
.nb-tile-secondary:not(.nb-preserve-color) .nb-label {
  background-color: #fff;
  color: #666;
}

.nb-card-primary.nb-card-body .nb-article-meta,
.nb-card-primary > :not([class*=nb-card-media]) .nb-article-meta,
.nb-card-secondary.nb-card-body .nb-article-meta,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-article-meta,
.nb-light .nb-article-meta,
.nb-offcanvas-bar .nb-article-meta,
.nb-overlay-primary .nb-article-meta,
.nb-section-primary:not(.nb-preserve-color) .nb-article-meta,
.nb-section-secondary:not(.nb-preserve-color) .nb-article-meta,
.nb-tile-primary:not(.nb-preserve-color) .nb-article-meta,
.nb-tile-secondary:not(.nb-preserve-color) .nb-article-meta {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-search-input,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search-input,
.nb-card-secondary.nb-card-body .nb-search-input,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search-input,
.nb-light .nb-search-input,
.nb-offcanvas-bar .nb-search-input,
.nb-overlay-primary .nb-search-input,
.nb-section-primary:not(.nb-preserve-color) .nb-search-input,
.nb-section-secondary:not(.nb-preserve-color) .nb-search-input,
.nb-tile-primary:not(.nb-preserve-color) .nb-search-input,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search-input {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-search-input:-ms-input-placeholder,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search-input:-ms-input-placeholder,
.nb-card-secondary.nb-card-body .nb-search-input:-ms-input-placeholder,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search-input:-ms-input-placeholder,
.nb-light .nb-search-input:-ms-input-placeholder,
.nb-offcanvas-bar .nb-search-input:-ms-input-placeholder,
.nb-overlay-primary .nb-search-input:-ms-input-placeholder,
.nb-section-primary:not(.nb-preserve-color) .nb-search-input:-ms-input-placeholder,
.nb-section-secondary:not(.nb-preserve-color) .nb-search-input:-ms-input-placeholder,
.nb-tile-primary:not(.nb-preserve-color) .nb-search-input:-ms-input-placeholder,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.nb-card-primary.nb-card-body .nb-search-input::-webkit-input-placeholder,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search-input::-webkit-input-placeholder,
.nb-card-secondary.nb-card-body .nb-search-input::-webkit-input-placeholder,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search-input::-webkit-input-placeholder,
.nb-light .nb-search-input::-webkit-input-placeholder,
.nb-offcanvas-bar .nb-search-input::-webkit-input-placeholder,
.nb-overlay-primary .nb-search-input::-webkit-input-placeholder,
.nb-section-primary:not(.nb-preserve-color) .nb-search-input::-webkit-input-placeholder,
.nb-section-secondary:not(.nb-preserve-color) .nb-search-input::-webkit-input-placeholder,
.nb-tile-primary:not(.nb-preserve-color) .nb-search-input::-webkit-input-placeholder,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-search-input::-ms-input-placeholder,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search-input::-ms-input-placeholder,
.nb-card-secondary.nb-card-body .nb-search-input::-ms-input-placeholder,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search-input::-ms-input-placeholder,
.nb-light .nb-search-input::-ms-input-placeholder,
.nb-offcanvas-bar .nb-search-input::-ms-input-placeholder,
.nb-overlay-primary .nb-search-input::-ms-input-placeholder,
.nb-section-primary:not(.nb-preserve-color) .nb-search-input::-ms-input-placeholder,
.nb-section-secondary:not(.nb-preserve-color) .nb-search-input::-ms-input-placeholder,
.nb-tile-primary:not(.nb-preserve-color) .nb-search-input::-ms-input-placeholder,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-search-input::placeholder,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search-input::placeholder,
.nb-card-secondary.nb-card-body .nb-search-input::placeholder,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search-input::placeholder,
.nb-light .nb-search-input::placeholder,
.nb-offcanvas-bar .nb-search-input::placeholder,
.nb-overlay-primary .nb-search-input::placeholder,
.nb-section-primary:not(.nb-preserve-color) .nb-search-input::placeholder,
.nb-section-secondary:not(.nb-preserve-color) .nb-search-input::placeholder,
.nb-tile-primary:not(.nb-preserve-color) .nb-search-input::placeholder,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-search .nb-search-icon,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search .nb-search-icon,
.nb-card-secondary.nb-card-body .nb-search .nb-search-icon,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search .nb-search-icon,
.nb-light .nb-search .nb-search-icon,
.nb-offcanvas-bar .nb-search .nb-search-icon,
.nb-overlay-primary .nb-search .nb-search-icon,
.nb-section-primary:not(.nb-preserve-color) .nb-search .nb-search-icon,
.nb-section-secondary:not(.nb-preserve-color) .nb-search .nb-search-icon,
.nb-tile-primary:not(.nb-preserve-color) .nb-search .nb-search-icon,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search .nb-search-icon {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-search .nb-search-icon:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search .nb-search-icon:hover,
.nb-card-secondary.nb-card-body .nb-search .nb-search-icon:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search .nb-search-icon:hover,
.nb-light .nb-search .nb-search-icon:hover,
.nb-offcanvas-bar .nb-search .nb-search-icon:hover,
.nb-overlay-primary .nb-search .nb-search-icon:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-search .nb-search-icon:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-search .nb-search-icon:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-search .nb-search-icon:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search .nb-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-search-default .nb-search-input,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search-default .nb-search-input,
.nb-card-secondary.nb-card-body .nb-search-default .nb-search-input,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search-default .nb-search-input,
.nb-light .nb-search-default .nb-search-input,
.nb-offcanvas-bar .nb-search-default .nb-search-input,
.nb-overlay-primary .nb-search-default .nb-search-input,
.nb-section-primary:not(.nb-preserve-color) .nb-search-default .nb-search-input,
.nb-section-secondary:not(.nb-preserve-color) .nb-search-default .nb-search-input,
.nb-tile-primary:not(.nb-preserve-color) .nb-search-default .nb-search-input,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search-default .nb-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-search-default .nb-search-input:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search-default .nb-search-input:focus,
.nb-card-secondary.nb-card-body .nb-search-default .nb-search-input:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search-default .nb-search-input:focus,
.nb-light .nb-search-default .nb-search-input:focus,
.nb-offcanvas-bar .nb-search-default .nb-search-input:focus,
.nb-overlay-primary .nb-search-default .nb-search-input:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-search-default .nb-search-input:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-search-default .nb-search-input:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-search-default .nb-search-input:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search-default .nb-search-input:focus {
  background-color: transparent;
}

.nb-card-primary.nb-card-body .nb-search-navbar .nb-search-input,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search-navbar .nb-search-input,
.nb-card-secondary.nb-card-body .nb-search-navbar .nb-search-input,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search-navbar .nb-search-input,
.nb-light .nb-search-navbar .nb-search-input,
.nb-offcanvas-bar .nb-search-navbar .nb-search-input,
.nb-overlay-primary .nb-search-navbar .nb-search-input,
.nb-section-primary:not(.nb-preserve-color) .nb-search-navbar .nb-search-input,
.nb-section-secondary:not(.nb-preserve-color) .nb-search-navbar .nb-search-input,
.nb-tile-primary:not(.nb-preserve-color) .nb-search-navbar .nb-search-input,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search-navbar .nb-search-input {
  background-color: transparent;
}

.nb-card-primary.nb-card-body .nb-search-large .nb-search-input,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search-large .nb-search-input,
.nb-card-secondary.nb-card-body .nb-search-large .nb-search-input,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search-large .nb-search-input,
.nb-light .nb-search-large .nb-search-input,
.nb-offcanvas-bar .nb-search-large .nb-search-input,
.nb-overlay-primary .nb-search-large .nb-search-input,
.nb-section-primary:not(.nb-preserve-color) .nb-search-large .nb-search-input,
.nb-section-secondary:not(.nb-preserve-color) .nb-search-large .nb-search-input,
.nb-tile-primary:not(.nb-preserve-color) .nb-search-large .nb-search-input,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search-large .nb-search-input {
  background-color: transparent;
}

.nb-card-primary.nb-card-body .nb-search-toggle,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search-toggle,
.nb-card-secondary.nb-card-body .nb-search-toggle,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search-toggle,
.nb-light .nb-search-toggle,
.nb-offcanvas-bar .nb-search-toggle,
.nb-overlay-primary .nb-search-toggle,
.nb-section-primary:not(.nb-preserve-color) .nb-search-toggle,
.nb-section-secondary:not(.nb-preserve-color) .nb-search-toggle,
.nb-tile-primary:not(.nb-preserve-color) .nb-search-toggle,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-search-toggle:focus,
.nb-card-primary.nb-card-body .nb-search-toggle:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search-toggle:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-search-toggle:hover,
.nb-card-secondary.nb-card-body .nb-search-toggle:focus,
.nb-card-secondary.nb-card-body .nb-search-toggle:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search-toggle:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-search-toggle:hover,
.nb-light .nb-search-toggle:focus,
.nb-light .nb-search-toggle:hover,
.nb-offcanvas-bar .nb-search-toggle:focus,
.nb-offcanvas-bar .nb-search-toggle:hover,
.nb-overlay-primary .nb-search-toggle:focus,
.nb-overlay-primary .nb-search-toggle:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-search-toggle:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-search-toggle:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-search-toggle:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-search-toggle:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-search-toggle:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-search-toggle:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search-toggle:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-search-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-nav-parent-icon > .nb-parent > a::after,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-parent-icon > .nb-parent > a::after,
.nb-card-secondary.nb-card-body .nb-nav-parent-icon > .nb-parent > a::after,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-parent-icon > .nb-parent > a::after,
.nb-light .nb-nav-parent-icon > .nb-parent > a::after,
.nb-offcanvas-bar .nb-nav-parent-icon > .nb-parent > a::after,
.nb-overlay-primary .nb-nav-parent-icon > .nb-parent > a::after,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-parent-icon > .nb-parent > a::after,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-parent-icon > .nb-parent > a::after,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-parent-icon > .nb-parent > a::after,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-parent-icon > .nb-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.nb-card-primary.nb-card-body .nb-nav-parent-icon > .nb-parent.nb-open > a::after,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-parent-icon > .nb-parent.nb-open > a::after,
.nb-card-secondary.nb-card-body .nb-nav-parent-icon > .nb-parent.nb-open > a::after,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-parent-icon > .nb-parent.nb-open > a::after,
.nb-light .nb-nav-parent-icon > .nb-parent.nb-open > a::after,
.nb-offcanvas-bar .nb-nav-parent-icon > .nb-parent.nb-open > a::after,
.nb-overlay-primary .nb-nav-parent-icon > .nb-parent.nb-open > a::after,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-parent-icon > .nb-parent.nb-open > a::after,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-parent-icon > .nb-parent.nb-open > a::after,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-parent-icon > .nb-parent.nb-open > a::after,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-parent-icon > .nb-parent.nb-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.nb-card-primary.nb-card-body .nb-nav-default > li > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-default > li > a,
.nb-card-secondary.nb-card-body .nb-nav-default > li > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-default > li > a,
.nb-light .nb-nav-default > li > a,
.nb-offcanvas-bar .nb-nav-default > li > a,
.nb-overlay-primary .nb-nav-default > li > a,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-default > li > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-default > li > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-default > li > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-nav-default > li > a:focus,
.nb-card-primary.nb-card-body .nb-nav-default > li > a:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-default > li > a:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-default > li > a:hover,
.nb-card-secondary.nb-card-body .nb-nav-default > li > a:focus,
.nb-card-secondary.nb-card-body .nb-nav-default > li > a:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-default > li > a:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-default > li > a:hover,
.nb-light .nb-nav-default > li > a:focus,
.nb-light .nb-nav-default > li > a:hover,
.nb-offcanvas-bar .nb-nav-default > li > a:focus,
.nb-offcanvas-bar .nb-nav-default > li > a:hover,
.nb-overlay-primary .nb-nav-default > li > a:focus,
.nb-overlay-primary .nb-nav-default > li > a:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-default > li > a:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-default > li > a:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-default > li > a:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-default > li > a:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-default > li > a:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-default > li > a:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-default > li > a:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-default > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-nav-default > li.nb-active > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-default > li.nb-active > a,
.nb-card-secondary.nb-card-body .nb-nav-default > li.nb-active > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-default > li.nb-active > a,
.nb-light .nb-nav-default > li.nb-active > a,
.nb-offcanvas-bar .nb-nav-default > li.nb-active > a,
.nb-overlay-primary .nb-nav-default > li.nb-active > a,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-default > li.nb-active > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-default > li.nb-active > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-default > li.nb-active > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-default > li.nb-active > a {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-nav-default .nb-nav-header,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-default .nb-nav-header,
.nb-card-secondary.nb-card-body .nb-nav-default .nb-nav-header,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-default .nb-nav-header,
.nb-light .nb-nav-default .nb-nav-header,
.nb-offcanvas-bar .nb-nav-default .nb-nav-header,
.nb-overlay-primary .nb-nav-default .nb-nav-header,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-default .nb-nav-header,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-default .nb-nav-header,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-default .nb-nav-header,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-default .nb-nav-header {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-nav-default .nb-nav-divider,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-default .nb-nav-divider,
.nb-card-secondary.nb-card-body .nb-nav-default .nb-nav-divider,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-default .nb-nav-divider,
.nb-light .nb-nav-default .nb-nav-divider,
.nb-offcanvas-bar .nb-nav-default .nb-nav-divider,
.nb-overlay-primary .nb-nav-default .nb-nav-divider,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-default .nb-nav-divider,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-default .nb-nav-divider,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-default .nb-nav-divider,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-default .nb-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-nav-default .nb-nav-sub a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-default .nb-nav-sub a,
.nb-card-secondary.nb-card-body .nb-nav-default .nb-nav-sub a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-default .nb-nav-sub a,
.nb-light .nb-nav-default .nb-nav-sub a,
.nb-offcanvas-bar .nb-nav-default .nb-nav-sub a,
.nb-overlay-primary .nb-nav-default .nb-nav-sub a,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub a,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub a,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-nav-default .nb-nav-sub a:focus,
.nb-card-primary.nb-card-body .nb-nav-default .nb-nav-sub a:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-default .nb-nav-sub a:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-default .nb-nav-sub a:hover,
.nb-card-secondary.nb-card-body .nb-nav-default .nb-nav-sub a:focus,
.nb-card-secondary.nb-card-body .nb-nav-default .nb-nav-sub a:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-default .nb-nav-sub a:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-default .nb-nav-sub a:hover,
.nb-light .nb-nav-default .nb-nav-sub a:focus,
.nb-light .nb-nav-default .nb-nav-sub a:hover,
.nb-offcanvas-bar .nb-nav-default .nb-nav-sub a:focus,
.nb-offcanvas-bar .nb-nav-default .nb-nav-sub a:hover,
.nb-overlay-primary .nb-nav-default .nb-nav-sub a:focus,
.nb-overlay-primary .nb-nav-default .nb-nav-sub a:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub a:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub a:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub a:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub a:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub a:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub a:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub a:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-nav-default .nb-nav-sub li.nb-active > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-default .nb-nav-sub li.nb-active > a,
.nb-card-secondary.nb-card-body .nb-nav-default .nb-nav-sub li.nb-active > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-default .nb-nav-sub li.nb-active > a,
.nb-light .nb-nav-default .nb-nav-sub li.nb-active > a,
.nb-offcanvas-bar .nb-nav-default .nb-nav-sub li.nb-active > a,
.nb-overlay-primary .nb-nav-default .nb-nav-sub li.nb-active > a,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub li.nb-active > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub li.nb-active > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub li.nb-active > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-default .nb-nav-sub li.nb-active > a {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-nav-primary > li > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-primary > li > a,
.nb-card-secondary.nb-card-body .nb-nav-primary > li > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-primary > li > a,
.nb-light .nb-nav-primary > li > a,
.nb-offcanvas-bar .nb-nav-primary > li > a,
.nb-overlay-primary .nb-nav-primary > li > a,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-primary > li > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-primary > li > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-primary > li > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-nav-primary > li > a:focus,
.nb-card-primary.nb-card-body .nb-nav-primary > li > a:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-primary > li > a:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-primary > li > a:hover,
.nb-card-secondary.nb-card-body .nb-nav-primary > li > a:focus,
.nb-card-secondary.nb-card-body .nb-nav-primary > li > a:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-primary > li > a:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-primary > li > a:hover,
.nb-light .nb-nav-primary > li > a:focus,
.nb-light .nb-nav-primary > li > a:hover,
.nb-offcanvas-bar .nb-nav-primary > li > a:focus,
.nb-offcanvas-bar .nb-nav-primary > li > a:hover,
.nb-overlay-primary .nb-nav-primary > li > a:focus,
.nb-overlay-primary .nb-nav-primary > li > a:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-primary > li > a:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-primary > li > a:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-primary > li > a:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-primary > li > a:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-primary > li > a:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-primary > li > a:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-primary > li > a:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-primary > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-nav-primary > li.nb-active > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-primary > li.nb-active > a,
.nb-card-secondary.nb-card-body .nb-nav-primary > li.nb-active > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-primary > li.nb-active > a,
.nb-light .nb-nav-primary > li.nb-active > a,
.nb-offcanvas-bar .nb-nav-primary > li.nb-active > a,
.nb-overlay-primary .nb-nav-primary > li.nb-active > a,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-primary > li.nb-active > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-primary > li.nb-active > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-primary > li.nb-active > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-primary > li.nb-active > a {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-nav-primary .nb-nav-header,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-primary .nb-nav-header,
.nb-card-secondary.nb-card-body .nb-nav-primary .nb-nav-header,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-primary .nb-nav-header,
.nb-light .nb-nav-primary .nb-nav-header,
.nb-offcanvas-bar .nb-nav-primary .nb-nav-header,
.nb-overlay-primary .nb-nav-primary .nb-nav-header,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-header,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-header,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-header,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-header {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-nav-primary .nb-nav-divider,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-primary .nb-nav-divider,
.nb-card-secondary.nb-card-body .nb-nav-primary .nb-nav-divider,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-primary .nb-nav-divider,
.nb-light .nb-nav-primary .nb-nav-divider,
.nb-offcanvas-bar .nb-nav-primary .nb-nav-divider,
.nb-overlay-primary .nb-nav-primary .nb-nav-divider,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-divider,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-divider,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-divider,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-nav-primary .nb-nav-sub a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-primary .nb-nav-sub a,
.nb-card-secondary.nb-card-body .nb-nav-primary .nb-nav-sub a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-primary .nb-nav-sub a,
.nb-light .nb-nav-primary .nb-nav-sub a,
.nb-offcanvas-bar .nb-nav-primary .nb-nav-sub a,
.nb-overlay-primary .nb-nav-primary .nb-nav-sub a,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub a,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub a,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-nav-primary .nb-nav-sub a:focus,
.nb-card-primary.nb-card-body .nb-nav-primary .nb-nav-sub a:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-primary .nb-nav-sub a:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-primary .nb-nav-sub a:hover,
.nb-card-secondary.nb-card-body .nb-nav-primary .nb-nav-sub a:focus,
.nb-card-secondary.nb-card-body .nb-nav-primary .nb-nav-sub a:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-primary .nb-nav-sub a:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-primary .nb-nav-sub a:hover,
.nb-light .nb-nav-primary .nb-nav-sub a:focus,
.nb-light .nb-nav-primary .nb-nav-sub a:hover,
.nb-offcanvas-bar .nb-nav-primary .nb-nav-sub a:focus,
.nb-offcanvas-bar .nb-nav-primary .nb-nav-sub a:hover,
.nb-overlay-primary .nb-nav-primary .nb-nav-sub a:focus,
.nb-overlay-primary .nb-nav-primary .nb-nav-sub a:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub a:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub a:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub a:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub a:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub a:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub a:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub a:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-nav-primary .nb-nav-sub li.nb-active > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-nav-primary .nb-nav-sub li.nb-active > a,
.nb-card-secondary.nb-card-body .nb-nav-primary .nb-nav-sub li.nb-active > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-nav-primary .nb-nav-sub li.nb-active > a,
.nb-light .nb-nav-primary .nb-nav-sub li.nb-active > a,
.nb-offcanvas-bar .nb-nav-primary .nb-nav-sub li.nb-active > a,
.nb-overlay-primary .nb-nav-primary .nb-nav-sub li.nb-active > a,
.nb-section-primary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub li.nb-active > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub li.nb-active > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub li.nb-active > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-nav-primary .nb-nav-sub li.nb-active > a {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-navbar-nav > li > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-navbar-nav > li > a,
.nb-card-secondary.nb-card-body .nb-navbar-nav > li > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-navbar-nav > li > a,
.nb-light .nb-navbar-nav > li > a,
.nb-offcanvas-bar .nb-navbar-nav > li > a,
.nb-overlay-primary .nb-navbar-nav > li > a,
.nb-section-primary:not(.nb-preserve-color) .nb-navbar-nav > li > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-navbar-nav > li > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-navbar-nav > li > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-navbar-nav > li:hover > a,
.nb-card-primary.nb-card-body .nb-navbar-nav > li > a.nb-open,
.nb-card-primary.nb-card-body .nb-navbar-nav > li > a:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-navbar-nav > li:hover > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-navbar-nav > li > a.nb-open,
.nb-card-primary > :not([class*=nb-card-media]) .nb-navbar-nav > li > a:focus,
.nb-card-secondary.nb-card-body .nb-navbar-nav > li:hover > a,
.nb-card-secondary.nb-card-body .nb-navbar-nav > li > a.nb-open,
.nb-card-secondary.nb-card-body .nb-navbar-nav > li > a:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-navbar-nav > li:hover > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-navbar-nav > li > a.nb-open,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-navbar-nav > li > a:focus,
.nb-light .nb-navbar-nav > li:hover > a,
.nb-light .nb-navbar-nav > li > a.nb-open,
.nb-light .nb-navbar-nav > li > a:focus,
.nb-offcanvas-bar .nb-navbar-nav > li:hover > a,
.nb-offcanvas-bar .nb-navbar-nav > li > a.nb-open,
.nb-offcanvas-bar .nb-navbar-nav > li > a:focus,
.nb-overlay-primary .nb-navbar-nav > li:hover > a,
.nb-overlay-primary .nb-navbar-nav > li > a.nb-open,
.nb-overlay-primary .nb-navbar-nav > li > a:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-navbar-nav > li:hover > a,
.nb-section-primary:not(.nb-preserve-color) .nb-navbar-nav > li > a.nb-open,
.nb-section-primary:not(.nb-preserve-color) .nb-navbar-nav > li > a:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-navbar-nav > li:hover > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-navbar-nav > li > a.nb-open,
.nb-section-secondary:not(.nb-preserve-color) .nb-navbar-nav > li > a:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-navbar-nav > li:hover > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-navbar-nav > li > a.nb-open,
.nb-tile-primary:not(.nb-preserve-color) .nb-navbar-nav > li > a:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-navbar-nav > li:hover > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-navbar-nav > li > a.nb-open,
.nb-tile-secondary:not(.nb-preserve-color) .nb-navbar-nav > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-navbar-nav > li > a:active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-navbar-nav > li > a:active,
.nb-card-secondary.nb-card-body .nb-navbar-nav > li > a:active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-navbar-nav > li > a:active,
.nb-light .nb-navbar-nav > li > a:active,
.nb-offcanvas-bar .nb-navbar-nav > li > a:active,
.nb-overlay-primary .nb-navbar-nav > li > a:active,
.nb-section-primary:not(.nb-preserve-color) .nb-navbar-nav > li > a:active,
.nb-section-secondary:not(.nb-preserve-color) .nb-navbar-nav > li > a:active,
.nb-tile-primary:not(.nb-preserve-color) .nb-navbar-nav > li > a:active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-navbar-nav > li > a:active {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-navbar-nav > li.nb-active > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-navbar-nav > li.nb-active > a,
.nb-card-secondary.nb-card-body .nb-navbar-nav > li.nb-active > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-navbar-nav > li.nb-active > a,
.nb-light .nb-navbar-nav > li.nb-active > a,
.nb-offcanvas-bar .nb-navbar-nav > li.nb-active > a,
.nb-overlay-primary .nb-navbar-nav > li.nb-active > a,
.nb-section-primary:not(.nb-preserve-color) .nb-navbar-nav > li.nb-active > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-navbar-nav > li.nb-active > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-navbar-nav > li.nb-active > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-navbar-nav > li.nb-active > a {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-navbar-item,
.nb-card-primary > :not([class*=nb-card-media]) .nb-navbar-item,
.nb-card-secondary.nb-card-body .nb-navbar-item,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-navbar-item,
.nb-light .nb-navbar-item,
.nb-offcanvas-bar .nb-navbar-item,
.nb-overlay-primary .nb-navbar-item,
.nb-section-primary:not(.nb-preserve-color) .nb-navbar-item,
.nb-section-secondary:not(.nb-preserve-color) .nb-navbar-item,
.nb-tile-primary:not(.nb-preserve-color) .nb-navbar-item,
.nb-tile-secondary:not(.nb-preserve-color) .nb-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-navbar-toggle,
.nb-card-primary > :not([class*=nb-card-media]) .nb-navbar-toggle,
.nb-card-secondary.nb-card-body .nb-navbar-toggle,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-navbar-toggle,
.nb-light .nb-navbar-toggle,
.nb-offcanvas-bar .nb-navbar-toggle,
.nb-overlay-primary .nb-navbar-toggle,
.nb-section-primary:not(.nb-preserve-color) .nb-navbar-toggle,
.nb-section-secondary:not(.nb-preserve-color) .nb-navbar-toggle,
.nb-tile-primary:not(.nb-preserve-color) .nb-navbar-toggle,
.nb-tile-secondary:not(.nb-preserve-color) .nb-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-navbar-toggle.nb-open,
.nb-card-primary.nb-card-body .nb-navbar-toggle:focus,
.nb-card-primary.nb-card-body .nb-navbar-toggle:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-navbar-toggle.nb-open,
.nb-card-primary > :not([class*=nb-card-media]) .nb-navbar-toggle:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-navbar-toggle:hover,
.nb-card-secondary.nb-card-body .nb-navbar-toggle.nb-open,
.nb-card-secondary.nb-card-body .nb-navbar-toggle:focus,
.nb-card-secondary.nb-card-body .nb-navbar-toggle:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-navbar-toggle.nb-open,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-navbar-toggle:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-navbar-toggle:hover,
.nb-light .nb-navbar-toggle.nb-open,
.nb-light .nb-navbar-toggle:focus,
.nb-light .nb-navbar-toggle:hover,
.nb-offcanvas-bar .nb-navbar-toggle.nb-open,
.nb-offcanvas-bar .nb-navbar-toggle:focus,
.nb-offcanvas-bar .nb-navbar-toggle:hover,
.nb-overlay-primary .nb-navbar-toggle.nb-open,
.nb-overlay-primary .nb-navbar-toggle:focus,
.nb-overlay-primary .nb-navbar-toggle:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-navbar-toggle.nb-open,
.nb-section-primary:not(.nb-preserve-color) .nb-navbar-toggle:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-navbar-toggle:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-navbar-toggle.nb-open,
.nb-section-secondary:not(.nb-preserve-color) .nb-navbar-toggle:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-navbar-toggle:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-navbar-toggle.nb-open,
.nb-tile-primary:not(.nb-preserve-color) .nb-navbar-toggle:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-navbar-toggle:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-navbar-toggle.nb-open,
.nb-tile-secondary:not(.nb-preserve-color) .nb-navbar-toggle:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-navbar-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-subnav > * > :first-child,
.nb-card-primary > :not([class*=nb-card-media]) .nb-subnav > * > :first-child,
.nb-card-secondary.nb-card-body .nb-subnav > * > :first-child,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-subnav > * > :first-child,
.nb-light .nb-subnav > * > :first-child,
.nb-offcanvas-bar .nb-subnav > * > :first-child,
.nb-overlay-primary .nb-subnav > * > :first-child,
.nb-section-primary:not(.nb-preserve-color) .nb-subnav > * > :first-child,
.nb-section-secondary:not(.nb-preserve-color) .nb-subnav > * > :first-child,
.nb-tile-primary:not(.nb-preserve-color) .nb-subnav > * > :first-child,
.nb-tile-secondary:not(.nb-preserve-color) .nb-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-subnav > * > a:focus,
.nb-card-primary.nb-card-body .nb-subnav > * > a:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-subnav > * > a:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-subnav > * > a:hover,
.nb-card-secondary.nb-card-body .nb-subnav > * > a:focus,
.nb-card-secondary.nb-card-body .nb-subnav > * > a:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-subnav > * > a:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-subnav > * > a:hover,
.nb-light .nb-subnav > * > a:focus,
.nb-light .nb-subnav > * > a:hover,
.nb-offcanvas-bar .nb-subnav > * > a:focus,
.nb-offcanvas-bar .nb-subnav > * > a:hover,
.nb-overlay-primary .nb-subnav > * > a:focus,
.nb-overlay-primary .nb-subnav > * > a:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-subnav > * > a:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-subnav > * > a:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-subnav > * > a:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-subnav > * > a:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-subnav > * > a:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-subnav > * > a:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-subnav > * > a:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-subnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-subnav > .nb-active > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-subnav > .nb-active > a,
.nb-card-secondary.nb-card-body .nb-subnav > .nb-active > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-subnav > .nb-active > a,
.nb-light .nb-subnav > .nb-active > a,
.nb-offcanvas-bar .nb-subnav > .nb-active > a,
.nb-overlay-primary .nb-subnav > .nb-active > a,
.nb-section-primary:not(.nb-preserve-color) .nb-subnav > .nb-active > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-subnav > .nb-active > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-subnav > .nb-active > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-subnav > .nb-active > a {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-subnav-divider > :nth-child(n+2):not(.nb-first-column)::before,
.nb-card-primary > :not([class*=nb-card-media]) .nb-subnav-divider > :nth-child(n+2):not(.nb-first-column)::before,
.nb-card-secondary.nb-card-body .nb-subnav-divider > :nth-child(n+2):not(.nb-first-column)::before,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-subnav-divider > :nth-child(n+2):not(.nb-first-column)::before,
.nb-light .nb-subnav-divider > :nth-child(n+2):not(.nb-first-column)::before,
.nb-offcanvas-bar .nb-subnav-divider > :nth-child(n+2):not(.nb-first-column)::before,
.nb-overlay-primary .nb-subnav-divider > :nth-child(n+2):not(.nb-first-column)::before,
.nb-section-primary:not(.nb-preserve-color) .nb-subnav-divider > :nth-child(n+2):not(.nb-first-column)::before,
.nb-section-secondary:not(.nb-preserve-color) .nb-subnav-divider > :nth-child(n+2):not(.nb-first-column)::before,
.nb-tile-primary:not(.nb-preserve-color) .nb-subnav-divider > :nth-child(n+2):not(.nb-first-column)::before,
.nb-tile-secondary:not(.nb-preserve-color) .nb-subnav-divider > :nth-child(n+2):not(.nb-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-subnav-pill > * > :first-child,
.nb-card-primary > :not([class*=nb-card-media]) .nb-subnav-pill > * > :first-child,
.nb-card-secondary.nb-card-body .nb-subnav-pill > * > :first-child,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-subnav-pill > * > :first-child,
.nb-light .nb-subnav-pill > * > :first-child,
.nb-offcanvas-bar .nb-subnav-pill > * > :first-child,
.nb-overlay-primary .nb-subnav-pill > * > :first-child,
.nb-section-primary:not(.nb-preserve-color) .nb-subnav-pill > * > :first-child,
.nb-section-secondary:not(.nb-preserve-color) .nb-subnav-pill > * > :first-child,
.nb-tile-primary:not(.nb-preserve-color) .nb-subnav-pill > * > :first-child,
.nb-tile-secondary:not(.nb-preserve-color) .nb-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-subnav-pill > * > a:focus,
.nb-card-primary.nb-card-body .nb-subnav-pill > * > a:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-subnav-pill > * > a:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-subnav-pill > * > a:hover,
.nb-card-secondary.nb-card-body .nb-subnav-pill > * > a:focus,
.nb-card-secondary.nb-card-body .nb-subnav-pill > * > a:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-subnav-pill > * > a:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-subnav-pill > * > a:hover,
.nb-light .nb-subnav-pill > * > a:focus,
.nb-light .nb-subnav-pill > * > a:hover,
.nb-offcanvas-bar .nb-subnav-pill > * > a:focus,
.nb-offcanvas-bar .nb-subnav-pill > * > a:hover,
.nb-overlay-primary .nb-subnav-pill > * > a:focus,
.nb-overlay-primary .nb-subnav-pill > * > a:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-subnav-pill > * > a:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-subnav-pill > * > a:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-subnav-pill > * > a:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-subnav-pill > * > a:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-subnav-pill > * > a:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-subnav-pill > * > a:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-subnav-pill > * > a:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-subnav-pill > * > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-subnav-pill > * > a:active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-subnav-pill > * > a:active,
.nb-card-secondary.nb-card-body .nb-subnav-pill > * > a:active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-subnav-pill > * > a:active,
.nb-light .nb-subnav-pill > * > a:active,
.nb-offcanvas-bar .nb-subnav-pill > * > a:active,
.nb-overlay-primary .nb-subnav-pill > * > a:active,
.nb-section-primary:not(.nb-preserve-color) .nb-subnav-pill > * > a:active,
.nb-section-secondary:not(.nb-preserve-color) .nb-subnav-pill > * > a:active,
.nb-tile-primary:not(.nb-preserve-color) .nb-subnav-pill > * > a:active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-subnav-pill > .nb-active > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-subnav-pill > .nb-active > a,
.nb-card-secondary.nb-card-body .nb-subnav-pill > .nb-active > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-subnav-pill > .nb-active > a,
.nb-light .nb-subnav-pill > .nb-active > a,
.nb-offcanvas-bar .nb-subnav-pill > .nb-active > a,
.nb-overlay-primary .nb-subnav-pill > .nb-active > a,
.nb-section-primary:not(.nb-preserve-color) .nb-subnav-pill > .nb-active > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-subnav-pill > .nb-active > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-subnav-pill > .nb-active > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-subnav-pill > .nb-active > a {
  background-color: #fff;
  color: #666;
}

.nb-card-primary.nb-card-body .nb-subnav > .nb-disabled > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-subnav > .nb-disabled > a,
.nb-card-secondary.nb-card-body .nb-subnav > .nb-disabled > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-subnav > .nb-disabled > a,
.nb-light .nb-subnav > .nb-disabled > a,
.nb-offcanvas-bar .nb-subnav > .nb-disabled > a,
.nb-overlay-primary .nb-subnav > .nb-disabled > a,
.nb-section-primary:not(.nb-preserve-color) .nb-subnav > .nb-disabled > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-subnav > .nb-disabled > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-subnav > .nb-disabled > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-subnav > .nb-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-breadcrumb > * > *,
.nb-card-primary > :not([class*=nb-card-media]) .nb-breadcrumb > * > *,
.nb-card-secondary.nb-card-body .nb-breadcrumb > * > *,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-breadcrumb > * > *,
.nb-light .nb-breadcrumb > * > *,
.nb-offcanvas-bar .nb-breadcrumb > * > *,
.nb-overlay-primary .nb-breadcrumb > * > *,
.nb-section-primary:not(.nb-preserve-color) .nb-breadcrumb > * > *,
.nb-section-secondary:not(.nb-preserve-color) .nb-breadcrumb > * > *,
.nb-tile-primary:not(.nb-preserve-color) .nb-breadcrumb > * > *,
.nb-tile-secondary:not(.nb-preserve-color) .nb-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-breadcrumb > * > :focus,
.nb-card-primary.nb-card-body .nb-breadcrumb > * > :hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-breadcrumb > * > :focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-breadcrumb > * > :hover,
.nb-card-secondary.nb-card-body .nb-breadcrumb > * > :focus,
.nb-card-secondary.nb-card-body .nb-breadcrumb > * > :hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-breadcrumb > * > :focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-breadcrumb > * > :hover,
.nb-light .nb-breadcrumb > * > :focus,
.nb-light .nb-breadcrumb > * > :hover,
.nb-offcanvas-bar .nb-breadcrumb > * > :focus,
.nb-offcanvas-bar .nb-breadcrumb > * > :hover,
.nb-overlay-primary .nb-breadcrumb > * > :focus,
.nb-overlay-primary .nb-breadcrumb > * > :hover,
.nb-section-primary:not(.nb-preserve-color) .nb-breadcrumb > * > :focus,
.nb-section-primary:not(.nb-preserve-color) .nb-breadcrumb > * > :hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-breadcrumb > * > :focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-breadcrumb > * > :hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-breadcrumb > * > :focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-breadcrumb > * > :hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-breadcrumb > * > :focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-breadcrumb > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-breadcrumb > :last-child > *,
.nb-card-primary > :not([class*=nb-card-media]) .nb-breadcrumb > :last-child > *,
.nb-card-secondary.nb-card-body .nb-breadcrumb > :last-child > *,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-breadcrumb > :last-child > *,
.nb-light .nb-breadcrumb > :last-child > *,
.nb-offcanvas-bar .nb-breadcrumb > :last-child > *,
.nb-overlay-primary .nb-breadcrumb > :last-child > *,
.nb-section-primary:not(.nb-preserve-color) .nb-breadcrumb > :last-child > *,
.nb-section-secondary:not(.nb-preserve-color) .nb-breadcrumb > :last-child > *,
.nb-tile-primary:not(.nb-preserve-color) .nb-breadcrumb > :last-child > *,
.nb-tile-secondary:not(.nb-preserve-color) .nb-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-breadcrumb > :nth-child(n+2):not(.nb-first-column)::before,
.nb-card-primary > :not([class*=nb-card-media]) .nb-breadcrumb > :nth-child(n+2):not(.nb-first-column)::before,
.nb-card-secondary.nb-card-body .nb-breadcrumb > :nth-child(n+2):not(.nb-first-column)::before,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-breadcrumb > :nth-child(n+2):not(.nb-first-column)::before,
.nb-light .nb-breadcrumb > :nth-child(n+2):not(.nb-first-column)::before,
.nb-offcanvas-bar .nb-breadcrumb > :nth-child(n+2):not(.nb-first-column)::before,
.nb-overlay-primary .nb-breadcrumb > :nth-child(n+2):not(.nb-first-column)::before,
.nb-section-primary:not(.nb-preserve-color) .nb-breadcrumb > :nth-child(n+2):not(.nb-first-column)::before,
.nb-section-secondary:not(.nb-preserve-color) .nb-breadcrumb > :nth-child(n+2):not(.nb-first-column)::before,
.nb-tile-primary:not(.nb-preserve-color) .nb-breadcrumb > :nth-child(n+2):not(.nb-first-column)::before,
.nb-tile-secondary:not(.nb-preserve-color) .nb-breadcrumb > :nth-child(n+2):not(.nb-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-pagination > * > *,
.nb-card-primary > :not([class*=nb-card-media]) .nb-pagination > * > *,
.nb-card-secondary.nb-card-body .nb-pagination > * > *,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-pagination > * > *,
.nb-light .nb-pagination > * > *,
.nb-offcanvas-bar .nb-pagination > * > *,
.nb-overlay-primary .nb-pagination > * > *,
.nb-section-primary:not(.nb-preserve-color) .nb-pagination > * > *,
.nb-section-secondary:not(.nb-preserve-color) .nb-pagination > * > *,
.nb-tile-primary:not(.nb-preserve-color) .nb-pagination > * > *,
.nb-tile-secondary:not(.nb-preserve-color) .nb-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-pagination > * > :focus,
.nb-card-primary.nb-card-body .nb-pagination > * > :hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-pagination > * > :focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-pagination > * > :hover,
.nb-card-secondary.nb-card-body .nb-pagination > * > :focus,
.nb-card-secondary.nb-card-body .nb-pagination > * > :hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-pagination > * > :focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-pagination > * > :hover,
.nb-light .nb-pagination > * > :focus,
.nb-light .nb-pagination > * > :hover,
.nb-offcanvas-bar .nb-pagination > * > :focus,
.nb-offcanvas-bar .nb-pagination > * > :hover,
.nb-overlay-primary .nb-pagination > * > :focus,
.nb-overlay-primary .nb-pagination > * > :hover,
.nb-section-primary:not(.nb-preserve-color) .nb-pagination > * > :focus,
.nb-section-primary:not(.nb-preserve-color) .nb-pagination > * > :hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-pagination > * > :focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-pagination > * > :hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-pagination > * > :focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-pagination > * > :hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-pagination > * > :focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-pagination > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-pagination > .nb-active > *,
.nb-card-primary > :not([class*=nb-card-media]) .nb-pagination > .nb-active > *,
.nb-card-secondary.nb-card-body .nb-pagination > .nb-active > *,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-pagination > .nb-active > *,
.nb-light .nb-pagination > .nb-active > *,
.nb-offcanvas-bar .nb-pagination > .nb-active > *,
.nb-overlay-primary .nb-pagination > .nb-active > *,
.nb-section-primary:not(.nb-preserve-color) .nb-pagination > .nb-active > *,
.nb-section-secondary:not(.nb-preserve-color) .nb-pagination > .nb-active > *,
.nb-tile-primary:not(.nb-preserve-color) .nb-pagination > .nb-active > *,
.nb-tile-secondary:not(.nb-preserve-color) .nb-pagination > .nb-active > * {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-pagination > .nb-disabled > *,
.nb-card-primary > :not([class*=nb-card-media]) .nb-pagination > .nb-disabled > *,
.nb-card-secondary.nb-card-body .nb-pagination > .nb-disabled > *,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-pagination > .nb-disabled > *,
.nb-light .nb-pagination > .nb-disabled > *,
.nb-offcanvas-bar .nb-pagination > .nb-disabled > *,
.nb-overlay-primary .nb-pagination > .nb-disabled > *,
.nb-section-primary:not(.nb-preserve-color) .nb-pagination > .nb-disabled > *,
.nb-section-secondary:not(.nb-preserve-color) .nb-pagination > .nb-disabled > *,
.nb-tile-primary:not(.nb-preserve-color) .nb-pagination > .nb-disabled > *,
.nb-tile-secondary:not(.nb-preserve-color) .nb-pagination > .nb-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-tab::before,
.nb-card-primary > :not([class*=nb-card-media]) .nb-tab::before,
.nb-card-secondary.nb-card-body .nb-tab::before,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-tab::before,
.nb-light .nb-tab::before,
.nb-offcanvas-bar .nb-tab::before,
.nb-overlay-primary .nb-tab::before,
.nb-section-primary:not(.nb-preserve-color) .nb-tab::before,
.nb-section-secondary:not(.nb-preserve-color) .nb-tab::before,
.nb-tile-primary:not(.nb-preserve-color) .nb-tab::before,
.nb-tile-secondary:not(.nb-preserve-color) .nb-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-tab > * > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-tab > * > a,
.nb-card-secondary.nb-card-body .nb-tab > * > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-tab > * > a,
.nb-light .nb-tab > * > a,
.nb-offcanvas-bar .nb-tab > * > a,
.nb-overlay-primary .nb-tab > * > a,
.nb-section-primary:not(.nb-preserve-color) .nb-tab > * > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-tab > * > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-tab > * > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-tab > * > a:focus,
.nb-card-primary.nb-card-body .nb-tab > * > a:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-tab > * > a:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-tab > * > a:hover,
.nb-card-secondary.nb-card-body .nb-tab > * > a:focus,
.nb-card-secondary.nb-card-body .nb-tab > * > a:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-tab > * > a:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-tab > * > a:hover,
.nb-light .nb-tab > * > a:focus,
.nb-light .nb-tab > * > a:hover,
.nb-offcanvas-bar .nb-tab > * > a:focus,
.nb-offcanvas-bar .nb-tab > * > a:hover,
.nb-overlay-primary .nb-tab > * > a:focus,
.nb-overlay-primary .nb-tab > * > a:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-tab > * > a:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-tab > * > a:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-tab > * > a:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-tab > * > a:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-tab > * > a:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-tab > * > a:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-tab > * > a:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-tab > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-tab > .nb-active > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-tab > .nb-active > a,
.nb-card-secondary.nb-card-body .nb-tab > .nb-active > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-tab > .nb-active > a,
.nb-light .nb-tab > .nb-active > a,
.nb-offcanvas-bar .nb-tab > .nb-active > a,
.nb-overlay-primary .nb-tab > .nb-active > a,
.nb-section-primary:not(.nb-preserve-color) .nb-tab > .nb-active > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-tab > .nb-active > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-tab > .nb-active > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-tab > .nb-active > a {
  color: #fff;
  border-color: #fff;
}

.nb-card-primary.nb-card-body .nb-tab > .nb-disabled > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-tab > .nb-disabled > a,
.nb-card-secondary.nb-card-body .nb-tab > .nb-disabled > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-tab > .nb-disabled > a,
.nb-light .nb-tab > .nb-disabled > a,
.nb-offcanvas-bar .nb-tab > .nb-disabled > a,
.nb-overlay-primary .nb-tab > .nb-disabled > a,
.nb-section-primary:not(.nb-preserve-color) .nb-tab > .nb-disabled > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-tab > .nb-disabled > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-tab > .nb-disabled > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-tab > .nb-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-slidenav,
.nb-card-primary > :not([class*=nb-card-media]) .nb-slidenav,
.nb-card-secondary.nb-card-body .nb-slidenav,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-slidenav,
.nb-light .nb-slidenav,
.nb-offcanvas-bar .nb-slidenav,
.nb-overlay-primary .nb-slidenav,
.nb-section-primary:not(.nb-preserve-color) .nb-slidenav,
.nb-section-secondary:not(.nb-preserve-color) .nb-slidenav,
.nb-tile-primary:not(.nb-preserve-color) .nb-slidenav,
.nb-tile-secondary:not(.nb-preserve-color) .nb-slidenav {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-slidenav:focus,
.nb-card-primary.nb-card-body .nb-slidenav:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-slidenav:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-slidenav:hover,
.nb-card-secondary.nb-card-body .nb-slidenav:focus,
.nb-card-secondary.nb-card-body .nb-slidenav:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-slidenav:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-slidenav:hover,
.nb-light .nb-slidenav:focus,
.nb-light .nb-slidenav:hover,
.nb-offcanvas-bar .nb-slidenav:focus,
.nb-offcanvas-bar .nb-slidenav:hover,
.nb-overlay-primary .nb-slidenav:focus,
.nb-overlay-primary .nb-slidenav:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-slidenav:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-slidenav:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-slidenav:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-slidenav:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-slidenav:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-slidenav:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-slidenav:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-slidenav:hover {
  color: rgba(255, 255, 255, 0.95);
}

.nb-card-primary.nb-card-body .nb-slidenav:active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-slidenav:active,
.nb-card-secondary.nb-card-body .nb-slidenav:active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-slidenav:active,
.nb-light .nb-slidenav:active,
.nb-offcanvas-bar .nb-slidenav:active,
.nb-overlay-primary .nb-slidenav:active,
.nb-section-primary:not(.nb-preserve-color) .nb-slidenav:active,
.nb-section-secondary:not(.nb-preserve-color) .nb-slidenav:active,
.nb-tile-primary:not(.nb-preserve-color) .nb-slidenav:active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-dotnav > * > *,
.nb-card-primary > :not([class*=nb-card-media]) .nb-dotnav > * > *,
.nb-card-secondary.nb-card-body .nb-dotnav > * > *,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-dotnav > * > *,
.nb-light .nb-dotnav > * > *,
.nb-offcanvas-bar .nb-dotnav > * > *,
.nb-overlay-primary .nb-dotnav > * > *,
.nb-section-primary:not(.nb-preserve-color) .nb-dotnav > * > *,
.nb-section-secondary:not(.nb-preserve-color) .nb-dotnav > * > *,
.nb-tile-primary:not(.nb-preserve-color) .nb-dotnav > * > *,
.nb-tile-secondary:not(.nb-preserve-color) .nb-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}

.nb-card-primary.nb-card-body .nb-dotnav > * > :focus,
.nb-card-primary.nb-card-body .nb-dotnav > * > :hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-dotnav > * > :focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-dotnav > * > :hover,
.nb-card-secondary.nb-card-body .nb-dotnav > * > :focus,
.nb-card-secondary.nb-card-body .nb-dotnav > * > :hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-dotnav > * > :focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-dotnav > * > :hover,
.nb-light .nb-dotnav > * > :focus,
.nb-light .nb-dotnav > * > :hover,
.nb-offcanvas-bar .nb-dotnav > * > :focus,
.nb-offcanvas-bar .nb-dotnav > * > :hover,
.nb-overlay-primary .nb-dotnav > * > :focus,
.nb-overlay-primary .nb-dotnav > * > :hover,
.nb-section-primary:not(.nb-preserve-color) .nb-dotnav > * > :focus,
.nb-section-primary:not(.nb-preserve-color) .nb-dotnav > * > :hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-dotnav > * > :focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-dotnav > * > :hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-dotnav > * > :focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-dotnav > * > :hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-dotnav > * > :focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-dotnav > * > :hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.nb-card-primary.nb-card-body .nb-dotnav > * > :active,
.nb-card-primary > :not([class*=nb-card-media]) .nb-dotnav > * > :active,
.nb-card-secondary.nb-card-body .nb-dotnav > * > :active,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-dotnav > * > :active,
.nb-light .nb-dotnav > * > :active,
.nb-offcanvas-bar .nb-dotnav > * > :active,
.nb-overlay-primary .nb-dotnav > * > :active,
.nb-section-primary:not(.nb-preserve-color) .nb-dotnav > * > :active,
.nb-section-secondary:not(.nb-preserve-color) .nb-dotnav > * > :active,
.nb-tile-primary:not(.nb-preserve-color) .nb-dotnav > * > :active,
.nb-tile-secondary:not(.nb-preserve-color) .nb-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.nb-card-primary.nb-card-body .nb-dotnav > .nb-active > *,
.nb-card-primary > :not([class*=nb-card-media]) .nb-dotnav > .nb-active > *,
.nb-card-secondary.nb-card-body .nb-dotnav > .nb-active > *,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-dotnav > .nb-active > *,
.nb-light .nb-dotnav > .nb-active > *,
.nb-offcanvas-bar .nb-dotnav > .nb-active > *,
.nb-overlay-primary .nb-dotnav > .nb-active > *,
.nb-section-primary:not(.nb-preserve-color) .nb-dotnav > .nb-active > *,
.nb-section-secondary:not(.nb-preserve-color) .nb-dotnav > .nb-active > *,
.nb-tile-primary:not(.nb-preserve-color) .nb-dotnav > .nb-active > *,
.nb-tile-secondary:not(.nb-preserve-color) .nb-dotnav > .nb-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.nb-card-primary.nb-card-body .nb-accordion-title,
.nb-card-primary > :not([class*=nb-card-media]) .nb-accordion-title,
.nb-card-secondary.nb-card-body .nb-accordion-title,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-accordion-title,
.nb-light .nb-accordion-title,
.nb-offcanvas-bar .nb-accordion-title,
.nb-overlay-primary .nb-accordion-title,
.nb-section-primary:not(.nb-preserve-color) .nb-accordion-title,
.nb-section-secondary:not(.nb-preserve-color) .nb-accordion-title,
.nb-tile-primary:not(.nb-preserve-color) .nb-accordion-title,
.nb-tile-secondary:not(.nb-preserve-color) .nb-accordion-title {
  color: #fff;
}

.nb-card-primary.nb-card-body .nb-accordion-title:focus,
.nb-card-primary.nb-card-body .nb-accordion-title:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-accordion-title:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-accordion-title:hover,
.nb-card-secondary.nb-card-body .nb-accordion-title:focus,
.nb-card-secondary.nb-card-body .nb-accordion-title:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-accordion-title:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-accordion-title:hover,
.nb-light .nb-accordion-title:focus,
.nb-light .nb-accordion-title:hover,
.nb-offcanvas-bar .nb-accordion-title:focus,
.nb-offcanvas-bar .nb-accordion-title:hover,
.nb-overlay-primary .nb-accordion-title:focus,
.nb-overlay-primary .nb-accordion-title:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-accordion-title:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-accordion-title:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-accordion-title:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-accordion-title:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-accordion-title:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-accordion-title:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-accordion-title:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-accordion-title:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-iconnav > * > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-iconnav > * > a,
.nb-card-secondary.nb-card-body .nb-iconnav > * > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-iconnav > * > a,
.nb-light .nb-iconnav > * > a,
.nb-offcanvas-bar .nb-iconnav > * > a,
.nb-overlay-primary .nb-iconnav > * > a,
.nb-section-primary:not(.nb-preserve-color) .nb-iconnav > * > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-iconnav > * > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-iconnav > * > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-iconnav > * > a:focus,
.nb-card-primary.nb-card-body .nb-iconnav > * > a:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-iconnav > * > a:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-iconnav > * > a:hover,
.nb-card-secondary.nb-card-body .nb-iconnav > * > a:focus,
.nb-card-secondary.nb-card-body .nb-iconnav > * > a:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-iconnav > * > a:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-iconnav > * > a:hover,
.nb-light .nb-iconnav > * > a:focus,
.nb-light .nb-iconnav > * > a:hover,
.nb-offcanvas-bar .nb-iconnav > * > a:focus,
.nb-offcanvas-bar .nb-iconnav > * > a:hover,
.nb-overlay-primary .nb-iconnav > * > a:focus,
.nb-overlay-primary .nb-iconnav > * > a:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-iconnav > * > a:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-iconnav > * > a:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-iconnav > * > a:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-iconnav > * > a:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-iconnav > * > a:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-iconnav > * > a:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-iconnav > * > a:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-iconnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-iconnav > .nb-active > a,
.nb-card-primary > :not([class*=nb-card-media]) .nb-iconnav > .nb-active > a,
.nb-card-secondary.nb-card-body .nb-iconnav > .nb-active > a,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-iconnav > .nb-active > a,
.nb-light .nb-iconnav > .nb-active > a,
.nb-offcanvas-bar .nb-iconnav > .nb-active > a,
.nb-overlay-primary .nb-iconnav > .nb-active > a,
.nb-section-primary:not(.nb-preserve-color) .nb-iconnav > .nb-active > a,
.nb-section-secondary:not(.nb-preserve-color) .nb-iconnav > .nb-active > a,
.nb-tile-primary:not(.nb-preserve-color) .nb-iconnav > .nb-active > a,
.nb-tile-secondary:not(.nb-preserve-color) .nb-iconnav > .nb-active > a {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-text-lead,
.nb-card-primary > :not([class*=nb-card-media]) .nb-text-lead,
.nb-card-secondary.nb-card-body .nb-text-lead,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-text-lead,
.nb-light .nb-text-lead,
.nb-offcanvas-bar .nb-text-lead,
.nb-overlay-primary .nb-text-lead,
.nb-section-primary:not(.nb-preserve-color) .nb-text-lead,
.nb-section-secondary:not(.nb-preserve-color) .nb-text-lead,
.nb-tile-primary:not(.nb-preserve-color) .nb-text-lead,
.nb-tile-secondary:not(.nb-preserve-color) .nb-text-lead {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-text-meta,
.nb-card-primary > :not([class*=nb-card-media]) .nb-text-meta,
.nb-card-secondary.nb-card-body .nb-text-meta,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-text-meta,
.nb-light .nb-text-meta,
.nb-offcanvas-bar .nb-text-meta,
.nb-overlay-primary .nb-text-meta,
.nb-section-primary:not(.nb-preserve-color) .nb-text-meta,
.nb-section-secondary:not(.nb-preserve-color) .nb-text-meta,
.nb-tile-primary:not(.nb-preserve-color) .nb-text-meta,
.nb-tile-secondary:not(.nb-preserve-color) .nb-text-meta {
  color: rgba(255, 255, 255, 0.5);
}

.nb-card-primary.nb-card-body .nb-text-muted,
.nb-card-primary > :not([class*=nb-card-media]) .nb-text-muted,
.nb-card-secondary.nb-card-body .nb-text-muted,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-text-muted,
.nb-light .nb-text-muted,
.nb-offcanvas-bar .nb-text-muted,
.nb-overlay-primary .nb-text-muted,
.nb-section-primary:not(.nb-preserve-color) .nb-text-muted,
.nb-section-secondary:not(.nb-preserve-color) .nb-text-muted,
.nb-tile-primary:not(.nb-preserve-color) .nb-text-muted,
.nb-tile-secondary:not(.nb-preserve-color) .nb-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.nb-card-primary.nb-card-body .nb-text-emphasis,
.nb-card-primary > :not([class*=nb-card-media]) .nb-text-emphasis,
.nb-card-secondary.nb-card-body .nb-text-emphasis,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-text-emphasis,
.nb-light .nb-text-emphasis,
.nb-offcanvas-bar .nb-text-emphasis,
.nb-overlay-primary .nb-text-emphasis,
.nb-section-primary:not(.nb-preserve-color) .nb-text-emphasis,
.nb-section-secondary:not(.nb-preserve-color) .nb-text-emphasis,
.nb-tile-primary:not(.nb-preserve-color) .nb-text-emphasis,
.nb-tile-secondary:not(.nb-preserve-color) .nb-text-emphasis {
  color: #fff !important;
}

.nb-card-primary.nb-card-body .nb-text-primary,
.nb-card-primary > :not([class*=nb-card-media]) .nb-text-primary,
.nb-card-secondary.nb-card-body .nb-text-primary,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-text-primary,
.nb-light .nb-text-primary,
.nb-offcanvas-bar .nb-text-primary,
.nb-overlay-primary .nb-text-primary,
.nb-section-primary:not(.nb-preserve-color) .nb-text-primary,
.nb-section-secondary:not(.nb-preserve-color) .nb-text-primary,
.nb-tile-primary:not(.nb-preserve-color) .nb-text-primary,
.nb-tile-secondary:not(.nb-preserve-color) .nb-text-primary {
  color: #fff !important;
}

.nb-card-primary.nb-card-body .nb-text-secondary,
.nb-card-primary > :not([class*=nb-card-media]) .nb-text-secondary,
.nb-card-secondary.nb-card-body .nb-text-secondary,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-text-secondary,
.nb-light .nb-text-secondary,
.nb-offcanvas-bar .nb-text-secondary,
.nb-overlay-primary .nb-text-secondary,
.nb-section-primary:not(.nb-preserve-color) .nb-text-secondary,
.nb-section-secondary:not(.nb-preserve-color) .nb-text-secondary,
.nb-tile-primary:not(.nb-preserve-color) .nb-text-secondary,
.nb-tile-secondary:not(.nb-preserve-color) .nb-text-secondary {
  color: #fff !important;
}

.nb-card-primary.nb-card-body .nb-column-divider,
.nb-card-primary > :not([class*=nb-card-media]) .nb-column-divider,
.nb-card-secondary.nb-card-body .nb-column-divider,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-column-divider,
.nb-light .nb-column-divider,
.nb-offcanvas-bar .nb-column-divider,
.nb-overlay-primary .nb-column-divider,
.nb-section-primary:not(.nb-preserve-color) .nb-column-divider,
.nb-section-secondary:not(.nb-preserve-color) .nb-column-divider,
.nb-tile-primary:not(.nb-preserve-color) .nb-column-divider,
.nb-tile-secondary:not(.nb-preserve-color) .nb-column-divider {
  -webkit-column-rule-color: rgba(255, 255, 255, 0.2);
          column-rule-color: rgba(255, 255, 255, 0.2);
}

.nb-card-primary.nb-card-body .nb-logo,
.nb-card-primary > :not([class*=nb-card-media]) .nb-logo,
.nb-card-secondary.nb-card-body .nb-logo,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-logo,
.nb-light .nb-logo,
.nb-offcanvas-bar .nb-logo,
.nb-overlay-primary .nb-logo,
.nb-section-primary:not(.nb-preserve-color) .nb-logo,
.nb-section-secondary:not(.nb-preserve-color) .nb-logo,
.nb-tile-primary:not(.nb-preserve-color) .nb-logo,
.nb-tile-secondary:not(.nb-preserve-color) .nb-logo {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-logo:focus,
.nb-card-primary.nb-card-body .nb-logo:hover,
.nb-card-primary > :not([class*=nb-card-media]) .nb-logo:focus,
.nb-card-primary > :not([class*=nb-card-media]) .nb-logo:hover,
.nb-card-secondary.nb-card-body .nb-logo:focus,
.nb-card-secondary.nb-card-body .nb-logo:hover,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-logo:focus,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-logo:hover,
.nb-light .nb-logo:focus,
.nb-light .nb-logo:hover,
.nb-offcanvas-bar .nb-logo:focus,
.nb-offcanvas-bar .nb-logo:hover,
.nb-overlay-primary .nb-logo:focus,
.nb-overlay-primary .nb-logo:hover,
.nb-section-primary:not(.nb-preserve-color) .nb-logo:focus,
.nb-section-primary:not(.nb-preserve-color) .nb-logo:hover,
.nb-section-secondary:not(.nb-preserve-color) .nb-logo:focus,
.nb-section-secondary:not(.nb-preserve-color) .nb-logo:hover,
.nb-tile-primary:not(.nb-preserve-color) .nb-logo:focus,
.nb-tile-primary:not(.nb-preserve-color) .nb-logo:hover,
.nb-tile-secondary:not(.nb-preserve-color) .nb-logo:focus,
.nb-tile-secondary:not(.nb-preserve-color) .nb-logo:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nb-card-primary.nb-card-body .nb-logo > :not(.nb-logo-inverse):not(:only-of-type),
.nb-card-primary > :not([class*=nb-card-media]) .nb-logo > :not(.nb-logo-inverse):not(:only-of-type),
.nb-card-secondary.nb-card-body .nb-logo > :not(.nb-logo-inverse):not(:only-of-type),
.nb-card-secondary > :not([class*=nb-card-media]) .nb-logo > :not(.nb-logo-inverse):not(:only-of-type),
.nb-light .nb-logo > :not(.nb-logo-inverse):not(:only-of-type),
.nb-offcanvas-bar .nb-logo > :not(.nb-logo-inverse):not(:only-of-type),
.nb-overlay-primary .nb-logo > :not(.nb-logo-inverse):not(:only-of-type),
.nb-section-primary:not(.nb-preserve-color) .nb-logo > :not(.nb-logo-inverse):not(:only-of-type),
.nb-section-secondary:not(.nb-preserve-color) .nb-logo > :not(.nb-logo-inverse):not(:only-of-type),
.nb-tile-primary:not(.nb-preserve-color) .nb-logo > :not(.nb-logo-inverse):not(:only-of-type),
.nb-tile-secondary:not(.nb-preserve-color) .nb-logo > :not(.nb-logo-inverse):not(:only-of-type) {
  display: none;
}

.nb-card-primary.nb-card-body .nb-logo-inverse,
.nb-card-primary > :not([class*=nb-card-media]) .nb-logo-inverse,
.nb-card-secondary.nb-card-body .nb-logo-inverse,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-logo-inverse,
.nb-light .nb-logo-inverse,
.nb-offcanvas-bar .nb-logo-inverse,
.nb-overlay-primary .nb-logo-inverse,
.nb-section-primary:not(.nb-preserve-color) .nb-logo-inverse,
.nb-section-secondary:not(.nb-preserve-color) .nb-logo-inverse,
.nb-tile-primary:not(.nb-preserve-color) .nb-logo-inverse,
.nb-tile-secondary:not(.nb-preserve-color) .nb-logo-inverse {
  display: inline;
}

.nb-card-primary.nb-card-body .nb-accordion-title::before,
.nb-card-primary > :not([class*=nb-card-media]) .nb-accordion-title::before,
.nb-card-secondary.nb-card-body .nb-accordion-title::before,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-accordion-title::before,
.nb-light .nb-accordion-title::before,
.nb-offcanvas-bar .nb-accordion-title::before,
.nb-overlay-primary .nb-accordion-title::before,
.nb-section-primary:not(.nb-preserve-color) .nb-accordion-title::before,
.nb-section-secondary:not(.nb-preserve-color) .nb-accordion-title::before,
.nb-tile-primary:not(.nb-preserve-color) .nb-accordion-title::before,
.nb-tile-secondary:not(.nb-preserve-color) .nb-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.nb-card-primary.nb-card-body .nb-open > .nb-accordion-title::before,
.nb-card-primary > :not([class*=nb-card-media]) .nb-open > .nb-accordion-title::before,
.nb-card-secondary.nb-card-body .nb-open > .nb-accordion-title::before,
.nb-card-secondary > :not([class*=nb-card-media]) .nb-open > .nb-accordion-title::before,
.nb-light .nb-open > .nb-accordion-title::before,
.nb-offcanvas-bar .nb-open > .nb-accordion-title::before,
.nb-overlay-primary .nb-open > .nb-accordion-title::before,
.nb-section-primary:not(.nb-preserve-color) .nb-open > .nb-accordion-title::before,
.nb-section-secondary:not(.nb-preserve-color) .nb-open > .nb-accordion-title::before,
.nb-tile-primary:not(.nb-preserve-color) .nb-open > .nb-accordion-title::before,
.nb-tile-secondary:not(.nb-preserve-color) .nb-open > .nb-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

@media print {
  *,
  ::after,
  ::before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.nb-grid12 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[1];
      grid-template-rows: repeat(1, 1fr);
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-gap: 0;
  margin: 0 auto;
  /*max-width: 1680px;*/
  max-width: 1560px;
}

.nb-grid12 .nb-width-1-12 {
  grid-column: span 1;
}

.nb-grid12 .nb-width-2-12 {
  grid-column: span 2;
}

.nb-grid12 .nb-width-3-12 {
  grid-column: span 3;
}

.nb-grid12 .nb-width-4-12 {
  grid-column: span 4;
}

.nb-grid12 .nb-width-5-12 {
  grid-column: span 5;
}

.nb-grid12 .nb-width-6-12 {
  grid-column: span 6;
}

.nb-grid12 .nb-width-7-12 {
  grid-column: span 7;
}

.nb-grid12 .nb-width-8-12 {
  grid-column: span 8;
}

.nb-grid12 .nb-width-9-12 {
  grid-column: span 9;
}

.nb-grid12 .nb-width-10-12 {
  grid-column: span 10;
}

.nb-grid12 .nb-width-11-12 {
  grid-column: span 11;
}

.nb-grid12 .nb-width-12-12 {
  grid-column: span 12;
}

@media only screen and (max-width: 959px) {
  .nb-grid12 .nb-fullMobile {
    grid-column: span 12;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* HELPERS
--------------------------------------------------------------*/
A,
BUTTON, A.catalogoPdf IMG,
BUTTON.catalogoPdf IMG, #navigation FORM INPUT, .nb-check-news LABEL {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

/* FONT DI PROGETTO
--------------------------------------------------------------*/
HTML {
  background-color: #282828;
}

BODY {
  background-color: #FFFFFF;
}

BODY,
H6 {
  font-family: "PT Serif", serif;
}

.fontTitolo, H1,
H2,
H3,
H4,
H5,
H6, A,
TEXTAREA,
INPUT,
SELECT, .nb-breadcrumb, .numbers, .nb-intro .caratteristiche, .nb-intro .nb-label, .tableContainer TR.intestazione TH, .catalogoSearch LABEL, .indiceLibri ARTICLE .target, .indiceLibri ARTICLE .editore, .indiceLibri ARTICLE .nb-label {
  font-family: "Source Sans Pro", sans-serif;
}

H1,
H2,
H3,
H4,
H5,
H6,
A,
TEXTAREA,
INPUT,
SELECT {
  color: inherit;
}

:root {
  font-size: 19px;
  /*@include mediaMedium {
        font-size: 16px;
    }*/
}
@media only screen and (max-width: 999px) {
  :root {
  font-size: 16px;
  }
  }

.nb-text-small {
  font-size: 0.7rem;
}

.nb-text-medium {
  font-size: 0.8rem;
}

/* BASE
--------------------------------------------------------------*/
A,
BUTTON {
  font-weight: 600;
  text-decoration: underline;
}

A:hover,
BUTTON:hover {
  text-decoration: none;
  outline: none;
}

A.noline,
BUTTON.noline {
  text-decoration: none;
}

A.linkDettaglio,
BUTTON.linkDettaglio {
  font-weight: 400;
}

A.nb-visualizzaTutti,
BUTTON.nb-visualizzaTutti {
  display: inline-block;
  color: #FFFFFF;
  background-color: #585858;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0);
}

A.nb-visualizzaTutti:HOVER,
BUTTON.nb-visualizzaTutti:HOVER {
  background-color: #FFFFFF;
  color: #585858;
}

A.nb-visualizzaTutti:hover,
BUTTON.nb-visualizzaTutti:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  border-color: white;
}

@media only screen and (max-width: 999px) {
  A.nb-visualizzaTutti,
  BUTTON.nb-visualizzaTutti {
    display: block;
    padding: 5px 10px;
    margin-top: 10px;
    text-align: center;
    line-height: 120%;
  }
}

A.nb-visualizzaTutti.nb-smallButton,
BUTTON.nb-visualizzaTutti.nb-smallButton {
  font-size: 0.8rem;
  margin-top: 10px;
  padding: 3px 12px;
}

A.nb-visualizzaTutti.verde,
BUTTON.nb-visualizzaTutti.verde {
  color: #FFFFFF;
  background-color: #006700;
}

A.nb-visualizzaTutti.verdeDidattica,
BUTTON.nb-visualizzaTutti.verdeDidattica {
  background-color: #71c624;
}

A.nb-visualizzaTutti.rosso,
BUTTON.nb-visualizzaTutti.rosso {
  background-color: #85001B;
}

A.nb-visualizzaTutti.mattone,
BUTTON.nb-visualizzaTutti.mattone {
  background-color: #9f211e;
}

A.nb-visualizzaTutti.petrolio,
BUTTON.nb-visualizzaTutti.petrolio {
  background-color: #16658d;
}

A.nb-visualizzaTutti.rosa,
BUTTON.nb-visualizzaTutti.rosa {
  background-color: #9c00b1;
}

A.nb-visualizzaTutti.arancio,
BUTTON.nb-visualizzaTutti.arancio {
  /*background-color: #ff9500 !important;*/
  background-color: #78521c !important;
}

A.nb-visualizzaTutti.azzurro,
BUTTON.nb-visualizzaTutti.azzurro {
  background-color: #0172e2;
}

A.nb-visualizzaTutti.giallo,
BUTTON.nb-visualizzaTutti.giallo {
  background-color: #ffb900;
  color: #000000;
}

A.nb-visualizzaTutti.bianco,
BUTTON.nb-visualizzaTutti.bianco {
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

A.nb-visualizzaTutti.nero,
BUTTON.nb-visualizzaTutti.nero {
  background-color: #000000;
}

A.nb-visualizzaTutti.fucsia,
BUTTON.nb-visualizzaTutti.fucsia {
  color: #FFFFFF;
  background-color: #cc1e56;
}

@media only screen and (max-width: 999px) {
  A.otherLink,
  BUTTON.otherLink {
    color: #0172e2;
  }
}

A.backButton,
BUTTON.backButton {
  color: #585858;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 0.7rem;
  margin-bottom: 20px;
}

A.tastoInformazioni,
BUTTON.tastoInformazioni {
  display: block;
  padding: 20px;
  background-color: #585858;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}

A.tastoInformazioni:hover,
BUTTON.tastoInformazioni:hover {
  background-color: #ff9500;
}

A.catalogoPdf,
BUTTON.catalogoPdf {
  font-size: 0.9rem;
  line-height: 120%;
  text-align: center;
  text-decoration: none;
}

A.catalogoPdf SPAN,
BUTTON.catalogoPdf SPAN {
  display: block;
}

A.catalogoPdf IMG,
BUTTON.catalogoPdf IMG {
  display: block;
  margin-bottom: 5px;
  border: 3px solid #FFFFFF;
  border-radius: 3px;
}

A.catalogoPdf:hover IMG,
BUTTON.catalogoPdf:hover IMG {
  border-color: #0172e2;
}

.iconButton {
  margin-left: -20px;
}

BUTTON.nb-visualizzaTutti {
  border: none;
  cursor: pointer;
}

SPAN.buttonContainer {
  display: block;
  white-space: nowrap;
  margin-bottom: 10px;
}

SPAN.buttonContainer A {
  display: inline-block;
  border-radius: 50%;
  padding: 5px 10px;
}

SPAN.buttonContainer A.verde {
  display: inline-block;
  color: #FFFFFF;
  background-color: #00BFA5;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.verde:HOVER {
  background-color: #FFFFFF;
  color: #00BFA5;
}

SPAN.buttonContainer A.rosso {
  display: inline-block;
  color: #FFFFFF;
  /*background-color: #FF1744;*/
  background-color: #85001B;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.rosso:HOVER {
  background-color: #FFFFFF;
  color: #85001B;
}

SPAN.buttonContainer A.arancio {
  display: inline-block;
  color: #FFFFFF;
  background-color: #ff9500;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.arancio:HOVER {
  background-color: #FFFFFF;
  color: #ff9500;
}

SPAN.buttonContainer A.azzurro {
  display: inline-block;
  color: #FFFFFF;
  background-color: #0172e2;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.azzurro:HOVER {
  background-color: #FFFFFF;
  color: #0172e2;
}

SPAN.buttonContainer A.grigio {
  display: inline-block;
  color: #FFFFFF;
  background-color: #585858;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.grigio:HOVER {
  background-color: #FFFFFF;
  color: #585858;
}

SPAN.buttonContainer A.giallo {
  display: inline-block;
  color: #000000;
  background-color: #ffb900;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.giallo:HOVER {
  background-color: #000000;
  color: #ffb900;
}

SPAN.buttonContainer A.petrolio {
  display: inline-block;
  color: #FFFFFF;
  background-color: #16658d;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.petrolio:HOVER {
  background-color: #FFFFFF;
  color: #16658d;
}

SPAN.buttonContainer A.mattone {
  display: inline-block;
  color: #FFFFFF;
  background-color: #9f211e;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.mattone:HOVER {
  background-color: #FFFFFF;
  color: #9f211e;
}

SPAN.buttonContainer A.nero {
  display: inline-block;
  color: #FFD740;
  background-color: #000000;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.nero:HOVER {
  background-color: #FFD740;
  color: #000000;
}

SPAN.buttonContainer A.verde-scuro {
  display: inline-block;
  color: #FFFFFF;
  background-color: #006700;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.verde-scuro:HOVER {
  background-color: #FFFFFF;
  color: #006700;
}

SPAN.buttonContainer A.verde-portale {
  display: inline-block;
  color: #FFFFFF;
  background-color: #597e38;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.verde-portale:HOVER {
  background-color: #FFFFFF;
  color: #006700;
}

SPAN.buttonContainer A.blu-matim {
  display: inline-block;
  color: #FFFFFF;
  background-color: #0b518a;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.blu-matim:HOVER {
  background-color: #FFFFFF;
  color: #0b518a;
}

SPAN.buttonContainer A.crea {
  display: inline-block;
  color: #FFFFFF;
  background-color: #005B9B;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.crea:HOVER {
  background-color: #FFFFFF;
  color: #0b518a;
}

SPAN.buttonContainer A.fucsia {
  display: inline-block;
  color: #FFFFFF;
  background-color: #cc1e56;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
}

SPAN.buttonContainer A.fucsia:HOVER {
  background-color: #000;
  color: #fff;
}

SPAN.buttonContainer A:hover {
  background-color: #000000;
  color: #FFFFFF;
}

SPAN.buttonContainer .nb-dropdown {
  padding: 5px;
  border-radius: 3px;
}

SPAN.buttonContainer .nb-dropdown A {
  display: block;
  padding: 3px 5px;
  border-radius: 3px;
}

SPAN.buttonContainer .nb-dropdown A:hover {
  background-color: #FF1744;
  color: #FFFFFF;
}

H1 {
  font-weight: 300;
  font-size: 2.5rem;
  margin: 0 0 10px 0;
  line-height: 100%;
}

@media only screen and (max-width: 999px) {
  H1 {
    font-size: 1.7rem;
  }
}

H2 {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0;
  line-height: 120%;
  color: inherit;
}

@media only screen and (max-width: 999px) {
  H2 {
    font-size: 1.2rem;
  }
}

H6 {
  margin: 0;
}

BODY,
EM {
  color: inherit;
}

SECTION {
  position: relative;
}

SECTION.nb-spaceTop {
  padding-top: 300px;
}

FORM {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

HR {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: inherit;
  margin-top: 40px;
}

HR.light {
  border-top: 1px solid #585858;
}

@media only screen and (max-width: 999px) {
  HR {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 999px) {
  .noMdisplay {
    display: none;
  }
}

@media only screen and (max-width: 999px) {
  .noMdisplay.nb-brand {
    display: none;
  }
}

.nb-error {
  border: 1px solid #FF1744;
  padding: 10px;
}

.nb-error H4 {
  margin-bottom: 0px;
}

@media only screen and (max-width: 999px) {
  .nb-error H4 {
    color: #FF1744;
  }
}

@media only screen and (max-width: 999px) {
  .nb-error {
    color: #FF1744;
  }
}

/* NUOVA TOOL
-------------------------------------------------------*/
#navigation {
  background: #FFFFFF;
  border-bottom: 1px solid #000000;
  height: 80px;
  padding: 0;
  font-size: 0.8rem;
}

@media only screen and (max-width: 1200px) {
  #navigation SPAN {
    display: none;
  }
}

#navigation .nb-logo IMG {
  max-height: 70px;
  margin: 0 5px;
}

#navigation A.linkMenu,
#navigation A.nb-icon,
#navigation A.linkNewsletter {
  color: #282828;
  line-height: 80px;
  text-decoration: none;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#282828));
  background: linear-gradient(to bottom, #282828 0%, #282828 100%);
  background-position: 5px 50%;
  background-repeat: repeat-x;
  background-size: 0 0;
}

#navigation A.linkMenu:HOVER,
#navigation A.nb-icon:HOVER,
#navigation A.linkNewsletter:HOVER {
  color: #FFFFFF;
  background-size: 5px 150%;
}

#navigation A.linkMenu .nb-svg,
#navigation A.nb-icon .nb-svg,
#navigation A.linkNewsletter .nb-svg {
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 1200px) {
  #navigation A.linkMenu .nb-svg,
  #navigation A.nb-icon .nb-svg,
  #navigation A.linkNewsletter .nb-svg {
    margin: 0;
  }
}

#navigation A.nb-icon {
  border: none;
}

#navigation A.linkNewsletter {
  border-right: none;
}

#navigation A.linkNewsletter .nb-svg {
  margin: 0;
}

#navigation .nb-navbar-item {
  padding: 0;
}

@media only screen and (max-width: 999px) {
  #navigation .nb-navbar-right {
    display: none;
  }
}

#navigation .nb-navbar-right A.linkMenu {
  border-right: none;
}

#navigation .nb-navbar-right A.linkMenu .nb-svg {
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 1200px) {
  #navigation .nb-navbar-right A.linkMenu .nb-svg {
    margin: 0;
  }
}

#navigation FORM {
  padding-left: 10px;
}

@media only screen and (max-width: 999px) {
  #navigation FORM {
    display: none;
  }
}

#navigation FORM INPUT:focus {
  border-color: #0172e2;
}

.microTool {
  padding: 5px 0;
  border-top: 1px solid #585858;
  background-color: #FFFFFF;
}

.microTool A {
  text-decoration: none;
  font-weight: 400;
  font-size: 0.8rem;
  background-color: #FFFFFF;
}

.microTool A:hover {
  color: #0172e2;
  font-weight: 700;
}

/* HEADER SOTTOSITI
--------------------------------------------------------------*/
.miniHeader {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  border-bottom: 1px solid #282828;
}

.miniHeader IMG {
  max-height: 50px;
}

.miniHeader SPAN {
  display: inline-block;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
  margin-left: 10px;
  background-color: #282828;
  color: #FFFFFF;
  font-size: 0.8rem;
  padding-left: 15px;
}

.miniHeader SPAN:HOVER {
  background-color: #000000;
  color: #FFFFFF;
}

.miniHeader SPAN I {
  margin-right: 10px;
}

@media only screen and (max-width: 999px) {
  .miniHeader {
    text-align: left;
    padding:20px 30px;
    border-top: 1px solid #e5e5e5;
  }
}

/* SUPER ACCORDION
--------------------------------------------------------------*/
.nb-accordion.superAccordion {
  margin: 0;
  border-top: 1px solid #e5e5e5;
}

.nb-accordion.superAccordion LI {
  text-decoration: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

.nb-accordion.superAccordion LI .nb-accordion-title {
  width: 85%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 0;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
}

@media only screen and (max-width: 999px) {
  .nb-accordion.superAccordion LI .nb-accordion-title {
    width: 95%;
  }
}

.nb-accordion.superAccordion LI.verde {
  background-color: #71c624;
}

.nb-accordion.superAccordion LI.giallo {
  background-color: #ffb900;
}

.nb-accordion.superAccordion LI.beige {
  background-color: #FFF8DC;
}

.nb-accordion.superAccordion LI.grigio {
  background-color: #e5e5e5;
}

.nb-accordion.superAccordion LI.black {
  background-color: #282828;
}

.nb-accordion.superAccordion LI.black A.nb-accordion-title {
  color: #FFFFFF;
}

.nb-accordion.superAccordion LI SECTION {
  background-color: #FFFFFF;
  border-top: none;
}

.nb-accordion.superAccordion LI SECTION.nb-beige {
  background-color: #FFF8DC;
}

.nb-accordion.superAccordion LI SECTION.imparoSulWebLibro {
  background-color: #282828;
}

.nb-accordion.superAccordion LI SECTION.configVendita {
  background-color: #e5e5e5;
}

.bussolaContainer {
  height: 30px;
}

.nb-breadcrumb {
  margin: 0;
  line-height: 30px;
  padding-left: 15px;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
  background-color: #fff;
}

.nb-breadcrumb A {
  font-weight: 400;
  color: #585858;
  text-decoration: none;
}

.nb-breadcrumb > :nth-child(n + 2):not(.nb-first-column)::before {
  margin: 0 5px;
}

.nb-breadcrumb > * > * {
  font-size: 0.7rem;
}

@media only screen and (max-width: 999px) {
  .nb-breadcrumb {
    display: none;
  }
}

.userTool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -32px 5px 0 0;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 0.7rem;
  list-style-type: none;
}

@media only screen and (max-width: 999px) {
  .userTool {
    /*display: none;*/
    margin: 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #000000;
  }
}

.userTool A {
  text-decoration: none;
  margin: 0 5px;
  padding: 3px 5px;
  border-radius: 3px;
}

.userTool A.userLog {
  color: #FFFFFF;
  background-color: #0172e2;
  font-weight: bold;
}

.userTool A.userCart {
  color: #282828;
}

.userTool A.userCart .nb-badge {
  font-weight: 400;
  font-size: 0.7rem;
}

.userTool A:hover {
  background-color: #ff9500;
}

.userTool .nb-dropdown {
  padding: 5px 3px;
  border-radius: 3px;
}

.userTool .nb-dropdown A {
  padding: 2px 5px;
  font-size: 0.7rem;
}

.nb-toolInterna {
  list-style-type: none;
  padding-bottom: 5px;
  padding-left: 10px;
  margin: 0;
  background-color: #282828;
}

.nb-toolInterna LI {
  display: inline-block;
  margin: 0 10px 0 0;
}

.nb-toolInterna LI A {
  font-weight: 400;
  font-size: 0.8rem;
  color: #FFFFFF;
  padding: 3px;
}

.nb-toolInterna LI.nb-active A {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 2px;
  text-decoration: none;
}

.nb-toolInterna LI .nb-link A {
  color: #FFFFFF;
}

@media only screen and (max-width: 999px) {
  .nb-toolInterna {
    display: none;
  }
}

#menuPrincipale LI, #menuEditori LI, #menuPortali LI,
#menuMateria LI {
  border-top: 1px solid #585858;
}

#menuPrincipale LI:first-child, #menuEditori LI:first-child, #menuPortali LI:first-child, #menuPrincipale LI.subMenu, #menuEditori LI.subMenu, #menuPortali LI.subMenu,
#menuPrincipale LI UL LI,
#menuEditori LI UL LI,
#menuPortali LI UL LI,
#menuMateria LI:first-child,
#menuMateria LI.subMenu,
#menuMateria LI UL LI {
  border-top: none;
}

#menuPrincipale A, #menuEditori A, #menuPortali A,
#menuMateria A {
  color: #FFFFFF;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#menuPrincipale A:hover, #menuEditori A:hover, #menuPortali A:hover,
#menuMateria A:hover {
  color: khaki;
}

#menuPrincipale A I, #menuEditori A I, #menuPortali A I,
#menuMateria A I {
  color: #FFFFFF;
}

#menuPrincipale SPAN, #menuEditori SPAN, #menuPortali SPAN,
#menuMateria SPAN {
  display: block;
  color: #585858;
  /*border-top: 1px solid $grigio;*/
  padding-top: 5px;
}

#menuPrincipale H3, #menuEditori H3, #menuPortali H3,
#menuMateria H3 {
  line-height: 100%;
}

#menuPrincipale H3 A, #menuEditori H3 A, #menuPortali H3 A,
#menuMateria H3 A {
  font-family: "PT Serif", serif;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  white-space: normal;
}

#menuPrincipale H3 A:hover, #menuEditori H3 A:hover, #menuPortali H3 A:hover,
#menuMateria H3 A:hover {
  text-decoration: underline;
}

A.marchioPortale {
  display: block;
  border-bottom: none;
}

A.marchioPortale IMG,
A.marchioPortale SVG {
  max-height: 56px;
  width: auto;
}

.nb-offcanvas-bar {
  width: 400px;
  padding: 20px 20px;
}

@media only screen and (max-width: 999px) {
  .nb-offcanvas-bar {
    width: 100%;
    min-width: 320px;
  }
}

.nb-offcanvas-bar .marchioPortale {
  margin-bottom: 10px;
}

.nb-offcanvas-bar .marchioPortale IMG,
.nb-offcanvas-bar .marchioPortale SVG {
  max-height: 70px;
}

#menuEditori .introEditori,
#menuPortali .introEditori {
  font-weight: 400;
  font-size: 1rem;
  padding-bottom: 40px;
}

#menuEditori .introEditori STRONG,
#menuPortali .introEditori STRONG {
  color: #FFFFFF;
}

/* BRAND
--------------------------------------------------------------*/
.nb-brand {
  position: absolute;
  display: block;
  min-height: 300px;
  left: 40px;
  top: 0px;
  z-index: 1000;
}

@media only screen and (max-width: 1024px) {
  .nb-brand {
    display: none;
  }
}

.nb-brand A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nb-editors {
  text-align: center;
}

@media only screen and (max-width: 999px) {
  .nb-editors {
    display: none;
  }
}

.nb-editors A {
  color: #282828;
  display: inline-block;
  line-height: 80px;
}

.nb-editors A IMG,
.nb-editors A .nb-svg {
  max-height: 65px;
}

/* SECTION
--------------------------------------------------------------*/
SECTION {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*border-top: 1px solid #FFFFFF;*/
}

.sectionPadding {
  padding: 20px 0;
  /*
    @include mediaSmall {
        padding: 20px;
    }*/
}
@media only screen and (max-width: 999px) {
  .sectionPadding {
  padding: 20px;
  }
  }

.bg-grigio {
  background-color: #EEEEEE;
}

/*
.expandible,
.expandibleEng {
    height: 170px;
    overflow: hidden;

    &.max {
        height: fit-content;
    }
}

*/
.expandible {
  /*    .diminuisci {
        display: none;
    }*/
}

.expandible P {
  display: none;
}

.expandible P:first-of-type {
  display: block;
  max-height: 145px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.expandible H3,
.expandible H4,
.expandible H5 {
  font-size: 1.25rem;
  display: none;
}

.expandible H3:first-of-type,
.expandible H4:first-of-type,
.expandible H5:first-of-type {
  display: block;
}

.expandible H3 STRONG,
.expandible H4 STRONG,
.expandible H5 STRONG {
  font-weight: 400;
}

.expandible.max {
  /*        .diminuisci {
            display: inline-block;
        }*/
}

.expandible.max P {
  display: block;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: visible;
}

.expandible.max H3,
.expandible.max H4,
.expandible.max H5 {
  display: block;
}

.expandible.max .espandi {
  display: none;
}

.headerSection {
  margin-bottom: 40px;
}

@media only screen and (max-width: 999px) {
  .headerSection {
    margin-bottom: 20px;
  }
}

.headerSection H3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.headerSection H4 {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;
}

.headerSection .nb-riferimentoPagina {
  border-bottom: 1px solid #282828;
}

.headerSection .nb-immaginePagina {
  text-align: right;
  border-bottom: 1px solid #282828;
}

.headerSection .nb-immaginePagina IMG {
  width: auto;
  max-height: 70px;
}

@media only screen and (max-width: 999px) {
  .headerSection .nb-immaginePagina {
    border-bottom: none;
  }
}

.headerSection.nb-light .nb-riferimentoPagina,
.headerSection.nb-light .nb-immaginePagina {
  border-bottom-color: #FFFFFF;
}

/* SECTION SLIDESHOW 2.0
-------------------------------------------------------------*/
@media only screen and (max-width: 999px) {
  .itemSlider {
    padding-bottom: 30px;
    text-align: center;
  }
  .itemSlider IMG {
    max-height: 300px;
  }
}

.itemSlider IMG.nb-cover {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.itemSlider IMG.imgMobile {
  margin: 0 auto;
}

.itemSlider .focusSlide {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  color: #000000;
}

@media only screen and (max-width: 999px) {
  .itemSlider .focusSlide {
    padding: auto;
    background: none;
    color: #000000 !important;
  }
}

.itemSlider UL {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  list-style-type: square;
}

@media only screen and (max-width: 999px) {
  .itemSlider .nb-light {
    color: #282828;
  }
  .itemSlider .nb-light H1,
  .itemSlider .nb-light H2,
  .itemSlider .nb-light H6 {
    color: inherit;
  }
  .itemSlider .nb-light INPUT.nb-input {
    color: #282828;
    border: 1px solid #282828;
  }
  .itemSlider .nb-light ::-webkit-input-placeholder {
    color: #FF1744;
    opacity: 1;
  }
  .itemSlider .nb-light :-ms-input-placeholder {
    color: #FF1744;
    opacity: 1;
  }
  .itemSlider .nb-light ::-ms-input-placeholder {
    color: #FF1744;
    opacity: 1;
  }
  .itemSlider .nb-light ::placeholder {
    color: #FF1744;
    opacity: 1;
  }
  .itemSlider .nb-light :-ms-input-placeholder {
    color: #FF1744;
  }
  .itemSlider .nb-light ::-ms-input-placeholder {
    color: #FF1744;
  }
  .itemSlider .nb-light HR {
    background-color: #000000;
  }
}

.imageNosfondo {
  max-width: 95%;
  max-height: 500px;
}

A.nb-arrow {
  color: #FFFFFF;
}

A.nb-arrow:hover {
  color: #000000;
}

@media only screen and (max-width: 999px) {
  A.nb-arrow {
    top: 10%;
  }
}

.numbers {
  font-size: 0.8rem;
  display: block;
  border: 1px solid #FFFFFF;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  position: absolute;
  bottom: 15px;
  right: 80px;
}

@media only screen and (max-width: 999px) {
  .numbers {
    display: none;
    /*right: 50%;
        bottom: 10px;
        margin-right: -20px;*/
  }
}

/* SECTION INTRO
--------------------------------------------------------------*/
.nb-intro {
  padding: 50px 0;
}

@media only screen and (max-width: 999px) {
  .nb-intro {
    padding: 20px;
  }
}

.nb-intro H4.materia {
  font-size: 0.9rem;
  color: #000000;
  background-color: #FFD740;
  display: inline-block;
  padding: 0 8px;
  font-weight: 700;
}

@media only screen and (max-width: 999px) {
  .nb-intro H4.materia {
    display: block;
    margin-top: 20px;
  }
}

.nb-intro H3.autore {
  font-size: 1rem;
  margin: 10px 0 0 0;
}

.nb-intro H3.autore A {
  color: #282828;
  text-decoration: none;
}

.nb-intro H3.autore A:hover {
  text-decoration: underline;
}

.nb-intro HR {
  border-top: 4px solid #282828;
  margin-top: 40px;
  clear: both;
}

.nb-intro IMG {
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 999px) {
  .nb-intro IMG {
    max-width: 60%;
  }
}

.nb-intro IMG.editore {
  display: inline-block;
  max-width: 45%;
  max-height: 65px;
  margin-right: 2%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 999px) {
  .nb-intro IMG.editore {
    margin-bottom: 10px;
  }
}

.nb-intro IMG.coverLibro {
  display: block;
}

.nb-intro .caratteristiche {
  color: #585858;
  font-size: 0.8rem;
  margin: 10px 0 -20px 0;
}

@media only screen and (max-width: 999px) {
  .nb-intro .caratteristiche {
    margin: 10px 0 0 0;
  }
}

.nb-intro .nb-label {
  /*di base nuovo*/
  background-color: #006700;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  float: right;
}

.nb-intro .nb-label.esaurimento {
  background-color: #ffa500;
  color: #282828;
}

.nb-intro .nb-label.esaurito {
  background-color: #b10000;
  color: #fff;
}

.nb-intro .nb-linguaStraniera {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

/*
.libroInChiaro {

    IMG {
        max-width: 50%;
    }

    @include mediaSmall {
        display: block;
        margin-top: 40px;
        border-top: 1px solid $grigio-chiaro;
        padding: 20px 0;

        IMG {
            max-width: 25%;
        }
    }
}
*/
.nb-intro .nb-button {
  margin-bottom: 20px;
  display: block;
  text-align: center;
  line-height: 150% !important;
  text-transform: none;
  font-weight: 700;
  white-space: nowrap;
}

.didattica H1 {
  font-size: 2rem;
}

@media only screen and (max-width: 999px) {
  .didattica H1 {
    text-align: center;
  }
}

.didatticaGialla {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fbf5e4;
  /*border: 20px solid $giallo-didattica;*/
}

.didatticaGialla HR {
  border-color: #ffb900;
}

.didatticaVerde {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f2fbea;
  /*border: 20px solid $verde-didattica;*/
}

.didatticaVerde HR {
  border-color: #71c624;
}

/* SECTION CONFIGURAZIONI VENDITA
---------------------------------------------------------------*/
.configVendita {
  background-color: #EEEEEE;
}

.tableContainer .digitale {
  border-left: 1px solid #585858;
}

@media only screen and (max-width: 999px) {
  .tableContainer .digitale {
    border: none;
  }
}

@media only screen and (max-width: 999px) {
  .tableContainer A {
    display: block;
    text-align: center;
    padding: 5px 0 10px 0;
  }
}

.tableContainer .configurazioniHead {
  background-color: #282828;
}

.tableContainer H5 {
  font-size: 0.7rem;
  font-weight: 400;
  margin: 0;
  color: #FFFFFF;
}

.tableContainer H6 {
  font-weight: 700;
}

.tableContainer TR.intestazione TH {
  padding-top: 10px;
  border-bottom: 1px solid #585858;
  color: #585858;
  font-size: 0.8rem;
}

.tableContainer TR H6 {
  margin-bottom: 5px;
}

.tableContainer TH {
  text-transform: none;
  font-size: 0.8rem;
  padding: 0 5px;
}

.tableContainer TD {
  font-size: 0.8rem;
  padding: 5px;
}

.tableContainer TD.titleColumn SPAN {
  color: #585858;
}

@media only screen and (max-width: 999px) {
  .tableContainer TD.titleColumn {
    white-space: nowrap;
  }
}

.tableContainer TD.prezzo {
  white-space: nowrap;
}

.tableContainer TD.carrello {
  min-width: 20px;
}

.tableContainer TBODY TR:nth-child(odd) {
  background-color: #EEEEEE;
}

.qta-nuovo,
.qta-esaurimento,
.qta-esaurito {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding: 0 4px;
}

.qta-nuovo {
  background-color: #006700;
  color: #fff;
}

.qta-esaurimento {
  background-color: #ffa500;
  color: #282828;
}

.qta-esaurito {
  background-color: #b10000;
  color: #fff;
}

/* SECTION I Plus della Pubblicazione
---------------------------------------------------------------*/
.nb-beige {
  background-color: #FFF8DC;
}

H5.nb-tinyTitle {
  font-weight: 700;
  font-size: 1.25rem;
}

.nb-accordion.superAccordion LI .nb-accordion-title.plusTitle,
.plusTitle {
  border: none;
  font-size: 0.9rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.nb-accordion.superAccordion LI .nb-accordion-title.plusTitle .iconaPlus,
.plusTitle .iconaPlus {
  width: 20px;
  margin-right: 5px;
}

.nb-accordion.superAccordion LI .nb-accordion-title.plusTitle .iconaPlus IMG,
.plusTitle .iconaPlus IMG {
  max-width: 18px;
}

.nb-accordion.superAccordion LI .nb-accordion-title.plusTitle I,
.plusTitle I {
  color: #FF1744;
}

.nb-accordion.superAccordion LI .nb-accordion-title.plusTitle::before,
.plusTitle::before {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.plusContent {
  font-size: 0.8rem;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.plusContent A {
  color: #8c031e;
  text-decoration: underline;
}

.plusContent A:hover {
  text-decoration: none;
}

/* SECTION IMPARO SUL WEB
---------------------------------------------------------------*/
.imparoSulWebLibro {
  background-color: #282828;
}

.imparoSulWebLibro .nb-immagineLibro,
.imparoSulWebLibro .nb-riferimentoLibro,
.imparoSulWebLibro .nb-detail {
  border-bottom: 1px solid #585858;
  margin-bottom: 40px;
}

@media only screen and (max-width: 999px) {
  .imparoSulWebLibro .nb-immagineLibro,
  .imparoSulWebLibro .nb-riferimentoLibro,
  .imparoSulWebLibro .nb-detail {
    margin-bottom: 10px;
    border-bottom: 0;
    text-align: center;
  }
}

.imparoSulWebLibro .nb-immagineLibro IMG {
  width: 80%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 999px) {
  .imparoSulWebLibro .nb-immagineLibro IMG {
    display: block;
    max-width: 60%;
    margin: 0 auto;
  }
}

.imparoSulWebLibro .nb-padding {
  padding: 0 20px;
}

.imparoSulWebLibro .nb-padding H2 {
  font-size: 1.25rem;
  margin: 0;
}

.imparoSulWebLibro .nb-padding P {
  margin: 0;
  font-size: 0.8rem;
}

.imparoSulWebLibro .nb-padding A.nb-collegamento {
  display: inline-block;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
  font-size: 0.8rem;
  padding: 3px 25px;
  margin-top: 20px;
}

.imparoSulWebLibro .nb-padding A.nb-collegamento:HOVER {
  background-color: #000000;
  color: #FFFFFF;
}

@media only screen and (max-width: 999px) {
  .imparoSulWebLibro .nb-padding A.nb-collegamento {
    display: block;
  }
}

.imparoSulWebLibro .nb-detail DIV {
  font-size: 0.8rem;
  color: #FFFFFF;
  text-align: right;
}

@media only screen and (max-width: 999px) {
  .imparoSulWebLibro .nb-detail DIV {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #585858;
    margin-bottom: 20px;
  }
}

.propostaIsw {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*padding: 40px;*/
}

.propostaIsw H2 {
  font-size: 1rem;
}

.propostaIsw P {
  margin: 0;
  font-size: 0.8rem;
}

.propostaIsw P.label {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #EEEEEE;
  color: #FFFFFF;
}

.propostaIsw SPAN {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  white-space: nowrap;
}

FORM.campiLiberi {
  display: inline-block;
  padding-left: 10px;
  font-size: 0.8rem;
}

FORM.campiLiberi INPUT {
  font-weight: 600;
  font-size: 0.9rem;
  color: #000000;
  border: none;
  outline: none;
  background-color: #EEEEEE;
  padding: 5px 10px;
}

FORM.campiLiberi A {
  margin-left: 10px;
}

FORM.campiLiberi A.reset {
  margin-left: 0;
}

/* INDICE CONTENUTI CON FILTRI
---------------------------------------------------------------*/
.selectFilter {
  display: block;
  margin-bottom: 5px;
  font-size: 0.8rem;
}

.nb-borderLeft {
  border-left: 1px solid #000000;
  margin-bottom: 40px;
}

.nb-borderLeft SELECT {
  padding-left: 10px;
}

@media only screen and (max-width: 999px) {
  .nb-borderLeft {
    border: none;
    background-color: #e5e5e5;
  }
}

/* INDICE PORTALI TEMATICI
---------------------------------------------------------------*/
@media only screen and (max-width: 999px) {
  .indiceTematici {
    text-align: left;
  }
}

.indiceTematici H2 {
  font-size: 1.25rem;
  margin: 0;
}

.indiceTematici H2 A {
  color: #282828;
}

.indiceTematici H2 A:hover {
  text-decoration: underline;
}

.indiceTematici IMG {
  max-width: 80% !important;
  height: auto !important;
  margin-bottom: 20px;
}

@media only screen and (max-width: 999px) {
  .indiceTematici IMG {
    max-width: 60% !important;
    height: auto !important;
    display: block;
    /*margin: 0 auto 10px auto;*/
  }
}

.indiceTematici P {
  margin: 0;
}

.indiceTematici .borderBottom {
  border-bottom: 1px solid #585858;
}

@media only screen and (max-width: 999px) {
  .indiceTematici .borderBottom {
    border-bottom: 0;
  }
}

.indiceTematici A.nb-collegamento {
  display: inline-block;
  color: #FFFFFF;
  background-color: #585858;
  border-radius: 50px;
  padding: 5px 25px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 120%;
  font-size: 0.8rem;
  padding: 3px 25px;
  margin-top: 20px;
}

.indiceTematici A.nb-collegamento:HOVER {
  background-color: #FFFFFF;
  color: #585858;
}

@media only screen and (max-width: 999px) {
  .indiceTematici A.nb-collegamento {
    margin: 10px 0;
    display: block;
    text-align: center;
    padding: 5px 0;
  }
}

.indiceTematici .nb-height-match {
  margin-bottom: 40px;
}

/* SECTION YOUTUBE
---------------------------------------------------------------*/
.videoContainer IFRAME {
  aspect-ratio: 16 / 9;
  width: 100%;
  /*max-width: 800px;*/
  display: block;
  margin: 0 auto;
  /*min-height: 480px;*/
  /*
    @include mediaSmall {
        min-height: 250px;
    }
    */
}

/* I FRAME VARIE 
---------------------------------------------------------------*/
.iframeRatio {
  aspect-ratio: 16 / 9;
  width: 100%;
  /*max-width: 800px;*/
  max-width: 1000px;
  height: auto;
  /*max-height: 600px;*/
  display: block;
  margin: 0 auto;
}

SECTION iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  padding-top: max 40% !important;
  display: block;
  margin: 0 auto;
}

/* SECTION COLLEGAMENTI
---------------------------------------------------------------*/
.collegamento {
  margin: 30px 0;
}

@media only screen and (max-width: 999px) {
  .collegamento {
    text-align: center;
  }
}

.collegamento H2 A {
  display: block;
  /*color: $nero;*/
  color: inherit;
  text-decoration: none;
}

.collegamento H2 A:hover {
  text-decoration: underline;
}

.collegamento HR {
  color: #FFFFFF;
  margin: 5px 0;
}

.collegamento A IMG {
  max-width: 100%;
}

.collegamento A IMG.imgSvg {
  width: 100%;
}

.collegamento .imgCircle {
  display: block;
  width:145px;
  height:145px;
  /*width: 100%;
  padding-top: 100%;*/
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
}

@media only screen and (max-width: 999px) {
  .collegamento .imgCircle {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 999px) {
  .collegamento .nb-first-column {
    padding-left: 0;
  }
}

.lineaCollegamenti A.imgCollegamento {
  text-align: center;
  max-width: 150px;
  max-height: 150px;
}

.lineaCollegamenti A.imgCollegamento IMG {
  max-width: 200px;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}

.lineaCollegamenti A.imgCollegamento.imgCircle,
.lineaCollegamenti DIV.imgCollegamento.imgCircle {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
}

.lineaCollegamenti H3 {
  font-size: 1rem;
  margin: 10px 0 5px 0;
}

.lineaCollegamenti H3 A {
  color: #282828;
}

.lineaCollegamenti H3 A:hover {
  color: #FF1744;
}

.lineaCollegamenti HR {
  width: 50px;
  margin: 0 auto 5px auto;
}

.lineaCollegamenti P {
  font-size: 0.85rem;
}

/* SECTION TESTO
---------------------------------------------------------------*/
.sectionTesto {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.sectionTesto .content {
  margin: 20px 0;
}

@media only screen and (max-width: 999px) {
  .sectionTesto .content {
    overflow: hidden;
  }
}

.sectionTesto .content IMG {
  display: block;
  margin: 0 auto;
  padding-bottom:30px;
}

.sectionTesto .content A {
  color: #0172e2;
  background-color: inherit;
  /*add for usability*/
  /* A CAPO AUTOMATICO */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  /* FINE A CAPO */
}

.sectionTesto .content A.verde, .sectionTesto .content A.azzurro, .sectionTesto .content A.arancio {
  color: #FFFFFF;
}

.sectionTesto .content A:hover {
  color: #282828;
}

.sectionTesto .categoria {
  font-size: 0.7rem;
  color: #000000;
  background-color: #FFD740;
  display: inline-block;
  padding: 0 8px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sectionTesto .categoria.rosso {
  color: #FFFFFF;
  background-color: #85001B;
}

.sectionTesto .categoria.azzurro {
  color: #FFFFFF;
  background-color: #0172e2;
}

/* SECTION INDICE LIBRI
---------------------------------------------------------------*/
.toolFiltri {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.toolFiltri A,
.toolFiltri SPAN {
  font-weight: 400;
  font-size: 0.8rem;
  text-decoration: none;
}

.toolFiltri A.attivo,
.toolFiltri SPAN.attivo {
  color: #ff9500;
  cursor: default;
  font-family: "Source Sans Pro", sans-serif;
}

.toolFiltri A.menuSelector,
.toolFiltri SPAN.menuSelector {
  display: inline-block;
  background-color: #0172e2;
  color: #FFFFFF;
  padding: 0px 0px 0px 8px;
  border-radius: 3px;
}

.toolFiltri A.menuSelectorEditori,
.toolFiltri SPAN.menuSelectorEditori {
  float: right;
  display: block;
  background-color: #FFFFFF;
  color: #000000;
  padding: 0px 0px 0px 8px;
  border: 1px solid #585858;
  border-radius: 3px;
}

@media only screen and (max-width: 999px) {
  .toolFiltri A.menuSelectorEditori,
  .toolFiltri SPAN.menuSelectorEditori {
    float: none;
    display: inline-block;
  }
}

.toolFiltri A.inactive,
.toolFiltri SPAN.inactive {
  display: inline-block;
  background-color: #e5e5e5;
  color: #585858;
  padding: 0px 0px 0px 8px;
  border-radius: 3px;
  cursor: default;
}

.toolFiltri UL {
  list-style-type: none;
  padding: 0;
}

.toolFiltri UL LI {
  line-height: 100%;
  padding: 5px 0;
}

.filtriSelezionati {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-top: 10px;
}

.filtriSelezionati A {
  display: inline-block;
  color: #FFFFFF;
  background-color: #282828;
  padding: 0px 4px 0px 8px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 400;
}

@media only screen and (max-width: 999px) {
  .filtriSelezionati A {
    line-height: 48px;
    margin: 3px 1px;
  }
}

.filtriSelezionati A:hover, .filtriSelezionati A.reset {
  color: #FFFFFF;
  background-color: #FF1744;
}

.catalogoSearch {
  padding-left: 20px;
}

@media only screen and (max-width: 999px) {
  .catalogoSearch {
    padding: 0;
    margin-bottom: 40px;
  }
}

.catalogoSearch .nb-select {
  padding: 0 16px 0 8px;
  font-size: 0.9rem;
  height: 30px;
}

.catalogoSearch LABEL {
  font-size: 0.8rem;
  padding-left: 8px;
  border-left: 1px solid #e5e5e5;
}

.indiceLibri ARTICLE {
  margin-bottom: 20px;
}

@media only screen and (max-width: 999px) {
  .indiceLibri ARTICLE .nb-grid-margin {
    margin-top: 10px;
  }
}

.indiceLibri ARTICLE IMG.img.Catalogo {
  max-width: 100% !important;
  height: auto !important;
}

.indiceLibri ARTICLE H1,
.indiceLibri ARTICLE .titoloIndice {
  font-size: 1.2rem;
  line-height: 110%;
}

.indiceLibri ARTICLE .titoloIndice {
  margin-bottom:10px;
}

.indiceLibri ARTICLE H1 A,
.indiceLibri ARTICLE .titoloIndice A {
  color: #000000;
  font-weight: 300;
  text-decoration: none;
}

@media only screen and (max-width: 999px) {
  .indiceLibri ARTICLE H1 A,
.indiceLibri ARTICLE .titoloIndice A {
    font-weight:700;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.indiceLibri ARTICLE H1 A:hover,
.indiceLibri ARTICLE .titoloIndice A:HOVER {
  color: #585858;
}

.indiceLibri ARTICLE .autore,
.indiceLibri ARTICLE .autore A {
  font-size: 0.8rem;
  color: #585858;
  font-weight: 400;
  text-decoration: none;
  line-height: 120%;
  margin-bottom: 5px;
}

@media only screen and (max-width: 999px) {
  .indiceLibri ARTICLE .autore,
  .indiceLibri ARTICLE .autore A {
    font-size: 1rem;
  }
}

.indiceLibri ARTICLE .autore A:hover {
  color: #0172e2;
}

.indiceLibri ARTICLE .descrizione {
  font-size: 0.8rem;
  border-top: 1px solid #585858;
  padding: 5px 0;
  margin-top: 15px;
  /*@include mediaSmall {
                font-size: 1rem;
            }*/
}

.indiceLibri ARTICLE .descrizione P {
  margin-bottom: 10px;
}

.indiceLibri ARTICLE .target {
  font-size: 0.8rem;
  color: #585858;
}

@media only screen and (max-width: 999px) {
  .indiceLibri ARTICLE .target {
    font-size: 1rem;
  }
}

.indiceLibri ARTICLE .editore {
  font-size: 0.8rem;
  color: #585858;
}

@media only screen and (max-width: 999px) {
  .indiceLibri ARTICLE .editore {
    font-size: 1rem;
  }
}

.indiceLibri ARTICLE .nb-label {
  /*di base nuovo*/
  background-color: #006700;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 400;
  float: right;
}

.indiceLibri ARTICLE .nb-label.esaurimento {
  background-color: #ffa500;
  color: #282828;
}

.indiceLibri ARTICLE .nb-label.esaurito {
  background-color: #b10000;
  color: #fff;
}

.nb-pagination {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
}

.nb-pagination .nb-active SPAN {
  color: #0172e2;
}

.nb-pagination A {
  color: #282828;
  font-weight: 400;
  text-decoration: none;
}

.nb-pagination A:hover {
  color: #0172e2;
}

/* SECTION FAQ
---------------------------------------------------------------*/
.titleFaq {
  font-weight: 700;
  border-bottom: 1px solid #585858;
  text-decoration: none;
}

/* SIDEBAR
---------------------------------------------------------------*/
#sidebarScheda {
  display: block;
  background-color: #FFFFFF;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 20px 0 20px;
  border-bottom: 1px solid #282828;
}

@media only screen and (max-width: 999px) {
  #sidebarScheda {
    display: none;
  }
}

#sidebarScheda H6 {
  margin-bottom: 0;
  font-weight: 700;
  padding-left: 6px;
}

#sidebarScheda UL {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#sidebarScheda UL LI {
  display: inline;
}

#sidebarScheda UL LI.nb-active A {
  background-color: #0172e2;
  color: #FFFFFF;
}

#sidebarScheda UL LI A {
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0 6px;
}

/* NEWS INDEX
---------------------------------------------------------------*/
.newsIndex ARTICLE {
  padding: 0 20px;
}

@media only screen and (max-width: 999px) {
  .newsIndex ARTICLE {
    padding: 0;
  }
}

.newsIndex IMG {
  width: auto;
  max-height: 150px;
}

.newsIndex .details {
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.newsIndex .details SPAN {
  display: inline-block;
  margin-right: 20px;
}

.newsIndex .details SPAN.categoria {
  margin-right: auto;
  color: #FF1744;
}

/* FORM NEWSLETTER
--------------------------------------------------------------*/
.nb-check-news {
  text-align: center;
  padding: 20px;
}

.nb-check-news LABEL {
  display: block;
  padding: 20px 10px;
  /*border: 1px solid $grigio-chiaro;*/
  font-size: 0.8rem;
  cursor: pointer;
}

.nb-check-news LABEL:hover {
  color: #0172e2;
}

.nb-check-news LABEL P {
  margin: 0;
}

.nb-check-news LABEL P.title {
  font-weight: bold;
  margin-bottom: 8px;
}

.nb-check-news LABEL IMG {
  display: block;
  max-height: 70px;
  margin: 10px auto;
}

.nb-check-news .nb-visualizzaTutti {
  font-size: 0.8rem;
}

/* IMPARO SUL WEB INTERNA (SECOND RELEASE)
---------------------------------------------------------------*/
.imparosulWebDetail {
  background-color: #EEEEEE;
}

.imparosulWebDetail .nb-subnav-pill {
  list-style-type: none;
  margin-left: -30px;
}

.imparosulWebDetail .nb-subnav-pill LI {
  display: block;
}

.imparosulWebDetail .nb-subnav-pill A {
  display: block;
  text-decoration: none;
  padding-right: 20px;
  line-height: 100%;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nb-subnav-pill > .nb-active > a {
  color:#fff!important;
  background-color: #1a5998!important;
}

.nb-subnav-pill > * > :first-child {
  color:#616161!important;
}



@media only screen and (max-width: 999px) {
  .imparosulWebDetail .nb-subnav-pill A {
    padding-right: auto;
  }
}

.imparosulWebDetail .nb-switcher {
  border-left: 2px solid #1e87f0;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.imparosulWebDetail A.multimediaContent {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 19%;
  padding-top: 19%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #585858;
  background-repeat: no-repeat;
  background-position: 90% 90%;
  background-size: 20%;
}

@media only screen and (max-width: 999px) {
  .imparosulWebDetail A.multimediaContent {
    display: block;
    width: auto;
    margin-bottom: 5px;
    background-position: 98% 90%;
    background-size: 10%;
  }
}

.imparosulWebDetail A.multimediaContent .number {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: #585858;
  font-size: 0.8rem;
  line-height: 120%;
  -ms-word-break: break-all;
  word-break: break-all;
}

.imparosulWebDetail A.multimediaContent:hover {
  background-color: #FFF8DC;
}

.iswConnessioni P {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 10px;
}

.iswConnessioni .nb-visualizzaTutti {
  margin-top: 10px;
}

/* RICERCA RESULT
--------------------------------------------------------------*/
.risultatoMultiplo A {
  display: block;
  border: 1px solid #282828;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  text-decoration: none;
  /*text-align: center;*/
  min-height: 200px;
}

.risultatoMultiplo A H1,
.risultatoMultiplo A H4 {
  margin: 0;
}

.risultatoMultiplo A:hover {
  background-color: #FFF8DC;
  color: #282828;
}

VAR {
  color: #FF1744;
}

/* 404
---------------------------------------------------------------*/
#nb-404-info {
  background-color: #FFF8DC;
  border-top: 1px solid #ff9500;
  border-bottom: 1px solid #ff9500;
  padding: 30px 0 10px 0;
}

/* FOOTER
---------------------------------------------------------------*/
#footer {
  background-color: #282828;
  font-size: 0.8rem;
}

@media only screen and (max-width: 999px) {
  #footer DIV {
    margin-bottom: 10px;
  }
}

#footer H2 {
  font-family: "PT Serif", serif;
}

#footer HR {
  margin: 10px 0;
  border-color: #FFFFFF;
  border-width: 1px;
}

#footer A {
  font-weight: 400;
}

#footer A.footerLink {
  padding-right: 30px;
}

@media only screen and (max-width: 999px) {
  #footer A.footerLink {
    padding: 0;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 1rem;
  }
}

#footer A.credits {
  white-space: nowrap;
}

@media only screen and (max-width: 999px) {
  #footer A.credits {
    margin-top: 10px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 1rem;
    color: #cccccc;
  }
}

/* QUESTIONARI
------------------------------------------------------*/
.questionari {
  font-size: 0.8rem;
}

.questionari .nb-form-label {
  color: #000000;
}

.questionari LABEL {
  margin-top: 2px;
}

/* COOKIE INFO
---------------------------------------------------------------*/
/*SECOND RELEASE*/
.cookieChoice {
  display: block;
  width: 100%;
  height:100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  background-color: #FFFFFF;
  bottom: 0;
  padding: 20px;
}

/*FIRST RELEASE */
.cookieInfo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.9);
}

@media only screen and (max-width: 999px) {
  .cookieChoice {
    height: auto;
  }

  .cookieInfo {
    overflow-y: auto;
  }
}

.cookieInfo .messageContainer {
  position: relative;
}

.cookieInfo .messageContainer .sceltaCookie {
  border-radius: 5px;
  border: 3px solid #ff9500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 700px;
  padding: 20px;
  margin: 50px auto 0 auto;
  display: block;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 999px) {
  .cookieInfo .messageContainer .sceltaCookie {
    width: 90%;
    overflow-y: scroll;
  }
}

.titolo23 {
  color: #666!important;
}

.imparoSulWebLibro .titolo23 {
  color: #fff!important;
}

IMG.editore2 {
  /*width: 90%;*/
  /*width:60px;*/
  max-width:120px;
  max-height:60px;
  margin-bottom:10px;
}

.blog24 {
  /*position: absolute;
  top:0;
  right:40px;*/
  width:190px;
  height:188px;
  display:block;
  float: right;
  background:url(/img/blog_ragioniamoci_lampadina.jpg) no-repeat 0 0;
  background-size:cover;
}
@media only screen and (max-width: 999px) {
  .blog24 {
    width:120px;
    height:115px;
    }
  }

.imgOnly {
		height: 400px;
		background-position: center top;
		background-size: cover;
	}
	@media only screen and (max-width: 999px) {
		.imgOnly {
			height: 250px;
		}
	}

 .duemilaventitre H1 {margin-bottom: 0;}
    /*.duemilaventitre H2.edizione {margin-top:0px;}*/
    .titolone23,
    .indiceTematici H2 {
        font-family: "Source Sans Pro", sans-serif;
        font-weight:300;
        font-size: 2.5rem;
        margin: 0 0 10px 0;
        line-height: 100%;
    }
     .titolo23,
     H2/*,
     .indiceTematici H2.titolone23*/ {
       font-family: "Source Sans Pro", sans-serif;
       font-size: 1.5rem;
       line-height: 1.4;
       margin:0 0 20px 0!important;
       font-weight:400;
       color:inherit;
     }
     .indiceTematici H2.titolone23 A {
       font-size: 1.5rem;
       line-height: 1.4;
     }

     H2.occhiello {
       font-size: .875rem!important;
     }

     .sottotitolo23 {
       font-family: "Source Sans Pro", sans-serif;
       font-weight: 700;
       font-size: 1.1rem;
       margin:0;
       line-height: 120%;
     }
     .data23 {
       font-family: "Source Sans Pro", sans-serif;
       margin: 0;
       font-size: .875rem;
       line-height: 1.4;
       font-weight:400;
     }
     .config23 {
       font-family: "Source Sans Pro", sans-serif;
       font-size:.7rem;
       font-weight:400;
       margin:0;
       color:#fff;
     }
     .tableTitolo23 {
       font-family: "Source Sans Pro", sans-serif;
       font-size:.875rem;
       line-height: 1.4;
       font-weight: 700;
       margin-bottom:5px;
     }
     H3.curatore23 {
       margin-top:0!important;font-size:.95rem!important;line-height:.8!important;
     }

     H4.editore23 {
       font-family: "PT Serif", serif;
       font-size:.875rem;
       color:#85001B;
       margin:15px 0;
     }
     .duemilaventitre .caratteristiche23 {
       max-width:60%;
        color: #585858;
        font-size: 0.8rem;
        margin: 10px 0 -20px 0;
        padding:5px 10px;
        background-color: #eee;
     }
     .nb-button {
       text-transform: none!important;
       font-weight:700;
       color:#666;
     }

    @media only screen and (max-width:999px) {
        IMG.imgMobile {
          width:100%;
          aspect-ratio: 16 / 9;
          object-fit:contain;
        }

    }

/* TOOL 2024 */
#navigationBar24 .nb-navbar-nav > LI > A {

        font-family: "Source Sans Pro", sans-serif;

        text-transform: none;

        min-height:50px;

        color:#000;

    }

    #navigationBar24 .nb-navbar-nav > LI {
        background: url('/img/tool2024-separatore.gif') no-repeat right center;
    }

    #navigationBar24 .nb-navbar-nav > LI:last-child {
        background:none;
    }

    #navigationBar24 .nb-navbar-nav > LI > A:HOVER {
      color: #92a56e;
    }

    .nb-navbar-dropdown-nav > LI > A {
      font-weight:300;
      color:#000;
    }

   #toolProdotti24 .nb-navbar-nav > LI > A {
        font-family: "Source Sans Pro", sans-serif;
        text-transform: none;
        min-height:40px;
        color:#fff;
    }

    #toolProdotti24 .nb-navbar-nav > LI > A:HOVER {
      color: #ffe400;
    }

     #toolProdotti24 .nb-navbar-nav > LI {
        background: url('/img/tool2024-separatore-bianco.gif') no-repeat right center;
    }



    #toolProdotti24 .nb-navbar-nav > LI:last-child {
        background:none;
    }

    #navigationBar24 .nb-navbar-dropdown-grid > .nb-grid-margin {
      margin-top:20px!important;
    }

    #navigationBar24 .nb-navbar-dropdown {
      width:auto;
      min-width: 200px;
      top:35px!important;
    }

    #toolProdotti24 .nb-navbar-dropdown {
      width:auto;
      top:25px!important;
    }

    #menuCatalogo .intro,
    #menuDizionari .intro,
    #menuRiviste .intro,
    #menuCasaeditrice .intro {
      font-weight: 400;
      font-size: 1rem;
      padding-bottom: 40px;
    }

    #menuCatalogo A,
    #menuDizionari A,
    #menuRiviste A,
    #menuCasaeditrice A {
        color: #FFFFFF;
        font-weight: 300;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

     #menuCatalogo A:HOVER,
     #menuDizionari A:HOVER,
     #menuRiviste A:HOVER,
     #menuCasaeditrice A:HOVER {
       color: khaki;
     }

    #menuPrincipale LI, #menuCatalogo LI,
    #menuPrincipale LI, #menuDizionari LI,
    #menuPrincipale LI, #menuRiviste LI,
    #menuPrincipale LI, #menuCasaeditrice LI {
      border-top: 1px solid #585858;
  }

  #menuCatalogo LI:first-child,
  #menuDizionari LI:first-child,
  #menuRiviste LI:first-child,
  #menuCasaeditrice LI:first-child {
    border-top:none;
  }

  INPUT {
    font-family: Arial !important;
  }

/* CARRELLO / PROFILO 2024 */

#toolProdotti24 .nb-navbar-dropdown {background-color: #6E7A4D!important;}/*92a56e*/
#toolProdotti24 .nb-navbar-dropdown-nav > LI > A {color: #fff;}
#toolProdotti24 .nb-navbar-dropdown-nav > LI > A:HOVER {color: #ffe400;}
#toolProdotti24 .userTool {margin-top: 0px; margin-left:0; padding-left:0; background-color:#fff; float:right;}
#toolProdotti24 .userTool A.userLog {background-color:#6E7A4D!important;}
.nb-badge {background-color:#6E7A4D!important;}

.toolAlwaysM {
  display: block;
  margin:10px 0;
}

.toolAlwaysM A {
    width:40%;
    padding:5px 10px;
    display:inline-block;
    text-decoration:none;
}

header .miniHeader {
  display: none;
}
.nb-sticky-fixed .miniHeader {
  display:inline-block;
  border-bottom:none;
}


/*----- IW Più -------*/

#navigationBar-Iw .nb-navbar-nav > LI > A {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: none;
    min-height:50px;
    color:#000;
}

#navigationBar-Iw .nb-navbar-nav > LI > A.Tregistrati {
  color:#fff;
  background-color: #ee492e;
}

#navigationBar-Iw .nb-navbar-nav > LI > A:HOVER {
  color: #0066a0;
}

#navigationBar24 .nav-iwP UL {
    /*border-bottom:solid 2px #ff9500;*/
    /*box-shadow: inset 0 -2px 0 #ff9500;*/
    background: url(/img/tool-iwP-fine.png) no-repeat right bottom;
}
#navigationBar24 .nav-iwP LI {
  background: url('/img/tool2024-separatore-giallo.gif') no-repeat right center;
}


/* 2025 */
 .duemilaventitre H1 .sottotitolo,
 .duemilaventitre H1 .edizione {
  font-size: 1.2rem;
  line-height:1.4;
  margin-bottom:10px;
  font-weight:600;
}

.duemilaventitre H1 .autore {
    font-size:1rem;
    line-height:1.4;
}

.duemilaventitre P.editore25 {
  font-family: "PT Serif", serif;
  color:#85001B;
  margin:15px 0;
}



.sectionTesto .content H3,
.sectionTesto .content H4,
.sectionTesto .content H5 {
  color:#000;
  /*font-family: "PT Serif", serif;*/
   font-size:1.25rem;
   font-weight:700;
   margin-top:20px!important;
   margin-bottom:0px!important;
}

.sectionTesto .content H4 {
  font-size: 1rem;
}

.sectionTesto .content H5 {
  font-size: .8rem;
}

.sectionTesto .content P {
  margin-top:0px;
}

H1.titolo25,
H2.titolo25 {
    font-size: 2.5rem;
    color:#000;
    font-weight:400;
}

H3 {
  margin-top:15px;
}


/*# sourceMappingURL=stile.css.map */