.b0xT_dialog_box_shield {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%!important;
    z-index: 999998;
    margin: 0!important;
}

.b0xT_dialog_box_div {
    display    : none;
    position   : absolute;
    z-index    : 99999; 
    max-width  : 275px;
    min-height : 50px;
    background : #fff;
    transition : box-shadow 2s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    box-shadow : 0 0 0 1900px hsla(220,7%,18%,0.6),
          0 10px 30px -5px hsla(220,7%,18%,0.6);
}

@media screen and (max-width: 359px) {
    .b0xT_dialog_box_div {
        max-width: calc(100% - 80px);
        min-width: 120px;
    } 
}

.b0xT_dialog_box_div > div:first-child {
    display: flex;
    background-color: #f5f5f5;
    border-bottom: 2px solid #efeeee;
    line-height: normal;
    margin-bottom: 10px;
    font-size: 90%;
    font-weight: bold;
}

.b0xT_dialog_box_div > div:first-child > div:first-child {
    flex-grow: 1;
    margin-left: 10px;
}

.b0xT_dialog_box_div > div:first-child > div:last-child {
    width: 30px;
    margin-right: 10px;
    text-align: right;
}

.b0xT_dialog_box_div > div:last-child {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px!important;
    line-height: normal;
    font-size: 80%;
    color: #ff0000;
    font-weight: 500;
}