*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: default;
    border: none;
}
::-webkit-scrollbar
{
    width: 0;
    height: 0;
    background: transparent;
}
input, textarea
{
    font-family: Gilroy;
    border-radius: 0;
    background: transparent;
}

html, body
{
    height: 100%;
    font-family: Gilroy;
    font-weight: 500;
    font-size: 14px;
}
body { padding: 6px; background-color:rgb(248, 248, 244);}

#app
{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    position: relative;
    overflow: hidden !important;
    background: rgba(253,253,253);
    padding: 15px;
}

.is_not_isset
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    width: 320px;
    border-radius: 15px;
    margin: auto;
}