.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    margin: 10px auto;
    max-width: 600px;
    z-index: 1050;
}

.modal-content {
    background-color: black;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-header {
    background-color: #320a4c;
    background-image: linear-gradient(to right, #320a4c 0%, #470a30 100%);
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #000;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.modal-body {
    background-color: #0e0b16;
    color: #fff;
    padding: 20px;
}

.modal-footer {
    background-color: #0e0b16;
    color: #fff;
    padding: 10px;
    text-align: right;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover {
    color: red;
}

.modal-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.428571429;
}



.modal-header .close {
    opacity: 1;
    color: #fff;
    margin: 0;
    margin-top: -2px;
}


button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
   
}

input,
button {
    outline: none;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}


table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
      margin-inline-start: 0;
margin-inline-end: 0;
margin-block-start: 0;
margin-block-end: 0;
}

.image img {
    max-width: 100%;
}

.open-modal {
    padding: 0;
    border: none;
    background: black;
}
p{
    font-size: 14px;
    line-height: 1.428571429;
}
figure.table table {
    width: 100%;
    border-collapse: collapse; 
}

figure.table table, 
figure.table th, 
figure.table td {
    border: 1px solid white; 
}

figure.table th, 
figure.table td {
    padding: 8px; 
    text-align: center; 
}


figure.table th {
    background-color: #f2f2f2;
}

figure.table tr:first-of-type td {
background-color: #DB1ACB;
}