.auth-container {
  width: 100%;
  min-width: 400px;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  background: url(/static/images/auth-background.jpg) no-repeat center center;
  background-size: cover;
}
.auth-container .form-wrapper {
  width: 500px;
  min-width: 400px;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  flex-direction: column;
  padding: 70px 50px;
  position: relative;
  background-color: #ffffff;
}
.auth-container .form-wrapper .logo {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
  flex-shrink: 0;
}
.auth-container .form-wrapper .logo span {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: #788195;
}
.auth-container .form-wrapper .oauth-container .firebaseui-container {
  max-width: none;
}
.auth-container .form-wrapper .oauth-container .firebaseui-container .firebaseui-card-content {
  padding: 0px;
}
.auth-container .form-wrapper .oauth-container .firebaseui-container .firebaseui-card-content button {
  max-width: none;
}

.links-wrapper {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.links-wrapper .forgot {
  margin-bottom: 10px;
}

.sider {
  min-height: 100vh;
  box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
  position: relative;
  z-index: 10;
}
.sider .logo {
  height: 64px;
  position: relative;
  line-height: 64px;
  padding-left: 24px;
  transition: all 0.3s;
  background: #002140;
  overflow: hidden;
}
.sider .logo img {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.sider .logo h1 {
  color: white;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: 0 0 0 12px;
  font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.admin-container .header {
  padding: 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: calc(100% - 80px);
  max-height: calc(4rem - (4rem - 2rem) * var(--scroll-percent));
  font-size: calc(1rem - (1rem - 0.75rem) * var(--scroll-percent));
  z-index: 3;
}
.admin-container .header .left {
  display: flex;
  flex-flow: row;
  max-height: calc(4rem - (4rem - 2rem) * var(--scroll-percent));
}
.admin-container .header .left .page-title {
  line-height: calc(4rem - (4rem - 2rem) * var(--scroll-percent));
  margin-left: calc(2rem - (2rem - 1.5rem) * var(--scroll-percent));
}
.admin-container .header .right {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.admin-container .header .right .headerSearch .anticon-search {
  cursor: pointer;
  font-size: 16px;
}
.admin-container .header .right .headerSearch .input {
  transition: width 0.3s, margin-left 0.3s;
  width: 0;
  background: transparent;
  border-radius: 0;
}
.admin-container .header .right .headerSearch .input .ant-select-selection {
  background: transparent;
}
.admin-container .header .right .headerSearch .input input {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.admin-container .header .right .headerSearch .input,
.admin-container .header .right .headerSearch .input:hover,
.admin-container .header .right .headerSearch .input:focus {
  border-bottom: 1px solid #d9d9d9;
}
.admin-container .header .right .headerSearch .input.show {
  width: 210px;
  margin-left: 8px;
}
.admin-container .header .right .search {
  padding: 0 12px;
}
.admin-container .header .right .search:hover {
  background: transparent;
}
.admin-container .content {
  margin: 24px;
  position: relative;
}
.admin-container .footer {
  padding: 16px 16px;
  margin: 48px 0 0 0;
  text-align: center;
}
.admin-container .footer .links {
  margin-bottom: 8px;
}
.admin-container .footer .links a {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.admin-container .footer .links a:not(:last-child) {
  margin-right: 40px;
}
.admin-container .footer .links a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.admin-container .footer .copyright {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.top-nav-menu li.ant-menu-item {
  height: 64px;
  line-height: 64px;
}
.drawer .drawer-content {
  background: #001529;
}
.ant-menu-inline-collapsed > .ant-menu-item .sider-menu-item-img + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .sider-menu-item-img + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .sider-menu-item-img + span {
  max-width: 0;
  display: inline-block;
  opacity: 0;
}
.ant-menu-item .sider-menu-item-img + span,
.ant-menu-submenu-title .sider-menu-item-img + span {
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
  opacity: 1;
}
.ant-drawer-left .ant-drawer-body {
  padding: 0;
}

.lang-flag {
  width: calc(20px - (20px - 18px) * var(--scroll-percent));
}

.trigger {
  font-size: 20px;
  max-height: 4rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 1.5rem;
}
.trigger:hover {
  background: rgba(0, 0, 0, 0.024);
}
.trigger .anticon-menu-unfold,
.trigger .anticon-menu-fold {
  font-size: calc(1rem - (1rem - 0.9rem) * var(--scroll-percent));
}

.headerDropdown > * {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.menu .anticon {
  margin-right: 8px;
}
.menu .ant-dropdown-menu-item {
  min-width: 160px;
}
.action {
  cursor: pointer;
  padding: 0 12px;
  display: inline-block;
  transition: all 0.3s;
  height: 100%;
}
.action > i {
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.65);
}
.action:hover {
  background: rgba(0, 0, 0, 0.024);
}
.action.opened {
  background: rgba(0, 0, 0, 0.024);
}
.account {
  display: flex;
  align-items: center;
}
.account .avatar {
  margin: calc((64px - 24px) / 2) 0;
  margin-right: 8px;
  color: #1890ff;
  background: rgba(255, 255, 255, 0.85);
  vertical-align: top;
  display: flex;
  align-items: center;
}
.account .ant-avatar img {
  width: calc(24px - (24px - 20px) * var(--scroll-percent));
  height: calc(24px - (24px - 20px) * var(--scroll-percent));
}
@media screen and (max-width: 480px) {
  .headerDropdown {
    width: 100% !important;
  }
  .headerDropdown > * {
    border-radius: 0 !important;
  }
}

.noti-count {
  display: inline-block;
  position: absolute;
  bottom: calc(12px - (12px - 8px) * var(--scroll-percent));
  right: -10px;
  background: #ff0000;
  color: #fff;
  border-radius: 50%;
  height: 18px;
  line-height: calc(22px - (18px - 12px) * var(--scroll-percent));
  height: calc(22px - (18px - 12px) * var(--scroll-percent));
  width: 100%;
  font-size: calc(0.6rem - (0.6rem - 0.5rem) * var(--scroll-percent));
  text-align: center;
}
.noti-bell .ant-popover-inner-content {
  padding: 12px 0;
}
.noti-item {
  padding: 4px 16px;
}
.noti-item .unread-symbol {
  color: #518bce;
  margin-right: 0.5rem;
}
.noti-item .noti-header {
  display: flex;
  justify-content: space-between;
}
.noti-item .noti-header .title {
  margin-right: 0.5rem;
  max-width: 14rem;
}
.noti-item .noti-time {
  color: #a3a3ff;
}
.noti-item.link:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}
.noti-item.link:hover i:hover {
  color: #b4b4b4;
  cursor: pointer;
}
.noti-list {
  max-height: 60vh;
  overflow-y: auto;
}
.view-more-btn {
  margin-top: 0.5rem;
  text-align: center;
  background-color: #f8f8f8;
  cursor: pointer;
}
.view-more-btn:hover {
  background-color: #e9e9e9;
}
.anticon-bell {
  font-size: calc(1.5rem - (1.5rem - 1rem) * var(--scroll-percent));
}

.ant-layout-header {
  max-height: calc(4rem - (4rem - 2rem) * var(--scroll-percent));
}

.loader {
  text-align: center;
  margin-top: 100px;
}

.loader {
  text-align: center;
  margin-top: 100px;
}

.border-wrapper {
  border: 1px solid #aeadad;
  box-shadow: 1px 1px 1px 1px #ddd;
  padding: 1.25rem !important;
  background: #fff;
}
.export-btn {
  margin-right: 10px;
}
.section-box {
  border-top: 1px solid #cccccc;
}
.default-round-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: green;
  padding: 10px;
  color: white;
}
.default-round-avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ant-tabs-nav .ant-tabs-tab {
  padding: 0px 16px 12px 16px;
}
@media only screen and (max-width: 1366px) {
  .column-table {
    padding: 16px 2px !important;
  }
}
.custom-autocomplete .ant-select-dropdown-menu-item {
  white-space: normal !important;
}

.border-wrapper {
  border: 1px solid #aeadad;
  box-shadow: 1px 1px 1px 1px #ddd;
  padding: 24px;
  background: #fff;
}
.export-btn {
  margin-right: 10px;
}
.section-box {
  border-top: 1px solid #cccccc;
}
.default-round-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: green;
  padding: 10px;
  color: white;
}
.default-round-avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ant-tabs-nav .ant-tabs-tab {
  padding: 0px 16px 12px 16px;
}
@media only screen and (max-width: 1366px) {
  .column-table {
    padding: 16px 2px !important;
  }
}
.custom-autocomplete .ant-select-dropdown-menu-item {
  white-space: normal !important;
}

.border-wrapper {
  border: 1px solid #aeadad;
  box-shadow: 1px 1px 1px 1px #ddd;
  padding: 24px;
  background: #fff;
}
.export-btn {
  margin-right: 10px;
}
.section-box {
  border-top: 1px solid #cccccc;
}
.default-round-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: green;
  padding: 10px;
  color: white;
}
.default-round-avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ant-tabs-nav .ant-tabs-tab {
  padding: 0px 16px 12px 16px;
}
@media only screen and (max-width: 1366px) {
  .column-table {
    padding: 16px 2px !important;
  }
}
.custom-autocomplete .ant-select-dropdown-menu-item {
  white-space: normal !important;
}

.border-wrapper {
  border: 1px solid #aeadad;
  box-shadow: 1px 1px 1px 1px #ddd;
  padding: 24px;
  background: #fff;
}
.export-btn {
  margin-right: 10px;
}
.section-box {
  border-top: 1px solid #cccccc;
}
.default-round-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: green;
  padding: 10px;
  color: white;
}
.default-round-avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ant-tabs-nav .ant-tabs-tab {
  padding: 0px 16px 12px 16px;
}
@media only screen and (max-width: 1366px) {
  .column-table {
    padding: 16px 2px !important;
  }
}
.custom-autocomplete .ant-select-dropdown-menu-item {
  white-space: normal !important;
}

.border-wrapper {
  border: 1px solid #aeadad;
  box-shadow: 1px 1px 1px 1px #ddd;
  padding: 24px;
  background: #fff;
}
.export-btn {
  margin-right: 10px;
}
.section-box {
  border-top: 1px solid #cccccc;
}
.default-round-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: green;
  padding: 10px;
  color: white;
}
.default-round-avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ant-tabs-nav .ant-tabs-tab {
  padding: 0px 16px 12px 16px;
}
@media only screen and (max-width: 1366px) {
  .column-table {
    padding: 16px 2px !important;
  }
}
.custom-autocomplete .ant-select-dropdown-menu-item {
  white-space: normal !important;
}

.offset-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.offset-pagination > h3 {
  margin-left: 0.75rem;
  font-size: 1.125rem;
}

.button-prev {
  margin-right: 10px;
}

.border-wrapper {
  border: 1px solid #aeadad;
  box-shadow: 1px 1px 1px 1px #ddd;
  padding: 24px;
  background: #fff;
}
.export-btn {
  margin-right: 10px;
}
.section-box {
  border-top: 1px solid #cccccc;
}
.default-round-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: green;
  padding: 10px;
  color: white;
}
.default-round-avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ant-tabs-nav .ant-tabs-tab {
  padding: 0px 16px 12px 16px;
}
@media only screen and (max-width: 1366px) {
  .column-table {
    padding: 16px 2px !important;
  }
}
.custom-autocomplete .ant-select-dropdown-menu-item {
  white-space: normal !important;
}

.input-overwrite-error {
  border-color: #f5222d !important;
}
.input-overwrite-no-error {
  border-color: #d9d9d9 !important;
}
.input-overwrite-no-error:focus {
  box-shadow: none !important;
}

.select-overwrite-has-no-error .ant-select-selection,
.select-overwrite-has-no-error:hover .ant-select-selection,
.select-overwrite-has-no-error:focus .ant-select-selection {
  border-color: #d9d9d9;
  box-shadow: none;
}
.select-overwrite-has-no-error .ant-select-arrow,
.select-overwrite-has-no-error:hover .ant-select-arrow,
.select-overwrite-has-no-error:focus .ant-select-arrow {
  color: #d9d9d9;
}
.select-overwrite-error .ant-select-selection {
  border-color: #f5222d;
}
.select-overwrite-error .ant-select-arrow {
  color: #f5222d;
}

.select-or-create {
  position: relative;
}
.select-or-create .edit-container button {
  position: absolute;
  box-sizing: content-box;
  width: 1rem;
  height: 1rem;
  font-size: 0.65rem;
  padding: 0;
}
.select-or-create .edit-container button.ok {
  right: 1.8rem;
  top: 0.45rem;
}
.select-or-create .edit-container button.cancel {
  right: 0.4rem;
  top: 0.45rem;
}
.select-or-create .edit-container input {
  padding-right: 3rem;
}

.react-resizable {
  position: relative;
  background-clip: padding-box;
}
.react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}
.float-scrollbar {
  display: none;
  background-color: transparent;
  position: fixed;
  height: 1.25rem;
  z-index: 1;
  left: 0;
  overflow-x: scroll;
  overflow-y: hidden;
}
.float-scroll-inner {
  height: 1px;
}

.advanced-filter.ant-col-xs-4 div button.ant-btn {
  margin-top: 42px;
}
.custom-col {
  margin-right: 10px;
}
.border-wrapper {
  border: 1px solid #aeadad;
  box-shadow: 1px 1px 1px 1px #ddd;
  padding: 24px;
  background: #fff;
}
.export-btn {
  margin-right: 10px;
}
.section-box {
  border-top: 1px solid #cccccc;
}
.default-round-avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: green;
  padding: 10px;
  color: white;
}
.default-round-avatar:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ant-tabs-nav .ant-tabs-tab {
  padding: 0px 16px 12px 16px;
}
@media only screen and (max-width: 1366px) {
  .column-table {
    padding: 16px 2px !important;
  }
}
.custom-autocomplete .ant-select-dropdown-menu-item {
  white-space: normal !important;
}

.result-container {
  margin-top: 2.5rem;
}
.result-container .ant-table-pagination {
  display: none;
}
.result-container td,
.result-container th {
  padding: 12px !important;
}

.text-cell {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.text-cell .text-cell-icon {
  display: none;
  font-size: 1.1rem;
}
.text-cell .icon-container {
  min-width: 1.5rem;
  display: inline-block;
}
.text-cell:hover .text-cell-icon {
  display: inline-block;
}

.import-lead-preference .ant-pagination {
  display: none;
}
.import-lead-preference .ant-select-selection-selected-value i {
  display: none;
}

.ant-upload-list {
  display: none;
}
.upload {
  position: relative;
}
.upload .upload-spin {
  position: absolute;
  left: 50%;
  top: 0.5rem;
}
.spin--white .ant-spin-dot-item {
  background-color: #fffdfd;
}
.low-opacity-color {
  color: rgba(255, 255, 255, 0.329) !important;
}

.ant-collapse-header,
.ant-collapse-content {
  background-color: #ffffff !important;
}

.search-bar .title {
  font-size: 14px !important;
  font-weight: normal !important;
}


.actions-cell a {
  display: inline-block;
  margin-right: 0.25rem;
}
.actions-cell a:last-child {
  margin-right: 0;
}

.show {
  opacity: 1;
  transition: 0.2s;
}
.hidden {
  opacity: 0;
  transition: 0.2s;
}
.ant-table-row td .edit-cell {
  visibility: hidden;
  transition: 0.2s;
}
.ant-table-row-hover td .edit-cell {
  visibility: visible;
  transition: 0.2s;
}
.ant-table-row:hover td .edit-cell {
  visibility: visible;
  transition: 0.2s;
}

.error-explainer {
  color: #f5222d;
}

.backup-list-container {
  margin-top: 1rem;
}
.backup-list-container #restore-all {
  margin-top: 0.5rem;
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.block {
  margin-bottom: 0.5rem;
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.block {
  margin-bottom: 0.5rem;
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.block {
  margin-bottom: 0.5rem;
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.block {
  margin-bottom: 0.5rem;
}

.report-screen .ant-tabs {
  margin-top: 0;
}

.powerbi-frame {
  height: 100%;
}
#powerbi-report {
  transition: all 0.5s;
  height: 100%;
  position: relative;
  overflow: auto;
}
.refresh-button {
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 1;
}
iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.zoom-controller {
  position: absolute;
  right: 20px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  min-width: 3.25rem;
  align-items: center;
  padding: 0.5rem;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.block {
  margin-bottom: 0.5rem;
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.block {
  margin-bottom: 0.5rem;
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.block {
  margin-bottom: 0.5rem;
}

.show {
  opacity: 1;
  transition: 0.2s;
}
.hidden {
  opacity: 0;
  transition: 0.2s;
}
.ant-table-row td .edit-cell {
  visibility: hidden;
  transition: 0.2s;
}
.ant-table-row-hover td .edit-cell {
  visibility: visible;
  transition: 0.2s;
}
.ant-table-row:hover td .edit-cell {
  visibility: visible;
  transition: 0.2s;
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'no-wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.block {
  margin-bottom: 0.8rem;
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.block {
  margin-bottom: 0.5rem;
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.block {
  margin-bottom: 0.5rem;
}
.ant-select {
  width: 100%;
}
input[type='checkbox'] {
  accent-color: 'blue';
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.block {
  margin-bottom: 0.5rem;
}


.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.block {
  margin-bottom: 0.5rem;
}

.login-screen .button-container .ant-form-item-control-wrapper {
  width: 100%;
}
.login-screen .button-container .ant-form-item-control-wrapper .ant-form-item-children {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.register-screen .button-container {
  margin-top: 0px;
}
.register-screen .button-container .align-right {
  display: flex;
  justify-content: flex-end;
}

.form-without-margin {
  margin-bottom: 0px;
}

.multi-product-with-search .inner-select {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.multi-product-with-search .inner-select > :first-child {
  margin-right: 0.5rem;
}

.multi-product-with-search .inner-select {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.multi-product-with-search .inner-select > :first-child {
  margin-right: 0.5rem;
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.users-container {
  background: #ffffff;
  padding: 24px;
}
.button-prev {
  margin-right: 10px;
}
.users-table {
  margin-bottom: 24px;
}

.bg-hover:hover {
  background: #e6f7ff !important;
}
.bg-hover:nth-child(even) {
  background: #f8fdff;
}
.bold {
  font-weight: bold;
}
.pl-10 {
  padding-left: 10px;
}
.p-10 {
  padding: 10px;
}
.w-60 {
  width: 60%;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}

.show {
  opacity: 1;
  transition: 0.2s;
}
.hidden {
  opacity: 0;
  transition: 0.2s;
}
.ant-table-row td .edit-cell {
  visibility: hidden;
  transition: 0.2s;
}
.ant-table-row-hover td .edit-cell {
  visibility: visible;
  transition: 0.2s;
}
.ant-table-row:hover td .edit-cell {
  visibility: visible;
  transition: 0.2s;
}

.roles-container {
  background: #ffffff;
  padding: 24px;
}

.product-block {
  margin-bottom: 0.5rem;
}

.discovery-dark-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.45);
  height: 100vh;
  z-index: 1;
}
.discovery-child-container {
  position: relative;
  z-index: 2;
}
.explore-popup {
  position: absolute;
  z-index: 2;
  box-shadow: 0 0 4px gray;
  min-width: 100px;
  padding: 0.5rem 0.75rem;
  background-color: white;
  border-radius: 2px;
}
.explore-popup .header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 600;
}
.explore-popup .header i:hover {
  cursor: pointer;
}
.explore-popup .content {
  margin-bottom: 0.5rem;
}

.address-input-container {
  display: flex;
  align-items: center;
}
.address-input-container > * {
  margin-right: 0.25rem;
  flex: 1;
}
.address-input-container > *:last-child {
  margin-right: 0;
}
.address-input-container .address-input-group {
  display: flex;
  align-items: center;
}
.address-input-container .address-input-group > * {
  margin-right: 0.25rem;
  flex: 1;
}
.address-input-container .address-input-group > *:last-child {
  margin-right: 0;
}
.proximity-content {
  display: flex;
  margin-top: 20px;
  width: 100%;
  justify-content: space-between;
}
.proximity-content .proximity-first {
  display: flex;
  flex-wrap: wrap;
}
.proximity-content .proximity-first .nearest-center {
  width: 100%;
}
.proximity-content .proximity-first .distance {
  width: 100%;
  opacity: 0.3;
}
.proximity-many {
  display: flex;
  flex-wrap: wrap;
}
.proximity-many .proximity-after {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  width: 33.33%;
}
.proximity-many .proximity-after .nearest-center-after {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.proximity-many .proximity-after .distance-after {
  width: 100%;
  opacity: 0.3;
}

.school-input-container {
  display: flex;
  align-items: center;
}
.school-input-container > * {
  margin-right: 0.5rem;
}
.school-input-container > *:last-child {
  margin-right: 0;
}
.school-input-container .school-input {
  flex: 1;
}

.referral-select {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.referral-select .ant-select-selection--single {
  border-radius: 5px 0 0 5px !important;
  border-width: 1px 0 1px 1px;
}

.recommend-auto-reconcile-modal-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.recommend-auto-reconcile-modal-header .title {
  font-size: 18px;
  line-height: 24px;
}
.recommend-auto-reconcile-modal-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.attachment-arrow-button {
  font-size: 2rem;
  color: #ffff;
}
.payment-form-item {
  margin-bottom: 6px;
}
.ant-modal {
  min-width: 520px;
  width: auto !important;
}
.payment-footer {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.payment-footer .total {
  width: 40%;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  padding-bottom: 16px;
  padding-top: 0px;
}
.payment-footer .remaining {
  width: 40%;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  padding-top: 16px;
  padding-bottom: 0px;
}
.payment-footer .divide {
  width: calc(100% + 32px);
  border-bottom: 1px solid #e8e8e8;
  margin-right: -16px;
}
.footer {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.footer .remaining,
.footer .paid,
.footer .result {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.footer .result b:last-child {
  color: #1890ff;
}
.footer .result b.text-red {
  color: red;
}
.text-red {
  color: red;
}
.text-help {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0em;
  text-align: left;
}
.text-unallocated {
  float: right;
}
.paymentOption {
  margin: 0rem 0rem 1rem 0rem;
}
.paymentOption .ant-radio-wrapper {
  margin-top: 0.5rem;
}

.coupon-generator-detail {
  padding: 2rem 0rem;
}
.coupon-generator-detail .ant-table-pagination.ant-pagination {
  display: none;
}

.coupon-generator-section {
  margin-top: 1.5rem;
}
.coupon-generator-section .ant-table-pagination.ant-pagination {
  display: none;
}

.lead-deatail-order-edittable-product .ant-select-selection__rendered {
  min-width: 5rem;
}
.lead-deatail-order-edittable-product .ant-select-search--inline {
  min-width: 5rem;
}

.ant-modal-wrap {
  display: flex;
  justify-content: center;
}
.image-modal {
  width: inherit !important;
  position: absolute;
}
.image-modal .ant-modal-content {
  background: none;
  box-shadow: none;
}
.image-modal .attachment-image {
  display: block;
  min-height: 10vh;
  max-width: 75vw;
  max-height: 75vh;
  align-self: center;
  position: relative;
}
.image-modal .attachment-arrow-button {
  font-size: 2rem;
  color: #ffff;
}
.image-modal .attachment-arrow-button--disabled {
  visibility: hidden;
}
.image-modal .attachment-font {
  color: #000;
  font-size: 1rem;
  margin: 0;
  padding: 0.5rem;
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
}
.image-modal .attachment-page {
  width: 20%;
}
.image-modal .attachment-name {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
}
.image-modal .max-content {
  max-width: 15rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ant-table-header-column {
  text-align: left;
  width: 100%;
}

.contract-info-tab {
  border: 1px solid black;
  height: 400px;
}
.font-18 {
  font-size: 18px;
}
.ml-10 {
  margin-left: 10px;
}
.color-success {
  color: '#95de64';
}
.contract-info-tabs {
  max-width: 850px;
}
.contract-info-tabs .ant-tabs-ink-bar {
  background-color: #1890ff !important;
}

.code-number-div {
  margin-top: 5px;
  margin-right: 5px;
  white-space: nowrap;
}

.ant-input-number {
  width: auto;
}

.saleProcessIcon {
  background-color: #FFFFFF;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1rem;
  display: flex;
  justify-items: center;
  text-align: center;
  align-self: center;
  transform: translateY(-0.1rem);
  margin-right: 0.5rem;
  border: 1px solid rgba(49, 49, 49, 0.5);
}
.saleProcessIcon i {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.saleProcessComponent {
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  border-bottom: 1px solid #BDBDBD;
}
.transfer-status {
  font-weight: bold;
}
.transfer-status-sent {
  color: #FF9407;
}
.transfer-status-completed {
  color: #0fb90f;
}
.transfer-status-approved {
  color: #FF9407;
}
.transfer-status-rejected {
  color: #f12f2f;
}
.transfer-reject-reason {
  color: black;
  font-weight: normal;
}

.saleButtonContainer {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
.title {
  font-weight: bold;
}

.text-bold {
  font-weight: bold;
  color: black;
}
.text-error {
  color: red;
}
.text-box-container {
  line-height: 2rem;
}

.filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.text-bold {
  font-weight: bold;
  color: black;
}
.text-error {
  color: red;
}
.text-box-container {
  line-height: 2rem;
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  border-bottom: 1px solid #e8e8e8 !important;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.order-transfer-account {
  margin-left: 1rem;
}
.order-transfer-account .copy-container {
  display: flex;
  justify-content: flex-end;
}
.qr-image {
  width: 80%;
  margin-left: 5%;
}
.warning-title {
  font-weight: bold;
  font-size: 16px;
  color: red;
}
.warning-text {
  font-size: 14px;
  color: red;
}
.justify-content-center {
  display: flex;
  justify-content: center;
}
.justify-content-space-between {
  display: flex;
  justify-content: space-between;
}

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

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

.ril__outerClosing {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ril__toolbarItemChild {
  vertical-align: middle;
}

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

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

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

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

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

.ril__outerAnimating {
  animation-name: closeWindow;
}

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

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

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

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

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

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

.product-item-allocation-container {
  margin-top: 1rem;
}
.text-unallocated {
  float: right;
  margin-top: 1rem;
}
.text-red {
  color: red;
}
.text-help {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0em;
  text-align: left;
}

.payment-schedule-row .ant-input-number-disabled {
  color: unset !important;
  background-color: unset !important;
  cursor: unset !important;
  opacity: 1;
}
.payment-schedule-row .ant-input-number-disabled input {
  color: unset !important;
  background-color: unset !important;
  cursor: unset;
  opacity: 1;
}
.payment-schedule-row .ant-input-disabled {
  color: unset !important;
  background-color: unset !important;
  cursor: unset !important;
  opacity: 1;
}

.product-item-allocation-container {
  margin-top: 1rem;
}
.text-unallocated {
  float: right;
  margin-top: 1rem;
}
.text-red {
  color: red;
}
.text-help {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0em;
  text-align: left;
}

.attachment-image-modal {
  width: inherit !important;
  position: absolute;
}
.attachment-image-modal .ant-modal-content {
  background: none;
  box-shadow: none;
}
.attachment-image-modal .attachment-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}
.attachment-image-modal .attachment-image {
  display: block;
  width: 500px;
  height: auto;
  min-height: 10vh;
  max-width: 75vw;
  max-height: 75vh;
  align-self: center;
  position: relative;
}
.icon-payment {
  font-size: 2rem;
  margin-right: 10px;
  margin-left: 10px;
  color: #40a9ff;
  cursor: pointer;
}
.transition-attachment {
  transition: all ease-in-out 0.3s;
}

.product-item-allocation-container {
  margin-top: 1rem;
}
.text-unallocated {
  float: right;
  margin-top: 1rem;
}
.text-red {
  color: red;
}
.text-help {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0em;
  text-align: left;
}

.note-input {
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 1px;
  font-size: 0.875em;
  min-height: 2em !important;
  line-height: 1 !important;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: bold;
}
.note-input:focus {
  outline: none;
}

.note-item textarea {
  resize: none;
}
.note-item .small {
  font-size: 0.75rem;
  line-height: 0.875rem;
  min-height: 1.5rem;
}
.note-item .medium {
  font-size: 0.875rem;
  line-height: 1.75rem;
  min-height: 2rem;
  padding: 0 0.55rem;
}
.note-item .update-btn {
  margin-left: 0.25rem;
}
.note-item .update-btn.small {
  font-size: 0.5rem;
  line-height: 0.5rem;
}
.note-item .update-btn.medium {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.note-tooltip .ant-tooltip-arrow {
  left: 1px;
}
.note-tooltip .ant-tooltip-inner {
  background: #000;
}

.no-notes-text {
  font-style: italic;
}

.other-lead-note-section-title {
  font-size: 0.75rem;
}
.other-lead-note-title {
  display: flex;
}
.other-lead-note-title > * {
  margin-right: 0.5em;
  font-size: 1em;
  font-weight: bold;
}
.other-lead-notes {
  margin-left: 1em;
}
.other-lead-note-container {
  margin-bottom: 1em;
}
.other-lead-note-container:last-child {
  margin-bottom: 0;
}

.ant-btn-sm {
  font-size: 0.75rem;
}
.ant-input-sm {
  font-size: 0.75rem;
}
.other-lead-note-header {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.other-lead-note-section {
  margin-left: 0.5rem;
}



.add-multi-family-members .ant-btn {
  margin-right: 8px;
}
.add-multi-family-members .family-member-custom {
  width: 60px;
  margin-right: 8px;
}

.title-enrollment {
  margin-bottom: 10px;
}

.title-enrollment {
  margin-bottom: 10px;
}

.leadInfoTooltip .ant-tooltip-content {
  transform: translate(4px, -1rem);
}
.leadInfoTooltip .ant-tooltip-content .ant-tooltip-inner {
  color: #000000;
  background: #ffffff;
}
.leadInfoTooltip .ant-tooltip-content .ant-tooltip-arrow {
  transform: translate(-50%, -8px);
}
.leadInfoIconTooltip .ant-tooltip-content {
  transform: translate(-4px, 4px);
}
.leadInfoIconTooltip .ant-tooltip-content .ant-tooltip-inner {
  background: #000000;
}
.leadInfoIconTooltip .ant-tooltip-content .ant-tooltip-arrow {
  transform: translate(-50%, 6px);
}
.ant-tabs {
  overflow: visible;
}
.customer-highlight .ant-tabs-nav .ant-tabs-tab:nth-child(2) {
  color: #fa8c16;
  font-weight: bold;
}
.family-highlight .ant-tabs-nav .ant-tabs-tab:nth-child(3) {
  color: #fa8c16;
  font-weight: bold;
}
.invalid-order-color .ant-tabs-nav-animated > div > div:nth-child(5) {
  color: #ff0000;
}
.active-tab-order-error .ant-tabs-ink-bar {
  background: #ff0000;
}
.due-order-color .ant-tabs-nav-animated > div > div:nth-child(5) {
  color: #f19100;
}
.active-tab-order-due .ant-tabs-ink-bar {
  background: #f19100;
}

.audio-player {
  display: flex;
  align-items: center;
  height: 40px;
  background: #fff;
  justify-content: center;
  box-shadow: 0 0 4px #b9b9b9;
  position: fixed;
  width: 952px;
  bottom: 0.5rem;
  right: 24px;
}
.audio-player .control-btn-group {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
  height: 100%;
}
.audio-player .control-btn-group .pause-play-btn {
  margin: 0 0.5rem;
}
.audio-player .control-btn-group i {
  font-size: 1.25rem;
  cursor: pointer;
}
.audio-player .control-btn-group > div > span {
  display: flex;
  align-items: center;
}
.audio-player .ant-slider {
  padding: 0;
  margin: 15px 8px 6px 15px;
}

.ant-table-pagination {
  display: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.import-lead-header {
  display: flex;
  justify-content: space-between;
}
.import-lead-header .anticon-setting {
  cursor: pointer;
}
.import-lead-header .anticon-setting:hover {
  color: grey;
}

.enrollment-status-filter {
  display: flex;
  height: 76px;
  align-items: center;
}

.payday-with-status {
  display: flex;
  margin-right: 1rem;
  height: 76px;
}

.customer-cell-overlay .ant-popover-inner-content .all-notes-container {
  padding-right: 0.25em;
  max-height: 10rem;
  overflow-y: auto;
}
.customer-cell-overlay .ant-popover-inner-content ::-webkit-scrollbar {
  width: 0.5em;
}
.customer-cell-overlay .ant-popover-inner-content ::-webkit-scrollbar-track {
  background-color: #ececec;
}
.customer-cell-overlay .ant-popover-inner-content ::-webkit-scrollbar-thumb {
  background: #acacac;
}

.show {
  opacity: 1;
  transition: 0.2s;
}
.hidden {
  opacity: 0;
  transition: 0.2s;
}
.ant-table-row td .edit-cell {
  visibility: hidden;
  transition: 0.2s;
}
.ant-table-row-hover td .edit-cell {
  visibility: visible;
  transition: 0.2s;
}
.ant-table-row:hover td .edit-cell {
  visibility: visible;
  transition: 0.2s;
}

.phone-cell-container {
  display: flex;
  align-items: center;
}

.status-select {
  border-radius: 1;
}
.status-select .ant-select-selection {
  border: none;
  outline: none;
}
.status-select .ant-select-selection .ant-select-arrow {
  visibility: hidden;
}
.status-select .ant-select-selection:hover .ant-select-arrow {
  visibility: visible;
}
.status-select .ant-select-selection:focus {
  outline: none;
}

td.no-padding {
  padding: 0 !important;
}
td.no-padding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.payday-popover .ant-pagination {
  display: none;
}
.payday-popover .ant-table-thead {
  display: none;
}
.payday-popover .ant-table-tbody > tr > td {
  border: none;
  padding: 0.5rem;
}
.payday-popover .cell {
  margin-bottom: 0;
  font-size: 0.75rem;
  flex: 1;
  font-weight: bold;
}

.ant-tabs {
  padding-top: 8px;
}

.leadcalltopbar .ant-skeleton-title {
  margin: 0;
}

.CallSurveyModal {
  max-width: 630px;
  width: 630px !important;
  margin: auto;
}
.CallSurveyModal .ant-modal-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.CallSurveyModal .ant-modal-content .ant-modal-close {
  display: flex;
  padding-top: 0.5rem;
}
.CallSurveyModal .ant-modal-body {
  padding-bottom: 0;
}
.CallSurveyModal .call-info {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 16px;
}
.CallSurveyModal .call-info .call-duration {
  font-weight: normal;
}
.CallSurveyModal .modal-footer {
  display: flex;
  position: sticky;
  bottom: 0;
  background-color: white;
  padding-top: 16px;
  margin-top: 0;
}
.CallSurveyModal .modal-footer .buttons-container {
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  flex-shrink: 0;
}
.CallSurveyModal .modal-footer .buttons-container .ant-btn {
  width: 100%;
}
.CallSurveyModal .modal-footer .buttons-container .close-button {
  font-weight: 600;
}
.CallSurveyModal .modal-footer .buttons-container .reset-button {
  font-weight: 500;
}
.CallSurveyModal .Modal_title {
  font-size: 26px !important;
  font-weight: 600;
  line-height: 1.2 !important;
  margin: 0 !important;
}
.CallSurveyModal .CallRate_wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.CallSurveyModal .CallRate_label {
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
}
.CallSurveyModal .CallFeedbackTags_wrapper {
  margin-bottom: 22px;
}
.CallSurveyModal .CallFeedbackTags_list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.CallSurveyModal .CallFeedbackTags_item {
  align-items: center;
  border-color: #e5e7eb;
  display: flex;
  justify-content: center;
  user-select: none;
}
.CallSurveyModal .CallFeedbackNote_label {
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
}
.CallSurveyModal .CallFeedbackNote_dataCount .ant-input-data-count {
  transform: translate(-4px, -100%);
}
.CallSurveyModal .Survey_successImg {
  height: 160px;
  margin-left: -24px;
  width: 160px;
}
.CallSurveyModal .Survey_successTitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2 !important;
  margin-bottom: 4px !important;
  text-align: center;
}
.CallSurveyModal .Survey_successDesc {
  font-size: 16px;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
  text-align: center;
}

.input-container {
  display: flex;
  align-items: center;
}
.input-container .ant-input-number {
  border: none;
}
.input-container .anticon-warning {
  margin-left: 0.5rem;
  color: #f07625;
}

.kpi-month-picker-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.kpi-month-picker-container .ant-calendar-picker-input {
  border: none;
}
.kpi-month-picker-container i {
  display: none;
}
.kpi-month-picker-container .anticon-warning {
  display: inline-block;
  margin-left: 0.5rem;
  color: #f07625;
}

.salesman-input-container {
  display: flex;
  align-items: center;
}
.salesman-input-container .ant-select-selection--single {
  border: none;
}
.salesman-input-container .ant-select-arrow {
  display: none;
}
.salesman-input-container div {
  margin: 0 !important;
  width: 100%;
}
.salesman-input-container .anticon-warning {
  margin-left: 0.5rem;
  color: #f07625;
}
.salesman-input-container .ant-select-selection-selected-value {
  padding: 0 0.5rem;
}

.business-unit-input-container {
  display: flex;
  align-items: center;
}
.business-unit-input-container .ant-select-selection--single {
  border: none;
}
.business-unit-input-container .ant-select-arrow {
  display: none;
}
.business-unit-input-container div {
  margin: 0 !important;
  width: 100%;
}
.business-unit-input-container .anticon-warning {
  margin-left: 0.5rem;
  color: #f07625;
}

.kpi-table {
  position: relative;
}
.kpi-table .ant-table-row.is-new {
  background-color: #d6e4ff;
}
.kpi-table .ant-progress-bg {
  height: 4px !important;
  background-image: linear-gradient(to right, rgb(24 134 255) 0%, rgb(37 191 255) 100%) !important;
}
.kpi-table .ant-progress-status-active .ant-progress-bg::before {
  animation-duration: 0.75s;
  position: absolute;
  top: 0;
}
.kpi-table .ant-progress-inner {
  background-color: #fff;
}
.kpi-table .progress-container {
  width: 100%;
  min-height: 1rem;
}
.kpi-table .progress-container.hidden {
  visibility: hidden;
}
.kpi-table .ant-select-selection__rendered {
  padding: 0 0.5rem;
}

.channel-group-input-container {
  display: flex;
  align-items: center;
}
.channel-group-input-container .ant-select-selection--single {
  border: none;
}
.channel-group-input-container .ant-select-arrow {
  display: none;
}
.channel-group-input-container div {
  margin: 0 !important;
  width: 100%;
}
.channel-group-input-container .anticon-warning {
  margin-left: 0.5rem;
  color: #f07625;
}

.business-unit-search-bar {
  margin-right: '1rem';
}
.business-unit-search-bar .ant-btn:empty {
  display: none;
}

.filter-container {
  display: flex;
  flex-direction: 'row';
  flex-wrap: 'wrap';
  margin-bottom: 0.25rem;
}
.filter-container > div,
.filter-container > button {
  margin-right: 0.5rem;
}
.filter-container > button {
  align-self: flex-end;
}
.filter-container > button span:first-child {
  margin-right: 0.25rem;
}

.screen-top {
  display: flex;
  justify-content: flex-end;
}

.block {
  margin-bottom: 0.5rem;
}
.ant-select {
  width: 100%;
}

.block {
  margin-bottom: 0.5rem;
}

