*{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  background-color: #1f1e3388;
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
body{
    color:#1f1e33;
    text-align: left;
    background-color:#f6f4f7;
    margin: 2%;
}
h1{
    margin:0 0 0 5%;
    font-size: 300%;
}
h2{
    margin-bottom: 3%;
}
h2 span{
    position: relative;
    padding: 0.5em;
    background: #8f8fff;
    color: #f5f5ff;
    z-index: 1;
}
h2 span::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
    z-index: 1;
}
h3{
    position:relative;
    padding:.6em;
    background:#e5e5ff;
    display: inline-block;
}
h3:after{
    position:absolute;
    content:'';
    top:100%;
    left:30px;
    border:15px solid transparent;
    border-top:15px solid #e5e5ff;
    width:0;
    height:0;
}
h4 span{
    border-bottom:solid 3px #e5e5ff;
    position:relative;
}h4 span:after{
    position:absolute;
    content:" ";
    display:block;
    border-bottom:solid 3px #340d61;
    bottom:-3px;
    width:20%
}
a,a:visited{
    color:#22203b;
}
.btn{
    font-size: 24px;
    background: #c0c0ff;
    background-image: radial-gradient(#eeeeee 20%, transparent 0), radial-gradient(#eeeeee 20%, transparent 0);
    background-position: 0 0, 12px 12px;
    background-size: 24px 24px;
    padding: 0.5em 2em 0.5em 2em;
    margin: 0.5em;
    border: 0.5px #340d61 solid;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}
.btn:hover{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.4) inset;
}
table{
    margin: 0;
}
input[type="checkbox" i] {
    margin: 3px 0.5ex;
    padding: initial;
    background-color: initial;
    border: initial;
}
input[type="checkbox" i] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
}
input[type="checkbox" i]:focus{
    outline-offset: 0
}
textarea{
    width:400px;
    height:100px;
    resize: none;
}
#back{
    position:fixed;
    width:100vw;
    height:100vh;
    display:none;
    background:#000000;
    opacity:0.3;
    top:0;
    left:0;
    z-index:100;
}
#backi{
    position:fixed;
    display:none;
    z-index:101;
    top:5vh;
    width:400px;
}
#tabl,#tabl2{
  overflow-x: auto;
  width:90vw;
}
#tabl table,#tabl2 table{
    table-layout: fixed;
    width:0px;
    border-collapse: collapse;
}
#tabl td,#tabl2 td{
    border: 0px #aaaaaa solid;
}
#tabl td,#tabl2 td,#tabl th,#tabl2 th{
    box-sizing: border-box;
    width:70px;
    white-space: nowrap;
    overflow: hidden;
}
.clas{
    box-sizing: border-box;
    margin:0;
}