@font-face {
  font-family: "Circular";
  src: url("/fonts/circular/circular-book.ttf") format("ttf"),
    url("/fonts/circular/circular-book.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("/fonts/circular/circular-medium.ttf") format("ttf"),
    url("/fonts/circular/circular-medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("/fonts/circular/circular-bold.ttf") format("ttf"),
    url("/fonts/circular/circular-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("/fonts/circular/circular-black.ttf") format("ttf"),
    url("/fonts/circular/circular-black.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

#fonts-circular {
  font-weight: 200;
  font-weight: 400;
  font-weight: 600;
  font-weight: 700;
}

body {
  font-family: "Euclid Circular A";
  background-color: #f7f7f7;
}
span {
  font-size: 15px;
}

.material-symbols-outlined {
  vertical-align: middle; /* or baseline, depending on your preference */
  line-height: 1; /* Adjust as needed */
  padding-bottom: 2px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  font-size: 20px;
}
.material-symbols-filled {
  font-variation-settings: "FILL" 1, "wght" 300, "GRAD" 0, "opsz" 24;
}

.acs-btn {
  background-color: #dfdfdf;
  color: #000;
  border: none;
}
.acs-btn:hover,
.acs-btn:active,
.acs-btn:focus {
  background-color: #e5e5e5;
  color: #000;
  border: none;
}

.square {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square::after {
  content: "";
  display: block;
  padding-bottom: 100%; /* This makes the height equal to the width */
}

.text-primary {
  color: #ff5a02;
}
.background-acs-kudos {
  background-color: #ffebeb;
}
.background-acs-lightbulb {
  background-color: #fffce1;
}
.text-acs-kudos {
  color: #ff5039;
}
.text-acs-lightbulb {
  color: #ffbb00;
}

/* breakpoint xxxl */
@media screen and (min-width: 1599px) {
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1599px) {
}

/* breakpoint xxxxl */
@media screen and (min-width: 1799px) {
  .col-xxxxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxxxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxxxl-3 {
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }
  .col-xxxxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxxxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxxxl-6 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }
  .col-xxxxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxxxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxxxl-9 {
    flex: 0 0 auto;
    width: 75%;
    max-width: 75%;
  }
  .col-xxxxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxxxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxxxl-12 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1599px) {
}
.shadow {
  box-shadow: 0 10px 40px 0 rgb(0 0 0 / 8%);
}
.cursor-pointer {
  cursor: pointer;
}

/* Table responsiveness and text wrapping */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table th.action-column,
.table td.action-column {
  max-width: 500px;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.table {
  table-layout: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .table th.action-column,
  .table td.action-column {
    max-width: 150px;
  }
}
