@charset "UTF-8";
/*importuri*/
@import url("https://fonts.googleapis.com/css?family=Muli");
/*variabile*/
body {
  background: radial-gradient(ellipse at top, #E6F1F9, transparent), radial-gradient(ellipse at bottom, #1467AD, transparent);
  font-family: 'Open Sans', sans-serif !important;
  margin: 0;
  padding: 0; }
  body label {
    font-size: 15px; }

.fz20 {
  font-size: 20px !important; }

/*icon anim*/
/*#icon-anim {
    //position:absolute;
    -webkit-animation: linear infinite;
    -webkit-animation-name: wave;
    -webkit-animation-duration: 2s;
    margin-left: 10px;
}*/
@media (min-width: 426px) {
  .owl-carousel {
    margin-bottom: 0; }

  .btn-distance {
    margin-bottom: 60px !important; } }
@-webkit-keyframes wave {
  0% {
    transform: rotate(-45deg); }
  50% {
    transform: rotate(45deg); }
  100% {
    transform: rotate(-45deg); } }
.bg-navbar {
  background-color: #ffffff;
  background-image: linear-gradient(315deg, #ffffff 0%, #5899e2 74%); }
  .bg-navbar a {
    color: #103c55 !important;
    font-size: 15px;
    text-transform: uppercase; }

@media (max-width: 1274px) {
  .bg-navbar a {
    font-size: 16px; } }
.login-form {
  position: relative;
  margin-top: 140px;
  background-color: #ffdab9;
  padding: 30px;
  border-radius: 10px; }
  .login-form input[type=text], .login-form button, .login-form input[type=email], .login-form textarea {
    margin: auto;
    margin-bottom: 25px;
    margin-left: 0 !important;
    width: 100%; }

@media (max-height: 560px) {
  .login-form {
    margin-top: 0; } }
@media (max-height: 437px) {
  .login-form {
    margin-bottom: 60px; } }
.navbar-nav li {
  text-align: center;
  border-right: 1px solid blue; }
  .navbar-nav li:last-child {
    border-right: none; }

@media (max-width: 1024px) {
  .bg-navbar a {
    font-size: 15px; }

  .navbar-nav li {
    text-align: center;
    border-right: 1px solid blue; }
    .navbar-nav li:last-child {
      border-right: none; } }
@media (max-width: 991px) {
  .bg-navbar a {
    font-size: 12px; }

  .navbar-nav li {
    border-right: none; } }
.navbar-nav {
  justify-content: center; }
  .navbar-nav .nav-link {
    transition: 1s ease; }
    .navbar-nav .nav-link:hover {
      color: #007f00 !important;
      transition: 1s ease; }

/*Setare culoare pentru tab atunci cand este un tab*/
.setGreen {
  color: #007f00 !important; }

.collapse {
  transition: 3s ease-in; }

.navbar {
  margin-top: 50px;
  /*margin-left: 84px;
  margin-right: 84px;
  border-radius: 25px;*/ }

.aboutMyAsigest ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: contents; }
  .aboutMyAsigest ul li a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 20px; }
.aboutMyAsigest a {
  margin: 20px;
  font-size: 30px;
  color: black; }
  .aboutMyAsigest a .icon-facebook {
    color: #4267B2; }
  .aboutMyAsigest a .icon-gplus {
    color: #db4a39; }
  .aboutMyAsigest a .icon-linkedin {
    color: #0072b1; }
  .aboutMyAsigest a .icon-instagram {
    color: #fb3958; }

@media (min-height: 1024px) {
  .aboutMyAsigest a {
    margin: 10px; } }
@media (min-height: 768px) {
  .aboutMyAsigest a {
    margin: 5px; } }
@media (max-lenght: 320px) {
  .aboutMyAsigest ul li a {
    padding: 5px; } }
.navbar-dark .navbar-toggler-icon {
  background-color: black;
  border-radius: 10px;
  opacity: 0.9; }
.navbar-dark .navbar-toggler {
  outline: none; }

@media (max-width: 1024px) {
  .nav-item a {
    padding-top: 20px; } }
.card {
  display: contents !important; }
  .card .ribbon {
    width: 125px;
    height: 91px;
    position: absolute;
    top: -4px;
    left: 4px;
    overflow: hidden; }
    .card .ribbon:before .card .ribbon:after {
      position: absolute;
      content: "";
      z-index: -1;
      display: block;
      border: 7px solid #4606ac;
      border-top-color: transparent;
      border-left-color: transparent; }
    .card .ribbon:before {
      top: 0px;
      right: 15px; }
    .card .ribbon:after {
      bottom: 15px;
      left: 0px; }
    .card .ribbon span {
      position: absolute;
      top: 30px;
      right: 14px;
      transform: rotate(-45deg);
      width: 140px;
      background: #a26bfa;
      padding: 2px 0;
      color: #fff;
      text-align: center;
      font-size: 11px;
      text-transform: uppercase;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); }
  .card .card-white-bg {
    background-color: #d5fefd;
    background-image: linear-gradient(315deg, #d5fefd 0%, #fffcff 74%); }
    .card .card-white-bg .card-text {
      text-align: left; }
      .card .card-white-bg .card-text span {
        font-weight: bold; }
  .card .card-body {
    text-align: center;
    border-radius: 10px;
    transition: 1s ease; }
    .card .card-body .btn {
      display: none; }
    .card .card-body:hover {
      background-color: #ffdab9;
      transition: 1s ease; }
      .card .card-body:hover .btn {
        transition: 1s ease;
        display: block; }

.parallax {
  background-image: url("../lib/myasigestimg.jpg");
  min-height: 630px;
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-size: contain; }

.textParralax {
  position: absolute;
  z-index: 1000;
  top: 200px;
  left: 200px; }

.panel {
  background-color: #ffffff;
  background-image: linear-gradient(315deg, #ffffff 0%, #5899e2 74%);
  padding: 10px;
  border-radius: 10px; }

@media (min-height: 768px) {
  .panel input, .panel select {
    margin-bottom: 10px; } }
.panel h1 {
  border-radius: 10px;
  padding: 5px; }

/*.opacity-75{
    opacity:0.8;
}*/
footer span {
  font-size: 12px; }

.cards a {
  color: black;
  text-decoration: none; }

/*Tabel Oferta RCA*/
.tableOfertaRCA {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .tableOfertaRCA th, .tableOfertaRCA td {
    padding: 15px;
    background-color: rgba(0, 0, 255, 0.3);
    color: #fff; }
  .tableOfertaRCA thead tr:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .tableOfertaRCA thead td {
    position: relative; }
    .tableOfertaRCA thead td:hover:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -9999px;
      bottom: -9999px;
      background-color: rgba(255, 255, 255, 0.2);
      z-index: -1; }

/*modal afisare formular creare cont utilizator*/
.page-wrapper {
  width: 100%;
  height: 100%;
  background: url(https://i.imgur.com/2ZgHKbQ.jpg) center no-repeat;
  background-size: cover; }

.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

a.btn {
  /*width: 150px;
  display: block;
  margin: -25px 0 0 -75px;
  padding: 1em 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font: 1.125em 'Arial', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: rgba(217,67,86,1);*/ }

.modal-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 153, 0.75);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.modal-wrapper.open {
  opacity: 1;
  visibility: visible; }

.modal-user {
  overflow-y: initial !important;
  width: 600px;
  height: 400px;
  display: contents;
  margin: 50% 0 0 -300px;
  position: relative;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.modal-wrapper.open .modal-user {
  margin-top: -200px;
  opacity: 1; }

.head {
  padding: 1.5em 5%;
  overflow: hidden;
  background: #01bce5; }

.btn-close {
  width: 32px;
  height: 32px;
  display: block;
  float: right; }

.btn-close::before, .btn-close::after {
  content: '';
  width: 32px;
  height: 6px;
  display: block;
  background: #fff; }

.btn-close::before {
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn-close::after {
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.content {
  overflow-y: auto;
  padding: 5%; }

/*afisare erori validari*/
#snackbar {
  visibility: hidden;
  min-width: 250px;
  /*margin-left: -125px;*/
  /*background-color: #ff3c3c;*/
  /*color: #fff;*/
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
  transform: translate(-50%, -50%); }

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; }

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
/*erori pe campuri in Creare Cont*/
.input_wrong {
  background-color: #df6b60;
  color: #000000;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; }

@media only screen and (max-width: 992px) {
  .btnCuDecontare {
    margin-left: 0px; }

  .btnFaraDecontare {
    margin-right: 0px; } }
@media only screen and (min-width: 993px) {
  .btnCuDecontare {
    margin-left: 20px; }

  .btnFaraDecontare {
    margin-right: 20px; } }
.tabel_cotatii .bonusMalusStyle {
  font-style: italic;
  font-size: 13px; }
.tabel_cotatii .informatii_suplimentare ul li {
  font-size: 11px;
  text-align: start; }
.tabel_cotatii .informatii_suplimentare label {
  font-size: 14px;
  margin-left: 40px; }
.tabel_cotatii .informatii_suplimentare p {
  font-size: 10px; }

.table1 {
  border-spacing: 0 15px;
  border-collapse: separate; }
  .table1 thead tr th, .table1 thead tr td, .table1 tbody tr th, .table1 tbody tr td {
    vertical-align: middle;
    border: none; }
    .table1 thead tr th:nth-last-child(1), .table1 thead tr td:nth-last-child(1), .table1 tbody tr th:nth-last-child(1), .table1 tbody tr td:nth-last-child(1) {
      text-align: center; }
  .table1 tbody tr {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
    .table1 tbody tr td {
      background: #fff; }
      .table1 tbody tr td:nth-child(1) {
        border-radius: 5px 0 0 5px; }
      .table1 tbody tr td:nth-last-child(1) {
        border-radius: 0 5px 5px 0; }

.user-info {
  display: flex;
  align-items: center; }
  .user-info__img img {
    margin-right: 15px;
    height: 55px;
    width: 55px;
    border-radius: 45px;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.active-circle {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  margin-right: 5px;
  display: inline-block; }

.step-wizard {
  width: 100%; }

.step-wizard-list {
  background: #fff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  color: #333;
  list-style-type: none;
  border-radius: 10px;
  padding: 20px 10px;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  background-image: linear-gradient(315deg, #ffffff 0%, #5899e2 74%); }

.step-wizard-item {
  padding: 0 20px;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative; }

.step-wizard-item + .step-wizard-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  background: #007bff;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  z-index: -10; }

@media screen and (max-width: 1024px) {
  .step-wizard-item + .step-wizard-item:after {
    height: 0;
    transform: none; } }
.progress-count {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  color: transparent; }

.progress-count:after {
  content: "";
  height: 40px;
  width: 40px;
  background: #007bff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -10; }

.progress-count:before {
  content: "";
  height: 10px;
  width: 20px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%) rotate(-45deg);
  transform-origin: center center; }

.progress-label {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px; }

.current-item .progress-count:before, .current-item ~ .step-wizard-item .progress-count:before {
  display: none; }

.current-item ~ .step-wizard-item .progress-count:after {
  height: 10px;
  width: 10px; }

.current-item ~ .step-wizard-item .progress-label {
  opacity: 0.5; }

.current-item .progress-count:after {
  background: #fff;
  border: 2px solid #007bff; }

.current-item .progress-count {
  color: #007bff; }

.card-title {
  border-radius: 10px;
  padding: 2px; }

.spinner {
  border: 16px solid silver;
  border-top: 16px solid #337AB7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 700ms linear infinite;
  top: 40%;
  left: 55%;
  position: absolute; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden; }

.spanner {
  position: absolute;
  top: 50%;
  left: 0;
  background: #2a2a2a;
  width: 100%;
  display: block;
  text-align: center;
  height: 100%;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 1000;
  visibility: hidden; }

.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
.show {
  visibility: visible; }

.spanner, .overlay {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.spanner.show, .overlay.show {
  opacity: 0.5; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  border-radius: 0.3rem;
  background: #000064;
  /* old browsers fallback color*/
  background: -webkit-linear-gradient(to right, #1BADD8, #00003E); }

.jumbotron.primary {
  background: linear-gradient(to right, #1BADD8, #00003E); }

.jumbotron.danger {
  background: linear-gradient(to right, red, #00003E); }

.hd1 {
  color: #fff; }

/*date vehicul*/
/*DE MODIFICAT NUMELE CLASELOR SI IN .CSHTML !*/
.card-polita {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .card-polita img {
    width: auto !important; }

.flip-card-container {
  --hue: 150;
  --primary: hsl(var(--hue), 50%, 50%);
  --white-1: hsl(0, 0%, 90%);
  --white-2: hsl(0, 0%, 80%);
  --dark: hsl(var(--hue), 25%, 10%);
  --grey: hsl(0, 0%, 50%);
  width: 310px;
  height: 600px;
  margin: 40px;
  perspective: 1000px; }

/* .flip-card */
.flip-card {
  width: inherit;
  height: inherit;
  position: relative;
  transform-style: preserve-3d;
  transition: .6s .1s; }

/* hover and focus-within states */
.flip-card-container:hover .flip-card, .flip-card-container:focus-within .flip-card {
  transform: rotateY(180deg); }

/* .card-... */
.card-front, .card-back {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: var(--dark);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  backface-visibility: hidden;
  justify-content: center;
  align-items: center; }

.card-front {
  transform: rotateY(0deg);
  z-index: 2;
  background-color: #ffffff; }

.card-back {
  transform: rotateY(180deg);
  z-index: 1; }
  .card-back .no-data {
    transform: rotate(297deg);
    font-size: 70px;
    font-weight: bold; }
  .card-back li {
    color: #000; }

figure {
  z-index: -1; }

figure, .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  figure img, .img-bg img {
    height: 100%;
    border-radius: 24px; }

figcaption {
  display: block;
  width: auto;
  margin-top: 12%;
  padding: 8px 22px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2px;
  word-spacing: 6px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 12px;
  color: var(--white-1); }

.img-bg {
  background: hsla(var(--hue), 25%, 10%, 0.5); }

.card-front .img-bg {
  clip-path: polygon(0 20%, 100% 40%, 100% 100%, 0 100%); }

.card-front .card-back .img-bg::before {
  content: "";
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(18deg);
  width: 100%;
  height: 6px;
  border: 1px solid var(--primary);
  border-left-color: transparent;
  border-right-color: transparent;
  transition: .1s; }

.card-back .img-bg {
  background-color: #fff; }

.flip-card-container:hover .card-front .img-bg::before {
  width: 6px;
  border-left-color: var(--primary);
  border-right-color: var(--primary); }

.card-element {
  padding-top: 50%;
  margin: 0 auto;
  height: 100%;
  list-style: none;
  color: var(--white-1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*li:nth-child(2n) {
      color: var(--white-2);
  }*/ }
  .card-element span {
    font-weight: bold; }
  .card-element li {
    width: 100%;
    margin-top: 12px;
    padding-bottom: 9px;
    font-size: 14px;
    /*text-align: center;*/
    position: relative; }
  .card-element li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: .2; }

/*pagina eroare*/
.error {
  font-weight: bold;
  font-size: 40px;
  display: grid; }

.container-card-soferi {
  width: 100%; }

.ui-datepicker {
  z-index: 10 !important; }

/*.sofer-icon {
    display: grid;
    justify-content: center;
    animation: MoveUpDown 3s linear infinite;
}
@keyframes MoveUpDown{
    0%, 100%{
        bottom:0;
    }
    50%{
        bottom:-10px;
    }
}*/
.card-soferi {
  display: flex;
  height: 370px;
  width: 280px;
  background-color: #17141d;
  border-radius: 10px;
  box-shadow: -1rem 0 3rem #000;
  transition: 0.4s ease-out;
  position: relative;
  left: 0px;
  z-index: 0;
  /*&:not(:first-child) {
      margin-left: -50px;
  }*/ }
  .card-soferi:hover {
    transform: translateY(-20px);
    transition: 0.4s ease-out;
    z-index: 1; }
    .card-soferi:hover ~ .card {
      position: relative;
      left: 50px;
      transition: 0.4s ease-out; }
    .card-soferi:hover .filledbar-card-soferi {
      width: 120px;
      transition: 0.4s ease-out; }
    .card-soferi:hover .stroke-card-soferi {
      stroke-dashoffset: 100;
      transition: 0.6s ease-out; }

.title-card-soferi {
  color: white;
  font-weight: 300;
  position: absolute;
  left: 20px;
  top: 15px; }

.bar-card-soferi {
  position: absolute;
  top: 100px;
  left: 20px;
  height: 5px;
  width: 150px; }

.emptybar-card-soferi {
  background-color: #2e3033;
  width: 100%;
  height: 100%; }

.filledbar-card-soferi {
  position: absolute;
  top: 0px;
  z-index: 3;
  width: 0px;
  height: 100%;
  background: #009ad9;
  background: linear-gradient(90deg, #009ad9 0%, #d99300 65%, #ffba00 100%);
  transition: 0.6s ease-out; }

.info-card-soferi {
  position: absolute;
  top: 150px;
  color: white;
  font-weight: 250;
  padding: 10px; }

.stroke-card-soferi {
  stroke: white;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  transition: 0.6s ease-out; }

.custom-btn {
  display: block;
  margin: 20px 0;
  min-height: 50px;
  padding: 13px 24px;
  font-family: 'Lucida Grande', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  background-position: top center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  transition-property: background, color; }

.custom-btn-2 {
  position: relative;
  color: var(--textColor2);
  border-radius: 26px;
  background-image: linear-gradient(90deg, #0065ff, #6942ef, #6554c0, #008cff, #0065ff, #6942ef);
  background-size: 400%;
  background-position: 0% 0%; }
  .custom-btn-2::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 26px;
    background-image: linear-gradient(90deg, #0065ff, #6942ef, #6554c0, #008cff, #0065ff, #6942ef);
    background-size: 500%;
    background-position: 0% 0%;
    filter: blur(10px);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.2s; }
  .custom-btn-2:hover {
    animation: gradientRotate 2s infinite; }
    .custom-btn-2:hover::before {
      opacity: 1;
      animation: gradientRotate 2s infinite; }
  .custom-btn-2:active {
    color: #c3c4d5; }
  .custom-btn-2:focus::before {
    opacity: 1; }

.page-container {
  position: relative;
  min-height: 100vh; }

.content-wrap {
  padding-bottom: 25rem; }

.site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #004d95;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px !important; }
  .site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5; }
  .site-footer hr.small {
    margin: 20px 0; }
  .site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px; }
  .site-footer a {
    color: #fff; }
    .site-footer a:hover {
      text-decoration: none; }
  .site-footer .social-icons {
    text-align: right; }
    .site-footer .social-icons a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin-left: 6px;
      margin-right: 0;
      border-radius: 100%;
      background-color: #33353d; }

.footer-links {
  padding-left: 0;
  list-style: none; }
  .footer-links li {
    display: block; }
  .footer-links a {
    color: #fff; }
    .footer-links a:active {
      color: #3366cc;
      text-decoration: none; }
    .footer-links a:focus {
      color: #3366cc;
      text-decoration: none; }
    .footer-links a:hover {
      color: #3366cc;
      text-decoration: none; }

.footer-links.inline li {
  display: inline-block; }

.copyright-text {
  margin: 0; }

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0; }
    .site-footer .copyright-text {
      text-align: center; }
    .site-footer .social-icons {
      text-align: center; } }
/*oferte salvate - fara rezultate la oferte salvate*/
.err_page {
  width: 100%;
  height: 80%;
  margin: 4% auto;
  text-align: center;
  display: flex;
  align-items: center; }
  .err_page h4 {
    color: red;
    font-size: 14pt; }
  .err_page h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 70pt;
    margin: 0;
    color: #6400ff; }
  .err_page p {
    font-size: 14pt;
    color: #737373; }

.err_page_right {
  width: 100%; }

.err_page_left {
  width: 100%; }

@media screen and (max-width: 425px) {
  .site-footer {
    bottom: -400px !important; } }
@media screen and (max-width: 800px) {
  .err_page {
    flex-direction: column; }

  .site-footer {
    bottom: -300px; }

  .err_page_left img {
    width: 250px;
    height: auto; }

  .err_page h4 {
    margin: 0; } }
/*GDPR Template*/
.accordion {
  background-color: #fefffa;
  margin: 50px auto;
  border-top: 6px solid #44BBA4;
  line-height: 1.6;
  box-shadow: 5px 5px 10px 0px #a4bac1; }
  .accordion__item {
    border-bottom: 1px solid #dce7eb; }
  .accordion__title {
    padding: 15px 15px 15px 40px;
    display: block;
    position: relative;
    font-weight: 400; }
    .accordion__title:before {
      font-family: FontAwesome;
      content: "\f055";
      font-size: 20px;
      position: absolute;
      left: 15px;
      top: 12px;
      color: #44BBA4; }
    .accordion__title h5 {
      border-bottom: 1px solid #fefffa;
      display: inline-block; }
    .accordion__title:hover, .accordion__title:focus {
      cursor: pointer;
      outline: none; }
      .accordion__title:hover h5, .accordion__title:focus h5 {
        border-bottom-color: #a8bdc4;
        display: inline-block; }
    .is-expanded .accordion__title:before {
      content: "\f056"; }
  .accordion__content-inner {
    padding: 0 40px 10px 40px; }
  .accordion__content {
    transition: height 0.3s ease-out;
    height: 0;
    overflow: hidden; }

/*Footer contact data*/
.contact_data ul {
  list-style: none; }
  .contact_data ul li {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .contact_data ul li:not(:first-child) {
        margin-left: 20px; } }

.input-code {
  margin: 0 5px !important;
  text-align: center;
  line-height: 80px;
  font-size: 40px;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc inset;
  outline: none;
  transition: all .2s ease-in-out;
  border-radius: 3px; }
  .input-code:focus {
    border-color: #1320D5;
    box-shadow: 0 0 5px #1320D5 inset; }
  .input-code::selection {
    background: transparent; }

.btn {
  transition: 1s ease; }
  .btn:hover {
    transition: 1s ease;
    color: #004d95;
    background-color: #fff;
    border-color: #004d95;
    border-style: solid; }

/*BEGIN success download*/
/*.text {
    color: #fff;
    font-size: 6rem;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    bottom: 0;
    animation: text $textDur ease-in infinite;
    transform: translatez(0);

    &-w {
        left: 0rem;
        transform: translate3d(0, -4rem, 0);
        animation: text-w $textDur ease-in infinite;
    }

    &-a {
        left: 5.4rem;
        animation-delay: 150ms;
    }

    &-v {
        left: 9.6rem;
        animation-delay: 230ms;
    }

    &-e {
        left: 13rem;
        animation-delay: 310ms;
    }
}

.coast { // wave: translate-x
    position: absolute;
    left: 1.3rem;
    bottom: 1.7rem;
    width: 6.2rem;
    height: 2.2rem;
    display: inline-block;
    animation: coast $waveDur linear infinite;
    transform: translateZ(0);
}

.wave-rel-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 3rem;
    perspective-origin: 0%, 50%;
}

.wave { // wave: width && scale && rotate
    position: absolute;
    width: 6.2rem;
    height: 2.2rem;
    border-radius: 1.1rem;
    background: radial-gradient(ellipse at center, rgba(116, 241, 252, 1) 0%, rgba(50, 230, 255, 1) 73%, rgba(21, 199, 250, 1) 100%);
    display: inline-block;
    animation: wave $waveDur linear infinite;
    will-change: width;
    transform: translateZ(0) scale(0);
}

.delay {
    animation-delay: $waveDur / 2;
}

@keyframes text {
    0% {
        transform: translate3d(0, 0, 0);
    }

    30% {
        transform: translate3d(0, 0, 0);
    }

    45% {
        transform: translate3d(0, -4rem, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes text-w {
    0% {
        transform: translate3d(0, -4rem, 0);
    }

    38% {
        transform: translate3d(0, -4rem, 0);
    }

    69% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -4rem, 0);
    }
}

@keyframes coast {
    0% {
        transform: translate3d(0, 0, 0);
    }

    23% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(16rem, 0, 0);
    }

    100% {
        transform: translate3d(16rem, 0, 0);
    }
}

@keyframes wave {
    0% {
        transform: scale(0);
        width: 2.2rem;
    }

    10% {
        transform: scale(1);
    }

    23% {
        width: 2.2rem;
    }

    32% {
        width: 6.1rem;
    }

    42% {
        width: 5rem;
        transform: rotateY(0deg) scale(1, 1);
    }

    51% {
        transform: rotateY(90deg) scale(0.6, 0.2);
    }

    52% {
        transform: rotateY(90deg) scale(0);
    }

    100% {
        transform: rotateY(90deg) scale(0);
    }
}
*/
/*END success download*/
.mytooltip {
  display: inline;
  position: relative;
  z-index: 999; }

.mytooltip .tooltip-item {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0 10px; }

.mytooltip .tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 360px;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  opacity: 0;
  cursor: default;
  pointer-events: none; }

.mytooltip .tooltip-content::after {
  content: '';
  top: 100%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #2a3035 transparent transparent;
  border-width: 10px;
  margin-left: 150px; }

.mytooltip .tooltip-content img {
  position: relative;
  display: block;
  float: left;
  margin-right: 1em; }

.mytooltip .tooltip-item::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.mytooltip:hover .tooltip-item::after {
  pointer-events: auto; }

.mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg); }

.mytooltip:hover .tooltip-content2 {
  opacity: 1;
  font-size: 18px; }

.mytooltip .tooltip-text {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 1.31em 1.21em 1.21em 0;
  color: #fff; }

@media only screen and (max-width: 1440px) {
  .blackText {
    width: 100% !important;
    margin-left: 0 !important; } }
.card-text {
  text-align: justify; }

.checkboxWrong {
  opacity: 0.9;
  background-color: #ff3b3c;
  border-radius: 4px; }

/*START btn mesaj special*/
.btn-shine {
  font-size: 16px !important;
  position: absolute;
  top: 50%;
  /*left: 50%;
  transform: translate(-50%, -50%);*/
  color: #fff;
  background: linear-gradient(to right, #4d4d4d -22%, #fff 54%, #4d4d4d 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 10px; }

@-moz-keyframes shine {
  0% {
    background-position: 0; }
  60% {
    background-position: 180px; }
  100% {
    background-position: 180px; } }
@-webkit-keyframes shine {
  0% {
    background-position: 0; }
  60% {
    background-position: 180px; }
  100% {
    background-position: 180px; } }
@-o-keyframes shine {
  0% {
    background-position: 0; }
  60% {
    background-position: 180px; }
  100% {
    background-position: 180px; } }
@keyframes shine {
  0% {
    background-position: 0; }
  60% {
    background-position: 180px; }
  100% {
    background-position: 180px; } }
/*END btn mesaj special*/
/*START customizare carte de vizita din footer*/
.custom-box {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6), 0 -10px 20px rgba(0, 0, 0, 0.4) inset; }

/*END customizare carte de vizita din footer*/
.img_list {
  display: flex !important;
  /* Utilizăm display: flex pentru a crea un container flexibil */
  flex-wrap: wrap;
  /* Permite elementelor să se împartă pe mai multe rânduri dacă nu încap pe un singur rând */
  justify-content: space-between;
  /* Separați elementele pe orizontală, câte două pe rând */
  list-style: none;
  /* Eliminați stilul implicit al listei (bullet-urile) */
  padding: 0 !important;
  /* Eliminați padding-ul implicit al listei */ }
  .img_list .li_img {
    padding-right: 20px;
    width: calc(25% - 10px); }

.carousel-fade .carousel-inner .carousel-item {
  transition: opacity 1.5s ease-in-out; }

.carousel-max-height {
  max-height: 610px;
  overflow: hidden; }

.elem-edit {
  opacity: 0.8;
  width: 35%;
  top: 50%;
  left: 27%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold; }

@media (max-width: 1440px) {
  .elem-edit {
    left: 50%;
    width: 50%; } }
.slider-elem {
  opacity: 0.7;
  /*background: #000;*/
  width: 70%;
  left: 50%;
  /*top: -270%;*/
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 5px;
  border-radius: 5px; }

/*Pentru Fieldset-uri - in caz de ceva se va modifica aici*/
fieldset.panel {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important; }
  fieldset.panel > div {
    flex-grow: 1 !important; }

#bi_ci_panel, #pasaport_panel {
  display: none; }

.carousel-control-next-icon {
  background-image: url("../lib/icons8-forward-button-100.png") !important;
  width: 110px;
  height: 110px;
  background: #fff;
  border: 1px solid;
  border-radius: 100%;
  background-size: cover; }

.carousel-control-prev-icon {
  background-image: url("../lib/icons8-back-arrow-100.png") !important;
  width: 110px;
  height: 110px;
  background: #fff;
  border: 1px solid;
  border-radius: 100%;
  background-size: cover; }

.carousel-indicators li {
  width: 30px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s !important; }

.firstSlide {
  font-size: 20px; }
  @media (max-width: 600px) {
    .firstSlide {
      font-size: 15px; } }

.secondSlide, .thirdSlide {
  top: 50%;
  font-size: 15px; }
  @media (max-width: 600px) {
    .secondSlide, .thirdSlide {
      top: 40%; } }

@media (max-width: 768px) {
  .smallSize {
    width: 50px;
    height: 50px; } }

.modal-dialog {
  max-width: 60%; }

.modal-body {
  text-align: justify;
  color: #fff;
  /* Schimbați culoarea textului la alb */ }

.modal-content {
  background-color: #333;
  /* Schimbați culoarea gri la cea pe care o doriți */ }

.owl-carousel img {
  width: 200px;
  /* Setați lățimea dorită */
  height: 65px !important;
  /* Înălțime automată pentru a menține aspectul original */ }

@media (max-width: 1440px) {
  .parallax {
    min-height: 700px;
    top: -230px;
    margin-bottom: -3vw; }

  .elem-edit {
    top: 102%;
    background-color: #fff;
    opacity: 1; } }
@media (max-width: 976px) {
  .custom-margin-logo-slider {
    margin-bottom: 10vw; } }
@media (min-width: 800px) and (max-width: 902px) {
  .custom_margin_bottom {
    margin-bottom: 160px !important; } }
@media (max-width: 768px) {
  .custom_margin_bottom2 {
    margin-bottom: 100px; } }
@media (max-width: 991px) {
  .custom_polita_margin_bottom {
    margin-bottom: 8rem !important; } }

.input-with-image {
  position: relative; }

.input-with-image input[type="text"] {
  padding-right: 40px;
  /* lățimea imaginii plus puțin spațiu */ }

.input-with-image img {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 30px;
  height: 30px; }

.ul-codPostal {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 130px;
  /* limita de inaltime */
  overflow-y: auto;
  /* adauga bara de derulare verticala */ }

.li-codPostal {
  padding: 10px;
  font-size: 16px;
  cursor: pointer; }

.li-codPostal:hover {
  background-color: #eee; }

.checkboxlist {
  list-style-type: none;
  padding-left: 0; }
  .checkboxlist li {
    position: relative;
    padding-left: 30px;
    text-align: justify; }
    .checkboxlist li::before {
      content: '\2713';
      position: absolute;
      left: 0; }

.owl-dots {
  display: none; }

.owl-nav {
  /*text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 2; }

.owl-prev {
  font-size: 50px !important;
  order: 1; }

.owl-next {
  font-size: 50px !important;
  order: 2; }

.owl-stage-outer {
  position: relative;
  z-index: 1;
  /* Asigură că elementul owl-stage-outer este sub butoane */ }

@media (max-width: 768px) {
  .custom-margin-logo-slider {
    margin-top: 10vw;
    margin-bottom: 10vw; } }
#btnCautaDate:disabled {
  pointer-events: none !important; }

.rand-selectat {
  background-color: #fff;
  color: #000; }

.error-message {
  padding: 20px;
  background-color: antiquewhite;
  /* Rosu pentru mesajul de eroare */
  color: black;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: pulseBackground 1.5s infinite;
  /* Durata de animatie redusa */
  position: fixed;
  z-index: 99999;
  top: 50%;
  width: 60%; }

/*@keyframes pulseBackground {
    0%, 100% {
        background-color: #ff4d4d;*/
/* Rosu la inceput si sfarsit */
/*}

    50% {
        background-color: #ff6666;*/
/* Culoare mai deschisa la mijlocul animatiei */
/*}
}*/
.error-message p {
  margin: 0;
  font-size: 18px;
  font-weight: bold; }

.error-message::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 20px;
  z-index: -1; }

#tabelVehicule tr {
  cursor: pointer; }

#contentInfo i {
  font-size: 13px; }

.badgeInfo {
  text-wrap: balance;
  padding: 20px;
  border: 2px solid #000;
  background-color: aliceblue;
  color: #000; }

/*# sourceMappingURL=common.css.map */
