* {
    outline: none;
}

body,
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html {
    background: rgb(150, 0, 0);
    background: radial-gradient(circle, rgba(255, 0, 0, 1) 0%, rgba(150, 0, 0, 1) 100%);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
}

.nm {
    margin: 0;
}

.cf {
    font-family: 'Mountains of Christmas', cursive;
}

.tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.tbl>div {
    display: table-cell;
    vertical-align: middle;
}

.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-dialog {
    width: calc(100vw - 30px);
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body {
    font-weight: 900;
    font-size: 6vw;
}

.modal-footer {
    text-align: center;
}

.modal-footer>button {
    font-size: 5vw;
    padding: 1vw 3vw;
    border-radius: 1vw;
    font-weight: 900;
}

.header_app {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20vw;
    padding-bottom: 5vw;
    background: rgb(150, 0, 0);
    background: radial-gradient(circle, rgba(255, 0, 0, 1) 0%, rgba(150, 0, 0, 1) 100%);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 25%);
    mask-image: linear-gradient(to top, transparent 0%, black 25%);
    z-index: 2;
}

.body_app {
    position: absolute;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    padding-top: 20vw;
    top: 0;
    left: 0;
}

.title {
    color: rgb(255, 213, 0);
    text-shadow: 0 0 10px #000;
    font-weight: 800;
    font-size: 10vw;
    padding: 10px 0;
}

.title.giftto {
    font-size: 7vw;
}

.user_select {
    display: block;
    text-decoration: none;
    padding: 18px;
    color: #fff;
    font-weight: 700;
    font-size: 15vw;
    text-shadow: 0.2em 0.2em 0.2em black;
    transition: transform .2s;
    transform: scale(1);
}

.rollnames {
    text-align: center;
    font-size: 15vw;
    text-shadow: 0em 0em 0em black;
    color: #b20000;
    font-weight: 900;
    transform: scale(0.8);
    opacity: .7;
    filter: blur(1vw);
    transition: all .5s;
}

.rollnames.finish {
    color: #fff;
    text-shadow: 0.2em 0.2em 0.2em black;
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
}

.user_select:hover,
.user_select:active,
.user_select:focus {
    text-decoration: none;
    color: rgb(255, 213, 0);
    transform: scale(1.1);
}

.gifted_u {
    margin-top: 50px;
    display: block;
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0.2em 0.2em 0.2em white;
}

.loaded_gifto {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.footer_icon {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 3px;
    height: 35px;
}


/* Diffusion */

.table {
    margin-left: 20px;
}

.diff_names {
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0.2em 0.2em 0.2em white;
}