/*
Theme Name: freightengage
Theme URI: https://fe.goitprojects.com/
Template: astra
Author: bigeyeglobal
Author URI: https://bigeyeglobal.com/
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.6.1783675346
Updated: 2026-07-10 09:22:26

*/

/* 20-07-2026 */
.head1{
 position:sticky !important;
	top:0;
	z-index:9999;
}


/*20-07-2026*/


/* =========================
   Wrapper [freight_quotes_table]
========================= */

.freight-table-wrapper{
    width:100%;
    overflow:hidden;
    background:#fff;
    border:1px solid #eef1f4;
    border-radius:0px;
    box-shadow:0 5px 18px rgba(0,0,0,.05);
}

/* =========================
   Table
========================= */

.freight-table{
    width:100%;
    table-layout:fixed;
    border-collapse:collapse;
    font-family:Arial,Helvetica,sans-serif;
    border:none !important;
}

/* =========================
   Header
========================= */

.freight-table thead th{
    padding:8px 10px;
    height:38px;
    text-align:left;
    font-size:14px;
    font-weight:600;
    color:#14843c;
    background:#fff;
    border:none !important;
    border-bottom:1px solid #ececec !important;
    white-space:nowrap;
}

/* =========================
   Body
========================= */

.freight-table tbody td{
    padding:5px 10px;
    font-size:13px;
    color:#333;
    border:none !important;
    border-bottom:1px solid #f2f4f6 !important;
    vertical-align:middle;
    line-height:1.15;
}

.freight-table tbody tr:last-child td{
    border-bottom:none !important;
}

.freight-table tbody tr:hover{
    background:#fcfcfc;
}

/* Remove borders */

.freight-table,
.freight-table tr,
.freight-table td,
.freight-table th{
    border-left:none !important;
    border-right:none !important;
}

/* =========================
   Column Widths
========================= */

.freight-table th:nth-child(1),
.freight-table td:nth-child(1){
    width:24%;
}

.freight-table th:nth-child(2),
.freight-table td:nth-child(2){
    width:24%;
}

.freight-table th:nth-child(3),
.freight-table td:nth-child(3){
    width:16%;
}

.freight-table th:nth-child(4),
.freight-table td:nth-child(4){
    width:22%;
}

.freight-table th:nth-child(5),
.freight-table td:nth-child(5){
    width:14%;
}

/* Reduce left padding */

.freight-table th:first-child,
.freight-table td:first-child{
    padding-left:10px !important;
}

/* =========================
   Location
========================= */

.location{
    display:flex;
    align-items:center;
    gap:4px;
    min-width:0;
}

.location img{
    width:18px;
    height:12px;
    object-fit:cover;
    border:1px solid #ddd;
    border-radius:2px;
    flex-shrink:0;
}

.location span{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:13px;
    font-weight:500;
}

/* =========================
   Mode
========================= */

.mode{
    display:flex;
    align-items:center;
    gap:3px;
    white-space:nowrap;
    font-size:13px;
    color:#333;
}

.mode i,
.mode svg{
    color:#14843c;
    font-size:14px;
}

/* =========================
   Cargo
========================= */

.cargo{
    display:flex;
    align-items:center;
    gap:3px;
    min-width:0;
    font-size:13px;
}

.cargo span{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

/* =========================
   Requested Badge
========================= */

.requested{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:4px 9px;
    border-radius:6px;
    background:#eef9ef;
    border:1px solid #dcefdc;
    color:#17883d;
    font-size:11px;
    font-weight:600;
    white-space:nowrap;
}

/* =========================
   Heading
========================= */

.shipment-heading{
    background:#fff;
    text-align:center;
    padding:12px;
    border-bottom:1px solid #eef1f4;
	 border-radius:18px 18px 0 0;
}

.shipment-heading h2{
    margin:0;
    color:#0F3D55;/*#041A57*/
    font-size:18px;
    font-weight:700;
    line-height:1;
}

/* =========================
   Footer
========================= */

.freight-table-footer{
    background:#fff;
    text-align:center;
    padding:10px 0 10px;
	   border-radius:0 0 18px 18px;
}

.view-all-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    background: #0F3D55;/*#041A57*/
    color:#fff !important;
    text-decoration:none !important;
    padding:8px 28px;
    border-radius:6px;
    font-size:12px;
    font-weight:500;
    transition:.25s;
}

.view-all-btn:hover{
    background:#06256f;
    color:#fff !important;
    text-decoration:none !important;
}

/* =========================
   Mobile
========================= */

@media(max-width:991px){

    .freight-table{
        font-size:12px;
    }

    .freight-table thead th{
        font-size:13px;
    }

    .freight-table tbody td{
        padding:5px 8px;
    }

}
@media (max-width)
	/* Add left padding to the From header */
.freight-table th:first-child{
    padding-left:20px !important;
}

/* Add left padding to the From column cells */
.freight-table td:first-child{
    padding-left:20px !important;
}

	/*bottom*/
	/* Remove any gap below the table */
.freight-table{
    margin-bottom:0 !important;
}

.freight-table tbody{
    margin:0 !important;
    padding:0 !important;
	
}

/* Last row */
.freight-table tbody tr:last-child td{
    padding-bottom:4px !important;
    border-bottom:none !important;
}

	/*----------------------------------------------------------------------*/
.freight-table-wrapper{
    overflow:hidden;
}
/*slide in mobile*/
	@media (max-width:768px){
		.freight-table-wrapper
		{
			overflow-x:auto;
			-webkit-overflow-scrolling:touch;
	
		}
		.freight-table{
			min-width:700px;
		}
	}








