/* 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 */

* {
  font-family: Roboto, sans-serif;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



html {
  height: 100%;
}
body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  height: 100%;
  background-color: #f0f2f5 !important;
}
#__next {
  height: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
#nprogress .bar {
  background: #0b534a;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  box-shadow: 0 0 10px #0b534a, 0 0 5px #0b534a;
}
#nprogress .spinner-icon {
  border-top-color: #0b534a;
  border-left-color: #0b534a;
}
.ant-upload-list-item-thumbnail {
  opacity: 1 !important;
}
.ant-upload-list-item-thumbnail:hover {
  opacity: 0.8;
}
.AccessEmpty {
  display: none;
}
@media (max-width: 400px) {
  .tawk-button {
    width: 30px;
    height: 30px;
  }
}

* {
  font-family: Roboto, sans-serif;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Container {
  width: 100%;
  height: 100%;
  padding-top: 48px;
}
.Content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 95vh;
  padding-left: 250px;
  transition: 0.2s;
}
.Content__Wrapper {
  display: flex;
  flex: 1;
  flex-direction: row;
  height: 100%;
  min-height: 95vh;
  margin: 24px;
}
.Content__Wrapper .ProfileSideBar {
  margin-right: 24px;
  min-width: 349px;
}
.Content__Wrapper_Margin {
  margin-right: 393px;
}
.Content__Container {
  width: calc(100% - 400px);
  flex: auto;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
.Content__Header {
  background: #ffffff;
  padding-top: 10px;
}
.Content__Body {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  background: #ffffff;
}
.Content_Width {
  padding-left: 80px;
}
.ContentMobile {
  width: 100%;
  height: 100%;
  min-height: calc(95vh - 10px);
  background-color: #ffffff;
  padding: 10px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.ContentMobile__Breadcrumbs {
  width: 100%;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.ContentMobile__Content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 992px) {
  .Content_Width {
    padding-left: 0;
  }
  .Content {
    display: none;
  }
  .ContentMobile {
    display: flex;
    overflow: hidden;
  }
  .ContentMobile .ProfileSideBar {
    width: 100%;
  }
  .ContentMobile__Body {
    width: 100%;
  }
  .ContentMobile__Body .Profile {
    padding: 14px 10px 0 10px;
  }
  .ContentMobile__Body .ProfileMedicalCard__Wrapper .ant-card-head-title {
    white-space: normal;
  }
  .ContentMobile__Top {
    width: 100%;
  }
}
.SideBar {
  position: fixed;
  z-index: 2;
  height: 100%;
}
.SideBar__Wrapper {
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.SideBar__Wrapper .ant-menu-submenu-title,
.SideBar__Wrapper .ant-menu-item {
  color: rgba(0, 0, 0, 0.85);
}
.SideBar__Wrapper .ant-menu-submenu-title:hover,
.SideBar__Wrapper .ant-menu-item:hover {
  color: rgba(0, 0, 0, 0.85);
}
.SideBar__Wrapper .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.SideBar__Wrapper .ant-menu-item:hover .ant-menu-submenu-arrow::before,
.SideBar__Wrapper .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.SideBar__Wrapper .ant-menu-item:hover .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.85);
}
.SideBar__Wrapper .ant-layout-sider {
  background: #ffffff;
  min-height: 90%;
}
.SideBar__Wrapper .ant-layout-sider-children {
  overflow-y: auto;
  overflow-x: hidden;
}
.SideBar__Wrapper_Grey .anticon {
  color: grey;
}
.SideBar__Wrapper .Switcher {
  position: absolute;
  top: 45%;
  right: -15px;
  cursor: pointer;
}
.SideBar__Wrapper .Switcher_Open {
  right: -15px;
  transition: right 0.1s;
}
.SideBar__Wrapper .Switcher_Closable {
  visibility: visible;
  transition: right 1s;
}
.foldMenuBlock {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  box-shadow: inset 0 1px 0 #f0f0f0;
  transition: justify-content 0.5s;
}
.foldMenuBlock button {
  background: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  margin-bottom: 58px;
  width: 100%;
}
.foldMenuBlock_FlexStart {
  justify-content: flex-start;
  transition: justify-content 0.5s;
}
@media (max-width: 992px) {
  .SideBar {
    display: none;
  }
}
.HeaderWrapper .logo {
  display: flex;
}
.HeaderWrapper .logo > a {
  display: flex;
  align-items: center;
}
.HeaderWrapper .ant-layout-header,
.HeaderWrapper .header {
  background: #008b7a;
  padding: 0 16px 0 16px;
  height: 48px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.HeaderWrapper .Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.HeaderWrapper .Header .RightBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: normal;
}
.HeaderWrapper .Header .LeftBlock {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.HeaderWrapper .Header .LeftBlock__MenuBtn {
  display: none;
  color: #ffffff;
  margin-right: 16px;
  font-size: 20px;
  align-items: center;
  cursor: pointer;
}
.HeaderWrapper .Header .ant-btn,
.HeaderWrapper .Header .ant-dropdown-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  padding: 0;
}
.HeaderWrapper .Header__GoMain {
  color: white;
  margin-left: 22px;
  font-size: 14px;
}
.HeaderWrapper .Header__GoMain .anticon {
  margin-right: 5px;
}
.HeaderWrapper .HeaderTools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 220px;
}
.HeaderWrapper .HeaderIcon {
  margin-right: 16px;
  color: #ffffff;
}
.HeaderWrapper .HeaderIcon__Lang {
  padding: 0 13px;
  display: flex;
  margin-right: 16px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .LeftBlock__MenuBtn {
    display: flex !important;
  }
}
.UserInfoWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 130px;
  margin-left: 8px;
}
.UserInfoWrapper__Popover {
  display: flex;
  justify-content: flex-end;
  min-width: auto !important;
}
.UserInfoWrapper__Popover .ant-popover-inner-content {
  padding: 0;
}
.UserInfoWrapper__Popover * {
  background-color: #008B7A !important;
  color: white;
  border-top-color: #008B7A !important;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #008B7A !important;
}
.UserBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.UserBlock .NameBlock {
  margin-left: 10px;
  color: #ffffff;
  line-height: 20px;
  text-align: right;
}
.UserBlock .NameBlock a {
  color: #ffffff;
}
.UserBlock .userInfoItemSize {
  display: flex !important;
  justify-content: flex-end !important;
  font-size: 11px;
  text-align: right;
}
.UserBlock .userInfoItemSize:hover {
  opacity: 0.5;
  cursor: pointer;
}
.UserBlock__MobileAvatar {
  display: none;
}
.minOpacityHover:hover {
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width: 992px) {
  .UserBlock .NameBlock {
    display: none;
  }
  .UserBlock .minOpacityHover {
    display: none;
  }
  .UserBlock__MobileAvatar {
    display: block;
  }
}
.PageHeaderComponent {
  border-bottom: 1px solid #f0f0f0;
}
.PageHeaderComponent .ant-page-header,
.PageHeaderComponent .site-page-header,
.PageHeaderComponent .ant-page-header-ghost {
  padding-top: 0;
}
.PageHeaderComponent .ant-btn-default {
  padding: 4px 8px;
}
.PageHeaderComponent .ant-page-header-heading-extra {
  display: flex;
  align-items: center;
}
.DropDownMenu {
  display: inline-block;
}
.DropDownMenu .ant-dropdown-trigger {
  padding: 5px;
}
.DropDownMenu__Item {
  display: block !important;
}
.ProfileCard__Wrapper {
  width: 100%;
}
.ProfileCard__Wrapper .ant-card-head-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.ProfileCard__Wrapper .ProfileCard__Title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.ProfileCard__Wrapper .ProfileCard__Title .anticon,
.ProfileCard__Wrapper .ProfileCard__Title .anticon-key {
  padding: 0 7px;
  font-size: 13px;
}
.ProfileCard__Wrapper .ProfileCard__Title span {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ProfileCard__Wrapper .ant-card-meta-description {
  margin-bottom: 10px;
  text-align: left;
}
.ProfileCard__Wrapper .ant-card-extra {
  color: #006d75;
}
.ProfileCard__Wrapper .ant-card-actions > li {
  margin-top: 0;
  margin-bottom: 0;
}
.ProfileCard__Wrapper .ProfileCard__IconWrapper {
  padding: 12px 0;
}
.ProfileCard__Wrapper .ProfileCard__IconWrapper .ant-btn {
  width: 15px;
  height: 15px;
  padding: 0;
  border: none;
}
.ProfileCard__Wrapper .ProfileCard__IconWrapper .anticon {
  font-size: 15px;
  color: #039281;
}
.ProfileCard__Wrapper .ProfileCard__IconWrapper .anticon-delete {
  color: inherit;
}
.ProfileCard__Wrapper .ant-card-cover {
  width: 338px;
  height: 273px;
  background-color: #cccccc;
}
.CardItemRate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.ProfileCard__Avatar {
  margin: 0 auto !important;
  padding-top: 30px !important;
}
.ProfileCards__Button {
  height: 100%;
}
.ProfileCards__Button .ant-btn,
.ProfileCards__Button .ant-btn-dashed {
  width: 100%;
  height: 100%;
}
.ProfileCards__Button .anticon,
.ProfileCards__Button .anticon-plus {
  font-size: 19px;
}
.ProfileCards__Button .ProfileButton__Content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.ProfileCards__Button .ProfileButton__Text {
  display: inline-block;
  padding: 10px;
  color: rgba(0, 0, 0, 0.45);
}
.ProfileCardTag .ant-tag-cyan {
  border: 1px solid #91d5ff;
  color: #039281;
  background: #e6f7ff;
}
.ProfileCardTag .ant-tag-has-color {
  background-color: #fffbe6 !important;
  color: #faad14;
  border: 1px solid #ffe58f;
}
.ProfileFormStepOne .UploadBtn {
  max-width: 200px;
  margin: 0 auto;
}
.ProfileFormStepOne .Attention__MessageWrapper {
  height: 22px;
}
.ProfileFormStepOne .Attention__Message {
  display: block;
  margin: auto;
  color: #039281;
  text-align: center;
}
.ProfileFormCheckbox__Block {
  margin-bottom: 24px;
}
.ProfileFormCheckbox__Block .ant-row,
.ProfileFormCheckbox__Block .ant-form-item {
  margin-bottom: 0;
}
.ProfileFormUpload {
  margin-bottom: 60px;
}
.ProfileFormStepOne__AddProfile {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .ProfileFormStepOne__AddProfile {
    margin-top: 40px;
  }
  .ProfileFormStepOne .UploadBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ProfileFormStepOne .Attention__MessageWrapper {
    height: 22px;
  }
}
@media (max-width: 576px) {
  .ProfileFormStepOne__AddProfile {
    margin-top: 0;
  }
  .ProfileFormStepOne .ant-form-item-label {
    padding-bottom: 0 !important;
  }
  .ProfileFormStepOne .ant-form-item {
    margin-bottom: 10px;
  }
}
.ProfileSteps {
  margin: 0 auto;
  padding: 45px 0 30px 0;
  width: 90%;
}
.ProfileSteps .ant-steps {
  height: 40px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .ProfileSteps {
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .ProfileSteps {
    width: 100%;
  }
}
.RadioGroup .ant-radio-group {
  display: flex;
  width: 100%;
}
.RadioGroup .ant-radio-button-wrapper {
  flex: 1;
}
.RadioGroup .ant-radio-button-wrapper,
.RadioGroup .ant-radio-button-wrapper-checked {
  display: flex;
  justify-content: center;
}
.ProfileFooter {
  padding: 0 80px 50px 80px;
  margin-top: 60px;
  width: 100%;
  font-size: 12px;
}
.ProfileFooter__Wrapper {
  margin: 0 auto;
}
.ProfileFooter__Content {
  line-height: 22px;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 38px;
}
.ProfileFooter__Title {
  display: block;
  margin-bottom: 12px;
  padding-top: 18px;
}
.ProfileFooter .ProfileFooter__Content_Width {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ProfileFooter__Title {
    padding-top: 0;
  }
  .ProfileFooter__Content {
    margin-bottom: 10px;
  }
}
.ProfileFormStepTwo {
  margin-top: 20px;
}
.ProfileFormStepTwo__ButtonsBlock .ant-btn {
  width: 40%;
}
.ProfileFormStepTwo__HeightForm {
  max-width: 600px;
  margin: 0 auto;
  padding-right: 50px;
  display: flex;
  justify-content: flex-start;
  border: 2px solid;
}
@media (max-width: 576px) {
  .ProfileFormStepTwo {
    margin-top: 0;
  }
  .ProfileFormStepTwo .UploadBtn {
    display: flex;
    justify-content: center;
  }
  .ProfileFormStepTwo .ant-form-item-label {
    padding-bottom: 0 !important;
  }
  .ProfileFormStepTwo .ant-form-item {
    margin-bottom: 10px;
  }
}
.ProfileFormButtonsBlock .ant-form-item-control-input-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ProfileFormButtonsBlock .ant-btn {
  flex: 1;
}
.ProfileFormButtonsBlock .ant-btn:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 576px) {
  .ProfileFormButtonsBlock {
    margin-top: 20px;
  }
}
.ProfileFormCard__Download {
  color: #008b7a !important;
}
.ProfileFormCard__UploadDelete {
  color: #ff4d4f !important;
}
.ProfileFormCard__DocumentWrap {
  display: flex;
  align-items: baseline;
}
.ProfileFormCard__DocumentIcon {
  margin-right: 5px;
}
.ProfileFormCard__DocumentLink {
  display: block !important;
  padding: 0 !important;
}
.AddProfileFormConfirmationName {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .AddProfileFormConfirmationName {
    margin-top: 20px;
  }
  .AddProfileFormConfirmationName .ant-form-item-label {
    padding-bottom: 0 !important;
  }
  .AddProfileFormConfirmationName .ant-form-item:last-child {
    margin-bottom: 0;
  }
}
.LoginLayout {
  background: url('/images/login-background.png') no-repeat center center fixed;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.LoginLayout__Content {
  flex: auto;
}
.LoginLayout__Wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.LoginLayout__Logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 55px;
  padding-left: 12px;
  width: 445px;
}
.LoginLayout__LogoDescription {
  padding-top: 12px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
  max-width: 445px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.LoginLayout__LogoDescription_Padding {
  padding-bottom: 39px;
}
.LoginLayout .anticon-global {
  font-size: 18px;
}
.LoginLayout .anticon-down,
.LoginLayout .ant-select-suffix {
  font-size: 12px;
}
.LoginLayout__Footer__Wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.LoginLayout__Footer__Items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.LoginLayout__Footer__Items > div:first-child,
.LoginLayout__Footer__Items > div:last-child {
  display: flex;
  flex: 1;
}
.LoginLayout__Footer__Items > div:first-child {
  justify-content: flex-end;
}
.LoginLayout__Footer__Items > div:last-child {
  justify-content: flex-start;
}
.LoginLayout__Footer__ItemsMobile {
  display: none;
}
.LoginLayout__Footer__Item {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.45);
  padding: 10px 20px 5px;
}
.LoginLayout__Footer__Content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.LoginLayout__Footer__Button {
  display: flex;
  justify-content: flex-end;
  color: #000000;
}
@media (max-width: 992px) {
  .LoginLayout__Wrapper {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .LoginLayout__Logo {
    display: flex;
    justify-content: center;
    padding-left: 50px;
    margin-top: 10px;
  }
  .LoginLayout__Footer__Items {
    display: none;
  }
  .LoginLayout__Footer__ItemsMobile {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .LoginLayout__Footer__Item {
    padding: 0;
    margin-bottom: 5px;
  }
  .LoginLayout__Footer__Item:last-child {
    margin-top: 10px;
    padding: 0 12px;
  }
}
.CustomInputWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 27px;
}
.CustomInputWrapper input::-webkit-outer-spin-button,
.CustomInputWrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.CustomInputWrapper input[type=number] {
  -moz-appearance: textfield;
}
.PageHeaderForm .ant-page-header-heading-title {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  margin: 0;
  letter-spacing: 1px;
}
.PageHeaderForm .ant-page-header,
.PageHeaderForm .site-page-header,
.PageHeaderForm .ant-page-header-ghost,
.PageHeaderForm .ant-page-header-compact {
  padding-bottom: 12px;
  padding-top: 38px;
}
.PageHeaderForm .ant-page-header {
  padding-left: 0;
}
.AccountPrimaryButton .ant-btn {
  width: 100%;
  font-family: Inter, sans-serif;
}
@media (max-width: 992px) {
  .AccountPrimaryButton .ant-btn {
    margin-bottom: 20px !important;
  }
}
.AccountFooterBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 51px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.AccountFooterBlock__Item {
  padding-bottom: 12px;
}
.AccountFooterBlock__Link {
  border-bottom: 1px dashed #91d5ff;
}
.AuthForm .anticon-user {
  color: #008b7a;
}
.AuthForm .ant-tabs-top > .ant-tabs-nav,
.AuthForm .ant-tabs-bottom > .ant-tabs-nav,
.AuthForm .ant-tabs-top > div > .ant-tabs-nav,
.AuthForm .ant-tabs-bottom > div > .ant-tabs-nav {
  margin-bottom: 25px;
}
.AuthForm .AccountFooterBlock {
  padding-top: 0;
  padding-bottom: 0;
}
.AuthForm__Block {
  width: 550px;
  padding: 45px 65px 35px 65px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #ffffff;
}
.AuthForm__LanguagesBox {
  width: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.AuthForm__Title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AuthForm__Title .AuthForm__Title_Text {
  font-size: 30px;
  font-weight: 400;
}
.AuthFormStepTwo .AccountFooterBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 95px;
}
.AuthFormStepTwo .AccountVerification .CustomInputWrapper {
  margin-top: 14px;
}
.HeaderFormWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 14px;
}
.HeaderFormWrapper__Title {
  width: 445px;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 39px;
  padding-left: 12px;
}
@media (max-width: 992px) {
  .AuthForm .ant-form-item {
    margin-bottom: 10px;
  }
  .AuthForm .ant-col-offset-3 {
    margin-left: 5%;
  }
  .AuthForm__Block {
    width: 343px;
    padding: 14px;
  }
  .HeaderFormWrapper__Title {
    padding-left: 50px;
  }
}
.RecoverForm .ant-row,
.RecoverForm .ant-form-item {
  margin-bottom: 0;
}
.RecoverForm .ant-tabs-content-holder {
  margin-bottom: 30px;
}
.RecoverForm .AccountMenu {
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
}
.RecoverForm .anticon-user {
  color: #039281;
}
.RecoverForm__Block {
  width: 550px;
  padding: 45px 65px 35px 65px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #ffffff;
}
.RecoverForm__Title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.RecoverForm__Title .RecoverForm__TitleIcon {
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}
.RecoverForm__Title .RecoverForm__TitleText {
  margin-left: 15px;
  font-size: 30px;
  font-weight: 400;
}
.RecoverFormStepOne__Footer {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.HeaderFormWrapper .ant-typography.ant-typography-secondary {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  font-family: Inter, sans-serif;
}
.HeaderFormWrapper__Title_Padding {
  padding-bottom: 20px;
}
.RecoverFormStepTwo .ant-page-header-heading-title {
  letter-spacing: 0;
}
.RecoverFormStepTwo .ant-row,
.RecoverFormStepTwo .ant-form-item {
  margin-bottom: 0;
}
.RecoverFormStepTwo__Content {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  font-family: Inter, sans-serif;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}
.RecoverFormStepTwo .AccountFooterBlock {
  padding-top: 12px;
  padding-bottom: 51px;
}
.RecoverFormStepTwo .AccountVerification .ant-btn {
  margin-top: 0;
}
.RecoverFormStepThree .ant-row,
.RecoverFormStepThree .ant-form-item {
  margin-bottom: 20px;
}
.RecoverFormStepThree .ant-btn {
  margin-top: 90px;
  margin-bottom: 130px;
}
.RecoverFormStepThree__Title {
  margin-top: 0;
  font-family: Inter, sans-serif;
}
@media (max-width: 992px) {
  .RecoverForm .ant-form-item {
    margin-bottom: 10px;
  }
  .RecoverForm .ant-col-offset-3 {
    margin-left: 5%;
  }
  .RecoverForm .AccountMenu {
    margin-bottom: 10px;
  }
  .RecoverForm__Block {
    width: 343px;
    padding: 14px;
  }
  .RecoverForm__Title {
    margin-bottom: 0;
  }
  .RecoverForm__Title .RecoverForm__TitleIcon {
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
  }
  .RecoverForm__Title .RecoverForm__TitleText {
    margin-left: 15px;
    font-size: 24px;
    font-weight: 400;
  }
  .HeaderFormWrapper__Title {
    padding-left: 50px;
  }
  .RecoverForm__Subtitle {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .AccountFooterBlock {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 10px;
  }
  .AccountFooterBlock:last-child {
    padding-bottom: 0 !important;
  }
  .AccountFooterBlock__Item {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  .RecoverFormStepOne__Footer {
    flex-direction: column;
  }
  .RecoverFormStepTwo__ContentResend {
    font-size: 12px;
  }
  .RecoverFormStepTwo .AccountPrimaryButton {
    margin-top: 10px;
  }
  .RecoverFormStepThree .ant-btn {
    margin-top: 25px;
    margin-bottom: 0 !important;
  }
}
.RegistrationForm .AccountFooterBlock {
  padding-top: 12px;
  padding-bottom: 30px;
}
.RegistrationForm .RegistrationForm__EntityType {
  width: 100%;
  display: flex;
  align-items: center;
}
.RegistrationForm .RegistrationForm__EntityType .RegistrationForm__EntityType_Item {
  padding: 10px 20px;
  flex: 1;
  background: #f0f2f5;
  border-radius: 5px;
  text-align: center;
  color: #8c8c8d;
  transition: 0.4s all ease;
  border: 2px solid #fff;
}
.RegistrationForm .RegistrationForm__EntityType .RegistrationForm__EntityType_Item:not(:last-child) {
  margin-right: 15px;
}
.RegistrationForm .RegistrationForm__EntityType .RegistrationForm__EntityType_Item:hover {
  background: #fff;
  color: #008b7a;
  border: 2px solid #008b7a;
  cursor: pointer;
  transition: 0.4s all ease;
}
.RegistrationForm .RegistrationForm__EntityType .RegistrationForm__EntityType_Item:hover .EntityType__Item_Icon {
  fill: #008b7a;
}
.RegistrationForm .RegistrationForm__EntityType .RegistrationForm__EntityType_Item p {
  margin: 0;
}
.RegistrationForm .RegistrationForm__EntityType .EntityType__Item_Icon {
  fill: #8c8c8d;
}
.RegistrationForm .RegistrationForm__EntityType .EntityType__Item_Active {
  background: #fff;
  color: #008b7a;
  border: 2px solid #008b7a;
}
.RegistrationForm .RegistrationForm__EntityType .EntityType__Item_Active .EntityType__Item_Icon {
  fill: #008b7a;
}
.RegistrationForm__Block {
  width: 550px;
  padding: 45px 65px 35px 65px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #ffffff;
}
.RegistrationForm__Title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.RegistrationForm__Title .RegistrationForm__TitleIcon {
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}
.RegistrationForm__Title .RegistrationForm__TitleText {
  margin-left: 15px;
  font-size: 30px;
  font-weight: 400;
}
.ant-row,
.ant-form-item {
  margin-bottom: 12px;
}
.AccountFooterBlock {
  padding-top: 12px;
  padding-bottom: 30px;
}
.anticon-user {
  color: #039281;
}
.RegistrationFormStepFour .ant-btn {
  margin-top: 59px;
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .RegistrationForm .ant-form-item {
    margin-bottom: 10px;
  }
  .RegistrationForm .ant-col-offset-3 {
    margin-left: 5%;
  }
  .RegistrationForm .AccountMenu {
    margin-bottom: 10px;
  }
  .RegistrationForm .AccountPrimaryButton .ant-btn {
    margin-top: 10px;
  }
  .RegistrationForm__Block {
    width: 355px;
    padding: 16px;
  }
  .RegistrationForm__Title {
    margin-bottom: 0;
  }
  .RegistrationForm__Title .RegistrationForm__TitleIcon {
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
  }
  .RegistrationForm__Title .RegistrationForm__TitleText {
    margin-left: 15px;
    font-size: 24px;
    font-weight: 400;
  }
}
.AccountMenu {
  width: 100%;
}
.AccountMenu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
.AccountMenu .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
  margin-left: 0;
}
.AccountMenu .ant-menu-horizontal {
  margin-bottom: 20px;
}
.AccountMenu .anticon-user {
  color: #039281;
}
.AccountMenu ul {
  display: flex;
  justify-content: space-evenly;
}
.AccountMenu ul:before {
  display: none;
}
.AccountFastRegistration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.AccountFastRegistration__Item {
  margin-right: 16px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}
.AccountFastRegistration__Item .anticon {
  color: rgba(0, 0, 0, 0.45);
  font-size: 22px;
}
.AccountFastRegistration__Icons {
  display: flex;
}
.AccountFastRegistration__Icons {
  display: flex;
  align-items: center;
}
.AccountFastRegistration__Icons .anticon {
  color: #8c8c8c;
  font-size: 22px;
}
.AccountFastRegistration__Icons .AccountFastRegistration__Icons_Item {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.AccountFastRegistration__Icons .AccountFastRegistration__Icons_Vkontakte {
  width: 100%;
  height: 100%;
  margin-bottom: 3px;
}
@media (max-width: 992px) {
  .AccountFastRegistration {
    flex-direction: column;
  }
  .AccountFastRegistration__Icons {
    margin-top: 10px;
  }
}
.AccountRememberUser {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AccountRememberUser__Wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AccountRememberUser__Item {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.65);
}
.AccountRememberUser_Color {
  color: #039281;
}
.AccountRememberUser .ant-switch {
  margin-right: 14px;
}
.AccountPhoneInput {
  width: 100%;
}
.AccountPhoneInput .ant-input-group-addon {
  overflow: hidden;
}
.AccountPhoneInput .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  display: flex;
  align-items: center;
  height: 38px;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  outline: none;
}
.AccountPhoneInput .ant-input-affix-wrapper-lg {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  font-family: Roboto, sans-serif;
}
.AccountPhoneInput .ant-input-affix-wrapper > input.ant-input {
  padding-left: 5px;
}
.AccountPhoneInput .ant-select-selection-search {
  display: flex;
  justify-content: center;
  align-items: center;
}
.AccountPhoneInput .AccountPhoneInput__Prefix {
  position: relative;
}
.AccountPhoneInput .AccountPhoneInput__Prefix .AccountPhoneInput__Span {
  position: absolute;
  top: -10%;
  right: 0;
  color: #d9d9d9;
}
.ant-input-group-wrapper .AccountPhoneInput__PrefixInput {
  top: -2px;
  height: 30px;
  padding: 2px 7px !important;
  text-align: center;
  border: none !important;
}
.ant-input-group-wrapper .AccountPhoneInput__PrefixInput .ant-input-suffix {
  padding: 0 !important;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-group-wrapper-lg .AccountPhoneInput__PrefixInput {
  height: 40px !important;
}
.AccountPhoneInput__AutoComplete .ant-select-item-option:hover,
.AccountPhoneInput__AutoComplete .ant-select-item-option-selected:hover {
  background-color: #b8ccc6 !important;
}
.AccountPhoneInput__AutoComplete .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: transparent;
}
.AccountSteps .ant-steps-item-title {
  font-family: Inter, sans-serif;
  font-size: 12px;
}
.AccountSteps .anticon {
  font-size: 14px;
}
.AccountSteps .ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
  top: -3px;
}
.AccountSteps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #039281;
}
.AccountSteps .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #039281;
}
.AccountSteps .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.AccountSteps .ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.45);
}
@media (max-width: 992px) {
  .AccountSteps .ant-steps-item:first-child .ant-steps-item-title:after {
    left: 110%;
  }
  .AccountSteps .ant-steps-item:nth-child(2) {
    margin-left: -25px;
  }
  .AccountSteps .ant-steps-item-title {
    padding-right: 5px;
  }
  .AccountSteps .ant-steps-item-title:after {
    width: 15px;
  }
  .AccountSteps .ant-steps-item-custom {
    padding-left: 5px !important;
  }
}
.RegistrationRadio {
  width: 100%;
}
.RegistrationRadio .ant-radio-group {
  display: flex;
  width: 100%;
}
.RegistrationRadio .ant-radio-button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.RegistrationAgreed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-top: 19px;
}
.RegistrationAgreed .ant-switch {
  margin-right: 12px;
}
@media (max-width: 992px) {
  .RegistrationAgreed {
    font-size: 12px;
  }
}
.RegistrationSelect .ant-select-selection-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.AccountVerification {
  position: relative;
}
.AccountVerification .ant-row,
.AccountVerification .ant-form-item {
  margin-bottom: 0;
}
.AccountVerification .ant-btn {
  margin: 30px 0;
}
.AccountVerification .ant-spin {
  position: absolute;
  left: 48%;
}
.AccountVerification .ant-form-item-explain,
.AccountVerification .ant-form-item-explain-error {
  text-align: center;
}
.SmsStatus__Box {
  margin: 10px 0;
}
.SmsStatus__Success {
  color: #008b7a;
}
.SmsStatus__Error {
  color: #ff0000;
}
@media (max-width: 992px) {
  .AccountVerification .CustomInputWrapper {
    margin-top: 10px;
  }
}
.ProfilesItemList {
  padding: 24px;
}
.ProfilesItemList .ant-list-item-action {
  margin: 0;
}
.ProfilesItemList .ant-list-item-action-split {
  display: none;
}
.ProfilesItemList .ant-btn-default {
  color: #039281;
  border: none;
  box-shadow: none;
}
.ProfilesItemList .ProfileCardTag .ant-tag-cyan {
  margin: 0;
}
.ProfilesItemList .ant-btn {
  padding: 0 5px;
}
.ProfilesItemList .ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 4px;
}
.ProfilesItemList .anticon .anticon-setting {
  color: #039281;
}
.ProfilesItemList .ant-btn-dangerous {
  color: #ff4d4f;
}
.ProfilesItemList .ant-list-split .ant-list-item:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.ProfilesItemList_Actions {
  display: flex;
  align-items: center;
}
.ProfilesItemList_Actions > *:not(:last-child) {
  margin-right: 10px;
}
.ProfileUpgradeBtn .ant-btn,
.ProfileUpgradeBtn .ant-btn-dashed,
.ProfileUpgradeBtn .ant-btn-sm {
  color: #006d75;
  border-color: #006d75;
}
.PageHeaderAdditions {
  margin-left: -18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.PageHeaderAdditions ul {
  display: flex;
  flex: 1;
}
.PageHeaderAdditions .ant-menu {
  border-bottom: none;
}
.PageHeaderAdditions__BtnBlock {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.PageHeaderAdditions__BtnBlock .ant-btn {
  margin-left: 12px;
}
.PageHeaderAdditions__BtnBlock .ant-btn:disabled {
  background: #bfbfbf;
  border: 1px solid #ffffff;
  color: white;
}
.PageHeaderAdditions__BtnBlock .anticon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
}
@media (max-width: 576px) {
  .PageHeaderAdditions__BtnBlock {
    margin-bottom: 0;
  }
}
.ProfileStatus {
  display: inline;
  padding-left: 5px;
  vertical-align: middle;
  color: #039281;
}
.ProfileStatus .anticon {
  font-size: 16px;
}
.ProfileStatus .anticon-warning {
  color: #fadb14;
}
.AccountPasswordInput .anticon {
  color: #039281;
}
.ProfilesCreate {
  background: #d9d9d9;
}
.ProfilesCreate h1 {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding-top: 26px;
}
.ProfilesCreate__Wrapper {
  margin: 24px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 95vh;
}
.ProfilesCreate__Container {
  flex: auto;
  width: 80%;
  max-width: 1200px;
}
.ProfilesCreate__Footer {
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .ProfilesCreate h1 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 0;
  }
  .ProfilesCreate__Wrapper {
    margin: 0;
  }
  .ProfilesCreate__Container {
    width: 100%;
    padding: 20px 20px 0 20px;
  }
  .ProfilesCreate .Profile {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .Profile__MobileDivider {
    display: none !important;
  }
}
.PawButton {
  display: inline-block;
}
.PawButton__Icon {
  vertical-align: text-top;
}
.PawButton__Title {
  margin-left: 8px;
}
.ProfileHeaderTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ProfileHeaderTitle .anticon {
  font-size: 12px;
  vertical-align: initial;
  color: rgba(0, 0, 0, 0.45);
}
.ProfileHeaderTitle .Name {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
.ProfileHeaderTitle .Description {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.45);
}
.ProfileHeaderTitle .ProgressBlock__Description {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}
.ProfileHeaderTitle .ProgressBlock .ant-progress-text {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.45);
}
.ProfileHeaderTitle__List {
  width: 300px;
}
.ProfileHeaderTitle__List .ant-dropdown-menu-items {
  margin: 0;
  padding: 0 20px;
}
.ProfileHeaderTitle__Dropdown[disabled] {
  cursor: default;
}
.ProfileHeaderTitle__Actions {
  display: none;
}
@media (max-width: 1080px) {
  .ProfileHeaderTitle__ProfileWrapper {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .ProfileHeaderTitle {
    width: 100%;
    flex-direction: column;
  }
  .ProfileHeaderTitle > * {
    width: 100%;
    margin-bottom: 10px;
  }
  .ProfileHeaderTitle__ProfileWrapper {
    display: flex;
    justify-content: space-between;
  }
  .ProfileHeaderTitle__Actions {
    display: flex;
    margin-top: 5px;
  }
  .ProfileHeaderTitle__Actions_Setting {
    margin-right: 5px;
  }
  .ProfileHeaderTitle__Actions_Setting .anticon {
    color: #222222;
    font-size: 18px;
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
  .ProfileHeaderTitle__Actions_Setting:hover .anticon,
  .ProfileHeaderTitle__Actions_Setting:active .anticon {
    color: #008B7A;
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  }
}
.ProfileHeaderBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ProfileHeaderBottom .ant-menu-horizontal {
  border: none;
}
.ProfileHeaderBottom__BtnBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.ProfileHeaderBottom__BtnBlock .ant-btn {
  margin-left: 8px;
}
.ProfileHeaderBottom__Wrap {
  flex: 1;
}
@media (max-width: 992px) {
  .ProfileHeaderBottom {
    width: 100%;
    margin-bottom: 5px;
  }
  .ProfileHeaderBottom .ProfileHeaderBottom__BtnBlock {
    display: none;
  }
  .ProfileHeaderBottom__Wrap {
    flex: 1;
    max-width: 100%;
  }
  .ProfileHeaderBottom__Wrap .ant-menu-overflow-item {
    padding: 0 12px !important;
  }
  .ProfileHeaderBottom__Wrap .ant-menu-overflow-item:after {
    right: 12px !important;
    left: 12px !important;
  }
  .ProfileHeaderBottom__Wrap .ant-menu-overflow {
    display: flex;
    justify-content: center;
  }
}
.ProfileMedicalCard {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
}
.ProfileMedicalCard .anticon-lock {
  margin-left: auto;
  font-size: 22px;
  font-weight: 700;
  color: #d75353 !important;
}
.ProfileMedicalCard .ant-collapse-header {
  background: #eff8f7;
}
.ProfileMedicalCard .ant-collapse {
  border: 1px solid #f0f0f0;
}
.ProfileMedicalCard .ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #f0f0f0;
}
.ProfileMedicalCard .ant-collapse > .ant-collapse-item:last-child {
  border: none;
}
.ProfileMedicalCard .ant-collapse-content {
  border-top: 1px solid #f0f0f0;
}
.ProfileMedicalCard .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  display: flex;
  align-items: center;
}
.ProfileMedicalCard .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  color: #039281;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ProfileMedicalCard .ant-card-head {
  border: 1px solid #f0f0f0;
}
.ProfileMedicalCard .ant-btn-dashed {
  color: #039281;
  border-color: #039281;
}
.ProfileMedicalCard__Btn .ant-btn-dashed {
  margin: 13px 0;
}
.ProfileMedicalCard__Wrapper {
  width: 100%;
}
.ProfileMedicalCard__Wrapper .ant-card-extra {
  padding: 0;
  color: #039281;
  border: none;
}
.ProfileMedicalCard__Wrapper .ant-card-extra .anticon {
  margin-left: 11px;
  cursor: pointer;
}
.ProfileMedicalCard__Wrapper .ant-card-body {
  padding: 0;
}
.ProfileMedicalCard__Title {
  display: flex;
  align-items: center;
}
.ProfileMedicalCard__TitleIcon {
  margin-right: 5px;
}
.ProfileMedicalCard__TitleIcon img {
  width: 17px;
  height: 17px;
}
.ProfileMedicalCard__Body {
  padding: 24px;
}
.ProfileMedicalCard__Body .ant-descriptions,
.ProfileMedicalCard__Body .ant-descriptions-bordered {
  margin-bottom: 8px;
}
.ProfileMedicalCard .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.ProfileMedicalCardLimited {
  background-color: rgba(225, 223, 223, 0.32) !important;
}
.ProfileMedicalCard__Pagination {
  margin-top: 13px !important;
}
.ProfileMedicalCard__Spin {
  margin-top: 30px !important;
}
.FormFooter__Save .anticon-lock {
  color: red;
}
@media (max-width: 992px) {
  .ProfileMedicalCard {
    margin-bottom: 10px;
  }
  .ProfileMedicalCard__Wrapper .ant-card-head {
    padding: 0 12px;
  }
  .ProfileMedicalCard__Wrapper .ant-collapse-header {
    padding-left: 12px !important;
  }
  .ProfileMedicalCard__Wrapper .ant-collapse-header .ant-collapse-arrow {
    font-size: 18px !important;
    margin-right: 8px !important;
  }
  .ProfileMedicalCard__Wrapper .ant-collapse-content-box {
    padding: 0 !important;
  }
  .ProfileMedicalCard__Body {
    padding: 10px;
  }
  .ProfileMedicalCard__Body .ant-descriptions,
  .ProfileMedicalCard__Body .ant-descriptions-bordered {
    margin-bottom: 8px;
  }
  .ProfileMedicalCard__Body .ant-descriptions-item-label {
    padding: 12px !important;
  }
  .ProfileMedicalCard__Body .ant-descriptions-item-content {
    padding: 12px !important;
  }
  .ProfileMedicalCard__Btn {
    width: 100%;
    padding: 0 10px;
  }
  .ProfileMedicalCard__Btn .ant-btn-dashed {
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 576px) {
  .ProfileMedicalCard__Title {
    margin-right: 20px;
  }
}
.ant-collapse-header-text {
  width: 100%;
}
.ProfileMedicalCardTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 24px 4px 6px;
  background: #eff8f7;
}
.ProfileMedicalCardTitle .DescriptionBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ProfileMedicalCardTitle .DescriptionBlock__Diagnosis {
  margin-right: 12px;
  font-size: 16px;
  line-height: 24px;
}
.ProfileMedicalCardTitle .DescriptionBlock__Update {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.45);
}
.ProfileMedicalCardTitle .ExtraBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  width: 200px;
}
.ProfileMedicalCardTitle .ExtraBlock .anticon {
  cursor: pointer;
}
.ProfileMedicalCardTitle .ExtraBlock .ant-btn {
  padding: 0;
  color: #039281;
  border: none;
}
.ProfileMedicalCardTitle .ExtraBlock .anticon-eye {
  margin-right: 10px;
}
.ProfileMedicalCardTitle .ExtraBlock .anticon-pause {
  color: #039281;
}
.ProfileMedicalCardTitle .ExtraBlock .anticon-edit {
  margin: 0 10px;
}
.ProfileMedicalCardTitle .ExtraBlock .anticon-exclamation-circle {
  font-size: 20px;
  color: #d46b08 !important;
  margin: 0 10px;
}
.ProfileMedicalCardTitle .ExtraBlock .anticon-delete {
  margin: 0;
}
.ProfileMedicalCardTitle .ExtraBlock__BtnTitle {
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 992px) {
  .DescriptionBlock {
    flex-direction: column;
    align-items: flex-start !important;
    margin-right: 5px;
  }
  .DescriptionBlock__Diagnosis {
    margin-right: 0 !important;
  }
  .ExtraBlock .anticon-delete {
    font-size: 18px;
  }
  .ExtraBlock .anticon-pause {
    color: #039281;
  }
  .ExtraBlock .anticon-edit {
    font-size: 18px;
  }
  .ProfileMedicalCardTitle {
    padding-right: 12px;
    padding-left: 0;
  }
  .ProfileMedicalCardTitle .ExtraBlock {
    width: 100px;
  }
  .ProfileMedicalCardTitle .ExtraBlock__BtnTitle {
    display: none;
  }
}
.ProfileSideActionBlock {
  display: flex;
  justify-content: center;
}
.ProfileSideActionBlock__ItemBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ProfileSideActionBlock__Header {
  font-size: 14px;
  line-height: 22px;
}
.ProfileSideActionBlock__Body {
  display: flex;
  justify-content: space-between;
  justify-content: space-around;
  align-items: center;
  height: 29px;
}
.ProfileSideActionBlock__Body div {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
}
.ProfileSideActionBlock__Body strong {
  font-size: 24px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
}
.ProfileSideActionBlock .ProfileCardTag .ant-tag {
  margin: 0;
}
.ProfileSideActionBlock .ant-btn {
  font-size: 10px;
  color: #039281;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border-color: #039281;
}
.heartbeat {
  -webkit-animation: heartbeat 2s ease-in-out infinite both;
  animation: heartbeat 2s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(1.21);
    transform: scale(1.21);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  15% {
    -webkit-transform: scale(1.13);
    transform: scale(1.13);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  28% {
    -webkit-transform: scale(1.27);
    transform: scale(1.27);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(1.21);
    transform: scale(1.21);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  15% {
    -webkit-transform: scale(1.13);
    transform: scale(1.13);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  28% {
    -webkit-transform: scale(1.27);
    transform: scale(1.27);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.2);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.ProfileFormDrawer .ant-typography.ant-typography-secondary {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 93px;
}
.ProfileFormDrawer__Footer {
  display: flex;
  flex-direction: column;
}
.ProfileFormDrawer__Footer .ant-btn {
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .ProfileFormDrawer .ant-typography .ant-typography-secondary {
    font-size: 14px;
  }
}
.ProfileFormPhoneField {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.ProfileFormPhoneField .ant-btn {
  margin-left: 8px;
}
.ProfileFormEmailField {
  display: flex;
}
.ProfileFormEmailField .ant-btn {
  margin-left: 8px;
}
.ProfileInfoSwitcher {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ProfileInfoSwitcher .ant-switch {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 66px;
}
.ProfileInfoDrawer__CardBlock {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-top: 24px;
  justify-content: center;
}
.ProfileInfoDrawer__CardBlock > * {
  flex: 1;
}
.ProfileInfoDrawer__CardBlock > * > * {
  width: 100%;
}
.ProfileInfoDrawer__Wrapper {
  padding: 5px;
}
.ProfileInfoDrawer__Card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-width: 100%;
  height: 148px;
  background: #fafafa;
  border: 2px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  opacity: 0.7;
}
.ProfileInfoDrawer__Card .anticon {
  font-size: 64px;
}
.ProfileInfoDrawer__Card div img {
  width: 64px;
  height: 64px;
}
.ProfileInfoDrawer__Card_Width {
  width: 50%;
}
.ProfileInfoDrawer__Card:hover {
  border: 2px solid #039281;
}
.ProfileInfoDrawer__Card_active {
  background: #e6f7ff;
  border: none;
  opacity: 1;
}
.ProfileInfoDrawer__CardTitle {
  margin-top: 10px;
  text-align: center;
}
.ProfileInfoDrawer__Footer .ant-btn {
  width: 100%;
}
.ProfileInfoDrawer__Card_Disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.ProfileInfoDrawer__Card_Disabled:hover {
  border: 2px dashed #d9d9d9;
}
@media (max-width: 768px) {
  .ProfileInfoDrawer .ant-drawer-body {
    padding: 16px;
  }
}
.ProfileSideForm .ant-form-item {
  margin-bottom: 16px;
}
.ProfileSideForm__Label .ant-typography,
.ProfileSideForm__Label .ant-typography-secondary {
  margin-left: 5px;
}
.ProfileSideForm__Description {
  margin-bottom: 12px;
}
.ProfileSideForm__Wrapper {
  width: 100%;
  padding: 16px;
  background: #fafafa;
}
.ProfileSideForm__Email .ant-input-group-addon:first-child {
  display: none;
}
.ProfileSettingsHeader {
  color: #8c8c8c;
}
.ProfileSettingsHeader__SubTitle {
  margin-left: 60px;
}
.ProfileSettingsHeader__SubTitle .anticon {
  margin-right: 9px;
  color: #039281;
}
.ProfileSettingsHeader_WithMenu .ant-page-header {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .ProfileSettingsHeader__SubTitle {
    margin-left: 0;
  }
}
.ProfileSettingsSidebar {
  min-width: 224px;
  padding-top: 20px;
  background-color: #ffffff;
  border-right: 1px solid #f0f0f0;
}
.ProfileSettingsSidebar .ant-menu {
  border: none;
}
.ProfileSettingsSidebar .ant-menu-item-selected {
  background: none !important;
}
.ProfileSettingsSidebar .ant-menu-item-selected::after {
  transform: scaleY(1) !important;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .ProfileSettingsSidebar {
    margin-bottom: 10px;
    padding-top: 0;
  }
}
.ProfileSettings {
  padding-top: 24px;
  padding-bottom: 318px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .ProfileSettings {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ProfileSettingContentHeader {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    border-bottom: solid 1px #f5f5f5;
    padding-bottom: 10px;
  }
  .ProfileSettingContentHeader__Wrapper {
    display: flex;
    width: 100%;
  }
  .ProfileSettingContentHeader__Left {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .ProfileSettingContentHeader__Right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 10px;
  }
  .ProfileSettingContentHeader__Title {
    font-size: 20px;
    font-weight: 600;
  }
  .ProfileSettingContentHeader__Tariffs {
    display: flex;
    flex-direction: column;
  }
  .ProfileSettingContentHeader__Tariffs .ant-typography-secondary {
    font-size: 14px;
    font-weight: 400;
  }
  .ProfileSettingContentHeader__Title_Parent {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .ProfileSettingContentHeader__MyProfile {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .ProfileSettingContentHeader__MyProfile .anticon {
    margin-right: 10px;
    color: #008b7a;
  }
}
.ProfileSettingsRemoval {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ProfileSettingsRemoval__Item {
  display: flex;
  padding: 10px;
}
.ProfileSettingsRemoval__Item_Dark {
  background-color: #f5f5f5;
}
.ProfileSettingsRemoval__ItemContentTitle {
  font-weight: 600;
  margin-bottom: 10px;
}
.ProfileSettingsRemoval__Action {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .ProfileSettingsRemoval {
    padding: 0;
  }
  .ProfileSettingsRemoval__Item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.ProfileSettingsForm {
  margin-bottom: 110px;
  width: 100%;
}
.ProfileSettingsForm__Diary {
  width: 55%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.ProfileSettingsForm__PasswordResultSuccess {
  margin-left: 15px;
  color: #389e0d;
}
.ProfileSettingsForm__EmailWrapper,
.ProfileSettingsForm__PhoneWrapper {
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  .ant-form-item {
    margin-bottom: 10px !important;
  }
  .ProfileSettingsForm {
    margin-bottom: 60px;
  }
  .ProfileSettingsFrom__Submit {
    width: 100%;
    margin-top: 16px;
  }
  .ProfileSettingsForm__EmailWrapper,
  .ProfileSettingsForm__PhoneWrapper {
    margin-bottom: 0 !important;
  }
  .ProfileSettingsForm__CodeButton {
    width: 100%;
  }
}
.ProfileSettingsSocial {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
}
.ProfileSettingsSocial__ListWrapper .ant-list-item-action .ant-btn {
  margin-left: 16px;
  padding: 0;
}
@media (max-width: 992px) {
  .ProfileSettingsSocial__ListWrapper {
    display: flex;
    min-width: 100% !important;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .ProfileSettingsSocial__ListWrapper .ant-btn {
    padding: 0 10px;
  }
  .ProfileSettingsSocial__ListWrapper > .ant-btn:not(:first-child) {
    margin-left: 5px;
  }
  .ProfileSettingsSocial {
    padding: 10px 0;
  }
  .ProfileSettingsSocial .ant-list-item-action {
    width: 100%;
  }
  .ProfileSettingsSocial .ant-list-item-action > li {
    width: 100%;
  }
  .ProfileSettingsSocial .ant-list-item {
    flex-direction: column;
  }
  .ProfileSettingsSocial .ant-list-item > * {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .ProfileSettingsSocial__ListWrapper {
    justify-content: space-between;
  }
  .ProfileSettingsSocial__ListWrapper > * {
    flex: 1;
  }
  .ProfileSettingsSocial__ListWrapper > * > button {
    width: 100%;
  }
  .ProfileSettingsSocial__ListWrapper > .ant-btn:first-child {
    margin-left: 0;
  }
  .ProfileSettingsSocial .ant-pagination {
    display: flex;
    justify-content: center;
  }
  .ProfileSettingsSocial .ant-pagination-prev,
  .ProfileSettingsSocial .ant-pagination-next {
    width: 32px!important;
    min-width: 20px!important;
  }
  .ProfileSettingsSocial .ant-pagination-item {
    width: 32px!important;
    min-width: 20px!important;
  }
  .ProfileSettingsSocial .ant-pagination-item a {
    padding: 0!important;
  }
}
.ProfileSettingsSecurity {
  padding: 24px;
}
.ProfileSettingsSecurity__Drawer .ant-drawer-header {
  padding-right: 40px !important;
}
.ProfileSecurity__ListActions .ant-list-item-action .ant-btn {
  margin-left: 16px;
  padding: 0;
}
@media (max-width: 992px) {
  .ProfileSettingsSecurity .ant-list-item-action {
    width: 100%;
  }
  .ProfileSettingsSecurity .ant-list-item-action > li {
    width: 100%;
  }
  .ProfileSettingsSecurity .ant-list-item {
    flex-direction: column;
  }
  .ProfileSettingsSecurity .ant-list-item > * {
    width: 100%;
  }
  .ProfileSecurity__ListActions {
    align-items: center;
    display: flex;
    min-width: 100% !important;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .ProfileSecurity__ListActions .ant-btn {
    padding: 0 10px;
  }
  .ProfileSecurity__ListActions > .ant-btn:not(:first-child) {
    margin-left: 5px;
  }
  .ProfileSecurity__ListActions > *:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 576px) {
  .ProfileSecurity__ListActions {
    justify-content: center;
  }
  .ProfileSecurity__ListActions > .ant-btn {
    flex: 1;
  }
  .ProfileSecurity__ListActions > .ant-btn:first-child {
    margin-left: 0;
  }
}
.ProfileSettingsAccessMenu .ant-menu {
  border-bottom: none;
}
@media (max-width: 992px) {
  .ProfileSettingsAccessMenu {
    width: 100%;
  }
  .ProfileSettingsAccessMenu > ul {
    justify-content: space-around;
  }
  .ProfileSettingsAccessMenu > ul:before {
    display: none;
  }
}
.ProfileSettingsAccess {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 16px 24px;
}
.ProfileSettingsAccess__Header {
  display: flex;
}
.ProfileSettingsAccess__NewSubject {
  margin-right: 8px;
}
.ProfileSettingsAccess__Types,
.ProfileSettingsAccess__Roles {
  margin-left: auto;
}
.ProfileSettingsAccess__Export {
  margin-left: 8px;
}
.ProfileSettingsAccess__Main {
  margin-top: 16px;
}
.ProfileSettingsAccess__List .ant-list-item-action {
  margin: 0;
}
.ProfileSettingsAccess__List .ant-list-item-action li {
  padding: 0;
}
.ProfileSettingsAccess__List .ant-list-item-action-split {
  display: none;
}
.ProfileSettingsAccess__ListWrapper .ant-list-item-action .ant-btn {
  margin-left: 16px;
  padding: 0;
}
.ProfileSettingsAccess__Title {
  display: flex;
  align-items: center;
}
.ProfileSettingsAccess__Title .anticon {
  color: #039281;
}
.ProfileSettingsAccess__Title_Warning .anticon {
  color: #fa8c16;
}
.ProfileSettingsAccess__Name {
  margin-right: 4px;
}
.ProfileSettingsAccess__Name > a {
  cursor: pointer;
}
.ProfileSettingsAccess__Type {
  margin-left: 4px;
  color: #8c8c8c;
}
.ProfileSettingsAccess__Content {
  text-align: center;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .ProfileSettingsAccess .ant-list-item {
    flex-direction: column;
  }
  .ProfileSettingsAccess .ant-list-item > * {
    width: 100%;
  }
  .ProfileSettingsAccess__Header {
    flex-direction: column;
  }
  .ProfileSettingsAccess__Header > button {
    width: 100%;
  }
  .ProfileSettingsAccess__Header .ProfileSettingsAccess__NewSubject {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ProfileSettingsAccess {
    padding: 10px 0;
  }
  .ProfileSettingsAccess__Content {
    text-align: left;
    padding-left: 48px;
  }
  .ProfileSettingsAccess__List .ant-list-item-action {
    width: 100%;
  }
  .ProfileSettingsAccess__List .ant-list-item-action > li {
    width: 100%;
  }
  .ProfileSettingsAccess__ListWrapper {
    display: flex;
    min-width: 100%!important;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .ProfileSettingsAccess__ListWrapper .ant-btn {
    padding: 0 10px;
  }
  .ProfileSettingsAccess__ListWrapper > .ant-btn:not(:first-child) {
    margin-left: 5px;
  }
  .ProfileSettingsAccess__ListWrapperAccept {
    display: flex;
    min-width: 100%!important;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .ProfileSettingsAccess__ListWrapperAccept .ant-btn {
    padding: 0 10px;
  }
  .ProfileSettingsAccess__ListWrapperAccept > .ant-btn:not(:first-child) {
    margin-left: 5px;
  }
}
@media (max-width: 576px) {
  .ProfileSettingsAccess__ListWrapper {
    justify-content: space-between;
  }
  .ProfileSettingsAccess__ListWrapper > .ant-btn {
    flex: 1;
  }
  .ProfileSettingsAccess__ListWrapper > .ant-btn:first-child {
    margin-left: 0;
  }
  .ProfileSettingsAccess__ListWrapperAccept {
    justify-content: space-between;
  }
  .ProfileSettingsAccess__ListWrapperAccept > .ant-btn {
    flex: 1;
  }
  .ProfileSettingsAccess__ListWrapperAccept > .ant-btn:first-child {
    margin-left: 0;
  }
  .ProfileSettingsAccess__Main .ant-pagination {
    display: flex;
    justify-content: center;
  }
  .ProfileSettingsAccess__Main .ant-pagination-prev,
  .ProfileSettingsAccess__Main .ant-pagination-next {
    width: 32px!important;
    min-width: 20px!important;
  }
  .ProfileSettingsAccess__Main .ant-pagination-item {
    width: 32px!important;
    min-width: 20px!important;
  }
  .ProfileSettingsAccess__Main .ant-pagination-item a {
    padding: 0!important;
  }
}
.AccessDrawer__Image {
  margin-top: 118px;
  text-align: center;
}
.AccessDrawer__Image_Success {
  margin-top: 10px;
}
.AccessDrawer__Footer {
  display: flex;
  margin: 20px 0px;
}
.AccessDrawer__Cancel {
  min-width: 89px;
}
.AccessDrawer__Next {
  flex-grow: 1;
  margin-left: 8px;
}
.AccessDrawer__List .AccessDrawer__Item {
  padding: 12px;
  cursor: pointer;
}
.AccessDrawer__List .AccessDrawer__Item:hover {
  background-color: #f5f5f5;
}
.AccessDrawer__List .AccessDrawer__Meta {
  align-items: center;
}
.AccessDrawer__List .AccessDrawer__Item_Active {
  background-color: #fafafa;
}
.AccessDrawer .ant-input[disabled] {
  color: inherit;
}
.AccessDrawer__SuccessText {
  margin-top: 50px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}
.ProfileSettingsPayment {
  padding: 24px;
}
.ProfileSettingsPayment__ErrorTitle {
  margin-left: 4px;
  color: #ff4d4f;
}
.ProfileSettingsPayment__Content {
  margin-right: 57px;
}
.ProfileSettingsPayment__AddPayment {
  display: block !important;
  margin: 0 auto;
  margin-top: 12px;
}
.ProfileFormDrawer__CreateCreditCardBtn {
  width: 100%;
}
@media (max-width: 992px) {
  .ProfileSettingsPayment {
    padding: 10px 0;
  }
  .ProfileSettingsPayment .ant-list-item-action {
    width: 100%;
  }
  .ProfileSettingsPayment .ant-list-item-action > li {
    width: 100%;
  }
  .ProfileSettingsPayment .ant-list-item {
    flex-direction: column;
  }
  .ProfileSettingsPayment .ant-list-item > * {
    width: 100%;
  }
  .ProfileSettingsHeader {
    width: 100%;
  }
  .ProfileSettingsHeader .ant-pagination {
    display: flex;
    justify-content: center;
  }
  .ProfileSettingsHeader .ant-pagination-prev,
  .ProfileSettingsHeader .ant-pagination-next {
    width: 32px!important;
    min-width: 20px!important;
  }
  .ProfileSettingsHeader .ant-pagination-item {
    width: 32px!important;
    min-width: 20px!important;
  }
  .ProfileSettingsHeader .ant-pagination-item a {
    padding: 0!important;
  }
}
@media (max-width: 992px) {
  .ProfileSettingsPaymethod__ListWrapper {
    display: flex;
    min-width: 100%!important;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .ProfileSettingsPaymethod__ListWrapper .ant-btn {
    padding: 0 10px;
  }
  .ProfileSettingsPaymethod__ListWrapper > .ant-btn:not(:first-child) {
    margin-left: 5px;
  }
}
@media (max-width: 576px) {
  .ProfileSettingContentHeader__AddCard {
    width: 100%;
  }
  .ProfileFormDrawer__CreateCreditCard .ant-drawer-body {
    padding: 10px;
  }
  .ProfileFormDrawer__CreateCreditCard .ant-drawer-header {
    padding-left: 10px;
  }
  .ProfileSettingsPaymethod__ListWrapper {
    justify-content: space-between;
  }
  .ProfileSettingsPaymethod__ListWrapper > .ant-btn {
    flex: 1;
  }
  .ProfileSettingsPaymethod__ListWrapper > .ant-btn:first-child {
    margin-left: 0;
  }
}
.ProfileSettingsOrders .ant-tag {
  margin: 0;
}
.ProfileSettingsOrders .ant-btn {
  padding: 0;
}
.ProfileSettingsOrders .ant-pagination {
  margin-right: 15px !important;
}
@media (max-width: 576px) {
  .ProfileSettingsOrders {
    margin-bottom: 40px;
  }
  .ProfileSettingsOrders .ant-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-right: 0 !important;
  }
  .ProfileSettingsOrders .ant-pagination-prev,
  .ProfileSettingsOrders .ant-pagination-next {
    max-width: 32px;
    flex: auto;
    width: 32px !important;
    min-width: 20px !important;
  }
  .ProfileSettingsOrders .ant-pagination-item {
    max-width: 32px;
    flex: auto;
    width: 32px !important;
    min-width: 20px !important;
  }
  .ProfileSettingsOrders .ant-pagination-item a {
    padding: 0 !important;
  }
}
.ProfileSettingsBilling__Text {
  margin-right: 10px;
}
.ProfileSettingsBilling__ListWrapper .ant-list-item-action .ant-btn {
  margin-left: 16px;
  padding: 0;
}
.ProfilesItemList .ant-list-item-action {
  margin: 0;
}
.ProfilesItemList .ant-list-item-action li {
  padding: 0;
}
.ProfilesItemList .ant-list-item-action-split {
  display: none;
}
@media (max-width: 992px) {
  .ProfileSettingsBilling {
    padding: 10px 0;
  }
  .ProfileSettingsBilling .ant-list-item {
    flex-direction: column;
  }
  .ProfileSettingsBilling .ant-list-item > * {
    width: 100%;
  }
  .ProfileSettingsBilling .ant-list-item-action {
    width: 100%;
  }
  .ProfileSettingsBilling .ant-list-item-action > li {
    width: 100%;
  }
  .ProfileSettingsBilling__ListWrapper {
    display: flex;
    min-width: 100% !important;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .ProfileSettingsBilling__ListWrapper .ant-btn {
    padding: 0 10px;
  }
  .ProfileSettingsBilling__ListWrapper > .ant-btn:not(:first-child) {
    margin-left: 5px;
  }
}
@media (max-width: 576px) {
  .ProfileSettingsBilling__ListWrapper {
    justify-content: space-between;
  }
  .ProfileSettingsBilling__ListWrapper > .ant-btn {
    flex: 1;
  }
  .ProfileSettingsBilling__ListWrapper > .ant-btn:first-child {
    margin-left: 0;
  }
  .ProfileSettingsBilling .ant-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-right: 0!important;
  }
  .ProfileSettingsBilling .ant-pagination-prev,
  .ProfileSettingsBilling .ant-pagination-next {
    max-width: 32px;
    flex: auto;
    width: 32px!important;
    min-width: 20px!important;
  }
  .ProfileSettingsBilling .ant-pagination-item {
    max-width: 32px;
    flex: auto;
    width: 32px!important;
    min-width: 20px!important;
  }
  .ProfileSettingsBilling .ant-pagination-item a {
    padding: 0!important;
  }
}
.ProfileSettingsNotifications {
  padding: 24px;
}
@media (max-width: 576px) {
  .ProfileSettingsNotifications .ant-pagination {
    display: flex;
    justify-content: center;
  }
  .ProfileSettingsNotifications .ant-pagination-prev,
  .ProfileSettingsNotifications .ant-pagination-next {
    width: 32px!important;
    min-width: 20px!important;
  }
  .ProfileSettingsNotifications .ant-pagination-item {
    width: 32px!important;
    min-width: 20px!important;
  }
  .ProfileSettingsNotifications .ant-pagination-item a {
    padding: 0!important;
  }
}
.ProfileSettingsRate {
  padding: 24px;
}
.ProfileSettingsRate__Content {
  margin-right: 20px;
  margin-left: 30px;
  text-align: center;
  color: #8c8c8c;
}
.ProductsEmpty {
  padding-bottom: 40px;
  text-align: center;
}
.ProductsEmpty__Image {
  margin: 0 auto;
  margin-top: 74px;
  transform: translateX(-10px);
}
.ProductsEmpty__Description {
  max-width: 364px;
  margin: 8px auto;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .ProductsEmpty__Image {
    margin-top: 0;
  }
}
.Products {
  padding: 24px;
}
.Products__Action {
  min-width: 126px;
  margin-right: 17px;
  padding: 0 !important;
  text-align: left !important;
}
.Products__Action_Unblock {
  color: #389e0d !important;
}
.Products__Action_Unblock:disabled {
  color: rgba(0, 0, 0, 0.25) !important;
}
.Products__EditableRow .ant-form-item-explain {
  position: absolute;
  top: 100%;
  font-size: 12px;
}
.Products__Qrcode {
  margin-top: 88px;
  text-align: center;
  color: #8c8c8c;
}
.Products__QrcodeImage {
  margin: 20px 0;
}
.Products__DrawerFooter {
  width: 80%;
  display: flex;
}
.Products__DrawerCancel {
  flex-grow: 1;
}
.Products__DrawerNext {
  flex-grow: 1;
  margin-left: 8px;
}
.Products__DrawerSkip {
  margin-left: 8px;
}
.Products__Timer {
  font-size: 44px;
  line-height: 44px;
  color: #000000;
}
.Products__TimerText {
  color: rgba(0, 0, 0, 0.65);
}
.Products__TimerDescription {
  margin-top: 20px;
}
.Products__Assign .Products__CompleteTitle {
  margin-bottom: 40px;
}
.Products__Assign .Products__CompleteDesc {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .Products__DrawerNext {
    flex-grow: 1;
    min-width: 0;
    width: 70%;
    margin-left: 8px;
  }
}
@media (max-width: 992px) {
  .Products {
    padding: 0 0 24px 0 !important;
  }
}
.Documents {
  padding: 24px;
}
.Documents .Documents__PublicButton_NonClickable {
  cursor: default;
}
.Documents__Empty {
  padding: 70px 0;
  text-align: center;
}
.Documents__Header {
  padding-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
}
.Documents__Filters {
  display: flex;
  padding: 20px 0;
}
.Documents__Upload_Dashed {
  color: #008b7a !important;
  border-color: #008b7a !important;
}
.Documents__Errors {
  margin-top: 5px;
  color: #ff4d4f;
}
.Documents__Select {
  min-width: 106px;
}
.Documents__Select .ant-select-selection-placeholder {
  color: rgba(0, 0, 0, 0.85);
}
.Documents__TypeActions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Documents__TypeActions .anticon-more {
  cursor: pointer;
}
.Documents__SubmitSelect {
  min-width: 107px;
  margin-right: 11px;
  margin-left: 11px;
  color: #008b7a !important;
  border-color: #008b7a !important;
}
.Documents__DatePicker {
  min-width: 290px;
}
.Documents__Search {
  margin-left: 11px;
}
.Documents__Search input::placeholder {
  color: rgba(0, 0, 0, 0.85);
}
.Documents__PublicButton_Public {
  color: #389e0d !important;
}
.Documents__PublicButton_NonPublic {
  color: rgba(0, 0, 0, 0.65) !important;
}
.DocumentsAssign__Cancel {
  margin-top: 10px;
  text-align: center;
}
.DocumentsAssign__Cancel .ant-btn {
  color: #ff0000ff;
}
.DocumentsAssign__Cancel .ant-btn:hover {
  color: #ff0000ff;
}
@media (max-width: 992px) {
  .Documents__Empty .ant-upload {
    width: 100%;
    max-width: 300px;
  }
  .Documents__Table {
    margin-bottom: 0;
  }
  .Documents {
    padding: 0;
  }
  .Documents__Header,
  .Documents__Filters {
    padding-left: 24px;
    padding-right: 24px;
  }
  .Documents__Header {
    border: none;
    margin-top: 10px;
    padding-bottom: 0;
  }
  .Documents__Header .ant-upload {
    width: 100%;
  }
  .Documents__Upload_Dashed {
    width: 100%;
  }
  .Documents__Filters {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .Documents__Filters > * {
    width: 48%;
  }
  .Documents__Filters .Documents__SubmitSelect {
    margin: 0;
  }
  .Documents__Table .ant-pagination-prev,
  .Documents__Table .ant-pagination-next {
    flex: inherit !important;
    width: 32px !important;
    min-width: 20px !important;
  }
  .Documents__Table .ant-pagination-item {
    flex: inherit !important;
    width: 32px !important;
    min-width: 20px !important;
  }
  .Documents__Table .ant-pagination-item a {
    padding: 0 !important;
  }
  .Documents__Table .ant-pagination {
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
.ImmunizationsForm__DatePicker {
  display: flex;
  align-items: center;
}
.ImmunizationsForm__DeleteDatePicker {
  margin-left: 8px;
}
.InputModelSearch .ant-select-selection-item {
  color: #000000 !important;
}
.InputModelSearch__Dropdown .ant-select-item-option-content span {
  white-space: normal;
}
.AddDepartments {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
}
.AddDepartmentsForm__BtnBlock .ant-form-item-control-input-content {
  display: flex;
}
.AddDepartmentsForm__BtnBlock button {
  flex: 1;
}
.AddDepartments__Steps {
  width: 80%;
  max-width: 850px;
  margin-bottom: 40px;
}
.AddDepartments__Description {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 56px;
}
.UploadDepartmentsAvatar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.UploadDepartmentsAvatar .ant-upload-picture-card-wrapper {
  width: 180px;
}
.UploadDepartmentsAvatar .ant-upload-list-picture-card-container {
  width: 180px;
  height: 180px;
}
.UploadDepartmentsAvatar .ant-upload-select-picture-card {
  background-color: white !important;
  border: none !important;
}
.UploadDepartmentsAvatar .ant-upload-select-picture-card {
  width: 100% !important;
}
.UploadDepartmentsAvatar .ant-upload-list-item {
  width: 180px !important;
  height: 180px !important;
  padding: 4px !important;
}
.AddDepartments__FinishButtons {
  display: flex;
  justify-content: space-between;
  marginTop: 10px;
}
.AddDepartments__FinishButtons .ant-btn:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 576px) {
  .AddDepartments__FinishButtons {
    flex-direction: column;
  }
  .AddDepartments__FinishButtons .ant-btn {
    margin-top: 10px;
  }
}
.AddIncumbents {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
}
.AddIncumbentsForm {
  width: 600px;
}
.AddIncumbentsForm .ant-radio-group-outline {
  display: flex;
  width: 100%;
}
.AddIncumbentsForm .ant-radio-button-wrapper {
  display: flex;
  justify-content: center;
}
.AddIncumbents__Steps {
  width: 80%;
  max-width: 850px;
  margin-bottom: 40px;
}
.AddIncumbents__Description {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 56px;
}
.UploadIncumbentsAvatar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.UploadIncumbentsAvatar .ant-upload-picture-card-wrapper {
  width: 180px;
}
.UploadIncumbentsAvatar .ant-upload-list-picture-card-container {
  width: 180px;
  height: 180px;
}
.UploadIncumbentsAvatar .ant-upload-select-picture-card {
  background-color: white !important;
  border: none !important;
}
.UploadIncumbentsAvatar .ant-upload-select-picture-card {
  width: 100% !important;
}
.UploadIncumbentsAvatar .ant-upload-list-item {
  width: 180px !important;
  height: 180px !important;
  padding: 4px !important;
}
.AddIncumbents__FinishButtons {
  display: flex;
  justify-content: space-between;
  marginTop: 10px;
}
.AddIncumbents__FinishButtons .ant-btn:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .AddIncumbents__Steps {
    width: 100%;
  }
  .AddIncumbentsForm {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .AddIncumbents {
    width: 100%;
    padding: 14px 0 10px 0;
  }
}
.PublicProfileSide {
  width: 349px;
  background: #ffffff;
  height: 100%;
}
.PublicProfileSide .SpinnerWrapper {
  height: 300px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.PublicProfileSide__Uploader .ant-upload.ant-upload-select-picture-card {
  height: 100%;
  width: 100%;
}
.PublicProfileSide .ant-card {
  border: none;
}
.PublicProfileSide .ant-card-head-title {
  font-size: 16px;
  line-height: 24px;
}
.PublicProfileSide .ant-card-extra .ant-btn {
  color: #039281;
  border: none;
}
.PublicProfileSide .ant-card-body {
  padding: 0;
}
.PublicProfileSide .PublicProfileMedicalCard__Body {
  padding: 14px 10px;
}
.PublicProfileSide .ant-upload-list-picture .ant-upload-list-item,
.PublicProfileSide .ant-upload-list-picture-card .ant-upload-list-item {
  border: none;
}
.PublicProfileSide .ant-upload-picture-card-wrapper {
  height: 349px;
  width: 349px;
}
.PublicProfileSide .ant-upload-list {
  height: 349px;
  width: 349px;
}
.PublicProfileSide .ant-upload-list-picture-card-container {
  height: 349px;
  width: 349px;
}
.PublicProfileSider {
  display: block;
}
.PublicProfileMedicalCard__Body .ant-descriptions,
.ProfileMedicalCard__Body .ant-descriptions-bordered {
  margin-bottom: 8px;
}
.PublicProfileMedicalCard__Body {
  padding: 14px 10px 4px 10px;
}
@media all and (max-width: 992px) {
  .PublicProfileSider {
    display: none;
  }
  .PublicProfileLayout .Content__Wrapper {
    margin: 0;
  }
  .PublicProfileLayout .ant-page-header {
    padding: 0 10px 10px 10px;
  }
}
.ProfileInfoMobile {
  display: flex;
  flex-direction: column;
  margin: 0px -10px 10px -10px;
}
.ProfileInfoMobileTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 16px;
}
.ProfileInfoMobileTitle > *:not(:last-child) {
  margin-right: 8px;
}
@media all and (min-width: 992px) {
  .ProfileInfoMobile {
    display: none;
  }
}
.PublicProfileMedicalCardTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 24px;
  background: #eff8f7;
}
.PublicProfileMedicalCardTitle .DescriptionBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.PublicProfileMedicalCardTitle .DescriptionBlock__Diagnosis {
  margin-right: 12px;
  font-size: 16px;
  line-height: 24px;
}
.PublicProfileMedicalCardTitle .DescriptionBlock__Update {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.45);
}
.PublicProfileMedicalCardTitle .ExtraBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  width: 200px;
}
.PublicProfileMedicalCardTitle .ExtraBlock .anticon {
  cursor: pointer;
}
.PublicProfileMedicalCardTitle .ExtraBlock .ant-btn {
  padding: 0;
  color: #039281;
  border: none;
}
.PublicProfileMedicalCardTitle .ExtraBlock .anticon-delete {
  margin-left: 10px;
}
.PublicProfileMedicalCardTitle .ExtraBlock .anticon-pause {
  color: #039281;
}
.PublicProfileMedicalCardTitle .ExtraBlock .anticon-edit {
  margin-right: 10px;
}
.PublicProfileMedicalCardTitle .ExtraBlock__BtnTitle {
  font-size: 12px;
  line-height: 20px;
}
@media all and (max-width: 992px) {
  .PublicProfileMedicalCardTitle .DescriptionBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ant-collapse-item.red {
    background: #c28478 !important;
  }
}
.PublicMedicalCard {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
}
.PublicMedicalCard .ant-collapse-header {
  background: #eff8f7;
  padding-left: 40px;
  align-items: center !important;
}
.PublicMedicalCard .ant-collapse {
  border: 1px solid #f0f0f0;
}
.PublicMedicalCard .ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #f0f0f0;
}
.PublicMedicalCard .ant-collapse > .ant-collapse-item:last-child {
  border: none;
}
.PublicMedicalCard .ant-collapse-content {
  border-top: 1px solid #f0f0f0;
}
.PublicMedicalCard .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #039281;
}
.PublicMedicalCard .ant-card-head {
  border: 1px solid #f0f0f0;
}
.PublicMedicalCard .ant-btn-dashed {
  color: #039281;
  border-color: #039281;
}
.PublicMedicalCard .PublicMedicalCard__Btn .ant-btn-dashed {
  margin: 13px 0;
}
.PublicMedicalCard .PublicMedicalCard__Wrapper {
  width: 100%;
}
.PublicMedicalCard .PublicMedicalCard__Wrapper .ant-card-extra {
  padding: 0;
  color: #039281;
  border: none;
}
.PublicMedicalCard .PublicMedicalCard__Wrapper .ant-card-extra .anticon {
  margin-left: 11px;
  cursor: pointer;
}
.PublicMedicalCard .PublicMedicalCard__Wrapper .ant-card-body {
  padding: 0;
}
.PublicMedicalCard .PublicMedicalCard__Title {
  display: flex;
  align-items: center;
}
.PublicMedicalCard .PublicMedicalCard__TitleIcon {
  margin-right: 5px;
}
.PublicMedicalCard .PublicMedicalCard__TitleIcon img {
  width: 17px;
  height: 17px;
}
.PublicMedicalCard .PublicMedicalCard__Body {
  padding: 24px;
}
.PublicMedicalCard .PublicMedicalCard__Body .ant-descriptions,
.PublicMedicalCard .PublicMedicalCard__Body .ant-descriptions-bordered {
  margin-bottom: 8px;
}
.PublicMedicalCard .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.PublicMedicalCard__Pagination {
  margin-top: 13px !important;
}
.PublicMedicalCard__Spin {
  margin-top: 30px !important;
}
.MainIllnesCollapse {
  margin-bottom: 10px;
}
@media all and (max-width: 992px) {
  .PublicMedicalCard .ant-collapse-content-box {
    padding: 10px !important;
  }
  .PublicMedicalCard__Body {
    padding: 0 !important;
  }
}
.PublicProfileMedicalCardRed .ant-collapse-header {
  background: #991818;
}
.PublicProfileMedicalCardRed .ant-collapse-header .ant-collapse-arrow {
  color: #fff !important;
}
.PublicProfileMedicalCardTitleRed {
  background: #991818;
  color: #fff;
}
.ErrorPage {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
.ErrorPage h1,
.ErrorPage h4 {
  text-align: center;
}
.ErrorPage h1 {
  margin-bottom: 30px !important;
}
.ErrorPage h4 {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.ErrorPage button {
  width: 210px;
  margin-bottom: 30px !important;
}
.ErrorPage__Desc {
  padding: 0 100px;
}
.ProductError {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ProductError__Title {
  text-align: center;
  font-size: 50px;
}
.ProductError__Buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ProductError__Buttons .ant-btn {
  width: 500px;
  height: 44px;
  font-size: 24px;
  flex-grow: 1;
  margin-bottom: 10px;
}
.ProductError__Buttons .ant-btn:first-child {
  margin-right: 10px;
}
.ProductError__ConnectionTitle {
  font-size: 20px;
}
.VideoContainer {
  width: 70%;
  height: 700px;
  margin: auto auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.VideoContainer .ant-btn {
  margin: 20px auto !important;
}
.ErrorBoundary {
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ErrorBoundary h1 {
  font-size: 50px;
}
.ErrorBoundary .ant-btn {
  font-size: 30px;
  width: 200px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
@media all and (max-width: 1200px) {
  .ProductError__Buttons .ant-btn {
    width: 350px;
    height: 40px;
    font-size: 17px;
  }
  .VideoContainer {
    height: 550px;
  }
}
@media all and (max-width: 610px) {
  .ProductError__Buttons .ant-btn:first-child {
    margin-right: 0;
  }
  .VideoContainer {
    height: 400px;
  }
}
@media all and (max-width: 992px) {
  .VideoContainer {
    height: 400px;
    width: 90%;
  }
  .ErrorPage {
    padding: 30px;
  }
  .ErrorPage h1 {
    font-size: 24px !important;
    margin-bottom: 30px !important;
  }
  .ErrorPage button {
    margin-bottom: 30px !important;
  }
  .ErrorPage__Desc {
    padding: 0;
  }
  .ProductError__Title {
    font-size: 40px;
  }
  .ProductError__Buttons .ant-btn {
    height: 35px;
    font-size: 15px;
  }
}
@media all and (max-width: 730px) {
  .ProductError__Buttons .ant-btn {
    width: 300px;
    height: 35px;
    font-size: 13px;
  }
}
@media all and (max-width: 480px) {
  .ProductError__Title {
    font-size: 22px;
  }
  .VideoContainer {
    height: 270px;
  }
  .ProductError__Buttons .ant-btn {
    font-size: 15px;
  }
}
.ProfileMobileContentHeader {
  width: 100%;
}
.MainMenuDrawer .ant-drawer-title {
  width: 100%;
}
.MainMenuDrawer .ant-drawer-header-title {
  width: 100%;
}
.MainMenuDrawer .DrawerHeader {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MainMenuDrawer .DrawerHeader .DrawerHeader__CloseBtn {
  height: 100%;
}
.MainMenuDrawer .ant-drawer-header {
  padding: 10px 16px;
}
.MainMenuDrawer .ant-drawer-body {
  padding: 0;
  overflow: auto;
}
.MainMenuDrawer .ant-menu {
  height: auto !important;
}
.MainMenuDrawer__Lang {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.MainMenuDrawer__Lang .ant-dropdown-trigger {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  width: 60px;
  color: rgba(0, 0, 0, 0.85);
}
.MainMenuDrawer__Lang .ant-dropdown-trigger > span {
  padding: 0 !important;
}
.MainMenuDrawer__Lang .ant-dropdown-trigger > span:first-child {
  margin-right: 5px;
}
.AcceptTermsForm .anticon-user {
  color: #008b7a;
}
.AcceptTermsForm .ant-tabs-top > .ant-tabs-nav,
.AcceptTermsForm .ant-tabs-bottom > .ant-tabs-nav,
.AcceptTermsForm .ant-tabs-top > div > .ant-tabs-nav,
.AcceptTermsForm .ant-tabs-bottom > div > .ant-tabs-nav {
  margin-bottom: 25px;
}
.AcceptTermsForm .AccountFooterBlock {
  padding-top: 0;
  padding-bottom: 0;
}
.AcceptTermsForm__Block {
  width: 550px;
  padding: 45px 65px 35px 65px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #ffffff;
}
.AcceptTermsForm__Title span {
  font-size: 30px;
  font-weight: 400;
}
.HeaderFormWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 14px;
}
.HeaderFormWrapper__Title {
  width: 445px;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 39px;
  padding-left: 12px;
}
.AcceptTermsForm__FirstCheck {
  margin-bottom: 0px !important;
  margin-top: 50px !important;
}
.AcceptTermsForm__SecondCheck {
  margin-bottom: 40px !important;
}
.AcceptTermsForm__Submit {
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .AcceptTermsForm .ant-form-item {
    margin-bottom: 10px;
  }
  .AcceptTermsForm .ant-col-offset-3 {
    margin-left: 5%;
  }
  .AcceptTermsForm__Block {
    width: 343px;
    padding: 16px;
  }
  .AcceptTermsForm__Title span {
    font-size: 24px;
  }
  .HeaderFormWrapper__Title {
    padding-left: 50px;
  }
  .AcceptTermsForm__FirstCheck {
    margin-bottom: 10px !important;
    margin-top: 40px !important;
  }
  .AcceptTermsForm__FirstCheck .ant-form-item-control-input-content {
    display: contents !important;
  }
  .AcceptTermsForm__SecondCheck {
    margin-bottom: 30px !important;
  }
  .AcceptTermsForm__SecondCheck .ant-form-item-control-input-content {
    display: contents !important;
  }
  .AcceptTermsForm__Submit {
    margin-bottom: 0;
  }
}
.ProfileSettingsTarif {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.ProfileSettingsTarif__ListWrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.ProfileSettingsTarif__ListWrapper .ant-list-item-action .ant-btn {
  margin-left: 16px;
  padding: 0;
}
.ProfileSettingsTarif__ListWrapper .ant-btn {
  width: 163px;
}
.Subscription__Time {
  width: 163px;
  height: 22px;
  color: #039281;
}
.Subscription__Time:hover {
  cursor: pointer;
}
.ProfileSettingsTarif__Subscription .ant-btn {
  color: #039281 !important;
}
.TarifInfo {
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.TarifInfo .TarifInfo__Title {
  width: 80%;
}
@media (max-width: 992px) {
  .ProfileSettingsTarif__ListWrapper {
    display: flex;
    min-width: 100% !important;
    justify-content: center;
    margin-top: 10px;
  }
  .ProfileSettingsTarif__ListWrapper .ant-btn {
    padding: 0 10px;
  }
  .ProfileSettingsTarif__ListWrapper > .ant-btn:not(:first-child) {
    margin-left: 5px;
  }
  .ProfileSettingsTarif {
    padding: 10px 0;
  }
  .ProfileSettingsTarif .ant-list-item-action {
    width: 100%;
  }
  .ProfileSettingsTarif .ant-list-item-action > li {
    width: 100%;
  }
  .ProfileSettingsTarif .ant-list-item {
    flex-direction: column;
  }
  .ProfileSettingsTarif .ant-list-item > * {
    width: 100%;
  }
  .Subscription__Time {
    margin-left: 15px;
  }
}
@media (max-width: 576px) {
  .ProfileSettingsTarif__ListWrapper > .ant-btn {
    flex: 1;
  }
  .ProfileSettingsTarif__ListWrapper > .ant-btn:first-child {
    margin-left: 0;
  }
  .ProfileSettingsTarif .ant-pagination {
    display: flex;
    justify-content: center;
  }
  .ProfileSettingsTarif .ant-pagination-prev,
  .ProfileSettingsTarif .ant-pagination-next {
    width: 32px !important;
    min-width: 20px !important;
  }
  .ProfileSettingsTarif .ant-pagination-item {
    width: 32px !important;
    min-width: 20px !important;
  }
  .ProfileSettingsTarif .ant-pagination-item a {
    padding: 0 !important;
  }
}
@media (max-width: 480px) {
  .TarifInfo {
    flex-direction: column;
  }
}
.CreateOrderDrawer__Subtitle {
  padding: 10px 0;
  margin-bottom: 20px !important;
}
.CreateOrderDrawer__SwitchPeriod {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-bottom: 20px;
}
.CreateOrderDrawer__SwitchPeriodTitles {
  text-align: left;
}
.CreateOrderDrawer__AddPromo {
  margin-bottom: 20px;
}
.CreateOrderDrawer__AddPromo_InputGroup {
  display: flex !important;
}
.CreateOrderDrawer__AddPromo_InputGroup > * {
  height: 100%;
}
.CreateOrderDrawer__AddPromo_InputGroup .ant-input-affix-wrapper {
  flex: 1;
}
.CreateOrderDrawer__Description {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.CreateOrderDrawer__Description_Text {
  margin-top: 20px;
  text-align: center;
}
.CreateOrderDrawer__Tarifs {
  margin-bottom: 20px;
  text-align: center;
}
.CreateOrderDrawer__Tarifs > a {
  text-decoration: underline;
}
.CreateOrderDrawer__Total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.CreateOrderDrawer__Total_Text {
  font-weight: 500;
  font-size: 26px;
}
.CreateOrderDrawer__BtnBlock {
  display: flex;
}
.CreateOrderDrawer__BtnBlock_Btn {
  flex: 1;
}
.CreateOrderDrawer__BtnBlock_Btn:not(:last-child) {
  margin-right: 8px;
}
.CreateOrderDrawer__Change {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.CreateOrderDrawer__Change_Title {
  text-align: center;
  margin-top: 20%;
  margin-bottom: 40px;
}
.CreateOrderDrawer__Change_Body {
  display: flex;
  justify-content: space-evenly;
}
.CreateOrderDrawer__Change_Body div {
  width: 170px;
  height: 100px;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  cursor: pointer;
}
.CreateOrderDrawer__SubscriptionInfo {
  font-size: 17px;
  margin: 50px auto;
}
.CreateOrderDrawer__Extra {
  border: 2px solid #0b534a;
  color: #0b534a;
  position: relative;
}
.CreateOrderDrawer__Extra .anticon-question-circle {
  font-size: 20px;
  position: absolute;
  top: 5%;
  right: 5%;
}
.CreateOrderDrawer__Extra:hover {
  background: #0b534a;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.CreateOrderDrawer__Extra:hover a {
  color: #fff;
}
.CreateOrderDrawer__Telemed {
  border: 2px solid #fcc96f;
  color: #fcc96f;
  position: relative;
}
.CreateOrderDrawer__Telemed a {
  color: #fcc96f;
}
.CreateOrderDrawer__Telemed .anticon-question-circle {
  font-size: 20px;
  position: absolute;
  top: 5%;
  right: 5%;
}
.CreateOrderDrawer__Telemed:hover {
  background: #fcc96f;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.CreateOrderDrawer__Telemed:hover a {
  color: #fff;
}
@media (max-width: 576px) {
  .CreateOrderDrawer .ant-drawer-body {
    padding: 10px;
  }
  .CreateOrderDrawer .ant-drawer-header {
    padding-left: 10px;
  }
}
.TariffsInfo {
  padding: 20px 20px 70px 20px;
  display: block;
  position: relative;
  z-index: 10;
}
.TariffsInfo__Background_Up {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}
.TariffsInfo__Background_Down {
  position: absolute;
  z-index: -1;
  bottom: 20px;
  left: 30px;
}
.TariffsInfo__ContentCol {
  padding: 0 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.TariffsInfo__ContentCol .ant-tag {
  margin: 0 auto !important;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 30px;
}
.TariffsInfo__ContentCol .ant-btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.TariffsInfo__Price {
  font-size: 24px;
}
.TariffsInfo__Page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0 -140px 0;
}
.TariffsInfo__Page .TariffsInfo__Page_Title {
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 8px;
}
.TariffsInfo__Page .TariffsInfo__Page_Description {
  max-width: 700px;
  text-align: center;
  font-size: 18px;
  color: #15143966;
}
.TariffsInfo__Content .ant-row-end {
  margin-bottom: 0 !important;
  border: none;
  background: #ebeaedb0;
  border-radius: 10px 10px 0 0;
}
.TariffsInfo__ContentRow {
  border: 2px solid #f6f6f6;
  border-top: none;
  padding: 10px 0;
}
.TariffsInfo__ContentRow:last-child {
  border-radius: 0 0 10px 10px;
}
.TariffsInfo__ContentRow .ant-btn {
  padding: 20px 30px;
  border-radius: 10px;
}
.TariffsInfo__FreeBtn {
  color: #039281 !important;
  border: 2px #039281 solid !important;
}
.TariffsInfo__SwitchTariff {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.TariffsInfo__SwitchTariff_Title {
  font-weight: 500;
  font-size: 14px;
  color: #0000005b;
}
.TariffsInfo__CreatePage {
  text-align: center;
}
.TariffsInfo__CreatePage_Title {
  font-weight: 500;
  font-size: 38px !important;
}
.TariffsInfo__CreatePage_Description {
  color: #15143966;
}
.TariffsInfo__CreatePage_Buttons {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}
.TariffsInfo__CreatePage_Buttons .ant-btn {
  width: 200px;
  height: 40px;
}
.TariffsInfo__CreatePage_Extra {
  font-weight: 600;
  color: #f2a714;
}
@media (max-width: 1390px) {
  .TariffsInfo__ContentCol .ant-btn {
    font-size: 15px;
    padding: 20px 10px;
  }
  .TariffsInfo__ContentCol .ant-tag {
    font-size: 23px;
  }
}
@media (max-width: 1200px) {
  .TariffsInfo__ContentCol .ant-btn {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .TariffsInfo {
    display: none;
  }
}
.TariffsInfoRow {
  margin-bottom: 0 !important;
}
.TariffsInfoRow .anticon-question-circle {
  cursor: pointer;
}
.TariffsInfoRow__OptionCol {
  padding: 5px 10px;
  font-weight: 500;
  font-size: 1.17em;
  border: 2px solid #f6f6f6;
}
.TariffsInfoRow__OptionCol:not(:last-child) {
  border-top: none;
}
.TariffsInfoRow__OptionCol > .anticon {
  font-size: 22px;
}
.TariffsInfoRow__OptionCol .CustomIcon {
  transform: scale(1.2) translateX(2px);
}
.TariffsInfoRow__OptionCol_Title {
  font-size: 20px;
}
.TariffsInfoRow__OptionCol_Icon {
  margin-right: 10px;
}
.TariffsInfoRow__OptionCol_Description {
  display: flex;
  justify-content: space-between;
  color: #0000005e;
}
.TariffsInfoRow__CheckCol {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 2px solid #f6f6f6;
  font-size: 40px;
}
.TariffsInfoRow__CheckCol:not(:first-child) {
  border-top: none;
  border-left: none;
}
.TariffsInfoRow__CheckCol .anticon-check {
  font-size: 30px;
  color: #039281;
}
.TariffsInfoRow__Price {
  font-size: 67px;
}
.TariffsInfoMobile {
  display: none;
}
.TariffInfoMobileHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-bottom: solid 1px #f5f5f5;
  padding-bottom: 10px;
  text-align: center;
}
.TariffInfoMobileHeader__Title {
  font-size: 20px;
  font-weight: 600;
}
.TariffInfoMobileHeader__SwitchTariff {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.TariffInfoMobileHeader__SwitchTariff_Title {
  font-weight: 500;
  font-size: 1.17em;
}
@media (max-width: 992px) {
  .TariffsInfoMobile {
    display: block;
  }
}
.TariffMobileCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px;
  flex: 1;
  border: 1px solid #ebeaed;
  border-radius: 20px;
  overflow: hidden;
}
.TariffMobileCard__Header {
  width: 100%;
  background-color: #ebeaed;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
.TariffMobileCard__Header .ProfileCardTag {
  margin-bottom: 15px;
}
.TariffMobileCard__Header .ProfileCardTag .ant-tag {
  padding: 5px 15px;
  font-size: 18px;
}
.TariffMobileCard__Header_Description {
  text-transform: uppercase;
  font-size: 18px;
}
.TariffMobileCard__Body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px 16px 20px 16px;
}
.TariffMobileCard__Price {
  font-size: 24px;
  font-weight: 600;
}
.TariffMobileCard__Option {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ebeaed;
  padding: 12px 0 8px 0;
}
.TariffMobileCard__Option .anticon-check {
  font-size: 20px;
  color: #039281 !important;
  margin-right: 5px;
}
.TariffMobileCard__Option_Title {
  text-transform: uppercase;
  color: grey;
  font-weight: 500;
  font-size: 15px;
}
.TariffMobileCard__ApplyBtn {
  margin-top: 16px;
  width: 100%;
}
.TariffMobileCard__ApplyBtn > button {
  border-radius: 20px;
  height: 40px;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 992px) {
  .ProfilesMobileHeader {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
  }
  .ProfilesMobileHeader .ProfilesCreateBtn {
    margin-bottom: 8px;
  }
  .PeoplesMobileHeader__Title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .PeoplesMobileHeader__BtnBlock {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .PeoplesMobileHeader__BtnBlock .ProfileSearchBtn {
    flex: 1;
  }
  .PeoplesMobileHeader__BtnBlock > *:not(:first-child) {
    margin-left: 10px;
  }
}
@media (max-width: 576px) {
  .PeoplesMobileHeader__SelectViewType .PageHeaderAdditions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }
  .PeoplesMobileHeader__SelectViewType .PageHeaderAdditions > ul {
    min-width: 320px;
    width: 100%;
    justify-content: center;
    order: 2;
  }
  .PeoplesMobileHeader__SelectViewType .PageHeaderAdditions > ul:before {
    display: none;
  }
  .PeoplesMobileHeader__SelectViewType .PageHeaderAdditions__BtnBlock {
    width: 100%;
    justify-content: center;
  }
  .PeoplesMobileHeader__SelectViewType .PageHeaderAdditions__BtnBlock > button:first-child {
    margin-left: 0;
  }
}
.ProfileCards__Wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 24px;
  padding-bottom: 0;
}
.ProfileCard__ExtraWrapper {
  width: 370px;
  margin-bottom: 24px;
  padding: 0 16px;
}
.Profile__Pagination {
  display: flex;
  justify-content: flex-end;
  margin-right: 24px !important;
  margin-bottom: 24px !important;
}
@media (max-width: 992px) {
  .ProfileCards__Wrapper {
    justify-content: center;
  }
  .ProfilesList .ProfilesItemList_Actions {
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .ProfilesList .ProfilesItemList_Actions > * {
    flex: 1;
    margin: 10px 5px 0 5px !important;
  }
  .ProfilesList .ProfilesItemList_Actions button {
    width: 100%;
    padding: 0 10px !important;
  }
  .ProfilesList .ProfilesItemList_Actions .ant-btn .anticon-delete {
    color: #ff2727 !important;
  }
  .ProfilesList .ProfilesItemList {
    padding: 0 0 0 10px;
    margin-bottom: 10px;
  }
  .ProfilesList .Profile__Pagination {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-right: 0 !important;
  }
  .ProfilesList .Profile__Pagination .ant-pagination-total-text {
    margin-top: 4px;
  }
  .ProfilesList .Profile__Pagination .ant-pagination-prev,
  .ProfilesList .Profile__Pagination .ant-pagination-next {
    max-width: 32px;
    margin-top: 4px;
    flex: auto;
    width: 32px !important;
    min-width: 20px !important;
  }
  .ProfilesList .Profile__Pagination .ant-pagination-item {
    margin-top: 4px;
    max-width: 32px;
    flex: auto;
    width: 32px !important;
    min-width: 20px !important;
  }
  .ProfilesList .Profile__Pagination .ant-pagination-item a {
    padding: 0 !important;
  }
  .ProfilesList .ProfilesItemList .ant-list-item {
    flex-direction: column;
  }
  .ProfilesList .ProfilesItemList .ant-list-item > * {
    width: 100%;
  }
  .ProfilesList .ProfilesItemList .ant-list-item-action {
    width: 100%;
  }
  .ProfilesList .ProfilesItemList .ant-list-item-action > li {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .ProfileCards__Wrapper {
    padding: 0;
    max-width: 100%;
    margin: 16px 0 0 0;
  }
  .ProfileCards__Wrapper > * {
    width: 100%;
  }
  .ProfileCards__Wrapper .ant-card-cover {
    width: 100% !important;
    display: contents;
    overflow: hidden;
  }
  .ProfileCards__Wrapper .ant-card-cover img {
    height: auto;
  }
  .ProfileCard__ExtraWrapper {
    padding: 0;
  }
  .ProfilesList .Profile__Pagination {
    flex-wrap: wrap;
  }
  .ProfilesList .Profile__Pagination .ant-pagination-total-text {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.PublicProfileDrawer .ProfileInfoMobile {
  display: flex;
}
.PublicProfileDrawer .ProfileSettingContentHeader {
  font-weight: 600;
  font-size: 20px;
  padding: 10px;
}
.PublicProfileDrawer .PublicMedicalCard .ant-collapse-content-box {
  padding: 10px !important;
}
.PublicProfileDrawer .PublicMedicalCard__Body {
  padding: 0 !important;
}
.PublicProfileDrawer .LoginLayout__Footer__Items {
  display: none;
}
.PublicProfileDrawer .LoginLayout__Footer__ItemsMobile {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.PublicProfileDrawer .LoginLayout__Footer__Item {
  padding: 0;
  margin-bottom: 5px;
}
.PublicProfileDrawer .LoginLayout__Footer__Item:last-child {
  margin-top: 10px;
  padding: 0 12px;
}
.PublicProfileDrawer__Wrapper {
  height: 655px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.PublicProfileDrawer__Body {
  flex: 1;
  max-height: 100%;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.PublicProfileDrawer__Body::-webkit-scrollbar {
  width: 4px;
}
.PublicProfileDrawer__Body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px lightgrey;
}
.PublicProfileDrawer__Body::-webkit-scrollbar-thumb {
  background-color: #008b7a;
}
.PublicProfileDrawer__Spin {
  width: 100%;
  height: 100%;
  padding-top: 50% !important;
}
.AlarmBtn {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 22px;
  background-color: red;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  word-wrap: break-word;
  cursor: pointer;
  text-align: center;
}
.AlarmModal .ant-modal-header {
  padding: 16px 16px;
}
.AlarmModal .ant-modal-body {
  padding: 16px;
}
.AlarmForm .AlarmForm__Divider {
  margin: 16px 0;
}
.AlarmForm .AlarmForm__Submit_Btn {
  width: 100%;
}
.AlarmForm .AlarmForm__Desc {
  display: block;
  width: 100%;
  text-align: center;
}
.ProfilesRolesSelect {
  width: auto;
}
@media (max-width: 992px) {
  .ProfilesRolesSelect {
    margin-bottom: 8px !important;
  }
}
.PublicProfileSideMobile {
  margin: 0 10px !important;
  border: 1px solid #f0f0f0 !important;
}
.PublicProfileSideMobile .ant-collapse-header {
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center !important;
}
.PublicProfileSideMobile .ant-collapse-arrow {
  color: #039281;
}
.PublicProfileSideMobile .ant-collapse-item {
  border: none !important;
}
.PublicProfileSideMobile .ant-collapse-content {
  border-top: 1px solid #f0f0f0;
}
.PublicProfileSideMobile .ant-collapse-content-box {
  padding: 0 !important;
}
.Calendar__Content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Calendar__Content > * {
  flex: 1;
}
.Calendar__Content > * > * {
  width: 100%;
}
.Calendar__Content_Event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #008b79;
}
.Calendar__Body {
  width: 230px;
  height: 280px;
  box-shadow: inset 0px 2px 0px #f0f0f0;
}
.Calendar__Body .ant-picker-calendar-date-content {
  height: 3px;
}
.Calendar__Body_Header {
  margin: 10px 0;
  border-bottom: none;
}
.ant-picker-body {
  padding: 0 !important;
}
.ant-picker-panel {
  border-top: none !important;
}
.ant-picker-content th {
  color: #039281 !important;
}
.ant-picker-calendar {
  margin: 20px !important;
}
.DiaryHeader {
  flex-wrap: wrap;
  margin: 40px 20px 0 0;
}
.DiaryHeader > * {
  flex: 1;
}
.events {
  margin: 0;
  padding: 0;
  list-style: none;
}
.events .ant-badge-status {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notes-month {
  font-size: 28px;
  text-align: center;
}
.notes-month section {
  font-size: 28px;
}
.TimeLine__Content {
  padding: 10px 20px;
}
.TimeLine__Btn {
  margin: 20px;
}
.Question__Item {
  width: 100%;
  height: 46px;
  display: flex;
  padding: 0 10px;
  margin: 3px;
  justify-content: space-between;
  align-items: center;
  background: #e6f7ff;
}
.Question__Item .ant-input {
  width: 370px;
  height: 32px;
}
.Question__Item_Answered {
  background: #008b79;
  color: #fff;
  padding: 8px;
  margin-left: 10px;
}
.TimeLine__Item {
  display: flex;
}
.ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 90% !important;
  min-width: 80% !important;
  margin: 10px 0 !important;
}
.Timeline__Item .ant-divider {
  width: 80% !important;
}
.DiaryForm .ant-picker {
  width: 100%;
}
.DiaryForm .ant-input-number {
  width: 100%;
}
.DiaryForm__QuestionDelete_Btn {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  margin: 15px 0;
}
.DiaryForm__QuestionDelete_Btn .ant-btn {
  color: #e70a0a;
}
.DiaryForm__Footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.DiaryForm__Footer .ant-btn {
  padding: 0 30px !important;
}
.DiaryForm__Footer .ant-btn:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 576px) {
  .DiaryForm__Footer {
    flex-direction: column;
  }
  .DiaryForm__Footer .ant-btn {
    width: 100%;
  }
  .DiaryForm__Footer .ant-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .DiaryForm__QuestionDelete_Btn {
    padding-right: 0;
  }
  .DiaryForm__QuestionDelete_Btn .ant-btn {
    color: #e70a0a;
  }
}
.Analytics {
  padding: 20px;
}
.Analytics__Section {
  display: flex;
}
.Analytics__Menu {
  border-bottom: none;
}
.Analytics__Menu .ant-menu {
  border-bottom: none !important;
}
.Analytics__Title {
  margin-top: 10px;
  margin-bottom: 24px;
}
.Analytics__Title .ant-divider-horizontal {
  margin: 5px 0 !important;
}
.Analytics__Box {
  flex: 1;
  border: 1px solid #f0f0f0;
  margin-bottom: 4px;
}
.Analytics__Box_Header {
  height: 56px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}
.Analytics__Box_Header .Header__Actions {
  display: flex;
  align-items: center;
}
.Analytics__Box_Header .Header__Actions .anticon-export {
  margin-left: 10px;
}
.Analytics__Box_Header .Header__Actions .anticon {
  cursor: pointer;
}
.Analytics__Box_Header .Header__Actions .anticon:not(:last-child) {
  margin-right: 10px;
}
.Analytics__Box_Header .Header__Actions .anticon-share-alt,
.Analytics__Box_Header .Header__Actions .anticon-menu {
  color: #099381;
}
.Analytics__Box_Header .Header__Actions .Header__Buttons {
  margin-right: 47px;
}
.Analytics__Box_Title {
  margin: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}
.Analytics__Box_Body {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 24px 42px 24px;
}
.Analytics__Box_List {
  list-style: none;
  padding-left: 0;
  margin-right: 15px;
}
.Analytics__Box_List li {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.ListCircle {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
}
.Analytics__Box_Footer {
  height: 90px;
  padding: 15px 7px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
}
.Analytics__Footer_Item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.Analytics__Footer_Item h3 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
}
.Analytics__Footer_Item p {
  font-weight: 700;
  font-size: 24px;
}
.Analytics__Footer_Item p:not(:last-child) {
  border-right: 1px solid #F0F0F0;
}
.ListItem {
  display: flex;
  align-items: center;
}
.ListItem__Text {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ListItem__Value {
  margin-left: 15px;
  font-size: 17px;
}
.ListItem__Value:before {
  color: #808080FF;
  margin-right: 10px;
  content: '|';
}
.Analytics__AreaChart {
  overflow: hidden;
  overflow-x: scroll;
}
@media (max-width: 845px) {
  .Analytics__Section {
    flex-direction: column;
  }
  .Analytics__Box_Body {
    flex-direction: column;
  }
}
.Wallpaper {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 15px 0;
}
.Wallpaper__Item_Mobile {
  width: 45%;
  margin-bottom: 12px;
  cursor: pointer;
}
.Wallpaper__Item_Mobile img {
  width: 100%;
  height: 100%;
}
.Wallpaper__Item_Desktop {
  width: 20%;
  margin-bottom: 12px;
  margin-right: 10px;
  cursor: pointer;
}
.Wallpaper__Item_Desktop img {
  width: 100%;
  height: 100%;
}
.Wallpaper__Item_Desktop img:hover {
  opacity: 0.4;
}
.ProductSettings .ProductSettings__DeleteButton {
  color: #f85b60 !important;
}
.ProductSettings .ProductSettings__CancelButton {
  color: #f85b60 !important;
}
.ProductSettings .row-dragging {
  background: #fafafa !important;
  border: 1px solid #ccc !important;
}
.ProductSettings .row-dragging td {
  padding: 16px !important;
}
.ProductSettings .row-dragging .drag-visible {
  visibility: visible !important;
  opacity: 1 !important;
}
.ProductSettings__FormButton {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.ProductSettings__FormButton .ant-btn:not(:last-child) {
  margin-right: 15px;
}
.ProductSettings__ContactsActions {
  margin: 25px 0 15px 0;
}
.ProductSettings__ContactsActions .ant-btn:not(:last-child) {
  margin-right: 15px;
}
.ProductSettings__Settings {
  margin-top: 25px;
}
.ProductSettings__Settings .ProductSettings__ProductStatus {
  display: flex;
  align-items: center;
}
.ProductSettings__Settings .ProductSettings__ProductStatus .ProductSettings__ProductStatus_Circle {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-radius: 50%;
}
.ProductSettings__Settings .ProductSettings__SettingsSwitcher {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.ProductSettings__Settings .ProductSettings__SettingsSwitcher .ant-row {
  margin: 0;
}
.ProductSettings__Settings .ProductSettings__SettingsSwitcher .ant-switch {
  margin-right: 15px;
}
.ProductSettings__SettingsSlider {
  margin-top: 30px;
  max-width: 300px;
}
.ProductSettings__SettingsSlider .ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #f5232d;
}
.ProductSettings__SettingsSlider .ant-slider-handle.ant-tooltip-open {
  border-color: #f5232d;
}
.ProductSettings__SettingsSlider .ant-slider-track {
  background: #f5232d !important;
}
.ProductSettings__SettingsSlider .ant-slider-dot-active {
  border-color: #f5232d;
}
.ProductSettings__SettingsSlider .ant-slider-handle {
  border-color: #f5232d;
}
.ProductSettings__SettingsSlider .ant-slider-handle:focus {
  border: 2px solid #f5232d;
}
.ProductSettings__SettingsSlider .ant-slider-handle .ant-tooltip-open {
  border-color: #f5232d !important;
}
.ProductSettings__SettingsSignal .ant-progress {
  margin-left: 20px;
}
.ProductSettings__SettingsBattery {
  margin-top: 15px;
  display: flex;
  max-width: 350px;
}
.ProductSettings__SettingsBattery .ant-progress {
  margin-left: 20px;
  width: 120px;
}
.ProductSettings__SettingsStatus {
  margin-top: 15px;
  max-width: 400px;
  display: flex;
}
.ProductSettings__SettingsStatus .ant-progress {
  margin-left: 20px;
  width: 120px;
}
.ProductSettings__SettingsStatus .ant-progress-bg {
  background: #ffec3d;
}
.ProductSettings__Notifications {
  margin-top: 15px;
}
.ProductSettings__NotificationsItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 50px;
  height: 42px;
  border-bottom: 1px solid #f0f0f0;
}
.ProductSettings__NotificationsItem p {
  margin: 0;
}
.ProductSettings__NotificationsItem:not(:first-child) {
  height: 78px;
}
.ProductSettings__NotificationsItem_Body {
  display: flex;
  align-items: center;
}
.ProductSettings__NotificationsItem_Body img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}
.ProductSettings__NotificationsItem_Text {
  color: #cdcdcd;
}
.ProductSettings__NotificationsSwitcher {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.ProductSettings__NotificationsSwitcher .ant-form-item {
  margin: 0;
}
.ProductSettings__NotificationsSwitcher .ant-switch {
  margin-right: 15px;
}
.ProductSettings__EmailEdit {
  display: flex;
  align-items: center;
}
.ProductSettings__EmailEdit .ant-form-item {
  margin: 0;
  max-width: 300px;
}
@media (max-width: 480px) {
  .ProductSettings__NotificationsSwitcher .ant-switch {
    margin: 15px 15px 0 0;
  }
  .ProductSettings__NotificationsSwitcher span {
    line-height: 15px;
  }
  .ProductSettings__NotificationsItem_Actions {
    margin-left: 25px;
  }
}
@media (max-width: 763px) {
  .ProductSettings__NotificationsItem {
    margin: 30px 0;
    height: auto !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .ProductSettings__NotificationsSwitcher .ant-switch {
    margin: 15px 15px 0 0;
  }
  .ProductSettings__EmailEdit {
    display: block;
  }
  .ProductSettings__EmailEdit .ant-form-item {
    margin: 15px;
    width: 90%;
  }
}
.ProfileSettingsDiary {
  padding: 24px;
}
.ProfileSettingsDiary .DiaryForm__CustomQuestion_Btn {
  margin: 20px 0;
}
.ProfileSettingsDiary__CalendarSwitcher {
  max-width: 280px;
  display: flex;
  justify-content: space-between;
}
.ProfileSettingsDiary__Transfer_Item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ProfileSettingsDiary__Transfer_Item span {
  display: flex;
  align-items: center;
  color: #039281;
}
.ProfileSettingsDiary__Transfer_Item .anticon-clock-circle {
  margin-right: 5px;
}
.DiaryForm__AddTime_Btn {
  color: #039281 !important;
}
.ProfileSettingsDiary__Button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.Request {
  padding: 10px;
  margin: 15px 0;
  border-radius: 10px;
  border: 2px solid #008b79;
}
.Request__Title {
  font-size: 15px;
  color: #008b79;
}
.Request__Btn {
  position: fixed;
  right: 20px;
  bottom: 200px;
  width: 70px;
  height: 70px;
  background: #008b79;
  color: #FFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.Admin .ant-tag {
  cursor: pointer;
}
.Admin__Pagination {
  margin: 10px 0;
}
.AdminAnalytics__Title {
  text-align: center;
}
.AdminAnalytics__Actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AdminAnalytics__Buttons {
  display: flex;
  align-items: center;
}
.AdminAnalytics__Buttons .ant-btn:not(:last-child) {
  margin-right: 10px;
}
.Admin__Pagination {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 !important;
}
.AdminProducts__Generate {
  display: flex;
  justify-content: space-evenly;
}
.AdminProducts__Generate .ant-form-item {
  margin-bottom: 0;
}
.AdminProducts__Generate .AdminProducts__Generate_Item:not(:last-child) {
  margin-right: 10px;
}
.AdminProducts__CardAssign {
  display: flex;
  justify-content: space-between;
}
.AdminProducts__CardAssign .anticon {
  cursor: pointer;
  font-size: 17px;
}
.AdminAdditional {
  padding: 20px;
}
.AdminForm__SubmitButtons {
  display: flex;
  justify-content: space-around;
}
.AdminPeoples__Profiles {
  width: 100%;
  margin-left: 50px;
}
.AdminPeoplesProfile {
  width: 200px;
}
.AdminPeoplesProfile__Name {
  font-size: 18px;
  margin-bottom: 5px;
}
.AdminPeoplesProfile__Title {
  color: #008b7a;
}
.AdminPeoplesProfile__Avatar {
  width: 190px;
  height: 190px;
}
.AdminPeoplesProfile__Avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AdminPeoples__Code {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.AdminPeoples__Code p {
  margin-bottom: 0;
}
.AdminRole__DeleteButton {
  color: #ff2727 !important;
}
.AdminRole__Select {
  display: flex;
  align-items: center;
}
.AdminRole__Select .ant-select {
  margin-right: 10px;
}
.AdminRole__Select .anticon-close-circle {
  cursor: pointer;
}
.AdminPeoples__Social .anticon {
  font-size: 20px;
}
.AdminPeoples__Verified {
  display: flex;
}
.AdminPeoples__Verified .anticon {
  margin-left: 10px;
  font-size: 16px;
  cursor: pointer;
}
.AdminPeoples__Roles {
  display: flex;
  justify-content: space-between;
}
.AdminPeoples__Roles .anticon-plus-circle {
  cursor: pointer;
  font-size: 20px;
}
@media (max-width: 992px) {
  .AdminPeoples__Profiles {
    margin: 0;
  }
}
.PromocodeForm {
  padding: 20px;
}
.PromocodeForm .ant-input-number {
  width: 100%;
}
.PromocodeForm .ant-picker {
  width: 100%;
}
.AdminPromocode__Subscription {
  width: 80px;
}
.AdminPromocode__Subscription .anticon {
  font-size: 16px;
  cursor: pointer;
}
.AdminAnalytics__Wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.AdminAnalytics__Age {
  width: 200px;
  height: 200px;
  margin-top: 100px;
  border-radius: 50%;
  border: 10px solid #59de9c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
}
.AdminAnalytics__Body {
  gap: 10px;
}
.AdminAnalytics__Body .ant-collapse-header {
  background: #eff8f7;
  padding-left: 40px;
  align-items: center !important;
}
.AdminAnalytics__Body .ant-collapse {
  border: 1px solid #f0f0f0;
}
.AdminAnalytics__Body .ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #f0f0f0;
}
.AdminAnalytics__Body .ant-collapse > .ant-collapse-item:last-child {
  border: none;
}
.AdminAnalytics__Body .ant-collapse-content {
  border-top: 1px solid #f0f0f0;
}
.AdminAnalytics__Body .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #039281;
}
.ConsultationDrawer__EmptyPhone {
  padding-top: 30%;
  text-align: center;
}
.ConsultationAccountVerification {
  text-align: center;
  margin: 60% 0;
}
.ConsultationAccountVerification .AccountPrimaryButton {
  margin-top: auto;
}
.Maintenance {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.Maintenance__Title {
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.Maintenance__Image {
  width: 300px;
  height: 300px;
}
@media (max-width: 576px) {
  .Maintenance__Title {
    font-size: 25px;
  }
  .Maintenance__Image {
    width: 200px;
    height: 200px;
  }
}
.AdminLayout {
  padding: 15px;
}
.AdminLayout__Header {
  margin-top: 35px;
}
.AdminLayout__Title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AdminLayout__Title_Text {
  display: flex;
  align-items: center;
}
.AdminLayout__Title_Text h2 {
  margin: 0;
}
.AdminLayout__Title_Text .anticon-user {
  font-size: 25px;
}
.AdminLayout__Title_Button {
  display: flex;
  align-items: center;
}
.AdminLayout__Title_Button .ant-btn {
  margin-right: 5px;
}
.AdminLayout__Actions {
  margin: 50px 0 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AdminLayout__Actions .ant-input-search {
  width: 200px;
}
.AdminLayout__Actions .ant-input-search:not(:last-child) {
  margin-right: 10px;
}
.AdminLayout__Actions .ant-select {
  margin-left: 7px;
}
.AdminLayout__Table {
  width: 100%;
  margin-top: 20px;
}
.AdminLayout__Table .anticon {
  cursor: pointer;
  color: #27a166;
}
.AdminLayout__Table .anticon-check-circle {
  cursor: auto;
  font-size: 20px;
}
.AdminLayout__Table .anticon-close-circle {
  cursor: auto;
  font-size: 20px;
  color: #ff2727;
}
.AdminLayout__Table .anticon-delete {
  color: #ff2727;
}
.AdminLayout__Table .TableActions .anticon:not(:last-child) {
  margin-right: 5px;
}
.AdminForm__SubmitButtons {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .AdminLayout__Title {
    flex-direction: column;
  }
  .AdminLayout__Title_Text {
    margin-bottom: 15px;
  }
  .AdminLayout__Actions {
    display: flex;
    flex: auto;
    justify-content: center !important;
  }
  .AdminLayout__Actions .ant-input-search {
    margin-bottom: 10px;
  }
}
.AdminPeoplesRelations {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.AdminPeoplesRelations__Pagination {
  margin-top: 30px !important;
  display: flex;
  justify-content: flex-end;
}
.AdminPeoplesRelations__Header {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}
.AdminPeoplesRelations__Header .ant-btn {
  margin-left: 10px;
}
.AdminPeoplesRelations__MobileHeader {
  display: none;
}
@media (max-width: 992px) {
  .AdminPeoplesRelations {
    flex-direction: column;
    align-items: center;
  }
  .AdminPeoplesRelations__MobileHeader {
    margin: 15px 0;
    display: flex;
    justify-content: center;
  }
  .AdminPeoplesRelations__MobileHeader .ant-btn:not(:last-child) {
    margin-right: 10px;
  }
}
.PhonePreview {
  width: 372px;
  height: 756px;
  position: relative;
  margin: 0 auto 16px;
  border-radius: 64px;
  border: 4px solid #aaa;
}
.PhonePreview__Content {
  width: 364px;
  height: 748px;
  border: 16px solid #222;
  overflow: hidden;
  border-radius: 60px;
  display: flex;
  flex-direction: column;
  background: #333;
  position: relative;
}
.PhonePreview__Content:after {
  content: '';
  position: absolute;
  top: 0;
  width: 60%;
  background: #222;
  height: 16px;
  left: 20%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.PhonePreview__Header {
  position: relative;
  padding: 16px 16px 0 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #008b7a;
}
.PhonePreview__Header_Wrapper {
  margin-top: 12px;
  margin-bottom: 5px;
}
.ProfileMainInfoMobile {
  margin: 0 10px 30px 10px;
  width: calc(100% - 20px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ProfileMainInfoMobile__Title {
  width: 37%;
  margin-left: 7%;
  font-size: 23px;
}
.ProfileMainInfoMobile__Title_Name {
  font-weight: 600;
  line-height: 25px;
}
.ProfileMainInfoMobile__Title_BloodType {
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .ProfileMainInfoMobile__Title {
    line-height: 25px;
    margin-left: 4%;
  }
  .ProfileMainInfoMobile__Title_Name {
    font-size: 20px;
    font-weight: bolder;
  }
  .ProfileMainInfoMobile__Title_Age {
    font-size: 18px;
  }
  .ProfileMainInfoMobile__Title_BloodType {
    font-size: 18px;
    margin-bottom: 1px;
  }
}
@media (max-width: 768px) {
  .ProfileMainInfoMobile__Title {
    margin-left: 4%;
    line-height: 19px;
  }
  .ProfileMainInfoMobile__Title_BloodType {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .ProfileMainInfoMobile__Title_Age {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .ProfileMainInfoMobile__Title {
    margin-left: 4%;
  }
  .ProfileMainInfoMobile__Title_BloodType {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .ProfileMainInfoMobile__Title_Age {
    font-size: 17px;
    line-height: 15px;
  }
}
@media (max-width: 306px) {
  .ProfileMainInfoMobile__Title {
    line-height: 20px;
    margin-left: 4%;
  }
  .ProfileMainInfoMobile__Title_Name {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .ProfileMainInfoMobile__Title_Age {
    font-size: 14px;
  }
  .ProfileMainInfoMobile__Title_BloodType {
    font-size: 16px;
    margin-bottom: 1px;
  }
}
.AddProfileFormLastStep__ItemWrapper .ant-row,
.AddProfileFormLastStep__ItemWrapper .ant-form-item {
  margin: 0;
}
.AddProfileFormLastStep__Title {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.45);
}
.ProfileQR {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 20px;
}
.ProfileQR__Title {
  max-width: 655px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}
.AdminSubscriptionForm {
  display: flex;
  justify-content: space-between;
}
.AdminSubscriptionForm .anticon {
  font-size: 20px;
}
.UploadDocs .ant-upload-list-item .ant-upload-list-item-card-actions-btn {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .InfoForm .ant-row {
    margin-bottom: 8px;
  }
  .InfoForm .ProfileInfoSwitcher {
    justify-content: space-between;
    width: 100%;
  }
  .InfoForm .UploadDocs {
    width: 100%;
  }
  .InfoForm .UploadDocs .ant-upload {
    width: 100%;
  }
  .InfoForm .UploadDocs .ant-upload > button {
    width: 100%;
  }
  .InfoForm .UploadDocs .ant-upload-list-item .ant-upload-list-item-card-actions-btn {
    opacity: 1 !important;
  }
}
.SearchProfile__Active {
  color: #008b79 !important;
}
.Profile__Form {
  padding: 20px;
  background: #f5f5f5;
}
.Profile__Form .ant-btn-dashed {
  margin: 0;
}
.PaddingWrapper {
  padding: 20px;
}
.FormNextButton {
  width: 100%;
}
.ConfirmationWrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 576px) {
  .AddProfileConfirmation {
    margin-top: 20px;
  }
}
.AddProfileConfirmation__Timer {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 44px;
  line-height: 44px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 576px) {
  .AddProfileConfirmation__Timer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.AddProfileConfirmation__Content {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}
.AddProfileConfirmation__Content_Color {
  color: rgba(0, 0, 0, 0.65);
}
.AddProfileConfirmation__Content_Width {
  max-width: 655px;
}
.AddProfileConfirmation__Content {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}
.AddProfileConfirmation__Content_Color {
  color: rgba(0, 0, 0, 0.65);
}
.AddProfileConfirmation__Content_Width {
  max-width: 655px;
}
.UploadWrapper {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 190px;
  margin: 40px auto 20px;
}
.UploadWrapper .ant-upload.ant-upload-select-picture-card {
  margin: 0;
}
.UploadWrapper .ant-upload-list-picture .ant-upload-list-item,
.UploadWrapper .ant-upload-list-picture-card .ant-upload-list-item {
  padding: 3px;
}
.UploadWrapper .ant-upload-list-picture-card-container {
  height: 190px;
  width: 190px;
}
.UploadWrapper .ant-upload.ant-upload-select-picture-card > .ant-upload {
  height: 190px;
  width: 190px;
}
.UploadWrapper .ant-upload.ant-upload-select-picture-card {
  height: 190px;
  width: 190px;
}
.UploadWrapper .ant-upload-list,
.UploadWrapper .ant-upload-list-picture-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.UploadWrapper .ant-upload-list-item-card-actions-btn {
  margin: 0;
}
.UploadWrapper .ant-btn {
  margin-top: 25px;
}
.UploadWrapper .ant-upload-list-picture-card-container {
  margin: 0;
}
@media (max-width: 576px) {
  .UploadWrapper {
    height: 100%;
    max-height: 343px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 343px;
    margin: 0 0 10px 0;
  }
  .UploadWrapper .ant-upload.ant-upload-select-picture-card {
    margin: 0;
  }
  .UploadWrapper .ant-upload-list-picture .ant-upload-list-item,
  .UploadWrapper .ant-upload-list-picture-card .ant-upload-list-item {
    padding: 3px;
  }
  .UploadWrapper .ant-upload-list-picture-card-container {
    height: 100%;
    width: 100%;
  }
  .UploadWrapper .ant-upload.ant-upload-select-picture-card > .ant-upload {
    height: 100%;
    width: 100%;
  }
  .UploadWrapper .ant-upload.ant-upload-select-picture-card {
    height: 343px;
    width: 100%;
  }
  .UploadWrapper .ant-upload-list,
  .UploadWrapper .ant-upload-list-picture-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .UploadWrapper .ant-upload-list-item-card-actions-btn {
    margin: 0;
  }
  .UploadWrapper .ant-btn {
    margin-top: 0;
  }
  .UploadWrapper .ant-upload-list-picture-card-container {
    margin: 0;
  }
}
.AddProfileFormBinding {
  margin-top: 40px;
}
.AddProfileFormBinding .ant-btn {
  width: 30%;
  min-width: 110px;
}
@media (max-width: 576px) {
  .AddProfileFormBinding {
    margin-top: 20px;
  }
  .AddProfileFormBinding .ant-btn {
    width: 45%;
    min-width: 120px;
  }
}
.ProfileSide {
  width: 100%;
  background: #ffffff;
}
.ProfileSide .SpinnerWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.ProfileSide__Uploader {
  display: flex !important;
  justify-content: center;
}
.ProfileSide__Uploader .ant-upload.ant-upload-select-picture-card {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 8px;
}
.ProfileSide .ant-card {
  border: none;
}
.ProfileSide .ant-card-head-title {
  font-size: 16px;
  line-height: 24px;
}
.ProfileSide .ant-card-extra .ant-btn {
  color: #039281;
  border: none;
}
.ProfileSide .ant-card-body {
  padding: 0;
}
.ProfileSide .ProfileMedicalCard__Body {
  padding: 14px 10px;
}
.ProfileSide .ant-upload-list-picture .ant-upload-list-item,
.ProfileSide .ant-upload-list-picture-card .ant-upload-list-item {
  border: none;
}
.ProfileSide .ant-upload-picture-card-wrapper {
  width: 349px;
  height: auto;
}
.ProfileSide .ant-upload-list {
  min-width: 320px;
  height: 349px;
}
.ProfileSide .ant-upload-list-picture-card-container {
  min-width: 320px;
  height: 349px;
  margin: 0 !important;
}
.ProfileSide .ant-upload-list-picture-card {
  display: flex;
  justify-content: center;
}
.ProfileSide__Card .ant-card-actions > li > span {
  cursor: default;
}
@media (max-width: 992px) {
  .ProfileSide .ant-upload-list {
    min-width: 320px;
  }
  .ProfileSide .ant-card-head {
    min-height: 20px;
    padding: 0;
    display: none;
  }
  .ProfileSide .ant-upload-picture-card-wrapper {
    padding: 8px 0;
  }
  .ProfileSide .ant-upload-list-picture-card-container {
    min-width: 320px;
  }
  .ProfileSide .ant-upload-list-item-list-type-picture-card {
    padding: 0 !important;
  }
  .ProfileSide .ant-upload-list-picture-card {
    display: flex;
    justify-content: center;
  }
}
.ConsultationModal iframe {
  border: none;
}
.History {
  padding: 45px 24px;
  display: flex;
  flex-direction: column;
}
.History_ContentHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.History__ContentHeader_Title {
  font-weight: 500;
  font-size: 20px;
}
.HistoryFilters__ActiveProfile {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.HistoryFilters__ActiveProfile .ant-btn {
  margin-left: 10px;
}
.HistoryFilters__ActiveProfile_Name {
  margin: 0;
}
.History_Content {
  margin-bottom: 50px;
  font-weight: 700;
}
.History__Pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .History {
    padding: 24px 24px 24px 24px;
  }
  .History_Content {
    margin-bottom: 10px;
  }
  .History__Pagination {
    justify-content: center;
  }
  .History__Pagination .ant-pagination-prev,
  .History__Pagination .ant-pagination-next {
    width: 32px !important;
    min-width: 20px !important;
  }
  .History__Pagination .ant-pagination-item {
    width: 32px !important;
    min-width: 20px !important;
  }
  .History__Pagination .ant-pagination-item a {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .History_ContentHeader {
    flex-direction: column;
    align-items: center;
  }
  .HistoryFilters__ActiveProfile_Name {
    margin: 15px 0;
    font-size: 16px;
  }
  .History__ContentHeader_Title {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
.HistorySteps h5 {
  color: rgba(0, 0, 0, 0.65) !important;
  margin-bottom: 6px !important;
}
.HistorySteps__Steps .ant-steps-item:first-child .ant-steps-item-container,
.HistorySteps__Steps .ant-steps-item:last-child .ant-steps-item-container {
  height: 20px;
}
.HistorySteps__Steps .ant-steps-item:first-child .ant-steps-item-content,
.HistorySteps__Steps .ant-steps-item:last-child .ant-steps-item-content {
  display: none !important;
}
.HistorySteps__Steps .ant-steps-item:first-child .ant-steps-item-icon,
.HistorySteps__Steps .ant-steps-item:last-child .ant-steps-item-icon {
  display: none !important;
}
.HistorySteps__Steps .ant-steps-item:first-child .ant-steps-item-tail,
.HistorySteps__Steps .ant-steps-item:last-child .ant-steps-item-tail {
  padding: 0 0 6px 0 !important;
}
.HistorySteps__Steps .ant-steps-item:last-child .ant-steps-item-container {
  height: 0;
  overflow: hidden;
  display: none !important;
}
.HistorySteps__Steps .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}
.HistorySteps__Steps .ant-steps-item-title {
  width: 100%;
}
.HistorySteps__Steps_StepBody {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.HistorySteps__Steps_StepBody .anticon {
  margin: 0 5px;
}
.HistorySteps__Steps_StepBody_Name {
  margin-right: 15px;
  color: #0b534a;
}
@media (max-width: 992px) {
  .HistorySteps__Steps .ant-steps-item-title {
    padding-right: 0 !important;
  }
  .HistorySteps__Steps_StepBody .ant-typography-secondary {
    min-width: 60px;
    text-align: right;
  }
  .HistorySteps__Steps_StepBody > div {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.HistoryDrawer .ant-drawer-body {
  padding: 0;
}
.HistoryDrawer__Body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.HistoryDrawer__Body .ProfileMedicalCardTitle {
  padding-left: 10px;
}
.HistoryFilters > * {
  margin-left: 8px !important;
}
.HistoryFilters .ant-select {
  width: 130px;
}
.HistoryFilters .ant-input-search {
  width: 130px;
}
.PublicInfoProfile {
  margin-bottom: 20px !important;
  border: 1px solid #f0f0f0 !important;
}
.PublicInfoProfile .ant-collapse-header {
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center !important;
}
.PublicInfoProfile .ant-collapse-arrow {
  color: #039281;
}
.PublicInfoProfile .ant-collapse-item {
  border: none !important;
}
.PublicInfoProfile .ant-collapse-content {
  border-top: 1px solid #f0f0f0;
}
.PublicInfoProfile .ant-collapse-content-box {
  padding: 0 !important;
}
@media all and (max-width: 992px) {
  .PublicInfoProfile {
    display: none;
  }
}
.PublicProfile__Alert {
  margin-bottom: 20px !important;
}
.PublicProfile__EmptyImage {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
.PublicProfile__EmptyImage > h3 {
  text-align: center;
}
.ProfileSide .ProfileSideBarActions {
  display: flex;
}
.ProfileSide .ProfileSideBarActions > .ProfileSideActionBlock {
  flex: 1;
  justify-content: center;
}
.ProfileSide .ProfileSideBarActions > .ProfileSideActionBlock:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.ProfileSide .ProfileSideBarActions__Subscriptions {
  display: flex;
}
.ProfileSide .ProfileSideBarActions__Subscriptions .ProfileCardTag:not(:last-child) {
  margin-right: 5px;
}
.ProfileSide .ProfileSideActionBlock__ItemBlock {
  padding: 0 10px;
}
.PublicProfileWrapper {
  position: relative;
  padding: 10px;
}
.ProfileActiveSubscriptions {
  padding: 24px;
}
.ProfileActiveSubscriptions__AutoPay {
  display: flex;
  align-items: center;
}
.ProfileActiveSubscriptions__AutoPay .anticon {
  font-size: 17px;
}
.ProfileActiveSubscriptions__AutoPay .anticon-check-circle {
  color: #006d75;
}
.ProfileActiveSubscriptions__AutoPay .anticon-close-circle {
  color: #ff0707;
}
@media (max-width: 576px) {
  .ProfileActiveSubscriptions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }
  .ProfileActiveSubscriptions__AutoPay {
    margin-left: 10px;
  }
}
.ActiveSubscriptionCard {
  padding: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  width: 300px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.ActiveSubscriptionCard__Title .ant-tag {
  padding: 5px;
  font-size: 20px;
}
.ActiveSubscriptionCard__Expired {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ActiveSubscriptionCard__Switcher {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 500px) {
  .ActiveSubscriptionCard__Expired span {
    margin-right: 10px;
  }
}

/* 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-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}
.ant-modal.ant-zoom-enter,
.ant-modal.ant-zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
}
.ant-modal-wrap {
  z-index: 1000;
}
.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}
.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-modal-close-x {
  display: block;
  width: 54px;
  height: 54px;
  font-size: 16px;
  font-style: normal;
  line-height: 54px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
}
.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .ant-modal-centered .ant-modal {
    flex: 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 24px;
  text-align: right;
}
.ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #ff4d4f;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #008B7A;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}
.ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
  pointer-events: none;
}
.ant-modal-wrap-rtl {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-close {
  right: initial;
  left: 0;
}
.ant-modal-wrap-rtl .ant-modal-footer {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body {
  direction: rtl;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns {
  text-align: left;
}
.ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}
.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
  text-align: right;
}

/* 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-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  z-index: 1010;
  margin-right: 24px;
}
.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}
.ant-notification-hook-holder {
  position: relative;
}
.ant-notification-notice {
  position: relative;
  width: 384px;
  max-width: calc(100vw - 24px * 2);
  margin-bottom: 16px;
  margin-left: auto;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5715;
  word-wrap: break-word;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-notification-top .ant-notification-notice,
.ant-notification-bottom .ant-notification-notice {
  margin-right: auto;
  margin-left: auto;
}
.ant-notification-topLeft .ant-notification-notice,
.ant-notification-bottomLeft .ant-notification-notice {
  margin-right: auto;
  margin-left: 0;
}
.ant-notification-notice-message {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}
.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}
.ant-notification-notice-description {
  font-size: 14px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}
.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}
.anticon.ant-notification-notice-icon-success {
  color: #52c41a;
}
.anticon.ant-notification-notice-icon-info {
  color: #008B7A;
}
.anticon.ant-notification-notice-icon-warning {
  color: #faad14;
}
.anticon.ant-notification-notice-icon-error {
  color: #ff4d4f;
}
.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}
.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  opacity: 0;
  animation-play-state: paused;
}
.ant-notification-fade-leave {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s;
  animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}
@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.ant-notification-rtl {
  direction: rtl;
}
.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 0;
  padding-left: 24px;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-right: 48px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-icon {
  margin-right: 4px;
  margin-left: 0;
}
.ant-notification-rtl .ant-notification-notice-close {
  right: auto;
  left: 22px;
}
.ant-notification-rtl .ant-notification-notice-btn {
  float: left;
}
.ant-notification-top,
.ant-notification-bottom {
  margin-right: 0;
  margin-left: 0;
}
.ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationTopFadeIn;
}
.ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationBottomFadeIn;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationLeftFadeIn;
}
@keyframes NotificationTopFadeIn {
  0% {
    margin-top: -100%;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes NotificationBottomFadeIn {
  0% {
    margin-bottom: -100%;
    opacity: 0;
  }
  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

/* 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-descriptions-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.ant-descriptions-title {
  flex: auto;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-descriptions-extra {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.ant-descriptions-view {
  width: 100%;
  border-radius: 2px;
}
.ant-descriptions-view table {
  width: 100%;
  table-layout: fixed;
}
.ant-descriptions-row > th,
.ant-descriptions-row > td {
  padding-bottom: 16px;
}
.ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-item-label {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5715;
  text-align: start;
}
.ant-descriptions-item-label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-descriptions-item-label.ant-descriptions-item-no-colon::after {
  content: ' ';
}
.ant-descriptions-item-no-label::after {
  margin: 0;
  content: '';
}
.ant-descriptions-item-content {
  display: table-cell;
  flex: 1;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  word-break: break-word;
  overflow-wrap: break-word;
}
.ant-descriptions-item {
  padding-bottom: 0;
  vertical-align: top;
}
.ant-descriptions-item-container {
  display: flex;
}
.ant-descriptions-item-container .ant-descriptions-item-label,
.ant-descriptions-item-container .ant-descriptions-item-content {
  display: inline-flex;
  align-items: baseline;
}
.ant-descriptions-middle .ant-descriptions-row > th,
.ant-descriptions-middle .ant-descriptions-row > td {
  padding-bottom: 12px;
}
.ant-descriptions-small .ant-descriptions-row > th,
.ant-descriptions-small .ant-descriptions-row > td {
  padding-bottom: 8px;
}
.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #f0f0f0;
}
.ant-descriptions-bordered .ant-descriptions-view > table {
  table-layout: auto;
  border-collapse: collapse;
}
.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 16px 24px;
  border-right: 1px solid #f0f0f0;
}
.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-right: none;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa;
}
.ant-descriptions-bordered .ant-descriptions-item-label::after {
  display: none;
}
.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #f0f0f0;
}
.ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
  padding: 12px 24px;
}
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 8px 16px;
}
.ant-descriptions-rtl {
  direction: rtl;
}
.ant-descriptions-rtl .ant-descriptions-item-label::after {
  margin: 0 2px 0 8px;
}
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-left: 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-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 2px;
}
.ant-card-rtl {
  direction: rtl;
}
.ant-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.ant-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #f0f0f0;
}
.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-card-head::before {
  display: table;
  content: '';
}
.ant-card-head::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-head-title > .ant-typography,
.ant-card-head-title > .ant-typography-edit-content {
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ant-card-head .ant-tabs-top {
  clear: both;
  margin-bottom: -17px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-head .ant-tabs-top-bar {
  border-bottom: 1px solid #f0f0f0;
}
.ant-card-extra {
  margin-left: auto;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-rtl .ant-card-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-card-body {
  padding: 24px;
}
.ant-card-body::before {
  display: table;
  content: '';
}
.ant-card-body::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-contain-grid .ant-card-body {
  display: flex;
  flex-wrap: wrap;
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
  transition: all 0.3s;
}
.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-bordered .ant-card-cover {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}
.ant-card-cover > * {
  display: block;
  width: 100%;
}
.ant-card-cover img {
  border-radius: 2px 2px 0 0;
}
.ant-card-actions {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.ant-card-actions::before {
  display: table;
  content: '';
}
.ant-card-actions::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-actions > li {
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 1.5715;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #008B7A;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #008B7A;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}
.ant-card-rtl .ant-card-actions > li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  display: flex;
  margin: -4px 0;
}
.ant-card-meta::before {
  display: table;
  content: '';
}
.ant-card-meta::after {
  display: table;
  clear: both;
  content: '';
}
.ant-card-meta-avatar {
  padding-right: 16px;
}
.ant-card-rtl .ant-card-meta-avatar {
  padding-right: 0;
  padding-left: 16px;
}
.ant-card-meta-detail {
  flex: 1;
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-loading {
  overflow: hidden;
}
.ant-card-loading .ant-card-body {
  user-select: none;
}
.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}

/* 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: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  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 ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb li:last-child {
  color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb li:last-child a {
  color: rgba(0, 0, 0, 0.85);
}
li: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,
.ant-breadcrumb-link > .anticon + a {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.ant-breadcrumb-rtl {
  direction: rtl;
}
.ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}
.ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}
.ant-breadcrumb-rtl > span {
  float: right;
}
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
  margin-right: 4px;
  margin-left: 0;
}
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
  margin-right: 4px;
  margin-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-switch {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.ant-switch-checked:focus {
  box-shadow: 0 0 0 2px #b8ccc6;
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-checked {
  background-color: #008B7A;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}
.ant-switch-inner {
  display: block;
  margin: 0 7px 0 25px;
  color: #fff;
  font-size: 12px;
  transition: margin 0.2s;
}
.ant-switch-checked .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}
.ant-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
  transition: all 0.2s ease-in-out;
  content: '';
}
.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px - 2px);
}
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-loading-icon.anticon {
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
}
.ant-switch-checked .ant-switch-loading-icon {
  color: #008B7A;
}
.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 16px;
}
.ant-switch-small .ant-switch-inner {
  margin: 0 5px 0 18px;
  font-size: 12px;
}
.ant-switch-small .ant-switch-handle {
  width: 12px;
  height: 12px;
}
.ant-switch-small .ant-switch-loading-icon {
  top: 1.5px;
  font-size: 9px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin: 0 18px 0 5px;
}
.ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 12px - 2px);
}
.ant-switch-rtl {
  direction: rtl;
}
.ant-switch-rtl .ant-switch-inner {
  margin: 0 25px 0 7px;
}
.ant-switch-rtl .ant-switch-handle {
  right: 2px;
  left: auto;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
  right: 0;
  left: -30%;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: -30%;
  left: 0;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
  margin: 0 7px 0 25px;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 18px - 2px);
}
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 12px - 2px);
}

/* 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-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 2px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 2px 2px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  vertical-align: -1px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
  flex: auto;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-left: auto;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
  cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
  flex: none;
  cursor: pointer;
}
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only {
  cursor: default;
}
.ant-collapse > .ant-collapse-item .ant-collapse-icon-collapsible-only .ant-collapse-expand-icon {
  cursor: pointer;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-collapse-content {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-hidden {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 2px 2px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item:last-child {
  border-bottom: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse-ghost {
  background-color: transparent;
  border: 0;
}
.ant-collapse-ghost > .ant-collapse-item {
  border-bottom: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-collapse-rtl {
  direction: rtl;
}
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
}
.ant-collapse-rtl.ant-collapse.ant-collapse-icon-position-end > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: auto;
  left: 16px;
  margin: 0;
  transform: translateY(-50%);
}
.ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-right: 0;
  margin-left: 12px;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-right: auto;
  margin-left: 0;
}
.ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-right: 12px;
  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-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: rgba(190, 190, 190, 0.2);
  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;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
}
.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: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
}
.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-round .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
  border-radius: 100px;
}
.ant-skeleton-active .ant-skeleton-title,
.ant-skeleton-active .ant-skeleton-paragraph > li,
.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton-active .ant-skeleton-button,
.ant-skeleton-active .ant-skeleton-input,
.ant-skeleton-active .ant-skeleton-image {
  position: relative;
  /* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
  z-index: 0;
  overflow: hidden;
  background: transparent;
}
.ant-skeleton-active .ant-skeleton-title::after,
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
.ant-skeleton-active .ant-skeleton-avatar::after,
.ant-skeleton-active .ant-skeleton-button::after,
.ant-skeleton-active .ant-skeleton-input::after,
.ant-skeleton-active .ant-skeleton-image::after {
  position: absolute;
  top: 0;
  right: -150%;
  bottom: 0;
  left: -150%;
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  animation: ant-skeleton-loading 1.4s ease infinite;
  content: '';
}
.ant-skeleton.ant-skeleton-block {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
  width: 100%;
}
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
  width: 100%;
}
.ant-skeleton-element {
  display: inline-block;
  width: auto;
}
.ant-skeleton-element .ant-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
  width: 64px;
  min-width: 64px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
  width: 32px;
  min-width: 32px;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
  border-radius: 32px;
}
.ant-skeleton-element .ant-skeleton-button-lg {
  width: 80px;
  min-width: 80px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
  width: 40px;
  min-width: 40px;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
  border-radius: 40px;
}
.ant-skeleton-element .ant-skeleton-button-sm {
  width: 48px;
  min-width: 48px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
  width: 24px;
  min-width: 24px;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
  width: 24px;
  min-width: 24px;
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
  border-radius: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 160px;
  min-width: 160px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-element .ant-skeleton-input-lg {
  width: 200px;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-element .ant-skeleton-input-sm {
  width: 120px;
  min-width: 120px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-element .ant-skeleton-image {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
  border-radius: 50%;
}
.ant-skeleton-element .ant-skeleton-image-path {
  fill: #bfbfbf;
}
.ant-skeleton-element .ant-skeleton-image-svg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  max-width: 192px;
  max-height: 192px;
}
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
  border-radius: 50%;
}
@keyframes ant-skeleton-loading {
  0% {
    transform: translateX(-37.5%);
  }
  100% {
    transform: translateX(37.5%);
  }
}
.ant-skeleton-rtl {
  direction: rtl;
}
.ant-skeleton-rtl .ant-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  animation-name: ant-skeleton-loading-rtl;
}
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  animation-name: ant-skeleton-loading-rtl;
}
@keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* 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-popconfirm {
  z-index: 1060;
}

/* 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-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type='file'] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-upload.ant-upload-select-picture-card {
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #008B7A;
}
.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #d9d9d9;
}
.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #00665e;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #189986;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #189986;
  font-size: 48px;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  transition: all 0.3s;
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-picture-card-wrapper {
  display: inline-block;
  width: 100%;
}
.ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  line-height: 1.5715;
}
.ant-upload-list::before {
  display: table;
  content: '';
}
.ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list-item {
  position: relative;
  height: 22.001px;
  margin-top: 8px;
  font-size: 14px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
}
.ant-upload-list-item-card-actions-btn {
  opacity: 0;
}
.ant-upload-list-item-card-actions-btn.ant-btn-sm {
  height: 22.001px;
  line-height: 1;
  vertical-align: top;
}
.ant-upload-list-item-card-actions.picture {
  top: 22px;
  line-height: 0;
}
.ant-upload-list-item-card-actions-btn:focus,
.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-card-actions .anticon {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-upload-list-item-card-actions:hover .anticon {
  color: rgba(0, 0, 0, 0.85);
}
.ant-upload-list-item-info {
  height: 100%;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-upload-list-item-info .anticon-loading .anticon,
.ant-upload-list-item-info .ant-upload-text-icon .anticon {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #f5f5f5;
}
.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #ff4d4f;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #ff4d4f;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #ff4d4f;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  line-height: 60px;
  text-align: center;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
  fill: #fff2f0;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
  fill: #ff4d4f;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-icon .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  margin-bottom: 12px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}
.ant-upload-list-picture-card-container {
  display: inline-block;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  height: 100%;
  margin: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  content: ' ';
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5715;
  text-align: center;
}
.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  width: calc(100% - 14px);
  padding-left: 0;
}
.ant-upload-list-text-container,
.ant-upload-list-picture-container {
  transition: opacity 0.3s, height 0.3s;
}
.ant-upload-list-text-container::before,
.ant-upload-list-picture-container::before {
  display: table;
  width: 0;
  height: 0;
  content: '';
}
.ant-upload-list-text-container .ant-upload-span,
.ant-upload-list-picture-container .ant-upload-span {
  display: block;
  flex: auto;
}
.ant-upload-list-text .ant-upload-span,
.ant-upload-list-picture .ant-upload-span {
  display: flex;
  align-items: center;
}
.ant-upload-list-text .ant-upload-span > *,
.ant-upload-list-picture .ant-upload-span > * {
  flex: none;
}
.ant-upload-list-text .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-name {
  flex: auto;
  margin: 0;
  padding: 0 8px;
}
.ant-upload-list-text .ant-upload-list-item-card-actions,
.ant-upload-list-picture .ant-upload-list-item-card-actions {
  position: static;
}
.ant-upload-list-text .ant-upload-text-icon .anticon {
  position: static;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: forwards;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-upload-rtl {
  direction: rtl;
}
.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
  margin-right: auto;
  margin-left: 8px;
}
.ant-upload-list-rtl {
  direction: rtl;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 22px;
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 22px;
  padding-left: 28px;
}
.ant-upload-list-rtl .ant-upload-list-item-name {
  padding-right: 22px;
  padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions {
  right: auto;
  left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-info {
  padding: 0 4px 0 12px;
}
.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-progress {
  padding-right: 26px;
  padding-left: 0;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  right: 8px;
  left: auto;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-right: 48px;
  padding-left: 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 48px;
  padding-left: 18px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 48px;
  padding-left: 36px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-right: 0;
  padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-picture-card-container {
  margin: 0 0 8px 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 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-page-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding: 16px 24px;
  background-color: #fff;
}
.ant-page-header-ghost {
  background-color: inherit;
}
.ant-page-header.has-breadcrumb {
  padding-top: 12px;
}
.ant-page-header.has-footer {
  padding-bottom: 0;
}
.ant-page-header-back {
  margin-right: 16px;
  font-size: 16px;
  line-height: 1;
}
.ant-page-header-back-button {
  color: #008B7A;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  color: #000;
}
.ant-page-header-back-button:focus-visible,
.ant-page-header-back-button:hover {
  color: #189986;
}
.ant-page-header-back-button:active {
  color: #00665e;
}
.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle;
}
.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 8px;
}
.ant-page-header-heading {
  display: flex;
  justify-content: space-between;
}
.ant-page-header-heading-left {
  display: flex;
  align-items: center;
  margin: 4px 0;
  overflow: hidden;
}
.ant-page-header-heading-title {
  margin-right: 12px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-page-header-heading .ant-avatar {
  margin-right: 12px;
}
.ant-page-header-heading-sub-title {
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-page-header-heading-extra {
  margin: 4px 0;
  white-space: nowrap;
}
.ant-page-header-heading-extra > * {
  white-space: unset;
}
.ant-page-header-content {
  padding-top: 12px;
}
.ant-page-header-footer {
  margin-top: 16px;
}
.ant-page-header-footer .ant-tabs > .ant-tabs-nav {
  margin: 0;
}
.ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {
  border: none;
}
.ant-page-header-footer .ant-tabs .ant-tabs-tab {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}
.ant-page-header-compact .ant-page-header-heading {
  flex-wrap: wrap;
}
.ant-page-header-rtl {
  direction: rtl;
}
.ant-page-header-rtl .ant-page-header-back {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ant-page-header-rtl .ant-page-header-heading-title {
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading .ant-avatar {
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading-sub-title {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}
.ant-page-header-rtl .ant-page-header-heading-tags {
  float: right;
}
.ant-page-header-rtl .ant-page-header-heading-extra {
  float: left;
}
.ant-page-header-rtl .ant-page-header-heading-extra > * {
  margin-right: 12px;
  margin-left: 0;
}
.ant-page-header-rtl .ant-page-header-heading-extra > *:first-child {
  margin-right: 0;
}
.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
  float: right;
}

/* 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-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #008B7A;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #008B7A;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  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-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-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-checkbox-checked .ant-checkbox-inner {
  background-color: #008B7A;
  border-color: #008B7A;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  animation-name: none;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\A0';
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-checkbox-group-item {
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #008B7A;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-checkbox-rtl {
  direction: rtl;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 8px;
}

/* 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-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}
.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 16px 0;
  font-size: 16px;
}
.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 6px 16px;
}
.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 7px 16px 6px;
}
.ant-tabs-rtl {
  direction: rtl;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-left: 0;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 0;
  margin-left: 12px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
  margin-right: 8px;
  margin-left: -4px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
  order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
  order: 1;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add {
  margin-right: 2px;
  margin-left: 0;
}
.ant-tabs-dropdown-rtl {
  direction: rtl;
}
.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
  text-align: right;
}
.ant-tabs-top,
.ant-tabs-bottom {
  flex-direction: column;
}
.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-top > div > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  margin: 0 0 16px 0;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: '';
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  top: 0;
  bottom: 0;
  width: 30px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
  opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before {
  bottom: 0;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
  bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
  order: 1;
  margin-top: 16px;
  margin-bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  top: 0;
}
.ant-tabs-bottom > .ant-tabs-content-holder,
.ant-tabs-bottom > div > .ant-tabs-content-holder {
  order: 0;
}
.ant-tabs-left > .ant-tabs-nav,
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-left > div > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 24px;
  text-align: center;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 16px 0 0 0;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  left: 0;
  height: 30px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  top: 0;
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
  opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  width: 2px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
  flex: 1 0 auto;
  flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
  right: 0;
}
.ant-tabs-left > .ant-tabs-content-holder,
.ant-tabs-left > div > .ant-tabs-content-holder {
  margin-left: -1px;
  border-left: 1px solid #f0f0f0;
}
.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 24px;
}
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
  order: 1;
}
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  left: 0;
}
.ant-tabs-right > .ant-tabs-content-holder,
.ant-tabs-right > div > .ant-tabs-content-holder {
  order: 0;
  margin-right: -1px;
  border-right: 1px solid #f0f0f0;
}
.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-right: 24px;
}
.ant-tabs-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-tabs-dropdown-hidden {
  display: none;
}
.ant-tabs-dropdown-menu {
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tabs-dropdown-menu-item {
  display: flex;
  align-items: center;
  min-width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-dropdown-menu-item > span {
  flex: 1;
  white-space: nowrap;
}
.ant-tabs-dropdown-menu-item-remove {
  flex: none;
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ant-tabs-dropdown-menu-item-remove:hover {
  color: #189986;
}
.ant-tabs-dropdown-menu-item:hover {
  background: #f5f5f5;
}
.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 8px 16px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
  color: #008B7A;
  background: #fff;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 2px;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 2px 0 0;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #fff;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 0 2px 2px;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-top-color: #fff;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-top: 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 0 0 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-right-color: #fff;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 2px 2px 0;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-left-color: #fff;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
}
.ant-tabs > .ant-tabs-nav,
.ant-tabs > div > .ant-tabs-nav {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
  position: relative;
  display: flex;
  transition: transform 0.3s;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
  display: flex;
  align-self: stretch;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  transform: translateY(100%);
  content: '';
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
  min-width: 40px;
  margin-left: 2px;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
  color: #189986;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
  color: #00665e;
}
.ant-tabs-extra-content {
  flex: none;
}
.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
  justify-content: center;
}
.ant-tabs-ink-bar {
  position: absolute;
  background: #008B7A;
  pointer-events: none;
}
.ant-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:focus,
.ant-tabs-tab-btn:active,
.ant-tabs-tab-remove:active {
  color: #00665e;
}
.ant-tabs-tab-btn {
  outline: none;
  transition: all 0.3s;
}
.ant-tabs-tab-remove {
  flex: none;
  margin-right: -4px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tabs-tab-remove:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs-tab:hover {
  color: #189986;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #008B7A;
  text-shadow: 0 0 0.25px currentcolor;
}
.ant-tabs-tab.ant-tabs-tab-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}
.ant-tabs-tab .anticon {
  margin-right: 12px;
}
.ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 32px;
}
.ant-tabs-content {
  position: relative;
  width: 100%;
}
.ant-tabs-content-holder {
  flex: auto;
  min-width: 0;
  min-height: 0;
}
.ant-tabs-tabpane {
  outline: none;
}
.ant-tabs-tabpane-hidden {
  display: none;
}
.ant-tabs-switch-appear,
.ant-tabs-switch-enter {
  transition: none;
}
.ant-tabs-switch-appear-start,
.ant-tabs-switch-enter-start {
  opacity: 0;
}
.ant-tabs-switch-appear-active,
.ant-tabs-switch-enter-active {
  opacity: 1;
  transition: opacity 0.3s;
}
.ant-tabs-switch-leave {
  position: absolute;
  transition: none;
  inset: 0;
}
.ant-tabs-switch-leave-start {
  opacity: 1;
}
.ant-tabs-switch-leave-active {
  opacity: 0;
  transition: opacity 0.3s;
}

/* 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-transfer-customize-list .ant-transfer-list {
  flex: 1 1 50%;
  width: auto;
  height: auto;
  min-height: 200px;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
  border: 0;
  border-radius: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-selection-column {
  width: 40px;
  min-width: 40px;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  background: #fafafa;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 1px solid #f0f0f0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
  margin: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 16px 0 4px;
}
.ant-transfer-customize-list .ant-input[disabled] {
  background-color: transparent;
}
.ant-transfer-status-error .ant-transfer-list {
  border-color: #ff4d4f;
}
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #189986;
  border-right-width: 1px;
}
.ant-transfer-status-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #189986;
  box-shadow: 0 0 0 2px rgba(0, 139, 122, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-transfer-status-warning .ant-transfer-list {
  border-color: #faad14;
}
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
  border-color: #189986;
  border-right-width: 1px;
}
.ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):focus {
  border-color: #189986;
  box-shadow: 0 0 0 2px rgba(0, 139, 122, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-transfer {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  align-items: stretch;
}
.ant-transfer-disabled .ant-transfer-list {
  background: #f5f5f5;
}
.ant-transfer-list {
  display: flex;
  flex-direction: column;
  width: 180px;
  height: 200px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-transfer-list-with-pagination {
  width: 250px;
  height: auto;
}
.ant-transfer-list-search .anticon-search {
  color: rgba(0, 0, 0, 0.25);
}
.ant-transfer-list-header {
  display: flex;
  flex: none;
  align-items: center;
  height: 40px;
  padding: 8px 12px 9px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.ant-transfer-list-header > *:not(:last-child) {
  margin-right: 4px;
}
.ant-transfer-list-header > * {
  flex: none;
}
.ant-transfer-list-header-title {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
}
.ant-transfer-list-header-dropdown {
  font-size: 10px;
  transform: translateY(10%);
  cursor: pointer;
}
.ant-transfer-list-header-dropdown[disabled] {
  cursor: not-allowed;
}
.ant-transfer-list-body {
  display: flex;
  flex: auto;
  flex-direction: column;
  overflow: hidden;
  font-size: 14px;
}
.ant-transfer-list-body-search-wrapper {
  position: relative;
  flex: none;
  padding: 12px;
}
.ant-transfer-list-content {
  flex: auto;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}
.ant-transfer-list-content-item {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  line-height: 20px;
  transition: all 0.3s;
}
.ant-transfer-list-content-item > *:not(:last-child) {
  margin-right: 8px;
}
.ant-transfer-list-content-item > * {
  flex: none;
}
.ant-transfer-list-content-item-text {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-transfer-list-content-item-remove {
  position: relative;
  color: #d9d9d9;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-transfer-list-content-item-remove:hover {
  color: #189986;
}
.ant-transfer-list-content-item-remove::after {
  position: absolute;
  top: -6px;
  right: -50%;
  bottom: -6px;
  left: -50%;
  content: '';
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
  background-color: #b2c8c1;
}
.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background: transparent;
  cursor: default;
}
.ant-transfer-list-content-item-checked {
  background-color: #b8ccc6;
}
.ant-transfer-list-content-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-transfer-list-pagination {
  padding: 8px 0;
  text-align: right;
  border-top: 1px solid #f0f0f0;
}
.ant-transfer-list-body-not-found {
  flex: none;
  width: 100%;
  margin: auto 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
.ant-transfer-list-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-transfer-operation {
  display: flex;
  flex: none;
  flex-direction: column;
  align-self: center;
  margin: 0 8px;
  vertical-align: middle;
}
.ant-transfer-operation .ant-btn {
  display: block;
}
.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}
.ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}
.ant-transfer .ant-empty-image {
  max-height: -2px;
}
.ant-transfer-rtl {
  direction: rtl;
}
.ant-transfer-rtl .ant-transfer-list-search {
  padding-right: 8px;
  padding-left: 24px;
}
.ant-transfer-rtl .ant-transfer-list-search-action {
  right: auto;
  left: 12px;
}
.ant-transfer-rtl .ant-transfer-list-header > *:not(:last-child) {
  margin-right: 0;
  margin-left: 4px;
}
.ant-transfer-rtl .ant-transfer-list-header {
  right: 0;
  left: auto;
}
.ant-transfer-rtl .ant-transfer-list-header-title {
  text-align: left;
}
.ant-transfer-rtl .ant-transfer-list-content-item > *:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}
.ant-transfer-rtl .ant-transfer-list-pagination {
  text-align: left;
}
.ant-transfer-rtl .ant-transfer-list-footer {
  right: 0;
  left: auto;
}

/* 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 */

/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* 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-picker-status-error.ant-picker,
.ant-picker-status-error.ant-picker:not(.ant-picker-disabled):hover {
  background-color: #fff;
  border-color: #ff4d4f;
}
.ant-picker-status-error.ant-picker-focused,
.ant-picker-status-error.ant-picker:focus {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-status-error.ant-picker .ant-picker-active-bar {
  background: #ff7875;
}
.ant-picker-status-warning.ant-picker,
.ant-picker-status-warning.ant-picker:not(.ant-picker-disabled):hover {
  background-color: #fff;
  border-color: #faad14;
}
.ant-picker-status-warning.ant-picker-focused,
.ant-picker-status-warning.ant-picker:focus {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-status-warning.ant-picker .ant-picker-active-bar {
  background: #ffc53d;
}
.ant-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  padding: 4px 11px 4px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: border 0.3s, box-shadow 0.3s;
}
.ant-picker:hover,
.ant-picker-focused {
  border-color: #189986;
  border-right-width: 1px;
}
.ant-picker-focused {
  border-color: #189986;
  box-shadow: 0 0 0 2px rgba(0, 139, 122, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker.ant-picker-disabled {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-picker.ant-picker-disabled .ant-picker-suffix {
  color: rgba(0, 0, 0, 0.25);
}
.ant-picker.ant-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.ant-picker-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.ant-picker-input > input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  flex: auto;
  min-width: 1px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}
.ant-picker-input > input::placeholder {
  color: #bfbfbf;
  user-select: none;
}
.ant-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-picker-input > input:hover {
  border-color: #189986;
  border-right-width: 1px;
}
.ant-picker-input > input:focus,
.ant-picker-input > input-focused {
  border-color: #189986;
  box-shadow: 0 0 0 2px rgba(0, 139, 122, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.ant-picker-input > input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-picker-input > input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.ant-picker-input > input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}
.ant-picker-input > input-borderless,
.ant-picker-input > input-borderless:hover,
.ant-picker-input > input-borderless:focus,
.ant-picker-input > input-borderless-focused,
.ant-picker-input > input-borderless-disabled,
.ant-picker-input > input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.ant-picker-input > input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-picker-input > input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.ant-picker-input > input-sm {
  padding: 0px 7px;
}
.ant-picker-input > input:focus {
  box-shadow: none;
}
.ant-picker-input > input[disabled] {
  background: transparent;
}
.ant-picker-input:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-input-placeholder > input {
  color: #bfbfbf;
}
.ant-picker-large {
  padding: 6.5px 11px 6.5px;
}
.ant-picker-large .ant-picker-input > input {
  font-size: 16px;
}
.ant-picker-small {
  padding: 0px 7px 0px;
}
.ant-picker-suffix {
  display: flex;
  flex: none;
  align-self: center;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  pointer-events: none;
}
.ant-picker-suffix > * {
  vertical-align: top;
}
.ant-picker-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.ant-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  background: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}
.ant-picker-clear > * {
  vertical-align: top;
}
.ant-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 16px;
  vertical-align: top;
  cursor: default;
}
.ant-picker-focused .ant-picker-separator {
  color: rgba(0, 0, 0, 0.45);
}
.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
  cursor: not-allowed;
}
.ant-picker-range {
  position: relative;
  display: inline-flex;
}
.ant-picker-range .ant-picker-clear {
  right: 11px;
}
.ant-picker-range:hover .ant-picker-clear {
  opacity: 1;
}
.ant-picker-range .ant-picker-active-bar {
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  background: #008B7A;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
  opacity: 1;
}
.ant-picker-range-separator {
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}
.ant-picker-range.ant-picker-small .ant-picker-clear {
  right: 7px;
}
.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-left: 7px;
}
.ant-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
}
.ant-picker-dropdown-hidden {
  display: none;
}
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
  top: 2.58561808px;
  display: block;
  transform: rotate(-135deg) translateY(1px);
}
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
  bottom: 2.58561808px;
  display: block;
  transform: rotate(45deg);
}
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
.ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-picker-dropdown-range {
  padding: 7.54247233px 0;
}
.ant-picker-dropdown-range-hidden {
  display: none;
}
.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
  padding-top: 4px;
}
.ant-picker-ranges {
  margin-bottom: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}
.ant-picker-ranges > li {
  display: inline-block;
}
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
  color: #008B7A;
  background: #b8ccc6;
  border-color: #56b39e;
  cursor: pointer;
}
.ant-picker-ranges .ant-picker-ok {
  float: right;
  margin-left: 8px;
}
.ant-picker-range-wrapper {
  display: flex;
}
.ant-picker-range-arrow {
  position: absolute;
  z-index: 1;
  width: 11.3137085px;
  height: 11.3137085px;
  margin-left: 16.5px;
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease-out;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.ant-picker-range-arrow::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: '';
  clip-path: inset(33% 33%);
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
}
.ant-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: margin 0.3s;
}
.ant-picker-panel-container .ant-picker-panels {
  display: inline-flex;
  flex-wrap: nowrap;
  direction: ltr;
}
.ant-picker-panel-container .ant-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.ant-picker-panel-container .ant-picker-panel .ant-picker-content,
.ant-picker-panel-container .ant-picker-panel table {
  text-align: center;
}
.ant-picker-panel-container .ant-picker-panel-focused {
  border-color: #f0f0f0;
}
.ant-picker-compact-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
  margin-right: -1px;
}
.ant-picker-compact-item:not(.ant-picker-compact-last-item).ant-picker-compact-item-rtl {
  margin-left: -1px;
}
.ant-picker-compact-item:hover,
.ant-picker-compact-item:focus,
.ant-picker-compact-item:active {
  z-index: 2;
}
.ant-picker-compact-item.ant-picker-focused {
  z-index: 2;
}
.ant-picker-compact-item[disabled] {
  z-index: 0;
}
.ant-picker-compact-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-last-item).ant-picker {
  border-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-first-item:not(.ant-picker-compact-last-item):not(.ant-picker-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-last-item:not(.ant-picker-compact-first-item):not(.ant-picker-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-first-item:not(.ant-picker-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-picker-compact-item.ant-picker.ant-picker-compact-item-rtl.ant-picker-compact-last-item:not(.ant-picker-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-picker-panel {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
}
.ant-picker-panel-focused {
  border-color: #008B7A;
}
.ant-picker-decade-panel,
.ant-picker-year-panel,
.ant-picker-quarter-panel,
.ant-picker-month-panel,
.ant-picker-week-panel,
.ant-picker-date-panel,
.ant-picker-time-panel {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.ant-picker-header {
  display: flex;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
}
.ant-picker-header > * {
  flex: none;
}
.ant-picker-header button {
  padding: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
}
.ant-picker-header > button:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 40px;
}
.ant-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}
.ant-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}
.ant-picker-header-view button:hover {
  color: #008B7A;
}
.ant-picker-prev-icon,
.ant-picker-next-icon,
.ant-picker-super-prev-icon,
.ant-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}
.ant-picker-prev-icon::before,
.ant-picker-next-icon::before,
.ant-picker-super-prev-icon::before,
.ant-picker-super-next-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-super-prev-icon::after,
.ant-picker-super-next-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}
.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
  transform: rotate(-45deg);
}
.ant-picker-next-icon,
.ant-picker-super-next-icon {
  transform: rotate(135deg);
}
.ant-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.ant-picker-content th,
.ant-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400;
}
.ant-picker-content th {
  height: 30px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
}
.ant-picker-cell {
  padding: 3px 0;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.ant-picker-cell-in-view {
  color: rgba(0, 0, 0, 0.85);
}
.ant-picker-cell::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background: #f5f5f5;
}
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #008B7A;
  border-radius: 2px;
  content: '';
}
.ant-picker-cell-in-view.ant-picker-cell-in-range {
  position: relative;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  background: #b8ccc6;
}
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  color: #fff;
  background: #008B7A;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background: #b8ccc6;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  left: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 1px dashed #00f1d4;
  border-bottom: 1px dashed #00f1d4;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}
.ant-picker-cell-range-hover-start::after,
.ant-picker-cell-range-hover-end::after,
.ant-picker-cell-range-hover::after {
  right: 0;
  left: 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: #3fffe7;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #3fffe7;
  transition: all 0.3s;
  content: '';
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 50%;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  left: 50%;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  left: 6px;
  border-left: 1px dashed #00f1d4;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 6px;
  border-right: 1px dashed #00f1d4;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ant-picker-cell-disabled {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.ant-picker-cell-disabled .ant-picker-cell-inner {
  background: transparent;
}
.ant-picker-cell-disabled::before {
  background: rgba(0, 0, 0, 0.04);
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-picker-decade-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content {
  height: 264px;
}
.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  padding: 0 8px;
}
.ant-picker-quarter-panel .ant-picker-content {
  height: 56px;
}
.ant-picker-footer {
  width: min-content;
  min-width: 100%;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.ant-picker-panel .ant-picker-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-picker-footer-extra {
  padding: 0 12px;
  line-height: 38px;
  text-align: left;
}
.ant-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.ant-picker-now {
  text-align: left;
}
.ant-picker-today-btn {
  color: #008B7A;
}
.ant-picker-today-btn:hover {
  color: #189986;
}
.ant-picker-today-btn:active {
  color: #00665e;
}
.ant-picker-today-btn.ant-picker-today-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-picker-decade-panel .ant-picker-cell-inner {
  padding: 0 4px;
}
.ant-picker-decade-panel .ant-picker-cell::before {
  display: none;
}
.ant-picker-year-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-month-panel .ant-picker-body {
  padding: 0 8px;
}
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
  width: 60px;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  left: 14px;
  border-left: 1px dashed #00f1d4;
  border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  right: 14px;
  border-right: 1px dashed #00f1d4;
  border-radius: 0 2px 2px 0;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  right: 14px;
  border-right: 1px dashed #00f1d4;
  border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  left: 14px;
  border-left: 1px dashed #00f1d4;
  border-radius: 2px 0 0 2px;
}
.ant-picker-week-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
  background: transparent !important;
}
.ant-picker-week-panel-row td {
  transition: background 0.3s;
}
.ant-picker-week-panel-row:hover td {
  background: #f5f5f5;
}
.ant-picker-week-panel-row-selected td,
.ant-picker-week-panel-row-selected:hover td {
  background: #008B7A;
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
  color: rgba(255, 255, 255, 0.5);
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #fff;
}
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
  color: #fff;
}
.ant-picker-date-panel .ant-picker-body {
  padding: 8px 12px;
}
.ant-picker-date-panel .ant-picker-content {
  width: 252px;
}
.ant-picker-date-panel .ant-picker-content th {
  width: 36px;
}
.ant-picker-datetime-panel {
  display: flex;
}
.ant-picker-datetime-panel .ant-picker-time-panel {
  border-left: 1px solid #f0f0f0;
}
.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
  transition: opacity 0.3s;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
  opacity: 0.3;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
  opacity: 1;
}
.ant-picker-time-panel {
  width: auto;
  min-width: auto;
}
.ant-picker-time-panel .ant-picker-content {
  display: flex;
  flex: auto;
  height: 224px;
}
.ant-picker-time-panel-column {
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  transition: background 0.3s;
}
.ant-picker-time-panel-column::after {
  display: block;
  height: 196px;
  content: '';
}
.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
  height: 198px;
}
.ant-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #f0f0f0;
}
.ant-picker-time-panel-column-active {
  background: rgba(184, 204, 198, 0.2);
}
.ant-picker-time-panel-column:hover {
  overflow-y: auto;
}
.ant-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #b8ccc6;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}
/* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
  padding: 21px 0;
}
.ant-picker-rtl {
  direction: rtl;
}
.ant-picker-rtl .ant-picker-suffix {
  margin-right: 4px;
  margin-left: 0;
}
.ant-picker-rtl .ant-picker-clear {
  right: auto;
  left: 0;
}
.ant-picker-rtl .ant-picker-separator {
  transform: rotate(180deg);
}
.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range .ant-picker-clear {
  right: auto;
  left: 11px;
}
.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
  margin-right: 11px;
  margin-left: 0;
}
.ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-right: 7px;
}
.ant-picker-dropdown-rtl .ant-picker-ranges {
  text-align: right;
}
.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-panel-rtl {
  direction: rtl;
}
.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
  transform: rotate(135deg);
}
.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
  transform: rotate(-45deg);
}
.ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
  right: 50%;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 0;
  left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  right: 50%;
  left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  right: 6px;
  left: 0;
  border-right: 1px dashed #00f1d4;
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 1px dashed #00f1d4;
  border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
  right: 6px;
  left: 6px;
  border-right: 1px dashed #00f1d4;
  border-left: 1px dashed #00f1d4;
  border-radius: 2px;
}
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
  direction: rtl;
  text-align: right;
}
.ant-picker-panel-rtl .ant-picker-time-panel {
  direction: ltr;
}

/* 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: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 2px;
}
.ant-alert-content {
  flex: 1;
  min-width: 0;
}
.ant-alert-icon {
  margin-right: 8px;
}
.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: #b8ccc6;
  border: 1px solid #56b39e;
}
.ant-alert-info .ant-alert-icon {
  color: #008B7A;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}
.ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}
.ant-alert-error .ant-alert-icon {
  color: #ff4d4f;
}
.ant-alert-error .ant-alert-description > pre {
  margin: 0;
  padding: 0;
}
.ant-alert-action {
  margin-left: 8px;
}
.ant-alert-close-icon {
  margin-left: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  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 {
  align-items: flex-start;
  padding: 15px 15px 15px 24px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px 15px;
}
.ant-alert-with-description .ant-alert-icon {
  margin-right: 15px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-motion-leave {
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert.ant-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.ant-alert.ant-alert-rtl {
  direction: rtl;
}
.ant-alert-rtl .ant-alert-icon {
  margin-right: auto;
  margin-left: 8px;
}
.ant-alert-rtl .ant-alert-action {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl .ant-alert-close-icon {
  margin-right: 8px;
  margin-left: auto;
}
.ant-alert-rtl.ant-alert-with-description {
  padding-right: 24px;
  padding-left: 15px;
}
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  margin-right: auto;
  margin-left: 15px;
}

/* 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: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  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;
  color: rgba(0, 0, 0, 0.85);
}
.ant-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  max-width: 100%;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  flex: 1 0;
  width: 0;
  color: rgba(0, 0, 0, 0.85);
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
}
.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #008B7A;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
}
.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: 1.5715;
  text-align: center;
}
.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: #f0f0f0;
}
.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 #f0f0f0;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #f0f0f0;
}
.ant-list-split.ant-list-empty .ant-list-footer {
  border-top: 1px solid #f0f0f0;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.ant-list-lg .ant-list-item {
  padding: 16px 24px;
}
.ant-list-sm .ant-list-item {
  padding: 8px 16px;
}
.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: rgba(0, 0, 0, 0.85);
  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: 2px;
}
.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;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding: 8px 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-item {
  padding: 16px 24px;
}
.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;
  }
}
.ant-list-rtl {
  direction: rtl;
  text-align: right;
}
.ant-list-rtl .ReactVirtualized__List .ant-list-item {
  direction: rtl;
}
.ant-list-rtl .ant-list-pagination {
  text-align: left;
}
.ant-list-rtl .ant-list-item-meta-avatar {
  margin-right: 0;
  margin-left: 16px;
}
.ant-list-rtl .ant-list-item-action {
  margin-right: 48px;
  margin-left: 0;
}
.ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}
.ant-list-rtl .ant-list-item-action-split {
  right: auto;
  left: 0;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
  margin-right: 40px;
  margin-left: 0;
}
.ant-list-rtl.ant-list-vertical .ant-list-item-action {
  margin-right: auto;
}
.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}
.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: left;
}
@media screen and (max-width: 768px) {
  .ant-list-rtl .ant-list-item-action {
    margin-right: 24px;
    margin-left: 0;
  }
  .ant-list-rtl .ant-list-vertical .ant-list-item-extra {
    margin-right: 24px;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-rtl .ant-list-item-action {
    margin-right: 22px;
    margin-left: 0;
  }
  .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}

/* 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-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.3s;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag-close-icon {
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-tag-close-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #008B7A;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #008B7A;
}
.ant-tag-checkable:active {
  background-color: #00665e;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #cf1322;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #d4380d;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #d46b08;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #d4b106;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #08979c;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #7cb305;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #389e0d;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #096dd9;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #1d39c4;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #531dab;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
.ant-tag-success {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-processing {
  color: #008B7A;
  background: #b8ccc6;
  border-color: #56b39e;
}
.ant-tag-error {
  color: #ff4d4f;
  background: #fff2f0;
  border-color: #ffccc7;
}
.ant-tag-warning {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag > .anticon + span,
.ant-tag > span + .anticon {
  margin-left: 7px;
}
.ant-tag.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}
.ant-tag-rtl .ant-tag-close-icon {
  margin-right: 3px;
  margin-left: 0;
}
.ant-tag-rtl.ant-tag > .anticon + span,
.ant-tag-rtl.ant-tag > span + .anticon {
  margin-right: 7px;
  margin-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-timeline {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  list-style: none;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #f0f0f0;
}
.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}
.ant-timeline-item-head-blue {
  color: #008B7A;
  border-color: #008B7A;
}
.ant-timeline-item-head-red {
  color: #ff4d4f;
  border-color: #ff4d4f;
}
.ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a;
}
.ant-timeline-item-head-gray {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
  position: relative;
  top: -7.001px;
  margin: 0 0 0 26px;
  word-break: break-word;
}
.ant-timeline-item-last > .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-last > .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  left: 50%;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head {
  margin-left: -4px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  margin-left: 1px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: calc(100% - 4px - 2px);
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(100% - 18px);
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #f0f0f0;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #f0f0f0;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  position: absolute;
  top: -7.001px;
  width: calc(50% - 12px);
  text-align: right;
}
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  left: calc(50% + 14px);
  width: calc(50% - 14px);
  text-align: left;
}
.ant-timeline-rtl {
  direction: rtl;
}
.ant-timeline-rtl .ant-timeline-item-tail {
  right: 4px;
  left: auto;
  border-right: 2px solid #f0f0f0;
  border-left: none;
}
.ant-timeline-rtl .ant-timeline-item-head-custom {
  right: 5px;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-timeline-rtl .ant-timeline-item-content {
  margin: 0 18px 0 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  right: 50%;
  left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head {
  margin-right: -4px;
  margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  margin-right: 1px;
  margin-left: 0;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  right: calc(50% - 4px);
  left: auto;
  text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  right: 0;
  left: auto;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: 100%;
  margin-right: 18px;
  text-align: right;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  text-align: left;
}
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  right: calc(50% + 14px);
  text-align: right;
}

/* 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-picker-calendar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
}
.ant-picker-calendar-header {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0;
}
.ant-picker-calendar-header .ant-picker-calendar-year-select {
  min-width: 80px;
}
.ant-picker-calendar-header .ant-picker-calendar-month-select {
  min-width: 70px;
  margin-left: 8px;
}
.ant-picker-calendar-header .ant-picker-calendar-mode-switch {
  margin-left: 8px;
}
.ant-picker-calendar .ant-picker-panel {
  background: #fff;
  border: 0;
  border-top: 1px solid #f0f0f0;
  border-radius: 0;
}
.ant-picker-calendar .ant-picker-panel .ant-picker-month-panel,
.ant-picker-calendar .ant-picker-panel .ant-picker-date-panel {
  width: auto;
}
.ant-picker-calendar .ant-picker-panel .ant-picker-body {
  padding: 8px 0;
}
.ant-picker-calendar .ant-picker-panel .ant-picker-content {
  width: 100%;
}
.ant-picker-calendar-mini {
  border-radius: 2px;
}
.ant-picker-calendar-mini .ant-picker-calendar-header {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-picker-calendar-mini .ant-picker-panel {
  border-radius: 0 0 2px 2px;
}
.ant-picker-calendar-mini .ant-picker-content {
  height: 256px;
}
.ant-picker-calendar-mini .ant-picker-content th {
  height: auto;
  padding: 0;
  line-height: 18px;
}
.ant-picker-calendar-mini .ant-picker-cell::before {
  pointer-events: none;
}
.ant-picker-calendar-full .ant-picker-panel {
  display: block;
  width: 100%;
  text-align: right;
  background: #fff;
  border: 0;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body td {
  padding: 0;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  height: auto;
  padding: 0 12px 5px 0;
  line-height: 18px;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell::before {
  display: none;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date {
  background: #f5f5f5;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell .ant-picker-calendar-date-today::before {
  display: none;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
  background: #b8ccc6;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
  color: #008B7A;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
  display: block;
  width: auto;
  height: auto;
  margin: 0 4px;
  padding: 4px 8px 0;
  border: 0;
  border-top: 2px solid #f0f0f0;
  border-radius: 0;
  transition: background 0.3s;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value {
  line-height: 24px;
  transition: color 0.3s;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
  position: static;
  width: auto;
  height: 86px;
  overflow-y: auto;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  text-align: left;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
  border-color: #008B7A;
}
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
  color: rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 480px) {
  .ant-picker-calendar-header {
    display: block;
  }
  .ant-picker-calendar-header .ant-picker-calendar-year-select {
    width: 50%;
  }
  .ant-picker-calendar-header .ant-picker-calendar-month-select {
    width: calc(50% - 8px);
  }
  .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
  .ant-picker-calendar-header .ant-picker-calendar-mode-switch > label {
    width: 50%;
    text-align: center;
  }
}
.ant-picker-calendar-rtl {
  direction: rtl;
}
.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-month-select {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
  margin-right: 8px;
  margin-left: 0;
}
.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel {
  text-align: left;
}
.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  padding: 0 0 5px 12px;
}
.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
  text-align: right;
}

/* 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: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  height: 12px;
  margin: 10px 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-top: -6px;
  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;
  margin-left: -2px;
}
.ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
  margin-right: -5px;
  margin-left: 0;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
  right: 12px;
  left: auto;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
  right: 4px;
  left: auto;
}
.ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
  right: 2px;
  left: auto;
}
.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: #56b39e;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #56b39e;
  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-dragging {
  z-index: 1;
}
.ant-slider-handle:focus {
  border-color: #33a295;
  outline: none;
  box-shadow: 0 0 0 5px rgba(0, 139, 122, 0.12);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #008B7A;
}
.ant-slider-handle::after {
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  content: '';
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #35a691;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #35a691;
}
.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;
  user-select: none;
}
.ant-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.85);
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
}
.ant-slider-dot-active {
  border-color: #80c5bd;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-rail {
  background-color: #f5f5f5 !important;
}
.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;
}
.ant-slider-rtl {
  direction: rtl;
}
.ant-slider-rtl .ant-slider-mark {
  right: 0;
  left: auto;
}

