.elementor-6865 .elementor-element.elementor-element-bd6df88{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6865 .elementor-element.elementor-element-bd6df88:not(.elementor-motion-effects-element-type-background), .elementor-6865 .elementor-element.elementor-element-bd6df88 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-6865 .elementor-element.elementor-element-2ec3c42{width:100%;max-width:100%;}.elementor-6865 .elementor-element.elementor-element-d381d91{--display:flex;}.elementor-6865 .elementor-element.elementor-element-d381d91.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6865 .elementor-element.elementor-element-c21f82c{width:initial;max-width:initial;}.elementor-6865 .elementor-element.elementor-element-c21f82c > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(max-width:767px){.elementor-6865 .elementor-element.elementor-element-d381d91{--margin-top:040px;--margin-bottom:040px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:020px;--padding-right:020px;}}@media(min-width:768px){.elementor-6865 .elementor-element.elementor-element-bd6df88{--content-width:1222px;}.elementor-6865 .elementor-element.elementor-element-d381d91{--content-width:1222px;}}/* Start custom CSS for html, class: .elementor-element-2ec3c42 */.form-step-info {
    min-height: 185px;
    background-color: #11247F;
    display: flex;
    align-items: center;
}
.form-step-header {
    display: none;
}
.form-step-header.active {
    display: block !important;
    color: #5AB71E;
    width: fit-content;
    letter-spacing: 0px;
}
@media (max-width: 768px) {
    .form-step-info {
        justify-content: center;
        min-height: 135px;
    }
    .form-step-header.active {
        font-size: 24px;
        text-align: center;
        width: 250px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c21f82c */.form-step {
    display: none;
}
.field-error {
    border: 2px solid red !important;
    background-color: #ffe6e6;
}


.form-step.active {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: 'Poppins';
}

.progress-bar {
    display: flex;
    margin-bottom: 20px;
}

.progress-item {
    flex: 1;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Poppins';
    text-align: center;
    font-weight: normal;
    color: #fff;
    background-color: #5AB71E;
    border-radius: 0px;
    margin-right: 5px;
}

.progress-item:last-child {
    margin-right: 0;
}

.progress-item.active {
    background-color: #11247F;
}

.stroke {
    width: 470px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stroke label {
    font-size: 18px;
    width: 180px;
    font-weight: bold;
}
.stroke select {
    width: 250px;
    border-color: #11247F;
}
.stroke-1 {
    display: flex;
    align-items: center;
        gap: 40px;
}
.stroke-1 label {
    font-size: 18px;
    font-weight: bold;
    width: 180px;
}
.stroke-1 input {
    width: 450px;
    outline-color: #11247F;
    border-color: #11247F;
}
.input-group {
    display: flex;
    align-items: center;
    gap: 15px;
}
.input-group small {
    font-size: 16px;
    font-weight: bold;
}

.shipment-info-tab {
    margin-top: 48px
}
.get-the-best-quotes {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Poppins';
}
.tab-container {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}

.tab-item {
    font-size: 18px;
    text-transform: capitalize !important;
    font-weight: bold;
    text-align: center;
    padding: 12px 24px;
    border: none;
    border-radius: 0px !important;
    background-color: #11247F !important; 
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tab-item:hover {
    background-color: #5AB71E !important;
    color: #fff;
}

/* Активная вкладка */
.tab-item.active {
    background-color: #5AB71E !important;
    color: white;
}
.tab-content {
    display: none;
    border-top: none;
    background-color: white;
}

.tab-content.active {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 84px;
    border: 2px solid #11247F;
    padding: 92px 32px;
    
}

/* Элементы внутри таба */
.item-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 266px;
}
select {
    border: 2px solid #11247F;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    color: grey;
}
input {
    border: 2px solid #11247F !important;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
}
/* Контейнер для label */
.label-container {
    flex: 1;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    padding-right: 10px;
}

/* Контейнер для select */
.select-container {
    flex: 0 0 80px;
}

.select-container select {
    border: 1px solid #11247F;
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
}

.upload-section {
    font-family: 'Poppins', sans-serif;
}

.upload-pictures {
    display: flex;
    gap: 32px;
}
.upload-pictures label {
    font-size: 16px;
    font-weight: bold;
    margin-top: 24px;
}
.upload-buttons-section {
    max-width: 640px
}
.upload-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.upload-buttons-section {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.upload-buttons button {
    border-radius: 0px;
}
.choose-file, .upload-image {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    font-size: 14px;
}

.choose-file {
    background-color: #11247F !important;
}

.upload-tip, .tip-box p, .important-box p {
    font-size: 14px;
    margin: 0px;
}
.upload-tip {
    color: #59B71E;
}
.upload-tip strong {
    color: #11237F;
}
.tip-box-icon {
    font-size: 32px;
    width: fit-content;
    margin-left: -20px;
    line-height: 1;
}
.tip-box {
    background-color: #E0E0E1;
    display: flex;
    padding: 20px 30px;
}

.additional-details {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}
.additional-details label {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}
.additional-details-section {
    max-width: 640px;
}
textarea {
    width: 100%;
    height: 165px;
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #11247F;
    border-radius: 5px;
}

.characters-left {
    font-size: 14px;
    color: #0C0C0C;
}

.important-box {
    display: flex;
    background-color: #E0E0E1;
    padding: 20px 30px;
}
.info-text {
    margin: 0px;
}

.form-section {
    margin-bottom: 30px;
}
.pickup-location-is-a {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}
.pickup-location-is-a select {
    width: 250px;
}
.pickup-location {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
}
label {
    font-size: 16px;
    font-weight: bold;
}
.pick-date {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
}
.date-picker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
}
.date-picker select, .date-picker input {
    width: 250px;
}
.form-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0px !important;
    max-width: 515px;
}


hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, #11247F, #00FF00);
    margin: 20px 0px !important;
}

.delivery-location-is-a {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.delivery-location-is-a select {
    width: 250px;
}

.delivery-location {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px;
}
.delivery-location input {
    width: 100%;
}

.form-footer {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    margin-bottom: 16px;
}
.form-section.ui {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1222px !important;
    justify-content: space-between;
}
.user-info {
    display: flex;
    width: 474px;
    justify-content: space-between;
    align-items: center;
}
.user-info input[type="phone"] {
    width: 250px;
}
.user-info-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.user-info input {
    width: 250px;
}
.have-account {
    width: 556px;
    display: flex;
    flex-direction: column;
}
.have-account-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.have-account-button label {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Poppins';
    width: fit-content;
}
.have-account-info {
    width: 100%;
    margin-top: 42px;
}
.privacy-link {
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
}
.privacy-link a {
    color: #59B71E;
}
.form-section.ai {
    margin-top: 40px !important;
    display: flex;
    flex-direction: column;
    width: 474px;
    gap: 12px;
}
.account-info-header {
    font-size: 24px;
    font-weight: bold;
}
.account-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.account-info select {
    width: 250px;
}
.account-info input[type="password"] {
    width: 250px;
}

.checkbox-container {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
}
.checkbox-container label {
    font-size: 14px;
    font-weight: 400;
    color: #000;

}
.checkbox-container a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.checkbox-container input[type="checkbox"] {
    appearance: none;
    width: 21px;
    height: 21px;
    border: 2px solid #11247F;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

.checkbox-container input[type="checkbox"]:checked {
    background-color: #11247F; 
    position: relative;
}

.checkbox-container input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 3px;
    left: 6px;
}

.form-navigation {
    margin-top: 32px;
    margin-bottom: 24px;
    display: flex;
    gap: 15px;
}
.agreament {
    margin-bottom: 80px;
}
.form-container {
    max-width: 1222px;
}

.alert-banner {
    background-color: #59B71E;
    display: flex;
    gap: 3px;
    max-width: 964px;
    border: 2px solid #11247F;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.alert-banner img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.form-container .alert-banner a {
    color: #11247F;
}
.alert-banner p {
    margin: 0;
}


.form-header {
    margin-top: 72px;
    display: flex;
    justify-content: space-between;
}

.form-container .form-header-text p {
    font-size: 12px;
    font-weight: bold;
}
.form-container .form-header-text p:first-child {
    font-size: 16px;
}

.form-container  h2 {
    font-size: 24px;
    margin-top: 72px;
    text-align: center;
    color: #000;
    margin-bottom: 60px;
}

.options-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


.option-box.blue {
    width: 564px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.option-box.green {
    width: 564px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: max-content;
}
.option-box-blue-part {
    border: 2px solid #11247F;
    border-radius: 10px 10px 0px 0px;
    background: #11247F;
    padding: 8px 36px;
    color: #fff;
}
.option-box-green-part {
    border: 2px solid #59B71E;
    border-radius: 10px 10px 0px 0px;
    background: #59B71E;
    padding: 8px 36px;
    color: #fff;
}
.option-box-blue-part h3 {
    font-size: 24px;
    font-weight: bold;
}
.option-box-green-part h3{
    font-size: 24px;
    font-weight: bold;
}
.option-box-content {
    border: 2px solid #11247F;
    border-radius: 0px 0px 10px 10px;
    padding: 28px 36px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.option-box-green-content {
    border: 2px solid #59B71E;
    border-radius: 0px 0px 10px 10px;
    padding: 28px 36px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.option-box-green-content .option-box-content-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 35px;

}
.option-box-green-content .option-box-content-list input {
    width: 214px;
    border-radius: 10px;
    height: 48px;
    border: 2px;
}
.option-box-green-content .option-box-content-list label {
    font-size: 18px;
}
.option-box-content .info-line {
    display: flex;
    gap: 12px;
}
.info-line img {
    width: 47px;
    height: 47px;
}
.info-line p {
    margin: 0px;
}
.option-box-content .info-line .info-line-txt {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
}
.option-box-green-content .info-line  {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
}
.list-content-stroke {
    display: flex;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}
.list-content-stroke p {
    margin: 0;
}
.list-content-stroke img {
    width: 20px;
    height: 20px;
}
.save-shipment {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.save-shipment p {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    width: fit-content;
}
.btn-green {
    margin: 0 auto;
    width: fit-content;
    background-color: #11247F !important;
}
.btn-blue {
    margin: 0 auto;
    width: fit-content;
}
.form-container .save-shipment .btn-save {
    color: #fff;
    cursor: pointer;
}

.agreament a {
    color: #333;
    font-weight: 500;
}
.prev-step {
    background-color: #11247F !important;
    color: #fff;
}

.next-step {
    background-color: #00FF00;
    color: #fff;
}
.custom-select {
        position: relative;
        width: 200px;
        font-family: Arial, sans-serif;
        margin-bottom: 10px;
    }

    .select-input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor: pointer;
        background-color: #fff;
    }

    .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        background: white;
        display: none;
        max-height: 150px;
        overflow-y: auto;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 1000;
    }

    .dropdown .option {
        padding: 10px;
        cursor: pointer;
        transition: background 0.3s;
    }

    .dropdown .option:hover {
        background: #f0f0f0;
    }

    .dropdown.open {
        display: block;
    }



   @media (max-width: 768px) {
           .form-step.active {
        gap: 24px
    }
    .progress-item {
        font-size: 0 !important; 
        text-align: center !important; 
    }

    .progress-item::before {
        content: attr(data-step) !important;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }


    .stroke {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 16px;
    }
    .stroke select {
        width: 100%;
    }
    .stroke-1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .stroke-1 label {
        font-size: 18px;
        font-weight: bold;
        width: 100%;
    }
    .input-group {
        width: 100%;
    }
    .stroke-1 input {
        width: 100%;
    }
    .stroke-1 small {
        position: absolute;
        margin-bottom: -80px;
        right: 0;
    }
    .tab-container {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .tab-content {
        padding: 24px !important;
        margin-top: 8px;
    }
    
    .item-container {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .upload-pictures {
        flex-direction: column;
        gap: 16px;
    }
    .upload-buttons-section {
        margin: 0px
    }
    .upload-buttons button {
        width: 178px;
        border-radius: 10px;
        padding: 18px;
    }
    .additional-details {
        flex-direction: column;
        gap: 16px;
    }
    select {
        /* Общий стиль */
        border: 2px solid #11247F;
        outline: none;
        border-radius: 5px;
        background-color: #fff;
        padding: 10px;
        color: grey;
        font-size: 14px; 
        appearance: none;
        -webkit-appearance: none; 
        -moz-appearance: none;
        cursor: pointer; 
    
        width: 100%;
        max-width: 100%; 
        box-sizing: border-box;
    }
    
    select::after {
        content: ''; 
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background-color: #11247F;
        clip-path: polygon(100% 0%, 0 0%, 50% 100%);
        pointer-events: none; 
    }
    
    select::-ms-expand {
        display: none; 
    }
    
    /* Фокусное состояние */
    select:focus {
        border: 1px solid #345BD7;
        box-shadow: 0 0 5px rgba(52, 91, 215, 0.5);
    }
    
    /* Стиль для disabled */
    select:disabled {
        background-color: #f5f5f5;
        color: #aaa;
        cursor: not-allowed;
    }
    .pickup-location-is-a select {
        width: 100%;
    }
    .date-picker {
        flex: wrap;
        
    }
    .date-picker select, .date-picker input {
        width: 100% !important;
    }
    .date-picker input[type="date"] {
        appearance: none; 
        -webkit-appearance: none; 
        -moz-appearance: none; 
        width: 100%; 
        border: 1px solid #11247F; 
        border-radius: 5px;
        padding: 10px;
        font-size: 16px;
        color: #333;
        background-color: #fff;
        box-sizing: border-box;  */
    }
    
    .date-picker input[type="date"]::-webkit-calendar-picker-indicator {
        display: none; 
    }
    ::-webkit-input-placeholder {
      line-height: normal;              
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400
      font-size: 14px;
    }
    
    ::-moz-placeholder {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400  
      font-size: 14px;
    }
    
    :-moz-placeholder {
     
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 400
      font-size: 14px;
    }
    
    :-ms-input-placeholder {
      font-family: 'Poppins';
      font-style: normal;
      font-weight: bold;
      font-size: 14px;
    }
    .delivery-location-is-a select {
        width: 100%;
    }
    .have-account {
        width: 100%;
    }
    .have-account-button {
        flex-wrap: nowrap;
    }
    .have-account-button label {
        width: 60%
    }
    .privacy-link {
        display: inline;
    }
    .form-section.ui {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .user-info-container {
        width: 100%;
    }
    .user-info {
        width: 100%;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: left;
    }
    .user-info input {
        width: 100%;
    }
    .user-info input[type="phone"] {
        width: 100%;
    }
    .form-section.ai {
        width: 100%;
    }
    .account-info {
        width: 100%;
        flex-wrap: wrap;
        justify-content: left;
        gap: 16px;
    }
    .account-info select, .account-info input[type="password"] {
        width: 100%;
    }
    .agreament {
        margin: 0px;
    }
    .alert-banner {
        width: 100%;
        align-items: center;
    }
    .form-header {
        flex-direction: column-reverse;
        align-items: center;
        gap: 60px;
    }
    .form-header-text {
        width: 100%;
    }
    .form-header-text p {
        font-size: 16px !important;
        font-weight: 600 !important;
    
    }
    .form-container .form-header-text p:first-child {
        font-size: 18px !important;
        margin-bottom: 24px;
        font-weight: 700 !important;
    }
    .save-shipment {
        width: 198px;
        justify-content: center;
    }
    .form-container h2 {
        margin: 60px 0px 24px 0px;
    }
    .options-container {
        flex-wrap: wrap;
    }
    .info-text {
        padding-top: 16px;
    }
}

@supports (-webkit-touch-callout: none) {
    .date-picker input[type="date"] {
        min-height: 46px; 
        width: 100%;
    }
}
.preview-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.preview-subtitle {
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
}

.shipment-preview-card {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
}

.preview-details {
    margin: 25px 0;
    border-radius: 6px;
}

.detail-group {
    margin-bottom: 20px;
}

.detail-group h3 {
    font-size: 15px;
    color: #555;
    margin-bottom: 8px;
    font-weight: 500;
}

.detail-group p {
    margin: 5px 0;
    line-height: 1.5;
}



.item-preview {
    background: white;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #eee;
}

.preview-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    width: 100%;
}

.edit-btn.solid-btn {
    background: #f0f0f0;
    color: #333;
    border: none;
    padding: 12px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
    flex: 1; 
    min-width: 0; 
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.edit-btn.solid-btn:hover {
    background: #e0e0e0;
}

@media (max-width: 768px) {
    .preview-actions {
        flex-direction: column;
    }
    
    .edit-btn.solid-btn {
        width: 100%;
    }
}

.primary-btn {
    background: #4a6cf7;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.outline-btn {
    background: white;
    color: #4a6cf7;
    border: 1px solid #4a6cf7;
    padding: 12px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
.items-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
    margin-top: 15px;
}

.item-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-name {
    font-weight: 500;
    color: #333;
    font-size: 16px;
}

.item-quantity {
    background: none;
    padding: .5rem 1rem;    
    border: 2px solid #11247F;
    border-radius: 5px;
    font-size: 16px;
    width: 80px;
    font-weight: 600;
}

.no-items {
    color: #6c757d;
    font-style: italic;
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 15px;
}

.error-message {
    color: #dc3545;
    text-align: center;
    padding: 20px;
    background: #f8d7da;
    border-radius: 8px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .items-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .preview-actions {
        flex-direction: column;
    }
    button.prev-step, button.next-step {
        font-size: 16px;
    }

    .shipment-header {
        flex-direction: column;
        gap: 10px;
    }
}
@media (max-width: 380px) {
    button.prev-step, button.next-step {
        font-size: 14px;
    }
        
}/* End custom CSS */