/* .registration-lnk{
    display: none !important;
} */

#btn-sym {
    pointer-events: none;
    background-color: gray !important;
}

#dnn_ctr447_Login_pnlLogin {
    display: none;
}

html {
    height: 100%;
}

body {
    min-width: 375px;
    min-height: calc(100vh - 104px);
    overflow-y: scroll;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-family: Kanitlight, Kanit, sans-serif !important;
}

.container-main {
    margin-top: 99px !important;
}

.function-main {
    align-items: center;
    position: absolute;
    display: inline-flex;
    right: 10px;
    top: 10px;
}

.function-main .usr {
    margin-right: 8px;
    font-size: 11pt;
}

.function-main .usr.role,
.function-main .usr.lng {
    padding: 4px 8px;
    border-radius: 2px;
    color: white;
    font-size: 9pt;
}

.function-main .usr.role {
    background-color: #188e7e;
}

.function-main .usr.lng {
    color: black;
    background-color: #eeefff;
}

.function-main .logoff-btn {
    color: gray;
    font-size: 12pt;
}

.function-main .logoff-btn:hover {
    color: #222;
}

.flex-center {
    display: inline-flex;
    align-items: center;
}

.a-click {
    cursor: pointer;
}

.dts-dropdown {
    position: absolute;
    background-color: white;
    border-radius: 4px;
    padding: 2px;
    border: 1px solid #eeefff;
    right: 22px;
    top: 22px;
    z-index: 2;
}

.dts-dropdown .dropdown-item {
    background-color: #f2f2f2;
    margin: 2px 0px;
    border-radius: 4px;
}

.dts-dropdown .dropdown-item.actived {
    background-color: #bdbdbd;
    color: white;
}

.d-inline-flex.nav {
    padding: 8px;
    margin-bottom: 3px;
}

.header-box {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    align-items: center;
}

.top-center {
    z-index: 20;
    position: fixed;
    width: 100%;
    height: 50px;
    background: white;
    border-bottom: 1px solid #ddd;
}

.mb-nav-box {
    top: 50px;
}

.menu-group i {
    font-size: 20pt;
}

.menu-group {
    display: flex;
}

.btn-lang {
    background-color: #efefef;
    border-radius: 4px;
    padding: 2px 6px;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.logout {
    cursor: pointer;
    color: #e6802b;
}

div#main {
    font-size: 14pt;
}

.dts-hdn {
    display: none !important;
}

.mb-nav-box,
.mb-nav,
.menu-nav-btn,
.menu-logo {
    height: 70px;
}

.header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

img.logoweb {
    width: 40px;
}

img.logoweb.cpg {
    width: 45px;
}

img.logoweb.logo-sep {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #cdcdcd;
}

#btnBackToTop {
    position: fixed;
    right: 20px;
    bottom: -40px;
    z-index: 99;
    background-color: rgb(128 128 128 / 40%);
    padding: 10px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    color: white;
    font-size: .8em;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}

li.menu-logo {
    padding: 0px;
    margin: 0px;
    left: 0;
    width: 100%;
}

.close-icon {
    width: 35px;
    margin-top: 5px;
}

.close-icon:after,
.close-icon:before,
.close-icon div {
    background-color: #444;
    border-radius: 3px;
    content: '';
    display: block;
    height: 5px;
    margin: 7px 0;
    transition: all .2s ease-in-out;
}

.close-icon.active:before {
    transform: translateY(12px) rotate(135deg);
}

.close-icon.active:after {
    transform: translateY(-12px) rotate(-135deg);
}

.close-icon.active div {
    transform: scale(0);
}

.navItem {
    font-size: 12pt;
    color: #444 !important;
    FONT-WEIGHT: 400 !important;
    margin-left: 3rem;
}

.navItem.dropdown {
    display: none;
}

.navMenu {
    margin-top: 8px;
}

.sideBar {
    position: fixed;
    width: 100%;
    text-align: right;
    background: rgb(255, 255, 255, .98);
    left: 0px;
    height: 100%;
    z-index: 99;
    transform: translateX(100%);
    transition: transform 250ms ease-in-out;
    border-top: 1px solid #efefef;
    margin-top: 0px;
}

.sideBar.show {
    transform: translateX(0%);
}

.sideBar a.navItem {
    font-family: kanit;
    text-decoration: none;
    font-size: 100%;
    width: 100%;
    display: inline-block;
    padding: 1em;
    margin: 0px !important;
    border-bottom: 1px solid #efefef;
}

.sideBar a.navItem:hover {
    background-color: #dbe4db;
}

.navMenu a.navItem>span::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: rgb(70, 195, 100);
    background: linear-gradient(90deg, rgba(70, 195, 100, 1) 0%, rgba(51, 144, 73, 1) 70%, rgba(37, 108, 53, 1) 89%, rgba(12, 91, 31, 1) 100%);
    transition: width .3s;
    border-radius: 2px;
}

.navMenu a.navItem>span:hover::after,
.navMenu a.navItem.active>span::after {
    width: 100%;
}

.navMenu a.navItem>span {
    display: inline-block;
    font-weight: 400;
}

.footer-bg {
    background-color: #e67b00;
}

a.white-lnk {
    color: white;
}

.footer-txt * {
    font-size: 11pt;
}

.article-box {
    margin-bottom: 15px;
}

.article-box>div.image {
    border-radius: 2px;
    aspect-ratio: 16/8;
    background-size: cover;
    background-position: top center;
    margin-bottom: 10px;
}

.article-box .title {
    font-weight: 600;
    font-size: 13pt;
    margin-bottom: 8px;
}

.article-box .desc {
    font-size: 11pt;
    margin-bottom: 8px;
    line-height: 1.2;
    font-weight: 100;
}

.article-box a.dts-btn {
    color: white;
    background-color: #2196b8;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 13px;
    font-size: 11pt;
    display: inline-block;
}

.article-box a.dts-btn:hover {
    background-color: #067c9e;
}

img.bnr-hero {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.hero-01 {
    background: rgb(25, 23, 39);
    background: linear-gradient(90deg, rgba(25, 23, 39, 1) 0%, rgba(25, 23, 39, 1) 42%, rgba(11, 4, 1, 1) 44%, rgba(11, 4, 1, 1) 100%);
}

.hero-02 {
    background: #4ca9b7;
    background: rgb(76, 169, 183);
    background: linear-gradient(90deg, rgba(76, 169, 183, 1) 0%, rgba(76, 169, 183, 1) 51%, rgba(25, 51, 110, 1) 52%, rgba(25, 51, 110, 1) 100%);
}

.hero-frame {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-txt {
    /* position: absolute; */
}

.hero-txt p {
    margin: 0px;
    padding: 0px;
}

.hero-01 .hero-txt p {
    color: white;
    line-height: 1;
    letter-spacing: 2;
    font-weight: 100;
}

p.announce-title {
    font-size: 1.5rem;
}

p.announce-blow {
    font-size: 3rem;
    line-height: 1 !important;
    font-weight: 400 !important;
}

p.announce-desc {
    font-size: 1rem;
}

a.dts-btn {
    border-radius: 11px;
    color: white;
    border: 1px solid white;
    text-decoration: none;
    padding: 6px 15px;
    display: inline-block;
    font-size: 18pt;
}

.hero-01 .hero-txt {
    padding-left: 7%;
    padding-top: 7%;
    aspect-ratio: 16/9;
}

nav.mb-nav-box.hideup {
    transform: translateY(-80px);
}

#btnBackToTop.showup {
    transform: translateY(-80px);
}

div#lang-section {
    text-align: right;
}

.flag-select {
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.flag-select>* {
    vertical-align: middle;
    font-size: 12pt;
    color: #143673;
}

.flag-select div.flagimg {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
    margin-right: 5px;
}

.flag-box {
    display: none;
}

.hideMe {
    display: none !important;
}

.main-child {
    padding-top: 120px;
    position: relative;
}

.user-info {
    display: flex;
    font-weight: 100;
    font-size: 12pt;
    cursor: default;
}

.user-role {
    background-color: #efefef;
    padding: 0px 10px;
    border-radius: 4px;
}

.user-role.sd-staff {
    background-color: #0082d5;
    color: white;
}

@media screen and (max-width:1200px) {

    div#lang-section {
        position: absolute;
        right: 0;
    }

    img.bnr-ico.inno-txt {
        /* display: none; */
    }
}

@media screen and (min-width: 350px) {
    .article-box {
        display: flex;
    }

    .article-box>div.image {
        min-width: 120px;
        aspect-ratio: 16/12;
        margin-right: 10px;
    }
}

@media screen and (min-width: 576px) {
    p.announce-title {
        font-size: 2.5rem;
    }

    .th p.announce-blow,
    .cn p.announce-blow {
        font-size: 4rem;
        line-height: 1 !important;
    }

    .en p.announce-blow {
        font-size: 3rem;
        line-height: 1.2 !important;
    }

    p.announce-desc {
        font-size: 1.6rem;
    }

    a.dts-btn {
        font-size: 18pt;
    }

    .article-box {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .hero-01 .hero-txt {
        padding-left: 12%;
        padding-top: 7%;
    }
}

@media screen and (min-width: 992px) {
    .th p.announce-title {
        font-size: 2rem;
    }

    .en p.announce-title,
    .cn p.announce-title {
        font-size: 2rem;
        line-height: 1.5;
    }

    p.announce-blow {
        font-size: 9rem;
    }

    p.announce-desc {
        font-size: 1.5rem;
    }

    a.dts-btn {
        font-size: 1.5rem;
        padding: 10px 20px;
    }

    .article-box {
        display: flex;
    }

}

.section-no {
    font-size: 20pt;
}

.section-title {
    font-size: 11pt;
    position: relative;
    top: -2px;
    left: 4px;
}

.step-state {
    padding: 0px 10px;
}

.nav.active {
    background: #e67b00;
    padding: 8px;
    color: white;
}

.nav {
    background: #efefef;
    padding: 10px;
    cursor: pointer;
}

.form-no-lbl {
    font-size: 33pt;
}

.form-subject-lbl {
    font-size: 16pt;
}

.form-topic-lbl {
    font-size: 13pt;
    line-height: 1.2;
}

.form-lbl {
    line-height: 1.3;
    font-size: 13pt;
}

.form-textarea {
    width: 100%;
    border: 1px solid #cbc8c8;
    border-radius: 6px;
    padding: .25rem 10px;
    font-size: 12pt;
}

.btn.btn-blue {
    background: #1c64e7;
    color: white;
    font-size: 12pt;
    line-height: 1.2;
}

.btn.btn-blue:hover {
    color: white;
    background-color: #0e75c0;
    border-color: var(--bs-btn-hover-border-color);
}

.radio-year,
.radio-Type,
.radio-Role {
    font-size: 14pt;
}

.btn-group-toggle i.fa-circle-check {
    display: none;
}

.btn-group-toggle .active i.fa-circle-check {
    display: inline-block;
}

.btn-group-toggle .active i.fa-circle {
    display: none;
}

.bg-member {
    background: #f2f2f2;
    border-radius: 5px;
}

.member-detail {
    padding: 7px 10px;
}



.prj-position,
.prj-membername {
    font-size: 12pt;
}

.prj-membermail,
.prj-membertel,
.prj-position {
    line-height: 1.5;
}

.prj-memberbg {
    color: #0071bc;
    font-size: 15pt;
}

.prj-membercountry {
    color: #0071bc;
    font-size: 13pt;
}

.lbluploadfile {
    font-size: 13pt;
}

.com-detail-box {
    position: relative;
    top: 22px;
}

.page-redirect {
    font-size: 13pt;
    padding: 10px;
    margin: 0px 10px;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
}

.goto-page {
    font-size: 13pt;
}

.page-redirect.active {
    background: #cccccc;
    color: white;
    border: 1px solid #cccccc;
    cursor: initial;
}

.page-redirect:hover {
    background: #cccccc;
    border: 1px solid #cccccc;
}

#search-txtautocomplete-list>div:hover,
#inno-member-not-cpg-nameautocomplete-list,
#inno-member-outside-nameautocomplete-list,
#inno-member-nameautocomplete-list,
#inno-contact-nameautocomplete-list>div:hover {
    background: #cfeaf3;
}

#search-txtautocomplete-list>div,
#inno-member-not-cpg-nameautocomplete-list>div,
#inno-member-nameautocomplete-list>div,
#inno-contact-nameautocomplete-list>div,
#inno-member-outside-nameautocomplete-list>div {
    padding: 5px 10px;
    margin: 0px 0px 8px 0px;
    background: rgb(239, 249, 251);
    border: 1px solid rgb(216 236 239);
    border-radius: 4px;
}

#search-txtautocomplete-list,
#inno-member-not-cpg-nameautocomplete-list,
#inno-member-nameautocomplete-list,
#inno-contact-nameautocomplete-list,
#inno-member-outside-nameautocomplete-list {
    background: transparent !important;
    border: none !important;
}

.fa-trash-alt {
    color: #f15a24;
    font-size: 11pt;
}

.fa-image {
    color: black;
}

.fa-pen {
    color: #0071bc;
    font-size: 11pt;
}

.fa-file {
    color: #009688;
}

.info-ico {
    color: #14c7f7;
    font-size: 16pt;
}

.more-info {
    position: relative;
}

.more-info-data {
    background-color: rgb(241 241 241 / 98%);
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #e7e7e7;
    margin-top: 2px;
    display: none;
}

.more-info div,
.more-info span {
    font-family: kanitLight !important;
    font-weight: normal !important;
    font-size: 13pt;
    line-height: 1.3;
}

.more-info-data.show {
    display: block;
}

.form-desc-lbl {
    font-size: 11pt;
    line-height: 1.5;
}

.form-dropdown {
    font-size: 13pt;
}

.form-option {
    border: 1px solid #cbc8c8;
    border-radius: 5px;
}

.form-sublbl {
    font-size: 10pt;
}

.checkbox-btn {
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
}

.lbl-choice {
    font-size: 11pt;
    position: relative;
    top: -5px;
    left: 6px;
}

#btnBackToTop {
    position: fixed;
    right: 20px;
    bottom: -40px;
    z-index: 99;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(128 128 128 / 40%);
    padding: 10px;
    border-radius: 50%;
    color: white;
    font-size: .8em;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}

#btnBackToTop.showup {
    transform: translateY(-80px);
    Background-color: rgb(28 143 240/ 100%);
    Border: 2px solid white;
}


.form-textarea.sum {
    background: #e5e5e5;
}

.is-invalid {
    border: 1px solid red;
}

.bnr-bg {
    background-image: url("/portals/0/images/bnr/member-header.jpg");
    background-size: cover;
    position: relative;
    top: 0px;
}

.page-title {
    background: rgb(255 255 255 / 80%);
    display: inline-flex;
    align-items: center;
    padding: 2.4em 20px;
    flex-direction: column;
    justify-content: start;
}

.page-title span.main-text {
    font-size: 17pt;
    font-weight: bold;
}

.page-title span.pre-text {
    font-size: 12pt;
}

.d-inline-flex.nav.active {
    pointer-events: none;
}

.d-inline-flex.nav:hover {
    background-color: #ff9211;
    color: white;
}

.page-title span {
    display: flex;
    align-self: start;
}

.scoring-column-box {
    display: inline-flex;
    padding: 1em;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 90%);
    font-size: 12pt;
    font-weight: normal;
    color: #00a8ce;
}

.scoring-column-box span {
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}

.img-blk {
    border: 1px dotted gray;
    border-radius: 4px;
    padding: 9px 10px;
    cursor: pointer;
}



.top-col-bg {
    background-color: rgb(23 18 18 / 70%);
}

.top-col-bg,
.bottom-col-bg {
    padding: 3em 2.5em !important;
}

.header-banner .header-title {
    font-size: 16pt;
    max-width: 200px;
    position: relative;
    top: -4px;
    color: white;
}

.content,
.link-txt,
.form-check-label>span {
    font-size: 13pt;
    line-height: 1.4;
}

.header-banner .content-desc {
    color: #a6a6a6;
}

.content-desc {
    font-size: 11.5pt;
    line-height: 1.4;
}

.bottom-col-bg {
    background-color: rgb(248 248 248 / 50%);
}

.top-col-bg,
.bottom-col-bg {
    padding: 3em 2.5em !important;
}

.login-box {
    display: flex;
    flex-wrap: wrap;
}

.login-box a {
    display: inline-block;
    width: 31.5%;
    /* border: 3px solid #f8f8f8; */
    margin: 2px;
    border-radius: 6px;
    overflow: hidden;
}


.box-header>img {
    width: 110px;
}

.box-header.header-banner>img {
    width: 100%;
    max-width: 180px;
}

.box-header.header-banner>img {
    width: 120px;
}

.LogBlock-header {
    background-color: white;
    max-width: 380px;
    margin: auto;
    display: block;
    padding: 0pt;
    text-align: center;
}

.login-desc-box {
    background-color: white;
    max-width: 380px;
    margin: auto;
    padding: 0px 28pt;
}

.login-desc-box .login-desc {
    font-size: 12pt;
    font-family: 'KanitLight' !important;
}

.dts-bt-ft {
    background-color: rgb(21 21 21 / 50%);
    border-top: 1px solid #bdcbd4;
    padding-top: 20pt;
    padding-bottom: 20pt;
    font-size: 11pt;
}

.dts-bt-ft .sel-mod-pri {
    color: white !important;
    line-height: 1.4 !important;
    font-family: 'KanitLight' !important;
    font-size: 16pt;
}

.dts-bt-ft .sel-mod-sec {
    line-height: 1.4 !important;
    font-size: 11pt;
    font-family: 'KanitLight' !important;
}

@media (min-width: 576px) {
    .login-box a {
        width: 19%;
    }
}

@media (min-width: 768px) {
    .set-h {
        min-height: calc(100vh - 280px);
    }

    .login-box a {
        width: 23.5%;
    }
}

@media screen and (min-width: 992px) {
    .header-banner .header-title {
        font-size: 26pt;
        max-width: 280px;
        top: -4px;
    }

    .login-box a {
        width: 16%;
    }

    .box-header.header-banner>img {
        width: 180px;
    }

}

@media (min-width: 768px) {
    .set-h {
        min-height: calc(100vh - 280px);
    }
}

.set-h {
    display: flex;
    align-items: center;
    padding: 2em;
}

.btn-edit {
    color: #0277bd !important;
    background: transparent !important;
    border: 1px solid #0277bd !important;
    border-radius: 10px !important;
}

.btn-trash {
    border: 1px solid #f15a24 !important;
    background: transparent !important;
    border-radius: 10px !important;
    color: #f15a24 !important;

}

.btn-set>i {
    padding: 7px 6px;
}

.lbl-no {
    font-size: 15pt !important;
}

.prj-name {
    font-size: 13pt !important;
}

.file-box-2 :nth-child(even) {
    background-color: #eceff1;

}

button.btn-setting {
    display: none;
}

.high-frame .cpg-logo a {
    /* color: #008a44; */
}

.high-frame {
    min-height: calc(100vh - 220px);
}

.high-frame {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dts-sd-ft .sel-mod-pri {
    font-size: 14pt !important;
    margin-top: 0px !important;
    line-height: 1.2 !important;
}

.footer-section-main {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

label.radio-Type {
    display: flex;
    margin-bottom: 4px;
}

label.radio-Type>span {
    padding-top: 4px;
}

.data-box {
    background-color: #f3f3f3;
    padding: 8px 16px;
    border-radius: 8px;
    display: flex;
    height: 100%;
}

.member-lv {
    font-size: 11pt;
    font-weight: bold;
    line-height: 1.2;
}

.member-email,
.member-tel,
.member-bu,
.member-in-out {
    font-size: 11pt;
    line-height: 1.2;
}

.member-name,
.member-bg {
    font-size: 14pt;
}

.member-bg,
.member-bu {
    color: #008acc;
    line-height: 1;
}

.list-item-box {
    padding-bottom: 8px;
}

.data-box .content {
    width: 100%;
}

.action-button i {
    padding: 0px;
    border: none !important;
    font-size: 12pt;
    margin: 4px;
}

.action-button {
    display: flex;
}

@media (max-width: 768px) {
    .step-state .section-title {
        display: none;
    }
}

@media (max-width: 992px) {
    .year-lbl {
        display: none;
    }

    img.bnr-ico.inno-txt {
        display: inline-block;
    }
}

.ehActions .dnnActions {
    padding-top: 0px;
    position: relative;
    top: -20px;
}

.member-in-out {
    color: #755d31;
}

.modal-header.bg {
    background-size: cover;
    background-position: top center;
    min-height: 90px;
}

.bnr-member {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.modal-body .modal-title {
    font-size: 20pt;
    line-height: 1;
}

.modal-body .modal-desc {
    font-size: 13pt;
    line-height: 1.2;
    color: #00548e;
}

.list-box .data-box .content {
    width: calc(100% - 40px);
}

.bnr-logo {
    background-color: white;
    border-top: 1px solid #efefef;
    display: flex;
    box-shadow: 0px 5px 5px -5px #d0d0d0;
    min-height: 58px;
}

.bnr-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bnr-group img {
    display: inline-block;
}

img.bnr-ico {
    display: inline-block;
    top: 0px;
    position: initial;
    border: none;
}

img.bnr-ico.cpg {
    width: 35px;
    position: relative;
    top: -1px !important;
}

img.bnr-ico.inno {
    width: 35px;
    position: relative;
    top: -2px;
    left: 0px;
}

img.bnr-ico.logo-sep {
    border-right: 1px solid #efefef;
    /* margin-right: 5px; */
    padding-right: 5px;
    top: 0px;
}

img.bnr-ico.inno-txt {
    width: 230px;
    position: relative;
    top: -3px;
}

.cpg-logo img.bnr-ico.inno,
.cpg-logo img.bnr-ico.cpg {
    position: initial;
    left: initial;
}

.white-svg {
    filter: invert(1) brightness(100);
}

.right-txt {
    font-size: 11pt;
}

.dts-sd-ft .white-txt {
    color: #e4e4e4 !important;
}

.lnk-group a {
    display: block;
    padding-top: 8px;
}

@media (min-width: 576px) {
    .lnk-group a {
        display: inline-block;
        padding-top: 8px;
    }
}

.dts-sd-ft {
    background-color: #00796c !important;
    padding-top: 20pt !important;
    padding-bottom: 20pt !important;
}

.hero-01 a.dts-btn {
    background-color: rgb(195 104 35 / 80%);
    color: white;
}

.bnr-bg .page-title {
    font-size: 19pt;
    padding: 1em;
    line-height: 1.2;
    display: inline-block;
}

.form-subject {
    font-size: 18pt;
    color: #222;
    font-weight: 600;
}

.content-block {
    margin-top: 4em;
    margin-bottom: 4em;
    padding-bottom: 2em;
}

.content-block .content-desc {
    font-size: 13.5pt;
    line-height: 1.2;
}

.objective-box {
    border: 1px solid #d4d4d4;
    padding: 1em;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.objective-box .content {
    line-height: 1.125;
    font-size: 11pt;
    color: #444;
}

.objective-box .ico {
    font-size: 20pt;
    text-align: center;
    padding-bottom: 10pt;
    padding-top: 4pt;
}

.fa-lightbulb-on {
    color: #078978;
}

.fa-messages {
    color: #e1b938;
}

.fa-robot {
    color: #d87c48;
}

.fa-share-nodes {
    color: #2e4b78;
}

.fa-arrow-up-right-dots {
    color: #eeaf58;
}

img.com-chart {
    width: 100%;
    max-width: 706px;
}

a.content-lnk,
a.content-lnk:visited {
    font-size: 13.5pt;
    color: #006399;
    display: inline-block;
    line-height: 1.23;
}

.type-box {
    color: white;
    background-color: #efefef;
    padding: 1em;
    display: flex;
    height: 100%;
}

.type-box .type-no {
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    padding: 0px 13px 0px 0px;
    min-width: 35px;
}

.type-box .content.title {
    font-size: 14pt;
    font-weight: bold;
    line-height: 1.125;
    margin-bottom: 8px;
}

.type-box .content {
    font-size: 12pt;
    line-height: 1.2;
}

.type-box.type-1 {
    background-color: #836C46;
}

.type-box.type-2 {
    background-color: #a79442;
}

.type-box.type-3 {
    background-color: #aa7e36;
}

.type-box.type-4 {
    background-color: #d4854c;
}

.type-box.type-p {
    background-color: #519188;
}

.type-box.type-s {
    background-color: #2E373A;
}

.type-box .type-detail {
    padding-top: 3px;
}

.space-animate {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 1px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: -42vw -4vh 0px 0px #fff, 25vw -41vh 0px 0px #fff, -20vw 49vh 0px 1px #fff, 5vw 40vh 1px 1px #fff, 29vw 19vh 1px 0px #fff, -44vw -13vh 0px 0px #fff, 46vw 41vh 0px 1px #fff, -3vw -45vh 0px 1px #fff, 47vw 35vh 1px 0px #fff, 12vw -8vh 1px 0px #fff, -34vw 48vh 1px 1px #fff, 32vw 26vh 1px 1px #fff, 32vw -41vh 1px 1px #fff, 0vw 37vh 1px 1px #fff, 34vw -26vh 1px 0px #fff, -14vw -49vh 1px 0px #fff, -12vw 45vh 0px 1px #fff, -44vw -33vh 0px 1px #fff, -13vw 41vh 0px 0px #fff, -36vw -11vh 0px 1px #fff, -23vw -24vh 1px 0px #fff, -38vw -27vh 0px 1px #fff, 16vw -19vh 0px 0px #fff, 28vw 33vh 1px 0px #fff, -49vw -4vh 0px 0px #fff, 16vw 32vh 0px 1px #fff, 36vw -18vh 1px 0px #fff, -25vw -30vh 1px 0px #fff, -23vw 24vh 0px 1px #fff, -2vw -35vh 1px 1px #fff, -25vw 9vh 0px 0px #fff, -15vw -34vh 0px 0px #fff, -8vw -19vh 1px 0px #fff, -20vw -20vh 1px 1px #fff, 42vw 50vh 0px 1px #fff, -32vw 10vh 1px 0px #fff, -23vw -17vh 0px 0px #fff, 44vw 15vh 1px 0px #fff, -40vw 33vh 1px 1px #fff, -43vw 8vh 0px 0px #fff, -48vw -15vh 1px 1px #fff, -24vw 17vh 0px 0px #fff, -31vw 50vh 1px 0px #fff, 36vw -38vh 0px 1px #fff, -7vw 48vh 0px 0px #fff, 15vw -32vh 0px 0px #fff, 29vw -41vh 0px 0px #fff, 2vw 37vh 1px 0px #fff, 7vw -40vh 1px 1px #fff, 15vw 18vh 0px 0px #fff, 25vw -13vh 1px 1px #fff, -46vw -12vh 1px 1px #fff, -18vw 22vh 0px 0px #fff, 23vw -9vh 1px 0px #fff, 50vw 12vh 0px 1px #fff, 45vw 2vh 0px 0px #fff, 14vw -48vh 1px 0px #fff, 23vw 43vh 0px 1px #fff, -40vw 16vh 1px 1px #fff, 20vw -31vh 0px 1px #fff, -17vw 44vh 1px 1px #fff, 18vw -45vh 0px 0px #fff, 33vw -6vh 0px 0px #fff, 0vw 7vh 0px 1px #fff, -10vw -18vh 0px 1px #fff, -19vw 5vh 1px 0px #fff, 1vw 42vh 0px 0px #fff, 22vw 48vh 0px 1px #fff, 39vw -8vh 1px 1px #fff, -6vw -42vh 1px 0px #fff, -47vw 34vh 0px 0px #fff, -46vw 19vh 0px 1px #fff, -12vw -32vh 0px 0px #fff, -45vw -38vh 0px 1px #fff, -28vw 18vh 1px 0px #fff, -38vw -46vh 1px 1px #fff, 49vw -6vh 1px 1px #fff, -28vw 18vh 1px 1px #fff, 10vw -24vh 0px 1px #fff, -5vw -11vh 1px 1px #fff, 33vw -8vh 1px 0px #fff, -16vw 17vh 0px 0px #fff, 18vw 27vh 0px 1px #fff, -8vw -10vh 1px 1px #fff;
    box-shadow: 24vw 9vh 1px 0px #fff, 12vw -24vh 0px 1px #fff, -45vw -22vh 0px 0px #fff, -37vw -40vh 0px 1px #fff, 29vw 19vh 0px 1px #fff, 4vw -8vh 0px 1px #fff, -5vw 21vh 1px 1px #fff, -27vw 26vh 1px 1px #fff, -47vw -3vh 1px 1px #fff, -28vw -30vh 0px 1px #fff, -43vw -27vh 0px 1px #fff, 4vw 22vh 1px 1px #fff, 36vw 23vh 0px 0px #fff, -21vw 24vh 1px 1px #fff, -16vw 2vh 1px 0px #fff, -16vw -6vh 0px 0px #fff, 5vw 26vh 0px 0px #fff, -34vw 41vh 0px 0px #fff, 1vw 42vh 1px 1px #fff, 11vw -13vh 1px 1px #fff, 48vw -8vh 1px 0px #fff, 22vw -15vh 0px 0px #fff, 45vw 49vh 0px 0px #fff, 43vw -27vh 1px 1px #fff, 20vw -2vh 0px 0px #fff, 8vw 22vh 0px 1px #fff, 39vw 48vh 1px 1px #fff, -21vw -11vh 0px 1px #fff, -40vw 45vh 0px 1px #fff, 11vw -30vh 1px 0px #fff, 26vw 30vh 1px 0px #fff, 45vw -29vh 0px 1px #fff, -2vw 18vh 0px 0px #fff, -29vw -45vh 1px 0px #fff, -7vw -27vh 1px 1px #fff, 42vw 24vh 0px 0px #fff, 45vw -48vh 1px 0px #fff, -36vw -18vh 0px 0px #fff, -44vw 13vh 0px 1px #fff, 36vw 16vh 0px 1px #fff, 40vw 24vh 0px 0px #fff, 18vw 11vh 0px 0px #fff, -15vw -23vh 1px 0px #fff, -24vw 48vh 0px 1px #fff, 27vw -45vh 1px 0px #fff, -2vw -24vh 0px 1px #fff, -15vw -28vh 0px 0px #fff, -43vw 13vh 1px 0px #fff, 7vw 27vh 1px 0px #fff, 47vw 5vh 0px 0px #fff, -45vw 15vh 1px 1px #fff, -5vw -28vh 0px 1px #fff, 38vw 25vh 1px 1px #fff, -39vw -1vh 1px 0px #fff, 5vw 0vh 1px 0px #fff, 49vw 13vh 0px 0px #fff, 48vw 10vh 0px 1px #fff, 19vw -28vh 0px 0px #fff, 4vw 7vh 0px 0px #fff, 21vw 21vh 1px 1px #fff, -15vw -15vh 0px 1px #fff, -6vw -42vh 1px 0px #fff, -15vw 48vh 1px 1px #fff, -23vw 25vh 1px 1px #fff, -48vw 25vh 0px 1px #fff, -31vw -19vh 0px 1px #fff, 4vw 37vh 1px 1px #fff, -43vw 28vh 0px 0px #fff, 3vw -25vh 0px 1px #fff, -39vw 14vh 0px 1px #fff, -40vw 31vh 0px 1px #fff, 35vw -36vh 1px 1px #fff, 16vw 49vh 0px 0px #fff, 6vw 39vh 0px 0px #fff, 3vw -35vh 0px 1px #fff, -44vw -2vh 1px 0px #fff, -6vw 21vh 1px 0px #fff, 48vw 9vh 1px 1px #fff, -43vw 30vh 1px 1px #fff, 29vw -12vh 1px 1px #fff, -48vw 13vh 1px 0px #fff, -42vw 32vh 1px 1px #fff, 34vw 15vh 1px 1px #fff, 29vw -37vh 1px 1px #fff, 28vw 2vh 0px 0px #fff;
    animation: zoom 9s alternate infinite;
    z-index: 50;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
    }
}

a.dts-btn.disabled {
    background-color: #cecece;
    pointer-events: none;
}

.text-limit {
    font-size: 11pt;
    color: #e44100;
}

.list-box>.header,
.list-box>.body {
    padding: 0px var(--bs-gutter-x, .75rem);
}

.list-box .lbl-no {
    font-size: 13pt !important;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .list-box .body {
        border: none !important;
    }
}

.list-box .body .row:nth-child(odd) {
    background-color: #f7f7f7;
}

.modal {
    top: 40px !important;
}

.bnr-target {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.bnr-kpi {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.bnr-confirm {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.bnr-step {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.file-box-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-box-item a {
    word-break: break-word;
    display: block;
    line-height: 1;
    color: #008dca;
}

.file-box-item a.deleteable {
    color: orange;
    font-size: 12pt;
}

@media (min-width: 768px) {
    .w-md-75 {
        width: 75%;
    }
}

@media (min-width: 992px) {
    .w-lg-75 {
        width: 75%;
    }
}

.form-label:empty {
    display: none;
}

.text-desc {
    font-size: 11pt;
}

.form-label-status {
    font-size: 10pt;
    color: #b15308;
}

.filelist-item {
    display: flex;
    align-items: center;
    padding: .5em 1em;
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    font-size: 11pt;
}

.filelist-item span {
    word-break: break-word;
}

.filelist-item .ico {
    font-size: 20pt;
    color: gray;
}

.dts .form-check-input {
    width: 15pt !important;
    height: 15pt !important;
}

.dts .form-check-input[type="checkbox"] {
    margin-left: -15px !important;
}

.form-check {
    display: inline-flex;
    min-height: initial;
}

.form-check>label {
    padding-top: 4px;
    padding-left: 20px;
}

.indent-form-check {
    padding-left: 28pt;
}

.indent-form-check .form-check {
    margin-top: 0px !important;
    display: flex;
    align-items: center;
}

.indent-form-check .form-check>label {
    padding: 0px;
}

.mh-initial {
    min-height: initial !important;
}

.indent-form-check .form-check.form-check-inline {
    min-height: initial;
}

.topic-selected {
    font-weight: bold;
    color: #4e9900;
}

@media (max-width: 992px) {
    .hint-lg-medium>* {
        display: inline-block !important;
        font-size: 12pt !important;
    }
}

.content.sel-year {
    line-height: 1;
    font-size: 11.2pt;
}


.dts .form-select {
    font-size: 12pt !important;
}

.section-mt {
    margin-top: 1.5rem !important;
}

.list-box .row {
    padding-right: 0px !important;
}


.form-request {
    font-size: 11pt;
}

.fix-label-m .form-label {
    margin-bottom: 0;
}

.page-break {
    margin-top: 2rem;
    border-top: 1px solid #efefef;
    padding-top: .8rem;
}

.section-break {
    margin-top: 1rem !important
}

.fix-label-m .content.font-content-sm.lbl-no {
    line-height: 1.125;
}

.content.css-paper-code,
.content.css-paper-type {
    display: inline-block;
    line-height: 1;
}

.content.css-paper-code {
    margin-right: 5px;
    color: green;
}

.content.css-paper-type {
    color: #004a83;
}

.content.css-paper-name {
    font-size: 13.5pt !important;
    line-height: 1.2 !important;
    margin-bottom: 8pt;
    color: #222;
}

.content.css-co-name {
    font-size: 12pt !important;
    position: relative;
    top: -5px;
    color: #222;
}

.content.css-prj-member,
.content.css-prj-date {
    font-size: 8pt !important;
    position: relative;
    top: -4px;
    line-height: 1 !important;
}

.group-btn {
    display: flex;
    justify-content: end;
    position: relative;
    top: -8px;
}

.group-btn i {
    font-size: 12pt;
    padding: 4px;
    background-color: #efefef;
    border-radius: 4px;
    margin: 2px 4px;
    cursor: pointer;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.content.css-prj-dsc {
    position: relative;
    top: -4px;
    display: inline-block;
    font-size: 11pt !important;
}

div#listPapers.list-box .body .row {
    background-color: none !important;
}

@media (max-width: 992px) {

    .paper-block,
    .list-box .body .row:nth-child(odd) {
        background-color: white !important;
        border-radius: 4px;
        overflow: hidden;
        padding: 5px 10px 0px;
        box-shadow: 0px 2px 3px rgb(202 202 202 / 10%);
    }

    .paper-block {
        margin-bottom: 1.5em;
        margin-top: 1.5em;
    }

    .summary .list-box .body .row:nth-child(odd) {
        background-color: #f7f7f7;
    }

    .paper-bg {
        background-color: #f8f8f8;
        min-height: calc(100vh - 306px);
    }

}

div#listPapers.list-box .body .paper-block:nth-child(odd) .row {
    background-color: #fff !important;
}

div#listPapers.list-box .body .paper-block .row {
    border-bottom: 1px solid #efefef;
}

.data-box.pending {
    background-image: url(/portals/0/images/bg/pending-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60%;
}

.login-page .title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
}

.css-paper-number {
    font-size: 15pt !important;
}

.img-preview {
    aspect-ratio: 16/9;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: top center;
    border-radius: 4px;
}

.preview-item {
    display: inline-flex;
    width: 100%;
    max-width: 32%;
    flex-direction: column;
    margin: 10px;
    margin-left: 0px;
}

.action-section {
    font-size: 11pt;
    text-align: right;
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.action-section a {
    color: orange;
    margin: 0px 5px !important;
}


a.btn-dl {
    background-color: #b06816;
    color: white;
    border-radius: 4px;
    padding: 0px 5px;
    line-height: 1.2;
}

.listed .login-desc {
    line-height: 1.2;
    display: inline-block;
}

a.btn-dl:hover {
    background-color: #ce730c;
}

.note-txt {
    color: green;
    font-size: 11pt;
}

.hero-02 p {
    color: white !important;
}

.hero-02 .hero-txt {
    /* right: 0px; */
    /* top: 10%; */
    border-radius: 8px;
    padding: .5rem 1rem;
}

@media (max-width: 1900px) {
    .hero-02 .hero-txt {
        background-color: rgb(2 71 107 / 40%);
    }
}

.hero-02 .hero-txt {
    background-color: rgb(2 71 107 / 40%);
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dts-sd-ft .lnk-group a:not(:first-child) {
    color: #a7a7a7 !important;
    pointer-events: none;
}

.home-btn {
    font-size: 12pt;
    color: gray;
}

.container button.btn {
    font-size: 1.3em;
    padding: .25rem .5rem;
}

a.attach-item {
    display: inline-flex;
    align-items: center;
    background-color: #d0d0d0;
    padding: 4px 5px;
    border-radius: 4px;
    margin: 0px 5px 5px 0px;
}

.dts-sd-ft .inno-logo img.bnr-ico.logo-sep {
    margin-right: 5px !important;
}

.dts-datatable {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}

.dts-datatable div[class^="col-"] {
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.dts-datatable>div.row:last-of-type {
    border-bottom: 1px solid black;
}

.dts-datatable>.row div:last-of-type {
    border-right: 1px solid black;
}

.content.score {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.content.indent-1 {
    margin-left: 1.2em;
    display: inline-block;
}

.dts-datatable .content {
    line-height: 1.2;
    display: inline-block;
    padding: 4px 0px;
}

#criteria-table .header div {
    background-color: #00519b;
    font-weight: bold;
    color: white;
}

.swal-th {
    font-size: 21pt;
    color: green;
}

.swal-en {
    font-size: 15pt;
}

.row.header.summary .content {
    font-size: 1.8em;
}

.mw-lg {
    max-width: 992px;
}

#development-table {
    background-color: white;
    overflow: hidden;
}

.development-box {
    border: 0px !important;
}

.dts-datatable>.row .development-box div:last-of-type {
    border-right: 0px !important;
}

.px-bs {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}

#development-table .header {
    font-weight: bold;
    color: white;
    background-color: #efefef;
    font-size: 12pt;
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 5px;
}

.dts-datatable .content.px-bs {
    display: inline-block;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}

.development-box .content {
    font-size: 11pt;
}

#development-table .content.header.poc {
    background-color: #a8a8a8;
}

#development-table .content.header.scale-up {
    background-color: gray;
    border-bottom: 1px solid black;
}

#development-table .header.poc-2 {
    background-color: #e5e5e5;
    color: #444;
    border-bottom: 1px solid #444;
    padding-top: 6px;
    padding-bottom: 6px;
}

.border-e {
    border-right: 1px solid black;
}

@media (min-width: 992px) {
    .border-e-lg-none {
        border-right: 0px solid black;
    }
}


.timeline {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
    color: #222;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    border-right: 4px solid #5fbbd9;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 31px;
    text-align: right;
    margin-right: 20px;
    color: #000000;
    font-size: 1.5rem;
}

.timeline-row .timeline-time small {
    display: block;
    font-size: .8rem;
    color: #8796af;
}

.timeline-row .timeline-content {
    position: relative;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 2px;
    width: 35px;
    border-top: 4px solid #5fbbd9;
}

.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}

.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}

.timeline-row .timeline-content i {
    font-size: 2rem;
    color: #ffffff;
    line-height: 100%;
    padding: 10px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block;
}

.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
}

.timeline-row .timeline-content .thumbs img {
    margin-bottom: 10px;
}

.timeline-row:nth-child(even) .timeline-content {
    background-color: #efefef;
    margin-left: 40px;
    text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
    left: -38px;
    /* border-right: 18px solid #efefef; */
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
}

.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}

.timeline-row:nth-child(odd) .timeline-content {
    background-color: #efefef;
    margin-right: 40px;
    margin-left: 0;
    /* text-align: right; */
}

.timeline-row:nth-child(odd) .timeline-content:after {
    right: -39px;
    /* border-left: 18px solid #efefef; */
    /* border-top: 10px solid transparent; */
    border-bottom: 10px solid transparent;
}

@media (max-width: 767px) {
    .timeline {
        padding: 15px 10px;
    }

    .timeline:after {
        left: 28px;
    }

    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px;
    }

    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }

    .timeline .timeline-row .timeline-time strong {
        display: inline-block;
        margin-right: 10px;
    }

    .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0;
    }

    .timeline .timeline-row .timeline-content {
        padding: 15px;
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .timeline .timeline-row .timeline-content:after {
        right: auto;
        left: -38px;
        top: 20px;
        /* background-color: #5fbbd9; */
    }

    .timeline .timeline-row:nth-child(odd) {
        padding-right: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        right: auto;
        left: -38px;
        top: 20px;
        /* border-right: 18px solid #efefef; */
        border-left: inherit;
    }

    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px;
    }

    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0;
    }
}

.timeline .f-date {
    font-size: var(--timeline-topic);
    line-height: 1.2;
}

.timeline .f-week {
    font-size: var(--timeline-sub);
    line-height: 1.2;
    margin-bottom: 4pt;
}

.timeline .f-content {
    font-size: var(--small-content);
    line-height: 1.1;
    font-weight: bold;
}

.inside-row {
    display: flex;
    flex-direction: column;
}

.inside-row .col-image {
    margin-bottom: 8px;
}

.inside-row .col-content {
    text-align: left;
}

.timeline-top,
.timeline-bottom {
    display: block;
    background-color: #5fbbd9;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 15pt;
    margin: 0px 19px;
    position: relative;
    top: 2px;
}

.timeline-bottom {
    top: -1px;
}

@media (min-width: 576px) {
    .inside-row {
        display: flex;
        flex-direction: row;
    }

    .inside-row .col-image {
        margin-bottom: 0px;
    }

    .inside-row .col-image {
        width: 40%;
        padding-right: 15px
    }

    .inside-row .col-content {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .inside-row {
        display: flex;
        flex-direction: column;
    }

    .timeline-row:nth-child(odd) .timeline-content {
        text-align: left;
    }

    .inside-row .col-image {
        margin-bottom: 8px;
        padding-right: 0px;
    }

    .inside-row .col-image,
    .inside-row .col-content {
        width: 100%;
    }

    .timeline-top,
    .timeline-bottom {
        margin: 0px auto;
    }
}

@media (min-width: 992px) {
    .inside-row {
        display: flex;
        flex-direction: row;
    }

    .inside-row .col-image {
        width: 40%;
        padding-right: 15px;
        margin-bottom: 0px;
    }

    .inside-row .col-content {
        width: 60%;
    }

    .timeline-row:nth-child(odd) .inside-row .col-image {
        order: 2;
        padding-right: 0px;
        padding-left: 15px;
    }

    .timeline-row:nth-child(odd) .inside-row .col-content {
        order: 1;
        text-align: right;
    }

    .timeline-row:nth-child(odd) .timeline-content {
        text-align: right;
    }
}

span.color-start {
    font-size: inherit;
    font-family: inherit;
    color: #00a8ff;
}

span.color-stop {
    font-size: inherit;
    font-family: inherit;
    color: #f96209;
}

.content-l {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.img-lng-th,
.img-lng-en,
.img-lng-cn {
    display: none;
}

.viewmode.th .img-lng-th,
.viewmode.en .img-lng-en,
.viewmode.cn .img-lng-cn {
    display: block;
}

.event-ui-box {
    background-color: white !important;
    border: 2px solid #e0e0e0;
}

.high-frame .cpg-logo {
    text-align: left;
}

.high-frame .cpg-logo img.top-logo {
    left: 10px;
    background-color: white;
    z-index: 10;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .high-frame .cpg-logo {
        text-align: center;
    }

    .high-frame .cpg-logo img {
        left: initial;
    }
}

.cpg-logo .clickable {
    box-shadow: none;
}

.menu.fa-bars {
    font-size: 1.5rem;
}

.menu-list {
    display: none;
    align-items: center;
    transition: right 0.3s ease;
}

.menu-list .menu-item,
.menu-list .menu-item:visited {
    display: inline-flex;
    margin: 0px;
    margin-left: .5rem;
    font-size: .725rem;
    color: #535353;
}

.menu-list .menu-item.ico {
    /* border: 1px solid #cccccc; */
    font-size: 11pt;
    padding: 4px 8px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.menu-list .menu-item.active,
.menu-list .menu-item:hover {
    color: #007294;
}

.close-menu {
    display: none;
}

@media (max-width: 992px) {
    .menu.show .menu-list .page {
        padding: 1rem !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;

    }

    .menu.show .menu-list {
        display: block;
        background-color: rgb(0 0 0 / 80%);
        position: fixed;
        top: 0px;
        right: 0px;
        height: 100%;
        z-index: 3000;
        width: 100%;
    }

    .menu.show .menu-list .page {
        background-color: white;
        position: fixed;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        max-width: 80%;
    }

    .menu.show .menu-list a {
        padding: 18px 0px;
        border-bottom: 1px solid #efefef;
        width: calc(100% - 30px);
        font-weight: bold;
        font-size: 12pt;
    }

    .cpg-logo.menu.show .close-menu {
        display: inline-flex;
    }

    .cpg-logo.menu.show .menu-item.ico {
        display: none;
    }

}

@media (min-width: 992px) {
    .menu.fa-bars {
        display: none;
    }

    .menu-list {
        display: inline-flex;
    }

    .menu-list .menu-item.main-lnk {
        display: none;
    }

    .menu-list .menu-item.main-lnk.ico {
        display: inline-block;
    }

    .menu.show .menu-list {
        /* display: none; */
    }
}

i.close-menu {
    font-size: 1rem;
    color: white;
    background-color: black;
    padding: 5pt;
    aspect-ratio: 1 / 1;
    display: none;
    margin-left: auto;
    margin-right: 0px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}



.menu-list .menu-item.active {
    color: #006d83;
}

.menu-list .page {
    transition: right 0.3s ease;
}

.btn.btn-innovation {
    color: white;
    background-color: #006d8d;
    border-color: #00617d;
}

.btn.btn-innovation:hover {
    background-color: #00526a;
    border-color: #02546c;
}

@media (min-width: 768px) {
    .image.act-01 {
        background-image: url(/portals/0/images/articles/atc-img-md-01.jpg) !important;
        aspect-ratio: 16 / 9 !important;
    }

    .image.act-02 {
        background-image: url(/portals/0/images/articles/atc-img-md-02.jpg) !important;
        aspect-ratio: 16 / 9 !important;
    }

    .image.act-03 {
        background-image: url(/portals/0/images/articles/atc-img-md-03.jpg) !important;
        aspect-ratio: 16 / 9 !important;
    }
}

ul.dts-li {
    padding-left: 0px;
}

ul.dts-li li {
    list-style-type: disc;
}

.btn.btn-secondary-outline,
.btn.btn-secondary-outline:visited {
    color: #ededed;
    border: 1px solid #939393;
    background-color: rgb(128 128 128 / 20%);
}

.btn.btn-secondary-outline:hover {
    background-color: rgb(128 128 128 / 80%);
}


.announce-box-bnr {
    background-color: #50a9b8;
    border-radius: 1em;
    padding: 15px;
}

.coming-soon-bg {
    background-image: url("/portals/0/images/articles/coming-soon.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 100px;
}

.announce-box-bnr .flex-announce {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    font-size: 16pt;
    padding-bottom: 15px;
    text-align: center;
}

.announce-box-bnr .flex-announce .title {
    line-height: 1.2;
    display: block;
}

@media (min-width: 768px) {
    .coming-soon-bg {
        background-position: bottom right;
    }

    .announce-box-bnr .flex-announce {
        text-align: left;
    }
}

a.login-btn {
    display: inline-flex;
    align-items: center;
    font-size: 10pt !important;
    background-color: #00acac;
    border-radius: 4px;
    padding: 3px 5px;
    color: white !important;
}

a.login-btn:hover {
    background-color: #007070;
}

.hero-02 .mix-banner>div {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img.bnr-hero {
    display: none;
}

.hero-02 {
    background-image: url("/portals/0/images/bg/bg-mix.png");
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .hero-frame {
        aspect-ratio: 16 / 7.2;
    }

    .mix-banner {
        position: absolute;
    }

    img.bnr-hero {
        display: block;
    }

    .hero-02 {
        background-image: none;
        background: linear-gradient(90deg, rgba(76, 169, 183, 1) 0%, rgba(76, 169, 183, 1) 51%, rgba(25, 51, 110, 1) 52%, rgba(25, 51, 110, 1) 100%);
    }
}

@media (min-width: 1200px) {
    .hero-frame {
        aspect-ratio: initial;
        height: 465px;
    }

    .px-fs {
        align-items: center;
    }

    .py-fs-1200 {
        padding: 5rem 1rem !important;
    }

    .my-fs {
        padding: 0rem 3rem;
    }
}

.mix-banner {
    z-index: 5;
}

.mix-banner p.announce-title {
    font-size: 1.3rem;
}

.mix-banner p.announce-blow {
    font-size: 2rem;
}

.mix-banner p.announce-desc {
    font-size: 1rem;
}

.hero-02 .hero-txt.symp {
    background-color: rgb(143 143 143 / 40%);
    width: 100%;
}

.hero-txt.inno {
    width: 100%;
}

.theater {
    background-color: black;
}

.file-list-box>.row {
    padding: 8px 0px;
    border-top: 1px solid #dddddd;
}

.file-list-box>.row:last-child {
    border-bottom: 1px solid #dddddd;
}

.cssSwalCustom .swal2-title {
    font-size: 15pt;
}

.cssSwalCustom .swal2-html-container,
.cssSwalCustom .swal2-html-container li {
    font-size: 14pt;
    text-align: left;
}

.cssSwalCustom .swal2-icon {
    width: 2em;
    height: 2em;
}

.cssSwalCustom .swal2-icon .swal2-icon-content {
    font-size: 2em;
}

.announce-info-box .content-desc * {
    font-size: 12pt;
}

.alert.alert-info.announce-info-box {
    padding: 1em;
    display: flex;
}

.alert.alert-info.announce-info-box i {
    font-size: 14pt;
    margin-right: .5em;
}

.announce-info-box ul {
    margin-bottom: 0px;
}

ul.list-of-detail {
    padding: 10px 18px;
    margin-bottom: 8px;
}

.tab-content {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
}

a.btn-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 10pt;
    background-color: rgb(0 0 0 / 80%);
    border-radius: 8px;
    padding: 5px;
    margin: auto 16px;
}

a.btn-column i {
    font-size: 20pt;
}

a.btn-column:hover {
    color: black;
    background-color: rgb(255 255 255 / 80%);
}

.dash-item {
    font-size: 14pt;
    color: white;
    margin: auto 16px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.dash-item .dash-item-counter {
    font-weight: bold;
    font-size: 28pt;
    line-height: .8;
    text-shadow: 0 0 black;
}

.video-recieved {
    display: flex;
    align-items: center;
    font-size: 13pt;
}

.fa-regular.fa-square-check {
    color: green;
}

.sub-text {
    font-size: 30pt;
    color: white;
}

.score-text {
    /* display: block; */
    color: white;
    font-size: 15pt;
}

.proj-score {
    font-size: 23pt !important;
}

.fa-pen-to-square {
    color: #0071bc;
    font-size: 15pt;
}

.projectCode {
    font-size: 15pt;
    color: green;
}

.projectType {
    font-size: 15pt;
    color: #56b3f6;
    font-weight: bold;
}

.projectName {
    font-size: 20pt;
    font-weight: bold;
}

.btn-viewPaper {
    border: 1px solid #2e3192 !important;
    background: #2e3192 !important;
    color: white !important;
}

.form-topic {
    font-size: 20pt !important;
}

.form-scoring-header {
    font-size: 15pt;
}

.form-scoring-lbl {
    font-size: 13pt;
    line-height: 1.3;
    color: #a1a1a1;
}


.form-scoring-header-lbl {
    font-size: 12pt;
    line-height: 1.2;
    color: #9aac9a;
}

.fixmargin {
    margin-top: -7px !important;
    margin-bottom: -6px !important;
}

.css-paper-stage {
    font-size: 11pt !important;
    color: blue;
}


.state-text {
    font-size: 11pt;
    color: white;
}

.total-bg {
    background: #107d73ad;
}


.waiting-bg {
    background: #1cb0a59e;
}

.finish-bg {
    background: #1cb0a59e;
}

.title-blk {
    background: rgb(255 255 255 / 80%);
}

.all-blk {
    font-size: 13pt;
    border-radius: 5px;
    background: #bdccd4;
    color: #6d6d6d;
}

.wait-blk {
    font-size: 13pt;
    background: #bdccd4;
    border-radius: 5px;
    color: #6d6d6d;
}

.finish-blk {
    font-size: 13pt;
    background: #bdccd4;
    border-radius: 5px;
    color: #6d6d6d;
}

.pending-blk {
    font-size: 13pt;
    background: #bdccd4;
    border-radius: 5px;
    color: #6d6d6d;
}

.selected {
    background: black !important;
    color: white;
}

.state {
    cursor: pointer;
}

.state:hover {
    background: gray;
    color: white;
}

.content.pd {
    padding-left: 22pt;
}

.row.inner .content.score {
    color: blue;
}

.row.subheader {
    background-color: #dedede;
    color: black;
}

.table-guideline {
    margin-bottom: 3rem;
}

.table-guideline td {
    font-size: 13pt;
    border: 1px solid #8a8a8a;
    padding: 6px 8px;
}

.table-guideline tr.header {
    background-color: #00B050;
}

.table-guideline tr.subheader {
    background-color: #C6E0B4;
}

.a-md {
    text-align: center;
    vertical-align: middle;
}

.a-ct {
    text-align: center;
    vertical-align: top;
}

.a-i-s {
    text-align: start;
    font-style: italic;
}

.a-e {
    text-align: end;
}

tr.header td {
    font-size: 12pt !important;
    font-weight: bold;
    color: black;
}

td.score {
    background-color: #efefef;
    width: 80px;
}

tr.detail td.dsc {
    text-align: start;
    color: #e70000;
}

td.td-dsc {
    width: 16.5%;
}

tr.sec-detail {
    background-color: #d7d7d7;
}

tr.sec-detail td.score {
    background-color: #d7d7d7;
}

tr.header td.a-ct,
tr.subheader td.a-ct,
tr.sec-detail td.a-ct {
    vertical-align: middle;
}

tr.detail .dsc-txt-2 {
    color: #000fe1 !important;
}


.summary .dts .form-label {
    line-height: 1.5;
    white-space: normal;
}

div#tbScore_wrapper {
    font-size: 15pt;
}

table#tbScore tbody tr.even {
    background-color: #f6f6f6;
    border-bottom: 2px solid #505050;
}

table#tbScore thead th {
    font-size: 10pt !important;
    white-space: nowrap;
}

table#tbScore .bg-txt,
table#tbScore .country-txt {
    font-size: 13pt;
}

table#tbScore span.bg-txt {
    color: #cd8800;
    font-family: Kanit !important;
    display: block;
}

table#tbScore span.refer-txt {
    font-size: 12pt;
    display: block;
    color: #589953;
}

table#tbScore span.title-txt {
    font-size: 15pt;
    line-height: 1.2;
    display: inline-block;
    color: #001736;
    font-weight: 400;
    font-family: Kanit !important;
}

table#tbScore tbody td {
    padding: 12pt 10px;
    border-bottom: 1px solid #dedede;
}

table#tbScore td.c-score {
    text-align: center;
    font-family: Kanit !important;
    /* background-color: #272e7e; */
    color: #e5e5e5;
    border-right: 1px dashed #676ec4;
}

div#tbScore_length,
div#tbScore_filter {
    font-size: 14pt;
}

table#tbScore .avg {
    text-align: right;
}

table#tbScore .c-person {
    text-align: center;
    color: #868686;
}

.filter-group>.container>.row {
    margin: .5em 0px;
}

.filter-group .css-radio label,
.filter-group .css-check label {
    font-size: 12pt;
    padding: 5px 12px !important;
}

.filter-group .btn-group {
    border-radius: 0 !important;
    overflow: hidden;
    border-left: 1px solid #0d6efd;
}

.filter-group .css-check label {
    font-size: 10pt;
    padding: 9px 6px !important;
    /* border: none; */
    border-right: 1px solid #baadad !important;
    border-radius: 0px !important;
}

.filter-group label.btn.btn-outline-primary {
    border-right: 1px solid #0d6efd !important;
}

.filter-group .btn-check:checked+label.btn.btn-outline-primary {
    border-right: 2px solid white !important;
}

.input:focus,
.input:active,
.label:focus,
.label:active,
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.concensus-title {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(150deg, #0d24ff 0%, #7a5dff 20%, #c800ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
}

.country-item {
    border: 1px solid #efefef;
    display: inline-flex;
    width: 100%;
    height: 100%;
    max-width: 120px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    font-size: 13pt;
    background-color: #cae4ff;
    border-radius: 4px;
}

.country-item.bg {
    background-color: #f5ecff;
}


.country-item .count {
    font-weight: bold;
    font-size: 20pt;
}

.concensus-title.sub {
    font-size: 17pt;
}

.filter-group .btn-check:checked+.btn-outline-primary {
    background-color: #5e36d1;
}

.info-pane {
    background-color: #fbfbfb;
    padding: 1em 0px;
}

[id$='lblApplicationMessage'] {
    display: none !important;
}

a.btn.btn-primary.btn-search {
    background-color: #5a5a5a;
    border-color: black;
}

a.btn.btn-primary.btn-search:hover {
    background-color: #000;
}

/* .registration-lnk{
    display: none !important;
} */

#btn-sym {
    pointer-events: none;
    background-color: gray !important;
}

#dnn_ctr447_Login_pnlLogin {
    display: none;
}

html {
    height: 100%;
}

body {
    min-width: 375px;
    min-height: calc(100vh - 104px);
    overflow-y: scroll;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-family: Kanitlight, Kanit, sans-serif !important;
}

.container-main {
    margin-top: 99px !important;
}

.function-main {
    align-items: center;
    position: absolute;
    display: inline-flex;
    right: 10px;
    top: 10px;
}

.function-main .usr {
    margin-right: 8px;
    font-size: 11pt;
}

.function-main .usr.role,
.function-main .usr.lng {
    padding: 4px 8px;
    border-radius: 2px;
    color: white;
    font-size: 9pt;
}

.function-main .usr.role {
    background-color: #188e7e;
}

.function-main .usr.lng {
    color: black;
    background-color: #eeefff;
}

.function-main .logoff-btn {
    color: gray;
    font-size: 12pt;
}

.function-main .logoff-btn:hover {
    color: #222;
}

.flex-center {
    display: inline-flex;
    align-items: center;
}

.a-click {
    cursor: pointer;
}

.dts-dropdown {
    position: absolute;
    background-color: white;
    border-radius: 4px;
    padding: 2px;
    border: 1px solid #eeefff;
    right: 22px;
    top: 22px;
    z-index: 2;
}

.dts-dropdown .dropdown-item {
    background-color: #f2f2f2;
    margin: 2px 0px;
    border-radius: 4px;
}

.dts-dropdown .dropdown-item.actived {
    background-color: #bdbdbd;
    color: white;
}

.d-inline-flex.nav {
    padding: 8px;
    margin-bottom: 3px;
}

.header-box {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    align-items: center;
}

.top-center {
    z-index: 20;
    position: fixed;
    width: 100%;
    height: 50px;
    background: white;
    border-bottom: 1px solid #ddd;
}

.mb-nav-box {
    top: 50px;
}

.menu-group i {
    font-size: 20pt;
}

.menu-group {
    display: flex;
}

.btn-lang {
    background-color: #efefef;
    border-radius: 4px;
    padding: 2px 6px;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.logout {
    cursor: pointer;
    color: #e6802b;
}

div#main {
    font-size: 14pt;
}

.dts-hdn {
    display: none !important;
}

.mb-nav-box,
.mb-nav,
.menu-nav-btn,
.menu-logo {
    height: 70px;
}

.header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

img.logoweb {
    width: 40px;
}

img.logoweb.cpg {
    width: 45px;
}

img.logoweb.logo-sep {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #cdcdcd;
}

#btnBackToTop {
    position: fixed;
    right: 20px;
    bottom: -40px;
    z-index: 99;
    background-color: rgb(128 128 128 / 40%);
    padding: 10px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    color: white;
    font-size: .8em;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}

li.menu-logo {
    padding: 0px;
    margin: 0px;
    left: 0;
    width: 100%;
}

.close-icon {
    width: 35px;
    margin-top: 5px;
}

.close-icon:after,
.close-icon:before,
.close-icon div {
    background-color: #444;
    border-radius: 3px;
    content: '';
    display: block;
    height: 5px;
    margin: 7px 0;
    transition: all .2s ease-in-out;
}

.close-icon.active:before {
    transform: translateY(12px) rotate(135deg);
}

.close-icon.active:after {
    transform: translateY(-12px) rotate(-135deg);
}

.close-icon.active div {
    transform: scale(0);
}

.navItem {
    font-size: 12pt;
    color: #444 !important;
    FONT-WEIGHT: 400 !important;
    margin-left: 3rem;
}

.navItem.dropdown {
    display: none;
}

.navMenu {
    margin-top: 8px;
}

.sideBar {
    position: fixed;
    width: 100%;
    text-align: right;
    background: rgb(255, 255, 255, .98);
    left: 0px;
    height: 100%;
    z-index: 99;
    transform: translateX(100%);
    transition: transform 250ms ease-in-out;
    border-top: 1px solid #efefef;
    margin-top: 0px;
}

.sideBar.show {
    transform: translateX(0%);
}

.sideBar a.navItem {
    font-family: kanit;
    text-decoration: none;
    font-size: 100%;
    width: 100%;
    display: inline-block;
    padding: 1em;
    margin: 0px !important;
    border-bottom: 1px solid #efefef;
}

.sideBar a.navItem:hover {
    background-color: #dbe4db;
}

.navMenu a.navItem>span::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: rgb(70, 195, 100);
    background: linear-gradient(90deg, rgba(70, 195, 100, 1) 0%, rgba(51, 144, 73, 1) 70%, rgba(37, 108, 53, 1) 89%, rgba(12, 91, 31, 1) 100%);
    transition: width .3s;
    border-radius: 2px;
}

.navMenu a.navItem>span:hover::after,
.navMenu a.navItem.active>span::after {
    width: 100%;
}

.navMenu a.navItem>span {
    display: inline-block;
    font-weight: 400;
}

.footer-bg {
    background-color: #e67b00;
}

a.white-lnk {
    color: white;
}

.footer-txt * {
    font-size: 11pt;
}

.article-box {
    margin-bottom: 15px;
}

.article-box>div.image {
    border-radius: 2px;
    aspect-ratio: 16/8;
    background-size: cover;
    background-position: top center;
    margin-bottom: 10px;
}

.article-box .title {
    font-weight: 600;
    font-size: 13pt;
    margin-bottom: 8px;
}

.article-box .desc {
    font-size: 11pt;
    margin-bottom: 8px;
    line-height: 1.2;
    font-weight: 100;
}

.article-box a.dts-btn {
    color: white;
    background-color: #2196b8;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 13px;
    font-size: 11pt;
    display: inline-block;
}

.article-box a.dts-btn:hover {
    background-color: #067c9e;
}

img.bnr-hero {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.hero-01 {
    background: rgb(25, 23, 39);
    background: linear-gradient(90deg, rgba(25, 23, 39, 1) 0%, rgba(25, 23, 39, 1) 42%, rgba(11, 4, 1, 1) 44%, rgba(11, 4, 1, 1) 100%);
}

.hero-02 {
    background: #4ca9b7;
    background: rgb(76, 169, 183);
    background: linear-gradient(90deg, rgba(76, 169, 183, 1) 0%, rgba(76, 169, 183, 1) 51%, rgba(25, 51, 110, 1) 52%, rgba(25, 51, 110, 1) 100%);
}

.hero-frame {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-txt {
    /* position: absolute; */
}

.hero-txt p {
    margin: 0px;
    padding: 0px;
}

.hero-01 .hero-txt p {
    color: white;
    line-height: 1;
    letter-spacing: 2;
    font-weight: 100;
}

p.announce-title {
    font-size: 1.5rem;
}

p.announce-blow {
    font-size: 3rem;
    line-height: 1 !important;
    font-weight: 400 !important;
}

p.announce-desc {
    font-size: 1rem;
}

a.dts-btn {
    border-radius: 11px;
    color: white;
    border: 1px solid white;
    text-decoration: none;
    padding: 6px 15px;
    display: inline-block;
    font-size: 18pt;
}

.hero-01 .hero-txt {
    padding-left: 7%;
    padding-top: 7%;
    aspect-ratio: 16/9;
}

nav.mb-nav-box.hideup {
    transform: translateY(-80px);
}

#btnBackToTop.showup {
    transform: translateY(-80px);
}

div#lang-section {
    text-align: right;
}

.flag-select {
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.flag-select>* {
    vertical-align: middle;
    font-size: 12pt;
    color: #143673;
}

.flag-select div.flagimg {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
    margin-right: 5px;
}

.flag-box {
    display: none;
}

.hideMe {
    display: none !important;
}

.main-child {
    padding-top: 120px;
    position: relative;
}

.user-info {
    display: flex;
    font-weight: 100;
    font-size: 12pt;
    cursor: default;
}

.user-role {
    background-color: #efefef;
    padding: 0px 10px;
    border-radius: 4px;
}

.user-role.sd-staff {
    background-color: #0082d5;
    color: white;
}

@media screen and (max-width:1200px) {

    div#lang-section {
        position: absolute;
        right: 0;
    }

    img.bnr-ico.inno-txt {
        /* display: none; */
    }
}

@media screen and (min-width: 350px) {
    .article-box {
        display: flex;
    }

    .article-box>div.image {
        min-width: 120px;
        aspect-ratio: 16/12;
        margin-right: 10px;
    }
}

@media screen and (min-width: 576px) {
    p.announce-title {
        font-size: 2.5rem;
    }

    .th p.announce-blow,
    .cn p.announce-blow {
        font-size: 4rem;
        line-height: 1 !important;
    }

    .en p.announce-blow {
        font-size: 3rem;
        line-height: 1.2 !important;
    }

    p.announce-desc {
        font-size: 1.6rem;
    }

    a.dts-btn {
        font-size: 18pt;
    }

    .article-box {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .hero-01 .hero-txt {
        padding-left: 12%;
        padding-top: 7%;
    }
}

@media screen and (min-width: 992px) {
    .th p.announce-title {
        font-size: 2rem;
    }

    .en p.announce-title,
    .cn p.announce-title {
        font-size: 2rem;
        line-height: 1.5;
    }

    p.announce-blow {
        font-size: 9rem;
    }

    p.announce-desc {
        font-size: 1.5rem;
    }

    a.dts-btn {
        font-size: 1.5rem;
        padding: 10px 20px;
    }

    .article-box {
        display: flex;
    }

}

.section-no {
    font-size: 20pt;
}

.section-title {
    font-size: 11pt;
    position: relative;
    top: -2px;
    left: 4px;
}

.step-state {
    padding: 0px 10px;
}

.nav.active {
    background: #e67b00;
    padding: 8px;
    color: white;
}

.nav {
    background: #efefef;
    padding: 10px;
    cursor: pointer;
}

.form-no-lbl {
    font-size: 33pt;
}

.form-subject-lbl {
    font-size: 18pt;
}

.form-topic-lbl {
    font-size: 13pt;
    line-height: 1.2;
}

.form-lbl {
    line-height: 1.3;
    font-size: 13pt;
}

.form-textarea {
    width: 100%;
    border: 1px solid #cbc8c8;
    border-radius: 6px;
    padding: .25rem 10px;
    font-size: 12pt;
}

.btn.btn-blue {
    background: #1c64e7;
    color: white;
    font-size: 12pt;
    line-height: 1.2;
}

.btn.btn-blue:hover {
    color: white;
    background-color: #0e75c0;
    border-color: var(--bs-btn-hover-border-color);
}

.radio-year,
.radio-Type,
.radio-Role {
    font-size: 14pt;
}

.btn-group-toggle i.fa-circle-check {
    display: none;
}

.btn-group-toggle .active i.fa-circle-check {
    display: inline-block;
}

.btn-group-toggle .active i.fa-circle {
    display: none;
}

.bg-member {
    background: #f2f2f2;
    border-radius: 5px;
}

.member-detail {
    padding: 7px 10px;
}



.prj-position,
.prj-membername {
    font-size: 12pt;
}

.prj-membermail,
.prj-membertel,
.prj-position {
    line-height: 1.5;
}

.prj-memberbg {
    color: #0071bc;
    font-size: 15pt;
}

.prj-membercountry {
    color: #0071bc;
    font-size: 13pt;
}

.lbluploadfile {
    font-size: 13pt;
}

.com-detail-box {
    position: relative;
    top: 22px;
}

.page-redirect {
    font-size: 13pt;
    padding: 10px;
    margin: 0px 10px;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
}

.goto-page {
    font-size: 13pt;
}

.page-redirect.active {
    background: #cccccc;
    color: white;
    border: 1px solid #cccccc;
    cursor: initial;
}

.page-redirect:hover {
    background: #cccccc;
    border: 1px solid #cccccc;
}

#search-txtautocomplete-list>div:hover,
#inno-member-not-cpg-nameautocomplete-list,
#inno-member-outside-nameautocomplete-list,
#inno-member-nameautocomplete-list,
#inno-contact-nameautocomplete-list>div:hover {
    background: #cfeaf3;
}

#search-txtautocomplete-list>div,
#inno-member-not-cpg-nameautocomplete-list>div,
#inno-member-nameautocomplete-list>div,
#inno-contact-nameautocomplete-list>div,
#inno-member-outside-nameautocomplete-list>div {
    padding: 5px 10px;
    margin: 0px 0px 8px 0px;
    background: rgb(239, 249, 251);
    border: 1px solid rgb(216 236 239);
    border-radius: 4px;
}

#search-txtautocomplete-list,
#inno-member-not-cpg-nameautocomplete-list,
#inno-member-nameautocomplete-list,
#inno-contact-nameautocomplete-list,
#inno-member-outside-nameautocomplete-list {
    background: transparent !important;
    border: none !important;
}

.fa-trash-alt {
    color: #f15a24;
    font-size: 11pt;
}

.fa-image {
    color: black;
}

.fa-pen {
    color: #0071bc;
    font-size: 11pt;
}

.fa-file,
.fa-upload {
    color: #009688;
}

.info-ico {
    color: #14c7f7;
    font-size: 16pt;
}

.more-info {
    position: relative;
}

.more-info-data {
    background-color: rgb(241 241 241 / 98%);
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #e7e7e7;
    margin-top: 2px;
    display: none;
}

.more-info div,
.more-info span {
    font-family: kanitLight !important;
    font-weight: normal !important;
    font-size: 13pt;
    line-height: 1.3;
}

.more-info-data.show {
    display: block;
}

.form-desc-lbl {
    font-size: 11pt;
    line-height: 1.5;
}

.form-dropdown {
    font-size: 13pt;
}

.form-option {
    border: 1px solid #cbc8c8;
    border-radius: 5px;
}

.form-sublbl {
    font-size: 10pt;
}

.checkbox-btn {
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
}

.lbl-choice {
    font-size: 11pt;
    position: relative;
    top: -5px;
    left: 6px;
}

#btnBackToTop {
    position: fixed;
    right: 20px;
    bottom: -40px;
    z-index: 99;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(128 128 128 / 40%);
    padding: 10px;
    border-radius: 50%;
    color: white;
    font-size: .8em;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}

#btnBackToTop.showup {
    transform: translateY(-80px);
    Background-color: rgb(28 143 240/ 100%);
    Border: 2px solid white;
}


.form-textarea.sum {
    background: #e5e5e5;
}

.is-invalid {
    border: 1px solid red;
}

.bnr-bg {
    background-image: url("/portals/0/images/bnr/member-header.jpg");
    background-size: cover;
    position: relative;
    top: 0px;
}

.page-title {
    background: rgb(255 255 255 / 80%);
    display: inline-flex;
    align-items: center;
    padding: 2.4em 20px;
    flex-direction: column;
    justify-content: start;
}

.page-title span.main-text {
    font-size: 17pt;
    font-weight: bold;
}

.page-title span.pre-text {
    font-size: 12pt;
}

.d-inline-flex.nav.active {
    pointer-events: none;
}

.d-inline-flex.nav:hover {
    background-color: #ff9211;
    color: white;
}

.page-title span {
    display: flex;
    align-self: start;
}

.scoring-column-box {
    display: inline-flex;
    padding: 1em;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 90%);
    font-size: 12pt;
    font-weight: normal;
    color: #00a8ce;
}

.scoring-column-box span {
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}

.img-blk {
    border: 1px dotted gray;
    border-radius: 4px;
    padding: 9px 10px;
    cursor: pointer;
}



.top-col-bg {
    background-color: rgb(23 18 18 / 70%);
}

.top-col-bg,
.bottom-col-bg {
    padding: 3em 2.5em !important;
}

.header-banner .header-title {
    font-size: 16pt;
    max-width: 200px;
    position: relative;
    top: -4px;
    color: white;
}

.content,
.link-txt,
.form-check-label>span {
    font-size: 13pt;
    line-height: 1.4;
}

.header-banner .content-desc {
    color: #a6a6a6;
}

.content-desc {
    font-size: 11.5pt;
    line-height: 1.4;
}

.bottom-col-bg {
    background-color: rgb(248 248 248 / 50%);
}

.top-col-bg,
.bottom-col-bg {
    padding: 3em 2.5em !important;
}

.login-box {
    display: flex;
    flex-wrap: wrap;
}

.login-box a {
    display: inline-block;
    width: 31.5%;
    /* border: 3px solid #f8f8f8; */
    margin: 2px;
    border-radius: 6px;
    overflow: hidden;
}


.box-header>img {
    width: 110px;
}

.box-header.header-banner>img {
    width: 100%;
    max-width: 180px;
}

.box-header.header-banner>img {
    width: 120px;
}

.LogBlock-header {
    background-color: white;
    max-width: 380px;
    margin: auto;
    display: block;
    padding: 0pt;
    text-align: center;
}

.login-desc-box {
    background-color: white;
    max-width: 380px;
    margin: auto;
    padding: 0px 28pt;
}

.login-desc-box .login-desc {
    font-size: 12pt;
    font-family: 'KanitLight' !important;
}

.dts-bt-ft {
    background-color: rgb(21 21 21 / 50%);
    border-top: 1px solid #bdcbd4;
    padding-top: 20pt;
    padding-bottom: 20pt;
    font-size: 11pt;
}

.dts-bt-ft .sel-mod-pri {
    color: white !important;
    line-height: 1.4 !important;
    font-family: 'KanitLight' !important;
    font-size: 16pt;
}

.dts-bt-ft .sel-mod-sec {
    line-height: 1.4 !important;
    font-size: 11pt;
    font-family: 'KanitLight' !important;
}

@media (min-width: 576px) {
    .login-box a {
        width: 24%;
    }
}

@media (min-width: 768px) {
    .set-h {
        min-height: calc(100vh - 280px);
    }

    .login-box a {
        width: 31.5%;
    }
}

@media screen and (min-width: 992px) {
    .header-banner .header-title {
        font-size: 26pt;
        max-width: 280px;
        top: -4px;
    }

    .login-box a {
        width: 24%;
    }

    .box-header.header-banner>img {
        width: 180px;
    }

}

@media (min-width: 1200px) {
    .login-box a {
        width: 19%;
    }
}

.set-h {
    display: flex;
    align-items: center;
    padding: 2em;
}

.btn-edit {
    color: #0277bd !important;
    background: transparent !important;
    border: 1px solid #0277bd !important;
    border-radius: 10px !important;
}

.btn-trash {
    border: 1px solid #f15a24 !important;
    background: transparent !important;
    border-radius: 10px !important;
    color: #f15a24 !important;

}

.btn-set>i {
    padding: 7px 6px;
}

.lbl-no {
    font-size: 15pt !important;
}

.prj-name {
    font-size: 13pt !important;
}

.file-box-2 :nth-child(even) {
    background-color: #eceff1;

}

button.btn-setting {
    display: none;
}

.high-frame .cpg-logo a {
    /* color: #008a44; */
}

.high-frame {
    min-height: calc(100vh - 220px);
}

.high-frame {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dts-sd-ft .sel-mod-pri {
    font-size: 14pt !important;
    margin-top: 0px !important;
    line-height: 1.2 !important;
}

.footer-section-main {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

label.radio-Type {
    display: flex;
    margin-bottom: 4px;
}

label.radio-Type>span {
    padding-top: 4px;
}

.data-box {
    background-color: #f3f3f3;
    padding: 8px 16px;
    border-radius: 8px;
    display: flex;
    height: 100%;
}

.member-lv {
    font-size: 11pt;
    font-weight: bold;
    line-height: 1.2;
}

.member-email,
.member-tel,
.member-bu,
.member-in-out {
    font-size: 11pt;
    line-height: 1.2;
}

.member-name,
.member-bg {
    font-size: 14pt;
}

.member-bg,
.member-bu {
    color: #008acc;
    line-height: 1;
}

.list-item-box {
    padding-bottom: 8px;
}

.data-box .content {
    width: 100%;
}

.action-button i {
    padding: 0px;
    border: none !important;
    font-size: 12pt;
    margin: 4px;
}

.action-button {
    display: flex;
}

@media (max-width: 768px) {
    .step-state .section-title {
        display: none;
    }
}

@media (max-width: 992px) {
    .year-lbl {
        display: none;
    }

    img.bnr-ico.inno-txt {
        display: inline-block;
    }
}

.ehActions .dnnActions {
    padding-top: 0px;
    position: relative;
    top: -20px;
}

.member-in-out {
    color: #755d31;
}

.modal-header.bg {
    background-size: cover;
    background-position: top center;
    min-height: 90px;
}

.bnr-member {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.modal-body .modal-title {
    font-size: 20pt;
    line-height: 1;
}

.modal-body .modal-desc {
    font-size: 13pt;
    line-height: 1.2;
    color: #00548e;
}

.list-box .data-box .content {
    width: calc(100% - 40px);
}

.bnr-logo {
    background-color: white;
    border-top: 1px solid #efefef;
    display: flex;
    box-shadow: 0px 5px 5px -5px #d0d0d0;
    min-height: 58px;
}

.bnr-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bnr-group img {
    display: inline-block;
}

img.bnr-ico {
    display: inline-block;
    top: 0px;
    position: initial;
    border: none;
}

img.bnr-ico.cpg {
    width: 35px;
    position: relative;
    top: -1px !important;
}

img.bnr-ico.inno {
    width: 35px;
    position: relative;
    top: -2px;
    left: 0px;
}

img.bnr-ico.logo-sep {
    border-right: 1px solid #efefef;
    /* margin-right: 5px; */
    padding-right: 5px;
    top: 0px;
}

img.bnr-ico.inno-txt {
    width: 230px;
    position: relative;
    top: 2px;
}

.cpg-logo img.bnr-ico.inno,
.cpg-logo img.bnr-ico.cpg {
    position: initial;
    left: initial;
}

.white-svg {
    filter: invert(1) brightness(100);
}

.right-txt {
    font-size: 11pt;
}

.dts-sd-ft .white-txt {
    color: #e4e4e4 !important;
}

.lnk-group a {
    display: block;
    padding-top: 8px;
}

@media (min-width: 576px) {
    .lnk-group a {
        display: inline-block;
        padding-top: 8px;
    }

    img.bnr-ico.inno-txt {
        width: 279px;
    }

}

.dts-sd-ft {
    background-color: #00796c !important;
    padding-top: 20pt !important;
    padding-bottom: 20pt !important;
}

.hero-01 a.dts-btn {
    background-color: rgb(195 104 35 / 80%);
    color: white;
}

.bnr-bg .page-title {
    font-size: 19pt;
    padding: 1em;
    line-height: 1.2;
    display: inline-block;
}

.form-subject {
    font-size: 18pt;
    color: #222;
    font-weight: 600;
}

.content-block {
    margin-top: 4em;
    margin-bottom: 4em;
    padding-bottom: 2em;
}

.content-block .content-desc {
    font-size: 13.5pt;
    line-height: 1.2;
}

.objective-box {
    border: 1px solid #d4d4d4;
    padding: 1em;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.objective-box .content {
    line-height: 1.125;
    font-size: 11pt;
    color: #444;
}

.objective-box .ico {
    font-size: 20pt;
    text-align: center;
    padding-bottom: 10pt;
    padding-top: 4pt;
}

.fa-lightbulb-on {
    color: #078978;
}

.fa-messages {
    color: #e1b938;
}

.fa-robot {
    color: #d87c48;
}

.fa-share-nodes {
    color: #2e4b78;
}

.fa-arrow-up-right-dots {
    color: #eeaf58;
}

img.com-chart {
    width: 100%;
    max-width: 706px;
}

a.content-lnk,
a.content-lnk:visited {
    font-size: 13.5pt;
    color: #006399;
    display: inline-block;
    line-height: 1.23;
}

.type-box {
    color: white;
    background-color: #efefef;
    padding: 1em;
    display: flex;
    height: 100%;
}

.type-box .type-no {
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    padding: 0px 13px 0px 0px;
    min-width: 35px;
}

.type-box .content.title {
    font-size: 14pt;
    font-weight: bold;
    line-height: 1.125;
    margin-bottom: 8px;
}

.type-box .content {
    font-size: 12pt;
    line-height: 1.2;
}

.type-box.type-1 {
    background-color: #836C46;
}

.type-box.type-2 {
    background-color: #a79442;
}

.type-box.type-3 {
    background-color: #aa7e36;
}

.type-box.type-4 {
    background-color: #d4854c;
}

.type-box.type-p {
    background-color: #519188;
}

.type-box.type-s {
    background-color: #2E373A;
}

.type-box .type-detail {
    padding-top: 3px;
}

.space-animate {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 1px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: -42vw -4vh 0px 0px #fff, 25vw -41vh 0px 0px #fff, -20vw 49vh 0px 1px #fff, 5vw 40vh 1px 1px #fff, 29vw 19vh 1px 0px #fff, -44vw -13vh 0px 0px #fff, 46vw 41vh 0px 1px #fff, -3vw -45vh 0px 1px #fff, 47vw 35vh 1px 0px #fff, 12vw -8vh 1px 0px #fff, -34vw 48vh 1px 1px #fff, 32vw 26vh 1px 1px #fff, 32vw -41vh 1px 1px #fff, 0vw 37vh 1px 1px #fff, 34vw -26vh 1px 0px #fff, -14vw -49vh 1px 0px #fff, -12vw 45vh 0px 1px #fff, -44vw -33vh 0px 1px #fff, -13vw 41vh 0px 0px #fff, -36vw -11vh 0px 1px #fff, -23vw -24vh 1px 0px #fff, -38vw -27vh 0px 1px #fff, 16vw -19vh 0px 0px #fff, 28vw 33vh 1px 0px #fff, -49vw -4vh 0px 0px #fff, 16vw 32vh 0px 1px #fff, 36vw -18vh 1px 0px #fff, -25vw -30vh 1px 0px #fff, -23vw 24vh 0px 1px #fff, -2vw -35vh 1px 1px #fff, -25vw 9vh 0px 0px #fff, -15vw -34vh 0px 0px #fff, -8vw -19vh 1px 0px #fff, -20vw -20vh 1px 1px #fff, 42vw 50vh 0px 1px #fff, -32vw 10vh 1px 0px #fff, -23vw -17vh 0px 0px #fff, 44vw 15vh 1px 0px #fff, -40vw 33vh 1px 1px #fff, -43vw 8vh 0px 0px #fff, -48vw -15vh 1px 1px #fff, -24vw 17vh 0px 0px #fff, -31vw 50vh 1px 0px #fff, 36vw -38vh 0px 1px #fff, -7vw 48vh 0px 0px #fff, 15vw -32vh 0px 0px #fff, 29vw -41vh 0px 0px #fff, 2vw 37vh 1px 0px #fff, 7vw -40vh 1px 1px #fff, 15vw 18vh 0px 0px #fff, 25vw -13vh 1px 1px #fff, -46vw -12vh 1px 1px #fff, -18vw 22vh 0px 0px #fff, 23vw -9vh 1px 0px #fff, 50vw 12vh 0px 1px #fff, 45vw 2vh 0px 0px #fff, 14vw -48vh 1px 0px #fff, 23vw 43vh 0px 1px #fff, -40vw 16vh 1px 1px #fff, 20vw -31vh 0px 1px #fff, -17vw 44vh 1px 1px #fff, 18vw -45vh 0px 0px #fff, 33vw -6vh 0px 0px #fff, 0vw 7vh 0px 1px #fff, -10vw -18vh 0px 1px #fff, -19vw 5vh 1px 0px #fff, 1vw 42vh 0px 0px #fff, 22vw 48vh 0px 1px #fff, 39vw -8vh 1px 1px #fff, -6vw -42vh 1px 0px #fff, -47vw 34vh 0px 0px #fff, -46vw 19vh 0px 1px #fff, -12vw -32vh 0px 0px #fff, -45vw -38vh 0px 1px #fff, -28vw 18vh 1px 0px #fff, -38vw -46vh 1px 1px #fff, 49vw -6vh 1px 1px #fff, -28vw 18vh 1px 1px #fff, 10vw -24vh 0px 1px #fff, -5vw -11vh 1px 1px #fff, 33vw -8vh 1px 0px #fff, -16vw 17vh 0px 0px #fff, 18vw 27vh 0px 1px #fff, -8vw -10vh 1px 1px #fff;
    box-shadow: 24vw 9vh 1px 0px #fff, 12vw -24vh 0px 1px #fff, -45vw -22vh 0px 0px #fff, -37vw -40vh 0px 1px #fff, 29vw 19vh 0px 1px #fff, 4vw -8vh 0px 1px #fff, -5vw 21vh 1px 1px #fff, -27vw 26vh 1px 1px #fff, -47vw -3vh 1px 1px #fff, -28vw -30vh 0px 1px #fff, -43vw -27vh 0px 1px #fff, 4vw 22vh 1px 1px #fff, 36vw 23vh 0px 0px #fff, -21vw 24vh 1px 1px #fff, -16vw 2vh 1px 0px #fff, -16vw -6vh 0px 0px #fff, 5vw 26vh 0px 0px #fff, -34vw 41vh 0px 0px #fff, 1vw 42vh 1px 1px #fff, 11vw -13vh 1px 1px #fff, 48vw -8vh 1px 0px #fff, 22vw -15vh 0px 0px #fff, 45vw 49vh 0px 0px #fff, 43vw -27vh 1px 1px #fff, 20vw -2vh 0px 0px #fff, 8vw 22vh 0px 1px #fff, 39vw 48vh 1px 1px #fff, -21vw -11vh 0px 1px #fff, -40vw 45vh 0px 1px #fff, 11vw -30vh 1px 0px #fff, 26vw 30vh 1px 0px #fff, 45vw -29vh 0px 1px #fff, -2vw 18vh 0px 0px #fff, -29vw -45vh 1px 0px #fff, -7vw -27vh 1px 1px #fff, 42vw 24vh 0px 0px #fff, 45vw -48vh 1px 0px #fff, -36vw -18vh 0px 0px #fff, -44vw 13vh 0px 1px #fff, 36vw 16vh 0px 1px #fff, 40vw 24vh 0px 0px #fff, 18vw 11vh 0px 0px #fff, -15vw -23vh 1px 0px #fff, -24vw 48vh 0px 1px #fff, 27vw -45vh 1px 0px #fff, -2vw -24vh 0px 1px #fff, -15vw -28vh 0px 0px #fff, -43vw 13vh 1px 0px #fff, 7vw 27vh 1px 0px #fff, 47vw 5vh 0px 0px #fff, -45vw 15vh 1px 1px #fff, -5vw -28vh 0px 1px #fff, 38vw 25vh 1px 1px #fff, -39vw -1vh 1px 0px #fff, 5vw 0vh 1px 0px #fff, 49vw 13vh 0px 0px #fff, 48vw 10vh 0px 1px #fff, 19vw -28vh 0px 0px #fff, 4vw 7vh 0px 0px #fff, 21vw 21vh 1px 1px #fff, -15vw -15vh 0px 1px #fff, -6vw -42vh 1px 0px #fff, -15vw 48vh 1px 1px #fff, -23vw 25vh 1px 1px #fff, -48vw 25vh 0px 1px #fff, -31vw -19vh 0px 1px #fff, 4vw 37vh 1px 1px #fff, -43vw 28vh 0px 0px #fff, 3vw -25vh 0px 1px #fff, -39vw 14vh 0px 1px #fff, -40vw 31vh 0px 1px #fff, 35vw -36vh 1px 1px #fff, 16vw 49vh 0px 0px #fff, 6vw 39vh 0px 0px #fff, 3vw -35vh 0px 1px #fff, -44vw -2vh 1px 0px #fff, -6vw 21vh 1px 0px #fff, 48vw 9vh 1px 1px #fff, -43vw 30vh 1px 1px #fff, 29vw -12vh 1px 1px #fff, -48vw 13vh 1px 0px #fff, -42vw 32vh 1px 1px #fff, 34vw 15vh 1px 1px #fff, 29vw -37vh 1px 1px #fff, 28vw 2vh 0px 0px #fff;
    animation: zoom 9s alternate infinite;
    z-index: 50;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
    }
}

a.dts-btn.disabled {
    background-color: #cecece;
    pointer-events: none;
}

.text-limit {
    font-size: 11pt;
    color: #e44100;
}

.list-box>.header,
.list-box>.body {
    padding: 0px var(--bs-gutter-x, .75rem);
}

.list-box .lbl-no {
    font-size: 13pt !important;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .list-box .body {
        border: none !important;
    }
}

.list-box .body .row:nth-child(odd) {
    background-color: #f7f7f7;
}

.modal {
    top: 40px !important;
}

.bnr-target {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.bnr-kpi {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.bnr-confirm {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.bnr-step {
    background-image: url(/portals/0/images/bnr/form_01-header.jpg);
}

.file-box-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-box-item a {
    word-break: break-word;
    display: block;
    line-height: 1;
    color: #008dca;
}

.file-box-item a.deleteable {
    color: orange;
    font-size: 12pt;
}

@media (min-width: 768px) {
    .w-md-75 {
        width: 75%;
    }
}

@media (min-width: 992px) {
    .w-lg-75 {
        width: 75%;
    }
}

.form-label:empty {
    display: none;
}

.text-desc {
    font-size: 11pt;
}

.form-label-status {
    font-size: 10pt;
    color: #b15308;
}

.filelist-item {
    display: flex;
    align-items: center;
    padding: .5em 1em;
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    font-size: 11pt;
}

.filelist-item span {
    word-break: break-word;
}

.filelist-item .ico {
    font-size: 20pt;
    color: gray;
}

.dts .form-check-input {
    width: 15pt !important;
    height: 15pt !important;
}

.dts .form-check-input[type="checkbox"] {
    margin-left: -15px !important;
}

.form-check {
    display: inline-flex;
    min-height: initial;
}

.form-check>label {
    padding-top: 4px;
    padding-left: 20px;
}

.indent-form-check {
    padding-left: 28pt;
}

.indent-form-check .form-check {
    margin-top: 0px !important;
    display: flex;
    align-items: center;
}

.indent-form-check .form-check>label {
    padding: 0px;
}

.mh-initial {
    min-height: initial !important;
}

.indent-form-check .form-check.form-check-inline {
    min-height: initial;
}

.topic-selected {
    font-weight: bold;
    color: #4e9900;
}

@media (max-width: 992px) {
    .hint-lg-medium>* {
        display: inline-block !important;
        font-size: 12pt !important;
    }
}

.content.sel-year {
    line-height: 1;
    font-size: 11.2pt;
}


.dts .form-select {
    font-size: 12pt !important;
}

.section-mt {
    margin-top: 1.5rem !important;
}

.list-box .row {
    padding-right: 0px !important;
}


.form-request {
    font-size: 11pt;
}

.fix-label-m .form-label {
    margin-bottom: 0;
}

.page-break {
    margin-top: 2rem;
    border-top: 1px solid #efefef;
    padding-top: .8rem;
}

.section-break {
    margin-top: 1rem !important
}

.fix-label-m .content.font-content-sm.lbl-no {
    line-height: 1.125;
}

.content.css-paper-code,
.content.css-paper-type {
    display: inline-block;
    line-height: 1;
}

.content.css-paper-code {
    margin-right: 5px;
    color: green;
}

.content.css-paper-type {
    color: #004a83;
}

.content.css-paper-name {
    font-size: 13.5pt !important;
    line-height: 1.2 !important;
    margin-bottom: 8pt;
    color: #222;
}

.content.css-co-name {
    font-size: 12pt !important;
    position: relative;
    top: -5px;
    color: #222;
}

.content.css-prj-member,
.content.css-prj-date {
    font-size: 8pt !important;
    position: relative;
    top: -4px;
    line-height: 1 !important;
}

.group-btn {
    display: flex;
    justify-content: end;
    position: relative;
    top: -8px;
}

.group-btn i {
    font-size: 12pt;
    padding: 4px;
    background-color: #efefef;
    border-radius: 4px;
    margin: 2px 4px;
    cursor: pointer;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.content.css-prj-dsc {
    position: relative;
    top: -4px;
    display: inline-block;
    font-size: 11pt !important;
}

div#listPapers.list-box .body .row {
    background-color: none !important;
}

@media (max-width: 992px) {

    .paper-block,
    .list-box .body .row:nth-child(odd) {
        background-color: white !important;
        border-radius: 4px;
        overflow: hidden;
        padding: 5px 10px 0px;
        box-shadow: 0px 2px 3px rgb(202 202 202 / 10%);
    }

    .paper-block {
        margin-bottom: 1.5em;
        margin-top: 1.5em;
    }

    .summary .list-box .body .row:nth-child(odd) {
        background-color: #f7f7f7;
    }

    .paper-bg {
        background-color: #f8f8f8;
        min-height: calc(100vh - 306px);
    }

}

div#listPapers.list-box .body .paper-block:nth-child(odd) .row {
    background-color: #fff !important;
}

div#listPapers.list-box .body .paper-block .row {
    border-bottom: 1px solid #efefef;
}

.data-box.pending {
    background-image: url(/portals/0/images/bg/pending-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 60%;
}

.login-page .title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
}

.css-paper-number {
    font-size: 15pt !important;
}

.img-preview {
    aspect-ratio: 16/9;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: top center;
    border-radius: 4px;
}

.preview-item {
    display: inline-flex;
    width: 100%;
    max-width: 32%;
    flex-direction: column;
    margin: 10px;
    margin-left: 0px;
}

.action-section {
    font-size: 11pt;
    text-align: right;
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.action-section a {
    color: orange;
    margin: 0px 5px !important;
}


a.btn-dl {
    background-color: #b06816;
    color: white;
    border-radius: 4px;
    padding: 0px 5px;
    line-height: 1.2;
}

.listed .login-desc {
    line-height: 1.2;
    display: inline-block;
}

a.btn-dl:hover {
    background-color: #ce730c;
}

.note-txt {
    color: green;
    font-size: 11pt;
}

.hero-02 p {
    color: white !important;
}

.hero-02 .hero-txt {
    /* right: 0px; */
    /* top: 10%; */
    border-radius: 8px;
    padding: .5rem 1rem;
}

@media (max-width: 1900px) {
    .hero-02 .hero-txt {
        background-color: rgb(2 71 107 / 40%);
    }
}

.hero-02 .hero-txt {
    background-color: rgb(2 71 107 / 40%);
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dts-sd-ft .lnk-group a:not(:first-child) {
    color: #a7a7a7 !important;
    pointer-events: none;
}

.home-btn {
    font-size: 12pt;
    color: gray;
}

.container button.btn {
    font-size: 1.3em;
    padding: .25rem .5rem;
}

a.attach-item {
    display: inline-flex;
    align-items: center;
    background-color: #d0d0d0;
    padding: 4px 5px;
    border-radius: 4px;
    margin: 0px 5px 5px 0px;
}

.dts-sd-ft .inno-logo img.bnr-ico.logo-sep {
    margin-right: 5px !important;
}

.dts-datatable {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}

.dts-datatable div[class^="col-"] {
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.dts-datatable>div.row:last-of-type {
    border-bottom: 1px solid black;
}

.dts-datatable>.row div:last-of-type {
    border-right: 1px solid black;
}

.content.score {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.content.indent-1 {
    margin-left: 1.2em;
    display: inline-block;
}

.dts-datatable .content {
    line-height: 1.2;
    display: inline-block;
    padding: 4px 0px;
}

#criteria-table .header div {
    background-color: #00519b;
    font-weight: bold;
    color: white;
}

.swal-th {
    font-size: 21pt;
    color: green;
}

.swal-en {
    font-size: 15pt;
}

.row.header.summary .content {
    font-size: 1.8em;
}

.mw-lg {
    max-width: 992px;
}

#development-table {
    background-color: white;
    overflow: hidden;
}

.development-box {
    border: 0px !important;
}

.dts-datatable>.row .development-box div:last-of-type {
    border-right: 0px !important;
}

.px-bs {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}

#development-table .header {
    font-weight: bold;
    color: white;
    background-color: #efefef;
    font-size: 12pt;
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 5px;
}

.dts-datatable .content.px-bs {
    display: inline-block;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
}

.development-box .content {
    font-size: 11pt;
}

#development-table .content.header.poc {
    background-color: #a8a8a8;
}

#development-table .content.header.scale-up {
    background-color: gray;
    border-bottom: 1px solid black;
}

#development-table .header.poc-2 {
    background-color: #e5e5e5;
    color: #444;
    border-bottom: 1px solid #444;
    padding-top: 6px;
    padding-bottom: 6px;
}

.border-e {
    border-right: 1px solid black;
}

@media (min-width: 992px) {
    .border-e-lg-none {
        border-right: 0px solid black;
    }
}


.timeline {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    overflow: hidden;
    color: #222;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    border-right: 4px solid #5fbbd9;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 31px;
    text-align: right;
    margin-right: 20px;
    color: #000000;
    font-size: 1.5rem;
}

.timeline-row .timeline-time small {
    display: block;
    font-size: .8rem;
    color: #8796af;
}

.timeline-row .timeline-content {
    position: relative;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 2px;
    width: 35px;
    border-top: 4px solid #5fbbd9;
}

.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}

.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}

.timeline-row .timeline-content i {
    font-size: 2rem;
    color: #ffffff;
    line-height: 100%;
    padding: 10px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block;
}

.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
}

.timeline-row .timeline-content .thumbs img {
    margin-bottom: 10px;
}

.timeline-row:nth-child(even) .timeline-content {
    background-color: #efefef;
    margin-left: 40px;
    text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
    left: -38px;
    /* border-right: 18px solid #efefef; */
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
}

.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}

.timeline-row:nth-child(odd) .timeline-content {
    background-color: #efefef;
    margin-right: 40px;
    margin-left: 0;
    /* text-align: right; */
}

.timeline-row:nth-child(odd) .timeline-content:after {
    right: -39px;
    /* border-left: 18px solid #efefef; */
    /* border-top: 10px solid transparent; */
    border-bottom: 10px solid transparent;
}

@media (max-width: 767px) {
    .timeline {
        padding: 15px 10px;
    }

    .timeline:after {
        left: 28px;
    }

    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px;
    }

    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }

    .timeline .timeline-row .timeline-time strong {
        display: inline-block;
        margin-right: 10px;
    }

    .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0;
    }

    .timeline .timeline-row .timeline-content {
        padding: 15px;
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .timeline .timeline-row .timeline-content:after {
        right: auto;
        left: -38px;
        top: 20px;
        /* background-color: #5fbbd9; */
    }

    .timeline .timeline-row:nth-child(odd) {
        padding-right: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        right: auto;
        left: -38px;
        top: 20px;
        /* border-right: 18px solid #efefef; */
        border-left: inherit;
    }

    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px;
    }

    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0;
    }
}

.timeline .f-date {
    font-size: var(--timeline-topic);
    line-height: 1.2;
}

.timeline .f-week {
    font-size: var(--timeline-sub);
    line-height: 1.2;
    margin-bottom: 4pt;
}

.timeline .f-content {
    font-size: var(--small-content);
    line-height: 1.1;
    font-weight: bold;
}

.inside-row {
    display: flex;
    flex-direction: column;
}

.inside-row .col-image {
    margin-bottom: 8px;
}

.inside-row .col-content {
    text-align: left;
}

.timeline-top,
.timeline-bottom {
    display: block;
    background-color: #5fbbd9;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 15pt;
    margin: 0px 19px;
    position: relative;
    top: 2px;
}

.timeline-bottom {
    top: -1px;
}

@media (min-width: 576px) {
    .inside-row {
        display: flex;
        flex-direction: row;
    }

    .inside-row .col-image {
        margin-bottom: 0px;
    }

    .inside-row .col-image {
        width: 40%;
        padding-right: 15px
    }

    .inside-row .col-content {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .inside-row {
        display: flex;
        flex-direction: column;
    }

    .timeline-row:nth-child(odd) .timeline-content {
        text-align: left;
    }

    .inside-row .col-image {
        margin-bottom: 8px;
        padding-right: 0px;
    }

    .inside-row .col-image,
    .inside-row .col-content {
        width: 100%;
    }

    .timeline-top,
    .timeline-bottom {
        margin: 0px auto;
    }
}

@media (min-width: 992px) {
    .inside-row {
        display: flex;
        flex-direction: row;
    }

    .inside-row .col-image {
        width: 40%;
        padding-right: 15px;
        margin-bottom: 0px;
    }

    .inside-row .col-content {
        width: 60%;
    }

    .timeline-row:nth-child(odd) .inside-row .col-image {
        order: 2;
        padding-right: 0px;
        padding-left: 15px;
    }

    .timeline-row:nth-child(odd) .inside-row .col-content {
        order: 1;
        text-align: right;
    }

    .timeline-row:nth-child(odd) .timeline-content {
        text-align: right;
    }
}

span.color-start {
    font-size: inherit;
    font-family: inherit;
    color: #00a8ff;
}

span.color-stop {
    font-size: inherit;
    font-family: inherit;
    color: #f96209;
}

.content-l {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.img-lng-th,
.img-lng-en,
.img-lng-cn {
    display: none;
}

.viewmode.th .img-lng-th,
.viewmode.en .img-lng-en,
.viewmode.cn .img-lng-cn {
    display: block;
}

.event-ui-box {
    background-color: white !important;
    border: 2px solid #e0e0e0;
}

.high-frame .cpg-logo {
    text-align: left;
}

.high-frame .cpg-logo img.top-logo {
    left: 10px;
    background-color: white;
    z-index: 10;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .high-frame .cpg-logo {
        text-align: center;
    }

    .high-frame .cpg-logo img {
        left: initial;
    }
}

.cpg-logo .clickable {
    box-shadow: none;
}

.menu.fa-bars {
    font-size: 1.5rem;
}

.menu-list {
    display: none;
    align-items: center;
    transition: right 0.3s ease;
}

.menu-list .menu-item,
.menu-list .menu-item:visited {
    display: inline-flex;
    margin: 0px;
    margin-left: .5rem;
    font-size: .725rem;
    color: #535353;
}

.menu-list .menu-item.ico {
    /* border: 1px solid #cccccc; */
    font-size: 11pt;
    padding: 4px 8px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.menu-list .menu-item.active,
.menu-list .menu-item:hover {
    color: #007294;
}

.close-menu {
    display: none;
}

@media (max-width: 992px) {
    .menu.show .menu-list .page {
        padding: 1rem !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;

    }

    .menu.show .menu-list {
        display: block;
        background-color: rgb(0 0 0 / 80%);
        position: fixed;
        top: 0px;
        right: 0px;
        height: 100%;
        z-index: 3000;
        width: 100%;
    }

    .menu.show .menu-list .page {
        background-color: white;
        position: fixed;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        max-width: 80%;
    }

    .menu.show .menu-list a {
        padding: 18px 0px;
        border-bottom: 1px solid #efefef;
        width: calc(100% - 30px);
        font-weight: bold;
        font-size: 12pt;
    }

    .cpg-logo.menu.show .close-menu {
        display: inline-flex;
    }

    .cpg-logo.menu.show .menu-item.ico {
        display: none;
    }

}

@media (min-width: 992px) {
    .menu.fa-bars {
        display: none;
    }

    .menu-list {
        display: inline-flex;
    }

    .menu-list .menu-item.main-lnk {
        display: none;
    }

    .menu-list .menu-item.main-lnk.ico {
        display: inline-block;
    }

    .menu.show .menu-list {
        /* display: none; */
    }
}

i.close-menu {
    font-size: 1rem;
    color: white;
    background-color: black;
    padding: 5pt;
    aspect-ratio: 1 / 1;
    display: none;
    margin-left: auto;
    margin-right: 0px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}



.menu-list .menu-item.active {
    color: #006d83;
}

.menu-list .page {
    transition: right 0.3s ease;
}

.btn.btn-innovation {
    color: white;
    background-color: #006d8d;
    border-color: #00617d;
}

.btn.btn-innovation:hover {
    background-color: #00526a;
    border-color: #02546c;
}

@media (min-width: 768px) {
    .image.act-01 {
        background-image: url(/portals/0/images/articles/atc-img-md-01.jpg) !important;
        aspect-ratio: 16 / 9 !important;
    }

    .image.act-02 {
        background-image: url(/portals/0/images/articles/atc-img-md-02.jpg) !important;
        aspect-ratio: 16 / 9 !important;
    }

    .image.act-03 {
        background-image: url(/portals/0/images/articles/atc-img-md-03.jpg) !important;
        aspect-ratio: 16 / 9 !important;
    }
}

ul.dts-li {
    padding-left: 0px;
}

ul.dts-li li {
    list-style-type: disc;
}

.btn.btn-secondary-outline,
.btn.btn-secondary-outline:visited {
    color: #ededed;
    border: 1px solid #939393;
    background-color: rgb(128 128 128 / 20%);
}

.btn.btn-secondary-outline:hover {
    background-color: rgb(128 128 128 / 80%);
}


.announce-box-bnr {
    background-color: #50a9b8;
    border-radius: 1em;
    padding: 15px;
}

.coming-soon-bg {
    background-image: url("/portals/0/images/articles/coming-soon.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 100px;
}

.announce-box-bnr .flex-announce {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    font-size: 16pt;
    padding-bottom: 15px;
    text-align: center;
}

.announce-box-bnr .flex-announce .title {
    line-height: 1.2;
    display: block;
}

@media (min-width: 768px) {
    .coming-soon-bg {
        background-position: bottom right;
    }

    .announce-box-bnr .flex-announce {
        text-align: left;
    }
}

a.login-btn {
    display: inline-flex;
    align-items: center;
    font-size: 10pt !important;
    background-color: #00acac;
    border-radius: 4px;
    padding: 3px 5px;
    color: white !important;
}

a.login-btn:hover {
    background-color: #007070;
}

.hero-02 .mix-banner>div {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img.bnr-hero {
    display: none;
}

.hero-02 {
    background-image: url("/portals/0/images/bg/bg-mix.png");
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .hero-frame {
        aspect-ratio: 16 / 7.2;
    }

    .mix-banner {
        position: absolute;
    }

    img.bnr-hero {
        display: block;
    }

    .hero-02 {
        background-image: none;
        background: linear-gradient(90deg, rgba(76, 169, 183, 1) 0%, rgba(76, 169, 183, 1) 51%, rgba(25, 51, 110, 1) 52%, rgba(25, 51, 110, 1) 100%);
    }
}

@media (min-width: 1200px) {
    .hero-frame {
        aspect-ratio: initial;
        height: 465px;
    }
}

.mix-banner {
    z-index: 5;
}

.mix-banner p.announce-title {
    font-size: 1.3rem;
}

.mix-banner p.announce-blow {
    font-size: 2rem;
}

.mix-banner p.announce-desc {
    font-size: 1rem;
}

.hero-02 .hero-txt.symp {
    background-color: rgb(143 143 143 / 40%);
    width: 100%;
}

.hero-txt.inno {
    width: 100%;
}

.theater {
    background-color: black;
}

.file-list-box>.row {
    padding: 8px 0px;
    border-top: 1px solid #dddddd;
}

.file-list-box>.row:last-child {
    border-bottom: 1px solid #dddddd;
}

.cssSwalCustom .swal2-title {
    font-size: 15pt;
}

.cssSwalCustom .swal2-html-container,
.cssSwalCustom .swal2-html-container li {
    font-size: 14pt;
    text-align: left;
}

.cssSwalCustom .swal2-icon {
    width: 2em;
    height: 2em;
}

.cssSwalCustom .swal2-icon .swal2-icon-content {
    font-size: 2em;
}

.announce-info-box .content-desc * {
    font-size: 12pt;
}

.alert.alert-info.announce-info-box {
    padding: 1em;
    display: flex;
}

.alert.alert-info.announce-info-box i {
    font-size: 14pt;
    margin-right: .5em;
}

.announce-info-box ul {
    margin-bottom: 0px;
}

ul.list-of-detail {
    padding: 10px 18px;
    margin-bottom: 8px;
}

.tab-content {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
}

a.btn-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 10pt;
    background-color: rgb(0 0 0 / 80%);
    border-radius: 8px;
    padding: 5px;
    margin: auto 16px;
}

a.btn-column i {
    font-size: 20pt;
}

a.btn-column:hover {
    color: black;
    background-color: rgb(255 255 255 / 80%);
}

.dash-item {
    font-size: 14pt;
    color: white;
    margin: auto 16px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.dash-item .dash-item-counter {
    font-weight: bold;
    font-size: 28pt;
    line-height: .8;
    text-shadow: 0 0 black;
}

.video-recieved {
    display: flex;
    align-items: center;
    font-size: 13pt;
}

.fa-regular.fa-square-check {
    color: green;
}

.sub-text {
    font-size: 30pt;
    color: white;
}

.score-text {
    /* display: block; */
    color: white;
    font-size: 15pt;
}

.proj-score {
    font-size: 23pt !important;
}

.fa-pen-to-square {
    color: #0071bc;
    font-size: 15pt;
}

.projectCode {
    font-size: 15pt;
    color: green;
}

.projectType {
    font-size: 15pt;
    color: #56b3f6;
    font-weight: bold;
}

.projectName {
    font-size: 20pt;
    font-weight: bold;
}

.btn-viewPaper {
    border: 1px solid #2e3192 !important;
    background: #2e3192 !important;
    color: white !important;
}

.form-topic {
    font-size: 20pt !important;
}

.form-scoring-header {
    font-size: 15pt;
}

.form-scoring-lbl {
    font-size: 13pt;
    line-height: 1.3;
    color: #a1a1a1;
}


.form-scoring-header-lbl {
    font-size: 12pt;
    line-height: 1.2;
    color: #9aac9a;
}

.fixmargin {
    margin-top: -7px !important;
    margin-bottom: -6px !important;
}

.css-paper-stage {
    font-size: 11pt !important;
    color: blue;
}


.state-text {
    font-size: 11pt;
    color: white;
}

.total-bg {
    background: #107d73ad;
}


.waiting-bg {
    background: #1cb0a59e;
}

.finish-bg {
    background: rgb(0 109 101 / 90%);
}

.title-blk {
    background: rgb(255 255 255 / 80%);
}

.all-blk {
    font-size: 13pt;
    border-radius: 5px;
    background: #bdccd4;
    color: #6d6d6d;
}

.wait-blk {
    font-size: 13pt;
    background: #bdccd4;
    border-radius: 5px;
    color: #6d6d6d;
}

.finish-blk {
    font-size: 13pt;
    background: #bdccd4;
    border-radius: 5px;
    color: #6d6d6d;
}

.pending-blk {
    font-size: 13pt;
    background: #bdccd4;
    border-radius: 5px;
    color: #6d6d6d;
}

.selected {
    background: black !important;
    color: white;
}

.state {
    cursor: pointer;
}

.state:hover {
    background: gray;
    color: white;
}

.content.pd {
    padding-left: 22pt;
}

.row.inner .content.score {
    color: blue;
}

.row.subheader {
    background-color: #dedede;
    color: black;
}

.table-guideline {
    margin-bottom: 3rem;
}

.table-guideline td {
    font-size: 13pt;
    border: 1px solid #8a8a8a;
    padding: 6px 8px;
}

.table-guideline tr.header {
    background-color: #00B050;
}

.table-guideline tr.subheader {
    background-color: #C6E0B4;
}

.a-md {
    text-align: center;
    vertical-align: middle;
}

.a-ct {
    text-align: center;
    vertical-align: top;
}

.a-i-s {
    text-align: start;
    font-style: italic;
}

.a-e {
    text-align: end;
}

tr.header td {
    font-size: 12pt !important;
    font-weight: bold;
    color: black;
}

td.score {
    background-color: #efefef;
    width: 80px;
}

tr.detail td.dsc {
    text-align: start;
    color: #e70000;
}

td.td-dsc {
    width: 16.5%;
}

tr.sec-detail {
    background-color: #d7d7d7;
}

tr.sec-detail td.score {
    background-color: #d7d7d7;
}

tr.header td.a-ct,
tr.subheader td.a-ct,
tr.sec-detail td.a-ct {
    vertical-align: middle;
}

tr.detail .dsc-txt-2 {
    color: #000fe1 !important;
}


.summary .dts .form-label {
    line-height: 1.5;
    white-space: normal;
}

div#tbScore_wrapper {
    font-size: 15pt;
}

table#tbScore tbody tr.even {
    background-color: #f6f6f6;
    border-bottom: 2px solid #505050;
}

table#tbScore thead th {
    font-size: 10pt !important;
    white-space: nowrap;
}

table#tbScore .bg-txt,
table#tbScore .country-txt {
    font-size: 13pt;
}

table#tbScore span.bg-txt {
    color: #cd8800;
    font-family: Kanit !important;
    display: block;
}

table#tbScore span.refer-txt {
    font-size: 12pt;
    display: block;
    color: #589953;
}

table#tbScore span.title-txt {
    font-size: 15pt;
    line-height: 1.2;
    display: inline-block;
    color: #001736;
    font-weight: 400;
    font-family: Kanit !important;
}

table#tbScore tbody td {
    padding: 12pt 10px;
    border-bottom: 1px solid #dedede;
}

table#tbScore td.c-score {
    text-align: center;
    font-family: Kanit !important;
    /* background-color: #272e7e; */
    color: #e5e5e5;
    border-left: 1px dashed #a3a3a3;
    border-right: 0px;
    font-size: 18pt;
    font-weight: bold;
}

table#tbScore td.c-score.Red {
    color: #da0000;
}

table#tbScore td.c-score.Orange {
    color: #e8820a;
}

table#tbScore td.c-score.Green {
    color: #008125;
}

table#tbScore td.c-score.Gray {
    color: #bebebe;
}

div#tbScore_length,
div#tbScore_filter {
    font-size: 14pt;
}

table#tbScore .avg {
    text-align: right;
}

table#tbScore .c-person {
    text-align: center;
    color: #868686;
}

.filter-group>.container>.row {
    margin: .5em 0px;
}

.filter-group .css-radio label,
.filter-group .css-check label {
    font-size: 12pt;
    padding: 5px 12px !important;
}

.filter-group .btn-group {
    border-radius: 0 !important;
    overflow: hidden;
    border-left: 1px solid #0d6efd;
}

.filter-group .css-check label {
    font-size: 10pt;
    padding: 9px 6px !important;
    /* border: none; */
    border-right: 1px solid #baadad !important;
    border-radius: 0px !important;
}

.filter-group label.btn.btn-outline-primary {
    border-right: 1px solid #0d6efd !important;
}

.filter-group .btn-check:checked+label.btn.btn-outline-primary {
    border-right: 2px solid white !important;
}

.input:focus,
.input:active,
.label:focus,
.label:active,
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.concensus-title {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(150deg, #0d24ff 0%, #7a5dff 20%, #c800ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1.2;
}

.country-item {
    border: 1px solid #efefef;
    display: inline-flex;
    width: 100%;
    height: 100%;
    max-width: 120px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    font-size: 13pt;
    background-color: #cae4ff;
    border-radius: 4px;
}

.country-item.bg {
    background-color: #f5ecff;
}


.country-item .count {
    font-weight: bold;
    font-size: 20pt;
}

.concensus-title.sub {
    font-size: 17pt;
}

.filter-group .btn-check:checked+.btn-outline-primary {
    background-color: #5e36d1;
}

.info-pane {
    background-color: #fbfbfb;
    padding: 1em 0px;
}

[id$='lblApplicationMessage'] {
    display: none !important;
}

a.btn.btn-primary.btn-search {
    background-color: #5a5a5a;
    border-color: black;
}

a.btn.btn-primary.btn-search:hover {
    background-color: #000;
}

.country-item.category {
    background-color: #efefef;
}

.country-item.category .name {
    font-size: 11pt;
}

a.lnkPaper {
    display: inline-block;
    color: blue !important;
}

.choice-left-lbl {
    font-size: 13pt;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid black;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.choice-right-lbl {
    font-size: 13pt;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.choice-left-lbl:hover,
.choice-right-lbl:hover {
    background: #b4b0b0 !important;
    color: black;
}

.LogBlock-header img.logo {
    max-width: 200px;
    border-radius: 4px;
    margin: 10px 0px;
}

.orange-text {
    color: orange;
    font-weight: bold;
}


.exhibit-item {
    background-color: #f4f4f4;
    border-radius: 4pt;
    padding: .5em 1em;
}

.exhibit-item {
    font-size: 14pt;
    margin-bottom: 8px;
}

.exhibit-item .code {
    font-size: 11pt;
}

.exhibit-item .title {
    padding: 4px 0px;
}

.badge-box {
    display: flex;
    padding-top: 4px;
}

.badge-item {
    background-color: #efefef;
    border-radius: 8px;
    font-size: 11pt;
    padding: 3px 10px;
    margin-right: 6px;
}

.badge-item.bu {
    background-color: #97e8ff;
    color: #222;
}

.badge-item.country {
    background-color: #064f89;
    color: white;
}

.Prove .badge-item.cat {
    background-color: #b36c21;
    color: white;
}

.Scale .badge-item.cat {
    background-color: #3a8f00;
    color: white;
}

.fa-trash-alt {
    cursor: pointer;
}

.tbRankGroup .card {
    padding: 12px 16px;
}

.tbRankGroup .card.main {
    background-color: #042870;
    color: white;
    width: fit-content;
}

.tbRankGroup .card .title {
    font-size: 16pt;
}

.tbRankGroup .card .unit,
.tbRankGroup .card .percent {
    font-size: 14pt;
}

.tbRankGroup .card .title {
    font-size: 16pt;
    margin-bottom: 4pt;
}

.tbRankGroup .card .val {
    font-size: 32pt;
    font-weight: bold;
    margin-right: 8pt;
}

.groupCount .val,
.groupCount .unit,
.groupCount .percent {
    display: inline;
}

.tbRankGroup .row {
    margin-bottom: 4pt;
}

.tbRankGroup .card.sub-1 {
    background-color: #04705c;
    color: white;
}

.tbRankGroup .card.sub-2 {
    background-color: #0C968F;
    color: white;
}

.tbRankGroup .card.sub-3 {
    background-color: #8aa02d;
    color: white;
}

.tbRankGroup .card.sub-4 {
    background-color: #a07f2d;
    color: white;
}

.tbRankGroup .card.sub-5 {
    background-color: #A0522D;
    color: white;
}

.tbRankGroup .card.sub-6 {
    background-color: #a0322d;
    color: white;
}

.tbRankGroup.byBG .card.main {
    color: #222;
    background-color: #f2f2f2;
    border-color: #ededed;
    width: initial;
}

.tbRankGroup.byCountry .elm {
    color: #222;
    background-color: #7fbeda;
    border-color: #b1e1f7;
}


.tbRankGroup.byCountry .card.main {
    color: #222;
    background-color: #d1f0ff;
    border-color: #c1ebff;
    width: initial;
}

.content-detail .elm {
    width: fit-content;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.content-detail .elm {
    font-size: 16pt;
    margin: 2px 6px;
    border: 1px solid #77b2cd;
    padding: 5px;
    border-radius: 4px;
    min-width: 108px;
    background-color: rgb(72 103 141 / 20%);
}

.content-detail .elm .all {
    margin: 8px auto;
}

.content-detail .elm .meet {
    background-color: #f3fbff;
    /* aspect-ratio: 1/1; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 4px;
    font-size: 24pt;
    width: 100%;
    border: 1px solid #80cdf1;
}

.text-bold {
    font-weight: bold !important;
}

.title.text-sep {
    border-bottom: 1px solid #85bcd5;
}

.row.bg-state .selected {
    background-color: #00f5d9 !important;
    color: black;
    font-weight: bold;
}

.row.bg-state {
    background-color: #046358;
}

span.state.pending-blk {
    display: none;
}

img.editthis {
    width: 50px;
}

.btm-table {
    padding-top: 80pt;
}


@media print {
    .btm-table {
        break-inside: avoid;
        page-break-inside: avoid;
        page-break-before: always;
        display: block;
    }
}

td.c-score.avg {
    color: blue !important;
}

td.c-score.sum {
    color: black !important;
}

.dash-item {
    font-size: 14pt;
    color: #182c9d;
    margin: auto 16px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px dashed #c2c2c2;
    padding-right: 16px;
}

.dash-item .dash-item-counter {
    font-weight: bold;
    font-size: 28pt;
    line-height: .8;
    text-shadow: 0 0 black;
}

.dts .badge {
    background-color: #efefef;
    font-size: 11px;
    font-weight: normal;
    color: gray;
}

.dts .badge.data-complete {
    color: white;
    background-color: #008fec;
}

.group-btn i.fa-file-pdf {
    color: #009537;
}


#hdn-info-box {
    display: none;
}

.print-bg {
    background-color: #efefef;
}

.print-board {
    border: 1px solid #ddd;
    background-color: white;
}

.command-section .btn {
    font-size: 10pt !important;
    padding: 3px 9px !important;
}

.command-section .btn.btn-print {
    color: black !important;
    background-color: white !important;
    border: 1px solid #cecece !important;
    box-shadow: 0px 0px 5px #f9f9f9;
}

.command-section .btn.btn-print:hover {
    background-color: #f8f8f8 !important;
}

.print-prj-logo {
    margin: auto;
    width: 120px;
    display: block;
    padding-bottom: 1em;
}

.print-prj-title {
    font-size: 20pt;
}

.scale-font .print-prj-title {
    font-size: 30pt;
}

.scale-font .form-lbl {
    font-size: 16pt;
}

.scale-font .form-lbl.val,
.scale-font .content {
    font-size: 18pt;
}

.scale-font .content .member-lv {
    font-size: 13pt;
}

.scale-font .content .member-name {
    font-size: 16pt;
    padding: 5px 0px 0px;
}

.scale-font .content .member-email,
.scale-font .content .member-tel {
    font-size: 14pt;
}

.scale-font .content .member-bg {
    font-size: 16pt;
}

.scale-font .form-lbl {
    padding-bottom: 5px;
}

.btn-primary:visited {
    color: white;
}

a.menu-item {
    cursor: pointer;
}

.dts .bg-dark {
    background-color: #00376e !important;
}

.file-detail .img-thumbnail {
    padding: 0px;
    aspect-ratio: 16/9;
    width: 100%;
    background-position: top center;
    background-size: cover;
    border-radius: 4px;
    margin-bottom: 7px;
}

a.hdn-dl {
    position: absolute;
    right: 18px;
    bottom: 4px;
    background-color: #159922;
    padding: 4px 10px;
    border-radius: 4px;
    color: white;
    display: none;
}

.img-thumbnail:hover a.hdn-dl,
.filelist-item.image:hover a.hdn-dl {
    display: block;
}


.file-detail .img-thumbnail {
    padding: 0px;
    aspect-ratio: 16/9;
    width: 100%;
    background-position: top center;
    background-size: cover;
    border-radius: 4px;
    margin-bottom: 7px;
}

.filelist-item.image .file-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-right: 10px;
}

@media print {
    .cpg-logo.menu {
        display: block;
        position: static !important;
    }

    .cpg-logo.menu {
        text-align: center;
    }

    .cpg-logo.menu>div:first-child {
        display: none;
    }

    .filter-group {
        margin-top: 2em;
    }

    .function-main,
    i.menu.fa-solid.fa-bars {
        display: none;
    }

}

#cert-list .member-name {
    color: green;
}

a.btn.btn-primary.btn-cer {
    border: 1px solid #888;
    background-color: white;
    color: #444;
    font-size: 15px;
}

a.btn.btn-primary.btn-cer i.fa-file-certificate {
    color: #00c000;
}

a.btn.btn-primary.btn-cer:hover {
    background-color: #00c000;
    color: white;
}

a.btn.btn-primary.btn-cer:hover i.fa-file-certificate {
    color: white;
}

.fa-file-certificate {
    color: #8BC34A;
}

.filter-box {
    background-color: #e9f5fb;
    border: 1px solid #e3eff5;
    padding: 10px;
    border-radius: 4px;
}

button#btn-save,
button#btn-savenext,
button#btn-finish,
button#btn-saveback {
    display: none;
}

.btn-edit,
.btn-trash {
    display: none;
}

.report-ico {
    width: 50pt;
    margin-top: 10px;
}

.report-header {
    font-size: 3em;
    color: white;
}

.report-header-en {
    font-size: 2.5em;
    color: white;
}

.report-total-participant {
    font-size: 40pt;
    font-weight: bold;
    color: white;
}

.report-unit {
    font-size: 11pt;
    color: white;
}

.report-label-sub-total {
    font-size: 20pt;
    color: white;
}

.report-label-sub-total-en {
    font-size: 18pt;
    color: white;
}

.report-sub-total {
    font-size: 29pt;
    font-weight: bold;
    color: white;
}


/* 
.liquid-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: url(#distortionFilter) blur(1px);
    -webkit-backdrop-filter: blur(1px);
    border-radius: 1rem;
    padding: 6em;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    position: fixed;
    top: 41px;
    left: 165px;
} */

a.nav-link.left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

a.nav-link {
    color: #5faadf;
    border: 1.5px solid #86e3c4;
    font-size: 15pt;
}

a.nav-link.right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

a.nav-link:hover {
    background: #80dcc5;
}

a.nav-link.active {
    background: #70c0d2;
    color: white;
}

.cpinno-dash .liquid-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: url(#distortionFilter) blur(1px);
    -webkit-backdrop-filter: blur(1px);
    border-radius: 1rem;
    padding: 10px 6em 6em 6em;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    /* position: fixed; */
    height: 100%;
    /* left: 42px; */
    /* right: 317px; */
    /* bottom: 48px; */
}

.cpinno-dash a.nav-link.active {
    background: linear-gradient(to right, #003879, #0063c5, #0066be);
    color: white;
}

.cpinno-dash span.report-header {
    font-weight: normal;
    font-size: 1.8rem;
}

.cpinno-dash span.report-header-en {
    font-weight: normal;
    font-size: 1rem;
    color: #e2e2e2;
}

.cpinno-dash .report-total-participant {
    font-size: 4rem;
}

.cpinno-dash .report-unit {
    font-size: .8rem;
}

.cpinno-dash .report-label-sub-total {
    font-size: 1.3rem;
}

.cpinno-dash .report-label-sub-total-en {
    font-size: .8rem;
    display: inline-block;
    padding-top: 1pt;
    color: #e2e2e2;
}

.cpinno-dash .report-sub-total {
    font-size: 1.8rem;
}

.cpinno-dash img.report-ico {
    filter: drop-shadow(0 1px 18px #fff);
}

.cpinno-dash li.nav-item a {
    background-color: hsl(0deg 0% 33.06% / 50%);
    color: white;
}

.cpinno-dash img.report-logo-s {
    border-radius: 4px;
    width: 100%;
}

.cpinno-dash .by-bu .report-sub-total {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 24pt;
    margin-top: 8px;
}

.group-bu {
    width: 30%;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    margin: 0px 5px;
}

@media (min-width: 576px) {
    .group-bu {
        width: 22%;
    }
}

@media (min-width: 768px) {
    .group-bu {
        width: 15%;
    }
}

@media (min-width: 992px) {
    .group-bu {
        width: 13%;
    }
}

@media (min-width: 1200px) {
    .group-bu {
        width: 12%;
    }
}

@media (min-width: 1350px) {
    .group-bu {
        width: 100%;
        max-width: 100px;
    }
}

.sub-footer-box a {
    font-size: 10pt;
    border: 1px solid white;
    padding: 2px 10px;
}

.container-main a.btn {
    color: white;
}

span#currentdatetime {
    font-size: 0.8rem;
    color: yellow;
}

button.btn-inno {
    background: linear-gradient(to right, #003879, #0063c5, #0066be);
    color: white !important;
    font-size: 15pt !important;
    padding: 8px 20px;
    border-radius: .5rem;
    min-width: 200px;
}

.dropdown.inno ul li {
    list-style-type: none;
}

.dropdown.inno ul li a {
    background-color: #f1f1f1;
    border-radius: 4pt;
    padding: 8px 20px;
    font-size: 15pt;
    margin-bottom: 5px;
    color: #444;
}

.dropdown.inno ul {
    padding: 5px;
    padding-bottom: 1px;
}

.dropdown.inno .dropdown-menu {
    min-width: 200px;
}

.d-500-flex {
    display: none !important;
}

.d-500-none {
    display: block !important;
}


@media (min-width: 740px) {
    .d-500-flex {
        display: flex !important;
    }

    .d-500-none {
        display: none !important;
    }
}

.section.liquid-box.liquid-white {
    background-color: white;
}


.cpinno-dash div,
.cpinno-dash span {
    font-family: 'KanitLight', sans-serif !important;
    font-size: 14pt;
    line-height: 1.125 !important;
}

.cpinno-dash .chart-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #222;
    height: 2.4em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.legend-item .sym-box {
    display: inline-block;
    aspect-ratio: 1/1;
    width: 20px;
    background-color: #efefef;
    border-radius: 50%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    margin-right: 8px;
}

.legend-item {
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
}

.actual-item-bg {
    background-color: #00AC98 !important;
}

.total-item-bg {
    background-color: #56EFC2 !important;
}

.d-m-flex {
    display: flex;
    align-items: center;
}

.legend-box {
    width: 100%;
    max-width: 220px;
    margin: 1em auto 2em;
}

.legend-item .value-box span {
    font-weight: bold;
    color: #222;
    font-size: 18pt;
    align-items: baseline;
    position: relative;
    top: -4px;
}

.cpinno-dash .updated-date {
    color: #162cce !important;
    margin-bottom: 5pt;
    display: block;
    font-size: 10pt !important;
}

@media (min-width: 992px) {
    .legend-box {
        margin: initial;
    }
}

.legend-box.long {
    display: flex;
    justify-content: space-between;
}

.bt-1 {
    border-top: 1px dashed #c0c0c0;
}

.chart-container.overflow-auto.mt-3.pt-3.bt-1 {
    margin-top: 4rem !important;
    padding-top: 2rem !important;
}

.rpt-header {
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
    background-color: rgb(14 60 80 / 0%);
    padding: 20px;
    /* border-bottom: 2px solid rgb(38 98 127 / 70%); */
    display: inline-flex;
    width: 100%;
    align-items: start;
}

img.rpt-logo {
    width: 2.4rem;
    margin: 0px 1rem;
}

.card-rpt-container {
    background-color: rgb(14 60 80 / 40%);
    /* สีพื้นหลังของกล่อง (สีน้ำเงินเข้ม) */
    padding: 20px;
    margin: 1rem;
    border-radius: 15pt !important;
    z-index: 1;
    position: relative;
    flex-grow: 1;
    display: flex;
}

.card-rpt-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(64 138 155 / 0%), #408a9b, rgb(64 138 155 / 0%));
    border-radius: 15pt;
    padding: 2px;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        /* ส่วนของเนื้อหาจะถูกเจาะออก */
        linear-gradient(#fff 0 0);
    /* ส่วนของ border */
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    /* ทำให้ส่วน content-box ถูกเจาะออก */
    mask-composite: exclude;
    /* สำหรับ Firefox */
    z-index: -1;
    /* ให้ pseudo-element อยู่ข้างใต้ div หลัก */
}

.main-flex {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.card-rpt-sub {
    background-color: rgb(14 60 80 / 40%);
    border-radius: 15pt;
    display: flex;
    width: 100%;
    flex-grow: 1;
    padding: 20px;
}

.d-flex-1 {
    display: flex;
    flex-grow: 1;
    height: 100%;
}

.box-grid {
    display: flex;
    flex-grow: 1;
    z-index: 1;
    position: relative;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
}

.box-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(88 188 211 / 20%), #79c0de, rgb(109 183 201 / 20%));
    border-radius: 15pt;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        /* ส่วนของเนื้อหาจะถูกเจาะออก */
        linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.box-grid.no-box::before {
    background: none;
}

.box-detail {
    color: white;
    width: 100%;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    /* justify-content: space-between; */
    flex-grow: 1;
    font-size: 14pt;
}

.sec-ico img {
    width: 4.7rem;
    margin: auto;
    display: block;
    margin-bottom: 0rem;
}

.box-detail .sec-title {
    font-size: 1rem;
    height: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.box-detail .sec-val {
    font-weight: bold;
    font-size: 2.2rem;
    padding-top: 0;
    padding-bottom: 0.3rem;
}

.box-detail .sec-desc {
    font-size: 10pt;
    color: #d1d1d1;
    display: block;
}

.h-val {
    display: flex;
    align-items: baseline;
}

.title-2 {
    font-size: 2rem;
    font-weight: bold;
    color: #cc9bff;
}

.box-detail .subtitle {
    font-size: 1.2rem;
}

.box-detail .content-dsc {
    color: #bebebe;
    display: inline-block;
    margin-bottom: 3pt;
}

.val-percent {
    padding: 10px 0px;
    display: flex;
}

.val-percent .val {
    color: #bebebe;
}

.percent-bar {
    display: inline-block;
    width: 100%;
    background-color: rgb(11 103 123 / 80%);
    height: 1em;
    border-radius: 4pt;
    position: relative;
    overflow: hidden;
}

.percent-bar-val {
    position: relative;
    height: 100%;
    width: 0%;
    background-color: #cc9bff;
}

.box-detail .h-val .sec-val {
    font-size: 4rem;
}



.my-fs {
    margin: 1rem;
    align-items: center;
    padding: 0rem 3rem;
    padding: 0rem;
}

.fc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc .box-detail {
    flex-grow: initial;
}

.box-detail .title {
    font-size: 1.3rem;
    font-weight: bold;
}

.box-detail .sec-val.l {
    font-size: 4rem;
}

span.sym-box {
    background-color: #efefef;
    aspect-ratio: 1/1;
    display: inline-block;
    width: 1.2rem;
    border-radius: 15pt;
}

.box-detail-legend .subtitle {
    font-size: 1rem;
    color: white;
    text-align: left !important;
}


.legend-box-val {
    color: white;
    padding-top: 3px;
}

.box-detail-legend .sec-val {
    font-size: 3rem;
    font-weight: bold;
}

.box-detail-legend .val-percent {
    font-size: 1rem;
    color: #b0b0b0;
}

.box-detail-legend {
    display: flex;
    align-items: center;
}

.legend-sym {
    margin: 0px 10pt;
}

span.sym-box.emp {
    background-color: #17fac5;
}

span.sym-box.edu {
    background-color: #018eed;
}

span.sym-box.inv {
    background-color: #5240ff;
}

span.sym-box.pnr {
    background-color: #ec07ff;
}

.box-detail-legend>div {
    display: flex;
}

.full-chart {
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0px 2rem;
}

.box-grid .subtitle {
    color: #dedede;
    text-align: center;
    font-size: 1.2rem;
}

.card-rpt-container .group-bu {
    width: 31%;
    max-width: 133px;
    margin: 0px 4px;
    margin-bottom: .5rem;
}

.card-rpt-container .group-bu img {
    border-radius: 4px;
    margin: 10px 0px;
}

.box-grid.grow-init {
    flex-grow: initial;
}

.box-grid.info {
    justify-content: start;
    padding: 1rem;
}

.box-grid.info .box-detail {
    text-align: start;
}

.box-grid.info .title {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 5pt;
}

.content.dsc {
    color: #c6c6c6;
}

.box-detail ul.content.dsc {
    padding-left: 0px;
    margin-bottom: 0px;
}

.graph-date-container {
    height: 100%;
    width: 100%;
    min-height: 300px;
    padding: 1rem;
}

.no-space {
    padding: 0px;
    margin: 0px;
}

.no-bg {
    background: none;
}

.no-grow {
    flex-grow: initial;
}

.elms-start,
.elms-start span,
.elms-start div {
    text-align: left !important;
}

.elms-white-txt,
.elms-white-txt span,
.elms-white-txt div {
    color: white !important;
}

.box-grid.fc.inno-bg::before {
    background-image: linear-gradient(36deg, rgba(255, 0, 255, 1) 0%, rgba(2, 94, 255, 1) 35%, rgba(0, 255, 195, 1) 82%, rgba(204, 218, 215, 1) 100%);
    -webkit-mask: initial;
    mask: initial;
    -webkit-mask-composite: initial;
    mask-composite: initial;
    opacity: .8;
}

.hunter .box-detail {
    flex-grow: initial;
}

.main-flex>.container-fluid {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.black-txt {
    color: #333334 !important;
}

.group-bu.country img {
    margin: 10px 5px;
    border-radius: 2px;
    width: 110px;
    padding-top: 10px;
}

.stack .chart-container canvas {
    min-height: 300px;
    max-width: calc(100vw - 140px);
}

.sub-card {
    color: white;
    text-align: center;
    padding: 5px 10px 20px;
    font-size: 15pt;
}

.sub-card .unit {
    font-size: 1rem;
}

.sub-card .sub-val {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 5px;
}


.updated-txt.dark-txt {
    display: block;
    color: #3c4d64 !important;
    padding-top: 4px;
}

.box-grid.grid-bg.liquid-box {
    background: rgb(19 17 17 / 10%);
    backdrop-filter: url(#distortionFilter) blur(1px);
    -webkit-backdrop-filter: blur(1px);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgb(103 103 107 / 37%);
}

.c-txt-2 {
    color: #ffda00 !important;
}

.c-txt-1 {
    color: #00ff00 !important;
}


.chart-container-online > canvas {
    min-height: 9em;
}

@media (min-width: 768px) {
    .chart-container-online > canvas {
        min-height: 17em;
    }
}






