@charset "utf-8";

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

.ccTable {
    width: 100%;
    border: 1px solid #ccc
}

.ccCell,
td {
    vertical-align: top;
    text-align: left
}

.ccCell,
td,
th {
    border: 1px solid #ccc;
    padding-left: 10px
}

.cc-wrap-box {
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cc-header {
    font-weight: 700;
    padding: .5rem;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.cc-container {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    padding: .1rem .5rem .3rem
}

.cc-table {
    border-spacing: 0
}

.cc-thead {
    padding: .5rem;
    border: 1px solid #ccc
}

.cc-tbody-header,
.cc-tbody>tr>td {
    padding: .5rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.cc-tbody>tr>th {
    padding: .5rem
}

.modified-log {
    margin-top: 4px;
    padding-top: 0;
    font-size: .8em
}

#mocha {
    font: 20px/1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 60px 50px
}

#mocha li,
#mocha ul {
    margin: 0;
    padding: 0
}

#mocha ul {
    list-style: none
}

#mocha h1,
#mocha h2 {
    margin: 0
}

#mocha h1 {
    margin-top: 15px;
    font-size: 1em;
    font-weight: 200
}

#mocha h1 a {
    text-decoration: none;
    color: inherit
}

#mocha h1 a:hover {
    text-decoration: underline
}

#mocha .suite .suite h1 {
    margin-top: 0;
    font-size: .8em
}

#mocha .hidden {
    display: none
}

#mocha h2 {
    font-size: 12px;
    font-weight: 400;
    cursor: pointer
}

#mocha .suite,
#mocha .test {
    margin-left: 15px
}

#mocha .test {
    overflow: hidden
}

#mocha .test.pending:hover h2:after {
    content: "(pending)";
    font-family: arial, sans-serif
}

#mocha .test.pass.medium .duration {
    background: #c09853
}

#mocha .test.pass.slow .duration {
    background: #b94a48
}

#mocha .test.pass:before {
    content: "✓";
    font-size: 12px;
    display: block;
    float: left;
    margin-right: 5px;
    color: #00d6b2
}

#mocha .test.pass .duration {
    font-size: 9px;
    margin-left: 5px;
    padding: 2px 5px;
    color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
    border-radius: 5px
}

#mocha .test.pass.fast .duration {
    display: none
}

#mocha .test.pending {
    color: #0b97c4
}

#mocha .test.pending:before {
    content: "◦";
    color: #0b97c4
}

#mocha .test.fail {
    color: #c00
}

#mocha .test.fail pre {
    color: #000
}

#mocha .test.fail:before {
    content: "✖";
    font-size: 12px;
    display: block;
    float: left;
    margin-right: 5px;
    color: #c00
}

#mocha .test pre.error {
    color: #c00;
    max-height: 300px;
    overflow: auto
}

#mocha .test pre {
    display: block;
    float: left;
    clear: left;
    font: 12px/1.5 monaco, monospace;
    margin: 5px;
    padding: 15px;
    border: 1px solid;
    border-color: #eee #eee #ddd;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px #eee;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 3px #eee;
    border-radius: 3px
}

#mocha .test h2 {
    position: relative
}

#mocha .test a.replay {
    position: absolute;
    top: 3px;
    right: 0;
    text-decoration: none;
    vertical-align: middle;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #eee;
    font-size: 15px;
    border-radius: 15px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: .3;
    color: #888
}

#mocha .test:hover a.replay {
    opacity: 1
}

#mocha-report.fail .test.pass,
#mocha-report.pass .test.fail,
#mocha-report.pending .test.fail,
#mocha-report.pending .test.pass {
    display: none
}

#mocha-report.pending .test.pass.pending {
    display: block
}

#mocha-error {
    color: #c00;
    font-size: 1.5em;
    font-weight: 100;
    letter-spacing: 1px
}

#mocha-stats {
    position: fixed;
    top: 15px;
    right: 10px;
    font-size: 12px;
    margin: 0;
    color: #888;
    z-index: 1
}

#mocha-stats .progress {
    float: right;
    padding-top: 0
}

#mocha-stats em {
    color: #000
}

#mocha-stats a {
    text-decoration: none;
    color: inherit
}

#mocha-stats a:hover {
    border-bottom: 1px solid #eee
}

#mocha-stats li {
    display: inline-block;
    margin: 0 5px;
    list-style: none;
    padding-top: 11px
}

#mocha-stats canvas {
    width: 40px;
    height: 40px
}

#mocha code .comment {
    color: #ddd
}

#mocha code .init {
    color: #2f6fad
}

#mocha code .string {
    color: #5890ad
}

#mocha code .keyword {
    color: #8a6343
}

#mocha code .number {
    color: #2f6fad
}

@media screen and (max-device-width:480px) {
    #mocha {
        margin: 60px 0
    }

    #mocha #stats {
        position: absolute
    }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@font-face {
    font-family: dbhelvethaicamonx;
    src: url(/static/media/dbhelvethaicamonx.09886b7c.ttf)
}

body,
html {
    font: Helvetica Neue, dbhelvethaicamonx, Helvetica, Arial, sans-serif;
    margin: 0 auto;
    color: #222;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased
}

.panel,
body {
    background-color: #fff
}

ul {
    list-style-type: none;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

input {
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    margin-bottom: 15px;
    padding: 5px
}

table,
td,
th {
    border-collapse: collapse;
    font-family: dbhelvethaicamonx
}

th {
    color: #044730
}

td {
    vertical-align: middle
}

.menu {
    background-color: #fff
}

a {
    text-decoration: none
}

.menu a {
    color: #6f7072;
    font-size: 19px
}

.menu a:hover {
    color: #c21b17
}

.menu img {
    margin-right: 15px
}

.menu-header {
    border-bottom: 1px solid #2a2d2f;
    padding: 20px;
    background-size: 32px
}

.menu-header-title {
    font-weight: 400;
    letter-spacing: .5px;
    margin: 0
}

.menu-section {
    margin: 25px 0
}

.menu-section-title {
    text-transform: uppercase;
    color: #85888d;
    font-weight: 200;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 0 20px;
    margin: 0
}

.menu-section-list {
    padding: 0;
    margin: 10px 0;
    list-style: none
}

.menu-section-list li {
    padding: 10px 20px;
    color: #6f7072;
    font-size: 17px
}

.menu-section-list a {
    display: block;
    font-size: 17px
}

#myDIV>a {
    padding: 5px 0 5px 40px
}

.panel {
    text-align: center;
    min-height: 100%;
    box-shadow: 3px -10px 5px 6px #ddd
}

#mocha {
    text-align: left;
    margin: 0 !important
}

#mocha-stats {
    top: 70px
}

.panel-header {
    padding: 10px 0;
    background: #044730
}

.panel-notice {
    padding: 10px 0;
    background-color: #ddd
}

.title {
    color: #fff
}

.title,
.title-gray {
    font-size: 23px;
    font-weight: 300;
    font-family: dbhelvethaicamonx
}

.title-gray {
    color: #6f7072
}

.btn-hamburger {
    top: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAAyCAYAAADrwQMBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTAyODY2MUQ0MUM1MTFFOTg5NDNENzdEMDEzNTVCRTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTAyODY2MUU0MUM1MTFFOTg5NDNENzdEMDEzNTVCRTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MDI4NjYxQjQxQzUxMUU5ODk0M0Q3N0QwMTM1NUJFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MDI4NjYxQzQxQzUxMUU5ODk0M0Q3N0QwMTM1NUJFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pom7tqsAAADESURBVHja7NixDYMwEIVhG7mjSkVBaiKUFZCYhoIpLPcMwhSRQskCLECVJgUlBbS0REoU3/1Pokaf7nw+2Q55tpnPYx9Na2JNYhQHPHjw4MGDBw8evLS4b//Ae0/lVVb+kI3Kg9fX9lYdPoRA24OXhL9VRdwD73rPn1I2vLPzxaWXtOaqi3/Dsz8980x72p4Njw2PMw+egccbHlcdb3jgZeC78XV2w/urz83LOmnd8Fw/vUvaHjx48ODBgwcPHryM7AIMABICHDiFsPMOAAAAAElFTkSuQmCC) no-repeat 50%;
    height: 50px
}

.btn-close,
.btn-hamburger {
    border: none;
    position: absolute;
    left: -4px;
    outline: none;
    width: 70px
}

.btn-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkM0QTEzQjE0MkRGMTFFOUFBRkY5Q0U1MTAxODgxNEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkM0QTEzQjI0MkRGMTFFOUFBRkY5Q0U1MTAxODgxNEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQzRBMTNBRjQyREYxMUU5QUFGRjlDRTUxMDE4ODE0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQzRBMTNCMDQyREYxMUU5QUFGRjlDRTUxMDE4ODE0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgo71tYAAALYSURBVHjapJZpiE1hGMfvve5Y7pCtKcsHygfjC2OkJKGYosYkjQ+yxMRkmXGFjH0XJmWZCZmRlEmNLCWfRihiMiOUJF+sJVvG0hhL8Xvqf+o43XPuOeOpX93lnPf/Lv/3eZ54etXqWJboB7NgChTAIMiFt/AGnsA1OA+fgwZKBvw3ELZAGXSDd9Cqgb9CbxgK02Au1EA97IIPUcQWwBGt4AycgGb4k+HZOEyApbBc75bDOe+DiQwvHoDT8BRGwSK44yMU0+83tbqx8AIaYUc2sb2wBhpgIjyORYsHWuUF2Aq7/cTmQxUcg3nQEetcfINSTXiTzPWP2ACo1bmkY/8ftrWL4SHUQZ5bbBukYAn8cr00GzbrLIMiIReWuH7rkGAfWOc8ZPdoIZyFR55BhmuQmgDBhCxvkxrm+c+uyiU5NTepPe0OpzIMtEdbvELfKz2udITMsdVwMMMYx6Uxw8SKdPNv+ex9pT57Bb1CVT4rvy7TTE0qBbV6ziqbYFoHn03I4jfcN52k0lJzCHe5BS1P5ocQcuK57aBtRS/4FNLOaSXefM12fYS718PEvsiRsRD2rnMJjVb+jId41xbUbgO8hsEhhBwz7IcxcBQq4HAIwSHwKql8VqIy8iOEkLN1FS53OqbJlKxzNLkGG+gq9IRJEYScM6zQCk3wkM8Ki5Sdmmywi/BdRdIb232EMgmuVMXwhmWPNriS1Id6Fb4CbasTLZp1bRaXmuAzJV53jINiTbY9rh4kT5a2+zDe5+yiRkrJoi+MsEU5Wf89LINCOBnSzkHRRYk9X5m/zduDNKoN2ChjlHWygKbUt5jDN9hZ+bUFVll3whylsMKIQnZGd2GmDLUvqAdxCmmpLnqLuqTJAZ1Yjto5q1u3ob+VE5kiVCtnDecNbUO5xK1XvCcT/YSuKpaFavnatJJq54yiNKkfYa3uWrEu50iYLiFz7EsZoQku6776xl8BBgA9RrLKAL9p3wAAAABJRU5ErkJggg==) no-repeat 50%;
    height: 40px
}

.box {
    border: 1px solid #4b5;
    border-radius: 4px;
    text-align: left;
    margin: 50px 10px;
    position: relative
}

.box:after,
.box:before {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 50px;
    border-left: 1px solid #4b5;
    position: absolute;
    left: 50%
}

.box:before {
    top: -50px
}

.box:after {
    bottom: -50px
}

.box-title {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #4b5;
    color: #4b5;
    font-size: 1.2em;
    font-weight: 400
}

.box-content {
    padding: 20px;
    background-color: #f8f8f8
}

@media (min-width:40em) {
    .btn-hamburger {
        top: 12px
    }

    .title {
        font-size: 19px
    }
}

@media (min-width:54em) {
    .box {
        width: 70%;
        max-width: 1200px;
        margin: 50px auto
    }
}

.panel-footer {
    margin: 10px auto 20px
}

.panel-footer p {
    padding-bottom: 20px
}

.heart {
    font-style: normal;
    font-weight: 500;
    color: #c0392b;
    text-decoration: none
}

label.dokchan.form-label {
    color: red !important
}

body {
    width: 100%;
    height: 100%;
    font-family: dbhelvethaicamonx;
    background-color: #fff
}

.App {
    text-align: center
}

.App-logo {
    height: 40vmin
}

.App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: #fff
}

.App-link {
    color: #09d3ac
}

.errorText {
    color: #c50707
}

.react-date-picker__wrapper {
    border: none !important
}

.customDatePickerWidth,
.customDatePickerWidth>div.react-datepicker-wrapper,
.customDatePickerWidth>div>div.react-datepicker__input-container .customDatePickerWidth>div>div.react-datepicker__input-container input {
    width: 100%
}

.react-date-picker {
    margin-bottom: 16px
}


.lpcAPj {
    background-color: rgb(4, 71, 48);
    padding: 0.5em 1em;
}

.yAKjh {
    padding: 1em;
    margin: 1em 1em 1.5em;
    border-radius: 1em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 6px 15px -6px;
    font-size: 1.1rem;
}

.euQQcz {
    overflow: scroll;
    width: 100%;
    height: calc(50vh);
    max-height: 600px;
    padding: 0px 1em 1em;
}

.cc-wrap-box {
    font-size: 0.9rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.eLrCLC {
    text-align: center !important;
    background-color: rgb(4, 71, 48) !important;
    border-color: rgb(4, 71, 48) !important;
    font-size: larger !important;
    padding: 6px 35px !important;
    width: max-content !important;
}

.hqbZYW {
    font-size: 0.8rem;
    font-weight: 400;
    color: rgb(40, 167, 69);
}

.sc-EHOje::placeholder , .form-control-cus::placeholder, #formDOB::placeholder, .invalid-feedback{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: Arial, Helvetica, sans-serif!important;
    opacity: 1; /* Firefox */
  }


/* Container alignment */
.text-center {
    text-align: center;
}

.privacy-label {
    font-size: 16px;
    color: #333;
}
.privacy-link {
    color: #28a745 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.privacy-link:hover {
    text-decoration: underline !important;
}

.invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}

.form-check-input:invalid ~ .invalid-feedback {
    display: block;
}
.form-check-label {
    font-size: 14px; /* or any size you prefer */
}