* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: clamp(0.5rem, 1vw, 0.5rem); }
  @media (min-width: 1366px) {
    html {
      font-size: clamp(0.55rem, 1.2vw, 0.7rem); } }
  @media (max-width: 1366px) {
    html {
      font-size: clamp(0.45rem, 1vw, 0.45rem); } }
  @media (max-width: 770px) {
    html {
      font-size: clamp(0.4rem, 1vw, 0.4rem); } }
  @media (max-width: 480px) {
    html {
      font-size: clamp(0.3rem, 1vw, 0.3rem); } }

body {
  font-family: "Arial", "Verdana", "sans-serif";
  line-height: 1.4;
  background-color: white;
  color: #333; }

textarea {
  font-family: "Arial", "Verdana", "sans-serif"; }

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
blockquote,
input {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem; }

ul,
ol {
  list-style: none; }

img {
  border: none;
  vertical-align: middle; }

a {
  color: #2B47FF; }

.error-text {
  color: #be122a; }

.success-text {
  color: #3c763d; }

.info-text {
  color: #2c5282; }

.link-text {
  color: #2b47ff; }

.divider-line {
  margin: 2rem 0;
  border: 0.01rem solid #9e9c9d; }

.success-container {
  padding: 1.5rem;
  background-color: #DFF0D8;
  border-radius: 0.6rem;
  border: 0.1rem solid #75BA3B;
  margin: 1rem 0; }
  .success-container .success-description {
    color: #3C763D;
    font-size: 1.5rem; }

.error-container {
  padding: 1.5rem;
  background-color: #F8D8DD;
  border-radius: 0.6rem;
  border: 0.1rem solid #BE122A;
  margin: 1rem 0; }
  .error-container .error-description {
    color: #BE122A;
    font-size: 1.5rem; }

.has-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer; }

/* Tooltip text */
.has-tooltip-text {
  visibility: hidden;
  width: 130px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 65%;
  margin-left: -65px; }

/* Show the tooltip text on hover */
.has-tooltip:hover .has-tooltip-text {
  visibility: visible; }

.mb-0 {
  margin-bottom: 0 !important; }

.color-theme-dark-blue {
  color: #1D5C97 !important; }

.base-size-text {
  font-size: 1.5rem; }

/*# sourceMappingURL=common.css.map */
