main {
    background-color: #f8fafc;
}

.card-body {
    background-color: #f8fafc;
}

.menu-left {
    position: absolute;
    height: 100%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #fff;
}

.no-list-bullet {
    list-style: none;
    padding-left: 1rem;
}

a,
a:visited {
    color: inherit;
    text-decoration: none !important;
}

.sidebar-submenu {
    margin: 5px;
    font-size: 20px;
}

.fa-solid,
.fa {
    padding: 0 10px;
}

.supervision-ok{
    color: #4caf50 !important;
    background-color: #4caf5029 !important;
    font-weight: bold !important;
}

.supervision-nok{
    color: #f44336 !important;
    background-color: #f4433629 !important;
    font-weight: bold !important;
}

.modal-meta-table{
    width: 100%;
    text-align: center;
}

.modal-meta-span{
    margin: 0 auto;
    text-align: center;
}

.modal-meta-h1{
    text-align: center;
}

/* Modal Header */
.modal-meta-header {
  padding: 2px 16px;
  background-color: #F73F3A;
  color: white;
}

/* Modal Body */
.modal-meta-body {padding: 2px 16px;}

/* Modal Footer */
.modal-meta-footer {
  padding: 2px 16px;
  background-color: #F73F3A;
  color: white;
}

/* Modal Content */
.modal-meta-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

/* The Modal (background) */
.modal-meta {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-meta-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -0.4em;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}