.form-group .preview {
  width: 100%;
  height: 210px;
  margin-bottom: 10px;
}
.form-group .preview li {
  display: inline-block;
}
.form-group .preview li img {
  width: 100%;
  height: 200px;
}
.form-group .preview li {
  display: none;
  width: 328px;
  height: 210px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  position: relative;
}
.form-group .preview li .delete-image {
  position: absolute;
  width: 25px;
  height: 25px;
  right: -10px;
  top: -10px;
  background-color: #d06f19;
  border-radius: 50%;
  z-index: 2;
  margin: auto;
  background-image: url(../svg/close-white.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  cursor: pointer;
}
.form-group .preview li.active {
  display: inline-block;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.form-group .arrow-left,
.form-group .arrow-right {
  width: 65px;
  height: 100%;
  display: inline-block;
  background-color: #ebebeb;
  border: solid 1px #d7d7d7;
  vertical-align: top;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
.form-group .arrow-left {
  background-image: url("../svg/circle-left.svg");
}
.form-group .arrow-right {
  background-image: url("../svg/circle-right.svg");
}
.form-group .imageList {
  display: inline-block;
  width: 330px;
  margin: 0 20px;
  border: 1px solid #d7d7d7;
}
.form-group .imageList ul {
  white-space: nowrap;
  height: 210px;
}
.element-image {
  margin-left: -20px;
  margin-right: -20px;
  max-width: unset !important;
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
  background-color: #fafafa;
}
.element-image input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.element-image input + label {
  font-size: 14px;
  color: #1b9ce2;
  display: inline-block;
  text-transform: uppercase;
  line-height: 15px;
  border-bottom: 2px solid #1b9ce2;
  margin-left: 20px;
  cursor: pointer;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.webAppStudioView .add-report-popup {
  padding: 0;
}
.webAppStudioView .add-report-popup textarea.form-control {
  padding: 5px;
}
.webAppStudioView .add-report-popup input.form-control {
  padding: 5px;
}
.webAppStudioView .add-report-popup .SelectBox {
  cursor: pointer;
  border-color: transparent;
  padding-left: 0;
}
.webAppStudioView .add-report-popup .SumoSelect {
  width: 100%;
  max-width: none;
  background-image: none;
}
.webAppStudioView .add-report-popup .SumoSelect .optWrapper {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.26s ease;
  display: block;
}
.webAppStudioView .add-report-popup .SumoSelect > .optWrapper > .options li.opt {
  border-radius: unset;
}
.webAppStudioView .add-report-popup .SumoSelect .select-all > span i,
.webAppStudioView .add-report-popup .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  background-image: url("../svg/firstStageIcons/icon_chkbox_off_26.png");
  border: 0;
  box-shadow: none;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.webAppStudioView .add-report-popup .SumoSelect.open .search-txt {
  background-image: url("../images/svg/web-app-searching-magnifying-glass.svg");
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-size: 15px;
  padding-left: 30px !important;
  padding-bottom: 0;
  border-radius: 0;
}
.webAppStudioView .add-report-popup .SumoSelect.open .SelectBox.search:after {
  left: inherit;
  right: 0;
}
.webAppStudioView .add-report-popup .SumoSelect .select-all.partial > span i,
.webAppStudioView .add-report-popup .SumoSelect .select-all.selected > span i,
.webAppStudioView .add-report-popup .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-image: url("../svg/firstStageIcons/select-on.svg");
  background-color: transparent;
}
@keyframes effect_dylan {
  50% {
    transform: scale(2, 2);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0, 0);
    opacity: 1;
  }
}
.webAppStudioView .add-report-popup .SumoSelect .select-all.partial > span i:before,
.webAppStudioView .add-report-popup .SumoSelect .select-all.selected > span i:before,
.webAppStudioView .add-report-popup .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: aliceblue;
  animation: effect_dylan 0.8s ease-out;
  border-radius: 50%;
  transform: scale(0, 0);
}
.webAppStudioView .add-report-popup .SumoSelect > .optWrapper > .options {
  max-height: none;
}
.webAppStudioView .add-report-popup .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: transparent;
}
.webAppStudioView .add-report-popup .SumoSelect.open .optWrapper {
  transform: scaleY(1);
}
.webAppStudioView .add-report-popup .SumoSelect.open > .optWrapper {
  top: 37px;
  border-radius: 0;
}
.webAppStudioView .add-report-popup .SumoSelect .optWrapper {
  box-shadow: none;
}
.webAppStudioView .add-report-popup .SumoSelect > .CaptionCont > span {
  cursor: pointer;
  padding-left: 5px;
}
.webAppStudioView .add-report-popup .SumoSelect.disabled > .CaptionCont > span {
  cursor: default;
}
.webAppStudioView .add-report-popup .SumoSelect.open > .CaptionCont,
.webAppStudioView .add-report-popup .SumoSelect:focus > .CaptionCont,
.webAppStudioView .add-report-popup .SumoSelect.open:hover > .CaptionCont {
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.webAppStudioView .add-report-popup .SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.webAppStudioView .add-report-popup .form-group,
.webAppStudioView .add-report-popup .SumoSelect {
  margin: 0;
}
.webAppStudioView .add-report-popup li label {
  font-family: proxima;
}
.webAppStudioView .add-report-popup .SumoSelect > .optWrapper > .options li label {
  margin: 0;
}
.webAppStudioView .add-report-popup .CaptionCont > span,
.webAppStudioView .add-report-popup .SumoSelect > .CaptionCont > span.placeholder {
  font-family: proximasemibold;
  color: #323232;
  font-style: normal;
}
.webAppStudioView .add-report-popup li.active.composite > .compositeDetails {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  bottom: 0;
  z-index: 999;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: slideRightReturn;
  display: block;
}
.webAppStudioView .add-report-popup li.active.composite > .compositeDetails ul li {
  padding: 15px;
  border-bottom: 1px solid #d7d7d7;
}
.webAppStudioView .add-report-popup li.active.composite > .compositeDetails .compositeButtons {
  background-color: #1b9ce2;
  color: #fff;
}
.webAppStudioView .add-report-popup li.active.composite > .compositeDetails .compositeButtons li {
  border: 0;
}
.webAppStudioView .add-report-popup .invoiceDetailslist {
  width: auto;
  margin: unset;
  height: 100%;
}
.webAppStudioView .add-report-popup .invoiceDetailslist .select2 .selection .select2-selection {
  display: none;
}
.webAppStudioView .add-report-popup .invoiceDetailslist .select2 .selection .select2-selection.select2-selection--multiple {
  display: block;
  width: 100%;
}
.webAppStudioView .add-report-popup .invoiceDetailslist .select2 .selection .select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
.webAppStudioView .add-report-popup .invoiceDetailslist .select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
  display: none;
}
.webAppStudioView .add-report-popup .invoiceDetailslist .select2 .selection .select2-selection.select2-selection--multiple .select2-search--inline {
  padding: 7px;
  background-color: #F2EEEE;
  float: none;
  border-radius: 0;
}
.webAppStudioView .add-report-popup .invoiceDetailslist .select2 .selection .select2-selection.select2-selection--multiple .select2-search--inline input {
  background-image: url(../images/svg/web-app-searching-magnifying-glass.svg);
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-size: 20px;
  background-color: #fff;
  padding-left: 30px !important;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown {
  width: 100%;
  position: relative;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .select2-container {
  max-width: none;
  display: block;
  width: 100%;
  top: -20px !important;
  height: 100%;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .select2-dropdown {
  width: 100% !important;
  position: relative;
  border: 0;
  height: 100%;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .select2-dropdown .loading-results {
  position: absolute;
  width: 30px;
  right: 10px;
  top: 10px;
  height: 30px;
  color: transparent;
  background-image: url("../images/svg/rolling-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  padding: unset;
  background-size: 23px;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .select2-dropdown .select2-results {
  height: 100%;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .select2-dropdown .select2-search {
  padding: 7px;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .select2-dropdown .select2-search .select2-search__field {
  border: 0;
  padding-left: 30px;
  background-image: url("../images/svg/web-app-searching-magnifying-glass.svg");
  background-repeat: no-repeat;
  background-position: center left 5px;
  background-size: 20px;
  caret-color: #1b9ce2;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .select2-dropdown .select2-search .select2-search__field:focus {
  border: none;
  outline: none;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: aliceblue;
  color: #323232;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .select2-container--default .select2-results > .select2-results__options {
  max-height: none;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .userImageParent {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .userImage {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  background-size: contain;
  cursor: pointer;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .userName {
  display: inline-block;
  font-family: proximasemibold;
  padding: unset;
  cursor: pointer;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown li label {
  margin: unset;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown li label.noPic {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  background-size: contain;
  cursor: pointer;
  text-align: center;
  padding-top: 10px;
  color: #fff;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .userDetails {
  display: inline-block;
  vertical-align: top;
  color: #323232;
  cursor: pointer;
  max-width: 300px;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .userDetails:hover {
  border-radius: unset;
  background: transparent;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .userDesignation {
  color: #767373;
  cursor: pointer;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .userTasks {
  float: right;
  margin-top: 10px;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .userTasks label {
  color: #767373;
  cursor: pointer;
}
.webAppStudioView .add-report-popup .invoiceDetailslist #selectToDropDown .userTasks label span {
  font-family: proximasemibold;
}
.webAppStudioView .add-report-popup .invoiceDetailslist.multiple .select2-container {
  top: 0;
  width: 100% !important;
  max-width: none;
}
.webAppStudioView .add-report-popup .invoiceDetailslist.multiple #selectToDropDown .select2-container {
  top: -6px !important;
}
.webAppStudioView .add-report-popup ul li input[type='number'] {
  -moz-appearance: textfield;
}
.webAppStudioView .add-report-popup ul li input::-webkit-outer-spin-button,
.webAppStudioView .add-report-popup ul li input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.webAppStudioView .add-report-popup ul li input {
  border: 0;
  padding-left: 0 !important;
  box-shadow: none !important;
}
.webAppStudioView .add-report-popup ul li textarea {
  border: 0;
  box-shadow: none;
  padding-left: 0 !important;
}
.webAppStudioView .report-list-part .leftLblPart {
  display: flex;
  justify-content: space-between;
  line-height: normal;
  padding-bottom: 5px;
}
.webAppStudioView .report-list-part .app-name {
  display: flex;
}
.webAppStudioView .report-list-part .searchDisplay {
  display: flex;
}
.webAppStudioView .report-list-part .searchDisplay .searchKey {
  color: #bcbcbc;
}
.webAppStudioView .report-list-part .searchDisplay .searchValue {
  margin-left: 5px;
}
.webAppStudioView .report-list-part .searchDisplay .searchValue mark {
  color: #000;
  font-family: proximabold;
  background-color: transparent;
}
.webAppStudioView .report-list-part .searchReports {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  top: 0;
  display: none;
}
.webAppStudioView .report-list-part .searchReports input {
  height: 56px;
  line-height: 56px;
  width: 100%;
}
.webAppStudioView .report-list-part .showReportSearch .searchReports {
  display: block;
}
.webAppStudioView .report-list-part .showSearchElement {
  position: absolute;
  right: 10px;
  top: 16px;
  width: 22px;
  height: 22px;
  background-image: url(../images/svg/searchBlack.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  cursor: pointer;
}
.webAppStudioView .report-list-part .close-searchReports {
  width: 20px;
  height: 20px;
  background-image: url(../images/svg/close-black.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  cursor: pointer;
  display: block;
  right: 5px;
  top: 20px;
  position: absolute;
}
.webAppStudioView .report-list-part .customer-contact .summaryDetails {
  max-width: 295px;
}
.webAppStudioView .report-list-part .customer-contact .leftLblPart {
  display: block;
}
.webAppStudioView .report-list-part .customer-contact .leftLblPart .leftBottom1Lbl {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.webAppStudioView .report-list-part .userPic {
  margin-right: 12px;
}
.webAppStudioView .summary-view > div {
  width: 100%;
  height: 100%;
  display: flex;
}
.webAppStudioView .summary-view > div .reportSummaryViewClass {
  height: 80%;
  display: flex;
  width: 80%;
  align-items: center;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: slideLeftReturn;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.webAppStudioView .summary-view > div .create-report-container {
  background-color: #fff;
  height: 80%;
  margin: auto;
  width: 440px;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: slideRight;
  position: absolute;
  left: 0;
  right: -100%;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.webAppStudioView .summary-view > div .data-report-container {
  background-color: #fff;
  height: 80%;
  margin: auto;
  width: 440px;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: slideRight;
  position: absolute;
  left: 0;
  right: -100%;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.webAppStudioView .summary-view > div .main-summary-view {
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  padding-top: 40px;
}
.webAppStudioView .summary-view.displayCreate .reportSummaryViewClass {
  animation-name: slideLeft;
  left: -100%;
}
.webAppStudioView .summary-view.displayCreate .create-report-container {
  animation-name: slideRightReturn;
  right: 0;
  opacity: 1;
}
.webAppStudioView .summary-view.displayForm .reportSummaryViewClass {
  animation-name: slideLeft;
  left: -100%;
}
.webAppStudioView .summary-view.displayForm .data-report-container {
  animation-name: slideRightReturn;
  left: -100%;
  opacity: 1;
}
.webAppStudioView .summary-view.displayData .reportSummaryViewClass {
  animation-name: slideLeft;
  left: -100%;
}
.webAppStudioView .summary-view.displayData .create-report-container {
  animation-name: slideRightReturn;
  left: -100%;
  opacity: 0;
}
.webAppStudioView .summary-view {
  background-color: #EFEFEF;
}
.webAppStudioView .summary-view .header {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 15px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #fafcfe;
  text-transform: uppercase;
}
.webAppStudioView .summary-view .header .back-arrow {
  background-image: url("../svg/arrow-right2.svg");
}
.webAppStudioView .main-summary-view li {
  position: relative;
}
.webAppStudioView .main-summary-view li:before {
  position: absolute;
  display: block;
  content: '';
  background-repeat: no-repeat;
  left: -27px;
  top: 5px;
  width: 15px;
  background-position: center;
  height: 15px;
  background-size: contain;
  background-color: #fff;
  z-index: 9;
}
.webAppStudioView .main-summary-view li.done:before {
  background-image: url("../svg/firstStageIcons/tick-circle.svg");
}
.webAppStudioView .main-summary-view li.open:before,
.webAppStudioView .main-summary-view li.waiting:before {
  background-image: url("../svg/firstStageIcons/due_date_color.svg");
}
.webAppStudioView .main-summary-view li.skipped::before {
  background-image: url("../svg/firstStageIcons/skipped.svg");
}
.webAppStudioView .main-summary-view li.reassigned::before {
  background-image: url("../svg/firstStageIcons/reassigned.svg");
  border: 1px solid #000;
  border-radius: 25px;
}
.webAppStudioView .main-summary-view li.closed:before {
  background-image: url("../svg/firstStageIcons/close2.svg");
}
.webAppStudioView .main-summary-view li.skipped:first-child .details:before,
.webAppStudioView .main-summary-view li.closed:first-child .details:before {
  position: absolute;
  display: block;
  content: '';
  background-image: url("../svg/firstStageIcons/tripend.svg");
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: auto;
  top: -40px;
  width: 35px;
  background-position: center;
  height: 35px;
  background-size: contain;
  background-color: #fff;
  z-index: 9;
}
.webAppStudioView .main-summary-view li.skipped:first-child .details:after,
.webAppStudioView .main-summary-view li.closed:first-child .details:after {
  position: absolute;
  display: inline-block;
  content: 'DONE!';
  left: 0;
  right: -50px;
  margin: auto;
  top: -30px;
  width: 0px;
  z-index: 9;
  color: #323232;
  font-style: italic;
  font-family: proximasemibold;
}
.webAppStudioView .main-summary-view li:after {
  position: absolute;
  display: block;
  content: '';
  left: -20px;
  top: 15px;
  bottom: 0px;
  width: 1px;
  background-color: #ccc;
  height: 100%;
}
.webAppStudioView .main-summary-view li:last-child .details:before {
  position: absolute;
  display: block;
  content: '';
  background-image: url("../svg/firstStageIcons/start.svg");
  background-repeat: no-repeat;
  left: -27px;
  bottom: -30px;
  width: 15px;
  background-position: center;
  height: 15px;
  background-size: contain;
  background-color: #fff;
  z-index: 9;
}
.webAppStudioView .main-summary-view li:last-child .details:after {
  position: absolute;
  display: block;
  content: 'START';
  left: 0;
  bottom: -28px;
  background-position: center;
  height: 15px;
  background-size: contain;
  background-color: #fff;
  z-index: 9;
  color: #323232;
  font-family: proximasemibold;
}
.webAppStudioView .add-details .app-monitor ul li.sum-display ul,
.webAppStudioView .add-details .app-monitor ul li.ticket-display ul,
.webAppStudioView .add-details .app-monitor ul .report-count ul {
  display: flex;
}
.webAppStudioView .add-details .app-monitor ul li.ticket-display li {
  font-size: 10px;
}
.webAppStudioView .add-details .report-count ul {
  display: flex;
}
.webAppStudioView .fullScreenPopup .add-report-popup {
  left: 670px !important;
  box-shadow: none;
  bottom: 0;
  top: 48px !important;
  border: 1px solid #ccc;
}
.webAppStudioView .create-report-container .add-report-popup {
  height: 100%;
}
.add-report-popup .cov-datepicker {
  display: block !important;
  color: #323232 !important;
  font-size: 14px !important;
  font-family: proximasemibold;
}
.add-report-popup input.cov-datepicker::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #323232;
  font-family: proximasemibold;
}
.add-report-popup input.cov-datepicker::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #323232;
  font-family: proximasemibold;
}
.add-report-popup input.cov-datepicker:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #323232;
  font-family: proximasemibold;
}
.add-report-popup input.cov-datepicker:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #323232;
  font-family: proximasemibold;
}
.stage-popup-body li {
  position: relative;
}
.stage-popup-body .text,
.stage-popup-body .number {
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */
}
.stage-popup-body .text input:focus,
.stage-popup-body .number input:focus,
.stage-popup-body .text textarea:focus,
.stage-popup-body .number textarea:focus {
  outline: none;
  margin-top: 15px;
}
.stage-popup-body .text input::-webkit-input-placeholder,
.stage-popup-body .number input::-webkit-input-placeholder,
.stage-popup-body .text textarea::-webkit-input-placeholder,
.stage-popup-body .number textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
.stage-popup-body .text input::-moz-placeholder,
.stage-popup-body .number input::-moz-placeholder,
.stage-popup-body .text textarea::-moz-placeholder,
.stage-popup-body .number textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.stage-popup-body .text input:-ms-input-placeholder,
.stage-popup-body .number input:-ms-input-placeholder,
.stage-popup-body .text textarea:-ms-input-placeholder,
.stage-popup-body .number textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}
.stage-popup-body .text input:-moz-placeholder,
.stage-popup-body .number input:-moz-placeholder,
.stage-popup-body .text textarea:-moz-placeholder,
.stage-popup-body .number textarea:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.stage-popup-body .text label,
.stage-popup-body .number label {
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.stage-popup-body .text input:focus ~ label,
.stage-popup-body .number input:focus ~ label {
  top: 5px;
  font-size: 12px;
  color: #5264AE;
}
.stage-popup-body .text input:valid ~ label,
.stage-popup-body .number input:valid ~ label {
  top: 5px;
  font-size: 12px;
  color: #000000;
}
.stage-popup-body .text input:valid,
.stage-popup-body .number input:valid,
.stage-popup-body .text textarea:valid,
.stage-popup-body .number textarea:valid {
  margin-top: 15px;
}
.stage-popup-body .text textarea:focus ~ label,
.stage-popup-body .number textarea:focus ~ label {
  top: 15px;
  font-size: 12px;
  color: #5264AE;
}
.stage-popup-body .text textarea:valid ~ label,
.stage-popup-body .number textarea:valid ~ label {
  top: 15px;
  font-size: 12px;
  color: #000000;
}
.stage-popup-body .text .bar,
.stage-popup-body .number .bar {
  position: relative;
  display: block;
  width: 100%;
}
.stage-popup-body .text .bar:before,
.stage-popup-body .number .bar:before,
.stage-popup-body .text .bar:after,
.stage-popup-body .number .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.stage-popup-body .text .bar:before,
.stage-popup-body .number .bar:before {
  left: 50%;
}
.stage-popup-body .text .bar:after,
.stage-popup-body .number .bar:after {
  right: 50%;
}
.stage-popup-body .text input:focus ~ .bar:before,
.stage-popup-body .number input:focus ~ .bar:before,
.stage-popup-body .text input:focus ~ .bar:after,
.stage-popup-body .number input:focus ~ .bar:after {
  width: 50%;
}
.stage-popup-body .text textarea:focus ~ .bar:before,
.stage-popup-body .number textarea:focus ~ .bar:before,
.stage-popup-body .text textarea:focus ~ .bar:after,
.stage-popup-body .number textarea:focus ~ .bar:after {
  width: 50%;
}
.stage-popup-body .text .highlight,
.stage-popup-body .number .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
  display: none;
}
.stage-popup-body .text input:focus ~ .highlight,
.stage-popup-body .number input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
.stage-popup-body .text textarea:focus ~ .highlight,
.stage-popup-body .number textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.add-report-popup .popup-header .report-tick-mark {
  float: right;
  background-image: url("../svg/firstStageIcons/tick_white.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  color: transparent;
  width: 30px;
  height: 100%;
  display: inline-block;
  background-position: center;
  cursor: pointer;
}
.add-report-popup .popup-header .report-back-arrow {
  margin-right: 20px;
  background-image: url("../svg/arrow-left2.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  color: transparent;
  width: 30px;
  height: 100%;
  display: inline-block;
  background-position: center;
  cursor: pointer;
}
.errorRequired {
  display: none;
}
.invalid .errorRequired {
  display: inline-block;
  color: red;
  font-size: 10px;
}
.stage-popup-body .userImageParent label.noPic {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  background-size: contain;
  cursor: pointer;
  text-align: center;
  padding-top: 10px;
  color: #fff;
}
.add-report-popup .select2-container--default .select2-results__option[aria-selected=true] {
  display: block;
}
.webAppStudioView .actionsDisplay li:before {
  display: none;
}
.webAppStudioView .actionsDisplay li:after {
  display: none;
}
.webAppStudioView .actionListView.displayCard {
  margin-top: 10px;
  box-shadow: none;
  overflow: scroll;
}
.webAppStudioView .actionListView.displayCard li {
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
}
.webAppStudioView .actionListView.displayCard li .details {
  padding-bottom: 0;
  border: 0;
}
.webAppStudioView .actionListView.displayCard li .details .userPic {
  margin-top: 10px;
}
.webAppStudioView .formView {
  padding: 0;
  height: 100%;
  overflow-y: scroll;
}
.webAppStudioView .formView li {
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.webAppStudioView .formView li .subHeader {
  background-color: #f1f1f1;
  color: #808486;
  padding: 5px;
  margin: 0 -10px;
  margin-bottom: 5px;
}
.webAppStudioView .formView li.noData {
  display: none;
}
.webAppStudioView .add-report-popup.auto-assign-to-group .assignRegion {
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.webAppStudioView .add-report-popup.auto-assign-to-group .cov-datepicker {
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 12px !important;
}
.webAppStudioView .add-report-popup.auto-assign-to-group .userImageParent {
  cursor: default !important;
  vertical-align: middle !important;
}
.webAppStudioView .add-report-popup.auto-assign-to-group .userDetails {
  cursor: default !important;
  vertical-align: middle !important;
}
.webAppStudioView .add-report-popup.auto-assign-to-group .autoAssignToGroup {
  font-family: proximasemibold;
}
.webAppStudioView .add-report-popup.auto-assign-to-group .userImage {
  background-size: 25px !important;
  background-repeat: no-repeat;
  background-position: center;
}
.webAppStudioView .add-report-popup.auto-assign-to-group li {
  border: 0;
}
.parallelParent {
  height: 100%;
}
.multiSelectCheckBox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.multiSelectCheckBox i {
  background-image: url(../svg/firstStageIcons/icon_chkbox_off_26.png);
  border: 0;
  box-shadow: none;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}
.add-report-popup .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
}
.add-report-popup .select2-container--default .select2-results__option[aria-selected=true] .multiSelectCheckBox i {
  background-image: url(../svg/firstStageIcons/select-on.svg);
  background-color: transparent;
}
.webAppStudioView .add-report-popup li.special-composite {
  background-color: #1e88e5;
  color: #fff;
}
.webAppStudioView .add-report-popup li.special-composite ul {
  position: relative;
  display: flex;
  flex-direction: column;
}
.webAppStudioView .add-report-popup li.special-composite ul li.media {
  left: 0;
  top: 0;
  bottom: 0;
  height: 70px;
  width: 70px !important;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
}
.webAppStudioView .add-report-popup li.special-composite ul li.media .form-group {
  margin-top: auto;
  margin-bottom: auto;
}
.webAppStudioView .add-report-popup li.special-composite ul li .form-group input {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: unset;
  color: #fff;
  font-family: proxima;
  margin-top: unset !important;
}
.webAppStudioView .add-report-popup li.special-composite ul li .form-group input:focus,
.webAppStudioView .add-report-popup li.special-composite ul li .form-group textarea:focus {
  outline: none !important;
  margin: unset;
}
.webAppStudioView .add-report-popup li.special-composite ul li .form-group input::-webkit-input-placeholder,
.webAppStudioView .add-report-popup li.special-composite ul li .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5) !important;
}
.webAppStudioView .add-report-popup li.special-composite ul li .form-group input::-moz-placeholder,
.webAppStudioView .add-report-popup li.special-composite ul li .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5) !important;
}
.webAppStudioView .add-report-popup li.special-composite ul li .form-group input:-ms-input-placeholder,
.webAppStudioView .add-report-popup li.special-composite ul li .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5) !important;
}
.webAppStudioView .add-report-popup li.special-composite ul li .form-group input:-moz-placeholder,
.webAppStudioView .add-report-popup li.special-composite ul li .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5) !important;
}
.webAppStudioView .add-report-popup li.special-composite ul li .form-group label {
  display: none;
}
.webAppStudioView .add-report-popup li.special-composite ul li .form-group .bar {
  display: none;
}
.webAppStudioView .add-report-popup li.special-composite ul li.media label {
  display: block !important;
  cursor: pointer;
}
.webAppStudioView .add-report-popup li.special-composite ul li:nth-child(n+2) {
  width: 320px;
  align-self: flex-end;
}
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li .form-group {
  margin-bottom: 5px;
}
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li .form-group input {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: unset;
  color: #323232;
  font-family: proxima;
  margin: unset;
}
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li .form-group input:focus,
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li .form-group textarea:focus {
  outline: none !important;
  margin: unset;
}
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li .form-group input::-webkit-input-placeholder,
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(50, 50, 50, 0.5) !important;
}
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li .form-group input::-moz-placeholder,
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(50, 50, 50, 0.5) !important;
}
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li .form-group input:-ms-input-placeholder,
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(50, 50, 50, 0.5) !important;
}
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li .form-group input:-moz-placeholder,
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(50, 50, 50, 0.5) !important;
}
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li .form-group label {
  display: none;
}
.webAppStudioView .desktop-app-studio .AddRemoveRule.removeField {
  margin-top: 0;
  align-self: center;
  position: static;
  padding-top: 0;
  height: auto;
}
.webAppStudioView .desktop-app-studio .AddRemoveRule label {
  position: static !important;
}
.webAppStudioView .customersApp .formView li.customers,
.webAppStudioView .contactsApp .formView li.customers,
.webAppStudioView .customersApp .formView li.contacts,
.webAppStudioView .contactsApp .formView li.contacts {
  background-color: #fafcfe;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.webAppStudioView .customersApp .formView li.customers .display-contact,
.webAppStudioView .contactsApp .formView li.customers .display-contact,
.webAppStudioView .customersApp .formView li.contacts .display-contact,
.webAppStudioView .contactsApp .formView li.contacts .display-contact {
  text-align: center;
}
.webAppStudioView .customersApp .formView li.customers .display-contact .logo,
.webAppStudioView .contactsApp .formView li.customers .display-contact .logo,
.webAppStudioView .customersApp .formView li.contacts .display-contact .logo,
.webAppStudioView .contactsApp .formView li.contacts .display-contact .logo {
  margin-bottom: 15px;
}
.webAppStudioView .customersApp .formView li.customers .display-contact .pic.iconPart,
.webAppStudioView .contactsApp .formView li.customers .display-contact .pic.iconPart,
.webAppStudioView .customersApp .formView li.contacts .display-contact .pic.iconPart,
.webAppStudioView .contactsApp .formView li.contacts .display-contact .pic.iconPart,
.webAppStudioView .customersApp .formView li.customers .display-contact .textImage,
.webAppStudioView .contactsApp .formView li.customers .display-contact .textImage,
.webAppStudioView .customersApp .formView li.contacts .display-contact .textImage,
.webAppStudioView .contactsApp .formView li.contacts .display-contact .textImage {
  width: 75px;
  height: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: auto;
}
.webAppStudioView .customersApp .formView li.customers .display-contact .summaryItems .field_value,
.webAppStudioView .contactsApp .formView li.customers .display-contact .summaryItems .field_value,
.webAppStudioView .customersApp .formView li.contacts .display-contact .summaryItems .field_value,
.webAppStudioView .contactsApp .formView li.contacts .display-contact .summaryItems .field_value {
  font-family: proxima;
  font-size: 14px;
}
.webAppStudioView .customersApp .formView li.customers .textImage,
.webAppStudioView .contactsApp .formView li.customers .textImage,
.webAppStudioView .customersApp .formView li.contacts .textImage,
.webAppStudioView .contactsApp .formView li.contacts .textImage {
  background-color: #8171af;
  line-height: 75px;
  font-size: 20px;
  color: #fff;
}
.webAppStudioView .customersApp .formView li.contacts,
.webAppStudioView .contactsApp .formView li.contacts {
  text-align: center;
}
.webAppStudioView .customersApp .formView li.contacts .summaryItems,
.webAppStudioView .contactsApp .formView li.contacts .summaryItems {
  display: none;
}
.webAppStudioView .customersApp .formView li.contacts .subHeader,
.webAppStudioView .contactsApp .formView li.contacts .subHeader {
  display: none;
}
.webAppStudioView .customersApp .formView li.contacts .field_name,
.webAppStudioView .contactsApp .formView li.contacts .field_name {
  display: none;
}
.webAppStudioView .customersApp .formView li.contacts .field_value.Profile,
.webAppStudioView .contactsApp .formView li.contacts .field_value.Profile {
  display: none;
}
.webAppStudioView .customersApp .formView li.contacts .field_value.Designations,
.webAppStudioView .contactsApp .formView li.contacts .field_value.Designations {
  display: block;
}
.webAppStudioView .customersApp .formView li.contacts .field_value,
.webAppStudioView .contactsApp .formView li.contacts .field_value {
  display: inline-block;
}
.webAppStudioView .contactsApp .formView li.company {
  margin-top: -7px;
}
.userPic .textImage {
  width: 42px;
  height: 42px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 42px;
  background-color: #8171af;
  color: #fff;
}
.webAppStudioView .formView .repeating-part .field_value {
  padding: 15px 0;
  border-bottom: 1px solid #d7d7d7;
}
.webAppStudioView .formView .repeating-part .field_value.phone a,
.webAppStudioView .formView .repeating-part .field_value.email a {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.webAppStudioView .formView .repeating-part .field_value.phone .messageIcon,
.webAppStudioView .formView .repeating-part .field_value.email .messageIcon {
  background-image: url("../images/svg/message.svg");
}
.webAppStudioView .formView .repeating-part .field_value.phone .phoneIcon,
.webAppStudioView .formView .repeating-part .field_value.email .phoneIcon {
  background-image: url("../images/svg/phone.svg");
}
.webAppStudioView .formView .repeating-part .field_value.phone .emailIcon,
.webAppStudioView .formView .repeating-part .field_value.email .emailIcon {
  background-image: url("../images/svg/email.svg");
}
.webAppStudioView .formView .repeating-part div.field_value:last-child {
  border: 0;
}
.webAppStudioView .add-report-popup li.location ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.webAppStudioView .add-report-popup li.location li {
  width: 100%;
}
.webAppStudioView .add-report-popup li.location .loacationPin {
  background-image: url("../svg/mapLocation.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li input {
  border-bottom: 1px solid #d7d7d7 !important;
}
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li li .input {
  border: 0 !important;
}
.webAppStudioView .desktop-app-studio .repetitiveFieldsRegion ul.list li:last-child .input {
  border: 0 !important;
}
.webAppStudioView .desktop-app-studio .animationList.repetitiveFieldsRegion ul.list li:last-child {
  border: 0;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: slideDownReturn;
}
.webAppStudioView .summary-view.displayForm .reportSummaryViewClass.customersApp {
  animation: none !important;
  display: none !important;
}
.webAppStudioView .summary-view.displayForm .reportSummaryViewClass.contactsApp {
  animation: none !important;
  display: none !important;
}
.loading.search-loader {
  background-color: transparent !important;
}
.load-more-loader.loading {
  background-color: transparent !important;
}
.webAppStudioView .report-list .element-report_selection li .letTopLbl {
  width: 210px;
  line-height: normal;
}
.webAppStudioView .report-list .element-report_selection li .letTopLbl span {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}
.webAppStudioView .desktop-app-studio.fullScreenPopup {
  position: static;
}
.webAppStudioView .fullScreenPopup.secondary-popup-view > div {
  z-index: 9999;
}
.reportFilter {
  background-color: #fff;
}
.reportFilter li {
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
}
.reportFilter li label {
  font-family: robotomedium;
}
.reportFilter li li {
  padding: 5px;
  border: 0;
  display: inline-block;
  background-color: #f7f7f8;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.reportFilter li li.active {
  background-color: #1e88e5;
  color: #fff;
}
.reportFilter li .dataValuePresent li {
  margin-top: 0;
  background-color: #1e88e5;
  color: #fff;
}
.reportFilter li.typeUser li {
  background-color: transparent;
  position: relative;
}
.reportFilter li.typeUser li span {
  display: block;
  width: 45px;
  background-size: cover;
  border-radius: 50%;
  height: 45px;
  background-repeat: no-repeat;
}
.reportFilter li.typeUser li .removeItem {
  position: absolute;
  background-color: #b0bec5;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 0;
  top: 2px;
}
.reportFilter li.typeUser li .removeItem:after {
  content: "\e00f";
  font-size: 11px;
  color: #fff;
  font-family: eiris-fonts;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.webAppStudioView .formView .appTypeDropDown ul {
  border: 1px solid #d7d7d7;
}
.webAppStudioView .formView .appTypeDropDown ul li {
  border: 0;
  margin-bottom: 0;
}
.webAppStudioView .add-report-popup li .formView li {
  padding: 10px;
}
.clear-selection {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: right;
  background-image: url("../images/svg/close-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
}
.nextStage {
  background-image: url("../svg/blue-arrow.svg");
  height: 20px;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: transparent;
  min-width: unset;
  background-size: 30px;
  padding-right: 25px;
  color: #4782ff;
  line-height: normal;
}
.bt.nextStage:hover {
  background-color: transparent;
  box-shadow: none;
}
.reportFilter {
  background-color: #fff;
}
.reportFilter li {
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
  cursor: pointer;
}
.reportFilter li label {
  font-family: robotomedium;
}
.reportFilter li li {
  padding: 5px;
  border: 0;
  display: inline-block;
  background-color: #f7f7f8;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.reportFilter li li.active {
  background-color: #1e88e5;
  color: #fff;
}
.reportFilter li .dataValuePresent li {
  margin-top: 0;
  background-color: #1e88e5;
  color: #fff;
}
.reportFilter li.typeUser li {
  background-color: transparent;
  position: relative;
}
.reportFilter li.typeUser li span {
  display: block;
  width: 45px;
  background-size: cover;
  border-radius: 50%;
  height: 45px;
  background-repeat: no-repeat;
}
.reportFilter li.typeUser li .removeItem {
  position: absolute;
  background-color: #b0bec5;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 0;
  top: 2px;
}
.reportFilter li.typeUser li .removeItem:after {
  content: "\e00f";
  font-size: 11px;
  color: #fff;
  font-family: eiris-fonts;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.webAppStudioView .add-report-popup li.repeating fieldset {
  margin-bottom: 15px;
}
.webAppStudioView .add-report-popup li.repeating #repeatingFieldParent.repeating {
  margin: -15px;
  padding: 15px;
  cursor: pointer;
  position: relative;
}
.webAppStudioView .add-report-popup li.repeating #repeatingFieldParent.repeating:before {
  width: 23px;
  height: 23px;
  background-color: #039be5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-image: url('../images/svg/add.png');
  display: block;
  position: absolute;
  right: 15px;
  bottom: 0px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
  content: '';
  background-size: 11px;
}
.webAppStudioView .add-report-popup li.repeating .repeatingMonitorPart {
  display: flex;
  background-color: #e0e4e9;
  padding: 5px 10px;
  border-radius: 4px;
}
.webAppStudioView .add-report-popup li.repeating .repeatingMonitorPart li {
  width: 50%;
  display: flex;
  flex-shrink: 0;
}
.webAppStudioView .add-report-popup li.repeating .repeatingMonitorPart li .monitor-header {
  color: #898989;
  flex-shrink: 0;
}
.webAppStudioView .add-report-popup li.repeating .repeatingMonitorPart li .monitor-value {
  white-space: pre-line;
  word-break: break-all;
  margin-left: 5px;
}
.webAppStudioView .add-report-popup li.repeating .grid .repeatingMonitorPart {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.webAppStudioView .add-report-popup li.repeating .repeatingFieldSummary.list .summaryField {
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  margin: 15px;
  margin-top: 0;
}
.webAppStudioView .add-report-popup li.repeating .repeatingFieldSummary.list .fieldItems {
  margin-right: 10px;
  line-height: normal;
  margin-bottom: 5px;
}
.webAppStudioView .add-report-popup li.repeating .repeatingFieldSummary.list .monitor-header {
  color: #707070;
}
.webAppStudioView .add-report-popup li.repeating .repeatingFieldSummary.list .monitor-value {
  margin-left: 5px;
  font-family: proximasemibold;
  word-break: break-all;
}
.webAppStudioView .add-report-popup li.repeating .repeatingFieldSummary.grid {
  margin-top: 0;
  border: 1px solid #ffffff;
  border-top: 0;
}
.webAppStudioView .add-report-popup li.repeating .repeatingFieldSummary.grid .summary-field-item {
  display: flex;
}
.webAppStudioView .add-report-popup li.repeating .repeatingFieldSummary.grid .summaryField {
  display: flex;
  background-color: #f8f8f8;
  cursor: pointer;
  padding: 0 10px;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.webAppStudioView .add-report-popup li.repeating .repeatingFieldSummary.grid .summaryField .fieldItems {
  display: flex;
  flex-direction: column;
  width: calc(100%);
  margin-right: 10px;
}
.webAppStudioView .add-report-popup li.repeating .repeatingFieldSummary.grid .summaryField .monitor-header {
  color: #707070;
  display: none;
}
.webAppStudioView .add-report-popup li.repeating .repeatingFieldSummary.grid .summaryField .monitor-value {
  font-family: proximasemibold;
  word-break: break-all;
}
.webAppStudioView .add-report-popup li.repeating .repeatingFieldSummary.grid li.summaryField:first-child {
  margin-top: 15px !important;
}
.webAppStudioView .add-report-popup li.repeating .repeatingFieldSummary.grid li.summaryField:last-child {
  margin-bottom: 15px !important;
}
.webAppStudioView .add-report-popup li.repeating .repeatingFieldSummary.grid .summaryField:nth-child(1) .monitor-header {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.webAppStudioView .add-report-popup li.active.repeating > .repeatingDetails {
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-name: slideRightReturn;
}
.webAppStudioView .summary-view > div .create-report-container {
  overflow: hidden;
}
.webAppStudioView .formView li.customers .dropDownSummaryFieldsRegion .formView,
.webAppStudioView .formView li.contacts .dropDownSummaryFieldsRegion .formView {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.webAppStudioView .formView li.customers .dropDownSummaryFieldsRegion .formView li:nth-child(n+4),
.webAppStudioView .formView li.contacts .dropDownSummaryFieldsRegion .formView li:nth-child(n+4) {
  display: none;
}
.webAppStudioView .formView li.customers .dropDownSummaryFieldsRegion .formView li:nth-child(2),
.webAppStudioView .formView li.contacts .dropDownSummaryFieldsRegion .formView li:nth-child(2) {
  display: inline-block;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.webAppStudioView .formView li.customers .dropDownSummaryFieldsRegion .formView li:nth-child(3),
.webAppStudioView .formView li.contacts .dropDownSummaryFieldsRegion .formView li:nth-child(3) {
  display: inline-block;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.webAppStudioView .formView li.customers .dropDownSummaryFieldsRegion .formView li .field_name,
.webAppStudioView .formView li.contacts .dropDownSummaryFieldsRegion .formView li .field_name,
.webAppStudioView .formView li.customers .dropDownSummaryFieldsRegion .formView li .field_value,
.webAppStudioView .formView li.contacts .dropDownSummaryFieldsRegion .formView li .field_value {
  overflow: hidden;
  text-overflow: ellipsis;
}
.webAppStudioView .formView li.customers .showCompanyIcontext,
.webAppStudioView .formView li.contacts .showCompanyIcontext {
  position: relative;
  padding-left: 60px;
}
.webAppStudioView .formView li.customers .showCompanyIcontext::before,
.webAppStudioView .formView li.contacts .showCompanyIcontext::before {
  content: attr(name);
  display: inline-block;
  border-radius: 50%;
  font-family: proximasemibold;
  background-color: #20bec6;
  color: #ffffff;
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}
.webAppStudioView .formView li.dd .dropDownSummaryFieldsRegion li,
.webAppStudioView .formView li.multiSelect .dropDownSummaryFieldsRegion li {
  margin-bottom: 0;
}
.webAppStudioView .formView li.dd .dropDownSummaryFieldsRegion .formView,
.webAppStudioView .formView li.multiSelect .dropDownSummaryFieldsRegion .formView {
  border: 1px solid #d8d8d8;
}
.webAppStudioView .formView .composite .summaryField {
  display: flex;
}
.webAppStudioView .formView .composite .summaryField .fieldItems {
  width: 50%;
}
.webAppStudioView .formView .composite .summaryField .fieldItems .monitor-value {
  font-family: proximasemibold;
}
.webAppStudioView .formView .repeating .summaryField .fieldItems .monitor-value {
  font-family: proximasemibold;
}
.webAppStudioView .formView .repeating .summaryField .fieldItems:nth-child(1) {
  width: 100%;
}
.webAppStudioView .formView .repeating .summaryField .fieldItems:nth-child(2) {
  width: 50%;
  display: inline-block;
}
.webAppStudioView .formView .repeating .summaryField .fieldItems:nth-child(3) {
  width: 50%;
  float: right;
}
.webAppStudioView .formView .repeating.grid {
  margin-top: 0;
  border: 1px solid #e0e4e9;
  border-top: 0;
}
.webAppStudioView .formView .repeating.grid .summary-field-item {
  display: flex;
}
.webAppStudioView .formView .repeating.grid .summaryField {
  display: flex;
  background-color: #f8f8f8;
  cursor: pointer;
  padding: 0 10px;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.webAppStudioView .formView .repeating.grid .summaryField .fieldItems {
  display: flex;
  flex-direction: column;
  width: calc(100%);
  margin-right: 10px;
}
.webAppStudioView .formView .repeating.grid .summaryField .monitor-header {
  color: #707070;
  display: none;
}
.webAppStudioView .formView .repeating.grid .summaryField .monitor-value {
  font-family: proximasemibold;
  word-break: break-all;
}
.webAppStudioView .formView .repeating.grid li.summaryField:first-child {
  margin-top: 15px !important;
}
.webAppStudioView .formView .repeating.grid li.summaryField:last-child {
  margin-bottom: 15px !important;
}
.webAppStudioView .formView .repeating.grid .summaryField:nth-child(1) .monitor-header {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.webAppStudioView .formView .repeating.grid .summaryField .fieldItems {
  display: flex;
  flex-direction: column;
}
.webAppStudioView .formView .repeating.grid .summaryField .fieldItems .monitor-header {
  display: none;
}
.webAppStudioView .formView .repeating.grid li.summaryField:nth-child(1) .fieldItems .monitor-header {
  display: inline-block;
}
.multi-account-switch {
  width: 550px;
  height: 570px;
  border-radius: 10px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.multi-account-switch .multi-account-switch-header {
  padding: 30px 50px;
  flex-shrink: 0;
}
.multi-account-switch .multi-account-switch-header .switch-header {
  font-size: 20px;
  color: #010101;
  font-family: proximabold;
  line-height: 1.7;
}
.multi-account-switch .multi-account-switch-header .content {
  font-size: 15px;
  color: #4a4a4a;
  line-height: 1.5;
}
.multi-account-switch .account-list {
  padding: 0 50px;
  height: 100%;
  overflow: scroll;
  padding-top: 10px;
}
.multi-account-switch .account-list li {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  font-size: 20px;
  padding: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 16px;
  border-radius: 5px;
}
.multi-account-switch .account-list li .com-log {
  width: 46px;
  height: 46px;
  background-color: #f4f4f4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  margin-right: 15px;
  color: #fff;
  font-size: 16px;
}
.multi-account-switch .account-list li .lds-default {
  margin-left: auto;
  width: 56px;
  height: 56px;
}
.multi-account-switch .account-list li .line-switch {
  margin-left: auto;
  height: 46px;
  margin-top: -15px;
}
.multi-account-switch .account-list li.active {
  pointer-events: none;
}
.multi-account-switch .account-list li .select-icon {
  width: 20px;
  height: 20px;
  border: 2px solid #9b9b9b;
  border-radius: 50%;
  margin-right: 20px;
  flex-shrink: 0;
}
.multi-account-switch .account-list li.active,
.multi-account-switch .account-list li.selected {
  pointer-events: none;
}
.multi-account-switch .account-list li.active .select-icon,
.multi-account-switch .account-list li.selected .select-icon {
  border-color: #327eff !important;
  background-color: #327eff;
  background-image: url("../../images/tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}
.multi-account-switch.switching li {
  filter: blur(2px);
  pointer-events: none;
}
.multi-account-switch.switching li.active {
  filter: none;
}
.summary-field-item {
  width: 100%;
}
.webAppStudioView .app-list-region::-webkit-scrollbar-thumb,
.webAppStudioView .element-report_selection::-webkit-scrollbar-thumb,
.webAppStudioView .main-summary-view::-webkit-scrollbar-thumb,
.webAppStudioView .stage-popup-body::-webkit-scrollbar-thumb,
.webAppStudioView .formView::-webkit-scrollbar-thumb,
.webAppStudioView .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #727272;
}
.webAppStudioView .app-list-region::-webkit-scrollbar-track,
.webAppStudioView .element-report_selection::-webkit-scrollbar-track,
.webAppStudioView .main-summary-view::-webkit-scrollbar-track,
.webAppStudioView .stage-popup-body::-webkit-scrollbar-track,
.webAppStudioView .formView::-webkit-scrollbar-track,
.webAppStudioView .select2-results > .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.webAppStudioView .app-list-region::-webkit-scrollbar,
.webAppStudioView .element-report_selection::-webkit-scrollbar,
.webAppStudioView .main-summary-view::-webkit-scrollbar,
.webAppStudioView .stage-popup-body::-webkit-scrollbar,
.webAppStudioView .formView::-webkit-scrollbar,
.webAppStudioView .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
  height: 5px;
}
.webAppStudioView .create-report-container .mediaRegion > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.webAppStudioView .create-report-container .mediaRegion > div .mediaType {
  order: 2;
}
.webAppStudioView .create-report-container .mediaRegion > div .mediaType .mediaTypeOptions {
  display: flex;
  justify-content: space-evenly;
}
.webAppStudioView .create-report-container .mediaRegion > div .mediaType .mediaTypeOptions li {
  width: 100% !important;
  margin: unset !important;
  border: 0 !important;
  border-top: 1px solid #d7d7d7 !important;
  background-position: center top 8px;
  background-repeat: no-repeat;
  height: 55px;
}
.webAppStudioView .create-report-container .mediaRegion > div .mediaType .mediaTypeOptions li label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  line-height: 75px;
  text-align: center;
}
.webAppStudioView .create-report-container .mediaRegion > div .mediaType .mediaTypeOptions li.media-gallery {
  background-image: url("../images/svg/gallery.svg");
}
.webAppStudioView .create-report-container .mediaRegion > div .mediaType .mediaTypeOptions li.media-file {
  border-left: 1px solid #d7d7d7 !important;
  background-image: url("../images/svg/file.svg");
}
.webAppStudioView .create-report-container .mediaRegion > div .selectedMediaDetailsRegion {
  height: 100%;
  overflow: scroll;
}
.webAppStudioView .create-report-container .mediaRegion > div .selectedMediaDetailsRegion > div {
  height: 100%;
}
.webAppStudioView .create-report-container .mediaRegion > div .empty-view {
  height: 100%;
}
.webAppStudioView .create-report-container .mediaRegion > div .empty-view ul {
  position: relative;
  height: 100%;
}
.webAppStudioView .create-report-container .mediaRegion > div .empty-view ul:before {
  content: "";
  display: block;
  background-image: url("../images/no-items-added-yet@2x.jpg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: 80%;
  height: 80%;
}
.webAppStudioView .create-report-container .mediaRegion > div .empty-view ul:after {
  content: 'No items added yet \a To add, click on media icon below';
  display: block;
  position: absolute;
  white-space: pre;
  font-size: 15px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  top: 80%;
  margin: auto;
  height: 100px;
}
.webAppStudioView .create-report-container .add-report-popup li.composite {
  padding: 0 !important;
}
.webAppStudioView .create-report-container .add-report-popup li.composite div.composite {
  padding: 15px;
  cursor: pointer;
  background-color: #EFFBFC;
  background-image: url(../images/workflow-images/svg/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.webAppStudioView .create-report-container .add-report-popup li.composite .summaryField {
  padding: 15px !important;
}
.webAppStudioView .create-report-container .add-report-popup li.composite .summary-field-item {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 5px;
  display: flex;
}
.webAppStudioView .create-report-container .add-report-popup li.composite .summary-field-item .monitor-value {
  font-family: proximasemibold;
}
.webAppStudioView .create-report-container .add-report-popup li.composite .summary-field-item .fieldItems {
  width: 50%;
}
.webAppStudioView .create-report-container .add-report-popup li.media {
  padding: 0 !important;
}
.webAppStudioView .create-report-container .add-report-popup li.media div.mediaParent {
  padding: 15px;
  cursor: pointer;
}
.webAppStudioView .create-report-container .add-report-popup li.media div.mediaParent fieldset {
  margin: 0 !important;
}
.webAppStudioView .create-report-container .add-report-popup li.media div.mediaParent:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  right: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.webAppStudioView .create-report-container .add-report-popup li.media div.mediaParent:before {
  content: '';
  background-image: url("../images/svg/paperclip.svg");
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.webAppStudioView .create-report-container .add-report-popup li.repeating {
  padding: 0 !important;
}
.webAppStudioView .create-report-container .add-report-popup li.repeating fieldset {
  margin: 0 !important;
}
.webAppStudioView .create-report-container .add-report-popup li.repeating div.repeating {
  padding: 15px !important;
  margin: unset !important;
  font-family: proximasemibold;
}
.webAppStudioView .create-report-container .add-report-popup li.repeating .summaryParent li.summaryField {
  margin: 15px;
  margin-bottom: 15px;
}
.webAppStudioView .create-report-container .add-report-popup li.repeating .summaryParent .summaryFieldItem {
  width: calc(100% + 20px);
  margin: -10px;
  padding: 10px;
  cursor: pointer;
}
.webAppStudioView .create-report-container .add-report-popup li.repeating.grid .summaryField .fieldItems {
  display: flex;
  flex-direction: column;
}
.webAppStudioView .create-report-container .add-report-popup li.repeating.grid .summaryField .fieldItems .monitor-header {
  display: none;
}
.webAppStudioView .create-report-container .add-report-popup li.repeating.grid li.summaryField:nth-child(1) .fieldItems .monitor-header {
  display: inline-block;
}
.webAppStudioView .create-report-container .add-report-popup li::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.webAppStudioView .create-report-container .add-report-popup li::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
  height: 5px;
}
.webAppStudioView .report-trail-data-display .summary-field-item {
  display: flex;
}
.webAppStudioView .add-report-popup .commentConfiguration li {
  padding-bottom: 0;
}
.webAppStudioView .add-report-popup .commentConfiguration li textarea.form-control {
  margin-top: 0;
  border: 1px solid #dcdcdc;
  padding: 5px !important;
}
.display-tags {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  padding-left: 30px;
  background-image: url("../images/svg/tag-grey.svg");
  background-repeat: no-repeat;
  background-position: center left 5px;
}
.display-tags .action-tag {
  font-size: 12px;
  padding: 2px 10px;
  border: 1px solid #dcdcdc;
  border-radius: 13px;
  color: #707070;
}
