/* ---------=====Track-0reder====------------ */

.track-order {
    /* height: ; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px 24px 42px 24px;
}

.track-order .track-oreder-card-title {
    font-family: Lato;
    font-size: clamp(24px, 2vw, 36px);
    font-weight: 500;
    line-height: 42px;
    color: #0C1529;
    text-align: center;
    margin-bottom: 0 !important;
}

.track-order .track-oreder-card-text {
    font-family: Lato;
    font-size: clamp(14px, 3vw, 18px);
    font-weight: 500;
    line-height: clamp(23px, 2vw, 26px);
    color: #858A94;
    margin-bottom: 32px;
}

.track-order .track-order-input-label {
    font-family: Lato;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    color: #0C1529; 
}

.track-order .order-track-btn {
    width: 100%;
    height: 56px;
    max-width: 350px;
    gap: 10px;
    border-radius: 6px;
    background: #2A9FE8;
    border: unset !important;
    color: #fff;
    font-family: Lato;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    line-height: 28px;
    margin: 50px 0 0 0;
}

/* ---------new-css-field------- */
.track-order-input-main {
    /* background-color: #F6F6F8; */
    height: 62px;
    max-width: 480px;
    border-radius: 3px;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
    padding: 11px 13px;
    display: flex;
    align-items: center;
    gap: 3.31px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
}

.track-input-img {
    width: 24px;
    height: 24px;
}

.track-input-field {
    background-color: unset;
    border: 0;
    height: 62px;
    width: 100%;
    font-size: 20px;
    color: #858A94 !important;
    border-top: 1px solid #d0d5dd;
    border-bottom: 1px solid #d0d5dd;
}

.track-input-field::placeholder {
    font-size: clamp(16px, 2vw, 20px) !important;
    color: #858A94 !important;

}

.track-order-input-main input:focus,
.track-order-input-main input:focus-visible {
    border-top: 1px solid #d0d5dd;
    border-bottom: 1px solid #d0d5dd;
    outline: 0px;
}

.input-mail-order {
    background-color: #F6F6F8;
    border: 0;
    height: 62px;
    max-width: 480px;
    font-size:  20px;
    color: #858A94 !important;  
    border: 1px solid #d0d5dd !important;
    background-color: unset !important;
    border-radius: 6px;
}

.input-mail-order::placeholder {
    color: #858A94 !important;
}
.input-mail-order:focus {
    box-shadow: none;
}

.track-order-card {
    max-width: 620px;
    width: 100%;
}

.track-form {
    max-width: 484px;
}

@media screen and (max-width: 500px) {
    .input-mail-order {
        height: 46px;
    }

    .track-order-input-main {
        height: 46px;
    }

    .track-input-field {
        height: 46px;
    }

    .track-order .order-track-btn {
        height: 46px;
    }
}