/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.navbar {
    padding: 1rem;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

a.signOut {
    display: block;
    background: var(--color-light-alt);
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
    color: var(--color-main);
    font-weight: 500;
    box-shadow: var(--box-shadow-button);
    text-decoration: none;
}

    a.signOut:hover {
        text-decoration: none;
        opacity: 0.6;
        transition: 0.3s;
    }

    a.signOut:active {
        opacity: 1;
        box-shadow: none;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


html {
    font-size: 14px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.rotate {
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .rotate.rotate45 {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block
    }


/* #region layout */
/*#region layout*/
html {
    position: relative;
    min-height: 100%;
}

body { /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: 'Tangerine', serif;
    /*font-size: 12px;*/ /*48px*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.margin-T-15 {
    margin-top: 15px;
}

.margin-T-20 {
    margin-top: 20px;
}

.margin-T-25 {
    margin-top: 25px;
}

.margin-T-50 {
    margin-top: 50px;
}

.margin-T-100 {
    margin-top: 100px;
}

.margin-L-20 {
    margin-left: 20px;
}

.margin-L-15p {
    margin-left: 15%;
}

.margin-B-10 {
    margin-bottom: 10px;
}

.margin-B-20 {
    margin-bottom: 20px;
}


table > tbody > tr > td,
table > thead > tr > th {
    min-width: 75px;
}

.container-2-col {
    filter: drop-shadow(1px 6px 4px rgba(0, 0, 0, 0.25));
}

.container-2-col-left {
    background-color: #F7F1FF;
    padding-top: 20px;
    padding-left: 40px;
}

    .container-2-col-left .title {
        color: #C5A0F9;
        font-size: large
    }

    .container-2-col-left .info {
        font-weight: 200;
        letter-spacing: -0.015em;
        color: #300074;
        line-height: 1;
        font-size: 64px;
        margin-top: 25px;
    }

        .container-2-col-left .info p {
            margin-bottom: 0;
        }

    .container-2-col-left .description {
        font-size: 20px;
        line-height: 24px;
        color: #696969;
        margin-top: 50px;
    }

    .container-2-col-left .action {
        font-size: 13px;
        line-height: 16px;
        color: rgba(158, 141, 182, 0.89);
        margin-top: 100px;
    }

.container-2-col-right {
    background-color: #FFFFFF;
}

    .container-2-col-right .container {
        margin-top: 10%;
        margin-left: 10%;
        width: 80%;
    }

.container-2-col-submit {
    margin-top: 100px;
}
/*#endregion*/
/*#endregion*/

/* #region drag-drop-table */
.draggable {
    cursor: move;
    user-select: none;
}

.placeholder {
    background-color: #edf2f7;
    border: 2px dashed #cbd5e0;
}

.clone-list {
    border-top: 1px solid #ccc;
}

.clone-table {
    border-collapse: collapse;
    border: none;
}

    .clone-table th, .clone-table td {
        border: 1px solid #ccc;
        border-top: none;
        padding: 0.5rem;
    }

.dragging {
    background: #fff;
    border-top: 1px solid #ccc;
    z-index: 999;
}

[data-iswinner="True"] {
    color: #28a745 !important
}
/*#endregion*/

/* ------------------  controls ---------------------------- */
/*#region controls*/
.anchorTextInButton, .anchorTextInButton:hover {
    text-decoration: none;
    color: unset;
}

.hiddenFileInput {
    opacity: 0; /* make transparent */
    z-index: -1; /* move under anything else */
    position: absolute; /* don't let it take up space */
}

    .hiddenFileInput + label:hover {
        cursor: pointer
    }

    .hiddenFileInput:focus + label {
        outline: 2px solid; /* example focus style */
    }

.playerMovieRatings-table {
    border-collapse: collapse;
    -webkit-user-select: none;
    border-collapse: separate;
    border-spacing: 5px;
    Safari -ms-user-select: none;
    Standard syntax
}

    .playerMovieRatings-table > tbody > td, .playerMovieRatings-table > tbody > tr, .playerMovieRatings-table > tbody > tr > td {
        border-collapse: collapse;
        cursor: all-scroll;
    }

        .playerMovieRatings-table > tbody > tr > td {
            max-width: 250px;
            border: 1px solid #6a3ea8;
            border-right: 20px solid #C4C4C4;
            height: 90px;
        }

            .playerMovieRatings-table > tbody > tr > td > input {
                height: 100%;
            }

/*.playerMovieRatings-table > tbody > tr > td  { border: 1px solid #6a3ea8 }*/

.btn-noStyle {
    background: none !important;
    color: inherit;
    border: none !important;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    box-shadow: unset;
}

.btn-tcg-primary {
    color: #fff;
    background-color: #6A3EA8;
    border-color: #6A3EA8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

    .btn-tcg-primary:hover {
        background-color: #553286;
        color: #fff
    }

.btn-tcg-secondary {
    border: 1px solid #6a3ea8;
    color: #6a3ea8 !important;
}

.txtInput {
    background: #F3F2F2;
    border: 1px solid #707070;
    box-sizing: border-box;
    width: 100%;
}

.lbl {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #6A3EA8;
}

textarea {
    resize: none;
    width: 100%;
}

.autocomplete {
    list-style-type: none;
    height: 300px;
    position: absolute;
    overflow-y: auto;
    overflow-x: auto;
    background-color: #6a3ea8;
    color: white;
    z-index: 10;
    border-radius: 5px;
    width: 100%;
}

    .autocomplete > li {
        font-weight: bold;
    }

        .autocomplete > li:hover {
            color: #ffc107;
        }

        .autocomplete > li > * {
            font-weight: normal;
        }

        .autocomplete > li > small {
            padding-right: 10px;
        }

        .autocomplete > li > div {
            font-size: small;
            /*margin-left: 20px;*/
            height: 40px;
            overflow: hidden;
        }
/*#endregion*/


/* ------------------  content ---------------------------- */
/* #region content */
.text-primary-cg {
    color: #241C43
}

.text-secondary-cg {
    color: #E5C491;
}

.text-info-cg {
    color: #6a3ea8
}

.font-md {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.bg-primary-cg {
    background-color: #241C43;
}

.bg-secondary-cg {
    background-color: #E5C491;
}

.bg-info-cg {
    background-color: #6a3ea8
}

.tcg-txt-info {
    color: #6a3ea8
}

.tcg-txt-light {
    color: #9E8DB6
}

.font-xxl {
    font-size: 64px;
}
/*#endregion*/





/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

:root {
    --color-main: #6a3ea8;
    --color-main-dark: #300074;
    --color-main-bright: #6a00ff;
    --color-main-faded-15: rgba(106, 62, 168, 0.15);
    --color-main-faded-30: rgba(106, 62, 168, 0.3);
    --color-main-faded-45: rgba(106, 62, 168, 0.45);
    --color-main-faded-60: rgba(106, 62, 168, 0.60);
    --color-main-faded-70: rgba(106, 62, 168, 0.70);
    --color-main-faded-80: rgba(106, 62, 168, 0.80);
    --color-main-shadow: rgba(106, 62, 168, 0.08);
    --color-good: #1A9A36;
    --color-bad: #C30000;
    --color-bad-fadedbg: #F9E5E5;
    --color-secondary: #C5A0F9;
    --color-light: #E7DAFA;
    --color-light-alt: #F7F1FF;
    --color-alt: #ffffff;
    --color-alt-accent: #f3f2f2;
    --color-lightgrey: #c3c3c3;
    --color-darkgrey: #8d8d8d;
    --color-border: #d1d1d1;
    --color-font: #696969;
    --color-white: #ffffff;
    --color-black-faded: rgba(0, 0, 0, 0.2);
    --logo-width: 35rem;
    --input-width: 35rem;
    --tablet-width: 650px;
    --tablet-landscape-width: 950px;
    --desktop-width: 1200px;
    --border-radius: 8px;
    --box-shadow-button: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    --box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    --box-shadow-tight2: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    --box-shadow-tight: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    --text-shadow-hdr: 2px 4px 3px rgba(0,0,0,0.3);
    --transition: 0.3s all;
}

html {
    font-size: 62.5%;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: var(--color-main);
}

body {
    width: 100vw;
    background-color: #fcfcfc;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}


/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your deout.
   */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
    resize: vertical;
}

/* ==========================================================================
     Author's custom styles
     ========================================================================== */

/* ==========================================================================
     Helper classes
     ========================================================================== */

/*
   * Hide visually and from screen readers
   */

.hidden,
[hidden] {
    display: none !important;
}

/*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px; /* 1 */
}

    /*
   * Extends the .sr-only class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */

    .sr-only.focusable:active,
    .sr-only.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        white-space: inherit;
        width: auto;
    }

/*
   * Hide visually and from screen readers, but maintain layout
   */

.invisible {
    visibility: hidden;
}

/*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */

.clearfix::before,
.clearfix::after {
    content: ' ';
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important; /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]::after {
            content: ' (' attr(href) ')';
        }

    abbr[title]::after {
        content: ' (' attr(title) ')';
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^='#']::after,
    a[href^='javascript:']::after {
        content: '';
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
  
  login

========================================================================== */

.login,
.ballot {
    display: grid;
    grid-template-areas:
        "a a"
        "b b"
        "b b";
}

.container {
    padding: 0;
    margin: 0 auto;
    /*display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: calc(100vw - 10rem);*/
}

.login-header,
.ballot-header {
    grid-area: a;
    transition: .2s all;
    display: grid;
    grid-gap: 0.4rem;
    width: 100%;
}

.login-header {
    place-content: center;
    place-items: center;
    padding: 4rem 2rem;
    background-color: var(--color-main);
}

.logo-tagline {
    transition: var(--transition);
    margin: 0;
    font-weight: 200;
    display: block;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: var(--color-alt);
}
/*.login-header:hover .logo-tagline { letter-spacing: 0.1rem; transform: scale(1.1) skewX(2deg); user-select: none; cursor: pointer; }*/
.login-header img {
    width: clamp(10rem, 30rem, 90vw);
    margin: 0 0 0.4rem 0;
}

.logo-line-thick {
    height: 0.25rem;
}

.logo-line-thin {
    height: 0.1rem;
}

.logo-line-thick,
.logo-line-thin {
    display: inline-block;
    width: clamp(10rem, 30rem, 90vw);
    background-color: var(--color-alt);
}

.login-form,
.ballot-form {
    color: var(--color-main);
    grid-area: b;
    transition: .2s all;
    display: grid;
    place-content: center;
    place-items: center;
    align-content: start;
    width: 100%;
    background-color: #ffffff;
    padding: 3rem;
}

.login-form-title {
    font-size: 3rem;
    font-weight: 300;
    margin: 0 0 1rem 0;
}

.login-form-input,
.ballot-form-input {
    position: relative;
    margin: 0 0 1.5rem 0;
}

    /* .login-form-input label,*/
    .ballot-form-input label {
        display: block;
        position: relative;
        margin: 0 0 0.3rem 0;
        font-size: 1.3rem;
        font-weight: 300;
    }

    .login-form-input input,
    .ballot-form-input input,
    .ballot-form-input select {
        padding: 0.375rem 0.75rem;
        border: 1px solid var(--color-border);
        background: var(--color-alt-accent);
        width: clamp(20rem, var(--input-width), 75vw);
        font-size: 1rem;
        height: 3rem;
        border-radius: var(--border-radius);
    }

    .ballot-form-input textarea {
        padding: 0.375rem 0.75rem;
        border: 1px solid var(--color-border);
        background: var(--color-alt-accent);
        width: clamp(20rem, var(--input-width), 75vw);
        font-size: 1rem;
        border-radius: var(--border-radius);
    }

    /*styling text area for mobile comments when section slides down*/
    .ballot-form-input.vote-comment-mobile textarea {
        height: 6rem;
    }


    .login-form-input input:focus,
    .ballot-form-input input:focus,
    .ballot-form-input textarea:focus,
    .ballot-form-input select:focus {
        border-color: var(--color-main-faded-70);
        outline: none;
        outline-width: 0;
    }

    .ballot-form-input.vote input,
    .ballot-form-input.vote textarea,
    .ballot-form-input.vote select {
        width: 100%;
    }

.input-validation-error,
input.err,
textarea.err {
    border-color: var(--color-bad);
    background: var(--color-bad-fadedbg) !important;
}

input[type="checkbox"].input-validation-error {
    animation-name: err_Highlight;
    animation-duration: .5s;
    animation-iteration-count: 3;
}

@keyframes err_Highlight {
    from {
        opacity: 0.0
    }

    to {
        opacity: 1;
    }
}

.login-form-buttons {
    display: grid;
    padding: 1rem 0;
}

    .login-form-buttons button,
    .ballot-form-buttons button,
    .ballot-form-buttons input[type=button],
    .ballot-form-buttons input[type=submit] {
        display: block;
        width: clamp(20rem, var(--input-width), 75vw);
        font-size: 1.2rem;
        padding: 1rem;
        background-color: var(--color-main);
        color: var(--color-alt);
        cursor: pointer;
        transition: .2s all;
        border: 0;
        border-radius: var(--border-radius);
        text-transform: uppercase;
    }

        .ballot-form-buttons button.progression,
        .ballot-form-buttons input[type=button].progression {
            border: 1px solid var(--color-main);
            background-color: var(--color-light-alt);
            color: var(--color-main);
            font-weight: 400;
        }

            .ballot-form-buttons button.progression:hover,
            .ballot-form-buttons input[type=button].progression:hover {
                background-color: var(--color-main-faded-80);
                color: var(--color-white);
            }

        .login-form-buttons button:hover {
            background-color: var(--color-main-faded-70);
        }

        .login-form-buttons button:active {
            transform: scaleY(1.05) scaleX(1.1);
            letter-spacing: 0.05rem;
            box-shadow: 0;
        }

    .login-form-buttons a,
    .dash-goback {
        justify-self: center;
        color: var(--color-secondary);
        font-weight: 300;
        margin: 2rem 0 0 0;
        transition: var(--transition);
        opacity: 0.7;
        text-decoration: none;
    }
        /*styling for form anchor href links*/
        .login-form-buttons a:hover,
        .dash-goback:hover {
            text-decoration: 0;
            opacity: 1;
            color: var(--color-main-faded-80);
        }

/*ballot styling for nomination and votes, shared styling with login */

.ballot-header {
    position: relative;
    grid-gap: 0;
    padding: 2rem 1rem 3.5rem 2rem;
    background-color: var(--color-light-alt);
}

    .ballot-header h5 {
        color: var(--color-secondary);
        font-weight: 800;
        margin: 0 0 3rem 0;
        text-transform: uppercase;
    }

    .ballot-header h2 {
        color: var(--color-main-faded-30);
        font-weight: 300;
        font-size: 4rem;
        line-height: 1.1;
    }

    .ballot-header h3 {
        color: var(--color-main);
        font-weight: 100;
        font-size: 4rem;
        margin: 0 0 1rem 0;
        line-height: 1.1;
    }

    .ballot-header h4 {
        color: var(--color-main-dark);
        font-weight: 600;
        font-size: 3rem;
        margin: 0;
        line-height: 1.1;
    }

    .ballot-header p {
        color: var(--color-font);
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1.4;
        margin: 2rem 0;
    }

        .ballot-header p.directions {
            margin: 2rem 0;
        }

    /*    .ballot-header .dash-goback {
        position: absolute;
        left: 2rem;
        bottom: 2rem;
        margin: 0;
    }*/


    .ballot-header .dash-goback:hover {
        cursor: pointer;
    }

.ballot-form-input .char-count {
    position: absolute;
    right: 0.5rem;
    bottom: 0.05rem;
    color: var(--color-lightgrey);
}

.ballot-form-input.vote-comment-mobile .char-count {
    right: 1.5rem;
    bottom: 1rem;
}

.ballot-form-input.vote .char-count {
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
    color: var(--color-lightgrey);
}

.ballot-form-buttons label {
    text-align: center;
    display: block;
    margin: 0 0 1.75rem 0;
    color: var(--color-darkgrey);
}

.ballot-form-buttons.vote label {
    margin: 2rem 0;
}

input.ballot-checkbox {
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.3rem 0 0;
    border-radius: var(--border-radius);
}

input[type='checkbox'].ballot-checkbox:checked {
    accent-color: var(--color-main);
}
/* Styling for movie list and rank ballot*/

.ballot-form.vote {
    padding: 2rem 0;
}

/*styling for movie details panel*/
.ballot-form.movie-details {
    place-items: start;
    position: relative;
    display: table;
}

.ballot-form.movie-details {
    place-items: start;
    position: relative;
}

    .ballot-form.movie-details .details-title {
        font-size: 2.6rem;
        text-transform: uppercase;
        font-weight: 400;
        color: var(--color-main);
        margin: 0 0 1rem 0;
    }

    .ballot-form.movie-details .details-trailer {
    }

    .ballot-form.movie-details .details-hdr {
        margin: 2.5rem 0 0 0;
        color: var(--color-lightgrey);
        font-size: 1.2rem;
        text-transform: uppercase;
    }

    .ballot-form.movie-details .details-txt {
        margin: 0;
        color: #000;
        font-size: 1.1rem;
    }

p#lblReason {
    font-style: italic;
}

.close-details {
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    opacity: 0.3;
}

    .close-details:hover {
        cursor: pointer;
        opacity: 0.6;
    }

    .close-details img {
        height: 2.5rem;
    }

.voting-labels {
    display: none;
}

.plot {
    display: none;
}

.reason {
    position: relative;
}


.swap {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    display: grid;
    background: var(--color-light-alt);
    color: var(--color-main);
    font-size: 0.7rem;
    padding: 0.3rem;
    border-radius: var(--border-radius);
    transition: var(--transition);
    border: 1px solid var(--color-main-faded-15);
    opacity: 0.6;
    font-weight: 400;
}

    .swap:hover {
        cursor: pointer;
        border-color: var(--color-main-faded-70);
        opacity: 1;
    }

    .swap img {
        opacity: 0.8;
        height: 1.3rem;
        grid-column: 1;
    }

    .swap p.lbl-nomplot-swap {
        grid-column: 2;
        margin: 0;
    }

table.movie-list {
    display: block;
    width: 100%;
    margin: 0 0 2rem 0;
    vertical-align: middle;
}

    table.movie-list thead {
        text-align: center;
        text-transform: uppercase;
        color: var(--color-main-faded-60);
        border-bottom: 1px solid var(--color-light-alt);
    }

    table.movie-list tr {
        border-style: none;
    }

    table.movie-list thead th {
        font-size: 1rem;
        font-weight: 500;
        padding: 0.5rem;
    }

    table.movie-list thead th {
        position: relative;
    }

    table.movie-list td,
    table.movie-list tbody th {
        overflow: hidden;
        border-bottom-width: 0;
    }

    table.movie-list tbody:before {
        line-height: 0.5rem;
        content: "-";
        color: white;
        display: block;
    }

    table.movie-list.lineup tbody tr:nth-child(even) {
        background-color: var(--color-main-shadow);
    }

    table.movie-list tbody tr .movie-title {
        width: 30%;
        font-weight: 600;
        font-size: 0.9rem;
    }

        table.movie-list tbody tr .movie-title a {
            text-decoration: none;
            color: inherit;
        }

    table.movie-list tbody tr .trailer {
        min-width: 0.5rem;
    }

    table.movie-list tbody tr .reason,
    table.movie-list tbody tr .plot {
        font-size: 0.8rem;
        width: 70%;
    }

    table.movie-list.vote tbody tr.vote-comment-mobile {
        transition: all 0.4s ease-in-out;
        border: 0;
    }

    table.movie-list.vote tbody tr {
        cursor: pointer;
        border-bottom: 1px solid var(--color-light-alt);
    }

    table.movie-list.vote td,
    table.movie-list.vote tbody th {
        padding: 0.5rem;
    }

    table.movie-list.vote .vote-points {
        width: 5%;
    }

    table.movie-list.vote .vote-movie {
        width: 50%;
    }

    table.movie-list.vote .vote-citizens {
        width: 30%;
    }

    table.movie-list.vote .vote-comment {
        width: 5%;
    }

        table.movie-list.vote .vote-comment.open,
        table.movie-list.vote .vote-comment-mobile.open {
            transition: all 0.5s ease-in-out;
            background-color: var(--color-light-alt);
        }

    table.movie-list.vote .vote-comment-mobile.open {
        border-bottom: 1px solid var(--color-main-faded-30);
    }


    table.movie-list.vote .vote-comment button {
        justify-content: center;
        display: flex;
        margin: 0 auto;
        opacity: 0.4;
    }

.icon-trailer img {
    height: 1.6rem;
    display: block;
    opacity: 0.4;
    transition: var(--transition);
    margin: 0 auto;
}

.icon-info {
    height: 1.2rem;
    display: block;
    opacity: 0.4;
    transition: var(--transition);
    margin: 0 auto;
}

    .icon-trailer img:hover,
    .icon-info:hover {
        opacity: 1;
    }

.ellipsis {
    width: 2rem;
    border: 1px solid var(--color-lightgrey);
    display: inline-block;
    border-radius: var(--border-radius);
    color: var(--color-darkgrey);
    background-color: #f3f3f3;
    opacity: 0.6;
    transition: var(--transition);
}

    .ellipsis:hover {
        opacity: 1;
    }

/* ==========================================================================
  
  shared

========================================================================== */
.header {
    background-color: var(--color-main);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    place-content: center;
}

    .header * {
        transition: 0.25s all;
    }

.header--empty {
    width: 33%;
}

.header img {
    fill: #fff;
    padding: 1rem;
    max-width: 10rem;
    width: 100%;
}

.header button {
    text-transform: uppercase;
    background-color: var(--color-alt);
    color: var(--color-main);
    min-height: 3rem;
    min-width: 12rem;
    justify-self: end;
    margin-right: 3rem;
}

.color-good {
    color: var(--color-good);
}

.color-bad {
    color: var(--color-bad);
}


/*standard styling for buttons*/
button,
input[type=button],
input[type=submit],
a.button {
    border-radius: var(--border-radius);
    font-weight: 200;
    font-size: 1rem;
    background-color: var(--color-main);
    color: var(--color-alt);
    cursor: pointer;
    transition: .2s all;
    border: 0;
    box-shadow: var(--box-shadow-button);
    letter-spacing: .08rem;
}

    button:hover,
    input[type=button]:hover,
    input[type=submit]:hover,
    a.button:hover {
        background-color: var(--color-main-faded-80);
    }

    button:active,
    input[type=button]:active,
    input[type=submit]:active,
    a.button:active {
        background-color: var(--color-main);
        box-shadow: none;
    }

.pipe-right {
    position: relative;
}

    .pipe-right::after {
        content: '';
        position: absolute;
        top: 0;
        right: -1rem;
        height: 100%;
        width: 1px;
        background-color: var(--color-main-faded-45);
    }

/* ==========================================================================
  
  dashboard

========================================================================== */
.dashboard {
    padding: 1rem;
    background-color: var(--color-alt-accent);
}


.dashboard {
    display: grid;
    width: inherit;
    grid-template-areas:
        "hdr"
        "act"
        "old"
        "dsh"
        "sde";
    /*adding space to bottom of site REMOVE ME before finishing EXTRA MARGIN*/
    margin: 0 0 30rem 0;
}


.dashboard-header {
    grid-area: hdr;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    place-items: center;
    place-content: center;
    margin: 0;
    position: relative;
}

    .dashboard-header .iconBack {
        display: none;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 0.9rem;
        right: 1rem;
        height: 3rem;
    }

    .dashboard-header .dashboard-nav img {
        width: 2.5rem;
        height: 2.5rem;
        display: block;
        opacity: 0.4;
    }

    .dashboard-header .current-season {
        text-shadow: var(--text-shadow-hdr);
        text-transform: uppercase;
        background-color: var(--color-main);
        color: #ffffff;
        margin: 0;
        grid-column: span 2;
        height: 100%;
        width: 100%;
        padding: 1rem;
        display: block;
        position: relative;
    }

    .dashboard-header .current-week {
        display: none;
    }

    .dashboard-header .dashboard-nav {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0.5rem;
        place-content: center;
        place-items: center;
        padding: 1rem;
        height: 100%;
        width: 100%;
        background-color: var(--color-light-alt);
        position: relative;
    }

        .dashboard-header .dashboard-nav img.dashnavSelected {
            opacity: 1;
        }

/*dashboard week details - current week with navigation to actions*/
.active-week {
    grid-area: act;
    box-shadow: var(--box-shadow-tight);
}

    .active-week .week-list-item {
        border-top: 2px solid var(--color-main);
        border-right: 2px solid var(--color-main);
        border-left: 2px solid var(--color-main);
    }

        .active-week .week-list-item .week {
            color: var(--color-main);
        }

    .active-week .week-list-item-drawer {
        border-right: 2px solid var(--color-main);
        border-bottom: 2px solid var(--color-main);
        border-left: 2px solid var(--color-main);
        padding: 2rem 2rem 2.5rem 2rem;
    }

/*style for old week lists*/
.old-week-list {
    grid-area: old;
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    border-radius: var(--border-radius);
}

    .old-week-list li {
        display: block;
        list-style-type: none;
    }

    .old-week-list .week-list-item-drawer {
        display: none;
    }




.week-list-item {
    padding: 1rem 1rem 1rem 2rem;
    display: grid;
    background-color: white;
    place-content: center;
    place-items: center;
    grid-template-columns: 1.3fr 2fr 1fr 1fr;
    grid-gap: 0.9rem;
    border-right: 1px solid var(--color-main-faded-45);
    border-left: 1px solid var(--color-main-faded-45);
    border-bottom: 1px solid var(--color-main-faded-45);
    position: relative;
    z-index: 1;
}

    .week-list-item .week {
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1.5rem;
        text-transform: uppercase;
        justify-self: start;
        margin: 0;
    }

    .week-list-item .genre {
        justify-self: start;
        font-weight: 400;
        font-size: 1.4rem;
        margin: 0;
    }

    .week-list-item .stat {
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
        /*styling for vertical line separator
          -- puts divider line after every stat box except for the last one
          -- centering it vertically formula: bottom + height of separator = height of parent div
        */
        .week-list-item .stat:not(:last-of-type):after {
            display: block;
            content: "";
            width: 1px;
            height: 3rem;
            position: absolute;
            right: 19.5%;
            bottom: 1.5rem;
            background-color: var(--color-main-faded-15);
        }

        .week-list-item .stat h5 {
            margin: 0 auto;
            font-weight: 300;
            font-size: 1.6rem;
        }

        .week-list-item .stat label {
            margin: 0 auto;
            color: var(--color-darkgrey);
            font-weight: 500;
            font-size: 1rem;
        }


/* styling for week list drawer that slides down with details of the week*/
.week-list-item-drawer {
    padding: 2rem;
    text-align: center;
    display: grid;
    background-color: var(--color-light-alt);
    border-top: 2px solid var(--color-main-shadow);
    border-right: 1px solid var(--color-main-faded-15);
    border-left: 1px solid var(--color-main-faded-15);
    border-bottom: 2px solid var(--color-main-shadow);
}

    .week-list-item-drawer h6 {
        font-size: 1.6em;
        font-weight: 500;
        color: var(--color-main);
    }

    .week-list-item-drawer p {
        font-size: 1rem;
        margin: 0 0 2rem 0;
        font-style: italic;
    }

    .week-list-item-drawer span {
        color: var(--color-main);
        padding: 1rem 2rem;
        background: var(--color-main-shadow);
        border-radius: 5px;
        margin: 0 auto;
    }

    .week-list-item-drawer a.week-action {
        text-transform: uppercase;
        text-decoration: none;
        padding: 0.8rem 2rem;
        font-size: 1.2rem;
        margin: 0 auto;
        display: block;
    }


    /* styling for the old week results table */
    .week-list-item-drawer hr {
        border-top-color: var(--color-main-faded-45);
        border-style: dotted;
        margin: 3rem 0 2rem 0;
    }

    .week-list-item-drawer h5 {
        margin: 0 0 1rem 0;
        font-weight: 300;
        font-size: 1.7rem;
    }

    .week-list-item-drawer table {
        border-collapse: separate !important;
        border-spacing: 0;
        margin: 0 0 1rem 0;
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow-tight);
    }

        .week-list-item-drawer table thead tr:first-child td:first-child {
            border-radius: var(--border-radius) 0 0 0;
        }

        .week-list-item-drawer table thead tr:first-child td:last-child {
            border-radius: 0 var(--border-radius) 0 0;
        }

        .week-list-item-drawer table td:nth-of-type(1),
        .week-list-item-drawer table td:nth-of-type(3) {
            width: 10%;
        }

        .week-list-item-drawer table td:nth-of-type(2) {
            width: 60%;
        }

        .week-list-item-drawer table td:nth-of-type(4) {
            width: 20%;
        }

        .week-list-item-drawer table thead {
            color: var(--color-main);
            font-weight: 500;
            font-size: 0.9rem
        }

        .week-list-item-drawer table tbody {
            color: black;
        }

        .week-list-item-drawer table tr {
            text-align: center;
            line-height: 2.2rem;
        }

    .week-list-item-drawer h5.results {
        color: var(--color-main);
    }

    .week-list-item-drawer table.results {
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid var(--color-main-faded-30);
    }

        .week-list-item-drawer table.results tbody tr:nth-child(even) {
            background-color: var(--color-main-shadow);
        }

        .week-list-item-drawer table.results thead {
            background-color: var(--color-main-faded-80);
            color: #fff;
        }

.my-vote >

.week-list-item-drawer h5.my-vote {
    color: black;
}

.week-list-item-drawer table.my-vote {
    margin: 0 auto;
    background-color: #FBF8FD;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .week-list-item-drawer table.my-vote tbody tr:nth-child(even) {
        background-color: #EBE9ED;
    }

    .week-list-item-drawer table.my-vote thead {
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

/*styling for dashboard side bar*/
.dashboard-side {
    grid-area: sde;
    display: none;
}

    .dashboard-side h2 {
        font-weight: 200;
        font-size: 1.6rem;
        padding: 0.2rem 0 0 0;
        margin: 0;
    }

    .dashboard-side .side-box {
        padding: 1rem;
        display: grid;
        text-align: center;
        background-color: var(--color-white);
    }


/*styling for profile box*/
.profile {
    grid-template-columns: 0.5fr 2fr;
    grid-column-gap: 1rem;
    color: #1B1B1C;
    color: var(--color-main);
    align-items: center;
    position: relative;
    text-decoration: none;
}

    .profile:hover {
        background-color: var(--color-main);
        text-decoration: none;
        color: var(--color-white);
        transition: 0.3s;
    }

    .profile .profPic {
        margin: 0 0 0 0.5rem;
        display: block;
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center center;
        object-fit: cover;
        box-shadow: var(--box-shadow-tight);
    }

    .profile .citizenSummary {
        text-align: left;
        align-content: center;
    }

    .profile .iconEdit {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.4;
        display: block;
        position: absolute;
        top: 0rem;
        right: 0rem;
        width: 2rem;
        height: 2rem;
        color: red;
    }

        .profile .iconEdit:hover {
            cursor: pointer;
            fill: red;
        }

    .profile h3 {
        margin: 0;
        font-size: 1.4rem;
    }

/*styling for leaderboard*/
.leaderboard {
    color: #1B1B1C;
}

    .leaderboard hr {
        color: var(--color-black-faded);
        background-color: var(--color-black-faded);
    }

    .leaderboard table {
        border-collapse: collapse;
        margin: 0 0 1rem 0;
    }

        .leaderboard table td {
            border: none;
            min-width: 0;
        }

        .leaderboard table thead {
            color: var(--color-main);
            font-weight: 600;
            text-transform: uppercase;
        }

            .leaderboard table thead tr {
                line-height: 2rem;
                font-size: 0.8rem;
                color: var(--color-main);
            }

        .leaderboard table tbody tr {
            font-size: 1.4rem;
            line-height: 2.5rem;
            padding: 0 0 .5rem 0;
            border-top: 1px solid rgba(0, 0, 0, 0.07);
        }

            .leaderboard table tbody tr td:nth-child(1) {
                //width: 10%;
            }

            .leaderboard table tbody tr td:nth-child(2) {
                //width: 50%;
            }

            .leaderboard table tbody tr td:nth-child(3),
            .leaderboard table tbody tr td:nth-child(4) {
                font-weight: 400;
                //width: 15%;
            }

            .leaderboard table tbody tr td:last-child {
                font-weight: 600;
                //width: 10%;
            }

            .leaderboard table tbody tr.user {
                color: var(--color-main-faded-80);
                font-weight: 500;
                font-size: 1.7rem;
            }

    .leaderboard .firstPlace {
        background-color: rgba(255, 215, 0, 0.3);
    }

    .leaderboard .secondPlace {
        background-color: rgba(192, 192, 192, 0.3);
    }

    .leaderboard .thirdPlace {
        background-color: rgba(205, 127, 50, 0.3);
    }

/*styling for chatbox*/
.chat-box {
    text-align: center;
    background-color: #ffffff;
    color: #1B1B1C;
    font-size: 1.3rem;
}

    .chat-box hr {
        color: var(--color-main-faded-30);
        background-color: var(--color-main-faded-30);
    }

.message-box {
    text-align: start;
    max-height: 100vw;
    overflow-y: auto;
}

    .message-box p {
        background-color: rgba(184, 184, 184, 0.37);
        border-radius: var(--border-radius);
        padding: 0.5rem 1rem;
    }

    .message-box span {
        padding: 0 0 0 0.5rem;
        color: #9d9d9d;
    }

.message-sent {
    margin-bottom: 1rem;
}

    .message-sent p {
        margin-bottom: 0.1rem;
    }

    .message-sent.my-message p {
        background-color: var(--color-light);
        text-align: right;
    }

    .message-sent.my-message span {
        text-align: right;
        display: block;
        padding: 0 0.5rem 0 0;
    }

.message-box-input {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

    .message-box-input textarea {
        padding: 0.5rem;
        background-color: #F4F4F4;
        line-height: 2rem;
        border-width: 0px;
        border: 1px solid rgba(0, 0, 0, 0.07);
        border-radius: var(--border-radius);
    }

        .message-box-input textarea:focus {
            border-color: var(--color-main-faded-70);
            outline: none;
            outline-width: 0;
        }

    .message-box-input input[type=button] {
        width: clamp(10rem, 20rem, 40%);
        margin: 1rem 0 0 0;
        align-self: center;
        justify-self: end;
        padding: 1rem;
    }


/*styling for account management*/

.ballot-header.account {
    padding: 2rem 2rem 3.5rem 2rem;
}

.ballot-form.account {
    display: table;
}

    .ballot-form.account input {
        width: 100%;
    }

.ballot-form-buttons {
    margin: 3rem 0 0 0;
}

    .ballot-form-buttons button {
        margin: 0 auto;
    }

.pic-container {
    position: relative;
    margin: 0 0 3rem 0;
}

    .pic-container .edit-pic {
        position: absolute;
        top: 7rem;
        right: 10rem;
        border-radius: 50%;
        width: 4rem;
        height: 4rem;
        background-color: var(--color-main);
        border: 1px solid var(--color-main-bright);
        transition: var(--transition);
    }

    .pic-container h3 {
        margin: 1rem 0 0 0;
        text-align: center;
        font-size: 2rem;
        display: block;
        color: var(--color-main-dark);
        font-weight: 300;
    }

    .pic-container span {
        text-align: center;
        margin: 0.5rem 0 0 0;
        font-size: 1.4rem;
        display: block;
        color: var(--color-main-faded-70);
        font-weight: 400;
    }

    .pic-container .edit-pic svg {
    }

.account .profPic {
    margin: 0 auto;
    display: block;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: cover;
    box-shadow: var(--box-shadow-tight);
}

.ballot-form-input .change-pw {
    text-transform: uppercase;
    position: absolute;
    top: 0.5rem;
    right: 0;
    font-size: 0.8rem;
    font-weight: 600;
}

    .ballot-form-input .change-pw:hover {
        cursor: pointer;
        opacity: 0.7;
    }

.ballot-form-input.new.pw-input {
    display: none;
}

/* ==========================================================================
  
  nominate-movie

========================================================================== */


/* ==========================================================================
  
  submit-vote

========================================================================== */


/*Toast Styling*/
.toast-container {
    margin: 4rem 0 0 0;
    opacity: 1;
}

    .toast-container button {
        box-shadow: none;
    }

        .toast-container button:hover {
            background-color: inherit;
        }




/*#region media queries */
@media (min-width: 650px) {
}

@media (max-width: 768px) {
}

@media (min-width: 950px) {
    html {
        font-size: 90%;
    }

    body {
        background-color: #eeedfc;
    }

        body .dashboard {
            grid-template-areas:
                "hdr hdr sde"
                "act act sde"
                "old old sde"
                "dsh dsh sde";
            grid-template-columns: 1fr 1fr 1fr;
            margin: 4rem 0 0 0;
        }

        body .dashboard-side {
            display: block;
        }

        body .dashboard-header {
            //margin: 0 0 1rem 0;
            border-radius: var(--border-radius) var(--border-radius) 0 0;
            box-shadow: var(--box-shadow-tight);
        }

            body .dashboard-header .current-season {
                background: var(--color-main);
                color: #ffffff;
                margin: 0;
                width: 100%;
                padding: 1rem;
                height: 100%;
                text-align: center;
                align-items: center;
                display: grid;
                border-radius: var(--border-radius) 0 0 0;
                font-weight: 600;
                font-size: 3rem;
            }

            body .dashboard-header .current-week {
                align-items: center;
                display: grid;
                grid-column: span 2;
                background: var(--color-light-alt);
                width: 100%;
                height: inherit;
                border-radius: 0 var(--border-radius) 0 0;
                border-top: 2px solid var(--color-main);
                border-right: 2px solid var(--color-main);
            }

                body .dashboard-header .current-week h2 {
                    margin: 1rem auto;
                    color: var(--color-main);
                    font-size: 1.5rem;
                    font-weight: 300;
                }

            body .dashboard-header .dashboard-nav,
            .dashboard-header .iconBack {
                display: none;
            }

            body .dashboard-header .dashboard-nav {
                border-top: 2px solid var(--color-main);
                border-right: 2px solid var(--color-main);
            }

    /* progress bar css*/
    .progressbar {
        margin: 0 0 1rem 0;
        counter-reset: step;
        padding: 0;
        display: flex;
        justify-content: center;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 0.7rem;
    }

        .progressbar li {
            list-style: none;
            display: inline-block;
            width: 30.33%;
            position: relative;
            text-align: center;
            color: var(--color-lightgrey);
        }

            .progressbar li:before {
                content: counter(step);
                counter-increment: step;
                width: 2rem;
                height: 2rem;
                line-height: 1.8rem;
                border: 0.1rem solid var(--color-main-faded-30);
                display: block;
                text-align: center;
                margin: 0 auto .5rem auto;
                border-radius: 50%;
                background-color: white;
            }

            .progressbar li.done:before {
                content: "\2714";
                color: #ffffff;
                font-size: 1rem;
            }

            .progressbar li:after {
                width: 69%;
                height: 0.2rem;
                content: '';
                position: absolute;
                background-color: transparent;
                top: 22%;
                left: -35%;
                z-index: 10;
            }

            .progressbar li:first-child:after {
                content: none;
            }

            .progressbar li.active {
                color: var(--color-main);
            }

                .progressbar li.active:before {
                    border-color: var(--color-main);
                    background-color: var(--color-main);
                    color: var(--color-white);
                }

                /*statusbar color going to next circle after active*/
                .progressbar li.active + li.inactive:after {
                    background-color: var(--color-lightgrey);
                }

            .progressbar li.done {
                color: var(--color-main-faded-45);
            }

                .progressbar li.done:before {
                    border-color: var(--color-main-faded-45);
                    background-color: var(--color-main-faded-45);
                }

                /*statusbar color going to next circle after done*/
                .progressbar li.done + li:after {
                    background-color: var(--color-lightgrey);
                }

                .progressbar li.done + li.active:after {
                    background-color: var(--color-main-faded-70);
                }

                .progressbar li.done + li.done:after {
                    background-color: var(--color-main-faded-30);
                }

            .progressbar li.inactive:before {
                border-color: var(--color-lightgrey);
                background-color: var(--color-lightgrey);
                color: var(--color-darkgrey);
            }

            .progressbar li.inactive + li:after {
                background-color: var(--color-lightgrey);
            }

    /*=================end progress bar css ======================*/



    body .week-list-item .stat label {
        font-size: 0.8rem;
    }

    /*styling for desktop for old week lists*/
    .old-week-list {
        box-shadow: var(--box-shadow-tight);
    }

        .old-week-list li .week-list-item:hover {
            transition: var(--transition);
            cursor: pointer;
            opacity: 0.4;
        }

        .old-week-list li .week-list-item:active {
            color: var(--color-main);
            opacity: 1;
            background-color: rgba(251,249,255,1);
        }

        /*styling to add border radius to last week item and respective drawer if opened*/
        .old-week-list li:last-of-type,
        .old-week-list li:last-of-type .week-list-item,
        .old-week-list li:last-of-type.open .week-list-item-drawer {
            border-radius: 0 0 var(--border-radius) var(--border-radius);
        }
            /*styling to remove border radius on last week item when the drawer is opened
            -- applied "open" class to parent li
        */
            .old-week-list li:last-of-type.open,
            .old-week-list li:last-of-type.open .week-list-item {
                border-radius: 0;
            }

                .old-week-list li:last-of-type.open .week-list-item-drawer {
                    border-radius: 0 0 var(--border-radius) var(--border-radius);
                }


    /*styling for sidebox when in desktop*/

    .dashboard-side .side-box {
        border: 1px solid #ddd;
        width: 95%;
        border-radius: var(--border-radius);
        margin: 0 0 1rem 1rem;
        box-shadow: var(--box-shadow-tight);
    }

        .dashboard-side .side-box.chat-box {
            font-size: 0.9rem;
        }

            .dashboard-side .side-box.chat-box .message-box {
                max-height: 20rem;
            }

        .dashboard-side .side-box.leaderboard table tbody tr {
            font-size: 1rem;
        }

            .dashboard-side .side-box.leaderboard table tbody tr.user {
                font-size: 1.3rem;
            }

    .login,
    .ballot {
        //position: absolute;
        //transform: translate(-50%, -50%);
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow);
    }

    .login {
        grid-template-areas:
            "a a a b b"
            "a a a b b"
            "a a a b b";
        width: 75%;
        top: 50%;
        left: 50%;
        margin: 10rem auto;
    }

    .ballot {
        grid-template-areas:
            "a b"
            "a b"
            "a b";
        z-index: 1;
        margin: 4rem auto;
        grid-template-columns: 2fr 3fr;
    }

        .ballot.vote {
            grid-template-columns: 1.5fr 3fr;
        }

    .login-header,
    .ballot-header {
        border-radius: var(--border-radius) 0 0 var(--border-radius);
    }

    body .ballot-header {
        display: block;
    }

        body .ballot-header.vote {
        }

    body .ballot-form.vote {
        padding: 2rem;
        place-items: end;
        display: table;
    }

    body .ballot-form.nominate {
        place-items: end;
    }

        body .ballot-form.nominate textarea {
            height: 6rem;
        }

    body .ballot-form-input input,
    body .ballot-form-input textarea {
        resize: none;
        width: clamp(20rem, 44rem, 55rem);
    }

    body .ballot-form-input .vote-comment textarea {
        width: auto;
    }

    .ballot-form-input textarea {
        resize: none;
        vertical-align: top;
        max-height: 6rem;
    }

    .login-form,
    .ballot-form {
        align-content: center;
        border-radius: 0 var(--border-radius) var(--border-radius) 0;
    }


    .ballot-form-buttons {
        float: right;
        display: flex;
        grid-gap: 5.45rem;
        vertical-align: middle;
    }

    body .ballot-form-buttons label {
        grid-column: 1;
        margin: 1.25rem 0 0 0;
        vertical-align: middle;
        text-align: left;
    }

    body .ballot-form-buttons.vote label {
        width: 10.5rem;
        margin: 1.25rem 0 0 0;
        vertical-align: middle;
        text-align: center;
    }

    body .ballot-form-buttons button,
    body .ballot-form-buttons input[type=button] {
        grid-column: 2;
        width: 15rem;
    }

        body .ballot-form-buttons button.progression,
        body .ballot-form-buttons input[type=button].progression {
            grid-column: auto;
        }


    table.movie-list {
        margin: 0 0 4rem 0;
    }

        table.movie-list.vote {
            width: 100%;
        }

            table.movie-list.vote .vote-points {
                width: 5%;
            }

            table.movie-list.vote .vote-movie {
                font-weight: 600;
                width: 25%;
                font-size: 0.9rem;
            }

            table.movie-list.vote .vote-citizens {
                width: 20%;
            }

            table.movie-list.vote .vote-comment {
                width: 50%;
            }

    /* table.movie-list.vote tbody tr.vote-comment-mobile { display: none; }*/

    .ballot.account {
        width: 75%;
    }


    .ballot-form-buttons {
        margin: 1rem 0 0 0;
    }

    .pic-container .edit-pic {
        top: 8rem;
        right: 6rem;
        width: 3rem;
        height: 3rem;
    }

    :root {
        --input-width: 15rem;
    }
}

@media (min-width: 1200px) {
    .login {
        width: 75%;
    }
}









/*#endregion */


.me-lg {
    margin-right: 5rem !important;
}


.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: var(--color-main);
}

/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px var(--color-main);
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    transform: translateX(36px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }



.slider-label {
    top: 5px;
    left: 10px;
    color: var(--bs-yellow);
    display: block;
    position: absolute;
}


/*#region login/register*/
#Input_Email, #Input_Password, #Input_ConfirmPassword {
    font-size: 16pt;
}

.showPassword {
    position: absolute;
    top: 5px;
    right: 3px;
}

@media (min-width: 1024px) {
    .showPassword {
        top: 10px;
    }
}
/*#endregion*/
