:root{ --fhc-profil-border: var(--fhc-border, white); --fhc-profil-tabulator-shadow: var(--fhc-shadow-20, rgba(0,0,0,0.1)); } .image-lock{ height:22px; width:21px; background-color:var(--fhc-profil-border); position:absolute; /* top: 1px is important, otherwise it goes over the border of the thumbnail*/ top:1px; right:12px; display:flex; align-items:center; justify-content:center; border-radius:3px; } .tabulator-collapsed-row{ padding:15px; background-color: var(--fhc-profil-tabulator-shadow); } .tabulator-col{ justify-content:center !important; } .tabulator-responsive-collapse{ padding:0 !important; } .btn-circle { width: 30px; height: 30px; padding: 6px 0px; border-radius: 15px; text-align: center; font-size: 12px; line-height: 1.42857; }