﻿li, ul {
    list-style-type: none;
    padding-inline-start: 0;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.geo-labs-enabled-coldchain {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 100dvh;
    overflow: auto;
}

.geotab-page-coldchain {
    margin: 20px 0;
}

#statisticList {
    padding: 1px;
    text-align: center;
    margin-bottom: 5px;
}
    #statisticList #topCard {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #statisticList span {
        font-weight: bold;
        font-size: 18px;
    }

        #statisticList span#totalCompliant {
            color: green;
        }

        #statisticList span#totalNonCompliant {
            color: red;
        }

.clear {
    clear: both;
}

#non-compliant-list-canvas {
    margin-bottom: 20px;
}

#non-compliant-list {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
}

    #non-compliant-list .mapTitle-coldchain {
        background-color: #132440;
        color: #fff;
        padding: 10px;
        border-radius: 4px 4px 0 0;
    }

    #non-compliant-list .mapItem-coldchain {
        background-color: #f4f4f4;
        padding: 10px;
        border: 1px solid #ddd;
        border-top: none;
    }

.geo-secondary-button-with-expand {
    display: flex;
    align-items: center;
    /*margin: 20px 0 0 10px;*/
    width: 100%;
}

.geo-secondary-button-with-expand__input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}

.geo-secondary-button-with-expand__expand {
    padding: 10px;
    background-color: #132440;
    border: none;
    color: #fff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.filterMenuContainer-coldchain {
    display: none;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.geo-list-coldchain {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#device-info,
#coldchain-info {
    margin-top: 20px;
}

    #device-info .mapTitle-coldchain,
    #coldchain-info .mapTitle-coldchain {
        background-color: #132440;
        color: #fff;
        padding: 10px;
        border-radius: 4px 4px 0 0;
    }

    #device-info .mapItem-coldchain,
    #coldchain-info .mapItem-coldchain {
        background-color: #f4f4f4;
        padding: 10px;
        border: 1px solid #ddd;
        border-top: none;
    }

.mapItem-coldchain {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mapTitle-coldchain {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.itemLeft, .tempItemRight {
    flex: 1;
    text-align: left;
}

.temp-zone-div {
    display: flex;
    flex-direction: column;
}

.last-report-time {
    display: block;
    font-size: 0.8em;
    color: gray;
}
#minichartList {
    
}

button {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.fancy {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    color: #132440;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    margin-bottom: 10px;
    outline: none;
    overflow: visible;
    padding: 1.25em 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
    font-size: 13px;
}

    .fancy::before {
        width: 1.5625rem;
        height: 2px;
        background: black;
        top: 50%;
        left: 1.5em;
        position: absolute;
        transform: translateY(-50%);
        transform-origin: center;
        transition: background 0.3s linear, width 0.3s linear;
    }

    .fancy .text {
        font-size: 1.125em;
        line-height: 1.33333em;
        padding-left: 2em;
        display: block;
        text-align: left;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
        text-decoration: none;
        color: black;
    }

    .fancy:hover {
        color: white;
        background: #132440;
    }

        .fancy:hover::before {
            width: 0.9375rem;
            background: white;
        }

        .fancy:hover .text {
            color: white;
            padding-left: 1.5em;
        }

.active {
    color: white;
    background: #132440;
}