/*
! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/


*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: #e5e7eb; /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0; /* 1 */
    line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    font-weight: inherit; /* 1 */
    line-height: inherit; /* 1 */
    color: inherit; /* 1 */
    margin: 0; /* 2 */
    padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1; /* 1 */
    color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {

    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {

    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {

    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {

    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {

    .container {
        max-width: 1536px;
    }
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.table {
    display: table;
}
.hidden {
    display: none;
}
.w-full {
    width: 100%;
}
.border-collapse {
    border-collapse: collapse;
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
    resize: both;
}
.rounded-md {
    border-radius: 0.375rem;
}
.border {
    border-width: 1px;
}
.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.text-center {
    text-align: center;
}
.uppercase {
    text-transform: uppercase;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
    outline-style: solid;
}
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
@media (min-width: 640px) {

    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

body, html {
    height: 100%;
}

input, textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    resize: none;
}

a, button, input[type=submit] {
    cursor: pointer;
}

::-moz-selection {
    background: rgba(205, 144, 139, 0.2);
}

::selection {
    background: rgba(205, 144, 139, 0.2);
}

#settings {
    opacity: 0;
    transform-origin: center top;
    will-change: opacity, transform;
    -webkit-animation: rotateIn 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms forwards;
    animation: rotateIn 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 500ms forwards;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    background: white;
    box-shadow: 0 0 20px rgba(21, 21, 29, 0.2);
    overflow: hidden;
    color: #3f4159;
    border-radius: 2px;
    width: 100%;
    max-width: 2000px;
    height: 100%;
}

span.nav {
    transition: all 150ms ease-out;
    display: block;
    position: relative;
    padding: 18px 0;
    text-align: center;
    flex-basis: 20%;
    width: 20%;
}

span.nav:nth-of-type(1) {
    z-index: 5;
}

span.nav:nth-of-type(2) {
    z-index: 4;
}

span.nav:nth-of-type(3) {
    z-index: 3;
}

span.nav:nth-of-type(4) {
    z-index: 2;
}

span.nav:nth-of-type(5) {
    z-index: 1;
}

span.nav:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 100%;
}

span.nav:last-of-type:after {
    display: none;
}

input.nav {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    position: absolute;
    z-index: 6;
    top: 0;
    width: 20%;
    height: 53px;
}

input.nav:hover + span, input.nav:focus + span {
    background: #6495ED;
}

input.nav:active + span, input.nav:checked + span {
    background: #6495ED;
    color: white;
}

input.nav:active + span {
    transition: all 150ms ease-in;
}

input.nav ~ main section {
    transition: all 450ms ease-out;
    transform: translateY(50%) translateZ(0);
    opacity: 0;
    z-index: -1;
}

input.nav:nth-of-type(1) {
    left: 0%;
}

input.nav:nth-of-type(1):checked ~ main section:nth-of-type(1) {
    transform: translateY(0) translateZ(0);
    opacity: 1;
    z-index: 10;
}

input.nav:nth-of-type(2) {
    left: 20%;
}

input.nav:nth-of-type(2):checked ~ main section:nth-of-type(2) {
    transform: translateY(0) translateZ(0);
    opacity: 1;
    z-index: 10;
}

input.nav:nth-of-type(3) {
    left: 40%;
}

input.nav:nth-of-type(3):checked ~ main section:nth-of-type(3) {
    transform: translateY(0) translateZ(0);
    opacity: 1;
    z-index: 10;
}

input.nav:nth-of-type(4) {
    left: 60%;
}

input.nav:nth-of-type(4):checked ~ main section:nth-of-type(4) {
    transform: translateY(0) translateZ(0);
    opacity: 1;
    z-index: 10;
}

input.nav:nth-of-type(5) {
    left: 80%;
}

input.nav:nth-of-type(5):checked ~ main section:nth-of-type(5) {
    transform: translateY(0) translateZ(0);
    opacity: 1;
    z-index: 10;
}
input.nav:nth-of-type(6) {
    left: 100%;
}

input.nav:nth-of-type(6):checked ~ main section:nth-of-type(6) {
    transform: translateY(0) translateZ(0);
    opacity: 1;
    z-index: 10;
}

main {
    align-self: flex-end;
    position: relative;
    border-top: 2px solid #f3e3e2;
    width: 100%;
    height: calc(100% - 52px);
}

section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    will-change: transform, opacity;
}

section ul {
    display: flex;
    flex-flow: row wrap;
    padding: 12px;
}

section ul li {
    opacity: 0;
    transform: translateY(100%) translateZ(0);
    will-change: transform, opacity;
    -webkit-animation: slideInUp 600ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: slideInUp 600ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    padding: 6px 12px;
    width: 50%;
}

section ul li:nth-child(1) {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}

section ul li:nth-child(2) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

section ul li:nth-child(3) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}

section ul li:nth-child(4) {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

section ul li:nth-child(5) {
    -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms;
}

section ul li:nth-child(6) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

section ul li:nth-child(7) {
    -webkit-animation-delay: 1300ms;
    animation-delay: 1300ms;
}

section ul li.large {
    width: 100%;
}

section ul li.padding {
    padding: 12px;
}

section.upcoming {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
}

section.upcoming h1 {
    font-size: 32px;
    color: #cccccc;
}

.avatar {
    display: flex;
}

.avatar > span {
    display: block;
    width: 72px;
    height: 72px;
    background-position: center center;
    background-size: cover;
    border-radius: 2px;
}

.avatar > div {
    padding-left: 24px;
}

.avatar > div .material-button {
    margin-top: 13px;
}

.material {
    width: 100%;
}

.material div {
    position: relative;
    width: 100%;
    padding-top: 18px;
}

.material label {
    transition: all 150ms ease-out;
    will-change: transform;
    transform: translateZ(0);
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 4px;
    font-weight: 500;
    color: rgb(167, 21, 21);
    line-height: 1.5;
}

.material label.email {

    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 4px;
    font-weight: 500;
    color: rgb(167, 21, 21);
    line-height: 1.5;
}

.material hr {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border: 0;
    border-radius: 4px;
    margin: 0;
    background: #ebebeb;
}

.material hr:after {
    transition: all 150ms ease-out;
    transform: scaleX(0) translateZ(0);
    transform-origin: left top;
    will-change: transform;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgb(167, 21, 21);
}

.material input {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    padding: 0 0 4px;
    margin: 0;
    width: 100%;
    background: none;
    color: black;
    font-size: 16px;
    line-height: 1.5;
}

.material input:focus + label, .material input:valid + label {
    transform: translateY(-24px) translateZ(0);
    font-size: 12px;
}

.material input:focus ~ hr:after {
    transform: scaleX(1) translateZ(0);
}

.material-checkbox div {
    position: relative;
}

.material-checkbox .check {
    z-index: 0;
    display: flex;
    align-items: center;
    align-content: center;
}

.material-checkbox span {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background: #ebebeb;
}

.material-checkbox svg {
    display: block;
    width: 100%;
    height: 100%;
}

.material-checkbox line {
    fill: none;
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 2px;
    stroke-linecap: round;
}

.material-checkbox g:last-child line {
    stroke: white;
    opacity: 0;
}

.material-checkbox g:last-child line:first-child {
    transition: stroke-dashoffset 100ms ease-out;
    stroke-dasharray: 6.708;
    stroke-dashoffset: 6.708;
}

.material-checkbox g:last-child line:last-child {
    transition: stroke-dashoffset 200ms ease-out 100ms;
    stroke-dasharray: 14.873;
    stroke-dashoffset: 14.873;
}

.material-checkbox label {
    margin-left: 6px;
}

.material-checkbox input {
    cursor: pointer;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.material-checkbox input:checked + div span {
    background: #cd908b;
}

.material-checkbox input:checked + div g:last-child line {
    opacity: 1;
}

.material-checkbox input:checked + div g:last-child line:first-child {
    stroke-dashoffset: 0;
}

.material-checkbox input:checked + div g:last-child line:last-child {
    stroke-dashoffset: 0;
}

.material-button {
    width: 100%;
}

.material-button div {
    width: 100%;
}

.material-button button, .material-button input[type=submit] {
    margin: 0;
    border: 0;
    border-radius: 2px;
    padding: 6px 12px;
    background: #ebebeb;
    color: #3f4159;
    font-size: 16px;
    transition: all 150ms ease-out;
}

.material-button button:hover, .material-button button:focus, .material-button input[type=submit]:hover, .material-button input[type=submit]:focus {
    background: #cd908b;
    color: white;
}

.material-button button:active, .material-button input[type=submit]:active {
    transition: all 150ms ease-in;
    background: #3f4159;
}

.material-button button.save, .material-button input[type=submit].save {
    width: 100%;
    max-width: 256px;
    padding: 12px 24px;
    background: rgb(167, 21, 21);
    color: white;
    font-size: 18px;
}

.material-button button.save:hover, .material-button button.save:focus, .material-button input[type=submit].save:hover, .material-button input[type=submit].save:focus {
    background: #cd908b;
}

.material-button button.save:active, .material-button input[type=submit].save:active {
    background: #3f4159;
}

@media only screen and (max-height: 444px) {
    .material-button button.save, .material-button input[type=submit].save {
        display: none;
    }
}

.material-button button.connect, .material-button input[type=submit].connect {
    display: block;
    width: 100%;
    border-radius: 1000px;
    color: white;
}

.material-button button.gh, .material-button input[type=submit].gh {
    background: #4183c4;
}

.material-button button.gh:hover, .material-button button.gh:focus, .material-button input[type=submit].gh:hover, .material-button input[type=submit].gh:focus {
    background: #7ba9d6;
}

.material-button button.gh.connected, .material-button input[type=submit].gh.connected {
    background: #ebebeb;
    color: #343434;
}

.material-button button.gh.connected:hover, .material-button button.gh.connected:focus, .material-button input[type=submit].gh.connected:hover, .material-button input[type=submit].gh.connected:focus {
    background: #4183c4;
    color: white;
}

.material-button button.gh:active, .material-button input[type=submit].gh:active {
    background: #2c5d8d !important;
}

.material-button button.tw, .material-button input[type=submit].tw {
    background: #2daae1;
}

.material-button button.tw:hover, .material-button button.tw:focus, .material-button input[type=submit].tw:hover, .material-button input[type=submit].tw:focus {
    background: #70c5eb;
}

.material-button button.tw.connected, .material-button input[type=submit].tw.connected {
    background: #ebebeb;
    color: #343434;
}

.material-button button.tw.connected:hover, .material-button button.tw.connected:focus, .material-button input[type=submit].tw.connected:hover, .material-button input[type=submit].tw.connected:focus {
    background: #2daae1;
    color: white;
}

.material-button button.tw:active, .material-button input[type=submit].tw:active {
    background: #187da9 !important;
}

.material-button button.fb, .material-button input[type=submit].fb {
    background: #3b5997;
}

.material-button button.fb:hover, .material-button button.fb:focus, .material-button input[type=submit].fb:hover, .material-button input[type=submit].fb:focus {
    background: #5e7ec0;
}

.material-button button.fb.connected, .material-button input[type=submit].fb.connected {
    background: #ebebeb;
    color: #343434;
}

.material-button button.fb.connected:hover, .material-button button.fb.connected:focus, .material-button input[type=submit].fb.connected:hover, .material-button input[type=submit].fb.connected:focus {
    background: #3b5997;
    color: white;
}

.material-button button.fb:active, .material-button input[type=submit].fb:active {
    background: #263960 !important;
}

.material-button button.li, .material-button input[type=submit].li {
    background: #069;
}

.material-button button.li:hover, .material-button button.li:focus, .material-button input[type=submit].li:hover, .material-button input[type=submit].li:focus {
    background: #0099e6;
}

.material-button button.li.connected, .material-button input[type=submit].li.connected {
    background: #ebebeb;
    color: #343434;
}

.material-button button.li.connected:hover, .material-button button.li.connected:focus, .material-button input[type=submit].li.connected:hover, .material-button input[type=submit].li.connected:focus {
    background: #069;
    color: white;
}

.material-button button.li:active, .material-button input[type=submit].li:active {
    background: #00334d !important;
}

.material-button.center div {
    display: flex;
    justify-content: center;
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        transform: rotateX(30deg) rotateY(30deg) translateY(300px) translateZ(200px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        transform: rotateX(30deg) rotateY(30deg) translateY(300px) translateZ(200px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(100%) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(100%) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
h2{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    padding: 30px 0;
}

/* Table Styles */

.table-wrapper{
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
    overflow-y:scroll;
    height:500px;
    display:block;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
    max-width: 600px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #6495ED;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #313E43;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}


.submit {
    background-color: #037bff;
    color: white;
}

.cancel {
    color: black;
}

#calendar-container button {
    margin: 5px 10px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#calendar-container button {
    margin-left: 3%;
}
#document-page-container {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.document-table-th {
    width: 25%;
}
.document-actions {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
}

.document-table-td {
    font-size: 20px;
}

#drop-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input[type="file"] {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}

.add-click {
    padding: 10px 20px;
    background-color: #6495ED;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.add-click:hover {
    background-color: rgb(50, 73, 96);
}

.weekend {
    color: red;
    background-color: #fff0f5;
}

.short {
    color: red;
    background-color: #fff5ee;
}

.profile__info {
    background-color: #fafafa;
}
