body{
    background: #6288F7;
}
.ery-ipt,.ery-ipt:focus{
    border: none;
}
.ery-ipt::-webkit-outer-spin-button,
.ery-ipt::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
.ery-ipt[type='number'] {
    -moz-appearance: textfield;
}

.canvasbox{
    width: 100vw;
    height: 100vh;
}
.canvasbox{
    display: none;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999;
}
.canvas{
    z-index: 1;
}
.canvas-cance{
    bottom: 50px;
    left:0;
    right: 0;
    z-index: 2;
}