@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* src/styles.css */
body::-webkit-scrollbar {
  display: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: #ffc13a83;
  border-radius: 2px;
  height: 25px;
  margin-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  flex: auto;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  color: #333;
  background-color: #ffc13a83;
}
.ng-dropdown-panel .ng-option.ng-option-marked:hover {
  background-color: #ffc13a83;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container,
.ng-select .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #15142e;
  border-radius: 2px !important;
}
.snippet-form {
  display: flex;
  width: 50%;
}
.snippet-form button {
  margin-left: 16px;
}
.fa-twitter::before {
  content: "\1d54f";
  font-size: 1.2em;
}
.connect-profile-btn {
  border: 1px solid #15142e;
  padding: 5px 13px !important;
  text-align: center;
  display: inline-block;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  color: #15142e;
  border-radius: 4px;
  cursor: pointer;
}
.main-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #15142e;
  margin: 0;
  margin-bottom: 0px;
}
.heading-primary {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #15142e;
  margin-bottom: 24px;
  margin-top: 45px;
}
.main-subtitle {
  margin-top: 8px;
  cursor: pointer;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #8a8a8a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.post-caption {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #15142e;
}

/* node_modules/surveys/dist/surveys/styles.css */
.survey-mb-16 {
  margin-bottom: 4rem !important;
}
.survey-mb-2 {
  margin-bottom: .5rem !important;
}
.survey-mb-4 {
  margin-bottom: 1rem !important;
}
.survey-ml-8 {
  margin-left: 2rem !important;
}
.survey-mr-3 {
  margin-right: .75rem !important;
}
.survey-mt-2 {
  margin-top: .5rem !important;
}
.survey-mt-8 {
  margin-top: 2rem !important;
}
.survey-overflow-hidden {
  overflow: hidden !important;
}
.survey-bg-white {
  --tw-bg-opacity:1 !important;
  background-color: rgb(255 255 255/var(--tw-bg-opacity,1)) !important;
}
.survey-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.survey-text-sm {
  font-size: .875rem !important;
  line-height: 1.25rem !important;
}
.survey-font-semibold {
  font-weight: 600 !important;
}
.survey-text-gray-900 {
  --tw-text-opacity:1 !important;
  color: rgb(17 24 39/var(--tw-text-opacity,1)) !important;
}
.survey-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0/var(--tw-bg-opacity,1));
  --tw-bg-opacity:0.75;
}
.survey-modal-container {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 100%;
  overflow: hidden;
  border-radius: .75rem;
  --tw-bg-opacity:1;
  --tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);
  --tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);
  font-family: Montserrat, sans-serif;
  max-width: 920px;
}
.survey-close-button,
.survey-modal-container {
  background-color: rgb(255 255 255/var(--tw-bg-opacity,1));
  box-shadow:
    var(--tw-ring-offset-shadow,0 0 #0000),
    var(--tw-ring-shadow,0 0 #0000),
    var(--tw-shadow);
}
.survey-close-button {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10;
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: .25rem;
  border-style: none;
  --tw-bg-opacity:1;
  --tw-text-opacity:1;
  color: rgb(55 65 81/var(--tw-text-opacity,1));
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}
.survey-close-button:hover {
  --tw-border-opacity:1;
  border-color: rgb(209 213 219/var(--tw-border-opacity,1));
  --tw-text-opacity:1;
  color: rgb(55 65 81/var(--tw-text-opacity,1));
}
.survey-close-button svg {
  height: 1rem;
  width: 1rem;
}
.survey-question-container {
  padding: 2.5rem 2.5rem 2rem;
}
.survey-progress-bar {
  height: .5rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity:1;
  border-color: rgb(229 231 235/var(--tw-border-opacity,1));
  --tw-bg-opacity:1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity,1));
}
.survey-progress-fill {
  height: 100%;
  --tw-bg-opacity:1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity,1));
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s;
}
.survey-question-title {
  margin-bottom: .5rem;
  line-height: 1.25rem;
  line-height: 1.375;
}
.survey-question-subtitle,
.survey-question-title {
  font-size: .875rem;
  font-weight: 600;
  --tw-text-opacity:1;
  color: rgb(17 24 39/var(--tw-text-opacity,1));
}
.survey-question-subtitle {
  margin-bottom: .75rem;
  line-height: 1.25rem;
}
.survey-question-helper {
  margin-bottom: 1rem;
  font-size: .75rem;
  line-height: 1rem;
  --tw-text-opacity:1;
  color: rgb(107 114 128/var(--tw-text-opacity,1));
}
.survey-button-primary {
  cursor: pointer;
  border-radius: .375rem;
  border-style: none;
  --tw-bg-opacity:1;
  background-color: rgb(0 0 0/var(--tw-bg-opacity,1));
  padding: .25rem 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
  --tw-text-opacity:1;
  color: rgb(255 255 255/var(--tw-text-opacity,1));
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  box-shadow:
    var(--tw-ring-offset-shadow,0 0 #0000),
    var(--tw-ring-shadow,0 0 #0000),
    var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}
.survey-button-primary:hover {
  --tw-bg-opacity:1;
  background-color: rgb(31 41 55/var(--tw-bg-opacity,1));
}
.survey-button-primary:disabled {
  cursor: not-allowed;
  opacity: .4;
}
.survey-button-secondary {
  cursor: pointer;
  border-radius: .375rem;
  border-style: none;
  --tw-bg-opacity:1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity,1));
  padding: .25rem 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity:1;
  color: rgb(31 41 55/var(--tw-text-opacity,1));
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  box-shadow:
    var(--tw-ring-offset-shadow,0 0 #0000),
    var(--tw-ring-shadow,0 0 #0000),
    var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}
.survey-button-secondary:hover {
  --tw-bg-opacity:1;
  background-color: rgb(229 231 235/var(--tw-bg-opacity,1));
}
.survey-button-container {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
}
.survey-option-card {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: .375rem;
  border-width: 1px;
  --tw-border-opacity:1;
  border-color: rgb(229 231 235/var(--tw-border-opacity,1));
  --tw-bg-opacity:1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity,1));
  padding: .5rem .75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}
.survey-option-card:hover {
  --tw-border-opacity:1;
  border-color: rgb(156 163 175/var(--tw-border-opacity,1));
}
.survey-option-card {
  display: flex !important;
  align-items: center !important;
  padding: .5rem .75rem !important;
  border: 1px solid #e5e7eb !important;
  border-radius: .375rem !important;
  transition: all .15s cubic-bezier(.4, 0, .2, 1) !important;
  cursor: pointer !important;
  background-color: #fff !important;
}
.survey-option-card:hover {
  border-color: #9ca3af !important;
}
.survey-option-card.survey-selected {
  --tw-border-opacity:1;
  border-color: rgb(17 24 39/var(--tw-border-opacity,1));
  --tw-bg-opacity:1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity,1));
  border-color: #111827 !important;
  background-color: #f9fafb !important;
}
.survey-option-input {
  display: none;
}
.survey-option-text {
  flex: 1 1 0%;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity:1;
  color: rgb(17 24 39/var(--tw-text-opacity,1));
}
.survey-custom-input {
  width: 100%;
  border-radius: .375rem;
  border-width: 1px;
  --tw-border-opacity:1;
  border-color: rgb(209 213 219/var(--tw-border-opacity,1));
  padding: .5rem .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}
.survey-custom-input:focus {
  --tw-border-opacity:1;
  border-color: rgb(17 24 39/var(--tw-border-opacity,1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow,0 0 #0000);
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(17 24 39/var(--tw-ring-opacity,1));
}
.survey-textarea {
  margin-bottom: 1.5rem;
  width: 100%;
  resize: none;
  border-radius: .375rem;
  border-width: 1px;
  --tw-border-opacity:1;
  border-color: rgb(209 213 219/var(--tw-border-opacity,1));
  padding: .5rem .75rem;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-size: .875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}
.survey-textarea:focus {
  --tw-border-opacity:1;
  border-color: rgb(17 24 39/var(--tw-border-opacity,1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow,0 0 #0000);
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(17 24 39/var(--tw-ring-opacity,1));
}
.survey-options-container {
  margin-bottom: 1.5rem;
}
.survey-options-container > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:0;
  margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem*var(--tw-space-y-reverse));
}

/* angular:styles/global:styles */
