﻿.newshipment-summary-closed-container {
   position: fixed;
    z-index: 100;
    bottom: 0px;
    left: 0;
    width: 100vw;
    height: 12vh;
    padding-top: 10px;
}

.newshipment-summary-closed-container-open {
    animation: opensummary 0.5s forwards;
    -webkit-animation: opensummary 0.5s forwards;
}

.width-167{
    width:167px;
}

@keyframes opensummary {
    from {top: calc(100vh - 94px)}
    to {top: 5vh}
}

@-webkit-keyframes opensummary {
    from {top: calc(100vh - 94px)}
    to {top: 5vh}
}

.newshipment-summary-open-container {
    position: absolute;
    z-index: 100;
    top: 5vh;
    left: 0;
    width: 100vw;
    height: 95vh;
    background: #DEE2E6;
    border-radius: 16px 16px 0px 0px;
    padding: 27px 18px 0px;
}

.newshipment-summary-open-container-close {
    animation: closesummary 0.5s forwards;
    -webkit-animation: closesummary 0.5s forwards;
}

@keyframes closesummary {
    from {top: 5vh}
    to {top: calc(100vh - 94px)}
}

@-webkit-keyframes closesummary {
    from {top: 5vh}
    to {top: calc(100vh - 94px)}
}

.newshipment-summary-swipper-container-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 35px;
}

.newshipment-summary-container-top-bar {
    position: absolute;
    top: 6px;
    left: calc(50% - 19px);
    width: 28px;
    height: 4px;
    background: #C4C4C4;
    border-radius: 100px;
}

.newshipment-summary-closed-additionalservices-container {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #CED4DA;
    padding-top: 3.5px;
}

.newshipment-summary-open-container-inner-scroll-conatiner {
    width: 100%;
    height: 100%;
    overflow: auto;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.newshipment-summary-open-container-inner-scroll-conatiner::-webkit-scrollbar {
    display: none;
}

.newshipment-summary-open-container-title {
    margin-top: var(--space-xxxs);
    margin-bottom: var(--space-xm-plus);
    color: #616161;
}

.newshipment-summary-whitecard-container {
    background: white;
    padding: var(--space-base);
    padding-right: var(--space-mm);
    padding-left: var(--space-m);
}

.newshipment-summary-additionalservices-separator-line {
    height: 1px;
    background: #F1F3F5;
    margin: 12px -9px 0px -5px;
}

.newshipment-summary-userconditions-container {
    display: grid;
    grid-template-columns: 64px 1fr; 
}

.newshipment-summary-userconditions-checkbox {
    width: 24px !important;
    height: 24px !important;
}

.newshipment-summary-confirm-btn {
    height: 40px;
    background: #1C1C1C;
    border-radius: 4px;
    border-width: 0;
    color: white;
}

.newshipment-summary-confirm-btn[disabled] {
    opacity: 0.2;
}

.margin-top-nine{
    margin-top: 9px;
}

.padding-bottom-nine{
    padding-bottom: 9px;
}

.border-bottom-neutral-3{
   
    border-bottom: 1px solid #E9ECEF;
}

.card-envios{
    padding-right: 19.25px;
    background-color:white;
}

.btn_shipment_next{
        background-color: var(--color-primary);
    color: var(--color-neutral-0);
    box-sizing: border-box;
    border-radius: 0px;
    border: none;
    height: 48px;
    align-items: center;
    display: flex;
    cursor: pointer;
    }
.btn_shipment_next_disable{
        background-color: var(--color-neutral-2);
    color: var(--color-neutral-5);
    box-sizing: border-box;
    border-radius: 0px;
    border: none;
    height: 32px;
    align-items: center;
    display: flex;
    cursor: pointer;
    }