.main-header {
    background-color: #2F6B6B;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.section-header {
    background-color: #2F6B6B;
    color: white;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
.section-header-horizental {
    background-color: #d4d4d4;
    padding: 3px 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.stylish-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    padding-bottom: 0.25rem;
}

.form-group {
    margin-bottom: 5px;
}


/* Step form css start */

/* .section {
    display: none; 
} */

.section.active {
    display: block; /* Show only active section */
}

/* Step Indicator */
.step-indicators {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.step {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background-color: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.step.active {
    background-color: #007bff;
    color: #fff;
}

.btn-custom {
    background-color: #0066cc;
    color: white;
    padding: 5px 20px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 10px;
}

.btn-custom:hover {
    background-color: #0055a5;
    /* Darker shade for hover effect */
}

.btn-custom:disabled {
    background-color: #cccccc;
    /* Disabled state color */
    cursor: allowed;
}


/* header */

.header-section {
    background-color: white;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
}

.bse-logo {
    width: 120px;
    height: auto;
}

.company-info {
    text-align: center;
    color: #0066cc;
    font-size: 11px;
    line-height: 1.2;
}

.complaint-link {
    color: #ff0000;
    text-decoration: none;
    font-size: 11px;
}

.nav-menu {
    background-color: #f8f9fa;
    padding: 5px 15px;
    border-bottom: 2px solid #dc3545;
    font-size: 12px;
    text-align: center;
}

.nav-menu a {
    color: #333;
    text-decoration: none;
    margin-right: 15px;
    font-weight: 500;
}

.nav-menu a:hover {
    color: #0066cc;
}

.form-container {
    background-color: white;
    /* margin: 10px; */
    border: 1px solid #ddd;
    max-height: 600px;
    overflow-y: auto;
    /* padding: 10px; */
}

.section-header {
    /* background-color: #6c8c8c; */
    color: white;
    text-align: center;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
}

.form-table {
    width: 100%;
    font-size: 12px !important;
}

.form-table td,
.form-table th {
    padding: 3px 6px;
    border: 1px solid #ddd;
    vertical-align: middle;
    background-color: #f8f9fa;
}

.label-cell {
    width: 25%;
    font-weight: 500;
}

.form-control,
.form-select {
    /* height: 25px; */
    /* padding: 2px 5px; */
    font-size: 14px;
    box-shadow: none !important;
}

.form-group label {
    text-align: left !important;
    padding-right: 10px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.input-cell {
    width: 25%;
}

.input-cell input,
.input-cell select {
    width: 100%;
    font-size: 12px;
    padding: 2px 4px;
    height: 22px;
    border: 1px solid #ccc;
}

.required {
    color: #ff0000;
}

.date-input {
    width: 100%;
}

.readonly-field {
    background-color: #f0f0f0;
}