.theme-cyan {
  --cyan: #001e39;
  --cream: #f4f7f6;
  --d-cream: #e4e7e6;
  --d-gray: #5a5a5a;
  --d-blue: #001e39;
  --d-red: #8c001b;
  --d-gold: #f8d000;
}
/* fallback */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v132/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2)
    format("woff2");
}

.icon-m,
.icon-m-b:before,
.icon-m-a:after {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

body.overhdn {
  overflow: hidden;
}

.hdr-article {
  background-image: url("shi_asset/imgs/default/default-5.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  height: 15vw;
  position: relative;
}
.article p,
article p,
article li {
  font-size: 16px;
  line-height: 30px;
}
@media all and (max-width: 600px) {
  .hdr-article {
    height: 20vw;
  }
  .hdr-article h1 {
    font-size: 4vw !important;
  }
  .hdr-article h2 {
    font-size: 3vw;
  }
  article {
    padding: 0 20px;
  }
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.input-m-err {
  border: 1px solid red !important;
}
.input-err {
  font-size: 13px;
  color: red;
}
.glob-notice,
.notice {
  position: fixed;
  top: 80px;
  right: 20px;
  left: auto !important;
  bottom: auto !important;
  padding: 10px 20px;
  border-radius: 10px;
  width: 250px;
  background-color: #017758;
  color: #fff;
}
.glob-err {
  position: fixed;
  top: 80px;
  right: 20px;
  left: auto !important;
  bottom: auto !important;
  padding: 10px 20px;
  border-radius: 10px;
  width: 250px;
  background-color: red;
  color: #fff;
}
.dismiss {
  color: #0008;
  cursor: pointer;
  float: right;
}
.auth-form {
  width: 500px;
  box-sizing: border-box;
  max-width: 100%;
  padding: 20px;
  text-align: left !important;
}
.shi-input > label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: var(--cyan);
  padding: 2px 0;
  margin-top: 10px;
}
.mbl-input-scroll {
  width: auto;
  flex-wrap: nowrap !important;
  white-space: nowrap;
  overflow: scroll;
}
.shi-input > input,
.shi-input > select,
.shi-input > textarea {
  padding: 10px;
  width: 100%;
  border: 1px solid #aaa;
  box-sizing: border-box;
}
.mbl-input-scroll .shi-input {
  min-width: 200px;
}
.shi-input > input[type="checkbox"],
.shi-input > input[type="radio"] {
  width: auto;
  display: inline-block;
  margin: 5px 10px;
  vertical-align: middle;
}
.shi-input > input[type="checkbox"] + label,
.shi-input > input[type="radio"] + label {
  width: auto;
  display: inline-block;
  margin: 5px 10px;
  vertical-align: middle;
}
.shi-input > textarea {
  min-height: 200px;
}
.shi-input > button {
  padding: 10px 20px;
}

/* Common styles for .cmlo */
.cmlo {
  display: flex;
  flex-direction: row;
  padding: 0;
  box-sizing: border-box;
  flex-wrap: wrap;
}

/* Scroll specific styles */
.cmlo.scroll {
  overflow: auto;
  flex-wrap: nowrap;
}

.cmlo.scroll > .clmn {
  flex-grow: 1;
  white-space: nowrap;
}

/* Common column styles */
.cmlo > .clmn,
.cmlo > .tglable-inner > .clmn {
  box-sizing: border-box;
  padding: 5px;
  white-space: normal;
}

/* First and last child styles */
.cmlo:not(.pd) > .clmn:first-child,
.cmlo:not(.pd) > .tglable-inner > .clmn:first-child {
  padding-left: 0;
}

.cmlo:not(.pd) > .clmn:last-child,
.cmlo:not(.pd) > .tglable-inner > .clmn:last-child {
  padding-right: 0;
  margin-right: 0;
}

/* Media query for smaller screens */
@media all and (max-width: 800px) {
  .cmlo:not(.scroll) > .clmn:not(.mblinbk),
  .tglable-inner > .clmn:not(.mblinbk) {
    width: 100% !important;
    vertical-align: initial;
    padding: 5px;
  }

  .cmlo.scroll > .clmn {
    width: 95%;
    min-width: 95%;
  }

  .cmlo > .clmn.mw50,
  .tglable-inner > .clmn.mw50 {
    width: 50% !important;
  }

  .cmlo > .clmn.mw50:nth-child(even) {
    margin-right: 0;
  }
}

/* Column width classes */
.cmlo > .clmn1,
.cmlo > .tglable-inner > .clmn1 {
  width: 8.33333333333%;
}

.cmlo > .clmn12_7,
.cmlo > .tglable-inner > .clmn12_7 {
  width: 14.2857142857%;
}

.cmlo > .clmn12_10,
.cmlo > .tglable-inner > .clmn12_10 {
  width: 10%;
}

.cmlo > .clmn2,
.cmlo > .tglable-inner > .clmn2 {
  width: 16.6666666667%;
}

.cmlo > .clmn3,
.cmlo > .tglable-inner > .clmn3 {
  width: 25%;
}

.cmlo > .clmn4,
.cmlo > .tglable-inner > .clmn4 {
  width: 33.3333333333%;
}

.cmlo > .clmn5,
.cmlo > .tglable-inner > .clmn5 {
  width: 41.6666666667%;
}

.cmlo > .clmn6,
.cmlo > .tglable-inner > .clmn6 {
  width: 50%;
}

.cmlo > .clmn7,
.cmlo > .tglable-inner > .clmn7 {
  width: 58.3333333333%;
}

.cmlo > .clmn8,
.cmlo > .tglable-inner > .clmn8 {
  width: 66.6666666667%;
}

.cmlo > .clmn9,
.cmlo > .tglable-inner > .clmn9 {
  width: 75%;
}

.cmlo > .clmn10,
.cmlo > .tglable-inner > .clmn10 {
  width: 83.3333333333%;
}

.cmlo > .clmn11,
.cmlo > .tglable-inner > .clmn11 {
  width: 91.6666666667%;
}

.cmlo > .clmn12,
.cmlo > .tglable-inner > .clmn12 {
  width: 100%;
}
@media (min-width: 1100px) {
  .font4 {
    font-size: 20px !important;
  }
}
.pdr {
  padding: 20px !important;
  background-color: #fff;
}
.round {
  border-radius: 20px;
}
input.blue {
  background-color: var(--d-blue);
  border: 1px solid var(--d-blue);
  color: white;
}
.btn.default {
  background-color: var(--d-blue);
  border-color: var(--d-blue);
  border-bottom: 3px solid var(--d-gold);
  color: #fff;
}
.mrg {
  margin: 10px;
  margin-bottom: 30px;
}
