* {
    box-sizing: border-box; 
    height: 100%;
    scrollbar-width: none;
}

body {
    height: 100%;
    width: 100%; 
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainCon {
    width: 99%; 
    height: 99%; 
    background: linear-gradient(0deg, rgb(249, 245, 245) 0%, rgb(249, 245, 245) 100%), linear-gradient(0deg, #5C5C5C 0%, #5C5C5C 100%), linear-gradient(0deg, white 0%, white 100%); 
    border-radius: 10px; 
    overflow: scroll; 
    scrollbar-width: none; 
    backdrop-filter: blur(50px); 
    flex-direction: column; 
    justify-content: space-between; 
    align-items: center; 
    display: inline-flex;
    box-shadow: 5px 5px 10px black;
}

#mainCon2 {
    width: 1362px; 
    height: 885px; 
    padding: 30px; 
    flex-direction: column; 
    justify-content: space-between; 
    align-items: center; 
    display: flex
}

#region1 {
    height: 55px; 
    width: 105%; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 30px; 
    display: flex;
}

.header {
    align-self: stretch; 
    justify-content: center; 
    align-items: center; 
    display: inline-flex
}

.sub-header {
    position: absolute; 
    top: 20px; 
    width: 33.3%; 
    height: 24px;
}

.list-services {
    left: 20px;  
    color: black; 
    font-size: 20px; 
    font-family: Inter; 
    font-weight: 700; 
    text-transform: uppercase; 
    line-height: 24px; 
    word-wrap: break-word
}

.upload {
    text-align: center; 
    color: black; 
    font-size: 20px; 
    font-family: Inter; 
    font-weight: 500; 
    line-height: 24px; 
    word-wrap: break-word;
}

.line {
    align-self: stretch; 
    height: 0px; 
    border: 1px #D9D9D9 solid; 
    width: 100%;
}

#region2 {
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    gap: 46px; 
    display: flex;
}

.text-1 {
    position: relative; 
    top: 100px; 
    text-align: center; 
    color: black; 
    font-size: 16px; 
    font-family: "Inter"; 
    font-weight: 300; 
    word-wrap: break-word;
}

.drag-drop {
    position: relative; 
    top: 80px; 
    padding: 84px; 
    border: 3px #D9D9D9 dotted; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 10px; 
    display: inline-flex;
    transition: transform 0.3s ease;
}

.drag-drop:hover {
    transform: scale(1.1);
    border-radius: 10px;
}

.drag-drop img {
    width: 30px; 
    height: 30px; 
    left: 0px; 
    top: 0px; 
    position: absolute;
}

.text-2 {
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 10px; 
    display: flex;
}

.text-2 div {
    position: relative; 
    top: 70px; 
    font-family: "Inter"; 
    font-weight: 400;
    word-wrap: break-word
}

#region3 {
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 24px; 
    display: flex;
}

.continue {
    position: relative; 
    top: 150px; 
    height: 51px; 
    width: 100px !important; 
    padding: 16px; 
    background: black; 
    border-radius: 12px; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    gap: 6px; 
    display: flex;
    transition: transform 0.3s ease;
}

.continue-text{
    text-align: center; 
    color: white !important; 
    font-size: 16px; 
    font-family: "Inter"; 
    font-weight: 500; 
    word-wrap: break-word;
}

.continue-text a {
    text-decoration: none !important;
    color: white !important;
}

.continue:hover {
    transform: scale(1.1);
}

#progress-bar {
    width: 283px; 
    height: 55px; 
    position: relative; 
    top: 150px;
}

.progress-line {
    width: 244px;
    height: 8px; 
    left: 19px; 
    top: 12px; 
    position: absolute; 
    background: #D9D9D9; 
    box-shadow: 0px 2.4000000953674316px 2.4000000953674316px rgba(0, 0, 0, 0.15) inset;
}

.circle {
    top: 0.40px; 
    position: absolute; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 8px; 
    display: inline-flex;
}

.circle-container {
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 6px; 
    display: inline-flex;
}

.actual-circle {
    width: 30px; 
    height: 30px; 
    background: #5C5C5C; 
    border-radius: 9999px
}

.circle-text-container {
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    gap: 7.20px; 
    display: flex
}

.circle-text {
    width: 57.60px; 
    height: 16.20px; 
    text-align: center; 
    color: black; 
    font-size: 7.20px; 
    font-family: "Roboto"; 
    font-weight: 700; 
    letter-spacing: 0.07px; 
    word-wrap: break-word;
}

.region_3 {
    position: relative;
    top: 30px;
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 24px; 
    display: inline-flex;
}


