*
{
    font-family: 'Lato';
}


[v-cloak] {
    display: none;
}

/* Login */

#login-container {
    background-color: #F1F3F8;
}

.login-card {
    width: 350px;
    box-shadow: 2px 2px 10px rgba(168, 168, 168, 0.174);
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-card-logo {
    width: 200px;
}

.login-card-title {
    font-size: 26px;
    font-family: "Lato";
    font-weight: 500;
    color: black;
}

.login-card-subtitle {
    font-size: 16px;
    font-family: "Lato";
    font-weight: 300;
    color: black;
}

/*  */

/* Abstract Dashboard */

.header
{
    /* padding: 10px 0; */
    background-color: #0e1548;
    img
    {
        width: 150px;
    }

    h1
    {
        font-size: 28px;
        /* text-align: left; */
        font-family: "Lexend";
        color: white;
        margin: 0;
        line-height: 1;
    }

}


.sub-header
{

    background-color: #f9f9f9;
    padding: 10px 0;
    /* width: 100vw; */
    /* margin: 0; */
    height: fit-content;

     h1
    {
        font-size: 22px;
        /* text-align: left; */
        font-family: "Lexend";
        color: #0e1548;
        margin: 0;
    }

    .custom-button
    {
        img
        {
            width: 19px;
        }
        h1
        {   margin: 0;
            padding: 0;

            font-size: 16px !important;
        }
    }
}


#view
{
    /* margin-top: 10px; */
    /* background-color: #0e1548; */
    height: 75vh;
    overflow-y: scroll;
    scrollbar-width: none;
    /* width: 100vw; */
    /* width: 100vw;
    margin: 0; */
    /* background-color: red; */
    /* position: relative; */


}

#empty
{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    align-items: center;
    /* margin: 0;
    padding: 0; */

    img
    {
        width: 200px;
    }

    h1
    {
        font-size: 18px;
        color: #727272;
        line-height: 1.4;
    }
}

#overlay
{
    background-color: rgba(0, 0, 0, 0.459);
    z-index: 100;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    
    #overlay-card
    {
        position: relative;
        background-color: white;
        width: 70vw;
        height: 80vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
    }
    
    .card-header
    {
        position: absolute;
        top: 10px;
        margin: 0;
        width: 100%;
        h1
        {
            font-size: 26px;
        }
        
        img
        {
            width: 35px;
            cursor: pointer;
        }
    }

    .card-body
    {
        position: absolute;
        top: 65px;
        /* left: 10px; */
        /* background-color: #0e1548; */
        width: 100%;
        height: 80%;
        margin: 0;

        /* border-bottom: 1px solid black; */
    }

    #page-1
    {
        position: relative;
        border: 1px solid black;
        width: 100%;
        height: 100%;
    }

    #page-2
    {
        scrollbar-width: none;
        height: 60vh;
        border-bottom: 1px solid rgb(200, 200, 200);
        border-top: 1px solid rgb(200, 200, 200);
    }

    .card-footer
    {
        position: absolute;
        bottom: -60px;
        right: 0px;
        /* background-color: #0e1548; */
        width: 100%;
        margin: 0;

    }

    
}

#loading{
    width: 100vw;
    height: 100vh;
    margin: 0;
    z-index: 100 !important;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FDFDFD;
    z-index: 200 !important;

    img {
        width: 180px;

    }
}

.circle-container
{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    position: relative;

    h1
    {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #0e1548;
        font-size: 22px;
    }
}

.full-name
{
    position: relative;
    align-content: center;

    h1
    {
        font-weight: 400;
    }
}

.full-name h1
{
    font-size: 20px;
}

td
    {
        align-content: center !important;
    }

    #coming-soon
    {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        text-align: center;
    }


#bottom-nav
{
    /* height: 200px; */
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding-top: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #f9f9f9;

    h1
    {
        font-size: 14px;
        font-family: "lexend";
        font-weight: 400;
    }
}

/*  */

/* Abstracts Admin */
.select-popup
{
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 500px;
    height: auto;
    /* height: 300px; */
    background-color: white;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}
/*  */

@media only screen and (max-width: 600px) {

    .login-card {
        width: 300px;
    }

    .header
    {
        padding: 10px 0;
        .logo
        {
            display: none;
        }

        h1
        {
            font-size: 12px;
        }

    }

    .sub-header
    {
        h1
        {
            font-size: 16px;
        }

        .custom-button
        {
            img
            {
                /* width: 20px; */
                display: none;
            }
            h1
            {   margin: 0;
                padding: 0;

                font-size: 14px !important;
            }
        }
    }

    body
    {
        overflow: hidden;
    }

    #overlay
    {
        overflow: hidden;
        
        #overlay-card
        {
            margin: 0;
            padding: 0;
            width: 85vw;
            height: 480px;
            overflow: hidden;
        }

         .card-body
        {
            
            height: 330px;
            /* border-bottom: 1px solid black; */
        }

        #page-1
        {
            position: relative;
            border: 1px solid black;
            width: 100%;
            height: 100%;
        }

        #page-2
        {
            scrollbar-width: none;
            height: 320px;
            border-bottom: 1px solid rgb(200, 200, 200);
            border-top: 1px solid rgb(200, 200, 200);
        }

        label
        {
            font-size: 14px;
            text-align: justify;
        }
    }


    .circle-container
    {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        position: relative;

        h1
        {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: #0e1548;
            font-size: 18px;
        }
    }

    .full-name
    {
        position: relative;
        align-content: center;

        h1
        {
            font-weight: 400;
            font-size: 16px !important;
        }
    }

    .full-name h1
    {
        font-size: 20px;
    }

    #empty
    {
        h1
        {
            /* text-align: justify; */
            font-size: 16px;
            width: 95vw;
        }
    }

    table
    {
        font-size: 14px;
        td, th
        {
            width: max-content;
        }
    }


     #coming-soon
    {
        visibility: visible;
        background-color: white;
        height: 100%;
        width: 100%;
        z-index: 100;

        h1
        {
    
            text-align: center;
            font-size: 18px;
            font-family: 'Lexend';
            font-weight: 400;
        }

    }

    .select-popup
    {
        width: 300px;
        height: auto;
    }
    
}
