
#sidebar h5 {
  background: aliceblue;
  border-radius: 15%;
  padding: 0px 10px;
}
#content {
  background: #6193d2 !important;
}
#sidebar .custom-menu .btn i {
	margin-left: 40px !important;
    width: max-content !important;
    color: rgb(24 113 141) !important;
    background: #cbe0fb;
    padding: 4px !important;
}
@media (min-width: 768px) {
    .p-md-5 {
        padding: 5rem 3rem !important;
    }
}
 #messagebox{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 4px !important;
 }  
/*--------------------------------
#sidebar {
  background: #1f296f !important;
  color: #fff;
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
}
#content {
  margin-left: 240px !important;
  padding: 1rem 3rem !important;
  background: #6193d2 !important;
}
-------------------------*/
.card { border: none !important; }
.card-header{ background: #98bbf4 !important; }

.table-bordered th, .table-bordered td { border-bottom: 1px solid #118bab !important; }

.form-control {
  border: 1px solid #aaa !important;
  border-radius: 3px !important;
  padding: 5px !important;
  background: #f8fff8 !important;
}