/*
 Theme Name:   Omnitrax (Twenty Twenty-Five Child)
 Theme URI:    https://omnitraxtelematics.com/
 Description:  Child theme for the Twenty Twenty-Five theme
 Author:       Omnitrax Telematics Technologies Inc.
 Author URI:   Omnitrax Telematics Technologies Inc.
 Template:     twentytwentyfive
 Version:      1.0.4
*/

/* You can add your custom CSS below */

/* default */

.row {
	display: flex;
}

.row > .col {
	width: 50%;
}

/* end of default */

/* device feed */

.device-feed {
	display: flex;
	gap: 40px;
	gap: 2.5rem;
	max-width: 100%;
}

.device-box {
	background-image: url(https://omnitraxtelematics.com/wp-content/uploads/2025/07/ship-temp-image.png);
    background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 25%;
}

.divice-box-overlay {
}

.device-box > div {
	position: relative;
	z-index: 1;
}

.device-box .divice-box-overlay  {
	background-color: #000000;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.device-box .tracking-date {
    background-color: grey;
    border-radius: 50%;
	height: 20px;
	height: 1.25rem;
    overflow: hidden;
    text-indent: -40px;
    text-indent: -2.5rem;
    width: 20px;
    width: 1.25rem;
}

.device-box .on {
    background-color: green;
}

.device-box .device-name  {
	/* left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%); */
	text-align: center;
}

/* end of device feed */
