#astralis-ui-window {

    position: fixed;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 99999;

}


.astralis-window {

    width: 420px;

    background:
        rgba(6,16,31,0.96);

    border:

        1px solid #00d9ff;


    box-shadow:

        0 0 30px rgba(0,217,255,0.45);


    color:white;

    font-family:
        Arial,
        sans-serif;


}


.astralis-window-header {

    padding:15px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    background:

        rgba(0,217,255,0.15);


    font-weight:bold;

}


.astralis-window-header button {


    background:none;

    border:0;

    color:white;

    cursor:pointer;

    font-size:20px;

}


.astralis-window-body {

    padding:25px;

    font-size:16px;

}