﻿
.license-container {
    max-width: 800px; /* Adjust the maximum width as needed */
    margin: auto;
    background: #f4f4f4; /* Light gray background */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.license-item {
    margin: 10px;
    padding: 10px;
    flex: 0 1 calc(50% - 20px); /* Two columns with some spacing */
    background: #ffffff; /* White background for each item */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .license-item span {
        display: block;
        margin-bottom: 8px;
        font-weight: bold; /* Bold labels */
    }


.license-itemID {
    margin: 10px;
    padding: 29px;
    background: #ffffff; /* White background for each item */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-weight: bold; /* Bold labels */
}


.item-red {
    color: #ff0000;
}



.ACTIVE {
    color: #00aa00; /* Darker green for active status */
}

.EXPIRED {
    color: #ff0000;
}

.month {
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #333333;
    font-weight: bold;
}
