.dcm-main-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 180px;
    gap: 80px;
    width: 1440px;
    margin: 0 auto
}

.dcm-edoc-container {
    padding: 0 180px;
    width: 1440px;
    margin: 0 auto
}

.dcm-main-container > .dcm-title-section, .dcm-main-container > form {
    align-self: flex-start
}

.dcm-title-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-grow: 1;
    width: 583px;
    padding-top: 0;
    margin-top: 0
}

.dcm-document-view-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-grow: 1
}

.dcm-form-group, .dcm-form-section {
    flex-direction: column;
    display: flex
}

.dcm-title-section h2 {
    text-wrap: auto
}

.dcm-form-section {
    align-items: center;
    gap: var(--section-spacing-within);
    width: 417px;
    margin-top: 0;
    padding-top: 0
}

.dcm-form-group {
    justify-content: center;
    align-items: flex-start;
    gap: 24px
}

.dcm-field-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 400px
}

.dcm-input-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    gap: 10px;
    width: 100%;
    height: 52px;
    position: relative
}

.dcm-form-input {
    flex-grow: 1;
    height: 28px;
    font-family: Ubuntu,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #262727;
    border: none;
    outline: 0;
    background: 0 0
}

    .dcm-form-input::placeholder {
        color: #8b8d8e
    }

.dcm-helper-text, .dcm-field-label {
    width: 100%;
    height: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8b8d8e;
    padding-top: 4px
}

.dcm-info-text {
    color: #2d2d2d;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.dcm-info-multilinetext {
    color: #2d2d2d;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

.dcm-button-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    height: 52px
}

#dcm_uplogin_btn, #dcm_upregister_btn {
    width: 100%
}

@media (max-width: 1440px) {
    .dcm-main-container {
        width: 100%;
        padding: 0 20px;
        flex-direction: column;
        gap: 40px
    }

    .dcm-edoc-container {
        width: 100%;
        padding: 0 20px
    }

    .dcm-title-section, .dcm-form-section, .dcm-form-group, .dcm-field-input {
        width: 100%
    }
}

.body-section {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.body-section-nogap {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center
}

.otp-message, .resend-text {
    font-weight: 400;
    line-height: 24px
}

.otp-digit, .otp-message {
    text-align: center;
    color: #2d2d2d;
    line-height: 24px
}

.otp-message {
    margin-bottom: 0
}

.modal.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

    .modal.show .modal-dialog {
        width: 480px;
        z-index: 1050;
        position: relative
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    background: #00000080
}

#dcm-otp .modal-body, #dcm-info .modal-body, #dcm-agent .modal-body, #dcm-corp .modal-body, #dcm-info-small .modal-body, #dcm-up .modal-body {
    margin: 0 !important;
    padding: 0 !important
}

.modal-body-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 32px 32px;
    gap: 24px;
    margin: 0
}

.modal-body-content-up {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 24px;
    margin: 0
}

.body-section {
    align-items: center
}

.otp-message {
    font-size: 16px;
    width: 302px
}

.otp-input-section, .otp-inputs {
    display: flex;
    gap: 8px;
    width: 100%
}

.otp-input-section {
    flex-direction: column;
    align-items: center
}

.otp-inputs {
    justify-content: space-between
}

.otp-digit {
    width: 64px;
    height: 80px;
    background: #f5f5f5;
    border-radius: 64px;
    border: none;
    font-family: Mulish,sans-serif;
    font-weight: 700;
    font-size: 18px;
    outline: 0
}

    .otp-digit:focus {
        background: #e8e8e8
    }

.resend-text {
    font-size: 16px;
    color: #6c6f70;
    cursor: pointer
}

.change-number, .help-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.help-text {
    color: #6c6f70;
    width: 100%
}

.change-number {
    color: #0087e2;
    text-decoration: none
}

    .change-number:hover {
        text-decoration: underline
    }

.modal-header > .modal-close {
    display: flex;
    justify-content: flex-end;
    width: 40px;
    height: 40px
}

.close-btn {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #6C6F70;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    color: #6c6f70
}

.empty_button {
    height: 40px
}

.modal-header {
    padding: 16px !important
}

.modal-header-title {
    flex-direction: column;
    align-items: center
}

    .modal-header-title h2 {
        font-family: Ubuntu,sans-serif;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
        color: #2d2d2d
    }

.modal-content {
    gap: 0 !important
}

#dcm-otp .modal-header-content, #dcm-info .modal-header-content, #dcm-agent .modal-header-content, #dcm-corp .modal-header-content {
    align-items: center;
    gap: 12px
}

#dcm-otp .nav-item {
    width: 208px;
    min-width: 104px;
    height: 48px
}

#dcm-otp .nav-tabs .nav-item .nav-link {
    padding: 10px 16px !important;
    font-weight: 400 !important
}

@media (max-width: 1440px) {
    .modal.show .modal-dialog {
        width: 100%
    }

    .otp-digit {
        width: 55px
    }
}

#dcm_viewdocument_btn, #dcm_document_list_table {
    margin-top: 24px
}

#dcm_document_list_table {
    width: 100%
}

    #dcm_document_list_table .btn-link {
        font-size: 16px
    }

.btn-info {
    width: 250px
}

.btn-up-info {
    width: 100%
}

#dcm_document_list_table .data-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1104px;
    font-family: Mulish,sans-serif
}

#dcm_document_list_table .table-header {
    display: flex;
    height: 48px
}

#dcm_document_list_table .table-head {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    background: #f0f0f0;
    flex: 1
}

#dcm_document_list_table .table-head--actions {
    justify-content: flex-end;
    flex: 0 0 300px
}

#dcm_document_list_table .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2d2d2d
}

#dcm_document_list_table .table-body {
    display: flex;
    flex-direction: column
}

#dcm_document_list_table .table-row {
    display: flex;
    min-height: 84px
}

#dcm_document_list_table .table-cell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 24px;
    background: #fff;
    border-bottom: 1px solid #F0F0F0;
    flex: 1;
    gap: 4px
}

#dcm_document_list_table .table-cell--actions {
    justify-content: center;
    align-items: flex-end;
    flex: 0 0 230px
}

#dcm_document_list_table .label {
    font-size: 16px;
    line-height: 24px;
    color: #2d2d2d
}

#dcm_document_list_table .description {
    font-size: 16px;
    line-height: 24px;
    color: #6c6f70
}

#dcm_document_list_table .action-link {
    font-size: 16px;
    line-height: 24px;
    color: #0087e2;
    text-decoration: none
}

#dcm_document_list_table .table-cell--actions .btn {
    display: flex;
    align-items: center;
    gap: 8px
}

    #dcm_document_list_table .table-cell--actions .btn svg {
        flex-shrink: 0
    }

@media (max-width: 768px) {
    #dcm_document_list_table .table-header {
        display: none
    }

    #dcm_document_list_table .table-row {
        flex-direction: column;
        border-bottom: 1px solid #F0F0F0
    }

    #dcm_document_list_table .table-cell {
        border-bottom: none;
        padding: 12px 16px
    }

    #dcm_document_list_table .table-cell--actions {
        flex: none;
        align-items: flex-start;
        padding-top: 8px
    }

        #dcm_document_list_table .table-cell--actions .btn {
            justify-content: flex-start
        }
}

#loadingoverlay {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: none;
    background: #0009
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime .8s infinite linear
}

@keyframes sp-anime {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

#dcm_mfa_btn_submit, #dcm_submit_btn {
    width: 100%
}

@media only screen and (min-width: 1024px) {
    #dcm_mfa_btn_submit, #dcm_submit_btn {
        max-width: 250px
    }
}

#dcm_verify_btn {
    max-width: 150px
}

#dcm_submit_income_account, .dcm-form-income-container {
    width: 100%
}

.dcm-form-seperator {
    position: relative;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgb(216,216,216);
    line-height: .1em;
    margin-top: 10px;
    margin-bottom: 30px
}

.dcm-form-or {
    width: 50px;
    left: calc(50% - 30px);
    position: absolute;
    background-color: #fff
}

.dcm-dropdown-label {
    transform: scale(.85) translateY(-32px);
    padding: 12px 0;
    color: var(--text-secondary);
    top: -1px;
    left: -1px;
    position: absolute;
    z-index: 2;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out
}

.dcm-form-group .dropdown .dropdown-toggle .dropdown-toggle-text {
    font-weight: 400 !important
}
