body {
  font-family: PingFangTC, Arial, Helvetica, sans-serif;
}

/* comment this out for debugging borders */
/* * { outline: solid 1px black; } */

.jumbotron {
  border-radius: 0px !important;
}

a.undecorated {
  text-decoration: none !important;
}

.output-order {
    background-color: #ececec;
    font-weight: 500;
}


a.darkgray {
  color: #4a4a4a !important;
}

.header-box {
  min-height: 100px !important;
  background-color: #ffffff;
}

.main0-box {
    min-height: 160px;
    background-color: #a14384;
    /*background-color: #00cbbb;*/}

.main1-box {
    min-height: 320px;
    background-color: #7E1F60;
    /*background-color: #00cbbb;*/}

.main2-box {
    min-height: 524px;
    background-color: #6B1951;
    /*background-color: #06968b;*/
}

.main3-box {
  min-height: 524px;
  background-color: #421233;
  /*background-color: #06968b;*/
}

.main4-box {
  min-height: 524px;
  background-color: #f3f3f3;
  /*background-color: #06968b;*/
}

.line {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.footer-box {
  /* max-height: 182px !important; */
  background-color: white;
}

.footer-box1 {
  /* max-height: 182px !important; */
  margin-top: -20px !important;
  background-color: white;
}

.max-height182px {
  /* object-fit: none !important; */
  margin-top: 0px !important;
}

.img-headerlogo {
  min-height: 50px;
}

.img-headerdeco {
  min-height: 25px;
}

.yunduan-box {
    /* min-width: 8em;*/
    max-width: 11em !important;
    border-radius: 5px;
    /*border: 1px solid #06968b;*/
    
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    /*color: #06968b;*/
    color: #6B1951;
    text-align: center;
}

.yunduan-box-select {
  /* min-width: 8em;*/
  max-width: 11em !important;
  border-radius: 5px;
  /*border: 1px solid #06968b;*/
  
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  /*color: #06968b;*/
  color: #6B1951;
  text-align: center;
}


.back-box:hover {
  color: #fff;
}

.yunduan-box:hover {
    color: #fff;
    background-color: #7E1F60;
    /*background-color: #00cbbb;*/    
    border: 1px solid #7E1F60;
    /*border: 1px solid #00cbbb;*/
}

.yunduan-box-select:hover {
  color: #fff;
  background-color: #6B1951;
  /*background-color: #00cbbb;*/    
  border: 1px solid #6B1951;
  /*border: 1px solid #00cbbb;*/
}

.yunduan-box a:hover {
  color: #fff !important;
}

.back-box a:hover {
  color: #fff !important;
}

.uni-table-title a:hover {
  color: #4a4a4a !important;
}

.vert-center {
  vertical-align: middle !important;
}

.img-headerdeco {
  /* min-height: 80px; */
}

.title-entergrades {
  padding-left: 0.8em;
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #ffffff;
}


.field-entergrades {
  /* padding-top: 1em; */
  height: 104px;
  min-width: 3em;
  text-align: center;
  font-size: 1.25em; /* ^=20px? */
  letter-spacing: 0.25em;
  color: #ffffff;
  margin-bottom: 1.5em;
}

.adjust-entergrades-englishlisten {
    height: 52px;
    -webkit-appearance: none;
    font-size: 1.5em; /* ^=20px? */
    text-align: center;
    align-items: center;
    font-family: Arial;
    color: #ffffff;
    font-weight: 900;
}

.svg-underscore {
  stroke:#fff;
  stroke-width:3;
}

.numberInput {
    height: 52px;
    text-align: center;
    align-items: center;
    font-family: Arial;
    font-size: 1.5em;
    font-weight: 900;
    border: none;
    /*background-color: #00cbbb;*/
    background-color: #7E1F60;
    color: #fff;
}

input[type="number"] {
  text-align: center;
  width: 2.5em !important;
}

#aca-score-15 input[type="number"], 
#aca-score-15 select {
    /*background-color: #00cbbb;*/
    background-color: #a14384;
    outline: none;
    letter-spacing: 0.2em;
    border-width: 0px;
    border: none;
}



input[type="number"], select {
    /*background-color: #00cbbb;*/
    background-color: #7E1F60;
    outline: none;
    letter-spacing: 0.2em;
    border-width: 0px;
    border: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="submit"] {
  border: none;
  color: #fff;
  background: #070404;
}

select {
    /*margin-top: 0.275em;
  margin-left: 0.75em;
  min-height: 1.5em;*/
    /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
}

.department-list {
  margin-left: 30px;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 3.7px;
  line-height: 2em;
  color: #ffffff;
}

.chinese-word {
  white-space: nowrap;
}

.department-box {
    /* height: 2.5em;; */
    /* min-width: 3em; */
    border: 1px solid white;
    border-radius: 5px;
    font-size: 1.25em;
    text-align: center;
    letter-spacing: 0.2em;
    color: #ffffff;
    /*background-color: #06968b;*/
    background-color: #6B1951;
    opacity: 0.5;
}

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label {
  cursor: pointer;
  display: block;
  margin: 0 !important;
}

input[type="checkbox"].hidden {
  display: none;
}

.check-with-label:checked + .label-for-check {
  background-blend-mode: multiply ;
  background-image: linear-gradient(to bottom, #e3e3e2, #e3e3e2) ;
  border: 3px solid white ;
  padding-top: 0.3em !important;
  padding-bottom: 0.3em !important;
  opacity: 1;
}

.min-h-2 {
 min-height: 2em;
}

.analyze-button {
    font-size: 1.25em;
    min-width: 192px;
    /* max-width: 291px; */
    /* min-height: 44px; */
    /* max-height: 60px; */
    border-radius: 5px;
    box-shadow: 0 0 17px -4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-weight: bold;
    letter-spacing: 0.9px;
    /*color: #06968b;*/
    color: #6B1951;
}

.footer-font-style {
    /* min-width: 238px; */
    /* min-height: 19px; */
    letter-spacing: 1px;
    /*color: #06968b;*/
    color: #6B1951;
    font-size: 1em;
}

.page2-infobox {
    min-height: 120px;
    /*background-color: #06968b;*/
    background-color: #6B1951;
}

.page2-infobox-text {
  font-size: 1em;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.page2-main1-box {
    /*background-color: #00cbbb;*/
    background-color: #7E1F60;
}

.page2-main2-box {
  background-color: #fff;
}

.page2-main2-title {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0.9px;
    color: #4a4a4a;
    border-left: 10px solid #7E1F60;
}

.page2-main2-alam {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #ff0000;
  border-left: 10px solid #ff0000;
}




.border-left-title {
    border-left: 10px solid #ffffff;
}

.page2-back-button {
  font-size: 1.25em;
  min-width: 192px;
  /* min-height: 44px; */
  border-radius: 5px;
  background-color: #4a4a4a;
  color: #fff;
  letter-spacing: 0.9px;
  font-weight: bold;
}

.pre-footer {
    min-height: 60px;
    /*background-color: #06968b;*/
    background-color: #6B1951;
}



.uni-table-title {
  font-size: 26px;
  font-weight: 800;
  color: #4a4a4a;
}

.uni-table-title-gap {
  font-size: 1.1em;
  font-weight: 600;
  color: #000000;
}

.uni-table-title-gap-112 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

.uni-table-title-2 {
  font-size: 2.5em;
  font-weight: 600;
  color: #fa0000;
}


.uni-table-title-3 {
  font-size: 22px;
  font-weight: 600;
  color: #fa0000;
}

.gap-table-title-success{
  font-size: 12px;
  font-weight: 300;
  color: #178a00;
}

.gap-table-title-risk{
  font-size: 12px;
  font-weight: 300;
  color: #dfd000;
}


.gap-table-title-warning{
  font-size: 12px;
  font-weight: 300;
  color: #e20606;
}


.gap-table-title-lastyear{
  font-size: 20px;
  font-weight: 600;
  color: #fdfdfd;
  background-color: #a8a8a8;
}

.btn-info-last-five-year {
  color: #4a4a4a;
  background-color: #e9e9e9;
  
}



.uni-table-link {
    font-size: 1.125em;
    font-weight: 600;
    /*color: #06968b;*/
    color: #6B1951;
}

.uni-table-header {
    color: #fff;
    /*background-color: #06968b;*/
    background-color: #6B1951;
    font-size: 1em;
    font-weight: 600;
}

.border-bl-3 {
  border: 3px solid black;
}

.margin-x0-fix{
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.fix-footer-link-vertical {
  padding-bottom: 0.25em !important;
  /* vertical-align:baseline !important; */
}

.min-h-3em {
  min-height: 3em !important;
  vertical-align: middle !important;
}

.min-h-6em {
    min-height: 6em !important;
    vertical-align: middle !important;
}

.border-responsive-1 {
  box-shadow:
    1px 0 0 0 #000,
    0 1px 0 0 #000,
    1px 1px 0 0 #000,
    1px 0 0 0 #000 inset,
    0 1px 0 0 #000 inset;
}

.border-responsive-1-green {
    box-shadow: 1px 0 0 0 #6B1951, 0 1px 0 0 #6B1951, 1px 1px 0 0 #6B1951, 1px 0 0 0 #6B1951 inset, 0 1px 0 0 #6B1951 inset;
    /*box-shadow: 1px 0 0 0 #06968b, 0 1px 0 0 #06968b, 1px 1px 0 0 #06968b, 1px 0 0 0 #06968b inset, 0 1px 0 0 #06968b inset;*/
}

.border-responsive-2 {
  box-shadow:
    2px 0 0 0 #000,
    0 2px 0 0 #000,
    2px 2px 0 0 #000,
    2px 0 0 0 #000 inset,
    0 2px 0 0 #000 inset;
}

.row .no-float {
  display: table-cell;
  float: none;
}

.pb-fix-1 {
  padding-bottom: 1px !important;
}

.pr-fix-2 {
  padding-right: 14px !important;
}

.border-r {
  border-right: 1px solid #000!important;
}

.border-t {
  border-top: 1px solid #000!important;
}

.collapse:not(.show) {

}



.arrows {
    background-image: url(img/arrow-down.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: border-box;
    display: block;
    width: 190px;
    height: 190px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
}



.btn-wanted{
  color: #fff;
  background-color: #c91313;
  border-color: #c91313;
}

.btn-wanted_delete{
  color: #fff;
  background-color: #6B1951;
  border-color: #6B1951;
}

#num_select{
  color: #fc0000;
}

.header_text{
  font-size: 20px;
}

.link-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-group a {
  margin-right: 10px;
}

.badge-new {
  color: #212529;
  background-color: rgba(0,123,255,.25);
}

.vertical-text {
  writing-mode: vertical-rl; /* 设置文字垂直显示，从右向左 */
  text-orientation: upright; /* 设置文字方向为直立 */
  white-space: nowrap; /* 防止文字换行 */
}

.img-fluid-head{
  max-width: 80%;
    height: auto;
}
