:root {
    --main-blue: #56aad9;
    --custom-black: #333333;
    --secondary-blue: #172a37;
    --light-blue: #03c4eb;
}

body, html {
    height: 100%;
    margin: 0;
}
.content {
    min-height: 80%;
    padding-bottom: 60px; /* height of the footer */
}

.page-title{
    color: var(--custom-black);
    font-weight: 600;
}

.page-disclaimer{
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}

.btn-submit{
    background: var(--main-blue);
    border-color: var(--main-blue);
}
.btn-submit:hover{
    background: var(--custom-black);
    border-color: var(--custom-black);
}

.container-margin{
    margin-top: 3%;
}
.timeline-icon {
    width: 0px!important;
}

.timeline {
    padding-left: 0px!important;
}

.timeline-item::before {
    left: 0px!important;
}
.text-muted {
    margin-left: 35px!important;
}

.timeline-content {
    padding-left: 10px!important;
}
.date-muted{
    margin-left: 0!important;
}
.timeline {
    position: relative;
    padding-left: 30px;
}
.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.timeline-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
}
.timeline-item::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ddd;
    z-index: 0;
}
.timeline-content {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
}

.flag-icon {
    width: 24px;
    height: 16px;
    margin-right: 5px;
}

.dropdown-flags {
    min-width: 120px; /* Reduce width */
    padding: 5px 10px; /* Reduce padding */
}
.dropdown-flag-item {
    display: flex;
    align-items: center;
    gap: 8px; /* Space between flag and text */
    padding: 5px 10px; /* Reduce padding */
}


.front-items-spacing{
    margin-top: 100px!important;
}
