﻿.OrderSummary_wrapper___ee77 {
    padding: 24px;
    height: -moz-fit-content;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

@media only screen and (min-width:1048px) {
    .OrderSummary_wrapper___ee77 {
        margin-top: var(--spacing-xxxx-large)
    }
}

.Section_wrapper__ZfmXz {
    border-radius: 8px;
    background-color: #fff;
    padding: 16px
}

@media only screen and (min-width:721px) {
    .Section_wrapper__ZfmXz {
        padding: 24px
    }
}

.CardWrapper_cardWrapper__iKFAK {
    display: flex;
    overflow: hidden;
    border-radius: var(--spacing-regular);
    border: 1px solid rgba(var(--greyscale-level-5,1));
    margin: 1px
}

.CardWrapper_cardWrapperActive__cUPbJ {
    border: 2px solid rgba(var(--primary-default,1));
    margin: 0
}

.CoverageOption_cardContent__vOyhL, .CoverageOption_image__SAh0W {
    display: flex;
    flex-direction: column
}

.CoverageOption_image__SAh0W {
    width: 76.5px;
    height: 100%;
    justify-content: space-around
}

.CoverageOption_selectedCardMark__yW3ta {
    display: flex
}

.CoverageOptionsModal_link__q2zlw:after {
    padding-left: 5px;
    content: var(--redirect-icon)
}

.RedesignedInput_redesignedInput__9zL7H {
    --color-white: #fff;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    min-height: 38px;
    border-radius: 4px;
    border: 1px solid #c9c9c9
}

    .RedesignedInput_redesignedInput__9zL7H .web_ui__Input__input {
        flex: 1 1;
        background: transparent;
        min-height: 38px;
        padding: 0 0 0 calc(var(--spacing-x-small))
    }

    .RedesignedInput_redesignedInput__9zL7H .web_ui__Input__content {
        background-color: var(--color-white);
        padding: calc(var(--spacing-regular))
    }

    .RedesignedInput_redesignedInput__9zL7H .web_ui__Input__note {
        text-align: start;
        padding: var(--spacing-small)
    }

    .RedesignedInput_redesignedInput__9zL7H .web_ui__Text__warning {
        color: var(--color-warning)
    }

    .RedesignedInput_redesignedInput__9zL7H .web_ui__Input__note > .web_ui__Text__warning {
        font-size: 12px;
        line-height: 16px
    }

    .RedesignedInput_redesignedInput__9zL7H .web_ui__Input__input .web_ui__Input__value {
        padding: 0;
        border: none;
        color: #1b1b1b
    }

        .RedesignedInput_redesignedInput__9zL7H .web_ui__Input__input .web_ui__Input__value::placeholder {
            color: #757575;
            opacity: 1
        }

        .RedesignedInput_redesignedInput__9zL7H .web_ui__Input__input .web_ui__Input__value:-ms-input-placeholder {
            color: #757575
        }

        .RedesignedInput_redesignedInput__9zL7H .web_ui__Input__input .web_ui__Input__value::-ms-input-placeholder {
            color: #757575
        }

    .RedesignedInput_redesignedInput__9zL7H .web_ui__Input__suffix {
        bottom: 1px
    }

.RedesignedInput_redesignedInputError__BXDuU {
    border-color: rgba(var(--warning-default),1)
}

.RedesignedInput_redesignedInputPrefix__RX5X0 {
    display: flex;
    align-items: center;
    padding-left: 0
}

    .RedesignedInput_redesignedInputPrefix__RX5X0 .web_ui__Input__input {
        padding-left: 0
    }

.RedesignedInput_validationOrNote__93Pe_ {
    padding-left: var(--spacing-small)
}

.RedesignedInput_prefix__hdPar {
    padding-left: var(--spacing-regular)
}

.RedesignedInput_title__ASCWT {
    padding-bottom: var(--spacing-small)
}

.ContentDescriptionInfoModal_link__gw_Fd:after {
    padding-left: 5px;
    content: var(--redirect-icon)
}

.PackageContents_wrapper__ChNYp {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr
}

.PackageContents_contentDescription__t_7HB {
    grid-column: 1;
    grid-row: 1
}

.PackageContents_contentValue__STFsX {
    grid-column: 1;
    grid-row: 2
}

@media only screen and (min-width:721px) {
    .PackageContents_wrapper__ChNYp {
        grid-gap: 16px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr
    }

    .PackageContents_contentDescription__t_7HB {
        grid-column: span 2;
        grid-row: 1
    }

    .PackageContents_contentValue__STFsX {
        grid-column: 1;
        grid-row: 2
    }
}

.Autocomplete_poweredBy__3RA5p {
    line-height: 50px;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px
}

.Autocomplete_inputError__5tuOl .web_ui__InputBar__input-bar {
    border-color: rgba(var(--warning-default),1)
}

.Autocomplete_predictionsList__KfRwQ, .CountrySelect_dropdown__dJTHp {
    position: absolute;
    width: 100%;
    z-index: 99
}

.CountrySelect_dropdown__dJTHp {
    white-space: nowrap
}

.ShippingAddress_elementWrapper___gtNN, .ShippingAddress_wrapper__swCbp {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media only screen and (min-width:1048px) {
    .ShippingAddress_wrapper__swCbp {
        display: grid;
        align-items: end
    }

    .ShippingAddress_columnWrapper__YJHNP {
        grid-gap: 32px
    }

    .ShippingAddress_columnWrapper__YJHNP, .ShippingAddress_elementWrapper___gtNN {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }
}

.PackageSizeOption_cardWrapper__EVW9g {
    min-height: 142px
}

.PackageSizeOption_selectedCardMark__tCwh3 {
    display: flex
}

.PackageSizeOption_imagePrefix__491af {
    width: 130px;
    height: 110px;
    position: relative
}

.PackageSizeOption_weightAndPrice__jY8Mh .web_ui__Text__text {
    font-size: 16px
}

@media only screen and (min-width:721px) {
    .PackageSizeOption_weightAndPrice__jY8Mh {
        padding-left: var(--spacing-xx-large)
    }
}

.ParcelSizeSection_cardGrid__nlSBF {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-large)
}

.ParcelSizeSection_cardGridItem__syNSV {
    min-height: 142px
}

.FieldValidationWrapper_inputError__jJ0h0 .web_ui__InputBar__input-bar {
    border-color: rgba(var(--warning-default),1) !important
}

.ContactForm_form__dSaeZ {
    display: flex;
    flex-direction: column;
    flex: 1 1
}

.ContactForm_buttonContainer__Vv3Fs {
    margin-top: auto
}

.DropOffCarrierList_selectedCardMark__CUSeP {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column
}

.index_wrapper___mRPR {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:1048px) {
    .index_wrapper___mRPR {
        display: grid;
        grid-template-columns: 672px minmax(100px,311px);
        grid-gap: 20px
    }

    .index_mobileFeedbackSection__5mwRF {
        display: none
    }
}
/*# sourceMappingURL=5bafd610c1c7d692.css.map*/
