
.d-none{
    display: none !important;
}
/* License start here */
.license-wrapper{
    display: flex;
    padding: 3% 2%;
    background: var(--filter-white-color,#fff);
    border-radius: 8px;
}
.revoke-license{
    text-decoration: none;
    padding: 8px 28px !important;
}
.pluggable p{
    font-size: 14px;
}
.license-section{
    display: grid;
    width: 65%;
}
.license_input{
    height: 40px;
    border: 1px solid #E6E6E6 !important;
}
.input-wrap{
    display: grid;
}
.license-result{
    display: flex;
}
p.attr-alert{
    font-size: 14px;
}
/* License end here */

