html,
body {
  height: 100%;
  color: #212529 !important;
  overflow: hidden;
  /*  -webkit-overflow-scrolling: touch;*/
}

div.lightbox-gallery-image {
  left: 0 !important;
}

#root {
  height: 100%;
}

.pollLoading {
  font-size: 80px !important;
}

.filepond--file-info-main {
  display: none;
}

#mdb-sidenav a {
  color: #4b5563;
}

#mdb-sidenav .first-menu {
  margin-bottom: 4px;
}

#mdb-sidenav a.active {
  background-color: rgba(18, 102, 241, 0.07);
}

.sideicon {
  display: none !important;
}

.page-link {
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.page-item.disabled .page-link {
  background-color: rgb(247, 247, 247) !important;
}

.cardPagination .page-item.disabled .page-link {
  background-color: #fff !important;
}

.pagination {
  /*转为flex弹性盒布局*/
  display: flex;
  /*主轴上的对齐方式为居中*/
  justify-content: center;
  /*交叉轴上对齐方式为居中*/
  align-items: center;
}

.filepond {
  margin-bottom: 0 !important;
}

.nav-tabs .nav-link {
  font-size: 14px !important;
  text-transform: capitalize !important;
}

.filepond--image-preview-overlay-idle {
  opacity: 0 !important;
}

.select-option {
  height: auto !important;
  white-space: normal !important;
  padding-bottom: 5px;
}

.tabOverflow {
  overflow-x: auto;
  flex-wrap: nowrap !important;
}

.tabOverflow li {
  flex: none;
}

@media all and (max-width: 640px) {
  .pollLoading {
    font-size: 40px !important;
  }
}

@media (max-width: 640px) {
  .layout {
    padding-left: 0 !important;
  }

  .sideicon {
    display: block !important;
  }
}

.ac-pushButton {
  border: 1px solid #dddddd;
  background: white;
  padding: 8px;
}

.ac-pushButton.style-default img {
  width: 24px !important;
  height: 24px !important;
}

.ac-container.ac-adaptiveCard {
  padding: 10px !important;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.ac-horizontal-separator {
  height: 10px !important;
}

.ac-image {
  max-width: 100%;
}
.ac-textBlock{
  white-space:unset !important;
}
.rightCornor {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  color: rgb(115, 115, 115);
}
.stepper-content {
  height: auto !important;
}
.form-check-label {
  display: block;
}
.subscriptionDataTable .datatable-body tr.active
{
    background-color: inherit !important;
}
.table-badge {
  display: inline-block !important;
  padding: 0.45rem 0.65rem !important;
}

.hidedrop .dropdown-toggle::after {
    display: none !important;
}