/**/
#toplevel_page_ulm_admin_panel{
    background-color: #ca9725;
    font-weight: 500;
}
#toplevel_page_ulm_admin_panel:hover{
    background-color: #ea8812;
}
.license-image{
    max-width: 60vw;
    max-height: 400px;
    object-fit: contain;
    object-position: top left;
}


.modal_customer_sel{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    display: none;

}

.modal_customer_sel .model-body{
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 80%;
    max-width: 600px;
}

.modal_customer_sel .model-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.modal_customer_sel .model-customer-list-wrapper{
    max-height: 350px;
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* License History Panel */
.ulm-license-history-panel {
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.ulm-license-history-panel h3 {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.ulm-license-history-panel table {
    margin-top: 10px;
}

.ulm-license-history-panel table th,
.ulm-license-history-panel table td {
    padding: 8px 10px;
}
