@charset "UTF-8";
/*
	Theme Name: Radio Advertisement Management System
	Theme URI: 
	Description: Radio Advertisement Management System
	Version: 1.4.3
	Author: <a href="eahxen@gmail.com">Muhammed Ahsan</a> (@eahxen)
	Author URI: http://muhammedahsan.com
	Tags: HTML5, SASS
*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.ml-100 {
  margin-left: 100% !important; }

.ml-99 {
  margin-left: 99% !important; }

.ml-98 {
  margin-left: 98% !important; }

.ml-97 {
  margin-left: 97% !important; }

.ml-96 {
  margin-left: 96% !important; }

.ml-95 {
  margin-left: 95% !important; }

.ml-94 {
  margin-left: 94% !important; }

.ml-93 {
  margin-left: 93% !important; }

.ml-92 {
  margin-left: 92% !important; }

.ml-91 {
  margin-left: 91% !important; }

.ml-90 {
  margin-left: 90% !important; }

.ml-89 {
  margin-left: 89% !important; }

.ml-88 {
  margin-left: 88% !important; }

.ml-87 {
  margin-left: 87% !important; }

.ml-86 {
  margin-left: 86% !important; }

.ml-85 {
  margin-left: 85% !important; }

.ml-84 {
  margin-left: 84% !important; }

.ml-83 {
  margin-left: 83% !important; }

.ml-82 {
  margin-left: 82% !important; }

.ml-81 {
  margin-left: 81% !important; }

.ml-80 {
  margin-left: 80% !important; }

.ml-79 {
  margin-left: 79% !important; }

.ml-78 {
  margin-left: 78% !important; }

.ml-77 {
  margin-left: 77% !important; }

.ml-76 {
  margin-left: 76% !important; }

.ml-75 {
  margin-left: 75% !important; }

.ml-74 {
  margin-left: 74% !important; }

.ml-73 {
  margin-left: 73% !important; }

.ml-72 {
  margin-left: 72% !important; }

.ml-71 {
  margin-left: 71% !important; }

.ml-70 {
  margin-left: 70% !important; }

.ml-69 {
  margin-left: 69% !important; }

.ml-68 {
  margin-left: 68% !important; }

.ml-67 {
  margin-left: 67% !important; }

.ml-66 {
  margin-left: 66% !important; }

.ml-65 {
  margin-left: 65% !important; }

.ml-64 {
  margin-left: 64% !important; }

.ml-63 {
  margin-left: 63% !important; }

.ml-62 {
  margin-left: 62% !important; }

.ml-61 {
  margin-left: 61% !important; }

.ml-60 {
  margin-left: 60% !important; }

.ml-59 {
  margin-left: 59% !important; }

.ml-58 {
  margin-left: 58% !important; }

.ml-57 {
  margin-left: 57% !important; }

.ml-56 {
  margin-left: 56% !important; }

.ml-55 {
  margin-left: 55% !important; }

.ml-54 {
  margin-left: 54% !important; }

.ml-53 {
  margin-left: 53% !important; }

.ml-52 {
  margin-left: 52% !important; }

.ml-51 {
  margin-left: 51% !important; }

.ml-50 {
  margin-left: 50% !important; }

.ml-49 {
  margin-left: 49% !important; }

.ml-48 {
  margin-left: 48% !important; }

.ml-47 {
  margin-left: 47% !important; }

.ml-46 {
  margin-left: 46% !important; }

.ml-45 {
  margin-left: 45% !important; }

.ml-44 {
  margin-left: 44% !important; }

.ml-43 {
  margin-left: 43% !important; }

.ml-42 {
  margin-left: 42% !important; }

.ml-41 {
  margin-left: 41% !important; }

.ml-40 {
  margin-left: 40% !important; }

.ml-39 {
  margin-left: 39% !important; }

.ml-38 {
  margin-left: 38% !important; }

.ml-37 {
  margin-left: 37% !important; }

.ml-36 {
  margin-left: 36% !important; }

.ml-35 {
  margin-left: 35% !important; }

.ml-34 {
  margin-left: 34% !important; }

.ml-33 {
  margin-left: 33% !important; }

.ml-32 {
  margin-left: 32% !important; }

.ml-31 {
  margin-left: 31% !important; }

.ml-30 {
  margin-left: 30% !important; }

.ml-29 {
  margin-left: 29% !important; }

.ml-28 {
  margin-left: 28% !important; }

.ml-27 {
  margin-left: 27% !important; }

.ml-26 {
  margin-left: 26% !important; }

.ml-25 {
  margin-left: 25% !important; }

.ml-24 {
  margin-left: 24% !important; }

.ml-23 {
  margin-left: 23% !important; }

.ml-22 {
  margin-left: 22% !important; }

.ml-21 {
  margin-left: 21% !important; }

.ml-20 {
  margin-left: 20% !important; }

.ml-19 {
  margin-left: 19% !important; }

.ml-18 {
  margin-left: 18% !important; }

.ml-17 {
  margin-left: 17% !important; }

.ml-16 {
  margin-left: 16% !important; }

.ml-15 {
  margin-left: 15% !important; }

.ml-14 {
  margin-left: 14% !important; }

.ml-13 {
  margin-left: 13% !important; }

.ml-12 {
  margin-left: 12% !important; }

.ml-11 {
  margin-left: 11% !important; }

.ml-10 {
  margin-left: 10% !important; }

.ml-9 {
  margin-left: 9% !important; }

.ml-8 {
  margin-left: 8% !important; }

.ml-7 {
  margin-left: 7% !important; }

.ml-6 {
  margin-left: 6% !important; }

.ml-5 {
  margin-left: 5% !important; }

.ml-4 {
  margin-left: 4% !important; }

.ml-3 {
  margin-left: 3% !important; }

.ml-2 {
  margin-left: 2% !important; }

.ml-1 {
  margin-left: 1% !important; }

.mr-100 {
  margin-right: 100% !important; }

.mr-99 {
  margin-right: 99% !important; }

.mr-98 {
  margin-right: 98% !important; }

.mr-97 {
  margin-right: 97% !important; }

.mr-96 {
  margin-right: 96% !important; }

.mr-95 {
  margin-right: 95% !important; }

.mr-94 {
  margin-right: 94% !important; }

.mr-93 {
  margin-right: 93% !important; }

.mr-92 {
  margin-right: 92% !important; }

.mr-91 {
  margin-right: 91% !important; }

.mr-90 {
  margin-right: 90% !important; }

.mr-89 {
  margin-right: 89% !important; }

.mr-88 {
  margin-right: 88% !important; }

.mr-87 {
  margin-right: 87% !important; }

.mr-86 {
  margin-right: 86% !important; }

.mr-85 {
  margin-right: 85% !important; }

.mr-84 {
  margin-right: 84% !important; }

.mr-83 {
  margin-right: 83% !important; }

.mr-82 {
  margin-right: 82% !important; }

.mr-81 {
  margin-right: 81% !important; }

.mr-80 {
  margin-right: 80% !important; }

.mr-79 {
  margin-right: 79% !important; }

.mr-78 {
  margin-right: 78% !important; }

.mr-77 {
  margin-right: 77% !important; }

.mr-76 {
  margin-right: 76% !important; }

.mr-75 {
  margin-right: 75% !important; }

.mr-74 {
  margin-right: 74% !important; }

.mr-73 {
  margin-right: 73% !important; }

.mr-72 {
  margin-right: 72% !important; }

.mr-71 {
  margin-right: 71% !important; }

.mr-70 {
  margin-right: 70% !important; }

.mr-69 {
  margin-right: 69% !important; }

.mr-68 {
  margin-right: 68% !important; }

.mr-67 {
  margin-right: 67% !important; }

.mr-66 {
  margin-right: 66% !important; }

.mr-65 {
  margin-right: 65% !important; }

.mr-64 {
  margin-right: 64% !important; }

.mr-63 {
  margin-right: 63% !important; }

.mr-62 {
  margin-right: 62% !important; }

.mr-61 {
  margin-right: 61% !important; }

.mr-60 {
  margin-right: 60% !important; }

.mr-59 {
  margin-right: 59% !important; }

.mr-58 {
  margin-right: 58% !important; }

.mr-57 {
  margin-right: 57% !important; }

.mr-56 {
  margin-right: 56% !important; }

.mr-55 {
  margin-right: 55% !important; }

.mr-54 {
  margin-right: 54% !important; }

.mr-53 {
  margin-right: 53% !important; }

.mr-52 {
  margin-right: 52% !important; }

.mr-51 {
  margin-right: 51% !important; }

.mr-50 {
  margin-right: 50% !important; }

.mr-49 {
  margin-right: 49% !important; }

.mr-48 {
  margin-right: 48% !important; }

.mr-47 {
  margin-right: 47% !important; }

.mr-46 {
  margin-right: 46% !important; }

.mr-45 {
  margin-right: 45% !important; }

.mr-44 {
  margin-right: 44% !important; }

.mr-43 {
  margin-right: 43% !important; }

.mr-42 {
  margin-right: 42% !important; }

.mr-41 {
  margin-right: 41% !important; }

.mr-40 {
  margin-right: 40% !important; }

.mr-39 {
  margin-right: 39% !important; }

.mr-38 {
  margin-right: 38% !important; }

.mr-37 {
  margin-right: 37% !important; }

.mr-36 {
  margin-right: 36% !important; }

.mr-35 {
  margin-right: 35% !important; }

.mr-34 {
  margin-right: 34% !important; }

.mr-33 {
  margin-right: 33% !important; }

.mr-32 {
  margin-right: 32% !important; }

.mr-31 {
  margin-right: 31% !important; }

.mr-30 {
  margin-right: 30% !important; }

.mr-29 {
  margin-right: 29% !important; }

.mr-28 {
  margin-right: 28% !important; }

.mr-27 {
  margin-right: 27% !important; }

.mr-26 {
  margin-right: 26% !important; }

.mr-25 {
  margin-right: 25% !important; }

.mr-24 {
  margin-right: 24% !important; }

.mr-23 {
  margin-right: 23% !important; }

.mr-22 {
  margin-right: 22% !important; }

.mr-21 {
  margin-right: 21% !important; }

.mr-20 {
  margin-right: 20% !important; }

.mr-19 {
  margin-right: 19% !important; }

.mr-18 {
  margin-right: 18% !important; }

.mr-17 {
  margin-right: 17% !important; }

.mr-16 {
  margin-right: 16% !important; }

.mr-15 {
  margin-right: 15% !important; }

.mr-14 {
  margin-right: 14% !important; }

.mr-13 {
  margin-right: 13% !important; }

.mr-12 {
  margin-right: 12% !important; }

.mr-11 {
  margin-right: 11% !important; }

.mr-10 {
  margin-right: 10% !important; }

.mr-9 {
  margin-right: 9% !important; }

.mr-8 {
  margin-right: 8% !important; }

.mr-7 {
  margin-right: 7% !important; }

.mr-6 {
  margin-right: 6% !important; }

.mr-5 {
  margin-right: 5% !important; }

.mr-4 {
  margin-right: 4% !important; }

.mr-3 {
  margin-right: 3% !important; }

.mr-2 {
  margin-right: 2% !important; }

.mr-1 {
  margin-right: 1% !important; }

.pr-100 {
  padding-right: 100% !important; }

.pr-99 {
  padding-right: 99% !important; }

.pr-98 {
  padding-right: 98% !important; }

.pr-97 {
  padding-right: 97% !important; }

.pr-96 {
  padding-right: 96% !important; }

.pr-95 {
  padding-right: 95% !important; }

.pr-94 {
  padding-right: 94% !important; }

.pr-93 {
  padding-right: 93% !important; }

.pr-92 {
  padding-right: 92% !important; }

.pr-91 {
  padding-right: 91% !important; }

.pr-90 {
  padding-right: 90% !important; }

.pr-89 {
  padding-right: 89% !important; }

.pr-88 {
  padding-right: 88% !important; }

.pr-87 {
  padding-right: 87% !important; }

.pr-86 {
  padding-right: 86% !important; }

.pr-85 {
  padding-right: 85% !important; }

.pr-84 {
  padding-right: 84% !important; }

.pr-83 {
  padding-right: 83% !important; }

.pr-82 {
  padding-right: 82% !important; }

.pr-81 {
  padding-right: 81% !important; }

.pr-80 {
  padding-right: 80% !important; }

.pr-79 {
  padding-right: 79% !important; }

.pr-78 {
  padding-right: 78% !important; }

.pr-77 {
  padding-right: 77% !important; }

.pr-76 {
  padding-right: 76% !important; }

.pr-75 {
  padding-right: 75% !important; }

.pr-74 {
  padding-right: 74% !important; }

.pr-73 {
  padding-right: 73% !important; }

.pr-72 {
  padding-right: 72% !important; }

.pr-71 {
  padding-right: 71% !important; }

.pr-70 {
  padding-right: 70% !important; }

.pr-69 {
  padding-right: 69% !important; }

.pr-68 {
  padding-right: 68% !important; }

.pr-67 {
  padding-right: 67% !important; }

.pr-66 {
  padding-right: 66% !important; }

.pr-65 {
  padding-right: 65% !important; }

.pr-64 {
  padding-right: 64% !important; }

.pr-63 {
  padding-right: 63% !important; }

.pr-62 {
  padding-right: 62% !important; }

.pr-61 {
  padding-right: 61% !important; }

.pr-60 {
  padding-right: 60% !important; }

.pr-59 {
  padding-right: 59% !important; }

.pr-58 {
  padding-right: 58% !important; }

.pr-57 {
  padding-right: 57% !important; }

.pr-56 {
  padding-right: 56% !important; }

.pr-55 {
  padding-right: 55% !important; }

.pr-54 {
  padding-right: 54% !important; }

.pr-53 {
  padding-right: 53% !important; }

.pr-52 {
  padding-right: 52% !important; }

.pr-51 {
  padding-right: 51% !important; }

.pr-50 {
  padding-right: 50% !important; }

.pr-49 {
  padding-right: 49% !important; }

.pr-48 {
  padding-right: 48% !important; }

.pr-47 {
  padding-right: 47% !important; }

.pr-46 {
  padding-right: 46% !important; }

.pr-45 {
  padding-right: 45% !important; }

.pr-44 {
  padding-right: 44% !important; }

.pr-43 {
  padding-right: 43% !important; }

.pr-42 {
  padding-right: 42% !important; }

.pr-41 {
  padding-right: 41% !important; }

.pr-40 {
  padding-right: 40% !important; }

.pr-39 {
  padding-right: 39% !important; }

.pr-38 {
  padding-right: 38% !important; }

.pr-37 {
  padding-right: 37% !important; }

.pr-36 {
  padding-right: 36% !important; }

.pr-35 {
  padding-right: 35% !important; }

.pr-34 {
  padding-right: 34% !important; }

.pr-33 {
  padding-right: 33% !important; }

.pr-32 {
  padding-right: 32% !important; }

.pr-31 {
  padding-right: 31% !important; }

.pr-30 {
  padding-right: 30% !important; }

.pr-29 {
  padding-right: 29% !important; }

.pr-28 {
  padding-right: 28% !important; }

.pr-27 {
  padding-right: 27% !important; }

.pr-26 {
  padding-right: 26% !important; }

.pr-25 {
  padding-right: 25% !important; }

.pr-24 {
  padding-right: 24% !important; }

.pr-23 {
  padding-right: 23% !important; }

.pr-22 {
  padding-right: 22% !important; }

.pr-21 {
  padding-right: 21% !important; }

.pr-20 {
  padding-right: 20% !important; }

.pr-19 {
  padding-right: 19% !important; }

.pr-18 {
  padding-right: 18% !important; }

.pr-17 {
  padding-right: 17% !important; }

.pr-16 {
  padding-right: 16% !important; }

.pr-15 {
  padding-right: 15% !important; }

.pr-14 {
  padding-right: 14% !important; }

.pr-13 {
  padding-right: 13% !important; }

.pr-12 {
  padding-right: 12% !important; }

.pr-11 {
  padding-right: 11% !important; }

.pr-10 {
  padding-right: 10% !important; }

.pr-9 {
  padding-right: 9% !important; }

.pr-8 {
  padding-right: 8% !important; }

.pr-7 {
  padding-right: 7% !important; }

.pr-6 {
  padding-right: 6% !important; }

.pr-5 {
  padding-right: 5% !important; }

.pr-4 {
  padding-right: 4% !important; }

.pr-3 {
  padding-right: 3% !important; }

.pr-2 {
  padding-right: 2% !important; }

.pr-1 {
  padding-right: 1% !important; }

.pl-100 {
  padding-left: 100% !important; }

.pl-99 {
  padding-left: 99% !important; }

.pl-98 {
  padding-left: 98% !important; }

.pl-97 {
  padding-left: 97% !important; }

.pl-96 {
  padding-left: 96% !important; }

.pl-95 {
  padding-left: 95% !important; }

.pl-94 {
  padding-left: 94% !important; }

.pl-93 {
  padding-left: 93% !important; }

.pl-92 {
  padding-left: 92% !important; }

.pl-91 {
  padding-left: 91% !important; }

.pl-90 {
  padding-left: 90% !important; }

.pl-89 {
  padding-left: 89% !important; }

.pl-88 {
  padding-left: 88% !important; }

.pl-87 {
  padding-left: 87% !important; }

.pl-86 {
  padding-left: 86% !important; }

.pl-85 {
  padding-left: 85% !important; }

.pl-84 {
  padding-left: 84% !important; }

.pl-83 {
  padding-left: 83% !important; }

.pl-82 {
  padding-left: 82% !important; }

.pl-81 {
  padding-left: 81% !important; }

.pl-80 {
  padding-left: 80% !important; }

.pl-79 {
  padding-left: 79% !important; }

.pl-78 {
  padding-left: 78% !important; }

.pl-77 {
  padding-left: 77% !important; }

.pl-76 {
  padding-left: 76% !important; }

.pl-75 {
  padding-left: 75% !important; }

.pl-74 {
  padding-left: 74% !important; }

.pl-73 {
  padding-left: 73% !important; }

.pl-72 {
  padding-left: 72% !important; }

.pl-71 {
  padding-left: 71% !important; }

.pl-70 {
  padding-left: 70% !important; }

.pl-69 {
  padding-left: 69% !important; }

.pl-68 {
  padding-left: 68% !important; }

.pl-67 {
  padding-left: 67% !important; }

.pl-66 {
  padding-left: 66% !important; }

.pl-65 {
  padding-left: 65% !important; }

.pl-64 {
  padding-left: 64% !important; }

.pl-63 {
  padding-left: 63% !important; }

.pl-62 {
  padding-left: 62% !important; }

.pl-61 {
  padding-left: 61% !important; }

.pl-60 {
  padding-left: 60% !important; }

.pl-59 {
  padding-left: 59% !important; }

.pl-58 {
  padding-left: 58% !important; }

.pl-57 {
  padding-left: 57% !important; }

.pl-56 {
  padding-left: 56% !important; }

.pl-55 {
  padding-left: 55% !important; }

.pl-54 {
  padding-left: 54% !important; }

.pl-53 {
  padding-left: 53% !important; }

.pl-52 {
  padding-left: 52% !important; }

.pl-51 {
  padding-left: 51% !important; }

.pl-50 {
  padding-left: 50% !important; }

.pl-49 {
  padding-left: 49% !important; }

.pl-48 {
  padding-left: 48% !important; }

.pl-47 {
  padding-left: 47% !important; }

.pl-46 {
  padding-left: 46% !important; }

.pl-45 {
  padding-left: 45% !important; }

.pl-44 {
  padding-left: 44% !important; }

.pl-43 {
  padding-left: 43% !important; }

.pl-42 {
  padding-left: 42% !important; }

.pl-41 {
  padding-left: 41% !important; }

.pl-40 {
  padding-left: 40% !important; }

.pl-39 {
  padding-left: 39% !important; }

.pl-38 {
  padding-left: 38% !important; }

.pl-37 {
  padding-left: 37% !important; }

.pl-36 {
  padding-left: 36% !important; }

.pl-35 {
  padding-left: 35% !important; }

.pl-34 {
  padding-left: 34% !important; }

.pl-33 {
  padding-left: 33% !important; }

.pl-32 {
  padding-left: 32% !important; }

.pl-31 {
  padding-left: 31% !important; }

.pl-30 {
  padding-left: 30% !important; }

.pl-29 {
  padding-left: 29% !important; }

.pl-28 {
  padding-left: 28% !important; }

.pl-27 {
  padding-left: 27% !important; }

.pl-26 {
  padding-left: 26% !important; }

.pl-25 {
  padding-left: 25% !important; }

.pl-24 {
  padding-left: 24% !important; }

.pl-23 {
  padding-left: 23% !important; }

.pl-22 {
  padding-left: 22% !important; }

.pl-21 {
  padding-left: 21% !important; }

.pl-20 {
  padding-left: 20% !important; }

.pl-19 {
  padding-left: 19% !important; }

.pl-18 {
  padding-left: 18% !important; }

.pl-17 {
  padding-left: 17% !important; }

.pl-16 {
  padding-left: 16% !important; }

.pl-15 {
  padding-left: 15% !important; }

.pl-14 {
  padding-left: 14% !important; }

.pl-13 {
  padding-left: 13% !important; }

.pl-12 {
  padding-left: 12% !important; }

.pl-11 {
  padding-left: 11% !important; }

.pl-10 {
  padding-left: 10% !important; }

.pl-9 {
  padding-left: 9% !important; }

.pl-8 {
  padding-left: 8% !important; }

.pl-7 {
  padding-left: 7% !important; }

.pl-6 {
  padding-left: 6% !important; }

.pl-5 {
  padding-left: 5% !important; }

.pl-4 {
  padding-left: 4% !important; }

.pl-3 {
  padding-left: 3% !important; }

.pl-2 {
  padding-left: 2% !important; }

.pl-1 {
  padding-left: 1% !important; }

.mb-100 {
  margin-bottom: 100% !important; }

.mb-99 {
  margin-bottom: 99% !important; }

.mb-98 {
  margin-bottom: 98% !important; }

.mb-97 {
  margin-bottom: 97% !important; }

.mb-96 {
  margin-bottom: 96% !important; }

.mb-95 {
  margin-bottom: 95% !important; }

.mb-94 {
  margin-bottom: 94% !important; }

.mb-93 {
  margin-bottom: 93% !important; }

.mb-92 {
  margin-bottom: 92% !important; }

.mb-91 {
  margin-bottom: 91% !important; }

.mb-90 {
  margin-bottom: 90% !important; }

.mb-89 {
  margin-bottom: 89% !important; }

.mb-88 {
  margin-bottom: 88% !important; }

.mb-87 {
  margin-bottom: 87% !important; }

.mb-86 {
  margin-bottom: 86% !important; }

.mb-85 {
  margin-bottom: 85% !important; }

.mb-84 {
  margin-bottom: 84% !important; }

.mb-83 {
  margin-bottom: 83% !important; }

.mb-82 {
  margin-bottom: 82% !important; }

.mb-81 {
  margin-bottom: 81% !important; }

.mb-80 {
  margin-bottom: 80% !important; }

.mb-79 {
  margin-bottom: 79% !important; }

.mb-78 {
  margin-bottom: 78% !important; }

.mb-77 {
  margin-bottom: 77% !important; }

.mb-76 {
  margin-bottom: 76% !important; }

.mb-75 {
  margin-bottom: 75% !important; }

.mb-74 {
  margin-bottom: 74% !important; }

.mb-73 {
  margin-bottom: 73% !important; }

.mb-72 {
  margin-bottom: 72% !important; }

.mb-71 {
  margin-bottom: 71% !important; }

.mb-70 {
  margin-bottom: 70% !important; }

.mb-69 {
  margin-bottom: 69% !important; }

.mb-68 {
  margin-bottom: 68% !important; }

.mb-67 {
  margin-bottom: 67% !important; }

.mb-66 {
  margin-bottom: 66% !important; }

.mb-65 {
  margin-bottom: 65% !important; }

.mb-64 {
  margin-bottom: 64% !important; }

.mb-63 {
  margin-bottom: 63% !important; }

.mb-62 {
  margin-bottom: 62% !important; }

.mb-61 {
  margin-bottom: 61% !important; }

.mb-60 {
  margin-bottom: 60% !important; }

.mb-59 {
  margin-bottom: 59% !important; }

.mb-58 {
  margin-bottom: 58% !important; }

.mb-57 {
  margin-bottom: 57% !important; }

.mb-56 {
  margin-bottom: 56% !important; }

.mb-55 {
  margin-bottom: 55% !important; }

.mb-54 {
  margin-bottom: 54% !important; }

.mb-53 {
  margin-bottom: 53% !important; }

.mb-52 {
  margin-bottom: 52% !important; }

.mb-51 {
  margin-bottom: 51% !important; }

.mb-50 {
  margin-bottom: 50% !important; }

.mb-49 {
  margin-bottom: 49% !important; }

.mb-48 {
  margin-bottom: 48% !important; }

.mb-47 {
  margin-bottom: 47% !important; }

.mb-46 {
  margin-bottom: 46% !important; }

.mb-45 {
  margin-bottom: 45% !important; }

.mb-44 {
  margin-bottom: 44% !important; }

.mb-43 {
  margin-bottom: 43% !important; }

.mb-42 {
  margin-bottom: 42% !important; }

.mb-41 {
  margin-bottom: 41% !important; }

.mb-40 {
  margin-bottom: 40% !important; }

.mb-39 {
  margin-bottom: 39% !important; }

.mb-38 {
  margin-bottom: 38% !important; }

.mb-37 {
  margin-bottom: 37% !important; }

.mb-36 {
  margin-bottom: 36% !important; }

.mb-35 {
  margin-bottom: 35% !important; }

.mb-34 {
  margin-bottom: 34% !important; }

.mb-33 {
  margin-bottom: 33% !important; }

.mb-32 {
  margin-bottom: 32% !important; }

.mb-31 {
  margin-bottom: 31% !important; }

.mb-30 {
  margin-bottom: 30% !important; }

.mb-29 {
  margin-bottom: 29% !important; }

.mb-28 {
  margin-bottom: 28% !important; }

.mb-27 {
  margin-bottom: 27% !important; }

.mb-26 {
  margin-bottom: 26% !important; }

.mb-25 {
  margin-bottom: 25% !important; }

.mb-24 {
  margin-bottom: 24% !important; }

.mb-23 {
  margin-bottom: 23% !important; }

.mb-22 {
  margin-bottom: 22% !important; }

.mb-21 {
  margin-bottom: 21% !important; }

.mb-20 {
  margin-bottom: 20% !important; }

.mb-19 {
  margin-bottom: 19% !important; }

.mb-18 {
  margin-bottom: 18% !important; }

.mb-17 {
  margin-bottom: 17% !important; }

.mb-16 {
  margin-bottom: 16% !important; }

.mb-15 {
  margin-bottom: 15% !important; }

.mb-14 {
  margin-bottom: 14% !important; }

.mb-13 {
  margin-bottom: 13% !important; }

.mb-12 {
  margin-bottom: 12% !important; }

.mb-11 {
  margin-bottom: 11% !important; }

.mb-10 {
  margin-bottom: 10% !important; }

.mb-9 {
  margin-bottom: 9% !important; }

.mb-8 {
  margin-bottom: 8% !important; }

.mb-7 {
  margin-bottom: 7% !important; }

.mb-6 {
  margin-bottom: 6% !important; }

.mb-5 {
  margin-bottom: 5% !important; }

.mb-4 {
  margin-bottom: 4% !important; }

.mb-3 {
  margin-bottom: 3% !important; }

.mb-2 {
  margin-bottom: 2% !important; }

.mb-1 {
  margin-bottom: 1% !important; }

.mb-0 {
  margin-bottom: 0% !important; }

.mt-100 {
  margin-top: 100% !important; }

.mt-99 {
  margin-top: 99% !important; }

.mt-98 {
  margin-top: 98% !important; }

.mt-97 {
  margin-top: 97% !important; }

.mt-96 {
  margin-top: 96% !important; }

.mt-95 {
  margin-top: 95% !important; }

.mt-94 {
  margin-top: 94% !important; }

.mt-93 {
  margin-top: 93% !important; }

.mt-92 {
  margin-top: 92% !important; }

.mt-91 {
  margin-top: 91% !important; }

.mt-90 {
  margin-top: 90% !important; }

.mt-89 {
  margin-top: 89% !important; }

.mt-88 {
  margin-top: 88% !important; }

.mt-87 {
  margin-top: 87% !important; }

.mt-86 {
  margin-top: 86% !important; }

.mt-85 {
  margin-top: 85% !important; }

.mt-84 {
  margin-top: 84% !important; }

.mt-83 {
  margin-top: 83% !important; }

.mt-82 {
  margin-top: 82% !important; }

.mt-81 {
  margin-top: 81% !important; }

.mt-80 {
  margin-top: 80% !important; }

.mt-79 {
  margin-top: 79% !important; }

.mt-78 {
  margin-top: 78% !important; }

.mt-77 {
  margin-top: 77% !important; }

.mt-76 {
  margin-top: 76% !important; }

.mt-75 {
  margin-top: 75% !important; }

.mt-74 {
  margin-top: 74% !important; }

.mt-73 {
  margin-top: 73% !important; }

.mt-72 {
  margin-top: 72% !important; }

.mt-71 {
  margin-top: 71% !important; }

.mt-70 {
  margin-top: 70% !important; }

.mt-69 {
  margin-top: 69% !important; }

.mt-68 {
  margin-top: 68% !important; }

.mt-67 {
  margin-top: 67% !important; }

.mt-66 {
  margin-top: 66% !important; }

.mt-65 {
  margin-top: 65% !important; }

.mt-64 {
  margin-top: 64% !important; }

.mt-63 {
  margin-top: 63% !important; }

.mt-62 {
  margin-top: 62% !important; }

.mt-61 {
  margin-top: 61% !important; }

.mt-60 {
  margin-top: 60% !important; }

.mt-59 {
  margin-top: 59% !important; }

.mt-58 {
  margin-top: 58% !important; }

.mt-57 {
  margin-top: 57% !important; }

.mt-56 {
  margin-top: 56% !important; }

.mt-55 {
  margin-top: 55% !important; }

.mt-54 {
  margin-top: 54% !important; }

.mt-53 {
  margin-top: 53% !important; }

.mt-52 {
  margin-top: 52% !important; }

.mt-51 {
  margin-top: 51% !important; }

.mt-50 {
  margin-top: 50% !important; }

.mt-49 {
  margin-top: 49% !important; }

.mt-48 {
  margin-top: 48% !important; }

.mt-47 {
  margin-top: 47% !important; }

.mt-46 {
  margin-top: 46% !important; }

.mt-45 {
  margin-top: 45% !important; }

.mt-44 {
  margin-top: 44% !important; }

.mt-43 {
  margin-top: 43% !important; }

.mt-42 {
  margin-top: 42% !important; }

.mt-41 {
  margin-top: 41% !important; }

.mt-40 {
  margin-top: 40% !important; }

.mt-39 {
  margin-top: 39% !important; }

.mt-38 {
  margin-top: 38% !important; }

.mt-37 {
  margin-top: 37% !important; }

.mt-36 {
  margin-top: 36% !important; }

.mt-35 {
  margin-top: 35% !important; }

.mt-34 {
  margin-top: 34% !important; }

.mt-33 {
  margin-top: 33% !important; }

.mt-32 {
  margin-top: 32% !important; }

.mt-31 {
  margin-top: 31% !important; }

.mt-30 {
  margin-top: 30% !important; }

.mt-29 {
  margin-top: 29% !important; }

.mt-28 {
  margin-top: 28% !important; }

.mt-27 {
  margin-top: 27% !important; }

.mt-26 {
  margin-top: 26% !important; }

.mt-25 {
  margin-top: 25% !important; }

.mt-24 {
  margin-top: 24% !important; }

.mt-23 {
  margin-top: 23% !important; }

.mt-22 {
  margin-top: 22% !important; }

.mt-21 {
  margin-top: 21% !important; }

.mt-20 {
  margin-top: 20% !important; }

.mt-19 {
  margin-top: 19% !important; }

.mt-18 {
  margin-top: 18% !important; }

.mt-17 {
  margin-top: 17% !important; }

.mt-16 {
  margin-top: 16% !important; }

.mt-15 {
  margin-top: 15% !important; }

.mt-14 {
  margin-top: 14% !important; }

.mt-13 {
  margin-top: 13% !important; }

.mt-12 {
  margin-top: 12% !important; }

.mt-11 {
  margin-top: 11% !important; }

.mt-10 {
  margin-top: 10% !important; }

.mt-9 {
  margin-top: 9% !important; }

.mt-8 {
  margin-top: 8% !important; }

.mt-7 {
  margin-top: 7% !important; }

.mt-6 {
  margin-top: 6% !important; }

.mt-5 {
  margin-top: 5% !important; }

.mt-4 {
  margin-top: 4% !important; }

.mt-3 {
  margin-top: 3% !important; }

.mt-2 {
  margin-top: 2% !important; }

.mt-1 {
  margin-top: 1% !important; }

.mt-0 {
  margin-top: 0% !important; }

.mbpx-100 {
  margin-bottom: 100px !important; }

.mbpx-99 {
  margin-bottom: 99px !important; }

.mbpx-98 {
  margin-bottom: 98px !important; }

.mbpx-97 {
  margin-bottom: 97px !important; }

.mbpx-96 {
  margin-bottom: 96px !important; }

.mbpx-95 {
  margin-bottom: 95px !important; }

.mbpx-94 {
  margin-bottom: 94px !important; }

.mbpx-93 {
  margin-bottom: 93px !important; }

.mbpx-92 {
  margin-bottom: 92px !important; }

.mbpx-91 {
  margin-bottom: 91px !important; }

.mbpx-90 {
  margin-bottom: 90px !important; }

.mbpx-89 {
  margin-bottom: 89px !important; }

.mbpx-88 {
  margin-bottom: 88px !important; }

.mbpx-87 {
  margin-bottom: 87px !important; }

.mbpx-86 {
  margin-bottom: 86px !important; }

.mbpx-85 {
  margin-bottom: 85px !important; }

.mbpx-84 {
  margin-bottom: 84px !important; }

.mbpx-83 {
  margin-bottom: 83px !important; }

.mbpx-82 {
  margin-bottom: 82px !important; }

.mbpx-81 {
  margin-bottom: 81px !important; }

.mbpx-80 {
  margin-bottom: 80px !important; }

.mbpx-79 {
  margin-bottom: 79px !important; }

.mbpx-78 {
  margin-bottom: 78px !important; }

.mbpx-77 {
  margin-bottom: 77px !important; }

.mbpx-76 {
  margin-bottom: 76px !important; }

.mbpx-75 {
  margin-bottom: 75px !important; }

.mbpx-74 {
  margin-bottom: 74px !important; }

.mbpx-73 {
  margin-bottom: 73px !important; }

.mbpx-72 {
  margin-bottom: 72px !important; }

.mbpx-71 {
  margin-bottom: 71px !important; }

.mbpx-70 {
  margin-bottom: 70px !important; }

.mbpx-69 {
  margin-bottom: 69px !important; }

.mbpx-68 {
  margin-bottom: 68px !important; }

.mbpx-67 {
  margin-bottom: 67px !important; }

.mbpx-66 {
  margin-bottom: 66px !important; }

.mbpx-65 {
  margin-bottom: 65px !important; }

.mbpx-64 {
  margin-bottom: 64px !important; }

.mbpx-63 {
  margin-bottom: 63px !important; }

.mbpx-62 {
  margin-bottom: 62px !important; }

.mbpx-61 {
  margin-bottom: 61px !important; }

.mbpx-60 {
  margin-bottom: 60px !important; }

.mbpx-59 {
  margin-bottom: 59px !important; }

.mbpx-58 {
  margin-bottom: 58px !important; }

.mbpx-57 {
  margin-bottom: 57px !important; }

.mbpx-56 {
  margin-bottom: 56px !important; }

.mbpx-55 {
  margin-bottom: 55px !important; }

.mbpx-54 {
  margin-bottom: 54px !important; }

.mbpx-53 {
  margin-bottom: 53px !important; }

.mbpx-52 {
  margin-bottom: 52px !important; }

.mbpx-51 {
  margin-bottom: 51px !important; }

.mbpx-50 {
  margin-bottom: 50px !important; }

.mbpx-49 {
  margin-bottom: 49px !important; }

.mbpx-48 {
  margin-bottom: 48px !important; }

.mbpx-47 {
  margin-bottom: 47px !important; }

.mbpx-46 {
  margin-bottom: 46px !important; }

.mbpx-45 {
  margin-bottom: 45px !important; }

.mbpx-44 {
  margin-bottom: 44px !important; }

.mbpx-43 {
  margin-bottom: 43px !important; }

.mbpx-42 {
  margin-bottom: 42px !important; }

.mbpx-41 {
  margin-bottom: 41px !important; }

.mbpx-40 {
  margin-bottom: 40px !important; }

.mbpx-39 {
  margin-bottom: 39px !important; }

.mbpx-38 {
  margin-bottom: 38px !important; }

.mbpx-37 {
  margin-bottom: 37px !important; }

.mbpx-36 {
  margin-bottom: 36px !important; }

.mbpx-35 {
  margin-bottom: 35px !important; }

.mbpx-34 {
  margin-bottom: 34px !important; }

.mbpx-33 {
  margin-bottom: 33px !important; }

.mbpx-32 {
  margin-bottom: 32px !important; }

.mbpx-31 {
  margin-bottom: 31px !important; }

.mbpx-30 {
  margin-bottom: 30px !important; }

.mbpx-29 {
  margin-bottom: 29px !important; }

.mbpx-28 {
  margin-bottom: 28px !important; }

.mbpx-27 {
  margin-bottom: 27px !important; }

.mbpx-26 {
  margin-bottom: 26px !important; }

.mbpx-25 {
  margin-bottom: 25px !important; }

.mbpx-24 {
  margin-bottom: 24px !important; }

.mbpx-23 {
  margin-bottom: 23px !important; }

.mbpx-22 {
  margin-bottom: 22px !important; }

.mbpx-21 {
  margin-bottom: 21px !important; }

.mbpx-20 {
  margin-bottom: 20px !important; }

.mbpx-19 {
  margin-bottom: 19px !important; }

.mbpx-18 {
  margin-bottom: 18px !important; }

.mbpx-17 {
  margin-bottom: 17px !important; }

.mbpx-16 {
  margin-bottom: 16px !important; }

.mbpx-15 {
  margin-bottom: 15px !important; }

.mbpx-14 {
  margin-bottom: 14px !important; }

.mbpx-13 {
  margin-bottom: 13px !important; }

.mbpx-12 {
  margin-bottom: 12px !important; }

.mbpx-11 {
  margin-bottom: 11px !important; }

.mbpx-10 {
  margin-bottom: 10px !important; }

.mbpx-9 {
  margin-bottom: 9px !important; }

.mbpx-8 {
  margin-bottom: 8px !important; }

.mbpx-7 {
  margin-bottom: 7px !important; }

.mbpx-6 {
  margin-bottom: 6px !important; }

.mbpx-5 {
  margin-bottom: 5px !important; }

.mbpx-4 {
  margin-bottom: 4px !important; }

.mbpx-3 {
  margin-bottom: 3px !important; }

.mbpx-2 {
  margin-bottom: 2px !important; }

.mbpx-1 {
  margin-bottom: 1px !important; }

.mbpx-0 {
  margin-bottom: 0px !important; }

.mtpx-100 {
  margin-top: 100px !important; }

.mtpx-99 {
  margin-top: 99px !important; }

.mtpx-98 {
  margin-top: 98px !important; }

.mtpx-97 {
  margin-top: 97px !important; }

.mtpx-96 {
  margin-top: 96px !important; }

.mtpx-95 {
  margin-top: 95px !important; }

.mtpx-94 {
  margin-top: 94px !important; }

.mtpx-93 {
  margin-top: 93px !important; }

.mtpx-92 {
  margin-top: 92px !important; }

.mtpx-91 {
  margin-top: 91px !important; }

.mtpx-90 {
  margin-top: 90px !important; }

.mtpx-89 {
  margin-top: 89px !important; }

.mtpx-88 {
  margin-top: 88px !important; }

.mtpx-87 {
  margin-top: 87px !important; }

.mtpx-86 {
  margin-top: 86px !important; }

.mtpx-85 {
  margin-top: 85px !important; }

.mtpx-84 {
  margin-top: 84px !important; }

.mtpx-83 {
  margin-top: 83px !important; }

.mtpx-82 {
  margin-top: 82px !important; }

.mtpx-81 {
  margin-top: 81px !important; }

.mtpx-80 {
  margin-top: 80px !important; }

.mtpx-79 {
  margin-top: 79px !important; }

.mtpx-78 {
  margin-top: 78px !important; }

.mtpx-77 {
  margin-top: 77px !important; }

.mtpx-76 {
  margin-top: 76px !important; }

.mtpx-75 {
  margin-top: 75px !important; }

.mtpx-74 {
  margin-top: 74px !important; }

.mtpx-73 {
  margin-top: 73px !important; }

.mtpx-72 {
  margin-top: 72px !important; }

.mtpx-71 {
  margin-top: 71px !important; }

.mtpx-70 {
  margin-top: 70px !important; }

.mtpx-69 {
  margin-top: 69px !important; }

.mtpx-68 {
  margin-top: 68px !important; }

.mtpx-67 {
  margin-top: 67px !important; }

.mtpx-66 {
  margin-top: 66px !important; }

.mtpx-65 {
  margin-top: 65px !important; }

.mtpx-64 {
  margin-top: 64px !important; }

.mtpx-63 {
  margin-top: 63px !important; }

.mtpx-62 {
  margin-top: 62px !important; }

.mtpx-61 {
  margin-top: 61px !important; }

.mtpx-60 {
  margin-top: 60px !important; }

.mtpx-59 {
  margin-top: 59px !important; }

.mtpx-58 {
  margin-top: 58px !important; }

.mtpx-57 {
  margin-top: 57px !important; }

.mtpx-56 {
  margin-top: 56px !important; }

.mtpx-55 {
  margin-top: 55px !important; }

.mtpx-54 {
  margin-top: 54px !important; }

.mtpx-53 {
  margin-top: 53px !important; }

.mtpx-52 {
  margin-top: 52px !important; }

.mtpx-51 {
  margin-top: 51px !important; }

.mtpx-50 {
  margin-top: 50px !important; }

.mtpx-49 {
  margin-top: 49px !important; }

.mtpx-48 {
  margin-top: 48px !important; }

.mtpx-47 {
  margin-top: 47px !important; }

.mtpx-46 {
  margin-top: 46px !important; }

.mtpx-45 {
  margin-top: 45px !important; }

.mtpx-44 {
  margin-top: 44px !important; }

.mtpx-43 {
  margin-top: 43px !important; }

.mtpx-42 {
  margin-top: 42px !important; }

.mtpx-41 {
  margin-top: 41px !important; }

.mtpx-40 {
  margin-top: 40px !important; }

.mtpx-39 {
  margin-top: 39px !important; }

.mtpx-38 {
  margin-top: 38px !important; }

.mtpx-37 {
  margin-top: 37px !important; }

.mtpx-36 {
  margin-top: 36px !important; }

.mtpx-35 {
  margin-top: 35px !important; }

.mtpx-34 {
  margin-top: 34px !important; }

.mtpx-33 {
  margin-top: 33px !important; }

.mtpx-32 {
  margin-top: 32px !important; }

.mtpx-31 {
  margin-top: 31px !important; }

.mtpx-30 {
  margin-top: 30px !important; }

.mtpx-29 {
  margin-top: 29px !important; }

.mtpx-28 {
  margin-top: 28px !important; }

.mtpx-27 {
  margin-top: 27px !important; }

.mtpx-26 {
  margin-top: 26px !important; }

.mtpx-25 {
  margin-top: 25px !important; }

.mtpx-24 {
  margin-top: 24px !important; }

.mtpx-23 {
  margin-top: 23px !important; }

.mtpx-22 {
  margin-top: 22px !important; }

.mtpx-21 {
  margin-top: 21px !important; }

.mtpx-20 {
  margin-top: 20px !important; }

.mtpx-19 {
  margin-top: 19px !important; }

.mtpx-18 {
  margin-top: 18px !important; }

.mtpx-17 {
  margin-top: 17px !important; }

.mtpx-16 {
  margin-top: 16px !important; }

.mtpx-15 {
  margin-top: 15px !important; }

.mtpx-14 {
  margin-top: 14px !important; }

.mtpx-13 {
  margin-top: 13px !important; }

.mtpx-12 {
  margin-top: 12px !important; }

.mtpx-11 {
  margin-top: 11px !important; }

.mtpx-10 {
  margin-top: 10px !important; }

.mtpx-9 {
  margin-top: 9px !important; }

.mtpx-8 {
  margin-top: 8px !important; }

.mtpx-7 {
  margin-top: 7px !important; }

.mtpx-6 {
  margin-top: 6px !important; }

.mtpx-5 {
  margin-top: 5px !important; }

.mtpx-4 {
  margin-top: 4px !important; }

.mtpx-3 {
  margin-top: 3px !important; }

.mtpx-2 {
  margin-top: 2px !important; }

.mtpx-1 {
  margin-top: 1px !important; }

.mtpx-0 {
  margin-top: 0px !important; }

.pbpx-100 {
  padding-bottom: 100px !important; }

.pbpx-99 {
  padding-bottom: 99px !important; }

.pbpx-98 {
  padding-bottom: 98px !important; }

.pbpx-97 {
  padding-bottom: 97px !important; }

.pbpx-96 {
  padding-bottom: 96px !important; }

.pbpx-95 {
  padding-bottom: 95px !important; }

.pbpx-94 {
  padding-bottom: 94px !important; }

.pbpx-93 {
  padding-bottom: 93px !important; }

.pbpx-92 {
  padding-bottom: 92px !important; }

.pbpx-91 {
  padding-bottom: 91px !important; }

.pbpx-90 {
  padding-bottom: 90px !important; }

.pbpx-89 {
  padding-bottom: 89px !important; }

.pbpx-88 {
  padding-bottom: 88px !important; }

.pbpx-87 {
  padding-bottom: 87px !important; }

.pbpx-86 {
  padding-bottom: 86px !important; }

.pbpx-85 {
  padding-bottom: 85px !important; }

.pbpx-84 {
  padding-bottom: 84px !important; }

.pbpx-83 {
  padding-bottom: 83px !important; }

.pbpx-82 {
  padding-bottom: 82px !important; }

.pbpx-81 {
  padding-bottom: 81px !important; }

.pbpx-80 {
  padding-bottom: 80px !important; }

.pbpx-79 {
  padding-bottom: 79px !important; }

.pbpx-78 {
  padding-bottom: 78px !important; }

.pbpx-77 {
  padding-bottom: 77px !important; }

.pbpx-76 {
  padding-bottom: 76px !important; }

.pbpx-75 {
  padding-bottom: 75px !important; }

.pbpx-74 {
  padding-bottom: 74px !important; }

.pbpx-73 {
  padding-bottom: 73px !important; }

.pbpx-72 {
  padding-bottom: 72px !important; }

.pbpx-71 {
  padding-bottom: 71px !important; }

.pbpx-70 {
  padding-bottom: 70px !important; }

.pbpx-69 {
  padding-bottom: 69px !important; }

.pbpx-68 {
  padding-bottom: 68px !important; }

.pbpx-67 {
  padding-bottom: 67px !important; }

.pbpx-66 {
  padding-bottom: 66px !important; }

.pbpx-65 {
  padding-bottom: 65px !important; }

.pbpx-64 {
  padding-bottom: 64px !important; }

.pbpx-63 {
  padding-bottom: 63px !important; }

.pbpx-62 {
  padding-bottom: 62px !important; }

.pbpx-61 {
  padding-bottom: 61px !important; }

.pbpx-60 {
  padding-bottom: 60px !important; }

.pbpx-59 {
  padding-bottom: 59px !important; }

.pbpx-58 {
  padding-bottom: 58px !important; }

.pbpx-57 {
  padding-bottom: 57px !important; }

.pbpx-56 {
  padding-bottom: 56px !important; }

.pbpx-55 {
  padding-bottom: 55px !important; }

.pbpx-54 {
  padding-bottom: 54px !important; }

.pbpx-53 {
  padding-bottom: 53px !important; }

.pbpx-52 {
  padding-bottom: 52px !important; }

.pbpx-51 {
  padding-bottom: 51px !important; }

.pbpx-50 {
  padding-bottom: 50px !important; }

.pbpx-49 {
  padding-bottom: 49px !important; }

.pbpx-48 {
  padding-bottom: 48px !important; }

.pbpx-47 {
  padding-bottom: 47px !important; }

.pbpx-46 {
  padding-bottom: 46px !important; }

.pbpx-45 {
  padding-bottom: 45px !important; }

.pbpx-44 {
  padding-bottom: 44px !important; }

.pbpx-43 {
  padding-bottom: 43px !important; }

.pbpx-42 {
  padding-bottom: 42px !important; }

.pbpx-41 {
  padding-bottom: 41px !important; }

.pbpx-40 {
  padding-bottom: 40px !important; }

.pbpx-39 {
  padding-bottom: 39px !important; }

.pbpx-38 {
  padding-bottom: 38px !important; }

.pbpx-37 {
  padding-bottom: 37px !important; }

.pbpx-36 {
  padding-bottom: 36px !important; }

.pbpx-35 {
  padding-bottom: 35px !important; }

.pbpx-34 {
  padding-bottom: 34px !important; }

.pbpx-33 {
  padding-bottom: 33px !important; }

.pbpx-32 {
  padding-bottom: 32px !important; }

.pbpx-31 {
  padding-bottom: 31px !important; }

.pbpx-30 {
  padding-bottom: 30px !important; }

.pbpx-29 {
  padding-bottom: 29px !important; }

.pbpx-28 {
  padding-bottom: 28px !important; }

.pbpx-27 {
  padding-bottom: 27px !important; }

.pbpx-26 {
  padding-bottom: 26px !important; }

.pbpx-25 {
  padding-bottom: 25px !important; }

.pbpx-24 {
  padding-bottom: 24px !important; }

.pbpx-23 {
  padding-bottom: 23px !important; }

.pbpx-22 {
  padding-bottom: 22px !important; }

.pbpx-21 {
  padding-bottom: 21px !important; }

.pbpx-20 {
  padding-bottom: 20px !important; }

.pbpx-19 {
  padding-bottom: 19px !important; }

.pbpx-18 {
  padding-bottom: 18px !important; }

.pbpx-17 {
  padding-bottom: 17px !important; }

.pbpx-16 {
  padding-bottom: 16px !important; }

.pbpx-15 {
  padding-bottom: 15px !important; }

.pbpx-14 {
  padding-bottom: 14px !important; }

.pbpx-13 {
  padding-bottom: 13px !important; }

.pbpx-12 {
  padding-bottom: 12px !important; }

.pbpx-11 {
  padding-bottom: 11px !important; }

.pbpx-10 {
  padding-bottom: 10px !important; }

.pbpx-9 {
  padding-bottom: 9px !important; }

.pbpx-8 {
  padding-bottom: 8px !important; }

.pbpx-7 {
  padding-bottom: 7px !important; }

.pbpx-6 {
  padding-bottom: 6px !important; }

.pbpx-5 {
  padding-bottom: 5px !important; }

.pbpx-4 {
  padding-bottom: 4px !important; }

.pbpx-3 {
  padding-bottom: 3px !important; }

.pbpx-2 {
  padding-bottom: 2px !important; }

.pbpx-1 {
  padding-bottom: 1px !important; }

.pbpx-0 {
  padding-bottom: 0px !important; }

.ptpx-100 {
  padding-top: 100px !important; }

.ptpx-99 {
  padding-top: 99px !important; }

.ptpx-98 {
  padding-top: 98px !important; }

.ptpx-97 {
  padding-top: 97px !important; }

.ptpx-96 {
  padding-top: 96px !important; }

.ptpx-95 {
  padding-top: 95px !important; }

.ptpx-94 {
  padding-top: 94px !important; }

.ptpx-93 {
  padding-top: 93px !important; }

.ptpx-92 {
  padding-top: 92px !important; }

.ptpx-91 {
  padding-top: 91px !important; }

.ptpx-90 {
  padding-top: 90px !important; }

.ptpx-89 {
  padding-top: 89px !important; }

.ptpx-88 {
  padding-top: 88px !important; }

.ptpx-87 {
  padding-top: 87px !important; }

.ptpx-86 {
  padding-top: 86px !important; }

.ptpx-85 {
  padding-top: 85px !important; }

.ptpx-84 {
  padding-top: 84px !important; }

.ptpx-83 {
  padding-top: 83px !important; }

.ptpx-82 {
  padding-top: 82px !important; }

.ptpx-81 {
  padding-top: 81px !important; }

.ptpx-80 {
  padding-top: 80px !important; }

.ptpx-79 {
  padding-top: 79px !important; }

.ptpx-78 {
  padding-top: 78px !important; }

.ptpx-77 {
  padding-top: 77px !important; }

.ptpx-76 {
  padding-top: 76px !important; }

.ptpx-75 {
  padding-top: 75px !important; }

.ptpx-74 {
  padding-top: 74px !important; }

.ptpx-73 {
  padding-top: 73px !important; }

.ptpx-72 {
  padding-top: 72px !important; }

.ptpx-71 {
  padding-top: 71px !important; }

.ptpx-70 {
  padding-top: 70px !important; }

.ptpx-69 {
  padding-top: 69px !important; }

.ptpx-68 {
  padding-top: 68px !important; }

.ptpx-67 {
  padding-top: 67px !important; }

.ptpx-66 {
  padding-top: 66px !important; }

.ptpx-65 {
  padding-top: 65px !important; }

.ptpx-64 {
  padding-top: 64px !important; }

.ptpx-63 {
  padding-top: 63px !important; }

.ptpx-62 {
  padding-top: 62px !important; }

.ptpx-61 {
  padding-top: 61px !important; }

.ptpx-60 {
  padding-top: 60px !important; }

.ptpx-59 {
  padding-top: 59px !important; }

.ptpx-58 {
  padding-top: 58px !important; }

.ptpx-57 {
  padding-top: 57px !important; }

.ptpx-56 {
  padding-top: 56px !important; }

.ptpx-55 {
  padding-top: 55px !important; }

.ptpx-54 {
  padding-top: 54px !important; }

.ptpx-53 {
  padding-top: 53px !important; }

.ptpx-52 {
  padding-top: 52px !important; }

.ptpx-51 {
  padding-top: 51px !important; }

.ptpx-50 {
  padding-top: 50px !important; }

.ptpx-49 {
  padding-top: 49px !important; }

.ptpx-48 {
  padding-top: 48px !important; }

.ptpx-47 {
  padding-top: 47px !important; }

.ptpx-46 {
  padding-top: 46px !important; }

.ptpx-45 {
  padding-top: 45px !important; }

.ptpx-44 {
  padding-top: 44px !important; }

.ptpx-43 {
  padding-top: 43px !important; }

.ptpx-42 {
  padding-top: 42px !important; }

.ptpx-41 {
  padding-top: 41px !important; }

.ptpx-40 {
  padding-top: 40px !important; }

.ptpx-39 {
  padding-top: 39px !important; }

.ptpx-38 {
  padding-top: 38px !important; }

.ptpx-37 {
  padding-top: 37px !important; }

.ptpx-36 {
  padding-top: 36px !important; }

.ptpx-35 {
  padding-top: 35px !important; }

.ptpx-34 {
  padding-top: 34px !important; }

.ptpx-33 {
  padding-top: 33px !important; }

.ptpx-32 {
  padding-top: 32px !important; }

.ptpx-31 {
  padding-top: 31px !important; }

.ptpx-30 {
  padding-top: 30px !important; }

.ptpx-29 {
  padding-top: 29px !important; }

.ptpx-28 {
  padding-top: 28px !important; }

.ptpx-27 {
  padding-top: 27px !important; }

.ptpx-26 {
  padding-top: 26px !important; }

.ptpx-25 {
  padding-top: 25px !important; }

.ptpx-24 {
  padding-top: 24px !important; }

.ptpx-23 {
  padding-top: 23px !important; }

.ptpx-22 {
  padding-top: 22px !important; }

.ptpx-21 {
  padding-top: 21px !important; }

.ptpx-20 {
  padding-top: 20px !important; }

.ptpx-19 {
  padding-top: 19px !important; }

.ptpx-18 {
  padding-top: 18px !important; }

.ptpx-17 {
  padding-top: 17px !important; }

.ptpx-16 {
  padding-top: 16px !important; }

.ptpx-15 {
  padding-top: 15px !important; }

.ptpx-14 {
  padding-top: 14px !important; }

.ptpx-13 {
  padding-top: 13px !important; }

.ptpx-12 {
  padding-top: 12px !important; }

.ptpx-11 {
  padding-top: 11px !important; }

.ptpx-10 {
  padding-top: 10px !important; }

.ptpx-9 {
  padding-top: 9px !important; }

.ptpx-8 {
  padding-top: 8px !important; }

.ptpx-7 {
  padding-top: 7px !important; }

.ptpx-6 {
  padding-top: 6px !important; }

.ptpx-5 {
  padding-top: 5px !important; }

.ptpx-4 {
  padding-top: 4px !important; }

.ptpx-3 {
  padding-top: 3px !important; }

.ptpx-2 {
  padding-top: 2px !important; }

.ptpx-1 {
  padding-top: 1px !important; }

.ptpx-0 {
  padding-top: 0px !important; }

.h-100 {
  height: 100px; }

.h-99 {
  height: 99px; }

.h-98 {
  height: 98px; }

.h-97 {
  height: 97px; }

.h-96 {
  height: 96px; }

.h-95 {
  height: 95px; }

.h-94 {
  height: 94px; }

.h-93 {
  height: 93px; }

.h-92 {
  height: 92px; }

.h-91 {
  height: 91px; }

.h-90 {
  height: 90px; }

.h-89 {
  height: 89px; }

.h-88 {
  height: 88px; }

.h-87 {
  height: 87px; }

.h-86 {
  height: 86px; }

.h-85 {
  height: 85px; }

.h-84 {
  height: 84px; }

.h-83 {
  height: 83px; }

.h-82 {
  height: 82px; }

.h-81 {
  height: 81px; }

.h-80 {
  height: 80px; }

.h-79 {
  height: 79px; }

.h-78 {
  height: 78px; }

.h-77 {
  height: 77px; }

.h-76 {
  height: 76px; }

.h-75 {
  height: 75px; }

.h-74 {
  height: 74px; }

.h-73 {
  height: 73px; }

.h-72 {
  height: 72px; }

.h-71 {
  height: 71px; }

.h-70 {
  height: 70px; }

.h-69 {
  height: 69px; }

.h-68 {
  height: 68px; }

.h-67 {
  height: 67px; }

.h-66 {
  height: 66px; }

.h-65 {
  height: 65px; }

.h-64 {
  height: 64px; }

.h-63 {
  height: 63px; }

.h-62 {
  height: 62px; }

.h-61 {
  height: 61px; }

.h-60 {
  height: 60px; }

.h-59 {
  height: 59px; }

.h-58 {
  height: 58px; }

.h-57 {
  height: 57px; }

.h-56 {
  height: 56px; }

.h-55 {
  height: 55px; }

.h-54 {
  height: 54px; }

.h-53 {
  height: 53px; }

.h-52 {
  height: 52px; }

.h-51 {
  height: 51px; }

.h-50 {
  height: 50px; }

.h-49 {
  height: 49px; }

.h-48 {
  height: 48px; }

.h-47 {
  height: 47px; }

.h-46 {
  height: 46px; }

.h-45 {
  height: 45px; }

.h-44 {
  height: 44px; }

.h-43 {
  height: 43px; }

.h-42 {
  height: 42px; }

.h-41 {
  height: 41px; }

.h-40 {
  height: 40px; }

.h-39 {
  height: 39px; }

.h-38 {
  height: 38px; }

.h-37 {
  height: 37px; }

.h-36 {
  height: 36px; }

.h-35 {
  height: 35px; }

.h-34 {
  height: 34px; }

.h-33 {
  height: 33px; }

.h-32 {
  height: 32px; }

.h-31 {
  height: 31px; }

.h-30 {
  height: 30px; }

.h-29 {
  height: 29px; }

.h-28 {
  height: 28px; }

.h-27 {
  height: 27px; }

.h-26 {
  height: 26px; }

.h-25 {
  height: 25px; }

.h-24 {
  height: 24px; }

.h-23 {
  height: 23px; }

.h-22 {
  height: 22px; }

.h-21 {
  height: 21px; }

.h-20 {
  height: 20px; }

.h-19 {
  height: 19px; }

.h-18 {
  height: 18px; }

.h-17 {
  height: 17px; }

.h-16 {
  height: 16px; }

.h-15 {
  height: 15px; }

.h-14 {
  height: 14px; }

.h-13 {
  height: 13px; }

.h-12 {
  height: 12px; }

.h-11 {
  height: 11px; }

.h-10 {
  height: 10px; }

.h-9 {
  height: 9px; }

.h-8 {
  height: 8px; }

.h-7 {
  height: 7px; }

.h-6 {
  height: 6px; }

.h-5 {
  height: 5px; }

.h-4 {
  height: 4px; }

.h-3 {
  height: 3px; }

.h-2 {
  height: 2px; }

.h-1 {
  height: 1px; }

.h-0 {
  height: 0px; }

.wpx-100 {
  width: 100px; }

.wpx-99 {
  width: 99px; }

.wpx-98 {
  width: 98px; }

.wpx-97 {
  width: 97px; }

.wpx-96 {
  width: 96px; }

.wpx-95 {
  width: 95px; }

.wpx-94 {
  width: 94px; }

.wpx-93 {
  width: 93px; }

.wpx-92 {
  width: 92px; }

.wpx-91 {
  width: 91px; }

.wpx-90 {
  width: 90px; }

.wpx-89 {
  width: 89px; }

.wpx-88 {
  width: 88px; }

.wpx-87 {
  width: 87px; }

.wpx-86 {
  width: 86px; }

.wpx-85 {
  width: 85px; }

.wpx-84 {
  width: 84px; }

.wpx-83 {
  width: 83px; }

.wpx-82 {
  width: 82px; }

.wpx-81 {
  width: 81px; }

.wpx-80 {
  width: 80px; }

.wpx-79 {
  width: 79px; }

.wpx-78 {
  width: 78px; }

.wpx-77 {
  width: 77px; }

.wpx-76 {
  width: 76px; }

.wpx-75 {
  width: 75px; }

.wpx-74 {
  width: 74px; }

.wpx-73 {
  width: 73px; }

.wpx-72 {
  width: 72px; }

.wpx-71 {
  width: 71px; }

.wpx-70 {
  width: 70px; }

.wpx-69 {
  width: 69px; }

.wpx-68 {
  width: 68px; }

.wpx-67 {
  width: 67px; }

.wpx-66 {
  width: 66px; }

.wpx-65 {
  width: 65px; }

.wpx-64 {
  width: 64px; }

.wpx-63 {
  width: 63px; }

.wpx-62 {
  width: 62px; }

.wpx-61 {
  width: 61px; }

.wpx-60 {
  width: 60px; }

.wpx-59 {
  width: 59px; }

.wpx-58 {
  width: 58px; }

.wpx-57 {
  width: 57px; }

.wpx-56 {
  width: 56px; }

.wpx-55 {
  width: 55px; }

.wpx-54 {
  width: 54px; }

.wpx-53 {
  width: 53px; }

.wpx-52 {
  width: 52px; }

.wpx-51 {
  width: 51px; }

.wpx-50 {
  width: 50px; }

.wpx-49 {
  width: 49px; }

.wpx-48 {
  width: 48px; }

.wpx-47 {
  width: 47px; }

.wpx-46 {
  width: 46px; }

.wpx-45 {
  width: 45px; }

.wpx-44 {
  width: 44px; }

.wpx-43 {
  width: 43px; }

.wpx-42 {
  width: 42px; }

.wpx-41 {
  width: 41px; }

.wpx-40 {
  width: 40px; }

.wpx-39 {
  width: 39px; }

.wpx-38 {
  width: 38px; }

.wpx-37 {
  width: 37px; }

.wpx-36 {
  width: 36px; }

.wpx-35 {
  width: 35px; }

.wpx-34 {
  width: 34px; }

.wpx-33 {
  width: 33px; }

.wpx-32 {
  width: 32px; }

.wpx-31 {
  width: 31px; }

.wpx-30 {
  width: 30px; }

.wpx-29 {
  width: 29px; }

.wpx-28 {
  width: 28px; }

.wpx-27 {
  width: 27px; }

.wpx-26 {
  width: 26px; }

.wpx-25 {
  width: 25px; }

.wpx-24 {
  width: 24px; }

.wpx-23 {
  width: 23px; }

.wpx-22 {
  width: 22px; }

.wpx-21 {
  width: 21px; }

.wpx-20 {
  width: 20px; }

.wpx-19 {
  width: 19px; }

.wpx-18 {
  width: 18px; }

.wpx-17 {
  width: 17px; }

.wpx-16 {
  width: 16px; }

.wpx-15 {
  width: 15px; }

.wpx-14 {
  width: 14px; }

.wpx-13 {
  width: 13px; }

.wpx-12 {
  width: 12px; }

.wpx-11 {
  width: 11px; }

.wpx-10 {
  width: 10px; }

.wpx-9 {
  width: 9px; }

.wpx-8 {
  width: 8px; }

.wpx-7 {
  width: 7px; }

.wpx-6 {
  width: 6px; }

.wpx-5 {
  width: 5px; }

.wpx-4 {
  width: 4px; }

.wpx-3 {
  width: 3px; }

.wpx-2 {
  width: 2px; }

.wpx-1 {
  width: 1px; }

.wpx-0 {
  width: 0px; }

.w-100 {
  width: 100%; }

.w-99 {
  width: 99%; }

.w-98 {
  width: 98%; }

.w-97 {
  width: 97%; }

.w-96 {
  width: 96%; }

.w-95 {
  width: 95%; }

.w-94 {
  width: 94%; }

.w-93 {
  width: 93%; }

.w-92 {
  width: 92%; }

.w-91 {
  width: 91%; }

.w-90 {
  width: 90%; }

.w-89 {
  width: 89%; }

.w-88 {
  width: 88%; }

.w-87 {
  width: 87%; }

.w-86 {
  width: 86%; }

.w-85 {
  width: 85%; }

.w-84 {
  width: 84%; }

.w-83 {
  width: 83%; }

.w-82 {
  width: 82%; }

.w-81 {
  width: 81%; }

.w-80 {
  width: 80%; }

.w-79 {
  width: 79%; }

.w-78 {
  width: 78%; }

.w-77 {
  width: 77%; }

.w-76 {
  width: 76%; }

.w-75 {
  width: 75%; }

.w-74 {
  width: 74%; }

.w-73 {
  width: 73%; }

.w-72 {
  width: 72%; }

.w-71 {
  width: 71%; }

.w-70 {
  width: 70%; }

.w-69 {
  width: 69%; }

.w-68 {
  width: 68%; }

.w-67 {
  width: 67%; }

.w-66 {
  width: 66%; }

.w-65 {
  width: 65%; }

.w-64 {
  width: 64%; }

.w-63 {
  width: 63%; }

.w-62 {
  width: 62%; }

.w-61 {
  width: 61%; }

.w-60 {
  width: 60%; }

.w-59 {
  width: 59%; }

.w-58 {
  width: 58%; }

.w-57 {
  width: 57%; }

.w-56 {
  width: 56%; }

.w-55 {
  width: 55%; }

.w-54 {
  width: 54%; }

.w-53 {
  width: 53%; }

.w-52 {
  width: 52%; }

.w-51 {
  width: 51%; }

.w-50 {
  width: 50%; }

.w-49 {
  width: 49%; }

.w-48 {
  width: 48%; }

.w-47 {
  width: 47%; }

.w-46 {
  width: 46%; }

.w-45 {
  width: 45%; }

.w-44 {
  width: 44%; }

.w-43 {
  width: 43%; }

.w-42 {
  width: 42%; }

.w-41 {
  width: 41%; }

.w-40 {
  width: 40%; }

.w-39 {
  width: 39%; }

.w-38 {
  width: 38%; }

.w-37 {
  width: 37%; }

.w-36 {
  width: 36%; }

.w-35 {
  width: 35%; }

.w-34 {
  width: 34%; }

.w-33 {
  width: 33%; }

.w-32 {
  width: 32%; }

.w-31 {
  width: 31%; }

.w-30 {
  width: 30%; }

.w-29 {
  width: 29%; }

.w-28 {
  width: 28%; }

.w-27 {
  width: 27%; }

.w-26 {
  width: 26%; }

.w-25 {
  width: 25%; }

.w-24 {
  width: 24%; }

.w-23 {
  width: 23%; }

.w-22 {
  width: 22%; }

.w-21 {
  width: 21%; }

.w-20 {
  width: 20%; }

.w-19 {
  width: 19%; }

.w-18 {
  width: 18%; }

.w-17 {
  width: 17%; }

.w-16 {
  width: 16%; }

.w-15 {
  width: 15%; }

.w-14 {
  width: 14%; }

.w-13 {
  width: 13%; }

.w-12 {
  width: 12%; }

.w-11 {
  width: 11%; }

.w-10 {
  width: 10%; }

.w-9 {
  width: 9%; }

.w-8 {
  width: 8%; }

.w-7 {
  width: 7%; }

.w-6 {
  width: 6%; }

.w-5 {
  width: 5%; }

.w-4 {
  width: 4%; }

.w-3 {
  width: 3%; }

.w-2 {
  width: 2%; }

.w-1 {
  width: 1%; }

::-moz-selection {
  background: #2f3d4a;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #4266b2;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #e91a1a;
  color: #fff;
  text-shadow: none; }

::-webkit-scrollbar {
  width: 6px;
  height: 10px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px; }

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: #4266b2; }

html {
  position: relative; }

*, html, body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #323232;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

img {
  max-width: 100%;
  display: block; }

.ff-primary {
  font-family: "Poppins", sans-serif; }

.ff-secondary, form input[type=text], form input[type=number], form input[type=email], form input[type=password], form input[type=search], .form input[type=text], .form input[type=number], .form input[type=email], .form input[type=password], .form input[type=search], form select, form textarea, .form select, .form textarea {
  font-family: "Poppins", sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Poppins", sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
  margin: 0;
  padding: 0; }

h1, .h1 {
  font-size: 44px; }

h2, .h2 {
  font-size: 40px; }
  @media (max-width: 575px) {
    h2, .h2 {
      font-size: 20px; } }

h3, .h3 {
  font-size: 28px; }
  @media (max-width: 575px) {
    h3, .h3 {
      font-size: 20px; } }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 22px; }

h6, .h6 {
  font-size: 20px; }

p {
  font-size: 14px; }

a {
  color: #323232;
  text-decoration: none; }

img.inherit {
  max-width: inherit; }

.img-resp {
  display: block;
  max-width: 100%;
  height: auto; }

.relative-block {
  position: relative; }

.absolute-block {
  position: absolute; }

.unstyled {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.inline li {
  display: inline-block; }
ul.block li {
  display: block; }
ul.table {
  display: table; }
  ul.table li {
    display: table-cell; }
ul.nomar li:last-child {
  margin-right: 0 !important; }
ul.nomar li:first-child {
  margin-left: 0 !important; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

hr {
  border: none;
  background: #cccccc; }

.td-underline {
  text-decoration: underline; }

.td-border {
  border-bottom: 1px solid; }

.td-border-dashed {
  border-bottom: 1px dashed; }

.td-border-dotted {
  border-bottom: 1px dotted; }

.b-radius {
  border-radius: 4px; }

.b-radius-bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.fs-default {
  font-size: 14px; }

.fs-xsmall {
  font-size: 10px; }

.fs-small {
  font-size: 12px; }

.fs-medium {
  font-size: 16px; }

.fs-large {
  font-size: 18px; }

.fw-thin {
  font-weight: 100 !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semi-bold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-black {
  font-weight: 900 !important; }

.tt-normal {
  text-transform: inherit !important; }

.tt-uppercase {
  text-transform: uppercase !important; }

.tt-capital {
  text-transform: capitalize !important; }

.ta-right {
  text-align: right; }

.ta-left {
  text-align: left; }

.ta-center {
  text-align: center; }

.clearfix::after, .detail-table .user-detail::after, .detail-table .details::after, .box__shadow-box::after, form .control-group::after, .form .control-group::after {
  content: "";
  display: table;
  clear: both; }

.fc-primary {
  color: #4266b2; }

.fc-secondary {
  color: #2f3d4a; }

.fc-default {
  color: #323232; }

.fc-white {
  color: #ffffff; }

.fc-black {
  color: #000000; }

.fc-grey {
  color: #666666; }

.fc-lgrey {
  color: #6c757d; }

.fc-spgrey {
  color: #fafafa; }

.fc-red {
  color: #FF394F; }

.fc-blue {
  color: #08a6c3; }

.fc-green {
  color: #00e676; }

.fc-orange {
  color: #FF9149; }

.fc-quarter1 {
  color: #dcbf37; }

.fc-quarter2 {
  color: #bb8f9b; }

.fc-quarter3 {
  color: #00a1cf; }

.bg-primary {
  background: #4266b2; }

.bg-secondary {
  background: #2f3d4a; }

.bg-white {
  background: #ffffff; }

.bg-black {
  background: #000000; }

.bg-grey {
  background: #666666; }

.bg-lgrey {
  background: #6c757d; }

.bg-spgrey {
  background: #fafafa; }

.bg-red {
  background: #FF394F; }

.bg-blue {
  background: #08a6c3; }

.bg-green {
  background: #00e676; }

.bg-orange {
  background: #FF9149; }

.bg-quarter1 {
  background: #dcbf37; }

.bg-quarter2 {
  background: #bb8f9b; }

.bg-quarter3 {
  background: #00a1cf; }

.bg-cover {
  background-size: cover; }

.m-auto {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.lh-normal {
  line-height: 1; }

.lh-medium {
  line-height: 1.2; }

.lh-large {
  line-height: 1.8; }

.lh-xlarge {
  line-height: 2; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.col-nopadd {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.ls-xsmall {
  letter-spacing: -2px; }

.ls-small {
  letter-spacing: -1px; }

.ls-normal {
  letter-spacing: 0px; }

.ls-medium {
  letter-spacing: 1px; }

.ls-large {
  letter-spacing: 2px; }

.ls-xlarge {
  letter-spacing: 4px; }

.va-middle {
  vertical-align: middle; }

.va-top {
  vertical-align: top; }

.va-bottom {
  vertical-align: bottom; }

.facebook:hover {
  color: #1a4bad !important; }

.facebook-icon:hover {
  background: #1a4bad !important; }

.twitter:hover {
  color: #00a9cd !important; }

.twitter-icon:hover {
  background: #00a9cd !important; }

.linkedin:hover {
  color: #1d4a9c !important; }

.linkedin-icon:hover {
  background: #1d4a9c !important; }

.googleplus:hover {
  color: #ff4800 !important; }

.googleplus-icon:hover {
  background: #ff4800 !important; }

.youtube:hover {
  color: #d10000 !important; }

.youtube-icon:hover {
  background: #d10000 !important; }

.overlay-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none; }

.bg-norepeat {
  background-repeat: no-repeat; }

.bg-center {
  background-position: center; }

.img-inherit {
  max-width: inherit; }

.sec-padding {
  padding: 50px 0; }
  @media (max-width: 767px) {
    .sec-padding {
      padding: 30px 0; } }
  .sec-padding.\--small {
    padding: 40px 0; }
  .sec-padding.\--xsmall {
    padding: 30px 0; }

.app-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100vh;
  opacity: 0; }

.pointer {
  cursor: pointer; }

.fixed-height {
  min-height: 100vh; }

.hidden {
  display: none; }

.show {
  display: block; }

.alert {
  position: absolute;
  top: 0;
  text-align: left;
  right: 0;
  width: 20%;
  padding: 20px;
  background: #28D094;
  color: white; }

.error-block {
  font-size: 12px;
  color: #FF394F; }

.grid-block {
  overflow: hidden;
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .grid-block > * {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .grid-block.\--grid-show {
    overflow: inherit; }
  .grid-block.\--type-inline-blocks > * {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px; }
  .grid-block.\--type-two-blocks > * {
    width: 50% !important; }
  .grid-block.\--type-three-blocks > * {
    width: 33.333% !important; }
  .grid-block.\--type-four-blocks > * {
    width: 25% !important; }
  .grid-block.\--type-five-blocks > * {
    width: 20% !important; }
  .grid-block.\--type-six-blocks > * {
    width: 16.6667% !important; }
  .grid-block.\--style-offsets {
    margin-left: -30px; }
    .grid-block.\--style-offsets > * {
      padding-left: 30px; }
    .grid-block.\--style-offsets.\--offset-small {
      margin-left: -20px; }
      .grid-block.\--style-offsets.\--offset-small > * {
        padding-left: 20px; }
  .grid-block.\--style-bottom-offsets > * {
    margin-bottom: 50px; }
  .grid-block.\--style-bottom-offsets.\--offset-bottom-small > * {
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    .grid-block.\--ipad-half-grid > * {
      width: 50% !important; } }
  @media (max-width: 767px) {
    .grid-block.\--mobile-full-grid > * {
      width: 100% !important; } }

ul.grid-block {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

@font-face {
  font-family: 'pms';
  src: url("fonts/pms.eot?xyytpv");
  src: url("fonts/pms.eot?xyytpv#iefix") format("embedded-opentype"), url("fonts/pms.ttf?xyytpv") format("truetype"), url("fonts/pms.woff?xyytpv") format("woff"), url("fonts/pms.svg?xyytpv#pms") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pms' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-users:before {
  content: "\e001"; }

.icon-all-projects:before {
  content: "\e034"; }

.icon-total-projects:before {
  content: "\e039"; }

.icon-revisions:before {
  content: "\e040"; }

.icon-chat:before {
  content: "\e04a"; }

.icon-logout:before {
  content: "\e066"; }

.icon-dashboard:before {
  content: "\e069"; }

.icon-grid:before {
  content: "\e06a"; }

.icon-check-circle:before {
  content: "\e080"; }

.icon-close-circle:before {
  content: "\e082"; }

.icon-file:before {
  content: "\e085"; }

.icon-instagram:before {
  content: "\e900"; }

.icon-linkedin:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-arrow-up:before {
  content: "\e907"; }

.icon-arrow-right:before {
  content: "\e908"; }

.icon-arrow-left:before {
  content: "\e909"; }

.icon-arrow-down:before {
  content: "\e90a"; }

.icon-check-box-unchecked:before {
  content: "\e916"; }

.icon-check-box:before {
  content: "\e917"; }

.icon-radio-button-unchecked:before {
  content: "\e919"; }

.icon-radio-button-checked:before {
  content: "\e91a"; }

.icon-delete:before {
  content: "\e91c"; }

.btn {
  border-radius: 6px;
  padding: 10px 16px;
  display: inline-block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: none;
  font-size: 12px;
  line-height: 1;
  cursor: pointer; }
  .btn.\--btn-primary {
    background: #4266b2;
    color: white; }
  .btn.\--btn-secondary {
    background: #2f3d4a;
    color: white; }
  .btn.\--btn-green {
    background: #00e676;
    color: white; }
  .btn.\--btn-blue {
    background: #08a6c3;
    color: white; }
  .btn.\--btn-red {
    background: #FF394F;
    color: white; }
  .btn.\--btn-orange {
    background: #FF9149;
    color: white; }
  .btn.\--btn-medium {
    padding: 6px 14px;
    letter-spacing: 1px; }
  .btn.\--btn-small {
    padding: 6px 10px;
    font-size: 10px; }
  .btn.\--btn-table {
    padding: 4px 14px;
    letter-spacing: 1px; }
  .btn.\--btn-large {
    font-size: 16px; }
  .btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--bootstrap .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--bootstrap .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700; }

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--bootstrap.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--bootstrap.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--bootstrap .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--bootstrap.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--bootstrap.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--bootstrap .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  height: auto; }

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0; }

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--bootstrap .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .\--big-dot .slick-dots {
    bottom: -40px; }
  .\--xbig-dot .slick-dots {
    bottom: -60px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 36px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.progress {
  display: block;
  height: 2px;
  font-size: 10px;
  background-color: #eeeeee;
  border-radius: 4px;
  position: relative; }
  .progress .progress-bar {
    display: block;
    color: #FFF;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }
    .progress .progress-bar.\--bg-gradient-green {
      background: #00e676;
      /* Old browsers */
      background: -moz-linear-gradient(left, #00e676 0%, #4dffa8 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00e676), color-stop(100%, #4dffa8));
      background: -webkit-linear-gradient(left, #00e676 0%, #4dffa8 100%);
      background: -o-linear-gradient(left, #00e676 0%, #4dffa8 100%);
      background: -ms-linear-gradient(left, #00e676 0%, #4dffa8 100%);
      background: linear-gradient(to right, #00e676 0%, #4dffa8 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e676', endColorstr='#4dffa8',GradientType=1 ); }
    .progress .progress-bar.\--bg-gradient-blue {
      background: #08a6c3;
      /* Old browsers */
      background: -moz-linear-gradient(left, #08a6c3 0%, #3adaf7 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #08a6c3), color-stop(100%, #3adaf7));
      background: -webkit-linear-gradient(left, #08a6c3 0%, #3adaf7 100%);
      background: -o-linear-gradient(left, #08a6c3 0%, #3adaf7 100%);
      background: -ms-linear-gradient(left, #08a6c3 0%, #3adaf7 100%);
      background: linear-gradient(to right, #08a6c3 0%, #3adaf7 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08a6c3', endColorstr='#3adaf7',GradientType=1 ); }
    .progress .progress-bar.\--bg-gradient-orange {
      background: #FF9149;
      /* Old browsers */
      background: -moz-linear-gradient(left, #FF9149 0%, #ffcfaf 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FF9149), color-stop(100%, #ffcfaf));
      background: -webkit-linear-gradient(left, #FF9149 0%, #ffcfaf 100%);
      background: -o-linear-gradient(left, #FF9149 0%, #ffcfaf 100%);
      background: -ms-linear-gradient(left, #FF9149 0%, #ffcfaf 100%);
      background: linear-gradient(to right, #FF9149 0%, #ffcfaf 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9149', endColorstr='#ffcfaf',GradientType=1 ); }
    .progress .progress-bar.\--bg-gradient-red {
      background: #FF394F;
      /* Old browsers */
      background: -moz-linear-gradient(left, #FF394F 0%, #ff9faa 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FF394F), color-stop(100%, #ff9faa));
      background: -webkit-linear-gradient(left, #FF394F 0%, #ff9faa 100%);
      background: -o-linear-gradient(left, #FF394F 0%, #ff9faa 100%);
      background: -ms-linear-gradient(left, #FF394F 0%, #ff9faa 100%);
      background: linear-gradient(to right, #FF394F 0%, #ff9faa 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF394F', endColorstr='#ff9faa',GradientType=1 ); }

.box-shadow-2 {
  -webkit-box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2);
  box-shadow: 0 10px 18px 0 rgba(62, 57, 107, 0.2); }

.responsive-table {
  overflow-x: scroll;
  width: 100%; }

.detail-table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-spacing: unset; }
  .detail-table tr {
    color: #6c757d;
    padding: 0; }
    .detail-table tr:nth-child(even) {
      background-color: #fbfbfb; }
  .detail-table th {
    font-weight: 500;
    padding: 8px 0; }
    .detail-table th:first-child {
      padding: 8px 20px; }
    .detail-table th:last-child {
      text-align: right;
      padding: 8px 20px; }
  .detail-table td {
    border-top: 1px solid #e9ecef;
    padding: 10px 0; }
    .detail-table td:first-child {
      padding: 10px 20px; }
    .detail-table td:last-child {
      text-align: right;
      padding: 10px 20px; }
  .detail-table .user-detail {
    cursor: pointer;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #e9ecef; }
    .detail-table .user-detail .user-name {
      font-weight: 400;
      position: relative;
      text-align: left;
      margin: 0 6px; }
  .detail-table .xicon {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 12px; }
  .detail-table .details {
    margin: 6px 6px 0;
    display: none; }
    .detail-table .details .email {
      font-size: 12px;
      text-align: left;
      color: #00e676; }
    .detail-table .details .delete-email {
      float: right;
      color: #FF394F; }
    .detail-table .details .status .accepted {
      color: green; }
    .detail-table .details .status .pending {
      color: orange; }
  .detail-table.\--user-table tr th:last-child {
    padding: 0px; }
  .detail-table.\--user-table tr:nth-child(even) {
    background: none; }
  .detail-table.\--user-table tr td {
    padding: 14px 0; }

.desktop-table {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  border-spacing: unset;
  margin: 10px 0 30px;
  border-color: #666666; }
  .desktop-table th {
    color: #FF394F;
    padding: 6px;
    font-size: 16px; }
  .desktop-table td {
    padding: 6px; }

.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
  /* Table column sizing
  ================================== */ }
  .Rtable .Rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
    border: 1px solid #666666; }
    .Rtable .Rtable-cell.\--head {
      background-color: #4266b2;
      color: #ffffff;
      font-weight: 700;
      text-align: left;
      border-color: #4266b2; }
    .Rtable .Rtable-cell .head {
      color: #4266b2;
      font-weight: 700;
      margin-right: 10px;
      display: none;
      line-height: 2; }
      @media (max-width: 991px) {
        .Rtable .Rtable-cell .head {
          display: inline-block;
          width: 40%;
          float: left; } }
    .Rtable .Rtable-cell .body {
      line-height: 2; }
      @media (max-width: 991px) {
        .Rtable .Rtable-cell .body {
          float: left;
          width: 54%; } }
  @media (max-width: 991px) {
    .Rtable.\--collapse {
      display: block; }
      .Rtable.\--collapse .Rtable-cell {
        width: 100% !important; }
        .Rtable.\--collapse .Rtable-cell.\--foot {
          margin-bottom: 20px; } }
  .Rtable.\--2cols .Rtable-cell {
    width: 50%; }
  .Rtable.\--3cols .Rtable-cell {
    width: 33.33%; }
  .Rtable.\--4cols .Rtable-cell {
    width: 25%; }
  .Rtable.\--5cols .Rtable-cell {
    width: 20%; }
  .Rtable.\--6cols .Rtable-cell {
    width: 16.6%; }
  .Rtable.\--7cols .Rtable-cell {
    width: 14.28%; }

.breadcrumb .breadcrumb-item {
  font-size: 12px; }
  .breadcrumb .breadcrumb-item.active {
    color: #6c757d; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    color: #6c757d;
    content: "/"; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
.primary-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 66px;
  width: 100%;
  padding: 0px 40px;
  background: white;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  z-index: 99; }
  @media (max-width: 767px) {
    .primary-header {
      padding: 0 20px; } }
  .primary-header .page-name {
    line-height: 4;
    display: block;
    font-size: 16px; }
    @media (max-width: 767px) {
      .primary-header .page-name {
        margin-left: 20px;
        display: inline-block;
        font-size: 14px; } }
    @media (max-width: 450px) {
      .primary-header .page-name .extra {
        display: none; } }
  .primary-header .right-panel {
    float: right; }
    .primary-header .right-panel .user-picture {
      display: inline-block;
      line-height: 1;
      cursor: default;
      float: left; }
      @media (max-width: 767px) {
        .primary-header .right-panel .user-picture {
          display: none; } }
      .primary-header .right-panel .user-picture .xicon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #08a6c3;
        text-align: center;
        font-size: 22px;
        padding-top: 10px;
        color: white;
        display: inline-block;
        margin-left: 10px; }
    .primary-header .right-panel .signout {
      color: #666666;
      font-size: 14px;
      margin-left: 20px;
      display: inline-block;
      margin-top: 10px; }
      @media (max-width: 767px) {
        .primary-header .right-panel .signout {
          margin-left: 0px;
          margin-top: 0; } }
      .primary-header .right-panel .signout .xicon {
        vertical-align: middle; }
      .primary-header .right-panel .signout span {
        font-size: 12px;
        margin-left: 6px;
        display: inline-block; }

.desktop-header {
  margin-bottom: 60px; }
  .desktop-header .top-bar {
    height: 20px;
    position: relative;
    padding: 20px 0; }
  .desktop-header .header-logo {
    position: absolute;
    top: 10px;
    left: 0; }
  .desktop-header .nav-bar {
    background: url("/img/nav-bg.jpg");
    background-repeat: repeat-x;
    height: 60px; }

.side-panel {
  position: fixed;
  width: 230px;
  height: 100%;
  left: 0;
  top: 66px;
  background: #313740;
  padding: 16px 0;
  z-index: 9;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
  @media (max-width: 767px) {
    .side-panel {
      position: fixed;
      left: -100%; }
      .side-panel.active {
        left: 0; } }
  .side-panel__logo {
    margin: 0 auto;
    padding-bottom: 14px;
    position: relative;
    display: block;
    width: 48px; }
    .side-panel__logo:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.4);
      content: ''; }
  .side-panel__user-picture {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 20px auto 10px;
    overflow: hidden;
    background: white;
    text-align: center;
    font-size: 32px;
    padding-top: 4px;
    color: #08a6c3; }
  .side-panel__user-name {
    text-align: center;
    color: #fafafa; }
  .side-panel__user-email {
    text-align: center;
    color: #6c757d;
    margin-bottom: 20px; }
  .side-panel__side-nav {
    position: relative;
    padding-top: 20px; }
    .side-panel__side-nav li {
      display: block;
      text-align: center;
      margin-bottom: 10px; }
      .side-panel__side-nav li a {
        color: #ffffff;
        padding: 10px;
        display: block;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        position: relative; }
        .side-panel__side-nav li a .xicon {
          font-size: 16px;
          float: left;
          width: 30px;
          margin-right: 10px; }
        .side-panel__side-nav li a .title {
          text-align: left;
          line-height: 1.2; }
      .side-panel__side-nav li.active a, .side-panel__side-nav li:hover a {
        color: #666666;
        background-color: #ffffff;
        -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(60, 72, 88, 0.4);
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(60, 72, 88, 0.4); }

.box__shadow-box {
  background: white;
  -webkit-box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.07);
  box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.07);
  margin: 0px 0 30px;
  border-radius: 0px;
  padding: 18px;
  position: relative; }
  .box__shadow-box .title {
    margin-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize; }
  .box__shadow-box.\--padding-large {
    padding: 30px; }
  .box__shadow-box.\--project-box {
    margin: 80px 0 0px;
    padding: 15px 15px 20px;
    position: relative; }
    .box__shadow-box.\--project-box figure {
      border-radius: 6px;
      overflow: hidden;
      min-height: 260px;
      background-size: cover;
      background-position: top center;
      background-image: url("/images/project-default-picture.jpg");
      position: relative;
      top: -40px;
      z-index: 4;
      -webkit-transition: 0.6s;
      -moz-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      -webkit-box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }
    .box__shadow-box.\--project-box .project-btn {
      margin-bottom: 20px;
      position: relative;
      z-index: 2; }
    .box__shadow-box.\--project-box .detail {
      text-align: center;
      position: relative;
      margin-top: -80px; }
    .box__shadow-box.\--project-box:hover figure {
      top: -90px; }
  .box__shadow-box.\--project-detail {
    padding: 20px; }
    @media (max-width: 767px) {
      .box__shadow-box.\--project-detail {
        padding: 10px; } }
  .box__shadow-box.\--create-project .project-thumbnail {
    border-radius: 4px;
    border: 1px solid #d7dfe3;
    width: 100%;
    height: 260px;
    position: relative;
    background-size: cover;
    background-position: center; }
    .box__shadow-box.\--create-project .project-thumbnail span {
      color: #666666;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      text-align: center;
      height: 22px; }
    .box__shadow-box.\--create-project .project-thumbnail input[type=file] {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      cursor: pointer; }
  .box__shadow-box.\--view-project {
    padding: 10px;
    position: relative;
    height: 400px; }
    .box__shadow-box.\--view-project figure {
      background-size: cover;
      background-position: top center;
      height: 100%;
      background-repeat: no-repeat;
      position: relative; }
      .box__shadow-box.\--view-project figure:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        content: ''; }
    .box__shadow-box.\--view-project.\--form-box {
      padding: 20px; }
    .box__shadow-box.\--view-project .project-name {
      position: absolute;
      bottom: 60px;
      right: -10px;
      background-color: white;
      padding: 8px 10px;
      width: 180px;
      -webkit-box-shadow: 6px 8px 10px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 6px 8px 10px 0px rgba(0, 0, 0, 0.08);
      border-left: 3px solid #08a6c3;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .box__shadow-box.\--view-project .project-name .date {
        font-size: 12px;
        color: #4266b2; }
      .box__shadow-box.\--view-project .project-name .name {
        font-weight: 700;
        width: 76%;
        overflow: hidden; }
      .box__shadow-box.\--view-project .project-name .delete {
        float: right;
        color: #FF394F;
        font-size: 12px; }
      .box__shadow-box.\--view-project .project-name .icon {
        position: absolute;
        right: 10px;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        background-color: #08a6c3;
        color: white;
        text-align: center;
        top: 16px;
        font-size: 24px; }
    .box__shadow-box.\--view-project:hover .project-name {
      right: -30px; }
.box.\--card {
  -webkit-box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.07);
  box-shadow: 0 1px 15px 1px rgba(62, 57, 107, 0.07);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0px 0 30px;
  border-radius: 0px;
  padding: 18px 18px 24px;
  background-color: #ffffff; }
  .box.\--card .xicon {
    font-size: 28px;
    line-height: 1.3; }
  .box.\--card .title {
    line-height: 1.2;
    font-weight: 500; }
    .box.\--card .title small {
      display: block;
      font-size: 14px;
      margin-bottom: 4px;
      color: #6c757d;
      font-weight: 300; }
  .box.\--card .progress {
    margin-top: 10px;
    margin-bottom: 10px; }
  .box.\--card:hover {
    -webkit-transform: translateY(-4px) scale(1.02);
    -moz-transform: translateY(-4px) scale(1.02);
    -o-transform: translateY(-4px) scale(1.02);
    -ms-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
    z-index: 999; }
.box__project-comment-box .comment {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
  position: relative; }
  .box__project-comment-box .comment .xicon {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 1.5;
    width: 74px;
    position: relative; }
    .box__project-comment-box .comment .xicon.pending {
      background-color: #FF9149; }
    .box__project-comment-box .comment .xicon.done {
      background-color: #00e676; }
    .box__project-comment-box .comment .xicon .icon {
      vertical-align: middle;
      position: absolute;
      right: 4px;
      top: 7px; }
  .box__project-comment-box .comment .xSelect {
    position: absolute;
    top: 14px;
    left: 10px;
    padding-top: 20px;
    z-index: 99;
    overflow: hidden;
    width: 78px;
    height: 0%; }
    .box__project-comment-box .comment .xSelect.active {
      height: auto; }
  .box__project-comment-box .comment .icon-verified {
    color: #00e676;
    font-size: 24px; }
  .box__project-comment-box .comment .verify_btn {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 1.5; }
.box__project-revision-box {
  margin-bottom: 40px; }
  .box__project-revision-box .date {
    background-color: #2f3d4a;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    float: right;
    font-size: 10px; }
  .box__project-revision-box figure {
    max-height: 280px;
    overflow: hidden; }
  .box__project-revision-box .comments-area {
    max-height: 250px;
    overflow-y: auto;
    margin-top: 10px; }
    .box__project-revision-box .comments-area .comments {
      background-color: #ffffff;
      padding: 6px 10px;
      margin-bottom: 10px;
      position: relative;
      font-size: 12px; }
    .box__project-revision-box .comments-area::-webkit-scrollbar {
      width: 4px;
      height: 10px; }
.box__login-box {
  border-radius: 10px;
  padding-bottom: 10px;
  max-width: 330px;
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3); }
  @media (max-width: 767px) {
    .box__login-box {
      max-width: 100%;
      margin-top: 40px; } }
  .box__login-box.\--register-now {
    max-width: 100%; }

.desktop-footer {
  border-top: 1px solid #6c757d;
  padding: 10px 0;
  margin-top: 20px; }
  .desktop-footer .copyright {
    font-size: 12px;
    color: #6c757d; }
    .desktop-footer .copyright a {
      color: #6c757d; }
  .desktop-footer .mjrj-logo {
    float: right;
    width: 100px; }
    @media (max-width: 575px) {
      .desktop-footer .mjrj-logo {
        float: none;
        margin: 20px auto;
        width: 80px; } }

.main-body {
  position: relative;
  margin-left: 230px;
  margin-top: 66px;
  padding: 0;
  background: #fafafa;
  min-height: 100%; }
  @media (max-width: 767px) {
    .main-body {
      margin-left: 0; } }
  .main-body.\--without-sidepanel {
    margin: 0;
    background-color: #ffffff;
    min-height: 100vh; }
    .main-body.\--without-sidepanel .main-body__dashboard-body.\--fixed-height {
      min-height: calc(100vh - 125px); }
    .main-body.\--without-sidepanel .pf {
      margin: 0px 0px 0px;
      position: relative;
      bottom: 0; }
  .main-body__login-page {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px 15px;
    width: 100%;
    max-width: 960px;
    z-index: 99; }
    @media (max-width: 767px) {
      .main-body__login-page {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%); } }
    .main-body__login-page .company_detail .logo {
      margin-bottom: 30px;
      font-weight: 400; }
    .main-body__login-page .company_detail .title {
      font-weight: 400;
      text-transform: uppercase;
      opacity: 0.7;
      filter: alpha(opacity=70);
      letter-spacing: 2px;
      line-height: 1.2;
      margin-bottom: 10px; }
    .main-body__login-page .company_detail .desc {
      opacity: 0.6;
      filter: alpha(opacity=60);
      letter-spacing: 1px;
      font-weight: 300; }
    .main-body__login-page .company_detail .footer {
      padding: 24px 0; }
      .main-body__login-page .company_detail .footer .contact-link a {
        padding: 10px 20px 10px 0;
        font-size: 12px;
        text-transform: uppercase;
        display: block; }
      .main-body__login-page .company_detail .footer .social-link a {
        font-size: 16px;
        display: block;
        padding: 10px 20px 10px 0; }
    .main-body__login-page .company_detail hr {
      border-top: 1px solid #e9ecef; }
  .main-body__dashboard-body {
    padding: 30px 20px; }
  .main-body .pagetitle {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.2; }
    .main-body .pagetitle .xicon {
      padding-right: 10px;
      margin-right: 10px;
      border-right: 1px solid #ccc;
      color: #4266b2; }

.revision-info {
  margin-top: 40px;
  border-top: 1px solid #e9ecef;
  padding-top: 40px; }

.project-thumbnail {
  border-radius: 4px;
  width: 100%;
  height: 560px;
  position: relative;
  background-size: cover;
  background-position: top center; }
  .project-thumbnail span {
    color: #666666;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    height: 22px; }
  .project-thumbnail input[type=file] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer; }

.popup-form {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20; }
  .popup-form .popup-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    max-width: 300px;
    z-index: 20;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .popup-form .popup-inner {
        width: 80%; } }
  .popup-form:before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    width: 100%;
    height: 100%; }
  .popup-form .form-section {
    padding: 20px 30px; }
  .popup-form .close-popup {
    color: #4266b2;
    text-decoration: underline; }
  .popup-form .title {
    margin-bottom: 10px; }
  .popup-form form .control-group {
    margin-bottom: 10px; }

/*************** Loading ***************/
@-webkit-keyframes loading {
  50% {
    background: white; } }
@keyframes loading {
  50% {
    background: white; } }
.loading-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #e6ecf3;
  z-index: 10000; }

.loading-wrapper .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -3px;
  width: 6px;
  height: 24px;
  background: #4266b2;
  -webkit-animation: pulse 750ms infinite;
  animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.loading-wrapper .loading:before {
  left: -15px;
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: #65ab53;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: loading 750ms infinite;
  animation: loading 750ms infinite;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.loading-wrapper .loading:after {
  left: 15px;
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: #65ab53;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: loading 750ms infinite;
  animation: loading 750ms infinite;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

/**** Form Styling Default ****/
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus {
  background: transparent !important; }

form input::-webkit-input-placeholder {
  color: #666666; }

form input:-moz-placeholder {
  color: #666666; }

form input::-moz-placeholder {
  color: #666666; }

form input:-ms-input-placeholder {
  color: #666666; }

form textarea::-webkit-input-placeholder {
  color: #666666; }

form .control-group, .form .control-group {
  margin-bottom: 24px;
  position: relative; }
form input[type=text], form input[type=number], form input[type=email], form input[type=password], form input[type=search], .form input[type=text], .form input[type=number], .form input[type=email], .form input[type=password], .form input[type=search] {
  color: #666666;
  padding: 10px 0;
  height: 44px;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 4px;
  position: relative;
  z-index: 4; }
form input[type="submit"], .form input[type="submit"] {
  border: none;
  border-radius: 6px;
  background: #08a6c3;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  padding: 6px 16px;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.5; }
  form input[type="submit"]:hover, .form input[type="submit"]:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
form select, form textarea, .form select, .form textarea {
  color: #666666;
  padding: 10px;
  height: 44px;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: none;
  line-height: 38px;
  border-radius: 4px;
  position: relative;
  z-index: 4; }
form .codearea, .form .codearea {
  float: left;
  width: 28%;
  position: relative; }
form .numberarea, .form .numberarea {
  float: right;
  width: 70%;
  position: relative; }
  form .numberarea input, .form .numberarea input {
    padding-left: 10px; }
form .field, .form .field {
  width: 60%;
  float: left; }
form .button, .form .button {
  width: 40%;
  float: right; }
  form .button a, .form .button a {
    cursor: pointer; }
form textarea, .form textarea {
  resize: none;
  min-height: 170px; }
form .checkbox, .form .checkbox {
  position: relative;
  display: inline-block; }
  form .checkbox input[type=checkbox], .form .checkbox input[type=checkbox] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer; }
    form .checkbox input[type=checkbox]:checked + label, .form .checkbox input[type=checkbox]:checked + label {
      color: #4266b2; }
      form .checkbox input[type=checkbox]:checked + label:before, .form .checkbox input[type=checkbox]:checked + label:before {
        content: '\e917'; }
  form .checkbox label, .form .checkbox label {
    position: relative;
    padding-left: 24px; }
    form .checkbox label:before, .form .checkbox label:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '\e916';
      font-family: 'pms' !important;
      font-size: 20px;
      line-height: 18px; }
form .radiobox, .form .radiobox {
  position: relative;
  display: inline-block; }
  form .radiobox input[type=radio], .form .radiobox input[type=radio] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9; }
    form .radiobox input[type=radio]:checked + label, .form .radiobox input[type=radio]:checked + label {
      color: #4266b2; }
      form .radiobox input[type=radio]:checked + label:before, .form .radiobox input[type=radio]:checked + label:before {
        content: '\e914'; }
  form .radiobox label, .form .radiobox label {
    position: relative;
    padding-left: 24px; }
    form .radiobox label:before, .form .radiobox label:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '\e913';
      font-family: 'pms' !important;
      font-size: 20px;
      line-height: 18px; }
form input.error, .form input.error {
  border-color: red !important; }
form select.error, form textarea.error, .form select.error, .form textarea.error {
  border-color: red !important; }
form label.error, .form label.error {
  display: none !important; }
form input[type=number]::-webkit-outer-spin-button,
form input[type=number]::-webkit-inner-spin-button, .form input[type=number]::-webkit-outer-spin-button,
.form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield; }
form .form-label, .form .form-label {
  position: absolute;
  left: 0px;
  color: #99abb4;
  top: 12px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
form .bar, .form .bar {
  position: relative;
  display: block; }
  form .bar:before, form .bar:after, .form .bar:before, .form .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #08a6c3;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all; }
  form .bar:before, .form .bar:before {
    left: 50%; }
  form .bar:after, .form .bar:after {
    right: 50%; }
form .form-field, .form .form-field {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  form .form-field:focus, .form .form-field:focus {
    border: none; }
    form .form-field:focus ~ .bar:before, form .form-field:focus ~ .bar:after, .form .form-field:focus ~ .bar:before, .form .form-field:focus ~ .bar:after {
      width: 50%; }
form .control-group.focused .form-label, .form .control-group.focused .form-label {
  top: -6px;
  font-size: 12px;
  color: #99abb4; }
form.login-form .control-group, .form.login-form .control-group {
  margin-bottom: 10px; }
form.login-form input[type=submit], .form.login-form input[type=submit] {
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 20px; }
form.login-form .xicon, .form.login-form .xicon {
  position: absolute;
  right: 10px;
  top: 16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #00e676; }
form.login-form input[type=text], form.login-form input[type=number], form.login-form input[type=email], form.login-form input[type=password], .form.login-form input[type=text], .form.login-form input[type=number], .form.login-form input[type=email], .form.login-form input[type=password] {
  padding: 10px 0 0; }
  form.login-form input[type=text]:valid ~ .xicon, form.login-form input[type=number]:valid ~ .xicon, form.login-form input[type=email]:valid ~ .xicon, form.login-form input[type=password]:valid ~ .xicon, .form.login-form input[type=text]:valid ~ .xicon, .form.login-form input[type=number]:valid ~ .xicon, .form.login-form input[type=email]:valid ~ .xicon, .form.login-form input[type=password]:valid ~ .xicon {
    opacity: 1;
    filter: alpha(opacity=100); }
  form.login-form input[type=text]:invalid:focus ~ .bar:before, form.login-form input[type=text]:invalid:focus ~ .bar:after, form.login-form input[type=number]:invalid:focus ~ .bar:before, form.login-form input[type=number]:invalid:focus ~ .bar:after, form.login-form input[type=email]:invalid:focus ~ .bar:before, form.login-form input[type=email]:invalid:focus ~ .bar:after, form.login-form input[type=password]:invalid:focus ~ .bar:before, form.login-form input[type=password]:invalid:focus ~ .bar:after, .form.login-form input[type=text]:invalid:focus ~ .bar:before, .form.login-form input[type=text]:invalid:focus ~ .bar:after, .form.login-form input[type=number]:invalid:focus ~ .bar:before, .form.login-form input[type=number]:invalid:focus ~ .bar:after, .form.login-form input[type=email]:invalid:focus ~ .bar:before, .form.login-form input[type=email]:invalid:focus ~ .bar:after, .form.login-form input[type=password]:invalid:focus ~ .bar:before, .form.login-form input[type=password]:invalid:focus ~ .bar:after {
    background-color: #FF394F; }

.app-container {
  position: relative;
  left: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .app-container.active {
    left: -80%; }

.mobile-nav-btn {
  display: inline-block;
  width: 30px;
  height: 25px;
  z-index: 1000;
  color: #292a2d;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 18px;
  float: left;
  display: none; }
  @media (max-width: 767px) {
    .mobile-nav-btn {
      display: block; } }
  .mobile-nav-btn .lines {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #2f2e32;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .mobile-nav-btn .lines:nth-child(1) {
      top: 1px;
      width: 80%; }
    .mobile-nav-btn .lines:nth-child(2), .mobile-nav-btn .lines:nth-child(3) {
      top: 11px; }
    .mobile-nav-btn .lines:nth-child(4) {
      top: 21px;
      width: 60%; }
  .mobile-nav-btn:hover .lines:nth-child(1) {
    width: 50%; }
  .mobile-nav-btn:hover .lines:nth-child(4) {
    width: 80%; }
  .mobile-nav-btn.active .lines:nth-child(1), .mobile-nav-btn.active .lines:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%; }
  .mobile-nav-btn.active .lines:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-nav-btn.active .lines:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .sticky .mobile-nav-btn {
    margin-top: 12px; }
  .mobile-nav-btn.mobile-btn .lines {
    background: #ffffff; }

.mobile-nav {
  position: fixed;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  background: #4266b2;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .mobile-nav .mobile-pn {
    display: none;
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    width: 100%;
    height: 100%; }
    .mobile-nav .mobile-pn .mobile-navigation {
      position: absolute;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      top: 50%; }
      .mobile-nav .mobile-pn .mobile-navigation a {
        color: #ffffff;
        font-size: 24px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: block;
        position: relative; }
        .mobile-nav .mobile-pn .mobile-navigation a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0%;
          height: 2px;
          background: #ffffff;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
        .mobile-nav .mobile-pn .mobile-navigation a:hover:after {
          width: 100%; }
  .mobile-nav.active {
    width: 100%; }
    .mobile-nav.active .mobile-pn {
      display: block; }

/*# sourceMappingURL=style.css.map */
