﻿* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  /*letter-spacing: .5px;*/
}

html[lang=ar-AR] * {
  direction: rtl;
}

i {
  font-style: normal;
}

body {
  font-size: 14.5px;
  font-family: rubik, Helvetica, Arial, sans-serif;
  color: #333;
}
@media only screen and (max-width: 992px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 13.5px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #666;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*.container {
    max-width: 1400px;

    @include rp(xl) {
        max-width: 1170px
    }

    @include rp(lg) {
        max-width: 960px
    }

    @include rp(md) {
        max-width: 720px
    }

    @include rp(sm) {
        max-width: 540px
    }
}*/
@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: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  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;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    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%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    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;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    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%;
  }
}
label.checkbox, label.radio {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

label.checkbox::before, label.radio::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #666;
  margin-right: 1em;
}

label.checkbox.checked::before {
  background: #666;
}

label.checkbox input, label.radio input {
  display: none;
}

label.checkbox.checked::after, label.radio.checked::after {
  position: absolute;
  left: 6px;
  content: "\f00c";
  font-family: FontAwesome;
  color: #fff;
}

label.radio::before {
  border-radius: 100%;
}

label.radio.radio::after {
  border-radius: 100%;
}

input, optgroup, select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #d2d8dd;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  border-width: 1px;
}

input {
  line-height: 25px;
}

.error input, .error select, .error textarea {
  border-color: red;
}

button:hover, input:hover, optgroup:hover, select:hover, textarea:hover {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

button, a[class*=btn] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.5em;
  font-weight: 400;
  border-radius: 2px;
  color: #333;
  outline: 0;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: button;
  transition: 0.3s;
  animation: scale 0.6s;
  border-width: 0;
  line-height: 15px;
  background: none;
}

button.fx, a.fx {
  display: inline-flex;
  align-items: center;
}

button[class*=btn], a[class*=btn] {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}

button[class*=btn_trans], a[class*=btn_trans] {
  box-shadow: none;
}

button[class*=btn]:after, a[class*=btn]:after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  width: 300px;
  height: 300px;
  position: absolute;
  opacity: 0;
  transition: all 0.7s;
  pointer-events: none;
}

button[class*=btn]:active:after, a[class*=btn]:active:after {
  width: 0;
  height: 0;
  opacity: 1;
  transition: 0s;
}

button[class*=fx] i, a[class*=fx] i {
  margin-left: 0.5em;
  color: #fff;
}

button.disabled, a.disabled {
  pointer-events: none;
}

button span, a span {
  display: flex;
  align-items: center;
}

.btn_default {
  background: #fff;
  color: #333;
}

.btn_gray {
  background: #dee2e6;
  color: #333;
}

.btn_danger {
  background: #f62d51;
  color: #fff !important;
}

.btn_blue {
  background: #338fff;
  color: #fff !important;
}

.btn_green {
  background: #1a8a41;
  color: #fff !important;
}

.btn_trans {
  background: 0 0;
  box-shadow: none;
  color: #666 !important;
}

.btn_close {
  background: 0 0;
  border: 1px solid #ccc;
  color: #338fff !important;
}

.modal label {
  font-weight: 500;
}

.modal button label {
  padding: 0;
}

.modal input[type=color] {
  width: 100%;
  background: none;
}
.modal input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

.btn-circle {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 0;
}

button.filter {
  background: #999;
  color: #fff;
}

.f_loading, .ion-load-c, .lni-spinner-arrow {
  display: none;
  animation: fa-spin 2s infinite linear;
  -webkit-animation: fa-spin 1s infinite linear;
}

button label {
  pointer-events: none;
}

button.loader.disabled span {
  display: none;
}

button.loader.disabled .f_loading, button.loader.disabled .ion-load-c, button.loader.disabled .lni-spinner-arrow {
  display: inline-block;
  font-style: normal;
  color: #fff !important;
}

.table_scroll {
  overflow: auto;
  margin: 2em 0 3em 0;
  animation: fade, scale 0.3s;
}

.table-info {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-info i {
  font-size: 1.5em;
  margin-right: 0.5em;
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 1px;
  line-height: 25px;
  border: 1px solid #dee2e6;
  color: #7e7e7e;
}

.table_scroll.table {
  min-width: 1800px;
}

.table li {
  display: table-row;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  transition: 0.3s;
}

.table li:hover {
  cursor: pointer;
  color: #000;
}

.table li:nth-child(even) {
  background: #f8f8f8;
}

.table li.footer, .table li.thead {
  font-weight: 600;
  background: #fff;
  color: #000;
  font-size: 14px;
}

.table li.thead {
  border-bottom: 2px solid #9c9b9b;
}

.table li.thead p {
  padding: 0.5em 1em;
}

.table li.footer {
  border-top: 2px solid #9c9b9b;
}

.table li.footer p {
  padding: 2em 1em;
}

.table li:last-child {
  border-bottom: none;
}

.table p, .table div {
  display: table-cell;
  padding: 1em;
  position: relative;
  vertical-align: central;
}

.table p:not(:last-child) {
  border-right: 1px solid #f1f1f1;
}

.table p.ico-btn {
  padding: 0;
}

.table p.ico-btn a {
  padding: 1em;
  display: block;
  width: 100%;
  height: 100%;
}

.table i {
  transition: 0.3s;
}

.table p.ico-btn a:hover i {
  color: red;
}

.ico.material.show span.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.table a:hover {
  color: #000;
}

.table li:hover .hotel_picture img {
  opacity: 1;
}

.table li.red::before {
  background: red;
}

.table li.black::before {
  background: #333;
}

.table li.green::before {
  background: #15bf4a;
}

.table li.yellow::before {
  background: #f9de11;
}

.table li:hover {
  cursor: pointer;
  color: #000;
}

.table p span.tag {
  display: block;
  border-radius: 3px;
  padding: 0 0.5em;
  color: #fff;
}
.table p span.tag:not(:last-child) {
  margin-bottom: 5px;
}

.table p span.tag:not(:first-child) {
  margin-left: 1px;
}

.table span.tag.green {
  background: #1aa025;
}

.table span.tag.black {
  background: #666;
}

.table span.tag.blue {
  background: #3197f1;
}

.table span.tag.un-successful {
  background: #f9de11;
  color: #000;
}

.table span.tag.cancel {
  background: #f32929;
}

.table p.hotel_picture {
  padding: 0.7em;
  width: 90px;
  line-height: 0;
}

.table p.hotel_picture img {
  border: 1px solid #999;
  padding: 2px;
  width: 70px;
  height: 40px;
  opacity: 0.5;
  transition: 0.3s;
}

.table p.confirm {
  text-align: center;
}

.table p.confirm span {
  display: inline-block;
  background: red;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

.table p.hotel_name {
  width: 250px;
}

.table p.name_surname {
  width: 150px;
}

.table p.comment_date {
  width: 200px;
}

.table p[data-q=comment].edit label {
  display: flex;
}

.table p[data-q=comment].edit button {
  margin-left: 1em;
}

.table.logs p:nth-child(1) {
  width: 170px;
}

.table.logs p:nth-child(2) {
  width: 300px;
}

.comments p[data-q=comment].edit a i {
  font-size: 2.5em;
  text-shadow: 1px 1px #fff;
}

.comments p[data-q=comment].edit a i:hover {
  cursor: pointer;
  color: red;
}

.table p[data-q] textarea {
  width: 100%;
}

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

.table button {
  background: none;
  padding: 0;
}

.table i {
  font-size: 18px;
  color: #999;
}

.table p.node span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table p.node cite {
  width: 18px;
  height: 18px;
  background: #777;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  transition: 300ms;
  margin-left: 1em;
}

.table p.node.empty cite {
  opacity: 0.3;
}

.table p.node cite:hover {
  background: #15bf4a;
}

.page-helper {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal {
  width: 35%;
}

.modal.t_center .modal_content {
  text-align: center;
}

@media (max-width: 1200px) {
  .modal {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .modal {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .modal {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .modal {
    width: 96%;
  }
}
.modal {
  background: #fff;
  position: relative;
  max-height: 98%;
  text-align: left;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 25px;
  font-weight: 400;
  opacity: 1;
  transform: scaleX(1) scaleY(1);
  animation: f, s 0.2s;
}

.modal.small {
  width: 25%;
}

.modal.medium {
  width: 50%;
}

.modal.large {
  width: 75%;
}

.modal.xlarge {
  width: 90%;
}

.modal.full_screen {
  width: 99%;
  height: 99%;
}

@media only screen and (max-width: 1120px) {
  .modal.medium, .modal.small {
    width: 35%;
  }
}
@media only screen and (max-width: 992px) {
  .modal.medium, .modal.small {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .modal.medium, .modal.small {
    width: 75%;
  }
}
@media only screen and (max-width: 576px) {
  .modal.medium, .modal.small {
    width: 96%;
  }
}
.modal input[type=text], .modal select, .modal textarea {
  width: 100%;
  background: #fff;
}

.modal h1 {
  font-size: 1.5em;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .modal h1 {
    font-size: 1em !important;
  }
}
.modal h1 i {
  font-size: 1.5em;
  margin-right: 0.2em;
}

.modal footer, .modal header {
  padding: 1em;
}

.modal footer {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.modal header {
  background: #f8f8f8;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1em 2.5em;
}

.modal header button {
  position: inherit;
  padding: 0;
  background: 0 0;
}

.modal header button.close i {
  transition: all 0.5s ease;
  font-size: 1.5em;
  color: #000;
  margin: 0;
}

.modal header button.close i:hover {
  transform: rotate(180deg);
}

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

.modal div.modal_content {
  padding: 2.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
}

html[pagename=checkout] .modal div.modal_content {
  border-top: none;
}

.modal li {
  position: relative;
}
.modal li.f_end {
  display: flex;
  justify-content: flex-end;
}
.modal li.none {
  display: none;
}
.modal li.show {
  display: block;
}

.modal li:not(:last-child) {
  margin-bottom: 1.5em;
}

.modal .t_list_gw li, .modal .cari-details li {
  margin-bottom: 1px;
}

.modal li.toggle {
  display: none;
}

@media only screen and (max-width: 768px) {
  .modal div.modal_content {
    padding: 1.5em;
  }
}
.modal .form-group {
  margin-bottom: 1em;
  position: relative;
}

.modal .form-group:last-child {
  margin-bottom: 0;
}

.modal .form-group input[type=password], .modal .form-group input[type=text], .modal .form-group label {
  width: 100%;
}

.alert-danger {
  padding: 15px 25px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  margin-bottom: 1em;
}
.alert-danger a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

.alert-danger.succes {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-danger.error {
  background: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger.warning {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-danger.info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.lb1 {
  background: linear-gradient(to right, #eee 0, #c7c6c6 100%);
  opacity: 0.5;
}

.lb2 {
  background: linear-gradient(to right, #9c9a9a 0, #828181 100%);
  background: linear-gradient(to right, #e7e7e7 0, #d1cfcf 100%);
  opacity: 1;
}

.ps {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: p;
  animation-timing-function: linear;
  position: relative;
  background-size: 1000px 10% !important;
}

.ps2 {
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: p;
  animation-timing-function: linear;
  position: relative;
  background-size: 1000px 104px;
}

.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  position: fixed;
  transform: scale(1);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 1);
  animation: f, s 0.2s;
  cursor: pointer;
  background: rgba(212, 212, 212, 0.8);
}

.overlay.show {
  transform: scale(1);
  opacity: 1;
}

.search-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  transition: all 0.8s cubic-bezier(1, 0, 0.09, 0.64);
  transition-timing-function: cubic-bezier(1, 0, 0.09, 0.64);
  animation: t100 0.3s;
}

.search-overlay.show {
  top: 0;
}

/*
.hamburger {
    padding: .5em;
    cursor: pointer;
    box-shadow: none !important;
    display: none;
    background: none;

    .box {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 14px;

        .inner,
        .inner:after,
        .inner:before {
            position: absolute;
            width: 20px;
            height: 2px;
            transition-timing-function: ease;
            transition-duration: .15s;
            transition-property: transform;
            background-color: #666;
            top: 0;
            left: 0
        }

        .inner {
            &:before,
            &:after {
                display: block;
                content: "";
            }

            &:before {
                top: 6px;
                transition-timing-function: ease;
                transition-duration: .15s;
                transition-property: transform,opacity
            }

            &:after {
                top: 12px;
            }
        }
    }

    &.active {
        .inner {
            transform: translate3d(0,6px,0) rotate(45deg);

            &:before {
                transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
                opacity: 0;
            }

            &:after {
                transform: translate3d(0,-12px,0) rotate(-90deg);
            }
        }
    }
}
*/
.card {
  background: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
  position: relative;
}

.card.black {
  background: #666;
}

.card.black .body, .dicount_list {
  animation: fade, scale 0.2s;
}

.card.black, .card.black a {
  color: #58c124;
}

.card.black .widget {
  border-color: rgba(255, 255, 255, 0.12);
}

.body {
  padding: 2em;
  border-radius: 2px;
}
.body h2 {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  animation: fade, scale 0.2s;
  color: #333;
  font-size: 1.1em;
  font-weight: 500;
}
.body h2 i {
  font-size: 1em;
  padding-right: 1em;
}

.casting .body:nth-child(odd) {
  left: 0;
}
.casting .body:nth-child(even) {
  right: 0;
}
.casting .body.show {
  position: absolute;
  z-index: 9999;
  width: 100%;
  background: #fff;
  border: 5px solid #000;
  border-radius: 0;
}

.widget {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  transition: 0.3s;
}
.widget:hover {
  background: rgba(0, 0, 0, 0.04);
}
.widget a {
  display: block;
  padding: 0.9em 1em;
  display: flex;
  align-items: center;
  transition: 0.3s;
  font-weight: 500;
  width: 100%;
}
.widget a:hover {
  cursor: pointer;
  padding-left: 2em;
}
.widget a:nth-child(2) {
  justify-content: flex-end;
}
.widget a:nth-child(2):hover {
  padding-right: 2em;
}
.widget i {
  font-size: 22px;
  padding-right: 0.5em;
}

.ui_picker {
  position: absolute;
  z-index: 999999;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.74);
  display: none;
  font-size: 13px;
  margin-top: 1px;
  flex-direction: column;
  color: inherit;
  cursor: pointer;
  text-align: center;
}
.ui_picker a {
  color: inherit;
  cursor: pointer;
  text-align: center;
}
.ui_picker a[data-handler=prev] i {
  margin-right: 1.5em;
}
.ui_picker a[data-handler=next] i {
  margin-left: 1.5em;
}
.ui_picker.multi {
  flex-direction: row !important;
}
.ui_picker.multi .datepicker-month {
  padding: 0.5em;
}
.ui_picker.multi .datepicker-month:first-child {
  border-right: 1px dashed #dcdcdc;
}
.ui_picker::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}
.ui_picker li {
  display: flex;
  width: 100%;
}
.ui_picker li.footer {
  border-top: 1px dashed #dcdcdc;
  display: inline-flex;
  padding: 1em;
  justify-content: center;
  background: #fafafa;
}
.ui_picker li div {
  width: 100%;
}
.ui_picker li div.datepicker-month header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  color: #000;
  line-height: 35px;
}
.ui_picker li div.datepicker-month header .month_name {
  font-size: 1.1em;
}
.ui_picker li div.datepicker-month header .month_name span:first-child {
  margin-right: 0.5em;
}
.ui_picker li div.datepicker-month header a {
  line-height: 0;
}
.ui_picker li div.datepicker-month header a.disabled {
  opacity: 0.5;
}
.ui_picker li div.datepicker-month header .ipicker_title span:first-child {
  margin-right: 2px;
}
.ui_picker li div table {
  border-spacing: 1px;
  width: 100%;
}
.ui_picker li div table thead {
  line-height: 35px;
  font-size: 13px;
}
.ui_picker li div table thead th {
  font-weight: 400;
}
.ui_picker li div table td {
  position: relative;
  line-height: 0;
  width: 35px;
  height: 33px;
  transition: 0.3s;
}
.ui_picker li div table td.today {
  color: red;
}
.ui_picker li div table td.current_day, .ui_picker li div table td.selected_date, .ui_picker li div table td:hover {
  background: #78abff;
  color: #fff;
}
.ui_picker li div table td.disabled, .ui_picker li div table td.ui-datepicker-unselectable {
  pointer-events: none;
  opacity: 0.15;
  text-decoration: line-through;
}
.ui_picker i {
  font-size: 2em;
}

.chosen {
  position: relative;
}

.jq-stars {
  display: inline-block;
  margin: 0 0.2em;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  width: 100%;
  height: 100%;
}

.jq-star-svg polygon {
  stroke: #000;
  stroke-linejoin: round;
}

.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}

.card_box {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card_box .w_loader {
  padding: 5em 0;
  text-align: center;
}

.card_box .w_loader .ion-load-c {
  display: inline-block;
  padding: 0;
  font-size: 2.5em;
}

.card_box header {
  padding: 1em 1em 1em 2em;
  line-height: 50px;
  color: #333;
  border-bottom: 1px solid #ebedf2;
  display: flex;
  justify-content: space-between;
  background: #f8f8f8;
}

.card_box header input {
  padding: 0.5em 1em;
}

.card_box header h2 {
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.card_box header h2 i {
  margin-right: 0.5em;
  font-size: 1.3em;
}

.revenues h2 i {
  transform: rotate(180deg);
}

.card_box p.title {
  padding: 2em;
  border-bottom: 1px solid #ebedf2;
  text-align: center;
  font-weight: 500;
}

.card_box ul {
  transition: 0.3s;
}

.card_box ul li {
  padding: 1.5em 2em;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
}

.card_box ul li:hover {
  cursor: pointer;
  background: #fafafa;
}

.card_box ul li:not(:last-child) {
  border-bottom: 1px dashed #ebedf2;
}

.card_box ul li span:last-child {
  color: #000;
}

.card_box ul li.footer {
  font-size: 1.3em;
  font-weight: 500;
}

.card_box span i.lni-minus {
  display: none;
}

.card_box span i[class^=lni] {
  margin-left: 1em;
}

.t-box, .tipBody, .tooltip {
  line-height: 20px;
  text-align: left;
  position: absolute;
  z-index: 9999;
  background: #6c757d;
  color: #fff;
  padding: 0.5em 1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: none;
}
.t-box label, .tipBody label, .tooltip label {
  display: block;
}

.ui-tooltip {
  line-height: 20px;
  text-align: left;
  position: absolute;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px 0px 5px #666666;
  border: 1px solid #c5c5c5;
  color: #333;
  padding: 0.5em 1em;
  border-radius: 4px;
  display: none;
}

.card-box h3.table-info {
  border: 1px dashed #ccc;
  padding: 0.5em;
}

.p_none {
  pointer-events: none;
  opacity: 0.7;
}

::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

span.file_upload {
  border: 1px solid #d2d8dd;
  display: block;
  padding: 0.5em;
  border-radius: 3px;
}
span.file_upload label {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #d2d8dd;
  padding: 1em;
  color: #666;
  font-size: 15px;
  transition: 600ms;
  background: #fff;
}
span.file_upload label:hover {
  background: #f8f9fa;
  cursor: pointer;
}
span.file_upload label::after {
  content: "\f1c5";
  font-size: 20px;
  display: block;
  padding-left: 5px;
}
span.file_upload input[type=file] {
  display: none;
}

.accordion {
  border: 1px solid #eeeeee;
  padding: 30px;
  border-radius: 15px;
}
.accordion > li {
  border: 1px solid #e2e2e2;
  margin-bottom: 1em;
}
.accordion > li .trigger {
  padding: 1em;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.03);
}
.accordion > li .trigger.active {
  color: #f00;
}
.accordion > li .trigger.active::after {
  transform: rotate(180deg);
  color: #f00;
}
.accordion > li .trigger::after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 15px;
  transition: transform 0.3s;
}
.accordion .content {
  display: none;
  padding: 2em;
  border-top: 1px solid #e2e2e2;
  line-height: 25px;
}

#ui_notifIt {
  position: fixed;
  border-radius: 3px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 24px rgba(49, 49, 49, 0.39);
  -moz-box-shadow: 0 4px 24px rgba(49, 49, 49, 0.39);
  box-shadow: 0 4px 24px rgba(49, 49, 49, 0.39);
  overflow: hidden;
  z-index: 99999;
}

#ui_notifIt p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 1em 2em;
  padding: 0;
  margin: 0;
}

div[id^=ui_notifIt].success {
  background: #0db71a;
}

div[id^=ui_notifIt].error {
  background: #f62d51;
}

div[id^=ui_notifIt].warning {
  background: orange;
}

div[id^=ui_notifIt].info {
  background: #00bfff;
}

div[id^=ui_notifIt].default {
  background: #eee;
}

.date-picker-wrapper {
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 10001;
}
.date-picker-wrapper h2 {
  display: none;
  color: #fff;
  padding: 0.5em 1.5em !important;
  text-align: center !important;
  background: #e43870;
  font-size: 17px !important;
  justify-content: center !important;
}
.date-picker-wrapper table {
  width: 100%;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  display: inline-block;
}

.date-picker-wrapper.single-date {
  width: auto;
}

.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.date-picker-wrapper .month-wrapper {
  padding: 2em;
  cursor: default;
  position: relative;
  _overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .date-picker-wrapper .month-wrapper {
    width: 100%;
    display: block;
    flex-direction: column;
    padding: 2em;
    overflow: auto;
    position: relative;
  }
  .date-picker-wrapper .month-wrapper table {
    width: 100%;
  }
}
.date-picker-wrapper .month-wrapper::-webkit-scrollbar {
  width: 5px;
}
.date-picker-wrapper .month-wrapper::-webkit-scrollbar-thumb {
  border: 1px solid transparent;
}

.date-picker-wrapper .month-wrapper table td, .date-picker-wrapper .month-wrapper table th {
  vertical-align: middle;
  text-align: center;
}

.date-picker-wrapper .month-wrapper table .day {
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
  color: #ccc;
  position: relative;
  font-size: 14px;
}
.date-picker-wrapper .month-wrapper table .day span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked span, .date-picker-wrapper .month-wrapper table .day.toMonth.hovering span {
  background: #75a8f9;
  color: #fff !important;
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  color: #aaa;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}

.date-picker-wrapper .time label {
  white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #555;
  cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.lastMonth, .date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  color: #f00 !important;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}

.date-picker-wrapper table .caption {
  height: 40px;
}
.date-picker-wrapper table .caption .month-name {
  color: #333;
  font-size: 15px;
}

.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
  cursor: pointer;
  font-size: 20px;
  color: #1691d0;
}

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .date-picker-wrapper .gap {
    height: 30px;
  }
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .selected-days {
  display: none;
}

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
}

.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .default-top, .date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: none;
  background: #fff;
  padding: 8px 1.5em;
  color: #000;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
  color: #fff;
  line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}

.date-picker-wrapper .time {
  position: relative;
}

.date-picker-wrapper.single-month .time {
  display: block;
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}

.date-picker-wrapper .time2 {
  float: right;
}

.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background-color: #75a8f9 !important;
  color: #fff !important;
  border-radius: 100%;
}
.date-picker-wrapper .first-date-selected span, .date-picker-wrapper .last-date-selected span {
  background: #49e !important;
  border-radius: 100%;
}
.date-picker-wrapper .first-date-selected.first-date-selected, .date-picker-wrapper .last-date-selected.first-date-selected {
  border-radius: 100% 0 0 100%;
}
.date-picker-wrapper .first-date-selected.last-date-selected, .date-picker-wrapper .last-date-selected.last-date-selected {
  border-radius: 0 100% 100% 0;
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: #ff0;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ff0;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: 700;
}

/*#region Keyframes */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes e {
  0% {
    opacity: 1;
    top: 0;
  }
  25% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes w {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes scale-x-y {
  0% {
    transform: scaleX(0.5) scaleY(0.5);
  }
  100% {
    transform: scaleX(1) scaleY(1);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hgt {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes ss {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  100% {
    transform: scaleX(0.5) scaleY(0.5);
  }
}
@keyframes ff {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes m {
  0% {
    left: 50px;
  }
  25% {
    left: 0;
  }
}
@keyframes t {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}
@keyframes t100 {
  0% {
    top: -100vh;
  }
  100% {
    top: 0;
  }
}
@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ty {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: none;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@keyframes p {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes open {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
/*#endregion*/
/*#region page-overlay */
.page-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  position: fixed;
  animation: fade, scale-x-y 0.25s;
  cursor: pointer;
  background: rgba(36, 54, 69, 0.75);
}
.page-overlay.white {
  background: rgba(255, 255, 255, 0.66);
}
.page-overlay .row {
  justify-content: center;
}
.page-overlay .modal-box {
  width: 100%;
  background: #fff;
  position: relative;
  /*max-height: 98%;*/
  text-align: left;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 25px;
  font-weight: 400;
  border-radius: 25px;
  animation: open 0.5s;
  transition: 0.5s;
}
.page-overlay .modal-box.context-text-wrapper h2 {
  margin-bottom: 0.5em;
}
.page-overlay .modal-box.context-text-wrapper h2:not(:first-child) {
  margin-top: 1em;
}
.page-overlay .modal-box.hide {
  transform: translateY(100%);
  opacity: 0;
}
.page-overlay .modal-box button {
  /*&:not(.close) {
      width: 100%;
      background: #029e9d;
      color: #fff;
      height: 50px;
      margin-top: 2em;
      text-transform: none;
      font-weight: 500;
  }*/
}
.page-overlay .modal-box button:not(.btn_trans).close {
  position: absolute;
  right: -0.3em;
  top: -0.3em;
  background: none;
  color: #000;
  font-size: 1.7em;
  font-weight: 600;
  z-index: 999;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #029e9d;
}
.page-overlay .modal-box header {
  height: inherit;
  border-bottom: 1px solid #f1f1f1;
  padding: 0.75em 2em;
  font-size: 1.25em;
  font-weight: 500;
  color: #333;
}
.page-overlay .modal-box section {
  overflow: auto;
}
.page-overlay .modal-box section ::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.page-overlay .modal-box section .loader-wrapper {
  padding: 10em 0;
  display: grid;
  justify-content: center;
  row-gap: 1em;
  text-align: center;
  /*.loader-text {
      font-size: 1.5em;
      margin: 0 5em;

      p {
          line-height: 35px
      }
  }*/
}
.page-overlay .modal-box section .loader-wrapper .loader {
  margin: auto;
  border: 5px solid #EAF0F6;
  border-radius: 50%;
  border-top: 5px solid #297cbb;
  width: 50px;
  height: 50px;
  animation: spinner 1s linear infinite;
}
.page-overlay .modal-box section aside {
  padding: 2.5em;
}
.page-overlay .modal-box section aside.scroll {
  padding: 2em 35px;
  line-height: 30px;
  max-height: 700px;
  overflow: auto;
}
.page-overlay .modal-box section aside.scroll ::-webkit-scrollbar-thumb {
  background-color: #029e9d;
}
.page-overlay .modal-box section aside.scroll h2 {
  font-size: 1.4em;
  font-weight: 500;
  color: #333;
  margin-bottom: 1em;
}
.page-overlay .modal-box section aside.scroll h2:not(:first-child) {
  margin-top: 1em;
}
.page-overlay .modal-box section aside ul li.toggle {
  display: none;
}
.page-overlay .modal-box section aside button:not(.close) {
  width: 100%;
  background: #029e9d;
  color: #fff;
  height: 50px;
  margin-top: 2em;
  text-transform: none;
  font-weight: 500;
}
.page-overlay .modal-box footer {
  border-top: 1px solid #f1f1f1;
  padding: 0.75em 2em;
  display: flex;
  justify-content: flex-end;
}

/*#endregion */
/*#region Selectbox Wrapper */
.selectbox-wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
}

.selectbox-wrapper .hidden-selectbox {
  visibility: hidden;
  padding-right: 10px;
  display: none;
}

.selectbox-wrapper .selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 0.5em 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: -1px;
}

.selectbox-wrapper .selected.active::after {
  transform: rotate(-180deg);
}

.selectbox-wrapper .selected::after {
  font-family: "Material Symbols Outlined";
  content: "\e984";
  font-size: 22.5px;
  transition: 0.5s;
}

.selectbox-wrapper .selectbox-options {
  display: none;
  position: absolute !important;
  left: 0;
  top: 100%;
  width: max-content;
  z-index: 999;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.selectbox-wrapper .selectbox-options li {
  padding: 0.5em 1em;
  transition: 0.5s;
}

.selectbox-wrapper .selectbox-options li:hover, .selectbox-wrapper .selectbox-options li.select {
  background-color: #297cbb;
  color: white;
}

/*#endregion */
/*#region DynamicHeight */
.dynamic-height.dynamic-height-active .dynamic-height-wrap::before {
  background: linear-gradient(to bottom, rgba(240, 249, 255, 0) 0%, rgb(255, 255, 255) 100%);
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.dynamic-height .dynamic-height-wrap {
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  width: 100%;
}
.dynamic-height .more {
  margin-top: 1em;
  display: flex;
  justify-content: flex-end;
}
.dynamic-height .more a {
  color: #2395f3;
  font-weight: 500;
  margin-left: 1em;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.dynamic-height .more a:hover {
  font-weight: 600;
}
.dynamic-height .more a::after {
  font-family: "Material Symbols Outlined";
  content: "\ea50";
  font-size: 20px;
  margin-left: 0.25em;
}
@media only screen and (max-width: 768px) {
  .dynamic-height .more {
    margin-top: 0;
  }
}

/*#endregion */
ul.notify-wrapper {
  position: fixed;
  z-index: 10001;
  /*width: 100%;
  height: 100%;*/
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
  align-items: flex-end;
  right: 0.5em;
  top: 0.5em;
}
ul.notify-wrapper li {
  padding: 1em 2em;
  border: 1px solid #D6E9C6;
  background: #DFF0D8;
  color: #468847;
  width: fit-content;
  border-radius: 3px;
}

.hamburger-menu {
  display: none;
  position: relative;
  z-index: 10003;
}
@media only screen and (max-width: 992px) {
  .hamburger-menu {
    display: inline-block;
  }
}
.hamburger-menu .hamburger {
  background: 0 0;
  position: relative;
  padding: 1em;
  z-index: 9999;
}
.hamburger-menu .hamburger * {
  pointer-events: none;
}
.hamburger-menu .hamburger .hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger-menu .hamburger .hamburger__icon, .hamburger-menu .hamburger .hamburger__icon:after, .hamburger-menu .hamburger .hamburger__icon:before {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #222;
  transition-duration: 0.4s;
}
.hamburger-menu .hamburger .hamburger__icon:after, .hamburger-menu .hamburger .hamburger__icon:before {
  content: "";
  position: absolute;
}
.hamburger-menu .hamburger .hamburger__icon:before {
  top: -7px;
}
.hamburger-menu .hamburger .hamburger__icon:after {
  top: 7px;
}
.hamburger-menu .hamburger.active .hamburger__icon {
  background-color: transparent !important;
}
.hamburger-menu .hamburger.active .hamburger__icon:before, .hamburger-menu .hamburger.active .hamburger__icon:after {
  background-color: #222;
}
.hamburger-menu .hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger-menu .hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
