﻿.newshipment-summary-web-main-container {
    position: relative;
    width: 100%;
    padding: 32px 18px 134px;
    color: black;
    border: 1px solid #E9ECEF;
    border-bottom: 0px;
}



.newshipment-summary-web-main-container-summary-step {
    position: relative;
    width: 100%;
    padding: 32px 18px 12px;
    color: black;
    border: 1px solid #E9ECEF;
    border-bottom: 0px;
}

.newshipment-summary-web-main-container-product-container {
    position: absolute;
    top: 18px;
    right: 18px;
    text-align: start;
    width: fit-content;
}

.newshipment-summary-web-secundary-container {
    background: url(../img/OnlineShipment_CW.BKsummary.svg?H6mqpJf8v_jDrdvk2FO0Hw);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 32px 18px 26px;
    color: black;
    border: 1px solid #E9ECEF;
    border-top: 0px;
}

.newshipment-summary-grey-subtitle {
    color: #616161;
    letter-spacing: 0.59px;
}

.newshipment-summary-additionalservices-circle-container {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #CED4DA;
    padding-top: 3.5px;
}

.newshipment-summary-confirm-web-btn {
    width: 100%;
    height: 48px;
    background: var(--color-neutral-2);
    border-width: 0;
    cursor: pointer;
}

.newshipment-summary-confirm-web-btn {
    width: 100%;
    height: 48px;
    background: var(--color-primary);
    border-width: 0;
    cursor: pointer;
}

.newshipment-summary-confirm-web-btn[disabled] {
    width: 100%;
    height: 48px;
    background: var(--color-neutral-2);
    border-width: 0;
    cursor: auto;
}

.multiple-shipment-extra-card {
    padding: 16px;
    background: #DEE2E6;
}