hr.new1 {
  border-top: 1px solid #f7f7f7;
  margin-top: 8px;
}

.menu {
  position: sticky;
  display: inline-block;
  vertical-align: top;
  max-height: 100vh;
  overflow-y: auto;
  width: 200px;
  top: 0px;
  bottom: 0;
  margin-top: 3.25rem;
}

.content {
  display: inline-block;
  padding-left: 0px;
  padding-right: 10px;
}

.content ul {
    list-style: none;
}

.menu-list li a{
    padding-left: 40px;
}

.menu-list .is-active {
    background-color: #48c774;
    color: white;
}

.menu-label {
    padding-left: 28px;
}

.dashboard-title {
    color: green;
    font-size: 34px;
    padding-top : 15px;
}

.dashbaord-container {
    display: flex;
}

.dashboard-sidebar {
    flex: 1;
    margin-left: 20px;
}

.dashboard-main {
    flex: 5;
    margin-left: 20px;
}

.navbar {
    background-color: green;
}

.sidebar-item{
    margin-top: 30px;
}

.navbar-text{
    color: white;
}

.dashboard-body {
    margin : 14px;
}


.dashboard-table-header{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.dashboard-table-header-right{
    display: flex;
    justify-content: space-between;
}

.search-input {
    margin-left: 12px;
    width: 250px;
}

.pagination-link.is-current{
    background-color: green;
    border-color: green;
}

.file-cta-modif {
    border-radius: 4px 4px 0 0;
}

.file-cta-modif{
    flex-direction: column;
    height: auto;
}

.file-cta-modif {
    background-color: #f14668;
    border-color: transparent;
    color: #fff;
}

.form-note {
    font-size: 9px;
}

.update-message{
    margin-bottom: 12px;
}

.select-modif {
    display: block;
}

.select-modif-box {
    width: 100%;
}

.box .columns {
    margin: 0px;
}

.box .columns .column {
    padding:.14rem;
}

.box .level {
    margin-bottom: 2px;
}

.card-content .columns{
    margin: 0px;
}

.card-content .columns .column{
    padding:.14rem;
}

.info-tiles {
    margin: 20px;
}
.subtitle{
    color:grey
}

.title article{
    padding: 10px;
}