@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap";.spinner{--width-btn:1.2rem;--width-md:1.7rem;--width-bg:2.5rem;--fill-btn:var(--brand-neutral-100);--fill-bg:var(--brand-accent-100)}.spinner{width:var(--width-btn);fill:var(--fill-btn)}.spinner rect{width:2px}.loading{justify-content:center;height:100dvh}.loading .spinner{width:var(--width-bg);fill:var(--fill-bg)}.dashboard-section .spinner{width:var(--width-md);fill:var(--fill-bg);margin-top:auto;position:absolute;bottom:1rem;right:1rem}.participantes-section:has(.spinner) .spinner{width:var(--width-bg);fill:var(--fill-bg);margin:auto;position:absolute;inset:0}.rubik{font-family:rubik,manrope,arial,system-ui}.rubik:after{font-family:rubik,manrope,arial,system-ui}.admin-logo:after{content:"admin";text-transform:uppercase;background-color:var(--brand-neutral-700);color:var(--brand-neutral-100);outline:.9px solid var(--brand-neutral-100);padding:.25rem;font-size:.75rem;font-weight:800;transition:background-color .2s,color .2s;position:absolute;top:-1.25rem;right:-2.5rem;transform:rotate(15deg)}.clip-top,.clip-bottom,.clip-diagonal,.clip-all{--edge-angle:1em}.clip-top{clip-path:polygon( 0 var(--edge-angle),  var(--edge-angle) 0,  calc(100% - var(--edge-angle)) 0,  100% var(--edge-angle),  100% 100%,  0 100%)}.clip-bottom{clip-path:polygon( 0 0,  100% 0,  100% calc(100% - var(--edge-angle)),  calc(100% - var(--edge-angle)) 100%,  var(--edge-angle) 100%,  0 calc(100% - var(--edge-angle)))}.clip-diagonal{clip-path:polygon( 0 var(--edge-angle),  var(--edge-angle) 0,  100% 0,  100% calc(100% - var(--edge-angle)),  calc(100% - var(--edge-angle)) 100%,  0 100%)}.clip-all{clip-path:polygon( 0 var(--edge-angle),  var(--edge-angle) 0,  calc(100% - var(--edge-angle)) 0,  100% var(--edge-angle),  100% calc(100% - var(--edge-angle)),  calc(100% - var(--edge-angle)) 100%,  var(--edge-angle) 100%,  0 calc(100% - var(--edge-angle)))}.card{color:var(--brand-neutral-100);background-color:var(--brand-neutral-700);border:1px solid var(--brand-neutral-600)}@media (hover:hover){.card:hover{background-color:var(--brand-neutral-600)}}.card svg{fill:var(--brand-txt)}.caret-icon *{fill:var(--brand-txt)}@keyframes skeleton-loading{0%{background-color:var(--brand-neutral-500)}to{background-color:var(--brand-neutral-600)}}.header .theme-btn .sun{scale:1.25}.header{align-items:center;column-gap:.5rem;width:100%;display:flex}.header .header-logo{justify-content:start;align-items:center;display:flex;position:relative}.header .header-logo svg{width:100%}.header .header-actions{align-items:center;gap:.5rem;height:100%;margin-left:auto;display:flex}.header .header-actions .theme-btn,.header .header-actions .logout-btn{aspect-ratio:1;border-radius:var(--radius-base);justify-content:center;align-items:center;height:fit-content;display:flex}.header .header-actions .nav{border-radius:var(--radius-base);justify-content:center;align-items:center;gap:1.25em;height:100%;padding:.75em;display:flex}.header .header-actions .nav a{position:relative}.header .header-actions .nav a:before{content:"";background-color:var(--brand-neutral-100);opacity:0;transition:opacity .3s;position:absolute;inset:-.7em -.8em}.header .header-actions .nav a:after{content:"";bottom:-.25em;background-color:var(--brand-accent-500);border-radius:var(--radius-max);width:100%;height:.15em;transition:scale .3s;position:absolute;inset-inline:0;scale:0}.header .header-actions .nav a:hover:before{opacity:.1}.header .header-actions .nav a.is-here:after{scale:1}.header .header-actions .nav a.is-here:hover:before{opacity:0}:root{--fonts:"Manrope", "Arial", "System-ui";--radius-base:0px;--radius-sm:5px;--radius-md:12px;--radius-bg:25px;--radius-max:100vmax;--vaam-black:#0c0c0c;--vaam-white:#f2f2f2;--bg-00:#000;--bg-10:#0d0d0d;--bg-20:#1a1a1a;--bg-30:#333;--txt-00:#f2f2f2;--txt-10:#b3b3b3;--accent-backdrop:blue;--accent-shadow:red;--accent-input:rebeccapurple;--accent-black:yellow;--accent-00:green;--accent-05:purple;--accent-10:hotpink;--accent-15:orange;--accent-20:slateblue;--accent-25:orangered;--accent-30:limegreen;--accent-40:darkgray;--accent-45:aliceblue;--accent-50:pink;--accent-60:darkblue;--accent-70:steelblue;--accent-white:red;--brand-neutral-100:#e7ecfe;--brand-neutral-200:#cdd3e4;--brand-neutral-300:#8a91a8;--brand-neutral-400:#5c678a;--brand-neutral-500:#212945;--brand-neutral-600:#151d37;--brand-neutral-700:#0b1228;--brand-neutral-800:#060a18;--brand-neutral-900:#00040f;--brand-accent-rgb:#cf0;--brand-accent-100:#eaedde;--brand-accent-200:#e5f1b1;--brand-accent-300:#dcec93;--brand-accent-400:#d3ed5e;--brand-accent-500:#caee2b;--brand-accent-600:#9dbd0f;--brand-accent-700:#789108;--brand-accent-800:#526303;--brand-accent-900:#2a3300;--brand-txt:var(--brand-neutral-100);--brand-bg:var(--brand-neutral-900);--brand-logo-black:var(--brand-neutral-800);--brand-logo-white:var(--brand-neutral-100);--support-green-100:#dbf0e4;--support-green-200:#b5e3c8;--support-green-300:#8cd9ac;--support-green-400:#57db8e;--support-green-500:#2bee7c;--support-green-600:#0b8e42;--support-green-700:#05612b;--support-green-800:#013215;--support-green-900:#001a0b;--support-red-100:#f7dee2;--support-red-200:#eac8cd;--support-red-300:#df9faa;--support-red-400:#e06c7f;--support-red-500:#ee2b4b;--support-red-600:#c6102e;--support-red-700:#91081f;--support-red-800:#4b020e;--support-red-900:#1a0004;--support-yellow-100:#f7e8d4;--support-yellow-200:#f4ddbe;--support-yellow-300:#ecc793;--support-yellow-400:#e4b067;--support-yellow-500:#f5a83d;--support-yellow-600:#d48311;--support-yellow-700:#aa6709;--support-yellow-800:#663c00;--support-yellow-900:#1f1200;--support-blue-100:#eaecf1;--support-blue-200:#b5c7e3;--support-blue-300:#8caad9;--support-blue-400:#578adb;--support-blue-500:#175dcf;--support-blue-600:#0d48a5;--support-blue-700:#052861;--support-blue-800:#021a41;--support-blue-900:#000a1a}*,:after,:before{box-sizing:border-box;font-family:var(--fonts);margin:0;padding:0}@property --c0{syntax:"<color>";inherits:false;initial-value:#639}@property --c1{syntax:"<color>";inherits:false;initial-value:#ff69b4}*{--c0:var(--accent-00);--c1:var(--accent-10)}html{background-color:var(--brand-bg);height:100dvh;color:var(--txt-00);transition:--c0 .2s,--c1 .2s}main{flex-direction:column;justify-content:start;align-items:center;gap:2rem;height:100dvh;padding:2rem;transition:background-color .2s,color .2s;display:flex;overflow:hidden}section{flex-direction:column;width:100%;max-width:1200px;max-height:100%;display:flex}fieldset{border:none}input,select{color:var(--brand-neutral-txt);background-color:var(--brand-neutral-700);outline:1px solid var(--brand-neutral-600);outline-offset:-1px;border:none;padding:.75rem;font-size:1rem}:is(input,select):focus{outline:1px solid var(--brand-accent-500)}:is(input,select)::placeholder{color:var(--brand-neutral-txt);opacity:.5;transition:color .2s}:is(input,select)::-webkit-calendar-picker-indicator{filter:invert()}:is(input,select)::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}:is(input,select)::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}:is(input,select)[type=number]{appearance:textfield}a{color:inherit;text-decoration:none}button{background-color:var(--brand-accent-500);border:none;width:fit-content;padding:.75rem;font-size:1rem}@media (hover:hover){button:hover{background-color:var(--brand-accent-300)}}button{cursor:pointer;transition:background-color .2s,color .2s,border .2s}button.icon{padding:.5rem}button.secondary-action{color:var(--brand-neutral-200);background-color:var(--brand-neutral-700);outline:1px solid var(--brand-neutral-600);outline-offset:-1px}button:has(.secondary-action){color:var(--brand-neutral-200);background-color:var(--brand-neutral-700);outline:1px solid var(--brand-neutral-600);outline-offset:-1px}@media (hover:hover){button:has(.secondary-action):hover{background-color:var(--brand-neutral-600)}}button:has(.secondary-action) svg{fill:var(--brand-neutral-100)}button:has(.secondary-action) path{stroke:var(--brand-neutral-200)}@media (hover:hover){button.secondary-action:hover{background-color:var(--brand-neutral-600)}}button.secondary-action svg{fill:var(--brand-neutral-100)}button.secondary-action path{stroke:var(--brand-neutral-200)}button svg{fill:var(--brand-neutral-800);stroke:var(--brand-neutral-800);strokewidth:0;transition:fill .2s,stroke .2s}button.border{border:1px solid var(--accent-70)}button.green{color:var(--support-green-100);background-color:var(--support-green-600)}button.red{color:var(--support-red-100);background-color:var(--support-red-600)}svg{transition:fill .2s}.sr-only{white-space:nowrap;clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;bottom:100vh;right:100vw;overflow:hidden}.number{font-family:Jetbrains mono,Manrope,Arial,"system-ui"}.toasts-list{z-index:30;flex-direction:column;row-gap:.75rem;display:flex;position:fixed;bottom:1rem;right:1rem}.dark .toast{box-shadow:5px 5px 5px #f7f8fd1a}.light .toast{box-shadow:5px 5px 5px #03050c33}.toast{border-radius:5px;align-items:center;gap:.5rem;min-width:300px;padding:1rem;font-weight:600;animation-name:slideIn;animation-duration:.35s;display:flex;position:relative}.toast.closed{animation-name:slideOut;animation-duration:.35s;animation-fill-mode:forwards}.toast svg{border-radius:100vmax}.toast.green{color:var(--support-green-800);background-color:var(--support-green-100)}.toast.green svg{fill:var(--support-green-500);background-image:radial-gradient(#fff 50%,#0000 50%)}.toast.red{color:var(--support-red-800);background-color:var(--support-red-100)}.toast.red svg{fill:var(--support-red-500);background:radial-gradient(#fff 50%,#0000 50%)}@keyframes slideIn{0%{transform:translate(110%)}to{transform:translate(0%)}}@keyframes slideOut{0%{transform:translate(0%)}to{transform:translate(110%)}}.sign-section{background-color:var(--brand-neutral-800);border:.9px solid var(--brand-neutral-600);flex-direction:column;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin:auto;padding:2.5rem 4rem;transition:background-color .2s,border-color .2s;display:flex;position:absolute;inset:0}.sign-section .sign-logo{justify-content:center;align-items:center;margin-bottom:2rem;display:flex;position:relative}.sign-section .sign-logo svg{width:100%}.sign-section .sign-logo{transition:color .2s}.sign-form{flex-direction:column;align-items:center;row-gap:.5rem;display:flex}.sign-form .sign-input{transition:background-color .2s,color .2s,border-color .2s}.sign-form .sign-input:focus{font-weight:400}.sign-form .btn{background-color:var(--brand-neutral-700);width:100%;margin-top:.5rem;transition:scale .2s,background-color .2s,color .2s}@media (hover:hover){.sign-form .btn:hover{background-color:var(--brand-accent-500);color:var(--brand-neutral-800);opacity:.9}}.sign-form .btn:active{color:var(--brand-neutral-800);background-color:var(--brand-accent-500);scale:.95}.dashboard-section{border-radius:10px;width:100%;height:100%}.dashboard-list{grid-template-columns:1fr 1fr;gap:1rem;margin:auto;list-style:none;display:grid}.dashboard-list .dashboard-item{flex-direction:column;width:100%;padding:2.25rem 2rem;transition:color .1s,background-color .1s,border-color .1s,scale .1s;display:flex}@media (hover:hover){.dashboard-list .dashboard-item:hover{color:var(--brand-neutral-800);background-color:var(--brand-accent-500);border-color:var(--brand-accent-500);scale:1.05}}.dashboard-list .dashboard-item h2{font-size:1.5rem;font-weight:300;display:flex}.dashboard-list .dashboard-item .count{letter-spacing:-2.5px;margin-top:auto;font-size:3rem;font-weight:600}.table-wrapper{margin-top:1rem;background-color:var(--brand-accent-400);border:1px solid var(--brand-accent-400);width:100%;max-height:81dvh;margin-inline:auto;overflow:scroll}table{border-collapse:collapse;width:100%}table th,table td{text-align:left;background-color:var(--brand-neutral-800);padding-block:.75rem;padding-inline:1rem;transition:color .2s,background-color .2s}:is(table th,table td).cedula{position:sticky;top:0;left:-.2px}:is(table th,table td).cedula:before{content:"";z-index:-1;width:100%;height:100%;transition:color .2s,background-color .2s;position:absolute;inset:0}:is(table th,table td).capital{text-transform:capitalize}:is(table th,table td).lowercase{text-transform:lowercase}:is(table th,table td).right{text-align:right}table th{text-wrap:nowrap;height:50px;color:var(--brand-neutral-800);z-index:10;position:sticky;top:0}table th.cedula{z-index:11}table tr{text-wrap:nowrap}table td{z-index:1}.dark th{background-color:var(--brand-accent-400)}.dark .even td{background-color:var(--brand-neutral-700)}.dark .odd td{background-color:var(--brand-neutral-600)}.light th{background-color:var(--brand-neutral-600);background-color:var(--brand-accent-400)}.light .even td{background-color:var(--brand-neutral-100);background-color:var(--brand-neutral-700)}.light .odd td{background-color:var(--brand-neutral-800);background-color:var(--brand-neutral-600)}.table-actions{justify-content:start;align-items:center;column-gap:.75rem;width:100%;margin-inline:auto;display:flex}.table-actions form{height:100%}.table-actions form input{height:100%}.table-actions .table-action-btn{aspect-ratio:1;justify-content:center;align-items:center;height:100%;display:flex}.table-filters-display{flex-direction:column;justify-content:end;row-gap:.25rem;height:100%;display:flex}.row-actions{justify-content:end;align-items:center;column-gap:.25rem;display:flex}.row-actions button{justify-content:space-between;align-items:center;column-gap:.25rem;width:fit-content;height:fit-content;padding:.5rem;font-size:.8rem;display:flex}.row-actions button svg{width:inherit}.skeleton-td{width:100%;height:.75em;animation:.8s linear infinite alternate skeleton-loading}button:has(.skeleton-btn){animation:.8s linear infinite alternate skeleton-loading}button:has(.skeleton-btn) .skeleton-btn{aspect-ratio:1;width:24px}form{flex-direction:column;display:flex}form .form-label,form .form-legend{color:var(--accent-07);font-size:.9rem;display:block}form .label-input-pair{grid-template-columns:1fr;align-items:center;width:100%;margin-bottom:.75rem;display:grid}form .form-double-inputs{grid-template-columns:1fr 1fr;gap:1rem;display:grid}form .form-input-label{font-size:.9rem;font-weight:700}form .form-actions{justify-content:center;column-gap:1rem;margin-top:2rem;display:flex}form .form-actions button{text-transform:uppercase;font-size:.9rem;font-weight:600}form .form-actions button.disabled{opacity:.4;pointer-events:none}.search-form{gap:1rem;height:100%;display:flex}.search-form input{height:100%;transition:color .2s,outline .2s}.new-user-pwd-warning{color:var(--red-25)}.participantes-section{height:100%}.participantes-section h1{text-transform:uppercase;width:100%;margin-inline:auto;font-size:1.5rem;font-weight:500}.participantes-count-display{margin-top:auto;margin-left:auto;font-size:1.15rem}.participantes-section:has(.no-contestants-text){position:relative}.participantes-section:has(.no-contestants-text) .no-contestants-text{text-transform:none;pointer-events:none;z-index:-1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}:is(.new-contestant-modal,.edit-contestant-modal) form .form-actions{justify-content:center;column-gap:1rem;margin-top:2rem;display:flex}:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) legend{font-size:1.1rem}:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .new-contestant-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .edited-contestant-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .new-event-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .edited-event-modalidad-list{column-gap:1rem;margin-top:.5rem;list-style:none;display:flex}:is(:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .new-contestant-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .edited-contestant-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .new-event-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .edited-event-modalidad-list) li input[type=checkbox]{opacity:0}:is(:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .new-contestant-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .edited-contestant-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .new-event-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .edited-event-modalidad-list) li label{cursor:pointer;justify-content:space-between;align-items:center;width:100%;padding:.5rem;font-size:1.1rem;font-weight:500;transition:scale .2s;display:flex}@media (hover:hover){:is(:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .new-contestant-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .edited-contestant-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .new-event-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .edited-event-modalidad-list) li label:hover{color:var(--brand-neutral-800);background-color:var(--brand-accent-300);scale:1.07}}:is(:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .new-contestant-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .edited-contestant-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .new-event-modalidad-list,:is(.new-contestant-modalidad-fieldset,.edited-contestant-modalidad-fieldset,.new-event-modalidad-fieldset,.edited-event-modalidad-fieldset) .edited-event-modalidad-list) li label:has(input:checked){background-color:var(--brand-accent-500);color:var(--brand-neutral-800)}.contestants-filters-modal .filters-top{justify-content:space-between;align-items:center;width:100%;display:flex}.contestants-filters-modal .filters-top h2{margin:0}.contestants-filters-modal .filters-top button{text-transform:uppercase;font-weight:600}.edad-filter-container .edad-filter-actions{justify-content:space-between;column-gap:.75rem;display:flex}.edad-filter-container .edad-filter-actions button{align-items:center;column-gap:.5rem;display:flex}.edad-filter-container input{border:none;border-bottom:2px solid #d3d3d3;border-radius:0;width:100%;font-size:1.25rem}.modalidades-filter-container,.categorias-filter-container{margin-top:2rem}:is(.modalidades-filter-container,.categorias-filter-container) label{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;width:100%;padding:.5rem;font-size:1.25rem;font-weight:500;transition:background-color .1s,color .1s;display:flex}@media (hover:hover){:is(.modalidades-filter-container,.categorias-filter-container) label:hover{color:var(--brand-neutral-800);background-color:var(--brand-accent-300)}}:is(.modalidades-filter-container,.categorias-filter-container) label:has(input:checked){color:var(--brand-neutral-800);background-color:var(--brand-accent-500)}:is(.modalidades-filter-container,.categorias-filter-container) input[type=checkbox]{opacity:0;scale:0}:is(.modalidades-filter-container,.categorias-filter-container) .modalidad-filter-todas-label,:is(.modalidades-filter-container,.categorias-filter-container) .categoria-filter-todas-label{margin-bottom:.5rem}:is(.modalidades-filter-container,.categorias-filter-container) .modalidades-filter-list,:is(.modalidades-filter-container,.categorias-filter-container) .categorias-filter-list{flex-direction:column;gap:.5rem;margin-left:1rem;list-style-type:none;display:flex}.modal-backdrop{opacity:0;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);pointer-events:none;z-index:30;background-color:#0003;transition:opacity .2s;position:absolute;inset:0}.modal-backdrop.open{opacity:1;pointer-events:all}.modal{background-color:var(--brand-neutral-800);width:80vw;min-width:fit-content;max-width:450px;height:fit-content;color:var(--brand-neutral-100);border:1px solid var(--brand-neutral-600);opacity:0;pointer-events:none;z-index:30;margin:auto;padding:2.5rem;transition:opacity .2s,transform .2s;position:absolute;inset-block:8dvh;inset-inline:0;transform:translateY(2rem)}.modal.open{opacity:1;pointer-events:all;transform:translateY(0)}.modal h2{text-transform:uppercase;color:var(--accent-07);margin-bottom:2rem;font-size:1.5rem;font-weight:900}.delete-modal .person-to-delete-data{font-size:1.25rem;list-style:none}.delete-modal .person-to-delete-data li{grid-template-columns:1fr 2fr;column-gap:1.5rem;margin-bottom:.25rem;padding:.5rem 1rem;display:grid}.delete-modal .person-to-delete-data li.even{background-color:var(--brand-neutral-700)}.delete-modal .person-to-delete-data li.odd{background-color:var(--brand-neutral-800)}
