/* src/styles.scss */
:root {
  --vote-rank-2-color: rgba(255, 202, 61, 1);
  --vote-rank-3-color: rgba(251, 157, 30, 1);
  --vote-rank-smallest-color: rgba(149, 42, 15, 1);
  --vote-rank-highest-color: rgba(252, 77, 34, 1);
}
body {
  background-color: #f5f7f8 !important;
}
.wp-container {
  max-width: 1142px !important;
}
@media (max-width: 1024px) {
  .wp-container {
    max-width: 971px !important;
  }
}
@media (max-width: 820px) {
  .wp-container {
    max-width: 790px !important;
  }
}
@media (max-width: 768px) {
  .wp-container {
    max-width: 730px !important;
  }
}
.wp-card-caption {
  font-family: "Mont";
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 20px !important;
  line-height: 32px !important;
  color: #1c1919 !important;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .wp-card-caption {
    line-height: 1.2;
    margin-bottom: 24px;
  }
}
.wp-card-border {
  border-left: 1px solid rgba(176, 176, 176, 0.3019607843);
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .wp-card-border {
    margin-bottom: 0;
  }
}
.wp-padding-t50-b75 {
  padding-bottom: 50px;
  padding-top: 75px;
}
.wp-status {
  align-items: start;
  justify-content: start;
  gap: 2px;
  border-radius: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: row;
  padding: 6px 10px;
}
.wp-claim-status-approved {
  display: flex;
  flex-direction: row;
  background-color: #daf2d8;
  font-family: "Be Vietnam Pro";
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #023820 !important;
  width: 93px;
  height: 24px;
  align-items: center;
  justify-content: start;
}
.wp-claim-status-partial-approved {
  background-color: #d8ecfb;
  font-family: "Be Vietnam Pro";
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #3716b3 !important;
  width: 136px;
  height: 24px;
  align-items: center;
  justify-content: start;
}
.wp-claim-status-denied {
  background-color: #f8d7da;
  font-family: "Be Vietnam Pro";
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #58151c !important;
  width: 75px;
  height: 24px;
  align-items: center;
  justify-content: start;
}
.wp-claim-status-completed {
  display: flex;
  flex-direction: row;
  background-color: #daf2d8;
  font-family: "Be Vietnam Pro";
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #023820 !important;
  width: 91px;
  height: 24px;
  align-items: center;
  justify-content: start;
}
.wp-claim-status-in-review {
  background-color: #fff3cd;
  font-family: "Be Vietnam Pro";
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #664d03 !important;
  width: 90px;
  height: 24px;
  align-items: center;
  justify-content: start;
}
.wp-claim-status-closed {
  background-color: #e2e2e2 !important;
  font-family: "Be Vietnam Pro";
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #495057 !important;
  width: 74px;
  height: 24px;
}
.wp-claim-status-verified {
  background-color: #ede6f7;
  font-family: "Be Vietnam Pro";
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #7e28c2 !important;
  width: 80px;
}
.wp-claim-status-completed {
  background-color: #daf2d8;
  font-family: "Be Vietnam Pro";
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #023820 !important;
  width: 100px;
}
.wp-claim-status-other {
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #1c1919 !important;
}
@media (max-width: 1024px) {
  .wp-claim-status-approved {
    width: 80px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 9px !important;
    line-height: 20px !important;
    color: #023820 !important;
  }
  .wp-claim-status-partial-approved {
    width: 104px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 9px !important;
    line-height: 20px !important;
    color: #3716b3 !important;
  }
  .wp-claim-status-denied {
    width: 64px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 9px !important;
    line-height: 20px !important;
    color: #58151c !important;
  }
  .wp-claim-status-completed {
    width: 54px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 9px !important;
    line-height: 20px !important;
    color: #023820 !important;
  }
  .wp-claim-status-in-review {
    width: 75px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 9px !important;
    line-height: 20px !important;
    color: #664d03 !important;
  }
  .wp-claim-status-closed {
    width: 54px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 9px !important;
    line-height: 20px !important;
    color: #495057 !important;
  }
  .wp-claim-status-verified {
    width: 54px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 9px !important;
    line-height: 20px !important;
    color: #7e28c2 !important;
  }
  .wp-claim-status-completed {
    width: 80px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 9px !important;
    line-height: 20px !important;
    color: #023820 !important;
  }
  .wp-claim-status-other {
    font-family: "Be Vietnam Pro";
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 9px !important;
    line-height: 24px !important;
    color: #1c1919 !important;
  }
}
@media (max-width: 768px) {
  .wp-claim-status-approved {
    width: 80px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 8px !important;
    line-height: 20px !important;
    color: #023820 !important;
  }
  .wp-claim-status-partial-approved {
    width: 104px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 8px !important;
    line-height: 20px !important;
    color: #3716b3 !important;
  }
  .wp-claim-status-denied {
    width: 64px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 8px !important;
    line-height: 20px !important;
    color: #58151c !important;
  }
  .wp-claim-status-completed {
    width: 54px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 8px !important;
    line-height: 20px !important;
    color: #023820 !important;
  }
  .wp-claim-status-in-review {
    width: 75px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 8px !important;
    line-height: 20px !important;
    color: #664d03 !important;
  }
  .wp-claim-status-closed {
    width: 54px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 8px !important;
    line-height: 20px !important;
    color: #495057 !important;
  }
  .wp-claim-status-verified {
    width: 54px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 8px !important;
    line-height: 20px !important;
    color: #7e28c2 !important;
  }
  .wp-claim-status-completed {
    width: 80px;
    height: 18px;
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 8px !important;
    line-height: 20px !important;
    color: #023820 !important;
  }
  .wp-claim-status-other {
    font-family: "Be Vietnam Pro";
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 8px !important;
    line-height: 24px !important;
    color: #1c1919 !important;
  }
}
.wp-claim-icon {
  width: 16px;
  height: 16px;
}
.wp-bottom-border-none {
  border-bottom: none;
}
.wp-bg-default {
  background-color: #fff4de;
}
.wp-bg-claims {
  background-color: #ffca3d;
}
.wp-bg-admin {
  background-color: #fff4de;
}
.wp-bg-practices {
  background-color: #fec4b5;
}
.wp-condition-item {
  font-family: "Be Vietnam Pro";
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 23px !important;
  color: #1c1919 !important;
  margin-top: 12px;
}
.wp-mark {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.wp-position-relative {
  position: relative;
}
.wp-expand-button {
  border: none;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 500px;
  background-color: #8e8e93;
  color: #ffffff;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wp-expand-button .wp-chevron-icon {
  font-size: 10px;
}
@media (max-width: 820px) {
  .wp-expand-button {
    width: 18px;
    height: 18px;
    margin-bottom: 10px;
  }
  .wp-expand-button .wp-chevron-icon {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  .wp-expand-button {
    width: 18px;
    height: 18px;
    margin-bottom: 10px;
  }
  .wp-expand-button .wp-chevron-icon {
    font-size: 8px;
  }
}
.icon-action-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: #f05323;
  font-size: 18px;
}
.icon-action-btn:hover {
  opacity: 0.8;
}
.icon-action-btn fa-icon {
  vertical-align: middle;
}
.wp-sort-icon {
  cursor: pointer;
  padding-left: 8px;
}
.wp-table {
  border-radius: 5px !important;
  margin-bottom: 0;
  border: 1px solid rgba(176, 176, 176, 0.3019607843);
}
.wp-table-header th {
  font-family: "Be Vietnam Pro";
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #1c1919 !important;
  height: 52px;
  text-align: left;
  vertical-align: middle;
  min-width: 30px;
  background-color: #ffffff;
  padding: 0 0;
}
app-table tr {
  background-color: #ffffff !important;
  --row-bg: $wp-white-admin;
}
.wp-table-header-row td {
  height: 56px;
  text-align: left;
  vertical-align: middle !important;
  border: 0;
  border-bottom: 1px solid rgba(176, 176, 176, 0.3019607843);
  padding: 0 0;
}
.wp-table-body td {
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: rgba(28, 25, 25, 0.87) !important;
  height: 56px;
  text-align: left;
  vertical-align: middle;
  border: 0;
  min-width: 30px !important;
}
.wp-table-header-cell {
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: rgba(28, 25, 25, 0.87) !important;
  vertical-align: middle !important;
}
@media (max-width: 1024px) {
  .wp-table-header-cell {
    font-family: "Be Vietnam Pro";
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 12px !important;
    line-height: 24px !important;
    color: rgba(28, 25, 25, 0.87) !important;
  }
}
@media (max-width: 768px) {
  .wp-table-header-cell {
    font-family: "Be Vietnam Pro";
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 10px !important;
    line-height: 24px !important;
    color: rgba(28, 25, 25, 0.87) !important;
  }
}
@media (max-width: 820px) {
  .wp-table-header-cell {
    font-family: "Be Vietnam Pro";
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 11px !important;
    line-height: 24px !important;
    color: rgba(28, 25, 25, 0.87) !important;
  }
}
.wp-table-header-cell-one {
  font-family: "Be Vietnam Pro";
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: rgba(28, 25, 25, 0.87) !important;
}
.wp-view-as-btn {
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #1c1919 !important;
  min-width: 78px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid #fec4b5;
  background-color: #ffffff;
  margin-top: 1px;
}
.wp-view-portal-btn {
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #1c1919 !important;
  min-width: 103px;
  height: 32px;
  border-radius: 20px;
  border: 1px solid #fec4b5;
  background-color: #ffffff;
}
.wp-view-details-btn {
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 17px !important;
  color: #1c1919 !important;
}
.wp-cell-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  width: 75px;
  height: 24px;
}
.wp-bold-value {
  font-family: "Be Vietnam Pro";
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: rgba(28, 25, 25, 0.87) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .wp-bold-value {
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 12px !important;
    line-height: 24px !important;
    color: rgba(28, 25, 25, 0.87) !important;
  }
}
@media (max-width: 768px) {
  .wp-bold-value {
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 10px !important;
    line-height: 24px !important;
    color: rgba(28, 25, 25, 0.87) !important;
  }
}
@media (max-width: 820px) {
  .wp-bold-value {
    font-family: "Be Vietnam Pro";
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 11px !important;
    line-height: 24px !important;
    color: rgba(28, 25, 25, 0.87) !important;
  }
}
.wp-cell-length-160 {
  width: 160px !important;
}
.wp-cell-length-165 {
  width: 165px !important;
}
.wp-cell-length-185 {
  width: 185px;
}
.wp-cell-length-206 {
  width: 206px;
}
.wp-cell-length-194 {
  width: 194px !important;
}
.wp-cell-length-200 {
  width: 200px;
}
.wp-cell-length-100 {
  width: 100px;
}
.wp-cell-length-300 {
  width: 300px;
}
.wp-overflow-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-last-login-value {
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: rgba(28, 25, 25, 0.87) !important;
}
@media (max-width: 1024px) {
  .wp-last-login-value {
    font-family: "Be Vietnam Pro";
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 12px !important;
    line-height: 24px !important;
    color: rgba(28, 25, 25, 0.87) !important;
  }
}
@media (max-width: 820px) {
  .wp-last-login-value {
    font-family: "Be Vietnam Pro";
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 11px !important;
    line-height: 24px !important;
    color: rgba(28, 25, 25, 0.87) !important;
  }
}
@media (max-width: 768px) {
  .wp-last-login-value {
    font-family: "Be Vietnam Pro";
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 10px !important;
    line-height: 24px !important;
    color: rgba(28, 25, 25, 0.87) !important;
  }
}
.wp-width-20 {
  width: 20%;
  white-space: nowrap;
}
.wp-width-30 {
  width: 30%;
  white-space: nowrap;
}
.wp-width-34 {
  width: 34%;
  white-space: nowrap;
}
.wp-width-15 {
  width: 15%;
  white-space: nowrap;
}
.wp-width-12 {
  width: 12%;
  white-space: nowrap;
}
.wp-width-5 {
  width: 5% !important;
}
.wp-width-min {
  width: 1% !important;
}
.wp-table-scroll-container {
  overflow-x: auto;
  width: 100%;
}
.wp-table-scroll-container table {
  border-collapse: collapse;
}
.wp-table-scroll-container th,
.wp-table-scroll-container td {
  white-space: nowrap;
}
.wp-border-radius {
  border-radius: 5px !important;
}
.wp-border {
  margin-bottom: 0;
  border: 1px solid rgba(176, 176, 176, 0.3019607843);
}
.wp-zebra-table table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.wp-zebra-table table tbody tr:nth-child(even) {
  background-color: rgba(243, 243, 243, 0.8);
}
.wp-claims-search-box {
  border: 1px solid #ced4da;
  border-radius: 6px;
  height: 44px;
}
.wp-claims-search-box::placeholder {
  font-family: "Mont";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #6c757d !important;
}
.input-group > .wp-claims-search-box:not(:first-child) {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.wp-practices-search-box {
  border: 1px solid #ced4da;
  border-radius: 6px;
  height: 44px;
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #1c1919 !important;
}
.wp-search {
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #6c757d !important;
}
.wp-practices-search-box::placeholder {
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #6c757d !important;
}
.input-group > .wp-practices-search-box:not(:first-child) {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.wp-users-search-box {
  border: 1px solid #ced4da;
  border-radius: 6px;
  height: 48px;
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #1c1919 !important;
}
.wp-search {
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #6c757d !important;
}
.wp-users-search-box::placeholder {
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #6c757d !important;
}
.input-group > .wp-users-search-box:not(:first-child) {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.wp-disabled,
.wp-disabled * {
  cursor: not-allowed !important;
}
.wp-fulltext-highlight {
  font-family: "Mont";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: red !important;
}
.wp-avatar {
  max-width: 28px;
  max-height: 28px;
  margin-right: 12px;
}
.wp-date-value {
  white-space: normal;
}
.wp-small-time {
  font-size: 12px;
  color: gray;
}
.wp-tooltip-container.bs-tooltip-top .tooltip-inner {
  background-color: #6c757d !important;
  font-family: "Be Vietnam Pro";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 0 !important;
  color: #ffffff !important;
  border-radius: 4px;
  white-space: nowrap;
  max-width: none;
  z-index: 1000;
  height: 26px;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.wp-tooltip-container .arrow::before {
  border-top-color: #6c757d;
  display: none !important;
}
.wp-tooltip-container.wp-tooltip-offset50.bs-tooltip-top .tooltip-inner {
  transform: translate(50px, 55px) !important;
}
.wp-tooltip-container.wp-tooltip-offset95.bs-tooltip-top .tooltip-inner {
  transform: translate(95px, 55px) !important;
}
.wp-tooltip-container.wp-tooltip-offset80.bs-tooltip-top .tooltip-inner {
  transform: translate(80px, 80px) !important;
}
.wp-tooltip-pre-line .tooltip-inner,
.wp-tooltip-pre-line.tooltip .tooltip-inner,
.wp-tooltip-pre-line .bs-tooltip-auto .tooltip-inner {
  white-space: pre-line;
}
.wp-tooltip-container.wp-tooltip-pre-line.bs-tooltip-top .tooltip-inner {
  white-space: pre-line !important;
  height: auto !important;
  line-height: 20px !important;
  display: block !important;
  align-items: initial !important;
  text-align: left !important;
  padding: 8px 12px !important;
  font-family: "Mont";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: wp-white-admin !important;
}
.wp-cell-padding {
  padding-right: 60px;
}
.wp-col-header-padding {
  padding-left: 16px !important;
}
.wp-active-user {
  display: flex;
  flex-direction: row;
  background-color: #daf2d8;
  font-family: "Be Vietnam Pro";
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #023820 !important;
  width: 60px;
  height: 24px;
  align-items: center;
  justify-content: start;
}
.wp-pending-email-invite {
  background-color: #fff3cd;
  font-family: "Be Vietnam Pro";
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #664d03 !important;
  width: 70px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.wp-inactive-user {
  background-color: #d9d9d9 !important;
  font-family: "Be Vietnam Pro";
  font-weight: 600 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #454343 !important;
  width: 74px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.wp-icon-size-16 {
  height: 16px;
  width: 16px;
  font-size: 16px;
}
body.modal-open {
  padding-right: 0 !important;
  overflow-y: auto !important;
}
.wp-message-error {
  font-family: "Inter";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 12px !important;
  color: #dc3545 !important;
}
.wp-input-field-box {
  font-family: "Be Vietnam Pro";
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 12px !important;
  color: #1c1919 !important;
  height: 38px;
}
.wp-input-field-box::placeholder {
  font-family: "Mont";
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #6c757d !important;
}
app-toggle-form .wp-toggle-label {
  font-family: "Be Vietnam Pro";
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #1c1919 !important;
}
app-toggle-form .wp-slider {
  background-color: #c6cdd4 !important;
}
app-toggle-form .wp-slider:before {
  background-color: #ffffff !important;
}
app-toggle-form input:checked + .wp-slider {
  background-color: #27ab6e !important;
}
#toast-container app-user-info-toast {
  pointer-events: auto;
  display: block;
}
.wp-toast-center {
  top: 150px !important;
  left: 50% !important;
  transform: translateX(-50%);
  position: fixed !important;
}
#toast-container.toast-center {
  margin: 0;
}
.wp-highlight {
  opacity: 1;
  border-radius: 4px;
  background: #ffca3d;
}
.modal-dialog.modal-412x311 {
  max-width: 412px;
  width: 100%;
}
.modal-dialog.modal-412x311 .modal-content {
  height: 311px;
  display: flex;
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
