body {
    font-family: 'Kanit', sans-serif;
}

.userInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 50px;
    height: auto;
}

.kanit {
    font-family: 'Kanit', sans-serif;
}

.wb_shadow {
    box-shadow: 0px 0px 5px #000;
}
.wb-btn-gradient{
    background: #012247;
background: linear-gradient(0deg, rgba(1, 34, 71, 1) 0%, rgba(0, 55, 138, 1) 29%, rgba(0, 72, 196, 1) 66%, rgba(45, 138, 228, 1) 100%);
color:#fff;
}
.wb-bg-global {
    background: #e5eeff;
}

.wb-icon ::before {
    color: #919191;
}