.dropdownloading {
    background: url(/images/loading.gif) 99% 3px no-repeat;
    -moz-appearance: window;
    -webkit-appearance: none;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right 8px center;
}
a i,
button i {
    font-size: 30px;
    padding-left: 6px;
}
.container-fluid {
    background: #fff;
    border-radius: 10px;
}
.guest-navigation.navigation {
    height: 54px;
    padding: 15px 35px;
    box-shadow: 1px 0px 10px;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 30px;
}

.guest-navigation .nav-left {
    width: 50%;
}

.guest-navigation .nav-right {
    text-align: end;
    margin-left: auto;
    text-align: left;
}

.guest-navigation .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.guest-navigation .student-profile .dropdown-toggle {
    display: flex;
    cursor: pointer;
}

.guest-navigation .dropdown-toggle:after {
    margin: auto;
}

.guest-navigation .student-profile .user-avatar {
    border: none;
    margin: auto 20px;
    background: none;
    height: 38px;
    width: 38px;
}

.guest-navigation .header-role {
    font-size: 12px;
}

.guest-navigation .header-name {
    font-weight: 800;
}

.guest-navigation .dropdown-menu {
    padding: 10px;
    width: 275px;
    left: -90px;
}

.guest-navigation .dropdown-menu button {
    width: 100%;
}

.guest-navigation .dropdown-menu hr {
    margin: 10px 0px;
}

.guest-navigation .student-details {
    max-width: 150px;
}

.guest-navigation .student-details div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guest-navigation .student-list {
    list-style: none;
}

.guest-navigation .student-list li {
    padding: 6px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.guest-navigation .student-list a {
    text-decoration: none;
    color: inherit;
}

.content-box {
    width: fit-content;
    margin: auto;
    background: #fff;
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px;
    min-width: 80%;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-box .content {
    width: 100%;
}

.admission-index .center-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
}

.student-item {
    padding: 10px;
    box-shadow: 1px 1px 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.student-list li.active {
    opacity: 0.7;
    color: #5D87FF;
}
.danger-bg {
    color: #FF5C5C !important;
}
.student-list .header-warning {
    font-size: 10px;
    font-weight: 700;
}
body {
    background-color: #efefef;
    height: 90vh;
}
.page-wrapper,
.body-wrapper {
    height: 100%;
}