﻿.btn {
    display: inline-block !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    user-select: none !important;
    border-radius: 0.375rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
    height: 100% !important;
    background-image: none !important;
}

.btn-primary {
    color: #fff !important;
    border: 1px solid #2D4B73 !important;
    background-color: #2D4B73 !important;
}


.btn-outline-primary {
    color: #2D4B73 !important;
    border: 1px solid #2D4B73 !important;
    background-color: transparent !important;
    font-weight: normal !important;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    background-image: none !important;
}

h1 {
    font-size: 1.5rem !important;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 600 !important;
}

#ctl00_ContentPlaceHolder1_divPassword {
    border: 0px !important;
}

.form-control {
    padding: 0.375rem 0.75rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.btn:disabled {
    opacity: 0.65 !important;
    pointer-events: !important;
}

.timeline {
    display: flex;
    align-items: center;
    position: relative;
    gap: 0;
    width: 50%;
    margin-bottom: .5rem;
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-weight 1.5;
}



.timeline-item {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}



    .timeline-item:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 15px;
        left: 50%;
        right: -50%;
        height: 2px;
        background-color: #e8edf7;
        z-index: 0;
    }



    .timeline-item.active:not(:last-child)::after,
    .timeline-item.completed:not(:last-child)::after {
        background-color: #2d4b73;
    }



.timeline-marker {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 2px solid #e8edf7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #212529bf;
    z-index: 1;
    flex-shrink: 0;
    font-weight: 600;
}



.timeline-content h5 {
    text-align: center;
    font-weight: 600;
    font-size: .875em;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.2;
    box-sizing: border-box;
}



.timeline-content p {
    text-align: center;
    font-size: .875em;
    color: rgba(33, 37, 41, 0.75);
    margin-top: 0;
    margin-bottom: 1rem;
    box-sizing: border-box;
}



.timeline-item.active .timeline-marker {
    border-color: #2d4b73;
    background-color: #2d4b73;
    color: #fff;
}



.timeline-item.completed .timeline-marker {
    border-color: #4b8247;
    background-color: #4b8247;
    color: #fff;
}
