/* Add Font Awesome import */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

.unicodeProfileIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
}

.unicodeCalendarIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f133";
}

.unicodeSearchIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
}

.unicodeClearIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
}

.unicodeEditIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f044";
}

/* Add Check icon helper */
.unicodeCheckIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}

/* Add Bulk Edit icon helper */
.unicodeBulkEditIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f303";
}

.unicodeDeleteIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1f8";
}

.unicodeOpenWindowIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
}

.unicodeSaveIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c7";
}

.unicodeBizClientIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ad";
}

.unicodeDeafClientIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2a4";
}

.unicodeUserIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
}

.unicodeLocationIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
}

.unicodeContactIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2b9";
}

.unicodeHomeIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
}

.unicodeFolderIt::before, .dropdown-toggle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07b";
}

.unicodeHomeItHover::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
}

.unicodeDashboardIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3fd";
}

.unicodeNotesIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f249";
}

.unicodeAppointmentIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f46d";
}

.unicodeEmailIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}

.unicodeLogoutIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
}

/* Add Help icon helper */
.unicodeHelpIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f059";
}

/* Add Admin icon helper */
.unicodeAdminIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f013";
}

/* Add Report icon helper */
.unicodeReportIt::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f080"; /* bar chart icon */
}

/* Add spacing between icon and following text */
[class^="unicode"][class$="It"]::before, .dropdown-toggle::before, .logo::before {
  margin-right: 0.5em;
}

.checkBoxListIt {
  list-style: none;
  margin-left: 5px;
}

.checkBoxListIt input {
  display: inline-block;
}

.unlistIt {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accentIt {
  color: var(--primary);
}

.spoiler,
.blurIt {
  filter: blur(0.3125rem);
  transition: filter var(--transition-duration)
    var(--transition-timing-function);
}

.spoiler:hover,
.blurIt:hover {
  filter: none;
}

.roundIt {
  border-radius: var(--border-radius);
}

.centerIt {
  text-align: center;
}

.bulletIt {
  padding: 0.4375rem 1.5625rem 0.4375rem 0.4375rem;
  border-width: 0.3125rem;
  border-style: groove;
  border-color: var(--border-color);
  border-radius: 1.25rem 6.25rem 6.25rem 1.25rem;
}

.underlineIt {
  border-bottom: 0.0625rem solid var(--text-color);
}

.strikeIt {
  text-decoration: line-through;
}

.helpIt {
  cursor: help;
}

.thinIt {
  border: none;
  height: 1px;           /* Thin line */
  background-color: #ccc; /* Light gray */
  margin: 20px 0;  
}

hr {
  border: none;
  height: 1px;           /* Thin line */
  background-color: #999; /* Light gray */
  margin: 20px 0;  
}

.flexRowIt {
  display: flex;
  flex-direction: column;
}

.flexRowIt div.border {
  margin: 0.25rem 0.3rem 0 0;
  padding: 0.25rem;
  padding-left: 0.57rem;
  padding-right: 0.57rem;
  padding-top: 0;
  border: 0.1875rem outset var(--border-color);
  border-top: 0;
  border-bottom: 0;
  border-collapse: collapse;
  text-align: center;
  flex: 1;
  margin: 0 10px;
}

@media (min-width: 768px) {
  .flexRowIt {
    display: flex;
    flex-direction: row;
  }
}

/* Two Column Layout */
.twoCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.twoColLeft,
.twoColRight {
  flex: 1;
  padding: 0.9375rem;
  box-sizing: border-box;
}

a[target="_blank"]::after {
  content: " \2197";
  font-size: 0.8em;
  margin-left: 0.25rem;
  color: inherit;
}