.invalid-feedback {
    font-weight: bold;
}

.common-btn:hover {
  background: #e5b31c !important;
    
}
.gradient-custom-2 {
    background: #4d55c1 !important;
    border: #ffc107 !important;
}

.float-end.logout-btn {
    font-size: 16px;
}

.logout-btn a {
    text-decoration: none;
}

a.gradient-custom-2:hover {
    border-color: #7ED6DF !important;
    background: black;
}

p.text-success{
    font-weight: 500 !important;
}
input.form-control{
	border: 1px solid gray;
}

select.form-select {
 	border: 1px solid gray;
}

textarea.form-control {
    border: 1px solid gray;
}

td.hostel-td.active {
    background: green;
    color: white;
}

.notifications-scrollbar {
    height: 500px;
    overflow-y: scroll;
}

.main-sec .card {
    border: none;
}