/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
body.app-lottobucks *,
body.app-lottobucks *:after,
body.app-lottobucks *:before {
    box-sizing: border-box;
}
html,
body,
input,
textarea,
select,
button {
    margin: 0;
    padding: 0;
    color: var(--color-dark);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    text-align: left;
}
html {
    overflow-y: scroll;
    background: var(--color-light-grey);
}

/* Color Palette */
:root {
    --color-dark: #231f20;
    --color-blue: #0879a0;
    --color-light-blue: #2db0ca;
    --color-dark-blue: #115679;
    --color-red: #9f3126;
    --color-bright-red: #ec2234;
    --color-dark-red: #7c150c;
    --color-orange: #e45718;
    --color-yellow: #fdca52;
    --color-green: #058c42;
    --color-dark-green: #007733;
    --color-sandy: #f2ece1;
    --color-dark-sandy: #e7dcc9;
    --color-dark-grey: #424857;
    --color-grey: #d7d7d7;
    --color-light-grey: #f2f2f2;
    --color-white: #fff;
    --color-white-opacity0: rgba(255, 255, 255, 0);
    --color-white-opacity10: rgba(255, 255, 255, 0.1);
    --color-white-opacity20: rgba(255, 255, 255, 0.2);
    --color-white-opacity30: rgba(255, 255, 255, 0.3);
    --color-white-opacity40: rgba(255, 255, 255, 0.4);
    --color-white-opacity50: rgba(255, 255, 255, 0.5);
    --color-white-opacity60: rgba(255, 255, 255, 0.6);
    --color-white-opacity70: rgba(255, 255, 255, 0.7);
    --color-white-opacity80: rgba(255, 255, 255, 0.8);
    --color-white-opacity90: rgba(255, 255, 255, 0.9);
    --color-white-opacity100: rgba(255, 255, 255, 1);
    --color-dark-opacity0: rgb(35, 31, 32, 0);
    --color-dark-opacity5: rgb(35, 31, 32, 0.05);
    --color-dark-opacity10: rgb(35, 31, 32, 0.1);
    --color-dark-opacity20: rgb(35, 31, 32, 0.2);
    --color-dark-opacity30: rgb(35, 31, 32, 0.3);
    --color-dark-opacity40: rgb(35, 31, 32, 0.4);
    --color-dark-opacity50: rgb(35, 31, 32, 0.5);
    --color-dark-opacity60: rgb(35, 31, 32, 0.6);
    --color-dark-opacity70: rgb(35, 31, 32, 0.7);
    --color-dark-opacity80: rgb(35, 31, 32, 0.8);
    --color-dark-opacity90: rgb(35, 31, 32, 0.9);
    --color-dark-opacity100: rgb(35, 31, 32, 1);
}

/* Skip To Content */
.skip {
    background: #333;
    display: inline-block;
    position: fixed;
    z-index: 9000;
    top: -46px;
    left: 0;
    height: 46px;
    padding: 10px 20px;
    border: 0;
    color: var(--color-white);
    text-decoration: none;
    font-weight: 700;
}
.skip:focus {
    top: 0;
    color: var(--color-white);
}

/* --- Flex Grid System --- */
body .grid-container {
    width: 100%;
    max-width: 94%;
    margin-right: auto;
    margin-left: auto;
}
body .grid-container.wide {
    max-width: inherit;
}
body .grid-container.width1400 {
    width: 1400px;
}
body .grid-container.width1200 {
    width: 1200px;
}
body .grid-container.width1000 {
    width: 1000px;
}
body .grid-container.width800 {
    width: 800px;
}
body .grid-container.width600 {
    width: 600px;
}
body .grid-container.width440 {
    width: 440px;
}
.row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.row.reverse {
    flex-direction: row-reverse;
}
.col.reverse {
    flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
}
.col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}
.col-xs-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
}
.col-xs-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
}
.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
}
.col-xs-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
}
.col-xs-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
}
.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
}
.col-xs-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
}
.col-xs-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
}
.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
}
.col-xs-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
}
.col-xs-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
}
.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}
.col-xs-offset-1 {
    margin-left: 8.333%;
}
.col-xs-offset-2 {
    margin-left: 16.667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.333%;
}
.col-xs-offset-5 {
    margin-left: 41.667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.333%;
}
.col-xs-offset-8 {
    margin-left: 66.667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.333%;
}
.col-xs-offset-11 {
    margin-left: 91.667%;
}
.start-xs {
    justify-content: flex-start;
    text-align: start;
}
.center-xs {
    justify-content: center;
    text-align: center;
}
.end-xs {
    justify-content: flex-end;
    text-align: end;
}
.top-xs {
    align-items: flex-start;
}
.middle-xs {
    align-items: center;
}
.bottom-xs {
    align-items: flex-end;
}
.around-xs {
    justify-content: space-around;
}
.between-xs {
    justify-content: space-between;
}
.first-xs {
    order: -1;
}
.last-xs {
    order: 1;
}
.fit-items-xs {
    flex-wrap: nowrap;
}
@media only screen and (min-width: 680px) {
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
    }
    .col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-sm-1 {
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-sm-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-sm-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-sm-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-sm-11 {
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.667%;
    }
    .start-sm {
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        align-items: flex-start;
    }
    .middle-sm {
        align-items: center;
    }
    .bottom-sm {
        align-items: flex-end;
    }
    .around-sm {
        justify-content: space-around;
    }
    .between-sm {
        justify-content: space-between;
    }
    .first-sm {
        order: -1;
    }
    .last-sm {
        order: 1;
    }
    .fit-items-sm {
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 980px) {
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
    }
    .col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-md-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-md-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-md-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-md-11 {
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-1 {
        margin-left: 8.333%;
    }
    .col-md-offset-2 {
        margin-left: 16.667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.333%;
    }
    .col-md-offset-5 {
        margin-left: 41.667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333%;
    }
    .col-md-offset-8 {
        margin-left: 66.667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.333%;
    }
    .col-md-offset-11 {
        margin-left: 91.667%;
    }
    .start-md {
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        justify-content: center;
        text-align: center;
    }
    .end-md {
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        align-items: flex-start;
    }
    .middle-md {
        align-items: center;
    }
    .bottom-md {
        align-items: flex-end;
    }
    .around-md {
        justify-content: space-around;
    }
    .between-md {
        justify-content: space-between;
    }
    .first-md {
        order: -1;
    }
    .last-md {
        order: 1;
    }
    .fit-items-md {
        flex-wrap: nowrap;
    }
}
@media only screen and (min-width: 1300px) {
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
    }
    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-lg-1 {
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-lg-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-lg-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-lg-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-lg-11 {
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.667%;
    }
    .start-lg {
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        align-items: flex-start;
    }
    .middle-lg {
        align-items: center;
    }
    .bottom-lg {
        align-items: flex-end;
    }
    .around-lg {
        justify-content: space-around;
    }
    .between-lg {
        justify-content: space-between;
    }
    .first-lg {
        order: -1;
    }
    .last-lg {
        order: 1;
    }
    .fit-items-lg {
        flex-wrap: nowrap;
    }
}
.row.gap {
    margin-right: -0.6rem;
    margin-left: -0.6rem;
}
.row.gap > * {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}
.row > * {
    flex-grow: 1;
    flex-shrink: 1;
}
.row > .small {
    flex-grow: 0;
}
body .push-up {
    margin-top: 2em;
}
body .push-down {
    margin-bottom: 1em;
}
body .hide {
    display: none;
}

.flex-row {
    display: flex;
    align-items: center;
}
.flex-row button {
    margin-left: 1em;
    padding-bottom: 2px;
}

/* Heading */
h1,
h2,
h3,
h4 {
    margin: 1rem 0 0;
    color: var(--color-dark);
    font-weight: 400;
    line-height: normal;
}
h1 {
    font-size: 2.4em;
    font-weight: 700;
}
h2 {
    font-size: 1.8em;
    font-weight: 200;
}
h3 {
    font-size: 1.4em;
    font-weight: 700;
}
h4 {
    font-size: 1.1em;
}

/* Paragraph */
#user-name {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 1rem;
}
p {
    margin: 1rem 0 0;
}
p img {
    max-width: 100%;
    height: auto !important;
}
b,
strong {
    font-weight: 700;
}

/* Bubble Links */
body .bubble-links a {
    display: inline-block;
    margin: 0.2em 0 0;
    padding: 0.2em 0.4em;
    border-radius: 3px;
    background: var(--color-light-grey);
    color: var(--color-blue);
    font-size: 1em;
}
body .dark .bubble-links a {
    background: var(--color-white-opacity10);
    color: var(--color-white);
}
body .bubble-links a:hover {
    background: var(--color-red);
    color: var(--color-white);
}

/* Links / Buttons */
a,
button {
    background: none;
    padding: 0;
    border: 0;
    color: var(--color-blue);
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
a:hover,
button:hover {
    color: var(--color-dark-blue);
    text-decoration: none;
    outline: none;
}
a:focus,
button:focus {
    outline: 1px dotted #ddd;
}

/* Lists */
ul,
ol {
    margin: 1rem 0 0;
    padding-left: 1rem;
}
ul li,
ol li {
    margin-top: 0.6rem;
}

/* Unordered List */
ul:not(.lined-list) {
    padding: 0;
    list-style: none;
}
ul:not(.lined-list) li {
    position: relative;
    padding: 0.3em 0 0.3em 1em;
}
ul:not(.lined-list) li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    margin: 0.8em 0.8em 0 0;
    border-radius: 6px;
    vertical-align: top;
    background: var(--color-blue);
}
/* Big List */
ul.lined-list {
    list-style: none;
    padding: 0;
}
ul.lined-list li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 1em 0;
    border-bottom: 1px solid var(--color-grey);
    font-size: 1.1em;
    line-height: 1.4em;
}
.k-window ul.lined-list li {
    padding: 0.4em 0;
    border-bottom: 1px solid var(--color-light-grey);
}
/* - With Grid */
ul.lined-list.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 0 1.6em;
}

/* Ordered List */
ul:not(.lined-list) ol li {
    padding: 0.3em 0;
}
ol li::before,
ul:not(.lined-list) ol li::before {
    display: none;
}
/* Number List */
ol.number-list {
    list-style: none;
    counter-reset: big-numbers;
    padding: 0;
}
ol.number-list li {
    counter-increment: big-numbers;
    display: flex;
    align-items: center;
    gap: 1em;
    position: relative;
    width: 100%;
    padding: 1em;
    border: 2px solid var(--color-white);
    border-radius: 3px;
    background: var(--color-white);
    transition: all 0.2s ease 0s;
}
ol.number-list li:hover {
    border: 2px solid var(--color-red);
}
ol.number-list li::before {
    content: counter(big-numbers) "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: var(--color-red);
    color: var(--color-white);
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
}

ol.number-list li a {
    content: counter(big-numbers) "";
    color: var(--color-dark-blue);
    font-size: 1.2em;
}
ol.number-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ol.number-list li em {
    margin-left: 0.2em;
    padding: 0.4em 0.8em;
    border-radius: 3px;
    background: var(--color-light-grey);
    font-size: 0.8em;
}

/* Buttons */
body .button,
body .k-button {
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    padding: 1em 1.4em;
    border: 0;
    border-radius: 3px;
    background: var(--color-blue);
    color: var(--color-white);
    font-weight: 400;
}
body .button.k-icon,
body .button.compact {
    padding: 0;
}
body .button.caps {
    text-transform: uppercase;
    letter-spacing: 1px;
}
body .button.loud {
    font-weight: 700;
}
body .button.red {
    background: none;
    color: var(--color-dark-red);
}
body .button.reverse {
    background: none;
    color: var(--color-blue);
}
body .button:hover {
    background: var(--color-red);
}
body .button.reverse:hover {
    background: none;
    color: var(--color-blue);
}
body .button .k-icon {
    margin-left: 0.4rem;
    background: none;
    color: var(--color-white);
    transition: all 0.2s ease 0s;
}
body .button.flip .k-icon {
    margin-right: 0.4rem;
    margin-left: 0;
}
body .button.reverse .k-icon {
    color: var(--color-blue);
}
body .button.reverse.red .k-icon {
    color: var(--color-dark-red);
}
/* Circled Icon */
body .circle-icon.reverse,
body .circle-icon.reverse:hover {
    color: var(--color-dark);
}
body .circle-icon .k-icon {
    flex-shrink: 0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 1.5em;
    background: var(--color-white);
    color: var(--color-red);
}
.k-grid-excel {
    margin-left: 50% !important;
}
/* Input Container Augment */
body .input-container .k-button.reverse {
    padding: 0;
}

hr {
    background: var(--color-grey);
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: 1.6rem 0 0;
    border: 0;
}
.input-container hr {
    margin: 1rem 0 0;
}

/* --- Header --- */

header {
    position: sticky;
    z-index: 100;
    top: 0;
    width: 100%;
    box-shadow: 0 0 20px -16px var(--color-dark);
    background: var(--color-white);
}
header .grid-container {
    display: flex;
    flex-flow: row wrap;
}

header #menu-secondary-container {
    padding: 1em 0;
    background: url(../images/header-glow.jpg) no-repeat left bottom #9f3126;
    background-size: auto 100%;
}

/* Logo */
header .logo,
.login .main-content .logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--color-white);
    font-weight: 800;
    text-transform: uppercase;
}
header .logo img {
    max-width: 200px;
}
header .logo h1 {
    margin: 0;
    color: var(--color-white);
    font-size: 1rem;
    font-size: 1.3rem;
    line-height: 1.4rem;
    text-shadow: 0 0 30px rgba(124, 21, 12, 0.5);
}

/* User */
header .grid-container > .user {
    display: flex;
    align-items: center;
    gap: 2em;
    margin-left: auto;
    text-align: right;
}
header .grid-container > .user a,
header #menu-primary .user span {
    display: flex;
    align-items: center;
    gap: 0.4em;
    color: var(--color-white);
    font-size: 1em;
}
header .grid-container > .user span {
    padding: 0;
}

/* Menu - Primary */
header #menu-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0 3%;
    box-shadow: 0 0 50px -20px #e5ac52;
    background: var(--color-red);
    list-style: none;
}
header #menu-primary li {
    position: relative;
}
header #menu-primary a,
header #menu-primary span {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem 1.4rem;
    color: var(--color-white);
    transition: all 0.3s ease 0s;
}
header #menu-primary li:not(:last-child) a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 1rem;
    background: var(--color-white-opacity30);
}
header #menu-primary a.active,
header #menu-primary button.active,
header #menu-primary .active span {
    background: linear-gradient(135deg, var(--color-light-grey) 0%, var(--color-off-white) 100%);
}
header #menu-primary span {
    padding: 0;
}
header #menu-primary span.pending {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.8em;
    border-radius: 0.6em;
    background: var(--color-dark-opacity10);
    font-size: 0.75rem;
    text-align: center;
}
/* Submenus */
header #menu-primary li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 15vw;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    opacity: 0;
    background: #fff;
    font-size: 0.8em;
    pointer-events: none;
    transition: all 0.4s ease 0s;
}
header #menu-primary > li:last-child ul,
header #menu-primary > li:nth-last-child(2) ul {
    right: 0;
    left: inherit;
}
header #menu-primary li ul.account {
    width: 10vw !important;
}
header #menu-primary li:hover > ul,
header #menu-primary li.active > ul,
header #menu-primary li:focus-visible > ul {
    top: 100%;
    opacity: 1;
    pointer-events: all;
}
header #menu-primary li ul li {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--color-dark-opacity10);
}
header #menu-primary li ul li:first-child {
    border-top: none;
}
header #menu-primary li ul li::before {
    display: none;
}
header #menu-primary li ul a {
    width: 100%;
    padding: 0.8rem;
    color: var(--color-dark);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2em;
}
header #menu-primary > li > ul ul {
    display: none;
    top: -0.4rem !important;
    right: 100%;
    left: auto;
    padding: 0.4em 1em;
}

/* --- Content --- */

.main-content {
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.main-content.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

/* Page Title */
body .page-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    margin: 0;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--color-dark-opacity10);
}
body .page-title.no-line {
    border-bottom: none;
}
body .page-title h1 {
    margin: 0;
}
body .page-title .button,
body .page-title .button:hover {
    display: inline-flex;
    margin: 0;
    background: var(--color-white);
    color: var(--color-dark-blue);
    font-weight: 600;
}
body .page-title .button:hover {
    background: var(--color-red);
    color: var(--color-white);
}
body .page-title .button .k-icon {
    color: var(--color-blue);
}
body .page-title .button:hover .k-icon {
    color: var(--color-white);
}

/* Action Bar */
.action-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.8rem;
    padding: 0.8rem;
    border-radius: 0 0 5px 5px;
    background: var(--color-white-opacity30);
}
.action-bar .button.reverse {
    margin: 0;
    background: var(--color-white);
    font-weight: 600;
}
.action-bar .button.reverse:hover {
    background: var(--color-red);
    color: var(--color-white);
}
.action-bar .button.reverse:hover .k-icon {
    color: var(--color-white);
}

.input-container-no-margin {
    margin: 0 !important;
}
/* --- Forms --- */

body .shadow-card {
    border-radius: 3px;
    box-shadow: 0px 1.8px 3.6px -50px rgba(35, 31, 32, 0.139), 0px 5px 10px -50px rgba(35, 31, 32, 0.2),
        0px 12.1px 24.1px -50px rgba(35, 31, 32, 0.261), 0px 40px 80px -50px rgba(35, 31, 32, 0.4);
    background: var(--color-white);
    overflow: hidden;
}

/* Wizard */
#wizard {
    overflow: visible;
}
#wizard,
#wizard .k-widget,
#wizard .k-wizard-steps {
    margin: 0 0 1rem;
    padding: 0;
    background: none;
}
#wizard .k-stepper {
    margin: 0;
    padding: 0;
    border-radius: 3px 5px 0 0;
    background: var(--color-white);
}
main:not(.review-general-enrollment-application):not(.review-medicare-switch-enrollment) #wizard .k-stepper {
    margin: 0 0 1rem;
    border-bottom: 1px solid var(--color-dark-opacity10);
    border-radius: 0 0 5px 5px;
}

#admin-review-checklist {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid var(--color-dark-opacity10);
    border-radius: 0 0 5px 5px;
    background: var(--color-white);
    text-align: center;
}
#admin-review-checklist h3 {
    display: flex;
    align-items: center;
    gap: 1em;
    width: 100%;
    margin: 0;
    padding: 0 3% 0.6rem;
    color: var(--color-dark-opacity50);
    font-size: 0.8rem;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#admin-review-checklist h3::before,
#admin-review-checklist h3::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: var(--color-light-grey);
}
#admin-review-checklist .input-container {
    display: inline-flex;
    flex: 1 1 auto;
    justify-content: center;
    margin: 0;
    text-align: center;
}
#admin-review-checklist .input-container label {
    padding: 0;
    border: 0;
}
#admin-review-checklist .input-container label span {
    display: none;
}

#wizard .k-stepper .k-step .k-step-link {
    position: relative;
    padding: 1rem 0;
    overflow: visible;
}
#wizard .k-stepper .k-step {
    margin: 0;
}
#wizard .k-stepper .k-step-current .k-step-indicator {
    color: var(--color-white);
}
#wizard .k-stepper .k-step .k-step-indicator {
    border-color: var(--color-grey);
    box-shadow: 0 0 6px 4px var(--color-white);
    background: var(--color-white);
    color: var(--color-dark);
}
#wizard .k-stepper .k-step-current .k-step-indicator {
    border-color: var(--color-red);
    box-shadow: 0 0 6px 6px var(--color-white);
    background-color: var(--color-red);
    color: var(--color-white);
}
#wizard .k-stepper .k-step-done .k-step-indicator {
    border: 2px solid var(--color-dark-green);
    background-color: var(--color-white);
    color: var(--color-dark-green);
}
#wizard .k-stepper .k-step .k-step-label {
    position: absolute;
    opacity: 0;
    top: 70%;
    width: 140px;
    max-width: inherit;
    margin: 0;
    padding: 0.8em 1em;
    border-radius: 3px;
    box-shadow: 0 2px 18px -4px var(--color-dark-opacity20);
    background: var(--color-white);
    color: var(--color-dark);
    font-size: 0.9em;
    line-height: 1.2em;
    transition: all 0.4s ease 0s;
    pointer-events: none;
}
#wizard .k-stepper .k-step:hover .k-step-label {
    opacity: 1;
    top: 90%;
}
#wizard .k-stepper .k-step .k-step-label::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-right: 4px solid transparent;
    border-bottom: 4px solid var(--color-dark-blue);
    border-left: 4px solid transparent;
}
#wizard .k-stepper .k-step .k-step-label .k-step-text {
    overflow: visible;
    max-width: 100%;
    white-space: initial;
}

#wizard .k-progressbar-horizontal {
    top: calc(50% - 1px);
    margin: 0;
    border-color: var(--color-light-grey);
}
#wizard .k-progressbar-horizontal .k-state-selected {
    border-color: var(--color-grey);
}

#wizard .k-wizard-steps .k-wizard-step {
    padding: 0;
}

/* Buttons */
#wizard .k-wizard-buttons {
    padding: 1rem 1.2rem;
    border-radius: 3px;
    background: var(--color-dark-blue);
    color: var(--color-white);
}
#wizard .k-wizard-buttons > span {
    display: flex;
    align-items: center;
    gap: 0.8em;
}
#wizard .k-wizard-buttons > span button {
    margin: 0;
    padding: 0.6rem 0.8rem;
}

/* Fieldset */
fieldset {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 2rem 0 0.4rem;
    padding: 0 2rem 2rem;
    border: 1px solid var(--color-grey);
    border-radius: 3px;
}
fieldset legend {
    margin-left: -1.2rem;
    padding: 0 1em;
    color: var(--color-blue);
    font-size: 1.3rem;
    font-weight: 700;
}
fieldset .controls {
    position: absolute;
    top: 0;
    right: 1em;
    transform: translateY(-82%);
}
fieldset .controls .button {
    margin: 0;
    padding: 0.4em 0.8em;
    background: var(--color-white);
}
fieldset .controls .button:hover {
    background: var(--color-red);
    color: var(--color-white);
}
fieldset .controls .button .k-icon {
    color: var(--color-red);
}
fieldset .controls .button:hover .k-icon {
    color: var(--color-white);
}

/* Headings */
.form-wrapper {
    overflow: hidden;
}
.form-wrapper h2 {
    margin: 1.2rem 0 0.2rem;
}
.form-wrapper h3 {
    margin: 1rem 0 0.2rem;
    padding: 0.8rem 1rem;
    border-top: 1px solid var(--color-white);
    border-radius: 3px;
    background: var(--color-white-opacity90);
    color: var(--color-blue);
    font-size: 1.3rem;
}
.form-wrapper h4 {
    margin: 1.2rem 0 -0.6rem;
    font-weight: 700;
}

/* Containers */
main.employee-dashboard {
    margin: 0 3rem;
}
.input-container {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 1rem;
}
.input-container.mod {
    margin-right: 4% !important;
}
.input-container label,
.input-container strong {
    display: block;
    margin-top: 0.4rem;
    font-weight: 700;
}
.input-container label.hide {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.input-container p {
    font-size: 0.9em;
    line-height: 1.2em;
}
.input-container li strong,
.input-container p strong,
.input-container span strong {
    display: inline;
    margin-top: 0;
    font-size: 1em;
}
.inline-container {
    display: inline-flex;
    align-items: flex-end;
}

#comments-dialog {
    padding-top: 1.5rem;
    font-size: 1rem;
}

.k-dialog-buttongroup.k-dialog-button-layout-stretched button {
    margin-left: 1.2rem;
}

.flex-start-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flex-start-top-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.flex-start-top-container .input-container {
    width: 33% !important;
    margin-right: 2rem !important;
    margin-left: 0 !important;
}
.flex-start-top-container a.button {
    border-radius: 50%;
    width: 3.6rem;
    height: 3rem;
    margin-top: 0 !important;
    margin-left: 1rem;
    padding: 0 !important;
}

.flex-start-top-container a.button span.k-icon {
    display: inline-block;
    width: 2rem !important;
    height: 2rem !important;
    padding: 0 !important;
    margin-left: 0.6rem;
    font-size: 20px;
}
.flex-start-container input {
    margin-right: 1rem !important;
    margin-left: 0 !important;
}
.request-start {
    width: calc(100% - 220px);
    margin-right: 0 !important;
}
.request-end {
    width: 220px;
    max-width: 220px;
    margin-right: 0 !important;
    float: inline-end;
}
.no-margin {
    margin: 0 !important;
}

.content-container {
    width: 100%;
    margin: 1rem;
    font-size: 1.1rem;
}
.content-container span,
span.important {
    font-weight: 700;
    color: #2a346c;
}

#confirm-action-window {
    overflow: hidden !important;
}
#pack-types-container {
    min-height: 100px;
    padding: 1rem;
    margin-left: -1rem;
}

.pack-type-container {
    padding: 1rem 0;
}
.request-price-point-container {
    box-sizing: border-box;
    display: inline-block;
    width: 38%;
}
.request-number-container,
.request-remove-container {
    box-sizing: border-box;
    display: inline-block;
    width: 30%;
}

.form-container-flex-end {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
}

.input-container-push-right {
    display: flex !important;
    justify-content: flex-end !important;
}
.input-container-push-right button {
    display: flex;
    justify-content: center;
    width: 12rem;
}

.spacebetween {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

a#clear-filters {
    padding: 0.8em 1.2em !important;
    margin-top: 0 !important;
}

.form-container-flex-end button.button {
    display: inline-block !important;
    width: 6rem;
    height: 2.5rem !important;
    padding-top: 0.5rem !important;
    text-align: center;
}

.form-container-flex-end button.button:not(.form-container-flex-end button.button:last-of-type) {
    margin-right: 1rem;
}
/* Lineup */
.input-container.lineup,
.row .input-container.lineup {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 0.5rem 0.8rem;
}
.input-container.lineup strong {
    width: 100%;
}
.input-container.lineup > label:first-child:not(.radio-container):not(.checkbox-container) {
    width: 100%;
    margin: 0;
}
.input-container.lineup > p {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.input-container.lineup > p > em {
    display: inline-block;
    width: 100%;
    line-height: 1.4em;
}
/* Row Specific */
.row .input-container {
    display: block;
    width: initial;
}
/* Totals */
.input-container .total {
    display: inline-block;
    margin-top: 0.4em;
    padding: 0.8em;
    border-radius: 3px;
    background: var(--color-blue);
    color: var(--color-white);
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4em;
}

/* Inputs */
input,
textarea,
select {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0.8em;
    border: 1px solid var(--color-grey);
    border-radius: 3px;
    background: var(--color-white);
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
}
body .big-input input[type="text"],
body .big-input select,
.big-input textarea {
    padding: 1.2em;
    border-radius: 8px;
    font-size: 1.1em;
}
/* Textarea */
body textarea {
    width: 100%;
    min-height: 140px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1em;
}
/* Select */
body .select-container {
    position: relative;
}
body .input-container.medium .select-container {
    max-width: 350px;
}
body .input-container.medium-mod .select-container {
    max-width: 300px;
}
body .input-container.small .select-container {
    max-width: 200px;
}
body .input-container input.medium-mod,
body .input-container.medium-mod {
    width: 48% !important;
}
body .select-container > span.k-icon {
    position: absolute;
    top: calc(50% + 0.2rem);
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
body .grid-sorting .select-container select {
    width: 10rem !important;
}
body .grid-sorting .select-container > span.k-icon {
    top: 50%;
}
body select {
    padding: 0.9em 30px 0.9em 0.6em;
    cursor: pointer;
}
/* Radio and Checkbox */
body .radio-container,
body .checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 0.9em 1em;
    border: 1px solid var(--color-grey);
    border-radius: 3px;
    background: var(--color-white);
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    cursor: pointer;
}
body .radio-container:hover,
body .checkbox-container:hover {
    border: 1px solid var(--color-blue);
}
body input.k-radio,
body input.k-checkbox {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background: var(--color-white);
}
body input.k-radio {
    border-radius: 50%;
}
body input.k-radio:checked,
body .k-radio.k-checked,
body input.k-checkbox:checked,
body input.k-checkbox.k-checked {
    border: 1px solid var(--color-blue);
    color: var(--color-blue);
}
/* Bigger is Better, Sometimes */
body .big-input label.checkbox-container,
body .big-input label.radio-container {
    align-items: flex-start;
    font-size: 1.1em;
}
body .big-input label.checkbox-container input,
body .big-input label.radio-container input {
    margin-right: 0.4rem;
    padding: 0.7rem;
}
/* File Upload */
body input[type="file"],
body input[type="date"] {
    background: var(--color-white);
    cursor: pointer;
}
/* Big Uploader */
body .file-upload-big {
    position: relative;
    margin: 0;
    padding: 1.6em;
    border-radius: 0 0 3rem 3rem;
    background: var(--color-white);
}
body .file-upload-big::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 40vh;
    min-height: 200px;
    border: 2px dashed var(--color-dark-opacity20);
    border-radius: 2rem;
    transition: all 0.3s ease 0s;
    pointer-events: none;
}
body .file-upload-big:hover::before,
.file-upload-big:focus-within::before {
    border: 2px dashed var(--color-red);
    background-color: var(--color-light-grey);
}
body .file-upload-big input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
body .file-upload-big::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 12vh;
    background: var(--color-blue);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-image: url(../images/icon-upload.svg);
    transition: all 0.3s ease 0s;
}
body .file-upload-big:hover::after {
    background: var(--color-red);
    pointer-events: none;
}
body .file-upload-big #filename {
    position: absolute;
    bottom: 10vh;
    left: 0;
    border: 0;
    background: none;
    color: var(--color-dark-opacity70);
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    pointer-events: none;
}
/* Last Upload */
.last-upload {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 1em;
    border-radius: 3px;
    background: var(--color-white-opacity50);
}
.last-upload h3,
.last-upload p {
    margin: 0;
}

#pack-number::-webkit-inner-spin-button,
#pack-number::-webkit-outer-spin-button,
.ticket-number::-webkit-inner-spin-button,
.ticket-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Number with Symbol */
body .input-container.type {
    position: relative;
}
body .input-container.type .character-container {
    display: inline-block;
    position: relative;
}
/* Monetary Symbol */
body .input-container.type.monetary span.monetary-symbol {
    position: absolute;
    bottom: 0.2rem;
    left: 0.8rem;
    transform: translateY(-50%);
}
body .input-container.type.monetary input {
    padding-left: 1.8rem;
}
/* Percent Symbol */
body .input-container.type.percent span.percent-symbol {
    position: absolute;
    bottom: 0.2rem;
    right: 2.2rem;
    transform: translateY(-50%);
}
body .input-container.type.percent input {
    padding-right: 0.4rem;
}
/* Input Sizing */
body .input-container.small input {
    max-width: 100px;
}
body .input-container input.small {
    max-width: 84px;
}

body .input-container.large input {
    max-width: 300px;
}
body .input-container.medium input {
    max-width: 184px;
}
body .input-container input.medium {
    max-width: 154px;
}
body .input-container input[type="date"].medium {
    max-width: 170px;
}

/* Optional / Required */
span.optional {
    color: var(--color-dark-opacity70);
    font-weight: 400;
}
.required::after {
    content: "*";
    display: inline-block;
    margin-left: 4px;
    color: var(--color-red);
    font-size: 1.3em;
    font-weight: 400;
    line-height: 0;
}

/* aria-described-by */
.ps {
    display: inline-block;
    width: 100%;
    font-size: 0.8em;
    font-style: italic;
}
input + .ps {
    padding: 1em 0 0;
}

/* Read Only */
.input-container.read-only label {
    color: var(--color-dark-opacity70);
}
input:read-only,
textarea:read-only {
    background: var(--color-dark-opacity10);
    cursor: not-allowed;
}
textarea:read-only {
    overflow: visible;
}
body .read-only .radio-container,
body .read-only .radio-container:hover,
body .read-only .checkbox-container,
body .read-only .checkbox-container:hover {
    border: 1px solid var(--color-grey);
    background: var(--color-light-grey);
    cursor: not-allowed;
}
body .radio-container input.k-radio:disabled,
body .checkbox-container input.k-checkbox:disabled {
    background: var(--color-light-grey);
}

/* Messaging */
.messaging .input-container {
    margin: 0;
    justify-content: flex-end;
}
.messaging .input-container textarea {
    height: 140px;
    max-height: 60vh;
    margin: 0;
    padding: 0.8rem 1rem;
    border: 0;
}
.messaging .input-container .submit-button {
    justify-content: center;
}

.messaging .history-item {
    padding: 1.6rem 0;
    border-bottom: 1px solid var(--color-white-opacity10);
    color: var(--color-white);
    font-size: 0.85em;
    line-height: 1.2rem;
}
.message-center .messaging .history-item {
    font-size: 1em;
}
.messaging .history-item h4 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: var(--color-white);
    font-size: 1.1em;
    font-weight: 700;
}
.messaging .history-item h4 .note-timestamp {
    padding: 0.4em 0.8em;
    border-radius: 30px;
    background: var(--color-dark-opacity30);
    color: var(--color-white);
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.messaging .history-item p {
    margin-top: 0.8rem;
}

/* Submit Box */
#submit-box {
    margin-top: 2rem;
    padding: 1.6rem;
    border-radius: 3px;
    background: var(--color-dark-blue);
}
#submit-box .grid-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
    color: var(--color-white);
}
#submit-box .button {
    margin: 0;
    padding: 1.4em 2em;
}
#submit-box .button.submit-button,
#submit-box .button.submit-button span.k-icon {
    background: var(--color-white);
    color: var(--color-blue);
}
#submit-box .button.submit-button:hover,
#submit-box .button.submit-button:hover span.k-icon {
    background: var(--color-white);
    color: var(--color-dark-blue);
}
#submit-box .button.reverse,
#submit-box .button.reverse:hover {
    color: var(--color-white);
}
#submit-box .button.reverse span.k-icon,
#submit-box .button.reverse:hover span.k-icon {
    color: var(--color-white);
}
#submit-box #last-submission {
    line-height: 1.4em;
    text-align: right;
}
#submit-box #last-submission strong {
    font-size: 0.8em;
}

/* --- Panelbar --- */

.k-panelbar.mimic-fieldset {
    border: none;
}
.k-panelbar.mimic-fieldset li {
    margin: 1rem 0 0.4rem;
    padding: 0;
    border: 1px solid var(--color-grey);
    border-radius: 3px;
    transition: all 0.4s ease 0s;
}
.k-panelbar.mimic-fieldset li.k-state-active {
    margin: 3rem 0 0.4rem;
    padding: 0 0 2em;
    border: 1px solid var(--color-blue);
}
.k-panelbar.mimic-fieldset li::before {
    display: none;
}
.k-panelbar.mimic-fieldset li .k-header {
    padding: 1.4rem;
    border: 0;
    transition: all 0.4s ease 0s;
}
.k-panelbar.mimic-fieldset li.k-state-active .k-header {
    margin-top: -1.2em;
    padding: 0 2rem;
}
.k-panelbar.mimic-fieldset li .k-header .panelbar-block-title {
    margin-left: -1.2rem;
    padding: 0 1em;
    background: var(--color-light-grey);
    color: var(--color-blue);
    font-size: 1.3rem;
    font-weight: 700;
}
.k-panelbar.mimic-fieldset li .k-header .k-panelbar-collapse.k-icon,
.k-panelbar.mimic-fieldset li .k-header .k-panelbar-expand.k-icon {
    right: 2rem;
    width: 2em;
    height: 2em;
    margin-top: -1em;
    padding: 0;
    border-radius: 50%;
    background: var(--color-white);
    transition: all 0.4s ease 0s;
}
.k-panelbar.mimic-fieldset li:hover .k-header .k-panelbar-collapse.k-icon,
.k-panelbar.mimic-fieldset li:hover .k-header .k-panelbar-expand.k-icon {
    background: var(--color-red);
    color: var(--color-white);
}
.k-panelbar.mimic-fieldset li.k-state-active .k-header .k-panelbar-collapse.k-icon,
.k-panelbar.mimic-fieldset li.k-state-active .k-header .k-panelbar-expand.k-icon {
    transform: rotate(-180deg);
    background: var(--color-blue);
    color: var(--color-white);
}
.k-panelbar.mimic-fieldset li.k-state-active .k-header .k-panelbar-collapse.k-icon:hover,
.k-panelbar.mimic-fieldset li.k-state-active .k-header .k-panelbar-expand.k-icon:hover {
    background: var(--color-red);
    color: var(--color-white);
}
.k-panelbar.mimic-fieldset li .k-header .k-panelbar-collapse.k-icon::before,
.k-panelbar.mimic-fieldset li .k-header .k-panelbar-expand.k-icon::before {
    content: "\e015";
}
.k-panelbar.mimic-fieldset li .k-content {
    padding: 0 2rem;
    border: 0;
}
.k-panelbar.mimic-fieldset li .controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4em;
    opacity: 0;
    transition: all 0.3s ease 0.2s;
}
.k-panelbar.mimic-fieldset li.k-state-active .controls {
    margin: 0 -0.4rem;
    right: 5em;
    opacity: 1;
}
.k-panelbar.mimic-fieldset li .controls .button {
    margin: 0 0.4rem;
    border-radius: 3px;
    background: var(--color-blue);
    color: var(--color-white);
    line-height: 1.2em;
}
.k-panelbar.mimic-fieldset li .controls .button:hover {
    background: var(--color-red);
}
.k-panelbar.mimic-fieldset li .controls .button .k-icon {
    color: var(--color-white);
}

/* Tabs */

body.app-lottobucks .k-tabstrip,
body.app-lottobucks .k-tabstrip:focus {
    border: 0;
    box-shadow: none;
    background: none;
}

/* Tab Nav */
body.app-lottobucks .k-tabstrip .k-tabstrip-items {
    display: flex;
    flex-flow: row;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    background: var(--color-white-opacity40);
    overflow: hidden;
}

body.app-lottobucks .k-tabstrip .k-tabstrip-items .k-item {
    flex: 1;
    border: 0;
    background: none;
    overflow: visible;
    transition: all 0.2s ease 0s;
}
body.app-lottobucks .k-tabstrip .k-tabstrip-items .k-item:hover {
    background: var(--color-white-opacity40);
}
body.app-lottobucks .k-tabstrip .k-tabstrip-items .k-item.k-state-active {
    margin-bottom: 0;
    background: var(--color-white);
    color: var(--color-dark);
}
body.app-lottobucks .k-tabstrip .k-tabstrip-items .k-item:before {
    display: none;
}

body.app-lottobucks .k-tabstrip .k-tabstrip-items .k-item span.k-link {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 0.4rem;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 1.4rem;
    color: var(--color-dark-blue);
    font-size: 1.2em;
}
body.app-lottobucks .k-tabstrip .k-tabstrip-items .k-item span.tally {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    vertical-align: middle;
    background: var(--color-dark-opacity10);
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
}
body.app-lottobucks .k-tabstrip .k-tabstrip-items .k-item .k-loading {
    display: none;
}

body.app-lottobucks .k-tabstrip .k-tabstrip-items .k-item span.k-link::before {
    content: "";
    position: absolute;
    z-index: -5;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease 0s;
}
body.app-lottobucks .k-tabstrip .k-tabstrip-items .k-item.k-state-active span.k-link::before {
    height: 110%;
    border-radius: 10px 10px 0 0;
    opacity: 1;
    background: var(--color-dark-orange);
    background: linear-gradient(
        45deg,
        var(--color-dark-orange),
        #c24a23,
        #ce5c20,
        #d86e1d,
        #e08019,
        #e79317,
        #eda617,
        var(--color-yellow)
    );
}

/* Tab Content */
body.app-lottobucks .k-tabstrip .k-content {
    margin: 0;
    padding: 2em 0;
    border: 0;
}

/* --- Kendogrid --- */

body.app-lottobucks .k-grid:not(table) {
    width: 100%;
    margin-top: 1rem;
    border: none;
    border-radius: 5px;
    background: none;
    overflow: hidden;
}
body.app-lottobucks .k-grid .k-grid-content table {
    border: 1px solid var(--color-dark-opacity20);
    border-top: 0;
    background: var(--color-white-opacity70);
}
body.app-lottobucks .k-grid th,
body.app-lottobucks .k-grid td {
    padding: 1vw;
    border: 0;
    vertical-align: top;
    font-size: 1em;
    line-height: 1.2em;
}
body.app-lottobucks .k-grid-header th.k-header > *:not(br),
body.app-lottobucks .k-grid tr td > *:not(br) {
    display: flex;
    width: 100%;
    margin: -0.4vw 0;
    padding: 0.4vw 0;
    font-size: 1em;
    white-space: initial;
}
body.app-lottobucks .k-grid tr td > em {
    display: inline-flex;
    width: auto;
    font-size: 0.85em;
}

span.simple {
    font-size: 1em;
    line-height: 1.2em;
    color: rgb(35, 31, 32) !important;
    font-weight: 400;
}

#details-container label,
#details-container p {
    font-size: 1.2em !important;
}

/* Tool Bar */
/* gap: 2.4rem; */
body.app-lottobucks .k-grid-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 1.2rem;
    border: 0;
    background: var(--color-blue);
}
body.app-lottobucks .search-based .k-grid-toolbar {
    padding: 1.2rem 0;
}
body.app-lottobucks .k-grid.search-based .k-grid-toolbar {
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 1.6rem;
    border-radius: 5px;
    background: none;
}
body.app-lottobucks .k-grid-toolbar::after {
    display: none;
}

/* Search Bar */
.search-flex span.k-grid-search-mod {
    padding-top: 2rem;
    display: flex;
}
body.app-lottobucks .k-grid-toolbar span.k-grid-search,
body.app-lottobucks .k-grid-toolbar span.k-grid-search-mod {
    float: none;
    width: 400px;
    max-width: 100%;
    height: auto;
    margin: 0;
    border: 0;
}
body.app-lottobucks .full-width-search .k-grid-toolbar span.k-grid-search {
    width: 100%;
}
body.app-lottobucks .k-grid-toolbar span.k-grid-search input.k-input,
body.app-lottobucks .k-grid-toolbar span.k-grid-search-mod input.k-input {
    height: auto;
    padding: 10px;
}
body.app-lottobucks .k-grid-toolbar span.k-grid-search span.k-input-icon,
body.app-lottobucks .k-grid-toolbar span.k-grid-search-mod span.k-input-icon {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    margin-left: 1em;
    border-radius: 40px;
    background: var(--color-dark-blue);
    color: var(--color-white);
    transition: all 0.2s ease 0s;
    cursor: pointer;
}
body.app-lottobucks .k-grid-toolbar span.k-grid-search span.k-input-icon:hover,
body.app-lottobucks .k-grid-toolbar span.k-grid-search-mod span.k-input-icon:hover {
    background: var(--color-dark);
}
/* Search Based */
body.app-lottobucks .k-grid.search-based .k-grid-toolbar span.k-grid-search input.k-input,
body.app-lottobucks .k-grid.search-based .k-grid-toolbar span.k-grid-search-mod input.k-input {
    border: 1px solid var(--color-grey);
}

/* Sorting */
body.app-lottobucks .grid-sorting {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 1em;
    margin: 0;
    padding: 1rem;
    border-radius: 5px;
    background: var(--color-blue);
}
body.app-lottobucks .k-grid-toolbar .grid-sorting {
    padding: 0;
    background: none;
}
body.app-lottobucks .k-grid-toolbar ~ .grid-sorting {
    border-radius: 0;
}
/* Search Based */
body.app-lottobucks .k-grid.search-based .grid-sorting {
    border-radius: 5px 5px 0 0;
}

/* Buttons */
body.app-lottobucks .grid-sorting .button {
    gap: 0 0.4em;
    margin: 0;
    padding: 0.6rem 0.4vw;
    border: 1px solid var(--color-white-opacity20);
    background: var(--color-white-opacity10);
    line-height: 1.7rem;
}
body.app-lottobucks .grid-sorting .button:first-of-type {
    margin-left: auto;
}
body.app-lottobucks .grid-sorting .button:hover {
    background: var(--color-red);
}
body.app-lottobucks .grid-sorting .button.overdue {
    border: 1px solid var(--color-white-opacity40);
    background: var(--color-orange);
}
body.app-lottobucks .grid-sorting .button.active {
    border: 1px solid var(--color-white-opacity100);
    background: var(--color-white);
    color: var(--color-dark-blue);
}
body.app-lottobucks .grid-sorting .button.active span.k-icon {
    color: var(--color-dark-blue);
}
body.app-lottobucks .grid-sorting span.sort-by {
    color: var(--color-white-opacity80);
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
body.app-lottobucks .grid-sorting span.tally {
    display: inline-block;
    padding: 0.2rem 0.4em;
    border-radius: 3px;
    vertical-align: middle;
    background: var(--color-dark-opacity20);
    line-height: 1.3rem;
    text-align: center;
    letter-spacing: 1px;
}
body.app-lottobucks .grid-sorting .button.active span.tally {
    background: var(--color-dark-opacity10);
}

/* Inputs */
body.app-lottobucks .grid-sorting .input-container {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    gap: 1.4em;
    width: auto;
    margin: 0;
    border-radius: 3px;
}
body.app-lottobucks .grid-sorting .input-container label {
    display: none;
    color: var(--color-white);
}
body.app-lottobucks .grid-sorting .input-container input {
    margin: 0;
    padding: 0.8rem;
    border: 1px solid var(--color-white-opacity30);
    background: none;
    color: var(--color-white);
    font-size: 0.9rem;
}
body.app-lottobucks .grid-sorting .input-container select {
    margin: 0;
    border: 1px solid var(--color-white-opacity30);
    background: none;
    color: var(--color-white);
    font-size: 0.9rem;
}
body.app-lottobucks .grid-sorting .input-container select option {
    padding: 0;
    color: var(--color-dark);
}
body.app-lottobucks .grid-sorting .input-container span.k-icon {
    margin: 0;
    color: var(--color-white);
}
/* Search Based */
body.app-lottobucks .k-grid.search-based .k-grid-toolbar .grid-sorting .input-container label,
body.app-lottobucks .k-grid.search-based .k-grid-toolbar .grid-sorting .input-container span.k-icon {
    color: var(--color-dark);
}
body.app-lottobucks .k-grid.search-based .k-grid-toolbar .grid-sorting .input-container input,
body.app-lottobucks .k-grid.search-based .k-grid-toolbar .grid-sorting .input-container select {
    border: 1px solid var(--color-grey);
    background: var(--color-white);
    color: var(--color-dark);
}
/* Show Labels */
body.app-lottobucks .grid-sorting.show-labels .input-container {
    flex-flow: column;
    align-items: flex-start;
    gap: 0.6rem;
}
body.app-lottobucks .grid-sorting.show-labels .input-container label {
    display: block;
    margin: 0;
    color: var(--color-white);
    white-space: nowrap;
}

/* Header */
body.app-lottobucks .k-grid-header {
    background: var(--color-dark-blue);
}
body.app-lottobucks .k-grid-header th.k-header {
    background: var(--color-dark-blue);
    font-weight: 700;
    vertical-align: middle;
}
body.app-lottobucks .k-grid-header th.k-header,
body.app-lottobucks .k-grid-header th.k-header a,
body.app-lottobucks .k-grid-header th.k-header a span {
    color: var(--color-white);
}

/* Body */
body.app-lottobucks .k-grid tr {
    transition: all 0.03s ease 0s;
}
body.app-lottobucks .k-grid tr.k-alt,
body.app-lottobucks .k-grid tbody tr:hover,
body.app-lottobucks .k-grid tbody tr.k-state-hover {
    background: var(--color-white-opacity50);
}
body.app-lottobucks .k-grid tbody tr:hover,
body.app-lottobucks .k-grid tbody tr.k-state-hover {
    background: var(--color-white);
}
body.app-lottobucks .k-grid tr:not(:last-child) td {
    border-bottom: 1px solid var(--color-grey);
}

.k-grid tbody tr td:first-of-type {
    border-left: 1px solid var(--color-grey);
}
.k-grid tbody tr td:last-of-type {
    border-right: 1px solid var(--color-grey);
}
.k-grid tbody tr:last-of-type td {
    border-bottom: 1px solid var(--color-grey) !important;
}
.k-grid .k-pager-wrap.k-grid-pager.k-widget.k-floatwrap {
    border-top: none !important;
}

/* Links */
body.app-lottobucks .k-grid td a {
    display: flex;
    align-items: center;
    gap: 1em;
    width: 100%;
    color: var(--color-blue);
}
body.app-lottobucks tbody td a span.k-icon {
    width: 2rem;
    height: 2rem;
    margin: -0.3rem 0;
    border-radius: 50%;
    background: var(--color-blue);
    color: var(--color-white);
}

/* Buttons */
body.app-lottobucks tbody td .button {
    display: flex;
    align-items: center;
    gap: 1em;
    position: relative;
    width: 100%;
    background: none;
    color: var(--color-blue);
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
}
body.app-lottobucks tbody td .button:hover {
    background: none;
    color: var(--color-dark-blue);
}
body.app-lottobucks tbody td .button span.k-icon {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    margin: -0.3rem 0;
    border-radius: 50%;
    background: var(--color-blue);
    color: var(--color-white);
}
body.app-lottobucks tbody td .button:hover span.k-icon {
    color: var(--color-white);
}
body.app-lottobucks tbody td .button.waiting:hover span.k-icon {
    color: var(--color-dark);
}
/* Button | Icon - Right */
body.app-lottobucks .k-grid tr td .button.hidden-icon {
    justify-content: space-between;
}
body.app-lottobucks .k-grid tr td .button.hidden-icon span.k-icon {
    opacity: 0;
    margin-left: auto;
    background: var(--color-blue);
    transition: all 0.2s ease 0s;
}
body.app-lottobucks .k-grid tr td .button.hidden-icon:hover span.k-icon {
    opacity: 1;
}
/* Button | Status */
body.app-lottobucks .k-grid tr td .status {
    display: flex;
    align-items: center;
    gap: 0.4em;
    position: relative;
    color: var(--color-dark);
    font-weight: 500;
    line-height: 1.4em;
}
body.app-lottobucks .k-grid tr td .status::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    margin: -0.3rem 0;
    border: 0.3rem solid var(--color-white-opacity60);
    border-radius: 50%;
    background: var(--color-grey);
    font-family: "WebComponentsIcons";
    color: var(--color-white-opacity0);
    font-size: 1.2em;
    font-weight: normal;
    transition: all 0.15s ease 0s;
}
body.app-lottobucks .k-grid tr td .button.status::before {
    content: "\e135";
}
body.app-lottobucks .k-grid tr td .status.pending-review::before {
    background: var(--color-yellow);
}
body.app-lottobucks .k-grid tr td .status.under-review::before {
    background: var(--color-dark-blue);
}
body.app-lottobucks .k-grid tr td .status.review-complete::before {
    background: var(--color-blue);
}
body.app-lottobucks .k-grid tr td .status.approved::before {
    background: var(--color-green);
}
body.app-lottobucks .k-grid tr td .status.cancelled::before {
    background: var(--color-dark-opacity10);
}
body.app-lottobucks .k-grid tr td .status:hover::before {
    border: 0px solid var(--color-white-opacity90);
    color: var(--color-white);
}
body.app-lottobucks .k-grid tr td .button.status.cancelled:hover::before {
    color: var(--color-dark-blue);
}

/* Select */
body.app-lottobucks .k-grid tr td .select-container {
    margin: -1.2vw 0;
}
body.app-lottobucks .k-grid tr td .select-container select {
    max-width: 96%;
    padding: 0.6rem 30px 0.6rem 0.4rem;
    border: 1px solid var(--color-light-grey);
    background: var(--color-white);
    font-size: 0.9em;
}
body.app-lottobucks .k-grid tr td .select-container > span.k-icon {
    right: 18px;
}

/* Modal */

#password-modal {
    padding-top: 1.5rem;
}
.k-dialog-buttongroup {
    background-color: #ffffff;
    padding: 0.5rem 1rem 1rem 0 !important;
}
.flex-modal-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
}
.flex-modal-container .input-container {
    width: 48% !important;
}
.flex-modal-container .input-container:first {
    margin-right: 4% !important;
}
.k-button-cancel,
.k-button-reset {
    width: 150px !important;
    padding: 10px !important;
    font-weight: 500;
}
.k-button-reset {
    margin-left: 1rem !important;
}
.k-button-cancel:hover,
.k-button-reset:hover {
    background-color: #226e87 !important;
}

body .k-overlay {
    background: var(--color-dark-opacity70);
}
body .k-window {
    max-width: 94%;
    border: 0;
    box-shadow: 0px 1.4px 1.4px rgba(0, 0, 0, 0.035), 0px 3.8px 3.8px rgba(0, 0, 0, 0.05),
        0px 9px 9px rgba(0, 0, 0, 0.065), 0px 30px 30px rgba(0, 0, 0, 0.1);
}
body .k-window:not([data-role="draggable"]) {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 680px;
    max-width: 94%;
    max-height: 80vh;
    overflow: auto;
    overscroll-behavior: contain;
}

body .k-window .k-window-titlebar {
    padding: 1.4rem 1.8rem;
    border: 1px solid var(--color-white-opacity30);
    border-radius: 3px 5px 0 0;
    background: var(--color-dark-blue);
    color: var(--color-white);
    cursor: move;
}
body .k-window .k-window-titlebar .k-window-title {
    font-weight: 600;
    cursor: move;
}
body .k-window .k-window-titlebar .k-window-actions {
    display: flex;
    right: 2em;
    gap: 0.4rem;
}
body .k-window .k-window-titlebar .k-window-action {
    opacity: 1;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: var(--color-blue) !important;
    color: var(--color-white);
}
body .k-window .k-window-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.8rem 1.4rem;
    border: 1px solid var(--color-white-opacity30);
    border-radius: 0 0 5px 5px;
    background: var(--color-white);
    font-size: 0.9em;
}
body .k-window .k-window-content h2:first-child {
    margin-top: 0;
}
body .k-window .k-window-content h3 {
    font-size: 1.4em;
    font-weight: 600;
}
/* Form */
body .k-window .k-window-content.form {
    font-size: 1em;
}
body .k-window .k-window-content.form #submit-box {
    border-radius: 0;
}
body .k-window .k-window-content.form #submit-box .button {
    padding: 1em 1.6em;
}

/* Remote Content */
body .k-window header {
    display: none;
}
body .k-window main {
    padding-top: 0;
}

/* Connector */
body .connector {
    text-align: center;
    align-self: flex-end;
    margin-bottom: 1em;
}
body .connector.small {
    max-width: 26px;
    padding: 0;
}

/* --- Screen | Login --- */

/* Divider Text */
body.app-lottobucks .divider-text {
    justify-content: flex-start;
    position: relative;
    z-index: 10;
}
body.app-lottobucks .divider-text.centered {
    text-align: center;
}

body.app-lottobucks .divider-text::before {
    content: "";
    position: absolute;
    z-index: -10;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-light-grey);
}
body.app-lottobucks .divider-text.light-grey::before {
    background: var(--color-dark-opacity10);
}
body.app-lottobucks .dark .divider-text::before {
    background: var(--color-blue);
}
body.app-lottobucks .divider-text.reverse::before {
    background: var(--color-blue);
}

body.app-lottobucks .divider-text > * {
    display: inline-block;
    margin: 1.4em 0;
    padding: 0.4rem 1.4rem 0.4rem 0;
    background: var(--color-white);
}
body.app-lottobucks .divider-text.light-grey > * {
    background: var(--color-light-grey);
}
body.app-lottobucks .dark .divider-text > * {
    background: var(--color-dark-blue);
}
body.app-lottobucks .divider-text.centered > * {
    padding: 0.4rem 1.4rem;
}
body.app-lottobucks .divider-text.reverse > * {
    background: var(--color-dark-blue);
    color: var(--color-white);
}
body.app-lottobucks .divider-text > h1 {
    margin: 0;
}
body.app-lottobucks .divider-text > a:hover,
body.app-lottobucks .divider-text > button:hover {
    background: var(--color-white);
    color: var(--color-red);
}
body.app-lottobucks .divider-text.no-hover > a:hover,
body.app-lottobucks .divider-text.no-hover > button:hover {
    background: var(--color-light-grey);
}

/* Login Box */
body .login .login-box .logo {
    padding: 2.6rem 1rem 0;
    text-align: center;
}
body .login .login-box .logo img {
    max-width: 140px;
}
body .login .login-box .logo h1 {
    margin: 0;
    color: var(--color-red);
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body .login .login-box .sign-in,
body .login .login-box .forgot-password {
    padding: 1rem 2vw 2vw;
}
body .login .login-box .forgot-password {
    display: none;
}
body .login .login-box .sign-in .form-wrapper,
body .login .login-box .forgot-password .form-wrapper {
    margin: 0;
}
body .login .login-box .sign-in .form-wrapper h1,
body .login .login-box .forgot-password .form-wrapper h1,
body .login .login-box .sign-in .form-wrapper h2,
body .login .login-box .forgot-password .form-wrapper h2 {
    margin: 0;
    font-size: 1.8em;
    text-align: center;
}

body .login-box .button.submit {
    width: 100%;
    justify-content: center;
    font-weight: 800;
}
body .login-box .button.submit.secondary {
    background: var(--color-light-grey);
    color: var(--color-dark-blue);
    font-weight: 400;
}

/* --- Screen | Create Login --- */

body .create-login .personal-info-box {
    border: 10px solid var(--color-white);
    border-radius: 15px;
    background: var(--color-dark-blue);
    overflow: hidden;
}
body .create-login .info-row-container {
    padding: calc(3rem - 10px);
}
body .create-login .info-row-container .row .highlight-block {
    padding: 1.4rem;
}
body .create-login .info-row-container .row .info-block {
    padding: 1.4vw 1.4rem 0 0;
    text-align: left;
}
body .create-login .info-row-container .row .info-block h3 {
    letter-spacing: 0.1em;
}

body .create-login .create-login-box {
    padding: 2rem 3rem 3rem;
}

/* --- Screen | Dashboard --- */

.dashboard h1::first-line {
    font-size: 0.8em;
    font-weight: 300;
}

/* --- Footer --- */

.sticky-footer {
    margin-top: auto;
}

/* 1240 */

@media only screen and (max-width: 1240px) {
    /* --- Content --- */

    /* Kendogrid */

    body.app-lottobucks .k-grid th,
    body.app-lottobucks .k-grid td {
        padding: 0.6em 0.8em;
        font-size: 0.9em;
    }
    body.app-lottobucks .k-grid-header th.k-header > *,
    body.app-lottobucks .k-grid tr td > * {
        white-space: nowrap;
    }
}

/* > 980 */

@media only screen and (min-width: 980px) {
    /* --- Type --- */

    a[href^="tel:"],
    a[href^="tel:"]:hover {
        color: inherit;
        cursor: pointer;
        text-decoration: none;
        font-weight: inherit;
        cursor: default;
    }
    body.app-lottobucks .k-grid td a[href^="tel:"],
    body.app-lottobucks .k-grid td a[href^="tel:"]:hover {
        background: none;
        color: var(--color-dark);
    }

    /* --- Header --- */

    body header .menu-toggle,
    body header .grid-container > .sign-out {
        display: none;
    }

    /* --- Content --- */

    /* Page Title */
    body .page-title {
        flex-wrap: nowrap;
        align-items: flex-end;
    }
    body .page-title h1 {
        flex: 1 1;
    }
}

/* 980 */

@media only screen and (max-width: 980px) {
    html,
    body {
        font-size: 15px;
    }

    /* --- Type --- */

    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.4em;
    }
    h3 {
        font-size: 1.2em;
    }

    /* --- Header --- */

    header {
        position: relative;
        height: auto;
        padding: 1rem 0;
    }
    header .grid-container {
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 0;
    }

    /* User Profile Link */
    header #menu-primary .user {
        margin-left: auto;
        padding: 0 3vw;
        font-size: 0.9em;
        line-height: 1.2em;
        text-align: right;
    }
    header #menu-primary .user .sign-out {
        margin-left: auto;
        padding-right: 1rem;
        color: var(--color-dark);
        font-size: 0.9rem;
        font-weight: 400;
    }

    /* Menu - Toggle */
    body header .menu-toggle,
    body header .menu-toggle:hover {
        order: 3;
        margin: 0;
        padding: 0.8rem 1rem;
        border-radius: 3px;
        background: var(--color-light-grey);
        color: var(--color-dark);
        font-size: 0.9em;
    }
    body header .menu-toggle .k-icon {
        color: var(--color-dark);
    }

    /* Menu - Primary */
    header #menu-primary {
        flex-flow: column;
        align-items: normal;
        position: absolute;
        top: 100%;
        left: 0;
        width: 106%;
        margin: 1rem -3% 0;
        padding: 0;
        border-radius: 0 0 5px 5px;
        opacity: 0;
        background: linear-gradient(135deg, rgba(0, 65, 109, 1) 0%, rgba(0, 95, 160, 1) 100%);
        transition: all 0.4s ease-out 0s;
        pointer-events: none;
    }
    header #menu-primary.k-rpanel-expanded {
        opacity: 1;
        pointer-events: all;
    }
    header #menu-primary a,
    header #menu-primary a.active,
    header #menu-primary button,
    header #menu-primary button.active {
        display: flex;
        gap: 0.6rem;
        width: 100%;
        padding: 1.4rem 1.6rem;
        border-bottom: 1px solid var(--color-white-opacity20);
        border-radius: 0;
        background: none;
        color: var(--color-white);
        font-size: 1.1em;
        line-height: 1.2em;
        text-align: left;
        text-transform: uppercase;
    }
    header #menu-primary a:hover,
    header #menu-primary button:hover {
        background: var(--color-dark-blue);
    }
    header #menu-primary span.pending {
        background: var(--color-dark-opacity30);
        color: var(--color-white);
    }
    header #menu-primary .user .sign-out {
        display: none;
    }
    header #menu-primary :last-child {
        border: 0;
    }
    header #menu-primary span {
        color: var(--color-white-opacity50);
    }

    /* --- Content --- */

    .main-content {
        padding-top: 2em;
    }

    /* Rows */
    .info-row-container,
    .dashboard .info-row-container {
        padding: 2em;
    }
    .info-row-container .row {
        gap: 1em 0;
    }
    /* Form Type */
    .info-row-container .row .highlight-block,
    .info-row-container .row:first-child .highlight-block {
        padding: 1em;
        font-size: 1.4rem;
    }
    /* Actions */
    .info-row-container .row .actions {
        flex-flow: column;
        gap: 0.6em 0;
    }

    /* Forms */

    input,
    textarea,
    select {
        font-size: 0.9em;
    }
    .big-input input,
    .big-input select,
    .big-input textarea {
        padding: 0.8em;
        font-size: 1em;
    }

    /* Admin Tools */
    body.app-lottobucks .admin-tools {
        position: relative;
        top: 0;
    }
    body.app-lottobucks .admin-tools .details-container {
        gap: 0.8rem;
    }

    /* Kendogrid */

    /* TD */
    body.app-lottobucks .k-grid-content td .button,
    body.app-lottobucks .k-grid-content td a {
        gap: 0.6em;
        line-height: 1.4em;
    }

    /* Tabs */

    body.app-lottobucks .k-tabstrip .k-tabstrip-items {
        max-width: 99.99%;
        margin: 0;
        padding: 0;
    }
    body.app-lottobucks .k-tabstrip .k-tabstrip-items .k-item span.k-link {
        padding: 1em;
        font-size: 0.9em;
    }

    /* Wizard */
    #wizard .k-stepper .k-step:first-child .k-step-label {
        left: 0;
    }
    #wizard .k-stepper .k-step:first-child .k-step-label::before {
        left: 18px;
    }
    #wizard .k-stepper .k-step:last-child .k-step-label {
        right: 0;
    }
    #wizard .k-stepper .k-step:last-child .k-step-label::before {
        right: 12px;
        left: inherit;
    }

    /* --- Screen | Login --- */

    .login .grid-container .logo {
        padding: 1.4em 2em 0;
    }
    .login .grid-container .logo img {
        max-width: 100px;
    }

    body .login .login-box .sign-in,
    body .login .login-box .forgot-password {
        padding: 2em;
    }

    body .login .button,
    body .login .k-button {
        margin-top: 0;
    }

    /* --- Screen | Create Login --- */

    body .create-login .info-row-container {
        padding: calc(2rem - 10px);
    }
    body .create-login .create-login-box {
        padding: 1rem 2rem 2rem;
    }

    /* --- Screen | Dashboard --- */

    /* Progress */
    .info-row-container .row .progress {
        padding: 0 0 0 2em;
    }
}

/* 680 */

@media only screen and (max-width: 680px) {
    html,
    body {
        font-size: 14px;
    }

    /* --- Type --- */

    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.3em;
    }
    h3 {
        font-size: 1.1em;
    }
    h4 {
        font-size: 1em;
    }

    /* --- Header --- */

    header {
        border-top: 1em solid var(--color-blue);
    }
    header .menu-toggle,
    header > .user {
        font-size: 0.8em;
        text-align: center;
    }

    /* Menu - Primary */
    header #menu-primary li > *,
    header #menu-primary li > *:hover {
        padding: 1.8em 2em;
        font-size: 0.9em;
    }

    /* --- Content --- */

    /* --- Grid --- */

    body.app-lottobucks .k-grid-toolbar {
        flex-flow: column;
    }
    body.app-lottobucks .k-grid-toolbar span.k-grid-search,
    body.app-lottobucks .k-grid-toolbar span.k-grid-search-mod {
        width: 100%;
    }
    .grid-sorting .input-container {
        width: 100%;
    }
    .grid-sorting .input-container .select-container {
        flex: 1 1 auto;
    }
    .push-flex-end {
        align-items: flex-end !important;
    }
    /* --- Forms --- */

    body .account-search .shadow-card {
        padding: 1.4em;
    }

    /* Admin Tools */
    body.app-lottobucks .status-container {
        padding: 0.8rem 0;
        font-size: 0.8em;
    }
    body.app-lottobucks .status-container .row > div {
        justify-content: flex-start;
    }

    /* Tabs */

    body.app-lottobucks .k-tabstrip .k-tabstrip-items {
        flex-flow: column;
    }
    body.app-lottobucks .k-tabstrip .k-content {
        padding: 2em 0;
    }

    /* Wizard */
    #wizard .k-stepper {
        padding: 1vw 2vw;
    }
    #wizard .k-stepper .k-step-current .k-step-indicator {
        width: 1.8rem;
        height: 1.8rem;
        font-size: 0.9rem;
    }

    /* Submit Box */
    #submit-box {
        padding: 1.4em 1.4em 0.4em;
    }
    #submit-box .grid-container {
        flex-flow: column-reverse;
    }
    #submit-box .button {
        padding: 1em 1.4em;
    }

    /* Admin Tools */
    body.app-lottobucks .admin-tools h2 {
        width: 100%;
    }
    body.app-lottobucks .admin-tools .row > .notepad-container {
        justify-content: flex-start;
        border-top: 1px solid var(--color-white-opacity20);
    }
    body.app-lottobucks .admin-tools .row > .status-container {
        justify-content: flex-start;
    }
}
