@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@1..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

body {
    margin: 15px;
    margin-top: 0px;
    padding: 0px;
    background-color: #f3f4f9;
    font-family: "Roboto";
    color: #203cb3;
}

.cobalt-water-banner {
    background: rgb(2, 21, 70);
    color: white;
    padding: 15px;
}

.DateInput_input,
.DateInput_input_1 {
    font-family: "Roboto";
    font-size: 18px;
}

.DateInput,
.DateInput_1 {
    width: 120px;
}

.CalendarMonth,
.CalendarMonth_1 {
    background-color: #f3f4f9;
}

.center-screen {
    margin-top: 350px;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.div-logo {
    float: left;
}

.div-logout {
    position: absolute;
    right: 0px;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 6px;
}

.logo {
    height: 60px;
    margin-left: -5px;
    margin-bottom: 2px;
}

.h2-title,
.h2-title-mobile {
    font-family: "Roboto";
    display: inline-block;
    letter-spacing: 3.8px;
    font-weight: 800;
    font-size: 40px;
    margin-top: 6px;
    margin-left: 13px;
}

.h2-title-mobile {
    display: none;
}

h5 {
    font-family: "Roboto";
    font-weight: 600;
    font-size: 18px;
}

h5 {
    padding-left: 42px;
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.bg-white {
    background-color: white;
    padding: 24px 32px;
    height: 500px;
}

.app-body {
    margin-left: 4%;
}

.card {
    margin-top: 10px;
}

.card-left {
    padding: 48px 24px 48px 24px;
    margin-left: 0px;
}

.padding-top-bot {
    margin-bottom: 50px;
    font-family: "Roboto";
    font-size: 16px;
}

.custom-control {
    z-index: 0;
}

h6 {
    font-family: "Roboto";
    font-weight: 600;
    font-size: 18px;
    margin-top: 45px;
    margin-left: 30px;
}

.padding-box {
    margin-top: 10px;
    font-family: "Roboto";
    margin-left: 30px;
}

.padding-login {
    margin-top: 10px;
}

.upload {
    width: 100%;
    line-height: 60px;
    border-width: 1px;
    border-style: dashed;
    border-radius: 5px;
    text-align: center;
}

.upload p,
.upload a {
    display: inline;
}

.card p,
.card a {
    cursor: pointer;
}

.Select-control {
    border: 1px solid #203cb3;
}

@media only screen and (max-width: 320px) {
    .Select-menu-outer,
    .Select-value {
        font-size: 10.5px;
    }
    .upload {
        padding: 5px;
    }
}

/* mobile */
@media only screen and (max-width: 768px) {
    .upload {
        line-height: 60px;
        border-width: 1px;
        border-style: dashed;
        border-radius: 5px;
        text-align: center;
        font-size: small;
    }

    .columns {
        width: 100%;
    }

    .card,
    .card-left {
        padding: 24px;
        margin: 0px;
    }

    .bg-white {
        height: auto;
    }

    .study-browser-banner {
        padding-left: 24px;
    }

    .logo {
        height: 28px;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .div-logo {
        float: left;
        display: block;
        width: 100%;
    }

    .h2-title {
        display: none;
    }

    .h2-title-mobile {
        display: block;
        float: left;
    }

    .app-body {
        margin-left: 0px;
    }

    .four.columns,
    .eight.columns {
        width: 100%;
    }

    .columns {
        text-align: center;
    }

    .user-control {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

#my-graph {
    visibility: visible !important;
}

.compact-card {
    position: absolute;
    bottom: 15vh;
    right: 10px;
    z-index: 1000;
    width: 180px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    padding: 0;
    line-height: 1.1em;
    border: 1px solid #b4b2b2;
    background-color: #fff;
}

.section-header {
    font-size: 10px;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    color: #f2f2f2;
    background-color: #021546;
    font-family: "Hepta Slab";
    font-weight: 400;
}

.section-body {
    display: grid;
    grid-template-columns: max-content auto;
    row-gap: 0.2rem;
    column-gap: 0.3rem;
    padding: 0.6rem 0.6rem;
}

.stat-label {
    font-size: 12px;
    color: #3f3f3f;
}

.stat-value {
    font-size: 12px;
    color: #000;
    text-align: right;
}
