/* Modal */
body{
    margin:0;
    padding:0;
}

._38Bir {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content:center;
    animation: _9SfCQ 0.3s ease-in-out forwards;
}

@keyframes _9SfCQ {
    0% {
        background-color: transparent;
    }
    100% {
        background-color: rgba(0, 0, 0, 0.4);
    }
}

._BNWWd {
    background-color: white;
    width: 300px;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: scale(0);
    animation: _2Vy5v 0.5s ease-in-out forwards;
    animation-delay: 0.3s;
}

@keyframes _2Vy5v {
    0% {
        opacity: 0;
        transform: scale(1.2)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

._38Bir ._BNWWd ._Gbui_ {
    display: flex;
    justify-content: flex-end;
    width: 95%;
    margin: 5px;
    position:absolute;
    z-index:100;
}

._38Bir ._BNWWd ._2BOQ_ {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
