.ats-trucks {
		background-color: #F8F9FA;
		width: 900px;
		padding: 20px;
		border-radius: 8px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
		position: fixed;
		top: 50.68%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1000;
		max-height: 90vh;
        overflow-y: auto;
}

.ets2-trucks {
		background-color: #F8F9FA;
		width: 900px;
		padding: 20px;
		border-radius: 8px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
		position: fixed;
		top: 46.25%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1000;
		max-height: 90vh;
        overflow-y: auto;
}

.mod-header {
	padding-top: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.trapezoid {
	margin-top: -26px;
	width: 100%; /* Full width */
	height: 39.5px; /* Adjust the height as needed */
	background-color: #E9ECEF; /* Background color for the div */
	clip-path: polygon(20.1% 100%, 79.99% 100%, 84.99% 0, 15.1% 0); /* Trapezoid shape */
	margin-bottom: 10px;
	z-index: 1; /* Make sure it's above the shadow */
}

/* Create the shadow behind the trapezoid */
.trapezoid2 {
	margin-top: 5px;
	width: 100%; /* Full width */
	height: 40px; /* Adjust the height as needed */
	background-color: black; /* Background color for the div */
	clip-path: polygon(20.1% 100%, 80% 100%, 85% 0, 15.1% 0); /* Trapezoid shape */
	margin-bottom: 10px;
	z-index: -1; /* Place behind the trapezoid */
}

.stats {
    display: flex;
    justify-content: space-between;
    background-color: #E5E5E5;
    padding: 5px;
    border: 0px solid #444;
    margin-bottom: 20px;
    -moz-box-shadow: inset 0px 2px 4px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 2px 4px 1px rgba(0,0,0,0.3);
    box-shadow: inset 0px 2px 4px 1px rgba(0,0,0,0.3);
}

  .table thead th {
    border-bottom: none !important;
  }
  
.borderz-bottom {
    overflow: hidden;
}