﻿html, body {
  /*font-size: 20px;*/
  color: var(--bs-gray-600);
  font-family: 'Roboto', sans-serif;
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
html, body {
  font-size: .85rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  html, body {
    font-size: .85rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  html, body {
    font-size: .95rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  html, body {
    font-size: .95rem;
  }
}

/* x-Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  html {
    font-size: 1.1rem;
  }
}

/* xx-Large devices (desktops, 1400px and up) */
@media (min-width: 1400px) {
  html {
    font-size: 1.1rem;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.text-validation {
  color: #DC3545;
  font-size: small;
}

.input-label {
  color: var(--bs-primary);
}

.privacy-policy-link, .privacy-policy-link:active,.privacy-policy-link:visited,.privacy-policy-link:focus {
  text-decoration: underline;
  color: var(--bs-primary);
}

.privacy-policy-link:hover {
  text-decoration: underline;
  color: red;
}

/*.tooltip-inner {*/
/*  background-color: var(--bs-primary);*/
/*  box-shadow: 0 0 4px black;*/
/*  opacity: 1.0 !important;*/
/*}*/
/*.tooltip.bs-tooltip-right .tooltip-arrow::before {*/
/*  border-right-color: var(--bs-primary) !important;*/
/*}*/
/*.tooltip.bs-tooltip-left .tooltip-arrow::before {*/
/*  border-left-color: var(--bs-primary) !important;*/
/*}*/
/*.tooltip.bs-tooltip-bottom .tooltip-arrow::before {*/
/*  border-bottom-color: var(--bs-primary) !important;*/
/*}*/
/*.tooltip.bs-tooltip-top .tooltip-arrow::before {*/
/*  border-top-color: var(--bs-primary) !important;*/
/*}*/

/*.tooltip.show {*/
/*  opacity: 1.0 !important;*/
/*}*/

.text-justify {
  text-align: justify;
}