.underliner{
    border-bottom: 4px solid #51AC47;
    width: 33%;
    justify-self: center;
  }

.bg-whittened-green{
  background: #CBE6DD;
}


iframe {
  padding-top: 40px;
  /* padding-bottom: 20px; */
  border-radius: 15px;
  width: 100%;
  min-width: 100%;
  min-height: 500px;
  height: 500px;
  background-color: white;
}
/* 
  .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    transition: opacity 0.3s ease;
  }
  
  .modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
  }
  
  .modal-fade-enter-active,
  .modal-fade-leave-active {
    transition: opacity 0.3s ease;
  }
  
  .modal-fade-enter-from,
  .modal-fade-leave-to {
    opacity: 0;
  }
  
  .table-responsive {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
  }
  
  .btn-primary {
    background-color: #008559 !important;
    border-color: #008559 !important;
  }
  
  .btn-outline-primary {
    color: #008559 !important;
    border-color: #008559 !important;
  }
  
  .btn-outline-primary:hover {
    background-color: #008559 !important;
    color: #fff !important;
  }
  
  .card {
    border-radius: 12px;
  }
  
  .table {
    --bs-table-striped-bg: rgba(0, 133, 89, 0.03);
  }
  
  .table th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #6c757d;
  }
  
  .table td {
    vertical-align: middle;
  }
  
  .text-success {
    color: #28a745 !important;
  }
  
  .text-warning {
    color: #ffc107 !important;
  }
  
  .text-danger {
    color: #dc3545 !important;
  } */