.CreatePage {
    .ReactModal-content {
        background-color: var(--container-fills-backgrounds-page);

        .ReactModal-body {
            overflow-y: auto !important;
            padding: 0 0 20px;
        }
        .creation-dropdown-option-content {
            color: var(--text-primary);
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
        }

        .creation-dropdown-option-subtitle {
            color: var(--text-secondary);
            text-wrap: auto;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px;
        }
    }

    .FullscreenModal-header-actions > * {
        flex: 0 0 auto;
    }

    &-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .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;
    }

    &-options {
        margin-top: 60px;
        display: flex;
        div:first-child {
            padding: 0;
            border: none;
        }
    }

    &-option-section {
        width: 240px;
        height: 170px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding-left: 20px;
        border-left: 1px solid var(--gray-400);

        &-title {
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 18px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: var(--gray-900);
        }
    }

    &-option {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        width: 55%;
        color: var(--gray-800);
    }

    &-heading {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--gray-700);
        margin: 60px 0 20px;
    }

    &-title {
        font-size: 32px;
        line-height: 38px;
        color: var(--gray-900);
        margin-bottom: 20px;
    }

    &-subtitle {
        font-size: 14px;
        line-height: 20px;
        color: var(--gray-800);
    }

    &-button-container {
        display: flex;
        margin-top: 60px;
        gap: 25px;
    }
}
