
            @import url('https://fonts.googleapis.com/css2?family=New+Rocker&family=Orbitron:wght@400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
            :root {
            --app-font: "Orbitron", sans-serif;
            --app-font-2: "Roboto", sans-serif;
            --app-header-bg: #0d0d0d;
            --app-header-link: #417edb;
            --app-header-link2: #d90429;
            --app-footer-bg: #0d0d0d;
            --app-footer-link: #417edb;
            --app-footer-link2: #d90429;
            --app-color-1: #1e3a8a;
            --app-color-2: #102765;
            --app-color-3: #00a36c;
            --app-color-4: #a1a1a1;
            --app-color-5: #ff5733;
            --app-color-6: #d90429;
            --app-color-7: #6a0dad;
            --app-color-8: #ffc300;
            --app-color-body: #efe8e1;
            --app-color-light: #f6f4f4;
            --app-color-dark: #141414;
            --app-color-link: #417ee6;
            --app-color-link2: #ff2052;
            --app-color-valid: #22c55e;
            --app-color-valid2: #16a34a;
            --app-color-delete: #ef4444;
            --app-color-delete2: #b91c1c;
            --app-color-cancel: #ffc107;
            --app-color-cancel2: #e1ae14;
            --app-color-show: #60a5fa;
            --app-color-show2: #2563eb;
            --svg-base-size: 16px;
            --svg-size-1: 12px;
            --svg-size-2: 24px;
            --svg-size-3: 48px;
            --app-size-1: 1em;
            --app-size-2: 1.5em;
            --app-size-3: 2em;
            --percent-pos-1: 5%;
            --percent-pos-2: 10%;
            --percent-pos-3: 20%;
            --border-width-1: 0.5px;
            --border-width-2: 2px;
            --border-width-3: 5px;
            --rad-1: 4px;
            --rad-2: 12px;
            --rad-3: 24px;
            --trans-1: 0.2s;
            --trans-2: 0.4s;
            --trans-3: 0.5s;
            --trans-4: 1s;
            --trans-del-1: 0.2s;
            --trans-del-2: 0.4s;
            --trans-del-3: 0.5s;
            --trans-del-4: 0.6s;
            --scale-1: 0.75;
            --scale-2: 1.05;
            --scale-3: 1.25;
            --scale-4: 1.35;
            }
            .bx-sh-1 { box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
            .bx-sh-2 { box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; }
            .tx-sh-2 { text-shadow: 3px 3px 1px var(--app-color-light); }
            .tx-sh-2 { text-shadow: 3px 3px 1px var(--app-color-dark); }
            .gr-1 { background: hsla(38, 39%, 89%, 1);
background: linear-gradient(90deg, hsla(38, 39%, 89%, 1) 0%, hsla(38, 17%, 47%, 1) 100%);
background: -moz-linear-gradient(90deg, hsla(38, 39%, 89%, 1) 0%, hsla(38, 17%, 47%, 1) 100%);
background: -webkit-linear-gradient(90deg, hsla(38, 39%, 89%, 1) 0%, hsla(38, 17%, 47%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#EEE6D8", endColorstr="#8C7D63", GradientType=1 ); }
            .gr-2 { background: hsla(30, 67%, 64%, 1);

background: linear-gradient(90deg, hsla(30, 67%, 64%, 1) 0%, hsla(30, 57%, 40%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(30, 67%, 64%, 1) 0%, hsla(30, 57%, 40%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(30, 67%, 64%, 1) 0%, hsla(30, 57%, 40%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E1A366", endColorstr="#A0662C", GradientType=1 ); }
            
            