.overflow-elements {
  overflow: scroll;
}

.disable-class{
  pointer-events: none;
  opacity: .5;
}

.field-icon-admin {
  float: right;
  margin-left: -25px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  padding-right: 23px;
}

#flotTip,
.flotTip {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border: solid 1px #000 !important;
  color: #fff !important;

}

.psychographic-guidance-menu-cls .nav.nav-sub-ns.dk.p-l-sm.active a span {
  color: #fff !important;
}

.page-builder-modal .modal-dialog{
  width: 90%;
}

.select-section-modal .modal-dialog{
  width: 80%
}

.t-header {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #505D6F;
}

.deviceReading td {
  font-size: 8px;
  padding: .2em .5em;
}

.mandatory-question-cls {
  margin-left: 10px;
  color: #fff;
  height: 2%;
  font-size: 12px;
  margin-top: 2px;
  font-style: normal;
  background-color: #f04d4d;
  padding: 1px 6px 1px 5px;
  border-radius: 2px;
  font-weight: 600;
  white-space: nowrap;
}

.optional-question-cls {
  margin-left: 10px;
  color: #fff;
  height: 2%;
  font-size: 12px;
  margin-top: 2px;
  font-style: normal;
  background-color: #23b7e5;
  padding: 1px 5px;
  border-radius: 2px;
  font-weight: 600;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.turn-90-degree {
  transform: rotate(90deg);
}

.jsoneditor{
  height: 350px !important;
}

/* Etc Call Css */
#blinkingCallButton {
  position: fixed;
  bottom: 50px;
  right: 20px;
  padding: 10px 20px;
  background-color: #21464F;
  font-size:22px;
  border-radius:10px 10px 0px 0px;
  height:56px;
  width:130px;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 2;
  /* -webkit-transition: bottom 0.2s linear;  */
}


.easyPieChart{
  z-index: 0!important;
}

/* button and heading animation */
button.blink {
  background-color: #21464F;
  color: white;
  animation: blink 2.5s infinite;
}

@keyframes blink {
  50% {
    background-color: #DDC98D;
    color: #21464F;
  }
}

.bg-color-even {
  background-color: #E8E8E8;
}

.bg-color-odd {
  background-color: #f1f0f0;
}

.pageBuilderPreviewTabs{
  padding: 0;
}
.callDetailsDiv.active div:nth-child(3) div:nth-child(3) span{
  /* CSS properties go here */
  color:white !important;
}
.activeborder{
  border: 4px solid orange!important;
}
.activeTab{
  border-bottom: 3px solid black;
}
.disabledTab{
  /* background-color: red; */
  pointer-events: none;
  /* opacity: 0.7;  */
}
.activesectionTab{
  pointer-events: none;

  }

.html-content .container,
.html-content img {
max-width: -webkit-fill-available !important;
}
#contentScroll::-webkit-scrollbar {
display: none;
}

.m-0{
  margin: 0px !important;
}