* {
    font-family: "Noto Sans Lao", "Noto Sans", sans-serif;
}

html, body {
    height: 100%;
    /*overflow: hidden;*/ /* PREVENT SCROLL BOUNCE ON IOS */
    @apply bg-gray-100;
}

#components-layout-demo-side .logo {
    height: 32px;
    margin: 16px;
    background: rgba(255, 255, 255, 0.3);
}

.site-layout .site-layout-background {
    background: #fff;
}

[data-theme='dark'] .site-layout .site-layout-background {
    background: #141414;
}

.flex {
    display: flex;
}

.flex-grow-1 {
    flex-grow: 1;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.font-bold {
    font-weight: bold;
}

.content-padding {
    padding: 12px 16px;
}

.col-form .ant-form-item-label {
    min-width: 125px;
}

.ant-descriptions-item-label {
    color: #666 !important;
}