#modal-delete-conta{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 21;
    backdrop-filter: blur(5px);
}


#modal-delete-conta>.container{
    position: relative;
    background:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width:360px;
    min-height:25vh;
    border-radius: 10px;
    border: 1px solid #abb8c3;
    padding: 30px 15px;
  }

#modal-delete-conta-close-btn{
    position: absolute;
    width: fit-content;
    top: 5px;
    right: 5px;
    border: none;
    background: none;
    color: #FE5735;
    font-weight: 600;
    cursor: pointer;
}