.addon-tile1 {
    mappedLicense padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.pricing-text {
    margin-bottom: 10px;
}

#estimate-table {
    margin-top: 20px;
}

#estimate-total {
    font-weight: bold;
}

.add-license {
    cursor: pointer;
}

.remove-license {
    cursor: pointer;
    color: red;
}

    .remove-license:hover {
        color: darkred;
    }

#Addon-License,
#Device-License,
#Support-License {
    display: none;
}

.btn-outline-export {
    display: inline-block;
    padding: 0.4rem 1rem;
    border: 1px solid #007bff;
    border-radius: 32px;
    background-color: transparent;
    color: #007bff;
    font-weight: 520;
    font-size: 0.80rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

    .btn-outline-export:hover {
        background-color: #007bff;
        color: #ffffff;
        text-decoration: none;
    }
