.body{
    background-color: #1f253d;
}
.contentbg {
    background-color: #50597b;
}
.h-100{
    height: 100%;
}
.text-space{
    letter-spacing: .1em;
}

.pagination{
    text-align: center;
}

.pagination > li > a
{
    background-color: gray;
    color: white;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: purple;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: purple;
    border: solid 1px purple;
}

.pagination > .active > a:hover
{
    background-color: purple;
    border: solid 1px purple;
}

.hidden {
    display: none;
}

.btn-square-lg {
    width: 150px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 150px !important;
    text-align: center;
    padding: 0px;
    font-size:18px;
}

.textarea {
    width: 100%;
    height: 50vh;
}

.notification {
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.notification .badge {
    position: absolute;
    top: 10px;
    left: -25px;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

.g-0 {
    margin-top: 3px;
    margin-right: 3px!important
}

.adminmenulink a {
    display: block;
    width: 100%;
    height: 100%;
}

.adminmenulink a:hover {
    letter-spacing: 3px;
}

.infodiv {
    width: fit-content;
}

.profile-picture {
	margin: 0 auto;
	border: 5px solid #50597b;
	height: 150px;
}

.profile-content{
    width: fit-content;
    margin: auto;
}

.profileimagesmall {
    height: 30px;
}

.forgetpasswordlink{
    text-decoration: none;
    color: white;
}
