#referenceNotFound {
    position: relative;
    z-index: 50;
    padding: 2rem;
    justify-content: center;
    background-color: white;
    max-width: 700px;
    width: 60vh;
    min-height: 500px;
    max-height: 80vh;
    border: 0;
}
#referenceNotFound::backdrop  {
    background-color: rgba(0, 0, 0, 0.6); 
}
#referenceNotFound #whereFindCloseBtn {
    width: 100%;
    text-align: end;
}
#referenceNotFound #whereFindCloseBtn i {
    position: relative;
    font-size: 20px !important;
    color: #00235B;
}
#referenceNotFound #whereFindCloseBtn i:hover {
    color: #00B0E6;
}
#referenceNotFound .contentModal {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}