body {
    background-color: rgb(247, 247, 247);
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100vh;
    margin: 0;
    -webkit-user-select: none;
    user-select: none; /* Standard syntax */
}
* {
    -webkit-tap-highlight-color: transparent;
}
button:active {
    border-style: outset;
}
a:active {
    border-style: outset;
}

footer {
    background: rgba(255, 255, 255, 0.331);
    text-align: center;
    vertical-align: middle;
    align-items: center;
    padding: 10px;
    color: gray;
}
a{
    text-decoration: dotted;
}

body {
    display: flex;
    flex-direction: column;
}

article {
    flex: 1;
}

.top-container {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    align-items: center;
    border-radius: 10px;
    /* border-bottom: 5px solid rgb(42, 142, 165); */
    margin-top: 100px;
}
.user-container {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    vertical-align: middle;
    border-radius: 10px;
    /* border-bottom: 5px solid rgb(42, 142, 165); */
    margin-top: 40px;
    align-items: center;
    
}
.user-container>div {
    margin: 10px;
    vertical-align: middle;
}
.user-name{
    font-size: 12pt;
}
.user-email{
    font-size: 8pt;
}
.user-context-button{
    margin-left: auto !important;
    margin-right: 0;
    vertical-align: middle;
    height: 30px;
    background-color: #f7f7f7;
    text-align: center;
    align-items: center;
    line-height: 45px;
    border-radius: 50%;
    width: 30px;
    cursor:pointer;
}

.dropdown-pos{
    right: 10%;
}
.dropdown-content {
    display: none;
    /* visibility:  hidden !important; */
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.2);
    z-index: 1;
    
  }
  .dropdown-content a {
    float: none;
    color: black;
    padding: 0px 5px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  
.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .resp-container {
        margin-left: 5%;
        width: 90%;
    }

    .logo {
        width: 30px;
        height: 30px;
    }

    .school_name {
        width: 250px;
        font-size: 8px;
    }
    .dropdown-pos{
        right: 6%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .resp-container {
        margin-left: 15%;
        width: 70%;
    }

    .logo {
        width: 40px;
        height: 40px;
    }

    .school_name {
        /* width: 400px; */
        font-size: 10px;
    }
    .dropdown-pos{
        right: 10%;
    }
}

@media only screen and (min-width: 800px) {
    .resp-container {
        margin-left: 20%;
        width: 60%;
    }

    .logo {
        width: 40px;
        height: 40px;
    }

    .school_name {
        /* width: 400px; */
        font-size: 10px;
    }
    .dropdown-pos{
        right: 10%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1000px) {
    .resp-container {
        margin-left: 30%;
        width: 40%;
    }

    .school_name {
        /* width: 400px; */
        font-size: 10px;
    }
    .dropdown-pos{
        right: 30%;
    }
}


.top-container>div {
    margin: 10px;
    /* background-color: aquamarine; */
    text-align: center;
    align-items: center;
    vertical-align: middle;
}
.flex-container>div {
    margin: 10px;
    vertical-align: middle;
}
input{
    padding: 10px;
    border: 1px solid rgb(205, 205, 205) !important;
    border-radius: 5px;
}
.dash-grid{
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}
.dash-grid-item{
    width: 140px;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.513);
    margin: 5px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    border-radius: 10px;
}
.dash-grid-icon{
    font-size: 50pt !important;
    color: rgb(11, 142, 224);
}
.dash-grid-title{
    font-size: 14pt;
    color: rgb(79, 82, 106);
}
.dash-grid-subtitle{
    font-size: 12pt;
    color: rgb(249, 136, 6);
}

.um-top-grid{
    margin-top: 20px;
    align-items: center;
    /* justify-content: center; */
}
.um-div-box{
    background-color: rgb(253, 253, 253);
    padding: 5px 10px;
    margin-left:2px;
    text-align: center;
    width: 20px;
    border-bottom: 2px solid rgb(253, 253, 253)
}
.um-div-box:hover{
    border-bottom: 2px solid rgb(241, 175, 20);
    
}
.um-small{
    color: rgb(11, 142, 224);
}
.um-cla-box{
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.57);
    
    border-radius: 10px;
}
.um-avatar-text{
    width: 40px !important;
    height: 40px !important;
    background-color: #3081D2;text-align: center;line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
}
.um-avatar-text2{
    width: 40px !important;
    height: 40px !important;
    background-color: #3081D2;text-align: center;line-height: 50px;
    border-radius: 50%;
    color: #ffffff;
}
.um-avatar-text3{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px !important;
    height: 60px !important;
    text-align: center;
    flex-shrink:0;
    color: #343434;
}
.um-profile-but{
    display: block;
    background-color: #3081D2;
    color: #f7f7f7;
    padding: 5px;
    border-radius: 10px;
    width: 80px;
    text-align: center;
}
.um-profile-main-but{
    margin: 5px;
    font-size: 10pt;
    width: 130px;
    border-radius: 5px;
    display: flex;align-items: center;padding: 10px;background-color: rgba(255, 255, 255, 0.68);padding: 10px;
}
.post-button{
    display: block;
    padding: 5px;
    /* background-color: #2f9d2d; */
    border: 2px solid rgb(167, 167, 167);
    text-align: center;
    color: #6f6f6f;
    background-color: #ffffff85;
    border-radius: 10px;
    width: 80px;
}
/* form styles */
.form-caption{
    width: 200px;color: #707070;
}
.form-textarea{
    width: 98.5%;height: 200px;border: 1px solid rgb(182, 182, 182);resize: none;border-radius: 5px;
}