.CreateOrder {
    &-container {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    &-welcome {
        max-width: 450px;
    }

    &-createOptionMessage {
        align-items: center;
        color: var(--gray-900);
        display: flex;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 32px;
        font-weight: 400;
        justify-content: center;
        line-height: 38px;
        padding-bottom: 20px;
        text-align: center;
    }

    &-optionsMessage {
        align-items: center;
        color: var(--orchard-gray-gray-800);
        display: flex;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 14px;
        font-weight: 400;
        justify-content: center;
        margin-bottom: 40px;
        text-align: center;
        line-height: 20px;
    }

    &-delivery-physical {
        width: 250px;
    }

    &-buttons {
        margin-top: 50px;
    }

    &-back-button {
        color: var(--blue);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 18px;
        margin-right: 200px;
        text-transform: uppercase;
    }

    &-back-main-section-button {
        color: var(--blue);
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 18px;
        margin-right: 65px;
        text-transform: uppercase;
    }

    &-successOrderMessage {
        align-items: center;
        color: var(--orchard-gray-gray-800);
        display: flex;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 14px;
        font-weight: 400;
        justify-content: center;
        margin-bottom: 60px;
        text-align: center;
        line-height: 20px;
    }

    &-redelivery-container {
        align-items: center;
        display: flex;
        margin-top: 25px;
        justify-content: center;
    }

    &-redelivery-radio-container {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    &-redelivery-title {
        color: var(--gray-600);
        justify-content: left;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 12px;
        text-transform: uppercase;
        width: 410px;
    }

    &-redelivery-radio-button {
        justify-content: left;
        width: 410px;
    }

    .row {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .DeliveryStoresDropdown {
        width: 410px;
    }

    .ContributorSearchDropdown {
        width: 410px;
    }

    .Alert {
        height: 76px;
        margin: 20px;
        width: 410px;
    }
}
