.admin-body {
    background: #EAECEE;
}

.admin-back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #7B241C;
    border: none;
}

.user-profile-picture {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.registered-user-bar {
    display: flex;
    justify-content: center;
}

.registered-user-sex {
    height: 300px;
}

.admin-sidebar {
    background: #F4F6F6;
    width: 260px;
    margin-top: 30px;
}

.admin-sidebar-offcanvas {
    background: #F4F6F6;
}

.sidebar-buttons a {
    font-size: 14px;
}

.admin-navbar {
    background: #7B241C;
    color: #ffffff;
}

.sidebar-button {
    background: #F4F6F6;
    text-decoration: none;
    color: #800000;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.sidebar-button:hover {
    background: #A93226;
    color: #E5E7E9;
    font-weight: bold;
}

.hr-color {
    border: 1px solid #7B241C;
    width: 92%;
    margin: 0 auto;
}

.active {
    background: #7B241C;
    color: #ffffff;
}

.admin-logout-button {
    text-decoration: none;
    color: #800000;
    padding: 10px;
    width: 260px;
    transition: all 0.3s ease-in-out;
    border: none;
    background: none;
    font-size: 14px;
}

.admin-logout-button:hover {
    color: #800000;
    font-weight: bold;
    transform: scale(1.2);
}

.admin-profile-picture {
    color: #ffffff;
    width: 40px;
}

.admin-logout-dropdown {
    transition: all 0.3s ease;
}

.admin-logout-dropdown:hover {
    font-weight: bold;
    transform: scale(1.1);
}

.tbl-head {
    background: #7B241C;
    color: #ffffff;
}

.pup-mission li {
    text-align: justify;
    text-justify: inter-word;
}

.pup-faculty {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.searchBatch {
    width: 150%;
    height:40px;
}
.h6-view{
    color: #5a5a5a;
}
.fullscreen-loading {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background-color: rgba(0, 0, 0, 0.6);
    margin:auto;
}

.loading-text{
    color: #ffffff;
    margin: auto;
}