html {
  overflow-y: scroll;
  color: #545454 !important;
  font-size: 1rem;
  font-weight: normal !important;
}

body {
  color: #545454 !important;
}

a {
  color: #545454;
}

a:hover {
  color: #9b3844;
}

input[disabled], textarea[disabled] {
  background-color: transparent !important;
  color: inherit !important;
  border: inherit !important;
}

button {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

button:focus, button:active, button:hover {
  user-select: none;
  outline: none;
  box-shadow: none;
}

.default-scrollbar, .dropbox-forum-options::-webkit-scrollbar, .limit-to-scroll-400::-webkit-scrollbar, .limit-to-scroll-250::-webkit-scrollbar {
  width: 6px;
  background: linear-gradient(to right, #E8E8E8, white);
  border-bottom-right-radius: 8px;
}

.default-scrollbar-thumb, .dropbox-forum-options::-webkit-scrollbar-thumb, .limit-to-scroll-400::-webkit-scrollbar-thumb, .limit-to-scroll-250::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  transition: opacity 0.25s;
}

.red-text {
  color: #b4424b;
}

.lightgrey-text {
  color: #777677;
}

.line-chart-name {
  text-align: center;
  font-size: 0.8rem;
  color: #777677;
}

.small-text {
  font-size: 0.8rem;
}

.small-title {
  font-size: 0.8rem;
  font-weight: bold;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left !important;
}

.min-height-100 {
  min-height: min(100dvh, 100vh);
}

.card-padding {
  padding: 50px 0px;
}

.card-padding:last-child {
  padding-bottom: 0px;
}

.blank-title {
  margin: 0px;
  padding: 30px 0px;
}

.box, .box-status, .options, .box-dropshadow-confirm, .btn-dropshadow, .blank-profilepicture, .box-dropshadow-alert, .box-dropshadow-error, .box-dropshadow {
  color: #545454;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  margin-bottom: 20px;
}

.box-dropshadow {
  margin-bottom: 0px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #ffffff, #F9F9F9);
}

.box-dropshadow-error {
  overflow: hidden;
  background: #f8d7da;
  color: #842029 !important;
  border-color: #b4424b;
  padding: 20px;
  display: none;
}

.box-dropshadow-alert {
  background: #fdf0de;
  color: #545454 !important;
  border-color: #545454;
  padding: 20px;
}

.box-dropshadow-alert .title {
  font-weight: bold;
}

.data-row, .data-row-link {
  height: 60px;
  border-bottom: 1px solid #E8E8E8;
  transition: background 0.25s;
}

.data-col {
  padding: 0;
  margin: 0;
  border-right: 1px solid #E8E8E8;
}

.data-col:last-child {
  border-right: none;
}

.data-row-focused {
  background: #F4F4F4;
}

.half-data-row {
  border-left: 0px solid #E8E8E8;
}

.data-row-link {
  text-decoration: none;
  background-color: none;
  cursor: pointer;
  cursor: hand;
  transition-property: color, background-color;
  transition-duration: 0.25s;
}

.data-row-link:hover {
  color: #b4424b;
  background-color: #F4F4F4;
}

.data-row:last-child, .data-row-link:last-child {
  border-bottom: none !important;
}

.data-row > div, .data-row-link > div {
  white-space: nowrap;
  text-overflow: ellipsis !important;
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
}

.data-row > div:last-child, .data-row-link > div:last-child {
  margin: 0px 10px;
}

.data-row-title {
  font-weight: bold;
}

.data-row-update {
  display: none;
  margin-left: 5px;
  background: #b4424b !important;
  color: white !important;
  transition-property: color, background;
  transition-duration: 0.25s;
}

.data-row-update:hover {
  background: #9b3844 !important;
}

.data-row-chart {
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 0px;
}

.data-row-posts {
  border-bottom: 1px solid #E8E8E8;
}

.learnmore-tooltip {
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
}

.learnmore-tooltip-icon {
  opacity: 0.33;
  transition: opacity 0.25s;
}

.learnmore-tooltip-icon:hover {
  opacity: 1;
}

.learnmore-tooltip-message {
  opacity: 1;
  min-width: 200px;
  max-width: 250px;
  display: none;
  z-index: 50;
  display: none;
  position: absolute;
  white-space: normal;
  box-sizing: border-box;
  color: #777677;
  transition: opacity 0.25s;
}

.learnmore-tooltip-box {
  opacity: 1;
  padding: 8px;
  font-size: 0.8rem;
}

.profile-picture {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #F4F4F4;
  border: 1px solid #E8E8E8;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.form-defaults {
  padding: 0;
  margin: 0;
  border: none;
  height: inherit;
  background: transparent;
  line-height: inherit;
  background: none;
  background-color: none;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
}

.form-defaults:focus, .form-defaults:active {
  outline: none !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.limit-to-scroll-250 {
  overflow: auto;
  height: 250px;
}

.limit-to-scroll-400 {
  overflow: auto;
  height: 400px;
}

.header {
  z-index: 100;
  height: 70px;
  width: 100%;
}

.header-not-sticky {
  position: absolute;
  background: none;
  top: 10px;
  transition: background 0.25s;
}

.header-sticky {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: fixed;
  top: 0px;
  transition: background 0.25s;
  box-shadow: 0px 2px 4px rgba(30, 30, 30, 0.2);
  border-bottom: 1px solid rgb(230, 230, 230);
}

.nav-menu {
  text-align: right;
  cursor: pointer;
  cursor: hand;
  transition: color 0.25s;
}

.nav-menu:hover {
  color: black;
}

.menu-options {
  background: black;
  position: fixed;
  max-width: 450px;
  width: 100vw;
  height: 100dvh;
  top: 0;
  right: 0;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: white;
  transform: translateX(100%);
  transition: transform 0.25s ease-out;
}

.menu-options-blackout {
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  left: 0;
  z-index: 105;
}

.sidenav-title {
  border-bottom: 1px solid rgb(120, 120, 120);
  padding: 20px;
}

.nav-menu-close {
  padding: 4px;
  cursor: pointer;
  cursor: hand;
  opacity: 0.66;
  float: right;
  transition: opacity 0.25s;
}

.nav-menu-close:hover {
  opacity: 1;
}

.sidenav-a {
  text-decoration: none;
}

.sidenav-btn, .sidenav-btn-bottom {
  border-bottom: 1px solid rgb(50, 50, 50);
  padding: 20px;
  color: rgba(255, 255, 255, 0.66);
  background: none;
  font-size: 1.25em;
  cursor: pointer;
  cursor: hand;
  transition: background, color 0.25s;
}

.sidenav-btn-bottom {
  border-top: 1px solid rgb(50, 50, 50);
  border-bottom: none;
}

.sidenav-btn:hover, .sidenav-btn-bottom:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}

.sidenav-a-account {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.nav-profilepicture {
  background: rgb(50, 50, 50);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  display: inline-block;
  float: left;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center center;
}

.blank-profilepicture {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0px;
  margin-right: 10px;
}

.nav-username {
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
}

.footer-container {
  padding: 25px 0px 25px 0px;
  color: #777677;
  font-size: 1rem;
}

.footer-container a, .footer-detail-links a {
  color: #777677;
  text-decoration: none;
  transition: color 0.25s;
}

.footer-container a:hover, .footer-detail-links a:hover {
  color: #444444;
}

.footer-top-row {
  text-align: center;
}

.footer-top-row ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.footer-top-row ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer-top-row ul li:last-child {
  margin-right: 0px;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-social-buttons {
  font-size: 1.5rem;
  float: none;
}

.footer-social-buttons-text {
  font-size: 1rem;
}

.footer-bottom-row {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #D8D2CB;
  font-size: 0.8rem;
}

.footer-bottom-row ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.footer-bottom-row ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer-bottom-row ul li:last-child {
  margin-right: 0px;
}

.footer-detail-links {
  float: right;
}

.btn-pill-red {
  border-radius: 50px !important;
  color: white !important;
  background-color: #b4424b !important;
  transition: background-color 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-pill-red:hover {
  background-color: #9b3844 !important;
}

.btn-sm-onbox {
  background-color: #F4F4F4;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  padding: 2px 6px;
  opacity: 0.5;
  cursor: pointer;
  cursor: hand;
  font-size: 0.8rem;
  transition-property: opacity, background-color;
  transition-duration: 0.25s;
}

.btn-sm-onbox:hover {
  background-color: #E8E8E8;
  opacity: 1;
}

.btn-dropshadow {
  overflow: hidden;
  margin-bottom: 0px;
  padding: 0px 10px;
  border-radius: 15px;
  line-height: 30px;
  font-size: 0.8em;
  height: 30px;
  background: linear-gradient(to bottom, #ffffff, #F9F9F9);
  opacity: 0.66;
  cursor: pointer;
  cursor: hand;
  transition: opacity 0.25s;
}

.btn-dropshadow:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

.radio-button-dropshadow {
  display: inline;
  background-color: #F4F4F4;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  padding: 2px 6px;
  opacity: 0.5;
  cursor: pointer;
  cursor: hand;
  margin-bottom: 3px;
  margin-right: 3px;
  font-size: 0.8rem;
  transition-property: opacity, background, border-color;
  transition-duration: 0.25s;
  white-space: nowrap;
}

.radio-button-dropshadow:hover {
  opacity: 1;
}

.radio-button-dropshadow.selected {
  background: #b4424b !important;
  color: white;
  border-color: #9b3844 !important;
}

.btn-full-width {
  width: 100%;
}

.confirm-close-button {
  position: absolute;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 1px solid #E8E8E8;
  z-index: 110;
  cursor: pointer;
  cursor: hand;
  transition: background-color 0.25s;
}

.confirm-close-button:hover {
  background-color: #F4F4F4;
}

.confirmation-modal {
  background-color: rgba(0, 0, 0, 0.85);
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  left: 0;
  z-index: 100;
  display: none;
}

.box-dropshadow-confirm {
  position: relative;
}

.confirmation-modal-inner {
  padding: 30px 20px;
  text-align: center;
}

.confirm-buttons {
  margin-top: 20px;
}

.confirm-buttons {
  margin-top: 20px;
}

.dropdown-container {
  position: relative;
  float: right;
}

.options {
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  right: 0;
  top: 30px;
  margin: 0;
  font-size: 0.8em;
  text-align: center;
  z-index: 30;
  width: max-content;
  overflow: none;
  display: flex;
}

.options a {
  height: 30px;
  padding: 0px 30px;
  width: 100%;
  line-height: 30px;
  text-decoration: none;
  border-bottom: 1px solid #E8E8E8;
  overflow: hidden;
  color: #b4424b;
  cursor: pointer;
  cursor: hand;
  flex-grow: 1;
  transition-property: color, background-color;
  transition-duration: 0.25s;
}

.options a:hover {
  background-color: #FAFAFA;
}

.options a:last-child {
  border-bottom: none;
}

.hide-options {
  display: none !important;
}

.cat-name, .group-desc {
  font-size: 0.8rem;
  text-align: right;
  opacity: 0.5;
}

.opacity-50 {
  opacity: 0.5;
}

.dropdown-form-single {
  position: relative;
  cursor: pointer;
  cursor: hand;
}

.dropbox-forum-options {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 200px;
  overflow: auto;
  min-width: 200px;
  z-index: 80;
}

.dropdown-active > div {
  display: block;
}

.dropdown-selected {
  background: #b4424b;
  color: white;
}

.show-overflow {
  overflow: visible !important;
}

.dropdown-option-single {
  padding: 5px 15px;
  border-bottom: #E8E8E8 1px solid;
  cursor: pointer;
  cursor: hand;
  transition: background 0.25s;
}

.dropdown-option-single:hover {
  background: #F4F4F4;
}

.dropdown-option-single:last-child {
  border-bottom: none;
}

[role=progressbar] {
  --percentage: var(--value);
  --colour: var(--colour);
  width: 85%;
  aspect-ratio: 2/1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

[role=progressbar]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E8E8E8;
  border-radius: 50%/100% 100% 0 0;
  mask: radial-gradient(at 50% 100%, white calc(55% - 2px), transparent 55.5%);
  mask-mode: alpha;
  mask-border: 1px solid red;
  -webkit-mask: radial-gradient(at 50% 100%, rgba(0, 0, 0, 0) calc(55% - 2px), #000 55.5%);
  -webkit-mask-mode: alpha;
}

[role=progressbar]::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%/100% 100% 0 0;
  background: conic-gradient(from 0.75turn at 50% 100%, var(--colour) calc(var(--percentage) * 1% / 2), #F9F9F9 calc(var(--percentage) * 1% / 2 + 0.1%), #FFFFFF 50%);
  mask: radial-gradient(at 50% 100%, white 55%, transparent 55.5%);
  mask-mode: alpha;
  mask-border: 1px solid red;
  -webkit-mask: radial-gradient(at 50% 100%, rgba(0, 0, 0, 0) 55%, #000 55.5%);
  -webkit-mask-mode: alpha;
}

.overall-score-label {
  text-align: center;
  position: absolute;
  margin: auto;
  bottom: 0;
}

.overall-score-title-text {
  color: var(--colour);
  font-weight: bold;
  font-size: 1.4rem;
}

[role=progressbar-line] {
  --percentage: var(--value);
  --colour: var(--colour);
  width: var(--value);
  height: 15px;
  border-radius: 3px;
  background: linear-gradient(to right, var(--colour) calc(var(--percentage) * 1%), #F9F9F9 calc(var(--percentage) * 1%), #FFFFFF 100%);
  border: 1px solid #E8E8E8;
}

.overall-score-container {
  margin: 0;
  margin-top: 20px;
  display: grid;
  place-items: center;
  width: 100%;
  height: auto;
  position: relative;
}

.post-holder {
  padding: 0;
  margin: 0;
}

.post-preview {
  border-bottom: #E8E8E8 1px solid;
  background-color: none;
  cursor: pointer;
  cursor: hand;
  transition-property: color, background-color;
  transition-duration: 0.25s;
}

.post-preview:last-child {
  border-bottom: none;
}

.post-preview:hover {
  background-color: #F4F4F4;
}

.post-message {
  font-weight: bold;
}

.post-image {
  width: 50px;
  height: 50px;
  padding: 0px !important;
  margin: 5px 0px !important;
  box-sizing: border-box;
}

.post-detail {
  padding-right: 5px;
  margin-right: 5px;
  border-right: #E8E8E8 1px solid;
  display: inline;
}

.text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-card {
  min-height: max(600px, 80dvh);
  background-color: #f2eee7;
  overflow: hidden;
}

.hero-card-content {
  margin-top: 100px;
  margin-bottom: 30px;
}

.home-learnmore {
  margin-top: 20px;
}

.hero-card-title {
  margin-bottom: 30px;
  text-align: center;
}

.hero-card-image {
  aspect-ratio: 16/9;
}

.remove-border {
  border: 0px !important;
}

.search-filtering-options {
  display: none;
}

.search-filtering-options-top {
  padding: 10px 10px 7px 10px;
  border-bottom: 1px solid #E8E8E8;
}

.search-filtering-options-bottom {
  padding: 10px 10px 7px 10px;
}

.com-word-container {
  box-sizing: border-box;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}

.com-word-container:nth-last-child(-n+3) {
  border-bottom: none;
}

.com-word-container:last-child {
  border-right: none;
}

.com-word-inner {
  padding: 10px;
}

.word-row {
  border-bottom: 1px solid #E8E8E8;
}

.word-row:last-child {
  border-bottom: none;
}

.word-count {
  margin-left: 5px;
  padding: 2px 4px;
  display: inline;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #777677;
}

.desktop-image-side {
  display: none;
}

.min-height-100dvh {
  min-height: min(100dvh, 100vh);
}

.togglePassword {
  cursor: pointer;
  cursor: hand;
  opacity: 0.33;
  transition: opacity 0.25s;
}

.togglePassword:hover {
  opacity: 1;
}

.batch-status {
  background: #ccc;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  margin-right: 5px !important;
  display: inline-block;
}

.box-status {
  margin-bottom: 0px;
  background: linear-gradient(to bottom, #ffffff, #F9F9F9);
  padding: 3px 6px;
}

.expiration-text {
  color: #777677;
  font-size: 0.8rem;
  margin-right: 10px;
}

.question-holder-styles {
  border-bottom: 1px solid #E8E8E8;
  transition: background 0.25s;
}

.question-holder-styles:last-child {
  border-bottom: none;
}

.row-answer {
  background: rgba(0, 0, 0, 0.02);
  transition: background 0.25s;
}

.row-answer:hover {
  background: rgba(0, 0, 0, 0.04);
}

.surveyNumRow {
  border-bottom: 1px solid #E8E8E8;
  transition: background 0.25s;
}

.surveyNumRow:last-child {
  border-bottom: none;
}

.surveyNum {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  cursor: hand;
  border-right: 1px solid #E8E8E8;
  transition: background 0.25s;
}

.surveyNum:hover {
  background: rgba(0, 0, 0, 0.02);
}

.surveyNum:last-child {
  border-right: none;
}

.file-upload-input {
  display: none;
}

label {
  all: unset;
  vertical-align: middle;
  display: inline-block;
}

@media (min-width: 576px) {
  .card-padding {
    padding: 60px 0px;
  }
  .header-not-sticky {
    top: 15px;
  }
  .footer-container {
    padding: 30px 0px 60px 0px;
  }
  .footer-bottom-row {
    margin-top: 12.5px;
    padding-top: 12.5px;
  }
}
.collapseContainer {
  height: 60px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .card-padding {
    padding: 70px 0px;
  }
  .half-data-row {
    border-left: 1px solid #E8E8E8;
  }
  .overall-score-container {
    margin-top: 0px;
  }
  .header-not-sticky {
    top: 20px;
  }
  .footer-container {
    padding: 35px 0px 70px 0px;
  }
  .footer-top-row {
    text-align: left;
  }
  .footer-logo {
    margin-bottom: 0px;
  }
  .footer-social-buttons {
    float: right;
  }
  .footer-bottom-row {
    margin-top: 15px;
    padding-top: 15px;
  }
  .hero-card-title {
    margin-bottom: 0px;
    text-align: left;
  }
  .desktop-image-side {
    display: block;
  }
}
@media (min-width: 992px) {
  .card-padding {
    padding: 80px 0px;
  }
  .header-not-sticky {
    top: 25px;
  }
  .footer-container {
    padding: 40px 0px 80px 0px;
  }
  .footer-bottom-row {
    margin-top: 17.5px;
    padding-top: 17.5px;
  }
}
@media (min-width: 1200px) {
  .card-padding {
    padding: 90px 0px;
  }
  .header-not-sticky {
    top: 30px;
  }
  .footer-container {
    padding: 45px 0px 90px 0px;
  }
  .footer-bottom-row {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 1400px) {
  .card-padding {
    padding: 100px 0px;
  }
  .header-not-sticky {
    top: 35px;
  }
  .footer-container {
    padding: 50px 0px 100px 0px;
  }
  .footer-bottom-row {
    margin-top: 22.5px;
    padding-top: 22.5px;
  }
}

/*# sourceMappingURL=dd-defaults.css.map */
