﻿/* 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. */

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;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .show767 {
        display: none;
    }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}



/* GPI DARK MODE */
* {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

:root {
    /* BACKGROUNDS */
    --black: #000;
    --black1: #36393f;
    --black1-o: rgba(205, 0, 27, .1);
    --black2: #2f3136;
    --black2-2: #292b2f;
    --black3: #222222;
    /* HEADERS */
    --white1: #fff;
    --white2: #b9bbbe;
    /* TEXT */
    --grey1: #dcddde;
    --grey1-o: rgba(205, 0, 27, .1);
    --grey2: #72767d;
    --greybutton: #6c757d;
    /*MD TEST COLOR OPTIONS LINKS, ETC.  */
    --color1: #BB86FC;
    --color2: #3700B3;
    --color3: #03DAC5;
    --text-error: #CF6679;
    /* BUTTONS */
    --cta1: #ff9900;
}

body {
    color: var(--grey1);
    background-color: var(--black);
    overflow: hidden;
}

main {
    padding: 12px;
    margin: 10px auto;
    height: calc(100vh - 130px);
    box-sizing: border-box;
    overflow-y: auto;
}



.gds-overlay-footer {
    background: rgba(0, 0, 0, 1);
    height: 32px;
    position: absolute;
    bottom: 0px;
    left: 2px;
    width: calc(100% - 4px);
    z-index: 999;
}


.btn.btn-fw {
    width: 100%;
}

a.btn.btn-light, .btn.btn-primary {
    transition: all .5s ease-in-out;
}

.btn.btn-light {
    background: var(--cta1);
    border: var(--cta1);
    color: var(--white1);
    font-weight: 600;
    text-align: center;
}

    .btn.btn-light:hover,
    .btn.btn-light.btn-mw:hover {
        background: var(--greybutton);
        color: var(--white1);
    }

.btn.animate__animated {
    animation-duration: 2s;
}
.flags .button:active {
    background-color: #a52a38;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
.br {
    border-right: 1px solid var(--grey1);
}

@media (max-width: 991px) {
    .br.bb {
        border-right: none;
        border-bottom: 1px solid var(--grey1);
        padding: 15px 0;
    }
}


.user-detail-padd {
    padding: 25px;
}

.inset-bg-box {
    background-color: var(--black2);
}

.sm-inset {
    background-color: var(--grey2);
    padding: 5px 15px;
}

h3.headline.key.grey2 {
    background-color: var(--grey2);
}

form.mh-form {
    min-height: 257px;
}

.row.createdGroup {
    padding: 15px 0;
    background: rgba(255,255,255,.2);
    margin: 15px 0;
}

a:hover, li a:hover, .password a {
    color: var(--color3);
    text-decoration: none;
}

.createdAd {
    background: var(--grey2);
    margin-bottom: 15px;
    padding: 30px 0 0;
}

    .createdAd select {
        margin-top: 10px !important;
    }


.headline.key2.oddAlt:nth-child(odd),
.oddAlt:nth-child(odd) {
    background: var(--black2);
}

.bb.user-padd.oddAlt {
    padding: 15px;
}

.cc3 {
    column-count: 3;
}

.cc2 {
    column-count: 2;
}

.display-7 {
    font-size: 1.25rem;
}

.display-c8 {
    font-size: 1.35rem;
}
/*
    MODAL BG
*/
.modal-content {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid grey;
}


/* GOOGLE CHARTS */
.chart {
    width: 100%;
    min-height: 450px;
}

@media (max-width: 767px) {
    .chart {
        width: 100%;
        min-height: 250px;
    }
}

#curve_chart text {
    fill: #fff !important;
}

.chart svg {
    background: #000;
    width: auto;
}

/* INTERIOR GPI FORMS */
.form-wrap {
    background-color: var(--black2);
    box-shadow: 5px 5px 15px 5px #555;
    padding: 30px;
    /*    width: 50%;*/
}

.fw100 {
    width: 97%;
}

.container-fluid form {
    text-align: left;
}

    .container-fluid form label {
        margin-bottom: 5px;
        vertical-align: middle;
    }

    .container-fluid form input, form button {
        color: var(--black);
        margin-bottom: 15px;
        text-align: left;
        width: 100%;
    }

form button {
    min-height: 40px;
}

.container-fluid form .buttons input, form .buttons button {
    color: var(--black);
    min-height: 40px;
    margin-bottom: 15px;
    text-align: left;
    width: 50%;
}

.container-fluid form input[type='file'] {
    color: var(--grey1);
}

.imageUpload::-webkit-file-upload-button {
    color: var(--black);
    height: 40px;
    margin-bottom: 15px;
    text-align: left;
    min-width: 33%;
}

textarea {
    width: 100%;
    height: 80px;
}

select, option, textarea {
    color: var(--black);
}

select, input {
    height: 40px;
    width: 100%;
}

.field-validation-error, .validation-summary-errors {
    display: block;
    background: rgba(0,0,0,1);
    padding: 10px;
    /* border-radius: 20px; */
    margin-bottom: 25px;
    border: solid 1px;
    font-size: 14px;
}

.text-danger {
    color: #FFEB3B !important;
}

.selfConfigure .field-validation-error li {
    padding: 0px 15px;
}

.validation-summary-errors li {
    padding: 15px 5px;
}

.text-danger * {
    color: inherit;
}

.validation-summary-errors li li {
    padding: 3px 10px;
}

/* HEADERS */
h1 {
    margin-top: 5px;
}

.body-content h1 {
    color: var(--bs-gray);
    font-size: 3rem;
    font-weight: bold;
    font-variant: small-caps;
}
/* NAV UNI */
a,
li a {
    color: var(--grey1);
    text-decoration: none;
}

ul {
    margin-bottom: 0;
    padding: 0;
}

li {
    list-style-type: none;
    text-decoration: none;
}


.ld li {
    padding: 10px 0;
}
/* LOGIN SCREEN */

.login-box section {
    max-width: 75%;
    margin: 0 auto;
}

.login-main {
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: var(--black);
}

.login-box > div {
    box-sizing: border-box;
    padding: 15px;
}

.login-box .navbar-brand img {
    max-width: 300px;
}

.login-box h1 {
    color: var(--grey1);
    font-size: 1.5rem;
    text-transform: capitalize;
}

.login-box .form-group {
    margin: 10px 0;
}

.login-box button {
    /* padding: 0.75rem 0.75rem;*/
    width: 100%;
}

.text-danger li {
    transition: .35s all ease-in-out;
}
/* SVG */
svg {
    height: auto;
    width: 50%;
}

    svg path {
        color: var(--grey1);
        height: auto;
        width: 100%;
    }

/* LOGOUT MOBILE */
@media (max-width: 767px) {
    #logoutForm li a {
        width: 100%;
        margin: 15px 0 15px;
    }

    #logoutForm a.highlighted {
        background-color: var(--white2);
        color: var(--black1);
        font-weight: bold;
    }

    #navbarNavDropdown > ul > li > a.btn.btn-secondary {
        width: 100% !important;
    }

    nav.side.small,
    nav.side.main {
        display: none;
    }

    body > div > div.col-xl-4.col-lg-5.col-md-7.mx-auto.text-center.login-box {
        z-index: 99999;
        position: relative;
        width: 90% !important;
    }
}



body > div > div .login-box {
    z-index: 99999;
    position: relative;
}

.login-box .form-control, .login-box .form-group button.btn.btn-secondary {
    padding: 2.25rem 0.75rem;
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .login-box .form-control,
    .login-box .form-group button.btn.btn-secondary {
        padding: 0.375rem 0.75rem !important;
        font-weight: 400;
    }

    .login-box section {
        max-width: 415px;
        margin: 0 auto;
    }
}

/* SCROLLBAR */
/* width */
.modal-body::-webkit-scrollbar,
nav.side.main section.navBlock::-webkit-scrollbar,
main::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.modal-body::-webkit-scrollbar-track,
nav.side.main section.navBlock::-webkit-scrollbar-track,
main::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.modal-body::-webkit-scrollbar-thumb,
nav.side.main section.navBlock::-webkit-scrollbar-thumb,
main::-webkit-scrollbar-thumb {
    background: var(--black3);
    border-radius: 10px;
}


/* NAVBAR TOP */
.navbar.navbar-dark {
    background-color: var(--black);
    border-bottom: 1px solid var(--black1);
}

.navbar-expand-md .navbar-nav {
    margin-left: auto;
}

.navbar-inverse {
    background-color: #222;
    border-bottom: 1px solid var(--black1);
    position: relative;
    height: auto;
}

.navbar-brand {
    height: auto;
}

    .navbar-brand > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 5px 0;
    }

.navbar-inverse li,
.navbar-inverse li .btn {
    padding-right: 15px;
}

/* NAVBAR SIDE */
nav.side {
    background: var(--black2-2);
    float: left;
    /* margin-right: 15px; */
    flex-direction: column;
    height: calc(100vh - 99px);
    min-height: 0;
    width: 240px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    overflow: hidden;
}

    nav.side.main section.navBlock {
        height: 100%;
        overflow: auto;
        padding: 0;
    }

    nav.side.main ul {
        padding: 0 0 15px 0;
    }

#accordionFlushMobile ul {
    padding: 15px;
}

#accordionFlushMobile li {
    padding: 10px 0;
}

#faqAccordion {
    border: solid 1px white;
}

    #faqAccordion .accordion-body {
        padding: 1rem 1.25rem;
        color: white
    }

    #faqAccordion li {
        margin: 1rem 1.256rem;
        list-style-type: circle;
    }

nav.side.main a {
    display: block;
    padding: 8px 15px;
}

    nav.side.main a.highlighted {
        background-color: var(--white2);
        color: var(--black1);
        font-weight: bold;
    }

nav.side li:hover {
    background-color: var(--black1);
}

    nav.side li:hover a {
        color: var(--grey2);
    }

.accordion {
    border-radius: 0;
}

    .accordion .accordion-body {
        background-color: var(--black2-2);
        color: var(--grey2);
        padding: 0;
    }

    .accordion-buttonX,
    .accordion button,
    .accordion button:focus {
        background-color: var(--black3) !important;
        color: var(--grey1);
        border-color: var(--black3) !important;
        box-shadow: none;
        border-radius: 0 !important;
    }

.accordion-button:not(.collapsed) {
    background-color: var(--black3) !important;
    color: var(--grey1);
    max-width font-weight: bold;
}

.accordion .accordion-button::after {
    background-color: var(--black1);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate( -180deg);
}

#flush-headingProfile button::after {
    display: none;
}

.accordion-item.no-click {
    pointer-events: none;
}

#flush-headingProfile .accordion-button:not(.collapsed) {
    background-color: var(--grey2) !important;
}
/* DIVIDER BAR */
.divider-wrapper {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.divider {
    position: relative;
    margin-top: 10px;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.5%;
    right: 1.5%;
    width: 97%;
    height: 2px;
    background-image: linear-gradient(90deg, rgba(48,49,51,0.75) 0%, rgba(48,49,51,1) 50%, rgba(48,49,51,0.75) 100%);
}

.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -6px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: #000;
    border-bottom: 2px solid rgb(48,49,51);
    border-right: 2px solid rgb(48,49,51);
}


nav.side.small {
    background: #000;
    width: 55px;
}

    nav.side.small li {
        padding: 15px 0;
    }




/* LISTs UNI */
.headline, h3.headline {
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid #fff;
    font-size: 1rem;
}

    .headline.key, h3.headline.key {
        background: #2a2a2a;
        font-weight: bold;
    }

    .headline.key2, h3.headline.key2 {
        background: var(--black1-o);
        border-bottom: none;
        font-weight: bold;
    }

    .headline a, h3.headline a {
        color: var(--color3);
        text-decoration: underline;
    }

    .headline.key2.imageadjust {
        padding: 0;
    }

    .headline.key.user-padd {
        padding: 14px 5px;
    }

    .headline.rb {
        border-bottom: none;
    }
/* TABLE STYLES, Adjustments */
pre {
    margin: 0 0 5px;
}

/* graph holder */
.container-fluid .img-fluid {
    width: 100%;
}

.btn.btn-success {
    background-color: var(--black1);
    border: 1px solid var(--black1);
}

/* USERS */


/* CHECKBOX */
form input[type='checkbox'] {
    height: 15px;
    width: 25px;
    animation: .5s ease;
}



/* CHECKBOX */
.center {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 20px);
}


/*user config*/
.selfConfigure li {
    padding: 15px 25px;
}


@media (max-width: 991px) {
    .center-text-991 {
        text-align: center;
    }
}


/* ANIMATED ARROW */
.dot-outer-wrapper {
    display: block;
}

.dot-wrapper {
    display: flex;
    justify-content: center;
}

.dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #fff;
    margin: .24rem .3rem;
}

    .dot.red {
        background-color: red;
        animation: fadeInDot linear 2s;
        -webkit-animation: fadeInDot linear 2s;
        -moz-animation: fadeInDot linear 2s;
        -o-animation: fadeInDot linear 2s;
        -ms-animation: fadeInDot linear 2s;
    }

        .dot.red.two {
            background-color: red;
            animation: fadeInDot linear 4s;
            -webkit-animation: fadeInDot linear 4s;
            -moz-animation: fadeInDot linear 4s;
            -o-animation: fadeInDot linear 4s;
            -ms-animation: fadeInDot linear 4s;
        }

        .dot.red.three {
            background-color: red;
            animation: fadeInDot linear 6s;
            -webkit-animation: fadeInDot linear 6s;
            -moz-animation: fadeInDot linear 6s;
            -o-animation: fadeInDot linear 6s;
            -ms-animation: fadeInDot linear 6s;
        }

        .dot.red.four {
            background-color: red;
            animation: fadeInDot linear 8s;
            -webkit-animation: fadeInDot linear 8s;
            -moz-animation: fadeInDot linear 8s;
            -o-animation: fadeInDot linear 8s;
            -ms-animation: fadeInDot linear 8s;
        }

@keyframes fadeInDot {
    0% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeInDot {
    0% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDot {
    0% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeInDot {
    0% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeInDot {
    0% {
        opacity: .2;
    }

    100% {
        opacity: 1;
    }
}



/* ANIMATION */
.barAnimation .line {
    position: relative;
}

.barAnimation .text {
    opacity: 0;
    transition: opacity 500ms 400ms;
}

.barAnimation .loaded .text {
    opacity: 1;
}

.barAnimation .line:before {
    content: '';
    width: 0%;
    height: 100%;
    background: #33353e;
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.barAnimation .line.loaded:before {
    animation: headerBarAnimation 500ms 0s linear forwards;
}

@keyframes sliderAnimation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes headerBarAnimation {
    0% {
        width: 0%;
        left: 0;
        background: #33353e;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
        background: #f04c4a;
    }
}

@keyframes headerTextAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* test code */
.container-ani {
    width: 100%;
    background: #232323;
    display: flex;
    /*
    justify-content: center;
    align-items: center;
        */
}

    .container-ani .box {
        width: 250px;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .container-ani .box .title {
            width: 100%;
            position: relative;
            display: flex;
            height: 50px;
        }

            .container-ani .box .title .block {
                width: 0%;
                height: inherit;
                background: #ffb510;
                background: red;
                position: absolute;
                animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
                display: flex;
            }

            .container-ani .box .title h1 {
                color: #fff;
                font-size: 32px;
                -webkit-animation: mainFadeIn 2s forwards;
                -o-animation: mainFadeIn 2s forwards;
                animation: mainFadeIn 2s forwards;
                animation-delay: 1.6s;
                opacity: 0;
                display: flex;
                align-items: baseline;
                position: relative;
            }

                .container-ani .box .title h1 span {
                    width: 0px;
                    height: 0px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    background: #ffb510;
                    background: red;
                    -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
                    animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
                    animation-delay: 2s;
                    margin-left: 5px;
                    margin-top: -10px;
                    position: absolute;
                    bottom: 13px;
                    right: -12px;
                }

        .container-ani .box .role {
            width: 100%;
            position: relative;
            display: flex;
            align-items: center;
            height: 30px;
            margin-top: -10px;
        }

            .container-ani .box .role .block {
                width: 0%;
                height: inherit;
                background: #e91e63;
                position: absolute;
                animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
                animation-delay: 2s;
                display: flex;
            }

            .container-ani .box .role p {
                animation: secFadeIn 2s forwards;
                animation-delay: 3.2s;
                opacity: 0;
                font-weight: 400;
                color: #ffffff;
                font-size: 12px;
                text-transform: uppercase;
                letter-spacing: 5px;
            }

@keyframes mainBlock {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes secBlock {
    0% {
        width: 0%;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes mainFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes popIn {
    0% {
        width: 0px;
        height: 0px;
        background: #e9d856;
        border: 0px solid #ddd;
        opacity: 0;
    }

    50% {
        width: 10px;
        height: 10px;
        background: #e9d856;
        opacity: 1;
        bottom: 45px;
    }

    65% {
        width: 7px;
        height: 7px;
        bottom: 0px;
        width: 15px;
    }

    80% {
        width: 10px;
        height: 10px;
        bottom: 20px;
    }

    100% {
        width: 7px;
        height: 7px;
        background: #e9d856;
        border: 0px solid #222;
        bottom: 13px;
    }
}

@keyframes secFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes top {
    0% {
        opacity: 0;
        bottom: -80px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes icon {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: scale(1.3) rotate(-2deg);
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}



.hrw {
    /*
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    */
    background-color: #fff;
    color: #fff;
    margin: 8px auto 10px;
    text-align: center;
    width: 20px;
}


@media (max-width: 799px) {
    .hide799 {
        display: none;
    }
}

@media (min-width: 800px) {
    .show800 {
        display: none;
    }
}

@media (max-width: 399px) {
    /* TOP NAV */
    .navbar-brand {
        width: 120px;
    }
}

@media (min-width: 375px) {
    .btn.btn-mw {
        min-width: 215px;
    }

    .btn.btn-mws {
        min-width: 175px;
        margin-bottom: 5px;
    }

    .btn.btn-mwp {
        min-width: 75%;
    }
}

@media (max-width: 374px) {


    /* ORANGE BUTTONS */
    .btn.btn-mw {
        min-width: 135px;
    }

    .btn.btn-mws {
        min-width: 135px;
        margin-bottom: 5px;
    }

    .btn.btn-mwp {
        min-width: 75%;
    }

    /* Main headlines */
    .body-content h1 {
        font-size: 2rem;
    }
}



/* LOADING  */
.gds-overlay {
    background: rgba(0, 0, 0, 1);
    height: calc(100vh);
    position: absolute;
    bottom: 0;
    left: 0;
    top: -100px;
    right: 0;
    width: 100%;
    z-index: 999;
}


    .gds-overlay main, .gds-overlay ul, .gds-overlay p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .gds-overlay main {
        height: 100vh;
        top: 50%;
    }

    .gds-overlay p {
        margin-top: 50px;
        width: 100%;
    }

    .gds-overlay.no-report p {
        margin-top: 60px;
    }

    .gds-overlay [role=progressbar] {
        position: relative;
        padding: 0;
        width: 100px;
        height: 25px;
        list-style: none;
    }

        .gds-overlay [role=progressbar] li {
            display: block;
            position: absolute;
            right: 0;
            width: 3px;
            height: 25px;
            border-radius: 1px;
            transform-origin: 50% 100%;
            background-color: #ef2525;
            -webkit-animation: bar linear 2.8s infinite;
            animation: bar linear 2.8s infinite;
            will-change: transform;
        }

            .gds-overlay [role=progressbar] li:nth-child(1) {
                transform: translateX(0) rotate(0deg);
                opacity: 0.2;
            }

            .gds-overlay [role=progressbar] li:nth-child(2) {
                transform: translateX(-15px) rotate(0deg);
                -webkit-animation-delay: -0.4s;
                animation-delay: -0.4s;
            }

            .gds-overlay [role=progressbar] li:nth-child(3) {
                transform: translateX(-30px) rotate(0deg);
                -webkit-animation-delay: -0.8s;
                animation-delay: -0.8s;
            }

            .gds-overlay [role=progressbar] li:nth-child(4) {
                transform: translateX(-45px) rotate(10deg);
                -webkit-animation-delay: -1.2s;
                animation-delay: -1.2s;
            }

            .gds-overlay [role=progressbar] li:nth-child(5) {
                transform: translateX(-60px) rotate(40deg);
                -webkit-animation-delay: -1.6s;
                animation-delay: -1.6s;
            }

            .gds-overlay [role=progressbar] li:nth-child(6) {
                transform: translateX(-75px) rotate(62deg);
                -webkit-animation-delay: -2s;
                animation-delay: -2s;
            }

            .gds-overlay [role=progressbar] li:nth-child(7) {
                transform: translateX(-90px) rotate(72deg);
                -webkit-animation-delay: -2.4s;
                animation-delay: -2.4s;
            }

@-webkit-keyframes bar {
    0% {
        transform: translateX(0) rotate(0deg);
        opacity: 0;
    }

    14.28% {
        transform: translateX(-15px) rotate(0deg);
        opacity: 1;
    }

    28.56% {
        transform: translateX(-30px) rotate(0deg);
        opacity: 1;
    }

    37.12% {
        transform: translateX(-39px) rotate(0deg);
        opacity: 1;
    }

    42.84% {
        transform: translateX(-45px) rotate(10deg);
        opacity: 1;
    }

    57.12% {
        transform: translateX(-60px) rotate(40deg);
        opacity: 1;
    }

    71.4% {
        transform: translateX(-75px) rotate(62deg);
        opacity: 1;
    }

    85.68% {
        transform: translateX(-90px) rotate(72deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-105px) rotate(74deg);
        opacity: 0;
    }
}

@keyframes bar {
    0% {
        transform: translateX(0) rotate(0deg);
        opacity: 0;
    }

    14.28% {
        transform: translateX(-15px) rotate(0deg);
        opacity: 1;
    }

    28.56% {
        transform: translateX(-30px) rotate(0deg);
        opacity: 1;
    }

    37.12% {
        transform: translateX(-39px) rotate(0deg);
        opacity: 1;
    }

    42.84% {
        transform: translateX(-45px) rotate(10deg);
        opacity: 1;
    }

    57.12% {
        transform: translateX(-60px) rotate(40deg);
        opacity: 1;
    }

    71.4% {
        transform: translateX(-75px) rotate(62deg);
        opacity: 1;
    }

    85.68% {
        transform: translateX(-90px) rotate(72deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-105px) rotate(74deg);
        opacity: 0;
    }
}


.gds-overlay a {
    display: inline-block;
    color: #ef2525;
    text-decoration: none;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    transition: border-color ease-out 0.15s;
}

    .gds-overlay a:focus, a:hover {
        border-bottom-color: #ef2525;
    }

.gds-overlay p {
    margin-top: 40px;
    color: #ef2525;
    font-size: 18px;
    font-family: Avenir Next, Helvetica Neue, Helvetica, sans-serif;
}

.gds-overlay [role=progressbar] {
    margin: 0 auto;
}
