﻿.timeline-label {
    position: relative;
    font-size: 0.7rem !important;
}

span {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.rz-tabview-panel-custom {
    padding-left: 1px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
}

.timeline-label:before {
    content: "";
    position: absolute;
    left: 111px;
    width: 3px;
    top: 0;
    bottom: 0;
    background-color: #eff2f5;
}

.timeline-label .timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 1.7rem;
}

.timeline-label .timeline-label {
    width: 110px;
    flex-shrink: 0;
    position: relative;
}

.timeline-label .timeline-badge {
    flex-shrink: 0;
    background: #fff;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    margin-top: 1px;
    margin-left: -0.5rem;
    padding: 3px !important;
    border: 6px solid #fff !important;
}

.timeline-label .timeline-content {
    flex-grow: 1;
}

.balancetimeline-label {
    position: relative;
    font-size: 0.7rem !important;
}

    .balancetimeline-label:before {
        content: "",
    }

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    background-color:#4240d2;
    width: 35px;
    height: 35px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cfont {
    color: #4240d2;
    font-weight: bold;
    font-size: 14px;
}


.table-print-document {
    display: table !important;
    width: 100% !important;
    margin-bottom: 1rem !important;
    border-color: #dee2e6 !important;
    border-collapse: collapse;
    
}

    .table-print-document > :not(caption) > * > * {
        padding: 0.15rem 0.15rem;
        background-color: var(--bs-table-bg);
        border-bottom-width:1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    }

    .table-print-document > thead {
        vertical-align: bottom;
    }

    .table-print-document > tbody {
        vertical-align: inherit;
    }

    .table-print-document > thead, tbody, tfoot, tr, th, td {
        border-width: 0;
        border-style: solid;
        border-color: inherit;
    }
