.indexform {
    position: absolute !important;
    z-index: 12;
    right: 45px;
    top: -565px;
}

.landingform-label {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    color: white;
}

.landingform-smlabel {
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    color: white;
}

select:focus,
input:focus {
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



.landingform-input {
    font-size: 13px;
    color: #3d64b0;
    border: 0;
    /* border: 2px solid #3d64b0; */
    padding-bottom: 5px;
    width: 100%;
    padding: 0px 10px;
    border-radius: 5px;
    height: 30px !important;
}

.delevierBy {
    font-weight: 700 !important;
    line-height: 2px !important;
    font-size: 18px !important;
    color: white;
}

.clicktoBook {
    color: white !important;
    font-size: 0.9em;
    text-decoration: underline;
    font-weight: 600;
}

.companyName {
    line-height: 6px;
    font-size: 18px;
    text-transform: capitalize;
    color: white;
}

/* ----------------------------- */

.title-heading {
    color: #3d64b0;
    font-size: 32px;
    font-weight: 500;
}

.form-heading {
    font-size: 22px;
    font-weight: 500;
    color: white;
    margin-bottom: 0;
}

.TabNumber {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: grey;
    margin-bottom: 0;
}

.TabLabel {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.nav-pills .nav-link {
    height: 60px;
    align-items: center;
    display: flex;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    /* background-color: #33bbcb !important; */
    background-color: rgba(1, 164, 115, 1) !important;
    border-radius: 0;
}

.Shipmentlabel {
    position: absolute;
    transform: translate(2.0rem, -3.3rem);
    font-size: 14px;
    padding: 0 5px;
    background-color: white;
    color: grey;
}

.ShipmentSelect {
    position: relative;
    border-radius: 0px;
    margin-top: 1.5rem;
    background-color: #fcffff;
    border: lightgrey 0.1rem solid;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    font-size: 15px;
}

.ShipmentInput {
    position: relative;
    border-radius: 0px;
    margin-top: 1.5rem;
    background-color: #fcffff;
    border: lightgrey 0.1rem solid;
    width: 100%;
    height: 40px;
    padding: 0rem 1rem;
    font-size: 14px;
}

.checkboxLabel {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    color: grey;
}

.radioLabel {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: grey;
}

.shipmentDetailLabel {
    font-size: 14px;
    font-weight: 500;
    color: black;
    margin-bottom: 10px;
}

.addWeightItem {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    background: #33bbcb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 0;
    border-radius: 50%;
}

.billingLabel {
    font-size: 16px;
    font-weight: 700;
    color: grey;
}

.radio_container {
    display: flex;
    align-items: center;
    background-color: transparent;
    /* width: 420px; */
    height: 25px;
    /* border-radius: 9999px; */
    /* box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15); */
}

.radio_container input[type="radio"] {
    appearance: none;
    display: none;
}

.radio_container label {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #ABABAB;
    font-family: "Open Sans", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    width: 50px;
    height: 30px;
    text-align: center;
    overflow: hidden;
    transition: linear 0.3s;
    margin-bottom: 0;
    border: 1px solid #D8D8D8;
}

.radio_container input[type="radio"]:checked+label {
    background-color: #42A4DF;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #FFFFFF;
    transition: 0.3s;
}

.fs-14 {
    font-size: 14px;
    margin-bottom: 0;
}

.fs-16 {
    font-size: 16px;
    margin-bottom: 0;
}

.fs-18 {
    font-size: 18px;
    margin-bottom: 0;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.grey {
    color: grey;
}

.darkblue {
    color: #3d64b0;
}

.productPrice {
    color: white;
    font-size: 14px;
    font-weight: 600;
    background: #33bbcb;
    padding: 8px 10px;
    border-radius: 2px;
    margin-bottom: 0;
}

.dark-blue-btn {
    color: white;
    font-size: 14px;
    border-radius: 2px;
    padding: 10px 30px;
    /* background: #3d64b0; */
    background: linear-gradient(to right, rgba(9, 146, 187, 1) 0%, rgba(1, 164, 115, 1) 50%, rgba(60, 49, 138, 1) 100%);
    border: 0;
}

.light-blue-btn {
    color: white;
    font-size: 14px;
    border-radius: 2px;
    padding: 10px 30px;
    background: #839bcc;
    border: 0;
}

.paymentTable thead tr th {
    font-size: 15px;
    border-top: 0px;
    font-weight: 600;
}

.paymentTable tbody tr td {
    font-size: 13px;
    font-weight: 600;
    color: gray;
}

.paymentTable thead tr th:last-child,
.paymentTable tbody tr td:last-child {
    text-align: end;
}

@media only screen and (min-width: 320px) and (max-width: 450px) {
    #v-pills-tab {
        flex-wrap: wrap !important;
    }

    .sm-w-100 {
        width: 100% !important;
    }

    .indexform {
        position: inherit !important;
    }

    .ShipmentSelect,
    .ShipmentInput {
        padding: 10px;
        font-size: 12px;
    }

    .tab-pane .container {
        padding: 0px;
    }
}

.landingform-input::placeholder {
    color: lightgray !important;
}

.trackingHistoryTable thead th {
    background: #f5f6f9 !important;
    color: #28337a;
    font-size: 14px;
    border: none !important;
    border-bottom: 0 !important;
    width: 0;
}

.trackingHistoryTable thead th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.trackingHistoryTable thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.trackingHistoryTable tbody td {
    border: none !important;
    font-size: 13px;
    color: #4e4e4e;
    padding: 4px 12px;
}

::placeholder {
    color: lightgray !important;
}

.validation-error {
    font-size: 12px;
    color: red;
    margin-bottom: 0;
    line-height: 18px;
    display: none;
}
