@font-face {
  font-family: 'iconfont';
  src: url('./iconfont/iconfont.ttf?t=1631453533357') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 26px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}



.bg-info {
  background: #33b5e5 !important;
  color: white !important;
}
.bg-info-bright {
  background: rgba(51, 181, 229, 0.3) !important;
}
.bg-warning-bright {
  background: rgba(255, 159, 67, 0.3) !important;
}
.bg-success-bright {
  background: rgba(40, 199, 111, 0.3) !important;
}

.bg-danger-bright {
  background: rgba(234, 84, 85, 0.3) !important;
}

.bg-dark-bright {
  background: #d4d5d8 !important;
}
.bg-facebook {
  background: #3b5998 !important;
  color: white !important;
}

.bg-twitter {
  background: #55acee !important;
  color: white !important;
}

.bg-linkedin {
  background: #0077b5 !important;
  color: white !important;
}

.bg-whatsapp {
  background: #43d854 !important;
  color: white !important;
}

.bg-instagram {
  background: #3f729b !important;
  color: white !important;
}

.bg-dribbble {
  background: #ea4c89 !important;
  color: white !important;
}

.bg-google {
  background: #db4437 !important;
  color: white !important;
}

.bg-youtube {
  background: #cd201f !important;
  color: white !important;
}



.timeline .timeline-item {
  padding-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: flex;
}

.timeline .timeline-item>div:last-child {
  -webkit-box-flex: 1;
  flex: 1;
}

body.dark .timeline .timeline-item::before {
  background: #59607a;
}

.timeline .timeline-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  bottom: 0px;
  top: 32px;
  left: 15px;
  background: #e1e1e1;
}

.timeline .timeline-item:last-child {
  padding-bottom: 0;
  bottom: 0;
}

.timeline .timeline-item:last-child::before {
  display: none;
}

/* figure {
    margin: 0 0 1rem;
} */
.bring-forward {
  position: relative;
  z-index: 1;
}

.avatar {
  display: inline-block;
  margin-bottom: 0;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}

.avatar.avatar-sm {
  height: 2rem;
  width: 2rem;
}

.avatar .avatar-title {
  background: #d7d7d7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-transform: uppercase;

}

.badge_num {
  font-size: 10px;
  color: #008ecc;
  border: 1px solid #008ecc;
  border-radius: 10px;
  position: relative;
  /* width: 18px;
  height: 15px; */
  text-align: center;
  font-weight: 700;
  top: -15px;
  right: 6px;
  line-height: 14px;
  padding: 2px 6px;
}

form .form-row button{
  height:2.6rem;
}

.breadcrumb-item.active {
    color: #33b5e5;
}

#smartWizardValidation .card-body>div {
    height: auto;
}

.typeahead.dropdown-menu {
    width: 20em!important;
    border-radius: 0.5rem !important;
    padding:10px 20px;
    font-size:1.1em;
}
.typeahead.dropdown-menu .active{

}

.list-thumbnail.responsive{
  width: 10rem!important;
}

.minChart{
  min-height: 100px;
}

.navbar .user .pro {
    font-size: 9px;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    font-weight: 800;
    font-style: italic;
    top: -7px;
    right: -5px;
    line-height: 18px;
    background: #008ecc;
}
.divLikeList .pro {
  font-size: 9px;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  position: absolute;
  width: 14px;
  height: 14px;
  text-align: center;
  font-weight: 800;
  font-style: italic;
  top: -4px;
  right: 25px;
  line-height: 14px;
  background: #008ecc;
}

.avatar.avatar-sm {
  height: 2rem;
  width: 2rem;
}

.avatar.avatar-sm .avatar-title {
  font-size: 14px;
}

.avatar.avatar-sm.avatar-state-primary:before,
.avatar.avatar-sm.avatar-state-success:before,
.avatar.avatar-sm.avatar-state-danger:before,
.avatar.avatar-sm.avatar-state-warning:before,
.avatar.avatar-sm.avatar-state-info:before,
.avatar.avatar-sm.avatar-state-secondary:before,
.avatar.avatar-sm.avatar-state-light:before,
.avatar.avatar-sm.avatar-state-dark:before {
  width: 0.8rem;
  height: 0.8rem;
}

.avatar.avatar-lg {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar.avatar-lg .avatar-title {
  font-size: 29px;
}

.avatar.avatar-lg.avatar-state-primary:before,
.avatar.avatar-lg.avatar-state-success:before,
.avatar.avatar-lg.avatar-state-danger:before,
.avatar.avatar-lg.avatar-state-warning:before,
.avatar.avatar-lg.avatar-state-info:before,
.avatar.avatar-lg.avatar-state-secondary:before,
.avatar.avatar-lg.avatar-state-light:before,
.avatar.avatar-lg.avatar-state-dark:before {
  width: 1.3rem;
  height: 1.3rem;
  right: 4px;
}

.avatar.avatar-xl {
  height: 5.8rem;
  width: 5.8rem;
}

.avatar.avatar-xl .avatar-title {
  font-size: 39px;
}

.avatar.avatar-xl.avatar-state-primary:before,
.avatar.avatar-xl.avatar-state-success:before,
.avatar.avatar-xl.avatar-state-danger:before,
.avatar.avatar-xl.avatar-state-warning:before,
.avatar.avatar-xl.avatar-state-info:before,
.avatar.avatar-xl.avatar-state-secondary:before,
.avatar.avatar-xl.avatar-state-light:before,
.avatar.avatar-xl.avatar-state-dark:before {
  width: 1.6rem;
  height: 1.6rem;
  top: 3px;
  right: 3px;
}

.avatar.avatar-state-primary,
.avatar.avatar-state-success,
.avatar.avatar-state-danger,
.avatar.avatar-state-warning,
.avatar.avatar-state-info,
.avatar.avatar-state-secondary,
.avatar.avatar-state-light,
.avatar.avatar-state-dark {
  position: relative;
}

.avatar.avatar-state-primary:before,
.avatar.avatar-state-success:before,
.avatar.avatar-state-danger:before,
.avatar.avatar-state-warning:before,
.avatar.avatar-state-info:before,
.avatar.avatar-state-secondary:before,
.avatar.avatar-state-light:before,
.avatar.avatar-state-dark:before {
  content: "v";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: -0.2rem;
  right: -0.4rem;
  border: 2px solid white;

  color:white;
  line-height: 0.5rem;
  text-indent: 1px;

}

.avatar.avatar-state-primary:before {
  background: #008ecc;
}

.avatar.avatar-state-success:before {
  background: #28c76f;
}

.avatar.avatar-state-danger:before {
  background: #ea5455;
}

.avatar.avatar-state-warning:before {
  background: #ff9f43;
}

.avatar.avatar-state-info:before {
  background: #33b5e5;
}

.avatar.avatar-state-secondary:before {
  background: #aa66cc;
}

.avatar.avatar-state-light:before {
  background: #afb8bd;
}

.avatar.avatar-state-dark:before {
  background: #293134;
}
.avatar-group {
  display: -webkit-inline-box;
  display: inline-flex;
}

.avatar-group .avatar {
  margin-right: -0.2rem;
  /* border: 2px solid white; */
}

.avatar-group .avatar:last-child {
  margin-right: 0;
}

.avatar-group .avatar:hover {
  position: relative;
  z-index: 1;
}
.logo {
    /* width: 200px;
    height: 60px; */
    background: url('../logos/logo-km.png') no-repeat;
    background-size: 100%;
    border-radius: 5px;
    /*background-position: center center;*/
    margin: 0 auto;
}
.logo-mobile {
    /*width: 80px;*/
    /*height: 35px;*/
    background: url(../logos/logo-km.png) no-repeat;
    background-size: 100%;
    background-position: center center;
}
.logo-single{
  width: 100%;
  height: 100px;
  background: url(../logos/logo-km-zh.png) no-repeat center center;
  background-size: 60%;
  background-color: #95999c;
  margin-bottom: 0px !important;

}
.list-group-item.active{
  z-index: 2;
  color: #fff;
  background-color: #008ecc;
  border-color: #008ecc;
}
@media (min-width: 390px) {

}

@media (max-width: 419px){
  .list-thumbnail.responsive{
    width: 10rem!important;
  }
  .divLikeList .pro {

    top: -15px;
    right: 12px;
  }
}


@media (max-width: 767px) {
  .card-body .d-flex .list-item-heading {
    width:15em;
  }

  .logo-mobile{
    width: 10rem;
    height: 3rem;
  }
  /* a.navbar-logo{
    margin-left: 2rem;
  } */
  #thumbList .card-body{
    line-height: 3rem;
  }
  .typeahead.dropdown-menu {
      width: 100%!important;
      left:-15px!important;
      padding:10px 10px;
  }
  .divLikeList .pro {
   top: -5px;
   right: 18px;
 }

}
@media (min-width:767px) {
  /*.navbar-logo .logo{*/
  /*  margin-left:-12em;*/
  /*}*/
}

/*
  原本的右侧滚动弹出层高度有问题，没有撑满
 */
.modal-right .modal-dialog-scrollable{
    display: flex;
    max-height: calc(100%) !important;
}

/*自定义表单补充样式*/
blockquote {
  margin-bottom: 10px;
  padding: 15px;
  line-height: 1.6;
  border-left: 5px solid #007bff;
  border-radius: 0 2px 2px 0;
  background-color: #FAFAFA;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  margin: 0 0 1rem;
}