.btn-primary {
    background-color: #e91e63 !important;
    border-color: #e91e63 !important;
    box-shadow: 0 8px 14px -8px rgba(233, 30, 99, 0.3), 0 3px 18px 0 rgba(233, 30, 99, 0.1), 0 7px 8px -4px rgba(233, 30, 99, 0.18) !important;
    color: white !important;
}

.bg-gradient-dark {
    background-image: linear-gradient(195deg, #f4cb96 0%, #FF6900 100%);
}

body {
    background: #f0f0f0;
    font-family: sans-serif;
    padding-top: 30px;
}

ul.timeline {
    position: relative;
    list-style-type: none;
    padding-left: 180px;
}

ul.timeline:before {
    position: absolute;
    display: block;
    left: 136px;
    width: 8px;
    height: 100%;
    border-radius: 4px;
    background-color: #07b;
    content: ' ';
}

ul.timeline .event {
    position: relative;
    padding: 16px;
    background: white;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    padding: 2px 10px;
    margin-bottom: 20px;
}

ul.timeline .event:before {
    display: block;
    position: absolute;
    top: 37px;
    left: -49px;
    width: 15px;
    height: 15px;
    border: 6px solid #07b;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.6);
    content: ' ';
}

ul.timeline h6 {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 10px;
}

ul.timeline p {
    font-size: 10px;
}

ul.timeline .time {
    position: absolute;
    display: block;
    width: 120px;
    top: 35px;
    left: -179px;
    font-size: 12px;
    text-align: right;
    font-weight: 600;
    text-transform: uppercase;
}

ul.timeline .time>.glyphicon-time {
    top: 2px;
}

ul.timeline .left-arrow:before {
    position: absolute;
    top: 30px;
    left: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #ddd;
    border-left: 0 solid #ddd;
    border-bottom: 15px solid transparent;
    content: ' ';
}

ul.timeline .left-arrow:after {
    position: absolute;
    top: 30px;
    left: -14px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 15px solid transparent;
    content: ' ';
}


/* Full-screen overlay */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    z-index: 1050;
}

/* Spinner */
.spinner-border {
    margin-right: 10px;
}

#pdf-container .document-img {
    width: 210px;
}


@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    /* Fully visible */
    50% {
        opacity: 0.2;
    }

    /* Transparent */
}

.btn-blink {
    animation: blink 1s infinite;
    /* Apply the blinking animation */
}

.estimate-page {
    color: black;
}

.text-black th {
    color: black !important;
}

.dataTables_wrapper {
    padding: 10px;
}


.step {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.step .step-indicator {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}


.step.active .step-indicator {
    background-color: #ffc107;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
}

.step .step-label {
    margin-top: 10px;
    font-size: 1rem;
    color: #333;
}

.step:hover .step-indicator {
    transform: scale(1.1);
    cursor: pointer;
}

.progress-bar {
    background: linear-gradient(45deg, #6a11cb, #2575fc);
}

@media print {
    .no-print {
        display: none;
    }
}

.progress_bar .Delivered {
    background: linear-gradient(45deg, #228b22, #4caf50);
}

.progress_bar .Estimation.Process {
    background: linear-gradient(45deg, #725b12, #fb0000)
}

.progress_bar .Start {
    background: linear-gradient(45deg, #ffd700, #ffcc00);
}

.progress_bar .Repairing {
    background: linear-gradient(45deg, #8a2be2, #9370db);

}

.progress_bar .disabled {
    background: linear-gradient(45deg, #a9a9a9, #808080) !important;
}

.form-control {
    border: 1px solid #dcdcdc;
}

.paginate_button.active .page-link {
    background: black;
    color: white;
    border: none;
}


.notification-circle {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #dc3545;
    color: white;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.notification-container {
    position: relative;
    display: inline-block;
}

.bg-gradient-yellow {
    background-color: yellow;
}

.bg-gradient-lgreen {
    background-color: yellowgreen;
}

.bg-gradient-blue {
    background-color: blue;
}

.bg-gradient-violet {
    background-color: violet;
}

#assessment .form-control {
    border: none;
}

.border {
    border: 1px solid rgb(167, 164, 164) !important;
}

/* Center the spinner in the viewer */
.spinner-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    /* Semi-transparent background */
}

/* Increase the spinner size */
.spinner-lg {
    width: 3rem;
    height: 3rem;
    border-width: 0.3rem;
    /* Adjust thickness */
}



.dt-buttons.btn-group .btn {
    background: black;
    color: white;
}

.bg-gradient-light {
    background: white !important;
    color: black !important;
}

table.dataTable>tbody>tr>th,
table.dataTable>tbody>tr>td {
    padding: 2px !important;
    background: rgb(223, 220, 220) !important;
    color: black !important;
}

table.dataTable>tbody>tr>td>*>*,
table.dataTable>tbody>tr>td h6 {
    color: black !important;
}

.nav-pills {
    background: none;
}

.nav-pills .nav-item,
.nav-pills .nav-item .nav-link.active {
    background: none;
}

.nav-pills .nav-item .nav-link.active {
    background: #FF6900;
    color: black;
}

.nav-pills .nav-item .nav-link {
    background: rgb(2, 78, 131);
    color: white;
    width: 90%;
}

.bg-orange {
    background: #FF6900;
    color: black;
}

.form-select {
    padding: 2px;
}

.border-orange {
    border: 2px solid #FF6900;
}

.estimate_table tr th {
    border: none !important;
}

#claim_table {
    text-align: left !important;
}

.bg-blue {
    background: rgb(2, 78, 131);
    color: white;
}

.claim-list-header .dt-buttons .btn {
    background: none !important;
    box-shadow: none !important;
}


.claim-list-header .dt-buttons .btn-light {
    background: rgb(2, 78, 131) !important;
    color: white !important;
}

.claim-list-header .btn {
    margin: 0;
}

.col-2-5 {
    flex: 2 0 20%;
    max-width: 25%;
}

.border-orange-2 {
    border: 2px solid orange !important;
}

#claim_table td {
    border-bottom: 1px solid orange !important;
    border-top: none;
    border-left: 1px solid orange;
}

.email-tag {
    display: inline-block;
    background-color: #0d6efd;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
}

.email-tag .remove {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
}