﻿
.styled-table tbody tr {
    border-bottom: 1px solid #ddd;
}

    .styled-table tbody tr:last-child {
        border-bottom: none;
    }

.nav-tabs {
    border-bottom: 1.5px solid #dee2e6;
}

.nav-tabs .nav-link {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
    color: #333;
    font-weight: 600;
}

    .nav-tabs .nav-link.active {
        background-color: #e6491f;
        border-color: #e6491f;
        color: #fff;
    }


.close-tab {
    margin-left: 20px;
}

#tab-content-area {
    background-color: #E6E6E6;
    padding: 25px;
}


.timeline-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}

.image-column {
    width: calc(100px * 0.39); /* Reduce width by 61% */
    height: calc(600px * 0.60); /* Reduce height by 61% */
    text-align: center;
}

.text-column {
    flex: 1;
    height: calc(600px* 0.60);
    min-width: 100%;
}

.stage {
    padding: 5px 10px;
    height: 6.28em;
    font-size: smaller;
}

    .stage:last-child {
        border-bottom: none;
    }

    .stage:first-child {
        margin-top: 0px;
    }

#package-details-table {
    width: 90%;
}

body {
    font-family: 'Inter', sans-serif !important;
}

h5 {
    font-size: 20pt;
}

h3 {
    font-size: 22pt;
}