﻿.section-container {
    display: flex;
    align-items : center;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
    width: 100vw;
    justify-content: flex-start;
}

.section-bg {
    background: url(../img/otod3_bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items : center;
    flex-direction: column;
    position: relative;
    width: 100vw;
    justify-content: center;
}

.glassmorphism {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)) !important;
    border-radius: 10px !important;
    backdrop-filter: blur(8px) !important;
    padding: 48px !important;
}

.otod-result-title {
    font-size: 36px;
}

.otod-app-code {
    padding: 20px;
    font-size: 20px;
}

.otod-line-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.otod-lineqr {
    padding: 20px;
}

.otod-line-add-friend {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.depa-logo {
    width: 30%;
}

.depa-logo img {
    width: 100%;
}

.otod-app-progress {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 10px 0px;
}

.otod-app-topic {
    font-size: 22px;
}

.otod-app-result {
    font-size: 22px;
}

.register-file-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.register-file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #e2e2e2;
    cursor: pointer;
}