﻿.app-kyc-verify-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.app-kyc-verify-content-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 5px;
    width: 100%;
    gap: 10px;
}
.app-kyc-verify-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0px 0px 5px;
    width: 50%;
}
.app-kyc-verify-state-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px 0px 0px 5px;
    width: 100%;
    gap: 10px;
}
.app-kyc-verify-state-content {
    border-top: 1px solid var(--app-brand-color, darkgray);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 0px 0px 5px;
    margin-top: 15px;
    width: 50%;
}
