﻿body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.section-container {
    width: 100%; 
    height: 100%; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 40px; 
    display: inline-flex
}

.section-subheading {
    color: black; 
    font-size: 16px; 
    font-family: Avenir; 
    font-weight: 800; 
    line-height: 24px; 
    word-wrap: break-word
}

.section-subheading-desc {
    color: black; 
    font-size: 14px; 
    font-family: Avenir; 
    font-weight: 400; 
    line-height: 24px; 
    word-wrap: break-word
}

.date-container {
    width: 267px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 20px; 
    display: flex
}

.datebox-container {
    align-self: stretch; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 20px; 
    display: inline-flex
}

.textbox {
    width: 100%; 
    height: 100%; 
    position: relative
}

.textbox textouter {
    width: 691px; 
    height: 60px; 
    left: 0px; 
    top: 14px; 
    position: absolute; 
    flex-direction: column; 
    justify-content: flex-start;
    align-items: flex-start; 
    display: inline-flex
}

.textbox textinner {
    align-self: stretch; 
    height: 60px; 
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    background: white; 
    border-radius: 8px; 
    outline: 1px #136EB6 solid; 
    outline-offset: -1px; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 10px; 
    display: inline-flex
}

.textbox text {
    color: #4A5565;
    font-size: 16px;
    font-family: Avenir;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word
}

.textbox infocontainer {
    width: 120.13px; 
    height: 27px; 
    padding-left: 8px; 
    padding-right: 8px; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    left: 19.51px; 
    top: 0px; 
    position: absolute; 
    background: white; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 80px; 
    display: inline-flex
}

.textbox info {
    color: #4A5565; 
    font-size: 12px; 
    font-family: Avenir; 
    font-weight: 400; 
    line-height: 16px; 
    word-wrap: break-word
}

.section-description {
    width: 100%; 
    color: black; 
    font-size: 16px; 
    font-family: Avenir; 
    font-weight: 400; 
    line-height: 24px; 
    word-wrap: break-word
}

.section-header {
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    background: #136EB6; 
    border-radius: 12px; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 16px; 
    display: inline-flex
}

.section-header numberContainer {
    width: 36px; 
    height: 36px; 
    background: #C1E800; 
    border-radius: 18px; 
    justify-content: center; 
    align-items: center; 
    display: flex
}

.section-header number {
    color: #136EB6; font-size: 18px; font-family: Inter; font-weight: 700; line-height: 27px; word-wrap: break-word
}

.section-header textConainer {
    width: 142.56px; 
    height: 32px; 
    position: relative
}

.section-header text {
    left: 0px; 
    top: 0px; 
    position: absolute; 
    color: white; 
    font-size: 20px; 
    font-family: Avenir; 
    font-weight: 500; 
    line-height: 32px; 
    word-wrap: break-word
}

h1 {
    color: #136EB6;
    font-size: 40px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0.26px;
    word-wrap: break-word
}

h2 {
    color: black;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 32px;
    word-wrap: break-word
}


.btn-continue {
    width: 286px; 
    padding: 10px;
    background: #C1E800; 
    outline: 1px #C1E800 solid; 
    outline-offset: -1px; 
    color: black;
    justify-content: center; 
    align-items: center; 
    gap: 10px; 
    display: flex
}

.btn-choose {
    width: 170px; 
    padding: 10px;
    background: none; 
    outline: 1px #C1E800 solid; 
    outline-offset: -1px; 
    color: black;
    justify-content: center; 
    align-items: center; 
    gap: 10px; 
    display: flex
}

.btn-upload {
    width: 170px; 
    padding: 10px;
    background: #C1E800; 
    outline: 1px #C1E800 solid; 
    outline-offset: -1px; 
    color: black;
    justify-content: center; 
    align-items: center; 
    gap: 10px; 
    display: flex
}


.ddl {
    width: 100%; 
    height: 100%; 
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    background: white; 
    border-radius: 8px; 
    outline: 1px #AAB1BA solid; 
    outline-offset: -1px; 
    justify-content: space-between; 
    color: #4A5565; 
    align-items: center; 
    line-height: 24px; 
    word-wrap: break-word;
    display: inline-flex
}


.textbox-wide {
    width: 100%;
}

.btn-delete-file {
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-delete-file:hover {
    background-color: #bb2d3b;
}

.btn-delete-file:active {
    background-color: #a52834;
}

.collapsible-section {
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

.collapsible-section.collapsed {
    max-height: 0;
}

.evidence-row {
    padding: 16px;
}
