* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Minecraft';
    src: url('../font/minecraft.woff2') format('woff2');
}

body {
    font-family: 'Minecraft', sans-serif;
}

.table {
    text-align: center;
}


header {
    width: 100%;
    height: 365px;
}

#skin_container {
    position: fixed;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%, 0);

}

.control_btn {
    display: flex;
    justify-content: flex-end;
}

#save_btn {
    margin-right: 0.5em;
    margin-left: 0.5em;

}

section {
    margin-bottom: 1em;
}

.auto-label {
    padding-bottom: 5px;
}

.footer {
    text-align: center;
}

.skin-modal {
    background-color: transparent;
}

.skin-dialog {
    z-index: 99999;
    display: flex;
    align-items: end;
    justify-content: center;
    max-width: 60%;
    height: 100%;
    margin: 0 auto;
}

.skin-modal-content {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.form-check {
    padding-top: 1em;
}

.attach-title {
    padding-top: 0.5em;
}

.skin-be-btn {
    margin-left: 0.5em;
}

#skin_modal, #beSkinModal, #packModal {
    z-index: 99999;
}

.mcpack-text-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}