.abys-modal-header{
    background: var(--header-abys) !important;
    color: white !important;
    padding: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.abys-modal-body {
  padding: 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.modal-content-abys {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px ;
}