.template-helper{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999999;
}

.form-up-template{
    position: fixed;
    top: 0;
    background-color: #ffffffcc;
    padding: 20px;
    left: 40%;
    margin-top: 100px;
    border-radius: 10px;
}

.form-login-template{
    position: fixed;
    top: 0;
    background-color: #ffffffcc;
    padding: 20px;
    left: 40%;
    margin-top: 100px;
    border-radius: 10px;
}

.table-history-template{
    position: fixed;
    top: 0;
    background-color: #ffffffcc;
    padding: 20px;
    left: 40%;
    margin-top: 100px;
    border-radius: 10px;
    text-align: center;
    max-height: 500px;
    overflow: scroll;
}

.table-history-template .submit{
    margin: 10px;
}

.table-history-template input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid;
    color: black;
    width: 20px;
    margin: 10px;
    border-radius: 10px;
}

.table-history-template input[type=radio]:checked {
    background-color: #2142e7;
}