<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* do not use this as a practice devs, this is just for the permissions demo, will be deleted soon*/
 .btn-primary{
    align-items: center;
    background: #0070af;
    border-radius: 0.5rem !important;
    border-style: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    font-weight: 700;
    gap: 0.25rem;
 
    padding: 0.5rem 1rem;
}

.crmEntityFormView .actions .btn:first-child(){
    background: darkgray !important;
}

.entitylist{
    background-color: transparent !important;
}

.entitylist th a{
    color: black !important;
    text-decoration: none !important;
}


iframe[data-page="/_portal/modal-form-template-path/64d7ab2f-0014-ed11-b83d-000d3adf12e7"]{
    height: 500px;
}
.entitylist button.btn-default, .entitylist .dropdown-menu, .modal-lookup .btn-default{
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
}
.entitylist .dropdown-menu a{
    text-decoration: none !important;
}
.modal-dialog .tab-title{
    display:none;
}

.entitylist{
    border: unset !important;
    margin-top: -30px;
}

.entitylist .grid-actions {
    border: unset !important;
}

.modal-dialog input {
    border: 1px solid #ccd0d2;
    border-radius: 3px;
   
    padding: 8px;
}

.modal-dialog .modal-content{
    border-radius: 0.5rem !important;
}
.modal-dialog .modal-content .wrapper-body{
    background: white !important;   
} 
</pre></body></html>