.log-entry::before {
  content: "● ";
  font-size: 18px;
  color: var(--status-color, black);
}
.log-entry.green {
  --status-color: var(--bs-success-border-subtle);
}
.log-entry.amber {
  --status-color: var(--bs-warning-border-subtle);
  /* Amber */
}
.log-entry.red {
  --status-color: var(--bs-danger-border-subtle);
  /* Red */
}
.alternate-grey {
  background-color: var(--bs-gray-200) !important;
}
.disabled-div {
  pointer-events: none;
  opacity: 0.5;
}
.hover {
  cursor: pointer;
}
.hover-delete {
  cursor: not-allowed;
}
.filter-checkbox-group {
  max-height: 300px;
  overflow-y: scroll;
}
.form-label-header {
  color: var(--bs-gray-400);
  font-weight: bold;
}
.alert-primary .form-check-label {
  color: inherit;
  /* Inherit color from the parent */
}
.pointer {
  cursor: pointer;
}
td.control-buttons {
  min-width: 60px;
  text-align: center;
}
td.name-section {
  min-width: 250px;
}
.rag-status-red {
  color: #990000;
}
.rag-status-amber {
  color: #EE9900;
}
.rag-status-green {
  color: #009900;
}
.js-faq-section {
  border: 1px solid var(--bs-gray-300);
  border-radius: 5px;
  padding: 5px;
  display: flex;
}
.faq-menu {
  border-right: 1px solid var(--bs-gray-300);
  padding-right: 5px;
  min-width: 200px;
  height: auto;
  overflow-y: auto;
}
.faq-container img {
  border: solid 2px;
  width: 100%;
}
.faq-item-selected {
  font-weight: bold;
}
.faq-content {
  flex-grow: 1;
}
table.table-standard td {
  border: 1px solid var(--bs-gray-300);
  padding: 3px;
  text-align: left;
}
/*Survey js changes */
.sv-popup__body-content {
  min-height: 400px;
}
.sv-list__item--selected {
  color: #000000 !important;
}
/*END: Survey js changes */
.error-text {
  color: #990000;
  font-weight: bold;
}
.error-colour {
  color: #990000;
}
.warning-colour {
  color: #FFA800;
}
.warning-text {
  color: #FFA800;
  font-weight: bold;
}
.clear-background {
  background-color: #FFFFFF;
}
.form-section {
  background-color: #F3F6F9;
  border: 1px solid #E4E6EF;
  padding: 5px;
  border-radius: 5px;
}
/*User initials in a circle. Fixed colour for demo*/
[data-letters]:before {
  content: attr(data-letters);
  display: inline-block;
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 50%;
  background: plum;
  vertical-align: middle;
  margin-right: 1em;
  color: white;
}
/* bd-callout*/
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 1.25rem;
  border-radius: 0.25rem;
}
.bd-callout h4 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: 0.25rem;
}
.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-info h4 {
  color: #5bc0de;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-warning h4 {
  color: #f0ad4e;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}
.bd-callout-danger h4 {
  color: #d9534f;
}
.bd-callout-primary {
  border-left-color: #007bff;
}
.bd-callout-primaryh4 {
  color: #007bff;
}
.bd-callout-success {
  border-left-color: #28a745;
}
.bd-callout-successh4 {
  color: #28a745;
}
.bd-callout-default {
  border-left-color: #6c757d;
}
.bd-callout-defaulth4 {
  color: #6c757d;
}
/* end bd-callout*/
@keyframes highlighter {
  from {
    background-color: yellow;
  }
  to {
    background-color: none;
  }
}
.highlight-animated {
  animation-name: highlighter;
  animation-duration: 4s;
}
.icon-menu {
  display: inline;
  margin-top: -5px;
}
.icon-menu li {
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 16%;
  padding: 15px;
  /* this will be applied internally, due to       
box-sizing property */
}
.button__badge {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
  padding: 1px 3px;
  font-size: 10px;
  /*position: absolute; /* Position the badge within the relatively positioned button */
  top: 0;
  right: 0;
}
.icon-danger {
  color: red;
}
.new-item {
  background-color: red;
  /* Change the background color to highlight */
  color: white;
  /* Change the font color for emphasis */
  font-weight: bold;
  /* Make the text bold */
  padding: 1px;
  border-radius: 3px;
  border: solid 1px red;
  position: relative;
  top: -10x;
}
.img-border {
  border: solid 1px #999999;
  border-radius: 0.42rem;
}
.profile-panel {
  /*border: solid 1px #CCCCCC;
    border-radius: 0.42rem;*/
}
.profile-photo-guide-images {
  margin-left: auto;
  margin-right: auto;
}
/* 
			feed items
		*/
.feedItem-alert {
  background-color: #FFFACC;
  /*background-color: #fff3cd; FFFACC;*/
  border: solid 1px #CCCCCC;
  border-radius: 0.42rem;
}
.feedItem-alert-2 {
  background-color: #E0F0FF;
  /*background-color: #d1ecf1; E0F0FF*/
  border: solid 1px #CCCCCC;
  border-radius: 0.42rem;
}
.feedItem-alert h3 {
  /*background-color: #FFAA00;*/
}
/*SurveyJs Forms*/
.highlight-circle {
  display: inline-block;
  width: 100px;
  /* Adjust the width and height as needed */
  height: 100px;
  border-radius: 50%;
  /* Makes it a circle */
  /*background-color: green;*/
  /* Set the background color to green */
  border-color: green;
  color: green;
  /* Set text color to white */
  text-align: center;
  line-height: 100px;
  /* Center the text vertically */
  font-size: 1.5em;
  /* Adjust font size as needed */
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Survey Styles */
.survey-container {
  padding: 20px;
}
.survey-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.survey-question {
  margin-bottom: 10px;
}
.survey-answer {
  margin-left: 20px;
}
.survey-submit-button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.survey-submit-button:hover {
  background-color: #0056b3;
}
/* Radio Buttons and Checkboxes */
.sv_q_radiogroup {
  margin-bottom: 10px;
}
.sv_q_checkbox {
  margin-bottom: 10px;
}
/* Text Input Fields */
.sv_q_text_root {
  margin-bottom: 10px;
}
/* Dropdowns */
.sv_q_dropdown_control {
  margin-bottom: 10px;
}
/* Other Custom Styles */
/* Add your custom styles here */
/* Hide the "Clear" button */
.sd-action[title="Clear"] {
  display: none !important;
}
/* Hide the "More" button */
.sv-action-bar-item[title="More"] {
  display: none !important;
}
.sd-row__question {
  margin-bottom: 20px;
}
.sv-action__content {
  margin-bottom: 10px;
}
/*alerts*/
.highlight-alert {
  border-radius: 5px;
  text-align: center;
}
.custom-date-time-range-picker {
  /*border: solid 1px #E4E6EF;
    border-radius: 5px;
    margin: 0px;
    padding: 5px;*/
}
/* Tab controls */
/* General styling for the nav-link elements */
.nav-link {
  background-color: var(--bs-gray-200);
  /* Default background for inactive tabs */
  color: var(--bs-gray-700);
  /* Text color for inactive tabs */
  border: 1px solid #ddd;
  /* Border around the tabs */
  padding: 10px 15px;
  /* Padding to make the tabs look better */
  margin-right: 5px;
  /* Spacing between tabs */
  border-radius: 4px 4px 0 0;
  /* Rounded corners */
  transition: background-color 0.3s;
  /* Smooth transition when switching tabs */
}
/* Styling for the active tab */
.nav-link.active {
  color: var(--bs-gray-700);
  /* Text color for active tab */
  border-bottom: 1px solid white;
  /* Make the border bottom of the active tab white to blend with the content below */
}
.clocking-edit {
  min-width: 500px;
}
.pulse {
  animation: pulse 10s infinite;
}
/*location sections*/
.standard-location {
  background-color: #FFFFFF;
  color: #AAAAAA;
}
.standard-location input[type="text"] {
  color: #AAAAAA;
}
.highlight-location {
  background-color: #EEEEEE !important;
}
.standard-location label,
.highlight-location label {
  margin-inline-end: 5px;
}
.standard-location input[type="text"],
.highlight-location input[type="text"] {
  min-width: 200px;
}
.location-table {
  padding: 5px;
}
/* end location sections*/
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* Tool tips */
.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-color: var(--bs-info);
}
.tooltip-icon {
  font-size: 14px;
  margin-left: 5px;
  color: var(--bs-gray-400);
}
.tooltip-text {
  visibility: hidden;
  background-color: var(--bs-info-light);
  /* Bootstrap alert-info background */
  color: var(--bs-info) !important;
  /* Bootstrap alert-info text color */
  text-align: left;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid var(--bs-info);
  /* Bootstrap alert-info border */
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.action-button {
  background-color: var(--bs-app-header-base-bg-color) !important;
}
.wizard-step {
  display: none;
}
.wizard-step.active {
  display: block;
}
/*internal transport controls*/
.transport-container {
  display: flex;
  flex-direction: column;
  padding: 10px !important;
}
.journey-container {
  display: flex;
  justify-content: space-between;
}
.outward-journey,
.return-journey {
  width: 45%;
}
.internal-transport-highlight {
  background-color: var(--bs-primary-light);
  border: 2px solid var(--bs-primary-border);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(30, 144, 255, 0.6);
  /* Optional shadow effect */
}
.chart-container-outer {
  padding: 5px;
}
.chart-container {
  padding: 5px;
  margin: 5px;
  border: solid 1px #AAAAAA;
  background-color: #FFFFFF;
}
.chart-content {
  height: 300px;
}
.series-toggle-container {
  padding-bottom: 10px;
  font-size: 0.9rem;
}

.pdfobject-container {
  height: 30rem;
  border: 1rem solid rgba(0, 0, 0, 0.1);
}

.table-content-wrap {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/* General */
.clickable-item {
  cursor: pointer;
}
.text-bold {
  font-weight: bold;
}
/* Portlet */
.portlet.light > .portlet-title .inputs.inputs-full-width {
  display: block;
  float: none;
}
/* Tree */
.tree-item-icon-color {
  color: #dfba49;
}
.page-sidebar .page-sidebar-menu > li > a > i.fa,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i.fa {
  margin-left: 1px;
  margin-right: 4px;
  top: 3px;
}
/* Forms */
.form-group.form-md-line-input.no-hint {
  margin-bottom: 15px;
}
.form-group.form-md-line-input.has-error .form-control {
  border-bottom-color: red;
}
.form-group.form-md-line-input.has-error .help-block-info {
  display: none;
}
/* DateRangePicker */
.daterangepicker_input .input-mini {
  width: 120px !important;
}
/* Portlets */
.portlet.light > .portlet-title.portlet-title-filter {
  border: none;
  margin-bottom: 0;
}
/* Buttons */
.btn + .btn {
  margin-left: 5px;
}
/* FamFamFam Flags */
.famfamfam-flags {
  display: inline-block;
}
/* Social Login Icons */
.external-logins form a i.fa-openidconnect::before {
  content: "\f19b";
}
.external-logins a i.fa-wsfederation::before {
  content: "\f20e";
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
/* Make user menu wider */
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
  width: 250px;
}
/* Fix for issue #407 */
br {
  font-family: Verdana;
}
span.phone-number-verified {
  border-bottom: #36c6d3 2px solid !important;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
/* Sweet alert */
.swal-title {
  overflow-wrap: break-word;
}
.swal-footer {
  text-align: center;
}
@keyframes glowing {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.glowing {
  animation: glowing 2s infinite;
}
.toast-error {
  background-color: red !important;
}
.bootstrap-datetimepicker-widget {
  width: 275px !important;
}
@media (max-width: 768px) {
  .btn-md-icon {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}
.kt-widget14__legend {
  text-align: left;
}
.kt-widget14__legend-bullet {
  width: 12px;
  height: 12px;
  margin-right: 12px;
  display: inline-block;
}
.long-select2 .select2-results .select2-results__options {
  max-height: 350px!important;
}
:root {
  --kt-progress-bar-color: #ffffff;
  --kt-progress-bar-bg: #009ef7;
}
.fileinput-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
label.required:after {
  content: "*";
  color: var(--kt-form-label-color) !important;
}
button i.flaticon-search-1 {
  margin-right: 0!important;
}
.btn i.flaticon-search-1 {
  padding-right: 0!important;
}
.menu-icon span {
  display: flex;
}
.hide-overflown {
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* inter-100 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.eot');
  /* IE9 Compat Modes */
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.eot') format('embedded-opentype'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.woff2') format('woff2'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.woff') format('woff'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-100.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-200 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-200.eot');
  /* IE9 Compat Modes */
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-200.eot') format('embedded-opentype'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-200.woff2') format('woff2'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-200.woff') format('woff'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-200.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-200.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-300 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.eot');
  /* IE9 Compat Modes */
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.eot') format('embedded-opentype'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff2') format('woff2'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff') format('woff'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-regular - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot');
  /* IE9 Compat Modes */
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.eot') format('embedded-opentype'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff') format('woff'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-500 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.eot');
  /* IE9 Compat Modes */
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.eot') format('embedded-opentype'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff2') format('woff2'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.woff') format('woff'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-500.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-600 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.eot');
  /* IE9 Compat Modes */
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.eot') format('embedded-opentype'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2') format('woff2'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.woff') format('woff'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-600.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-700 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot');
  /* IE9 Compat Modes */
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.eot') format('embedded-opentype'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2') format('woff2'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff') format('woff'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-800 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.eot');
  /* IE9 Compat Modes */
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.eot') format('embedded-opentype'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.woff2') format('woff2'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.woff') format('woff'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-800.svg#Inter') format('svg');
  /* Legacy iOS */
}
/* inter-900 - vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.eot');
  /* IE9 Compat Modes */
  src: url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.eot') format('embedded-opentype'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.woff2') format('woff2'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.woff') format('woff'), url('/--colordist/fonts/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.ttf') format('truetype'), url('./Inter/inter-v12-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-900.svg#Inter') format('svg');
  /* Legacy iOS */
}

.pwstrength-div {
  position: relative;
}
.pwstrength-div .progress {
  height: 8px;
  width: 64px;
  text-align: right;
  position: absolute;
  right: -28px;
  top: 28.5px;
  transform: rotate(-90deg);
  border-radius: 0 0 1.25rem 1.25rem;
}
.pwstrength-div .password-verdict {
  height: 10px;
  width: 100px;
  text-align: right;
  position: absolute;
  right: 24px;
  top: 25px;
  font-size: 12px;
  opacity: 0.6;
}
