#CompetencyLibrary .szh-accordion .chevron-down {
  transition: transform 0.25s cubic-bezier(0, 0, 0, 1);
  color: #9CA3AF; }

#CompetencyLibrary .szh-accordion .szh-accordion__item {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  margin-bottom: .5em; }
  #CompetencyLibrary .szh-accordion .szh-accordion__item-btn {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: 0;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #007bff;
    background-color: transparent;
    border: none; }
  #CompetencyLibrary .szh-accordion .szh-accordion__item-content {
    transition: height 0.25s cubic-bezier(0, 0, 0, 1); }
  #CompetencyLibrary .szh-accordion .szh-accordion__item-panel {
    margin-top: 20px;
    padding: 2rem;
    padding-top: 0em; }
  #CompetencyLibrary .szh-accordion .szh-accordion__item--expanded .chevron-down {
    transform: rotate(180deg); }

.FormIcon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -ms-flex: 0 0 24px;
      flex: 0 0 24px;
  padding: 6px;
  border-radius: 8px; }
  .FormIcon img {
    width: 24px;
    height: 24px;
    display: block; }

.FormTitle {
  line-height: 28px; }

.FormTitle .FormIcon {
  width: 16px;
  height: 16px;
  float: left; }
  .FormTitle .FormIcon img {
    width: 16px;
    height: 16px; }

.QuestionsListContainer > div:not(:last-child) {
  margin-right: 24px; }

.List .QuestionsList {
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px; }
  .List .QuestionsList .Button {
    margin-right: 8px; }

.CreateQuestion.visible .menu {
  display: -ms-flexbox !important;
  display: flex !important; }

.CreateQuestion .menu {
  min-width: 0 !important;
  max-height: 400px !important;
  width: 468px;
  padding: 16px 16px 8px 16px !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .CreateQuestion .menu > h3 {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    margin-bottom: 12px; }

.ui.dropdown .menu > .item.CreateQuestion__Item {
  margin-bottom: 8px;
  padding: 8px 16px !important;
  -ms-flex: 0 0 calc(50% - 32px - 4px);
      flex: 0 0 calc(50% - 32px - 4px);
  display: -ms-flexbox;
  display: flex;
  background-color: #F6F6F6;
  border-radius: 20px; }
  .ui.dropdown .menu > .item.CreateQuestion__Item:hover {
    background-color: #E5E5EA; }
  .ui.dropdown .menu > .item.CreateQuestion__Item:nth-child(2n) {
    margin-right: 8px; }
  .ui.dropdown .menu > .item.CreateQuestion__Item > div {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    white-space: normal !important; }
  .ui.dropdown .menu > .item.CreateQuestion__Item .Icon {
    width: 10px;
    height: 10px;
    margin-right: 12px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .ui.dropdown .menu > .item.CreateQuestion__Item h5 {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    color: #191919;
    line-height: 24px;
    text-transform: none; }

.Question__Item {
  margin-bottom: 8px;
  padding: 16px;
  background-color: #FFFFFF;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer; }
  .Question__Item .QuestionIcon {
    margin-right: 16px; }
  .Question__Item--selected {
    box-shadow: 0 0 0 1px var(--color-button);
    font-weight: 600;
    cursor: inherit; }
  .Question__Item--disabled {
    opacity: 0.5;
    cursor: inherit; }
    .Question__Item--disabled .Question__Item__Drag .Icon {
      cursor: inherit; }
  .Question__Item:not(.Question__Item--selected) {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }

.AddForm {
  margin-top: 16px; }
  .AddForm h5 {
    margin-bottom: 8px; }

.AddForm__Type {
  margin: 8px 4px 0;
  padding: 4px 16px;
  display: inline-block;
  border-radius: 16px;
  cursor: pointer;
  line-height: 24px;
  background-color: #F6F6F6;
  font-weight: 600; }
  .AddForm__Type:hover {
    background-color: #E5E5EA; }
  .AddForm__Type--image .Icon path[fill^="#"] {
    fill: #AF52DE; }
  .AddForm__Type--image .Icon path[stroke^="#"] {
    stroke: #AF52DE; }
  .AddForm__Type--youtube .Icon path[fill^="#"] {
    fill: #F65151; }
  .AddForm__Type--youtube .Icon path[stroke^="#"] {
    stroke: #F65151; }
  .AddForm__Type--video .Icon path[fill^="#"] {
    fill: #FCD34D; }
  .AddForm__Type--video .Icon path[stroke^="#"] {
    stroke: #FCD34D; }
  .AddForm__Type--text .Icon path[fill^="#"] {
    fill: #34C759; }
  .AddForm__Type--text .Icon path[stroke^="#"] {
    stroke: #34C759; }
  .AddForm__Type--pdf .Icon path[fill^="#"] {
    fill: #FF9500; }
  .AddForm__Type--pdf .Icon path[stroke^="#"] {
    stroke: #FF9500; }
  .AddForm__Type .Icon {
    margin-right: 8px; }

.ComponentList__Item {
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid #E5E5EA;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  line-height: 24px; }
  .ComponentList__Item:not(.ComponentList__Item--open) {
    cursor: pointer; }
  .ComponentList__Item .ComponentList__Item__Row {
    -ms-flex: 1;
        flex: 1;
    font-weight: 500; }
    .ComponentList__Item .ComponentList__Item__Row > .Icon {
      margin-right: 16px; }
  .ComponentList__Item:not(.ComponentList__Item--open):hover .ComponentList__Item__Edit {
    display: block; }
  .ComponentList__Item .Attachment__Preview {
    border-radius: 8px;
    overflow: hidden; }

.ComponentList__Item__Handler {
  margin: -12px 0;
  margin-left: -12px;
  padding: 12px;
  float: left;
  color: #ABB4BD;
  cursor: move; }

.ComponentList__Item__Edit {
  float: right;
  display: none;
  text-align: right; }
  .ComponentList__Item__Edit small {
    position: relative;
    top: -1px;
    cursor: pointer; }

.ComponentList__Item--color-green .ComponentList__Item__Row > .Icon path[fill^="#"] {
  fill: #34C759; }

.ComponentList__Item--color-green .ComponentList__Item__Row > .Icon path[stroke^="#"] {
  stroke: #34C759; }

.ComponentList__Item--color-yellow .ComponentList__Item__Row > .Icon path[fill^="#"] {
  fill: #FCD34D; }

.ComponentList__Item--color-yellow .ComponentList__Item__Row > .Icon path[stroke^="#"] {
  stroke: #FCD34D; }

.ComponentList__Item--color-purple .ComponentList__Item__Row > .Icon path[fill^="#"] {
  fill: #AF52DE; }

.ComponentList__Item--color-purple .ComponentList__Item__Row > .Icon path[stroke^="#"] {
  stroke: #AF52DE; }

.ComponentList__Item--color-youtube .ComponentList__Item__Row > .Icon path[fill^="#"] {
  fill: #F65151; }

.ComponentList__Item--color-youtube .ComponentList__Item__Row > .Icon path[stroke^="#"] {
  stroke: #F65151; }

.ComponentList__Item--color-orange .ComponentList__Item__Row > .Icon path[fill^="#"] {
  fill: #FF9500; }

.ComponentList__Item--color-orange .ComponentList__Item__Row > .Icon path[stroke^="#"] {
  stroke: #FF9500; }

.ComponentsList__Add {
  padding: 8px 12px;
  display: block;
  border: 2px dashed #606060;
  border-radius: 8px;
  color: #606060;
  text-align: center; }

.Phone {
  padding: 0 8px;
  float: left;
  background-color: #191919;
  border-radius: 30px; }
  .Phone .Screen__Component__Question__Hint {
    pointer-events: none; }

.Phone__StatusBar {
  padding: 4px 0;
  text-align: center;
  line-height: 12px;
  border-bottom: 1px solid #E5E5EA; }

.Phone__Header {
  height: 10px;
  padding: 28px 0;
  padding-right: 18px;
  text-align: center; }
  .Phone__Header * {
    margin: 0 5px;
    display: inline-block;
    position: relative;
    top: -2px; }

.Phone__Screen {
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.Phone__Screen__Content {
  -ms-flex: 1;
      flex: 1;
  overflow-y: auto;
  height: calc(566px - 94px - 78px);
  position: relative; }

.Phone__Screen__Spinner {
  padding: 16px 0; }

.Phone__Navbar {
  height: 94px;
  padding: 0 16px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }

.Phone__Navbar__Time {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  font-weight: 600; }

.Phone__Navbar__Title {
  height: 22px;
  margin-top: 11px;
  line-height: 22px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.Phone__Navbar__ProgressBar {
  height: 8px;
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  background-color: #F6F6F6;
  overflow: hidden;
  border-radius: 4px; }
  .Phone__Navbar__ProgressBar .Phone__Navbar__ProgressBar__Fill {
    background-color: #4CD964;
    border-radius: 4px; }

.Phone__Screen__ModuleName {
  text-align: center;
  color: #FFFFFF;
  font-size: 14pt;
  font-weight: 600;
  line-height: 44px; }

.Phone__BottomBar {
  height: 78px;
  box-sizing: border-box;
  padding: 16px;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex; }

.Phone__BottomBar__Button {
  padding: 12px;
  border-radius: 8px;
  background-color: var(--color-button);
  color: #FFFFFF;
  font-size: 17px;
  text-align: center;
  margin-right: 8px;
  font-weight: 600;
  cursor: pointer; }
  .Phone__BottomBar__Button--next {
    -ms-flex: 1;
        flex: 1;
    margin: 0; }

.Phone__Footer {
  height: 46px;
  padding: 8px 0;
  text-align: center; }

.Phone__HomeButton {
  height: 44px;
  width: 44px;
  display: inline-block;
  border-radius: 50%; }

.Phone__HomeButton, .Phone__Sensor, .Phone__Speaker {
  background-color: #707070; }

.Phone__Sensor, .Phone__Speaker {
  height: 8px;
  border-radius: 5px; }

.Phone__Sensor {
  width: 8px; }

.Phone__Speaker {
  width: 78px; }

.Input__ColorPicker, .Input__IconPicker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -12px; }
  .Input__ColorPicker > div, .Input__IconPicker > div {
    height: 32px;
    margin: 0 8px 12px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 8px;
    cursor: pointer; }

.Input__ColorPicker > div {
  -ms-flex: 0 0 calc(14.28571% - 6.85714px);
      flex: 0 0 calc(14.28571% - 6.85714px); }
  .Input__ColorPicker > div .Icon {
    width: 12px;
    height: 12px;
    padding: 4px;
    background-color: #FFFFFF;
    border-radius: 13px; }
  .Input__ColorPicker > div:nth-child(7n) {
    margin-right: 0; }

.Input__IconPicker > div {
  -ms-flex: 0 0 calc(10% - 9.2px);
      flex: 0 0 calc(10% - 9.2px);
  background-color: #F6F6F6;
  border-radius: 8px;
  border: 1px solid #F6F6F6; }
  .Input__IconPicker > div.active {
    border-color: var(--color-button); }
  .Input__IconPicker > div img {
    height: 20px; }
  .Input__IconPicker > div:nth-child(10n) {
    margin-right: 0; }

#PerformanceRatings .szh-accordion .chevron-down {
  transition: transform 0.25s cubic-bezier(0, 0, 0, 1);
  color: #9CA3AF; }

#PerformanceRatings .szh-accordion .szh-accordion__item {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  margin-bottom: .5em; }
  #PerformanceRatings .szh-accordion .szh-accordion__item-btn {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: 0;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #007bff;
    background-color: transparent;
    border: none; }
  #PerformanceRatings .szh-accordion .szh-accordion__item-content {
    transition: height 0.25s cubic-bezier(0, 0, 0, 1); }
  #PerformanceRatings .szh-accordion .szh-accordion__item-panel {
    padding: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #FAFAFA;
    border-radius: 8px; }
  #PerformanceRatings .szh-accordion .szh-accordion__item--expanded .chevron-down {
    transform: rotate(180deg); }

.export-modal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); }

.export-modal .modal-header {
  border-bottom: 1px solid #e5e7eb;
  padding: 20px 24px;
  position: relative; }

.export-modal__title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin: 0; }

.export-modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-size: 20px;
  color: #6b7280;
  transition: color 0.2s; }
  .export-modal__close:hover {
    color: #1f2937; }

.export-modal__body {
  padding: 16px 24px 24px; }

.export-modal__option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: white;
  cursor: pointer;
  transition: all 0.2s; }
  .export-modal__option:last-child {
    margin-bottom: 0; }
  .export-modal__option:hover {
    background: #f9fafb;
    border-color: #d1d5db;
    transform: translateY(-1px); }
  .export-modal__option:active {
    transform: translateY(0); }

.export-modal__icon {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 8px;
  margin-right: 12px;
  font-size: 20px; }
  .export-modal__icon--csv {
    background: #e8f5e9;
    color: #2e7d32; }
  .export-modal__icon--xls {
    background: #e3f2fd;
    color: #1565c0; }
  .export-modal__icon--pdf {
    background: #ffebee;
    color: #c62828; }

.export-modal__label {
  font-size: 15px;
  font-weight: 500;
  color: #1f2937; }

.Tooltip {
  max-width: 300px;
  position: absolute;
  z-index: 10;
  transition: opacity 0.25s; }
  .Tooltip.in {
    opacity: 1; }

.Tooltip__Arrow {
  width: 0;
  height: 0;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.Tooltip__Arrow--top {
  border-top: 5px solid #191919;
  border-bottom: 0; }

.Tooltip__Arrow--left {
  margin-top: 5px;
  float: right;
  border-left: 5px solid #191919; }
  .Tooltip__Arrow--left + .Tooltip__Content {
    position: relative;
    left: -10px; }

.Tooltip__Arrow--bottom {
  border-bottom: 5px solid #191919;
  border-top: 0; }

.Tooltip__Content {
  padding: 4px 12px;
  background-color: #191919;
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 13px; }

