@charset "UTF-8";
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-lgm,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 536px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 728px;
  }
}
@media (min-width: 1009px) {
  .container-lgm, .container-md, .container-sm, .container {
    max-width: 969px;
  }
}
@media (min-width: 1200px) {
  .container-lg, .container-lgm, .container-md, .container-sm, .container {
    max-width: 1160px;
  }
}
@media (min-width: 1600px) {
  .container-xl, .container-lg, .container-lgm, .container-md, .container-sm, .container {
    max-width: 1560px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1009px) {
  .col-lgm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lgm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lgm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lgm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lgm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lgm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lgm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lgm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lgm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lgm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lgm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lgm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lgm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lgm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lgm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lgm-first {
    order: -1;
  }

  .order-lgm-last {
    order: 13;
  }

  .order-lgm-0 {
    order: 0;
  }

  .order-lgm-1 {
    order: 1;
  }

  .order-lgm-2 {
    order: 2;
  }

  .order-lgm-3 {
    order: 3;
  }

  .order-lgm-4 {
    order: 4;
  }

  .order-lgm-5 {
    order: 5;
  }

  .order-lgm-6 {
    order: 6;
  }

  .order-lgm-7 {
    order: 7;
  }

  .order-lgm-8 {
    order: 8;
  }

  .order-lgm-9 {
    order: 9;
  }

  .order-lgm-10 {
    order: 10;
  }

  .order-lgm-11 {
    order: 11;
  }

  .order-lgm-12 {
    order: 12;
  }

  .offset-lgm-0 {
    margin-left: 0;
  }

  .offset-lgm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lgm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lgm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lgm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lgm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lgm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lgm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lgm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1009px) {
  .d-lgm-none {
    display: none !important;
  }

  .d-lgm-inline {
    display: inline !important;
  }

  .d-lgm-inline-block {
    display: inline-block !important;
  }

  .d-lgm-block {
    display: block !important;
  }

  .d-lgm-table {
    display: table !important;
  }

  .d-lgm-table-row {
    display: table-row !important;
  }

  .d-lgm-table-cell {
    display: table-cell !important;
  }

  .d-lgm-flex {
    display: flex !important;
  }

  .d-lgm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1009px) {
  .flex-lgm-row {
    flex-direction: row !important;
  }

  .flex-lgm-column {
    flex-direction: column !important;
  }

  .flex-lgm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lgm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lgm-fill {
    flex: 1 1 auto !important;
  }

  .flex-lgm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lgm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lgm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lgm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lgm-start {
    justify-content: flex-start !important;
  }

  .justify-content-lgm-end {
    justify-content: flex-end !important;
  }

  .justify-content-lgm-center {
    justify-content: center !important;
  }

  .justify-content-lgm-between {
    justify-content: space-between !important;
  }

  .justify-content-lgm-around {
    justify-content: space-around !important;
  }

  .align-items-lgm-start {
    align-items: flex-start !important;
  }

  .align-items-lgm-end {
    align-items: flex-end !important;
  }

  .align-items-lgm-center {
    align-items: center !important;
  }

  .align-items-lgm-baseline {
    align-items: baseline !important;
  }

  .align-items-lgm-stretch {
    align-items: stretch !important;
  }

  .align-content-lgm-start {
    align-content: flex-start !important;
  }

  .align-content-lgm-end {
    align-content: flex-end !important;
  }

  .align-content-lgm-center {
    align-content: center !important;
  }

  .align-content-lgm-between {
    align-content: space-between !important;
  }

  .align-content-lgm-around {
    align-content: space-around !important;
  }

  .align-content-lgm-stretch {
    align-content: stretch !important;
  }

  .align-self-lgm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lgm-center {
    align-self: center !important;
  }

  .align-self-lgm-baseline {
    align-self: baseline !important;
  }

  .align-self-lgm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Helvetica_Neue_Light.woff") format("woff"), url("../fonts/Helvetica_Neue_Light.woff2") format("woff2"), url("../fonts/Helvetica_Neue_Light.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Helvetica_Neue_Regular.woff") format("woff"), url("../fonts/Helvetica_Neue_Regular.woff2") format("woff2"), url("../fonts/Helvetica_Neue_Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Helvetica_Neue_Medium.woff") format("woff"), url("../fonts/Helvetica_Neue_Medium.woff2") format("woff2"), url("../fonts/Helvetica_Neue_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Helvetica_Neue_Bold.woff") format("woff"), url("../fonts/Helvetica_Neue_Bold.woff2") format("woff2"), url("../fonts/Helvetica_Neue_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Helvetica_Neue_Condensed_Black.woff") format("woff"), url("../fonts/Helvetica_Neue_Condensed_Black.woff2") format("woff2"), url("../fonts/Helvetica_Neue_Condensed_Black.ttf") format("truetype");
}
@font-face {
  font-family: oless;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/oless.woff?v=003") format("woff"), url("../fonts/oless.ttf?v=003") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/fa-light-300.eot");
  src: local("☺"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/fa-regular-400.eot");
  src: local("☺"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: local("☺"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/fa-solid-900.eot");
  src: local("☺"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg") format("svg");
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.svg") format("svg"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-LightItalic.svg") format("svg"), url("../fonts/Inter-LightItalic.ttf") format("truetype"), url("../fonts/Inter-LightItalic.woff") format("woff"), url("../fonts/Inter-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.svg") format("svg"), url("../fonts/Inter.ttf") format("truetype"), url("../fonts/Inter.woff") format("woff"), url("../fonts/Inter.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Italic.svg") format("svg"), url("../fonts/Inter-Italic.ttf") format("truetype"), url("../fonts/Inter-Italic.woff") format("woff"), url("../fonts/Inter-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.svg") format("svg"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-MediumItalic.svg") format("svg"), url("../fonts/Inter-MediumItalic.ttf") format("truetype"), url("../fonts/Inter-MediumItalic.woff") format("woff"), url("../fonts/Inter-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.svg") format("svg"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBoldItalic.svg") format("svg"), url("../fonts/Inter-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Inter-SemiBoldItalic.woff") format("woff"), url("../fonts/Inter-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
html {
  font-size: 10px;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  height: auto;
  background-color: #f7fafc;
  font-size: 1.5rem;
  font-family: "Helvetica Neue", sans-serif;
  color: #000000;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
body *::-moz-selection {
  background: #b5d9fd;
  color: currentColor;
}
body *::selection {
  background: #b5d9fd;
  color: currentColor;
}

.scroll-lock {
  overflow: hidden;
}

[disabled] {
  cursor: not-allowed;
}

.hidden {
  display: none !important;
}

button {
  border: 0;
  margin: 0;
  background: none;
}

strong {
  font-weight: 600;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  body {
    background-color: #FFFFFF;
  }
}
.ol-upper {
  text-transform: uppercase;
}

.ol-lower {
  text-transform: lowercase;
}

.ol-cap {
  text-transform: capitalize;
}

.ol-nowrap {
  white-space: nowrap;
}

.ol-ellipsis, .ol-btn__attachment-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.ol-cap-first::first-letter {
  text-transform: capitalize;
}

.ol-light {
  font-weight: 300;
}

.ol-medium {
  font-weight: 500;
}
.ol-medium.ol-ico::before, .ol-medium.ol-str-ico::before {
  font-weight: 600;
}

.ol-bold {
  font-weight: 700 !important;
}

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

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

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

.ol-word-break {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.ol-f-12 {
  font-size: 1.2rem;
  line-height: 1.3em;
}

.ol-f-14 {
  font-size: 1.4rem;
  line-height: 1.3em;
}

.ol-f-16 {
  font-size: 1.6rem;
  line-height: 1.3em;
}

.ol-f-18 {
  font-size: 1.8rem;
  line-height: 1.3em;
}

.ol-f-20 {
  font-size: 2rem;
  line-height: 1.3em;
}

.ol-f-22 {
  font-size: 2.2rem;
  line-height: 1.3em;
}

.ol-f-24 {
  font-size: 2.4rem;
  line-height: 1.3em;
}

.ol-f-26 {
  font-size: 2.6rem;
  line-height: 1.3em;
}

.ol-f-28 {
  font-size: 2.8rem;
  line-height: 1.3em;
}

.ol-f-30 {
  font-size: 3rem;
  line-height: 1.3em;
}

.ol-f-32 {
  font-size: 3.2rem;
  line-height: 1.3em;
}

.ol-f-34 {
  font-size: 3.4rem;
  line-height: 1.3em;
}

.ol-f-36 {
  font-size: 3.6rem;
  line-height: 1.3em;
}

.ol-whitespace-pre {
  white-space: pre;
}

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

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

.mt-5 {
  margin-top: 0.5rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

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

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

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

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

.ol-c-black {
  color: #000000 !important;
}

.ol-b-black {
  background-color: #000000 !important;
}

.ol-c-white {
  color: #FFFFFF !important;
}

.ol-b-white {
  background-color: #FFFFFF !important;
}

.ol-c-dark {
  color: #333333 !important;
}

.ol-b-dark {
  background-color: #333333 !important;
}

.ol-c-aqua {
  color: #3E90DF !important;
}

.ol-b-aqua {
  background-color: #3E90DF !important;
}

.ol-c-aqua-subgroups {
  color: #38C0EF !important;
}

.ol-b-aqua-subgroups {
  background-color: #38C0EF !important;
}

.ol-c-grey-light {
  color: #C1C1C1 !important;
}

.ol-b-grey-light {
  background-color: #C1C1C1 !important;
}

.ol-c-grey {
  color: #92A9BB !important;
}

.ol-b-grey {
  background-color: #92A9BB !important;
}

.ol-c-grey-mute {
  color: #D8DDE3 !important;
}

.ol-b-grey-mute {
  background-color: #D8DDE3 !important;
}

.ol-c-white-aluminum {
  color: #A8A8A8 !important;
}

.ol-b-white-aluminum {
  background-color: #A8A8A8 !important;
}

.ol-c-green-bilimland {
  color: #27ae60 !important;
}

.ol-b-green-bilimland {
  background-color: #27ae60 !important;
}

.ol-c-green-blue {
  color: #23ABA3 !important;
}

.ol-b-green-blue {
  background-color: #23ABA3 !important;
}

.ol-c-class-boss-green {
  color: #8EB817 !important;
}

.ol-b-class-boss-green {
  background-color: #8EB817 !important;
}

.ol-c-green {
  color: #56ab68 !important;
}

.ol-b-green {
  background-color: #56ab68 !important;
}

.ol-c-emerald {
  color: #4FC168 !important;
}

.ol-b-emerald {
  background-color: #4FC168 !important;
}

.ol-c-pastel-green {
  color: #6FD084 !important;
}

.ol-b-pastel-green {
  background-color: #6FD084 !important;
}

.ol-c-medium-turquoise {
  color: #34BEC3 !important;
}

.ol-b-medium-turquoise {
  background-color: #34BEC3 !important;
}

.ol-c-rich-pink {
  color: #FF7C7C !important;
}

.ol-b-rich-pink {
  background-color: #FF7C7C !important;
}

.ol-c-orange-mute {
  color: #D2A673 !important;
}

.ol-b-orange-mute {
  background-color: #D2A673 !important;
}

.ol-c-orange-dawn {
  color: #F95B65 !important;
}

.ol-b-orange-dawn {
  background-color: #F95B65 !important;
}

.ol-c-orange {
  color: #F5942E !important;
}

.ol-b-orange {
  background-color: #F5942E !important;
}

.ol-c-diamond-orange-yellow {
  color: #FFBA34 !important;
}

.ol-b-diamond-orange-yellow {
  background-color: #FFBA34 !important;
}

.ol-c-dark-orange {
  color: #F69B1A !important;
}

.ol-b-dark-orange {
  background-color: #F69B1A !important;
}

.ol-c-dodger-blue {
  color: #29A5FF !important;
}

.ol-b-dodger-blue {
  background-color: #29A5FF !important;
}

.ol-c-blue {
  color: #3045A7 !important;
}

.ol-b-blue {
  background-color: #3045A7 !important;
}

.ol-c-grey-table {
  color: #B3BAC7 !important;
}

.ol-b-grey-table {
  background-color: #B3BAC7 !important;
}

.ol-c-grey-table-button {
  color: #A8A8A8 !important;
}

.ol-b-grey-table-button {
  background-color: #A8A8A8 !important;
}

.ol-c-purple {
  color: #7F6FC0 !important;
}

.ol-b-purple {
  background-color: #7F6FC0 !important;
}

.ol-c-purple-mute {
  color: #6D6FAB !important;
}

.ol-b-purple-mute {
  background-color: #6D6FAB !important;
}

.ol-c-red-mute {
  color: #FF8660 !important;
}

.ol-b-red-mute {
  background-color: #FF8660 !important;
}

.ol-c-red {
  color: #FF0000 !important;
}

.ol-b-red {
  background-color: #FF0000 !important;
}

.ol-c-telegram-blue {
  color: #3782C8 !important;
}

.ol-b-telegram-blue {
  background-color: #3782C8 !important;
}

.ol-c-chat-text-area {
  color: #F0F5F8 !important;
}

.ol-b-chat-text-area {
  background-color: #F0F5F8 !important;
}

.ol-c-blueberry {
  color: #2C333E !important;
}

.ol-b-blueberry {
  background-color: #2C333E !important;
}

.ol-c-red-pink {
  color: #F0626D !important;
}

.ol-b-red-pink {
  background-color: #F0626D !important;
}

.ol-c-label-grey {
  color: #717C99 !important;
}

.ol-b-label-grey {
  background-color: #717C99 !important;
}

.ol-c-orange-light {
  color: #FEF2E3 !important;
}

.ol-b-orange-light {
  background-color: #FEF2E3 !important;
}

.ol-c-form-warning {
  color: #FF0558 !important;
}

.ol-b-form-warning {
  background-color: #FF0558 !important;
}

.ol-c-form-color {
  color: #96AEC1 !important;
}

.ol-b-form-color {
  background-color: #96AEC1 !important;
}

.ol-c-progress-front {
  color: #FFB127 !important;
}

.ol-b-progress-front {
  background-color: #FFB127 !important;
}

.ol-c-orange-kitap {
  color: #FF833E !important;
}

.ol-b-orange-kitap {
  background-color: #FF833E !important;
}

.ol-c-ustaz {
  color: #EB5D5B !important;
}

.ol-b-ustaz {
  background-color: #EB5D5B !important;
}

.ol-c-itest {
  color: #2DAAFC !important;
}

.ol-b-itest {
  background-color: #2DAAFC !important;
}

.ol-w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.ol-w-100 {
  width: 100%;
}

.ol-minw-100 {
  min-width: 10rem;
}

.ol-minw-120 {
  min-width: 12rem;
}

.ol-minw-140 {
  min-width: 14rem;
}

.ol-minw-200 {
  min-width: 20rem;
}

.ol-minw-280 {
  min-width: 28rem;
}

.ol-maxw-120 {
  width: 100%;
  max-width: 12rem;
}

.ol-maxw-150 {
  width: 100%;
  max-width: 15rem;
}

.ol-maxw-200 {
  width: 100%;
  max-width: 20rem;
}

.ol-maxw-260 {
  width: 100%;
  max-width: 26rem;
}

.ol-maxw-280 {
  width: 100%;
  max-width: 28rem;
}

.ol-maxw-300 {
  width: 100%;
  max-width: 30rem;
}

.ol-maxw-500 {
  width: 100%;
  max-width: 50rem;
}

.ol-transition--slide-right-enter-active, .ol-transition--slide-right-leave-active, .ol-transition--slide-left-enter-active, .ol-transition--slide-left-leave-active, .ol-transition--slide-up-enter-active, .ol-transition--slide-up-leave-active, .ol-transition--slide-down-enter-active, .ol-transition--slide-down-leave-active {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ol-transition--slide-right-enter {
  transform: translate3d(-100%, 0, 0);
}
.ol-transition--slide-right-leave-to {
  transform: translate3d(100%, 0, 0);
}
.ol-transition--slide-left-enter {
  transform: translate3d(100%, 0, 0);
}
.ol-transition--slide-left-leave-to {
  transform: translate3d(-100%, 0, 0);
}
.ol-transition--slide-up-enter {
  transform: translate3d(0, 100%, 0);
}
.ol-transition--slide-up-leave-to {
  transform: translate3d(0, -100%, 0);
}
.ol-transition--slide-down-enter {
  transform: translate3d(0, -100%, 0);
}
.ol-transition--slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
}
.ol-transition--jump-right-enter-active, .ol-transition--jump-right-leave-active, .ol-transition--jump-left-enter-active, .ol-transition--jump-left-leave-active, .ol-transition--jump-up-enter-active, .ol-transition--jump-up-leave-active, .ol-transition--jump-down-enter-active, .ol-transition--jump-down-leave-active {
  transition: opacity 0.3s, transform 0.3s;
}
.ol-transition--jump-right-enter, .ol-transition--jump-right-leave-to, .ol-transition--jump-left-enter, .ol-transition--jump-left-leave-to, .ol-transition--jump-up-enter, .ol-transition--jump-up-leave-to, .ol-transition--jump-down-enter, .ol-transition--jump-down-leave-to {
  opacity: 0;
}
.ol-transition--jump-right-enter {
  transform: translate3d(-15px, 0, 0);
}
.ol-transition--jump-right-leave-to {
  transform: translate3d(15px, 0, 0);
}
.ol-transition--jump-left-enter {
  transform: translate3d(15px, 0, 0);
}
.ol-transition--jump-left-leave-to {
  transform: translateX(-15px);
}
.ol-transition--jump-up-enter {
  transform: translate3d(0, 15px, 0);
}
.ol-transition--jump-up-leave-to {
  transform: translate3d(0, -15px, 0);
}
.ol-transition--jump-down-enter {
  transform: translate3d(0, -15px, 0);
}
.ol-transition--jump-down-leave-to {
  transform: translate3d(0, 15px, 0);
}
.ol-transition--fade-enter-active, .ol-transition--fade-leave-active {
  transition: opacity 0.3s ease-out;
}
.ol-transition--fade-enter, .ol-transition--fade-leave, .ol-transition--fade-leave-to {
  opacity: 0;
}
.ol-transition--scale-enter-active, .ol-transition--scale-leave-active {
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ol-transition--scale-enter, .ol-transition--scale-leave, .ol-transition--scale-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1);
}
.ol-transition--rotate-enter-active, .ol-transition--rotate-leave-active {
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-style: preserve-3d;
}
.ol-transition--rotate-enter, .ol-transition--rotate-leave, .ol-transition--rotate-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1) rotate3d(0, 0, 1, 90deg);
}
.ol-transition--flip-right-enter-active, .ol-transition--flip-right-leave-active, .ol-transition--flip-left-enter-active, .ol-transition--flip-left-leave-active, .ol-transition--flip-up-enter-active, .ol-transition--flip-up-leave-active, .ol-transition--flip-down-enter-active, .ol-transition--flip-down-leave-active {
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ol-transition--flip-right-enter-to, .ol-transition--flip-right-leave, .ol-transition--flip-left-enter-to, .ol-transition--flip-left-leave, .ol-transition--flip-up-enter-to, .ol-transition--flip-up-leave, .ol-transition--flip-down-enter-to, .ol-transition--flip-down-leave {
  transform: perspective(400px) rotate3d(1, 1, 0, 0deg);
}
.ol-transition--flip-right-enter {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.ol-transition--flip-right-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.ol-transition--flip-left-enter {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.ol-transition--flip-left-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.ol-transition--flip-up-enter {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}
.ol-transition--flip-up-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.ol-transition--flip-down-enter {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.ol-transition--flip-down-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}

.ol-pos-relative {
  position: relative;
}

.ol-modal-buttons {
  order: 1;
}
@media (min-width: 576px) {
  .ol-modal-buttons {
    order: 0;
  }
}

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

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.px-5 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.py-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pl-5 {
  padding-left: 0.5rem;
}

.pr-5 {
  padding-right: 0.5rem;
}

.px-10 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pl-10 {
  padding-left: 1rem;
}

.pr-10 {
  padding-right: 1rem;
}

.px-15 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pl-15 {
  padding-left: 1.5rem;
}

.pr-15 {
  padding-right: 1.5rem;
}

.px-20 {
  padding-right: 2rem;
  padding-left: 2rem;
}

.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.px-25 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.py-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pl-25 {
  padding-left: 2.5rem;
}

.pr-25 {
  padding-right: 2.5rem;
}

.px-30 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pl-30 {
  padding-left: 3rem;
}

.pr-30 {
  padding-right: 3rem;
}

.px-35 {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

.py-35 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.pl-35 {
  padding-left: 3.5rem;
}

.pr-35 {
  padding-right: 3.5rem;
}

.px-40 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pl-40 {
  padding-left: 4rem;
}

.pr-40 {
  padding-right: 4rem;
}

.px-45 {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}

.py-45 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.pl-45 {
  padding-left: 4.5rem;
}

.pr-45 {
  padding-right: 4.5rem;
}

.px-50 {
  padding-right: 5rem;
  padding-left: 5rem;
}

.py-50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pl-50 {
  padding-left: 5rem;
}

.pr-50 {
  padding-right: 5rem;
}

.px-55 {
  padding-right: 5.5rem;
  padding-left: 5.5rem;
}

.py-55 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.pl-55 {
  padding-left: 5.5rem;
}

.pr-55 {
  padding-right: 5.5rem;
}

.px-60 {
  padding-right: 6rem;
  padding-left: 6rem;
}

.py-60 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pl-60 {
  padding-left: 6rem;
}

.pr-60 {
  padding-right: 6rem;
}

.ol-hidden {
  visibility: hidden !important;
}

.ol-btn__attachment-label {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: calc(100% + 0.1rem);
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1em;
  color: #9D9D9D;
  text-align: center;
  text-transform: uppercase;
  background-color: #F1F1F1;
  padding: 0.5rem 1rem;
}

.ol-btn__progress {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5px;
}

[class*=ol-btn--thm-] {
  transition: all 0.2s ease-in;
}
[class*=ol-btn--thm-]:hover {
  transition: all 0.2s ease-in;
}

.ol-btn--thm-black {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.ol-btn--thm-black:hover:not(.ol-btn--progress) {
  background-color: black;
  border-color: black;
}
.ol-btn--thm-black:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.ol-btn--thm-black.ol-btn--outline {
  color: #000000;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-black.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-black.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-black.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(0, 0, 0, 0.6);
}
.ol-btn--thm-black.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #000000;
}
.ol-btn--thm-black.ol-btn--progress .ol-btn__progress {
  background-color: rgba(0, 0, 0, 0.3);
}
.ol-btn--thm-black[disabled], .ol-btn--thm-black.ol-btn--disable {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-black[disabled].ol-btn--outline, .ol-btn--thm-black.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-black[disabled].ol-btn--outline:hover, .ol-btn--thm-black.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-black.ol-loading.ol-btn--outline {
  background: #000000 !important;
}
.ol-btn--thm-black.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-black.ol-btn--no-hover:hover {
  background-color: #000000;
  border-color: #000000;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-white {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.ol-btn--thm-white:hover:not(.ol-btn--progress) {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.ol-btn--thm-white:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.ol-btn--thm-white.ol-btn--outline {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-white.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-white.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-white.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(255, 255, 255, 0.6);
}
.ol-btn--thm-white.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #FFFFFF;
}
.ol-btn--thm-white.ol-btn--progress .ol-btn__progress {
  background-color: rgba(255, 255, 255, 0.3);
}
.ol-btn--thm-white[disabled], .ol-btn--thm-white.ol-btn--disable {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-white[disabled].ol-btn--outline, .ol-btn--thm-white.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-white[disabled].ol-btn--outline:hover, .ol-btn--thm-white.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-white.ol-loading.ol-btn--outline {
  background: #FFFFFF !important;
}
.ol-btn--thm-white.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-white.ol-btn--no-hover:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-dark {
  color: #FFFFFF;
  background-color: #333333;
  border-color: #333333;
}
.ol-btn--thm-dark:hover:not(.ol-btn--progress) {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.ol-btn--thm-dark:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #333333;
  border-color: #333333;
}
.ol-btn--thm-dark.ol-btn--outline {
  color: #333333;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-dark.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-dark.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-dark.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(51, 51, 51, 0.6);
}
.ol-btn--thm-dark.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #333333;
}
.ol-btn--thm-dark.ol-btn--progress .ol-btn__progress {
  background-color: rgba(51, 51, 51, 0.3);
}
.ol-btn--thm-dark[disabled], .ol-btn--thm-dark.ol-btn--disable {
  background-color: rgba(51, 51, 51, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-dark[disabled].ol-btn--outline, .ol-btn--thm-dark.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-dark[disabled].ol-btn--outline:hover, .ol-btn--thm-dark.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-dark.ol-loading.ol-btn--outline {
  background: #333333 !important;
}
.ol-btn--thm-dark.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-dark.ol-btn--no-hover:hover {
  background-color: #333333;
  border-color: #333333;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-aqua {
  color: #FFFFFF;
  background-color: #3E90DF;
  border-color: #3E90DF;
}
.ol-btn--thm-aqua:hover:not(.ol-btn--progress) {
  background-color: #2177c9;
  border-color: #2177c9;
}
.ol-btn--thm-aqua:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #3E90DF;
  border-color: #3E90DF;
}
.ol-btn--thm-aqua.ol-btn--outline {
  color: #3E90DF;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-aqua.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-aqua.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-aqua.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(62, 144, 223, 0.6);
}
.ol-btn--thm-aqua.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #3E90DF;
}
.ol-btn--thm-aqua.ol-btn--progress .ol-btn__progress {
  background-color: rgba(62, 144, 223, 0.3);
}
.ol-btn--thm-aqua[disabled], .ol-btn--thm-aqua.ol-btn--disable {
  background-color: rgba(62, 144, 223, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-aqua[disabled].ol-btn--outline, .ol-btn--thm-aqua.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-aqua[disabled].ol-btn--outline:hover, .ol-btn--thm-aqua.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-aqua.ol-loading.ol-btn--outline {
  background: #3E90DF !important;
}
.ol-btn--thm-aqua.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-aqua.ol-btn--no-hover:hover {
  background-color: #3E90DF;
  border-color: #3E90DF;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-aqua-subgroups {
  color: #FFFFFF;
  background-color: #38C0EF;
  border-color: #38C0EF;
}
.ol-btn--thm-aqua-subgroups:hover:not(.ol-btn--progress) {
  background-color: #12ade2;
  border-color: #12ade2;
}
.ol-btn--thm-aqua-subgroups:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #38C0EF;
  border-color: #38C0EF;
}
.ol-btn--thm-aqua-subgroups.ol-btn--outline {
  color: #38C0EF;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-aqua-subgroups.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-aqua-subgroups.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-aqua-subgroups.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(56, 192, 239, 0.6);
}
.ol-btn--thm-aqua-subgroups.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #38C0EF;
}
.ol-btn--thm-aqua-subgroups.ol-btn--progress .ol-btn__progress {
  background-color: rgba(56, 192, 239, 0.3);
}
.ol-btn--thm-aqua-subgroups[disabled], .ol-btn--thm-aqua-subgroups.ol-btn--disable {
  background-color: rgba(56, 192, 239, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-aqua-subgroups[disabled].ol-btn--outline, .ol-btn--thm-aqua-subgroups.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-aqua-subgroups[disabled].ol-btn--outline:hover, .ol-btn--thm-aqua-subgroups.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-aqua-subgroups.ol-loading.ol-btn--outline {
  background: #38C0EF !important;
}
.ol-btn--thm-aqua-subgroups.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-aqua-subgroups.ol-btn--no-hover:hover {
  background-color: #38C0EF;
  border-color: #38C0EF;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-grey-light {
  color: #FFFFFF;
  background-color: #C1C1C1;
  border-color: #C1C1C1;
}
.ol-btn--thm-grey-light:hover:not(.ol-btn--progress) {
  background-color: #a8a8a8;
  border-color: #a8a8a8;
}
.ol-btn--thm-grey-light:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #C1C1C1;
  border-color: #C1C1C1;
}
.ol-btn--thm-grey-light.ol-btn--outline {
  color: #C1C1C1;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-grey-light.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-grey-light.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-grey-light.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(193, 193, 193, 0.6);
}
.ol-btn--thm-grey-light.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #C1C1C1;
}
.ol-btn--thm-grey-light.ol-btn--progress .ol-btn__progress {
  background-color: rgba(193, 193, 193, 0.3);
}
.ol-btn--thm-grey-light[disabled], .ol-btn--thm-grey-light.ol-btn--disable {
  background-color: rgba(193, 193, 193, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-grey-light[disabled].ol-btn--outline, .ol-btn--thm-grey-light.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-grey-light[disabled].ol-btn--outline:hover, .ol-btn--thm-grey-light.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-grey-light.ol-loading.ol-btn--outline {
  background: #C1C1C1 !important;
}
.ol-btn--thm-grey-light.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-grey-light.ol-btn--no-hover:hover {
  background-color: #C1C1C1;
  border-color: #C1C1C1;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-grey {
  color: #FFFFFF;
  background-color: #92A9BB;
  border-color: #92A9BB;
}
.ol-btn--thm-grey:hover:not(.ol-btn--progress) {
  background-color: #7390a7;
  border-color: #7390a7;
}
.ol-btn--thm-grey:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #92A9BB;
  border-color: #92A9BB;
}
.ol-btn--thm-grey.ol-btn--outline {
  color: #92A9BB;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-grey.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-grey.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-grey.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(146, 169, 187, 0.6);
}
.ol-btn--thm-grey.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #92A9BB;
}
.ol-btn--thm-grey.ol-btn--progress .ol-btn__progress {
  background-color: rgba(146, 169, 187, 0.3);
}
.ol-btn--thm-grey[disabled], .ol-btn--thm-grey.ol-btn--disable {
  background-color: rgba(146, 169, 187, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-grey[disabled].ol-btn--outline, .ol-btn--thm-grey.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-grey[disabled].ol-btn--outline:hover, .ol-btn--thm-grey.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-grey.ol-loading.ol-btn--outline {
  background: #92A9BB !important;
}
.ol-btn--thm-grey.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-grey.ol-btn--no-hover:hover {
  background-color: #92A9BB;
  border-color: #92A9BB;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-grey-mute {
  color: #FFFFFF;
  background-color: #D8DDE3;
  border-color: #D8DDE3;
}
.ol-btn--thm-grey-mute:hover:not(.ol-btn--progress) {
  background-color: #bac3ce;
  border-color: #bac3ce;
}
.ol-btn--thm-grey-mute:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #D8DDE3;
  border-color: #D8DDE3;
}
.ol-btn--thm-grey-mute.ol-btn--outline {
  color: #D8DDE3;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-grey-mute.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-grey-mute.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-grey-mute.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(216, 221, 227, 0.6);
}
.ol-btn--thm-grey-mute.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #D8DDE3;
}
.ol-btn--thm-grey-mute.ol-btn--progress .ol-btn__progress {
  background-color: rgba(216, 221, 227, 0.3);
}
.ol-btn--thm-grey-mute[disabled], .ol-btn--thm-grey-mute.ol-btn--disable {
  background-color: rgba(216, 221, 227, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-grey-mute[disabled].ol-btn--outline, .ol-btn--thm-grey-mute.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-grey-mute[disabled].ol-btn--outline:hover, .ol-btn--thm-grey-mute.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-grey-mute.ol-loading.ol-btn--outline {
  background: #D8DDE3 !important;
}
.ol-btn--thm-grey-mute.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-grey-mute.ol-btn--no-hover:hover {
  background-color: #D8DDE3;
  border-color: #D8DDE3;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-white-aluminum {
  color: #FFFFFF;
  background-color: #A8A8A8;
  border-color: #A8A8A8;
}
.ol-btn--thm-white-aluminum:hover:not(.ol-btn--progress) {
  background-color: #8f8f8f;
  border-color: #8f8f8f;
}
.ol-btn--thm-white-aluminum:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #A8A8A8;
  border-color: #A8A8A8;
}
.ol-btn--thm-white-aluminum.ol-btn--outline {
  color: #A8A8A8;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-white-aluminum.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-white-aluminum.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-white-aluminum.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(168, 168, 168, 0.6);
}
.ol-btn--thm-white-aluminum.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #A8A8A8;
}
.ol-btn--thm-white-aluminum.ol-btn--progress .ol-btn__progress {
  background-color: rgba(168, 168, 168, 0.3);
}
.ol-btn--thm-white-aluminum[disabled], .ol-btn--thm-white-aluminum.ol-btn--disable {
  background-color: rgba(168, 168, 168, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-white-aluminum[disabled].ol-btn--outline, .ol-btn--thm-white-aluminum.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-white-aluminum[disabled].ol-btn--outline:hover, .ol-btn--thm-white-aluminum.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-white-aluminum.ol-loading.ol-btn--outline {
  background: #A8A8A8 !important;
}
.ol-btn--thm-white-aluminum.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-white-aluminum.ol-btn--no-hover:hover {
  background-color: #A8A8A8;
  border-color: #A8A8A8;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-green-bilimland {
  color: #FFFFFF;
  background-color: #27ae60;
  border-color: #27ae60;
}
.ol-btn--thm-green-bilimland:hover:not(.ol-btn--progress) {
  background-color: #1e8449;
  border-color: #1e8449;
}
.ol-btn--thm-green-bilimland:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #27ae60;
  border-color: #27ae60;
}
.ol-btn--thm-green-bilimland.ol-btn--outline {
  color: #27ae60;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-green-bilimland.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-green-bilimland.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-green-bilimland.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(39, 174, 96, 0.6);
}
.ol-btn--thm-green-bilimland.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #27ae60;
}
.ol-btn--thm-green-bilimland.ol-btn--progress .ol-btn__progress {
  background-color: rgba(39, 174, 96, 0.3);
}
.ol-btn--thm-green-bilimland[disabled], .ol-btn--thm-green-bilimland.ol-btn--disable {
  background-color: rgba(39, 174, 96, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-green-bilimland[disabled].ol-btn--outline, .ol-btn--thm-green-bilimland.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-green-bilimland[disabled].ol-btn--outline:hover, .ol-btn--thm-green-bilimland.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-green-bilimland.ol-loading.ol-btn--outline {
  background: #27ae60 !important;
}
.ol-btn--thm-green-bilimland.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-green-bilimland.ol-btn--no-hover:hover {
  background-color: #27ae60;
  border-color: #27ae60;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-green-blue {
  color: #FFFFFF;
  background-color: #23ABA3;
  border-color: #23ABA3;
}
.ol-btn--thm-green-blue:hover:not(.ol-btn--progress) {
  background-color: #1a817b;
  border-color: #1a817b;
}
.ol-btn--thm-green-blue:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #23ABA3;
  border-color: #23ABA3;
}
.ol-btn--thm-green-blue.ol-btn--outline {
  color: #23ABA3;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-green-blue.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-green-blue.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-green-blue.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(35, 171, 163, 0.6);
}
.ol-btn--thm-green-blue.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #23ABA3;
}
.ol-btn--thm-green-blue.ol-btn--progress .ol-btn__progress {
  background-color: rgba(35, 171, 163, 0.3);
}
.ol-btn--thm-green-blue[disabled], .ol-btn--thm-green-blue.ol-btn--disable {
  background-color: rgba(35, 171, 163, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-green-blue[disabled].ol-btn--outline, .ol-btn--thm-green-blue.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-green-blue[disabled].ol-btn--outline:hover, .ol-btn--thm-green-blue.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-green-blue.ol-loading.ol-btn--outline {
  background: #23ABA3 !important;
}
.ol-btn--thm-green-blue.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-green-blue.ol-btn--no-hover:hover {
  background-color: #23ABA3;
  border-color: #23ABA3;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-class-boss-green {
  color: #FFFFFF;
  background-color: #8EB817;
  border-color: #8EB817;
}
.ol-btn--thm-class-boss-green:hover:not(.ol-btn--progress) {
  background-color: #6b8b11;
  border-color: #6b8b11;
}
.ol-btn--thm-class-boss-green:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #8EB817;
  border-color: #8EB817;
}
.ol-btn--thm-class-boss-green.ol-btn--outline {
  color: #8EB817;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-class-boss-green.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-class-boss-green.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-class-boss-green.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(142, 184, 23, 0.6);
}
.ol-btn--thm-class-boss-green.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #8EB817;
}
.ol-btn--thm-class-boss-green.ol-btn--progress .ol-btn__progress {
  background-color: rgba(142, 184, 23, 0.3);
}
.ol-btn--thm-class-boss-green[disabled], .ol-btn--thm-class-boss-green.ol-btn--disable {
  background-color: rgba(142, 184, 23, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-class-boss-green[disabled].ol-btn--outline, .ol-btn--thm-class-boss-green.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-class-boss-green[disabled].ol-btn--outline:hover, .ol-btn--thm-class-boss-green.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-class-boss-green.ol-loading.ol-btn--outline {
  background: #8EB817 !important;
}
.ol-btn--thm-class-boss-green.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-class-boss-green.ol-btn--no-hover:hover {
  background-color: #8EB817;
  border-color: #8EB817;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-green {
  color: #FFFFFF;
  background-color: #56ab68;
  border-color: #56ab68;
}
.ol-btn--thm-green:hover:not(.ol-btn--progress) {
  background-color: #448a53;
  border-color: #448a53;
}
.ol-btn--thm-green:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #56ab68;
  border-color: #56ab68;
}
.ol-btn--thm-green.ol-btn--outline {
  color: #56ab68;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-green.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-green.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-green.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(86, 171, 104, 0.6);
}
.ol-btn--thm-green.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #56ab68;
}
.ol-btn--thm-green.ol-btn--progress .ol-btn__progress {
  background-color: rgba(86, 171, 104, 0.3);
}
.ol-btn--thm-green[disabled], .ol-btn--thm-green.ol-btn--disable {
  background-color: rgba(86, 171, 104, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-green[disabled].ol-btn--outline, .ol-btn--thm-green.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-green[disabled].ol-btn--outline:hover, .ol-btn--thm-green.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-green.ol-loading.ol-btn--outline {
  background: #56ab68 !important;
}
.ol-btn--thm-green.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-green.ol-btn--no-hover:hover {
  background-color: #56ab68;
  border-color: #56ab68;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-emerald {
  color: #FFFFFF;
  background-color: #4FC168;
  border-color: #4FC168;
}
.ol-btn--thm-emerald:hover:not(.ol-btn--progress) {
  background-color: #3aa351;
  border-color: #3aa351;
}
.ol-btn--thm-emerald:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #4FC168;
  border-color: #4FC168;
}
.ol-btn--thm-emerald.ol-btn--outline {
  color: #4FC168;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-emerald.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-emerald.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-emerald.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(79, 193, 104, 0.6);
}
.ol-btn--thm-emerald.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #4FC168;
}
.ol-btn--thm-emerald.ol-btn--progress .ol-btn__progress {
  background-color: rgba(79, 193, 104, 0.3);
}
.ol-btn--thm-emerald[disabled], .ol-btn--thm-emerald.ol-btn--disable {
  background-color: rgba(79, 193, 104, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-emerald[disabled].ol-btn--outline, .ol-btn--thm-emerald.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-emerald[disabled].ol-btn--outline:hover, .ol-btn--thm-emerald.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-emerald.ol-loading.ol-btn--outline {
  background: #4FC168 !important;
}
.ol-btn--thm-emerald.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-emerald.ol-btn--no-hover:hover {
  background-color: #4FC168;
  border-color: #4FC168;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-pastel-green {
  color: #FFFFFF;
  background-color: #6FD084;
  border-color: #6FD084;
}
.ol-btn--thm-pastel-green:hover:not(.ol-btn--progress) {
  background-color: #49c363;
  border-color: #49c363;
}
.ol-btn--thm-pastel-green:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #6FD084;
  border-color: #6FD084;
}
.ol-btn--thm-pastel-green.ol-btn--outline {
  color: #6FD084;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-pastel-green.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-pastel-green.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-pastel-green.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(111, 208, 132, 0.6);
}
.ol-btn--thm-pastel-green.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #6FD084;
}
.ol-btn--thm-pastel-green.ol-btn--progress .ol-btn__progress {
  background-color: rgba(111, 208, 132, 0.3);
}
.ol-btn--thm-pastel-green[disabled], .ol-btn--thm-pastel-green.ol-btn--disable {
  background-color: rgba(111, 208, 132, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-pastel-green[disabled].ol-btn--outline, .ol-btn--thm-pastel-green.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-pastel-green[disabled].ol-btn--outline:hover, .ol-btn--thm-pastel-green.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-pastel-green.ol-loading.ol-btn--outline {
  background: #6FD084 !important;
}
.ol-btn--thm-pastel-green.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-pastel-green.ol-btn--no-hover:hover {
  background-color: #6FD084;
  border-color: #6FD084;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-medium-turquoise {
  color: #FFFFFF;
  background-color: #34BEC3;
  border-color: #34BEC3;
}
.ol-btn--thm-medium-turquoise:hover:not(.ol-btn--progress) {
  background-color: #29979b;
  border-color: #29979b;
}
.ol-btn--thm-medium-turquoise:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #34BEC3;
  border-color: #34BEC3;
}
.ol-btn--thm-medium-turquoise.ol-btn--outline {
  color: #34BEC3;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-medium-turquoise.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-medium-turquoise.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-medium-turquoise.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(52, 190, 195, 0.6);
}
.ol-btn--thm-medium-turquoise.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #34BEC3;
}
.ol-btn--thm-medium-turquoise.ol-btn--progress .ol-btn__progress {
  background-color: rgba(52, 190, 195, 0.3);
}
.ol-btn--thm-medium-turquoise[disabled], .ol-btn--thm-medium-turquoise.ol-btn--disable {
  background-color: rgba(52, 190, 195, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-medium-turquoise[disabled].ol-btn--outline, .ol-btn--thm-medium-turquoise.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-medium-turquoise[disabled].ol-btn--outline:hover, .ol-btn--thm-medium-turquoise.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-medium-turquoise.ol-loading.ol-btn--outline {
  background: #34BEC3 !important;
}
.ol-btn--thm-medium-turquoise.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-medium-turquoise.ol-btn--no-hover:hover {
  background-color: #34BEC3;
  border-color: #34BEC3;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-rich-pink {
  color: #FFFFFF;
  background-color: #FF7C7C;
  border-color: #FF7C7C;
}
.ol-btn--thm-rich-pink:hover:not(.ol-btn--progress) {
  background-color: #ff4949;
  border-color: #ff4949;
}
.ol-btn--thm-rich-pink:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #FF7C7C;
  border-color: #FF7C7C;
}
.ol-btn--thm-rich-pink.ol-btn--outline {
  color: #FF7C7C;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-rich-pink.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-rich-pink.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-rich-pink.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(255, 124, 124, 0.6);
}
.ol-btn--thm-rich-pink.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #FF7C7C;
}
.ol-btn--thm-rich-pink.ol-btn--progress .ol-btn__progress {
  background-color: rgba(255, 124, 124, 0.3);
}
.ol-btn--thm-rich-pink[disabled], .ol-btn--thm-rich-pink.ol-btn--disable {
  background-color: rgba(255, 124, 124, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-rich-pink[disabled].ol-btn--outline, .ol-btn--thm-rich-pink.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-rich-pink[disabled].ol-btn--outline:hover, .ol-btn--thm-rich-pink.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-rich-pink.ol-loading.ol-btn--outline {
  background: #FF7C7C !important;
}
.ol-btn--thm-rich-pink.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-rich-pink.ol-btn--no-hover:hover {
  background-color: #FF7C7C;
  border-color: #FF7C7C;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-orange-mute {
  color: #FFFFFF;
  background-color: #D2A673;
  border-color: #D2A673;
}
.ol-btn--thm-orange-mute:hover:not(.ol-btn--progress) {
  background-color: #c68d4c;
  border-color: #c68d4c;
}
.ol-btn--thm-orange-mute:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #D2A673;
  border-color: #D2A673;
}
.ol-btn--thm-orange-mute.ol-btn--outline {
  color: #D2A673;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-orange-mute.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-orange-mute.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-orange-mute.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(210, 166, 115, 0.6);
}
.ol-btn--thm-orange-mute.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #D2A673;
}
.ol-btn--thm-orange-mute.ol-btn--progress .ol-btn__progress {
  background-color: rgba(210, 166, 115, 0.3);
}
.ol-btn--thm-orange-mute[disabled], .ol-btn--thm-orange-mute.ol-btn--disable {
  background-color: rgba(210, 166, 115, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-orange-mute[disabled].ol-btn--outline, .ol-btn--thm-orange-mute.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-orange-mute[disabled].ol-btn--outline:hover, .ol-btn--thm-orange-mute.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-orange-mute.ol-loading.ol-btn--outline {
  background: #D2A673 !important;
}
.ol-btn--thm-orange-mute.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-orange-mute.ol-btn--no-hover:hover {
  background-color: #D2A673;
  border-color: #D2A673;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-orange-dawn {
  color: #FFFFFF;
  background-color: #F95B65;
  border-color: #F95B65;
}
.ol-btn--thm-orange-dawn:hover:not(.ol-btn--progress) {
  background-color: #f72a37;
  border-color: #f72a37;
}
.ol-btn--thm-orange-dawn:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #F95B65;
  border-color: #F95B65;
}
.ol-btn--thm-orange-dawn.ol-btn--outline {
  color: #F95B65;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-orange-dawn.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-orange-dawn.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-orange-dawn.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(249, 91, 101, 0.6);
}
.ol-btn--thm-orange-dawn.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #F95B65;
}
.ol-btn--thm-orange-dawn.ol-btn--progress .ol-btn__progress {
  background-color: rgba(249, 91, 101, 0.3);
}
.ol-btn--thm-orange-dawn[disabled], .ol-btn--thm-orange-dawn.ol-btn--disable {
  background-color: rgba(249, 91, 101, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-orange-dawn[disabled].ol-btn--outline, .ol-btn--thm-orange-dawn.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-orange-dawn[disabled].ol-btn--outline:hover, .ol-btn--thm-orange-dawn.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-orange-dawn.ol-loading.ol-btn--outline {
  background: #F95B65 !important;
}
.ol-btn--thm-orange-dawn.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-orange-dawn.ol-btn--no-hover:hover {
  background-color: #F95B65;
  border-color: #F95B65;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-orange {
  color: #FFFFFF;
  background-color: #F5942E;
  border-color: #F5942E;
}
.ol-btn--thm-orange:hover:not(.ol-btn--progress) {
  background-color: #e57b0b;
  border-color: #e57b0b;
}
.ol-btn--thm-orange:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #F5942E;
  border-color: #F5942E;
}
.ol-btn--thm-orange.ol-btn--outline {
  color: #F5942E;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-orange.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-orange.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-orange.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(245, 148, 46, 0.6);
}
.ol-btn--thm-orange.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #F5942E;
}
.ol-btn--thm-orange.ol-btn--progress .ol-btn__progress {
  background-color: rgba(245, 148, 46, 0.3);
}
.ol-btn--thm-orange[disabled], .ol-btn--thm-orange.ol-btn--disable {
  background-color: rgba(245, 148, 46, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-orange[disabled].ol-btn--outline, .ol-btn--thm-orange.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-orange[disabled].ol-btn--outline:hover, .ol-btn--thm-orange.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-orange.ol-loading.ol-btn--outline {
  background: #F5942E !important;
}
.ol-btn--thm-orange.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-orange.ol-btn--no-hover:hover {
  background-color: #F5942E;
  border-color: #F5942E;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-diamond-orange-yellow {
  color: #FFFFFF;
  background-color: #FFBA34;
  border-color: #FFBA34;
}
.ol-btn--thm-diamond-orange-yellow:hover:not(.ol-btn--progress) {
  background-color: #ffa901;
  border-color: #ffa901;
}
.ol-btn--thm-diamond-orange-yellow:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #FFBA34;
  border-color: #FFBA34;
}
.ol-btn--thm-diamond-orange-yellow.ol-btn--outline {
  color: #FFBA34;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-diamond-orange-yellow.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-diamond-orange-yellow.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-diamond-orange-yellow.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(255, 186, 52, 0.6);
}
.ol-btn--thm-diamond-orange-yellow.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #FFBA34;
}
.ol-btn--thm-diamond-orange-yellow.ol-btn--progress .ol-btn__progress {
  background-color: rgba(255, 186, 52, 0.3);
}
.ol-btn--thm-diamond-orange-yellow[disabled], .ol-btn--thm-diamond-orange-yellow.ol-btn--disable {
  background-color: rgba(255, 186, 52, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-diamond-orange-yellow[disabled].ol-btn--outline, .ol-btn--thm-diamond-orange-yellow.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-diamond-orange-yellow[disabled].ol-btn--outline:hover, .ol-btn--thm-diamond-orange-yellow.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-diamond-orange-yellow.ol-loading.ol-btn--outline {
  background: #FFBA34 !important;
}
.ol-btn--thm-diamond-orange-yellow.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-diamond-orange-yellow.ol-btn--no-hover:hover {
  background-color: #FFBA34;
  border-color: #FFBA34;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-dark-orange {
  color: #FFFFFF;
  background-color: #F69B1A;
  border-color: #F69B1A;
}
.ol-btn--thm-dark-orange:hover:not(.ol-btn--progress) {
  background-color: #d58008;
  border-color: #d58008;
}
.ol-btn--thm-dark-orange:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #F69B1A;
  border-color: #F69B1A;
}
.ol-btn--thm-dark-orange.ol-btn--outline {
  color: #F69B1A;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-dark-orange.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-dark-orange.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-dark-orange.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(246, 155, 26, 0.6);
}
.ol-btn--thm-dark-orange.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #F69B1A;
}
.ol-btn--thm-dark-orange.ol-btn--progress .ol-btn__progress {
  background-color: rgba(246, 155, 26, 0.3);
}
.ol-btn--thm-dark-orange[disabled], .ol-btn--thm-dark-orange.ol-btn--disable {
  background-color: rgba(246, 155, 26, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-dark-orange[disabled].ol-btn--outline, .ol-btn--thm-dark-orange.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-dark-orange[disabled].ol-btn--outline:hover, .ol-btn--thm-dark-orange.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-dark-orange.ol-loading.ol-btn--outline {
  background: #F69B1A !important;
}
.ol-btn--thm-dark-orange.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-dark-orange.ol-btn--no-hover:hover {
  background-color: #F69B1A;
  border-color: #F69B1A;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-dodger-blue {
  color: #FFFFFF;
  background-color: #29A5FF;
  border-color: #29A5FF;
}
.ol-btn--thm-dodger-blue:hover:not(.ol-btn--progress) {
  background-color: #008ef5;
  border-color: #008ef5;
}
.ol-btn--thm-dodger-blue:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #29A5FF;
  border-color: #29A5FF;
}
.ol-btn--thm-dodger-blue.ol-btn--outline {
  color: #29A5FF;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-dodger-blue.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-dodger-blue.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-dodger-blue.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(41, 165, 255, 0.6);
}
.ol-btn--thm-dodger-blue.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #29A5FF;
}
.ol-btn--thm-dodger-blue.ol-btn--progress .ol-btn__progress {
  background-color: rgba(41, 165, 255, 0.3);
}
.ol-btn--thm-dodger-blue[disabled], .ol-btn--thm-dodger-blue.ol-btn--disable {
  background-color: rgba(41, 165, 255, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-dodger-blue[disabled].ol-btn--outline, .ol-btn--thm-dodger-blue.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-dodger-blue[disabled].ol-btn--outline:hover, .ol-btn--thm-dodger-blue.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-dodger-blue.ol-loading.ol-btn--outline {
  background: #29A5FF !important;
}
.ol-btn--thm-dodger-blue.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-dodger-blue.ol-btn--no-hover:hover {
  background-color: #29A5FF;
  border-color: #29A5FF;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-blue {
  color: #FFFFFF;
  background-color: #3045A7;
  border-color: #3045A7;
}
.ol-btn--thm-blue:hover:not(.ol-btn--progress) {
  background-color: #25357f;
  border-color: #25357f;
}
.ol-btn--thm-blue:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #3045A7;
  border-color: #3045A7;
}
.ol-btn--thm-blue.ol-btn--outline {
  color: #3045A7;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-blue.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-blue.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-blue.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(48, 69, 167, 0.6);
}
.ol-btn--thm-blue.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #3045A7;
}
.ol-btn--thm-blue.ol-btn--progress .ol-btn__progress {
  background-color: rgba(48, 69, 167, 0.3);
}
.ol-btn--thm-blue[disabled], .ol-btn--thm-blue.ol-btn--disable {
  background-color: rgba(48, 69, 167, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-blue[disabled].ol-btn--outline, .ol-btn--thm-blue.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-blue[disabled].ol-btn--outline:hover, .ol-btn--thm-blue.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-blue.ol-loading.ol-btn--outline {
  background: #3045A7 !important;
}
.ol-btn--thm-blue.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-blue.ol-btn--no-hover:hover {
  background-color: #3045A7;
  border-color: #3045A7;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-grey-table {
  color: #FFFFFF;
  background-color: #B3BAC7;
  border-color: #B3BAC7;
}
.ol-btn--thm-grey-table:hover:not(.ol-btn--progress) {
  background-color: #969fb1;
  border-color: #969fb1;
}
.ol-btn--thm-grey-table:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #B3BAC7;
  border-color: #B3BAC7;
}
.ol-btn--thm-grey-table.ol-btn--outline {
  color: #B3BAC7;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-grey-table.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-grey-table.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-grey-table.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(179, 186, 199, 0.6);
}
.ol-btn--thm-grey-table.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #B3BAC7;
}
.ol-btn--thm-grey-table.ol-btn--progress .ol-btn__progress {
  background-color: rgba(179, 186, 199, 0.3);
}
.ol-btn--thm-grey-table[disabled], .ol-btn--thm-grey-table.ol-btn--disable {
  background-color: rgba(179, 186, 199, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-grey-table[disabled].ol-btn--outline, .ol-btn--thm-grey-table.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-grey-table[disabled].ol-btn--outline:hover, .ol-btn--thm-grey-table.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-grey-table.ol-loading.ol-btn--outline {
  background: #B3BAC7 !important;
}
.ol-btn--thm-grey-table.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-grey-table.ol-btn--no-hover:hover {
  background-color: #B3BAC7;
  border-color: #B3BAC7;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-grey-table-button {
  color: #FFFFFF;
  background-color: #A8A8A8;
  border-color: #A8A8A8;
}
.ol-btn--thm-grey-table-button:hover:not(.ol-btn--progress) {
  background-color: #8f8f8f;
  border-color: #8f8f8f;
}
.ol-btn--thm-grey-table-button:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #A8A8A8;
  border-color: #A8A8A8;
}
.ol-btn--thm-grey-table-button.ol-btn--outline {
  color: #A8A8A8;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-grey-table-button.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-grey-table-button.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-grey-table-button.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(168, 168, 168, 0.6);
}
.ol-btn--thm-grey-table-button.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #A8A8A8;
}
.ol-btn--thm-grey-table-button.ol-btn--progress .ol-btn__progress {
  background-color: rgba(168, 168, 168, 0.3);
}
.ol-btn--thm-grey-table-button[disabled], .ol-btn--thm-grey-table-button.ol-btn--disable {
  background-color: rgba(168, 168, 168, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-grey-table-button[disabled].ol-btn--outline, .ol-btn--thm-grey-table-button.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-grey-table-button[disabled].ol-btn--outline:hover, .ol-btn--thm-grey-table-button.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-grey-table-button.ol-loading.ol-btn--outline {
  background: #A8A8A8 !important;
}
.ol-btn--thm-grey-table-button.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-grey-table-button.ol-btn--no-hover:hover {
  background-color: #A8A8A8;
  border-color: #A8A8A8;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-purple {
  color: #FFFFFF;
  background-color: #7F6FC0;
  border-color: #7F6FC0;
}
.ol-btn--thm-purple:hover:not(.ol-btn--progress) {
  background-color: #604daf;
  border-color: #604daf;
}
.ol-btn--thm-purple:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #7F6FC0;
  border-color: #7F6FC0;
}
.ol-btn--thm-purple.ol-btn--outline {
  color: #7F6FC0;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-purple.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-purple.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-purple.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(127, 111, 192, 0.6);
}
.ol-btn--thm-purple.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #7F6FC0;
}
.ol-btn--thm-purple.ol-btn--progress .ol-btn__progress {
  background-color: rgba(127, 111, 192, 0.3);
}
.ol-btn--thm-purple[disabled], .ol-btn--thm-purple.ol-btn--disable {
  background-color: rgba(127, 111, 192, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-purple[disabled].ol-btn--outline, .ol-btn--thm-purple.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-purple[disabled].ol-btn--outline:hover, .ol-btn--thm-purple.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-purple.ol-loading.ol-btn--outline {
  background: #7F6FC0 !important;
}
.ol-btn--thm-purple.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-purple.ol-btn--no-hover:hover {
  background-color: #7F6FC0;
  border-color: #7F6FC0;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-purple-mute {
  color: #FFFFFF;
  background-color: #6D6FAB;
  border-color: #6D6FAB;
}
.ol-btn--thm-purple-mute:hover:not(.ol-btn--progress) {
  background-color: #545691;
  border-color: #545691;
}
.ol-btn--thm-purple-mute:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #6D6FAB;
  border-color: #6D6FAB;
}
.ol-btn--thm-purple-mute.ol-btn--outline {
  color: #6D6FAB;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-purple-mute.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-purple-mute.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-purple-mute.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(109, 111, 171, 0.6);
}
.ol-btn--thm-purple-mute.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #6D6FAB;
}
.ol-btn--thm-purple-mute.ol-btn--progress .ol-btn__progress {
  background-color: rgba(109, 111, 171, 0.3);
}
.ol-btn--thm-purple-mute[disabled], .ol-btn--thm-purple-mute.ol-btn--disable {
  background-color: rgba(109, 111, 171, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-purple-mute[disabled].ol-btn--outline, .ol-btn--thm-purple-mute.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-purple-mute[disabled].ol-btn--outline:hover, .ol-btn--thm-purple-mute.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-purple-mute.ol-loading.ol-btn--outline {
  background: #6D6FAB !important;
}
.ol-btn--thm-purple-mute.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-purple-mute.ol-btn--no-hover:hover {
  background-color: #6D6FAB;
  border-color: #6D6FAB;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-red-mute {
  color: #FFFFFF;
  background-color: #FF8660;
  border-color: #FF8660;
}
.ol-btn--thm-red-mute:hover:not(.ol-btn--progress) {
  background-color: #ff5f2d;
  border-color: #ff5f2d;
}
.ol-btn--thm-red-mute:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #FF8660;
  border-color: #FF8660;
}
.ol-btn--thm-red-mute.ol-btn--outline {
  color: #FF8660;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-red-mute.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-red-mute.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-red-mute.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(255, 134, 96, 0.6);
}
.ol-btn--thm-red-mute.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #FF8660;
}
.ol-btn--thm-red-mute.ol-btn--progress .ol-btn__progress {
  background-color: rgba(255, 134, 96, 0.3);
}
.ol-btn--thm-red-mute[disabled], .ol-btn--thm-red-mute.ol-btn--disable {
  background-color: rgba(255, 134, 96, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-red-mute[disabled].ol-btn--outline, .ol-btn--thm-red-mute.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-red-mute[disabled].ol-btn--outline:hover, .ol-btn--thm-red-mute.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-red-mute.ol-loading.ol-btn--outline {
  background: #FF8660 !important;
}
.ol-btn--thm-red-mute.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-red-mute.ol-btn--no-hover:hover {
  background-color: #FF8660;
  border-color: #FF8660;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-red {
  color: #FFFFFF;
  background-color: #FF0000;
  border-color: #FF0000;
}
.ol-btn--thm-red:hover:not(.ol-btn--progress) {
  background-color: #cc0000;
  border-color: #cc0000;
}
.ol-btn--thm-red:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #FF0000;
  border-color: #FF0000;
}
.ol-btn--thm-red.ol-btn--outline {
  color: #FF0000;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-red.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-red.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-red.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(255, 0, 0, 0.6);
}
.ol-btn--thm-red.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #FF0000;
}
.ol-btn--thm-red.ol-btn--progress .ol-btn__progress {
  background-color: rgba(255, 0, 0, 0.3);
}
.ol-btn--thm-red[disabled], .ol-btn--thm-red.ol-btn--disable {
  background-color: rgba(255, 0, 0, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-red[disabled].ol-btn--outline, .ol-btn--thm-red.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-red[disabled].ol-btn--outline:hover, .ol-btn--thm-red.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-red.ol-loading.ol-btn--outline {
  background: #FF0000 !important;
}
.ol-btn--thm-red.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-red.ol-btn--no-hover:hover {
  background-color: #FF0000;
  border-color: #FF0000;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-telegram-blue {
  color: #FFFFFF;
  background-color: #3782C8;
  border-color: #3782C8;
}
.ol-btn--thm-telegram-blue:hover:not(.ol-btn--progress) {
  background-color: #2c68a0;
  border-color: #2c68a0;
}
.ol-btn--thm-telegram-blue:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #3782C8;
  border-color: #3782C8;
}
.ol-btn--thm-telegram-blue.ol-btn--outline {
  color: #3782C8;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-telegram-blue.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-telegram-blue.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-telegram-blue.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(55, 130, 200, 0.6);
}
.ol-btn--thm-telegram-blue.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #3782C8;
}
.ol-btn--thm-telegram-blue.ol-btn--progress .ol-btn__progress {
  background-color: rgba(55, 130, 200, 0.3);
}
.ol-btn--thm-telegram-blue[disabled], .ol-btn--thm-telegram-blue.ol-btn--disable {
  background-color: rgba(55, 130, 200, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-telegram-blue[disabled].ol-btn--outline, .ol-btn--thm-telegram-blue.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-telegram-blue[disabled].ol-btn--outline:hover, .ol-btn--thm-telegram-blue.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-telegram-blue.ol-loading.ol-btn--outline {
  background: #3782C8 !important;
}
.ol-btn--thm-telegram-blue.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-telegram-blue.ol-btn--no-hover:hover {
  background-color: #3782C8;
  border-color: #3782C8;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-chat-text-area {
  color: #FFFFFF;
  background-color: #F0F5F8;
  border-color: #F0F5F8;
}
.ol-btn--thm-chat-text-area:hover:not(.ol-btn--progress) {
  background-color: #cddee8;
  border-color: #cddee8;
}
.ol-btn--thm-chat-text-area:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #F0F5F8;
  border-color: #F0F5F8;
}
.ol-btn--thm-chat-text-area.ol-btn--outline {
  color: #F0F5F8;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-chat-text-area.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-chat-text-area.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-chat-text-area.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(240, 245, 248, 0.6);
}
.ol-btn--thm-chat-text-area.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #F0F5F8;
}
.ol-btn--thm-chat-text-area.ol-btn--progress .ol-btn__progress {
  background-color: rgba(240, 245, 248, 0.3);
}
.ol-btn--thm-chat-text-area[disabled], .ol-btn--thm-chat-text-area.ol-btn--disable {
  background-color: rgba(240, 245, 248, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-chat-text-area[disabled].ol-btn--outline, .ol-btn--thm-chat-text-area.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-chat-text-area[disabled].ol-btn--outline:hover, .ol-btn--thm-chat-text-area.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-chat-text-area.ol-loading.ol-btn--outline {
  background: #F0F5F8 !important;
}
.ol-btn--thm-chat-text-area.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-chat-text-area.ol-btn--no-hover:hover {
  background-color: #F0F5F8;
  border-color: #F0F5F8;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-blueberry {
  color: #FFFFFF;
  background-color: #2C333E;
  border-color: #2C333E;
}
.ol-btn--thm-blueberry:hover:not(.ol-btn--progress) {
  background-color: #171a20;
  border-color: #171a20;
}
.ol-btn--thm-blueberry:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #2C333E;
  border-color: #2C333E;
}
.ol-btn--thm-blueberry.ol-btn--outline {
  color: #2C333E;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-blueberry.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-blueberry.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-blueberry.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(44, 51, 62, 0.6);
}
.ol-btn--thm-blueberry.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #2C333E;
}
.ol-btn--thm-blueberry.ol-btn--progress .ol-btn__progress {
  background-color: rgba(44, 51, 62, 0.3);
}
.ol-btn--thm-blueberry[disabled], .ol-btn--thm-blueberry.ol-btn--disable {
  background-color: rgba(44, 51, 62, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-blueberry[disabled].ol-btn--outline, .ol-btn--thm-blueberry.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-blueberry[disabled].ol-btn--outline:hover, .ol-btn--thm-blueberry.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-blueberry.ol-loading.ol-btn--outline {
  background: #2C333E !important;
}
.ol-btn--thm-blueberry.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-blueberry.ol-btn--no-hover:hover {
  background-color: #2C333E;
  border-color: #2C333E;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-red-pink {
  color: #FFFFFF;
  background-color: #F0626D;
  border-color: #F0626D;
}
.ol-btn--thm-red-pink:hover:not(.ol-btn--progress) {
  background-color: #ec3342;
  border-color: #ec3342;
}
.ol-btn--thm-red-pink:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #F0626D;
  border-color: #F0626D;
}
.ol-btn--thm-red-pink.ol-btn--outline {
  color: #F0626D;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-red-pink.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-red-pink.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-red-pink.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(240, 98, 109, 0.6);
}
.ol-btn--thm-red-pink.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #F0626D;
}
.ol-btn--thm-red-pink.ol-btn--progress .ol-btn__progress {
  background-color: rgba(240, 98, 109, 0.3);
}
.ol-btn--thm-red-pink[disabled], .ol-btn--thm-red-pink.ol-btn--disable {
  background-color: rgba(240, 98, 109, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-red-pink[disabled].ol-btn--outline, .ol-btn--thm-red-pink.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-red-pink[disabled].ol-btn--outline:hover, .ol-btn--thm-red-pink.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-red-pink.ol-loading.ol-btn--outline {
  background: #F0626D !important;
}
.ol-btn--thm-red-pink.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-red-pink.ol-btn--no-hover:hover {
  background-color: #F0626D;
  border-color: #F0626D;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-label-grey {
  color: #FFFFFF;
  background-color: #717C99;
  border-color: #717C99;
}
.ol-btn--thm-label-grey:hover:not(.ol-btn--progress) {
  background-color: #5a647d;
  border-color: #5a647d;
}
.ol-btn--thm-label-grey:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #717C99;
  border-color: #717C99;
}
.ol-btn--thm-label-grey.ol-btn--outline {
  color: #717C99;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-label-grey.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-label-grey.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-label-grey.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(113, 124, 153, 0.6);
}
.ol-btn--thm-label-grey.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #717C99;
}
.ol-btn--thm-label-grey.ol-btn--progress .ol-btn__progress {
  background-color: rgba(113, 124, 153, 0.3);
}
.ol-btn--thm-label-grey[disabled], .ol-btn--thm-label-grey.ol-btn--disable {
  background-color: rgba(113, 124, 153, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-label-grey[disabled].ol-btn--outline, .ol-btn--thm-label-grey.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-label-grey[disabled].ol-btn--outline:hover, .ol-btn--thm-label-grey.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-label-grey.ol-loading.ol-btn--outline {
  background: #717C99 !important;
}
.ol-btn--thm-label-grey.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-label-grey.ol-btn--no-hover:hover {
  background-color: #717C99;
  border-color: #717C99;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-orange-light {
  color: #FFFFFF;
  background-color: #FEF2E3;
  border-color: #FEF2E3;
}
.ol-btn--thm-orange-light:hover:not(.ol-btn--progress) {
  background-color: #fcdbb2;
  border-color: #fcdbb2;
}
.ol-btn--thm-orange-light:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #FEF2E3;
  border-color: #FEF2E3;
}
.ol-btn--thm-orange-light.ol-btn--outline {
  color: #FEF2E3;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-orange-light.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-orange-light.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-orange-light.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(254, 242, 227, 0.6);
}
.ol-btn--thm-orange-light.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #FEF2E3;
}
.ol-btn--thm-orange-light.ol-btn--progress .ol-btn__progress {
  background-color: rgba(254, 242, 227, 0.3);
}
.ol-btn--thm-orange-light[disabled], .ol-btn--thm-orange-light.ol-btn--disable {
  background-color: rgba(254, 242, 227, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-orange-light[disabled].ol-btn--outline, .ol-btn--thm-orange-light.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-orange-light[disabled].ol-btn--outline:hover, .ol-btn--thm-orange-light.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-orange-light.ol-loading.ol-btn--outline {
  background: #FEF2E3 !important;
}
.ol-btn--thm-orange-light.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-orange-light.ol-btn--no-hover:hover {
  background-color: #FEF2E3;
  border-color: #FEF2E3;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-form-warning {
  color: #FFFFFF;
  background-color: #FF0558;
  border-color: #FF0558;
}
.ol-btn--thm-form-warning:hover:not(.ol-btn--progress) {
  background-color: #d10045;
  border-color: #d10045;
}
.ol-btn--thm-form-warning:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #FF0558;
  border-color: #FF0558;
}
.ol-btn--thm-form-warning.ol-btn--outline {
  color: #FF0558;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-form-warning.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-form-warning.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-form-warning.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(255, 5, 88, 0.6);
}
.ol-btn--thm-form-warning.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #FF0558;
}
.ol-btn--thm-form-warning.ol-btn--progress .ol-btn__progress {
  background-color: rgba(255, 5, 88, 0.3);
}
.ol-btn--thm-form-warning[disabled], .ol-btn--thm-form-warning.ol-btn--disable {
  background-color: rgba(255, 5, 88, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-form-warning[disabled].ol-btn--outline, .ol-btn--thm-form-warning.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-form-warning[disabled].ol-btn--outline:hover, .ol-btn--thm-form-warning.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-form-warning.ol-loading.ol-btn--outline {
  background: #FF0558 !important;
}
.ol-btn--thm-form-warning.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-form-warning.ol-btn--no-hover:hover {
  background-color: #FF0558;
  border-color: #FF0558;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-form-color {
  color: #FFFFFF;
  background-color: #96AEC1;
  border-color: #96AEC1;
}
.ol-btn--thm-form-color:hover:not(.ol-btn--progress) {
  background-color: #7695ae;
  border-color: #7695ae;
}
.ol-btn--thm-form-color:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #96AEC1;
  border-color: #96AEC1;
}
.ol-btn--thm-form-color.ol-btn--outline {
  color: #96AEC1;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-form-color.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-form-color.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-form-color.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(150, 174, 193, 0.6);
}
.ol-btn--thm-form-color.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #96AEC1;
}
.ol-btn--thm-form-color.ol-btn--progress .ol-btn__progress {
  background-color: rgba(150, 174, 193, 0.3);
}
.ol-btn--thm-form-color[disabled], .ol-btn--thm-form-color.ol-btn--disable {
  background-color: rgba(150, 174, 193, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-form-color[disabled].ol-btn--outline, .ol-btn--thm-form-color.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-form-color[disabled].ol-btn--outline:hover, .ol-btn--thm-form-color.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-form-color.ol-loading.ol-btn--outline {
  background: #96AEC1 !important;
}
.ol-btn--thm-form-color.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-form-color.ol-btn--no-hover:hover {
  background-color: #96AEC1;
  border-color: #96AEC1;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-progress-front {
  color: #FFFFFF;
  background-color: #FFB127;
  border-color: #FFB127;
}
.ol-btn--thm-progress-front:hover:not(.ol-btn--progress) {
  background-color: #f39b00;
  border-color: #f39b00;
}
.ol-btn--thm-progress-front:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #FFB127;
  border-color: #FFB127;
}
.ol-btn--thm-progress-front.ol-btn--outline {
  color: #FFB127;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-progress-front.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-progress-front.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-progress-front.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(255, 177, 39, 0.6);
}
.ol-btn--thm-progress-front.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #FFB127;
}
.ol-btn--thm-progress-front.ol-btn--progress .ol-btn__progress {
  background-color: rgba(255, 177, 39, 0.3);
}
.ol-btn--thm-progress-front[disabled], .ol-btn--thm-progress-front.ol-btn--disable {
  background-color: rgba(255, 177, 39, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-progress-front[disabled].ol-btn--outline, .ol-btn--thm-progress-front.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-progress-front[disabled].ol-btn--outline:hover, .ol-btn--thm-progress-front.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-progress-front.ol-loading.ol-btn--outline {
  background: #FFB127 !important;
}
.ol-btn--thm-progress-front.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-progress-front.ol-btn--no-hover:hover {
  background-color: #FFB127;
  border-color: #FFB127;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-orange-kitap {
  color: #FFFFFF;
  background-color: #FF833E;
  border-color: #FF833E;
}
.ol-btn--thm-orange-kitap:hover:not(.ol-btn--progress) {
  background-color: #ff620b;
  border-color: #ff620b;
}
.ol-btn--thm-orange-kitap:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #FF833E;
  border-color: #FF833E;
}
.ol-btn--thm-orange-kitap.ol-btn--outline {
  color: #FF833E;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-orange-kitap.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-orange-kitap.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-orange-kitap.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(255, 131, 62, 0.6);
}
.ol-btn--thm-orange-kitap.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #FF833E;
}
.ol-btn--thm-orange-kitap.ol-btn--progress .ol-btn__progress {
  background-color: rgba(255, 131, 62, 0.3);
}
.ol-btn--thm-orange-kitap[disabled], .ol-btn--thm-orange-kitap.ol-btn--disable {
  background-color: rgba(255, 131, 62, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-orange-kitap[disabled].ol-btn--outline, .ol-btn--thm-orange-kitap.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-orange-kitap[disabled].ol-btn--outline:hover, .ol-btn--thm-orange-kitap.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-orange-kitap.ol-loading.ol-btn--outline {
  background: #FF833E !important;
}
.ol-btn--thm-orange-kitap.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-orange-kitap.ol-btn--no-hover:hover {
  background-color: #FF833E;
  border-color: #FF833E;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-ustaz {
  color: #FFFFFF;
  background-color: #EB5D5B;
  border-color: #EB5D5B;
}
.ol-btn--thm-ustaz:hover:not(.ol-btn--progress) {
  background-color: #e5302e;
  border-color: #e5302e;
}
.ol-btn--thm-ustaz:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #EB5D5B;
  border-color: #EB5D5B;
}
.ol-btn--thm-ustaz.ol-btn--outline {
  color: #EB5D5B;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-ustaz.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-ustaz.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-ustaz.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(235, 93, 91, 0.6);
}
.ol-btn--thm-ustaz.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #EB5D5B;
}
.ol-btn--thm-ustaz.ol-btn--progress .ol-btn__progress {
  background-color: rgba(235, 93, 91, 0.3);
}
.ol-btn--thm-ustaz[disabled], .ol-btn--thm-ustaz.ol-btn--disable {
  background-color: rgba(235, 93, 91, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-ustaz[disabled].ol-btn--outline, .ol-btn--thm-ustaz.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-ustaz[disabled].ol-btn--outline:hover, .ol-btn--thm-ustaz.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-ustaz.ol-loading.ol-btn--outline {
  background: #EB5D5B !important;
}
.ol-btn--thm-ustaz.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-ustaz.ol-btn--no-hover:hover {
  background-color: #EB5D5B;
  border-color: #EB5D5B;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn--thm-itest {
  color: #FFFFFF;
  background-color: #2DAAFC;
  border-color: #2DAAFC;
}
.ol-btn--thm-itest:hover:not(.ol-btn--progress) {
  background-color: #0394f3;
  border-color: #0394f3;
}
.ol-btn--thm-itest:hover:not(.ol-btn--progress).ol-btn--outline {
  color: #FFFFFF;
  background-color: #2DAAFC;
  border-color: #2DAAFC;
}
.ol-btn--thm-itest.ol-btn--outline {
  color: #2DAAFC;
  background-color: #FFFFFF;
  border-color: currentColor;
}
.ol-btn--thm-itest.ol-btn--outline.ol-btn--thm-white {
  background-color: transparent;
}
.ol-btn--thm-itest.ol-btn--outline:hover.ol-btn--thm-white {
  color: #333333;
  border-color: #FFFFFF;
}
.ol-btn--thm-itest.ol-btn--progress:not(.ol-btn--outline) {
  background-color: rgba(45, 170, 252, 0.6);
}
.ol-btn--thm-itest.ol-btn--progress:not(.ol-btn--outline) .ol-btn__progress {
  background-color: #2DAAFC;
}
.ol-btn--thm-itest.ol-btn--progress .ol-btn__progress {
  background-color: rgba(45, 170, 252, 0.3);
}
.ol-btn--thm-itest[disabled], .ol-btn--thm-itest.ol-btn--disable {
  background-color: rgba(45, 170, 252, 0.5) !important;
  border-color: transparent;
}
.ol-btn--thm-itest[disabled].ol-btn--outline, .ol-btn--thm-itest.ol-btn--disable.ol-btn--outline {
  background-color: rgba(220, 225, 230, 0.2) !important;
  border-color: #DCE1E6;
  color: #DCE1E6;
}
.ol-btn--thm-itest[disabled].ol-btn--outline:hover, .ol-btn--thm-itest.ol-btn--disable.ol-btn--outline:hover {
  color: #DCE1E6 !important;
  border-color: #DCE1E6 !important;
}
.ol-btn--thm-itest.ol-loading.ol-btn--outline {
  background: #2DAAFC !important;
}
.ol-btn--thm-itest.ol-btn--no-hover {
  cursor: default;
}
.ol-btn--thm-itest.ol-btn--no-hover:hover {
  background-color: #2DAAFC;
  border-color: #2DAAFC;
}

.ol-btn--thm-white {
  color: #333333;
}

.ol-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  font-size: 1.5rem;
  line-height: 1em;
  font-family: "Helvetica Neue", sans-serif;
  text-align: center;
  padding: 1.15rem 1.9rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  cursor: pointer;
}
.ol-btn .ol-str-ico,
.ol-btn .ol-str-ico-rev {
  margin-top: -0.15rem;
  margin-bottom: -0.15rem;
}
.ol-btn--outline {
  background-color: unset;
}
.ol-btn--outline .ol-str-ico,
.ol-btn--outline .ol-str-ico-rev {
  margin-top: -0.15rem;
  margin-bottom: -0.15rem;
}
.ol-btn--attachment, .ol-btn--progress {
  position: relative;
}
.ol-btn--attachment {
  margin-top: 2.4rem;
}
.ol-btn--size-b {
  min-height: 5rem;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 0.8rem 2.5rem;
  line-height: 1.15em;
}
.ol-btn--size-b.ol-btn--outline {
  padding: 0.7rem 2.4rem;
}
.ol-btn--size-b.ol-btn--attachment {
  margin-top: 2.6rem;
}
.ol-btn--size-b.ol-btn--attachment .ol-btn__attachment-type {
  font-size: 1.6rem;
}
.ol-btn--squire {
  padding: 1.25rem 1.2rem;
}
.ol-btn--floor {
  flex-direction: column;
  text-align: center;
  padding: 0.75rem 2rem;
}
.ol-btn--floor span {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 1.5rem;
}
.ol-btn--floor i {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
}
.ol-btn[disabled], .ol-btn--disable {
  cursor: not-allowed;
  color: #FFFFFF;
}
.ol-btn[disabled]:hover, .ol-btn--disable:hover {
  color: #FFFFFF !important;
  border-color: transparent !important;
}
.ol-btn.ol-loading span {
  visibility: hidden;
}
.ol-btn span {
  position: relative;
  z-index: 3;
}
.ol-btn--itest-back {
  display: none;
  position: relative;
  width: 10rem;
  min-height: 3.7rem;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 1.4rem;
}
.ol-btn--itest-back:before {
  position: absolute;
  top: 1.1rem;
  left: 1.5rem;
  font-family: "Font Awesome 5 Pro";
  font-size: 2.5rem;
  font-weight: 300;
  color: #e2ecf2;
  content: "";
}
.ol-btn--itest-back:hover:not(.ol-btn--progress) {
  background-color: #2daafc;
  border-color: #2daafc;
}

.ol-btn__notify {
  position: relative;
}
.ol-btn__notify--active::after {
  position: absolute;
  content: "";
  top: 1rem;
  right: 3rem;
  border-radius: 50%;
  background-color: #FF0000;
  width: 0.9rem;
  height: 0.9rem;
  z-index: 3;
}

@media screen and (max-width: 1008px) {
  .ol-btn--size-b {
    min-height: 4.5rem;
  }
}
@media screen and (max-width: 726px) {
  .ol-btn--itest-back {
    display: block;
  }
}
.ol-form-field__group {
  position: relative;
}

.ol-form-field__label {
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 1rem;
}
.ol-form-field__label i {
  font-style: normal;
  color: #FF0558;
  margin-left: 0.5rem;
  font-size: 1.9rem;
  line-height: 1rem;
}

.ol-form-field__label-additional {
  font-weight: 400;
  font-size: 1.4rem;
  color: #92A9BB;
  text-transform: none;
  margin-left: 0.5rem;
}

.ol-form-field__textarea {
  font-size: 1.8rem;
  line-height: 1.4em;
  padding: 1rem 2rem;
}

textarea {
  font: 1.6rem Open Sans Light, sans-serif;
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  color: #000;
  min-height: 15rem;
  max-height: 25rem;
  resize: vertical;
}

.ol-form-field__input {
  height: 5rem;
  font-size: 1.5rem;
  line-height: 1.4em;
  padding-right: 2rem;
  padding-left: 2rem;
  border: 1px solid #e2ecf2;
  border-radius: 5px;
}

.ol-form-field__error input,
.ol-form-field__error textarea {
  border-color: #FF0000 !important;
}

.ol-form-field__error-message {
  font-size: 1.4rem;
  line-height: 1.2em;
  color: #FF0000;
  text-align: left;
  margin-top: 1rem;
}

.ol-form-field__checkbox {
  display: none;
}
.ol-form-field__checkbox + label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
}
.ol-form-field__checkbox + label::before {
  font-size: 1.8rem;
  font-family: "Font Awesome 5 Pro";
  color: #AEB6B2;
  margin-right: 0.5rem;
  content: "";
}
.ol-form-field__checkbox + label.ol-form-field__option {
  font-size: 1.4rem;
}
.ol-form-field__checkbox:checked + label::before {
  color: #27ae60;
  content: "";
}
.ol-form-field__checkbox:disabled + label::before {
  color: #92A9BB;
  opacity: 0.7;
}

.ol-form-field__option {
  font-size: 1.4rem;
  color: #717C99;
}

a.ol-form-field__option {
  text-decoration: underline;
  color: #27AE60;
}
a.ol-form-field__option:hover {
  color: #448a53;
}

.ol-form-field__type-password-forget {
  text-align: right;
}

.types_changer {
  color: #27AE60;
  cursor: pointer;
}
.types_changer:hover {
  border-bottom: 1px dotted currentColor;
}

.ol-form-field__switch-login {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  color: #27AE60;
  cursor: pointer;
  text-decoration: underline;
}
.ol-form-field__switch-login:hover {
  color: #448a53;
}

.ol-form-field__type-remember {
  text-align: left;
}

.ol-form-field__registration {
  color: #27AE60;
  cursor: pointer;
  text-decoration: underline;
}
.ol-form-field__registration:hover {
  color: #448a53;
}

@media screen and (max-width: 1008px) {
  .ol-form-field__label {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .ol-form-field__label {
    font-size: 1.6rem;
  }
}
.navbar {
  display: flex;
  align-items: center;
  box-shadow: 0 4px 4px rgba(150, 174, 193, 0.4);
  height: 70px;
  background-color: #FFFFFF;
  width: 100%;
  padding: 1.5rem 1rem;
}

.navbar-toggler {
  font-size: 1.5rem;
}

.navbar-light .navbar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.5rem;
}

.navbar-light .navbar-nav .nav-item {
  display: block;
}

.navbar-light .navbar-nav .nav-link {
  color: #2c333e;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}

.v-main-footer {
  display: flex;
  align-items: center;
  margin-top: auto;
  height: 98px;
  background-color: #56ab68;
  width: 100%;
}
.v-main-footer > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.v-main-footer__badge {
  color: #FFFFFF;
}

.bannerBackground {
  background-image: url("../asset/label.svg");
}

.bannerBackgroundSmall {
  background-image: url("../asset/labelSmall.svg");
}

.bilimland_logo--white {
  background-image: url("../asset/onlineMektepLogoWhite.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 20px;
  width: 180px;
}

.bilimland_logo {
  background-image: url("../asset/onlineMektepLogo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 25px;
  width: 180px;
}

.sn_logo {
  background-image: url("../asset/snLogo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 25px;
  width: 200px;
  display: block;
}

.ol-form {
  display: inline-block;
}
.ol-form--enter {
  width: 100%;
  max-width: 26rem;
}

.ol-form__label {
  display: block;
  font-size: 1.5rem;
  font-family: "Helvetica Neue", sans-serif;
}

.ol-form__input {
  /* Firefox 19+ */
  /* Firefox 18- */
  width: 100%;
  height: 4rem;
  font-size: 1.6rem;
  color: #2C333E;
  padding-right: 2rem;
  padding-left: 2rem;
  border: 1px solid #96AEC1;
  border-radius: 5px;
}
.ol-form__input::-webkit-input-placeholder {
  color: #AEB6B2;
  text-overflow: ellipsis;
}
.ol-form__input::-moz-placeholder {
  color: #AEB6B2;
  text-overflow: ellipsis;
}
.ol-form__input:-moz-placeholder {
  color: #AEB6B2;
  text-overflow: ellipsis;
}
.ol-form__input:-ms-input-placeholder {
  color: #AEB6B2;
  text-overflow: ellipsis;
}
.ol-form__input[disabled] {
  background-color: #f8f8f8;
}

.ol-form__textarea {
  max-height: 50rem;
  padding: 1rem 2rem;
  border: 1px solid #E6E6E6;
}
.ol-form__textarea[disabled] {
  background-color: #f8f8f8;
}

.ol-form__additional-link {
  font-size: 1.2rem;
  color: #92A9BB;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
}

.ol-form__error-message {
  color: #FF0000;
}

.sa-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.sa-dropdown.is-active .sa-dropdown__back {
  opacity: 1;
}
.sa-dropdown.is-active .sa-dropdown__back__btn {
  opacity: 1;
}
.sa-dropdown.is-active .sa-dropdown__slot {
  color: #FFFFFF;
}
.sa-dropdown.is-active .sa-dropdown__slot a,
.sa-dropdown.is-active .sa-dropdown__slot span {
  color: #FFFFFF !important;
}
.sa-dropdown.is-active .sa-dropdown__slot .ol-str-ico::before,
.sa-dropdown.is-active .sa-dropdown__slot .ol-str-ico--sm::before,
.sa-dropdown.is-active .sa-dropdown__slot .ol-ico::before, .sa-dropdown.is-active .sa-dropdown__slot.ol-str-ico::before, .sa-dropdown.is-active .sa-dropdown__slot.ol-str-ico--sm::before, .sa-dropdown.is-active .sa-dropdown__slot.ol-ico::before {
  color: #FFFFFF;
}

.sa-dropdown__back {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -1rem -1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.sa-dropdown__back::after {
  position: absolute;
  left: calc(50% - 0.5rem);
  bottom: -0.4rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  background-color: inherit;
  content: "";
}

.sa-dropdown__back__btn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  opacity: 0;
}
.sa-dropdown__back__btn::after {
  position: absolute;
  left: calc(50% - 0.5rem);
  bottom: -0.4rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  background-color: inherit;
  content: "";
}

.sa-dropdown__slot {
  position: relative;
  z-index: 2;
}

.sa-dropdown__area {
  position: absolute;
  z-index: 9;
  top: calc(100% + 2.2rem);
  right: 0;
  background-color: #FFFFFF;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(113, 124, 153, 0.7);
  overflow: hidden;
}

.sa-dropdown__area__btn {
  position: absolute;
  z-index: 9;
  top: calc(100% + 0.8rem);
  left: 0%;
  right: 0%;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-shadow: 0 0 6px rgba(113, 124, 153, 0.7);
  overflow: hidden;
}

.sa-dropdown__area-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sa-dropdown__area-item {
  padding: 1rem 1rem 1rem 4.5rem;
}
.sa-dropdown__area-item:hover {
  background-color: rgba(39, 174, 96, 0.1);
}
.sa-dropdown__area-item.is-active {
  position: relative;
  color: #29A5FF;
  background-color: #E2FAFF;
  cursor: default;
}
.sa-dropdown__area-item.is-active.ol-c-purple {
  background-color: #e8e2ff;
}
.sa-dropdown__area-item.is-active::before {
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.8rem;
  font-weight: 900;
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Pro";
  color: currentColor;
  content: "";
}

.ol-str-ico::before,
.ol-str-ico-rev::before, .ol-ico-rev, .ol-ico {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 1em;
  line-height: 1em;
  font-family: oless;
  color: currentColor;
}

.ol-ico--str {
  margin-right: 1rem;
}
.ol-ico--size-m {
  font-size: 1.2em;
}
.ol-ico--size-b {
  font-size: 1.4em;
}
.ol-ico--fa-solid::before {
  font-weight: 900;
}
.ol-ico--fa::before {
  font-family: "Font Awesome 5 Pro";
}

.ol-ico-rev.ol-ico--str {
  margin-left: 1rem;
}

.ol-ico--thm-clock::before {
  content: "";
}

.ol-ico--thm-angle-left::before {
  content: "";
}

.ol-ico--thm-angle-right::before {
  content: "";
}

.ol-ico--thm-arrow-left::before {
  content: "";
}

.ol-ico--thm-burger::before {
  content: "";
}

.ol-ico--thm-call-center::before {
  content: "";
}

.ol-ico--thm-group::before {
  content: "";
}

.ol-ico--thm-facebook::before {
  content: "";
}

.ol-ico--thm-instagram::before {
  content: "";
}

.ol-ico--thm-vkontakte::before {
  content: "";
}

.ol-ico--thm-youtube::before {
  content: "";
}

.ol-ico--thm-reload::before {
  content: "";
}

.ol-ico--thm-close::before {
  content: "";
}

.ol-ico--thm-info-alt::before {
  content: "";
}

.ol-ico--thm-help-alt::before {
  content: "";
}

.ol-ico--thm-face-smile::before {
  content: "";
}

.ol-ico--thm-face-sad::before {
  content: "";
}

.ol-ico--thm-search::before {
  content: "";
}

.ol-ico--thm-ok::before {
  content: "";
}

.ol-ico--thm-remove::before {
  content: "";
}

.ol-ico--thm-trash::before {
  content: "";
}

.ol-ico--thm-plus::before {
  content: "";
}

.ol-ico--thm-minus::before {
  content: "";
}

.ol-ico--thm-angle-left-fa::before {
  content: "";
}

.ol-ico--thm-angle-right-fa::before {
  content: "";
}

.ol-ico--thm-angle-up-fa::before {
  content: "";
}

.ol-ico--thm-exclamation-box::before {
  content: "";
}

.ol-ico--thm-angle-down-fa::before {
  content: "";
}

.ol-ico--thm-address-card::before {
  content: "";
}

.ol-ico--thm-desktop-alt::before {
  content: "";
}

.ol-ico--thm-history::before {
  content: "";
}

.ol-ico--thm-trophy::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-arrow-up::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-frown::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-smile-wink::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-laugh-beam::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-bell::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-globe::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-search::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-outdent::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-indent::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-sign-out-alt::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-cog::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-home::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-desktop::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-circle::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-th-large::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-briefcase::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-graduation-cap::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-trophy::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-question-circle::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-angle-left-fa::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-angle-right-fa::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-angle-up-fa::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-angle-down-fa::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-chevron-left::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-chevron-right::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-chevron-down::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-chevron-up::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-school::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-folder-plus::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-times::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-exclamation-circle::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-eye::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-eye-slash::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-pencil::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-sort::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-sort-up::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-sort-down::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-file-excel::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-calendar-alt::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-edit::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-check::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-user::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-plus-circle::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-info-circle::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-user-plus::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-users::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-line-height::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-arrows::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-play::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-arrow-alt-up::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-arrow-alt-down::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-chat::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-hand-paper::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-user-friends::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-user-smile::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-user-neutral::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-user-sad::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-send-backward::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-exchange::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-chalkboard-teacher::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-user-gradute::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-book-open::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-list-alt::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-book-user::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-warning-triangle::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-redo-alt::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-arrow-to-bottom::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-facebook::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-thumbs-up::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-app-store::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-google-play::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-times-circle::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-star::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-lock::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-square::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-check-square::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-puzzle::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-bug::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-mask::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-comment-check::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-comment-exclamation::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-chart-line::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-caret-down::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-map-marker-alt::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-trash-fa::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-trash-alt::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-newspaper::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-questuion-ico::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-calendar-times::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-clock::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-check-circle::before {
  content: "";
}

.ol-ico--fa.ol-ico--thm-bars::before {
  content: "";
}

.ol-str-ico,
.ol-str-ico-rev {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1em;
  font-style: normal;
}
.ol-str-ico::before,
.ol-str-ico-rev::before {
  font-size: 1.2em;
  margin-right: 0.5em;
}
.ol-str-ico span,
.ol-str-ico-rev span {
  line-height: 1.3em;
}

.ol-str-ico--wider,
.ol-str-ico-rev--wider {
  width: 100%;
  justify-content: center;
}
.ol-str-ico--sm::before,
.ol-str-ico-rev--sm::before {
  margin-right: 0;
}

.ol-str-ico-rev {
  flex-direction: row-reverse;
}
.ol-str-ico-rev::before {
  margin-right: 0;
  margin-left: 0.5em;
}

.as-title {
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 1.2em;
  color: #515D87;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

@media screen and (max-width: 899px) {
  .as-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 479px) {
  .as-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.as-product {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 1rem;
  box-shadow: 0 4px 15px rgba(150, 174, 193, 0.5);
  border-radius: 60.5px;
  transition: box-shadow 0.2s ease-in;
}
.as-product--link {
  cursor: pointer;
}
.as-product--link:hover {
  box-shadow: 0 4px 25px rgba(150, 174, 193, 0.7);
}

.as-product__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.as-product__wrapper .as-product {
  width: calc(33% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 2rem;
}

.as-product__logo {
  flex-shrink: 0;
  width: 10rem;
  height: 10rem;
  background-color: #f7fafc;
  border-radius: 50%;
}
.as-product__logo img {
  max-width: 100%;
}

.as-product__content {
  color: #333333;
  padding-right: 2rem;
  padding-left: 3rem;
}

.as-product__name {
  font-weight: bold;
  font-size: 2.2rem;
}

.as-product__desc {
  font-size: 1.4rem;
  margin-top: 1rem;
}

@media screen and (max-width: 1199px) {
  .as-product__wrapper .as-product {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 899px) {
  .as-product__wrapper .as-product {
    width: calc(50% - 2rem);
  }

  .as-product__logo {
    width: 8rem;
    height: 8rem;
  }

  .as-product__name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .as-product__wrapper {
    justify-content: center;
  }
  .as-product__wrapper .as-product {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .as-product__wrapper .as-product__content {
    padding-left: 2rem;
  }
  .as-product__wrapper .as-product__logo {
    width: 7rem;
    height: 7rem;
  }
  .as-product__wrapper .as-product__name {
    font-size: 1.4rem;
  }
  .as-product__wrapper .as-product__desc {
    font-size: 1rem;
    line-height: 1.2em;
    margin-top: 0.5rem;
  }
}
.as-header {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 8rem;
  background-color: #FFFFFF;
  box-shadow: 0 10px 30px rgba(19, 27, 49, 0.25);
}
.as-header .ol-container-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.as-header .ol-container-content--back-button {
  padding-bottom: 0;
}
@media screen and (min-width: 800px) {
  .as-header .ol-container-content--back-button {
    display: none;
  }
}

.as-header__logo--mini {
  display: none;
}

.as-header__item {
  color: #515D87;
  margin-right: 2rem;
  margin-left: 2rem;
}
.as-header__item::before {
  color: #92A9BB;
}
.as-header__item .ol-str-ico::before {
  color: #92A9BB;
}

.as-header__account {
  display: flex;
  align-items: center;
  height: 4.3rem;
  padding-left: 3rem;
  border-left: 1px solid #E4E4E4;
}

.as-header__mobile-menu-burger {
  display: none;
  width: 4rem;
}
.as-header__mobile-menu-burger--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  line-height: 1em;
}
.as-header__mobile-menu-burger--icon::after {
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  color: #92A9BB;
  content: "";
}

.as-header__mobile-menu-wrapper {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  width: 32rem;
  background-color: #FFFFFF;
  box-shadow: 0 10px 10px rgba(102, 138, 168, 0.15);
}
.as-header__mobile-menu-wrapper .as-account__wrapper {
  padding: 2rem;
  border-bottom: 1px solid #D8DDE3;
}
.as-header__mobile-menu-wrapper .as-account__user {
  width: 100%;
  max-width: 100%;
}
.as-header__mobile-menu-wrapper .as-header__item,
.as-header__mobile-menu-wrapper .as-account__logout {
  padding: 2rem;
  margin-right: 0;
  margin-left: 0;
}
.as-header__mobile-menu-wrapper .as-account__logout {
  padding-top: 0;
}

.as-header__back-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  color: #92A9BB;
}
.as-header__back-button:hover {
  color: #59778e;
}

@media screen and (max-width: 899px) {
  .as-header__logo--full {
    display: none;
  }
  .as-header__logo--mini {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .as-header {
    min-height: 6rem;
  }

  .as-header__item {
    margin-right: 1rem;
  }

  .sa-header__menu .ol-ico--thm-question-circle {
    display: none;
  }

  .as-header__account {
    display: none;
  }

  .as-header__mobile-menu-burger {
    display: none;
  }
}
.as-account__wrapper {
  display: flex;
  align-items: center;
}

.as-account__user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 20rem;
  font-size: 1.8rem;
  color: #515D87;
  padding-right: 3rem;
}
.as-account__user strong,
.as-account__user span {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.as-account__user strong {
  margin-bottom: 0.5rem;
}

.as-account__logout {
  color: #D17A7A;
}
.as-account__logout a {
  color: #D17A7A;
}

.v-verify-2fa__code-input-group {
  margin: 24px 0 8px;
}
.v-verify-2fa__input-code {
  width: 40px;
  height: 48px;
  padding: 5px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #B3BAC7;
  margin: 0 4px;
}
.v-verify-2fa__input-code:focus {
  border-color: #56AB68;
  outline: none;
}
.v-verify-2fa__input-code:not(:-moz-placeholder-shown) {
  border-color: #56AB68;
}
.v-verify-2fa__input-code:not(:-ms-input-placeholder) {
  border-color: #56AB68;
}
.v-verify-2fa__input-code:not(:placeholder-shown) {
  border-color: #56AB68;
}
.v-verify-2fa__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #4D566E;
}
.v-verify-2fa__btn-resend {
  margin: 8px 0;
  border-color: white;
}
.v-verify-2fa__btn-send, .v-verify-2fa__btn-back {
  max-width: 400px;
  width: 100%;
}
.v-verify-2fa__btn-back {
  margin: 16px 0;
}
.v-verify-2fa .ol-view__form-login .ol-form-field__label {
  text-align: center;
}
.v-verify-2fa__modal-btn {
  width: 100%;
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  color: #3EAD61;
  cursor: pointer;
}
.v-verify-2fa__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.32);
}
.v-verify-2fa__modal {
  max-width: 700px;
  width: 100%;
  background: white;
  border-radius: 5px;
  text-align: left;
}
.v-verify-2fa__modal-head {
  position: relative;
  min-height: 42px;
  padding: 10px 20px;
  border-bottom: 1px solid #d8dde3;
}
.v-verify-2fa__modal-title {
  font-weight: 500;
  font-size: 17px;
}
.v-verify-2fa__modal-body {
  padding: 2rem;
  font-size: 16px;
  line-height: 20px;
  color: #4D566E;
}
.v-verify-2fa__modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px;
}
.v-verify-2fa__modal-open {
  overflow: hidden;
}
.v-verify-2fa__message {
  margin: 20px 0;
  color: #3EAD61;
}
.v-verify-2fa .ol-form-field__error-message {
  text-align: center;
}

.ol-container-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2em;
}

.ol-container-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  max-width: 124rem;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.form-container {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.ol-view__form-login {
  flex-shrink: 0;
  width: 100%;
}
.ol-view__form-login .ol-form-field__error .ol-form__input {
  border: 1px solid #FF0000;
}
.ol-view__form-login .ol-form__input {
  background-color: #F4F9F6;
  border: 0;
}
.ol-view__form-login .ol-form__input-code {
  text-align: center;
  letter-spacing: 1rem;
}
.ol-view__form-login .ol-form-field__label {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  text-transform: none;
  color: #2C333E;
}

.ol-view__form-login-title {
  font-size: 2.2rem;
  color: #2c333e;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.ol-view__form-radio {
  display: none;
}
.ol-view__form-radio + label {
  cursor: pointer;
  color: #2C333E;
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
}
.ol-view__form-radio + label::before {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  font-family: "Font Awesome 5 Pro";
  color: #AEB6B2;
  margin-right: 0.5rem;
  content: "";
}
.ol-view__form-radio + label.ol-form-field__option {
  font-size: 1.5rem;
}
.ol-view__form-radio:checked + label::before {
  font-weight: 900;
  color: #27ae60;
  content: "";
}
.ol-view__form-radio:disabled + label::before {
  color: #92A9BB;
  opacity: 0.7;
}

@media screen and (max-width: 726px) {
  .ol-view__form-login-title {
    font-size: 2rem;
  }
}
.spa-app-container-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
}

.card {
  width: 100%;
  text-align: center;
  box-shadow: 0 6px 16px rgba(150, 174, 193, 0.4);
  border-radius: 7px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.wrapper-card-header {
  font-size: 2.2rem;
  color: #2c333e;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 726px) {
  .card {
    box-shadow: unset;
    border-radius: unset;
  }

  .card-shadow {
    box-shadow: 0 6px 16px rgba(150, 174, 193, 0.4);
    border-radius: 7px;
  }

  .card-authorize {
    padding: 3rem 6rem;
  }
}
.card-body code {
  background: #f9f2f4;
  color: #9c1d3d;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
}

.card-body pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 2px;
  line-height: 1.15;
  font-size: 1rem;
}

.card-authorize {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 47rem;
  min-height: 36rem;
  padding: 4.5rem 6rem;
}

.v-main-view {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
  padding: 6rem 0;
}

.v-o-auth-interface-wrapper {
  width: 100%;
  max-width: 81.6rem;
}

.v-o-auth-interface-wrapper_center > div {
  margin: 0 auto;
}

.v-o-auth-interface-wrapper__content {
  padding: 3rem 4.5rem 4rem;
  max-width: 66.6%;
}

.v-o-auth-interface-wrapper__side {
  background: radial-gradient(#56ab68, #27ae60);
}

.v-o-auth-interface-wrapper__side--title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.v-o-auth-interface-wrapper__side--message {
  line-height: 22px;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .v-o-auth-interface-wrapper__side--title {
    color: #27ae60;
    padding-bottom: unset;
  }

  .v-o-auth-interface-wrapper__side {
    background: unset;
    margin: 0 1.5rem 1rem 1.5rem;
  }

  .v-o-auth-interface-wrapper__side--message {
    color: #2C333E;
  }

  .actions {
    color: #27ae60 !important;
  }
  .actions:hover {
    color: #FFFFFF !important;
    background-color: #27ae60 !important;
  }

  .v-o-auth-interface-wrapper__content {
    padding: 3rem 3rem 4rem;
    max-width: unset;
  }
}
.sa-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
}

.sa-header__head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  background-color: #FFFFFF;
  padding: 1.25rem 0;
}

.sa-header__head-logo {
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 1rem;
}
.sa-header__head-logo--mini {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0.2rem;
}
.sa-header__head-logo--mini img {
  width: 100%;
}

.sa-header__head-logo-nis {
  width: 4rem;
  margin-right: 1rem;
}
.sa-header__head-logo-nis--mini {
  width: 3rem;
}

.sa-header__search {
  position: relative;
  width: 100%;
}
.sa-header__search .sa-header__search-button {
  position: absolute;
  top: calc(50% - 0.85rem);
  left: 0.5rem;
  color: #96AEC1;
}
.sa-header__search .sa-header__search-button::before {
  font-size: 1.7rem;
}
.sa-header__search .ol-form__input {
  /* Firefox 19+ */
  /* Firefox 18- */
  padding-left: 4rem;
}
.sa-header__search .ol-form__input::-webkit-input-placeholder {
  color: #96AEC1;
  text-overflow: ellipsis;
}
.sa-header__search .ol-form__input::-moz-placeholder {
  color: #96AEC1;
  text-overflow: ellipsis;
}
.sa-header__search .ol-form__input:-moz-placeholder {
  color: #96AEC1;
  text-overflow: ellipsis;
}
.sa-header__search .ol-form__input:-ms-input-placeholder {
  color: #96AEC1;
  text-overflow: ellipsis;
}

.sa-header__menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.sa-header__menu-item {
  color: #515D87;
  cursor: pointer;
}
.sa-header__menu-item::before {
  color: #92A9BB;
}
.sa-header__menu-item:not(:last-child) {
  margin-right: 1.8rem;
}
.sa-header__menu-item:hover {
  color: #27ae60;
}
.sa-header__menu-item a {
  color: currentColor;
}
.sa-header__menu-item.v-select {
  min-width: 22rem;
}

.sa-header__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sa-header__bottom .spa-app-container-inner {
  justify-content: flex-end;
}
.sa-header__bottom .spa-app-container-inner--column {
  align-items: flex-end;
}
.sa-header__bottom .sa-study-place__wrapper {
  padding-right: 0;
}

@media screen and (max-width: 1008px) {
  .with-left-menu .sa-header__bottom {
    margin-top: 7rem;
  }
  .with-left-menu .sa-header__head {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    padding-left: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sa-header__menu {
    padding-right: 0;
    align-items: flex-end;
  }

  .with-left-menu .sa-header__head {
    padding-left: 3.5rem;
  }
}
body.project-ustaz .v-o-auth-interface-wrapper,
body.project-kitap .v-o-auth-interface-wrapper,
body.project-itest .v-o-auth-interface-wrapper,
body.project-bilim .v-o-auth-interface-wrapper {
  display: flex;
  justify-content: center;
  max-width: 54.4rem;
}
body.project-ustaz .wrapper-card-kitap-logo,
body.project-kitap .wrapper-card-kitap-logo,
body.project-itest .wrapper-card-kitap-logo,
body.project-bilim .wrapper-card-kitap-logo {
  padding-top: 1rem;
  padding-bottom: 3rem;
  max-width: 100%;
}
body.project-ustaz .v-o-auth-interface-wrapper__side,
body.project-kitap .v-o-auth-interface-wrapper__side,
body.project-itest .v-o-auth-interface-wrapper__side,
body.project-bilim .v-o-auth-interface-wrapper__side {
  display: none;
}
body.project-ustaz .wrapper-card-header-wrapper,
body.project-kitap .wrapper-card-header-wrapper,
body.project-itest .wrapper-card-header-wrapper,
body.project-bilim .wrapper-card-header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.project-ustaz .v-o-auth-interface-wrapper__content,
body.project-kitap .v-o-auth-interface-wrapper__content,
body.project-itest .v-o-auth-interface-wrapper__content,
body.project-bilim .v-o-auth-interface-wrapper__content {
  max-width: unset;
}

body.project-kitap .ol-form-field__switch-login {
  color: #FF833E;
}
body.project-kitap .ol-form-field__switch-login:hover {
  color: #ff620b;
}
body.project-kitap a.ol-form-field__option {
  color: #FF833E;
}
body.project-kitap a.ol-form-field__option:hover {
  color: #ff620b;
}
body.project-kitap .ol-form-field__checkbox:checked + label::before {
  color: #FF833E;
}
body.project-kitap .types_changer {
  color: #FF833E;
}

body.project-itest .ol-form-field__switch-login {
  color: #2DAAFC;
}
body.project-itest .ol-form-field__switch-login:hover {
  color: #15a1ff;
}
body.project-itest a.ol-form-field__option {
  color: #2DAAFC;
}
body.project-itest a.ol-form-field__option:hover {
  color: #15a1ff;
}
body.project-itest .ol-form-field__registration {
  color: #2DAAFC;
}
body.project-itest .ol-form-field__registration:hover {
  color: #15a1ff;
}
body.project-itest .ol-form-field__checkbox:checked + label::before {
  color: #2DAAFC;
}
body.project-itest .ol-btn--thm-green {
  background: #2DAAFC !important;
  border-color: #2DAAFC;
}
body.project-itest .ol-btn--thm-green:hover:not(.ol-btn--progress) {
  border-color: #2DAAFC;
}
body.project-itest .types_changer {
  color: #2DAAFC;
}

body.project-ustaz .v-o-auth-interface-wrapper {
  display: flex;
  justify-content: center;
}
body.project-ustaz .ol-form-field__switch-login,
body.project-ustaz a.ol-form-field__option {
  color: #EB5D5B;
}
body.project-ustaz .ol-form-field__switch-login:hover,
body.project-ustaz a.ol-form-field__option:hover {
  color: #e5302e;
}
body.project-ustaz .ol-form-field__checkbox:checked + label::before {
  color: #EB5D5B;
}
body.project-ustaz .types_changer {
  color: #EB5D5B;
}

body.project-bilim .v-o-auth-interface-wrapper {
  display: flex;
  justify-content: center;
}
body.project-bilim .ol-form-field__switch-login,
body.project-bilim a.ol-form-field__option {
  color: #27ae60;
}
body.project-bilim .ol-form-field__switch-login:hover,
body.project-bilim a.ol-form-field__option:hover {
  color: #1e8449;
}
body.project-bilim .ol-form-field__checkbox:checked + label::before {
  color: #27ae60;
}
body.project-bilim .types_changer {
  color: #27ae60;
}

@media screen and (max-width: 726px) {
  body.project-kitap .wrapper-card-header-wrapper,
body.project-itest .wrapper-card-header-wrapper,
body.project-ustaz .wrapper-card-header-wrapper,
body.project-bilim .wrapper-card-header-wrapper {
    display: flex;
    flex-direction: unset;
    justify-content: space-between;
    align-items: center;
  }
  body.project-kitap .wrapper-card-kitap-logo,
body.project-itest .wrapper-card-kitap-logo,
body.project-ustaz .wrapper-card-kitap-logo,
body.project-bilim .wrapper-card-kitap-logo {
    padding-top: 0.6rem;
  }
  body.project-kitap .wrapper-card-logo,
body.project-itest .wrapper-card-logo,
body.project-ustaz .wrapper-card-logo,
body.project-bilim .wrapper-card-logo {
    display: flex;
    justify-content: start;
  }
}
@media screen and (max-width: 479px) {
  .v-main-view {
    padding: 2.5rem 0;
  }
}
.v-app-page__container {
  width: 100%;
  max-width: 42rem;
  margin-right: auto;
  margin-left: auto;
}
