.shortcode-rastreamento {
    padding: 40px 0;
}

.shortcode-rastreamento * {
    color: unset;
    background-color: unset;
    border: unset;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: inherit;
}

.shortcode-rastreamento form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.shortcode-rastreamento form .rastreamento-type {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
    flex-direction: column;
}

.shortcode-rastreamento form .rastreamento-type .radios {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

.shortcode-rastreamento form .rastreamento-type .radios label {
    cursor: pointer;
    color: #333;
}

.shortcode-rastreamento form .rastreamento-type span {
    font-weight: bold;
    color: #333;
}

.shortcode-rastreamento form .inputs {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
}

.shortcode-rastreamento form .inputs input[type="text"] {

    width: 100%;
    font-size: 16px;
    max-width: 100%;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 8px -2px rgb(0 0 0 / 25%);
    border-radius: 7px;
    border: none;
    color: #333;
}

.shortcode-rastreamento form .inputs input[type="text"]::placeholder {
    color: #999;
}


.shortcode-rastreamento form .inputs input[type="text"]:focus {
    outline: none;
}

.shortcode-rastreamento form input[type="submit"] {

    cursor: pointer;
    font-size: 16px;
    padding:  10px 15px;
    background: #2e567a;
    border: none;
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    transition: background-color 0.25s ease-in-out;
}

.shortcode-rastreamento form input[type="submit"]:active {
    background-color: #36658f;
}

.shortcode-rastreamento > .feedback {

    display: none;
    margin-top: 20px;
    color: red !important;
    font-size: 18px;
}

.shortcode-rastreamento .scroll-controller {
    display: none;
}


.shortcode-rastreamento .scroll-controller h3 {

    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 28px;
    color: #333;
}

.shortcode-rastreamento .scroll-controller .info-origem-destino p {
    font-weight: 600;
    color: #333;
    margin: 5px 0;
}

.shortcode-rastreamento .scroll-controller .info-origem-destino p span {
    font-weight: 400;
}

.shortcode-rastreamento fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 7px;
}

.shortcode-rastreamento fieldset legend {
    padding: 0 5px;
    color: #333;
}

.shortcode-rastreamento .table {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
    overflow: auto;
}

.shortcode-rastreamento .table .table-header {

    background-color: #2e567a;
    color:  #fff;
    padding: 12px 24px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    gap: 25px;
    border-radius: 7px;
}

.shortcode-rastreamento .table .table-header,
.shortcode-rastreamento .table .table-results {
    min-width: 700px;
}

.shortcode-rastreamento .scroll-controller .tip {
    display: none;
}

.shortcode-rastreamento .table .table-row {

    margin-top: 10px;
    background: #F4F4F4;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 8px 24px;
    font-size: 16px;
    color: #333;
    display: flex;
    gap: 25px;
    border-radius: 7px;
}

.shortcode-rastreamento .table .table-item {

    flex: 1;
    margin-bottom: 0;
}

.shortcode-rastreamento .table .table-item.date {

    max-width: 120px;
}

.shortcode-rastreamento .blockElement {
    border: none;
}

.shortcode-rastreamento .blockOverlay {

   background: transparent !important;
}

.shortcode-rastreamento .fetching {

    visibility: hidden;
    margin-left: 10px;
    margin-right: 20px;
    border: 5px solid #f4f4f4;
    border-top: 5px solid #2e567a;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    min-width: 28px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.shortcode-rastreamento .contact-options {

    display: none;
    width: 100%;
    margin: 50px auto 0 auto;
    border: 1px solid #234966;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
}

.shortcode-rastreamento .contact-options h4 {
    color: #234966;
    margin-bottom: 10px;
    font-weight: bold;
}

.shortcode-rastreamento .contact-options p {
    color: #333;
    margin-bottom: 15px;
    font-size: 16px;
}

.shortcode-rastreamento .contact-options .btn-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
} 

.shortcode-rastreamento .contact-options a {
    padding: 10px 15px;
    background: #2e567a;
    border: none;
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    transition: background-color 0.25s ease-in-out;
    text-decoration: none !important;
    text-align: center;
    min-width: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.shortcode-rastreamento .contact-options a svg {
    display: block;
    width: 18px;
    height: auto;
}

.shortcode-rastreamento .contact-options a svg path { 
    fill: white !important
}

.shortcode-rastreamento .contact-options a:active {
    background: #36658f;
}

.shortcode-rastreamento .contact-options a.bg-green {
    background: #3e6b3e;
} 

.shortcode-rastreamento .contact-options a.bg-green:active {
    background: #4a784a;
}

.shortcode-rastreamento .contact-options a i {
    margin-right: 10px;
} 

@media(min-width: 900px) {
    .shortcode-rastreamento form input[type="submit"]:hover {
        background-color: #36658f;
    }
    .shortcode-rastreamento .contact-options a:hover {
        background: #36658f;
    }
    .shortcode-rastreamento .contact-options a.bg-green:hover {
        background: #4a784a;
    }
}

@media(max-width: 991px) {

    .shortcode-rastreamento .scroll-controller {
        position: relative;
        padding-bottom: 45px;
    }

    .shortcode-rastreamento .scroll-controller .tip {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        font-size: 18px;
        color: #333;
    }

    .shortcode-rastreamento .scroll-controller .tip svg {

        display: none;
        width: 24px;
        height: auto;
        display: block;
        margin-right: 10px;
    }


    .shortcode-rastreamento .scroll-controller .tip svg path {
        fill: #333;
    }
}

@media(max-width: 600px) {

    .shortcode-rastreamento .table .table-header,
    .shortcode-rastreamento .table .table-row {
        gap: 15px;
    }

    .shortcode-rastreamento .table .table-header {
        font-size: 16px;
    }
}