@charset "UTF-8";
html.lang-en body {
  font-family: Arial, Helvetica, sans-serif;
}

html.lang-zh-cn body {
  font-family: "Songti SC", SimSun, "宋体", "Noto Serif CJK SC", serif;
}

body button,
body input,
body select,
body textarea {
  font-family: inherit;
}

html, body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.logotype {
  padding: 10px 0;
  font-size: 42px;
  color: #5f9fc8;
}
.logotype .type-ch {
  font-weight: bold;
}
.logotype .type-en {
  font-size: 40px;
}

.app-wrap.login .header {
  visibility: hidden;
}

.app-wrap {
  background-image: url(../../../images/bg/light/csct-login-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.app-wrap.home .header {
  background: none;
}
.app-wrap.home .header .header-text {
  font-weight: bold;
}
.app-wrap.home .home-grid {
  flex-wrap: wrap;
  padding-left: 0;
}
.app-wrap.home .home-grid li {
  list-style: none;
}
.app-wrap.home .home-grid li > div {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100px;
  font-size: 19px;
  font-weight: bold;
  background: #ffffff;
  color: #474747;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1490196078);
  margin-top: 15px;
}
.app-wrap.home .menu-footer .btn {
  background: #8ec5e8;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #244a63;
  text-shadow: none;
}

.app-wrap.verify-email .main-content {
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
}
.app-wrap.verify-email .main-content .btn {
  margin-bottom: 5px;
  width: 80%;
}
.app-wrap.verify-email .main-icon {
  font-size: 50px;
  color: #5a5a5a;
  background: #FFF;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 3px solid;
  margin: 15px 5px;
}

.container-fluid {
  padding: 0;
}

.header {
  background: #FFFFFF;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 400;
  font-size: 20px;
}
.header > .row {
  height: 60px;
  align-items: center;
}
.header .menu-btn {
  color: #333;
}
.header .menu-btn.stack > i:before {
  content: "\f060";
}
.header .menu-btn > i, .header .header-text {
  line-height: 1.5;
}
.header .menu-btn, .header .header-btns {
  font-size: 22px;
}
.header .header-btns > i {
  padding: 16px 9px;
}

.side-menu-overlay, .popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.side-menu-overlay.show, .popup-overlay.show {
  opacity: 0.3;
  visibility: visible;
}

.side-menu {
  box-shadow: 0px 0 3px rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 256px;
  height: 100%;
  max-width: 500px;
  z-index: 550;
  background: #FFF;
  transition: 0.3s;
  transform: translateX(-120%);
}
.side-menu.show {
  transform: translateX(0%);
}
.side-menu ul {
  list-style: none;
  padding-left: 20px;
}
.side-menu ul li {
  font-size: 17px;
  margin: 21px 0;
  color: #555;
}
.side-menu .menu-footer .user-icon {
  font-size: 36px;
  color: #8e8e8e;
}

.main-content {
  margin: auto;
  max-width: 600px;
}

.btn {
  border-radius: 40px;
  padding: 6px 28px;
}
.btn.btn-sm {
  padding: 5px 15px;
}
.btn.btn-grey-outline {
  border: 1px solid #c7c7c7;
  color: #656565;
}
.btn.btn-pink {
  background: #8ec5e8;
  border-color: #8ec5e8;
  color: #244a63;
  font-weight: bold;
  text-shadow: none;
}

.section-info {
  background: #ffffff;
  padding: 6px 15px;
  padding-top: 9px;
  border-bottom: #b8ddf2 solid 2px;
  font-size: 21px;
  color: #4c4c4c;
}
.section-info .large-title {
  font-size: 21px;
}
.section-info .num {
  color: #5f9fc8;
  padding-right: 3px;
}
.section-info .action-col {
  font-size: 30px;
  color: #5f9fc8;
}
.section-info .action-col .disabled {
  opacity: 0.4;
  color: #9e9e9e;
}

.section-list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  width: 90%;
  max-height: calc(100vh - 210px);
  overflow: auto;
  left: 50%;
  transform: translate(-50%, 0) scale(0.7);
  transform-origin: top;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.97);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.section-list.show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0px) scale(1);
  transition: 0.15s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.section-list .title {
  font-size: 22px;
  color: #888;
  font-weight: bold;
  padding: 10px;
  position: sticky;
  top: 0;
  background: #FFF;
}
.section-list .title:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  margin-top: 6px;
  background-color: #e0e0e0;
}
.section-list ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0 10px;
  padding-bottom: 1rem;
}
.section-list ul li {
  font-size: 18px;
  padding: 4px 0px;
  border-left: 0px solid;
  border-color: transparent;
  box-shadow: 0 0 0px rgba(142, 197, 232, 0.67);
  padding-left: 10px;
  transition: 0.3s;
  margin: 1px 0;
}
.section-list ul li.active {
  border-color: #8ec5e8;
  background: #8ec5e8;
  border-radius: 25px;
  color: #244a63;
  font-weight: bold;
}

.section-description {
  max-height: 10vh;
  overflow: auto;
  background: #fbf9f6;
  transition: 0.3s;
  box-shadow: 0 -9px 10px rgba(0, 0, 0, 0.2) inset;
}
.section-description > div {
  transition: 0.4s;
  padding: 6px 24px;
}
.section-description.show {
  max-height: 50vh;
}
.section-description.show > div {
  padding: 24px;
}
.section-description.hide {
  max-height: 0vh;
}

.form-content .question-item .question-text {
  font-size: 22px;
  margin-bottom: 20px;
}
.form-content .question-item .question-text span.question-num {
  border-color: #73b2da;
  padding: 0 7px;
  color: #4f8fb8;
}

.form-content .options {
  /* The container */
}
.form-content .options .option-item {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-content .options {
  /* Hide the browser's default radio button */
}
.form-content .options .option-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-content .options {
  /* Create a custom radio button */
}
.form-content .options .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px #cecece solid;
  border-radius: 50%;
}
.form-content .options .checkmark {
  padding: 1px 7px;
  font-size: 14px;
  font-family: arial, sans-serif;
  color: #787878;
}
.form-content .options {
  /* On mouse-over, add a grey background color */
}
.form-content .options .option-item:hover input ~ .checkmark {
  background-color: #ccc;
}
.form-content .options {
  /* When the radio button is checked, add a blue background */
}
.form-content .options .option-item input:checked ~ .checkmark {
  background-color: #8ec5e8;
  border-color: #73b2da;
}
.form-content .options .option-item input:checked ~ .checkmark {
  color: #244a63;
  font-weight: bold;
  text-shadow: none;
}
.form-content .options {
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
.form-content .options .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-content .options {
  /* Show the indicator (dot/circle) when checked */
}
.form-content .options .option-item input:checked ~ .checkmark:after {
  display: block;
}
.form-content .options {
  /* Style the indicator (dot/circle) */
}

.category-filter {
  white-space: nowrap;
  overflow-x: auto;
  padding: 10px 15px;
}

.category-filter .option {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  padding: 1px 9px;
  border: solid 1px;
  border-radius: 40px;
  color: #6d6d6d;
  border-color: #a5a5a5;
}
.category-filter .option.active {
  font-weight: bold;
  background-color: #8ec5e8;
  border-color: #73b2da;
  color: #244a63;
  text-shadow: none;
}

.fields-box {
  margin-bottom: 30px;
}
.fields-box .form-group {
  text-align: left;
}
.fields-box .form-group label {
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #656565;
}
.fields-box input.form-control, .fields-box select.form-control {
  border-color: #b8ddf2;
  border-color: rgba(142, 197, 232, 0.7);
  border-width: 2px;
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.fields-box input.form-control:disabled, .fields-box input.form-control[readonly], .fields-box select.form-control:disabled, .fields-box select.form-control[readonly] {
  border-color: #dadada;
  background: #ffffff;
  color: #7b7b7b;
}

#login-page .logotype-box .logotype {
  font-size: 60px;
}
#login-page .logotype-box .logotype .type-ch {
  font-size: clamp(28px, 7vw, 42px);
  line-height: 1.15;
}
#login-page .logotype-box .logotype .type-en {
  font-size: clamp(17px, 4.5vw, 24px);
  line-height: 1.2;
  margin-top: 8px;
}
#login-page .logotype-box {
  flex: 0 0 33.3%;
}
#login-page .fields-box .form-group {
  margin-bottom: 10px;
}
#login-page .login-form {
  flex-grow: 1;
}
#login-page .login-secondary-btns .btn {
  background: rgba(140, 140, 140, 0.6);
  font-weight: bold;
  color: #FFF;
  font-size: 17px;
  margin: 0 5px;
}

.help-block {
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  padding: 11px 8px;
  color: #FFF;
  background: #ea3a3a;
  z-index: 100;
  transform: translateY(100%);
}
.help-block.error {
  background: #ea3a3a;
}
.help-block.show {
  transform: translateY(0%);
}

#info-card-list {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 800;
}
#info-card-list .list-complete-item {
  transition: all 0.5s;
  display: block;
  padding: 3px 10px;
}
#info-card-list .list-complete-enter, #info-card-list .list-complete-leave-to {
  opacity: 0;
}
#info-card-list .list-complete-enter {
  transform: translateY(30px);
}
#info-card-list .list-complete-leave-to {
  transform: translateX(300%);
}
#info-card-list .list-complete-leave-active {
  position: absolute;
  width: 100%;
}

.list-complete-item {
  transition: all 0.5s;
  display: block;
}

.list-complete-enter, .list-complete-leave-to {
  opacity: 0;
}

.list-complete-enter {
  transform: translateY(30px);
}

.list-complete-leave-to {
  transform: translateX(300%);
}

.list-complete-leave-active {
  position: absolute;
  width: 100%;
}

.result .section-level-list {
  margin-bottom: 25px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
  background: #cecece;
  padding: 2px;
}
.result .section-level-list > div {
  padding: 7px 15px 5px;
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  text-shadow: 0px 0px 10px #909090;
}
.result .section-level-list.green {
  background: #4de283;
}
.result .section-level-list.green > div {
  text-shadow: 0px 0px 10px #54ab51;
}
.result .section-level-list.yellow {
  background: #ffc454;
}
.result .section-level-list.yellow > div {
  text-shadow: 0px 0px 10px #9c7a38;
}
.result .section-level-list.red {
  background: #ef4a4a;
}
.result .section-level-list.red > div {
  text-shadow: 0px 0px 10px #942525;
}
.result .section-level-list ul {
  list-style: none;
  padding: 8px 30px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-bottom: 0;
  background: #FFF;
}
.result .section-level-list ul li {
  padding: 4px 0;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 100;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.spinner.active {
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}

.sbl-circ-path {
  height: 48px;
  width: 48px;
  color: rgba(90, 90, 90, 0.2);
  position: relative;
  display: inline-block;
  border: 5px solid;
  border-radius: 50%;
  border-right-color: #5a5a5a;
  animation: rotate 1s linear infinite;
}
.sbl-circ-path.active {
  animation-play-state: running;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Ripple effect */
.ripple {
  background-position: center;
  transition: background 0.2s;
}
.ripple:hover {
  background: #a9d5ef radial-gradient(circle, transparent 1%, #8ec5e8 1%) center/15000%;
  transition: background 0.3s;
}
.ripple:active {
  background-color: #73b2da;
  background-size: 100%;
  transition: background 0s;
}
.ripple.light:hover {
  background: #eef8fd radial-gradient(circle, transparent 1%, #ffffff 1%) center/15000%;
}
.ripple.light:active {
  background-color: #FFF;
  background-size: 100%;
  transition: background 0s;
}

.popup-overlay {
  z-index: 560;
}

.popup-box {
  position: fixed;
  background: #FFF;
  width: 100%;
  bottom: 0;
  left: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 20px 10px 5px;
  overflow: auto;
}
.popup-box.v-pos-upper {
  top: 50%;
  bottom: auto;
  max-height: 100%;
  border-radius: 20px;
  transform: translateY(-50%);
}
.popup-box .popup-title {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.popup-box .popup-body {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.popup-enter-active, .popup-leave-active {
  transition: all 0.3s;
}

.popup-enter, .popup-leave-to {
  opacity: 0;
  transform: translateY(100%) !important;
}

.popup-form .popup-overlay {
  z-index: 1;
}
.popup-form .popup-box {
  z-index: 10;
  top: 15%;
  bottom: auto;
  max-height: 80%;
  border-radius: 20px;
}
.popup-form .fields-box .form-group {
  margin: 18px 0;
}
.popup-form .fields-box label {
  margin-bottom: 5px;
  padding-left: 21px;
}

.domain-header {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px 10px;
  margin: 0px 15px;
}
.domain-header .select-all-btn {
  color: #5f9fc8;
  font-size: 25px;
  position: relative;
  top: 8px;
}
.domain-header .select-all-btn.unchecked {
  color: #b7b7b7;
}
.domain-header .select-all-btn.unchecked .checked-icon::before {
  content: "\f111";
  font-weight: normal;
}
.domain-header .select-all-btn.half {
  color: #b8ddf2;
}

label.domain-item {
  display: block;
}
label.domain-item input {
  display: none;
}
label.domain-item .label {
  padding: 20px 20px;
  margin: 15px 15px;
  /* text-align: center; */
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  font-size: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
label.domain-item .label .checked-icon {
  display: block;
  color: #b7b7b7;
  font-weight: normal;
  font-size: 25px;
}
label.domain-item .label .checked-icon::before {
  content: "\f111";
}
label.domain-item input:checked ~ .label {
  border: 2px solid #8ec5e8;
}
label.domain-item input:checked ~ .label .checked-icon {
  font-weight: 900;
  color: #5f9fc8;
}
label.domain-item input:checked ~ .label .checked-icon::before {
  content: "\f058";
}

.component-fade-leave-active {
  transition: opacity 0.1s ease;
}

.component-fade-enter-active {
  transition: opacity 0.3s ease;
}

.component-fade-enter, .component-fade-leave-to {
  opacity: 0;
}
