:root { --app-header-bg: #277696; --app-header-link: #f58470; --app-header-link2: #821a08; --app-footer-bg: #277696; --app-footer-link: #f58470; --app-footer-link2: #821a08; --app-font: "Gill Sans", sans-serif; --app-font-2: "Lato", sans-serif; --app-color-link: #dd3a1d; --app-color-link2: #971d07; --app-color-1: #ffff00; --app-color-2: #badc69; --app-color-3: #00aa00; --app-color-4: #4848ff; --app-color-5: #ff0000; --app-color-6: #ff6a22; --app-color-7: #c160c4; --app-color-8: #57a7ff; --app-color-body: #ffffff; --app-color-light: #eeeeee; --app-color-dark: #141414; --app-color-valid: #95dd5a; --app-color-valid2: #7db94b; --app-color-delete: #d11305; --app-color-delete2: #ac1b11; --app-color-cancel: #dd5f31; --app-color-cancel2: #ab4b2b; --app-color-show: #273040; --app-color-show2: #4672b9; --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; --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.3s; --trans-2: 1s; --trans-3: 1.5s; --trans-4: 3s; --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; --percent-pos-1: 5%; --percent-pos-2: 10%; --percent-pos-3: 20%; }.gr-1{background: #2A7B9B;
background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);}header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 3000;
}.theme-form textarea{width:100%;font-family:"Source Serif Pro",serif;font-size:large;padding:8px;border-radius:8px;margin:8px 0 12px;min-height:120px;max-height:800px}.theme-form input::placeholder,.theme-form textarea::placeholder{color:var(--app-color-dark)}.theme-form #togglePassword,.theme-form input,.theme-form select{width:100%;font-size:large;border-radius:8px;font-family:"Source Serif Pro",serif;padding:8px;margin:8px 0 12px;border:1px solid}.theme-form #togglePassword{width:fit-content}.theme-form input[type=checkbox]{width:fit-content;box-shadow:none}.theme-form input:focus,.theme-form textarea:focus{outline:var(--app-color-1) solid 2px}
