@import url(https://fonts.googleapis.com/css?family=Tajawal);/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
/*    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;*/
	
	-ms-flex: 0 0 16.666667%;
	-webkit-box-flex: 0;
	        flex: 0 0 16.666667%;
	max-width: 16.666667%;
	
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
/*    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;*/
	
	-ms-flex: 0 0 22%;
	-webkit-box-flex: 0;
	        flex: 0 0 22%;
	max-width: 22%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

body {
  margin: 0;
  padding: 0px;
  background-color: #f0f0f0;
  font-size: 19px;
  line-height: 1.5em;
  font-family: 'Tajawal';
}

html {
  margin: 0;
}

.siteContainer {
  max-width: 3000px;
  padding: 0px;
  margin: auto;
}

/* Main column */

.main {
  background-color: white;
  padding: 0;
  margin: 0;
  /*transition: margin-left .5s;*/
  position: relative;
  border-right: 5px solid #e6e6e6;
}

.logo {
  display: block;
  height: auto;
  padding-bottom: 40px;
  padding-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 30px;
}

.Logo_GetMuv_small {
  margin-top: 0px;
  margin-bottom: 15px;
}

.nomargin {
  margin: 0px;
  padding: 20px;
  /*border-right: 1px solid #cacaca;*/
  /*	border-right: 5px solid #e6e6e6;*/
  /*border-bottom-color: #e6e6e6;*/
}

.buttomMargin {
  margin-bottom: 50px;
}

.nopadding {
  padding: 0;
}

/* Home page header */

.mainPageHeader {
  height: 100px;
}

.pageHeaderLanguageSelector {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 25px;
  padding: 10px;
  font-size: 0.8em;
}

.languageSelectorLink {
  color: black;
  text-decoration: none;
}

.langButton {
  color: white;
  background-color: gray;
  padding: 6px;
  border-radius: 5px;
}

/* --- Welcome header - new users */

.callToRegisterPanel {
  margin: 0px;
  margin-top: 90px;
  padding-bottom: 25px;
  width: 100%;
  /*background-color: yellow;*/
  border-bottom: 1px solid #c7c7c7;
}

.callToRegisterTitle {
  margin-bottom: 25px;
  font-weight: bold;
}

/* ---- */

.appstoreLogo {
  margin-top: 15px;
  margin-bottom: 5px;
}

.callToRegisterActionBox {
  color: #F03031;
  background-color: #DFF764;
  width: 100%;
  height: 80%;
  text-align: center;
  line-height: 1.8em;
  font-size: 1.1em;
  font-weight: 500;
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
  border-style: none;
  border-radius: 10px;
  margin: 0px;
  margin-top: 25px;
  margin-bottom: 0px;
  padding: 15px;
  padding-top: 20px;
}

.callToRegisterActionButtonRow {
  margin-top: 20px;
  margin-bottom: 20px;
}

.callToRegisterActionButton {
  text-decoration: none;
  background-color: #DFF764;
  padding: 15px 30px;
  border-radius: 30px;
  color: #F03031;
}

/*---- Static Pages ----*/

.linkRed {
  color: #fc2000;
}

.linkRed:visited {
  color: #fc2000;
}

/* --------- Products --------- */

.mainPageProducts {
  padding: 0;
  max-width: 2720px;
  padding-left: 25px;
  padding-bottom: 20px;
  /*background-color: red;  /*test*!/*/
}

.mainPageProductsRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1150px;
}

/* --- home page thumbs ---*/

.borderBottom {
  border-bottom: 1px solid #cfcfcf;
}

.productThumbContainer {
  margin-top: 10px;
  margin-right: 25px;
  margin-left: 5px;
  margin-bottom: 35px;
  padding: 0px;
  /*background-color: green; //test	*/
  /*border: 0px solid #333;  //test..remove*/
  /*max-height: 100%; */
  max-width: 220px;
  /*width: 100%;*/
}

.productThumbContainer:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all 80ms;
  transition: all 80ms;
}

.productThumbInnerContainer {
  -webkit-transition: transform 0.1s;
  /* Safari */
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  position: relative;
  /*border-radius: 5px;*/
  /*border: 1px solid #333;  //test..remove*/
  width: 100%;
  /*background-color: purple;*/
}

.productThumbInnerContainer:hover {
  /*transform: scale(1.05);*/
}

.productThumbLink {
  text-decoration: none;
  color: inherit;
}

.productThumbImage {
  max-width: 200px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5);
  /*display: inline-block;*/
  margin: 0px;
  padding: 0px;
}

.categoryThumbText {
  position: absolute;
  bottom: -5px;
  left: 0;
  overflow: visible;
  height: 20px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.0em;
  font-weight: bold;
  width: 100%;
  max-width: 200px;
  display: inline-block;
}

.productThumbPLogo {
  margin-right: 10px;
}

.productThumbPText {
  font-size: 1.0em;
  margin-bottom: 15px;
  margin-top: 5px;
  display: inline-block;
  text-align: left;
  margin-left: 10px;
}

.productThumbText {
  text-align: left;
  font-weight: bold;
  margin-left: 10px;
}

.ellipsis-text {
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

/* welcome */

.welcomeModalHeader {
  font-size: 1.2em;
  color: red;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.welcomeModalHeader {
  font-size: 1.2em;
  color: red;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.welcomeModalIntroduce {
  margin-bottom: 15px;
}

.welcomeDM select:focus {
  outline: none;
}

.welcomeDM select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-size: 0.9em;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  width: 90%;
  border: 1px solid #c4c4c4;
  border-radius: 20;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url("/images/icon-down.png") 80% 50% no-repeat #fafafa;
  /*Not working!*/
}

.welcomeDM select option {
  font-family: inherit;
  font-size: inherit;
  font-size: 0.9em;
  vertical-align: middle;
  text-align: center;
}

.welcomeModalStartButton {
  font-family: inherit;
  font-size: inherit;
  color: #F03031;
  background-color: #E9F66B;
  width: 80%;
  height: 60px;
  border: 0px solid red;
  border-radius: 30px;
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.welcomeModalStartButton:disabled {
  color: gray;
}

/*Mobile menu*/

.mobile-menu {
  display: none;
  line-height: 1.6em;
  text-align: center;
  position: relative;
  margin: 0 auto;
  background: none;
}

/*Strip the ul of padding and list styling*/

.mobile-menu ul {
  list-style-type: none;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  /*background: #8aa8bd;*/
}

/*Create a horizontal list with spacing*/

.mobile-menu li {
  display: inline-block;
  line-height: 4.0em;
}

/*Style for menu links*/

.mobile-menu li a {
  display: block;
  min-width: 140px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  /*background: #8aa8bd;*/
}

/*Hover state for top level links*/

.mobile-menu li:hover a {
  color: #F03031;
  background-color: #E9F66B;
}

/*Style for dropdown links*/

.mobile-menu li:hover ul a {
  background: #f3f3f3;
  color: #2f3036;
  height: 40px;
  line-height: 40px;
}

/*Hover state for dropdown links*/

.mobile-menu li:hover .mobile-menu ul a:hover {
  color: #4db3ff;
}

/*Hide dropdown links until they are needed*/

.mobile-menu li ul {
  display: none;
}

/*Make dropdown links vertical*/

.mobile-menu li ul li {
  display: none;
  float: none;
}

/*Prevent text wrapping*/

.mobile-menu li ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 20px;
}

/*Style 'show menu' label button and hide it by default*/

.mobile-menu .show-menu {
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  display: none;
  cursor: pointer;
  text-transform: uppercase;
  /*background: #8aa8bd;*/
  background: none;
}

.mobile-menu .show-menu span {
  padding-left: 35px;
}

/*Hide checkbox*/

.mobile-menu input[type=checkbox] {
  display: none;
}

/*Show menu when invisible checkbox is checked*/

.mobile-menu input[type=checkbox]:checked ~ #menu {
  display: block;
}

/*
.fullBackMenu {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 500;
	background: #F03031;
	
	display: none;
}
*/

.rentThumbText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  overflow: hidden;
  width: 100%;
  height: 40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  font-size: 0.8em;
}

.coolPicks {
  color: red;
  margin-left: 0px;
  margin-bottom: 10px;
}

.coolPicksTitle {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.mainPageCategoryTitle {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  background-color: #E9F66B;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.8em;
}

.mainPageCategoryTitle h2 {
  position: relative;
  top: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.mainPageSectionTitle {
  margin-left: 5px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.catPageHeader {
  margin: 0;
  padding: 0;
  /*	padding-top: 10px;
	padding-left: 10px;*/
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 8px;
  /*max-width: 100%;*/
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}

.catPageProductTypeNavBarContainer {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}

.catPageHeaderCategoryName {
  position: absolute;
  left: 20px;
  bottom: 10px;
  -webkit-font-smoothing: antialiased;
  color: black;
  font-size: 3em;
  line-height: 1.5em;
  background-color: #E9F66B;
  padding-left: 5px;
  padding-right: 5px;
}

.catPageHeaderCategoryName span {
  position: relative;
  top: 10px;
}

.catTitle {
  color: white;
  display: inline-block;
}

.catPageProductTypeNavBar {
  margin: 0px;
  padding: 0px 0px;
  /*background-color: yellow;*/
}

ul.catPageProductTypeNavBar {
  list-style-type: none;
  margin: 0;
  padding: 10px 0px;
}

ul.catPageProductTypeNavBar li {
  display: inline;
  padding: 10px 10px;
  margin: 0px;
  color: gray;
  font-weight: bold;
}

ul.catPageProductTypeNavBar li a {
  color: inherit;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.catPageProductTypeNavBar li.active {
  display: inline;
  color: #ED4445;
  border-bottom: 3px solid #ED4445;
}

.catPageHeaderSeparator {
  height: 5px;
}

.subCatDropMenu {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #E9F66B;
}

.catPageSubCategoryChooserPane {
  margin: 0px;
  padding: 5px 0 20px;
}

.catPagePersonalTrainersButton {
  margin-right: 0px;
}

.catPageEmptyContent {
  color: gray;
  /*font-size: 1.2em;*/
  text-align: center;
  /*padding-top: 30px;*/
  margin-top: 50px;
  margin-bottom: 100px;
}

.catPageMainContent {
  /*    display: flex;
    flex-wrap: wrap;*/
  padding: 0px;
  margin: 0px;
}

.catPageMainContentCenter {
  /*flex: 100%;*/
  width: 100%;
  padding: 0px;
}

.catPageProductLine {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.catPageProductLine a {
  padding: 0px;
}

.catPageProductLine:hover {
  background-color: #e9f9fe;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 15px rgba(216, 216, 216, 0.77);
          box-shadow: 0 1px 15px rgba(216, 216, 216, 0.77);
  -webkit-transition: all 50ms;
  -webkit-transform: all 50ms;
          transform: all 50ms;
}

.leftMargin {
  padding-left: 15px;
}

.tagsContainer {
  padding: 0px;
}

.catIcon {
  width: 24px;
  height: 24px;
  vertical-align: left;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-left: 0px;
}

.catIcon_tag {
  width: 24px;
  height: 24px;
  vertical-align: right;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
}

.catIcon32 {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: left;
  margin: 0px;
  padding: 0px;
  margin-left: 0px;
}

.padding_TopBottom {
  padding-top: 6px;
  padding-bottom: 6px;
}

.productListingPriceAndTag {
  color: #4DB3F2;
}

.product-thumb-any {
  display: block;
  position: relative;
  width: 100%;
  min-height: 220px;
}

.product-thumb-web {
  display: block;
  position: relative;
}

.product-thumb-app {
  display: none;
}

.product-thumb-web-3d-overlay {
  position: absolute;
  right: 20px;
  top: 5px;
}

.product-thumb-web-3d-overlay-on-thumb {
  position: absolute;
  right: 3px;
  top: 5px;
}

.providerIconBox {
  margin-right: 10px;
  margin-left: 10px;
}

.dropbtn {
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  border: 0px solid #333;
  border-radius: 25px;
  background: transparent;
  -webkit-appearance: none;
  margin: 0px;
  padding: 0px;
  padding: 8px 15px 5px 25px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.dropbtn_booking {
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  border: 0px solid #333;
  border-radius: 25px;
  background: transparent;
  -webkit-appearance: none;
  margin: 0px;
  padding: 0px;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.dropbtnunderlined {
  background-color: inherit;
  padding: 3px 5px 3px 5px;
  border-style: none;
  border-bottom-style: solid;
  cursor: pointer;
}

.dropbtnsimple {
  background-color: inherit;
  padding: 3px 5px 3px 5px;
  border-style: none;
  cursor: pointer;
}

.yellowBackground {
  background-color: #E9F66B;
}

.redBackground {
  background-color: #ED4445;
}

.whiteBackground {
  background-color: white;
}

.orangeBackground {
  background-color: #FF7744;
}

.greenBackground {
  background-color: green;
}

.lightgreenBackground {
  background-color: #55E01A;
}

.seaGreenBackground {
  background-color: #99DCD3;
}

.darkvioletBackground {
  background-color: #BB1AE0;
}

.blueBackground {
  background-color: #1491DF;
}

.whiteSmokeBackground {
  background-color: #F3F3F3;
}

.redBorder {
  border-color: red;
}

.orangeBorder {
  border-color: #FF7744;
}

.blueBorder {
  border-color: #1491DF;
}

/* The container <div> - needed to position the dropdown content */

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

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 0.8em;
  white-space: nowrap;
}

/* Change color of dropdown links on hover */

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */

/* Change the background color of the dropdown button when the dropdown content is shown */

.material-icons {
  vertical-align: middle;
  display: inline-block;
}

.iconBeforeText {
  margin-right: 5px;
  margin-left: 0px;
}

.categoryNameOnLeftPane {
  vertical-align: bottom;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
  color: gray;
  background-color: gray;
}

.lineSeparator {
  margin-top: 15px;
  /*margin-bottom: 15px;*/
  border-top: 1px solid #727272;
}

h3.providerName {
  display: inline;
}

/*h2 { commenting out because selector is too generic
	color: #2d2d2d;
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 20px;
	font-style: normal;
}*/

/* Left Panel - dark theme*/

.leftSide {
  /*@extend %leftSide_black;*/
  background-color: black;
  /*height: 100%;	*/
}

@media (min-width: 960px) {
  .leftSide {
    width: 280px;
  }
}

.navPane {
  /*@extend %leftSide_black;*/
  /*	padding-left: 25px;
	padding-right: 30px;*/
  height: 100vh;
  display: inline;
  /*background-color: #363636;*/
}

.navListTitle {
  display: inline-block;
  margin-left: 28px;
  margin-bottom: 25px;
  margin-top: 25px;
  color: #2d2d2d;
  font-size: 1.4em;
  font-weight: normal;
  /*	padding-top: 10px;
	padding-bottom: 10px;*/
  font-style: normal;
}

.navList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 30px;
  margin-bottom: 0px;
  font-size: 0.95em;
}

.navList li a {
  display: block;
  padding: 10px 0px;
  margin-left: 0px;
  color: white;
  text-decoration: none;
}

.navList li a:hover {
  background-color: #E9F66B;
  color: black;
  border-radius: 5px;
}

.navList li .menu-link-active {
  background-color: #E9F66B;
  color: black;
  border-radius: 5px;
}

/* ------------ */

.addNewBtn {
  color: white;
  background-color: #F03031;
  /*padding: 15px;*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
  font-size: 1.0em;
  border-radius: 25px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  /*	float: right;*/
  margin-right: 5px;
  margin-top: 20px;
}

.float_right {
  float: right;
}

.appSuggestButton,
.productInfoPaymentMethodButton,
.productInfoPaymentMethodButtonNonActive,
.bookNowButton,
#registerProviderSubmitButton {
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
}

.appSuggestImgContainer {
  max-height: 60vh;
}

.appSuggestButton {
  display: block;
  color: black;
}

.appSuggestLink {
  padding: 10px 20px;
  text-align: center;
}

/*
%link-btn {
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    //box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

a.linkBtn:link, a.linkBtn:visited {
    @extend %link-btn;
}

a.linkBtnDisabled:link, a.linkBtnDisabled:visited {
    @extend %link-btn;
    color: gray;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
}

a.linkBtn:hover, a.linkBtn:active {
    filter: brightness(110%);
}

a.addNewBtn:link, a.addNewBtn:visited {
    @extend %link-btn;
    //padding: 2px 10px;
    background-color: orange;
}

a.addNewBtn:hover, a.addNewBtn:active {
    filter: brightness(110%);
}
*/

.white {
  color: white;
}

.red {
  color: #ED4445;
}

.green {
  color: green;
}

.gray {
  color: #5d5d5d;
}

.blue {
  color: #1491DF;
}

.orange {
  color: #F03031;
  /*#FF7744;*/
}

.yellow {
  color: #E9F66B;
}

.brown {
  color: #A86062;
}

.sea-green {
  color: #23AA99;
}

.noDecorations {
  text-decoration: none;
  color: inherit;
}

.headerContainer {
  width: 100%;
  text-align: right;
}

.closeButton {
  text-decoration: none;
  color: gray;
  font-size: 2em;
  font-weight: 100;
}

.productInfoMainPanel {
  padding-right: 20px !important;
}

.productInfoProviderLike {
  margin-top: 10px;
}

.center {
  display: block;
  margin: auto;
}

.productInfoProviderPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 0px;
}

.productInfoProviderTitle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 15px;
  padding: 0px;
  color: red;
}

.productInfoProviderTitle h1 {
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}

.providerTitle {
  font-size: 1.3em;
  font-weight: bold;
}

.providerAddressPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.9em;
  margin-top: 0px;
}

.productInfoPrices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.productModalBranchesBox {
  margin-top: -15px !important;
}

.productModalPromoText {
  margin-top: -5px !important;
  margin-left: 20px;
}

.oldPrice {
  color: gray;
  text-decoration: line-through;
  text-align: center;
}

.providerLogo {
  border: 1px solid silver;
  border-radius: 5px;
  width: 70px;
  height: 70px;
}

.providerLogo:hover {
  /*	border-width: 1px;
	border-color: #F03031;*/
  -webkit-box-shadow: 0 3px 10px #a0a0a0;
          box-shadow: 0 3px 10px #a0a0a0;
  transform: translateY(-3px);
  -webkit-transform: scale(-3px);
  -ms-transform: scale(-3px);
  -webkit-transition: all 60ms;
  /* Safari */
  transition: all 60ms;
}

.branchExteriorThumb {
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  border-color: gray;
  width: 100px;
  height: 100px;
}

.productInfoProductNamePanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}

.productInfoProductNamePanel .productName {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.4em;
  color: red;
  font-weight: normal;
}

.productInfoProductNamePanel .productPrice {
  font-size: 1.5em;
  color: red;
}

.productInfoGroupDiscountText {
  margin-left: 20px;
}

.tag {
  background-color: green;
  border-style: solid;
  border-width: 1px;
  border-color: green;
  border-radius: 10px;
  padding: 2px 5px;
  margin: 3px;
  color: white;
  font-size: 0.8em;
  display: inline-block;
}

.productInfoDescPanel {
  margin: 10px 0;
}

.productInfoPriceStartsFrom {
  font-size: 1.2em;
  color: #3492cc;
  font-style: italic;
}

.tags {
  text-align: left;
  background-color: red;
  display: inline;
}

.productImage,
.productImageWith3DOverlay {
  width: auto;
  height: 100%;
  margin: 5px 5px;
  border-style: solid;
  border-radius: 5px;
  border-width: 1px;
  border-color: gray;
}

.productImageWith3DOverlay {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.product3DLink {
  position: relative;
}

.productImage3DOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.productImage3DImage {
  width: 69px;
  height: 48px;
  max-width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}

.photoGalleryThumbsContainer {
  width: 100%;
}

.photoGalleryThumbContainer {
  display: inline-block;
  margin-left: 0px;
  margin-right: 10px;
}

.photosTitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}

.amenityListPanel {
  margin: 10px 0;
}

.amenitiesTitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 5px;
}

.productInfoBookNowTitle {
  font-size: 1.7em;
  color: red;
}

.productInfoBookPanel {
  background-color: #EEEEEE;
  border-style: solid;
  border-color: #BDBDBD;
  border-radius: 5px;
  border-width: 1px;
  margin-top: 25px;
  padding: 20px;
  position: relative;
}

.productInfoBookPanel > div:not(:first-child) {
  margin-top: 20px;
}

.product-info-row-margin-top {
  margin-top: 20px;
}

.paymentLogos {
  margin: auto;
  display: block;
  margin-bottom: -10px;
}

.productInfoBookButtonContainer {
  text-align: center;
  background-color: #E9F66B;
  margin: -20px;
  padding: 20px;
}

.productInfoPaymentMethodsContainer {
  margin-top: 20px;
  margin-bottom: 25px;
}

.productInfoPaymentMethodButton {
  color: white;
  background-color: #ED4445;
  min-width: 130px;
  /*width: 60%;*/
  border-style: solid;
  border-color: #ED4445;
  border-width: 1px;
  margin-bottom: 15px;
}

.productInfoPaymentMethodButtonNonActive {
  color: gray;
  background-color: transparent;
  min-width: 130px;
  /*width: 60%;*/
  border: 1px solid gray;
  margin-bottom: 15px;
}

.productInfoTotalPriceContainer {
  font-size: 1.2em;
  font-weight: bold;
}

.bookedButton {
  background-color: red;
  border-radius: 10px;
  color: white;
  padding: 10px 30px;
}

.bookNowButtonContainer {
  margin-top: 25px;
}

.bookNowButton {
  /*background-color: #ED4445;*/
  /*min-width: 180px;*/
  min-width: 70%;
  color: white;
  font-weight: bold;
}

.productInfoPriceCalcDetailsContainer {
  text-align: center;
  color: gray;
  font-size: 0.8em;
  /*margin-top: 5px;*/
}

.productInfoBurnsPanel {
  background-color: #E9F66B;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
  padding: 5px 10px;
  max-width: 90%;
}

.productInfoLocationPanel {
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 100%;
  margin-top: 20px;
}

.productInfoLocationTitle {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.productInfoMapImage {
  max-width: 100%;
  width: 180px;
  height: 150;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.productInfoLocationActionPanel {
  padding: 10px;
}

a.productInfoLocationActionButton:link,
a.productInfoLocationActionButton:visited {
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 15px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  width: 80%;
}

a.productInfoLocationActionButton:hover,
a.productInfoLocationActionButton:active {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

.smaller {
  font-size: 0.8em;
}

.larger {
  font-size: 1.2em;
}

.font-17 {
  font-size: 1.9em;
}

.font-16 {
  font-size: 1.6em;
}

.font-15 {
  font-size: 1.4em;
}

.font-14 {
  font-size: 1.1em;
}

.font-50 {
  font-size: 5em;
}

.underline {
  text-decoration: underline;
}

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

.form-row {
  margin-top: 6px;
}

.reg-form-row {
  margin-top: 15px;
}

.reg-form-row input {
  font: inherit;
  color: #646464;
}

input.srch-ctrl[type=text],
input.srch-ctrl[type=number],
input.srch-ctrl[type=time],
input.srch-ctrl[type=date],
input.srch-ctrl[type=password],
input.srch-ctrl[type=email],
select.srch-ctrl,
textarea.srch-ctrl,
input.form-ctrl[type=text],
input.form-ctrl[type=number],
input.form-ctrl[type=time],
input.form-ctrl[type=date],
input.form-ctrl[type=password],
input.form-ctrl[type=email],
select.form-ctrl,
textarea.form-ctrl,
input.form-ctrl-error[type=text],
input.form-ctrl-error[type=number],
input.form-ctrl-error[type=time],
input.form-ctrl-error[type=date],
input.form-ctrl-error[type=password],
input.form-ctrl-error[type=email],
select.form-ctrl-error,
textarea.form-ctrl-error,
input[type=text][name=searchBox] {
  width: 100%;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  resize: vertical;
}

input.srch-ctrl[type=text],
input.srch-ctrl[type=number],
input.srch-ctrl[type=time],
input.srch-ctrl[type=date],
input.srch-ctrl[type=password],
input.srch-ctrl[type=email],
select.srch-ctrl,
textarea.srch-ctrl {
  width: 130px;
  padding: 5px 12px;
  border-color: gray;
}

/* Custom drop down menu*/

.select {
  font-size: 1em;
  position: relative;
  display: inline-block;
}

.select select {
  outline: none;
  -webkit-appearance: none;
  display: block;
  padding-left: 20px;
  margin-bottom: 5px;
  -webkit-transition: border-color 1.5s;
  transition: border-color 1.5s;
  border: 1px solid #EB5168;
  border-radius: 50px;
  width: 100%;
  background: #fff;
  color: #555;
  line-height: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.select .arrow {
  bottom: 5px;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 50px;
  pointer-events: none;
}

.select .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 10px solid #EB5168;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.select .arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

/* -- */

input[type=text].form-ctrl,
input[type=number].form-ctrl,
input[type=time].form-ctrl,
input[type=date].form-ctrl,
input[type=password].form-ctrl,
input[type=email].form-ctrl,
select.form-ctrl,
textarea.form-ctrl {
  border-color: #ccc;
}

input[type=text].form-ctrl-error,
input[type=number].form-ctrl-error,
input[type=time].form-ctrl-error,
input[type=date].form-ctrl-error,
input[type=password].form-ctrl-error,
input[type=email].form-ctrl-error,
select.form-ctrl-error,
textarea.form-ctrl-error {
  border-color: red;
}

div.form-ctrl {
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

div.form-ctrl-error {
  padding: 2px;
  border: 1px solid red;
  border-radius: 4px;
  resize: vertical;
}

.form-row label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-weight: 500;
}

input[type=submit].form-ctrl {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
}

.align-right {
  text-align: right;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

input[type=submit].form-ctrl:hover {
  background-color: #45a049;
}

input[type=submit].form-ctrl:disabled {
  background-color: gray;
  cursor: auto;
}

.srch-button {
  background-color: orange;
  /* Green */
  color: white;
  border-style: none;
  border-radius: 5px;
  padding: 8px 16px;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.reset-button {
  background-color: gray;
  /* Green */
  color: white;
  border-style: none;
  border-radius: 5px;
  padding: 8px 16px;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.alert,
.success {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  /* Red */
  color: red;
  margin-bottom: 15px;
  border-radius: 5px;
}

.form-hr {
  margin: 8px 0px 15px 0px;
}

.alert-ul {
  padding: 0 0 0 20px;
  margin: 0;
  line-height: 1.5;
}

.success {
  border-color: green;
  /* Green */
  color: green;
}

/* The close button */

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* When moving the mouse over the close button */

.closebtn:hover {
  color: black;
}

.moduleContainer {
  padding: 0 0px 30px;
}

.container-fluid {
  /*padding: 0px;*/
}

.grayedOut {
  opacity: 0.5;
}

.slick-prev:before,
.slick-next:before {
  color: red;
}

.material-icons.md-14 {
  font-size: 12px;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-32 {
  font-size: 32px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
  color: white;
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.show {
  display: block;
}

table.itemList {
  border-collapse: collapse;
  width: 100%;
  font-family: inherit;
  font-size: 1em;
}

table.itemList th,
td {
  text-align: left;
  padding-left: 5px;
  height: 60px;
}

table.itemList tr {
  width: 100%;
}

table.itemList tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table.itemList th {
  background-color: #FFF2D8;
  text-align: center;
  /*border-radius: 8px;*/
  font-family: inherit;
  font-weight: bold;
  font-size: 1.0em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid gray;
}

table.itemList th a {
  text-decoration: none;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
}

table.itemList th a:hover {
  text-decoration: underline;
}

.posCenter {
  text-align: center;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: #FFF2D8;
  border: 1px solid #ddd;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.btn-group .button {
  border: 1px solid gray;
  color: gray;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  float: left;
  background-color: inherit;
  width: 35px;
  height: 30px;
}

.btn-group .button:not(:last-child) {
  border-right: none;
  /* Prevent double borders */
}

.btn-group .button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-group .button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.btn-group .button:hover {
  background-color: white;
}

.btn-group .button:disabled {
  background-color: #858585;
  color: white;
}

/* --- Reg --- */

.registrationForm {
  border-style: none;
  border-radius: 6px;
  background-color: #99DCD3;
  padding: 25px;
  margin: 0px;
}

.registrationFormTitle {
  color: red;
  font-size: 1.4em;
}

.signInForm {
  max-width: 350px;
  width: 100%;
  margin: 0px;
}

.regForm {
  max-width: 400px;
  width: 100%;
  margin: 0px;
}

.signInButton {
  font: inherit;
  color: white;
  background-color: #ED4445;
  width: 85%;
  text-align: center;
  vertical-align: center;
  display: block;
  margin: auto;
  padding: 10px;
  border-radius: 25px;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  border: none;
  outline: none;
}

.regFormLink {
  color: gray;
  font-size: 0.9em;
  margin-top: 15px;
  display: block;
  margin: auto;
}

.regFormIcon {
  display: block;
  margin-bottom: 15px;
}

.regFormHint {
  margin-top: 25px;
  margin-bottom: 25px;
}

.userProfileTopMargin {
  margin-top: 25px;
}

.whyGetMuvBox {
  width: 700px;
}

.whyGetMuvCircle {
  width: 130px;
  height: 130px;
  border-radius: 75px;
  background-color: #E9F66B;
}

.bookingListRow {
  /*padding: 15px;*/
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #f9f7eb;
  /*  	  margin-left: 0px;
  	  margin-right: 0px;
  	  margin-top: 0px;*/
  border-bottom: 1px solid #cfcfcf;
  margin: 0px;
}

.bookingListProviderInfoLine {
  margin-bottom: 3px;
}

.bookingListProductName {
  color: #ED4445;
  text-decoration: underline;
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bookingListMainInfoRow {
  margin-bottom: 10px;
}

.bookingListAddressInfo {
  margin-top: 15px;
  line-height: 1.6em;
}

.bookingListProductTypeName {
  color: #41a090;
}

.profilePictureOnUserProfilePage {
  border-style: solid;
  border-color: gray;
  border-width: 1px;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  overflow: hidden;
  margin: 20px;
  margin-top: 15px;
}

.userIcon {
  width: 100%;
  height: 100%;
}

.userFullNameOnProfilePage {
  margin-bottom: 30px;
  font-size: 1.5em;
  color: red;
}

.userInfoOnProfilePage {
  padding: 25px;
  margin-left: 20px;
  margin-right: 30px;
  border-radius: 10px;
}

.userProfileSettingsPane {
  margin-top: 20px;
}

.userProfileSignOutButton {
  border-radius: 30px;
  border-style: none;
  background-color: #DDDDDD;
  width: 200px;
  padding: 10px;
  margin-top: 40px;
  font-size: 1.1em;
  margin-left: 30px;
}

.userProfileSignOutButton:hover {
  color: white;
  background-color: red;
}

.searchForm {
  /*width: 700px;*/
  width: 95%;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
  font: inherit;
}

.search-field {
  background-color: #f3f3f3;
  border: 1px solid silver;
  border-radius: 30px;
  height: 60px;
}

.search-field input {
  font: inherit;
  color: #646464;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0px;
  background-color: transparent;
}

input[type=text][name=query] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0px;
  background-color: transparent;
  margin-bottom: 0px;
  margin-top: 5px;
}

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

input[type=text][name=searchBox] {
  border-color: gray;
  width: 180px;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  background-image: url("/images/searchicon.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding: 12px 20px 12px 40px;
  border-radius: 25px;
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, 0.85);
}

/* When the input field gets focus, change its width to 100% */

input[type=text][name=searchBox]:focus {
  width: 300px;
  background-color: white;
}

.dateSelectorInputClass {
  width: 180px;
}

.userInfoOnProviderEditorForm {
  background-color: #ececec;
  padding: 20px;
  margin: 10px 0;
}

.registerNav {
  /*font-size: 1.1em;*/
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  height: 40px;
}

/* BLOG */

.blog_container {
  padding: 40px;
}

.note {
  font-size: 0.85em;
}

.photos {
  width: 100%;
  height: auto;
  /*border: 3px solid #e8e8e8;*/
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 20px #a0a0a0;
          box-shadow: 0 1px 20px #a0a0a0;
}

a:hover .photos {
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
  -webkit-transition: all 60ms;
  transition: all 60ms;
  /*border: 3px solid #F03031;*/
  -webkit-box-shadow: 0 1px 5px #464646;
          box-shadow: 0 1px 5px #464646;
}

.quote {
  border-radius: 10px;
  /*border: 1.5px dashed #0fb490;*/
  background-color: #eefd9b;
  width: 70%;
  padding: 15px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  display: block;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

blockquote {
  font: inherit;
  border: none;
  margin-bottom: -30px;
  position: relative;
  /*	max-width: 400px; */
  margin: 0;
  /*    padding-left: 0.4em; */
}

blockquote:before {
  color: #F03031;
  font: 19px/26px Helvetica;
  content: "\201D";
  font-weight: bold;
  font-size: 100px;
  position: absolute;
  top: -10px;
}

blockquote:after {
  color: #F03031;
  font: 19px/26px Helvetica;
  content: "\201C";
  font-weight: bold;
  font-size: 100px;
  position: absolute;
  bottom: -50px;
  right: 0.0px;
}

.callToRegisterLinksRow {
  margin-top: 10px;
  margin-bottom: 10px;
}

.CTA_reg {
  border-radius: 25px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.FAQq {
  margin-bottom: 10px;
}

.FAQa {
  padding: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
  max-width: 100%;
  border-radius: 5px;
}

@media (max-width: 960px) {
  .CTA_reg {
    display: block;
    margin: auto;
    width: 100%;
    margin-top: 15px;
  }

  body {
    font-size: 17px;
    line-height: 1.5em;
    margin: 0;
    padding-top: 60px;
  }

  .mainPageHeader {
    height: 50px;
  }

  .nomargin {
    margin: 0px;
    padding: 10px;
  }

  .sidebar {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: black;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidebar */
  }

  .main {
    border-right: 0px;
  }

  .navList {
    padding-left: 15px;
    padding-right: 20px;
    font-size: 1.0em;
  }

  .callToRegisterPanel {
    margin-top: 10px;
  }

  .pageHeaderLanguageSelector {
    top: 35px;
  }

  .langButton {
    font-size: 1.2em;
    vertical-align: middle;
  }

  .languageSelectorLink {
    font-size: 1.2em;
  }

  .catPageHeader {
    margin-left: -10px;
    margin-right: -10px;
    /*max-width: 100%;*/
  }

  ul.catPageProductTypeNavBar li {
    padding: 0px 0px 0px 5px;
  }

  .catPageSubCategoryChooserPane {
    margin: 0px 0px 0px 5px;
  }

  .catIcon32 {
    margin-left: 1px;
  }

  .catPagePersonalTrainersButton {
    /*padding-right: 10px;*/
  }

  .catPageMainContent {
    margin: 0px;
  }

  .catPageProductLine {
    padding-left: 0px;
    padding-right: 0px;
  }

  .productInfoBookPanel {
    border-width: 0px;
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    border-radius: 0px;
    padding: 10px;
    position: relative;
    margin: 0px;
    width: 100vw;
    margin-left: calc(-50vw + 51%);
    /*margin-left: -50vw;*/
    /*left: 50%;*/
    /*left: 0px;*/
    margin-top: 25px;
    padding-top: 20px;
  }

  .productInfoBookButtonContainer {
    margin: -10px;
    padding: 10px;
  }

  .photoGalleryThumbsContainer {
    width: 85%;
    display: block;
    margin: auto;
  }

  .productInfoPaymentMethodButton {
    width: 80%;
  }

  .productInfoPaymentMethodButtonNonActive {
    width: 80%;
  }

  .productThumbContainer {
    margin-right: 15px;
    margin-left: 0px;
    /*	  	margin-top: 10px;
	  	margin-right: 25px;
	  	margin-left: 10px;
	  	margin-bottom: 35px; 
	  	padding: 0px;	  	
	  	max-width: 220px;*/
  }

  .productThumbContainer:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 60ms;
    transition: all 60ms;
  }

  .registerNav {
    margin-top: 30px;
    height: 60px;
  }

  .blog_container {
    padding: 20px;
  }

  .product-thumb-web {
    display: none;
  }

  .product-thumb-app {
    width: 100%;
    display: block;
    padding: 0px;
    position: relative;
  }

  .productThumbImage {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .productListingPriceAndTag {
    display: inline-block;
    width: 100%;
  }

  h1,
  h2,
  h3 {
    font-size: 1.3em;
    letter-spacing: -0.5px;
  }

  .catPageHeaderCategoryName {
    letter-spacing: -2.0px;
    font-size: 2em;
  }

  .catPageHeaderCategoryName span {
    top: 7px;
  }

  .searchForm {
    width: 90%;
  }
}

/* -- end media*/

.stickyHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #000;
  padding: 15px;
}

.searchBoxContainer {
  padding-left: 10px;
  padding-top: 10px;
}

/* the slides */

.slick-slide {
  margin-left: 5px;
}

/* the parent */

.slick-list {
  margin-left: -5px;
}

.cityDropdownContentContainer {
  overflow-y: auto;
  max-height: 300px;
}

.cityDropdownActiveItem {
  background-color: #E9F66B;
}

.boldItalic {
  font-weight: bold;
  font-style: italic;
}

@media (max-width: 960px) {
  .carouselContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    /* Firefox 64 */
    -webkit-overflow-scrolling: touch;
  }

  .carouselContainer::-webkit-scrollbar {
    display: none;
  }

  .productThumbContainer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 500px) {
  .productThumbContainer {
    max-width: 60%;
    margin: 15px;
  }
}

#suggestOverlay {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  /* Black background with opacity */
  z-index: 3;
  /* Specify a stack order in case you're using a different order for other elements */
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Style the body */

body {
  /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
  margin: 0;
  background-color: white;
  margin: 0px;
  padding: 0px;
  font-size: 19px;
  line-height: 1.5em;
  font-family: 'Tajawal';
}

.nomargin {
  margin: 0px;
  padding: 0px;
  padding-left: 40px;
  margin-left: 20px;
}

.crmContainer {
  max-width: 1366px;
  margin-left: 0;
  padding-left: 0;
}

.form-container {
  /*border-radius: 5px;*/
  font-size: 1.0em;
  margin: 0px;
  margin-bottom: 80px;
  padding: 0px;
}

.bold {
  font-weight: bold;
}

.light-gray {
  color: #D4D4D4;
}

.no-right-border {
  border-right-style: none !important;
}

.no-left-border {
  border-left-style: none !important;
}

.link_red {
  color: #F6493E;
  text-decoration: underline;
}

.packageProvider {
  background-color: #f5f8c3;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 8px;
}

.membershipDuraiton {
  background-color: #fbf0d8;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 8px;
}

ul.vnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f1f1f1;
  overflow: auto;
}

ul.vnav li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  float: left;
  padding: 15px;
}

ul.vnav li a.active {
  background-color: #4CAF50;
  color: white;
}

ul.vnav li a.active-orange {
  background-color: orange;
  color: white;
}

ul.vnav li a.active-blue {
  background-color: blue;
  color: white;
}

ul.vnav li a.active-dark-orange {
  background-color: #CA9912;
  color: white;
}

.dataValidatorLeftFilterPane {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  padding: 20px;
  background-color: #EBEBEB;
  border-color: gray;
}

.dataValidatorOptionSelector {
  display: block;
}

.dataValidatorProductsContainer {
  margin: 20px;
}

a[disabled],
a[disabled]:hover {
  pointer-events: none;
  color: #e1e1e1;
}

.headerContainer {
  min-height: 175px;
  /*background-color: #FF7744;*/
  position: relative;
  border-bottom: 3px solid #ec4c00;
  vertical-align: bottom;
  padding-bottom: 20px;
}

.headerTitle {
  position: absolute;
  bottom: 25px;
  left: 0;
}

.headerTitleFont {
  font-size: 40px;
  color: #ec4c00;
  font-weight: 500;
}

.moduleContainer {
  margin: 0px;
  padding: 0px;
}

ul.crmNavBar {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  font-size: 1.0em;
  padding-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

ul.crmNavBar li {
  float: left;
}

ul.crmNavBar li a {
  display: block;
  color: gray;
  text-align: center;
  /* padding: 16px 16px 7px;*/
  padding: 16px 0 7px;
  margin-right: 20px;
  text-decoration: none;
  font-size: 1.2em;
}

ul.crmNavBar li a.navItemActive {
  display: block;
  color: #ec4c00;
  text-align: left;
  /*padding: 16px 0 7px;*/
  text-decoration: none;
  font-size: 1.2em;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #ec4c00;
}

ul.crmNavBar li a:hover {
  color: #ec4c00;
}

#crmRegisterIntroText {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.5em;
}

.formSectionHeader {
  font-size: 1.5em;
  color: #5f5f5f;
  margin-top: 45px;
  margin-bottom: 10px;
  font-weight: 600;
}

.form-container input {
  color: black;
  background-color: #f0f0f0;
  font-size: 1.0em;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-container textarea {
  color: black;
  background-color: #f0f0f0;
  font-size: 1.0em;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.select2-selection__rendered {
  background-color: #f0f0f0;
}

.select2-selection--single {
  background-color: blue;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#registerProviderSubmitPane {
  background-color: #FCF0D9;
  color: gray;
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  border-top: 1px solid lightgray;
  /*border-radius: 10px;*/
}

#registerProviderSubmitPane > * {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

#registerProviderSubmitPane > *:first-child {
  margin-top: 10px;
  margin-bottom: 10px;
}

#registerProviderSubmitButton {
  /*border: 1px solid red;*/
  border-radius: 25px;
  background-color: red;
  color: white;
  width: 70%;
  font-weight: bold;
}

.consentCheckRow {
  padding-left: 25px;
}

.providerProductsContainer {
  margin-right: 10px;
  margin-bottom: 30px;
  padding-top: 15px;
}

.providerProductsContainer hr {
  margin-top: 10px;
}

.providerProductContainer > * {
  display: block;
  margin-top: 5px;
}

.providerProductSeparator {
  margin-top: 10px;
}

.providerProductImgColumn {
  padding: 5px;
}

.providerProductBigCounterText {
  font-size: 2em;
}

.providerProductCounterTextContainer {
  margin-top: 10px;
}

ul.headerSubNavBar {
  list-style-type: none;
  margin: 0;
  padding: 10px 0px;
}

ul.headerSubNavBar li {
  display: inline;
  padding: 10px;
  color: white;
}

.manualCheckinButton {
  margin-top: 30px;
}

/*--- M ---*/

@media (max-width: 960px) {
  .nomargin {
    padding: 0px;
    padding-left: 0px;
    padding-top: 20px;
    margin-left: 0px;
    border-right: 0px solid #cacaca;
  }

  .headerTitle {
    position: absolute;
    bottom: 25px;
    left: 0;
  }

  .headerTitleFont {
    font-size: 30px;
    color: #ec4c00;
    font-weight: 500;
    line-height: 1.2em;
  }

  ul.crmNavBar {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    font-size: 1.0em;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ul.crmNavBar li {
    display: block;
    clear: left;
  }

  ul.crmNavBar li a {
    /*display: block;*/
    color: gray;
    text-align: center;
    padding: 16px 0 7px;
    text-decoration: none;
    font-size: 1.2em;
  }

  ul.crmNavBar li a.navItemActive {
    /*display: block;*/
    color: gray;
    text-align: left;
    padding: 16px 0 7px;
    text-decoration: none;
    font-size: 1.2em;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FF7744;
  }

  ul.crmNavBar li a:hover {
    color: #FF7744;
  }

  /*.showAltLangFieldsSwitch {
	float: right;
	display: block;
	background-color: white;
}*/

  .formSectionHeader {
    position: relative;
  }

  .altLangSwitch {
    display: block;
    float: right;
    clear: both;
  }
}

.helpIcon {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.43));
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.43));
}

.popper,
.tooltip {
  position: absolute;
  background: #DFF764;
  color: #F03031;
  max-width: 450px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.33);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.33);
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  z-index: 10;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow: visible;
}

.style5 .tooltip {
  background: #F03031;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #F03031;
}

.style5 .tooltip .tooltip-arrow {
  border-color: #F03031;
}

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #f12626;
  border: none;
  border-radius: 15px;
  -webkit-box-shadow: 0 9px #999;
          box-shadow: 0 9px #999;
}

.button:hover {
  background-color: #f05858;
}

.button:active {
  background-color: #f05858;
  -webkit-box-shadow: 0 5px #666;
          box-shadow: 0 5px #666;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

div[disabled] {
  pointer-events: none;
  opacity: 0.7;
}


/*# sourceMappingURL=crm-rtl.css.map*/