@import url(https://oss.openmmlab.com/x-lab/sea-lion-ui/iconfont/iconfont.css);
.link {
  cursor: pointer;
  color: #0D53DE;
}
.link:hover {
  color: #3477EB;
}
.link:active {
  color: #0238B8;
}
.pop-link {
  color: #5E9BF7;
}
.pop-link:hover {
  color: #3477EB;
}
.pop-link:active {
  color: #0238B8;
}
.ant-modal-title {
  font-weight: 700;
}
.card-title {
  font-weight: 600;
  color: #121316;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
}
.card-content {
  display: flex;
}
.card-content .card-content-list {
  margin-right: 40px;
}
.card-content .card-content-list:last-child {
  margin-bottom: -8px;
}
.card-content .card-content-list .card-content-list-item {
  display: block;
  color: rgba(18, 19, 22, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  margin-bottom: 8px;
  white-space: nowrap;
}
.card-content .card-content-list .card-content-list-item-more:hover {
  color: rgba(18, 19, 22, 0.5);
}
.card-content .card-content-list .card-content-list-item-more:active {
  color: #121316;
}
.footer {
  width: 100%;
  min-width: 1260px;
  background: #F9F9F9;
}
.footer .footer-wrapper {
  width: 1260px;
  margin: auto;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
.footer .footer-wrapper .footer-wrapper-left {
  display: flex;
}
.footer .footer-wrapper .footer-wrapper-left:last-child {
  margin-right: -100px;
}
.footer .footer-wrapper .footer-wrapper-left .footer-wrapper-icons {
  margin-right: 160px;
}
.footer .footer-wrapper .footer-wrapper-left .footer-wrapper-icons .footer-wrapper-logo {
  display: block;
  margin-bottom: 40px;
}
.footer .footer-wrapper .footer-wrapper-left .footer-wrapper-icons .footer-wrapper-icon {
  display: block;
}
.footer .footer-wrapper .footer-wrapper-left .footer-wrapper-list {
  margin-right: 60px;
}
.footer .footer-wrapper .footer-wrapper-other:last-child {
  margin-bottom: -30px;
}
.footer .footer-wrapper .footer-wrapper-other .footer-wrapper-other-card {
  margin-bottom: 30px;
}
.footer .footer-divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #EBECF0;
}
.footer .footer-term {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-term .footer-term-url {
  color: rgba(18, 19, 22, 0.5);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  padding: 0 5px;
}
.footer .footer-term .footer-term-url:hover {
  color: rgba(18, 19, 22, 0.3);
}
.footer .footer-term .footer-term-url:active {
  color: #121316;
}
.footer .footer-term .footer-term-divider {
  width: 1px;
  height: 12px;
  border-left: 1px solid rgba(18, 19, 22, 0.3);
}
.footer .footer-term .footer-term-url-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-term .footer-identifier {
  margin-left: 15px;
  color: rgba(18, 19, 22, 0.5);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}
.footer .footer-term .footer-identifier:hover {
  color: rgba(18, 19, 22, 0.3);
}
.footer .footer-term .footer-identifier:active {
  color: #121316;
}
.mobile-footer {
  position: relative;
  background: #F7F9FB;
  padding: 16px 4.66vw;
  font-size: 2vw;
}
.mobile-footer .mobile-footer-term {
  max-width: 64vw;
  height: 4.37vw;
  word-wrap: break-word;
  text-decoration: none;
  color: var(--50-text-3, rgba(18, 19, 22, 0.5));
  line-height: 4.37vw;
}
.mobile-footer > div:nth-child(2) {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mobile-footer .mobile-footer-icon {
  position: absolute;
  top: 16px;
  right: 4.66vw;
  width: 25.65vw;
  height: auto;
}
.mobile-footer .mobile-footer-identifier {
  margin-top: 16px;
  color: var(--35-text-2, rgba(18, 19, 22, 0.35));
  line-height: 4.37vw;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.5px;
  text-decoration: none;
}
.mobile-footer .mobile-footer-identifier:hover {
  color: rgba(18, 19, 22, 0.3);
}
.mobile-footer .mobile-footer-identifier:active {
  color: #121316;
}

.link {
  cursor: pointer;
  color: #0D53DE;
}
.link:hover {
  color: #3477EB;
}
.link:active {
  color: #0238B8;
}
.pop-link {
  color: #5E9BF7;
}
.pop-link:hover {
  color: #3477EB;
}
.pop-link:active {
  color: #0238B8;
}
.ant-modal-title {
  font-weight: 700;
}
.search-mask {
  background-color: hsla(0, 0%, 100%, 0.1);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.search-box {
  font-family: -apple-system, Roboto, Microsoft, Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0 24px;
  position: relative;
  z-index: 10;
}
.search-box .empty {
  background-color: #fff;
  color: rgba(18, 19, 22, 0.5);
  font-size: 14px;
  line-height: 24px;
  padding: 8px 24px;
}
.search-box .model-title {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: flex-start;
  line-height: 40px;
  padding: 0 14px;
}
.search-box .model-title img {
  margin-right: 8px;
}
.search-box .datasets .model-title {
  background: #edfbf4;
}
.search-box .models .model-title {
  background: #f0f5ff;
}
.search-box .apps .model-title {
  background: #fff7ee;
}
.search-box .show {
  display: block;
}
.search-box .hide {
  display: none;
}
.search-box .content {
  background: #fff;
  border-radius: 2px;
  display: none;
  position: relative;
  width: 300px;
}
.search-box .content.shadow {
  box-shadow: 0 4px 20px rgba(18, 30, 73, 0.06);
}
.search-box .type-in {
  align-items: center;
  background: #fff;
  border: 1px solid #d7d8dd;
  border-radius: 2px;
  display: flex;
  justify-content: flex-start;
  padding: 0 10px;
}
.search-box .type-in input {
  border: 0;
  height: 32px;
  outline: 0;
  padding: 0 8px;
  width: 286px;
}
.search-box .type-in input:focus {
  background: #fff;
  border-radius: 2px;
}
.search-box .type-in .close {
  display: none;
}
.search-box .init {
  align-items: center;
  color: rgba(18, 19, 22, 0.8);
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  justify-content: flex-start;
  line-height: 21px;
}
.search-box .init img {
  margin-right: 8px;
}
.search-box li {
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  list-style: none;
  padding: 8px 24px;
  text-align: left;
}
.search-box li a {
  color: rgba(18, 19, 22, 0.8);
  display: block;
  text-decoration: none;
}
.search-box li a,
.search-box li a.sub-title {
  max-width: 252px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-box li a.sub-title {
  color: rgba(18, 19, 22, 0.35);
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.search-box li a.sub-title span {
  padding-left: 4px;
}
.search-box li a.sub-title em {
  font-style: normal;
}
.search-box li:hover {
  background-color: #f4f5f9;
}
.search-box li.more {
  align-items: center;
  color: rgba(18, 19, 22, 0.35);
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 16px 24px;
}
.search-box li.more:hover {
  background-color: none;
}
.search-box li svg {
  margin-left: 4px;
}
.search-box.expand {
  padding: 0 24px;
}
.search-box .search-res {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(18, 30, 73, 0.06);
  left: 0;
  max-height: 640px;
  overflow-y: auto;
  position: absolute;
  top: 40px;
}
.search-box .search-res::-webkit-scrollbar {
  width: 8px;
}
.search-box .search-res::-webkit-scrollbar-track {
  background-color: none;
}
.search-box .search-res::-webkit-scrollbar-thumb {
  background: #b4b6bc;
  border-radius: 10px;
}
.search-box ul {
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-height: 640px) {
  .search-box .search-res {
    max-height: 85vh;
  }
}

.link {
  cursor: pointer;
  color: #0D53DE;
}
.link:hover {
  color: #3477EB;
}
.link:active {
  color: #0238B8;
}
.pop-link {
  color: #5E9BF7;
}
.pop-link:hover {
  color: #3477EB;
}
.pop-link:active {
  color: #0238B8;
}
.ant-modal-title {
  font-weight: 700;
}
.header-app-modal {
  width: 600px !important;
}
.header-app-modal .header-app-select {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.header-app-modal .header-app-select .header-app-item {
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--line-2, #ebecf0);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  height: 128px;
  justify-content: center;
  width: 256px;
}
.header-app-modal .header-app-select .header-app-item:hover {
  background: var(--fill-1, #f9f9f9);
}
.header-app-modal .header-app-select .header-app-item .header-app-item-name {
  color: var(--80-text-4, rgba(18, 19, 22, 0.8));
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-left: 16px;
}
.header-app-modal .header-app-select .header-app-item-disable {
  align-items: center;
  border: 1px solid #ebecf0;
  border-radius: 2px;
  color: #d9d9d9;
  display: flex;
  height: 128px;
  justify-content: center;
  width: 256px;
}
.header-app-modal .header-app-select .header-app-item-disable .header-app-item-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-left: 16px;
}
.header-app-modal .header-app-select .header-app-item-disable .header-app-item-soon {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 16px;
}
.header-app-modal .header-app-select .header-app-item-active {
  background: var(--fill-1, #f9f9f9);
  border: 1px solid var(--brand-16, #0d53de);
}
.header-app-modal .header-item-description {
  color: var(--80-text-4, rgba(18, 19, 22, 0.8));
  font-size: 13px;
  height: 100px;
  line-height: 20px;
  margin-top: 16px;
}
.header-app-modal .ant-modal-body {
  padding: 0 32px 16px;
}
.header-app-modal .ant-modal-header {
  border-bottom: none;
  border-radius: 4px 4px 0 0!important;
  margin-bottom: 0!important;
  padding: 24px;
}
.header-app-modal .ant-modal-footer {
  border-radius: 0 0 4px 4px;
  border-top: none;
  margin-top: 0!important;
  padding: 20px 16px;
  text-align: center !important;
}
.header-app-modal .ant-btn {
  padding: 3px 24px;
}
.header-app-modal .ant-btn-primary {
  background: var(--brand-16, #0d53de);
  border-color: var(--brand-16, #0d53de);
}
.header-app-modal .ant-modal-content {
  padding: 0 !important;
}
.action {
  align-items: center;
  display: flex;
  height: 64px;
}
.action .ant-btn {
  padding: 4px 9px;
}
.action .dropdown {
  width: 332px;
  z-index: 1000;
}
.action .ant-divider-vertical {
  margin: 6px;
}
.action .ant-btn-link {
  color: #0d53de;
}
.action .ant-dropdown-arrow {
  opacity: 0;
}
.action .ant-btn-text:hover {
  background: transparent;
  color: #0d53de !important;
}
.action .ant-dropdown .ant-dropdown-menu {
  border-radius: 2px !important;
}
.action .ant-btn-primary {
  background: #0d53de;
  border-radius: 4px;
  box-shadow: none;
  text-shadow: none;
}
.lang-normal {
  color: var(--35-text-2, rgba(18, 19, 22, 0.35));
  cursor: pointer;
}
.lang-active {
  color: var(--80-text-4, rgba(18, 19, 22, 0.8));
  cursor: auto;
}
.menu-top {
  color: rgba(18, 19, 22, 0.8);
  font-weight: 600;
  padding: 16px 10px;
  width: 140px;
}
.menu-info {
  min-width: 140px;
}
.menu-info .ant-dropdown-menu {
  padding: 0;
}
.menu-info .ant-dropdown-menu-item-group-title {
  display: none;
}
.menu-info .ant-dropdown-menu-item-divider {
  margin: 0;
}
.menu-info .ant-dropdown-menu-item-group-list {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-search {
  margin-right: 7.8px;
  width: 12px;
}
.btn-plus {
  font-size: 16px;
  margin-right: 7.8px;
}
.btn-register {
  color: #0d53de;
}
.btn-register:hover {
  color: #3477eb;
}
.create-list .ant-dropdown-menu {
  padding: 8px 12px !important;
}
.create-list .ant-dropdown-menu-item {
  transition: none;
}
.login-list .ant-btn:not(.ant-btn-icon-only) > .ant-btn-icon:not(:last-child) {
  -webkit-margin-end: 0 !important;
          margin-inline-end: 0 !important;
}
.create-title {
  color: rgba(18, 19, 22, 0.8);
  font-size: 16px;
  font-weight: 600;
}
.create-tooltip {
  word-wrap: break-word;
  color: rgba(18, 19, 22, 0.5);
  font-size: 12px;
  line-height: 18px;
  white-space: normal;
  width: 216px;
}
.gap-row {
  line-height: 36px;
  margin-right: 24px;
}
.gap-row .ant-btn:not(.ant-btn-icon-only) > .ant-btn-icon:not(:last-child) {
  -webkit-margin-end: 0 !important;
          margin-inline-end: 0 !important;
}
.home-page-wrapper {
  border-bottom: 1px solid #f4f5f9;
  width: 100%;
  z-index: 1000;
}
.home-page-wrapper .home-page {
  height: 100%;
  margin: auto;
  min-width: 1260px;
  position: relative;
  will-change: transform;
}
.home-page-wrapper .title-wrapper > h1,
.home-page-wrapper > h1 {
  color: #464a56;
  font-size: 32px;
  margin-bottom: 16px;
}
.home-page-wrapper .title-wrapper {
  margin: 0 auto 64px;
  text-align: center;
}
.header3-fixed {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #fff !important;
  border-bottom: 1px solid #f4f5f9;
}
.home-page {
  padding: 128px 24px;
}
.community-block-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.header3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header3 .home-page {
  padding: 0 40px;
}
.header3 .flex {
  display: flex;
  justify-content: center;
}
.header3-logo {
  display: inline-block;
  line-height: 64px;
  margin-right: 80px;
  position: relative;
  width: 140px;
}
.header3-logo img {
  display: inline-block;
  vertical-align: middle;
}
.header3-logo a {
  display: block;
}
.header3-menu {
  position: relative;
}
.header3-menu .ant-menu-horizontal {
  border-bottom: none;
}
.header3-menu .ant-menu {
  background: transparent;
  font-size: 16px;
  height: 64px;
  line-height: 62px;
}
.header3-menu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active:after,
.header3-menu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected:after {
  border-bottom: 2px solid transparent !important;
}
.header3-menu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
.header3-menu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
  padding: 0 20px;
}
.header3-menu .ant-menu-horizontal > .ant-menu-item a:hover {
  color: rgba(18, 19, 22, 0.8) !important;
  font-weight: 600;
}
.header3-menu .ant-menu-horizontal > .ant-menu-item-selected a {
  color: rgba(18, 19, 22, 0.8);
  font-weight: 600;
}
.header3-item-block {
  color: rgba(18, 19, 22, 0.8) !important;
  font-size: 14px;
  position: relative;
}
.header3-item-login {
  background: linear-gradient(#d772af, #9198e5);
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  height: 32px;
  line-height: 30px;
  padding: 0 16px;
}
.header3-item-activate {
  background: transparent;
  color: #000;
}
.header3-item-avatar {
  background: #0d53de;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}
.header3-item-iconPost {
  position: absolute;
  right: -18px;
  top: -3px;
  width: 20px;
}
.header3-item-active {
  color: #121316;
  font-weight: 600;
}
.header3-item-iconPre {
  height: 23px;
}
.header3-item-icon {
  vertical-align: middle;
}
.header3-item .ant-menu-inline .ant-menu-item,
.header3-item .ant-menu-sub .ant-menu-item,
.header3-item-child .ant-menu-inline .ant-menu-item,
.header3-item-child .ant-menu-sub .ant-menu-item,
.header3-menu .ant-menu-inline .ant-menu-item,
.header3-menu .ant-menu-sub .ant-menu-item {
  height: auto;
  line-height: 1.5;
}
.header3-item .item-sub-item,
.header3-item-child .item-sub-item,
.header3-menu .item-sub-item {
  display: block;
  padding: 8px 24px;
}
.header3-item .item-sub-item-iconPre,
.header3-item-child .item-sub-item-iconPre,
.header3-menu .item-sub-item-iconPre {
  height: 23px;
  left: -26px;
  position: absolute;
}
.header3-item .item-image,
.header3-item-child .item-image,
.header3-menu .item-image {
  float: left;
  margin-right: 16px;
  margin-top: 4px;
  position: relative;
  z-index: 1;
}
.header3-item .item-title,
.header3-item-child .item-title,
.header3-menu .item-title {
  color: #464a56;
  font-size: 14px;
  margin-left: 46px;
}
.header3-item .item-content,
.header3-item-child .item-content,
.header3-menu .item-content {
  color: rgba(70, 74, 86, 0.75);
  font-size: 12px;
  margin-left: 46px;
}
.header3 .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover:after {
  border-bottom: none;
}
.header3 .ant-menu-item:not(.ant-menu-item-disabled):focus-visible {
  box-shadow: none;
}
.rc {
  color: rgba(0, 0, 0, 0.85) !important;
}
.sup-text {
  color: red;
  cursor: pointer;
  font-size: 12px;
  font-style: italic;
}
.mobilMenuDropdown {
  left: 60px;
  position: relative;
}
.nav-logo {
  position: relative;
  top: -2px;
}
.mobile-header {
  position: relative;
  z-index: 1000;
}
.mobile-header .mobile-wrapper {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 11px 4.66vw;
}
.mobile-header .mobile-wrapper .mobile-logo {
  height: auto;
  width: 32vw;
}
.mobile-header .mobile-wrapper .mobile-wrapper-right {
  align-items: center;
  column-gap: 16px;
  display: flex;
}
.mobile-header .mobile-wrapper .mobile-wrapper-right .mobile-lang {
  color: #464a53;
  font-size: 14px;
  font-weight: 600;
}
.mobile-header .mobile-wrapper .mobile-wrapper-right .mobile-icon {
  height: 24px;
  width: 24px;
}
.mobile-header .mobile-wrapper .mobile-wrapper-right .mobile-avatar {
  background: #0d53de;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}
.mobile-header .mobile-list {
  background-color: #fff;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.mobile-header .mobile-list .mobile-list-not-login {
  column-gap: 15px;
  display: flex;
  padding: 32px 24px;
}
.mobile-header .mobile-list .mobile-list-not-login .mobile-login-in {
  border: 1px solid rgba(0, 0, 0, 0.55);
  color: var(--80-text-4, rgba(18, 19, 22, 0.8));
  flex: 1;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.mobile-header .mobile-list .mobile-list-not-login .mobile-registration {
  border: 1px solid #0d53de;
  color: #0d53de;
  flex: 1;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.mobile-header .mobile-list .mobile-list-login {
  padding: 8px 16px 24px;
}
.mobile-header .mobile-list .mobile-list-login > div {
  color: var(--80-text-4, rgba(18, 19, 22, 0.8));
  font-size: 16px;
  height: 56px;
  line-height: 56px;
}
.mobile-header .mobile-list .mobile-list-login .mobile-username {
  color: rgba(0, 0, 0, 0.55);
}
.mobile-header .mobile-mask {
  background-color: rgba(55, 55, 55, 0.6);
  height: 100vh;
  position: absolute;
  width: 100vw;
}

.link {
  cursor: pointer;
  color: #0D53DE;
}
.link:hover {
  color: #3477EB;
}
.link:active {
  color: #0238B8;
}
.pop-link {
  color: #5E9BF7;
}
.pop-link:hover {
  color: #3477EB;
}
.pop-link:active {
  color: #0238B8;
}
.ant-modal-title {
  font-weight: 700;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.operation-title-1-regular {
  font-size: 64px;
  font-weight: 400;
  line-height: 83px;
}
.operation-title-2-regular {
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
}
.operation-title-3-regular {
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
}
.title-1-regular {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.title-2-regular {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.title-3-regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.text-1-paragraph-regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.text-1-regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.text-2-regular {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.text-3-regular {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.text-4-regular {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}
.operation-title-1-semibold {
  font-size: 64px;
  font-weight: 600;
  line-height: 83px;
}
.operation-title-2-semibold {
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
}
.operation-title-3-semibold {
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
}
.title-1-semibold {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.title-2-semibold {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.title-3-semibold {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.text-1-paragraph-semibold {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.text-1-semibold {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.text-2-semibold {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.text-3-semibold {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.text-4-semibold {
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
}
.success {
  color: #00B365;
}
.error {
  color: #F5483B;
}
.warning {
  color: #FF8800;
}
.info {
  color: #1B67FF;
}
.sea-lion-core-button {
  padding: 0;
  border: none;
  background: transparent;
  line-height: 1em;
}
.seal-input-container {
  position: relative;
}
.seal-input-container textarea {
  resize: vertical;
}
.seal-input-container .seal-input-wrapper {
  display: inline-flex;
  width: 100%;
  padding: 5px 16px;
  background: #F4F5F9;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.seal-input-container .seal-input-wrapper:hover:not(:focus-within) {
  background: #EBECF0;
}
.seal-input-container .seal-input-wrapper:hover:not(:focus-within) .seal-input:not(:hover),
.seal-input-container .seal-input-wrapper:hover:not(:focus-within) .seal-input-textarea:not(:hover) {
  background: #EBECF0;
}
.seal-input-container .seal-input-wrapper:focus-within {
  background: #FFFFFF;
  border: 1px solid #0D53DE;
}
.seal-input-container .seal-input-wrapper-disable {
  cursor: not-allowed;
}
.seal-input-container .seal-input-wrapper-disable:hover:not(:focus-within) {
  background: #F4F5F9;
}
.seal-input-container .seal-input-wrapper-disable:hover:not(:focus-within) .seal-input:not(:hover),
.seal-input-container .seal-input-wrapper-disable:hover:not(:focus-within) .seal-input-textarea:not(:hover) {
  background: #F4F5F9;
}
.seal-input-container .seal-input-wrapper-disable:focus-within {
  background: #F4F5F9;
  border: 1px solid transparent;
}
.seal-input-container .seal-input,
.seal-input-container .seal-input-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 2px;
  box-shadow: none;
  line-height: 24px;
  box-sizing: border-box;
  border: none;
  padding: 0;
  background: #F4F5F9;
}
.seal-input-container .seal-input::placeholder,
.seal-input-container .seal-input-textarea::placeholder {
  color: rgba(18, 19, 22, 0.35);
}
.seal-input-container .seal-input:hover,
.seal-input-container .seal-input-textarea:hover {
  background: #EBECF0;
}
.seal-input-container .seal-input:focus,
.seal-input-container .seal-input-textarea:focus {
  background: #FFFFFF;
}
.seal-input-container .seal-input:focus-visible,
.seal-input-container .seal-input-textarea:focus-visible {
  outline-style: none;
}
.seal-input-container .seal-input:-webkit-autofill,
.seal-input-container .seal-input-textarea:-webkit-autofill,
.seal-input-container .seal-input:-webkit-autofill:hover,
.seal-input-container .seal-input-textarea:-webkit-autofill:hover,
.seal-input-container .seal-input:-webkit-autofill:focus,
.seal-input-container .seal-input-textarea:-webkit-autofill:focus,
.seal-input-container .seal-input:-webkit-autofill:active,
.seal-input-container .seal-input-textarea:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.seal-input-container .seal-input-textarea {
  width: 100%;
}
.seal-input-container .seal-input-disable {
  background: #F4F5F9;
  color: rgba(18, 19, 22, 0.2);
  cursor: not-allowed;
}
.seal-input-container .seal-input-disable:hover {
  background: #F4F5F9;
  color: rgba(18, 19, 22, 0.2);
}
.seal-input-container .seal-input-disable:focus {
  background: #F4F5F9;
  color: rgba(18, 19, 22, 0.2);
}
.seal-input-container .seal-input-count {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(18, 19, 22, 0.5);
}
.seal-input-container .seal-input-count-textarea {
  position: absolute;
  right: 12px;
  bottom: 6px;
  z-index: 99;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(18, 19, 22, 0.5);
}
.seal-input-container .seal-input-wrapper.seal-input-error {
  box-sizing: border-box;
  border: 1px solid #F5483B;
}
.seal-input-container .seal-input-error-desc {
  position: absolute;
  color: #F5483B;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.seal-button,
.seal-button-normal,
.seal-button-large {
  line-height: 1em;
  padding: 11px 24px;
  font-size: 14px;
  border-radius: 2px;
  transition: all 0.2s;
  cursor: pointer;
}
.seal-button > .iconfont,
.seal-button-normal > .iconfont,
.seal-button-large > .iconfont {
  margin-right: 6px;
  vertical-align: bottom;
}
.seal-button.seal-button-small {
  font-size: 12px;
  padding: 6px 16px;
}
.seal-button-small.seal-button-line {
  padding: 5px 15px;
}
.seal-button-primary {
  color: #fff;
  background-color: #0D53DE;
}
.seal-button-primary:hover {
  color: rgba(255, 255, 255, 0.95);
  background-color: #3477EB;
}
.seal-button-primary:active {
  color: rgba(255, 255, 255, 0.95);
  background-color: #0238B8;
}
.seal-button-primary:disabled,
.seal-button-primary.seal-button-disabled {
  color: #fff;
  background-color: #0D53DE;
  opacity: 0.3;
  cursor: not-allowed;
}
.seal-button-primary.seal-button-success {
  color: #fff;
  background-color: #00B365;
  border: none;
}
.seal-button-primary.seal-button-success:hover {
  color: #fff;
  background-color: #1FBF74;
  border: none;
}
.seal-button-primary.seal-button-success:active {
  color: #fff;
  background-color: #008C54;
  border: none;
}
.seal-button-primary.seal-button-success:disabled,
.seal-button-primary.seal-button-success.seal-button-disabled {
  color: #fff;
  background-color: #68D99D;
  border: none;
  cursor: not-allowed;
}
.seal-button-primary.seal-button-warn {
  color: #fff;
  background-color: #FF8800;
  border: none;
}
.seal-button-primary.seal-button-warn:hover {
  color: #fff;
  background-color: #FFA229;
  border: none;
}
.seal-button-primary.seal-button-warn:active {
  color: #fff;
  background-color: #D96C00;
  border: none;
}
.seal-button-primary.seal-button-warn:disabled,
.seal-button-primary.seal-button-warn.seal-button-disabled {
  color: #fff;
  background-color: #FFCE7A;
  border: none;
  cursor: not-allowed;
}
.seal-button-primary.seal-button-danger {
  color: #fff;
  background-color: #F5483B;
  border: none;
}
.seal-button-primary.seal-button-danger:hover {
  color: #fff;
  background-color: #FF7566;
  border: none;
}
.seal-button-primary.seal-button-danger:active {
  color: #fff;
  background-color: #CF2D27;
  border: none;
}
.seal-button-primary.seal-button-danger:disabled,
.seal-button-primary.seal-button-danger.seal-button-disabled {
  color: #fff;
  background-color: #FFC3B8;
  border: none;
  cursor: not-allowed;
}
.seal-button-line {
  padding: 10px 23px;
  color: #0D53DE;
  border: 1px solid #0D53DE;
}
.seal-button-line:hover {
  color: #3477EB;
  border: 1px solid #3477EB;
}
.seal-button-line:active {
  color: #0238B8;
  border: 1px solid #0238B8;
}
.seal-button-line:disabled,
.seal-button-line.seal-button-disabled {
  color: #0D53DE;
  border: 1px solid #0D53DE;
  opacity: 0.3;
  cursor: not-allowed;
}
.seal-button-line.seal-button-success {
  color: #00B365;
  background-color: transparent;
  border: 1px solid #00B365;
}
.seal-button-line.seal-button-success:hover {
  color: #1FBF74;
  background-color: transparent;
  border: 1px solid #1FBF74;
}
.seal-button-line.seal-button-success:active {
  color: #008C54;
  background-color: transparent;
  border: 1px solid #008C54;
}
.seal-button-line.seal-button-success:disabled,
.seal-button-line.seal-button-success.seal-button-disabled {
  color: #68D99D;
  background-color: transparent;
  border: 1px solid #68D99D;
  cursor: not-allowed;
}
.seal-button-line.seal-button-warn {
  color: #FF8800;
  background-color: transparent;
  border: 1px solid #FF8800;
}
.seal-button-line.seal-button-warn:hover {
  color: #FFA229;
  background-color: transparent;
  border: 1px solid #FFA229;
}
.seal-button-line.seal-button-warn:active {
  color: #D96C00;
  background-color: transparent;
  border: 1px solid #D96C00;
}
.seal-button-line.seal-button-warn:disabled,
.seal-button-line.seal-button-warn.seal-button-disabled {
  color: #FFCE7A;
  background-color: transparent;
  border: 1px solid #FFCE7A;
  cursor: not-allowed;
}
.seal-button-line.seal-button-danger {
  color: #F5483B;
  background-color: transparent;
  border: 1px solid #F5483B;
}
.seal-button-line.seal-button-danger:hover {
  color: #FF7566;
  background-color: transparent;
  border: 1px solid #FF7566;
}
.seal-button-line.seal-button-danger:active {
  color: #CF2D27;
  background-color: transparent;
  border: 1px solid #CF2D27;
}
.seal-button-line.seal-button-danger:disabled,
.seal-button-line.seal-button-danger.seal-button-disabled {
  color: #FFC3B8;
  background-color: transparent;
  border: 1px solid #FFC3B8;
  cursor: not-allowed;
}
.seal-button-secondary {
  color: rgba(18, 19, 22, 0.8);
  background-color: #F4F5F9;
}
.seal-button-secondary:hover {
  color: rgba(18, 19, 22, 0.8);
  background-color: #F9F9F9;
}
.seal-button-secondary:active {
  color: rgba(18, 19, 22, 0.8);
  background-color: #EBECF0;
}
.seal-button-secondary:disabled,
.seal-button-secondary.seal-button-disabled {
  color: rgba(18, 19, 22, 0.8);
  background-color: #F9F9F9;
  opacity: 0.3;
  cursor: not-allowed;
}
.seal-button-secondary.seal-button-success {
  color: #00B365;
  background-color: #F4F5F9;
}
.seal-button-secondary.seal-button-success:hover {
  color: #00B365;
  background-color: #F9F9F9;
}
.seal-button-secondary.seal-button-success:active {
  color: #00B365;
  background-color: #EBECF0;
}
.seal-button-secondary.seal-button-success:disabled,
.seal-button-secondary.seal-button-success.seal-button-disabled {
  color: #00B365;
  background-color: #F9F9F9;
  opacity: 0.3;
  cursor: not-allowed;
}
.seal-button-secondary.seal-button-warn {
  color: #FF8800;
  background-color: #F4F5F9;
}
.seal-button-secondary.seal-button-warn:hover {
  color: #FF8800;
  background-color: #F9F9F9;
}
.seal-button-secondary.seal-button-warn:active {
  color: #FF8800;
  background-color: #EBECF0;
}
.seal-button-secondary.seal-button-warn:disabled,
.seal-button-secondary.seal-button-warn.seal-button-disabled {
  color: #FF8800;
  background-color: #F9F9F9;
  opacity: 0.3;
  cursor: not-allowed;
}
.seal-button-secondary.seal-button-danger {
  color: #F5483B;
  background-color: #F4F5F9;
}
.seal-button-secondary.seal-button-danger:hover {
  color: #F5483B;
  background-color: #F9F9F9;
}
.seal-button-secondary.seal-button-danger:active {
  color: #F5483B;
  background-color: #EBECF0;
}
.seal-button-secondary.seal-button-danger:disabled,
.seal-button-secondary.seal-button-danger.seal-button-disabled {
  color: #F5483B;
  background-color: #F9F9F9;
  opacity: 0.3;
  cursor: not-allowed;
}
.seal-button-secondary2 {
  color: #0D53DE;
  background-color: #F4F5F9;
}
.seal-button-secondary2:hover {
  color: #0D53DE;
  background-color: #F9F9F9;
}
.seal-button-secondary2:active {
  color: #0D53DE;
  background-color: #EBECF0;
}
.seal-button-secondary2:disabled,
.seal-button-secondary2.seal-button-disabled {
  color: #0D53DE;
  background-color: #F9F9F9;
  opacity: 0.3;
  cursor: not-allowed;
}
.seal-button-text {
  color: #0D53DE;
  background-color: transparent;
}
.seal-button-text:hover {
  color: #3477EB;
  background-color: #F4F5F9;
}
.seal-button-text:active {
  color: #0238B8;
  background-color: #EBECF0;
}
.seal-button-text:disabled,
.seal-button-text.seal-button-disabled {
  color: #0D53DE;
  background-color: transparent;
  opacity: 0.3;
  cursor: not-allowed;
}
.seal-button.seal-button-icon {
  padding: 2px;
  color: rgba(18, 19, 22, 0.8);
  background-color: transparent;
}
.seal-button.seal-button-icon:hover {
  color: rgba(18, 19, 22, 0.8);
  background-color: #F4F5F9;
}
.seal-button.seal-button-icon:active {
  color: rgba(18, 19, 22, 0.8);
  background-color: #EBECF0;
}
.seal-button.seal-button-icon:disabled,
.seal-button.seal-button-icon.seal-button-disabled {
  color: rgba(18, 19, 22, 0.8);
  background-color: transparent;
  opacity: 0.3;
  cursor: not-allowed;
}
.seal-button.seal-button-icon > .iconfont {
  margin-right: 0;
  line-height: 1;
}
.seal-button.seal-button-icon2 {
  padding: 2px;
  color: #0D53DE;
  background-color: transparent;
}
.seal-button.seal-button-icon2:hover {
  color: #0D53DE;
  background-color: #F4F5F9;
}
.seal-button.seal-button-icon2:active {
  color: #0D53DE;
  background-color: #EBECF0;
}
.seal-button.seal-button-icon2:disabled,
.seal-button.seal-button-icon2.seal-button-disabled {
  color: #0D53DE;
  background-color: transparent;
  opacity: 0.3;
  cursor: not-allowed;
}
.seal-button.seal-button-icon2 > .iconfont {
  margin-right: 0;
  line-height: 1;
}
.seal-button-link {
  color: rgba(18, 19, 22, 0.8);
}
.seal-button-link:hover {
  color: rgba(18, 19, 22, 0.5);
}
.seal-button-link:active {
  color: #121316;
}
.seal-button-link:disabled,
.seal-button-link.seal-button-disabled {
  color: rgba(18, 19, 22, 0.2);
  cursor: not-allowed;
}
.seal-button-link2 {
  color: #0D53DE;
}
.seal-button-link2:hover {
  color: #3477EB;
}
.seal-button-link2:active {
  color: #0238B8;
}
.seal-button-link2:disabled,
.seal-button-link2.seal-button-disabled {
  color: #B3D6FF;
  cursor: not-allowed;
}
.seal-divide-vertical {
  margin: 15px;
}
.seal-tab-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 12px 0;
  cursor: pointer;
}
.seal-tab-item.seal-tab-text {
  color: #121316;
  font-size: 16px;
}
.seal-tab-item.seal-tab-text.seal-tab-item-active {
  color: #0D53DE;
}
.seal-tabs .seal-tabs-nav {
  display: flex;
  align-items: center;
  position: relative;
}
.seal-tabs .seal-tabs-nav .seal-tabs-container {
  position: relative;
  display: flex;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #F4F5F9;
}
.seal-tabs .seal-tabs-nav .seal-tabs-container .seal-tabs-list {
  position: relative;
}
.seal-tabs .seal-tabs-nav .seal-tabs-container .seal-tabs-ink-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #0D53DE;
  transition: left 0.1s;
}
.seal-tabs .seal-tab-item-wrapper {
  display: inline-block;
  margin: 0 0 0 24px;
}
.seal-tabs .seal-tab-item-wrapper:first-of-type {
  margin: 0px;
}
.seal-tabs-extra-btn {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 24px;
  position: relative;
  top: -2px;
}
.seal-tabs-extra-btn.seal-tabs-empty-extra-btn {
  margin: 0;
}
.seal-notification {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.seal-notification .seal-notification-icon {
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 1;
}
.seal-notification .seal-notification-info-icon {
  color: #0D53DE;
}
.seal-notification .seal-notification-success-icon {
  color: #00B365;
}
.seal-notification .seal-notification-warning-icon {
  color: #FF8800;
}
.seal-notification .seal-notification-error-icon {
  color: #F5483B;
}
.seal-notification .seal-notification-info-title {
  color: #0D53DE;
}
.seal-notification .seal-notification-success-title {
  color: #00B365;
}
.seal-notification .seal-notification-warning-title {
  color: #FF8800;
}
.seal-notification .seal-notification-error-title {
  color: #F5483B;
}
.seal-notification .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.seal-notification .wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.seal-notification .wrapper .text {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.seal-notification .wrapper .text .seal-notification-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.seal-notification .wrapper .text .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(18, 19, 22, 0.8);
}
.seal-notification .wrapper .button {
  margin-left: auto;
  margin-right: 24px;
}
.seal-notification-info {
  border-color: #0D53DE;
  background-color: #E6F2FF;
}
.seal-notification-success {
  border-color: #00B365;
  background-color: #DAF2E4;
}
.seal-notification-warning {
  border-color: #FF8800;
  background-color: #FFF7E6;
}
.seal-notification-error {
  border-color: #F5483B;
  background-color: #FFF3F0;
}
.seal-progress-container {
  width: 90%;
  height: 6px;
  margin-right: 8px;
  border-radius: 8px;
  background-color: #F4F5F9;
  display: inline-block;
}
.seal-progress-container .seal-progress {
  height: 100%;
  border-radius: 8px;
}
.seal-progress-container .seal-progress-info {
  background-color: #0D53DE;
}
.seal-progress-container .seal-progress-success {
  background-color: #00B365;
}
.seal-progress-container .seal-progress-warning {
  background-color: #FF8800;
}
.seal-progress-container .seal-progress-error {
  background-color: #F5483B;
}
.seal-progress-num {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgba(18, 19, 22, 0.8);
}
.seal-progress-circle-background {
  fill: none;
  stroke: #F4F5F9;
}
.seal-progress-circle-progress {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.seal-progress-circle-info {
  stroke: #0D53DE;
}
.seal-progress-circle-success {
  stroke: #00B365;
}
.seal-progress-circle-warning {
  stroke: #FF8800;
}
.seal-progress-circle-error {
  stroke: #F5483B;
}
.seal-progress-circle-num {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: rgba(18, 19, 22, 0.8);
}
.seal-message-root-wrapper {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.seal-message-wrapper {
  padding: 12px 20px;
  background: #ffffff;
  box-shadow: 0 4px 12px 2px rgba(18, 19, 22, 0.12);
  border-radius: 0 4px 12px 2px rgba(18, 19, 22, 0.12);
  display: flex;
  align-items: center;
}
.seal-message-wrapper .seal-message-icon {
  font-size: 20px;
  line-height: 20px;
  margin-right: 10px;
}
.seal-message-wrapper .seal-message-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(18, 19, 22, 0.8);
}
.seal-message-wrapper .seal-message-loading {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.seal-modal-root .seal-modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}
.seal-modal-root .seal-modal-wrapper {
  position: fixed;
  inset-inline-end: 0;
  inset-inline-start: 0;
  overflow: auto;
  outline: 0;
  top: 200px;
  z-index: 1000;
}
.seal-modal-root .seal-modal-card {
  width: 400px;
  display: flex;
  gap: 4px;
  padding: 24px 32px;
  background: #FFFFFF;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin: auto;
}
.seal-modal-root .seal-modal-icon {
  color: #1B67FF;
  font-size: 24px;
  line-height: 24px;
}
.seal-modal-root .seal-modal-right {
  width: 100%;
}
.seal-modal-root .seal-modal-right .seal-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.seal-modal-root .seal-modal-right .seal-modal-title {
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #121316;
}
.seal-modal-root .seal-modal-right .seal-modal-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  line-height: 22px;
  color: rgba(18, 19, 22, 0.8);
  margin-bottom: 20px;
}
.seal-modal-root .seal-modal-right .seal-modal-footer {
  float: right;
}
.seal-modal-root .seal-modal-right .seal-modal-animation {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.4);
}
.seal-modal-root .seal-modal-right .seal-modal-animation-enter-done {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.seal-modal-root .seal-modal-right .seal-modal-animation-exit {
  opacity: 0;
  transform: scale(0.4);
}
.seal-space-wrapper {
  display: flex;
}
.seal-space-horizontal {
  flex-direction: row;
}
.seal-space-vertical {
  flex-direction: column;
}
.seal-space-align-start {
  align-items: flex-start;
}
.seal-space-align-center {
  align-items: center;
}
.seal-space-align-end {
  align-items: flex-end;
}
.seal-space-align-baseline {
  align-items: baseline;
}
.seal-step {
  width: 100%;
}
.seal-step-direction-horizontal {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.seal-step-direction-horizontal .seal-step-label-horizontal {
  display: flex;
  gap: 8px;
  overflow: hidden;
}
.seal-step-direction-horizontal .seal-step-label-horizontal:not(:last-child) .seal-step-item-title::after {
  position: absolute;
  top: calc(24px / 2);
  inset-inline-start: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #D7D8DD;
  content: "";
}
.seal-step-direction-horizontal .seal-step-label-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.seal-step-direction-horizontal .seal-step-label-vertical:not(:last-child) .seal-step-item-tail::after {
  position: absolute;
  top: calc(24px / 2);
  inset-inline-start: calc(50% + (24px / 2) + 12px);
  display: block;
  height: 1px;
  width: calc(100% - 24px - 12px);
  background: #D7D8DD;
  content: "";
}
.seal-step-direction-horizontal .seal-step-label-vertical .seal-step-item-content {
  text-align: center;
}
.seal-step-direction-horizontal .seal-step-item-finish:not(:last-child) .seal-step-item-title::after {
  background: #0D53DE;
}
.seal-step-direction-horizontal .seal-step-item-finish:not(:last-child) .seal-step-item-tail::after {
  background: #0D53DE;
}
.seal-step-direction-vertical {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.seal-step-direction-vertical .seal-step-item {
  display: flex;
  overflow: hidden;
  gap: 8px;
}
.seal-step-direction-vertical .seal-step-item:not(:last-child) .seal-step-item-tail::after {
  position: absolute;
  top: 24px;
  inset-inline-start: calc(24px / 2);
  display: block;
  height: 9999px;
  width: 1px;
  background: #D7D8DD;
  content: "";
}
.seal-step-direction-vertical .seal-step-item-finish:not(:last-child) .seal-step-item-title::after {
  background: #0D53DE;
}
.seal-step-direction-vertical .seal-step-item-finish:not(:last-child) .seal-step-item-tail::after {
  background: #0D53DE;
}
.seal-step-item {
  position: relative;
  width: 100%;
}
.seal-step-item .seal-step-item-tail {
  display: contents;
  position: relative;
}
.seal-step-item .seal-step-item-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.seal-step-item .seal-step-item-title {
  position: relative;
  display: inline-block;
  -webkit-padding-end: 8px;
  padding-inline-end: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(18, 19, 22, 0.5);
}
.seal-step-item .seal-step-item-description {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(18, 19, 22, 0.5);
}
.seal-step-item[role='button'] {
  cursor: pointer;
}
.seal-step-item-finish .seal-step-item-icon {
  background: rgba(94, 155, 247, 0.1);
  color: #0D53DE;
}
.seal-step-item-finish .seal-step-item-title {
  color: rgba(18, 19, 22, 0.8);
}
.seal-step-item-process .seal-step-item-icon {
  background: #0D53DE;
  color: #ffffff;
}
.seal-step-item-process .seal-step-item-title {
  font-weight: 600;
  color: rgba(18, 19, 22, 0.8);
}
.seal-step-item-wait .seal-step-item-icon {
  background: #F4F5F9;
  color: #121316;
}
.seal-step-item-error .seal-step-item-icon {
  background: #F5483B;
  color: #ffffff;
}
.seal-switch,
.seal-switch-normal {
  display: inline-block;
  height: 20px;
}
.seal-switch-small {
  height: 16px;
}
.seal-switch-label,
.seal-switch-label-normal {
  position: relative;
  display: inline-block;
  min-width: 42px;
  height: 20px;
}
.seal-switch-label-small {
  position: relative;
  display: inline-block;
  min-width: 32px;
  height: 16px;
}
.seal-switch-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}
.seal-switch-slider,
.seal-switch-slider-normal,
.seal-switch-slider-small {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B4B6BC;
  border-radius: 32px;
  cursor: pointer;
}
.seal-switch-slider:before,
.seal-switch-slider-normal:before,
.seal-switch-slider-small:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.seal-switch-slider:before,
.seal-switch-slider-normal:before {
  left: 2px;
  top: calc(50% - 16px/2);
  width: 16px;
  height: 16px;
}
.seal-switch-slider-small:before {
  left: 2px;
  top: calc(50% - 12px/2);
  width: 12px;
  height: 12px;
}
.seal-switch-checkbox:checked + .seal-switch-slider,
.seal-switch-checkbox:checked + .seal-switch-slider-normal,
.seal-switch-checkbox:checked + .seal-switch-slider-small {
  background-color: #0D53DE;
}
.seal-switch-checkbox:checked + .seal-switch-slider:before,
.seal-switch-checkbox:checked + .seal-switch-slider-normal:before,
.seal-switch-checkbox:checked + .seal-switch-slider-small:before {
  content: "";
}
.seal-switch-checkbox:checked + .seal-switch-slider:before,
.seal-switch-checkbox:checked + .seal-switch-slider-normal:before {
  left: auto;
  left: calc(100% - 16px - 2px);
  top: calc(50% - 16px/2);
}
.seal-switch-checkbox:checked + .seal-switch-slider-small:before {
  left: auto;
  left: calc(100% - 12px - 2px);
  top: calc(50% - 12px/2);
}
.seal-switch-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.seal-switch-inner,
.seal-switch-inner-normal,
.seal-switch-inner-small {
  position: absolute;
  z-index: 999;
  color: #B4B6BC;
  transition: right ease-in-out 0.2s, opacity ease-in-out 0.15s;
  top: 50%;
  transform: translate(-50%, -50%);
}
.seal-switch-inner,
.seal-switch-inner-normal {
  line-height: calc(20px - 4px/2);
  left: calc(16px/2 + 2px);
}
.seal-switch-inner-small {
  line-height: 16px;
  left: calc(12px/2 + 2px);
}
.seal-switch-checkbox:checked + .seal-switch-slider .seal-switch-inner,
.seal-switch-checkbox:checked + .seal-switch-slider-normal .seal-switch-inner {
  opacity: 0;
  line-height: calc(20px - 4px/2);
  left: calc(16px/2 + 2px);
}
.seal-switch-checkbox:checked + .seal-switch-slider-small .seal-switch-inner {
  opacity: 0;
  line-height: 16px;
  left: calc(12px/2 + 2px);
}
.seal-switch-checked-inner,
.seal-switch-checked-inner-normal,
.seal-switch-checked-inner-small {
  opacity: 0;
  position: absolute;
  z-index: 999;
  transition: right ease-in-out 0.2s, opacity ease-in-out 0.15s;
  color: #0D53DE;
  top: 50%;
  transform: translate(-50%, -50%);
}
.seal-switch-checked-inner,
.seal-switch-checked-inner-normal {
  line-height: calc(20px - 4px/2);
  left: calc(42px - 16px/2 - 2px);
}
.seal-switch-checked-inner-small {
  line-height: 16px;
  left: calc(32px - 12px/2 - 2px);
}
.seal-switch-checkbox:checked + .seal-switch-slider .seal-switch-checked-inner,
.seal-switch-checkbox:checked + .seal-switch-slider-normal .seal-switch-checked-inner {
  opacity: 1;
  line-height: calc(20px - 4px/2);
  left: calc(42px - 16px/2 - 2px);
}
.seal-switch-checkbox:checked + .seal-switch-slider-small .seal-switch-checked-inner {
  opacity: 1;
  line-height: 16px;
  left: calc(32px - 12px/2 - 2px);
}
.seal-switch-text,
.seal-switch-text-normal,
.seal-switch-text-small {
  position: absolute;
  font-size: 12px;
  color: #fff;
  transition: right ease-in-out 0.2s, opacity ease-in-out 0.15s;
  -webkit-user-select: none;
  user-select: none;
}
.seal-switch-text,
.seal-switch-text-normal {
  line-height: 20px;
  left: calc(16px + 2px + 8px);
}
.seal-switch-text-small {
  line-height: 16px;
  left: calc(12px + 2px + 3px);
}
.seal-switch-checkbox:checked + .seal-switch-slider .seal-switch-text,
.seal-switch-checkbox:checked + .seal-switch-slider-normal .seal-switch-text {
  opacity: 0;
  line-height: 20px;
  left: calc(16px + 2px + 8px);
}
.seal-switch-checkbox:checked + .seal-switch-slider-small .seal-switch-text {
  opacity: 0;
  line-height: 16px;
  left: calc(12px + 2px + 3px);
}
.seal-switch-checked-text,
.seal-switch-checked-text-normal,
.seal-switch-checked-text-small {
  opacity: 0;
  position: absolute;
  font-size: 12px;
  color: #fff;
  transition: right ease-in-out 0.2s, opacity ease-in-out 0.15s;
  -webkit-user-select: none;
  user-select: none;
}
.seal-switch-checked-text,
.seal-switch-checked-text-normal {
  line-height: 20px;
  right: calc(2px + 16px + 8px);
}
.seal-switch-checked-text-small {
  line-height: 16px;
  right: calc(2px + 12px + 3px);
}
.seal-switch-checkbox:checked + .seal-switch-slider .seal-switch-checked-text,
.seal-switch-checkbox:checked + .seal-switch-slider-normal .seal-switch-checked-text {
  opacity: 1;
  line-height: 20px;
  right: calc(2px + 16px + 8px);
}
.seal-switch-checkbox:checked + .seal-switch-slider-small .seal-switch-checked-text {
  opacity: 1;
  line-height: 16px;
  right: calc(2px + 12px + 3px);
}
.seal-switch-text-holder,
.seal-switch-text-holder-normal,
.seal-switch-text-holder-small {
  opacity: 0;
  position: relative;
  z-index: -1;
  cursor: pointer;
  font-size: 12px;
}
.seal-switch-text-holder,
.seal-switch-text-holder-normal {
  margin: -14px 8px 0 calc(16px + 2px + 8px);
}
.seal-switch-text-holder-small {
  margin: -15px 8px 0 calc(12px + 2px + 3px);
}
.seal-switch-checked-text-holder,
.seal-switch-checked-text-holder-normal,
.seal-switch-checked-text-holder-small {
  position: relative;
  font-size: 12px;
  opacity: 0;
  cursor: pointer;
  z-index: -1;
}
.seal-switch-checked-text-holder,
.seal-switch-checked-text-holder-normal {
  margin: -14px calc(16px + 2px + 8px) 0 8px;
}
.seal-switch-checked-text-holder-small {
  margin: -15px calc(12px + 2px + 3px) 0 8px;
}
.seal-switch-loading,
.seal-switch-loading-normal,
.seal-switch-loading-small {
  position: absolute;
  z-index: 999;
  color: #B4B6BC;
  transition: right ease-in-out 0.2s, opacity ease-in-out 0.15s;
  top: 50%;
  transform: translate(-50%, -50%);
}
.seal-switch-loading:first-child,
.seal-switch-loading-normal:first-child,
.seal-switch-loading-small:first-child {
  display: flex;
}
.seal-switch-loading,
.seal-switch-loading-normal {
  line-height: calc(20px - 4px/2);
  left: calc(16px/2 + 2px);
}
.seal-switch-loading-small {
  line-height: 16px;
  left: calc(12px/2 + 2px);
}
.seal-switch-checkbox:checked + .seal-switch-slider .seal-switch-loading,
.seal-switch-checkbox:checked + .seal-switch-slider-normal .seal-switch-loading {
  opacity: 0;
  line-height: calc(20px - 4px/2);
  left: calc(16px/2 + 2px);
}
.seal-switch-checkbox:checked + .seal-switch-slider-small .seal-switch-loading {
  opacity: 0;
  line-height: 16px;
  left: calc(12px/2 + 2px);
}
.seal-switch-checked-loading,
.seal-switch-checked-loading-normal,
.seal-switch-checked-loading-small {
  opacity: 0;
  position: absolute;
  z-index: 999;
  transition: right ease-in-out 0.2s, opacity ease-in-out 0.15s;
  color: #0D53DE;
  top: 50%;
  transform: translate(-50%, -50%);
}
.seal-switch-checked-loading:first-child,
.seal-switch-checked-loading-normal:first-child,
.seal-switch-checked-loading-small:first-child {
  display: flex;
}
.seal-switch-checked-loading,
.seal-switch-checked-loading-normal {
  line-height: calc(20px - 4px/2);
  left: calc(42px - 16px/2 - 2px);
}
.seal-switch-checked-loading-small {
  line-height: 16px;
  left: calc(32px - 12px/2 - 2px);
}
.seal-switch-checkbox:checked + .seal-switch-slider .seal-switch-checked-loading,
.seal-switch-checkbox:checked + .seal-switch-slider-normal .seal-switch-checked-loading {
  opacity: 1;
  line-height: calc(20px - 4px/2);
  left: calc(42px - 16px/2 - 2px);
}
.seal-switch-checkbox:checked + .seal-switch-slider-small .seal-switch-checked-loading {
  opacity: 1;
  line-height: 16px;
  left: calc(32px - 12px/2 - 2px);
}
.seal-spin {
  display: inline-flex;
  align-items: center;
}
.seal-spin .seal-spin-spinning-forward {
  animation: rotate-forward 1.2s linear infinite;
}
.seal-spin .seal-spin-spinning-reverse {
  animation: rotate-reverse 1.2s linear infinite;
}
@keyframes rotate-forward {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-reverse {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.seal-spin .seal-spin-dot,
.seal-spin .seal-spin-dot-normal,
.seal-spin .seal-spin-dot-small,
.seal-spin .seal-spin-dot-large {
  border-radius: 50%;
  background: conic-gradient(from 180.61deg at 50.53% 50.53%, rgba(13, 83, 222, 0) 0deg, #2B69E2 118.12deg, #0D53DE 360deg);
  transform: rotate(-90deg);
}
.seal-spin .seal-spin-dot-reverse {
  background: conic-gradient(from 180.61deg at 50.53% 50.53%, #0D53DE 0deg, #2B69E2 118.12deg, rgba(13, 83, 222, 0) 360deg);
}
.seal-spin .seal-spin-dot,
.seal-spin .seal-spin-dot-normal {
  width: 16px;
  height: 16px;
  -webkit-mask: radial-gradient(transparent, transparent 6px, #000 7px);
  mask: radial-gradient(transparent 6px, #000 6px);
}
.seal-spin .seal-spin-dot-small {
  width: 10.67px;
  height: 10.67px;
  -webkit-mask: radial-gradient(transparent, transparent 4px, #000 5px);
  mask: radial-gradient(transparent 4.5px, #000 4.5px);
}
.seal-spin .seal-spin-dot-large {
  width: 21.33px;
  height: 21.33px;
  -webkit-mask: radial-gradient(transparent, transparent 8px, #000 9px);
  mask: radial-gradient(transparent 8px, #000 9px);
}
.seal-spin .seal-spin-tip,
.seal-spin .seal-spin-tip-normal,
.seal-spin .seal-spin-tip-small,
.seal-spin .seal-spin-tip-large {
  color: #0D53DE;
}
.seal-spin .seal-spin-tip,
.seal-spin .seal-spin-tip-normal {
  font-size: 14px;
  line-height: 21px;
}
.seal-spin .seal-spin-tip-small {
  font-size: 12px;
  line-height: 18px;
}
.seal-spin .seal-spin-tip-large {
  font-size: 16px;
  line-height: 24px;
}
.seal-spin-normal {
  column-gap: 8px;
}
.seal-spin-small {
  column-gap: 6.67px;
}
.seal-spin-large {
  column-gap: 9.33px;
}
.seal-spin-spinning-disabled {
  display: none;
}
.seal-spin-nested-loading {
  position: relative;
}
.seal-spin-nested-loading .seal-spin-blur {
  opacity: 0.5;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.seal-spin-nested-loading .seal-spin-show-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.seal-input-group {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.seal-input-group .seal-input-inner-container {
  display: inline-block;
  flex: 1;
  background-color: #F4F5F9;
  border-radius: 2px;
  padding: 8px 16px;
  transition: all 0.2s;
  outline: none;
}
.seal-input-group .seal-input-inner-container:hover:not(:focus-within):not(.seal-input-inner-container-disabled) {
  background-color: #EBECF0;
}
.seal-input-group .seal-input-inner-container:focus-within {
  outline: 1px solid #0D53DE;
  background-color: #fff;
}
.seal-input-group .seal-input-inner-container.seal-input-inner-container-disabled {
  color: #F4F5F9;
  background-color: #F4F5F9;
  cursor: not-allowed;
}
.seal-input-group .seal-input-inner-container.seal-input-inner-affix-container {
  display: inline-flex;
}
.seal-input-group .seal-input-inner-container.seal-input-inner-affix-container .seal-inner-input {
  flex: 1;
}
.seal-input-group .seal-input-inner-container .seal-inner-input {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin: 0;
  list-style: none;
  border: none;
  color: #121316;
  line-height: 14px;
  font-size: 14px;
  outline: none;
  background-color: transparent;
}
.seal-input-group .seal-input-inner-container .seal-inner-input:disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.seal-input-group .seal-input-inner-container .seal-inner-input::placeholder {
  opacity: 0.3;
}
.seal-input-group .seal-input-prepend,
.seal-input-group .seal-input-append {
  display: inline-block;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.seal-pagination .seal-pagination-jump,
.seal-pagination .seal-pagination-jump-normal,
.seal-pagination .seal-pagination-item,
.seal-pagination .seal-pagination-item-normal,
.seal-pagination .seal-pagination-prev-five,
.seal-pagination .seal-pagination-prev-five-normal,
.seal-pagination .seal-pagination-next-five,
.seal-pagination .seal-pagination-next-five-normal {
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  min-width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  -webkit-user-select: none;
  user-select: none;
  color: rgba(18, 19, 22, 0.8);
  font-size: 14px;
}
.seal-pagination .seal-pagination-jump:hover,
.seal-pagination .seal-pagination-jump-normal:hover,
.seal-pagination .seal-pagination-item:hover,
.seal-pagination .seal-pagination-item-normal:hover,
.seal-pagination .seal-pagination-prev-five:hover,
.seal-pagination .seal-pagination-prev-five-normal:hover,
.seal-pagination .seal-pagination-next-five:hover,
.seal-pagination .seal-pagination-next-five-normal:hover {
  background: #F9F9F9;
}
.seal-pagination .seal-pagination-jump:active,
.seal-pagination .seal-pagination-jump-normal:active,
.seal-pagination .seal-pagination-item:active,
.seal-pagination .seal-pagination-item-normal:active,
.seal-pagination .seal-pagination-prev-five:active,
.seal-pagination .seal-pagination-prev-five-normal:active,
.seal-pagination .seal-pagination-next-five:active,
.seal-pagination .seal-pagination-next-five-normal:active {
  background: #EBECF0;
}
.seal-pagination .seal-pagination-item-small,
.seal-pagination .seal-pagination-jump-small,
.seal-pagination .seal-pagination-prev-five-small,
.seal-pagination .seal-pagination-next-five-small {
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.seal-pagination .seal-pagination-item {
  margin: 0 1px;
}
.seal-pagination .seal-pagination-disable {
  opacity: 0.5;
  cursor: not-allowed;
}
.seal-pagination .seal-pagination-disable:hover {
  background: transparent;
}
.seal-pagination .seal-pagination-disable:active {
  background: transparent;
}
.seal-pagination .seal-pagination-prev {
  margin-right: 1px;
}
.seal-pagination .seal-pagination-next {
  margin-left: 1px;
}
.seal-pagination .seal-pagination-item-active {
  background: #E6F2FF;
  color: #0D53DE;
}
.seal-pagination .seal-pagination-item-active:hover {
  background: #E6F2FF;
}
.seal-pagination .seal-pagination-item-active:active {
  background: #E6F2FF;
}
.seal-pagination .seal-pagination-total-info {
  display: inline-block;
  height: 28px;
  text-align: center;
  line-height: 28px;
  -webkit-user-select: none;
  user-select: none;
  color: rgba(18, 19, 22, 0.8);
  font-size: 14px;
  margin-right: 4px;
}
.seal-pagination .seal-pagination-total-info-small {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.seal-pagination-quick-jump,
.seal-pagination-quick-jump-normal,
.seal-pagination-quick-jump-small {
  display: inline-block;
}
.seal-pagination-quick-jump .seal-pagination-quick-jump-input,
.seal-pagination-quick-jump-normal .seal-pagination-quick-jump-input,
.seal-pagination-quick-jump-small .seal-pagination-quick-jump-input,
.seal-pagination-quick-jump .seal-pagination-quick-jump-input-normal,
.seal-pagination-quick-jump-normal .seal-pagination-quick-jump-input-normal,
.seal-pagination-quick-jump-small .seal-pagination-quick-jump-input-normal,
.seal-pagination-quick-jump .seal-pagination-quick-jump-input-small,
.seal-pagination-quick-jump-normal .seal-pagination-quick-jump-input-small,
.seal-pagination-quick-jump-small .seal-pagination-quick-jump-input-small {
  width: 32px;
  margin: 0 4px;
}
.seal-pagination-quick-jump .seal-pagination-quick-jump-input,
.seal-pagination-quick-jump-normal .seal-pagination-quick-jump-input,
.seal-pagination-quick-jump-small .seal-pagination-quick-jump-input,
.seal-pagination-quick-jump .seal-pagination-quick-jump-input-normal,
.seal-pagination-quick-jump-normal .seal-pagination-quick-jump-input-normal,
.seal-pagination-quick-jump-small .seal-pagination-quick-jump-input-normal {
  height: 24px;
}
.seal-pagination-quick-jump .seal-pagination-quick-jump-input-small,
.seal-pagination-quick-jump-normal .seal-pagination-quick-jump-input-small,
.seal-pagination-quick-jump-small .seal-pagination-quick-jump-input-small {
  height: 20px;
}
.seal-pagination-quick-jump .seal-pagination-quick-jump-input-wrapper,
.seal-pagination-quick-jump-normal .seal-pagination-quick-jump-input-wrapper,
.seal-pagination-quick-jump-small .seal-pagination-quick-jump-input-wrapper {
  padding: 2px 6px;
}
.seal-pagination-quick-jump,
.seal-pagination-quick-jump-normal {
  font-size: 14px;
  margin-left: 12px;
}
.seal-pagination-quick-jump-small {
  font-size: 12px;
  margin-left: 8px;
}
.seal-breadcrumb {
  display: inline-block;
}
.seal-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.seal-breadcrumb-item {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: rgba(18, 19, 22, 0.5);
  padding: 0 2px;
}
.seal-breadcrumb-item a {
  text-decoration: none;
  color: rgba(18, 19, 22, 0.5);
}
.seal-breadcrumb-item a:hover {
  color: rgba(18, 19, 22, 0.8);
  background: #F4F5F9;
  border-radius: 2px;
}
.seal-breadcrumb-item-last {
  color: #121316;
}
.seal-breadcrumb-item-last:hover {
  color: #121316;
  background: transparent;
  border-radius: 0;
}
.seal-breadcrumb-separator {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: rgba(18, 19, 22, 0.2);
  margin: 0 2px;
}
.seal-tooltip-wrapper {
  display: none;
  z-index: 100;
}
.seal-tooltip-wrapper.seal-toolip-wrapper-open {
  display: block;
}
.seal-tooltip {
  display: inline-block;
  position: relative;
  text-align: start;
  text-decoration: none;
  word-wrap: break-word;
  color: #fff;
  background-color: #121316;
  font-size: 14px;
  line-height: 1em;
  padding: 9px 8px;
  border-radius: 2px;
  min-width: 28px;
  max-width: 400px;
}
.seal-tooltip .seal-tooltip-arrow {
  width: 6px;
  height: 6px;
  background-color: #121316;
  transform-origin: center;
  position: absolute;
  top: 2px;
  left: 2px;
}
.seal-tooltip.seal-tooltip-top .seal-tooltip-arrow {
  transform: rotateZ(45deg);
  left: calc(50% - 2px);
  top: calc(100% - (6px / 2));
}
.seal-tooltip.seal-tooltip-bottom .seal-tooltip-arrow {
  transform: rotateZ(45deg);
  left: calc(50% - 2px);
  top: -3px;
}
.seal-tooltip.seal-tooltip-left .seal-tooltip-arrow {
  transform: rotateZ(45deg);
  left: calc(100% - 6px / 2);
  top: calc(50% - 6px / 2);
}
.seal-tooltip.seal-tooltip-right .seal-tooltip-arrow {
  transform: rotateZ(45deg);
  left: -3px;
  top: calc(50% - 6px / 2);
}
.seal-tooltip-enter {
  opacity: 0;
}
.seal-tooltip-enter-active {
  opacity: 1;
  transition: opacity 50ms;
}
.seal-tooltip-exit {
  opacity: 1;
}
.seal-tooltip-exit-active {
  opacity: 0;
  transition: opacity 50ms;
}
.seal-radio-group {
  display: inline-block;
}
.seal-radio-group-horizontal {
  display: flex;
  align-items: center;
  gap: 24px;
}
.seal-radio-group-vertical label {
  display: block;
  margin-bottom: 10px;
}
.seal-radio-group-vertical label:last-child {
  margin-bottom: 0;
}
.seal-radio {
  cursor: pointer;
  line-height: 21px;
}
.seal-radio input {
  opacity: 0;
  width: 0;
  height: 0;
}
.seal-radio input + .seal-radio-inner {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #D7D8DD;
  border-radius: 50%;
  vertical-align: middle;
}
.seal-radio input:hover + .seal-radio-inner {
  border: 1px solid #3477EB;
}
.seal-radio input:checked + .seal-radio-inner {
  border: 1px solid #3477EB;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.seal-radio input:checked + .seal-radio-inner:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #3477EB;
  border-radius: 50%;
  content: ' ';
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation-duration: 0.3s;
  animation-name: show;
}
.seal-radio input:disabled + .seal-radio-inner {
  border: 1px solid #D7D8DD;
  background-color: #EBECF0;
}
.seal-radio input:checked:disabled + .seal-radio-inner:after {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #B4B6BC;
  border-radius: 50%;
  content: ' ';
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  animation-duration: 0.3s;
  animation-name: show;
}
.seal-radio .seal-radio-value {
  display: inline-block;
  margin-left: 8px;
  color: var(--80-text-4, rgba(18, 19, 22, 0.8));
  vertical-align: middle;
}
.seal-radio .seal-radio-value-disabled {
  opacity: 0.2;
  color: #121316;
}
.seal-radio-disabled {
  cursor: not-allowed;
}
.ant-form-item-has-error .seal-input-wrapper {
  border: 1px solid #F5483B;
}
.ant-form-item-has-error .seal-input-wrapper:focus-within {
  border: 1px solid #F5483B;
}

.link {
  cursor: pointer;
  color: #0D53DE;
}
.link:hover {
  color: #3477EB;
}
.link:active {
  color: #0238B8;
}
.pop-link {
  color: #5E9BF7;
}
.pop-link:hover {
  color: #3477EB;
}
.pop-link:active {
  color: #0238B8;
}
.ant-modal-title {
  font-weight: 700;
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

.link {
  cursor: pointer;
  color: #0D53DE;
}
.link:hover {
  color: #3477EB;
}
.link:active {
  color: #0238B8;
}
.pop-link {
  color: #5E9BF7;
}
.pop-link:hover {
  color: #3477EB;
}
.pop-link:active {
  color: #0238B8;
}
.ant-modal-title {
  font-weight: 700;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

