.CreatePage {
    .Alert {
        width: 80%;
        margin: auto;
    }

    &-mainHeader {
        // [ V2-migration] This variable can be changed to --midnight-800 after migration is complete.
        background-color: var(--create-page-main-header-background);
        padding: 1.15rem 2.5rem;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .ReactModal-content {
        .ReactModal-body {
            overflow-y: auto;
            padding: 0 0 20px;
            background: white;
        }
    }

    .fragment-box {
        padding: 20px;
        padding-left: 2.5rem;
        box-shadow: 0 0 5px rgb(0 15 23 / 20%);
        margin-bottom: 3rem;
        border: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 68px;
    }

    &-welcomeMessage,
    &-createOption,
    &-options {
        display: flex;
        justify-content: center;
    }

    &-welcomeMessage {
        margin-top: 5rem;
    }

    &-createOption,
    &-options {
        margin-top: 2rem;
    }

    &-welcomeMessage,
    &-createOption {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        color: var(--gray-800);
    }

    .btn {
        margin-right: 1rem;
    }
}
