.topNavbar {
   background-color: rgb(200, 20, 56);
   color: whitesmoke;
   display: flex;
   justify-content: space-between;
   user-select: none;
   box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.34);

}
a{
    text-decoration: none;
    color: inherit;
}
body{
    height: device;
}
main{
    display: flex;
    height: device;
    flex-direction: row;
    /* margin-left:20%; */
}
course_details{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-left: 90px;
}

.divide{
    display: flex;
    width:20%;
}

course_year{
    font-size: 12px;
}
personal_info{
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: space-between;
    /* width:100%; */
    flex-direction: row-reverse;
    margin-left: 6px;
}
.solar--widget-3-line-duotone {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath d='M2.5 6.5a4 4 0 1 1 8 0a4 4 0 0 1-8 0Zm11 11a4 4 0 1 1 8 0a4 4 0 0 1-8 0Z' opacity='0.5'/%3E%3Cpath d='M21.5 6.5a4 4 0 1 0-8 0a4 4 0 0 0 8 0Zm-11 11a4 4 0 1 0-8 0a4 4 0 0 0 8 0Z'/%3E%3C/g%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
.profile-name, .profile-username{
    width: 100% !important;
    /* height: 20px !important; */
    margin-bottom: 0 !important;
}
.profile-name{
    font-weight: 600;
    font-size: 0.9rem;
}
.navbar-logo_container .avatar{
    margin-bottom: 0 !important;
}
.profile-username{
    font-size: 12px;
}
account_name {
    font-weight: bold;
    margin-right: 6px;
    color: whitesmoke;
}
personal_info .image_container{
    height:50px;
    width: 50px;
    border-radius: 50%;
    margin:10px;
    overflow: hidden;
    color: black;
}
personal_info .image_container img{
    width:100%;
    height: inherit;
}
.center_container{
    display: flex;
    flex-direction: row;
    /* width:65%; */
    align-self: flex-start;
    justify-self: center;
    /* margin-left: 20%; */
    flex-wrap: row;
    flex-wrap: wrap;
    margin-top:3%;
}
.data_box{
    border-radius: 17px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;

    width: 214px;
    height: 115px;
    user-select: none;
    /* color:rgb(255, 150, 0); */
    /* color:rgb(34, 34, 34); */
    color: whitesmoke;
    margin: 10px;
    /* z-index: 22; */
    font-weight: bold;
    overflow: hidden;
    transition: 200ms ease-in;
}
.data_box::after, .data_box::before{
    position: absolute;
    transition: 200ms ease-in;
    content: "";

    z-index: 0;
    border-radius: inherit;
    border: none;
    background: #7f417d54;
    color: whitesmoke;
    width: 0px; 
    float: left;
    align-self: flex-start;
    height: inherit;
    visibility: hidden;
}
.data_box:hover:after, .data_box:hover:before{
    visibility: visible;
    width: 260px;
    height: inherit;
}
.data_box:hover{
    color: #7f417d;
}
.data_box .icon{
    font-size: 30px;
    padding: 2px;
    z-index: 2;
}
.data_box span, .data_box b{
    z-index: 2;
}
.chathead{
    display: none !important;
    top: 10%;
    left: 80%;
    transform: translateX(-50%);
    height: 580px;
    position: fixed;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}

logohere {
    display: flex; 
    justify-content: center; 
    align-items: center;
}

logohere i {
    color: whitesmoke;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .chathead {
        display: none !important;
        top: auto; /* Remove the 'top' property for mobile screens */
        bottom: 0; /* Position it at the bottom */
        left: auto; /* Remove the 'left' property */
        right: 0; /* Position it at the right */
        transform: none; /* Remove the transform for mobile screens */
        width: 100%; /* Full width on mobile screens */
        height: auto; /* Allow content to determine the height */
    }
}
/* .data_box:hover{
    border: 1px solid #7f417d;
    color: #7f417d;
    background: whitesmoke;
} */

.chat_container{
    border-radius: 8px;
    background-color: rgb(249, 249, 249);
    /* position: absolute; */
    height: 298px;     
    width: 200px;
    bottom: 10px;
    left:82%;
}

.chat_header {
    background-color: rgb(17, 17, 17);
    height: 40px;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: white;
}

.active_chat{
    border-radius: 100%;
    background-color: rgb(55, 199, 16);
    width: 13px;
    height: 13px;
}

chat_button{
    display: flex;
    align-self: flex-end;
    bottom: 20px;
    right:30px; 
    position: sticky;
}
  
logoHere{
    border-radius: 50%;
    /* background-color: rgb(15, 33, 58); */
    width: 70px;
    height: 70px;
}
  