.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;
}

