.modal-backdrop.show {
    opacity: 0;
}

.modal-backdrop {
     position: relative;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-content {
    border-radius: 30px;
    border: 1px #FFFFFF;
    z-index: 100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
}
