.tabler-device-mobile {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2zm6 13h.01'/%3E%3C/svg%3E");
}
.tabler-wifi-off {
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 20h.01M2 8.82a15 15 0 0 1 4.17-2.65M5 12.859a10 10 0 0 1 5.17-2.69M10.71 5.05A16 16 0 0 1 22.56 9M1.42 9a16 16 0 0 1 1.74-1.45M8.53 16.11a6 6 0 0 1 6.95 0M3 3l18 18'/%3E%3C/svg%3E");
}

.pwa-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

#iconPreviewWrap { display: flex; justify-content: center; }
.form-control-color { padding: .375rem; cursor: pointer; }
.list-group-item .badge { font-size: .75rem; }
