/* <label class="custom-checkbox"><input type="checkbox" id="acord1"><span class="checkmark"></span> <span class="checkbox-label">Am citit și sunt de acord cu regulamentul campaniei.</span></label> */

html,body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
}

h1 {
	font-size:52px;
  color:#1F104A;
  font-weight: normal;
}

h2 {
	font-size:42px;
  color:#1F104A;
  font-weight: normal;
}

h3 { 
	font-size:32px;
  color:#453181;
  font-weight: normal;
}

.contact-container h2 {
  font-size:30px;
  color:#1E1E1E;
}

a,a:visited,a:hover {
  color:#453181;
}

p {
	font-size:16px;
}

p.smaller-text {
  display:block;
  color:#1E1E1E!important;
  font-size:14px;
}

.bg-radius {
  border-radius:5px;
}

.milestone-year {
  border-radius:5px;
  color:#fff;
  font-size:16px;
  background-color:#453181;
  padding:15px 25px;
  position:relative;
  z-index: 2;
}

.dashed-border {
  position:relative;
}

.dashed-border:before {
  content:'';
  height:100%;
  border-right:2px dashed #000;
  position:absolute;
  bottom:-15px;
  left:-50px;
  transform:translateX(-50%);
}

.dashed-borde-last:before {
  display:none;
}

.small-heading {
  font-size:20px;
  color:#1E1E1E!important;  
  font-weight: 500;
}

.about-experience-item-icon {
  width:60px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#453181;
  border-radius:50%;
  color:#fff;
  margin-left:15px;
  font-size:22px;
}

.about-experience-item-content h3 {
  font-weight: 300;
  font-size:44px;
}

img {
	max-width: 100%;
}

.text-purple {
  color:#453181;
}

.text-dark-purple {
  color:#1E1E1E;
}

.text-danger {
  color:#FF533D!important;
}

.bg-purple {
  background-color:#F4F2FB;
}

.bg-gray {
  background-color:#F4F4F4;
}

.bg-pink {
  background-color:#FFF0EE;
}

.homepage-step {
  background-color:#fff;
  border-radius:5px;
  padding:20px;
  height:100%;
}

.about-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color:#fff;
  border-radius:5px;
  padding:20px;
  height:100%;
}

.homepage-step h3 {
  font-size:20px;
  color:#1E1E1E;
  font-weight: normal;
  font-weight: 500;
}

.homepage-step p {
  font-size:14px;
  color:#1E1E1E;
}

.homepage-step p.pretitle {
  font-size:14px;
  color:#453181;
  margin-bottom:5px;
  font-weight: 500;
}

header {
  background-color:#1F104A;
  padding:25px 0;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 999;
}

footer {
  background-color:#fff;
  padding:50px 0;
}

.footer-line {
  width:100%;
  height:1px;
  background-color:#E2E2E2;
}

.social-icon {
  background-color:#453181;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:5px;
  width:34px;
  font-size:20px;
  margin:0 5px;
  padding:5px;
}

.footer-links a,.footer-links a:hover,.footer-links a:visited {
  color:#1F104A;
  text-decoration: none;
  font-size:16px;
  font-weight: 500;
}

.footer-copyright p {
  opacity:0.34;
  color:#453181;
}

.spacer {
  height:80px;
}

.step-image {
  position:relative;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:5px;
}

.step-image img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

* {
	box-sizing: border-box;
}

.container {
	max-width:1260px;
}

#nav-icon3 {
  width: 40px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  top:0px;
  right:15px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  border:0px solid white;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 14px;
}

#nav-icon3 span:nth-child(4) {
  top: 28px;
}

#nav-icon3.open span {
	background:#fff;
	box-shadow:none;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    border:none;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
    border:none;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  border:none;
}

.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  margin-top:15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 5px;
  margin-right:10px;
  background-color:#fff;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
  display: block;
}


.meniu {
  display:flex;
  align-items:center;
  justify-content:center;
}

.menu-header {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-header li {
  margin-right: 40px;
}

.menu-header li:last-child {
  margin-right: 0;
}

.menu-header a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.menu-header a:hover {
  color: white;
  text-decoration: none;
}

.menu-header a:visited {
  color: white;
  text-decoration: none;
}

.buton-standard,.buton-standard:hover,.buton-standard:visited {
  background-color:#F0C661;
  border:1px solid #F0C661;
  color:#1F104A;
  font-size:16px;
  position:relative;
  padding:8px 20px;
  border-radius:5px;
  text-decoration: none;
}

.buton-negativ,.buton-negativ:hover,.buton-negativ:visited {
  background-color:#1F104A;
  border:1px solid #F0C661;
  color:#F0C661;
  font-size:16px;
  position:relative;
  padding:8px 20px;
  border-radius:5px;
  text-decoration: none;
} 

.buton-mov,.buton-mov:hover,.buton-mov:visited {
  background-color:#453181;
  border:1px solid #453181;
  color:#fff;
  font-size:16px;
  position:relative;
  padding:8px 20px;
  border-radius:5px;
  text-decoration: none;
}

.buton-border,.buton-border:hover,.buton-border:visited {
  background-color:transparent;
  border:2px solid #1E1E1E;
  color:#1E1E1E;
  font-size:16px;
  position:relative;
  padding:8px 20px;
  border-radius:5px;
  text-decoration: none;
  transition:all 0.3s ease;
}

.container-documente span {
  color:#453181;
}

.buton-border:hover,.buton-border.active {
  background-color:#1E1E1E;
  color:#fff;
}

.buton-portocaliu,.buton-portocaliu:hover,.buton-portocaliu:visited {
  background-color:#FF533D;
  border:1px solid #FF533D;
  color:#fff;
  font-size:16px;
  position:relative;
  padding:8px 20px;
  border-radius:5px;
  text-decoration: none;
}

.mini-buton-mov,.mini-buton-mov:hover,.mini-buton-mov:visited {
  background-color:#453181;
  border:1px solid #453181;
  color:#fff;
  font-size:14px;
  position:relative;
  padding:3px 15px;
  border-radius:15px;
  text-decoration: none;
  display: inline-block;
  margin:5px 0;
}

.mini-buton-mov-dark,.mini-buton-mov-dark:hover,.mini-buton-mov-dark:visited {
  background-color:#1F104A;
  border:1px solid #1F104A;
  color:#fff;
  font-size:14px;
  position:relative;
  padding:3px 15px;
  border-radius:15px;
  text-decoration: none;
  display: inline-block;
  margin:5px 0;
}

.mini-buton-verde,.mini-buton-verde:hover,.mini-buton-verde:visited {
  background-color:#039B00;
  border:1px solid #039B00;
  color:#fff;
  font-size:14px;
  position:relative;
  padding:3px 15px;
  border-radius:15px;
  text-decoration: none;
  display: inline-block;
  margin:5px 0;
}

.mini-buton-gray,.mini-buton-gray:hover,.mini-buton-gray:visited {
  background-color:#E2E2E2;
  border:1px solid #E2E2E2;
  color:#909090;
  font-size:14px;
  position:relative;
  padding:3px 15px;
  border-radius:15px;
  text-decoration: none;
  display: inline-block;
  margin:5px 0;
}

.right-label {
  position:absolute;
  bottom:10px;
  right:0px;
  background-color:#453181;
  color:#fff;
  font-size:14px;
  padding:2px 5px;
  border-radius:3px;
}

.auction-individual-car-image {
  position:relative;
  aspect-ratio:1.2/1;
  overflow:hidden;
  border-radius:5px;
}

.auction-individual-car-image img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.icon-user-plus:before {
  content:"";
  display:inline-block;
  margin-right:5px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  width:16px;
  height:16px;
  position:relative; 
  top:1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%231F104A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M19 8v6m3-3h-6'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-list:before {
  content:"";
  display:inline-block;
  margin-right:5px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  width:18px;
  height:18px;
  position:relative; 
  top:3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18 12H6c-1.654 0-3-1.346-3-3s1.346-3 3-3h12c1.654 0 3 1.346 3 3s-1.346 3-3 3M6 8a1.001 1.001 0 0 0 0 2h12a1.001 1.001 0 0 0 0-2zm12 11H6c-1.654 0-3-1.346-3-3s1.346-3 3-3h12c1.654 0 3 1.346 3 3s-1.346 3-3 3M6 15a1.001 1.001 0 0 0 0 2h12a1.001 1.001 0 0 0 0-2z' stroke-width='0.5' stroke='%23fff'/%3E%3C/svg%3E");
}

.homepage-kv {
  background-color:#F4F2FB;
  padding:50px 0;
}

.about-kv {
  padding:50px 0;
  min-height: 500px;
  background-image:url("../images/about-kv.png");
  background-size:cover;
  background-position:60%;
  background-repeat:no-repeat;
  display: flex;
  align-items: center;
}

.contact-kv {
  padding:50px 0;
  min-height: 500px;
  background-image:url("../images/contact-kv.png");
  background-size:cover;
  background-position:60%;
  background-repeat:no-repeat;
  display: flex;
  align-items: center;
}

.cadru-kv {
  font-size:14px;
  color:#909090;
  width:100%;
  max-width:500px;
  border-radius:10px;
  background-color:#fff;
  aspect-ratio:1/1.1;
  margin:0 auto;
  padding:15px;
}

.bg-cadru-kv {
  aspect-ratio:1/1;
  border-radius: 5px;
  background: linear-gradient(180deg, #453181 0%, rgba(69, 49, 129, 0.05) 100%);
}

.floating-car-kv {
  position:absolute;
  top:50%;
  left:0;
  transform:translateY(-50%);
  max-width:650px;
}

.floating-1-kv {
  position:absolute;
  top:0;
  right:7%;
  animation: floating 4s ease-in-out infinite;
}

.floating-variable-kv {
  position:absolute;
  animation: floating 4s ease-in-out infinite;
  background-color:#fff;
  border-radius:5px;
  padding:10px;
  font-size:14px; 
  color:#453181;
}

.floating-variable-kv:before {
  content:"";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m19.75 7.018l-9.257 9.257a1 1 0 0 1-1.414 0L4.25 11.446'/%3E%3C/svg%3E");
  background-size:70%;
  background-repeat:no-repeat;
  background-position:center;
  display:inline-block;
  width:20px;
  height:20px;
  top:0;
  left:0;
  border-radius:50%;
  background-color:#453181;
  position:relative;
  top:3px;
  margin-right:7px;
}

.floating-variable-kv.delay-float-1 {
  animation-delay: 0.5s;
}

.floating-variable-kv.delay-float-2 {
  animation-delay: 1s;
}

.floating-variable-kv.delay-float-3 {
  animation-delay: 0.75s;
}

@keyframes floating {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}

.buton-offer-special {
  height: 45px;
  width:100%;
}

.input-offer-special {
  height: 45px;
  width:100%;
}

.auction-card {
  border-radius:15px;
  padding:15px;
  background-color:#fff;
  border:1px solid #E2E2E2;
}

.auction-card-image {
  border-radius:5px;
  overflow:hidden;
  position:relative;
}

.cars-in-auction {
  position:absolute;
  bottom:15px;
  left:50%;
  transform:translateX(-50%);
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.30);
  color:#fff;
  font-size:14px;
  padding:3px 10px;
  border-radius:3px;
  z-index: 2;
}

.cars-in-auction:before {
  content:"";
  display: inline-block;
  width: 16px;
  height: 16px;
  position:relative;
  top:3px;
  margin-right:4px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M6.594 6c-1.336 0-2.57.668-3.313 1.781L.5 11.938a2.97 2.97 0 0 0-.5 1.656v6.625a1.99 1.99 0 0 0 1.5 1.937l2.594.657A4 4 0 0 0 8 26c1.852 0 3.398-1.281 3.844-3h9.312c.446 1.719 1.992 3 3.844 3s3.398-1.281 3.844-3H30c1.094 0 2-.906 2-2v-3.656a4 4 0 0 0-3.031-3.875l-5.407-1.375l-3.906-4.656A3.99 3.99 0 0 0 16.594 6zm0 2H11v4H2.875l2.063-3.094v-.031A1.96 1.96 0 0 1 6.593 8zM13 8h3.594c.593 0 1.152.262 1.531.719L20.875 12H13zM2 14h20.875l5.625 1.406a1.976 1.976 0 0 1 1.5 1.938V21h-1.156c-.446-1.719-1.992-3-3.844-3s-3.398 1.281-3.844 3h-9.312c-.446-1.719-1.992-3-3.844-3c-1.773 0-3.262 1.172-3.781 2.781L2 20.22zm6 6c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m17 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2' stroke-width='1' stroke='%23fff'/%3E%3C/svg%3E");
}

.auction-card-image .swiper {
  width:100%;
  height:100%;
}

.auction-card-image .swiper-slide img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.auction-card-image .swiper-button-prev,
.auction-card-image .swiper-button-next {
  width:30px;
  height:30px;
  background-color:rgba(69,49,129,0.9);
  border-radius:5px;
  transition:all 0.3s ease;
}

.auction-card-image .swiper-button-prev:hover,
.auction-card-image .swiper-button-next:hover {
  background-color:#453181;
}

.auction-card-image .swiper-button-prev:after,
.auction-card-image .swiper-button-next:after {
  font-size:16px;
  color:#fff;
  font-weight:bold;
}

.auction-card h3,
.accordion-item h3 {
  color:#1E1E1E;
  font-size:20px;
  font-weight:500;
}

.auction-card-time {
  background-color:#F4F2FB;
  padding:5px 15px;
  border-radius:5px;
  font-size:15px;
  color:#1E1E1E;
}

.auction-card-time .clock-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  position:relative;
  top:2.5px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23453181' d='M11.5 3a9.5 9.5 0 0 1 9.5 9.5a9.5 9.5 0 0 1-9.5 9.5A9.5 9.5 0 0 1 2 12.5A9.5 9.5 0 0 1 11.5 3m0 1A8.5 8.5 0 0 0 3 12.5a8.5 8.5 0 0 0 8.5 8.5a8.5 8.5 0 0 0 8.5-8.5A8.5 8.5 0 0 0 11.5 4M11 7h1v5.42l4.7 2.71l-.5.87l-5.2-3z' stroke-width='0.5' stroke='%23453181'/%3E%3C/svg%3E");
}

.registration-form {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.form-section {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 30px;
}

.form-section:last-of-type {
  border-bottom: none;
}

.section-title {
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

.form-label {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.form-control {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #453181;
  box-shadow: 0 0 0 0.2rem rgba(69, 49, 129, 0.25);
}

.form-select {
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 14px;
}

.form-select:focus {
  border-color: #453181;
  box-shadow: 0 0 0 0.2rem rgba(69, 49, 129, 0.25);
}

.password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #909090;
  font-size: 18px;
}

.password-info {
  background-color: #F4F2FB;
  color: #453181;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 8px;
}

.invalid-feedback {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
}

.is-invalid-no-icon {
  background-image: none!important;
}

.full-border-login {
  border:2px solid #F4F2FB;
}

.form-check-input:checked {
  background-color: #453181;
  border-color: #453181;
}

.form-check-label {
  color: #1E1E1E;
  font-size: 16px;
}

.terms-link {
  color: #453181;
  text-decoration: none;
}

.terms-link:hover {
  text-decoration: underline;
}

.btn-submit {
  background-color: #453181;
  border: none;
  color: #fff;
  padding: 15px 60px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #1F104A;
  color: #fff;
}

.file-input-wrapper {
  display: flex;
  align-items: center;
}

.btn-outline-secondary {
  border: 1px solid #E2E2E2;
  color: #1E1E1E;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #fff;
}

.btn-outline-secondary:hover {
  background-color: #f8f9fa;
  border-color: #453181;
  color: #453181;
}

.buton-user,.buton-user:visited,.buton-user:hover {
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  color:#fff;
  text-decoration: none;
}

.buton-user span {
  display:inline-block;
  width:40px;
  height:40px;
  background-color:#F0C661;
  color:#1F104A;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:500;
  border-radius:50%;
  margin-right:10px;
}

.wrapper-dashboard {
  padding-top:120px;
  position: relative;
}

.border-container {
  border:1px solid #E2E2E2;
  border-radius:5px;
  padding:20px;
}

.border-container-no-border {
  border:1px solid transparent;
  border-radius:5px;
  padding:20px;
}

.small-pretitle {
  font-size:11px;
  color:#D5D5D5;
  font-weight:500;
  text-transform: uppercase;
}

.user-info-header {
  padding-right:50px;
  position:relative;
}

.user-info-edit-button,.user-info-edit-button:visited,.user-info-edit-button:hover {
  position:absolute;
  top:0;
  right:0;
  width:40px;
  height:40px;
  border-radius:50%;
  background-color:#453181;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.wrapper-dashboard h2 { font-size:20px;  color:#1E1E1E; font-weight: 500; line-height: 24px; }
.user-info-header-company { font-size:16px;  color:#453181; font-weight: 500; line-height: 20px; }

.auction-card-short { background-color:#F4F2FB; padding:10px; border-radius:5px; text-align:center; }
.auction-card-short { font-size:24px; color:#453181; font-weight: 700; }
.auction-card-short div { color:#1E1E1E; font-size:14px; font-weight: 500; margin-top:5px; } 

.navigation-link,.navigation-link:visited,.navigation-link:hover { 
  position:relative;
  padding-left:46px;
  text-decoration: none;
  font-size:18px;
  color:#1E1E1E;
  font-weight: 500;
  display:block;
  margin:20px 0;
}

.navigation-link:before {
  content:"";
  width:36px;
  height:36px;
  background-color:#F4F2FB;
  position: absolute;
  top:-5px;
  left:0;
  border-radius:5px;
  transition:all 0.3s ease;
  color:#453181;
  font-size:14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation-link.active,.navigation-link:hover {
  color:#453181; 
}

.navigation-link.active:before,.navigation-link:hover:before {
  background-color:#453181;
  color:#fff;
}

.navigation-link.icon-dashboard:before {
  content:"\f044";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.navigation-link.icon-profile:before {
  content:"\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.navigation-link.icon-auctions:before {
  content:"\f0e3";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.navigation-link.icon-notifications:before {
  content:"\f0f3";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.navigation-link.icon-heart:before {
  content:"\f004";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.navigation-link.icon-financial:before {
  content:"\f200";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.navigation-link.icon-help:before {
  content:"\f059";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.navigation-link.icon-settings:before {
  content:"\f013";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.navigation-link-logout:before,
.navigation-link-logout:hover:before {
  background:none!important;
  content:"\f08b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color:#453181; 
}

.border-top-footer {
  border-top:1px solid #E2E2E2;
  margin-top:70px;
}

.border-line {
  border-top:1px solid #E2E2E2;
}

.info-bubble {
  display:flex;
  border-radius:5px;
  background-color:#F4F2FB;
  color:#1E1E1E;
  font-size:13px;
  padding:10px;
}

.profile-step { 
  position:relative;
  border:1px solid #F4F2FB;
  border-radius:5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.profile-step h2 {
  font-size:18px;
  line-height: 20px;
}

.max-width-35px {
  max-width:35px!important;
}

.profile-step-info-line {
  background-color:#F4F2FB;
  padding:5px 10px;
  font-size:12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:#1E1E1E;
}

.help-card {
  background-color:#F4F2FB;
  border-radius:5px;
  padding:30px;
  text-align:center;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.help-card-icon {
  background-color:#fff;
  border-radius:5px;
  display:flex;
  width:90px;
  height:90px;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
}

.help-card-icon span {
  border-radius:50%;
  border:1px solid #453181;
  background-color:#453181;
  width:70px;
  height:70px;
  display: flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:28px;
}

.help-card-icon i {
  color:#fff;
  font-size:28px;
}

.help-card-title {
  font-size:24px;
  font-weight:500;
  color:#1E1E1E;
  margin-bottom:10px;
}

.help-card-text {
  font-size:16px;
  color:#1E1E1E;
  margin-bottom:20px;
}

.help-card-link {
  color:#453181;
  font-size:16px;
  font-weight:500;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
  transition:all 0.3s ease;
}

.help-card-link:hover {
  color:#1F104A;
  gap:12px;
}

.help-card-link span {
  transform:rotate(-45deg);
  transition:all 0.3s ease;
}

.help-card-link:hover span {
  transform:rotate(0);
}

.help-card-link i {
  font-size:14px;
}

.notifications-container {
  border-bottom:none;
  border-radius:5px;
}

.notifications-container-button {
  padding:20px;
  border-radius:0 0 5px 5px;
  margin-bottom:25px;
}

.text-link,.text-link:visited,.text-link:hover {
  color:#453181;
  font-size:16px;
  font-weight:500;
}

.notification-item {
  background-color:#fff;
  border-radius:5px;
  padding:10px;
}

.notification-item-icon {
  display:inline-block;
  width:24px;
  height:24px;
  border-radius:50%;
  margin-right:10px;
  position: relative;
  font-size:14px;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}

.notification-item .small-text {
  display:block;
  color:#909090;
  font-size:11px;
}

.buton-filtru,.buton-filtru:visited,.buton-filtru:hover {
  display:inline-block;
  border:1px solid #453181;
  color:#453181;
  font-weight: 500;
  font-size:16px;
  padding:3px 15px;
  border-radius:20px;
  margin:5px 10px 5px 0;
  text-decoration: none;
  transition:all 0.3s ease;
}

.buton-filtru:hover {
  color:#fff;
  background-color:#1E1E1E;
}

.buton-filtru.active {
  color:#fff;
  background-color:#1E1E1E;
}

.buton-filtru.active:after {
  content:"\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left:10px;
  margin-right:2px;
  font-size:13px;
  color:#fff;
}

.bid-container {
  background-color:#F4F4F4;
  border-radius:5px;
  padding:15px;
  font-size:14px;
  color:#1E1E1E;
}

.bid-container .bid-price {
  font-size:16px;
  color:#453181;
  font-weight: 500;
}

.bid-timer {
  background-color:#FF533D;
  border:1px solid #FF533D;
  border-radius:15px;
  padding:3px 10px;
  text-align:center;
  font-size:14px;
  color:#fff;
}

.bid-timer-soon {
  border:1px solid #1E1E1E;
  color:#1E1E1E;
  background-color:transparent;
}

.auction-image-container {
  position:relative;
  border-radius:5px;
  overflow:hidden;
  aspect-ratio:13/9;
}

.image-number-set {
  position:absolute;
  bottom:10px;
  left:10px;
  background-color:rgba(0,0,0,0.3);
  padding:2px 7px;
  font-size:12px;
  color:#fff;
  border-radius:2px;
}

.auction-image-container img {
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  top:0;
  left:0;
}

.auction-list-container h3 {
  font-size:16px;
  color:#1E1E1E;
  font-weight:500;
  margin-bottom:0px;
}

.auction-list-container .small-text {
  font-size:12px;
  color:#1E1E1E;
  font-weight:400;
}

.smaller-text {
  font-size:11px;
  color:#1E1E1E;
  opacity: 0.6;
}

.circle-green {width:100%; max-width:35px!important; aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; border-radius:50%; background-color:#039B0080; color:#fff;}
.circle-warning {width:100%; max-width:35px!important; aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; border-radius:50%; background-color:#ffc107; color:#fff;}
.circle-red {width:100%; max-width:35px!important; aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; border-radius:50%; background-color:#FF533D80; color:#fff;}

.auction-list-container .info-list-item {
  font-size:14px;
  color:#1E1E1E;
  font-weight:500;
  margin:5px 0;
}

.accordion-item {
  border:1px solid #E2E2E2!important;
  border-radius:5px;
  padding:20px;
  margin-bottom:15px;
}

.accordion-content p {
  font-size:14px;
  color:#1E1E1E;
  margin-bottom:0px;
  display: none;
  margin-top:5px;
}

.accordion-item.opened .accordion-content p {
  display: block;
}

.accordion-header {
  padding-right:40px;
  position: relative;
  cursor: pointer;
}

.accordion-header:after {
  content:'\f078';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right:0;
  top:0;
  font-size:14px;
  transition:all 0.3s ease;
}

.accordion-item.opened .accordion-header:after {
  transform:rotate(180deg);
}

.border-header-mobile {
  border-top:1px solid #ffffff20;
  display: none;
}

.load-more-container {
  width:100%;
  background-color:#F4F2FB;
  border-radius:0 0 5px 5px;
  margin-top:-3px;
  border:1px solid #E2E2E2;
  cursor: pointer;
  padding:3px 0;
}

.filter-item h3 {
  font-size:16px;
  color:#1E1E1E;
  font-weight:500;
  margin-bottom:10px;
}

.filter-item-header {
  padding-right:25px;
  position: relative;
  cursor: pointer;
}

.filter-item-header:after {
  content:'\2b';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right:0;
  top:0;
  font-size:13px;
  transition:all 0.3s ease;
}

.filter-item.opened .filter-item-header:after {
  content:'\f068';
}

.filter-item .filter-item-content {
  display: none;
}

.filter-item.opened .filter-item-content {
  display: block;
}

@media only screen and (max-width:1570px) {

}	

@media only screen and (max-width:850px) {
  h1 { font-size:38px; }
  h2 { font-size:30px; }
  h3 { font-size:22px; }
  .border-header-mobile { display:block; }
  .overflow-mobile-scroll { overflow-y:scroll; height:80vh; scrollbar-width:thin; overflow-x:hidden; padding-right:10px; }
  .wrapper-dashboard { padding-top:130px; }
  .wrapper-dashboard h2 { font-size:18px;  color:#1E1E1E; position:relative;}
  .mobile-hidden-sidebar { padding-right:10px; transition:all 0.3s ease; position:fixed; top:90px; left:calc(-100% + 70px); background-color:#fff; width:calc(100% - 70px); height:85vh; z-index:990; }
  .mobile-hidden-sidebar.opened { left:-5px; }
  .mobile-hidden-sidebar-close { transform:translateX(calc(100% + 10px)); cursor:pointer; position:absolute; top:-20px; right:0; font-size:14px; padding:5px 10px; background-color:#453181; color:#fff; border-radius:0 15px 15px 0; }
	.meniu-mobile { display:none; }
  .floating-car-kv { max-width:90%;}
  .menu-header {
    flex-direction: column;
    align-items: center;
    margin-top:20px;
    width:100%;
  }
  a.w-75 {width:100%!important}
  .menu-header li {
    margin-right: 0;
    margin-bottom: 15px;
    padding-left:15px;
    text-align:start;
    width:100%;
  }
  .menu-header li a {font-size:18px;}
  .full-border-login { border:none; }
}

/* Car Carousel Styles */
.car-carousel {
  width: 100%;
  overflow: hidden;
}

.car-carousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.car-carousel .swiper-slide {
  height: auto;
  display: flex;
}

.car-carousel .auction-individual-car-container {
  width: 100%;
  height: 100%;
}

/* Upload Lightbox Styles */
.upload-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.upload-lightbox-overlay.show {
  display: flex;
}

.upload-lightbox-container {
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.upload-lightbox-header {
  padding: 24px 24px 0 24px;
}

.upload-lightbox-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.upload-lightbox-content {
  padding: 24px;
}

.upload-drop-zone {
  border: 2px dashed #453181;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fafafa;
  margin-bottom: 20px;
}

.upload-drop-zone:hover {
  border-color: #7C3AED;
  background-color: #f5f3ff;
}

.upload-drop-zone.dragover {
  border-color: #7C3AED;
  background-color: #f5f3ff;
  transform: scale(1.02);
}

.upload-icon {
  font-size: 48px;
  color: #453181;
  margin-bottom: 16px;
}

.upload-instructions {
  color: #333;
}

.upload-main-text {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #333;
}

.upload-file-types {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.upload-progress-container {
  margin-bottom: 20px;
  padding: 16px;
  background-color: #f8f9fa;
  border-radius: 8px;
}

.uploaded-file-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.file-name {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.file-size {
  color: #666;
  font-size: 14px;
}

.progress-bar-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.progress-bar {
  flex: 1;
  height: 8px;
  background-color: #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
}

.progress-bar::after {
  content: '';
  display: block;
  height: 100%;
  background-color: #453181;
  border-radius: 4px;
  transition: width 0.3s ease;
  width: var(--progress, 0%);
}

.progress-percentage {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  min-width: 35px;
}

.upload-error-message {
  background-color: #FEF2F2;
  border: 1px solid #FECACA;
  color: #DC2626;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.upload-button {
  width: 100%;
  background-color: #374151;
  color: white;
  border: none;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.upload-button:hover {
  background-color: #1f2937;
}

.upload-button:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
}

.upload-button.uploaded {
  background-color: #453181;
}

.upload-button.uploaded:hover {
  background-color: #7C3AED;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .upload-lightbox-container {
    margin: 10px;
    max-width: none;
  }
  
  .upload-lightbox-header,
  .upload-lightbox-content {
    padding: 20px;
  }
  
  .upload-drop-zone {
    padding: 30px 15px;
  }
  
  .upload-main-text {
    font-size: 16px;
  }
}

/* Filter Tags Styles */
.filter-tags {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filter-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
  color: #453181;
  border: 2px solid #453181;
  position: relative;
}

.filter-tag:hover {
  background-color: #f3f4f6;
}

.filter-tag.active {
  background-color: #453181;
  color: white;
  border-color: #453181;
}

.filter-tag.active:hover {
  background-color: #453181;
  border-color: #453181;
}

.filter-tag i:first-child {
  font-size: 16px;
  width: 16px;
  text-align: center;
}

.filter-tag span {
  flex: 1;
  font-weight: 500;
  font-size: 16px;
}

.filter-remove {
  font-size: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.filter-tag.active .filter-remove {
  opacity: 1;
}

.filter-remove:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* Responsive adjustments for filter tags */
@media (max-width: 768px) {
  .filter-tag {
    padding: 10px 14px;
    gap: 10px;
  }
  
  .filter-tag span {
    font-size: 13px;
  }
  
  .filter-tag i:first-child {
    font-size: 14px;
  }
}

.choices__inner {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  border:1px solid #909090;
  font-size: 16px;
  font-weight: 500;
  min-height: auto;
  padding: 5px 36px 5px 10px;
  transition: border-color 0.3s ease;
  cursor: pointer;
   padding-bottom:0;
 }

/* Checkbox Select Styles */
.checkbox-select {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 7px;
  cursor: pointer;
}

.checkbox-select input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #d1d5db;
  border-radius: 3px;
  background-color: white;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  margin: 0;
}

.checkbox-select input[type="checkbox"]:checked {
  background-color: #453181;
  border-color: #453181;
}

.checkbox-select input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-select input[type="checkbox"]:hover {
  border-color: #453181;
}

.checkbox-select input[type="checkbox"]:checked:hover {
  background-color: #453181;
  border-color: #453181;
}

.checkbox-select label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin: 0;
  user-select: none;
}

.checkbox-select:hover label {
  color: #1f2937;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .checkbox-select {
    gap: 10px;
    margin-bottom: 10px;
  }
  
  .checkbox-select input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
  
  .checkbox-select label {
    font-size: 13px;
  }
}

/* Date Range Input Styles */
.date-range-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.date-range-input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  color: #9ca3af;
  background-color: white;
  transition: all 0.3s ease;
  outline: none;
  min-width: 0;
  cursor: pointer;
}

.date-range-input.active {
  border-color: #453181;
  color: #333;
}

.date-range-input:focus {
  border-color: #453181;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
  color: #333;
}

.date-range-input::placeholder {
  color: #9ca3af;
}

.date-separator {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  user-select: none;
  flex-shrink: 0;
}

/* Responsive adjustments for date range */
@media (max-width: 768px) {
  .date-range-container {
    gap: 8px;
  }
  
  .date-range-input {
    padding: 6px 10px;
    font-size: 13px;
  }
  
  .date-separator {
    font-size: 14px;
  }
}

/* Toggle Switch Styles */
.toggle-switch {
  display: flex;
  align-items: center;
}

.toggle-input {
  display: none;
}

.toggle-label {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 18px;
  background-color: #6b7280;
  border-radius: 13px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  overflow: hidden;
}

.toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
  border: 1px solid #e5e7eb;
}

.toggle-input:checked + .toggle-label {
  background-color: #FF533D;
}

.toggle-input:checked + .toggle-label .toggle-slider {
  transform: translateX(24px);
}

.toggle-label:hover {
  background-color: #4b5563;
}

.toggle-input:checked + .toggle-label:hover {
  background-color: #FF533D;
}

.toggle-label:active .toggle-slider {
  transform: scale(0.95);
}

.toggle-input:checked + .toggle-label:active .toggle-slider {
  transform: translateX(24px) scale(0.95);
}

/* Responsive adjustments for toggle switch */
@media (max-width: 768px) {
  .toggle-label {
    width: 44px;
    height: 24px;
  }
  
  .toggle-slider {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px;
  }
  
  .toggle-input:checked + .toggle-label .toggle-slider {
    transform: translateX(20px);
  }
  
  .toggle-input:checked + .toggle-label:active .toggle-slider {
    transform: translateX(20px) scale(0.95);
  }
}

/* Pagination Styles */
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pagination-arrow {
  background: none;
  border: none;
  color: #6B7280;
  font-size: 16px;
  cursor: pointer;
  padding: 8px;
  transition: color 0.3s ease;
}

.pagination-arrow:hover:not(:disabled) {
  color: #4B3080;
}

.pagination-arrow:disabled {
  color: #D1D5DB;
  cursor: not-allowed;
}

.pagination-pages {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination-page {
  background-color: #4B3080;
  color: white;
  border: none;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination-page:hover {
  background-color: #3B2566;
  transform: translateY(-1px);
}

.pagination-page.active {
  background-color: white;
  color: #6B7280;
  border: 1px solid #D1D5DB;
}

.pagination-page.active:hover {
  background-color: #F9FAFB;
  transform: none;
}

.pagination-ellipsis {
  color: #6B7280;
  font-size: 14px;
  font-weight: 600;
  padding: 0 4px;
  user-select: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .pagination-container {
    margin: 30px 0;
  }
  
  .pagination {
    gap: 8px;
  }
  
  .pagination-page {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  
  .pagination-arrow {
    font-size: 14px;
    padding: 6px;
  }
}

/* Bid Lightbox Styles */
.bid-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.bid-lightbox-container {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  color: #f9fafb;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.bid-icon {
  width: 80px;
  height: 80px;
  background-color: #453181;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
}

.bid-icon i {
  
  color: white;
}

.bid-title {
  font-size: 28px;
  font-weight: bold;
  color: #1f2937;
  margin: 0 0 15px 0;
  line-height: 1.2;
}

.bid-description {
  font-size: 16px;
  color: #1f2937;
  margin: 0 0 30px 0;
  line-height: 1.4;
}

.bid-amount {
  font-size: 48px;
  font-weight: bold;
  color: #453181;
  margin: 0 0 30px 0;
}

.bid-button {
  background-color: #453181;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 30px;
}

.bid-button:hover {
  background-color: #7C3AED;
}

.bid-separator {
  height: 1px;
  background-color: #e5e7eb;
  margin: 0 0 20px 0;
}

.bid-history-title {
  font-size: 12px;
  font-weight: bold;
  color: #1f2937;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}

.bid-history-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.bid-history-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e5e7eb;
}

.bid-history-item:last-child {
  border-bottom: none;
}

.bid-history-item.current-bid .bid-price {
  color: #453181;
  font-weight: bold;
}

.bid-date {
  color: #1f2937;
  font-size: 14px;
}

.bid-price {
  color: #1f2937;
  font-size: 14px;
  font-weight: 500;
}

/* Max Bid Lightbox Styles */
.max-bid-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.max-bid-lightbox-container {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  max-width: 450px;
  width: 100%;
  text-align: center;
  color: #f9fafb;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.max-bid-icon {
  width: 80px;
  height: 80px;
  background-color: #FF533D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
}

.max-bid-icon i {
  font-size: 32px;
  color: white;
}

.max-bid-title {
  font-size: 24px;
  font-weight: bold;
  color: #1f2937;
  margin: 0 0 15px 0;
  line-height: 1.2;
}

.max-bid-description {
  font-size: 16px;
  color: #1f2937;
  margin: 0 0 30px 0;
  line-height: 1.4;
}

.max-bid-amount {
  font-size: 42px;
  font-weight: bold;
  color: #FF533D;
  margin: 0 0 30px 0;
}

.max-bid-button {
  background-color: #1f2937;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.max-bid-button:hover {
  background-color: #111827;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .bid-lightbox-container,
  .max-bid-lightbox-container {
    margin: 20px;
    padding: 30px 20px;
  }
  
  .bid-title {
    font-size: 24px;
  }
  
  .max-bid-title {
    font-size: 20px;
  }
  
  .bid-amount,
  .max-bid-amount {
    font-size: 36px;
  }
  
  .bid-icon,
  .max-bid-icon {
    width: 60px;
    height: 60px;
  }
  
  .bid-icon i,
  .max-bid-icon i {
    font-size: 24px;
  }
}

/* Statistics Carousel Styles */
.stats-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.stats-carousel {
  width: 100%;
  padding: 0 15px;
}

.stats-carousel .swiper-slide {
  height: auto;
  display: flex;
}

.stats-carousel .about-info {
  width: 100%;
  height: 100%;
  margin: 0;
}

/* Navigation arrows styling */
.stats-carousel-prev,
.stats-carousel-next {
  position: absolute;
  top: calc(70% - 12.5px)!important;
  width: 25px;
  height: 25px;
  background-color: #453181;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.stats-carousel-prev {
  left: 0;
}

.stats-carousel-next {
  right: 0;
}

.stats-carousel-prev:after,
.stats-carousel-next:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
}

.stats-carousel-prev:after {
  content: "\f053"; /* fa-chevron-left */
}

.stats-carousel-next:after {
  content: "\f054"; /* fa-chevron-right */
}

/* Disable arrows when at start/end */
.stats-carousel-prev.swiper-button-disabled,
.stats-carousel-next.swiper-button-disabled {
  background-color: #E2E2E2;
  color: #909090;
  cursor: not-allowed;
}

.stats-carousel-prev.swiper-button-disabled:hover,
.stats-carousel-next.swiper-button-disabled:hover {
  background-color: #E2E2E2;
  transform: translateY(-50%);
}

/* Responsive adjustments for carousel */
@media (max-width: 768px) {
  .stats-carousel {
    padding: 0 40px;
  }
  
  .stats-carousel-prev,
  .stats-carousel-next {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  
  .stats-carousel-prev:after,
  .stats-carousel-next:after {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .stats-carousel {
    padding: 0 35px;
  }
  
  .stats-carousel-prev,
  .stats-carousel-next {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  
  .stats-carousel-prev:after,
  .stats-carousel-next:after {
    font-size: 10px;
  }
}

/* Gallery Lightbox Styles */
.gallery-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.gallery-lightbox-overlay.show {
  display: flex;
}

.gallery-lightbox-container {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
  background-color: #fff;
}

.gallery-header h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.gallery-close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #6b7280;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.gallery-close-btn:hover {
  background-color: #f3f4f6;
  color: #374151;
}

.gallery-swiper-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafb;
  min-height: 400px;
}

.gallery-swiper {
  width: 100%;
  height: 100%;
  max-height: 60vh;
}

.gallery-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.gallery-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(69, 49, 129, 0.9);
  border-radius: 50%;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.gallery-prev {
  left: 20px;
}

.gallery-next {
  right: 20px;
}

.gallery-prev:hover,
.gallery-next:hover {
  background-color: #453181;
  transform: translateY(-50%) scale(1.05);
}

.gallery-prev:after,
.gallery-next:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
}

.gallery-prev:after {
  content: "\f053"; /* fa-chevron-left */
}

.gallery-next:after {
  content: "\f054"; /* fa-chevron-right */
}

.gallery-prev.swiper-button-disabled,
.gallery-next.swiper-button-disabled {
  background-color: rgba(107, 114, 128, 0.5);
  color: #d1d5db;
  cursor: not-allowed;
  transform: translateY(-50%);
}

.gallery-prev.swiper-button-disabled:hover,
.gallery-next.swiper-button-disabled:hover {
  background-color: rgba(107, 114, 128, 0.5);
  transform: translateY(-50%);
}

.gallery-counter {
  text-align: center;
  padding: 15px 24px;
  background-color: #fff;
  border-top: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 16px;
  font-weight: 500;
}

.gallery-counter .current-slide {
  color: #453181;
  font-weight: 600;
}

/* Make auction image clickable */
.auction-image-container {
  cursor: pointer;
  transition: all 0.3s ease;
}

.auction-image-container:hover {
  transform: scale(1.02);
}

/* Responsive adjustments for gallery */
@media (max-width: 768px) {
  .gallery-lightbox-container {
    max-width: 95vw;
    max-height: 95vh;
  }
  
  .gallery-header {
    padding: 15px 20px;
  }
  
  .gallery-header h3 {
    font-size: 20px;
  }
  
  .gallery-prev,
  .gallery-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .gallery-prev {
    left: 10px;
  }
  
  .gallery-next {
    right: 10px;
  }
  
  .gallery-prev:after,
  .gallery-next:after {
    font-size: 14px;
  }
  
  .gallery-counter {
    padding: 12px 20px;
    font-size: 14px;
  }
}

/* Notification Badge Styles */
.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    animation: pulse-notification 2s infinite;
    cursor: pointer;
    z-index: 10;
    border: 2px solid white;
}

@keyframes pulse-notification {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(220, 53, 69, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

.notification-badge:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

/* User initials wrapper for notification dot positioning */
.user-initials-wrapper {
    position: relative;
    display: inline-block;
}

/* Simple red notification dot */
.notification-dot {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 10px;
    height: 10px;
    background: #dc3545;
    border-radius: 50%;
    border: 2px solid white;
    z-index: 10;
}

/* Notification dot on user avatar */
.buton-user.has-notification span {
    position: relative;
}

.buton-user.has-notification span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: #dc3545;
    border-radius: 50%;
    border: 2px solid #1F104A;
}

/* Clickable notification items */
.notification-clickable {
    transition: all 0.2s ease;
    border-radius: 8px;
    padding: 8px;
    margin: -8px;
    margin-bottom: 8px;
}

.notification-clickable:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.notification-clickable:active {
    transform: scale(0.98);
}
