.intiaroMenuController {
  width: 100%; }

.intiaroConfigurator {
  width: 100%;
  font-family: "Poppins", sans-serif; }
  .intiaroConfigurator ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 6px; }
  .intiaroConfigurator ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5; }
  .intiaroConfigurator ::-webkit-scrollbar-thumb {
    background-color: #44adad;
    border-radius: 6px; }
  .intiaroConfigurator .intiaroConfiguratorContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    min-width: 276px;
    min-height: 276px; }
  .intiaroConfigurator .intiaro360player {
    min-height: 256px;
    min-width: 256px;
    max-height: 1024px;
    max-width: 1024px; }
  .intiaroConfigurator .intiaroController {
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1); }
    .intiaroConfigurator .intiaroController intiaro-variables-groups .variables-groups-container {
      max-height: calc(100% - 60px); }
    .intiaroConfigurator .intiaroController intiaro-variables-groups .variables-groups-container.mobile-layout {
      max-height: 100%; }
    .intiaroConfigurator .intiaroController intiaro-variables-groups .panel-label {
      color: #44adad; }
    .intiaroConfigurator .intiaroController intiaro-variables-groups app-rotating-arrow-icon {
      color: white;
      background-color: #44adad;
      padding: 7px 5px;
      border-radius: 6px; }

.controllerWrapper {
  position: relative;
  z-index: 11;
  background-color: white;
  height: 100%;
  padding: 0px 10px 10px 10px;
  padding-bottom: 0px;
  overflow: auto;
  font-family: "Poppins", sans-serif; }
  .controllerWrapper .group-name {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 900;
    color: #44adad; }
  .controllerWrapper .border {
    border: 1px solid #eeeeee; }
  .controllerWrapper .intiaro-shadow {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
  .controllerWrapper .section {
    color: black;
    margin-bottom: 10px;
    padding: 0px 10px; }
  .controllerWrapper .disabledSection {
    color: grey;
    margin-bottom: 10px;
    padding: 0px 10px; }
  .controllerWrapper .sectionContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 20px; }
  .controllerWrapper .sectionTitle {
    display: flex;
    font-size: 16px;
    line-height: 40px;
    font-weight: 900;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer; }
  .controllerWrapper .choiceIconContainer {
    display: block;
    margin: 5px;
    min-width: 60px;
    width: 5vw;
    max-width: 80px;
    cursor: pointer;
    border-radius: 6px; }
  .controllerWrapper .choiceIconText {
    word-wrap: break-word;
    text-align: center;
    font-size: 10px;
    padding: 2px 5px;
    color: #939393;
    background-color: #f5f5f5; }
  .controllerWrapper .choiceIcon {
    display: block;
    width: 100%;
    min-height: 60px;
    height: 5vw;
    max-height: 80px;
    box-sizing: border-box;
    border-radius: 6px 6px 0px 0px; }
  .controllerWrapper .disabledChoiceContainer {
    display: block;
    margin: 5px;
    min-width: 60px;
    width: 5vw;
    max-width: 80px;
    cursor: default;
    background-color: lightgray;
    opacity: 0.4; }
  .controllerWrapper .removedChoiceContainer {
    display: none; }
  .controllerWrapper .selected {
    border: 1px solid #44adad; }
    .controllerWrapper .selected .choiceIconText {
      color: white;
      background-color: #44adad; }
  .controllerWrapper .disabledChoiceContainer.selected {
    border: none; }
  .controllerWrapper .closed {
    display: none !important; }
  .controllerWrapper .sectionOpenButton {
    margin-left: auto;
    font-size: 16px;
    line-height: 40px; }
  .controllerWrapper .unselectable {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */ }
  .controllerWrapper .selectable {
    cursor: text;
    -webkit-user-select: text;
    /* Chrome all / Safari all */
    -moz-user-select: text;
    /* Firefox all */
    -ms-user-select: text;
    /* IE 10+ */
    user-select: text;
    /* Likely future */ }
  .controllerWrapper .searchbarWrapper {
    max-width: 100%;
    padding: 5px;
    display: flex; }
  .controllerWrapper .searchInput {
    min-width: 0px;
    flex: auto;
    padding: 10px;
    font-size: 12px;
    border: 1px solid grey;
    border-radius: 6px;
    outline: none;
    margin: 0px 10px 0px 0px;
    box-shadow: 2px 2px 0 #d9d9d9; }
  .controllerWrapper .searchButton {
    color: white;
    width: 37px;
    height: 37px;
    padding: 10px;
    background: #44adad;
    font-weight: 700;
    font-size: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    outline: none; }
  .controllerWrapper .filtersWrapper {
    max-width: 100%;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    display: block; }
  .controllerWrapper .filtersTitle {
    display: flex;
    flex: auto;
    font-size: 12px;
    line-height: 25px;
    font-weight: 600;
    cursor: pointer; }
  .controllerWrapper .filtersContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
  .controllerWrapper .filterOpenButton {
    margin-right: 5px;
    font-size: 14px;
    line-height: 25px; }
  .controllerWrapper .filterWrapper {
    width: 100%;
    display: block;
    justify-content: flex-start; }
  .controllerWrapper .filterName {
    display: flex;
    flex: auto;
    font-size: 12px;
    line-height: 30px;
    font-weight: 600;
    padding-right: 10px;
    cursor: pointer; }
  .controllerWrapper .filterContainer {
    display: flex;
    flex-wrap: wrap;
    justify-items: start;
    width: 100%;
    padding: 5px; }
  .controllerWrapper .filterOption {
    display: flex;
    font-size: 12px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px; }
  .controllerWrapper .optionRadio {
    line-height: 35px;
    height: 15px;
    width: 15px;
    margin-top: 10px;
    cursor: pointer; }
  .controllerWrapper .filterButton {
    width: 70px;
    padding: 3px 10px;
    background: #dce3f0;
    color: black;
    font-size: 10px;
    border: 1px solid grey;
    margin: 5px;
    cursor: pointer;
    outline: none; }
  .controllerWrapper .clearFiltersButton {
    width: 70px;
    padding: 3px 10px;
    background: white;
    color: black;
    font-size: 10px;
    border: 1px solid grey;
    margin: 5px;
    cursor: pointer;
    outline: none; }
  .controllerWrapper .filteredOut {
    display: none; }
  .controllerWrapper intiaro-two-states-button.search-button {
    margin: 0px 10px 10px auto; }
  .controllerWrapper .search-button {
    color: #44ADAD; }
  .controllerWrapper .search-and-filters-container {
    height: 0px;
    width: 100%;
    overflow: hidden; }
  .controllerWrapper .search-and-filters-container.opened {
    overflow: visible; }
  .controllerWrapper .search-and-filters-container.opened {
    height: auto; }
  .controllerWrapper .single-filter-container {
    padding: 5px; }
  .controllerWrapper hr.menu-separator {
    border: none;
    border-top: 1px dashed #d7d7d7;
    height: 1px;
    margin: 10px 5px;
    width: 100%; }
