* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    position: relative;
    /* transition: .1s; */
    /* -o-transition: .1s; */
    /* -webkit-transition: .1s; */
    /* -moz-transition: .1s; */
    font-family: 'Ubuntu', calibri;
    /* font-family: 'Times New Roman', Times, serif; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@page {
    size: landscape;
}

body,
html,
.main {
    background-color: white;
    /* height: 480px; */
    width: 100%;
    max-width: 688px;
    min-width: 450px;
    /* max-height: 666px; */
    overflow-x: hidden;
}

html {
    /* height: 500px; */
}

.title {
    font-size: 30px;
    font-weight: bold;
}

.main {
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    /* min-height: 500px; */
    padding: 10px;
    background-color: #ffffff;
    min-height: 400px;
    height: auto;
}

.btn {
    padding: 10px 12px;
    background-color: #017afc;
    color: white;
    border-radius: 6px;
    font-family: 'Ubuntu', tahoma, Geneva;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    text-align: center;
}

.btn-check {
    background-color: #fc5a01;
}

.btn-next {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 250px;
    height: 125px !important;
    padding: 0;
    /* height: auto; */
    background-color: #fff;
}

.num {
    padding: 10px 12px;
    background-color: #fc5a01;
    color: white;
    border-radius: 6px;
    font-family: 'Ubuntu', tahoma, Geneva;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

table {
    border-collapse: collapse;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    border: 1px solid black;
}

.btn-check {
    position: fixed;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    z-index: 2;
}

td,
th {
    width: 5%;
    padding: 5px;
    border: 1px solid black;
    display: table-cell;
    min-width: 100px;
}


/* .td-minimilize {
    width: 5%;
}

.td-minimum {
    width: 10%;
}

.td-min {
    width: 20%;
}

.td-mid {
    width: 30%;
}

.td-big {
    width: 35%;
}

.td-biggest {
    width: 70%;
} */


/* .first td:nth-child(2),
.first th:nth-child(2) {
    width: 30%;
} */

textarea {
    width: 100%;
    /* min-width: 100%; */
    /* margin-top: 47px; */
    /* background-color: red; */
    outline: none;
    border: none;
    min-height: 100%;
    height: auto;
    text-align: center;
    resize: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 42px;
}

td {
    min-height: 200px;
    /* height: 200px; */
}

.tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tip-window {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px -4px black;
    box-shadow: 0px 0px 10px -4px black;
    width: 80%;
    border-radius: 12px;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.tip-txt {
    font-size: 16px;
    text-align: left;
}

.btn-tipp {
    /* align-self: flex-end; */
    font-size: 24px;
    color: #646464;
    width: 60%;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.flex.jcsb {
    gap: 60px;
}