
body, .btn {
  font-size: 14px;
}

.btn-primary {
    background-color: #461270 !important;
    color: #fff !important;
    border: 1px solid #3a0d5f !important
}

.btn-primary:hover {
    background-color: #3a0d5f !important;
    color: #fff !important;
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #461270;
    position: fixed;
    height: 100%;
    overflow: auto;
  }
  
  .sidebar a {
    display: block;
    color: #fff;
    padding: 16px;
    text-decoration: none;
  }
   
  .sidebar a.active {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
  }
  
  .sidebar a:hover:not(.active):not(.alert) {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    transition: 0.3s;
  }
  
  div.content {
    margin-left: 200px;
    padding: 1px 16px;
    /* height: 1000px; */
    margin-bottom: 100px;
  }
  
  @media screen and (max-width: 700px) {
    .sidebar {
      width: 100%;
      height: auto;
      position: relative;
    }
    .sidebar a {float: left;}
    div.content {margin-left: 0;}
  }
  
  @media screen and (max-width: 400px) {
    .sidebar a {
      text-align: center;
      float: none;
    }
  }

  footer {
    position: fixed; 
    bottom:0;
    width:100%;
    z-index: 9999;
  }

  table a {
      cursor: pointer;
  }

  .tox-notifications-container {
      display:none !important;
  }

  label {
    font-weight: bold;
  }



  .dashboard-page .column {
    float: left;
    width: 25%;
    padding: 0 50px;
}

.dashboard-page .row {
    margin: 0 -5px;
}

/* Clear floats after the columns */
.dashboard-page .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
    .dashboard-page .column {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}

/* Style the counter cards */
.dashboard-page .card {
   
    padding: 16px;
    text-align: center;
    background-color: #461270;
    color: white;
    border-radius: 10px;
    transition: all 0.3s
}
.dashboard-page .card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #230938;
}
.dashboard-page .fa {
    font-size: 50px;
}

.dashboard-page .card .text-title {
  font-size: 25px;
}

.dashboard-page .card .text-title a {
  text-decoration: none;
  color: #fff;
}

pre {
  font-size: 0.80rem;
  color: #212529;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}