/* <------------------------------------------------------------------ box shadows page ----------------------------------------------------------------> */
.box_shadow_textarea {
    display: none;
}

.actions_icon a {
    cursor: pointer;
}

/* profile setting page  */
.profile_image>img {
    height: 12rem;
    aspect-ratio: 1/1;
    border-radius: 0.3rem;
    object-fit: cover;
}

.box_shadow_textarea {
    min-height: 20rem !important;
}

div#image-preview>img {
    height: 200px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.table-responsive svg {
    height: 28px;
}

.previews-images img {
    height: 90px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.preview-image {
    display: flex;
    flex-direction: column-reverse;
}

.previews-images {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.multiple-images {
    cursor: pointer;
}

.preview-feature-image img {
    height: 200;
    object-fit: cover;
}

.preview-icon>img {
    height: 157px;
    object-fit: contain;
    width: 100%;
    margin-top: 1rem;
}

.preview-image>img {
    height: 200px;
    object-fit: contain;
}

.preview-logo>img {
    height: 100px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    margin-top: 1rem;
}

ul.list-unstyled.view-driver {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.password-field {
    position: relative;
}

.password-field .toggle-password {
    position: absolute;
    right: 12px;
    top: 15px;
    cursor: pointer;
}

span.logo-sm img {
    height: 31px;
    object-fit: contain;
}

span.logo-lg>img {
    height: 50px;
}

.view-supplier>li {
    margin-bottom: 1rem;
}

.nav-link.completed {
    background: #43d309;
    color: white;
}

.text-primary {
    color: #E6AE22 !important;
}

.btn-primary {
    background-color: #E6AE22 !important;
    border-color: #E6AE22 !important;
    color: white !important;

}

.btn-primary:hover {
    background-color: transparent !important;
    border-color: #E6AE22 !important;
    color: #E6AE22 !important;

}









.step-wizard {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.step-wizard-list {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #333;
    list-style-type: none;
    border-radius: 10px;
    display: flex;
    padding: 20px 10px;
    position: relative;
    z-index: 10;
}

.step-wizard-item {
    padding: 0 20px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 120px;
    position: relative;
}

.step-wizard-item+.step-wizard-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    background: #E6AE22;
    /* Changed color from blue to #E6AE22 */
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    z-index: -10;
}

.progress-count {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    color: transparent;
}

.progress-count:after {
    content: "";
    height: 40px;
    width: 40px;
    background: #E6AE22;
    /* Changed color from blue to #E6AE22 */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}

.progress-count:before {
    content: "";
    height: 10px;
    width: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(-45deg);
    transform-origin: center center;
}

.progress-label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.current-item .progress-count:before,
.current-item~.step-wizard-item .progress-count:before {
    display: none;
}

.current-item~.step-wizard-item .progress-count:after {
    height: 10px;
    width: 10px;
}

.current-item~.step-wizard-item .progress-label {
    opacity: 0.5;
}

.current-item .progress-count:after {
    background: #fff;
    border: 2px solid #E6AE22;
    /* Changed color from blue to #E6AE22 */
}

.current-item .progress-count {
    color: #E6AE22;
    /* Changed color from blue to #E6AE22 */
}

.form-section {
    display: none;
}

.form-section.active {
    display: block;
}

.form-navigation {
    margin-top: 20px;
}

/* New styles for improved UI */
.card-header {
    background-color: #E6AE22;
    color: white;
}

.btn-primary {
    background-color: #E6AE22;
    border-color: #E6AE22;
}

.btn-primary:hover {
    background-color: #c49618;
    border-color: #c49618;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

/* Added styles for the auto-save message */
.auto-save-message {
    color: #28a745;
    display: none;
    margin-top: 10px;
    font-style: italic;
}

/* Draft notification */
.draft-notification {
    background-color: #f8f9fa;
    border-left: 4px solid #E6AE22;
    padding: 15px;
    margin-bottom: 20px;
    display: none;
}










.info-card {
            border: 1px solid #dee2e6;
            border-radius: 0.25rem;
            margin-bottom: 1rem;
        }

        .info-card .card-header {
            background-color: #f8f9fa;
            padding: 0.75rem 1.25rem;
            font-weight: 600;
            border-bottom: 1px solid #dee2e6;
        }

        .info-card .card-body {
            padding: 1.25rem;
        }

        .info-label {
            font-weight: 600;
            color: #495057;
            margin-bottom: 0.25rem;
        }

        .info-value {
            margin-bottom: 1rem;
        }

        .expiry-date {
            display: inline-block;
            padding: 0.25rem 0.5rem;
            border-radius: 0.25rem;
            font-size: 0.875rem;
        }

        .expiry-valid {
            background-color: #d4edda;
            color: #155724;
        }

        .expiry-warning {
            background-color: #fff3cd;
            color: #856404;
        }

        .expiry-danger {
            background-color: #f8d7da;
            color: #721c24;
        }

        .document-item {
            margin-bottom: 1.5rem;
        }

        .document-item h5 {
            font-weight: 600;
            margin-bottom: 1rem;
            color: #495057;
        }

        .chart-container {
            position: relative;
            height: 300px;
            margin-bottom: 1rem;
        }

        .performance-table .text-success {
            font-weight: bold;
        }

        .performance-table .text-danger {
            font-weight: bold;
        }

        .performance-summary {
            margin-bottom: 1.5rem;
        }

        .performance-indicator {
            display: flex;
            align-items: center;
            margin-top: 0.5rem;
        }

        .status-indicator {
            display: inline-block;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            margin-right: 0.5rem;
        }

        .status-indicator.best {
            background-color: #28a745;
        }

        .status-indicator.good {
            background-color: #17a2b8;
        }

        .status-indicator.average {
            background-color: #ffc107;
        }

        .status-indicator.poor {
            background-color: #dc3545;
        }

        .status-indicator.unknown {
            background-color: #6c757d;
        }

        .target-item {
            background-color: #f8f9fa;
            padding: 1rem;
            border-radius: 0.25rem;
            margin-bottom: 1rem;
        }

        .target-label {
            font-weight: 600;
            color: #495057;
            margin-bottom: 0.5rem;
        }

        .target-value {
            font-size: 1.25rem;
            font-weight: 700;
        }

        .stat-box {
            background-color: #f8f9fa;
            padding: 1rem;
            border-radius: 0.25rem;
            margin-bottom: 1rem;
        }

        .stat-label {
            font-weight: 600;
            color: #495057;
            margin-bottom: 0.5rem;
        }

        .stat-value {
            font-size: 1.25rem;
            font-weight: 700;
        }

        .small-box {
            border-radius: 0.25rem;
            position: relative;
            display: block;
            margin-bottom: 20px;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            color: #fff;
        }

        .small-box .inner {
            padding: 10px;
        }

        .small-box .inner h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0 0 10px 0;
            white-space: nowrap;
            padding: 0;
        }

        .small-box .inner p {
            font-size: 1rem;
            margin-bottom: 0;
        }

        .small-box .icon {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 2rem;
            opacity: 0.3;
        }

      
        .info-box {
            box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
            border-radius: 0.25rem;
            background-color: #fff;
            display: flex;
            margin-bottom: 1rem;
            min-height: 80px;
            padding: 0.5rem;
            position: relative;
            width: 100%;
        }

        .info-box .info-box-icon {
            border-radius: 0.25rem;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 1.875rem;
            width: 70px;
            color: #fff;
        }

        .info-box .info-box-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            line-height: 1.8;
            flex: 1;
            padding: 0 10px;
        }

        .info-box .info-box-text {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .info-box .info-box-number {
            display: block;
            font-weight: 700;
        }

        .timeline {
            margin: 0;
            padding: 0;
            position: relative;
            list-style: none;
        }

        .timeline:before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 31px;
            width: 4px;
            background: #ddd;
            content: "";
            margin-left: -1.5px;
        }

        .timeline-item {
            position: relative;
            margin-bottom: 15px;
        }

        .timeline-marker {
            position: absolute;
            width: 16px;
            height: 16px;
            left: 24px;
            top: 0;
            margin-left: 0;
            border-radius: 50%;
            z-index: 100;
        }

        .timeline-content {
            margin-left: 60px;
            background: #f8f9fa;
            padding: 1rem;
            border-radius: 0.25rem;
            position: relative;
        }

        .timeline-title {
            margin-top: 0;
            font-size: 1.25rem;
            margin-bottom: 0.25rem;
        }

        .timeline-date {
            font-size: 0.875rem;
            color: #6c757d;
            margin-bottom: 0.5rem;
        }