#nopermission {}
#nopermission .box {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


#nopermission .box .warn-text {
    font-size: 17px;
    letter-spacing: -1px;
    color: gray;
    text-align: center;
}
#nopermission .box .refresh {
    width: 200px;
    height: 60px;
    margin-top: 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;

    font-size: 16px;
    font-weight: bold;
}