#offer-form{
    font-family: 'Inter';
}

#income-borrowers-block,
#properties-borrowers-block{
    z-index: 10;
    background-color: #fff;
}
.step-indicator span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: #f76b47;
    color: white;
}
.form-section {
    max-width: 800px;
    margin: auto;
}
.form-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
#offer-form .form-control::placeholder {
    color: #bbb;
}

#offer-form .form-label{
    font-weight: 500;
    font-size: 18px;
}

.sidebar {
    width: 220px;
    background-color: #fff;
    border-right: 1px solid #eee;
    height: 100vh;
    padding: 1rem;
}

.sidebar .nav-link {
    background-color: #f9fafb;
    color: #212529;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.75rem 1rem;
    font-weight: 500;
}

.sidebar .nav-link.active,
.sidebar .nav-link.finish {
    background-color: #f0f7ff;
    color: #0d6efd;
    border: 1px solid #0d6efd;
}
.sidebar .nav-link.finish{
    color: #344054;
}

.sidebar .nav-link i{
    display: none;
}

.sidebar .nav-link.finish i{
    display: inline-block;
}

.sidebar .nav-link:hover {
    background-color: #f1f3f5;
}

.sidebar .nav-link {
    background-color: #f1f3f5;
    pointer-events: none;
}

#offer-form .form-control{
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
}



#offer-form select{
  color: #bdbbbb!important 
}
#offer-form select option {
  color: #000;
}
#offer-form select.filled {
  color: #000!important;
}

/* Stepper */

.stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.step {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 500;
    z-index: 1;
   
}
.step:not(:last-child){
     margin-right: 50px;
}
.step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -130%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #ddd;
    z-index: 0;
}
.step.completed {
    background-color: #fee2e2;
    color: #DF6B4B;
}
.step.completed::after {
    background-color: #DF6B4B;
}
.step.active {
    background-color: #DF6B4B ;
    color: white;
}
.step.inactive {
    background-color: #f3f4f6;
    color: #6b7280;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.input-group-text {
    color: #0086C9;
    background-color: #F5FBFF;
}

.nav-tabs {
  border-bottom: none; /* Прибрати лінію вкладок */
}

.nav-tabs .nav-link {
  box-shadow: none;
}

.nav-tabs .nav-link.active {
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.05);
  border-bottom: none !important;
  position: relative;
  top: 2px;
  z-index: 2;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus{
    border-color: transparent;
}

.nav-tabs .nav-link:not(.active):hover{
    background-color: rgba(0, 0, 0, 0.05);
}

.nav-tabs .nav-link{
    background-color: rgba(0, 0, 0, 0.02);
}

.nav-tabs .nav-link{
    border-radius: 8px 8px 0px 0px;
}
