:root {
    --primary: #016bf8;
    --fc-accordion-active-color:#dc632d
}

p {
    color: #000 !important;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: var(--fc-breadcrumb-divider,"/");
}

.dropdown-item {
    border-radius: 0!important;
}

.op-feature-box.selected {
    color: #fff!important;
    background-color: var(--primary);
}

.text-truncate-product {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.accordion-button:not(.collapsed) {
    background-color: inherit!important;
}

.accordion-item {
    border: none;
}

.ribbon {
    position: relative;
}

.ribbon.ribbon-start .ribbon-label {
    top: 10%;
    left: 0;
    right: auto;
    transform: translateX(-5px) translateY(-50%);
    border-top-right-radius: 0.475rem;
    border-bottom-right-radius: 0.475rem;
}

.ribbon .ribbon-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    background-color: var(--bs-ribbon-label-bg);
    box-shadow: var(--bs-ribbon-label-box-shadow);
    color: var(--bs-primary-inverse);
    top: 10%;
    right: 0;
    transform: translateX(5px) translateY(-50%);
}

/* .products-image-background:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .02;
    background: #000;
    pointer-events: none;
} */

#text-preheader p {
    margin-bottom: 0;
}

#text-preheader a {
    color: #fff;
}

/* .text-primary {
    color: var(--primary)!important;
}

.bg-success {
    background-color: var(--primary)!important;
}

.form-control:focus {
    background-color: #fff;
    border-color: #cecece;
    box-shadow: none;
    color: #21313c;
    outline: 0;
} */

.header-filter {
    position: relative;
}

.header-filter:before {
    background: rgba(0, 0, 0, 0.3);
}

.header-filter:after, .header-filter:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.card-product .card-product-action {
    bottom: initial;
    left: initial;
    top: 50%;
    position: absolute;
    transform: none;
}

.bg-image{
    background-size: cover;
    background-position: center;
    background-attachment: fixed; 
    position: relative;
    object-fit: cover;
}

/* .bg-costum{
    background-color: #eceff8;
} */
.bg-costum {
    background-color: #f3f6ff;
}

.call-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
  }

  .nav-link:hover{
    color: #016bf8;
  }

  .bg-color{
    background-color: #f8f7f9;
  }

  .bg-card{
    background-color: #f1f2f3;
  }

  /* .btn .btn-primary{
    background-color: #016bf8;
  } */

  .bg-number {
    background-color: #d9f9e6;
    border-radius: 50%;
  }

  .custom-btn {
    background-color: #2563eb; /* Culoare similară cu btn-info */
    color: white; /* Text alb */
    border: none; /* Elimină bordura */
    border-radius: 50px; /* Echivalent pentru rounded-5 */
    padding: 1rem 2rem; /* Echivalent pentru px-4 și py-3 */
    text-align: center; /* Aliniază textul în centru */
    cursor: pointer; /* Schimbă cursorul la hover */
  }
  
  .custom-btn:hover {
    background-color: #2563eb; /* Culoare la hover */
    color: white; /* Text alb */
  }

  .custom-btn2 {
    background-color:#ccc; /* Culoare similară cu btn-info */
    color: white; /* Text alb */
    border: none; /* Elimină bordura */
    border-radius: 50px; /* Echivalent pentru rounded-5 */
    padding: 1rem 2rem; /* Echivalent pentru px-4 și py-3 */
    text-align: center; /* Aliniază textul în centru */
    cursor: pointer; /* Schimbă cursorul la hover */
  }
  
  .custom-btn2:hover {
    background-color: #2563eb; /* Culoare la hover */
    color: white; /* Text alb */
  }


  .custom-progress {
    height: 5px;
  }
  
  .custom-progress-bar {
    background-color: #5c8af0;
  }
  .custom-progress {
    margin-top: 0;
    padding-top: 0;
}

  
  
  .image-container {
    background-color: #f4f4f5; /* Fundal roșu */
    border-radius: 50%; /* Face cercul */
    width: 70px; /* Dimensiune cerc */
    height: 70px; /* Dimensiune cerc */
    display: flex; /* Centrează imaginea */
    justify-content: center; /* Centrează imaginea pe orizontală */
    align-items: center; /* Centrează imaginea pe verticală */
    overflow: hidden; /* Asigură-te că imaginea nu depășește cercul */
}

.image-container img {
    width: 60%;
    height: 60%;
}

.disabled-btn {
    pointer-events: none; /* Dezactivează click-urile */
    opacity: 0.6; /* Face butonul semi-transparent pentru a arăta ca dezactivat */
    background-color: #ccc; /* Culoare gri pentru fundal */
    color: #666; /* Culoare gri pentru text */
}

.icon-color{
    color: #8887fc;
}

 
.activities-card {
    border-radius: 1.5rem; /* rounded-4 */
    height: 100%; /* h-100 */
    text-align: start; /* text-start */
    text-align: center !important; /* text-md-center */
    position: relative; /* position-relative */
    width: 100%; /* w-100 */
    background-color: #fff; /* Optional: card background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow for card */
    padding: 1rem; /* Optional: padding for card content */
}

.card-hover:hover{
    background-color: #f8f8fa;
}

.card-activ {
    background-color: #ebf6ff; /* fundal roșu deschis */
    border-color: #2563eb;     /* bordură roșie */
}

.card-activ:hover{
    background-color: #ebf6ff; /* fundal roșu deschis */
    border-color: #2563eb;     /* bordură roșie */
}

.form-check-input:checked {
    background-color: #2563eb;  /* Schimbă fundalul radio-ului în albastru */
    border-color: #2563eb;      /* Schimbă bordura în albastru */
}

.form-check-input:checked {
    background-color: #2563eb;    /* Schimbă fundalul radio-ului în albastru */
    border-color: #2563eb;        /* Schimbă bordura în albastru */
    box-shadow: 0 0 0 0.25rem rgb(37, 99, 235, 0.25); /* Schimbă umbra în albastru deschis */
}

.btn-back{
    background-color: #f6f6f8;
    color: #313c44;
}

.select2-container {
    box-sizing: border-box;
    width: 100% !important; 
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    height: 52px;
    outline: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 50px;
    padding-left: 1rem;
    display: block;
    padding-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__rendered[title="Selectează cod CAEN"] {
    color: #6c757d;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 1px;
    right: 8px;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #6c757d transparent transparent transparent;
    border-width: 5px 5px 0 5px;
}


.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
    color: #999;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #333;
}


.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default .select2-selection--single:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.select2-dropdown {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    margin-top: 4px;
}
.select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    outline: none;
    padding: 0.6rem;
}
.select2-results__option--highlighted[aria-selected] {
    background-color: #0d6efd;
}

/* Focus normal (albastru) */
.form-control:focus {
    background-color: #fff;
    border-color: rgba(99, 102, 241, .35); /* mov */
    outline: none;
    box-shadow: none;
  }
  
  /* Când e required dar gol/invalid și primește focus după submit */
  .form-control:invalid:focus {
    border-color: #dc3545; /* roșu */
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
  }
  
  