@font-face {
    font-family: "Mitr";
    font-style: normal;
    font-weight: normal;
    src: url(./../../font/Mitr-Regular.ttf);
}
@font-face {
    font-family: "Mitr";
    font-style: normal;
    font-weight: medium;
    src: url(./../../font/Mitr-Medium.ttf);
}
@font-face {
    font-family: "Mitr Bold";
    font-style: normal;
    font-weight: bold;
    src: url(./../../font/Mitr-Bold.ttf);
}

@font-face {
    font-family: "Prompt";
    font-style: normal;
    font-weight: normal;
    src: url(./../../font/Prompt-Regular.ttf);
}
@font-face {
    font-family: "Prompt";
    font-style: normal;
    font-weight: medium;
    src: url(./../../font/Prompt-Medium.ttf);
}
@font-face {
    font-family: "Prompt";
    font-style: normal;
    font-weight: bold;
    src: url(./../../font/Prompt-Bold.ttf);
}

html {
    --primary: "#005EFF";
}
body {
    display: flex;
    flex-direction: column;
    background: #e6e6e6;
}
main {
    font-family: "Noto Sans Thai";
    min-height: 634px;
    font-size: 16px;
    line-height: 27px;
    color: #000;
    display: flex;
    align-self: center;
    padding: 0 120px;
    max-width: none;
    width: 100%;
}
.content-display {
    margin: 0;
    padding: 0;
}
/* breadcrumb */
.breadcrumb {
    min-height: 65px;
    padding-left: 16px;
    margin-bottom: 0 !important;
}
.breadcrumb-item {
    line-height: 65px;
    vertical-align: middle;
    color: #fff !important;
    font-weight: 400;
    font-family: "Noto Sans thai";
}
.breadcrumb-item a,
.breadcrumb-item a:hover {
    color: #fff !important;
    font-weight: 600;
    font-family: "Noto Sans Thai Semi bold";
    text-decoration-color: var(--blue);
    text-underline-offset: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: none;
    line-height: 65px;
    vertical-align: middle;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 7px;
    color: #fff;
    content: url("./../../images/icon/right-blue.svg");
}
a {
    color: #1f36c7;
}
.bg-content {
    background-color: #fff;
}
.detail-section {
    min-height: 600px;
    padding: 32px 16px;
    margin-bottom: 32px;
    border-radius: 8px;
}
.title-block {
    padding-bottom: 32px;
}
.content-block {
    padding-bottom: 32px;
}
/* Line login */
.line-login {
    background-image: url("./../../images/line/btn_login_base.png");
    height: 44px;
    width: 151px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.line-login:hover {
    background-image: url("./../../images/line/btn_login_hover.png");
}
.line-login:active {
    background-image: url("./../../images/line/btn_login_press.png");
}
.error-title {
    margin-top: 200px;
    color: #777;
}
.image-link {
    text-decoration: none;
}
.image-caption {
    margin-top: 16px;
}
.image-caption span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
/* form */
.form-block > div,.consent-block {
    margin-bottom: 32px !important;
}
.form-block > .content-block {
    padding-bottom: 0;
}
.form-label {
    font-size: 14px;
    color: #333;
    margin-bottom: 0 !important;
}
.form-control {
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    border: 1px solid var(--Black-40, #999);
    background: var(--Black-White, #fff);
    padding: 0 12px !important;
}
input[type="file"]::file-selector-button {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}
.form-helper {
    margin-top: 8px;
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */
}
.btn-form {
    height: 49px;
    border-radius: 4px;
    background: #2161f6;
}
.form-check-label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
.banner {
    padding: 0 !important;
    margin: 0 !important;
}
@media only screen and (max-width: 810px) {
    main {
        font-family: "Noto Sans Thai";
        min-height: 634px;
        font-size: 16px;
        line-height: 27px;
        color: #000;
        display: flex;
        align-self: center;
        padding: 0 0;
    }
    .content-display {
        padding: 0 24px;
    }
    .breadcrumb {
        padding-left: 0;
    }
    .form-block > div {
        margin-bottom: 24px !important;
    }
}
