/* scss COLORS */
/*$nzsboxshadow: 5px 5px 0 0 rgba(31, 45, 65, 0.75);
$nzsboxshadow-sm: 3px 4px 0 0 rgba(31, 45, 65, 0.10);
$nzsboxshadow-xs: 2px 3px 0 0 rgba(31,45,65,0.10);*/
/* scss FONTS */
/* BASICS */
html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: Roboto, sans-serif;
  /*color: $nzsgrey;*/
  color: #66707b;
  font-weight: 400;
  line-height: 1.6em;
  font-size: 1.0625rem;
  background-color: #f9fbfd;
  min-height: 100vh;
}

main {
  min-height: 100vh;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
.nzsradius-lg {
  border-radius: 0.35rem;
}

.nzsradius-sm {
  border-radius: 0.1rem;
}

#print {
  display: none;
}

/* FOOTER */
footer h5 {
  color: #dfe3e6;
}

footer li a {
  color: #cacace;
}

footer li a:hover {
  color: #f2f2f3;
  text-decoration: none;
}

/* FORM */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.form-group label {
  margin-bottom: 0.25rem;
}

.custom-control-label {
  font-weight: 300;
}

.form-group {
  margin-bottom: 1rem;
}

.link-underline {
  color: #49515a;
  border-bottom: 0.0625rem dashed #97a4af;
  text-decoration: none;
  font-weight: 300;
}

.link-underline:hover {
  color: #028ecc;
  border-bottom: 0.0625rem dashed #97a4af;
  text-decoration: none;
}

.form-control {
  height: calc(2.25em + 0.75rem + 2px);
  color: #49515a;
  font-weight: 300;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #95cd46;
  background-color: #95cd46;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem #cee9dc;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cee9dc;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #cee9dc;
  border-color: #cee9dc;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #cee9dc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #cee9dc;
}

/* SEARCH FORM */
.nzs-search .input-group-text {
  background-color: transparent;
}

/* 11-22
.nzs-search .input-group>.input-group-append>.btn {
    border-radius: $nzsradius-lg;
}
*/
.nzs-search .form-control {
  height: calc(2.25em + 0.75rem + 2px);
  padding-left: 0rem;
}

.nzs-search .form-control {
  border: 1px solid white;
}

.nzs-search .form-control:focus {
  border: none;
  box-shadow: none;
}

/* TYPOGRAPHY */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #2c3e50;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 991px) {
  .h1, h1 {
    font-size: 2rem;
  }
  .h2, h2 {
    font-size: 1.75rem;
  }
  .h3, h3 {
    font-size: 1.75rem;
  }
  .h4, h4 {
    font-size: 1.5rem;
  }
  .h5, h5 {
    font-size: 1.25rem;
  }
  .h6, h6 {
    font-size: 1.0625rem;
  }
}
@media (min-width: 992px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
  .h2, h2 {
    font-size: 2rem;
  }
  .h3, h3 {
    font-size: 1.75rem;
  }
  .h4, h4 {
    font-size: 1.5rem;
  }
  .h5, h5 {
    font-size: 1.25rem;
  }
  .h6, h6 {
    font-size: 1.0625rem;
  }
}
pre {
  font-family: Roboto, sans-serif;
  /*color: $nzsgrey;*/
  color: #66707b;
  font-weight: 400;
  line-height: 1.6em;
  font-size: 1.0625rem;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.preheader {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #95cd46;
  font-size: 0.75rem;
  font-weight: 600;
}

.header-pretitle {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #95cd46;
  font-size: 0.825rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.header-pretitle:after {
  content: "";
  flex: 1;
  height: 1px;
  margin-left: 1rem;
  background-color: #95cd46;
}

@media (min-width: 768px) {
  .nzs-enter {
    margin-top: 20vh;
  }
}
.small {
  font-size: 0.825rem;
  line-height: 1rem;
  font-weight: 300;
}

.smaller {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

a {
  color: #028ecc;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #04b0fd;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.nzshr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #dfe3e6;
  width: 5rem;
  text-align: left;
  margin-left: 0;
}

.adminhr {
  border-color: #ced4da;
}

.text-nzsgreen {
  color: #95cd46;
}

.w400 {
  font-weight: 400;
}

.w600 {
  font-weight: 600;
}

/* NAV  */
.navbar-brand img {
  height: 35px;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #95cd46;
}

.navbar-dark .navbar-nav .nav-link {
  transition: all 0.2s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  transition: all 0.2s ease-in-out;
}

/*
.nav-user {
    color: $nzsgreen; 
}*/
.nzs-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 1rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #49515a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0.35rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

.dropdown-item:first-child {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.dropdown-item:last-child {
  border-bottom-left-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
  border-bottom: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #95cd46;
}

.dropdown-divider {
  height: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid white;
}

.nzs-nav {
  background-color: #2c3e50;
  border-top: 3px solid #95cd46;
}

@media (min-width: 992px) {
  .img-profile {
    width: 2rem;
    height: 2rem;
  }
  .nav-link .img-profile {
    margin-left: 0.5rem;
  }
}
@media (max-width: 991px) {
  .img-profile {
    width: 1.5rem;
    height: 1.5rem;
  }
  .nav-link .img-profile {
    margin-left: 0.25rem;
  }
}
.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0.125rem 0 0.5rem;
  font-size: 0.85rem;
  color: #858796;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
}

@media (max-width: 991px) {
  .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: none;
    border-left: 1px solid #95cd46;
    border-radius: 0.1rem;
  }
  .dropdown-item {
    color: #dfe3e6;
    border-bottom: 0px solid #dfe3e6;
  }
}
@media (min-width: 992px) {
  .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 0px solid #e3e6f0;
    border-radius: 0.35rem;
  }
  .dropdown-item {
    color: #49515a;
    border-bottom: 1px solid #dfe3e6;
  }
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* PILLS */
.nav-pills .nav-link {
  font-size: 0.825rem;
  letter-spacing: 0.1rem;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.35rem;
  font-weight: 400;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #49515a;
  background-color: #ffffff;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
  font-weight: bold;
}

/* ANIMATION */
@keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animated--grow-in, .sidebar .nav-item .collapse {
  animation-name: growIn;
  animation-duration: 0.2s;
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated--fade-in {
  animation-name: fadeIn;
  animation-duration: 0.2s;
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

/* PERIODS */
.period-desc .badge {
  min-width: 3.25rem;
}

/* COLORS */
.bg-nzsgreen {
  background-color: #95cd46;
}

.bg-nzsdarkgreen {
  background-color: #5eb641;
}

.bg-nzsblue {
  background-color: #028ecc;
}

.bg-nzsdarkblue {
  background-color: #2c3e50;
}

.bg-nzspurple {
  background-color: #6146cd;
}

.bg-nzsteal {
  background-color: #158fa4;
}

.bg-nzsyellow {
  background-color: #ffc107;
}

.bg-nzsorange {
  background-color: #F57C00;
}

.bg-nzsred {
  background-color: #e14b3f;
}

.bg-nzsviolet {
  background-color: #be46cd;
}

.bg-nzsaqua {
  background-color: #46cda1;
}

.bg-nzskhaki {
  background-color: #cdc346;
}

.bg-nzsgrey {
  background-color: #49515a;
}

.bg-darkgrey {
  background-color: #dfe3e6;
}

.bg-lightgrey {
  background-color: #f2f2f3;
}

.bg-bodygrey {
  background-color: #f9fbfd;
}

.bg-nzsdarkblue-5 {
  background-color: #33485d;
  color: #f9fbfd;
}

.bg-nzsdarkblue-5 h1 {
  color: #f9fbfd;
}

.bg-bodydarkgrey {
  background-color: #eceff2;
}

/*

.nzs-period-blue {
    border-bottom: 3px solid $nzsblue;
    color: $nzsblue;
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.12rem;
}

.nzs-period-green {
    border-bottom: 3px solid $nzsgreen;
    color: $nzsgreen;
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.12rem;
}

.nzs-period-orange {
    border-bottom: 3px solid $nzsorange;
    color: $nzsorange;
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.12rem;
}

.nzs-period-red {
    border-bottom: 3px solid $nzsred;
    color: $nzsred;
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.12rem;     
}

.nzs-period-yellow {
    border-bottom: 3px solid $nzsyellow;
    color: $nzsyellow;
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.12rem;
}
*/
.nzs-period-edit {
  opacity: 0;
  transform: all 0.2s ease-in-out;
}

.card:hover .nzs-period-edit {
  opacity: 1;
  transform: all 0.2s ease-in-out;
}

.lighten {
  filter: brightness(1);
  transform: all 0.2s ease-in-out;
}

.lighten:hover {
  filter: brightness(1.05);
  transform: all 0.2s ease-in-out;
}

.text-nzsgreen {
  color: #95cd46;
}

.text-nzsdarkblue {
  color: #2c3e50;
}

.text-nzsorange {
  color: #F57C00;
}

.text-nzsred {
  color: #e14b3f;
}

.text-nzsblue {
  color: #028ecc;
}

.text-darkgrey {
  color: #dfe3e6;
}

.text-lightgrey {
  color: #f2f2f3;
}

.text-bodygrey {
  color: #f9fbfd;
}

.nzs-text-danger {
  color: #dc3545;
  transition: all 0.2s ease-in-out;
}

.nzs-text-danger:hover {
  color: #bd2130;
  transition: all 0.2s ease-in-out;
}

/* SHADOWS */
.nzs-shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
}

.nzs-shadow-xs {
  box-shadow: 0 0.05rem 0.5rem 0 rgba(31, 45, 65, 0.15);
}

.nzs-shadow-xs-hover:hover {
  box-shadow: 0 0.15rem 0.75rem 0 rgba(31, 45, 65, 0.2);
  transition: all 0.2s ease-in-out;
}

.nzs-shadow-xs-hover {
  box-shadow: 0 0.05rem 0.5rem 0 rgba(31, 45, 65, 0.15);
  transition: all 0.2s ease-in-out;
}

.nzs-shadow-dark {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.5);
}

.border-green {
  border-top: 6px solid #95cd46;
}

/* BUTTONS */
button:focus, .btn.focus, .btn:focus {
  outline: none;
  box-shadow: none;
}

.btn + .btn {
  margin-left: 0.5rem;
}

.card .btn {
  margin-left: 0;
}

.pointer-none {
  pointer-events: none;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}

.btn-circle-lg {
  width: 40px;
  height: 40px;
  padding: 9px 0px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 1;
}

.btn-nzs-round {
  font-size: 0.825rem;
  letter-spacing: 0.1em;
  border-radius: 50%;
  padding: 0.825rem;
}

.btn-nzs {
  font-size: 0.825rem;
  letter-spacing: 0.1em;
  border-radius: 0.35rem;
}

.btn {
  letter-spacing: 0.05rem;
  font-weight: 500;
  border-width: 2px;
}

.btn-nzs-xs {
  font-size: 0.825rem;
  letter-spacing: 0.1em;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  border-radius: 0.35rem;
}

.btn-nzs-sm {
  /* font-size: 0.825rem;
   letter-spacing: 0.1em;
   padding: 0.5rem;*/
  border-radius: 0.2rem;
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
}

.btn-nzs-md {
  /*font-size: 0.825rem;
  letter-spacing: 0.1em;
  padding: 0.825rem;*/
  border-radius: 0.35rem;
  padding: 0.5rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.5;
}

.btn-nzs-lg {
  /*font-size: 0.825rem;
  letter-spacing: 0.1em;
  padding: 1rem 1rem 1rem 1rem; */
  border-radius: 0.35rem;
  padding: 0.75rem 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.5;
}

.btn-nzsgreen {
  background-color: #95cd46;
  border-color: #95cd46;
  color: white;
  transition: all 0.2s ease-in-out;
}

.btn-nzsgreen:hover {
  background-color: #acd86e;
  border-color: #acd86e;
  color: white;
  transition: all 0.2s ease-in-out;
}

.btn-nzsblue {
  background-color: #028ecc;
  border-color: #028ecc;
  color: white;
  transition: all 0.2s ease-in-out;
}

.btn-nzsblue:hover {
  background-color: #04b0fd;
  border-color: #04b0fd;
  color: white;
  transition: all 0.2s ease-in-out;
}

.btn-nzsdanger {
  background-color: #e14b3f;
  border-color: #e14b3f;
  color: white;
  transition: all 0.2s ease-in-out;
}

.btn-nzsdanger:hover {
  background-color: #e8746b;
  border-color: #e8746b;
  color: white;
  transition: all 0.2s ease-in-out;
}

.btn-outline-nzsgreen {
  background-color: transparent;
  border-color: #95cd46;
  color: #95cd46;
  transition: all 0.2s ease-in-out;
}

.btn-outline-nzsgreen:hover {
  background-color: #95cd46;
  border-color: #95cd46;
  color: white;
  transition: all 0.2s ease-in-out;
}

.btn-nzsdarkgrey {
  background-color: #dfe3e6;
  border-color: #dfe3e6;
  color: #606a76;
  transition: all 0.2s ease-in-out;
}

.btn-nzsdarkgrey:hover {
  background-color: #edf0f1;
  border-color: #edf0f1;
  color: #545e68;
  transition: all 0.2s ease-in-out;
}

.btn-nzsdarkergrey {
  background-color: #a6abb0;
  border-color: #a6abb0;
  color: #f9fbfd;
  transition: all 0.2s ease-in-out;
}

.btn-nzsdarkergrey:hover {
  background-color: #95cd46;
  border-color: #95cd46;
  color: white;
  transition: all 0.2s ease-in-out;
}

.btn-rating-nzsgreen.collapsed {
  background-color: #95cd46;
  border-color: #95cd46;
  color: white;
  transition: all 0.2s ease-in-out;
}

.btn-rating-nzsgreen.collapsed:after {
  content: "Oceni vajo";
}

.btn-rating-nzsgreen.collapsed:hover {
  background-color: #acd86e;
  border-color: #acd86e;
  color: white;
  transition: all 0.2s ease-in-out;
}

.btn-rating-nzsgreen {
  background-color: #95cd46;
  border-color: #95cd46;
  color: white;
  transition: all 0.2s ease-in-out;
}

.btn-rating-nzsgreen:after {
  content: "Oddaj oceno";
}

.btn-rating-nzsgreen:hover {
  background-color: #acd86e;
  border-color: #acd86e;
  color: white;
  transition: all 0.2s ease-in-out;
}

.btn-nzsdisabled {
  pointer-events: none;
}

.disabled {
  pointer-events: none;
}

/* TABLES */
.table .thead-light th {
  color: #49515a;
  background-color: #f2f2f3;
  border-color: #dfe3e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dfe3e6;
}

.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dfe3e6;
}

.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0px solid #dfe3e6;
}

.table-hover tbody tr:hover {
  color: #49515a;
  background-color: #f2f2f3;
}

/* CARDS */
.nzs-footer-links a {
  background-color: #dfe3e6;
  border-color: #dfe3e6;
  color: #49515a;
  transition: all 0.15s ease-in-out;
  font-size: 0.825rem;
  letter-spacing: 0.1em;
  padding: 1rem 0 1rem 0;
  transition: all 0.2s ease-in-out;
  border-radius: 0px;
}

@media (min-width: 768px) {
  .nzs-footer-links a:first-child {
    border-radius: 0 0 0 0.35rem;
    border-right-color: #f2f2f3;
  }
  .nzs-footer-links a:last-child {
    border-radius: 0 0 0.35rem 0;
  }
  .nzs-footer-links a:not(:first-child) {
    border-left-color: #f2f2f3;
  }
}
@media (max-width: 768px) {
  .nzs-footer-links a:first-child {
    border-radius: 0;
  }
  .nzs-footer-links a:last-child {
    border-radius: 0 0 0.35rem 0.35rem;
  }
  .nzs-footer-links a {
    border-top-color: #f2f2f3;
  }
}
.nzs-footer-links a:hover {
  background-color: #95cd46;
  border-color: #95cd46;
  color: white;
  transition: all 0.2s ease-in-out;
}

.card {
  border-radius: 0.35rem;
  border: 1px solid #ced4da;
}

.nzs-card a {
  color: #49515a;
}

.nzs-card {
  border: none;
  border-radius: 0.35rem;
  background-color: white;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
}

.nzs-card p {
  font-size: 0.925rem;
  line-height: 1.25rem;
}

.nzs-card .card-header {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.card-header {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.nzs-card-flat-border {
  border-radius: 0.35rem;
  border: 1px solid #ced4da;
}

.nzs-card-hover {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
  transition: all 0.2s ease-in-out;
}

.nzs-card-hover:hover {
  box-shadow: 0 0.15rem 0.75rem 0 rgba(31, 45, 65, 0.2);
  transition: all 0.2s ease-in-out;
}

.nzs-card-hover-to-shadow {
  box-shadow: 0;
  transition: all 0.2s ease-in-out;
}

.nzs-card-hover-to-shadow:hover {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
  transition: all 0.2s ease-in-out;
}

.nzs-card-empty-hover, .nzs-card-empty {
  background-color: #f9fbfd;
  border: 1px solid #ced4da;
  transition: all 0.2s ease-in-out;
  color: #86919d;
}

.nzs-card-empty-hover:hover {
  background-color: #eef1f4;
  border: 1px solid #ced4da;
  transition: all 0.2s ease-in-out;
}

.nzscard-review {
  border-radius: 0;
  border: 0;
  background-color: #f9fbfd;
}

.nzs-shadow-sm {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
}

.pulser {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    color: white;
  }
  75% {
    color: #dfe3e6;
  }
  100% {
    color: white;
  }
}
.nzs-thumb {
  display: block;
  height: 100px;
  width: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 0.35rem;
  filter: brightness(1);
  transition: all 0.2s ease-in-out;
}

.nzs-thumb-fluid {
  display: block;
  height: 140px;
  background-size: cover;
  background-position: center;
  border-radius: 0.35rem;
  filter: brightness(1);
  transition: all 0.2s ease-in-out;
}

.nzs-thumb-fluid-button {
  position: relative;
  display: block;
  height: 140px;
  background-color: #f9fbfd;
  border: 1px solid #ced4da;
  border-radius: 0.35rem;
  color: #86919d;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.nzs-thumb-fluid-button:hover {
  background-color: #eef1f4;
  border: 1px solid #ced4da;
}

.nzs-thumb-list {
  display: block;
  height: 90px;
  width: 160px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
  filter: brightness(0.9);
  transition: all 0.2s ease-in-out;
}

.nzs-thumb-16by9 {
  width: 8rem;
  height: 4.5rem;
}

.nzs-thumb-16by9 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.35rem;
}

.nzs-thumb-4by3 {
  width: 6rem;
  height: 4.5rem;
}

.nzs-thumb-4by3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.35rem;
}

.nzs-thumb-button {
  position: relative;
  display: block;
  height: 100px;
  width: 100px;
  background-color: #dfe3e6;
  border-radius: 0.35rem;
  color: #49515a;
  filter: brightness(0.9);
  transition: all 0.2s ease-in-out;
}

.nzs-thumb:hover, .nzs-thumb-button:hover, .nzs-thumb-fluid:hover {
  cursor: pointer;
  filter: brightness(0.9);
  transition: all 0.2s ease-in-out;
}

.nzs-delete {
  vertical-align: 0;
  right: 0;
}

.card-footer:last-child {
  border-radius: 0 0 0.35rem 0.35rem;
}

.nzs-card-fade {
  position: relative;
  max-height: 15rem;
  overflow: hidden;
}

.nzs-card-fade:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%);
}

/* BADGES */
.badge {
  font-weight: 400;
  font-size: 0.925rem;
}

.nzs-badge-plan {
  position: absolute;
  top: -0.7rem;
  /*left: calc(50% - 2rem);*/
}

.nzs-badge-white {
  background-color: white;
  border: 1px solid #dfe3e6;
}

.nzs-badge-lightgrey {
  background-color: #f2f2f3;
  border: 1px solid #dfe3e6;
}

.nzs-badge-green {
  background-color: #95cd46;
  border: 1px solid #95cd46;
  color: white;
}

.nzs-badge-outline-green {
  background-color: transparent;
  border: 1px solid #95cd46;
  color: #95cd46;
}

.nzs-badge-teal {
  background-color: #158fa4;
  border: 1px solid #158fa4;
  color: white;
}

.nzs-badge-darkblue {
  background-color: #2c3e50;
  border: 1px solid #2c3e50;
  color: white;
}

.nzs-badge-blue {
  background-color: #028ecc;
  border: 1px solid #028ecc;
  color: white;
}

.nzs-badge-yellow {
  background-color: #ffc107;
  border: 1px solid #ffc107;
  color: white;
}

.nzs-badge-orange {
  background-color: #F57C00;
  border: 1px solid #F57C00;
  color: white;
}

.nzs-badge-soft-green {
  background-color: #daeebe;
  border: 1px solid #daeebe;
  color: #95cd46;
}

.nzs-badge-soft-teal {
  background-color: #c1eff7;
  border: 1px solid #c1eff7;
  color: #158fa4;
}

.nzs-badge-soft-darkblue {
  background-color: #aabed1;
  border: 1px solid #aabed1;
  color: #2c3e50;
}

.nzs-badge-soft-blue {
  background-color: #b5e8fe;
  border: 1px solid #b5e8fe;
  color: #028ecc;
}

.nzs-badge-drop-green {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 0.35rem 50% 50% 50%;
  background-color: #95cd46;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 500;
  color: white;
}

/* CURRICULUM */
.nzs-tr-card {
  background-color: white;
  border-radius: 0.35rem;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15);
  border: none;
}

.nzs-tr-item {
  display: block;
  padding: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  background: #eceff2;
  /*background: linear-gradient(90deg, rgba(242,242,243,1) 25%, rgba(255,255,255,1) 100%);*/
  border-radius: 0.35rem;
}

.nzs-tr-time {
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem 0;
  color: #2c3e50;
}

.nzs-tr-time:first-of-type {
  margin: -0.5rem 0 0.5rem 0;
}

/* MODAL */
.modal-search-item {
  background-color: #f9fbfd;
}

.modal-search-item .nzs-thumb-16by9 img {
  border-radius: 0.35rem 0 0 0.35rem;
}

.modal-search-item .nzs-thumb-4by3 img {
  border-radius: 0.35rem 0 0 0.35rem;
}

/* COLLAPSE */
.nzs-card-collapse .btn {
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: 600;
  color: #3e4766;
}

.nzs-card-collapse .btn-link:focus, .btn-link:hover {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  color: #028ecc;
}

.nzs-card-collapse .card-header {
  background-color: white;
}

.collapsed .card-btn-arrow {
  transition: all 0.2s ease-in-out;
  transform: rotate(90deg);
}

.card-btn-arrow {
  margin-left: 1rem;
  transition: all 0.2s ease-in-out;
}

/* POTEK */
.time {
  display: block;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.1rem 50% 50% 50%;
  background-color: #95cd46;
  display: flex;
  align-items: center;
  justify-content: center;
}

.minutes {
  position: relative;
  display: inline-block;
}

.minutes h6 {
  font-size: 1.25rem;
  color: white;
  line-height: 1rem;
}

.minutes p {
  font-size: 0.75rem;
  color: white;
  line-height: 0.5rem;
  margin: 0.25rem 0 0 0;
}

.nzs-tr-items-duration {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: block;
}

.nzs-tr-items-duration:not(:last-child):before {
  content: "";
  position: absolute;
  left: calc(0.75rem - 1px);
  height: 100%;
  border-left: 2px solid #95cd46;
}

.nzs-un-week:not(:last-child) {
  margin-bottom: 1rem;
}

/* VIDEO LIST */
.nzs-video-container {
  position: relative;
  overflow: hidden;
}

.nzs-video-container img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  filter: brightness(0.9);
  transition: all 0.2s ease-in-out;
  position: relative;
  border-radius: 0.35rem;
  cursor: pointer;
}

.nzs-video-container:hover img {
  filter: brightness(1);
  transition: all 0.2s ease-in-out;
}

.nzs-video-container i {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -24px;
  z-index: 4;
  color: white;
  text-shadow: 3px 3px #95cd46;
  transition: all 0.2s ease-in-out;
}

.nzs-video-container:hover i {
  text-shadow: 0px 0px #95cd46;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.nzs-video-item a {
  color: #49515a;
  text-decoration: none;
}

.nzs-video-item p {
  font-size: 0.825rem;
  line-height: 1.25rem;
}

.nzs-video {
  width: 12rem;
  height: 8rem;
  border-radius: 0.35rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #dfe3e6;
}

.nzs-video-fluid {
  width: 12rem;
  height: 8rem;
  border-radius: 0.35rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #dfe3e6;
}

.nzs-video-thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  border-radius: 0.35rem;
}

/* RATING */
.rating {
  color: #dfe3e6;
  font-size: 1rem;
}

.rating .count {
  color: #49515a;
}

.rating .earned {
  color: #ffc107;
}

/* SELECTIZE */
.selectize-control.multi .selectize-input.has-items {
  min-height: calc(1.25em + 0.75rem + 2px);
  padding-left: 4px;
  padding-right: 4px;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 0px;
  padding-right: 0px;
  min-height: calc(1.25em + 0.75rem + 2px);
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 5px 1px 5px;
  font-weight: 400;
  font-size: 0.825rem;
  background-color: transparent;
  border: 1px solid #95cd46;
  color: #95cd46;
}

.selectize-input {
  min-height: calc(1.25em + 0.75rem + 2px);
  border-top: 1px solid #ced4da;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 0.375rem 0.75rem;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
}

.selectize-input > input {
  font-weight: 300;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  transition: border-color 0.15s ease-in-out;
}

.selectize-input.focus {
  box-shadow: none;
  border-top: 1px solid #95cd46;
  transition: border-color 0.15s ease-in-out;
}

/* TOOLTIP */
.tooltip-inner {
  background-color: #2c3e50;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #2c3e50 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #2c3e50 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #2c3e50 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #2c3e50 !important;
}

.nzs-scroll::-webkit-scrollbar {
  width: 6px;
}

.nzs-scroll {
  height: 10rem;
  overflow: auto;
  padding-right: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #95cd46;
}

.nzs-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.nzs-scroll::-webkit-scrollbar-thumb {
  background-color: #f2f2f3;
  border-radius: 6px;
  border: 0px solid #49515a;
}

/* COLOR PICKER */
.nzs-colorpicker input[type=radio] {
  display: none;
}
.nzs-colorpicker input[type=radio]:checked + label span {
  transform: scale(1.25);
}
.nzs-colorpicker input[type=radio]:checked + label .nzsgreen {
  border: 2px solid #354c15;
}
.nzs-colorpicker input[type=radio]:checked + label .nzsdarkgreen {
  border: 2px solid #1a3212;
}
.nzs-colorpicker input[type=radio]:checked + label .nzsblue {
  border: 2px solid #00131b;
}
.nzs-colorpicker input[type=radio]:checked + label .nzsdarkblue {
  border: 2px solid black;
}
.nzs-colorpicker input[type=radio]:checked + label .nzspurple {
  border: 2px solid #20154c;
}
.nzs-colorpicker input[type=radio]:checked + label .nzsteal {
  border: 2px solid #010506;
}
.nzs-colorpicker input[type=radio]:checked + label .nzsyellow {
  border: 2px solid #543f00;
}
.nzs-colorpicker input[type=radio]:checked + label .nzsorange {
  border: 2px solid #432200;
}
.nzs-colorpicker input[type=radio]:checked + label .nzsred {
  border: 2px solid #5f150f;
}
.nzs-colorpicker input[type=radio]:checked + label .nzsviolet {
  border: 2px solid #46154c;
}
.nzs-colorpicker input[type=radio]:checked + label .nzsaqua {
  border: 2px solid #154c3a;
}
.nzs-colorpicker input[type=radio]:checked + label .nzskhaki {
  border: 2px solid #4c4815;
}
.nzs-colorpicker input[type=radio]:checked + label .nzsgrey {
  border: 2px solid black;
}

.nzs-colorpicker label {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  cursor: pointer;
}
.nzs-colorpicker label:hover span {
  transform: scale(1.25);
}
.nzs-colorpicker label span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.35rem;
  transition: transform 0.2s ease-in-out;
}
.nzs-colorpicker label span.nzsgreen {
  background: #95cd46;
}
.nzs-colorpicker label span.nzsdarkgreen {
  background: #5eb641;
}
.nzs-colorpicker label span.nzsblue {
  background: #028ecc;
}
.nzs-colorpicker label span.nzsdarkblue {
  background: #2c3e50;
}
.nzs-colorpicker label span.nzspurple {
  background: #6146cd;
}
.nzs-colorpicker label span.nzsteal {
  background: #158fa4;
}
.nzs-colorpicker label span.nzsyellow {
  background: #ffc107;
}
.nzs-colorpicker label span.nzsorange {
  background: #F57C00;
}
.nzs-colorpicker label span.nzsred {
  background: #e14b3f;
}
.nzs-colorpicker label span.nzsviolet {
  background: #be46cd;
}
.nzs-colorpicker label span.nzsaqua {
  background: #46cda1;
}
.nzs-colorpicker label span.nzskhaki {
  background: #cdc346;
}
.nzs-colorpicker label span.nzsgrey {
  background: #49515a;
}

/* COLOR PICKED */
.period-nzsgreen {
  border: 3px solid #95cd46;
  border-radius: 0.35rem;
}
.period-nzsgreen .badge {
  background-color: #95cd46;
  border-color: #95cd46;
  color: white;
  min-width: 3.25rem;
}
.period-nzsgreen .period-h {
  color: #95cd46;
}

.period-nzsgreen:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #95cd46;
  right: -6px;
  top: calc(50% - 7px);
}

.no-caret.period-nzsgreen:before {
  display: none;
}

.period-nzsdarkgreen {
  border: 3px solid #5eb641;
  border-radius: 0.35rem;
}
.period-nzsdarkgreen .badge {
  background-color: #5eb641;
  border-color: #5eb641;
  color: white;
  min-width: 3.25rem;
}
.period-nzsdarkgreen .period-h {
  color: #5eb641;
}

.period-nzsdarkgreen:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #5eb641;
  right: -6px;
  top: calc(50% - 7px);
}

.no-caret.period-nzsdarkgreen:before {
  display: none;
}

.period-nzsblue {
  border: 3px solid #028ecc;
  border-radius: 0.35rem;
}
.period-nzsblue .badge {
  background-color: #028ecc;
  border-color: #028ecc;
  color: white;
  min-width: 3.25rem;
}
.period-nzsblue .period-h {
  color: #028ecc;
}

.period-nzsblue:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #028ecc;
  right: -6px;
  top: calc(50% - 7px);
}

.no-caret.period-nzsblue:before {
  display: none;
}

.period-nzsdarkblue {
  border: 3px solid #2c3e50;
  border-radius: 0.35rem;
}
.period-nzsdarkblue .badge {
  background-color: #2c3e50;
  border-color: #2c3e50;
  color: white;
  min-width: 3.25rem;
}
.period-nzsdarkblue .period-h {
  color: #2c3e50;
}

.period-nzsdarkblue:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #2c3e50;
  right: -6px;
  top: calc(50% - 7px);
}

.no-caret.period-nzsdarkblue:before {
  display: none;
}

.period-nzspurple {
  border: 3px solid #6146cd;
  border-radius: 0.35rem;
}
.period-nzspurple .badge {
  background-color: #6146cd;
  border-color: #6146cd;
  color: white;
  min-width: 3.25rem;
}
.period-nzspurple .period-h {
  color: #6146cd;
}

.period-nzspurple:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #6146cd;
  right: -6px;
  top: calc(50% - 7px);
}

.no-caret.period-nzspurple:before {
  display: none;
}

.period-nzsteal {
  border: 3px solid #158fa4;
  border-radius: 0.35rem;
}
.period-nzsteal .badge {
  background-color: #158fa4;
  border-color: #158fa4;
  color: white;
  min-width: 3.25rem;
}
.period-nzsteal .period-h {
  color: #158fa4;
}

.period-nzsteal:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #158fa4;
  right: -6px;
  top: calc(50% - 7px);
}

.no-caret.period-nzsteal:before {
  display: none;
}

.period-nzsyellow {
  border: 3px solid #ffc107;
  border-radius: 0.35rem;
}
.period-nzsyellow .badge {
  background-color: #ffc107;
  border-color: #ffc107;
  color: white;
  min-width: 3.25rem;
}
.period-nzsyellow .period-h {
  color: #ffc107;
}

.period-nzsyellow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffc107;
  right: -6px;
  top: calc(50% - 7px);
}

.no-caret.period-nzsyellow:before {
  display: none;
}

.period-nzsorange {
  border: 3px solid #F57C00;
  border-radius: 0.35rem;
}
.period-nzsorange .badge {
  background-color: #F57C00;
  border-color: #F57C00;
  color: white;
  min-width: 3.25rem;
}
.period-nzsorange .period-h {
  color: #F57C00;
}

.period-nzsorange:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #F57C00;
  right: -6px;
  top: calc(50% - 7px);
}

.no-caret.period-nzsorange:before {
  display: none;
}

.period-nzsred {
  border: 3px solid #e14b3f;
  border-radius: 0.35rem;
}
.period-nzsred .badge {
  background-color: #e14b3f;
  border-color: #e14b3f;
  color: white;
  min-width: 3.25rem;
}
.period-nzsred .period-h {
  color: #e14b3f;
}

.period-nzsred:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #e14b3f;
  right: -6px;
  top: calc(50% - 7px);
}

.no-caret.period-nzsred:before {
  display: none;
}

.period-nzsviolet {
  border: 3px solid #be46cd;
  border-radius: 0.35rem;
}
.period-nzsviolet .badge {
  background-color: #be46cd;
  border-color: #be46cd;
  color: white;
  min-width: 3.25rem;
}
.period-nzsviolet .period-h {
  color: #be46cd;
}

.period-nzsviolet:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #be46cd;
  right: -6px;
  top: calc(50% - 7px);
}

.no-caret.period-nzsviolet:before {
  display: none;
}

.period-nzsaqua {
  border: 3px solid #46cda1;
  border-radius: 0.35rem;
}
.period-nzsaqua .badge {
  background-color: #46cda1;
  border-color: #46cda1;
  color: white;
  min-width: 3.25rem;
}
.period-nzsaqua .period-h {
  color: #46cda1;
}

.period-nzsaqua:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #46cda1;
  right: -6px;
  top: calc(50% - 7px);
}

.no-caret.period-nzsaqua:before {
  display: none;
}

.period-nzskhaki {
  border: 3px solid #cdc346;
  border-radius: 0.35rem;
}
.period-nzskhaki .badge {
  background-color: #cdc346;
  border-color: #cdc346;
  color: white;
  min-width: 3.25rem;
}
.period-nzskhaki .period-h {
  color: #cdc346;
}

.period-nzskhaki:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #cdc346;
  right: -6px;
  top: calc(50% - 7px);
}

.no-caret.period-nzskhaki:before {
  display: none;
}

.period-nzsgrey {
  border: 3px solid #49515a;
  border-radius: 0.35rem;
}
.period-nzsgrey .badge {
  background-color: #49515a;
  border-color: #49515a;
  color: white;
  min-width: 3.25rem;
}
.period-nzsgrey .period-h {
  color: #49515a;
}

.period-nzsgrey:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #49515a;
  right: -6px;
  top: calc(50% - 7px);
}

.no-caret.period-nzsgrey:before {
  display: none;
}