/* _content/LTL_TMS/Views/Home/Index.cshtml.rz.scp.css */

#site-title[b-m71simz4o2] {
    font-size: 2.75rem;
    font-weight: 800;
    margin: 8px 0px;
    letter-spacing: 1px;
}

.banner[b-m71simz4o2] {
    color: #fff;
    background-color: #000a;
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0;
    max-width: 100%;
}


#banner-content[b-m71simz4o2] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
}

    #banner-content p[b-m71simz4o2] {
        font-size: 1.15rem;
        margin: 0;
    }

    #banner-content blockquote[b-m71simz4o2] {
        font-size: 1.35rem;
        font-weight: 600;
        margin-bottom: 5px;
    }

    #banner-content blockquote + p[b-m71simz4o2] {
        font-size: 1rem;
        margin-bottom: 20px;
        color: #cacaca;
    }

@media screen and (min-width: 768px) {
    #banner-content[b-m71simz4o2] {
        left: 35%;
        max-width: 80ch;
    }

    #site-title[b-m71simz4o2] {
        font-size: 3.75rem;
    }
}

.features-card[b-m71simz4o2] {
    display: flex;
    align-items: start;
    justify-content: center;
}

.features-icon[b-m71simz4o2] {
    font-size: 5rem;
}

.features-card-row[b-m71simz4o2] {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 2rem;
    width: 100%;
}

.features-card-col[b-m71simz4o2] {
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

    .features-card-col h3[b-m71simz4o2] {
        font-size: 2rem;
    }

.features-title[b-m71simz4o2] {
    font-weight: 800;
    color: #3f0366;
    text-shadow: 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.shadow-frame[b-m71simz4o2] {
    box-shadow: -60px 60px 0px 20px #333, 60px -50px 0px 10px #333, 0px 0px 0px 10px #333, 0px 0px 0px 20px var(--primary);
}

.carousel-item[b-m71simz4o2] {
    text-align: center;
    height: 325px;
}

.carousel-item blockquote[b-m71simz4o2] {
    font-size: .95rem;
}

.carousel-item .subtitle[b-m71simz4o2] {
    font-size: .9rem !important;
}

#testimonialCarousel[b-m71simz4o2] {
    border-radius: 25px;
    position: relative;
    background: #fafafa;
    padding: 2rem 0 0;
    border: 3px solid var(--primary);
}

    #testimonialCarousel .carousel-inner[b-m71simz4o2] {
        border-radius: 25px;
    }


    #testimonialCarousel i[b-m71simz4o2] {
        color: var(--primary);
        position: absolute;
        top: -12%;
        left: 50%;
        transform: translateX(-50%);
        background: #fafafa;
        z-index: 2;
        padding: 0px 12px
    }

.custom-slide[b-m71simz4o2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    height: 100%;
    border-radius: 25px;
    gap: 8px;
}

    .custom-slide blockquote[b-m71simz4o2] {
        max-width: 75%;
        font-size: 1.25rem;
        color: #565656;
        justify-self: center;
    }

.end-quote[b-m71simz4o2]::before {
    transform: rotateZ('180deg')
}

.underlined[b-m71simz4o2] {
    border-bottom: 2px solid #682d91;
}

.instruction-box[b-m71simz4o2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: 500;
}

    .instruction-box h4[b-m71simz4o2] {
        font-size: 2rem;
        font-weight: 600;
        color: #3f0366 !important;
        
    }

    .instruction-box i[b-m71simz4o2] {
        font-size: 6rem;
        font-weight: 900;
        color: var(--primary);
    }

    .instruction-box p[b-m71simz4o2] {
        font-size: 1.15rem;
        color: #454545;
    }

.features[b-m71simz4o2] {
    font-size: 1.1rem;
}

.features ul[b-m71simz4o2] {
    list-style: none;
}

    .features ul li span[b-m71simz4o2] {
        color: #682d91;
        font-weight: 600;
    }

    .features ul li[b-m71simz4o2] {
        position: relative;
        margin: 5px 0;
        color: #454545;
    }

        .features ul li[b-m71simz4o2]:before {
            content: "";
            position: absolute;
            left: -30px;
            top: 8px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #682d91;
        }
/* _content/LTL_TMS/Views/Resources/FreightClassCalculator.cshtml.rz.scp.css */
#calculator[b-9n2plthb21] {
    display: flex;
    flex-direction: column;
    border: 1px solid #cacaca;
    padding: 1rem;
    font-size: 1.25rem;
}

#calculator label[b-9n2plthb21] {
    color: var(--primary);
    font-weight: bold;
}

.calcForm[b-9n2plthb21] {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    gap: .5rem;
}

    #calculator input[b-9n2plthb21], #calculator select[b-9n2plthb21] {
        height: 40px;
        padding: .25rem;
    }

#calculator input[b-9n2plthb21] {
    width: 120px;
}

.results[b-9n2plthb21] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: .5rem;
}

.display-text[b-9n2plthb21] {
    color: #565656;
    line-height: 1.6rem;
    font-size: 1.1rem;
}
/* _content/LTL_TMS/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root[b-h78cs0xjp5] {
    --bs-dropdown-color: #fff;
}

a.navbar-brand[b-h78cs0xjp5] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    font-size: 1.5rem !important;
}

.nav-item.dropdown[b-h78cs0xjp5] {
    padding: 0 !important;
    border: none;
    width: auto;
}

.dropdown-menu[b-h78cs0xjp5] {
    background: var(--primary-dark);
    color: #fff !important;
}


main[b-h78cs0xjp5] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    overflow-x: hidden;
    max-width: 2400px;
    margin-left: auto;
    margin-right: auto;
}

    main[b-h78cs0xjp5]::-webkit-scrollbar {
        width: 8px;
        
    }

.wrapper[b-h78cs0xjp5] {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

nav[b-h78cs0xjp5] {
    background-color: var(--primary);
}


.box-shadow[b-h78cs0xjp5] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-h78cs0xjp5] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-h78cs0xjp5] {
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}

.footer-nav-list[b-h78cs0xjp5] {
    list-style: none;
    padding-left: 0;
}

.footer-nav-item[b-h78cs0xjp5] {
    margin: 4px 0px;
}

.footer-nav-item a:hover[b-h78cs0xjp5] {
    color: #ccc;
}

.toggler[b-h78cs0xjp5] {
    color: #fff;
    background: transparent;
    border-radius: 8px;
    border: none;
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.toggler:hover .toggler-bar[b-h78cs0xjp5] {
    background: #ccc;
}

.toggler-bar[b-h78cs0xjp5] {
    height: 2px;
    width: 30px;
    background: #fff;
    border-radius: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-duration: 250ms;
    transform-origin: center;
}

.toggler-bar:first-child[b-h78cs0xjp5] {
    top: 25%;
}

.toggler-bar:last-child[b-h78cs0xjp5] {
    top: 75%;
}

.toggler.open .toggler-bar:first-child[b-h78cs0xjp5] {
    transform: translate(-50%, -20px)
}

.toggler.open .toggler-bar:last-child[b-h78cs0xjp5] {
    transform: translate(-50%, 20px)
}

.toggler.open .toggler-bar.min-bar.bar-1[b-h78cs0xjp5] {
    transform: translate(-50%, -50%) rotateZ(45deg);
}

.toggler.open .toggler-bar.min-bar.bar-2[b-h78cs0xjp5] {
    transform: translate(-50%, -50%) rotateZ(-45deg);
}



.footer-p[b-h78cs0xjp5] {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #fff;
    margin-bottom: 5px;
}

#to-top-btn[b-h78cs0xjp5] {
    border: 4px solid var(--primary-dark);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: var(--primary-dark);
    background: var(--primary-light);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 600;
    transition-duration: 250ms;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

    #to-top-btn *[b-h78cs0xjp5] {
        transition-duration: 250ms;
        transition-timing-function: linear;
    }

    #to-top-btn i[b-h78cs0xjp5] {
        font-size: 1.25rem;
        font-weight: 700;
        transition-duration: 200ms !important;
        transition-delay: 0;
    }

    

    #to-top-btn:hover[b-h78cs0xjp5] {
        background: var(--primary-dark);
        color: #fff;
    }

@media screen and (min-width: 768px) {
    .toggler[b-h78cs0xjp5] {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .nav-item[b-h78cs0xjp5] {
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
    }
}

/* _content/LTL_TMS/Views/Shipper/Lanes.cshtml.rz.scp.css */
#stateSelectList[b-9e1oliw3bj] {
    max-height: 600px;
    overflow-y: scroll;
    
}

#stateSelectList li[b-9e1oliw3bj] {
    cursor: pointer;
}

    #stateSelectList li:hover[b-9e1oliw3bj] {
        background: var(--primary);
        color: #fff;
    }


