.tracking-widget{
    margin-top: 24px;
}
ul.tracking-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #e9ecef;
}

.tracking-tabs li.tab {
    list-style: none;
    padding: 10px 20px;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
}

.tracking-tabs li.tab.active:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #007bff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tracking-tabs li button {
    color: #3f4254;
}

.tracking-tabs li.active button {
    color: #007bff;
}

.tracking-tab-content {
    margin: 0 0 30px 0;
    padding: 20px;
}

.tracking-tab-content .page__title {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 0%;
}

.tracking-tab-content .page-sub_title {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 20px;
}

.tracking-tab-content label {
    display: block;
}

.tracking-tab-content input[type="text"],
.tracking-tab-content input[type="phone"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 10px;
}

.legend-label {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.legend-description textarea {
    width: 100%;
    min-height: 50px;
    font-size: 14px;
    color: #6c757d;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 4px;
    resize: none;
}

input:focus-visible,
textarea:focus-visible {
    outline: none;
    ;
}

.platform-wrapper {
    width: 50%;
}

.platform-wrapper label {
    color: #3f4254;
    margin: 0;
}

.platform-icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    margin-right: 10px;
}

@media(max-width: 768px) {
    .platform-wrapper {
        width: 100%;
    }
}

.customer-service-wrapper {
    border: 1px solid #EAF0F7;
    background-color: white;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.delivery-status-indicator {
    display: flex;
    gap: 16px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.customer__info {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0%;
    color: black;
}

.customer__service {
    padding: 10px 16px;
    background-color: #FFEEEA;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 300px;
}

.customer__info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.delivery-info-wrapper {
    display: flex;
    gap: 12px;
    min-width: 270px;
}

.indicator-icon {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.delivery-title-indicator {
    font-weight: 700;
    font-size: 20px;
    color: #040404;
    line-height: 30px;
    letter-spacing: 0%;
}

.info-indicator-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0%;
    color: black;
}

.info-indicator-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -3%;
    color: black;
    margin-top: 6px;
}
