/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
/* stylelint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* IE big X fix */
input[type='text']::-ms-clear {
  display: none;
}
input[type='number']::-ms-clear {
  display: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
body .sortable-item {
  z-index: 1501;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
h1 {
  font-size: 3rem !important;
  line-height: 1.2;
}
h2 {
  font-size: 2.4rem;
  line-height: 1.25;
}
h3 {
  font-size: 2rem;
  line-height: 1.3;
}
h4 {
  font-size: 1.6rem;
  line-height: 1.35;
}
h5 {
  font-size: 1.2rem;
  line-height: 1.5;
}
h6 {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}
p {
  font-size: 14px;
  font-size: 0.875rem; /* font-size declared twice as a fallback for rem units */
  line-height: 1.43;
  text-align: left;
  color: #212121;
  margin: 10px 0 30px;
}
label,
input {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem; /* font-size declared twice as a fallback for rem units */
  line-height: 1.43;
  text-align: left;
  color: #212121;
  padding-bottom: 10px;
}
a {
  cursor: pointer;
}
a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
/* stylelint-enable */
/* Main
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html,
body {
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
#root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  min-height: 100%;
}
/* IE10+ specific style */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #root {
    max-width: 100%;
    height: 100%;
  }
}
#root > .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.app-body {
  flex: 1;
  position: relative;
}
.map {
  position: relative;
  flex-grow: 1;
}
.map .target {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.map .zoom button {
  background-color: #ff725c;
}
.map .zoom button:hover {
  background-color: #B24E40;
}

@media all and (-ms-high-contrast: none) {
  main {
    overflow-y: scroll;
  }
}

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
}

.app > main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
}

.app > main > .redirecting {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.app > main > .loading {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-icon {
  margin-right: 12px;
}

[dir='rtl'] .custom-icon {
  margin-right: 0 !important;
  margin-left: 12px !important;
}

[dir='rtl'] .ico {
  margin-left: inherit !important;
  margin-right: 12px !important;
}

.material-icons {
  vertical-align: middle;
}

.MuiDialogActions-root button {
  width: 200px;
}

.dashboard-content {
  padding: 0 1rem;
  padding-top: 0.5rem;
}

.dashboard-content .loading {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.dashboard-content .pagination {
  text-align: center;
  justify-content: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px !important;
}

.dashboard-content .page-limit {
  display: grid !important;
}

.dashboard-row-header {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.dashboard-geolocation-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
  min-width: max-content;
}

.dashboard-geolocation-control span {
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
  min-width: max-content;
}

/* share dialog */

.share-first-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 4;
  justify-content: space-around;
}

.share-second-section {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: space-around;
}

.share-icon {
  margin: 0.2rem;
  cursor: pointer;
}

.share-divider {
  padding: 0.02rem;
}

.divider-container {
  margin: 3rem;
  margin-bottom: 3.68rem;
}

.share-main-info {
  padding-bottom: 1.2rem;
}

.share-sub {
  padding-left: 1.7rem;
  padding-top: 0.7rem;
}

.share-info {
  padding-top: 1rem;
  font-size: 1.02rem;
}

.share-toggle {
  margin-left: 0.9rem;
}

[dir="rtl"] .share-toggle {
  margin-left: inherit;
  margin-right: 1.4rem;
}

.share-title {
  font-size: 1.3rem;
  width: 65%;
}

.share-second-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 2;
  margin-left: 1.4rem;
}

[dir="rtl"] .share-second-column {
  margin-left: inherit;
  margin-right: 1.4rem;
}

.share-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.with-margin {
  margin-top: 1.5rem;
}

.share-first-column {
  width: 60%;
}

.share-first-column .second-row {
  width: 60%;
  margin-top: 1rem;
}

.share-input {
  width: 60%;
}

[dir="rtl"] .dashboard-name {
  text-align: right !important;
}

.questionnaire-list {
  font-family: Roboto, sans-serif;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 25px 0;
}

.dashboard-frozen > div {
  width: auto !important;
  margin: 0 auto;
}

.questionnaire-list > div:last-child {
  padding: 0 20px;
}

/* title (header) */

.questionnaire-list .header {
  background: #7f7f7f;
  padding: 20px 0 20px 30px !important;
  box-shadow: none !important;
}

[dir='rtl'] .questionnaire-list .header {
  padding: 20px 30px 20px 0 !important;
}

.questionnaire-list .header h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 !important;
}

/* general table style */

.questionnaire-list table thead,
.questionnaire-list table tbody {
  background-color: #fff;
}

.questionnaire-list table th,
.questionnaire-list table td {
  color: #212121 !important;
}

.questionnaire-list table thead tr th {
  height: auto !important;
  padding: 20px 10px 20px 0 !important;
}

.questionnaire-list table tbody tr td {
  height: 60px !important;
  vertical-align: middle;
}

.questionnaire-list table th:not(:first-child),
.questionnaire-list table td:not(:first-child) {
  text-align: center !important;
}

/* thead */

.questionnaire-list table thead tr {
  height: auto !important;
}

.questionnaire-list thead .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.questionnaire-list thead th:first-child .header-row {
  padding-left: 10px;
  padding-right: 10px;
  justify-content: flex-start;
}

.questionnaire-list .link-btn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline-color: transparent;
}

.questionnaire-list .link-btn:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.questionnaire-list .sort-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}

.questionnaire-list .sort-icon {
  font-size: 15px !important;
  cursor: pointer !important;
}

/* tbody */

.questionnaire-list table tbody tr:hover {
  background: rgba(255, 114, 92, 0.5);
}

.header {
  padding: 0 1rem;
  box-shadow:
    0 4px 4px 0 rgba(0, 0, 0, 0.24),
    0 0 4px 0 rgba(0, 0, 0, 0.12) !important;
  z-index: 1000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header .left-col,
.header .right-col {
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.header img {
  max-height: 80px;
}

.header .btn-flat {
  margin: 17px 10px !important;
}

.header .btn-flat .ico {
  font-size: 18px !important;
  padding-bottom: 2px;
  margin-right: 5px !important;
}

.header .btn-flat div span:last-child {
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: capitalize !important;
}

.header nav > ul > li > button {
  border: 0;
  background: none;
  color: inherit;
}

.header nav > ul > li > button:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
}

.header nav {
  margin-left: 43px;
}

[dir='rtl'] .header nav {
  margin-left: inherit;
  margin-right: 43px;
}

.header nav > ul > li {
  color: #f1f1f1;
  font-weight: 500;
  display: inline-block;
}

.header nav > ul > li.active {
  color: #ff725c;
}

.header nav > ul > li::after {
  content: '';
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

.header nav > ul > li:last-child::after {
  border: none;
}

img {
  max-width: 60%;
  height: auto;
  width: auto;
  vertical-align: middle;
}

.not-found-container {
  background-color: #5262aa;
  text-align: center;
  line-height: 90vh;
}

img {
  max-width: 60%;
  height: auto;
  width: auto;
  vertical-align: middle;
}

.questionnaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  /* 70px - height of HEADER */
  min-height: calc(100vh - 70px) !important;
  max-height: calc(100vh - 70px) !important;
}

.questionnaire .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  margin: 1rem;
  margin-bottom: 0;
}

.questionnaire .loading {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.questionnaire .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.3rem;
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  background-color: #5262aa;
}

.not-found-img {
  height: 85vh;
  width: 110vh;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.15) !important;
  justify-content: space-between;
}

/* nav btns ctr */

.footer > .right-col {
  text-align: right;
}

.footer > .left-col {
  text-align: left;
}

.footer > .right-col > .btn-next {
  margin-left: 5px;
  margin-right: 5px;
  width: 142px;
  vertical-align: bottom;
}

.footer > .right-col > .btn-prev {
  width: 167px;
}

.footer > .left-col > .btn-cancel {
  width: 140px;
}

/* nav btn: prev */

.footer > .right-col > a:first-child {
  margin-right: 15px;
}

/* nav btns: prev/next */

.footer > .right-col > a > div {
  min-width: 350px !important;
}

.zoom-level {
  margin-right: 20px;
}

.layer_dialog_invalid_key {
  font-size: 12px;
  line-height: 12px;
  color: rgb(244, 67, 54);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.color-picker {
  position: relative;
}

.color-picker > div {
  padding: 0 0 20px;
}

.color-picker .swatch {
  padding: 5px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border: 1px solid black;
}

.color-picker .color {
  width: 36px;
  height: 14px;
  border-radius: 2px;
}

.color-picker .popover {
  position: absolute;
  z-index: 9999;
  top: -110px;
  left: 100px;
}

.color-picker .cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.color-picker .sketch-picker {
  z-index: 99999;
}

.file-loader {
  padding: 15px 0;
}

.file-loader .error {
  font-size: 12px;
  margin-bottom: 8px;
  color: rgb(244, 67, 54);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.field.range > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: row;
  margin: 16px auto 0;
}

.field.range > .container > .slider {
  flex: 1;
}

.field.range > .container .value {
  flex: 0;
  margin-top: -17px;
  padding: 15px 8px 15px 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.field.range .slider > div > div {
  margin: 16px 0 8px !important;
}

.field.range > .container .value div {
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  padding: 5px;
  border-radius: 50px;
  line-height: 24px;
  white-space: nowrap;
}

.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.target {
  position: relative;
  width: 100%;
}

.zoom {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: 2;
}

.zoom button {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  color: #fff;
  /* background-color: #4285f4 !important; */
  display: block;
  border-width: 0;
  height: 30px;
  width: 30px;
  margin: 5px;
}

.zoom button:hover {
  cursor: pointer;
  /* background-color: #4078dd !important; */
}

/* ++ Main element -- */

.layerswitcher {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  transition: background 0.5s ease-in-out;
  z-index: 1;
}

.layerswitcher .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.layerswitcher.active .overlay {
  position: absolute;
}

.layerswitcher > .container {
  position: absolute;
  top: 1.5vw;
  right: calc(2 * 1.5vw + 56px);
  max-height: 250px;
  max-width: 200px;
  padding: 12px 16px;
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
  font-size: 12px;
  overflow-x: hidden;
}

/* ++ Main element ++ */

/* ++ Lists ++ */

.layerswitcher ul {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.layerswitcher .item {
  margin: 5px 0;
}

.layerswitcher .item > div > div {
  margin-right: 4px !important;
}

.layerswitcher .item svg {
  fill: #4285f4 !important;
}

.layerswitcher .item label {
  font-size: 12px !important;
  padding-bottom: 0 !important;
  white-space: nowrap;
}

/* -- Lists -- */

/* ++ Icon button ++ */

.layerswitcher > .material-icons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute !important;
  top: 1.5vw;
  right: 1.5vw;
  width: 56px;
  height: 56px;
  background-color: #4285f4;
  cursor: pointer;
  color: #fff !important;
  font-size: 24px !important;
  font-size: 1.5rem !important; /* font-size declared twice as a fallback for rem units */
  font-weight: normal;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.24), 0 0 6px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}

.layerswitcher > .material-icons::after {
  content: '';
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.layerswitcher > .material-icons:hover::after {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  background-color: rgba(0, 0, 0, 0.0784314);
}

@media screen and (max-width: 1366px) {
  .layerswitcher > .container {
    right: calc(2 * 1.5vw + 4vw);
  }
  .layerswitcher > .material-icons {
    width: 4vw;
    height: 4vw;
    font-size: 2vw;
  }
  .layerswitcher > .material-icons::after {
    width: 4vw;
    height: 4vw;
  }
}

.sortable-item.empty {
  font-size: 11px;
  color: #9b9b9b;
  font-style: italic;
}

.sortable-item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  margin: 15px 0;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.24),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}

.sortable-item .handle,
.sortable-item .name,
.sortable-item .visibility,
.sortable-item .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  align-content: center;
  align-items: center;
}

.sortable-item .option-actions {
  min-width: 50px;
}

.sortable-item .handle {
  padding: 0 0.25rem;
  background: #f0f0f0;
  pointer-events: auto !important;
  cursor: -webkit-grab !important;
  cursor: grab !important;
  height: 100%;
}

.sortable-item .handle:active {
  pointer-events: auto !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.sortable-item .handle span {
  font-size: 14px !important;
  color: #b6b6b6 !important;
}

.sortable-item .name {
  flex-grow: 1;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5rem 1rem;
  flex-direction: column;
}

.sortable-item .name h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.sortable-item .name h6 {
  font-size: 11px;
  font-weight: 400;
  margin: 0;
}

.sortable-item .visibility label,
.sortable-item .visibility input {
  padding: 0;
}

.sortable-item .actions button,
.sortable-item .actions span {
  min-width: 0 !important;
}

@media all and (-ms-high-contrast: none) {
  .sortable-item .actions button {
    overflow: visible !important;
  }
}

.map-configuration-ctr {
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.map-configuration-ctr .cancel-btn {
  padding-right: 1rem;
}

.map-configuration-ctr .fit-label {
  width: -moz-fit-content !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
}

.map-configuration-ctr .fit-label label {
  width: -moz-fit-content !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  max-width: 250px;
}

.map-configuration-ctr .error {
  color: rgb(244, 67, 54);
  margin: 0;
}

.map-configuration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  padding-bottom: 1rem;
}

.map-configuration > section.sidebar {
  position: relative;
  width: 30%;
  margin-right: 1rem;
}

[dir='rtl'] .map-configuration > section.sidebar {
  margin-left: 1rem;
}

.map-configuration > section.sidebar .btn {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.24),
    0 0 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.map-configuration > section.sidebar .result-not-found {
  position: absolute;
  color: rgb(244, 67, 54);
  font-size: 12px;
  margin-top: -4px;
}

.map-configuration > section.sidebar .save-edit-btn > div {
  margin-bottom: 1rem;
}

.map-configuration > section.sidebar .btn > button > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-configuration > section.sidebar .action-btn > button > div div {
  justify-content: center;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.24),
    0 0 2px 0 rgba(0, 0, 0, 0.12) !important;
}

.map-configuration > section.sidebar article {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map-configuration > section.sidebar article .slider {
  padding-left: 8px;
}

.map-configuration > section.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.map-configuration > section.map .map {
  flex-grow: 1;
  position: relative;
}

.map-configuration > section.map .map .target {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.map .target {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.map .zoom {
  position: absolute;
  top: 20px;
  left: 20px;
}

.map .zoom button {
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-size: 0.875rem; /* font-size declared twice as a fallback for rem units */
  color: #fff;
  border: 0;
  border-radius: 2px;
  margin-bottom: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  display: block;
  cursor: pointer;
}

.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.nav li {
  background-color: #f0f0f0;
  padding: 0 !important;
  margin: 0 !important;
  flex-grow: 1;
  position: relative;
  flex-basis: 1;
  cursor: pointer;
}

.nav li > div {
  padding: 11px 0 7px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #727272;
}

.nav li:first-child {
  padding-left: 10px;
}

.nav li > div::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 33px 33px;
  border-color: transparent transparent transparent #f0f0f0;
  filter: drop-shadow(3px 1px 1px grey);
  z-index: 1000;
  content: '';
  position: absolute;
  top: -1px;
  right: -32px;
}

.nav li > div > div {
  margin-top: -4px;
}

[dir='rtl'] .nav li > div {
  padding-right: 42px;
  padding-left: 0;
}

.nav h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.29;
  margin: 0;
}

[dir='rtl'] .nav h2 {
  margin-left: 10px;
}

.nav h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 8px;
}

.nav h6 {
  font-size: 11px;
  line-height: 1.29;
  margin: 0 0 0 8px;
}

.nav li:hover,
.nav li:active {
  background-color: rgb(250, 250, 250);
}

.nav li > div:hover::after {
  border-color: transparent transparent transparent rgb(250, 250, 250);
}

.nav li > div.disabled {
  color: #ccccca;
  cursor: default;
}

.nav li > div.disabled:hover {
  background-color: #f0f0f0;
}

.nav li > div.disabled:hover::after {
  border-color: transparent transparent transparent #f0f0f0;
}

.nav li > div.active::after {
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 1100px) {
  .nav ul {
    margin-right: 33px;
  }

  .nav li {
    min-width: 220px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    border: 1px solid rgb(250, 250, 250);
    flex-basis: 1;
  }

  .nav li:first-child {
    padding-left: 42px;
  }
}

/* text editor */
.editor-page .rdw-editor-wrapper {
  min-height: 200px;
  border-radius: 2px !important;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.24),
    0 0 2px 0 rgba(0, 0, 0, 0.12) !important;
  border-style: 1px solid #000;
  margin-bottom: 27px;
}
/* text editor toolbar */
.editor-page .rdw-editor-wrapper > .rdw-editor-toolbar {
  padding: 6px 0 0;
}
.questions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.questions-wrapper .buttons-menu .header-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #212121;
  margin-left: 10px;
  text-transform: uppercase;
}
.questions-wrapper .buttons-menu .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.questions-wrapper .buttons-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.questions-wrapper .buttons-menu .button-bg {
  min-height: 50px !important;
  min-width: 220px !important;
  border-radius: 2px !important;
  background-color: #f0f0f0 !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3) !important;
  margin: 0;
  margin-right: 10px !important;
  color: #727272 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.questions-wrapper .buttons-menu .button-bg:hover {
  background-color: white !important;
  color: #fe7661 !important;
}
.questions-wrapper .buttons-menu .button-bg .icon {
  fill: #727272 !important;
}
.questions-wrapper .buttons-menu .button-bg:hover .icon {
  fill: #fe7661 !important;
}
.questions-wrapper .buttons-menu .button-bg .icon-active {
  fill: #fe7661 !important;
}
.questions-wrapper .buttons-menu .button-bg-active {
  background-color: white !important;
  color: #fe7661 !important;
}
.questions-wrapper .buttons-menu .button-bg:focus {
  outline: none;
}
.questions-wrapper .buttons-menu .button-bg:last-child {
  margin-right: 0 !important;
}
.questions {
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: stretch;
  align-items: stretch;
}
.drag-drop-context {
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.questions .drag-drop-context .btn-ico-before {
  box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.24),
    0 0 1px 0 rgba(0, 0, 0, 0.12) !important;
}
.questions .drag-drop-context .btn-ico-before > button > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* flex layout for the disabled button ( m-ui changes structure of the component with the 'disabled' property ) */
.questions .drag-drop-context .btn-ico-before > button:disabled > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.questions .drag-drop-context .btn-ico-before .ico {
  font-size: 16px !important;
  padding: 12px 6px 15px 10px;
  margin: 0 !important;
}
.questions .drag-drop-context .btn-ico-before .slider {
  font-size: 6px !important;
  padding: 12px 6px 13px 10px;
  margin: 0 !important;
}
.questions .drag-drop-context .btn-ico-before .eye {
  font-size: 14px !important;
  padding: 12px 6px 13px 10px;
  margin: 0 !important;
}
.questions .drag-drop-context .btn-ico-before.ico-after button > div::after {
  content: '\e900';
  font-family: icomoon, sans-serif;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
[dir='rtl'] .questions .drag-drop-context .btn-ico-before.ico-after button > div::after {
  right: auto;
  right: initial;
  left: 18px;
}
.questions .drag-drop-context > section.sidebar {
  position: relative;
  width: 30%;
}
@media all and (-ms-high-contrast: none) {
  .questions .drag-drop-context > section.sidebar article {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.questions .drag-drop-context > section.sidebar .card {
  background-color: #fff !important;
  box-shadow: none !important;
}
.questions .drag-drop-context > section.sidebar .card .header {
  padding: 0 0 10px 10px !important;
  box-shadow: none !important;
}
.questions .drag-drop-context > section.sidebar .card .header > div > span:first-child {
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.4;
  color: #212121;
}
.page-header .page-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.page-header .page-actions button {
  min-width: 40px !important;
}
.questions .drag-drop-context > section.sidebar .card .header button {
  padding-right: 0 !important;
}
/* right hand side section--------------------------------------------------------------------------- */
.questions .drag-drop-context > .panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-self: auto;
  max-width: 70vw;
  position: relative;
}
.questions .drag-drop-context > .panel-wrapper > section.panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow-y: auto;
}
/* buttons are temporarily hidden, untill their functionality is added */
.questions .drag-drop-context > section.panel > .btns {
  display: none;
}
/* list of elements: empty OR drawbuttons and questions ------------------------------- */
.questions .drag-drop-context > section.panel > article.list {
  border: 1px dashed #b6b6b6;
  position: relative;
  flex-grow: 1;
}
/* empty list with a heading and a button ------------------------- */
.questions .drag-drop-context > section.panel > article.list > div.empty {
  height: auto;
  height: initial;
  box-shadow: none;
  position: absolute;
  top: 35%;
  right: 25%;
  left: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.questions .drag-drop-context > section.panel > article.list > div.empty > h6 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #9b9b9b;
  margin: 15px 22%;
}
.questions .drag-drop-context > section.panel > article.list > div:not(.empty) {
  margin: 1rem;
}
.questions .drag-drop-context > section.panel > article.list > div.empty > .new-page > button > div > div {
  padding: 0 15px !important;
}
/* drop area bottom padding for the drawbutton and for the question element */
.questions .drag-drop-context > section.panel > article.list .drawbutton-body > .sortable {
  padding-bottom: 50px;
}
.questions .drag-drop-context > section.panel > article.list > div > div.tab-content > div > div.page > div.sortable {
  padding-bottom: 50px;
}
#drag-element {
  z-index: 10000;
  position: absolute;
  pointer-events: none;
  width: 26vw;
}
#drag-element .btn-ico-before {
  width: 26vw;
}
.page-card {
  border: 1px solid #bdbaba;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.24),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.page-card.active {
  background: #f0efef;
}
.page-card .page-content {
  position: relative;
}
.page-card.active.drop-area .page-content {
  background-color: white;
  padding-bottom: 0;
}
.page-header {
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #bdbaba;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  background: #f0f0f0;
}
.page-drawing-container-header {
  background: aliceblue;
}
.page-title {
  margin-left: 10px;
  align-self: center;
}
.page-details {
  align-self: center;
  margin-left: auto;
  padding: 5px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
[dir='rtl'] .page-details {
  margin-left: 0;
  margin-right: auto;
}
.add-page {
  margin: 20px 0 !important;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.24),
    0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.add-page.last {
  margin: 6px 0 !important;
}
.questions .drag-drop-context > section.sidebar article {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* -------------------- layout ---------------------------------------------- */
.element-dialog {
  padding-top: 0 !important;
}
.element-dialog > div {
  height: 100vh;
}
.element-dialog > div > div {
  max-width: 75% !important;
  top: 50%;
  transform: translateY(-50%) !important;
}
.element-dialog > div > div > div {
  background-color: #fff !important;
  margin: auto;
  max-height: 100vh;
}
/* main content and action btn containers */
.element-dialog > div > div > div > div {
  border-bottom: 0 !important;
  border-top: 0 !important;
  padding: 0 40px 24px 30px !important;
}
/* -------------------- header ---------------------------------------------- */
.element-dialog > div > div > div > div.header {
  font: 400 20px/28px Roboto, sans-serif !important;
  text-transform: uppercase;
  padding: 30px 40px 24px 30px !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
.element-dialog > div > div > div > div.header > span {
  font-size: 20px !important;
  padding: 5px 16px 15px 0;
}
.element-dialog > div > div > div > div.header > span.slider {
  font-size: 10px !important;
  padding: 10px 16px 13px 0;
}
.element-dialog > div > div > div > div.header > span.icon-ico-wizzard-new_open {
  font-size: 18px !important;
}
/* -------------------- main ------------------------------------------------ */
.element-dialog label {
  font-size: 18px;
}
.element-dialog .text-field:nth-child(odd) {
  margin-right: 8%;
}
.element-dialog .indented-text-input {
  margin-top: -20px;
  margin-left: 40px;
}
.element-dialog .checkbox {
  margin-top: 35px;
}
.element-dialog .checkbox-map-preview {
  margin: 5px 0 15px;
}
.element-dialog .checkbox.unlimited-answers {
  margin-top: 10px;
}
.element-dialog .matrix-ctr > div {
  flex-basis: 0;
  flex-grow: 1;
}
.element-dialog .checkbox > div > div,
.element-dialog .checkbox > div > label {
  color: #212121 !important;
}
.element-dialog .sortable h6 {
  display: none;
}
.element-dialog .sortableContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.add-plus-btn {
  height: 65px !important;
  min-width: 65px !important;
  border-width: 2px !important;
  border-style: solid !important;
}
.element-dialog .sortable-item {
  margin-top: 15px;
}
/* -------------------- footer ---------------------------------------------- */
/* action btns container */
.element-dialog button.action > div {
  margin-top: -2px;
}
.element-dialog > div > div > div > div:last-child {
  padding-top: 10px !important;
  border-top: none !important;
  text-align: right !important;
}
.element-dialog button.action {
  width: 200px !important;
  height: 40px !important;
  border-width: 2px !important;
  border-style: solid !important;
  margin-left: 30px !important;
}
/* -------------------- matrix ---------------------------------------------- */
.element-dialog .matrix-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.element-dialog .sortable {
  width: 100%;
}
.element-dialog .matrix-ctr .sortable {
  width: 80%;
  padding: 1px 15px 0 0;
}
.sortable-item > .container.option,
.element-dialog .container.option {
  justify-content: space-between;
  background: #f0f0f0;
  border: 1px solid #bdbaba;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  height: 64px;
  width: 100%;
}
.sortable-item > .container.option .handle,
.element-dialog .container.option .handle {
  align-items: flex-start;
}
.sortable-item > .container.option > .text-field,
.element-dialog .container.option > .text-field {
  width: 100%;
  margin: 8px 0 0 15px;
}
.MuiDialog-paperWidthSm {
  max-width: 980px !important;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 90px;
}

.column.drawbutton {
  min-height: 60px;
}

.column-title {
  font-size: 26px;
  text-align: center;
}

.question-list {
  flex-grow: 1;
}

.question-list > div {
  margin: 15px 0 0;
}

.sortable ul {
  padding: 1px 15px;
  background: white;
}

.sortable.active ul {
  padding: 1px 15px;
  background: #fff;
}

.empty-page-text {
  font-weight: 800;
  text-align: center;
  padding-top: 20px;
}

.handle {
  height: 100%;
}

.task-content {
  padding: 0 8px;
}

.container.dropped-item {
  position: relative;
}

.container.dropped-item .sortable-content {
  width: 100%;
}

.container.dropped-item .name {
  align-items: flex-start;
  padding: 0.5rem 1rem;
}

.container.dropped-item .name h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  max-width: 40vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 1200px) {
  .container.dropped-item .name h5 {
    max-width: 30vw;
  }
}

@media (max-width: 800px) {
  .container.dropped-item .name h5 {
    max-width: 20vw;
  }
}

.container.dropped-item .drawbutton-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #f0f0f0;
  background-color: #f8f8f8;
}

.drawbutton-body .sortable,
.drawbutton-body {
  background-color: white;
}

.container.dropped-item .drawbutton-body {
  width: 100%;
  height: auto;
  background: #fff;
  clear: both;
}

.drawbutton-body.active {
  background-color: white;
  padding-bottom: 20px;
}

.handle {
  height: 100%;
}

.sortable-item.active {
  text-align: center;
  margin-top: -11px;
  padding-top: 20px;
  color: white;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.sortable-item.active div {
  color: black;
  font-size: medium;
  font-size: initial;
  letter-spacing: normal;
  letter-spacing: initial;
  text-transform: none;
  text-transform: initial;
  font-weight: normal;
  font-weight: initial;
}

.icon-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon-label {
  padding-left: 8px;
}

.draggable-row-clone ~ div {
  transform: none !important;
}

.draggable-row-clone ~ [data-rbd-placeholder-context-id] {
  display: none !important;
}


.card .header:hover {
  background-color: #ddd;
  border-radius: 5px;
}

.card .header button {
  padding-right: 0 !important;
}

.card > div > div > .btn-ico-before.ico-after {
  margin-bottom: 10px;
}

.subheader {
  line-height: 10px !important;
  color: rgb(255, 114, 92) !important;
}

.text {
  font-family: Roboto, sans-serif;
  margin: 10px 0 10px 16px;
  padding: 0;
  outline: none;
  font-size: 16px;
  font-weight: inherit;
  align-items: center;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}

.row > * {
  flex: 1;
}

.element-dialog > div .next-header-text {
  font: 400 20px/28px Roboto, sans-serif !important;
  text-transform: uppercase;
  border-bottom: none !important;
  box-shadow: none !important;
}

.element-dialog .next-header {
  padding-top: 30px;
}

/* ==========================================================================
   typography
   ========================================================================== */

.summary section > h2 {
  background-color: #ff725c;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  margin: -2px;
}

/* ==========================================================================
   general style
   ========================================================================== */

.summary {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}

/* container which allows layout with inner scroll */

.summary > .ctr {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: initial;
}

/* landng page,
   last-page */

.summary .privacy-policy,
.summary .landing-page,
.summary .start-button,
.summary .last-page {
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.1) 5%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0)
  );
  border-image-slice: 1;
  margin-right: 3px;
  margin-bottom: 25px;
  margin-left: 3px;
  box-sizing: border-box;
}

/* text editor */

.summary .rdw-editor-wrapper {
  min-height: 200px;
  border-radius: 2px !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12) !important;
  border-style: 1px solid #000;
  margin-bottom: 27px;
}

/* text editor toolbar */

.summary .rdw-editor-wrapper > .rdw-editor-toolbar {
  padding: 6px 0 0;
}

.rdw-editor-main {
  padding: 0 20px;
}

/* ==========================================================================
   landing page section
   ========================================================================== */

.summary .landing-page > .ctr {
  padding: 25px 20px 15px;
}

.summary .landing-page > .ctr > .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkboxVideo {
  margin-top: 35px;
  margin-bottom: -10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #summary-lp,
  #summary-last-page {
    height: 100%;
    min-height: 50vh;
  }
}

/* ==========================================================================
   last page section
   ========================================================================== */

/* last page ctr */

.summary .last-page > .ctr {
  padding: 25px 20px 20px;
}

.left-side,
.right-side {
  width: 45% !important;
  margin-right: 3rem;
  margin-top: 1rem;
}

.summary .last-page > .ctr > .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.setting-input {
  margin-left: 2.5rem;
}

h6 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.setting-input .disabled {
  color: #b5b5b5;
}

/* redirect option */

.summary .last-page > .ctr > .labels > .redirect > .textfield {
  width: 100% !important;
  margin-bottom: 15px;
}

.error {
  font-size: 12px;
  color: rgb(244, 67, 54);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

/* ==========================================================================
   privacy policyt section
   ==========================================================================
*/

#summary-privacy-policy .ctr {
  padding: 15px;
  width: 50%;
}

#summary-start-button .ctr {
  padding: 15px;
}

.questionnaireResult {
  overflow: hidden;
}

.questionnaireResult .container .content {
  flex-direction: column;
  flex-basis: 70%;
  padding: 0.5rem;
}

.questionnaireResult .container .questionnaire {
  flex-basis: 30%;
}

.questionnaireResult .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

.questionnaireResult .row .content .child {
  margin-left: 50px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.questionnaireResult .container .header {
  justify-content: center;
}

.questionnaireResult .nav {
  padding-top: 0.5rem;
}

.mapContent {
  position: relative;
}

.layerswitcher {
  height: 80% !important;
}

.container.animated.bounceInRight {
  max-height: 100%;
  overflow-y: auto;
}

.container.animated.bounceOutRight {
  max-height: 100%;
  overflow-y: hidden;
}

.header__heading {
  flex: 0 1 50%;
  text-align: left;
}

.header__menu {
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 50%;
}

.export-menu {
  position: relative;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.export-menu__loader {
  min-height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.csv-generation-time {
  margin: 10px 0 0;
  min-height: 20px;
}

.export-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.download-button {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.download-button:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.boxContent {
  margin-bottom: 30px;
}

.questionHeader {
  padding-top: 15px;
  flex-direction: column;
  border: 1px solid #bdbaba;
  background-color: #eee;
}

.questionHeader:hover {
  background-color: #ff725c;
  cursor: pointer;
}

.boxContent .questionContent {
  padding: 30px;
  border: 1px solid #bdbaba;
  border-top: 0;
}

.boxContent .questionHeader .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0 20px;
}

.boxContent .questionHeader .questionType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.image {
  width: 100%;
}

.questionnaireResult .mapContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}

.questionnaireResult .mapContent > .map {
  width: 100%;
}

.fixedHeightContainer {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 250px;
  padding: 3px;
}

.openedQuestion {
  margin-bottom: 2px;
}

.openedQuestionDate {
  margin-bottom: 10px;
  font-size: 14px;
  color: #999;
}

.image-list {
  display: relative;
  flex-direction: column;
  width: 100%;
}

.user-image {
  max-width: 100% !important;
}

section.splashscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
  position: fixed;
  opacity: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 99999;
  background: rgb(47, 64, 80);
  color: #fff;
}

section.splashscreen .logo {
  max-width: 320px;
  max-height: 120px;
}

.users .checkbox > div {
  width: auto !important;
  margin-left: 16px;
}

.element-dialog__add-user > div > div > div > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.users {
  padding: 0 1rem;
  padding-top: 0.5rem;
  margin-top: 10px;
}

.users-list {
  margin: 25px 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.element-dialog button.action {
  width: 200px !important;
  height: 40px !important;
  border-width: 2px !important;
  border-style: solid !important;
  margin-left: 30px !important;
}

.users .header {
  background: #7f7f7f;
  padding: 20px 0 20px 30px !important;
  box-shadow: none !important;
}

[dir="rtl"] .users .header {
  padding: 20px 30px 20px 0 !important;
}

.users .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.users .is-admin {
  text-align: center !important;
}

.users .header h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 !important;
}

/* general table style */

.users table thead,
.users table tbody {
  background-color: #fff;
}

.users table th,
.users table td {
  color: #212121 !important;
}

.users table thead tr th {
  height: auto !important;
  padding: 20px 24px !important;
}

.users table tbody tr td {
  height: 60px !important;
  vertical-align: middle;
}

.users table th:last-child,
.users table td:last-child {
  text-align: center !important;
}

/* thead */

.users table thead tr {
  height: auto !important;
}

.users thead .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.users thead th:first-child .header-row {
  padding-left: 10px;
  justify-content: flex-start;
}

.users .link-btn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline-color: transparent;
}

.users .link-btn:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.users .sort-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}

.users .sort-icon {
  font-size: 15px !important;
  cursor: pointer !important;
}

.users .icon-ico-wizzard-delete {
  cursor: pointer;
}

/* tbody */

.users table tbody tr {
  margin: 0 25px !important;
}

.users table tbody tr:hover {
  background: rgba(255, 114, 92, 0.5);
}

.users .btn:hover > div:nth-child(1) > span:nth-child(1) {
  color: black !important;
}

.date-end {
  margin-right: 5px !important;
}

.date-reset {
  max-height: 25px;
  cursor: pointer !important;
  margin-top: 40px;
}

