html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.cardAll {
    display: flex;
    padding: 0;
    justify-content: center;
}

.card1 {
    display: flex;
    width: 166px;
    padding: 12px 33px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 18px;
    border: 2px solid #004B98;
    background: #fff;
}

    .card1.active {
        background: #004B98;
    }

    .card1 span svg {
        /* font-style: red !important; */
        width: 60px;
        height: 60px;
    }

path {
    fill: #004B98 !important;
}

.active path {
    fill: #fff !important;
}

.card1 p {
    margin: 0;
    color: #004B98;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card1.active p {
    color: #fff;
}

.card1 .date {
    display: flex;
    height: 22px;
    padding: 2px 11px 3px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #004B98;
}

.card1.active .date {
    background: #fff;
}

.card1 .date p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card1.active .date p {
    color: #004B98;
}

.line {
    margin: 0 6px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1400px) {

    .card1 {
        width: 140px;
        height: 140px;
        padding: 12px 33px;
    }

        .card1 span svg {
            width: 50px;
            height: 50px;
        }

        .card1 p {
            font-size: 16px;
        }

        .card1 .date {
            height: 22px;
            padding: 2px 11px 3px 10px;
        }

            .card1 .date p {
                font-size: 14px;
            }
}

@media screen and (max-width: 1200px) {

    .card1 {
        width: 125px;
        height: 125px;
        padding: 12px 33px;
    }

        .card1 span svg {
            width: 40px;
            height: 40px;
        }

        .card1 p {
            font-size: 14px;
        }

        .card1 .date {
            height: 18px;
            padding: 2px 11px 3px 10px;
        }

            .card1 .date p {
                font-size: 12px;
            }

    .line {
        margin: 0px 4px;
        /* transform: rotateZ(90deg); */
    }

        .line img {
            height: 3px;
        }
}

@media screen and (max-width: 1000px) {
    .cardAll {
        flex-direction: column-reverse;
        align-items: center;
    }

    .card1 {
        width: 166px;
        height: 166px;
        padding: 12px 33px;
    }

        .card1 span svg {
            width: 60px;
            height: 60px;
        }

        .card1 p {
            font-size: 18px;
        }

        .card1 .date {
            height: 22px;
            padding: 2px 11px 3px 10px;
        }

            .card1 .date p {
                font-size: 14px;
            }

    .line {
        margin: 18px 0px;
        transform: rotateZ(90deg);
    }
}


@media screen and (max-width: 600px) {
    .cardAll {
        flex-direction: column-reverse;
        align-items: center;
    }

    .card1 {
        width: 108px;
        height: 108px;
        gap: 4px;
        padding: 6px 21.864px 6px 22.5px;
    }

        .card1 span svg {
            width: 40px;
            height: 40px;
        }

        .card1 p {
            font-size: 14px;
        }

        .card1 .date {
            height: 14px;
            padding: 2px 8px;
        }

            .card1 .date p {
                font-size: 14px;
                font-size: 10px;
            }

    .line {
        margin: 18px 0px;
        transform: rotateZ(90deg);
    }

        .line img {
            height: 3px;
        }
}


.cargoInfo {
    display: flex;
    height: 40px;
    padding: 14px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    background: #004B98;
}

    .cargoInfo p {
        margin: 0;
        color: #FFF;
        text-align: center;
        /* font-family: Inter; */
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.table {
    border: 1px solid #004B98 !important;
}

    .table td {
        width: 50%;
        /*border-right: 1px solid;*/
        padding: 8px 12px !important;
        border: 1px solid #004B98 !important;
    }

.cargoInfoBody {
    padding: 0;
}

.cargo {
    padding: 0;
}