#root {
    height: 100vh;
}

#grid-bttn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    padding: 5px;
    font-size: smaller;
    border: none;
    border-radius: 5px;
    background: #31b0f073;
    color: black;
}

#grid-bttn:hover {
    background: #0f89c6;
    color: white;
}

.app {
    display: flex;
    flex-direction: column;
    height: 100vh;
    font: 'Figtree', sans-serif;
    overflow: hidden;
    /* Ensure the app takes the full height of the viewport */
}

.small-logo {
    max-width: 735px;
}

.main-content {
    height: 100%;
    display: flex;
    overflow: hidden;
    /* background-color: #ebf2ebc3; */
    background-color: #e2e2e2;
}

.content {
    overflow-y: scroll;
    overflow-x: hidden;
    flex-grow: 1;
    width: 100%;
    border-radius: 10px;
    background-color: white;
    margin: 0 .25%
}

.content-login {
    overflow-y: scroll;
    overflow-x: hidden;
    flex-grow: 1;
    width: 100%;
    background-color: white;
}

body {
    font: 'Figtree', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.auth-btn {
    appearance: none;
    outline: 0;
    background-color: #313131;
    border: 0;
    padding: 10px 5px;
    color: whitesmoke;
    border-radius: 3px;
    width: 175px;
    height: auto;
    font-size: medium;
}

.container {
    position: relative;
    top: 35px;
    left: 35%
}

.pg-spin {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    /* Ensures that the container takes up the full height of the viewport */
    margin: 0;
}

.pg-hdr {
    padding: 10px 0 10px 10px;
    /* border: solid gray; */
    border-width: .5px;
    border-radius: 5px;
    margin: 0;
    align-items: center;
    position: sticky;
    width: 98%;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: white;
}

.sidebar {
    width: 250px;
    height: 100%;
    min-height: 100vh;
    /* background-color: #ebf2ebc3; */
    padding: 20px;
    font-size: smaller;
}

.sidebar-collapsed {
    width: 60px;
    height: 100%;
    min-height: 100vh;
    padding: 20px;
    font-size: smaller;
}

.sidebar-collapsed a:hover {
    background-color: lightgray;
    margin-right: 10px;
    width: 40px;
    border-radius: 10px;
    color: black;
}

.sidebar-collapsed a {
    width: 40px;
    display: block;
    font-size: larger;
    text-decoration: none;
    border-radius: 50%;
    color: #333;
    border: #333;
    border-width: 2px;
    border-radius: 5%;
}

.sidebar-name {
    margin-top: 5px;
    padding-bottom: 5px;
}

.sidebar-collapsed a.active {
    background-color: #1a6df233;
    margin-right: 10px;
    border-radius: 10px;
    color: black;
}

.mbl {
    position: fixed;
    z-index: 10000;
    background: #ebf2eb;
    opacity: 1;
}

.sidebar a:hover {
    background-color: lightgray;
    margin-right: 10px;
    width: 220px;
    border-radius: 10px;
    color: black;
}

.sidebar a {
    width: 220px;
    display: block;
    font-size: larger;
    text-decoration: none;
    border-radius: 50%;
    color: #333;
    border: #333;
    border-width: 2px;
    border-radius: 5%;
}

.sidebar-name {
    margin-top: 5px;
    padding-bottom: 5px;
}

.sidebar a.active {
    background-color: #1a6df233;
    margin-right: 10px;
    border-radius: 10px;
    color: black;
}

.header {
    /* background-color: #ebf2ebc3; */
    background-color: #e2e2e2;
    width: 100%;
    height: 80px;
    color: black;
    padding: 10px 20px;
    text-align: center;

}

.logo {
    width: 220px;
    position: relative;
    right: 20px;
    margin-top: 10px;
}



.acct-sidebar {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 60vh;
    text-decoration: none;
    padding-right: 0;
    font-size: medium;
    border-right: solid;
    position: relative;
    left: 15%;
    /* top: 15%; */
}

.acct-content {
    height: 100vh;
    display: flex;
}

.acct-sidebar a {
    text-decoration: none;
    padding-top: 5px;
    font-size: medium;
    color: black;
}

.acct-sidebar a:hover {
    background-color: lightgray;
    border-radius: 10px;
    color: black
}

.acct-sidebar a.active {
    background-color: #B6EDFF;
    border-radius: 10px;
    color: black;
}

.acct-sidebar :last-child {
    margin-top: auto;
}

.acct-sidebar-name {
    padding-bottom: 5px;
}

.act-sbr-lnks {
    width: 96%;
}

.wlcm {
    border: solid #1fb6ff;
    border-width: 0.75px;
    border-radius: 10px;
    background-color: white;

}

.rst-pss {
    justify-content: center;
}

.login-container {
    width: 90%;
    max-width: 992px;
    background: white;
    padding: 20px;
    border: solid gray;
    border-width: .5px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    border-radius: 5px;
}

.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.btn-txt {
    font-size: 17px;
    width: 90%;
    margin: 0 0 0 15px;
    color: #1fb6ff;
}


.submit {
    background: #1fb6ff;
    border: none;
    color: white;
    height: 42px;
    border-radius: 5px;
    margin: 0 0 0 10px;
}

.submit:hover {
    background: #14a9f3;
}

.submit:disabled {
    background-color: white;
    border: solid lightgray;
    color: lightgray;
    box-shadow: none;
}

.dis {
    background: white;
    border: solid lightgray;
    border-width: .5px;
    color: lightgray;
    height: 42px;
    border-radius: 5px;
    margin: 0 0 0 10px;
}

.blank-bttn {
    border: none;
    background: none;
}

#apply-bttn {
    background: lightblue;
    border-radius: 10px;
    border: none;
    padding: 5px;
    width: 150px;
}

#apply-bttn:hover {
    background: rgb(99, 200, 234);
}

@media (max-width: 1240px) {
    .login-container {
        max-width: 400px;
    }

    #colpse-sdbr {
        width: 12.333%;
    }

    .sidebar {
        width: 220px;
        height: 100%;
        min-height: 100vh;
        background-color: #e2e2e2;
        padding: 20px;
        font-size: smaller;
    }

    .sidebar a:hover {
        background-color: lightgray;
        margin-right: 10px;
        border-radius: 10px;
        color: black;
        width: 180px;
    }

    .sidebar a {
        width: 180px;
        display: block;
        font-size: larger;
        text-decoration: none;
        color: #333;
        border: #333;
        border-width: 2px;
        border-radius: 10px;
    }

    .sidebar-name {
        margin-top: 5px;
        padding-bottom: 5px;
        text-wrap: nowrap;
    }

    .in-st {
        height: 12vh;
    }

}