﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.nav-tight .nav-item + .nav-item {
    margin-left: 10px;
}

#searchForm {
    max-width: 700px; /* sau cât vrei tu */
}


/* leagă „Contul meu” de „Coș” cu 10px */
.nav-tight .nav-item + .nav-item {
    margin-left: 10px;
}

/* search bar modern */
.search-input {
    background-color: #f1f3f5;
    border: none;
    border-radius: 0 24px 24px 0;
    padding-left: 10px;
    height: 38px; /* păstrează o înălțime comodă */
}

.search-icon {
    background-color: #f1f3f5;
    border: none;
    border-radius: 24px 0 0 24px;
    color: #6c757d;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search-input:focus {
    outline: none;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.25);
    background-color: #ffffff;
}

/* pe ecrane foarte înguste, limitează lățimea maximă ca să nu strivească restul */
@media (max-width: 992px) {
    #searchForm {
        max-width: 100%;
    }
}
search-input {
    background: #f1f3f5;
    border: none;
    border-radius: 0 24px 24px 0;
    height: 40px;
}

.search-icon {
    background: #f1f3f5;
    border: none;
    border-radius: 24px 0 0 24px;
    color: #6c757d;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* doar 10px între cont și coș */
.dropdown.me-2 {
    margin-right: 10px !important;
}


.search-wrap {
    max-width: 720px;
}
/* desktop */
.search-input {
    background: #f1f3f5;
    border: none;
    height: 40px;
    border-radius: 0 24px 24px 0;
}

.search-icon {
    background: #f1f3f5;
    border: none;
    height: 40px;
    border-radius: 24px 0 0 24px;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* pe mobil, lăsăm căutarea full-width */
@media (max-width: 992px) {
    .search-wrap {
        max-width: 100%;
    }
}


.search-wrap {
    max-width: 720px;
    margin: 0 auto;
}
/* centrat pe desktop */
.search-input {
    background: #f1f3f5;
    border: none;
    height: 40px;
    border-radius: 0 24px 24px 0;
}

.search-icon {
    background: #f1f3f5;
    border: none;
    height: 40px;
    border-radius: 24px 0 0 24px;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .search-wrap {
        max-width: 100%;
    }
    /* pe mobil, full-width */
}



