﻿.step-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #dee2e6;
    color: #495057;
    font-weight: bold;
    margin: 0 auto;
}

    .step-circle.active {
        background-color: #0d6efd;
        color: white;
    }

.step-line {
    height: 2px;
    background-color: #dee2e6;
    flex: 1;
    margin: 0 5px;
}
.vertical-divider {
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-left: 15px;
}
.btn-success, .btn-danger {
    background-color: transparent;
    color: #198754;
    border-color: #198754;
    transition: all 0.3s ease;
}

.btn-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-success:hover {
    background-color: #198754;
    color: white;
}

.btn-danger:hover {
    background-color: #dc3545;
    color: white;
}

hr.dotted {
    border-top: 5px dotted #ccc;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.no-image-view {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #ccc;
    padding: 5px;
}
.product-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border: 1px solid #ccc;
    padding: 5px;
}

.d-none {
    display: none;
}
.number-text-viwe {
    width: 70px;
    appearance: textfield;
}
.changeinfo{
    color:red;
}
.myorderhdr {
    background-color: whitesmoke;
}
/* Timeline container */
.timeline1 {
    position: relative;
    margin: 2rem 0;
    border-left: 0px solid #007bff;
}

/* Timeline item */
.timeline1-item {
    position: relative;
    margin-bottom: -2rem;
}

/* Dot */
.timeline1-dot {
    position: absolute;
    left: -11px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #17c666;
    border-radius: 50%;
    border: 2px solid white;
}

/* Content */
.timeline1-content {
    padding-left: 10px;
}

.statushispadding {
    padding-left: 10px;
}
.orderstatustimeline {
    background-color: #f5f5f5;
}
.timeline {
    position: relative;
    margin: 2rem 0;
    border-left: 2px solid #007bff;
}

/* Timeline item */
.timeline-item {
    position: relative;
    margin-bottom: 2rem;
}

/* Dot */
.timeline-dot {
    position: absolute;
    left: -11px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #17c666;
    border-radius: 50%;
    border: 2px solid white;
}

/* Content */
.timeline-content {
    padding-left: 10px;
}