@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;1,200;1,300;1,400&display=swap.css);
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-typography {
  color: #323232;
}
.ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.45);
}
.ant-typography.ant-typography-warning {
  color: #faad14;
}
.ant-typography.ant-typography-danger {
  color: #f5222d;
}
.ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  user-select: none;
}
div.ant-typography,
.ant-typography p {
  margin-bottom: 1em;
}
h1.ant-typography,
.ant-typography h1 {
  margin-bottom: 0.5em;
  color: #000;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.23;
}
h2.ant-typography,
.ant-typography h2 {
  margin-bottom: 0.5em;
  color: #000;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.35;
}
h3.ant-typography,
.ant-typography h3 {
  margin-bottom: 0.5em;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
}
h4.ant-typography,
.ant-typography h4 {
  margin-bottom: 0.5em;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography {
  margin-top: 1.2em;
}
.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4 {
  margin-top: 1.2em;
}
span.ant-typography-ellipsis {
  display: inline-block;
}
.ant-typography a {
  color: #000;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-typography a:focus,
.ant-typography a:hover {
  color: #0d0c0c;
}
.ant-typography a:active {
  color: #000000;
}
.ant-typography a:active,
.ant-typography a:hover {
  text-decoration: none;
}
.ant-typography a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 3px;
}
.ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}
.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.ant-typography s,
.ant-typography del {
  text-decoration: line-through;
}
.ant-typography strong {
  font-weight: 600;
}
.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: #000;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 8px;
}
.ant-typography-expand:focus,
.ant-typography-edit:focus,
.ant-typography-copy:focus,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #0d0c0c;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #000000;
}
.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #52c41a;
}
.ant-typography-edit-content {
  position: relative;
}
div.ant-typography-edit-content {
  left: -12px;
  margin-top: -5px;
  margin-bottom: calc(1em - 4px - 2px);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.ant-typography-edit-content textarea {
  -moz-transition: none;
}
.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em 0;
  padding: 0;
}
.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.ant-typography ul li {
  list-style-type: circle;
}
.ant-typography ul li li {
  list-style-type: disc;
}
.ant-typography ol li {
  list-style-type: decimal;
}
.ant-typography-ellipsis-single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-typography-ellipsis-multiple-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-forgot {
  font-size: 12px;
  color: #ccc;
}
.ant-divider-dashed {
  border-color: black;
  padding: 20px 0 20px 0;
}
.ant-btn-round {
  border-radius: 5px;
}
.social-button {
  height: auto;
  display: flex;
  padding: 5px 0;
  justify-content: center;
  align-items: center;
}
.social-button svg {
  margin-right: 5px;
}

.table-membership th {
  border: 1px solid black;
}
.table-membership td {
  text-align: center;
  border: 1px solid black;
}

@media (max-width: 936px) {
  .sign-info h1 {
    width: 100%;
  }
  .sign-info h3 {
    width: 100%;
  }
}
.sign-info {
  margin-top: 100px;
}
.sign-info h1 {
  width: 580px;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #323232;
}
.sign-info h3 {
  width: 580px;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #323232;
  margin-top: 25px;
}
.sign-info-wrapper img {
  margin-left: 150px;
  max-height: 450px;
  width: 500px;
  height: 550px;
  position: absolute;
  z-index: -1;
  opacity: 0.27;
  float: right;
}
@media (max-width: 767px) {
  .sign-info-wrapper {
    display: none;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.edit-container .upload-icon {
  font-size: 36px;
}
.edit-container .upload-button {
  margin-bottom: 10px;
}
.edit-container .upload-hint {
  font-weight: bold;
  font-size: 10px;
  color: #666;
}
.edit-container .select-form {
  width: 100%;
}
.edit-container .form-card {
  margin-bottom: 20px;
}
.edit-container .avatar-uploader > .ant-upload {
  width: 100%;
  height: 120px;
}
.avatar-upload > .ant-upload {
  width: 50px;
  height: 50px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-breadcrumb .anticon {
  font-size: 14px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #ffab36;
}
.ant-breadcrumb > span:last-child {
  color: #323232;
}
.ant-breadcrumb > span:last-child a {
  color: #323232;
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}

.bookmark {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

@media (max-width: 1920px) {
  .respon {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .respon {
    justify-content: space-around;
  }
}

.first {
  width: 100%;
  min-height: 150px;
  border: 1px solid;
  border-color: #ff8000;
  text-align: center;
  background: #ff8000;
}
.first h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.first h3 {
  color: #fff;
}
.content {
  margin-top: 10px;
}
.second {
  width: 100%;
  min-height: 150px;
  border: 1px solid;
  border-color: #00e6e6;
  text-align: center;
  margin-top: 10px;
  background: #00e6e6;
}
.second h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.second h3 {
  color: #fff;
}
.third {
  width: 100%;
  min-height: 150px;
  border: 1px solid;
  border-color: #e60073;
  text-align: center;
  margin-top: 10px;
  background: #e60073;
}
.third h1 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.third h3 {
  color: #fff;
}
.content > .ant-checkbox {
  font-size: 40px;
}

.table {
  padding: 10px;
}
.admin {
  border: 1px solid;
  border-radius: 5px;
  border-color: #eeeeee;
  margin: 10px;
  padding: 10px;
  text-align: center;
  background: #eeeeee;
}
.admin p {
  font-size: 12px;
}
.dashboard-info-1 {
  min-width: 147px;
  margin-left: 10px;
  background: linear-gradient(135deg, #784ed0, #ea4874);
  border-color: #784ed0;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.dashboard-info-1 h3 {
  margin: 0px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.dashboard-info-1 p {
  margin: 10px;
}
.dashboard-info-1 h4 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.8;
}
.student {
  border: 1px solid;
  border-radius: 5px;
  border-color: #eeeeee;
  margin: 10px;
  padding: 10px;
  text-align: center;
  background: #eeeeee;
  box-shadow: -1px 4px 29px -9px rgba(0, 0, 0, 0.52);
}
.student p {
  font-size: 12px;
  color: #979797;
  padding: 10px;
}
.content-name {
  font-size: 11px;
  font-weight: bold;
}
.content-name a {
  font-size: 11px;
}
.content-list-cover {
  width: 40px;
  margin-right: 1rem;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.75);
}
.info2 {
  margin-left: 15px;
  background: #694ee0;
}
.Dashboard {
  margin-top: 45px;
  font-family: Montserrat;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
.control-dashboard {
  margin-top: 50px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #cccccc;
}
.left-Menu .ant-menu-inline,
.left-Menu .ant-menu-vertical,
.left-Menu .ant-menu-vertical-left {
  background-color: #f8faff;
}
.left-Menu .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #f28a0b;
}
.left-Menu .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.left-Menu .ant-menu-item a {
  color: #444444;
  font-size: 14px;
  font-weight: bold;
}
.ant-btn.ant-btn-bordered.ant-btn-round {
  text-shadow: none;
  font-weight: 500;
}
.info-bar {
  display: flex;
  float: right;
}
.dashboard-title h2 {
  display: inline-block;
  margin-top: 45px;
  font-family: Montserrat;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
.dashboard-title h4 {
  margin-left: 10px;
  display: inline-block;
  margin-top: 50px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #cccccc;
}

.menu {
  border-color: transparent;
  background: transparent;
}
.menu > .ant-menu-item a {
  color: #fff;
}
.menu > .ant-menu-item-selected {
  border-color: #fff;
  background: #fff;
}
.menu > .ant-menu-item-selected a {
  color: black;
}
.info1 {
  float: right;
  width: 50%;
  border-color: #784ed0;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
@media (max-width: 767px) {
  .info1 {
    float: none;
    width: 100%;
  }
}
.info1 h3 {
  margin: 0px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.info1 p {
  margin: 10px;
}
.info1 h4 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.8;
}
.info2 {
  margin-left: 10px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}
.info2 h3 {
  font-size: 28px;
  margin: 0px;
  color: #fff;
  font-weight: bold;
}
.info2 h4 {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  opacity: 0.8;
}
.info2 p {
  margin: 10px;
}
.info3 {
  max-width: 180px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
}
.info3 h3 {
  font-size: 13px;
  margin: 0px;
  color: #fff;
  font-weight: bold;
}
.info3 .ant-select-selection {
  color: #fff;
  background: transparent;
  font-size: 14px;
}
.info3 .ant-select-arrow {
  color: #fff;
}
.profile-img-not img {
  position: absolute;
  margin-top: auto;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.organization-profile-img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.organization-profile-img img {
  border-radius: 100%;
  margin-top: -20px;
  height: 100px;
  width: 100px;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  vertical-align: middle;
  text-align: center;
  color: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  align-items: center;
}
.organization-profile-img span {
  display: inline-block;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}
.organization-profile-info {
  margin-left: 20px;
  color: #fff;
}
.organization-profile-info h3 {
  color: #fff;
  line-height: 0.9;
}
.organization-profile-info p {
  color: #fff;
  font-size: 11px;
}
.organization-profile-info h5 {
  max-height: 70px;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
}
.editable {
  color: #000;
  width: 300px;
}
.avatar-uploader > .ant-upload {
  width: 100%;
  height: 200px;
}
@media (max-width: 767px) {
  .header .menu {
    border-color: transparent;
    background: transparent;
  }
  .header .menu > .ant-menu-item {
    padding: 5px;
    margin-bottom: -25px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  user-select: text;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: #323232;
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: #323232;
  font-size: 14px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}

.payment_card {
  border-radius: 10px;
  border: 1px solid #999;
  padding: 80px 30px 50px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.payment_card h2 {
  color: #ff9933;
  font-size: 28px;
}

.ebarimt {
  border: 1px solid;
  border-radius: 5px;
  border-color: #dddddd;
  padding: 30px;
  text-align: center;
  min-height: 425px;
  margin-top: 20px;
}
.ebarimt p {
  margin-top: 20px;
  font-size: 13px;
}
.ebarimt img {
  width: 60px;
  height: 60px;
}

.title {
  margin: 0 auto;
  font-size: 23px;
  padding-bottom: 20px;
  text-align: left;
  font-weight: 600;
  color: #000;
}
.ant-tabs-tab {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #323232;
  font-weight: 600;
}
.ant-tabs-tab-active.ant-tabs-tab {
  font-size: 14px;
  font-weight: 600;
}

.read-card {
  line-height: 1.3;
  margin: 10px;
}
@media (max-width: 480px) {
  .read-card h2 {
    display: none;
  }
}
.read-card-desc {
  padding: 2rem 0;
  text-align: left;
}
.read-card-desc h2 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  color: #2c2605;
  text-align: left;
  margin-bottom: 5px;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 48px;
}
.read-card-desc p {
  margin-top: 10px;
  font-size: 12px;
  color: #707070;
  margin-bottom: -5px;
}
.circle-process p {
  font-size: 11px;
  padding: 5px;
  width: 32px;
  height: 32px;
  text-align: center;
  background: linear-gradient(135deg, #ffa100, #b11248);
  border-radius: 100%;
  color: #fff;
}
.lastread {
  text-align: center;
}

.mouse-pointer {
  cursor: pointer;
}
.mouse-pointer:hover {
  opacity: 0.77;
}
.pack {
  margin-top: 20px;
  border: 1px dashed;
  border-radius: 5px;
  padding: 20px;
  border-color: #dddddd;
  text-align: center;
}
.pack h2 {
  font-weight: bold;
  line-height: 1.09;
  color: #ff5600;
  font-family: Montserrat;
  font-size: 30px;
}
.pack h3 {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.pack p {
  margin-top: 10px;
  color: #707070;
  text-align: center;
  font-size: 12px;
}
.pack1 {
  margin-top: 20px;
  border: 1px solid;
  border-color: #eeeeee;
  border-radius: 5px;
  background: #eeeeee;
  text-align: center;
  padding: 20px;
  min-height: 380px;
}
.pack1 h2 {
  margin-top: 30px;
  text-align: center;
  color: #323232;
}
.pack1 h5 {
  margin-top: 30px;
  font-size: 15px;
  color: #323232;
}
.pack1 p {
  font-size: 12px;
  padding: 5px;
  color: #323232;
}
.pack1 h4 {
  margin-top: 20px;
  font-size: 14px;
}
.pack2 {
  margin-top: 20px;
  border: 1px solid;
  border-color: #ffa100;
  background: linear-gradient(135deg, #ffa100, #b11248);
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  min-height: 380px;
}
.pack2 h2 {
  color: #fff;
  margin-top: 15px;
  text-align: center;
}
.pack2 h5 {
  color: #fff;
  margin-top: 30px;
  font-size: 15px;
}
.pack2 p {
  color: #fff;
  font-size: 12px;
  padding: 5px;
}
.pack2 h4 {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
}
.pack2 h3 {
  font-size: 20px;
  color: #fff;
  margin-top: -10px;
  text-align: center;
}
.pack3 {
  margin-top: 20px;
  border: 1px solid;
  border-color: #eeeeee;
  border-radius: 5px;
  background: #eeeeee;
  text-align: center;
  padding: 20px;
  font-weight: 500;
}
.pack4 {
  margin-top: 20px;
  border: 1px solid;
  border-color: #ffa100;
  background: linear-gradient(135deg, #ffa100, #b11248);
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  color: #fff;
}
.pack4 h3 {
  color: #fff;
}
.pack4 p {
  font-weight: 500;
}
.button {
  text-align: center;
}
.check {
  text-align: center;
  color: #f28a0b;
  font-size: 20px;
}
.close {
  text-align: center;
  color: #eeeeee;
  font-size: 20px;
}
.ant-table-bordered .ant-table-tbody > tr > td {
  text-align: center;
  font-weight: 600;
  color: #666666;
  font-size: 12px;
}
.membership {
  margin-top: 40px;
}
.membership h2 {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  width: 100%;
  font-size: 0;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.ant-steps-item-container {
  outline: none;
}
.ant-steps-item:last-child {
  flex: none;
}
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}
.ant-steps-item-icon > .ant-steps-icon {
  position: relative;
  top: -1px;
  color: #f28a0b;
  line-height: 1;
}
.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  border-radius: 1px;
  transition: background 0.3s;
  content: '';
}
.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #323232;
  font-size: 16px;
  line-height: 32px;
}
.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #e8e8e8;
  content: '';
}
.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
}
.ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #f28a0b;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #f28a0b;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #f28a0b;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #000;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #323232;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background: #f28a0b;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #f28a0b;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #f28a0b;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #f28a0b;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #323232;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f28a0b;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f28a0b;
}
.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #f5222d;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #f5222d;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #f5222d;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  transition: color 0.3s;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #f28a0b;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #f28a0b;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #f28a0b;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.ant-steps-item-custom .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #f28a0b;
}
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}
.ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}
.ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-small .ant-steps-item-tail {
  top: 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}
.ant-steps-vertical {
  display: block;
}
.ant-steps-vertical .ant-steps-item {
  display: block;
  overflow: visible;
}
.ant-steps-vertical .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.ant-steps-vertical .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px;
}
@media (max-width: 480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: block;
    overflow: visible;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: left;
    margin-right: 16px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
    display: block;
    min-height: 48px;
    overflow: hidden;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
    line-height: 32px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
    padding-bottom: 12px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 16px;
    width: 1px;
    height: 100%;
    padding: 38px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
    width: 1px;
    height: 100%;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    display: none;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 12px;
    padding: 30px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
    line-height: 24px;
  }
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}
.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5;
}
.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px;
}
.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5;
}
.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}
.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 8px;
  margin-left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 2px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  left: -2px;
}
.ant-steps-navigation {
  padding-top: 12px;
}
.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}
.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}
.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85;
}
.ant-steps-navigation .ant-steps-item:last-child {
  flex: 1;
}
.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}
.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #f28a0b;
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}
.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .ant-steps-navigation > .ant-steps-item {
    margin-right: 0 !important;
  }
  .ant-steps-navigation > .ant-steps-item::before {
    display: none;
  }
  .ant-steps-navigation > .ant-steps-item.ant-steps-item-active::before {
    top: 0;
    right: 0;
    left: unset;
    display: block;
    width: 3px;
    height: calc(100% - 24px);
  }
  .ant-steps-navigation > .ant-steps-item::after {
    position: relative;
    top: -2px;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 8px;
    text-align: center;
    transform: rotate(135deg);
  }
  .ant-steps-navigation > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    visibility: hidden;
  }
}
.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
  margin-left: -16px;
  padding-left: 16px;
  background: #fff;
}
.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item {
  margin-left: -12px;
  padding-left: 12px;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child {
  overflow: hidden;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child .ant-steps-icon-dot::after {
  right: -200px;
  width: 200px;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::before,
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 8px;
  background: #fff;
  content: '';
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  right: -10px;
  left: auto;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ccc;
}

.intro {
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro p {
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  line-height: 2.5rem;
  padding: 35px;
}
.edu {
  width: 90%;
  height: 70vh;
}
.headerTitle {
  position: relative;
  background-image: url("https://info.esan.mn/wp-content/uploads/2019/07/Moder-Background.png");
  padding-top: 50px;
  font-family: "Nunito", sans-serif;
  color: #fff;
}
.headerTitle img {
  width: 200px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.headerTitle h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
}
.headerTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 50vw solid #fff;
  border-right: 50vw solid #fff;
  border-top: 100px solid transparent;
}
.pg-titles {
  font-family: "Nunito", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
  margin-bottom: 50px;
}
.pg-titles h3 {
  color: #1e83ec;
  font-size: 40px;
  font-weight: 800;
}
.pg-titles .dot {
  width: 20%;
  height: 5px;
  background-color: #cecece;
  margin-bottom: 30px;
}
.pg-titles p {
  padding-right: 50px;
  color: #333;
}
.pg-1 img {
  max-width: 100%;
  opacity: 1;
  transform: translate(-10%, 0px);
  box-shadow: 0px 0px 29px -13px rgba(0, 0, 0, 0.75);
}
.img-skewed {
  perspective: 1500px;
}
.img-skewed .img-skewed-item {
  transition: transform 0.3s ease;
  transform: rotateY(-15deg) rotateX(10deg);
  backface-visibility: hidden;
}
.img-skewed .img-skewed-item:hover {
  transform: rotateY(0deg) rotateX(0deg);
}
.pg-2 {
  perspective-origin: left center;
}
.pg-2 img {
  vertical-align: middle;
  border-style: none;
}
.pg-2 .img-fluid {
  max-width: 90%;
  height: auto;
}
.pg-2 .screenshot {
  border-radius: 0.625rem;
  box-shadow: 25px 60px 125px -25px rgba(80, 102, 144, 0.1), 16px 40px 75px -40px rgba(0, 0, 0, 0.2);
}
.pg-btn {
  margin-top: 50px;
  max-width: 180px;
  font-family: "Nunito", sans-serif;
}
.pg-btn .ant-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
}
.pg-btn .ant-btn:hover {
  transform: translate(0px, -3px);
  box-shadow: 0px 6px 17px -7px rgba(0, 0, 0, 0.75);
}
.pg-btn .ant-btn .anticon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 14px;
}
.pg-about {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
}
.pg-about h3 {
  font-weight: bold;
  font-size: 52px;
  line-height: 52px;
  text-align: left;
}
.pg-about ul li {
  line-height: 2.5rem;
  list-style: none;
  font-size: 18px;
}
.pg-about h5 {
  font-size: 20px;
  background-image: linear-gradient(to right, #ff1053, #3452ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}
.lottie-safety {
  width: 90%;
  height: 70vh;
}
.info-pg {
  font-family: "Nunito", sans-serif;
  background-image: linear-gradient(-257deg, #aaf2e1, #93edf5 50%, #dbebff);
  margin-top: 100px;
  text-align: Left;
  width: 100vw;
}
.linear-tile {
  background-image: linear-gradient(0deg, #fff 3%, hsla(0, 0%, 100%, 0));
  height: 250px;
  width: 100%;
}
.middle-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  font-family: "Nunito", sans-serif;
  background-color: #fafafa;
  display: flex;
  padding-top: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.middle-row h2 {
  color: #4a5a71;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
}
.middle-row p {
  color: #4a5a71;
  font-size: 22px;
}
.row-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.process-row {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  margin: 10px;
  margin-bottom: 40px;
}
.progress-title {
  font-family: "Nunito", sans-serif;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
.col-1 {
  display: flex;
  justify-content: flex-end;
}
.col-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.col-3 h3 {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: red;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  font-weight: bold;
  color: #fff;
  background-color: #4a5a71;
}
.col-2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.col-2 p {
  color: #4a5a71;
}
.info-lottie {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
.for-whom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 30vh;
}
.for-whom p {
  font-size: 24px;
  font-weight: 800;
}
.for-whom .text-success {
  font-size: 16px;
  font-weight: 700;
  color: #f28a0b !important;
}
.foot-lottie {
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-lottie img {
  width: 80%;
}
@media (max-width: 768px) {
  .headerTitle {
    display: block;
  }
  .headerTitle p {
    padding: 0px;
    font-size: 12px;
  }
  .process-row {
    display: block;
  }
  .col-2 {
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .col-3 {
    margin-top: 20px;
  }
  .pg-about h3 {
    font-size: 30px;
  }
  .pg-btn {
    display: flex;
    justify-content: center;
    max-width: 50px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-pagination .ant-pagination-options {
  text-align: left;
}
.ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-list-spin {
  min-height: 40px;
  text-align: center;
}
.ant-list-empty-text {
  padding: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
}
.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.ant-list-item-content {
  color: #323232;
}
.ant-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  font-size: 0;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  flex: 1 0;
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: #323232;
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-meta-title > a {
  color: #323232;
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #f28a0b;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e8e8e8;
}
.ant-list-header {
  background: transparent;
}
.ant-list-footer {
  background: transparent;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-lg .ant-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ant-list-sm .ant-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ant-list-vertical .ant-list-item {
  align-items: initial;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1;
}
.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px;
}
.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-grid .ant-col > .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ant-list-item-no-flex {
  display: block;
}
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right;
}
.ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding-right: 16px;
  padding-left: 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-item {
    flex-wrap: wrap;
  }
  .ant-list-item-action {
    margin-left: 12px;
  }
  .ant-list-vertical .ant-list-item {
    flex-wrap: wrap-reverse;
  }
  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}

.slider {
  border-radius: 4px;
  background-color: #eee;
}
.slider.slider__horizontal {
  width: 100%;
  height: 4px;
  transition: width 0.1s;
}
.slider.slider__vertical {
  width: 4px;
  height: 130px;
  transition: height 0.1s;
}
.slider__bar {
  position: absolute;
  background-color: var(--color-primary);
  border-radius: 4px;
  left: 0;
  bottom: 0;
}
.slider__horizontal .slider__bar {
  top: 0;
  bottom: 0;
  left: 0;
}
.slider__vertical .slider__bar {
  right: 0;
  bottom: 0;
  left: 0;
}
.slider__handle {
  position: absolute;
  width: 16px;
  height: 8px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7);
  background-color: var(--color-primary);
  border-radius: 8px;
  transform: scale(1);
  transition: transform 0.2s;
}
.slider__horizontal .slider__handle {
  top: 0;
  margin-top: -2px;
  margin-left: -8px;
}
.slider__vertical .slider__handle {
  left: 0;
  margin-left: -2px;
  margin-bottom: -8px;
}
.slider__handle:hover,
.slider__handle:active {
  transform: scale(1.3);
}

#player-root {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.player__container {
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.player {
  position: relative;
  padding: 1rem 0;
  padding: 1rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.player .player__base {
  position: absolute;
  width: 0;
  height: 0;
}
.player .player__base video {
  position: absolute;
  width: 0;
  height: 0;
}
.player .player__controls-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.player .player__controls-wrapper.player__controls-right {
  justify-content: space-evenly;
}
.player .player__controls {
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.player .player__formatted-time {
  width: 100px;
}
.player .player__formatted-time.text-right {
  text-align: right;
}
.player .player__content-cover {
  width: 80px;
}
.player .player__content-cover .content__cover {
  padding-top: 100%;
}

.upload-container {
  margin-top: 50px;
}
.upload-container .upload-icon {
  font-size: 36px;
}
.upload-container .upload-button {
  margin-bottom: 10px;
}
.upload-container .upload-hint {
  font-weight: bold;
  font-size: 10px;
  color: #666;
}
.upload-container .select-form {
  width: 100%;
}
.upload-container .form-card {
  margin-bottom: 20px;
}
.upload-container .avatar-uploader > .ant-upload {
  width: 100%;
  height: 120px;
}


.author-avatar {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  width: 200px;
  height: 240px;
  margin-bottom: 1rem;
  overflow: hidden;
  background-size: 200px 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  margin-top: 30px;
}
.header .author-profile-info {
  color: #000;
}
.header .author-profile-info h1 {
  color: #000;
}
.header .author-profile-info p {
  margin: 1rem 0;
}

.publisher__author,
.publisher__organization {
  padding-left: 10px;
}
.publisher__author strong,
.publisher__organization strong {
  color: #0d0c0c;
  font-size: 15px;
}

.latest-view {
  margin-top: 5px;
  padding-left: 10px;
}
.latest-view p {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.latest-rate .ant-rate {
  font-size: 12px;
}
.latest-price {
  color: #666;
  margin-left: 10px;
}
.myview:last-child .ant-divider-horizontal {
  display: none;
}

.banner-container {
  position: absolute;
  top: 100px;
  left: 20px;
  margin-left: 50%;
  width: 30vw;
}
.banner-container h1 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .banner-container {
    top: 10px;
    display: flex;
    flex-direction: column;
  }
  .banner-container h1 {
    font-size: 20px;
  }
  .banner-container img {
    width: 15vw;
    margin: 10px;
  }
}

.spreads {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 0;
  position: relative;
  margin: 0;
}
.spreads button {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 5px;
  outline: 0;
  text-align: inherit;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: middle;
}
.spreads .epub-view > iframe {
  background: white;
}
.scrolled {
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 4px #ccc;
  padding: 20px;
  background: white;
}
.scrolled .epub-view > iframe {
  background: white;
}
#prev {
  left: 0;
}
#next {
  right: 0;
}
#next {
  position: fixed;
  top: 50%;
  margin-top: -32px;
  font-size: 45px;
  color: #e2e2e2;
  font-family: arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  z-index: 10;
}
#prev {
  position: fixed;
  top: 50%;
  margin-top: -32px;
  font-size: 45px;
  color: #e2e2e2;
  font-family: arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  z-index: 10;
}
@media (min-width: 1000px) {
  .spreads:after {
    position: absolute;
    width: 1px;
    border-right: 1px #000 solid;
    height: 90%;
    z-index: 1;
    left: 50%;
    margin-left: -1px;
    top: 5%;
    opacity: 0.15;
    box-shadow: -2px 0 15px #000000;
    content: "";
  }
  .spreads.single:after {
    display: none;
  }
  #prev {
    left: 5px;
  }
  #next {
    right: 5px;
  }
}
#toc {
  display: block;
  margin: 10px auto;
}
#extras {
  width: 100%;
  margin: 40px auto;
}
#highlights {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
#highlights li {
  list-style: none;
  margin-bottom: 20px;
  border-top: 1px solid #e2e2e2;
  padding: 10px;
}
#highlights a {
  color: #f28a0b;
  display: block;
}
[ref="epubjs-mk"] {
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgNzUgNzUnPjxnIGZpbGw9JyNCREJEQkQnIGlkPSdidWJibGUnPjxwYXRoIGNsYXNzPSdzdDAnIGQ9J00zNy41LDkuNEMxOS42LDkuNCw1LDIwLjUsNSwzNC4zYzAsNS45LDIuNywxMS4zLDcuMSwxNS42TDkuNiw2NS42bDE5LTcuM2MyLjgsMC42LDUuOCwwLjksOC45LDAuOSBDNTUuNSw1OS4yLDcwLDQ4LjEsNzAsMzQuM0M3MCwyMC41LDU1LjQsOS40LDM3LjUsOS40eicvPjwvZz48L3N2Zz4=") no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: 0;
}
@media (max-width: 767px) {
  #viewer {
    width: 100%;
    height: 100vh;
    box-shadow: none;
    background: white;
  }
  .arrow {
    position: inherit;
  }
  #next {
    font-size: 34px;
  }
  #prev {
    font-size: 34px;
  }
}

#controls {
  display: block;
  position: fixed;
  bottom: 0;
  border-top: 1px solid;
  border-image: linear-gradient(to right, #ffa100, #b11248) 25;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
#controls .ant-slider-step,
#controls .ant-slider-handle {
  background: #f28a0b;
  opacity: 0.6;
}
.ant-tooltip-inner {
  background: #ccc;
}
.ant-tooltip-arrow::before {
  background: #ccc;
}
.current-chap {
  z-index: 10;
  justify-content: center;
}
.current-chap h4 {
  color: #ccc;
  text-align: center;
}
.font-choose .ant-btn {
  margin: 5px;
}
.tool-title {
  font-weight: 600;
  margin-top: 20px;
}
.tooltip-desc h4 {
  color: #fff;
  text-align: center;
}
.hide-controls {
  display: none;
}
.top-epub-nav {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-image: linear-gradient(to right, #ffa100, #b11248) 10;
  transition: top ease-in 0.2s;
}
.show-controls .top-epub-nav {
  top: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-slider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  height: 12px;
  margin: 14px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  touch-action: none;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-bottom: -7px;
  margin-left: -5px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}
.ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #ffd587;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #ffd587;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle:focus {
  border-color: #f5a13c;
  outline: none;
  box-shadow: 0 0 0 5px rgba(242, 138, 11, 0.2);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #f28a0b;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #ffc15e;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #ffc15e;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
}
.ant-slider-mark-text-active {
  color: #323232;
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
}
.ant-slider-dot:first-child {
  margin-left: -4px;
}
.ant-slider-dot:last-child {
  margin-left: -4px;
}
.ant-slider-dot-active {
  border-color: #f9c585;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25) !important;
  box-shadow: none;
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}

.reader-header {
  border-top: 0;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #ffa100, #b11248) 25;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  background-color: #fff;
}

.content-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 600;

  color: #323232;
}

.reader-return {
  margin-left: 30px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #323232;
}

.ant-btn-group {
  margin-right: 30px;
  font-weight: 400;
}

.left-prev {
  position: fixed;
  top: 50%;
  left: 8px;
  text-align: left;
  z-index: 10;
}

.left-prev button {
  font-size: 38px;
  height: 68px;
  z-index: 10;
  color: #4a4a4a;
}
.right-next {
  position: fixed;
  top: 50%;
  right: 20px;
  width: 10%;
  text-align: right;
  z-index: 10;
}

.right-next button {
  font-size: 38px;
  height: 68px;
  color: #4a4a4a;
  z-index: 10;
}

.reader-foot {
  position: fixed;
  bottom: 0;
  border-top: 1px solid;
  border-color: #cccccc;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.reader-foot .text-left {
  text-align: left;
}

.reader-foot .text-right {
  text-align: right;
}

.reader-foot .px-4 {
  padding: 0 4px;
}

.spin {
  text-align: center;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.read {
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black;
}

.percent {
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  color: black;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666;
}

@media (max-width: 767px) {
  .content-name {
    display: none;
  }
}

.spinner-wrapper {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  z-index: 10;
}

.rect {
  background-color: #bdbdbd;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 1px;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.reader-wrapper {
  background-color: #eeeeee;
  min-height: 100vh;
}

.es-reader-pages .row {
  display: flex;
  justify-content: center;
}

.es-reader-pages .page {
  position: relative;
  background-color: #fff;
}

.reader-wrapper .page-wrapper {
  overflow: hidden;
}

.es-reader-pages .page + .page {
  margin-left: 10px;
}

.es-reader-pages .textLayer ::selection {
  background-color: rgb(0, 0, 255);
  color: rgb(0, 0, 255);
}

.es-reader-pages .textLayer ::-moz-selection {
  background-color: rgb(0, 0, 255);
  color: rgb(0, 0, 255);
}

#navigation {
  width: 100%;
  top: 0;
  height: 100%;
  padding: 10px;
  transition: left 0.2s ease-out;
}
#navigation ul {
  padding-left: 28px;
  margin-left: 0;
}
#navigation ul li {
  list-style: decimal;
  margin-bottom: 10px;
  color: #585858;
  font-size: 12px;
  padding-left: 0;
  margin-left: 0;
}
#navigation ul li a {
  color: #585858;
  text-decoration: none;
}
#navigation ul li a:hover {
  color: #585858;
  text-decoration: underline;
}
#navigation ul li a.active {
  color: #f28a0b;
  font-weight: bolder;
}
.menu-icon {
  font-size: 20px;
}

.reader-load {
  text-align: center;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.themes {
  background: #fff;
  color: #000;
}
.themes .icon-arrow {
  color: #000;
}
.themes .menu-icon {
  color: #000;
}
.themes .back-btn {
  color: #000;
}
.themes.dark {
  background: #000;
  color: #fff;
}
.themes.dark .icon-arrow {
  color: #fff;
}
.themes.dark .menu-icon {
  color: #fff;
}
.themes.dark .back-btn {
  color: #fff;
}
.themes.dark #controls {
  background-color: #000;
  border-color: #fff;
}
.themes.dark .current-chap h4 {
  color: #fff;
}
.themes.dark #next {
  color: #fff;
}
.themes.dark #prev {
  color: #fff;
}
.themes.gray {
  background: #333;
  color: #eee;
}
.themes.gray .icon-arrow {
  color: #eee;
}
.themes.gray .menu-icon {
  color: #eee;
}
.themes.gray .back-btn {
  color: #eee;
}
.themes.gray #controls {
  background-color: #333;
  border-color: #eee;
}
.themes.gray .current-chap h4 {
  color: #eee;
}
.themes.gray #next {
  color: #eee;
}
.themes.gray #prev {
  color: #eee;
}
.themes.gold {
  background: #111;
  color: #f5deb3;
}
.themes.gold .icon-arrow {
  color: #f5deb3;
}
.themes.gold .menu-icon {
  color: #f5deb3;
}
.themes.gold .back-btn {
  color: #f5deb3;
}
.themes.gold #controls {
  background-color: #111;
  border-color: #f5deb3;
}
.themes.gold .current-chap h4 {
  color: #f5deb3;
}
.themes.gold #next {
  color: #f5deb3;
}
.themes.gold #prev {
  color: #f5deb3;
}
.themes.yellow {
  background: #f5deb3;
  color: #000;
}
.themes.yellow #controls {
  background-color: #f5deb3;
  border-color: #000;
}
.themes.yellow .current-chap h4 {
  color: #000;
}
.themes.yellow #next {
  color: #000;
}
.themes.yellow #prev {
  color: #000;
}
.themes.yellow .icon-arrow {
  color: #000;
}
.themes.yellow .menu-icon {
  color: #000;
}
.themes.yellow .back-btn {
  color: #000;
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0;
}

.textLayer > span {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;

  background-color: rgb(180, 0, 170);
  border-radius: 4px;
}

.textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}

.textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px;
}

.textLayer .highlight.middle {
  border-radius: 0px;
}

.textLayer .highlight.selected {
  background-color: rgb(0, 100, 0);
}

.textLayer ::-moz-selection { background: rgb(0,0,255); }

.textLayer ::selection { background: rgb(0,0,255); }

.textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.textLayer .endOfContent.active {
  top: 0px;
}


.annotationLayer section {
  position: absolute;
}

.annotationLayer .linkAnnotation > a,
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
  opacity: 0.2;
  background: #ff0;
  box-shadow: 0px 2px 10px #ff0;
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}

.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  margin: 0;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 9px;
  resize: none;
}

.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid #000;
}

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 115%;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}

.annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}

.annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0px 2px 5px #888;
  border-radius: 2px;
  padding: 6px;
  margin-left: 5px;
  cursor: pointer;
  font: message-box;
  font-size: 9px;
  word-wrap: break-word;
}

.annotationLayer .popup > * {
  font-size: 9px;
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popup span {
  display: inline-block;
  margin-left: 5px;
}

.annotationLayer .popup p {
  border-top: 1px solid #333;
  margin-top: 2px;
  padding-top: 2px;
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.pdfViewer .canvasWrapper {
  overflow: hidden;
}

.pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px auto;
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  background-clip: content-box;
  -o-border-image: url([object Module]) 9 9 repeat;
     border-image: url([object Module]) 9 9 repeat;
  background-color: white;
}

.pdfViewer.removePageBorders .page {
  margin: 0px auto 10px auto;
  border: none;
}

.pdfViewer.singlePageView {
  display: inline-block;
}

.pdfViewer.singlePageView .page {
  margin: 0;
  border: none;
}

.pdfViewer.scrollHorizontal, .pdfViewer.scrollWrapped, .spread {
  margin-left: 3.5px;
  margin-right: 3.5px;
  text-align: center;
}

.pdfViewer.scrollHorizontal, .spread {
  white-space: nowrap;
}

.pdfViewer.removePageBorders,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  margin-left: 0;
  margin-right: 0;
}

.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  display: inline-block;
  vertical-align: middle;
}

.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page {
  margin-left: -3.5px;
  margin-right: -3.5px;
}

.pdfViewer.removePageBorders .spread .page,
.pdfViewer.removePageBorders.scrollHorizontal .page,
.pdfViewer.removePageBorders.scrollWrapped .page {
  margin-left: 5px;
  margin-right: 5px;
}

.pdfViewer .page canvas {
  margin: 0;
  display: block;
}

.pdfViewer .page canvas[hidden] {
  display: none;
}

.pdfViewer .page .loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url([object Module]) center no-repeat;
}

.pdfPresentationMode .pdfViewer {
  margin-left: 0;
  margin-right: 0;
}

.pdfPresentationMode .pdfViewer .page,
.pdfPresentationMode .pdfViewer .spread {
  display: block;
}

.pdfPresentationMode .pdfViewer .page,
.pdfPresentationMode .pdfViewer.removePageBorders .page {
  margin-left: auto;
  margin-right: auto;
}

.pdfPresentationMode:-ms-fullscreen .pdfViewer .page {
  margin-bottom: 100% !important;
}

.pdfPresentationMode:-webkit-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:-moz-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:fullscreen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.author-card {
  display: block;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  height: 300px;
  margin: 5px;
}
.author-card .author-avatar {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.author-card > h3 {
  text-overflow: ellipsis;
  line-height: 1rem;
  max-height: 3rem;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #323232;
  margin-bottom: 5px;
}
.author-card .ant-rate {
  font-size: 12px;
  margin-bottom: 5px;
}
.author-card .ant-rate-star {
  margin-right: 3px;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}

.section {
  margin: 1rem 0;
  margin-bottom: 40px;
}
.section h2 {
  font-size: 23px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.section.title-left h2 {
  text-align: left;
}
.section.title-center h2 {
  text-align: center;
}
.section.title-right h2 {
  text-align: right;
}
.hover :hover {
  color: #f28a0b;
}

.char-list {
  padding: 0;
  margin: 1rem 0;
  list-style: none;
  text-align: center;
}
.char-list li {
  display: inline-block;
}
.char-list li a {
  display: block;
  padding: 3px;
}
.organizations-title {
  float: left;
  margin-top: 50px;
}

.name {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1rem;
  height: 3rem;
  overflow: hidden;
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #323232;
  margin-bottom: 5px;
}
.MobileName {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1rem;
  height: 3rem;
  overflow: hidden;
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #323232;
  text-align: left !important;
  margin-bottom: 5px;
}
.description {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1rem;
  height: 5rem;
  overflow: hidden;
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #323232;
  text-align: left !important;
  margin-bottom: 5px;
}
@media (max-width: 936px) {
  .date {
    display: none;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding: 8px 15px 8px 37px;
  word-wrap: break-word;
  border-radius: 4px;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert.ant-alert-closable {
  padding-right: 30px;
}
.ant-alert-icon {
  position: absolute;
  top: 11.5px;
  left: 16px;
}
.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}
.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}
.ant-alert-error {
  background-color: #fff1f0;
  border: 1px solid #ffa39e;
}
.ant-alert-error .ant-alert-icon {
  color: #f5222d;
}
.ant-alert-close-icon {
  position: absolute;
  top: 8px;
  right: 16px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
  position: relative;
  padding: 15px 15px 15px 64px;
  color: #323232;
  line-height: 1.5;
  border-radius: 4px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  cursor: pointer;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 16px;
}
.ant-alert-message {
  color: #000;
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-closing {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform-origin: 50% 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert-slide-up-leave {
  animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
@keyframes antAlertSlideUpIn {
  0% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: #323232;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #ffab36;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #ffab36;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(242, 138, 11, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-number-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  transition: all 0.1s linear;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #ffab36;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #ffab36;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #ffab36;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(242, 138, 11, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  outline: 0;
  transition: all 0.3s linear;
  -moz-appearance: textfield !important;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  min-width: auto;
  margin-right: 0;
}
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  border-top-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
  text-align: center;
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}

.upload-container {
  margin-top: 50px;
}
.upload-container .upload-icon {
  font-size: 36px;
}
.upload-container .upload-button {
  margin-bottom: 10px;
}
.upload-container .upload-hint {
  font-weight: bold;
  font-size: 10px;
  color: #666;
}
.upload-container .select-form {
  width: 100%;
}
.upload-container .form-card {
  margin-bottom: 20px;
}
.upload-container .avatar-upload > .ant-upload {
  width: 100%;
  height: 120px;
}
.avatar-upload > .ant-upload {
  width: 50px;
  height: 50px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #f28a0b;
}
.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f28a0b;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-select-tree-checkbox:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
  visibility: visible;
}
.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #f28a0b;
  border-color: #f28a0b;
}
.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-select-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #f28a0b;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree {
  box-sizing: border-box;
  padding: 0;
  color: #323232;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  margin: 0;
  margin-top: -4px;
  padding: 0 4px;
}
.ant-select-tree li {
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}
.ant-select-tree li.filter-node > span {
  font-weight: 500;
}
.ant-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper {
  display: inline-block;
  width: calc(100% - 24px);
  margin: 0;
  padding: 3px 5px;
  color: #323232;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #fff8e6;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #ffe6b0;
}
.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 4px 0 0;
}
.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #f28a0b;
  font-size: 14px;
  transform: none;
}
.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-select-tree li span.ant-select-tree-switcher {
  position: relative;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  transform: rotate(-90deg);
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #f28a0b;
  font-size: 14px;
  transform: none;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle {
  display: none;
}
.ant-select-tree-child-tree {
  display: none;
}
.ant-select-tree-child-tree-open {
  display: block;
}
li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher),
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-select-tree-dropdown .ant-select-dropdown-search {
  position: sticky;
  top: 0;
  z-index: 1;
  display: block;
  padding: 4px;
  background: #fff;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  box-sizing: border-box;
  width: 100%;
  padding: 4px 7px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none;
}
.ant-select-tree-dropdown .ant-select-not-found {
  display: block;
  padding: 7px 16px;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.payment {
  border-radius: 5px;
  border-color: #dddddd;
  text-align: center;
}
.payment p {
  font-size: 13px;
}
.payment h4 {
  text-align: left;
}
.basket {
  display: flex;
  justify-content: flex-end;
}
.basket h4 {
  color: black;
}
.payment_method {
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 10px;
  padding: 30px;
  text-align: center;
}
.payment_method p {
  margin-top: 20px;
  font-size: 13px;
}
.payment_method:hover {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 5px;
}
.payment_method_qr {
  display: center;
  padding: 30px;
  text-align: center;
}
.payment_method_qr p {
  margin-top: 20px;
  font-size: 13px;
}
.ebarimt {
  border: 1px solid;
  border-radius: 5px;
  border-color: #dddddd;
  padding: 30px;
  text-align: center;
  min-height: 425px;
  margin-top: 20px;
}
.ebarimt p {
  margin-top: 20px;
  font-size: 13px;
}
.ebarimt img {
  width: 60px;
  height: 60px;
}
.lend {
  border: 1px solid;
  border-radius: 5px;
  border-color: #dddddd;
  padding: 30px;
  text-align: center;
  min-height: 425px;
  margin-top: 40px;
}
.lend p {
  margin-top: 20px;
  font-size: 13px;
}
.lend img {
  width: 35px;
  height: 35px;
}
.banks {
  text-align: right;
  line-height: 0.1;
  color: #000;
}
.account {
  line-height: 0.1;
  margin-left: 5px;
  text-align: left;
  font-weight: bold;
}
.info {
  line-height: 1;
  font-size: 14px;
  text-align: right;
}
.type {
  line-height: 1;
  margin-left: 10px;
  text-align: left;
  font-weight: bold;
}
.cover {
  border-radius: 5px;
  overflow: hidden;
}
.img {
  margin-top: 20px;
}
.img img {
  width: 60px;
  height: 80px;
  box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.31);
}
.purchase {
  margin-top: 20px;
  margin-left: 20px;
  text-align: left;
  color: #000;
}
.purchase h4 {
  text-align: right;
  font-weight: bold;
}
.bank-container {
  display: center;
  border: 1px solid;
  border-radius: 5px;
  border-color: #dddddd;
  padding: 30px;
  text-align: center;
  min-height: 425px;
  margin-top: 40px;
}
.bank-container p {
  margin-top: 20px;
  font-size: 13px;
}
.bank-container img {
  width: 200px;
}
.bank-container .BankPaymentType {
  display: flex;
}
.bank-container .BankPaymentType .bankCard {
  margin-top: 30px;
  background: transparent;
  height: 100px;
  border: none;
}
.bank-container .BankPaymentType .bankCard img {
  height: 100px;
  width: auto;
  border: solid 1px #999;
  border-radius: 5px;
}
.button {
  text-align: center;
}
.payment-bank-apps {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-bank-apps a {
  display: inline-block;
  padding: 5px;
  text-align: center;
}
.payment-bank-apps a img {
  width: 50px;
  height: 50px;
}
.payment-bank-apps a p {
  margin-top: 5px;
}
.product_table {
  width: 100%;
}
.product_table thead {
  background-color: #f28a0b;
  color: #fff;
}
.product_table thead th {
  padding: 5px;
  border-right: 1px solid #ddd;
}
.product_table thead th:last-child {
  border-right: 0 none;
}
.product_table tbody td {
  padding: 5px;
}
.product_table tbody td:first-child {
  width: 100px;
}
.product_table tbody td:nth-child(3) {
  width: 100px;
}
.product_table tbody td:last-child {
  width: 120px;
  border-right: 0 none;
}

.organization-form-wrapper {
  margin: 2rem auto;
  border-radius: 15px;
  border: solid 5px #eeeeee;
  padding: 10px;
}
.organization-form-wrapper h2 {
  text-align: center;
  font-weight: 600;
  margin-top: 34px;
}
.organization-wrapper h1 {
  width: 100%;
  font-family: Montserrat;
  font-size: 37px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #323232;
  margin-top: 46px;
}
.organization-wrapper h3 {
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #323232;
  margin-top: 60px;
}
.organization-wrapper img {
  margin-top: 50px;
  margin-left: 120px;
  width: 413px;
  height: 377px;
  position: absolute;
  z-index: -1;
}
.organization-wrapper .Rectangle {
  width: 604px;
  height: 575px;
  border: solid 1px #eeeeee;
  background-color: rgba(255, 255, 255, 0.65);
  overflow-y: scroll;
}
.organization-wrapper p {
  margin: 27px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #323232;
}
.organization-wrapper .large-2 {
  border: solid 1px #eeeeee;
  background-color: rgba(255, 255, 255, 0.65);
  height: 550px;
  overflow-y: scroll;
  margin-bottom: 25px;
  width: 100%;
}
.organization-wrapper .force-overflow {
  min-height: 450px;
}
.organization-wrapper .large-2::-webkit-scrollbar-track {
  padding: 2px 0;
}
.organization-wrapper .large-2::-webkit-scrollbar {
  width: 7px;
}
.organization-wrapper .large-2::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: #d8d8d8;
  margin-left: 15px;
}
.organization-wrapper .request {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #888888;
}
.organization-wrapper .tovch {
  width: 160px;
  height: 19px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #888888;
}
.organization-wrapper .pro-button {
  margin-top: 15px;
  text-align: right;
}
.organization-wrapper .up-button {
  text-align: center;
}

.review-form-wrapper {
  margin-top: 10px;
  border-radius: 10px;
}
.review-form-wrapper .choose-text {
  font-size: 10px;
  color: #333;
  margin-right: 35px;
}
.review-form-wrapper textarea {
  border-radius: 10px;
  padding: 1rem;
}
.review-form-wrapper .form-item-rate {
  margin-bottom: 0;
}
.review-form-wrapper .form-item-rate .ant-form-item-label {
  line-height: 1;
}
.review-form-wrapper .form-item-rate .ant-form-item-label label::after {
  content: "";
}
.review-list {
  margin-top: 10px;
  background-color: #f2f2f2;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 15px;
}
.review-list .rate {
  font-size: 14px;
  display: inline;
}
.review-list .date {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #b2b2b2;
}
.text {
  border: 1px solid;
  border-color: #f2f2f2;
  padding: 20px;
  text-align: justify;
  font-size: 14px;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.emptyData {
  width: 100%;
  height: 285px;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 60px;
  font-size: 10px;
  color: #b2b2b2;
}

.title-black {
  color: #000;
  font-size: 26px;
  font-weight: bold;
}
.traditional {
  font-family: monbaiti;
  font-size: 30px;
  text-justify: inter-ideograph;
  text-align: left;
  -moz-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -o-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: tb-lr;
  height: 200px;
  padding: 5px;
  size: auto;
  font-weight: bold;
}
.payment-info {
  margin-top: 50px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #666;
}
.single-item {
  padding-top: 1rem;
}
.single-item .header {
  height: auto;
  padding: 50px 0;
}
.single-item .header .container .cover {
  max-height: 325px;
}
.single-item .header .container .ant-avatar {
  margin-right: 8px;
}
.single-item .header .container .ant-btn {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.cover-wrapper {
  position: relative;
}
.cover-wrapper .discount-badge {
  position: absolute;
  top: 5px;
  right: 0;
  font-weight: 600;
}
.header-wrapper {
  position: relative;
  padding-top: 5rem;
}
.content-price {
  display: inline-block;
  color: #000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 33px;
  color: #323232;
}
.content-price del {
  margin-right: 5px;
  font-weight: 400;
  color: rgba(50, 50, 50, 0.7);
}
.content-price small {
  font-size: 12px;
  margin-left: 5px;
}
.content-meta {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.content-meta li {
  text-align: left;
  padding-left: 0;
  line-height: 36px;
  border-bottom: 1px solid #f2f2f2;
  color: #666;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.content-meta li > strong {
  text-align: right;
  padding-left: 10px;
  font-weight: 500;
}
.content-meta li:last-child {
  border-bottom: none;
}
.content-h2 h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
.about-content {
  margin-top: 10px;
  background-color: #fafafa;
  padding: 1rem 1.5rem;
  margin-bottom: 3rem;
}
.about-content h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
.last-content {
  padding: 10px 27px 10px 28px;
  border: 1px solid #eee;
  margin-top: 10px;
}
.last-content h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}
.popover-content {
  max-width: 200px;
}
.popover-content p {
  font-size: 12px;
  font-weight: 500;
}
.popover-content a {
  font-weight: 500;
}
.ant-tooltip-inner {
  background-color: #000000;
  padding: 12px 20px;
}
.traditional-description {
  font-family: monbaiti;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  text-justify: inter-ideograph;
  text-align: left;
  -moz-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -o-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: tb-lr;
  height: 290px;
  padding: 5px;
  size: auto;
}
.content-description {
  width: 100%;
  margin-bottom: 20px;
}
.membership-low {
  display: inline-block;
  color: #666;
  font-size: 13px;
  line-height: 16px;
  margin-left: 10px;
}
.content__description {
  margin-top: 3rem;
}
.detail-breadcrumb .ant-breadcrumb {
  font-weight: 500;
  margin-bottom: 1rem;
}
.content-information {
  margin-top: 20px;
}
.tag {
  margin-bottom: 2.5rem;
}
.tag .ant-tag {
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .title-black {
    font-size: 18px;
  }
  .content-information {
    margin-top: 0;
  }
  .payment-info {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .content-h2 h2 {
    margin: 0 auto;
    font-size: 23px;
    padding-bottom: 20px;
    text-align: left;
    font-weight: bold;
    color: #000;
  }
  .none-info {
    display: none;
  }
  .membership-low {
    display: none;
  }
  .info-col {
    margin-left: 13%;
    text-align: center;
  }
  .bookmark {
    display: none;
  }
  .cover-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .button-wrapper {
    text-align: center;
  }
  .content-price {
    display: block;
    text-align: center;
  }
  .payment-info {
    text-align: center;
  }
  .title-black {
    font-size: 23px;
    text-align: center;
  }
  .single-item .header .container .cover {
    max-height: 186px;
  }
  .header-wrapper {
    padding-top: 1rem;
  }
  .content-meta {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content-meta li {
    padding-left: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '\2190';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '\2192';
}
.ant-carousel .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 16px;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  width: 24px;
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  width: 3px;
  height: auto;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}

.organization_card {
  display: block;
  margin: 0.5rem 0;
  text-align: center;
}
.organization_card .organization-avatar {
  display: inline-block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.organization_card h4 {
  color: #323232;
  font-size: 11px;
  font-weight: 400;
  margin-top: 1rem;
  text-overflow: ellipsis;
  line-height: 1rem;
  max-height: 3rem;
  overflow: hidden;
  position: relative;
}
.ant-carousel .organizations_carousel .slick-slide img {
  display: inline-block;
}

@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==')
    no-repeat center;
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2)
    url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+')
    no-repeat center;
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__zoomInButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+')
    no-repeat center;
}

.ril__zoomOutButton {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=')
    no-repeat center;
}

.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.padding {
  background: transparent;
  padding: 0 0 0 10px;
}
.padding .pages {
  cursor: pointer;
  background: #fff;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.padding .pages img {
  width: 100%;
}

.content-card {
  line-height: 1.3;
  position: relative;
}
.content-card .rate-count {
  color: #666;
  font-size: 10px;
}
.content-card .content-card-desc {
  padding: 1rem 0;
  text-align: left;
}
.content-card .content-card-desc > h2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1rem;
  height: 2rem;
  overflow: hidden;
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #323232;
  text-align: left !important;
  margin-bottom: 5px;
}
.content-card .content-card-desc .price {
  font-size: 12px;
  color: #666;
  font-weight: bold;
}
.content-card .content-card-desc .price del {
  font-weight: 400;
  margin-right: 5px;
  color: #aaa;
  font-size: 11px;
}
.content-card .content-card-desc .price small {
  margin-left: 5px;
  font-weight: normal;
}
.content-card .content-card-desc .ant-rate {
  font-size: 12px;
  margin-bottom: 5px;
}
.content-card .content-card-desc .ant-rate-star {
  margin-right: 3px;
}
.content-card .discount-badge {
  position: absolute;
  top: 5px;
  right: 0;
  font-weight: 600;
}

.home-top-slider {
  max-width: 1920px;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: center;
}
.esan-slide-item {
  width: 100%;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  display: block;
}
.esan-slide-item img {
  width: 100%;
  max-height: 500px;
}
.ant-carousel .slick-dots {
  height: 3px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}
.ant-carousel .slick-dots li button {
  width: 2.5rem;
  height: 0.2rem;
  margin-left: 5px;
  background-color: #000;
}
.ant-carousel .slick-dots li.slick-active button {
  width: 3rem;
  height: 3px;
  background: #000;
  opacity: 1;
}
.ant-carousel .slick-dots-bottom {
  bottom: -1rem;
}
.ant-carousel .slick-slider .slick-track {
  display: flex;
}
@media (max-width: 1024px) {
  .ant-carousel .container {
    padding: 0 !important;
  }
  .ant-carousel .slick-list {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
}
.next {
  position: absolute;
  top: 30%;
  display: block;
  width: 30px;
  height: 30px;
  right: -10px;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 40px;
  color: #c2c2c2;
}
.prev {
  position: absolute;
  top: 30%;
  display: block;
  width: 30px;
  height: 30px;
  left: -15px;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 40px;
  color: #c2c2c2;
}
.prev :hover {
  color: black;
}
.next :hover {
  color: black;
}

