@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200;400;600;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;800&display=swap);
@charset "UTF-8";
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  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.333333%;
  max-width: 33.333333%;
}
.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.666667%;
  max-width: 16.666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.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.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    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.333333%;
    max-width: 33.333333%;
  }

  .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.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    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.333333%;
    max-width: 33.333333%;
  }

  .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.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    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.333333%;
    max-width: 33.333333%;
  }

  .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.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    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.333333%;
    max-width: 33.333333%;
  }

  .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.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
app-login {
  display: flex;
  width: 100%;
  height: 100%;
}
app-login .login-form {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 600px;
  height: 100%;
  padding: 90px;
  background-color: #000;
}
app-login .login-form .img-logo {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.1s;
  width: 150px;
  margin: 0 auto;
}
app-login .login-form .form {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.3s;
  margin: 90px 0;
}
app-login .login-form .form .label {
  display: inline-block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.75);
}
app-login .login-form .btn {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.5s;
  width: 100%;
  margin-top: 30px;
}
app-login .login-form .lnk-public-site {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #F44336;
}
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
.section {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
.section-subtitle {
  font-weight: 600;
  font-size: 18px;
  color: #F44336;
  text-align: center;
}
.section-title {
  margin: 12px 0;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1400px) {
  .section-title {
    font-size: 34px;
  }
}
@media (min-width: 1366px) and (max-width: 1399px) {
  .section-title {
    font-size: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1365px) {
  .section-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
  }
}
.section-description {
  font-family: "Poppins", sans-serif;
  display: block;
  color: #aaa;
  text-align: center;
}
@media (min-width: 1400px) {
  .section-description {
    font-size: 16px;
  }
}
@media (min-width: 1366px) and (max-width: 1399px) {
  .section-description {
    font-size: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1365px) {
  .section-description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-description {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-description {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .section-description {
    margin-bottom: 120px;
  }
}
app-public .img-logo {
  position: relative;
  filter: invert(1);
  width: 115px;
}
@media (max-width: 767px) {
  app-public .img-logo {
    transform: translateX(-50%);
    left: 50%;
    width: 75px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  app-public .main {
    margin-top: -5px;
  }
  app-public .main .desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  app-public .main {
    margin-top: -110px;
  }
  app-public .main .mobile {
    display: none;
  }
}
app-public .main .img-main {
  width: 100%;
  object-fit: fill;
}
app-public .gallery {
  margin-top: -5px;
  padding-top: 45px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  app-public .gallery {
    padding-top: 15px;
  }
}
app-public .gallery .vehicles {
  display: grid;
  row-gap: 30px;
  column-gap: 30px;
  margin-top: -75px;
}
@media (min-width: 1400px) {
  app-public .gallery .vehicles {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1366px) and (max-width: 1399px) {
  app-public .gallery .vehicles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 769px) and (max-width: 1365px) {
  app-public .gallery .vehicles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  app-public .gallery .vehicles {
    grid-template-columns: repeat(1, 1fr);
  }
}
app-public .gallery .vehicle {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  background-color: #fff;
  cursor: pointer;
}
app-public .gallery .vehicle:hover .feature-label {
  transform: translate(-8px);
}
app-public .gallery .vehicle:hover .vehicle-img {
  transform: scale(1.03);
}
@media (min-width: 768px) {
  app-public .gallery .vehicle.feature {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 1400px) {
  app-public .gallery .vehicle.feature .vehicle-name,
app-public .gallery .vehicle.feature .vehicle-value {
    font-size: 22px;
  }
}
@media (min-width: 1366px) and (max-width: 1399px) {
  app-public .gallery .vehicle.feature .vehicle-name,
app-public .gallery .vehicle.feature .vehicle-value {
    font-size: 22px;
  }
}
@media (min-width: 769px) and (max-width: 1365px) {
  app-public .gallery .vehicle.feature .vehicle-name,
app-public .gallery .vehicle.feature .vehicle-value {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  app-public .gallery .vehicle.feature .vehicle-name,
app-public .gallery .vehicle.feature .vehicle-value {
    font-size: 20px;
  }
}
app-public .gallery .vehicle.feature .vehicle-model,
app-public .gallery .vehicle.feature .vehicle-bottom-info {
  font-size: 15px;
}
app-public .gallery .vehicle .feature-label {
  transition: all 0.15s ease;
  border-radius: 10px;
  position: absolute;
  top: -15px;
  left: -15px;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #F44336;
  color: rgba(255, 255, 255, 0.95);
  border-bottom-left-radius: 0;
  z-index: 1;
}
app-public .gallery .vehicle .feature-label:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 1px;
  border-top: 7px solid #891008;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #891008;
}
app-public .gallery .vehicle .vehicle-name,
app-public .gallery .vehicle .vehicle-model,
app-public .gallery .vehicle .vehicle-value,
app-public .gallery .vehicle .vehicle-bottom-info {
  padding: 2px 15px;
}
app-public .gallery .vehicle .vehicle-name {
  font-weight: 600;
  font-size: 20px;
}
app-public .gallery .vehicle .vehicle-model {
  font-family: "Poppins", sans-serif;
  flex-grow: 1;
  height: 35px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #aaa;
}
app-public .gallery .vehicle .vehicle-value {
  font-weight: 600;
  color: #F44336;
}
@media (min-width: 1400px) {
  app-public .gallery .vehicle .vehicle-value {
    font-size: 22px;
  }
}
@media (min-width: 1366px) and (max-width: 1399px) {
  app-public .gallery .vehicle .vehicle-value {
    font-size: 22px;
  }
}
@media (min-width: 769px) and (max-width: 1365px) {
  app-public .gallery .vehicle .vehicle-value {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  app-public .gallery .vehicle .vehicle-value {
    font-size: 20px;
  }
}
app-public .gallery .vehicle .vehicle-bottom-info {
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #aaa;
}
app-public .gallery .vehicle .vehicle-feature-info {
  font-family: "Poppins", sans-serif;
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 15px;
  color: #aaa;
}
app-public .gallery .vehicle-img {
  transition: all 0.15s ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}
app-public .features {
  background-image: url(/assets/images/feature.png);
  background-position: top center;
  background-position-y: 0;
  background-size: cover;
  text-align: center;
}
app-public .features .feature {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (max-width: 767px) {
  app-public .features .feature {
    margin-bottom: 60px;
  }
}
app-public .features .icon {
  transition: all 0.15s ease;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 26px;
  box-shadow: rgba(244, 67, 54, 0.3) 3px 10px 20px;
  background-color: #fff;
  color: #F44336;
  text-align: center;
}
app-public .features .title {
  display: block;
  margin: 30px 0 15px;
  font-weight: 600;
}
@media (min-width: 1400px) {
  app-public .features .title {
    font-size: 20px;
  }
}
@media (min-width: 1366px) and (max-width: 1399px) {
  app-public .features .title {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1365px) {
  app-public .features .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  app-public .features .title {
    font-size: 20px;
  }
}
app-public .features .text {
  font-family: "Poppins", sans-serif;
  color: #aaa;
}
app-public .services {
  background-color: #f5f5f5;
}
app-public .services .section-subtitle {
  margin-top: -10px;
}
app-public .services .section-description {
  margin-bottom: 0;
}
app-public .services .split {
  margin: 35px 0 -5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
app-public .services .service {
  position: relative;
  margin: 50px 0;
  padding-left: 90px;
}
app-public .services .service:last-of-type {
  margin-bottom: 0;
}
app-public .services .service .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  app-public .services .service .icon {
    transition: all 0.15s ease;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    box-shadow: rgba(244, 67, 54, 0.3) 3px 10px 20px;
    background-color: #fff;
    color: #F44336;
    text-align: center;
  }
}
@media (min-width: 768px) {
  app-public .services .service .icon {
    transition: all 0.15s ease;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 26px;
    box-shadow: rgba(244, 67, 54, 0.3) 3px 10px 20px;
    background-color: #fff;
    color: #F44336;
    text-align: center;
  }
}
app-public .services .service .service-title {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (min-width: 1400px) {
  app-public .services .service .service-title {
    font-size: 20px;
  }
}
@media (min-width: 1366px) and (max-width: 1399px) {
  app-public .services .service .service-title {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1365px) {
  app-public .services .service .service-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  app-public .services .service .service-title {
    font-size: 20px;
  }
}
app-public .services .service .service-text {
  font-family: "Poppins", sans-serif;
  color: #aaa;
  line-height: 24px;
}
app-public .services .img-services {
  width: 100%;
}
@media (max-width: 767px) {
  app-public .services .img-services {
    margin-top: 60px;
    margin-left: -15px;
  }
}
app-public .process {
  padding-bottom: 0;
  background-image: url(/assets/images/feature.png);
  background-position: top center;
  background-position-y: 0;
  background-size: contain;
}
app-public .process .step {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  transition: all 0.15s ease;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 15px;
  background-color: #fff;
}
app-public .process .step:hover {
  background-color: #F44336;
  color: #fff;
}
app-public .process .step:hover .icon {
  transform: translateY(-5px);
}
app-public .process .step:hover .step-description {
  color: #fff;
}
app-public .process .step:hover .step-legend {
  color: #fff;
}
app-public .process .step:hover .step-legend:after {
  width: 60px;
  background-color: #fff;
}
@media (max-width: 767px) {
  app-public .process .step {
    margin-bottom: 45px;
  }
}
app-public .process .step .icon {
  transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 26px;
  box-shadow: rgba(244, 67, 54, 0.3) 3px 10px 20px;
  background-color: #fff;
  color: #F44336;
  text-align: center;
}
app-public .process .step .step-title {
  margin: 30px 0;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}
@media (min-width: 1400px) {
  app-public .process .step .step-title {
    font-size: 20px;
  }
}
@media (min-width: 1366px) and (max-width: 1399px) {
  app-public .process .step .step-title {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1365px) {
  app-public .process .step .step-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  app-public .process .step .step-title {
    font-size: 20px;
  }
}
app-public .process .step .step-description {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 16px;
  color: #aaa;
}
app-public .process .step .step-legend {
  position: relative;
  margin-top: 30px;
  font-weight: 600;
  font-size: 14px;
  color: #F44336;
}
app-public .process .step .step-legend:after {
  transition: all 0.15s ease;
  border-radius: 10px;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 30px;
  height: 2px;
  background-color: #F44336;
}
app-public .brands .slick-dots {
  bottom: -60px;
}
app-public .brands .slick-slider {
  width: 100%;
  margin: auto;
}
app-public .brands .slick-prev {
  left: -60px;
}
app-public .brands .slick-next {
  right: -60px;
}
app-public .brands .slick-prev,
app-public .brands .slick-next {
  z-index: 100;
}
app-public .brands .slick-prev:before,
app-public .brands .slick-next:before {
  font-size: 30px;
  color: #444;
}
app-public .brands .img-brand {
  max-height: 70px;
  max-width: 140px;
}
app-public .lnk-whatsapp {
  transition: all 0.15s ease;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  background-color: #00aa4e;
  color: #fff;
  cursor: pointer;
}
app-public .lnk-whatsapp:hover {
  transform: scale(1.05);
}
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
app-vehicle-details {
  display: inline-block;
  width: 100%;
  height: 100%;
}
app-vehicle-details .public-header {
  background-color: #333;
}
app-vehicle-details .public-header .img-header-logo {
  width: 90px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  app-vehicle-details .public-header {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  app-vehicle-details .public-header {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  app-vehicle-details .header-menu {
    margin-top: 15px;
  }
}
app-vehicle-details .vehicle-main-info {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px;
  background-color: #fff;
}
app-vehicle-details .vehicle-main-info .vehicle-name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 25px;
}
app-vehicle-details .vehicle-main-info .vehicle-model {
  font-weight: 400;
  font-size: 16px;
  color: #b5b5b5;
}
app-vehicle-details .img-vehicle-main {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
}
app-vehicle-details .vehicle-images .slick-slider {
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  app-vehicle-details .vehicle-images .slick-prev,
app-vehicle-details .vehicle-images .slick-next {
    display: none !important;
  }
}
app-vehicle-details .vehicle-images .slick-prev,
app-vehicle-details .vehicle-images .slick-next {
  z-index: 100;
}
app-vehicle-details .vehicle-images .slick-prev:before,
app-vehicle-details .vehicle-images .slick-next:before {
  font-size: 35px;
  color: #fff;
}
app-vehicle-details .vehicle-images .slick-dots li button:before {
  color: #F44336;
}
app-vehicle-details .vehicle-images .img-vehicle {
  width: 100%;
}
app-vehicle-details .vehicle-images .main-carousel .slick-prev {
  left: 15px;
}
app-vehicle-details .vehicle-images .main-carousel .slick-next {
  right: 32px;
}
app-vehicle-details .vehicle-images .main-carousel .img-vehicle {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
app-vehicle-details .vehicle-images .small-carousel {
  margin-top: 30px;
}
app-vehicle-details .vehicle-images .small-carousel .slick-prev {
  left: 8px;
}
app-vehicle-details .vehicle-images .small-carousel .slick-next {
  right: 20px;
}
app-vehicle-details .vehicle-images .small-carousel .slick-prev,
app-vehicle-details .vehicle-images .small-carousel .slick-next {
  top: auto;
  bottom: 15px;
  transform: none;
}
app-vehicle-details .vehicle-images .small-carousel .img-vehicle {
  cursor: pointer;
}
app-vehicle-details .vehicle-summary {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  background-color: #fff;
}
@media (max-width: 767px) {
  app-vehicle-details .vehicle-summary.mobile {
    margin-top: 45px;
  }
  app-vehicle-details .vehicle-summary.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  app-vehicle-details .vehicle-summary.mobile {
    display: none;
  }
  app-vehicle-details .vehicle-summary.desktop {
    position: sticky;
    top: 15px;
  }
}
app-vehicle-details .vehicle-summary .vehicle-value {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 28px 30px;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  background-color: #00C853;
  color: #fff;
}
app-vehicle-details .vehicle-summary .vehicle-value .currency {
  margin-left: -15px;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.7);
}
app-vehicle-details .vehicle-summary .vehicle-summary-info {
  padding: 15px;
  border-bottom: 1px dotted #d0d0d0;
  text-align: center;
}
app-vehicle-details .vehicle-summary .vehicle-summary-info.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 30px;
}
app-vehicle-details .vehicle-summary .vehicle-summary-info.grid-2 .fa-check-circle {
  margin-top: 10px;
}
app-vehicle-details .vehicle-summary .vehicle-summary-info .value {
  display: inline-block;
  width: 100%;
}
app-vehicle-details .vehicle-summary .vehicle-summary-info .lbl {
  font-size: 12px;
  color: #bbb;
}
app-vehicle-details .vehicle-summary .vehicle-summary-info .value {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}
app-vehicle-details .vehicle-summary .vehicle-summary-info .value:last-of-type {
  margin-bottom: 0;
}
app-vehicle-details .vehicle-summary .vehicle-summary-obs {
  padding: 15px;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
}
app-vehicle-details .financial-info {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
}
@media (max-width: 767px) {
  app-vehicle-details .financial-info {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  app-vehicle-details .financial-info {
    margin-top: 60px;
  }
}
app-vehicle-details .financial-info .form {
  display: block;
  margin-top: 30px;
}
@media (max-width: 767px) {
  app-vehicle-details .financial-info .form .col-md-8,
app-vehicle-details .financial-info .form .col-md-4 {
    margin-bottom: 30px;
  }
}
app-vehicle-details .financial-info .financial-title {
  font-weight: 600;
  font-size: 25px;
}
app-vehicle-details .financial-info .financial-sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #b5b5b5;
}
app-vehicle-details .financial-info .financial-footer-info {
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: space-between;
}
app-vehicle-details .financial-info .financial-footer-info .icon {
  margin-right: 5px;
  font-size: 15px;
  color: #F44336;
}
@media (max-width: 767px) {
  app-vehicle-details .financial-info .financial-footer-info {
    flex-direction: column;
  }
  app-vehicle-details .financial-info .financial-footer-info .btn {
    margin-top: 30px;
  }
}
app-vehicle-details .public-maps {
  margin-top: 120px;
}
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
.public-maps {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.public-maps .address-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .public-maps .address-block {
    margin-bottom: 60px;
  }
}
.public-maps .icon {
  font-size: 30px;
  color: #F44336;
}
.public-maps .title {
  margin: 30px 0;
  font-size: 20px;
}
.public-maps .text {
  line-height: 22px;
}
.public-maps .text span {
  color: rgba(255, 255, 255, 0.6);
}
.public-footer {
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}
@media (max-width: 767px) {
  .public-footer {
    text-align: center;
  }
}
.public-footer .footer-admin-link {
  display: inline-block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.public-footer .footer-social-icon {
  transition: all 0.15s ease;
  margin: 0 8px;
  font-size: 25px;
  cursor: pointer;
}
.public-footer .footer-social-icon:hover {
  transform: scale(1.1);
}
.public-footer .footer-home-link {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
.public-footer .footer-home-link .icon {
  margin: -5px;
  padding: 5px;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .public-footer .col-md-4 {
    margin: 15px 0;
  }
  .public-footer .col-md-4.display-flex.align-items-center.justify-content-flex-end {
    justify-content: center !important;
  }
}
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
.public-header {
  display: inline-block;
  width: 100%;
  background-color: #080808;
}
@media (max-width: 767px) {
  .public-header {
    padding: 0;
  }
  .public-header.vehicle-details .col-md-4 {
    text-align: center;
  }
  .public-header .container {
    width: 100%;
    max-width: 100%;
  }
  .public-header .col-md-12 {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .public-header {
    padding: 15px 0;
  }
}
.public-header .img-header-logo {
  cursor: pointer;
}
.public-header .header-menu {
  display: flex;
  align-items: center;
  float: right;
}
@media (min-width: 768px) {
  .public-header .header-menu {
    height: 75px;
  }
}
@media (max-width: 767px) {
  .public-header .header-menu {
    justify-content: center;
    width: 100%;
    height: 45px;
  }
}
.public-header .header-menu-lnk {
  font-family: "Poppins", sans-serif;
  padding: 5px 0;
  font-weight: 600;
  text-shadow: 1px 1px 5px #222;
  color: #fff;
}
@media (max-width: 767px) {
  .public-header .header-menu-lnk {
    margin: -5px 0 -5px 25px;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .public-header .header-menu-lnk {
    margin: -5px 0 -5px 45px;
    font-size: 18px;
  }
}
.public-header .header-menu-lnk:first-of-type {
  margin-left: 0;
}
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
.animation-delay-1 {
  animation-delay: 0.1s !important;
}
.animation-delay-2 {
  animation-delay: 0.2s !important;
}
.animation-delay-3 {
  animation-delay: 0.3s !important;
}
.animation-delay-4 {
  animation-delay: 0.4s !important;
}
.animation-delay-5 {
  animation-delay: 0.5s !important;
}
.animation-delay-6 {
  animation-delay: 0.6s !important;
}
.animation-delay-7 {
  animation-delay: 0.7s !important;
}
.animation-delay-8 {
  animation-delay: 0.8s !important;
}
.animation-delay-9 {
  animation-delay: 0.9s !important;
}
.animation-delay-10 {
  animation-delay: 1s !important;
}
/*#region Top */
.animate-to-top {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-in-top {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*#endregion */
/*#region Right */
.animate-to-right {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-in-right {
  0% {
    transform: translateX(-25px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*#endregion */
/*#region Bottom */
.animate-to-bottom {
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(-25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*#endregion */
/*#region Left */
.animate-to-left {
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-in-left {
  0% {
    transform: translateX(25px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*#endregion */
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
/*#region Line heights */
.line-height-19 {
  line-height: 19px;
}
/*#endregion */
/*#region Sizes */
.width-100-percent {
  width: 100%;
}
/*#endregion */
/*#region Position */
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
/*#endregion */
/*#region Display */
@media (max-width: 767px) {
  .only-above-mobile {
    display: none;
  }
}
.hidden {
  display: none;
}
.display-inline-block {
  display: inline-block;
}
.display-flex {
  display: flex;
}
.display-flex-direction-column {
  display: flex;
  flex-direction: column;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-flex-end {
  justify-content: flex-end;
}
.justify-content-space-around {
  justify-content: space-around;
}
.justify-content-space-between {
  justify-content: space-between;
}
/*#endregion */
/*#region Floats */
.push-right {
  float: right !important;
}
.push-left {
  float: left !important;
}
/*#endregion */
/*#region Text align */
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
/*#endregion */
/*#region Margins */
.m-v-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.m-h-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.m-h-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
/*#region Margin and Padding loop */
.m-t-5 {
  margin-top: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-r-35 {
  margin-right: 35px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.m-r-45 {
  margin-right: 45px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.m-l-45 {
  margin-left: 45px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.m-t-55 {
  margin-top: 55px !important;
}
.m-r-55 {
  margin-right: 55px !important;
}
.m-b-55 {
  margin-bottom: 55px !important;
}
.m-l-55 {
  margin-left: 55px !important;
}
.p-t-55 {
  padding-top: 55px !important;
}
.p-r-55 {
  padding-right: 55px !important;
}
.p-b-55 {
  padding-bottom: 55px !important;
}
.p-l-55 {
  padding-left: 55px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-r-60 {
  margin-right: 60px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.m-t-65 {
  margin-top: 65px !important;
}
.m-r-65 {
  margin-right: 65px !important;
}
.m-b-65 {
  margin-bottom: 65px !important;
}
.m-l-65 {
  margin-left: 65px !important;
}
.p-t-65 {
  padding-top: 65px !important;
}
.p-r-65 {
  padding-right: 65px !important;
}
.p-b-65 {
  padding-bottom: 65px !important;
}
.p-l-65 {
  padding-left: 65px !important;
}
.m-t-70 {
  margin-top: 70px !important;
}
.m-r-70 {
  margin-right: 70px !important;
}
.m-b-70 {
  margin-bottom: 70px !important;
}
.m-l-70 {
  margin-left: 70px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}
.m-t-75 {
  margin-top: 75px !important;
}
.m-r-75 {
  margin-right: 75px !important;
}
.m-b-75 {
  margin-bottom: 75px !important;
}
.m-l-75 {
  margin-left: 75px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.p-r-75 {
  padding-right: 75px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.p-l-75 {
  padding-left: 75px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.m-r-80 {
  margin-right: 80px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.m-l-80 {
  margin-left: 80px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.m-t-85 {
  margin-top: 85px !important;
}
.m-r-85 {
  margin-right: 85px !important;
}
.m-b-85 {
  margin-bottom: 85px !important;
}
.m-l-85 {
  margin-left: 85px !important;
}
.p-t-85 {
  padding-top: 85px !important;
}
.p-r-85 {
  padding-right: 85px !important;
}
.p-b-85 {
  padding-bottom: 85px !important;
}
.p-l-85 {
  padding-left: 85px !important;
}
.m-t-90 {
  margin-top: 90px !important;
}
.m-r-90 {
  margin-right: 90px !important;
}
.m-b-90 {
  margin-bottom: 90px !important;
}
.m-l-90 {
  margin-left: 90px !important;
}
.p-t-90 {
  padding-top: 90px !important;
}
.p-r-90 {
  padding-right: 90px !important;
}
.p-b-90 {
  padding-bottom: 90px !important;
}
.p-l-90 {
  padding-left: 90px !important;
}
.m-t-95 {
  margin-top: 95px !important;
}
.m-r-95 {
  margin-right: 95px !important;
}
.m-b-95 {
  margin-bottom: 95px !important;
}
.m-l-95 {
  margin-left: 95px !important;
}
.p-t-95 {
  padding-top: 95px !important;
}
.p-r-95 {
  padding-right: 95px !important;
}
.p-b-95 {
  padding-bottom: 95px !important;
}
.p-l-95 {
  padding-left: 95px !important;
}
.m-t-100 {
  margin-top: 100px !important;
}
.m-r-100 {
  margin-right: 100px !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}
.m-l-100 {
  margin-left: 100px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}
/*#endregion */
/*#region Top */
.m-t-45-negative {
  margin-top: -45px !important;
}
.m-t-40-negative {
  margin-top: -40px !important;
}
.m-t-20-negative {
  margin-top: -20px !important;
}
.m-t-15-negative {
  margin-top: -15px !important;
}
.m-t-10-negative {
  margin-top: -10px !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
/*#endregion */
/*#region Bottom */
.m-b-45-negative {
  margin-bottom: -45px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
/*#endregion */
/*#endregion */
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
.swal2-styled,
.btn {
  border-radius: 10px;
  font-family: "Lexend Deca", sans-serif;
  display: inline-block;
  position: relative;
  padding: 15px;
  font-weight: 600;
  font-size: 16px;
  border: 0;
  outline: none;
  cursor: pointer;
}
.swal2-styled:hover,
.btn:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}
.swal2-styled:hover .icon,
.btn:hover .icon {
  font-size: 20px;
}
.swal2-styled.disabled,
.btn.disabled {
  cursor: default;
  pointer-events: none;
  background-color: #d0d0d0;
  color: #444;
}
.swal2-styled .icon,
.btn .icon {
  transition: all 0.15s ease;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  height: 100%;
  width: 45px;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-primary {
  background-color: #F44336;
  color: #fff;
}
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
.bg-white {
  background-color: #fdfdfd;
}
.color-primary {
  color: #F44336;
}
.color-secondary {
  color: #FFB300;
}
.color-green {
  color: #00C853;
}
.color-orange {
  color: orange;
}
.color-gray {
  color: #aaa;
}
.color-yellow {
  color: #FDD835;
}
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
* {
  box-sizing: border-box;
}
html,
body {
  max-width: 100vw;
  min-height: 100vh;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #f2f4f6;
  color: #333;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5 {
  margin: 0;
}
b {
  font-weight: 700;
}
.fs-13 {
  font-size: 13px;
}
.cursor-pointer {
  cursor: pointer;
}
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
.form .row {
  margin-bottom: 30px;
}
.form .lbl {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
  color: #b5b5b5;
}
.form .lbl.mandatory {
  padding-left: 15px;
}
.form .lbl.mandatory:before {
  content: "*";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 18px;
  color: orangered;
}
input[type=text], input[type=password], input[type=date] {
  font-family: "Lexend Deca", sans-serif;
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
textarea {
  font-family: "Lexend Deca", sans-serif;
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  resize: vertical;
}
select {
  font-family: "Lexend Deca", sans-serif;
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 15px 15px 14px;
}
::placeholder {
  font-weight: 400;
  color: #bbb;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  font-weight: 400;
  color: #bbb;
}
::-ms-input-placeholder {
  font-weight: 400;
  color: #bbb;
}
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
h2.swal2-title {
  font-size: 22px;
}
div.swal2-html-container {
  margin: 2.5em 1.6em 1.25em;
  font-size: 15px;
  line-height: 24px;
}
div.swal2-actions {
  flex-direction: row-reverse;
}
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
.admin-header {
  display: inline-block;
  width: 100%;
  background-color: #333;
}
.admin-header .img-header-logo {
  width: 75px;
  margin-top: 18px;
  cursor: pointer;
}
.admin-header .col-header-links {
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 0;
}
.admin-header .col-header-links .link {
  transition: all 0.15s ease;
  margin-left: 45px;
  font-weight: 600;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.admin-header .col-header-links .link:hover {
  transform: scale(1.04);
  color: #fff;
}
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
app-admin .main-content {
  display: inline-block;
  width: 100%;
  margin-top: 45px;
}
app-admin .main-content .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 30px;
  color: #F44336;
}
app-admin .main-content .title .title-badge {
  border-radius: 10px;
  margin-right: 10px;
  padding: 3px 6px;
  font-size: 13px;
  color: #fff;
}
app-admin .main-content .title .title-badge.inactive {
  background-color: orange;
}
app-admin .main-content .title .title-badge.sold {
  background-color: #00C853;
}
app-admin .main-content .title .icon-title {
  transition: all 0.15s ease;
  position: relative;
  font-size: 20px;
  color: #F44336;
  cursor: pointer;
}
app-admin .main-content .title .icon-title:hover:after {
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  font-family: "Lexend Deca", sans-serif;
  content: "Adicionar veículo";
  position: absolute;
  top: 4px;
  left: 28px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
}
app-admin .main-content .subtitle {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
  color: #F44336;
}
app-admin .main-content .subtitle .icon-sub-title {
  transition: all 0.15s ease;
  position: relative;
  cursor: pointer;
}
app-admin .main-content .subtitle .icon-sub-title:hover:after {
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  font-family: "Lexend Deca", sans-serif;
  content: "Adicionar foto";
  position: absolute;
  top: 4px;
  left: 29px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
}
/*#region Animate */
/*#endregion */
/*#region Animate to */
/*#endregion */
/*#region Rounded */
/*#endregion */
/*#region Media queries */
/*#endregion */
app-admin .title-text-filter {
  transition: all 0.15s ease;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  margin-left: -7px;
  padding: 6px 4px;
  cursor: pointer;
}
app-admin .title-text-filter .icon {
  position: relative;
  top: -3px;
}
app-admin .title-text-filter:hover {
  background-color: #f0f0f0;
}
app-admin .icon-set-table-density {
  margin-right: 15px;
  font-size: 20px;
  color: #bbb;
  cursor: pointer;
}
app-admin .icon-set-table-density.active {
  color: #666;
}
app-admin .vehicle-list-filters {
  margin: 30px 0;
}
app-admin .vehicle-list.show-info .vehicle .details {
  display: grid;
}
app-admin .vehicle-list.hide-info .vehicle {
  justify-content: space-between;
}
app-admin .vehicle-list.hide-info .vehicle .model {
  white-space: nowrap;
}
app-admin .vehicle-list.hide-info .vehicle .status {
  margin-top: 15px;
}
app-admin .vehicle-list.hide-info .vehicle .cost,
app-admin .vehicle-list.hide-info .vehicle .balance {
  display: none;
}
app-admin .vehicle-list.hide-info .vehicle .details {
  display: none;
}
app-admin .lbl-count {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  float: right;
  display: inline-block;
  margin-top: 15px;
  animation-delay: 0.2s;
  font-weight: 700;
  font-size: 14px;
}
app-admin .vehicle {
  transition: all 0.15s ease;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  border-radius: 10px;
  position: relative;
  display: flex;
  padding: 15px 120px 15px 15px;
  background-color: #fff;
  cursor: pointer;
}
app-admin .vehicle:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}
app-admin .vehicle.sold {
  background-color: rgba(0, 200, 83, 0.05);
}
app-admin .vehicle.sold .main-info .name,
app-admin .vehicle.sold .main-info .status,
app-admin .vehicle.sold .price .sale {
  color: #00C853;
}
app-admin .vehicle.inactive .main-info .name,
app-admin .vehicle.inactive .main-info .status,
app-admin .vehicle.inactive .price .sale {
  color: orange;
}
app-admin .vehicle.inactive .balance,
app-admin .vehicle.inactive .details .lbl,
app-admin .vehicle.inactive .details .value,
app-admin .vehicle.inactive .price .cost,
app-admin .vehicle.inactive .price .sale {
  opacity: 0.3;
}
app-admin .vehicle .lbl-sticker {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  right: -23px;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  z-index: 1;
}
app-admin .vehicle .lbl-sticker:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
}
app-admin .vehicle .lbl-sticker.feature {
  top: -12px;
  background-color: #F44336;
}
app-admin .vehicle .lbl-sticker.feature:after {
  border-top: 4px solid #891008;
  border-left: 4px solid #891008;
}
app-admin .vehicle .vehicle-img {
  transition: all 0.15s ease;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 120px;
}
app-admin .vehicle .main-info {
  display: flex;
  flex-direction: column;
  width: 250px;
}
app-admin .vehicle .main-info .name {
  font-weight: 700;
  font-size: 22px;
  color: #F44336;
  cursor: pointer;
}
app-admin .vehicle .main-info .model {
  margin-top: 5px;
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}
app-admin .vehicle .main-info .status {
  color: #F44336;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
app-admin .vehicle .main-info .balance {
  font-weight: 600;
}
app-admin .vehicle .main-info .balance .lbl {
  font-weight: 400;
  font-size: 13px;
}
app-admin .vehicle .details {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  flex-grow: 1;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 30px;
  padding: 0 30px;
  margin: 0 15px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
app-admin .vehicle .details .lbl {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #b5b5b5;
  cursor: pointer;
}
app-admin .vehicle .details .value {
  font-weight: 600;
  cursor: pointer;
}
app-admin .vehicle .price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 150px;
  text-align: center;
}
app-admin .vehicle .price .cost,
app-admin .vehicle .price .sale {
  font-weight: 700;
}
app-admin .vehicle .price .cost {
  font-size: 15px;
  color: #aaa;
}
app-admin .vehicle .price .sale {
  margin: 5px 0;
  font-size: 22px;
  color: #F44336;
}
app-admin .form-buttons {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 15px;
  background-color: #eee;
}
app-admin .vehicle-details-images {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}
app-admin .vehicle-details-images .img-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
app-admin .vehicle-details-images .img-block .delete-icon {
  transition: all 0.15s ease;
  margin-top: 8px;
  padding: 5px;
  font-size: 16px;
  color: orangered;
  cursor: pointer;
}
app-admin .vehicle-details-images .img-block .delete-icon:hover {
  transform: scale(1.15);
}
app-admin .vehicle-details-images .vehicle-details-image {
  border-radius: 10px;
  transition: all 0.15s ease;
  max-width: 100%;
  cursor: pointer;
}
app-admin .vehicle-details-images .vehicle-details-image:last-of-type {
  margin-right: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url('slick.eot');
  src: url('slick.eot?#iefix') format("embedded-opentype"), url('slick.woff') format("woff"), url('slick.ttf') format("truetype"), url('slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*# sourceMappingURL=styles.css.map*/