@import url('https://fonts.googleapis.com/css?family=Kanit:100,200,300,400,500,600,700,800,900');

.wml.v-application {
    font-family: "Kanit", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-transform: none;
}

.wml.v-application .wml-normal {
    font-family: "Kanit", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-transform: none;
}

.wml.v-application .wml-big {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 59px;
}

.wml.v-application .wml-h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 44px;
}

.wml.v-application .wml-h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}

.wml.v-application .wml-h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0em;
}

.wml.v-application .wml-h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0em;
}

.wml.v-application .wml-caption {
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    font-weight: normal;
}

.wml.v-application .wml-overline {
    font-style: normal;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0em;
    text-transform: none;
}

.wml.v-application .wml-tab {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0em;
}

.wml.v-application .wml-column {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #A5A5A5;
}

.wml.v-application .wml-dialog-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
}

.wml.v-application .wml-button {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.wml.v-application .wml-small-button {
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-transform: none;
}

.wml.v-application .wml-tool-button {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
}

.wml.v-application .wml-small-tool-button {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
}

.wml-wait {
    background-color: #fff;
    color: #333;
    font-family: "Kanit", serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-transform: none;
}

.wml-wait .primary {
    color: #5378c3 !important;
}

.wml-wait .secondary {
    color: #5a5a5a !important;
}

.wml-wait .error {
    color: #F55F4B !important;
}

.wml-wait .success {
    color: #5FC572 !important;
}

.wml-wait .info {
    color: #8EB4FF !important;
}

.wml-wait .disabled {
    color: #666666 !important;
}

.wml-wait .field-input {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    line-height: 20px;
    height: 56px;
    border-radius: 4px;
    border-color: rgba(0, 0, 0, .42);
    border-style: solid;
    border-width: 1px;
}

.wml-wait .label {
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    font-weight: normal;
    color: #757575;
}

.wml-wait .selected .field-input {
    border-color: #5378c3 !important;
}

.wml-wait .selected .label {
    color: #5378c3 !important;
}

.wml-wait .error .field-input {
    border-color: #F55F4B !important;
}

.wml-wait .error .label {
    color: #F55F4B !important;
}