﻿.track-title {
    color: var(--Colors-Text-Text-Primary, #000);
    /* Titles/Title S-Medium */

    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 145.455% */
}

.track-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Spaces-Space-XSmall, 8px);
    align-self: stretch;
    text-align: center;
    margin-top: 7%;
}

.track-description {
    color: var(--Colors-Text-Text-Secondary, #737195);
    text-align: center;
    /* Body/Body S-Medium */

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
}

.tracker-container {
    padding-right: 40px !important;
    padding-left: 40px !important;
    padding-bottom: 32px;
    padding-top: 32px;
}

.track-body {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: row;
    padding-left: 0px;
    padding-right: 0px;
    gap: var(--Spaces-Space-2Xsmall, 4px);
}

.track-filled {
    color: #FFFFFF !important;
    background-color: #FF795C;
    font-weight: 400;
    line-height: 20px;
    border: 0px;
    border-radius: 0px;
    display: flex;
    width: 100%;
    padding: var(--Spaces-Space-Meduim, 16px) var(--Spaces-Space-SemiLarge, 24px);
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

    .track-filled:hover:not(:focus) {
        background-color: #e67960;
        color: #fff;
        text-decoration: none !important;
    }

    .track-filled:focus {
        color: #FFFFFF;
        background-color: #bd5741;
    }

.cls-tracknumber {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: var(--Spaces-Space-Meduim, 13px) var(--Spaces-Space-SemiLarge, 30px);
    gap: var(--Spaces-Space-Small, 8px);
    border-radius: 0px;
    border: 1px solid var(--Colors-Borders-Border-Primary, #28255C);
    background: var(--Colors-Surface-Surface-White, #FFF);
    text-indent: 5%;
}
.ship-ul {
    list-style-type: none;
}
.form-control:focus {
    border: 1px solid var(--Colors-Borders-Border-Primary, #28255C);
    background: var(--Colors-Surface-Surface-White, #FFF);
    outline: 0;
    box-shadow: none;
}

.imgtracknumber {
    position: absolute;
    padding-top: 13px;
    padding-left: 3px;
    left: 7%;
}

.accordion-button {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding-left: 0px;
    padding-right: 0px;
}

    .accordion-button::after {
        transform: rotate(270deg);
        position: absolute;
        right: 10px;
        top: 26px;
    }

    .accordion-button:focus {
        z-index: 3;
        box-shadow: none;
    }

.spn-productname {
    color: var(--Colors-Text-Text-Secondary, #737195);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.spn-shipnumber {
    color: var(--Colors-Text-Text-Primary, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
}

.divrecentship {
    display: flex;
    gap: 4px;
    padding-left: 0px;
    padding-bottom: 1%;
    padding-top: 24px;
    border-top: 1px solid #DFDEE7;
}

.spanrecentship {
    overflow: hidden;
    color: var(--Colors-Text-Text-Primary, #000);
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-left: 3px;
    margin-top: 4px;
}

.accordion-item {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #DFDEE7;
}


#shipment-history-date {
    color: black;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 8px;
    text-align: left;
    margin-bottom: 0px;
}


.btn-close-tracking {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
}


/*.SpanProductTitle {
            color: var(--Colors-Text-Text-Primary, #000);*/
/* Body/Body XL-Bold */
/*font-family: Avenir;
            font-size: 22px;
            font-style: normal;
            font-weight: 800;
            line-height: 32px;*/ /* 145.455% */
/*min-width:100%;
        }
        .subdivrecentship {
            display: flex;
            flex-direction:row;
            gap: 8px;
        }
        .imgrecentship {
            width: 30px;
            height: 30px;
            transform: rotate(90deg);
        }*/
.view-shipment-info {
    max-width: 100%;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #dfdee7;
    background-color: #fafafc;
}

    .view-shipment-info .head-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .view-shipment-info .head-block .title-wrap {
            display: flex;
            align-items: center;
            gap: 8px;
        }

            .view-shipment-info .head-block .title-wrap h4 {
                font-size: 22px;
                font-weight: 800;
                line-height: 32px;
                color: #000000;
                padding: 0;
                margin-bottom: 0px;
            }

            .view-shipment-info .head-block .title-wrap .btn-icon {
                display: flex;
                align-items: center;
                justify-content: center;
                border: 0 !important;
                box-shadow: none !important;
                min-width: 0;
                padding: 0;
                margin-bottom: 2%;
            }

                .view-shipment-info .head-block .title-wrap .btn-icon:hover {
                    opacity: 0.5;
                }

        .view-shipment-info .head-block .btn-status {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 8px 12px;
            border-radius: 4px;
            background-color: #0097aa;
            border: 0 !important;
            box-shadow: none !important;
            color: #ffffff;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
        }

            .view-shipment-info .head-block .btn-status:hover {
                background-color: #0f7d8b;
            }

    .view-shipment-info .product-info-block .prod-name {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-left: 2%;
    }

    .view-shipment-info .product-info-block h5 {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #737195;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-left: 2%;
    }

        .view-shipment-info .product-info-block h5 span {
            font-weight: 900;
            display: inline-flex;
        }

    .view-shipment-info .shipment-block .ship-title {
        color: #000000;
        font-size: 22px;
        font-weight: 500;
        line-height: 32px;
        text-align: left;
        line-height: 24px;
        padding-bottom: 8px;
        padding-left:1.5em;
        margin-bottom: 0px;
    }

    .view-shipment-info .shipment-card {
        border-radius: 4px;
        background-color: #ffffff;
        border-bottom: 1px solid #dfdee7;
        margin-bottom: 16px;
    }

        .view-shipment-info .shipment-card .current-date {
            color: #000000;
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
            padding-bottom: 8px;
        }

    .view-shipment-info .ship-ul li .ship-details {
        color: #737195;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        padding-bottom: 8px;
        text-align: left;
    }

    .view-shipment-info .ship-ul li .ship-time-place {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0px;
    }

        .view-shipment-info .ship-ul li .ship-time-place .time,
        .view-shipment-info .ship-ul li .ship-time-place .place {
            color: #737195;
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
        }

    .view-shipment-info .ship-ul {
        display: flex;
        flex-direction: column;
    }

        .view-shipment-info .ship-ul li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 16px;
        }

            .view-shipment-info .ship-ul li::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 6px;
                background-color: #a9a7be;
                border-radius: 16px;
            }

            .view-shipment-info .ship-ul li.active::before {
                background-color: #3d7eff;
            }

            .view-shipment-info .ship-ul li.active .ship-details {
                color: #000000;
            }

    .view-shipment-info .shipment-block .btn-view-details {
        color: #28255c;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        border-color: #28255c;
        background-color: transparent;
        border-radius: 0;
        width: 100%;
        padding: 16px;
        box-shadow: none !important;
        transition: all 300ms ease;
    }

        .view-shipment-info .shipment-block .btn-view-details:hover,
        .view-shipment-info .shipment-block .btn-view-details:focus,
        .view-shipment-info .shipment-block .btn-view-details:active {
            background-color: #ff795c;
            color: #ffffff;
            border-color: #ff795c;
        }

    .view-shipment-info .stepper-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        overflow: hidden;
        padding-top: 16px;
        margin-bottom: 16px;
        padding-top: 2% !important;
        padding: 0;
    }

        .view-shipment-info .stepper-block .plan-icon {
            position: absolute;
            left: 45%;
            top: 1px;
            transform: translateX(-50%);
        }

        .view-shipment-info .stepper-block li {
            width: 25%;
            transition: all 300ms ease;
            display: flex;
            flex-direction: column;
            padding-inline: 2px;
        }

            .view-shipment-info .stepper-block li:nth-of-type(1) {
                padding-left: 0;
            }

            .view-shipment-info .stepper-block li:last-of-type {
                padding-right: 0;
            }

            .view-shipment-info .stepper-block li .line {
                display: block;
                height: 4px;
                background-color: #e9e8ee;
                border-radius: 80px;
                overflow: hidden;
            }

                .view-shipment-info .stepper-block li .line .p-bar {
                    display: flex;
                    height: 4px;
                    border-radius: 80px;
                }

            .view-shipment-info .stepper-block li p {
                display: flex;
                align-items: center;
                /*justify-content: flex-end;*/
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 24px;
                color: #737195;
                white-space: nowrap;
                margin-top: 2%;
            }

                .view-shipment-info .stepper-block li p > img {
                    display: none;
                }

            .view-shipment-info .stepper-block li.st-done p {
                color: #28255c;
                justify-content: flex-start;
            }

                .view-shipment-info .stepper-block li.st-done p > img {
                    display: block;
                }

            .view-shipment-info .stepper-block li.st-active {
                /*width: 75%;*/
            }

            .view-shipment-info .stepper-block li.st-done .line .p-bar {
                background-color: #ff795c;
                width: 100%;
            }

            .view-shipment-info .stepper-block li.st-active .line .p-bar {
                background-color: #ff795c;
                width: 40%;
            }

            .view-shipment-info .stepper-block li.st-active p {
                font-weight: 800;
                color: #28255c;
            }
.lihide{
    display:none;
}
.cls-tracknumber.errortrucknumber{
    border-color:red;
}
.errorlabel {
    color: var(--Colors-Text-Text-Danger, #F00);
    /* Body/Body M-Medium */

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    display: flex;
    margin-bottom: 103px;
    vertical-align: top;
}
.modal-header {
    border-bottom: 0px;
    padding-top: 0;
}


.modal-content {
    border: solid 1px white;
    border-radius: 0px;
}

.ui-widget-header{
    border:none !important;
    background:none !important;
}


@media (min-width: 400px) and (max-width:767px) {
    .view-shipment-info .stepper-block {
        padding-top: 4% !important;
    }
        .view-shipment-info .stepper-block li p {
            font-size: 10px;
        }
        .view-shipment-info .stepper-block li.st-active .line .p-bar {
            width: 33%;
        }
}



@media (min-width: 767px) and (max-width:992px) {

    .imgtracknumber {
        left: 10%;
    }

    .view-shipment-info .stepper-block {
        padding-top: 4% !important;
    }

        .view-shipment-info .stepper-block li p {
            margin-top: 9%;
        }

        .view-shipment-info .stepper-block li.st-active .line .p-bar {
            width: 35%;
        }
}

@media (max-width: 400px) {
    .view-shipment-info .stepper-block li p {
        font-size: 8px;
    }

    .view-shipment-info .stepper-block {
        padding-top: 7% !important;
    }
        .view-shipment-info .stepper-block li.st-active .line .p-bar {
            width: 27%;
        }
}

    /* Responsive Media Query --------------------------------------------------------------------------------------------------------*/
    @media (max-width: 767px) {
        .cls-tracknumber {
            text-indent: 15%;
        }

        .imgtracknumber {
            left: 12%;
        }


        .view-shipment-info .stepper-block {
            padding-top: 4%
        }


            .view-shipment-info .stepper-block li p {
                margin-top: 10%;
            }

        .view-shipment-info .head-block {
            flex-wrap: wrap;
            gap: 8px;
        }

            .view-shipment-info .head-block .title-wrap .btn-icon img {
                width: 24px;
                height: 24px;
            }

            .view-shipment-info .head-block .title-wrap h4 {
                font-size: 18px;
                line-height: 26px;
            }

            .view-shipment-info .head-block .btn-status {
                margin-left: auto;
                padding: 8px;
                font-size: 14px;
                line-height: 18px;
            }

                .view-shipment-info .head-block .btn-status > img {
                    width: 20px;
                    height: 20px;
                }

        .view-shipment-info .shipment-block .btn-view-details {
            padding: 10px;
        }

        .view-shipment-info .product-info-block .prod-name,
        .view-shipment-info .product-info-block h5 {
            font-size: 15px;
            line-height: 18px;
        }

        .view-shipment-info .shipment-block .ship-title {
            font-size: 20px;
            line-height: 26px;
        }

        .trackingPopup {
            margin-top: 30% !important;
        }

    }


@media (max-width: 576px) {
    .track-body {
        display: block !important;
    }

    .track-filled {
        margin-top: 3%;
    }
}