/* Theme Colors
rgb(213, 230, 246)
 */

 * {
    font-family: 'Lato', sans-serif;;
}

body {
    /* background-color: aliceblue; */
    
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 63%, rgba(196, 226, 255, 0.6156513630842962) 93%, rgba(187, 222, 255, 1) 100%);
    margin: auto;
    max-width: 98%;
    
    width: 95%;
}

body>div.header-container>a>h1 {
    color: rgb(22, 7, 137);
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}

    

.header-container{
    margin: auto;
    width: 375px;
    text-shadow: 0 0 5px rgb(255, 255, 255) !important;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgb(227, 227, 227), 0 0 25px rgba(225, 225, 225, 0.688), 0 0 5px rgba(1, 1, 108, 0.745) !important;
}

body > div.header-container > a:link {
    text-decoration: none;
    color: black;
}

body > div.header-container > a:visited {
    text-decoration: none;
    color: black;
}

body > div.header-container > a:hover {
    text-decoration: none;
}

body > div.header-container > a:active {
    text-decoration: none;
    color: black;
}

body > div.header-container > a {
    text-decoration: none;
    color: black;
}

#myImage {
    float: left;
    padding-right: 5px;
}


#footer {
    font-size: 1.8vh;
    padding: 5%;
    padding-top: 0px;
    text-align: center;
    margin: auto;
}

/* ------ Disclaimer Popup --------- */

.disclaimer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

@media screen and (min-width: 500px) {
    
    .disclaimer-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: aliceblue;
        padding: 2vw 2.5vw;
        width: 40vw;
        height: fit-content;
        font-size: 0.8rem !important;
        text-align: center;
        line-height: normal;
        border-radius: 0.5rem;
        font-size: 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: hidden;
    }

        #disclaimer-ok {
            border-radius: 30%;
            height: 1.5rem;
            text-align: center;
            font-size: 10px;
            margin-top: 15px !important;
            width: 8%;
            margin: auto;
            cursor: pointer;
            display: block;
            font-weight: bolder !important;
    
            position: relative;
        }

        #Delete-Compound {
            margin-right: 0.5vw;
        }

        #Buttons {
            margin-bottom: 10vh;
            
        }
}

@media screen and (max-width: 500px) {
    .disclaimer-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: aliceblue;
            padding: 2vw 2.5vw;
            width: 65%;
            height: fit-content;
            font-size: 0.6rem !important;
            text-align: center;
            line-height: 18px;
            border-radius: 0.5rem;
            font-size: 10px;
            -ms-overflow-style: none;
            scrollbar-width: none;
            overflow: hidden;
        }

        #disclaimer-ok {
            border-radius: 30%;
            height: 1.5rem;
            text-align: center;
            font-size: 8px;
            margin-top: 15px !important;
            margin-bottom: 10px !important;
            width: 10vw;
            margin: auto;
            cursor: pointer;
            display: block;
            background-color: #56bd86;
            color: white;

            position: relative;
        }

        #Delete-Compound {
            margin-right: 2vw;
        }

        .buttons {
            /* border: 4px ridge white !important; */
            box-shadow: 5px 3px 3px 1px rgba(111, 111, 111, 0.597);
        }

        #SubmitCycle {
            border: 2px ridge white;
            
        }
}

#disclaimer-content::-webkit-scrollbar {
    display: none;
}

#close-disclaimer {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    color: #ab2634;
    cursor: pointer;
    text-shadow: -1px 0 rgb(209, 200, 200), 0 1px rgb(209, 200, 200), 1px 0 rgb(209, 200, 200), 0 -1px rgb(209, 200, 200);
    text-align: center;
}

#close-disclaimer:hover {
    background-color: darkgray;
}

.show-disclaimer {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

div.disclaimer-content {
    border: 2px black solid;
    box-shadow: inset;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    z-index: 10;
    position: relative;  
}

#disclaimer-ok {
    
    background-color: rgb(236, 236, 236);
    color: black;
    transition: box-shadow 0.4s, background-color 0.5s;    
}

strong {
    text-align: center;
    margin: auto;
    width: 100%;
    padding-top: 50px;
}

#disclaimer-ok:hover {
    background-color: rgb(176, 222, 162);
    color: white;
    box-shadow: 1px 1px 6px 6px rgba(56, 191, 25, 0.558);
    transition: background-color 0.8s, color 0.4s, box-shadow 1s;
}


.wallet {
    font-size: 2vh;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: normal;
    margin: 5vh;
    margin: auto;
    z-index: -1;
    position: relative;
    border-radius: 15px;
}

#qr-code {
    box-shadow: 0px 0px 20px 5px white;
    margin-top: 1vh !important;
    height: 8vh;
    margin: auto;
    z-index: 0;
    position: relative;
}


body {
    margin: 3vh 3vw;
}

#table-container {
    width: 80%;
    
    padding: 3vh 3vw;
}

SeeMyCycle-font {
    font-size: 2rem !important;
}

.table-header {
    background-color: rgb(213, 230, 246);
}

.header {
    width: 80%;
    margin: auto;
    padding: 3vh 3vw;
    line-height: 1.2 !important;
}

.references {
    width: 80%;
    margin: auto;
    padding: 3vh 3vw;
    line-height: 1.2 !important;
}

.references > a:link {
    color:black !important;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: black;
}



a:active {
    text-decoration: none;
    color: black;
}

@media screen and (min-width: 500px) {
    #table-container {
        margin: auto;
    }

    body {
        margin: 2vh 2vw;
    }
}