body {
    font-family: math;
    /* background-color: darkslategray; */
}

.user-container {
    width: 100%;
    display: flex;
    position: fixed;
    height: -webkit-fill-available;
    /* background-color: darkslategray; */
    /* margin-bottom: 2rem; */
     /*margin-top: 7rem;  */
}

.thirty-percent {
    width: 25%;
    height: 100%;
    position: relative;
    overflow: scroll;
    /* background-color: darkslategrey; */
    box-shadow: 2px 2px 3px whitesmoke;

    /* top:6rem; */

}

.thirty-percent a {
    text-decoration: none;
    color: gray;
    font-weight: 500;
    font-size: 14px;
}

/* Webkit (Chrome, Safari, Opera) */
::-webkit-scrollbar {
    width: 0px;
    /* scrollbar ki width */
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    /* scrollbar thumb ka color */
}

/* Mozilla Firefox */
/* scrollbar thumb */
.scrollbar-thumb {
    background-color: #888;
}

/* scrollbar track */
.scrollbar-track {
    background-color: #ddd;
}

.seventy-percent {
    margin: 0 auto 1rem;
    width: 75%;
    height: 100%;
    position: relative;
    overflow: scroll;
    /* padding-top: 6rem; */
    /* top:6rem; */
}

.detailing {
    display: block;
}

.dropnumberformdiv {
    /* border: 1px solid; */
    width: 100%;
}

.dropnumberformdivinner {
    /* border: 1px solid; */
    width: 75%;
    box-shadow: 0px 0px 3px lightgray;
    margin: 2rem auto;
    border-radius: 3px;
}

.inhousecourseheadingdiv {
    text-align: center;
    padding: 0;
}

.inhousecourseheading {
    text-align: center;
    /* border: 1px solid; */
    width: 95%;
    margin: auto;
    padding: 1.5rem;
    border-radius: 3px;
    box-shadow: 0px 0px 3px lightgrey;
    background-color: white;
}

.btndnform {
    margin: 1rem auto 2rem;
    border: none;
    padding: 1rem;
    background-color: #d9070a;
    width: 90%;
    border-radius: 3px;
    color: white;
    font-weight: 700;
}

.inputDropNumberForm {
    display: block;
    width: 90%;
    padding: 1rem;
    margin: 1rem auto;
    border: none;
    box-shadow: 0px 0px 3px lightgrey;
    border-radius: 3px;
}

.grid_columns {
    padding: 20px;
    height: 7rem;
    display: flex;
    margin: 1rem;
    border-radius: 1.5rem;
    background-color: lightgoldenrodyellow;
    box-shadow: 0px 0px 6px rgb(99, 77, 77), inset 0px 0px 10px burlywood;
}

.grid_columns:hover {
    background-color: burlywood;
    color: white;
}

.columnGridHyperLinkPara {
    margin: 2.5rem auto;
    font-size: 18px;
    margin: auto;
    font-weight: 800;
}

.columnGridHyperLinkPara a {
    text-decoration: none;
}

.userDashboardNavBar {
    border-bottom: 1px solid white;
    height: 6rem;
    width: 100%;
    background-color:#f7f7f7;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 100;
}

.userDashboardNavBarFirst {
    height: 6rem;
    width: 25%;
    display: flex;
}

.userDashboardNavBarFirst img {
    width: 65%;
    margin: auto;
    padding: 10px 1rem;
    /* border: 1px solid lightgrey; */
    background-color: white;
    /* border-radius: 50px 50px; */
}

.userDashboardNavBarSecond {
    height: 6rem;
    width: 50%;
    /* background-color:rebeccapurple; */
}

.userDashboardNavBarThird {
    height: 6rem;
    width: 25%;
    display: flex;
    /* background-color:red; */
}

.userDashboardNavBarThird button {
    /* border: 1px solid grey; */
    border:none;
    padding: 8px 1.5rem;
    margin: auto 10px;
    border-radius: 3px;
    background-color: #d9070a;
}

.userDashboardNavBarThird button:hover {
    background-color: #df3436;
   box-shadow: inset 0px 0px 10px #547e7e;
}

.userDashboardNavBarThird button a {
    text-decoration: none;
    color: white;
}

.userDashboardNavBarThird span {
    display: flex;
    width: 100%;
}

.userDashboardNavBarThird span i {
    display: none;
}


.image-division {
    width: 100%;
    /* background-color: white; */
    /* box-shadow: 0px 0px 10px whitesmoke; */
    height: 6rem;
    margin: 0rem auto;
    display: flex;
    border-radius: 3px;
}

.profile-section-division {
    width: 90%;
    /* height: 16.3rem; */
    margin: 0.3rem auto 1rem;
    border-radius: 3px;
    box-shadow: 0px 0px 5px lightgrey;

}

.profile-section-division p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: darkgray;
    margin: 14px;
    text-align: center;
    /* background-color: darkslategrey; */
}

.description-details {
    background-color: #f7f7f7;
    width: 90%;
    margin: 13px auto;
    /* height: 2.5rem; */
    padding: 16px;
    border-radius: 3px;
    /* box-shadow: 0px 0px 4px l; */
}

.description-details:hover {
    background-color: #547e7e;
    color: white;
}

.footerUserDashboaard {
    width: 100%;
    height: 7rem;
    padding: 10px;
}

.footerUserDashboaardInner {
    background-color: ghostwhite;
    width: 100%;
    height: 100%;
}

.autoMarginImages {
    margin: auto;
    border-radius: 100%;
    padding: 4px;
    /* background-color: aliceblue; */
    outline: 1px solid aliceblue;
}

.secondHeading {
    margin: auto;
    text-align-last: center;
    padding: 1.5rem;
}

.hyperLinkLogoutUser {
    text-decoration: none;
    text-align: center;
    font-size: 1.5rem;
    /* padding-top: 0.5rem; */
}

a {
    text-decoration: none;
}

.topPadding {
    /* padding: 8px; */
    background-color:#d9070a;
    color: white;
}

#thirtyPercent {
    display: block;
}

@media(max-width:768px) {
    .user-container {
        width: 100%;
        display: block;
        margin-bottom: 2rem;
        /* margin-top: 2rem; */
    }

    .detailing {
        display: block;
        /* grid-template-columns: auto auto auto; */
    }

    .thirty-percent {
        width: 100%;
        /* padding: 1rem 0; */
    }

    #thirtyPercent {
        display: none;
    }

    .description-details {
        align-content: space-evenly;
    }

    .seventy-percent {
        margin: 0 auto 1rem;
        width: 100%;
        height: 100%;
    }

    .grid_columns {
        height: 3rem;
    }

    .userDashboardNavBarSecond {
        height: 6rem;
        width: 45%;
    }

    .userDashboardNavBarFirst {
        height: 6rem;
        width: 30%;
        border-radius: 50px 50px;
    }

    .userDashboardNavBarFirst img {
        width: 90%;
        margin: auto;
        padding: 8px 16px;
        /* background-color:cadetblue; */
        /* border-radius: 20px; */
    }

    .userDashboardNavBarThird span i {
        margin: 1.3rem auto;
        margin-right: 12px;
        border: 2px solid grey;
        padding: 5px;
        font-size: 1.5rem;
        color: grey;
        display: block;
        border-radius: 3px;
    }

}