/*!
 * Niche Framework
 * Version - 1.0
 */
.nich-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .nich-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .nich-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .nich-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .nich-container {
    max-width: 1140px;
  }
}
.nich-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.nich-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.nich-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.nich-no-gutters > .nich-col,
.nich-no-gutters > [class*="nich-col-"] {
  padding-right: 0;
  padding-left: 0;
}
.nich-col-sm-1, 
.nich-col-sm-2, 
.nich-col-sm-3, 
.nich-col-sm-4, 
.nich-col-sm-5, 
.nich-col-sm-6, 
.nich-col-sm-7, 
.nich-col-sm-8, 
.nich-col-sm-9, 
.nich-col-sm-10, 
.nich-col-sm-11, 
.nich-col-sm-12, 
.nich-col-md-1, 
.nich-col-md-2, 
.nich-col-md-3, 
.nich-col-md-4, 
.nich-col-md-5, 
.nich-col-md-6, 
.nich-col-md-7, 
.nich-col-md-8, 
.nich-col-md-9, 
.nich-col-md-10, 
.nich-col-md-11, 
.nich-col-md-12, 
.nich-col-lg-1, 
.nich-col-lg-2, 
.nich-col-lg-3, 
.nich-col-lg-4, 
.nich-col-lg-5, 
.nich-col-lg-6, 
.nich-col-lg-7, 
.nich-col-lg-8, 
.nich-col-lg-9, 
.nich-col-lg-10, 
.nich-col-lg-11, 
.nich-col-lg-12, 
.nich-col-xl-1, 
.nich-col-xl-2, 
.nich-col-xl-3, 
.nich-col-xl-4, 
.nich-col-xl-5, 
.nich-col-xl-6, 
.nich-col-xl-7, 
.nich-col-xl-8, 
.nich-col-xl-9, 
.nich-col-xl-10, 
.nich-col-xl-11, 
.nich-col-xl-12, 
.nich-col-auto,
.nich-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.nich-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.nich-row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.nich-row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.nich-row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.nich-row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.nich-row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.nich-row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.nich-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.nich-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.nich-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.nich-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.nich-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.nich-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.nich-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.nich-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.nich-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.nich-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.nich-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.nich-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.nich-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.nich-order-first {
  -ms-flex-order: -1;
  order: -1;
}
.nich-order-last {
  -ms-flex-order: 13;
  order: 13;
}
.nich-order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.nich-order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.nich-order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.nich-order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.nich-order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.nich-order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.nich-order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.nich-order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.nich-order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.nich-order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.nich-order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.nich-order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.nich-order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.nich-offset-1 {
  margin-left: 8.333333%;
}
.nich-offset-2 {
  margin-left: 16.666667%;
}
.nich-offset-3 {
  margin-left: 25%;
}
.nich-offset-4 {
  margin-left: 33.333333%;
}
.nich-offset-5 {
  margin-left: 41.666667%;
}
.nich-offset-6 {
  margin-left: 50%;
}
.nich-offset-7 {
  margin-left: 58.333333%;
}
.nich-offset-8 {
  margin-left: 66.666667%;
}
.nich-offset-9 {
  margin-left: 75%;
}
.nich-offset-10 {
  margin-left: 83.333333%;
}
.nich-offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 992px) {
  .nich-order-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .nich-order-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .nich-order-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .nich-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .nich-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .nich-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .nich-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .nich-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .nich-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .nich-order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .nich-order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .nich-order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .nich-order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .nich-order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .nich-order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 576px) {
  .nich-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .nich-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .nich-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .nich-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .nich-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .nich-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .nich-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .nich-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .nich-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .nich-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .nich-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .nich-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .nich-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .nich-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .nich-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .nich-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .nich-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .nich-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .nich-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .nich-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .nich-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .nich-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .nich-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .nich-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .nich-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .nich-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .nich-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .nich-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .nich-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .nich-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .nich-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .nich-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .nich-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .nich-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .nich-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .nich-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .nich-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .nich-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .nich-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .nich-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .nich-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .nich-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .nich-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .nich-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .nich-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .nich-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .nich-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .nich-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.nich-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.nich-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.nich-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.nich-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.nich-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.nich-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.nich-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.nich-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.nich-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.nich-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.nich-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.nich-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.nich-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.nich-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.nich-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.nich-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.nich-text-left {
  text-align: left !important;
}
.nich-text-right {
  text-align: right !important;
}
.nich-text-center {
  text-align: center !important;
}
.nich-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.nich-table th,
.nich-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.nich-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.nich-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.nich-table-sm th,
.nich-table-sm td {
  padding: 0.3rem;
}
.nich-table-bordered {
  border: 1px solid #dee2e6;
}
.nich-table-bordered th,
.nich-table-bordered td {
  border: 1px solid #dee2e6;
}
.nich-table-bordered thead th,
.nich-table-bordered thead td {
  border-bottom-width: 2px;
}
.nich-table-borderless th,
.nich-table-borderless td,
.nich-table-borderless thead th,
.nich-table-borderless tbody + tbody {
  border: 0;
}
.nich-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.nich-table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.nich-table-primary,
.nich-table-primary > th,
.nich-table-primary > td {
  background-color: #b8daff;
}
.nich-table-primary th,
.nich-table-primary td,
.nich-table-primary thead th,
.nich-table-primary tbody + tbody {
  border-color: #7abaff;
}
.nich-table-hover .nich-table-primary:hover {
  background-color: #9fcdff;
}
.nich-table-hover .nich-table-primary:hover > td,
.nich-table-hover .nich-table-primary:hover > th {
  background-color: #9fcdff;
}
.nich-table-secondary,
.nich-table-secondary > th,
.nich-table-secondary > td {
  background-color: #d6d8db;
}
.nich-table-secondary th,
.nich-table-secondary td,
.nich-table-secondary thead th,
.nich-table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.nich-table-hover .nich-table-secondary:hover {
  background-color: #c8cbcf;
}
.nich-table-hover .nich-table-secondary:hover > td,
.nich-table-hover .nich-table-secondary:hover > th {
  background-color: #c8cbcf;
}
.nich-table-success,
.nich-table-success > th,
.nich-table-success > td {
  background-color: #c3e6cb;
}
.nich-table-success th,
.nich-table-success td,
.nich-table-success thead th,
.nich-table-success tbody + tbody {
  border-color: #8fd19e;
}
.nich-table-hover .nich-table-success:hover {
  background-color: #b1dfbb;
}
.nich-table-hover .nich-table-success:hover > td,
.nich-table-hover .nich-table-success:hover > th {
  background-color: #b1dfbb;
}
.nich-table-info,
.nich-table-info > th,
.nich-table-info > td {
  background-color: #bee5eb;
}
.nich-table-info th,
.nich-table-info td,
.nich-table-info thead th,
.nich-table-info tbody + tbody {
  border-color: #86cfda;
}
.nich-table-hover .nich-table-info:hover {
  background-color: #abdde5;
}
.nich-table-hover .nich-table-info:hover > td,
.nich-table-hover .nich-table-info:hover > th {
  background-color: #abdde5;
}
.nich-table-warning,
.nich-table-warning > th,
.nich-table-warning > td {
  background-color: #ffeeba;
}
.nich-table-warning th,
.nich-table-warning td,
.nich-table-warning thead th,
.nich-table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.nich-table-hover .nich-table-warning:hover {
  background-color: #ffe8a1;
}
.nich-table-hover .nich-table-warning:hover > td,
.nich-table-hover .nich-table-warning:hover > th {
  background-color: #ffe8a1;
}
.nich-table-danger,
.nich-table-danger > th,
.nich-table-danger > td {
  background-color: #f5c6cb;
}
.nich-table-danger th,
.nich-table-danger td,
.nich-table-danger thead th,
.nich-table-danger tbody + tbody {
  border-color: #ed969e;
}
.nich-table-hover .nich-table-danger:hover {
  background-color: #f1b0b7;
}
.nich-table-hover .nich-table-danger:hover > td,
.nich-table-hover .nich-table-danger:hover > th {
  background-color: #f1b0b7;
}
.nich-table-light,
.nich-table-light > th,
.nich-table-light > td {
  background-color: #fdfdfe;
}
.nich-table-light th,
.nich-table-light td,
.nich-table-light thead th,
.nich-table-light tbody + tbody {
  border-color: #fbfcfc;
}
.nich-table-hover .nich-table-light:hover {
  background-color: #ececf6;
}
.nich-table-hover .nich-table-light:hover > td,
.nich-table-hover .nich-table-light:hover > th {
  background-color: #ececf6;
}
.nich-table-dark,
.nich-table-dark > th,
.nich-table-dark > td {
  background-color: #c6c8ca;
}
.nich-table-dark th,
.nich-table-dark td,
.nich-table-dark thead th,
.nich-table-dark tbody + tbody {
  border-color: #95999c;
}
.nich-table-hover .nich-table-dark:hover {
  background-color: #b9bbbe;
}
.nich-table-hover .nich-table-dark:hover > td,
.nich-table-hover .nich-table-dark:hover > th {
  background-color: #b9bbbe;
}
.nich-table-active,
.nich-table-active > th,
.nich-table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.nich-table-hover .nich-table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.nich-table-hover .nich-table-active:hover > td,
.nich-table-hover .nich-table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.nich-table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.nich-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.nich-table-dark {
  color: #fff;
  background-color: #343a40;
}
.nich-table-dark th,
.nich-table-dark td,
.nich-table-dark thead th {
  border-color: #454d55;
}
.nich-table-dark.nich-table-bordered {
  border: 0;
}
.nich-table-dark.nich-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.nich-table-dark.nich-table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
.nich-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.nich-table-responsive > .nich-table-bordered {
  border: 0;
}